body {
    background-color: #0000ee;
}

.tarot_title {
    text-align: center;
    color: #C9D0FC;
}

.index_container {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

#img_tirage_tarot_hands {
    width: 50px;
}

@media screen and (min-width: 600px) {
    #img_tirage_tarot_hands {
        width: 350px;
    }
}

.language_choice_buttons {
    margin: 2%;
}

.text_language_choice {
    font-size: large;
    color: aqua;
    margin-bottom: 0%;
}

#siret_div {
    float: left;
    bottom: 0;
}

#copyright_div {
    float: right;
    bottom: 0;
}

.container_prealable {
    background-color: #0000ee;
    width: 60%;
    padding: 60px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .container_prealable {
        width: 100%;
    }
}

#prealable_next_button {
    margin: 5%;
    height: 14vh;
    width: 12vw;
}

.cards_table {
    width: 70%;
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .cards_table {
        width: 100%;
    }
}

.cards_table>div {
    margin: 3px;
}

.display_result_card {
    width: 50%;
}

.display_result_card>div {
    margin: 5%;
}

.opinion_div {
    width: 50%;
}

.container_thanks_page {
    width: 50%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.banner_horoscopeme {
    top: 0;
    left: 0;
    width: 100%;
    background: #6A7FCB;
    border: 3px solid #C9D0FC;
    text-align: center;
    font-size: 26px;
}

.banner_horoscopeme a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    display: inline-flex;
}

.banner_horoscopeme p {
    font-weight: bold;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular,serif;
}

@media screen and (min-width: 950px) {
    .banner_horoscopeme {
        width: 165px;
        padding: 20px;
        position: fixed;
        z-index: 1;
        right: 10px;
        overflow-x: hidden;
        top: 50%;
        transform: translate(0, -50%);
        left: unset;
    }
    .banner_horoscopeme a {
        display: block;
    }
}