html{
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
    color: black;
   }

a:hover{
    color: black;
    cursor: pointer;
}

header{
    text-align: center;
    /* height: 100vh; */
    /* background: url("/includes/thinking-4125016_1920.jpg"); */
    background-size: cover;
    background-position: center;
}

nav{
    width: 100vw;
    text-decoration: none;
    color: white;
    justify-content: space-around;
    font-family: Oswald,sans-serif;
    background-color: #b5c1bd;
    font-size: 1.2rem;
    position: fixed;
    top: 0;
    overflow: hidden;
}

nav ul li{
    cursor: pointer;
}

main{
    text-align: center;
}

footer{
    text-align: center;

}

h1{
    color: #b5c1bd;
}

h2{
    text-align: center;
    font-family: Oswald,sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin: 40px auto 50px;
    padding-top: 35px;
}

h3{
    max-width: 85%;
    font-size: 2.6rem;
    text-align: left;
    margin: 0 auto 20px auto;
    font-style: italic;
}

p{
    max-width: 85%;
    font-family: Open Sans,sans-serif;
    margin-bottom: 40px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: justify;
    padding-bottom: 40px;
}

.nav-link{
    color: white;
}

.logonav{
    height: 50px;
    cursor: pointer;
}

.liste{
    max-width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 35px;
    font-size: 1.1rem;
}

.row{
    --bs-gutter-x: 0rem;
}

.col-lg-8{
    padding-left: 10px;
    padding-right: 10px;
}

.col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
}

.logo{
    margin-top: 110px;
    margin-bottom: 50px;
    color: #b5c1bd;
    font-weight: bold;
    font-size: 1.2rem;
}

.cabinet{
    margin-top: 50px;
    margin-bottom: 50px;
}

.honoraires{
    margin-top: 50px;
    margin-bottom: 50px;
}

.image-grid{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-bottom: 35px;
}

.form{
    width: 75%;
    margin: 0 auto;
    justify-content: center;
    text-align: left;
}

.lienmention{
    text-decoration: underline;
}

.mention{
    margin-top: 100px;
}

#logo{
    height: 200px;
    object-fit: cover;
}

#formulaire{
    background-color: #b5c1bd;
}

#expertise{
    background-color: #b5c1bd;
    padding-top: 50px;
    padding-bottom: 50px;
}

#adresse{
    max-width: 75%;
    justify-content: center;
    text-align: left;
    margin-bottom: 35px;
    font-size: 22px;
}


/* #formulaire div{
    max-width: 85%;
    margin: 0 auto;
    text-align: justify;
}

#formulaire h4{
    max-width: 85%;
    margin: 0 auto;
    text-align: justify;
} */

#footer{
    text-decoration: none;
    color: black;
    text-align: center;
}

@media screen and (max-width: 600px){
    /* #logo{
        width: 100%;
    } */
     
    .logo{
        padding-top: 75px;
    }

}

@media screen and (max-width: 1000px){
    /* #logo{
        width: 100%;
    } */

    .maybeline{
        height: 400px;
        object-fit: contain;
    }
}

@media screen and (min-width: 600px){
    p{
        max-width: 70%;
        font-size: 1.2rem;
    }

    .liste{
        max-width: 70%;
    }

    h3{
        max-width: 70%;
    }

    /* #formulaire div{
        max-width: 70%;
    }
    #formulaire h4{
        max-width: 70%;

    } */


}

@media screen and (min-width: 1000px){
    p{
        max-width: 55%;
        font-size: 1.2rem;
    }

    .liste{
        max-width: 55%;
    }

    h3{
        max-width: 55%;
    }
    /* #formulaire div{
        max-width: 55%;
    }
    #formulaire h4{
        max-width: 55%;
    } */

}

#justice{
    height: 30vh;
    width: 100%;
    /* Adaptation de l'image à son conteneur */
    object-fit: cover;
    object-position: center;
}

.adresse{
    margin: 30px 0 30px 0;
}