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

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Miama';
    font-style: normal;
    font-weight: normal;
    src: local('../font/Miama'), url('../font/Miama.woff') format('woff');
}
  

* {
    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;
    font-family: 'Manrope', sans-serif;
    scroll-behavior: smooth;
    background-image: url(../image/back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* main-body*/

.main-body{
    width: 100%;
    min-height: 100vh;
}

.main-body_container{
    width: 70%;
    margin: 0 auto;
    min-height: 200px;
    background-color: #fff;
}

.header{
    width: 100%;
    height: 150px;
    background-color: #000;
    background-image: url(../image/header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.content{
    background-color: #ffffff;
    display: flex;
    padding: 50px 50px;

}

.presentation-part{
    flex: 1;
}

.irene-photo{
    position: relative;
    top: -19%;
}
.picto{
    margin: 15px 0;
}

.ligne-decor{
    height: 3px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../image/ligne-decord.png);
}

.footer-text a:hover{
    text-decoration: none;
}


.presentation-text{
    margin-top:-90px;
    padding-right: 15px;
}

.forme-part{
    flex: 2;
}

.name{
    color:#96b4a1;
    font-size: 5rem;
    font-family: 'Miama';
}

.name-style{
    font-weight: 400;
    font-family: 'Miama';
    font-size: 10rem;
}

.voyant-style{
    display: block;
    font-size: 7rem;
    font-weight: 300;
    margin-left: 15rem;
    margin-top: -80px;
    font-family: 'Miama';
}

.name-mobile{
    display: none;
}

.paragraphe{
    font-size: 1.5rem;
    font-family: 'Manrope', sans-serif;
    color:#256184;
    font-weight: 600;
    text-align: justify;
}

.strong-text{
    display: block;
    font-weight: 800;
    margin-top: 15px;
    font-size: 17px;
    color:#12518d;
    font-family: 'Manrope', sans-serif;
}


.uppercase{
    text-transform: uppercase;
}

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

/*  */
.carte-tirage{
    width: 350px;
    height: 210px;
    background-image: url(../image/decor.png);
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    position: relative;
    background-position: center;
}


.carte-box{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: ease-in-out;
    cursor: pointer;
    align-items: center;

}


.carte-result img{
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition:  all .3s ease-in;
}

.card{
    width: 90px;
    position: absolute;
    transition: all .5s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-33%,-50%);
    animation: 0s ease 0s 1 normal none running none; 
    cursor: pointer;
}
/* n on click style */


.n7{
    z-index: 1006; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(-160.61px, 3px) rotate(-6deg
);
    top: 30%;
}

.n6{
    z-index: 1007; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(-121.87px, 3px) rotate(
1deg
);
    top: 30%;
}

.n5{
    z-index: 1008; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(-81.13px, 3px) rotate(
        3deg
        );
    top: 30%;
}

.n4{
    z-index: 1009; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(-38.39px, 3px) rotate(-6deg);
    top: 30%;
}

.n3{
    z-index: 1010; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(2.35px, 3px) rotate(0deg);
    top: 30%;
}

.n2{
    z-index: 1011; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(35.09px, 3px) rotate(6deg);
    top: 30%;
}

.n1{
    z-index: 1012; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(74.83px, 3px) rotate(10deg);
    top: 30%;
}

.n0{
    z-index: 1013; 
    animation: 0s ease 0s 1 normal none running none; 
    transform: translate(112.57px, 9px) rotate(
12deg
);
    top: 30%;    
}

/* n-direction*/
.d5{
    transform: translate(150.57px, 252.082172px) rotate(0deg); 
}

.d4{
    transform: translate(54.57px, 252.082172px) rotate(0deg);
}

.d3{
    transform: translate(-39.43px, 252.082172px) rotate(00deg);
}
.d2{
    transform:translate(-129.13px, 252.082172px) rotate(
        0deg);
}

.d1{
    transform: translate(-225.43px, 252.082172px) rotate(
0deg);
}

/*  */

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

.carte-result{
    width: 100%;
    height:150px ;
    display: flex;
    justify-content: center;
}

.carte-1{
    transform: translate(5px, 4.082172px) rotate( 
        0deg);
}

.bg{
    background-image: url(../image/basecarte.png);
    background-repeat: repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carte{
    width: 80px;
    height: 125px;
    background-color: #d4d2d2;
    border-radius: 5px;
}

.carte:not(:last-child){
    margin-right: 1.5rem;
}

.form-main form{
    width:60%;
    margin: 0 auto;
}

.form-group{
    margin-bottom: 2.5rem!important;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date]{
    width: 100%;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    border: none;
    border-bottom: 1.8px solid #256184; 
    background-color: transparent;
    transition: all .3s ease-in-out;
    border-radius: 0;
}



.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=date]:focus{
    outline: none;
    border-color: #256184;
    padding: 1.5rem 1.5rem;
    box-shadow: none;
}

.form-group input::placeholder{
    color:#256184;
}

.btn-sumit:focus,
button.btn.btn-primary:focus{
    outline: none;
    border: none;
    
}

.btn-submit,
button.btn.btn-primary{
background-color: #96b4a1;
width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
 padding: .8rem 5rem;
 font-size: 18px;
 border:none;
 text-transform: uppercase;
 border-radius: 5px;
 font-weight: 500;
 outline: none;
 color:#fff;
transition: all .3s ease-in-out;
}


input[type=checkbox]{
    width: 18px!important;
    height: 18px!important;
    border: none!important;
    margin-right: 0!important;
}

.formGroup{
    display: flex;
    font-weight: 600;
}

.form-check-label{
    padding-left: 15px!important;
    color:#256184;
}


/* step */
.form-main{
    display: none;
}

.form-main-active{
    display: block;
}

.form-firstPart-hide{
    display:none;
}

small{
    font-size: 17px;
    color:#256184;
    font-weight: 500;
}

.u-bold{
    color:#256184;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 28px;
}

.footer{
    background-color:#96b4a1;
    padding: 10px 15px;
    margin-top: 80px;
}

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

/* 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: 992px){
    .irene-photo{
        display: none;
    }

    .name-desktop{
        display:none;
    }

    .name-mobile{
        display: block;
        text-align: center;
        padding-top:0;
        color: #fff;
        text-shadow: 3px 3px 3px rgba(17, 17, 17, 0.91);
        position: absolute;
        height: 100%;
        right: 24px;
    }


    .voyant-style {
        font-size: 6rem;
        margin-top: -87px;
    }
}

@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: 768px){
    
    .form-main form{
        width: 90%;
    }



    .paragraphe {
        font-size: 1.35rem;
        padding-top: 20px;
    }

    .carte {
        width: 91px;
        height: 115px;
        background-color: #d4d2d2;
        border-radius: 5px;
    }

    .carte {
        width: 65px;
        height: 85px;
    }

    .card{
        width: 65px;
    }

    .d1 {
        transform: translate(-187.43px, 247.082172px) rotate( 
    0deg);
    }

    .d2 {
        transform: translate(-107.13px,  247.082172px) rotate( 
    0deg);
    }

    .d3 {
        transform: translate(-27.43px, 247.082172px) rotate(
    00deg);
    }

    .d4 {
        transform: translate(51.57px, 247.082172px) rotate(
    0deg);
    }

    .d5 {
        transform: translate(132.57px, 247.082172px) rotate(
    0deg);
    }
}




@media only screen and (max-width: 576px){
    .footer{
        margin-top: 0;
    }

    .ligne-decor{
        width: 100%;
    }
    
    .presentation-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header{
        background-position: center;
    }

    .presentation-text {
        margin-left: 0;
    }

    .name{
        text-align: center;
    }

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

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

    .main-body_container{
        width: 90%;
    } 
}
 


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

    .carte-tirage {
        width: 210px;
        height: 200px;
    }

    .margin{
        margin-right:-111px ;
    }


    .main-body_container{
        width: 100%;
    }

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


}

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


    .carte{
        width: 50px;
        height: 70px;
    }

    .n0{
        transform: translate(73.57px, 3px) rotate(
            12deg);
        top: 30%;
    }


    .n1{
        transform: translate(53.83px, 3px) rotate(10deg);
        top: 30%;
    }

    .n2{
        transform: translate(28.09px, 3px) rotate(6deg);
        top: 30%;
    }

    .n3{
        transform: translate(7.35px, 3px) rotate(0deg);
        top: 30%;
    }

    .n4{
        transform: translate(-16.39px, 3px) rotate(-6deg);
        top: 30%;
    }

    .n5{
        transform: translate(-42.13px, 3px) rotate(3deg);
        top: 30%;
    }

    .n6{
        transform: translate(-66.87px, 3px) rotate(1deg);
        top: 30%;
    }
    

    .n7{
        transform: translate(-93.61px, 3px) rotate(-6deg);
        top: 30%;
    }

    .n8{
        transform: translate(-102.35px, 3px) rotate(0deg);
        top: 30%;
    }

    .n9{
        transform: translate(-125.09px, 3px) rotate(0deg);
        top: 30%;
    }


     /* */

  .card {
        left:45%;
    }

    .d1 {
        transform: translate(-158.43px, 237.082172px)rotate( 
    0deg)!important;;
    }

    .d2 {
        transform: translate(-93.13px,  237.082172px) rotate( 
    0deg)!important;;
    }

    .d3 {
        transform: translate(-27.43px, 237.082172px) rotate(
    00deg)!important;;
    }

    .d4 {
        transform: translate(40.57px, 237.082172px) rotate(
    0deg)!important;;
    }

    .d5 {
        transform: translate(112.57px, 237.082172px) rotate(
    0deg)!important;
    }
}


@media only  screen and (max-width:425px){
    .d1 {
        transform: translate(-158.43px, 237.082172px) rotate( 
    0deg)!important;
    }

    .d2 {
        transform: translate(-91.13px, 237.082172px) rotate( 
    0deg)!important;
    }

    .d3 {
        transform: translate(-24.43px, 237.082172px) rotate( 
    00deg)!important;
    }

    .d4 {
        transform: translate(42.57px, 237.082172px) rotate( 
    0deg)!important;
    }

    .d5 {
        transform: translate(110.57px, 237.082172px) rotate( 
    0deg)!important;
    }
}


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

    .margin {
        margin-right: -90px;
    }

    small{
        font-size: 14px;
    }

    .carte {
        width: 91px;
        height: 70px;
    }

    .presentation-text {
        margin-left: 0;
    }

    .name{
        text-align: center;
    }

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

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

    .content {
        padding: 10px 18px;
    }

    .carte-box{
    margin-left:-20px;
    } 


    .card {
        margin-right: -62px;
        transition: all .5s ease-in-out;
    }

    .n0{
        transform: translate(79.57px, 3px) rotate(12deg);
        top: 30%;
    }

    .n1{
        transform: translate(50.83px, 3px) rotate(10deg);
        top: 30%;
    }

    .n2{
        transform: translate(30.09px, 3px) rotate(6deg);
        top: 30%;
    }

    .n3{
        transform: translate(4.35px, 3px) rotate(0deg);
        top: 30%;
    }

    .n4{
        transform: translate(-19.39px, 3px) rotate(-6deg);
        top: 30%;
    }

    .n5{
        transform: translate(-45.13px, 3px) rotate(3deg);
        top: 30%;
    }

    .n6{
        transform: translate(-80.87px, 3px) rotate(1deg);
        top: 30%;
    }
    

    .n7{
        transform: translate(-120.61px, 3px) rotate(-11deg);
        top: 30%;
    }

    .n8{
        transform: translate(-102.35px, 3px) rotate(0deg);
        top: 30%;
    }

    .n9{
        transform: translate(-125.09px, 3px) rotate(0deg);
        top: 30%;
    }

    /* directions */


    .d1 {
        transform: translate(-152.43px, 235.082172px) rotate( 
    0deg)!important;
    }

    .d2 {
        transform: translate(-83.13px, 235.082172px) rotate( 
    0deg)!important;
    }

    .d3 {
        transform: translate(-18.43px,  235.082172px) rotate( 
    00deg)!important;
    }

    .d4 {
        transform: translate(49.57px, 235.082172px) rotate( 
    0deg
    )!important;
    }

    .d5 {
        transform: translate(120.57px, 235.082172px) rotate( 
    00deg)!important;
    }

}

@media only screen and (max-width: 320px){
    .card{
        width: 55px;
    }

    .d1 {
        transform: translate(-134.43px, 245.082172px) rotate( 
    0deg)!important;
    }

    .d2 {
        transform: translate(-74.13px, 245.082172px) rotate( 
    0deg)!important;
    }

    .d3 {
        transform: translate(-14.43px, 245.082172px) rotate( 
    00deg)!important;
    }

    .d4 {
        transform: translate(45.57px, 245.082172px) rotate( 
    0deg)!important;
    }

    .d5 {
        transform: translate(101.57px, 245.082172px) rotate( 
    0deg)!important;
    }
}




  