/* Import fonts */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap');
html,
body {
    width: 100%;
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #009AAA;
}

a:hover {
    color: #009AAA;
}

#main {
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
    transition: all ease-in-out 1s;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0) !important;
}


/* Header */

.navbar-toggler.x {
    border: none;
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.logo_home img {
    position: absolute;
    top: -85px;
}

.img-header {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

#retouche {
    /* filter: grayscale(100%) opacity(0.9); */
}

main {
    background-color: #fff;
}

.maincta {
    /* border-radius: 0 0 100% 100%;
    padding-bottom: 100px; */
}

@media(min-width:992px) {
    /* .maincta {
    border-radius: 0 0 50% 95%;
} */
}

.maincta {
    background-color: #fff;
}

.annonces,
footer {
    background-color: #009aaa;
    min-height: 15px;
}

@media(max-width:991px) {
    #retouche {
        clip-path: ellipse(100% 436px at 50% -15%);
    }
}

.navbar {
    background: rgba(0, 154, 170, 0.8);
}

.background-bleu {
    background-color: #009aaa;
}

#titre_home:after {
    content: "";
    width: 190px;
    height: 2px;
    position: absolute;
    left: 1rem;
    bottom: -17px;
    background-color: #009aaa;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container_titre_home {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

@media(min-width:992px) {
    .logo_home {
        width: 300px;
    }
    .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .navbar {
        height: 130px;
    }
    .navbar-nav li a {
        line-height: 1;
    }
    .margin-menu-desktop {
        margin-top: 100px;
    }
    .img-header {
        height: 630px;
        margin-top: -231px;
        width: 100%;
        clip-path: ellipse(100% 725px at 77% -15%);
        position: relative;
        z-index: -1;
        /* filter: contrast(1.75), grayscale(1); */
    }
    .gradient-image-header {
        /* background-color: #007183;
    position: absolute;
    top: 231px;
    opacity: 0.7; */
    }
    /* .nav-link {
    color: #fff !important;
} */
    .active .nav_link {
        color: #000 !important;
    }
    .container_titre_home {
        text-align: left;
        margin-top: -8vw;
    }
    #titre_home:after {
        content: "";
        width: 190px;
        height: 2px;
        position: absolute;
        bottom: -20px;
        left: 1.5rem;
        background-color: #009aaa;
        transform: unset;
    }
}

a.btn {
    font-size: 1rem;
}

@media(min-width:1200px) {
    .img-header {
        clip-path: ellipse(100% 675px at 91% 16%);
        height: 1200px;
    }
    .container_titre_home {
        position: relative;
        margin-top: -34.5vw;
    }
    #titre_home:after {
        content: "";
        width: 190px;
        height: 2px;
        position: absolute;
        bottom: -16px;
        left: 4rem;
        background-color: #009aaa;
    }
}

@media (min-width: 1250px) {
    .container_titre_home {
        margin-top: -435px;
    }
    @media (min-width: 1500px) {
        .container_titre_home {
            margin-top: -453px;
        }
    }
}

body {
    /* height: 120vh; */
    font-family: 'Bebas Neue', cursive;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-size: 1.2em;
}


/* Home */

#titre_home {
    font-family: 'Dancing Script', cursive;
    color: #009aaa;
    font-weight: bold;
    line-height: 0.95;
}

#coupdecoeur {
    width: 100%;
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
}

.imagebien img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 150px;
    transition: all ease-in-out 1s;
    max-height: 450px;
    position: relative;
}

.imagebien img:hover {
    filter: grayscale(1);
}

.citation {
    font-family: 'Dancing Script', cursive;
    color: #009aaa;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
}

.citation::after {
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    top: -16px;
    left: 4rem;
    background-color: #009aaa;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta_presentation {
    background-color: #109eae;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    border-radius: 0 !important;
}

.presentationtexte {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}


/* Annonce */

