/*  .active4 is the active link of the menu */
.active4 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.but1_abonnement {
    flex: 1;
    text-align: center;
}

.but2_abonnement {
    flex: 1;
    text-align: center;
}

.but3_abonnement {
    flex: 1;
    text-align: center;
}

.but4_abonnement {
    flex: 1;
    text-align: center;
}

.boutons_abonnement {
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.boite {
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border: none;
    font-size: 20px;
    text-align: left;
    font-style: oblique;
    transition: all 300ms ease-out;
    background-color: orange;
}

.boite:hover,
.boite:focus {
    background-color: black;
    color: white;
}

.container_abonnement {
    flex: 1;
    width: 700px;
    background-color: rgba(255, 255, 255, 80%);
    padding: 4rem;
    border-radius: 15px;
}

.container_abonnement::before {
    content: '';
    inset: 0;
    background: rgba(255, 255, 255, 0.70);
    transform: rotate(-5deg);
    border-radius: 15px;
    z-index: -1;
}

.centrage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    width: 35%;
    text-align: center;
    border: solid;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 7%;
    border-radius: 15px;
    border: none;
}

.tableau_abonnement {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tableau_abonnement td {
    border: 1px solid black;
    padding: 5px;
}

.tableau_abonnement th {
    border: 1px solid black;
    padding: 10px;
}

.h1abonnement {
    /*text-align: left;*/
    text-align: center;
    /*margin-left: 10%;*/
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    font-style: italic;

}

.p1abonnement {
    /*text-align: left;*/
    text-align: center;
    /*margin-left: 10%;*/
    font-size: 18px;
    margin: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    font-style: italic;
}

.fondlignehaut {
    background-color: orange;
}

.buttonchoisir {
    background-color: orange;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 300ms ease-out;
}

.buttonchoisir:hover {
    background-color: black;
    color: white;
}

.padtop {
    padding-top: 20px;
}

.optionStyle {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    border: solid red 3px;
}

@media screen and (max-width: 980px) {
    .fondlignehaut {
        background-color: orange;
        font-size: 25px;
    }

    .buttonchoisir {
        background-color: orange;
        border: none;
        color: white;
        padding: 25px 47px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 23px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 3px;
        transition: all 300ms ease-out;
    }

    .boite {
        flex: 1;
        z-index: -1;
        position: relative;
        border-radius: 3px 3px 3px 3px;
        padding: 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        border: none;
        font-size: 20px;
        text-align: left;
        font-style: oblique;
        transition: all 300ms ease-out;
        background-color: orange;
    }

    .boite:hover,
    .boite:focus {
        background-color: black;
        color: white;
    }

    .container_abonnement {
        flex: 1;
        width: 700px;
        background-color: rgba(255, 255, 255);
        padding: 4rem;
        border-radius: 15px;
    }

    .container_abonnement::before {
        content: '';
        /*position: absolute;*/
        inset: 0;
        background: rgba(255, 255, 255, 0.70);
        transform: rotate(-5deg);
        border-radius: 15px;
        z-index: -1;
    }

    .centrage {
        flex: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
        width: 70%;
        text-align: center;
        border: solid;
        padding-top: 3%;
        padding-right: 3%;
        padding-left: 3%;
        margin-bottom: 7%;
        border-radius: 15px;
        border: none;
    }

    .tableau_abonnement {
        flex: 1;
        z-index: -1;
        width: 100%;
        border-collapse: collapse;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tableau_abonnement td {
        border: 1px solid black;
        padding: 5px;
    }

    .tableau_abonnement th {
        border: 1px solid black;
        padding: 10px;
    }
}