@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../polices/inter-regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../polices/inter-semibold.ttf');
}

@font-face {
    font-family: 'Whisper';
    font-style: normal;
    font-weight: 400;
    src: url('../polices/whisper-regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../polices/Inter-Light.ttf');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000000;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    background-color: #FFFFFF;
}

.corp {
    display: flex;
    flex-direction: column;
}

h1,
h2 h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}


header {
    background-color: #FFFFFF;
    color: #000000;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100vw;
}

.social-icons-desktop {
    display: none;
}

.social-icons-mobile {
    padding: 16px 0;
    display: flex;
    gap: 32px;
}

.social-icons-mobile img {
    width: 24px;
    height: 24px;
}

.head {
    display: flex;
    flex-direction: column;
}

.grey {
    font-size: 10px;
    line-height: 10px;
    color: #757575;
}

.desktop .corp .accueil .intro .baseline {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 32px;
}

.head h1 {
    font-size: 16px;
    line-height: 24px;
}

.menu-déroulé {
    position: fixed;
    top: -150px;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 12px 16px;
    width: 100vw;
    transition: 0.3s linear;
}

.menu-déroulé li {
    padding: 16px 0;
    font-weight: 400;
}

.open-overlay {
    top: 70px;
}

.background-overlay {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    transition: 0.3s linear;
    z-index: 9;
}

.background-visibility {
    display: block;
}

.close-burger {
    display: none;
}

.desktop-only {
    display: none;
}

.menudesktop {
    display: none;
}






.formulaire {
    height: 100%;
    margin: 64px 16px 32px 16px;
    background-color: #FFFFFF;
    padding: 40px 0;
    border-radius: 25px;
    
}

.titre>p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.titre>h1 {
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 32px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group1 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form-group1 a {
    text-decoration: underline;
}

label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #757575;
    border-radius: 12px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
    width: 100%;
    padding: 10px;
    border: 1px solid #757575;
    border-radius: 12px;
    box-sizing: border-box;
}

.submit {
    width: 100%;
    background-color: #2E66A3;
    color: #FFFFFF;
    padding: 12px 48px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    margin: 48px auto 0 auto;
}

button:hover {
    background-color: #354B63;
}

input[type="checkbox"] {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}









footer {
    padding: 0 16px;
    
}


.icone-coeur {
    color: #2E66A3;
    padding: 0 4px;
}

.mentions {
    margin-bottom: 32px;
}


.legal {
    color: #CCCCCC;
}

.legal p {
    margin: 8px 0 24px 0;
}

.legal a {
    display: flex;
    color: #CCCCCC;
    padding-top: 8px;
}



@media (min-width: 1440px) {
    .legal {
        display: flex;
        flex-direction: row;
    }
    
    .coeur {
        order: 2;
        margin: 0;
    }
    
    .legal p {
        margin: 0;
    }
    
    .mentions {
        order: 3;
        margin: 0;
    }
    
    .droits {
        order: 1;
        margin: 0;
    }
    
    .menu-déroulé {
        position: absolute;
    }
    
        .btn {
        display: flex;
        gap: 8px;
    }
    .mail {
        display: none;
    }
    
    .mail2 {
        display: block;
        font-size: 16px;
        line-height: 16px;
        background-color: #2E66A3;
        color: #FFFFFF;
        padding: 12px 32px;
        border-radius: 25px;
    }
    
    .mail:hover {
        color: #FFFFFF;
        background-color: #354B63;
    }
    
    .mail2:hover {
        color: #FFFFFF;
        background-color: #354B63;
    }
    
    .cv {
        padding: 12px 32px;
    }
        .social-icons-mobile {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 50vw;
    }
    
    .cv:hover {
        color: #354B63;
        border: 1px solid #354B63;
    }
    .menu-déroulé {
        background-color: transparent;
    }
        .desktop .corp .accueil .intro .baseline {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 44px;
        }
    
        .corp .accueil .intro .container .bjr {
            font-size: 20px;
            line-height: 20px;
            padding-left: 48px;
        }
    
    
    
    
    
        .desktop-only {
            display: block;
            display: flex;
            flex-direction: column;
            margin-right: 56px;
        }
    

    .desktop>.desktop-only {
        position: sticky;
        top: 54px;
        height: 100vh;
        background-color: #FFFFFF;
        padding-top: 0;
        padding-right: 32px;
        border-right: 1px solid #CCCCCC;
    }


    header {
        display: none;
    }

    .desktop {
        display: flex;
        justify-content: space-between;
        padding: 56px 36px 80px 36px;
    }

    .desktop-only img {
        width: 400px;

    }

    .desktop-only h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 4px;
    }

    .desktop-only h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 4px;
    }

    .desktop-only h3 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 16px;
        padding-top: 24px;
    }

    .desktop-only li {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 6px;
    }

    .grey {
        color: #757575;
        padding: 4px 0 24px 0;
        font-size: 16px;
        line-height: 16px;
    }

    .contact {
        font-weight: 600;
        width: 260px;
        display: inline-block;
        border-radius: 25px;
        
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 40px;
        background-color: #2E66A3;
    }

    .contact:hover {
        color: #FFFFFF;
        background-color: #354B63;
    }





    .formulaire {
        width: 100vw;
        padding: 64px 88px;
        margin: 0;
    }

    .form-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .form-row .form-group {
        flex-basis: calc(50% - 20px);
        margin-bottom: 32px;
    }

    

    .titre>p {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .titre>h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 56px;
    }

    .form-group {
        margin-bottom: 32px;
    }







    footer {
        padding: 16px 48px 16px 48px;
    }



    .contact-info::after {
        left: 1200px;
        top: 0;
    }

    .icone-coeur {
        color: #2E66A3;
        padding: 0 4px;
    }



    .legal {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .legal div {
        display: flex;
        justify-content: flex-end;
        gap: 48px;
        transition: transform 0.3s;
    }

    .legal div :hover {
        color: #000000;
    }

    body ul :hover {
        text-decoration: underline;
        color: #2E66A3;
    }

    a:hover {
        color: #2E66A3;
    }

    .mail:hover {
        font-weight: 600;
    }

    .contact-info:hover::after {
        transform: scale(1.2);
    }
}