@font-face {
    font-family: "DancingScript Regular";
    src: url(../fonts/DancingScript-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Montserrat Medium";
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

body {
    font-family: "Montserrat Medium", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #40578b;
    background: url('../img/bg-content.jpg') left center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.site-header {
    background-color: #313131;
}

.header-infos {
    color: #ffffff;
    width: 85%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-left p, .box-right p{
    font-size: 17px;
    letter-spacing: 1px;
    margin: 0px;
}

.box-left p{
    position: relative;
}

.box-left p:before {
    display: inline-block;
    content: "";
    background-image: url('../img/icon-diana.png');
    width: 50px;
    height: 50px;
    position: absolute;
    left: -69px;
    top: -14px;
}

.box-right p{
    color: #59c274;
}

.img-bandeau, .img-tarot {
    width: 100%;
}

.hero {
    position: relative;
    z-index: 2;
}

.main-contain {
    min-height: 700px;
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
    position: relative;
    z-index: 3;
}

.main-box-content {
    box-sizing: border-box;
    width: calc(100% - 600px);
    padding-left: 10%;
    padding-right: 10%;
}

.main-box-content p, .last-section-content p {
    line-height: 1.5em;
    text-align: justify;
}

.main-box-picture {
    width: 600px;
    align-self: center;
}

.section-cta {
    background-image: url('../img/bg-voyance-immediate.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-voyant {
    text-align: center;
    margin: -28% 0 4%;
}

.img-voyante {
    margin-bottom: 20px;
}

.main-box-content .voyant {
    font-family: "DancingScript Regular", sans-serif;
    font-size: 4em;
    color: #ff90c4;
    margin: 0;
}

.main-box-content .voyant:after {
    display: block;
    content: "";
    background-color: #ff90c4;
    width: 360px;
    height: 3px;
    margin: 0 auto;
}

.section-cta-info {
    color: #ffffff;
    text-align: center;
}

.section-cta-info h2 {
    font-family: "DancingScript Regular", sans-serif;
    font-size: 3em;
    color: #ff90c4;
    margin: 0;
}

.section-cta-info h2:after {
    display: block;
    content: "";
    background-color: #ff90c4;
    width: 353px;
    height: 3px;
    margin: 0 auto;
}

.btn-cta {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #24ae77;
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: 7% auto;
    width: 300px;
    text-align: center;
    padding: 0.2em 0.5em;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    position: relative;
}

.btn-cta:before{
    display: block;
    content: "";
    background: url('../img/cliquez-ici-icone.png') right bottom no-repeat;
    width: 50px;
    height: 49px;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.btn-cta:hover {
    background-color: #40578b;
}

.last-section-content {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.paragraphe-pink {
    font-family: "DancingScript Regular", sans-serif;
    font-size: 35px;
    line-height: 1em !important;
    text-align: left !important;
    color: #ff90c4;
}

/*======================= MENTIONS LEGALES ================ */
.main-legales-notices {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.legacies-h1 {
    font-size: 45px;
    text-align: center;
    color: #ff90c4;
    margin-bottom: 50px;
}

.main-legales-notices h2, 
.main-legales-notices h3,
.main-legales-notices h4 {
    color: #40578b;
    font-size: 700;
}

.main-legales-notices h2 {
    font-size: 24px;
}

.main-legales-notices h3 {
    font-size: 22px;
}

.main-legales-notices ul {
    list-style-type: none;
    padding-left: 0px;
}

.main-legales-notices ul li {
    font-size: 18px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.main-legales-notices ul li:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background-color: #ff90c4;
    border-radius: 5px
}



/*======================= FOOTER ================ */

.site-footer {
    height: 70px;
    background-color: #313131;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.site-footer p{
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    padding: 0 1em;
    margin-bottom: 0px;
}

.site-footer .footer-link {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .footer-link:hover {
    color: #ff90c4;
}

/*======================= RESPONSIVE ================ */

@media screen and (max-width: 1400px) {
    .main-box-content h1 {
        margin-bottom: 35px;
    }

    .main-box-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    .last-section-content {
        width: 90%;
    }
}

@media screen and (max-width: 1280px) {
    .main-box-picture {
        width: 500px;
    }

    .main-box-content {
        width: calc(100% - 500px);
    }

    .box-left p:before {
        left: -58px;
    }
}

@media screen and (max-width: 980px) {
    .main-box-picture {
        width: 400px;
    }

    .main-box-content {
        width: calc(100% - 400px);
    }

    .main-box-content .voyant {
        font-size: 3em;
    }

    .main-box-content .voyant {
        font-size: 3em;
    }

    .main-box-content .voyant:after {
        width: 268px;
    }

}

@media screen and (max-width: 768px) {
    .main-contain {
        flex-direction: column;
    }

    .main-box-picture, .main-box-content {
        width: 90%;
        margin: 0 auto;
    }

    .main-box-content {
       padding: 0;
       margin-bottom: 30px;
    }

    .main-box-content .voyant:after {
        width: 358px;
    }

    .box-voyant {
        margin: -13% 0 4%;
    }

    .header-infos {
        width: 90%;
    }

    .box-left p {
        margin-left: 60px;
    }

    .box-left p:before {
        left: -60px;
    }

    .main-box-content .voyant:after {
        width: 268px;
    }

    .main-legales-notices {
        width: 90%;
    }
}

@media screen and (max-width: 468px) {
    .header-infos {
        flex-direction: column;
        justify-content: center;
    }

    .box-left p:before {
        top: 0;
    }

    .main-box-content .voyant {
        font-size: 45px;
    }

    .main-box-content .voyant:after {
        width: 239px;
    }

    .section-cta-info {
        width: 90%;
    }

    .section-cta-info h2 {
        font-size: 30px;
    }

    .section-cta-info h2:after {
        width: 209px;
    }

    .box-voyant {
        margin: 0% 0 4%;
    }

    .img-voyante {
        width: 200px;
        height: auto;
    }

    .btn-cta {
        width: 80%;
    }

    .btn-cta:before {
        right: -19px;
        bottom: -31px;
    }

    .section-cta-info img {
        margin-top: 20px;
    }

    .main-box-content h1, .legacies-h1 {
        font-size: 30px;
    }

    .legacies-h1 {
        margin-bottom: 30px;
    }

}