/* ===========================
    MAIN LAYOUT
    =========================== */
main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

/* ===========================
    TITLE SECTION
    =========================== */
.container_title {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.title_solutions {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--bleu_foncer);
    width: 30%;
    text-align: left;
}

.title_solutions h3 {
    font-weight: 400;
}

.title_solutions h4 {
    font-weight: 300;
}

.container_title img {
    width: 150px;
    height: auto;
}

/* ===========================
    DESCRIPTIONS SECTION
    =========================== */
.descriptions_solutions {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10%;
}

.descriptions_solutions p {
    font-size: 1rem;
    margin-bottom: 15px;
    color: var(--bleu_foncer);
    line-height: 1.5;
    text-align: start;
}

/* ===========================
    POINTS & TABLE SECTION
    =========================== */
.container_points {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.container_points h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bleu_foncer);
    margin-bottom: 15px;
}

.wrapper_txt_table {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 2%;
}

.wrapper_txt_table p {
    width: 49%;
    font-size: 1rem;
    color: var(--bleu_foncer);
    text-align: justify;
}

.tableaux {
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--bleu_foncer);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tableaux h4 {
    color: var(--bleu_clair);
}

.tableaux li {
    color: var(--bleu_clair);
}

/* Avantages & Inconvenients */
.avantages {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.separator {
    width: 2px;
    height: 80%;
    background-color: var(--bleu_clair);
}

.inconvenients {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

/* ===========================
    TECHNICAL CARDS SECTION
    =========================== */
.container_technique {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.container_technique h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bleu_foncer);
    margin-bottom: 50px;
}

.wrapper_card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.card_tech {
    width: 32%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--bleu_foncer);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px;
}

.card_tech h2,
.card_tech h3,
.card_tech h4 {
    color: var(--bleu_clair);
    margin-bottom: 30px;
}

.card_tech p {
    color: var(--bleu_clair);
    text-align: justify;
}

.contrat_card {
    min-height: 700px;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.contrat_card h5 {
    color: var(--bleu_clair);
    margin-bottom: 10px;
}

.contrat_card ul li {
    color: var(--bleu_clair);
    list-style: none;
}

.contrat_card ul {
    height: 100%;
}

.container_hebergement {
    height: auto;
}

/* ===========================
    SUITE & TARIFS SECTION
    =========================== */
.container_suite {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    color: var(--bleu_foncer);
}

.container_suite a {
    background-color: var(--vert);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.container_suite a:hover {
    background-color: var(--bleu_foncer);
}

.tarifs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* ===========================
    OPTIONS MORE SECTION
    =========================== */
.container_option_more {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.container_option_more h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bleu_foncer);
    margin-bottom: 15px;
}

.swiper {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bleu_foncer);
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.card_clause {
    width: 30%;
    height: 100%;
    border-radius: 30px;
    background-color: var(--bleu_clair);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card_clause p {
    width: 80%;
    height: 100%;
    flex: 1;
    word-break: keep-all;
    word-wrap: break-word;
    color: var(--bleu_foncer);
}

.txt_option {
    width: 80%;
    color: var(--bleu_foncer);
    text-align: justify;
}

/* ===========================
    RESPONSIVE - TABLETS & MOBILE
    =========================== */
@media all and (max-width: 992px) {
    main {
        height: auto;
        padding: 20px 0;
    }

    /* Title adjustments */
    .container_title {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .title_solutions {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .descriptions_solutions {
        width: 100%;
        margin-left: 0;
    }

    /* Table adjustments */
    .wrapper_txt_table {
        flex-direction: column;
    }

    .tableaux,
    .wrapper_txt_table p {
        width: 100%;
    }

    .separator {
        display: none;
    }

    .tableaux {
        flex-direction: column;
    }

    .avantages,
    .inconvenients {
        width: 100%;
        align-items: flex-center;
    }

    /* Cards adjustments */
    .wrapper_card {
        flex-direction: column;
    }

    .card_tech {
        width: 100%;
        margin-bottom: 20px;
    }

    .container_suite {
        width: 80%;
    }

    .contrat_card {
        min-height: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .swiper {
        width: 100%;
        height: 300px;
    }

    .card_clause {
        width: 70% !important;
        height: 100%;
    }
}
