/* ***********************************************generale */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: "Adaline Script";
    src: url("../font/adaline\ script\ -\ regular.ttf");
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../font/07558_CenturyGothic.ttf');
}

*{
    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:#12518d;
    font-family: 'Manrope', sans-serif;
}

a:hover{
    text-decoration: none;
}

/* 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: 350px;
    background-color: #000;
    background-image: url(../image/rapheal-homebanner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.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;
    color:#12518d;
    font-family: 'Manrope', sans-serif;
}

.text-oblique{
    font-style: italic;
    font-size: 15px;
}

.form-link{
    color:#edc35a;
}

.form-link:hover{
    color:#edc35a;
    text-decoration: none;
}

.encart{
    position: absolute;
    width: 60%;
    height: 250px;
    background-color: #12528d9f;
    z-index: 100;
    left:50%;
    top:20%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.u-para{
    text-transform: uppercase;
    font-weight: 800;
    font-style: oblique;

}

.encart p{
    font-size: 2.5rem;
    color:#fff;
    font-style: italic;
}



.bottom-img{
    width: 100%;
    height: 500px;
    position: relative;
 
}

.bottom-img .img-back{
    position: absolute;
    width: 100%;
height: 100%;
    object-fit: cover;
    object-position: center;
}

.color-text{
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color:#edc35a;
    margin-top: 35px;
    margin-bottom:15px;
    font-style:oblique;
    padding-top: 30px;
}

.presentation-part{
    flex: 1;
}

.irene-photo{
    position: relative;
    top: -54%;
}



.presentation-text{
    margin-top: -232px;
    text-align: center;
}

.forme-part{
    flex: 2;
}

.name{
    color:#edc35a;
}

a{
    color:#edc35a; 
}


a:hover{
    color:#edc35a; 
}

.margin-cvg{
    margin-top: -226px;
}

.margin-cvg p{
    margin-top: 20px;
}

.margin-cvg h2 , .margin-cvg h3 {
    margin-top: 10px;
}

.paragraphe{
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    color:#12518d;
    font-weight: 500;
    text-align: center
}

.uppercase{
    text-transform: uppercase;
}

.name-style{
    font-weight: 400;
    font-family: "Adaline Script";
    text-transform: capitalize;
    font-size: 10rem;
}

.voyant-style{
    display: block;
    font-size: 5rem;
    font-weight: 300;
    margin-left: 15rem;
    margin-top: -60px;
    font-family: "Century Gothic";
}

.voyan-img{
    position: absolute;
    left: 55%;
    top: 48%;
    width: 100px;
    z-index: 2;
}

.header-content {
    width: 80%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.header-content  .name .voyant-style{
    font-size: 7rem;
    margin-top: -107px;
    margin-left: 20rem;
}

.header-content  .name .name-style{
    font-size: 15rem;
}

.voyance-domaine{
    display: flex;
    justify-content: center;
    align-items: center;
}

.voyance-domaine li{
    list-style: none;
    font-size: 3rem!important;
    color: #fff;
    font-weight: 900;
    text-shadow: 3px 3px 5px rgba(17, 17, 17, 0.91);
}


.name-mobile{
    display: block;
    font-size: 8rem;
    padding-top: 42.5px;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(17, 17, 17, 0.91);
}

.irene-photo img{
    width: 350px;
}

.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: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 15px;
    padding-top:100px;
}

.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:#12518d;
    padding: 10px 15px;
}

.footer-text{
    color:#fff;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
}

.text-info-voyance{
    font-size: 16px !important;
    font-style: italic;
}




/*********************************************** responsive ***************************************************/

@media only screen and (max-width: 1400px) {
    .paragraphe{
        font-size: 1.4rem;
    }

    .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;
    }

    .irene-photo img {
        width: 153px;
    }

    .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){
    .margin-cvg{
        margin-top: 45px;
        text-align: center;
    }

    ul li{
        list-style: none;
    }

    .header{
        height: 250px;
    }

    .irene-photo{
        display: none;
    }

    .name-desktop{
        display:none;
    }

    .paragraphe{
        padding-top:23px;
        text-align: center;
    }

    .strong-text{
        text-align: center;
    }

    .header-content{
        width: 100%;
    }

    .header-content .name .voyant-style {
        font-size: 5rem;
        margin-top: -78px;
    }

    .header-content .name .name-style {
        font-size: 10rem;
    }

    .form-part-content h1 {
        padding-top: 13px;
    }

    .encart{
        width: 80%;
    }

    .voyan-img {
        position: absolute;
        left: 42%;
        top: 19%;
        width: 70px;
        z-index: 2;
    }
}

@media only screen and (max-width: 576px){
    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bottom-img {
        height: 350px;
    }

    .encart{
        min-height: 185px;
        width: 85%;
    }

    .encart p{
        font-size: 18px;

    }

    .encart  a p{
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }


    .content{
        width: 100%;
    }

    .header{
        height: 180px;
        background-position: center;
    }

    .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;
    }

    .name{
        text-align: center;
    }

    .name-style {
        font-weight: 400;
        font-family: "Adaline Script";
        text-transform: capitalize;
        font-size: 8rem;
    }

    .voyant-style {
        display: block;
        font-size: 3rem;
        font-weight: 300;
        margin-left: 7rem;
        margin-top: -47px;
        font-family: "Century Gothic";
    }

    .irene-photo img {
        width: 118px;
        display: none;
    }

    .form-part-content h1{
        font-size: 2rem;
    }

    .main-body_container{
        width: 100%;
    } 
}
 
@media only screen and (max-width: 500px){


    .main-body_container{
        width: 100%;
    }

    .presentation-text {
        padding-right: 0;
    }


}

@media only  screen and (max-width:475px){

    .name-mobile {
        padding-top: 9.5px;
    }

    .content {
        padding: 0px;
    }

    .encart {
        width: 95%;
        top: 10%;
    }
    .strong-text ,.color-text, .paragraphe{
        text-align: justify;
    }
/* 
    .encart img {
        width: 145px;
    } */

    .encart p {
        font-size: 16px;
    }


}

@media only screen and (max-width: 360px){

    .name-mobile {
        padding-top: 11.5px;
    }
    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    small{
        font-size: 14px;
    }


    .name{
        text-align: center;
    }

    .irene-photo img {
        width: 118px;
        display: none;
    }

    .form-part-content h1{
        font-size: 2rem;
    }

    .content {
        padding: 0px;
    }


}

@media only screen and (max-width: 320px){

    .encart {
        width: 96%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .encart p{
        font-size: 16px;
    }
}

/* *********************************************************************************************************** */



  