
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@font-face {
    font-family: "Comic Sans MS";
    src: url("assets/fonts/comic-sans-ms/COMIC.TTF");
}

html{
    overflow-x: hidden !important;
}

body{
    font-family: 'Comic Sans MS', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #322C38;
}
.text-justify{
    text-align: justify;
}
section{
    position: relative;
}
.ancre{
    position: absolute;
}

a{
    text-decoration: none;
    color: #CC0000;
}
a.primary, a.secondary{
    font-weight: 600;
    background-color: #CC0000;
    display: inline;
    padding: 15px 32px;
    color: #FFF;
    margin-right: .5rem;
    margin-top: .5rem;
    display: inline-block;
}
a.secondary{
    background-color: #C0B0A0;
}
h2{
    font-size: 36px;
}

h2 strong{
    color: #CC0000;
}

nav .logo{
    transition: .3s;
    height: auto;
    position: absolute;
    top: 0;
    width: 220px;
    background: #3e3e3e;
    padding: 6px;
} 

nav.scrolled .logo{
    transition: .3s;
    position: unset;
    width: 132px;
    padding: unset;
}
nav.bg-light{
    height: 142px;
    background-color: #3E3E3E !important;
}
.navbar-light .navbar-nav .nav-item{
    padding: 5px;
}
.navbar-light .navbar-nav .nav-item.button{
    background-color: #CC0000;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    padding: 5px 23px ;
    position: relative;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover{
    color: #FFF;
}
.navbar-light .navbar-nav .nav-link.active:before,
.navbar-light .navbar-nav .nav-link:hover:before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #CC0000;
    bottom: 0;
    position: absolute;
}
.navbar-light .navbar-nav .nav-link.active:before{
    background-color: #C0B0A0;
}
.barley-background{
    background-color: #FCF9F6
}
.white-background{
    background-color: #FFF;
}
.dark-background{
    background-color: #3E3E3E;
    color: #FFF;
    overflow-x: hidden;
}
.dark-background .container{
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 75%;

}

.biens{
    height: 865px;
    color: #FFF;
}
.biens .image{
    height: 865px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.biens .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: rgba(199, 199, 199, 0.8);
    width: 40px;
    height: 40px;
}
.biens .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-color: rgba(199, 199, 199, 0.8);
    width: 40px;
    height: 40px;
}

.biens .image .description.background-light,
.biens .image .description{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 146px;
    background-color: rgba(199, 199, 199, 0.8);
    display: flex;
    align-items: center;
}
.biens .image .description.background-dark{
    background-color: rgba(0, 0, 0, 0.8);
}
.biens .image .description.color-dark{
    color: #000;
}
.biens .image .description.color-light{
    color: #FFFF;
}
.biens .image .description.color-dark .fill{
    fill: #000;
}
.biens .image .description.color-light .fill{
    fill: #FFF;
}
.biens .image .description a.btn{
    padding: 7px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.biens .image .description h4{
    font-size: 24px;
    font-weight: 700;
}
.biens .image .description p{
    font-size: 20px;
    font-weight: 400;
}

.biens .image .classe_energetique{
    position: absolute;
    width: 100%;
    top: 0;
    height: 146px;
    display: flex;
    align-items: center;
}
.biens .image .classe_energetique .label{
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    background-color: #CC0000;
    display: inline;
    padding: 15px 32px;
}

.texte_multi_colonne{
    padding: 6rem 0;
    padding-bottom: 0;
    background-color: #FCF9F6;
}
.texte_multi_colonne .image_title{
    height: 87px;
}

.texte_multi_colonne h2{
    margin-bottom: 4rem;
}
.texte_multi_colonne h3{
    padding-left: .5rem;
    margin-bottom: 0;
    color: #C0B0A0;
    font-size: 24px;
    text-transform: uppercase;
}
.text_bloc,
.texte_multi_colonne p{
    text-align: justify;
}

.compteur{
    padding: 6rem 0;
}

.compteur h3{
    padding-left: .5rem;
    color: #000;
    font-size: 48px;
    font-weight: 400;
}
.compteur h4{
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.formulaire{
    margin-top: 3rem;
    padding: 4rem 0;
    color: #FFF;
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.formulaire:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    z-index: -1;
}

.formulaire:not(.contact) h2{
    color: #FFFFFF;
    background-color: #CC0000;
    width: 404px;
    padding: 5rem 2.3rem;
    margin-top: -9rem;
}

.formulaire form .row > div > p{
    display: flex;
    align-items: flex-end;
}
.formulaire form label{
    color: #FFF;
    white-space: nowrap;
    min-width: 110px;
    font-size: 14px;
    font-weight: 700;
}
.formulaire form span{
    width: 100%;
}
.wpcf7-list-item{
    margin-bottom: 1rem;
}
.formulaire form input[type="text"],
.formulaire form input[type="email"],
.formulaire form select{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    width: 100%;
    margin-left: 1rem;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
    height: 38px;
}
.formulaire input[type="submit"]{display: none;}
.formulaire button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C0B0A0;
    color: #FFF;
    border: none;
    padding: 15px 32px;
    color: #FFF;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.formulaire button:hover{
    background-color: #CC0000;
}
.formulaire form .col-sm-6 + .col-sm-6 label{
    text-align: center;
}
.formulaire form input[type="text"]::placeholder,
.formulaire form input[type="email"]::placeholder{
    color: #FFF;
}
.formulaire form .form:focus-visible,
.formulaire form .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: #CC0000;
    background-color: transparent;
    color: #FFF;   
}
.formulaire form .col-12, .formulaire form .col-sm-6{
    margin-bottom: 1rem;
}
.formulaire form .action-button{
    float: left;
    background-color: #CC0000;
    color: #FFF;
    margin: 0 !important;
}
.formulaire.contact h3{
    background-color: #CC0000;
    padding: 1rem;
    text-transform: uppercase;
    height: 100%;
    font-size: 24px;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns{
    min-height: unset;
}
.fieldset-cf7mls {
    width: 600px !important;
    float: right;

}
.formulaire form.cf7mls input.wpcf7-form-control.wpcf7-submit{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #C0B0A0;
    color: #FFF;
    border: 0;
    padding: 13px 23px;
    border-radius: 0;
}

.formulaire ul{
    margin-bottom: 2rem;
}

.formulaire ul li{
    width: 50%;
    text-align: center;
    font-size: 24px;
    color: #C0B0A0;
    position: relative;
    padding: 0;
    float: left;
}

.formulaire ul li:after{
    content: '';
    background-color: #FFF;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
}
.formulaire ul li.active{
    color: #FFF;
}
.formulaire ul li.active:after{
    height: 11px;
}
.formulaire ul li.list-inline-item:not(:last-child){
    margin-right: 0;
}
.personnes{
    padding: 6rem 0;
    overflow-x: hidden;
}
.personnes h2{
    margin-bottom: 3rem;
    margin-top: 2rem;
    color: #3F3F3F;
}
.personnes h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #C0B0A0;
}
.personnes p{
    text-align: justify;
}
.personnes a{
    font-size: 24px;

}
.copyright{
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #C0B0A0;
    color: #C0B0A0;
}
.copyright a{
    color: #C0B0A0;
}
.secondary-menu{
    border-bottom: 1px solid #C0B0A0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 1rem;
}
.secondary-menu ul li{
    color: #C0B0A0;
}
.secondary-menu ul li a{
    color: #C0B0A0;
}

