body {font-family: Arial, Helvetica, sans-serif;}

a{
    color: #000;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal1 {
    display: none; 
    position: fixed;
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content1{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.card-title{
    text-align: center;
    padding-top: -5px;
}
.cards{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.input_dure{
    display: flex;
    justify-content: space-around;
}
.card-body{
    color: #000;
    border: 1px solid #5BBE83;
}
select{
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid #5BBE83;
}
input:hover{
    border: 1px solid #5BBE83;
}
.suspendre_1 , .annuler_1{
    background-color: #FC594A;
    color: white;
    box-shadow: inset 40px 5px 40px rgba(255, 255, 255, 0.25);
    margin-left: 15rem;
    cursor: pointer;
    padding: 10px;
    border: 0;
    border-radius: 7px;
}
.modal-content1 span{
    text-align: center;
}
.validationTooltip05{
    margin-bottom: 0;
}
#Btn_1{
    cursor: pointer;
}
.duree_abonnement_globale{
    display: flex;
    align-items: center;
}
.duree_abonnement{
    width: 80%;
    height: 200%;
    display: flex;
}
.duree_abonnement1{
    width: 16%;
    height: 29%;
    background-color: #ffff;
    align-items: center;
    margin-left: 10%;
    border: 1px solid #5BBE83;
    text-align: center;
    cursor: pointer;
}
#myBtn{
    margin-left:44% ;
}
.h6_1{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.h6_2{
    padding-bottom: 5px;
    border-bottom:1px red solid;
}
.suspension_span{
    margin: 1%;
    text-align: center;
}
@media screen and (max-width:900px) {
    .annuler_1{
        margin-top: 20px;
    }
    .duree_abonnement1{
        width: 25%;
    }
    .Modif_abonn{
        display: none;
    }
    .suspendre_1 , .annuler_1{
        margin-left: 4%;
        height: 35%;
    }
    #Btn_1{
        padding: 5px 20px;
    }
    .duree_abonnement1 p{
        font-size: 10px;
    }
}