body {
    background-color: white;
    padding: 0;
    font-family: "Inter Tight";
    color: var(--Blue-Bayoux, #617080);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    margin: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px;
}

table tr td {
    padding: 5px;
    border: 1px solid #eee;
}

table tr td input {
    width: 100%;
    border: none;
}

label {
    color: var(--Tangaroa, #070B0F);
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
}

input,select {
    border-radius: 15px;
    border: 1px solid var(--Link-Water, #BDC9D3);
    box-sizing: border-box;
    display: flex;
    height: 50px;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Mortar, #585858);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    max-width: 502px;
    width: 100%;
}

form > div {
    display: flex;
    gap: 30px;
    flex-direction: column;
    width: 100%;
}

form > div > div {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

button {
    border-radius: 25px;
    background: #3D9CFB;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    display: flex;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    max-width: 502px;
    width: 100%;
    border: none;
    margin: 10px 0;
}

form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

section.header {
    position: relative;
    padding: 100px 0;
}

svg#imageHeader {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* padding: 100px 0; */
}

.in.row {
    /* position: relative; */
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in {
    margin: auto;
    max-width: 1440px;
    width: calc(100% - 20px);
    padding: 30px 80px;
    box-sizing: border-box;
}

.popup {
    border-radius: 25px;
    border: 1px solid var(--Light-Priwinkle, #DCE1E6);
    background: var(--White, #FFF);
    display: flex;
    max-width: 571px;
    padding: 60px 74px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 20px; */
    flex-shrink: 0;
    width: 50%;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

span.baseline {
    color: #617080;
    font-family: "Inter Tight";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    max-width: 220px;
}

span.nbOffres {
    border-radius: 10px;
    background: var(--Mountain-Meadow, #0FAE94);
    width: 100%;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    box-sizing: border-box;
    margin: 20px 0;
}

.popup b {
    color: var(--Tangaroa, #070B0F);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
}

.popup form > div {
    gap: 10px;
}

.popup small {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    width: 100%;
    display: block;
}

hr {
    background: var(--Zircon, #E3E4E5);
    border: none;
    height: 1Px;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 30px 0;
}

h1 b {
    color: #3D9CFB;
    font-family: "Inter Tight";
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    /* 60px */
    text-transform: uppercase;
}

h1 {
    color: var(--Tangaroa, #070B0F);
    font-family: "Inter Tight";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

b {
    color: #0A009A;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    /* display: block; */
    /* margin: 10px 0; */
}

section.bande-grise {
    display: block;
    border-top: 1px solid var(--Zircon, #E3E4E5);
    border-bottom: 1px solid var(--Zircon, #E3E4E5);
    background: var(--White-Smoke, #F5F4F5);
    color: var(--Mortar, #585858);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    overflow: hidden;
    overflow: auto;
}

.in.overflowhidden {
    overflow: hidden;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    min-width: 1200px;
}

div {
}

.blanc.offres {
    padding: 100px 0;
}

h2 {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.step div {
    border-radius: 25px;
    background: var(--Alice-Blue, #F0F8FF);
    height: 200px;
    position: relative;
    overflow: hidden;
}

.step div big {
    color: #DBEEFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 300px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    /* position: absolute; */
    line-height: 200px;
    text-align: center;
    display: block;
}

.step div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -70px;
}

h3 {
    color: var(--Tangaroa, #070B0F);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    color: var(--Blue-Bayoux, #617080);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

section.blue {
    background: #0A009A;
    color: white;
    padding: 100px 0 71px 0;
}

.row.center {
    align-items: stretch;
    justify-content: center;
}

.blue h2 {
    color: white;
}

.popup.blue {
    border-radius: 25px;
    background: #3D9CFB;
    color: white;
    border-color: #3D9CFB;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

big#nbOffreNum {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 120px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%;
    /* 120px */
    text-transform: uppercase;
}

footer {
    background: black;
}

footer div {
    color: #DAEEFF;
    font-family: "Inter Tight";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

footer a {
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
}

footer .spacer {
    flex-grow: 1;
}

header {
    background: black;
}

header .in.row {
    justify-content: flex-start;
}

.nbOffres {
    background: var(--Mountain-Meadow, #0FAE94);
    display: flex;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: white;
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

h1 small {
    display: block;
}

div#form {
    display: block;
    margin: auto;
    max-width: 502px;
    width: calc(100% - 20px);
}

div#form h1 {
    text-align: center;
}

#form h2 {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: none;
}

div#nbOffres2 {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 100px;
}

form > div > div.checkbox {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

form > div > div.checkbox input {
    width: 30px;
    height: 30px;
}

.in.center {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
}

.in.center small {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 30px */
    text-transform: uppercase;
    margin-bottom: 50px;
}

.in.center h2 {
    color: #0A009A;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: none;
}

.in.center button {
    margin: auto;
    margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
    .header .in.row {
        flex-direction:column;
    }

    hr {
        display: none;
    }

    .popup {
        width: 100%;
    }

    .steps {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .step div {
        width: 100%;
    }

    .row.center {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    footer .in.row {
        flex-direction: column;
        text-align: center;
    }

    footer a {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.32px;
    }
}




@media screen and (max-width: 600px) {
.in
    {
        padding-left:10px!important;
        padding-right:10px!important;
    }
    
.header > .in.row > .col .row {flex-direction: column;text-align: center;}
section.header
{
    margin-top:0;
    padding-top:0;
    padding-bottom: 40px;
}
    h1{
        
font-size: 40px;
    }
    .popup
    {
        padding:40px 20px 40px 20px;
    }
    big#nbOffreNum
    {
        font-size:90px;
    }
    section.blue
    {

        padding-top:40px;
        padding-bottom:40px;
    }
    h2
    {
        /* color: var(--White, #FFF); */
        text-align: center;
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .blanc.offres
    {
        padding:0;
    }
    svg#imageHeader
    {
        position:relative;
        top:none;
        left:none;
        right:none;
        bottom:none;
        margin:auto;
        width:200px;
    }
    header span.baseline
    {
        font-size:12px;
    }
    header span.baseline br
    {
       display:none;
    }
    header .in
    {
        padding: 10px 0;
        gap:10px;
    }
}


body.admin {
    font-size: 14px;
    padding: 20px;
}

body.admin h1 {
    font-size: 30px;
}

.col {
    position: relative;
    z-index: 2;
}