@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.otf);
}

@font-face {
    font-family: 'CaviarDreams';
    src: url(../fonts/CaviarDreams_Bold.ttf);
}

*, ::before, ::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #000000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.site-main {
    flex: 1;
    background-image: url(../img/bg-amandine-lp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container-main {
    margin: 0 auto 60px;
    position: relative;
}

.header-banner {
    width: 100%;
}

.site-content {
    background-color: #ffffff;
    padding: 60px;
}

.img-logo {
    margin-bottom: 40px;
}

.box-voyant {
    display: flex;
    margin-bottom: 50px;
}

.box-img {
    width: 45%;
    text-align: center;
}

.logo {
    width: 55%;
    display: flex;
    align-items: center;
}

.theme {
    font-family: 'CaviarDreams', sans-serif;
    text-align: center;
    color: #800426;
    margin-bottom: 80px;
}

.theme h2 {
    font-size: 1.7rem;
    text-decoration: underline;
    margin-bottom: 0;
}

.themes {
    margin-top: 10px;
}

.themes-container {
    width: 70%;
    margin: 85px auto 50px;
}

.themes-container h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #6b3d7a;
    text-align: center;
}

.text-bleu {
    color: #00aeff;
    text-decoration: none;
}

.text-bleu:hover {
    color: #000000;
}

.box-tarifs {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 50px 25px;
    border-radius: 0 0 5px 5px;
}

.box-tarifs .title {
    text-align: center;
    font-size: 20px;
    color: #6b3d7a;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
}

.box-content {
    width: 520px;
    margin: 0 auto;
}

.telCartouche {
    display: flex;
    align-items: center;
    height: 30px;
}

.telCartouche span {
    margin-right: 10px;
}

.telCartouche span, .box-content p {
    font-size: 17px;
    font-style: italic;
}

.box-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-big {
    font-size: 20px;
}

.content p {
    font-size: 17px;
}



/*============ Mentions légales=========*/

.intro {
    padding: 2rem 3rem;
}

.intro p,  .intro address{
    font-size: 17px;
    line-height: 1.4em;
}

.legacies-h1 {
    font-family: 'CaviarDreams', sans-serif;
    font-size: 40px;
    color: #6b3d7a;
    margin: 0px;
    line-height: 1;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 50px;
}

.intro h2, .intro h3 {
    font-family: 'CaviarDreams', sans-serif;
    color: #6b3d7a;
}

.intro h2 {
    font-size: 23px;
}

.intro h3 {
    font-size: 20px;
}

.intro ul {
    list-style-type: none;
    padding-left: 0px;
}

.intro ul li {
    font-size: 17px;
    text-align: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.intro ul li:before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 7px;
    background-color: #6b3d7a;
    border-radius: 5px;
}


/*=========== FOOTER ==============*/

.site-footer {
    height: 60px;
    background-color: #6b3d7a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #6f42c1;
    text-decoration: underline;
}


/*======================RESPONSIVE=========================== */

@media screen and (min-width: 1400px) {
    .container-main {
        width: 1320px;
    }
}

@media screen and (max-width: 1300px) {
    .themes-container {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .container-main {
        width: 1140px;
    }
}

@media screen and (max-width: 1199px) {
    .container-main {
        width: 80%;
    }

    .card-img {
        top: 99px;
    }

    .carte-tirage {
        width: 340px;
    }
}

@media only screen and (max-width: 992px) {
    .themes-container h2 {
        font-size: 30px;
    }

    .img-cartouche {
        width: 210px;
    }

    .themes-container, .box-content {
        width: 100%;
    }

    .box-tarifs {
        padding: 0;
    }

    .box-content {
        text-align: center;
    }

    .telCartouche {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .themes-container h2 {
        font-size: 27px;
    }

    .box-voyant {
        flex-direction: column;
    }

    .content p {
        font-size: 18px;
    }

    .telCartouche span, .box-content p {
        font-size: 18px;
    }

    .box-img {
        margin-bottom: 30px;
    }

    .box-img, .logo {
        width: 100%;
    }

    .logo {
        text-align: center;
        justify-content: center;
    }

    .box-tarifs {
        padding: 20px 0px;
    }

    .img-cartouche {
        width: 210px;
    }

    .telCartouche {
        flex-direction: column;
        height: auto;
    }

    .intro {
        padding: 2rem 0rem;
    }
}

@media screen and (max-width: 540px) {
    .site-content {
        padding: 40px 20px;
    }

    .container-main.legacies {
        width: 90%;
    }

    .box-img img {
        width: 200px;
    }

    .logo img {
        width: 200px;
    }

    .telCartouche span {
        margin-bottom: 5px;
    }

    .box-content p {
        text-align: center;
    }

    .text-big, .text-bleu {
        display: block;
        margin-top: 5px;
    }

    .themes-container h2 {
        font-size: 1.2rem;
    }

    .site-footer p {
        font-size: 15px;
    }

    .legacies-h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .box-tarifs .title {
        font-size: 17px;
        margin-top: 0;
    }

    .theme {
        margin-bottom: 30px;
    }

    .text-big, .text-bleu {
        font-size: 17px;
    }

    .theme h2 {
        font-size: 18px;
    }

    .themes {
        font-size: 15px;
    }

    .content p {
        font-size: 16px;
    }
    
    .intro h2, .intro h3 {
        font-size: 20px;
    }

    .intro p, .intro address {
        font-size: 16px;
    }
}