@font-face {
    font-family: "Mother Day";
    src: url('../fonts/Mother_Day.ttf');
}

body{
    font-family: 'Courier', Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bandeau-contact{
    height: 80px;
    background-color: #7707de;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.site-link, .tel-link{
    font-family: 'Courier New', Arial;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    color: #ffffff;
}

.site-link:hover, .tel-link:hover{
    color: #e814dc !important;
}

.site-picto, .tel-picto{
    margin-right: 10px;
}

.site-info, .tel-info{
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel-info{
    border-left: 3px solid #ffffff;
}

.header-contain{
    background-image: url("../img/background-header.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;
}
.about-camila{
    width: 80%;
    margin: 0 0 0 auto;
    background-image: url("../img/header-image.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 659px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.voyant-name{
    font-family: "Mother Day", sans-serif;
    font-size: 150px;
    line-height: 1em;
    color: rgba(255,255,255,0.6);
}

.lp-title-white{
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
}

.lp-title-pink{
    font-family: "Mother Day", sans-serif;
    font-size: 35px;
    color: #e814dc;
    display: block;
    text-align: center;
}

.text-yellow{
    font-size: 17px;
    color: #fcff02; 
}

.text-callme{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 35px;
}

.btn-callme{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    background-color: #7707de;
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #ffffff, inset 1px 1px 6px #ffffff;
    transition: all 0.3s ease-in-out;
}

.btn-callme:hover{
    background-color: #e814dc;
}

.about-camila h1{
    width: 400px;
    text-align: center;
    margin-left: 150px;
    margin-bottom: 50px;
} 

.align-callme{
    width: 400px;
    margin-left: 150px;
    text-align: center;
}

.tirage-carte{
    background-image: url("../img/bg-tirage-body.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 750px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tarot-title-violet-maj{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7707de; 
    text-align: center;
    margin-bottom: 20px;
}

.tarot-title-violet-normal{
    font-size: 25px;
    font-weight: 600;
    color: #7707de; 
    text-align: center;
}

.tarot-text-pink{
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    color: #e814dc; 
    text-align: center;
    margin-bottom: 30px;
}

.description{
    background-image: url("../img/bg-bleu.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 80px;
}

.description-contain{
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.col-first{
    width: 50%;
    padding-top: 50px;
}

.col-two{
    width: 50%;
    text-align: center;
}

.col-two-text p{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.col-first-text-yellow{
    font-size: 18px;
    font-weight: 600;
    color: #fcff02;
}

.col-first-text-maj{
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.col-first h3{
    margin-bottom: 1.5em;
}

.col-first-text-pink{
    font-size: 20px;
    font-weight: 600;
    color: #e814dc;
    margin-bottom: 10px;
}

.last-section{
    background-image: url("../img/bg-footer.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
}

.row-contain-01{
    width: 80%;
    margin: 0 auto;
}

.row-text-violet{
    color: #7707de;
    font-style: italic;
}

.row-text-pink{
    font-size: 20px;
    font-weight: 700;
    color: #e814dc;
}

.row-text-align{
    text-align: center;
    margin: 50px 0;
}

.row-text-center-violet{
    font-family: "Roboto", Arial, sans-serif;
    color: #7707de;
    font-weight: 700;
    margin-bottom: 30px;
}

.row-text-small{
    font-size: 16px;
    color: #7707de;
    margin-top: 50px;
}

.row-text-last{
    font-family: "Mother Day", sans-serif;
    font-size: 45px;
    line-height: 1em;
    color: #e814dc;
}

/*=============== PARTIE DYNAMIQUE ============= */

.forme-part{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.carte-tirage{
    width: 200px;
    height: 199px;
    background-image: url("../img/bg-carte-selector.png");
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    position: relative;
}


.n12{
    z-index: 1002; 
}

.n11{
    z-index: 1003; 
}

.n10{
    z-index: 1004; 
}

.n9{
    z-index: 1005; 
}

.n8{
    z-index: 1006; 
}

.n7{
    z-index: 1007; 
}

.n6{
    z-index: 1008; 
}

.n5{
    z-index: 1009; 
}

.n4{
    z-index: 1010; 
}

.n3{
    z-index: 1011; 
}

.n2{
    z-index: 1012; 
}

.n1{
    z-index: 1013; 
}

.card{
    width: 97px;
    height: 166px;
    position: absolute;
    transition: all .5s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: 0s ease 0s 1 normal none running none; 
    cursor: pointer;
    background-color: transparent !important;
    border: 0px !important;
}

.carte-result{
    width: 100%;
    height:150px;
    display: flex;
    justify-content: center;
}

.carte{
    width: 90px;
    height: 150px;
    background-color: #999999;
    border-radius: 3px;
}

.carte.carte-1.bg{
       background-image: url("../img/fond-carte-result1.png");
       background-position: center;
       background-size: contain;
       background-repeat: no-repeat;
}

.carte:not(:last-child){
    margin-right: 1rem;
}

/*============== formulaire =================*/ 

.form-title-h2{
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    color: #7707de;
    text-align: center;
}

.form-text-description{
    color: #e814dc;
    text-align: center;
}

.form-main form{
    width: 70%;
    margin: 20px auto;
}

.form-group input{
    color: #7707de;
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #944b73;
    background: transparent;
    padding: 10px 0;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.form-group input::placeholder{
    color: #7707de;
}

.form-group input:focus{
    outline:none;
    background-color: #cccccc;
}

.checkbox-group{
    display: flex;
    margin-bottom: 1rem;
}

.checkbox-group p{
    font-size: 13px;
    color: #e814dc;
    padding-left: 15px;
    margin-bottom: 0;
}

.checkbox-group a{
    text-decoration: none;
    color: #7707de;
}

.spacing-top{
    margin-top: 3rem; 
}

.btn-submit{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #7707de;
    border: 0px;
    padding: 10px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 5px 0px #ffffff, inset 1px 1px 6px #ffffff;
    transition: all .3s ease-in-out;
    cursor: pointer !important;
}

.btn-submit:hover{
    background-color: #e814dc;
}

.form-main{
    display: none;
}

.form-main-active{
    display: block;
}

.form-firstPart-hide{
    display:none;
}

/*================ Déploiement des cartes au click ================*/ 

.n0-active {
    transform: translate(209.57px, 39px) rotate(23deg);
    top: 10%;
}

.n1-active {
    transform: translate(166.83px, 22px) rotate(22deg);
    top: 10%;
}

.n2-active {
    transform: translate(130.09px, 12px) rotate(17deg);
    top: 10%;
}

.n3-active {
    transform: translate(90.35px, 1px) rotate(13deg);
    top: 10%;
}

.n4-active {
    transform: translate(47.61px, -6px) rotate(9deg);
    top: 10%;
}

.n5-active {
    transform: translate(9.87px, -8px) rotate(3deg);
    top: 10%;
}

.n6-active {
    transform: translate(-32.87px, -9px) rotate(1deg);
    top: 10%;
}

.n7-active {
    transform: translate(-80.61px, -6px) rotate(-3deg);
    top: 10%;
}

.n8-active {
    transform: translate(-129.61px, -1px) rotate(-10deg);
    top: 10%;
}

.n9-active {
    transform: translate(-184.61px, 11px) rotate(-18deg);
    top: 10%;
}

.n10-active {
    transform: translate(-235.61px, 28px) rotate(-21deg);
    top: 10%;
}

.n11-active {
    transform: translate(-299.61px, 54px) rotate(-22deg);
    top: 10%;
}

/*========================== n-direction =====================*/

.d3{
    transform: translate(55.57px, 352.082172px) rotate(00deg);
}

.d2{
    transform:translate(-47.13px, 352.082172px) rotate(0deg);
}

.d1{
    transform: translate(-151.43px, 352.082172px) rotate(0deg);
}

/*========================== CGV PAGES ======================*/

.cvg-contain{
    background-image: url("../img/bg-tirage-body.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.cgv-details{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
}

.cgv-details h2{
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #7707de;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 40px;
}

.cgv-details h3, .cgv-details h4{
    color: #7707de;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.cgv-details h3{
    font-size: 25px;
}

.cgv-details h4{
    font-size: 20px;
}


/*========================== FOOTER ==========================*/

footer{
    background-color: #7707de;
    padding: 30px 0;
}

footer p{
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 5%;
}

.footer-link{
    text-decoration: none !important;
    color: #ffffff;
}

.footer-link:hover{
    color: #e814dc;
}

/*========================== RESPONSIVITE ==========================*/

@media only screen and (max-width: 1700px){
    .about-camila{
        width: 90%;
    }

    .cgv-details{
        width: 80%;
    }
}

@media only screen and (max-width: 1400px){
    .img-camila{
        width: 90%;
    }

    .col-two-text p{
        font-size: 22px;
    }
}

@media only screen and (max-width: 1024px){
    .about-camila{
        background-size: 90%;
    }
    .about-camila h1, .align-callme{
        margin-left: 0;
        text-align: left;
    }

    .lp-title-pink{
        text-align: left;
    }

    .text-yellow{
        width: 450px;
    }

    .col-two-text p {
        font-size: 18px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 820px){
    .d1 {
        transform: translate(-151.43px, 383.082172px) rotate(0deg);
    }

    .d2 {
        transform: translate(-47.13px, 383.082172px) rotate(0deg);
    }

    .d3{
        transform: translate(55.57px, 383.082172px) rotate(00deg);
    }

    .text-yellow{
        width: 100%;
    }

    .description-contain{
        flex-direction: column;
        margin: 0 auto;
    }

    .col-first, .col-two{
        width: 100%;
    }

    .img-camila{
        display: none;
    }

    .col-two-text{
        margin-top: 50px;
    }

    .row-contain-01{
        width: 90%;
    }
}

@media only screen and (max-width: 600px){
    .about-camila{
        width: 100%;
        background-size: contain;
        margin: 0 auto;
    }
    .site-info, .tel-info{
        width: 100%;
    }

    .header-contain, .tirage-carte{
        height: auto;
    }

    .bandeau-contact{
        flex-direction: column;
    }

    .last-section{
        padding: 30px 0;
    }

    .tel-info {
        border-left: 0px;
    }

    .voyant-name{
        font-size:80px;
    }

    .card-align-mobile{
        width: 90%;
        margin: 40% auto 0;
        text-align: center;
    }

    .lp-title-white{
        font-size: 30px;
    }

    .about-camila h1, .align-callme, .lp-title-pink{
        width: 100%;
        text-align: center;
    }

    .about-camila h1{
        margin-bottom: 20px;
    }

    .col-first-text-maj{
        font-size: 24px;
    }
    .col-two-text p{
        font-size:20px;
        padding: 0;
    }

    .card{
        width: 60px;
        height: 103px;
    }
    .carte-tirage{
        width: 150px;
        height: 156px;
        margin-bottom: 30px;
    }

    .carte {
        width: 60px;
        height: 103px;
    }

    .tarot-title-violet-normal{
        font-size:20px;
    }

    .tarot-title-violet-maj, .form-title-h2{
        font-size: 24px;
    }

    .tarot-text-pink{
        font-size: 22px;
    }

    .n0-active {
        transform: translate(98.57px, 25px) rotate(23deg);
    }

    .n1-active {
        transform: translate(59.83px, 11px) rotate(22deg);
    }

    .n2-active {
        transform: translate(38.09px, 6px) rotate(17deg);
    }

    .n3-active {
        transform: translate(14.35px, 2px) rotate(13deg);
    }

    .n4-active {
        transform: translate(-13.39px, -3px) rotate(9deg);
    }

    .n5-active {
        transform: translate(-42.13px, -5px) rotate(3deg);
    }

    .n6-active {
        transform: translate(-66.87px, -6px) rotate(1deg)
    }

    .n7-active {
        transform: translate(-88.61px, -4px) rotate(-3deg);
    }

    .n8-active {
        transform: translate(-111.61px, 0px) rotate(-10deg);
    }

    .n9-active {
        transform: translate(-134.61px, 6px) rotate(-18deg);
    }

    .n10-active {
        transform: translate(-153.61px, 12px) rotate(-21deg);
    }

    .n11-active {
        transform: translate(-169.61px, 17px) rotate(-22deg);
    }

    .d1 {
        transform: translate(-106.43px, 299.082172px) rotate(0deg) !important;
    }

    .d2 {
        transform: translate(-30.43px, 299.082172px) rotate(0deg) !important;
    }

    .d3{
        transform: translate(47.30px, 299.082172px) rotate(0deg) !important;
    }

    .form-main form{
        width: 100%;
    }

    .cgv-details{
        width: 90%;
    }

    .cgv-details h2{
        font-size: 27px;
    }

    .cgv-details h3{
        font-size: 22px;
    }

    .cgv-details h4{
        font-size: 18px;
    }
}

@media (min-width: 460px) and (max-width: 540px){
    .d1 {
        transform: translate(-106.43px, 277.082172px) rotate(0deg) !important;
    }

    .d2 {
        transform: translate(-30.43px, 277.082172px) rotate(0deg) !important;
    }

    .d3{
        transform: translate(47.30px, 277.082172px) rotate(0deg) !important;
    }
}


@media only screen and (max-width: 320px){
    .d1 {
        transform: translate(-106.43px, 323.082172px) rotate(0deg) !important;
    }

    .d2 {
        transform: translate(-30.43px, 323.082172px) rotate(0deg) !important;
    }

    .d3{
        transform: translate(47.30px, 323.082172px) rotate(0deg) !important;
    }

    .n0-active {
        transform: translate(79.57px, 19px) rotate(23deg);
    }

    .n8-active {
        transform: translate(-105.61px, 0px) rotate(-10deg);
    }

    .n9-active {
        transform: translate(-121.61px, 6px) rotate(-18deg);
    }

    .n10-active {
        transform: translate(-135.61px, 12px) rotate(-21deg);
    }

    .n11-active {
        transform: translate(-144.61px, 17px) rotate(-22deg);
    }
}