.goute {
    background: url(../images/goute.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.centragebulle {
    padding-right: 4rem;
}

.centragebulle {
    margin-top: 14px;
}

@media(min-width:992px) {
    .centragebulle {
        padding-right: 5rem;
    }
}

@media(min-width:1200px) {
    .centragebulle {
        padding-right: 6rem;
    }
}

.goute h2 {
    font-size: 1.3rem;
}

.goute_prix {
    font-size: 1.5rem;
    margin-top: -7px;
}

.titre_annonce {
    position: relative;
}

.titre_annonce::after {
    content: "";
    width: 140px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    left: 0rem;
    background-color: #fff;
}

.police_roboto {
    font-family: 'Roboto', sans-serif;
}

.titre_descriptif {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

.lieu_annonce {
    font-weight: 500;
}

.lien_annonce {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.lien_annonce:hover {
    color: lightgray;
}

.annonces {
    margin-top: -140px;
}

@media(min-width:576px) {
    .annonces {
        margin-top: -120px;
    }
}

@media(min-width:992px) {
    .annonces {
        margin-top: -70px;
    }
}

.marginseparation {
    margin-bottom: 200px;
}


/* Ajustements */

.ajustement {
    padding: 0 7vw;
}


/* Contact */

.btn-primary2 {
    background-color: #009AAA;
    color: #fff !important;
    /* font-family: 'Raleway', sans-serif; */
}

.md-form input[type="date"]:focus:not([readonly]),
.md-form input[type="datetime-local"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form input[type="number"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="search"]:focus:not([readonly]),
.md-form input[type="tel"]:focus:not([readonly]),
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="time"]:focus:not([readonly]),
.md-form input[type="url"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #009AAA!important;
    box-shadow: 0 1px 0 0 #009AAA!important;
    border-bottom: 1px solid #009AAA!important;
}

.md-form input[type="date"]:focus:not([readonly])+label,
.md-form input[type="datetime-local"]:focus:not([readonly])+label,
.md-form input[type="email"]:focus:not([readonly])+label,
.md-form input[type="number"]:focus:not([readonly])+label,
.md-form input[type="password"]:focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form input[type="search"]:focus:not([readonly])+label,
.md-form input[type="tel"]:focus:not([readonly])+label,
.md-form input[type="text"]:focus:not([readonly])+label,
.md-form input[type="time"]:focus:not([readonly])+label,
.md-form input[type="url"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #009AAA!important;
}


/* #contact-form {
 font-family: 'Raleway', sans-serif;
} */

.form-control:focus,
.form-control,
.md-form textarea.md-textarea {
    color: #009AAA !important;
}

textarea {
    width: 100%;
}

.md-form label {
    color: #009AAA;
}

.contact-icons {
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contact-icons li a,
.contact-icons li a p {
    color: #009AAA;
}

.maincta {
    background: url(../images/after.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: white;
    min-height: 403px;
}


/* Footer */

footer hr {
    border-top: 2px solid #fff;
}

footer ul {
    justify-content: space-evenly;
    list-style: none;
    flex-direction: column;
}

@media(min-width:768px) {
    footer ul {
        flex-direction: row;
    }
}

footer ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 2.5;
}

footer ul li a:hover {
    color: #fff;
}

.prixoffre {
    width: fit-content;
    background-color: #302d2b;
    color: #fff;
    position: absolute;
    top: 21px;
    font-size: 2rem;
}

.footer-contact {
    font-size: 2rem;
}

@media(min-width:992px) {
    .footer-contact {
        font-size: 3rem;
    }
}

.footer-contact {
    font-family: 'Dancing Script', cursive;
    color: #fff;
    /* word-break: break-all; */
    line-height: 1.2;
}

.footer-contact a {
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    display: inline-block;
    word-break: break-all;
}

.footer-contact a:hover {
    color: #fff;
}


/*Scroll to top */

#button {
    display: inline-block;
    background-color: #009aaa;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

#button::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 0.8;
    visibility: visible;
}


/* Styles for the content section */

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

.img-fluid-dessin {
    width: 100% !important;
    object-fit: contain !important;
    height: 150px !important;
}

.traitimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cta_blanc {
    background-color: #ffffff;
    color: #000 !important;
}