/* ***********************************************generale */
/* @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@0;1&display=swap'); */


*{
    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: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#2a4a93;
    font-family: 'arial';
    font-weight: 500;
}

a:hover{
    text-decoration: none;
}

.logo{
  margin-top: 50px;
}


.cgv-title{
    font-weight: 800; text-align:center; margin:50px 5px;
}
/* main-body*/

.main-body{
    width: 100%;
    min-height: 100vh;
}

.main-body_container{
    width: 100%;
    margin: 0 auto;
    min-height: 200px;
    background-color: #fff;
}

.header{
    width: 100%;
    height: 300px;
    /* background-image: url(../image/landing-bg.jpg);
    background-size: cover;
    background-position: bottom; */
}

.content{
    width: 80%;
    background-color: #ffffff;
    display: flex;
    padding: 50px 10px;
    margin: 0 auto;
}



.condition-text h2 , .condition-text h3{
    margin-top: 2rem;
}

.strong-text{
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 2.5rem;
    color:#fff;
    font-family: 'Arial';
    font-weight: bold;
    font-style: italic;
}


.encart{
    width: 60%;
    min-height: 250px;
    background-color: rgba(255, 255, 255, 0.822);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tel-bold{
    font-weight: 700;
}


.encart p{
    font-size: 2.5rem;
    font-style: italic;
}

p.u-para{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

p.u-para::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #2a4a93;
    left: 0;
    bottom: 0;
}

.other_link, .other_link:hover{
    color: #00aeff;
    font-size: 2.5rem;
    font-weight: 700;
    text-decoration: underline;
}


.bottom-img{
    width: 100%;
    height: 400px;
    /* position: relative; */
    background-image: url(../image/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.bottom-img .img-back{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


.presentation-part{
    flex: 1;
}


.presentation-text{
   padding: 0 15px;
}

.forme-part{
    flex: 2;
}



a,a:hover{
    color:#2a4a93; 
}

.margin-cvg{
    margin-top: -226px;
}

.margin-cvg p{
    margin-top: 20px;
}

.margin-cvg h2 , .margin-cvg h3 {
    margin-top: 10px;
}

.paragraphe{
    margin-top: 15px;
    font-size: 2rem;
    color:#2a4a93;
    padding: 10px 0px;
    text-align: justify;
}

.condition-text p, address{
    font-size: 2rem;
    color:#2a4a93;
}

.condition-text h1{
    color:#67aced;
    font-weight: 800;
}

.condition-text h2, .condition-text h3, .condition-text h4{
    color:#67aced;
    font-weight: 600;
}


.condition-text ul li{
    font-style: italic;
    font-size: 2rem;
    font-weight: 500;
}

.condition-text ul{
    padding: 2px 3rem;
}

.condition-text{
    padding:20px
}

.paragraphe.italic-text{
    /* font-style: italic;
    font-weight: 800; */
    font-size: 2rem;
}

.u-bold{
    font-size: 2.3rem;
}

.uppercase{
    text-transform: uppercase;
}

.header-img{
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1000;
    object-fit: cover;
}

.mobile-header-content{
    position: absolute;
    width: 100%;
    height: 100%;
    
}

.main-content{
    background-image: linear-gradient(to top, #ffffff, #ffffff, #ffffff, #ffffffeb, #ffffffa8);
    position: relative;
    z-index: 90000;
    padding-top: 5rem;
    margin-top: -184px;
}

.photo{
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top:-123px;
}

.photo img{
    width: 300px;
}


.intro-text {
    color:#ffcd36;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.intro-text p{
    font-size: 2.5rem;
    font-weight: 500;
}

p.bold{
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 800;
    text-decoration: underline;
    text-align: center;
}

.photo img.nora-profil{
    width: 300px;
}

.top{
    margin-top: -150px;
}

.uper{
text-transform: uppercase !important;
}


.form-part-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-part-content h1{
    text-align: center;
    font-family: 'arial';
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 15px;
}

.bg{
    background-image: url(../image/resulbackground.png);
    background-repeat: repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


small{
    font-size: 18px;
    font-weight: 400;

}

.footer{
    background-color:#67aced;
    padding: 10px 15px;
}

.footer-text{
    font-size: 1.5rem;
    color:#fff;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    font-family: 'arial';
}


.logo-mobil{
    width: 100px;
    margin-top: 5%;
    display: none;     
}



/*********************************************** responsive ***************************************************/

@media only screen and (max-width: 1400px) {
    .paragraphe{
        font-size: 1.8rem;
    }

    .content{
        padding: 15px 22px 50px;
    }
    small{
        font-size: 15px;
    }

    .form-main form{
        width: 70%;
    }

    .formGroup p{
        font-size: 1.38rem;
    }
}

@media only screen and (max-width: 1024px) {
    .content{
        flex-direction: column;
    }

    .photo img.profil {
        width: 150px;
    }

    .presentation-part{
        display: flex;
    }

    .presentation-text{
        margin-top:0;
    }

    .presentation-part{
        margin-bottom:2.5rem;
    }

    .content{
        padding: 10px 22px;
    }
}


@media only screen and (max-width: 992px){

    .condition-text p, address{
        font-size: 1.6rem;
        color:#2a4a93;
    }

    .logo-mobil{
        display: initial;
    }

    p.bold{
        font-size: 2.5rem;
    }

    .cgv-title{
        font-size: 2rem;
        margin:18px 5px 20px;
    }

    .margin-cvg{
        margin-top: 45px;
        /* text-align: center; */
   
    }


    .condition-text ul li {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .encart p {
        font-size: 1.8rem;
    }

   

   .photo{
        width: 100%;
    }

    
    .logo{
        display: none;
    }

    .main-content{
        margin-top: 0px;
        margin-top: -150px;
    }

   

    .header{
        height: 250px;
    }

    .name-desktop{
        display:none;
    }

    .paragraphe{
        padding-top:0px;
        margin-top: 8px;
    }

    .strong-text{
        text-align: center;
    }

    .header-content{
        width: 100%;
    }


    .encart{
        width: 80%;
    }

}

@media only screen and (max-width: 768px){


    .other_link{
        font-size: 2rem;
    }

    .bottom-img {
        min-height:400px;
        background-position: left;
    }

    .photo img.profil {
        width: 200px;
        /* margin-top: -px; */
    }

    .encart {
        width: 95%;
        padding: 10px;
    }

    .strong-text{
        font-size: 2rem;
    }
}


@media only screen and (max-width: 576px){

    .logo-mobil{
        width:150px;
    }
   

    .intro-text p{
        font-size: 1.6rem;
        font-weight: 500;
    }

    .presentation-text {
        padding: 0 5px;
    }

    .strong-text {
        font-size: 2rem;
        padding: 10px;
    }


    .main-content {
        margin-top: 0px;
        padding-top: 15px;
    }


    .form-part-content{
        display: none;
    }


    .footer {
        padding: 6px 10px;
    }

    .footer-text {
        font-size: 1.5rem;
        margin-top: 5px;
    }

    .paragraphe {
        padding: 8px 0px;
    }
    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



    .encart img {
        width: 200px;
    }


    .content{
        width: 100%;
    }

    .header{
        height: 140px;
        background-position: center;
    }


    .color-text {
        font-size: 17px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .strong-text{
        font-size: 2rem;
    }

    .presentation-text {
        margin-left: 0;
    }


    .form-part-content h1{
        font-size: 2rem;
    }

    .main-body_container{
        width: 100%;
    } 

    .text-oblique{
        font-size: 1.7rem;
    }
}
 
@media only screen and (max-width: 500px){


    .main-body_container{
        width: 100%;
    }


}

@media only  screen and (max-width:475px){

    .logo-mobil {
        width: 100px;
    }

    .content {
        padding: 0px;
    }

    .encart {
        width: 95%;
    }

    .encart p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .strong-text ,.color-text, .paragraphe{
        text-align: justify;
    }
}

@media only screen and (max-width: 360px){

    .cgv-title {
        margin: 0 5px 20px;
    }

    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    small{
        font-size: 14px;
    }


    .name{
        text-align: center;
    }


    .form-part-content h1{
        font-size: 2rem;
    }

    .content {
        padding: 0px;
    }


}

@media only screen and (max-width: 320px){

    .text-oblique {
        font-size: 1.7rem;
    }

    .main-content{
        padding-top:0;
    }

    .mobile-header-content .logo-blanc{
        width: 110px;
        height: 110px;
        object-fit: contain;
    }
    
}

/***************************************************************************************************************/



  