.dark-background h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #C0B0A0;
}


.header .container{
    height: 600px;
    display: flex;
    align-items: center;
}
.header .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.header .content .rs{
    position: absolute;
    bottom: 0;
    left: 1rem;
}
.header .content .rs a:hover svg .fill{
    fill: #C0B0A0;
}
.header .image{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: -100%;
    top: 0;
    transition: .3s;
}
.header .image .bar_1{
    position: absolute;
    width: calc(100% - 190px);
    height: 1px;
    background-color: #C0B0A0;
    top: 0px;
    right: -100;
    opacity: 0;
    transition: 1.5s;
}
.header .image .bar_2{
    position: absolute;
    width: calc(100% - 225px);
    height: 1px;
    background-color: #C0B0A0;
    top: -10px;
    right: -100%;
    opacity: 0;
    transition: 1.5s;
}
.header .image .bar_3{
    position: absolute;
    height: calc(100% + 317px);
    width: 1px;
    background-color: #C0B0A0;
    top: -886px;
    left: 425px;
    opacity: 0;
    transition: 1.5s;
    transform: rotate3d(1, 1, 1, 49deg);
}
.header .image .bar_4{
    position: absolute;
    width: calc(100% + 24px);
    height: 1px;
    background-color: #C0B0A0;
    bottom: 0px;
    right: -100;
    opacity: 0;
    transition: 1.5s;
}
.header .image .bar_5{
    position: absolute;
    width: calc(100% + 70px);
    height: 1px;
    background-color: #C0B0A0;
    bottom: -10px;
    right: -100%;
    opacity: 0;
    transition: 1.5s;
}

.header .image.show .bar_1,
.header .image.show .bar_2,
.header .image.show .bar_4,
.header .image.show .bar_5{
    right: 0;
    transition: 1.5s;
    opacity: 1;
}

.header .image.show .bar_3{
    opacity: 1;
    transition: 1.5s;
    top: -148px;
    left: 117px;
}

.triangle{
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 601px solid #3E3E3E;
    border-right : 250px solid transparent;
    position: absolute;
    left: -1px;
    top: -1px;
}

.scrollToTop{
    background-color: #CC0000;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    transition: .3s;
    display: none;
}
.scrollToTop:hover{
    background-color: #C0B0A0;
    transition: .3s;
}

.scroll{
    margin: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    position: relative;
    margin-top: 2rem;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
}
.scroll .bar{
    width: 3px;
    height: 83px;
    background-color: #C0B0A0;
}
.scroll .circle{
    width: 15px;
    height: 15px;
    background-color: #CC0000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 1s infinite linear;
}
@keyframes bounce {
    from { top: 0px; }
    to { top: 70px; }
}

