/* ***********************************************generale */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');


:root {
    --main-text-color:#1c6242;
    --secondary-color: #e2742b;
  }

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
  
html {
    font-size: 62.5%;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    outline: none !important;
}

body {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:var(--main-text-color);
    font-family: 'Times New Roman', serif, serif;
}

a:hover{
    text-decoration: none;
}

/* main-body*/


.header{
    width: 100%;
    height: 450px;
    background-color: #000;
    background-image: url(../image/home-page-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header.mentions-header{
    background-image: url(../image/top-copie.png);
    background-position: center;
}

.mention-padding{
    padding-top: 50px;
}

.mention-padding h1{
    text-align: center;
    padding-bottom: 30px;
}
    
.content{
    width: 80%;
    background-color: #ffffff;
    display: flex;
    padding: 50px 10px;
    margin: 0 auto;
}

.strong-text{
    display: block;
    font-weight: 700;
    margin-top: 30px;
    font-size: 20px;
}

.text-oblique{
    font-style: italic;
    font-size: 15px;
}

.encart{
    position: absolute;
    width: 60%;
    /* height: 280px; */
    background-color: rgba(255, 255, 255, 0.815);
    z-index: 100;
    left:50%;
    top:60%;
    transform: translate(-50% ,-50%);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.u-para{
    font-weight: 800;
    color:var(--main-text-color);
    text-align: center;
    text-decoration: underline;
    font-size: 3rem;
}

.encart p{
    font-size: 3rem;
}

.bottom-img{
    width: 100%;
    height: 450px;
    position: relative;
 
}

.bottom-img .img-back{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    
}


.presentation-part{
    flex: 1;
}

.photo{
    position: relative;
    top: -65%;
    text-align: center;
}



.presentation-text{
    margin-top: -272px;
    font-size: 2rem;
}

.forme-part{
    flex: 2;
}



.margin-cvg{
    margin-top: -226px;
}

.margin-cvg p{
    margin-top: 20px;
}

.margin-cvg h2 , .margin-cvg h3 {
    margin-top: 10px;
}



.uppercase{
    text-transform: uppercase;
}

.header-content {
    width: 80%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
}


.photo img{
    width: 350px;
}

.photo p{
    font-size: 3rem;
    font-weight: 600;
    color: var(--secondary-color);
    padding-top: .5rem;
    padding-left: 3rem;
    font-family: 'EB Garamond', serif;
}

.top{
    margin-top: -150px;
}



.form-part-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-part-content h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2.5rem;
    color: var(--secondary-color);
    font-family: 'EB Garamond', serif;
}



.mentions-title .form-part-content h1{
    padding-top:20px;
    font-size: 3rem;
}



.text-underline{
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 500;
    position: relative;
}

.text-italic{
    font-style: italic;
}

.text-sub{
    display: block;
    margin-top: 1rem;
    font-size: 3rem;
    position: relative;
}


.text-underline::after,
.text-sub::after{
    position: absolute;
    content: "";
    height: 1.5px;
    background-color: #e2742b;
    width: 100%;
    bottom: 0;
    left: 0;
}


.col-lg-12.mention-container{
    margin-top: -300px;
}

.mentions-legales-body p, address{
    font-size: 20px;
}

.cgv-text.text-center{
    font-weight: 700;
    font-size: 30px;
    font-family: 'EB Garamond', serif;
}

.mentions-legales-body h2 , .mentions-legales-body h3 , .mentions-legales-body h4 , .mentions-legales-body h5{
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.text-align{
    color: var(--secondary-color);
}



small{
    font-size: 18px;
    font-weight: 400;

}

.footer{
    background-color:var(--secondary-color);
    padding: 10px 15px;
}

.footer-text{
    color:#fff;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
    font-family: 'EB Garamond', serif;
}




/*********************************************** responsive ***************************************************/

@media only screen and (max-width: 1400px) {
    .content{
        padding: 15px 22px 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .content{
        flex-direction: column;
    }

    .col-lg-12.mention-container{
        margin-top: 0px;
    }

    .col-lg-12.mention-container .form-part-content h1{
        display: none;
    }

    .header{
        background-image: url(../image/mailing-banner.png);

    }

    .photo p{
        display: none;
    }

    .col-lg-12.mention-container{
        padding-top: 20px;
    }
    
    .form-part-content h1 {
        padding-top: 13px;
    }
    
    .photo{
        top: 10%;
    }

    .photo img {
        display: none;
    }

    .presentation-part{
        display: flex;
    }

    .presentation-text{
        margin-top:0;
    }

    .presentation-part{
        margin-bottom:2.5rem;
    }

    .content{
        padding: 10px 22px;
    }

    .form-part-content.mentions h1{
        display: none;
    }
}

@media only screen and (max-width: 992px){

    .header.mentions-header{
        background-image: url(../image/mobile-banner.png);
        height: 400px;
       
    }

    .margin-cvg{
        margin-top: 45px;
        text-align: center;
    }

    ul li{
        list-style: none;
    }

    .header{
        height: 250px;
    }

 
    .paragraphe{
        text-align: justify;
    }

    .strong-text{
        text-align: center;
    }

    .header-content{
        width: 100%;
    }



    .encart{
        width: 95%;
    }

    .voyan-img {
        position: absolute;
        left: 42%;
        top: 19%;
        width: 70px;
        z-index: 2;
    }
}

@media only screen and (max-width: 576px){


    .presentation-text{
        font-size: 1.8rem;
    }

    .form-part-content h1 {
        padding-top: 0;
    }

    .form-part-content .mt5{
        margin-top: 1rem!important;
    }

    .text-underline{
        font-size: 2.5rem;
    }

    .text-sub{
        font-size: 2rem;
    }

    .mentions-title .form-part-content h1 {
        padding-top: 0rem;
        margin-top: 2rem!important;
        font-size: 2.5rem;
    }

    .mentions-legales-body p, address{
        font-size: 16px;
    }

    .cgv-text.text-center {
        font-weight: 700;
        font-size: 20px;
        font-family: 'EB Garamond', serif;
        margin-bottom: 15px;
    }

    /* .col-lg-12.mention-container{
        margin-top: -300px!important;
    } */
    
    .mentions-legales-body h2 , .mentions-legales-body h3 , .mentions-legales-body h4 , .mentions-legales-body h5{
        font-size: 16px;
    }

    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bottom-img {
        height: 250px;
    }


    .flex-mobile{
        text-align: center;
        margin-bottom: 15px;
    }

    .flex-mobile img{
        width: 232px;
    }

    .encart p{
        font-size: 20px;
    }


    .content{
        width: 100%;
    }

    .header{
        height: 180px;
        background-position: right;
    }

    .voyance-domaine li {
        font-size: 2rem!important;
    }

    .header-content .name .voyant-style {
        font-size: 3rem;
        margin-top: -34px;
        margin-left: 9rem;
    }

    .header-content .name .name-style {
        font-size: 5rem;
    }


    .color-text {
        font-size: 17px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .strong-text{
        font-size: 17px;
    }

    .presentation-text {
        margin-left: 0;
    }


    .form-part-content h1{
        font-size: 2rem;
    }

    .main-body_container{
        width: 100%;
    } 
}
 
@media only screen and (max-width: 500px){
    .presentation-text {
        padding-right: 0;
    }

    a.link-to-chat{
        font-size: 2rem!important;
    }


}

@media only  screen and (max-width:475px){
    .mentions-legales-body p, address {
        font-size: 16px;
        text-align: justify;
    }

    .header.mentions-header {
        background-image: url(../image/mobile-banner.png);
        height: 170px;
    }

    .name-mobile {
        padding-top: 9.5px;
    }

    .content {
        padding: 0px;
    }

    .encart {
        /* height: 240px; */
        width: 95%;
    }
    .strong-text ,.color-text, .paragraphe{
        text-align: justify;
    }


    .encart p {
        font-size: 18px;
    }


}

@media only screen and (max-width: 360px){

    .header.mentions-header {
        background-image: url(../image/mobile-banner.png);
        height: 149px;
        background-position: bottom;
    }

    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    small{
        font-size: 14px;
    }

    .form-part-content h1{
        font-size: 2rem;
    }

    .content {
        padding: 0px;
    }


}

@media only screen and (max-width: 320px){
/* 
    .encart img {
        width: 145px;
    } */

    .encart {
        width: 96%;
        padding-right: 5px;
        padding-left: 5px;
        /* height: 154px; */
    }

    .encart p{
        font-size: 14px;
    }
}

/* *********************************************************************************************************** */



  