header{
    background-size: cover;
    background: url('/static/images/background.webp') center;
    height: 100vh;
}

@media all and (max-width: 1024px)
{
    header
    {
        height: auto;
    }
}
.nav-link{
    color: black;
    letter-spacing: 2px;
    font-family: Cormorant Garamond;
    font-size: 1.4em;
    transition:  0.2s ease-in;
}

.nav-link:hover{
    color: burlywood;
    transform: scale(1.2);
}

.mr-6{
    padding-top: 15px;
}

.mr-6>a>.fab{
    padding-left: 15px;
    color: black;
    transition:  0.2s ease-in;
}

.mr-6>a>.fab:hover{
    color: burlywood;
    transform: scale(1.2);
}




.title{
    text-align: center;
    padding-top: 15%;
    color: black;
}

.title h1{
    font-family: Dancing Script;
    font-size: 5em;
}

.title h2{
    font-family: Cormorant Garamond; font-size: 2.5em;
}

.title p{
    font-style: italic; font-family: Cormorant Garamond; font-size: 1.6em; margin-top: 25px;
}

.btn{
    font-family: Cormorant Garamond;
    transition:  0.2s ease-in;
    background-color: rgba(0, 0, 0, 0);
    color: black;
    border: 2px solid black;
    margin-bottom: 150px;

}

.btn:hover{
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0);
    color: burlywood;
    border: 2px solid burlywood;
}

.btn:focus{
    outline: none;
    box-shadow: none;

}


.texte1 p{
    display: inline;
}

#qui h1{
    font-family: Cormorant Garamond;
    margin-top:50px;
}

#qui img{
    height: 200px;
    width: 200px;
    float: right;
}
#qui p{
    margin-top: 100px;
    font-family: Cormorant Garamond;
    font-size: 1.5em;
    margin-bottom: 100px;
}

#prestations h1{
    font-family: Cormorant Garamond;
    margin-bottom: 50px;
}

#prestations{
    text-align: center;
    margin-top:50px;

}

#prestations h2{
    font-family: Cormorant Garamond;
}

#prestations p{
    font-family: Cormorant Garamond;
    font-size: 1.5em;
    margin-bottom: 50px;
}








#cabinet{
    margin-top: 50px;
}

#cabinet h1{
    font-family: Cormorant Garamond;
    margin-bottom: 100px;

}










html {
    scroll-behavior: smooth;
}





.card{
    font-family: Cormorant Garamond;
    margin-bottom: 100px;
}


#maps h1{
    font-family: Cormorant Garamond;
    margin-bottom: 100px;
    margin-top:50px;
}

#maps img{
    margin-bottom: 100px;
}

#maps p{
    font-family: Cormorant Garamond;
    font-size: 1.2em;
}


#footer{
    background-color: burlywood;
    font-family: Cormorant Garamond;
    padding: 50px 0;
}

#footeract p{
    font-size: 1.2em;
}

.navbar.scrolled {
    background-color: rgba(222, 184, 135, 0.8);
    transition: background-color 200ms linear;
}

.navbar.scrolled a{
    color: black;
}

.custom-width {
    font-family: Cormorant Garamond;
    max-width: 95vw;
    width: 100%;
    margin: 5% auto;
}

.custom-width table {
    margin: auto;
}

.modal{
    font-family: Cormorant Garamond;
    border: 1px solid white;
}




.thumbnail img{
    height: 200px;
}

#cabinet hr{
    margin-top: 100px;
}

h1{
    font-style: italic;
}


.inter{
    background: url("/static/images/snow.webp") no-repeat fixed center;
    background-size: cover;
    height: 600px;
}

.inter h4{
    font-family: Cormorant Garamond;
    color: white;
    text-align: center;
    padding-top: 40%;
    font-style: italic;

}

#footer a{
    text-decoration: none;
}

.title_modal{
    font-size: 1.4em;
    font-weight: bold;
}

table, td {

    border: 0.5px solid black;
    padding: 0.1em;
}

.img-amp {
    width: 2em;
    height: 2em;
}

form button {
    margin-top: 1em;
}

.alert {
    margin-top: 60px;
}