.image-bar{
    position: relative;
}
.image-bar .bar_1{
    position: absolute;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #C0B0A0;
    top: 0px;
    right: -100%;
    opacity: 0;
    transition: 1.5s;
}
.image-bar .bar_2{
    position: absolute;
    width: calc(100% + 60px);
    height: 1px;
    background-color: #C0B0A0;
    top: -10px;
    right: -100%;
    opacity: 0;
    transition: 1.5s;
}
.image-bar .bar_3{
    position: absolute;
    height: calc(100% + 100px);
    width: 1px;
    background-color: #C0B0A0;
    top: -100px;
    right: 0;
    opacity: 0;
    transition: 1.5s;
}
.image-bar.show .bar_1{
    right: -20px;
    opacity: 1;
    transition: 1.5s;
}
.image-bar.show .bar_2{
    right: -20px;
    opacity: 1;
    transition: 1.5s;
}
.image-bar.show .bar_3{
    top: -40px;
    opacity: 1;
    transition: 1.5s;
}

footer{
    font-family: 'Poppins';
    font-size: 14px;
    padding-top: 3rem;
    background-color: #FFF;
}

footer h3{
    color: #C0B0A0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: 1.3rem;
}
footer p{
    white-space: break-spaces;
    margin-bottom: 0;
}

footer ul{
    padding-left: 0;
    list-style: none;
}

footer a{
    color: inherit;
    transition: .3s;
}
footer a:hover{
    color: #CC0000;
    transition: .3s;
}
footer a:hover svg .fill{
    fill: #C0B0A0
}
body{
    /*background-color: green;*/
}
.navbar-light .navbar-toggler{
    float: right;
    margin-top: 30px;
    border-color: #FFF;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    body{
        /*background-color: red;*/
    }
    nav .logo {
        transition: .3s;
        position: unset;
        width: 132px;
        padding: unset;
    }
    nav.bg-light{
        height: unset;
    }

    nav .container{
        max-width: 1200px;
        }

    
        .header .container {
            height: auto;
        }
        .formulaire ul li{
            font-size: 18px;
        }
        .scroll{
            display: none;
        }
     
        .header{
            height: auto !important;
        }
        .header .content .rs{
            position: unset;
            padding-top: 2rem;
        }
        .header section{
            transform: unset !important;
            padding-top: 3rem;
        }
        .header .image{
            width: 100% !important;
            position: unset;
            margin-bottom: 1rem;
        }
        .header .image *{
            display: none;
        } 
    }


@media screen and (min-width: 320px) and (max-width: 700px) {
    body{
        /*background-color: yellow;*/
    }
    nav.bg-light{
        height: unset;
    }
   
    .navbar-light .navbar-nav .nav-item.button{
        margin-bottom: 1rem;
    }
    html, body{
        overflow-x: hidden;
    }
    .secondary-menu{
        display: none;
    }
    h2{
        font-size: 22px;
    }
    h4{
        font-size: 16px;
    }
    .texte_multi_colonne .image_title{
        height: auto;
    }
    .formulaire:not(.contact) h2{
        width: auto;
        padding: 2rem;
    }
    .fieldset-cf7mls{
        width: auto !important;
    }
    .header section{
        padding-top: 0 !important;
    }
    .header .image{ 
        display: block;
        width: 100% !important;
        height: 200px;
        position: unset;
        margin-bottom: 2rem;
    }
    .header .image *{
        display: none;
    }
    nav.scrolled .logo,
    nav .logo{
        position: unset;
        padding: unset;
        width: 85px;
    }
    .biens,
    .biens .image{
        height: 400px;
    }
    .texte_multi_colonne h2 {
        margin-bottom: 3rem;
    }
    .personnes,
    .compteur{
        padding: 3rem 0;
    }
    .texte_multi_colonne{
        padding-top: 3rem;
    }
    .compteur h3{
        font-size: 36px;
    }
    .formulaire form .col-sm-6 + .col-sm-6 label{
        text-align: left;
    }
    footer{
        text-align: center;
    }
    .navbar>.container{
        display: block;
    }
    .header .container {
        height: auto;
    }
    .formulaire ul li{
        font-size: 18px;
    }
    .scroll{
        display: none;
    }

    .header{
        height: auto !important;
    }
    .header .content .rs{
        position: unset;
        padding-top: 2rem;
    }
    .header section{
        transform: unset !important;
        padding-top: 3rem;
    }
    .personnes p, .text_bloc, .texte_multi_colonne p{
        text-align: unset;
    }

    .dark-background .container{
        background-image: unset !important;
    }
    .texte_multi_colonne h3{
        font-size: 18px;
    }
    .biens .image .description{
        padding-top: .7rem;
        padding-bottom: .7rem;
        height: auto;
    }

    .biens .image .description h4{
        font-size: 20px;
    }
    .biens .image .description p{
        font-size: 14px;
    }

    
}

.grecaptcha-badge{
    display: none;
}