@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;
}


.plomberie {
    margin: 64px 16px 32px 16px;
    background-color: #FFFFFF;
    padding: 40px 0 0 0;
    border-radius: 25px;
}

.titre>p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.titre>h1 {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
}

.titre {
    padding-bottom: 48px;
}

.images {
    padding: 0 16px;
    
    margin-top: 16px;

}

.image-card {
    background-color: #FFFFFF;
    margin-bottom: 24px;
    position: relative;
}

.fond {
    
    height: 251px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1)0%, rgba(211, 211, 211, 1)100%);
    display: grid;
    place-items: center;
}

.case {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    align-self: end;
    box-shadow: 6px -6px 5px rgba(214, 214, 214, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.case img {
    max-width: 300px;
    max-height: 180px;
}

























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: 760px) {
    .images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .fond {
        width: 350px;
    }
}


@media (min-width: 1440px) {
    .fond {
        width: 374px;
    }



    .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;
    }

    .images {
        padding: 0;
    }

    header {
        display: none;
    }

    .desktop {
        display: flex;
        justify-content: space-between;
        padding: 56px 36px 80px 36px;
    }







    .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;
    }


    .plomberie {
        padding: 64px 0;
        margin: 0;
    }

    .plomberie p {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 12px;
    }

    .titre>p {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 12px;
    }

    .titre>h1 {
        font-size: 32px;
        line-height: 32px;
        padding-bottom: 12px;
    }








    .fond {
        max-width: 330px;
    }

    .corp {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    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);
    }
}




@media (min-width: 1600px) {
    .fond {
        min-width: 375px;
    }
}