*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}

body {
    display: inline;
    background-color: rgb(255, 255, 255);
    height: 100%;
}

header {
    display: inline;
    width: 100%;
    height: auto;
    position: fixed;
    margin: auto;
}

.smartbanner {
    display: none;
}

.tab-banner {
    display: none;
}

.banner {
    display: flex;
    background-color: #006a7c;
    width: 100%;
    margin : auto;
    height: 60px;
}

.banner ul{
    display: flex;
    height: 60px;
    padding: 0 5px;
    width: 100%;
}

.banner ul li {
    display: flex;
    height: 60px;
    width: 100%;
}

.banner ul li a{
    margin : auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: auto;
}

.banner .left{
    width: 40%;
    height: 60px;
}

.banner .left li{
    text-align: left;
    width: 100%;
    height: 60px;
}

.banner .center{
    width: 40%;
    height: 60px;
}

.banner .center li{
    text-align: center;
    width: 100%;
    height: 60px;
}

.banner .center li a{
    width: 100%;
    height: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.banner .right{
    width: 30%;
    height: 60px;
}

.banner .right .icon{
    width: 100%;
    height: 60px;
    text-align: right;
}

.banner .right .icon a{
    margin : 0;
    width: 10%;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}

.banner .right .icon a i{
    margin : 0;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.banner .brand1{
    width: 30%;
    margin : 0;
    padding: auto;
}

.banner .brand1 li {
    margin : 0 10px;
    height: 60px;
    text-align: right;
}

.banner .brand1 li a{
    margin : 0;
    height: 60px;
    text-align: right;
}

.banner .brand1 li img {
    margin : auto;
    height: 60px;
}

li img {
    margin : auto;
    height: 30px;
    padding: auto;
} 

li a i {
    width: 10%;
    margin : auto 15px;
    font-size: 20px;
    padding: auto;
    color: #ffffff;
}

.err{
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    font-family: Helvetica;
    text-align: center;
    color: #680101d3;
}
/*///////////////////////////////////*/
/* **************Connexion*************/
.contain_connexion {
    height: 100%;
    width: 100%;
    margin: 40px 0;
}

.contain_connexion .article{
    display: inline;
    height: 100%;
    width: 100%;
    margin: 40px 0;
}

.contain_connexion .article h2{
    height: 150px;
    line-height: 150px;
    font-size: 35px;
    font-weight: 600;
    font-family: Helvetica;
    text-align: center;
    color: #940000d3;
}

.contain_connexion .article .infoconnect{
    height: 100%;
    width: 40%;
    margin: auto;
}

.contain_connexion .article .infoconnect .inforatio{
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.contain_connexion .article .infoconnect .inforatio h4{
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #585858;
    font-weight: 500;
    margin-right: 10px;
    text-align: center;
}

.contain_connexion .article .infoconnect .inforatio .left{
    text-align: left;
    color: #585858;
}

.contain_connexion .article .infoconnect .inforatio input[type="radio"] {
    height: 20px;
    margin-right: 10px;
}

.contain_connexion .article .infoconnect .motif{
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0;
}

.contain_connexion .article .infoconnect .motif p{
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #940000d3;
    margin-right: 10px;
    text-align: center;
}


/* Effet de survol */
.contain_connexion .article .infoconnect .inforatio:hover h4 {
    color: #940000d3;
}

.contain_connexion .article .infoconnect .inforatio:hover input[type="radio"] {
    border-color: #940000d3;
}

.contain_connexion .article .infoconnect .info{
    display: inline;
    height: 100%;
    width: 100%;
    margin: auto;
}

.contain_connexion .article .infoconnect .info input[type="text"],[type="password"],[type="email"] {
    background-color: #f1e9ff86;
    width: 100%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 15px;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    border: 0.2px solid rgba(56, 116, 206, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s; /* Transition douce pour les changements */
    margin: 15px 0;
}

.contain_connexion .article .infoconnect .info ul{
    display: flex;
    height: 100%;
    width: 100%;
    margin: auto;
}

.contain_connexion .article .infoconnect .info ul li{
    height: 100%;
    line-height: 70px;
    width: 50%;
    margin: auto;
}

.contain_connexion .article .infoconnect .info ul .right{
    text-align: right;
}

.contain_connexion .article .infoconnect .info ul .left{
    text-align: left;
}

.contain_connexion .article .infoconnect .info ul li{
    text-align: center;
}


.contain_connexion .article .infoconnect .info ul li a{
    color: #940000a4;
    font-size: 14px;
    font-weight: 600;
}

.contain_connexion .article .infoconnect .info ul li a:hover{
    color: #1f1f1fab;
    font-size: 14px;
    font-weight: 550;
}


.contain_connexion .article .infoconnect .button{
    height: 100%;
    width: 40%;
    margin: auto;
}

.contain_connexion .article .infoconnect .button input[type="submit"] {
    background-color: #8f0202;
    width: 100%;
    height: 40px;
    line-height: auto;
    margin: auto;
    border-radius: 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    color: #ffffff;
}

/*///////////////////////////////////*/
/* **************account***************/
/* Styles pour le conteneur principal */

.contain0 {
    background-color: #e4e4e42a;
    width: 100%;
    display: flex;
    font-family: Arial, sans-serif;
    margin: 50px auto;
}

/* Styles pour la section profil */
.contain0 .profile {
    width: 22%;
    height: auto;
    margin: 30px auto;
}

.contain0 .profile-bottom {
    display: none;
}

.contain0 .profile .info-profile {
    display: inline;
    align-items: center;
    margin: auto;
    width: 80%;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contain0 .profile .info-profile .icon {
    width: 25%;
    padding: 0;
    border-radius: 50%;
    margin: auto;
}

.contain0 .profile .info-profile .icon i {
    width: auto;
    font-size: 60px;
    color: #00719e9a;
    padding: 5%;
    margin: auto;
}
.contain0 .profile .info-profile .icon h2 {
    background-color: #9e00009a;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: white;
    text-align: center;
    border-radius: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10%;
    margin: auto;
}

.contain0 .profile .info-profile .coordonne {
    width: 80%;
    height: 60px;
    padding: 5%;
    margin: auto;
}

.contain0 .profile .info-profile .coordonne a {
    width: 70%;
    height: 60px;
    text-decoration: none;
    color: rgba(117, 0, 0, 0.582);

}

.contain0 .profile .info-profile .coordonne a h4 {
    height: 40px;
    line-height: 50px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 0.5px solid rgb(207, 207, 207);
}

.contain0 .profile .info-profile .coordonne a p {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: #666;
}

.contain0 .profile .stat-profile{
    background-color: #ffffff;
    list-style-type: none;
    padding: 0;
    margin: auto;
    width: 100%;
    border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contain0 .profile .stat-profile ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    width: 100%;
}

.contain0 .profile .stat-profile ul .version{
    background-color: #dbdbdb;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contain0 .profile .stat-profile ul .version:hover{
    background-color: #e4e4e4;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    border-left: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.contain0 .profile .stat-profile ul .version a{
    display: flex;
    width: 90px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #7e00009f;
    font-weight: bold;
    font-size: 18px;
}


.contain0 .profile .stat-profile ul li{
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    padding: 0;
    border-radius: none;
}

.contain0 .profile .stat-profile ul li a{
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
}


.contain0 .profile .stat-profile ul li a .icon{
    width: 20%;
    margin: 0 auto;
    padding: 0;
}

.contain0 .profile .stat-profile ul li a .icon .fa{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #005f6677;
    font-size: 20px;
}

.contain0 .profile .stat-profile ul .active a .icon .fa{
    height: 50px;
    line-height: 50px;
    color: #8f020296;
    font-size: 20px;
    border-radius: 50%;
}

.contain0 .profile .stat-profile ul li a .text {
    display: flex;
    width: 75%;
    margin: 0;
    height: 50px;
    line-height: 50px;
}

.contain0 .profile .stat-profile ul li a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #006a7c;
}

.contain0 .profile .stat-profile ul li a .text p {
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #006a7c;
}

.contain0 .profile .stat-profile ul li:hover{
    background-color: #00c3ff00;
    width: 98%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    padding: 0;
    border-left: 5px solid rgba(128, 0, 0, 0.301);
    box-shadow: 0.1px 0.2px 2.1px 0.2px rgba(128, 0, 0, 0.253);
    border-radius: none
}

.contain0 .profile .stat-profile ul .active{
    background-color: #8f020207;
    width: 98%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    padding: 0;
    border-left: 5px solid rgba(211, 0, 0, 0.747);
    box-shadow: 0.1px 0.2px 2.1px 0.2px rgba(128, 0, 0, 0.123);
    border-radius: none
}

.contain0 .profile .stat-profile ul li:hover a .icon .i{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #006a7c;
    font-size: 20px;
}

.contain0 .profile .stat-profile ul .active a .icon .i{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #006a7c;
    font-size: 20px;
}

.contain0 .profile .stat-profile ul li:hover a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #006a7c;
}

.contain0 .profile .stat-profile ul .active a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #006a7c;
}

.contain0 .profile .stat-profile ul li:hover a .text p {
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #006a7c;
    font-weight: 600;
}

.contain0 .profile .stat-profile ul .active a .text p {
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #006a7c;
    font-weight: 600;
}
/* Styles pour la section détail */
.contain0 .detail {
    width: 70%;
    border-radius: 8px;
    padding: 0;
    margin: 30px auto;
}

.contain0 .detail .entt{
    width: 100%;
    display: flex;
    height: auto;
    border-bottom: 0.2px solid rgba(211, 211, 211, 0.274);
    margin: 15px 0;
}

.contain0 .detail  .entt .entt-info{
    display: inline;
    width: 40%;
    height: auto;
}
.contain0 .detail .entt .entt-info .info-h{
    width: 95%;
    height: auto;
}
.contain0 .detail .entt .entt-info .info-h h2{
    height: auto;
    line-height: 30px;
    font-size: 18px;
    color: #4d4d4de5;
}

.contain0 .detail .entt .entt-info .info-p{
    width: 95%;
    height: auto;
}
.contain0 .detail .entt .entt-info .info-p p{
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #8f8f8f79;
}

/* Style des éléments de la liste principale */
.contain0 .detail .entt .entt-menu{
    display: flex;
    width: 60%;
    height: 50px;
    margin: auto;
    border-radius: none;
}

.contain0 .detail .entt .entt-menu li{
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    display: inline-block;
}

.contain0 .detail .entt .entt-menu .active {
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    display: inline-block;
    border-bottom: 0.3px solid #a35e04a8;
    box-shadow: 0px 0.5px 0px 0px #da7c003a;
}

.contain0 .detail .entt .entt-menu .active a h3{
    height: 50px;
    line-height: 50px;
    margin: auto;
    color: #925c16e5;
    font-size: 16px;
    font-weight: bold;
}

.contain0 .detail .entt .entt-menu li:hover{
    border-radius: none;
    border-bottom: 0.5px solid #1d6b79d3;
}

.contain0 .detail .entt .entt-menu li> a {
    display: flex;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Icones dans le menu */
.contain0 .detail .entt .entt-menu li> a h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #006a7c;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
}
/* Icones dans le menu */
.contain0 .detail .entt .entt-menu li> a i {
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #006a7c;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
}

/* Changement de couleur au survol du lien principal */
.contain0 .detail .entt .entt-menu li:hover > a,
.contain0 .detail .entt .entt-menu li:focus-within > a{
    color: #006a7c;
}

/* Changement de couleur au survol du lien principal */
.contain0 .detail .entt .entt-menu li:hover a h3{
    color: #006a7c;
}
/* Changement de couleur au survol du lien principal */
.contain0 .detail .entt .entt-menu li:hover a i{
    color: #006a7c;
}

/*/////////////////////////*/
.contain0 .detail .detail-data .result {
    width: 100%;
}

.contain0 .detail .detail-data .result .motive{  
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #a30000be;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0;
}

.contain0 .detail .detail-data .result .stat-list{
    display: flex;
    margin: auto;
}

.contain0 .detail .detail-data .result .stat-list .item{
    background-color: #ffffff;
    width: 40%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.contain0 .detail .detail-data .result .stat-list .item .count{
    display: flex;
    width: 80%;
    height: 100px;
    margin: 10px auto;
    padding: 10px 0;
    border-bottom: 0.2px solid #0077632c;
}

.contain0 .detail .detail-data .result .stat-list .item .count i{
    width: 40%;
    height: 100%;
    line-height: 80px;
    color: #c70000b0;
    font-size: 40px;
    text-align: center;
}

.contain0 .detail .detail-data .result .stat-list .item .count .info{
    display: inline;
    height: 100px;
    margin: 0 auto;
    padding: 10px 0;
}

.contain0 .detail .detail-data .result .stat-list .item .count .info h2{   
    height: 60px;
    line-height: 60px;
    color: #474747be;
    font-size: 50px;
    text-align: center;
    margin: auto;
}


.contain0 .detail .detail-data .result .stat-list .item .count .info h4{  
    height: 40px;
    line-height: 40px;
    color: #3b3b3bb0;
    font-size: 16px;
    text-align: center;
    margin: auto;
}

.contain0 .detail .detail-data .result .stat-list .item .count-info{
    display: flex;
    width: 80%;
    height: 80px;
    margin: 0px auto;
}

.contain0 .detail .detail-data .result .stat-list .item .count-info .info{
    display: inline;
    width: 50%;
    height: 40px;
    margin: 0px auto;
}

.contain0 .detail .detail-data .result .stat-list .item .count-info .info h3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #008a7ebe;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    padding: 0px 0;
}

.contain0 .detail .detail-data .result .stat-list .item .count-info .info p{   
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666be;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    padding: 0px 0;
}
/*////////////////////////////*/
.contain0 .detail .detail-data .result h4{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #0057576e;
    margin: 30px auto;
    padding: 0 5px;
}

.contain0 .detail .detail-data .result .list-items{
    width: 100%;
    height: auto;
    padding: 0 5px;
}

.contain0 .detail .detail-data .result .list-items .list-form{
    display: flex;
    width: 95%;
    height: auto;
    margin: 10px 0;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone{
    display: flex;
    width: 95%;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone p{
    width: auto;
    height: 40px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #2e2e2e8c;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone input[type="date"] {
    background-color: #f1e9ff86;
    width: 130px;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px; 
    color: #522828;
    font-family: Arial, sans-serif; 
    text-align: center;
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone input[type="submit"] {
    background-color: #720000da;
    width: 120px;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone input[type="submit"]:hover {
    background-color: #b4000093;
    width: 120px;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}
.contain0 .detail .detail-data .result .list-items .list-form .date-zone{
    display: flex;
    width: 95%;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .list-form .date-zone p{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    color: #2e2e2e8c;
}

.contain0 .detail .detail-data .result .list-items .reserve-form{
    display: flex;
    width: 95%;
    height: auto;
    margin: 10px 10px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone{
    display: flex;
    width: 59%;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone p{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    color: #2e2e2e8c;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone h6{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    color: #0083718c;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone li{
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px;
    padding: 0 10px;
    border-radius: 10px;
    border: 0.2px solid #00524b2c;
    box-shadow: 0 2px 4px rgba(0, 225, 255, 0.1);
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone li a{
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #006a7c;
    border-radius: 10px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone li:hover{
    background-color: #006a7c;
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px;
    padding: 0 10px;
    border-radius: 10px;
    border: 0.2px solid #00524b2c;
    box-shadow: 0 2px 4px rgba(0, 225, 255, 0.1);
}


.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone li:hover a h3{
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffffe3;
    border-radius: 10px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone .active{
    background-color: #006a7c;
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px;
    padding: 0 10px;
    border-radius: 10px;
    border: 0.2px solid #00524b2c;
    box-shadow: 0 2px 4px rgba(0, 225, 255, 0.1);
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone .active a h3{
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #ffffffe3;
    border-radius: 10px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone li a h3{
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #006a7c;
    border-radius: 10px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two{
    display: flex;
    width: 50%;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two p{
    display: flex;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    color: #2e2e2e8c;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two select {
    background-color: #f1e9ff86;
    width: 220px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px; 
    color: #4747478c;
    font-family: Arial, sans-serif; 
    text-align: center;
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two input[type="date"] {
    background-color: #f1e9ff86;
    width: 130px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    border-left: 0.1px solid #2072724d;
    border-right: 0.1px solid #2072724d;
    font-size: 14px; 
    color: #207272;
    font-family: Arial, sans-serif; 
    text-align: center;
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two input[type="submit"] {
    background-color: #006a7c;
    width: 150px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-two input[type="submit"]:hover {
    background-color: #0099b4;
    width: 150px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone .bouton {
    background-color: #006a7c;
    width: 120px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 14px; 
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone .bouton a{
    background-color: #006a7c;
    height: 30px;
    line-height: 30px;
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    font-weight: bolder;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-zone .bouton:hover {
    background-color: #00a8c5;
    width: 120px;
    height: 30px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-three{
    display: flex;
    width: 20%;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-three li{
    background-color: #006a7c;
    display: flex;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    padding: 0; 
    margin: 8px 15px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-three li:hover{
    background-color: #0092ac;
    display: flex;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    padding: 0; 
    margin: 8px 15px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-three li a{
    display: flex;
    width: 60px;
    height: 40px;
}

.contain0 .detail .detail-data .result .list-items .reserve-form .reserve-three li a i{
    display: flex;
    width: 10px;
    height: 30px;
    padding: 0px 10px; 
    margin: auto 10px;
}

.contain0 .detail .detail-data .result .list-items .search-form{
    display: flex;
    width: auto;
    height: auto;
    margin: 10px 0;
    text-align: right;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone{
    display: flex;
    width: auto;
    height: auto;
    margin: 0;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone p{
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px; 
    font-size: 14px;
    text-align: left;
    color: #4b4b4bc9;
    margin: 0 10px;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone input[type="date"] {
    background-color: #f1e9ff86;
    width: 130px;
    height: 35px;
    padding: 0px 10px; 
    border: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px; 
    color: #2b2b2b;
    font-family: Arial, sans-serif; 
    text-align: center;
    margin: 8px 0;
}
.contain0 .detail .detail-data .result .list-items .search-form .date-zone #submit{
    background-color: #d16500;
    width: 120px;
    height: 35px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone #submit:hover {
    background-color: #c05d00c5;
    width: 120px;
    height: 35px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone input[type="submit"] {
    background-color: #006a7c;
    width: 120px;
    height: 35px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items .search-form .date-zone input[type="submit"]:hover {
    background-color: #00a8b493;
    width: 120px;
    height: 35px;
    padding: 0px 10px; 
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;font-size: 14px; 
    color: #ffffffe8;
    font-family: Arial, sans-serif; 
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;/* Transition douce pour les changements */
    margin: 8px 0;
}

.contain0 .detail .detail-data .result .list-items li{
    background-color: #ffffff;
    display: flex;
    width: 95%;
    height: auto;
    margin: 10px 0;
    border-radius: 10px;
    border: 0.2px solid #6600002c;
    box-shadow: 0 2px 4px rgba(255, 0, 0, 0.1);
}

.contain0 .detail .detail-data .result .list-items li .detail-list{
    width: 100%;
}

.contain0 .detail .detail-data .result .list-items li a{
    display: flex;
    width: 100%;
    height: 80px;
}

.contain0 .detail .detail-data .result .list-items li a .trajet{
    width: 60%;
    height: 80px;
}

.contain0 .detail .detail-data .result .list-items li a .trajet .itin{
    display: flex;
    height: 40px;
}

.contain0 .detail .detail-data .result .list-items li a .trajet .effectifs{
    display: flex;
    height: 40px;
}

.contain0 .detail .detail-data .result .list-items li a .trajet h4{
    width: 35%;
    height: 40px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    color: #6e6e6ece;
    margin: auto;
}

.contain0 .detail .detail-data .result .list-items li a .trajet h4 i{ 
    height: 40px;
    font-size: 16px;
    text-align: left;
    color: #8a8a8ace;
}


.contain0 .detail .detail-data .result .list-items li a .trajet p{
    width: 35%;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    color: #8a8a8ace;
    margin: auto;
}

.contain0 .detail .detail-data .result .list-items li a .trajet p i{ 
    height: 40px;
    font-size: 8px;
    text-align: left;
    color: #8a8a8ace;
}

.contain0 .detail .detail-data .result .list-items li a .duree{
    width: 18%;
    height: 60px;
    margin: auto;
    border-left: 0.2px solid #005f662c;
}

.contain0 .detail .detail-data .result .list-items li a .duree h4{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: left;
    color: #6e6e6ece;
    margin: auto;
}

.contain0 .detail .detail-data .result .list-items li a .duree h4 i{ 
    height: 40px;
    font-size: 12px;
    text-align: left;
    color: #e696005e;
}

.contain0 .detail .detail-data .result .list-items li a .statut{
    display: flex;
    width: 12%;
    height: 80px;
}

.contain0 .detail .detail-data .result .list-items li a .statut .actif{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.contain0 .detail .detail-data .result .list-items li a .statut .actif i{ 
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #009130be;
}

.contain0 .detail .detail-data .result .list-items li a .statut .inactif{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.contain0 .detail .detail-data .result .list-items li a .statut .inactif i{ 
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #383838be;
}
.contain0 .detail .detail-data .result .list-items li h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e77;
}

.contain0 .detail .detail-data .result .list-items li table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.contain0 .detail .detail-data .result .list-items li thead{
    width: 100%;
}

.contain0 .detail .detail-data .result .list-items li th {
    width: auto;
    padding: 12px 15px;
    text-align: center;
    color: #6d6d6db6;
    font-weight: 500;
    font-size: 14px;
}

.contain0 .detail .detail-data .result .list-items li td {
    width: auto;
    padding: 12px 15px;
    text-align: center;
    font-weight: 500;
    color: #6d6d6db6;
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #dddddd57;
}


.contain0 .detail .detail-data .result .list-items li td i{
    text-align: center;
    color: #004e5c6e;
    padding: 0 10px;
}

.contain0 .detail .detail-data .result .list-items li td input[type="text"] {
    background-color: #f1e9ff86;
    width: 120px;
    height: 35px;
    border: none;
    font-size: 14px;  
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    padding: 0;
}


.contain0 .detail .detail-data .result .list-items li td select {
    background-color: #f1e9ff86;
    width: 120px;
    height: 35px;
    border: none;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    padding: 0;
}

.contain0 .detail .detail-data .result .list-items li td input[type="time"] {
    background-color: #f1e9ff86;
    width: 80px;
    height: 35px;
    border: none;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    padding: 0;
}
.contain0 .detail .detail-data .result .list-items li .clickable-row {
    cursor: pointer;
    transition: background-color 0.2s;
}

.contain0 .detail .detail-data .result .list-items li .clickable-row:hover {
    background-color: #f0f0f086;
}
/*//////////////////*/

.contain0 .detail .detail-data .result .detail-items{
    width: 100%;
    height: auto;
    padding: 0 5px;
}

.contain0 .detail .detail-data .result .detail-items h3{
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    color: #5700008c;
    margin: auto;
    padding: 0 10px;
}

.contain0 .detail .detail-data .result .detail-items li{
    background-color: #ffffff;
    width: 95%;
    height: auto;
    margin: 10px 0;
    border-radius: 10px;
    border: 0.2px solid #6600002c;
    box-shadow: 0 2px 4px rgba(255, 0, 0, 0.1);
}

.contain0 .detail .detail-data .result .detail-items li a{
    display: flex;
    width: 100%;
    height: auto;
    border-bottom: 0.2px solid #005f662c;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet{
    width: 60%;
    height: 80px;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet .itin{
    display: flex;
    height: 40px;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet .effectifs{
    display: flex;
    height: 40px;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet h4{
    width: 35%;
    height: 40px;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    color: #4d4d4db2;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet h4 i{ 
    height: 40px;
    font-size: 16px;
    text-align: left;
    color: #4d4d4db2;
}


.contain0 .detail .detail-data .result .detail-items li a .trajet p{
    width: 35%;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    color: #4747478c;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li a .trajet p i{ 
    height: 40px;
    font-size: 8px;
    text-align: left;
    color: #4747478c;
}

.contain0 .detail .detail-data .result .detail-items li a .duree{
    width: 18%;
    height: 60px;
    margin: auto;
    border-left: 0.2px solid #005f662c;
}

.contain0 .detail .detail-data .result .detail-items li a .duree h4{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: left;
    color: #4747478c;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li a .duree h4 i{ 
    height: 40px;
    font-size: 12px;
    text-align: left;
    color: #e696005e;
}

.contain0 .detail .detail-data .result .detail-items li a .statut{
    display: flex;
    width: 12%;
    height: 80px;
    border: none;
}

.contain0 .detail .detail-data .result .detail-items li a .statut .actif{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li a .statut .actif i{ 
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #009130be;
}

.contain0 .detail .detail-data .result .detail-items li a .statut .inactif{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li a .statut .inactif i{ 
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #383838be;
}

.contain0 .detail .detail-data .result .detail-items li .detail {
    display: flex;
    width: 90%;
    height: auto;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart{
    width: 80%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add{
    display: flex;
    border-bottom: none;
    margin: 5px 0;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add h5 {
    width: 70%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #58585877;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a {
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #802400d3;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a input[type="submit"] {
    background-color: #006a7c;
    width: 100%;
    height: 35px;
    line-height: auto;
    margin: auto;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px; 
    color: #ffffff;
}
.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a input[type="submit"]:hover {
    background-color: #009cb8;
    width: 100%;
    height: 35px;
    line-height: auto;
    margin: auto;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 14px; 
    color: #ffffff;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a:hover {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #006d80d3;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a i{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #802400d3;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-depart .add a:hover i{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #006d80d3;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus{
    width: 20%;
    margin: 0 10px;
    font-family: Arial, sans-serif;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add{
    display: flex;
    border-bottom: none;
    margin: 5px 0;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add h5 {
    width: 70%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e77;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add a {
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4e4e4e77;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add a:hover {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #802400d3;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add a i{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #006d80d3;
}

.contain0 .detail .detail-data .result .detail-items li .detail .detail-bus .add a:hover i{
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #802400d3;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form {
    background-color: #eeeeee44;
    width: 600px;
    height: auto;
    margin: 10px auto;
    font-family: Arial, sans-serif;
    padding: 15px;
    border-radius: 4px;
    border: 0.5px solid rgba(204, 204, 204, 0.1);
}

.contain0 .detail .detail-data .result .detail-items li .detail-form .zone{
    display: flex;
    width: 100%;
    margin: 20px auto;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    border-bottom: none;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form .zone p{
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #4e4e4e77;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form i{
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
    color: #610000c9;
    margin: 5px auto;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form input[type="number"],input[type="text"],input[type="email"]{
    background-color: #fffffffd;
    width: 80%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 5px;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    border: 0.2px solid rgba(167, 167, 167, 0.801);
    transition: border-color 0.3s, box-shadow 0.3s; /* Transition douce pour les changements */
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form input[type="date"]{
    background-color: #fffffffd;
    width: 80%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 5px;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    border: 0.2px solid rgba(167, 167, 167, 0.801);
    transition: border-color 0.3s, box-shadow 0.3s; /* Transition douce pour les changements */
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form input[type="time"] {
    background-color: #fffffffd;
    width: 40%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 5px;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    border: 0.2px solid rgba(167, 167, 167, 0.801);
    transition: border-color 0.3s, box-shadow 0.3s; /* Transition douce pour les changements */
    margin: 0;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form select {
    background-color: #fffffffd;
    width: 80%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 5px;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
    border: 0.2px solid rgba(167, 167, 167, 0.801);
    transition: border-color 0.3s, box-shadow 0.3s; /* Transition douce pour les changements */
    margin: 0 auto;
}

.contain0 .detail .detail-data .result .detail-items li .detail-form input[type="submit"] {
    background-color: #720000da;
    width: 40%;
    height: 35px;
    line-height: auto;
    margin: auto;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    color: #ffffff;
}


.contain0 .detail .detail-data .result .detail-items li .detail-form input[type="submit"]:hover {
    background-color: #990000da;
    width: 40%;
    height: 35px;
    line-height: auto;
    margin: auto;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    color: #ffffff;
}
.contain0 .detail .detail-data .result .detail-items li h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e77;
}

.contain0 .detail .detail-data .result .detail-items li table {
    width: 100%;
    border-collapse: collapse;
    border-radius: none;
    border: 0.2px solid #42424241;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin: auto;
}

.contain0 .detail .detail-data .result .detail-items li thead {
    background-color: #df000010;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contain0 .detail .detail-data .result .detail-items li th {
    width: auto;
    padding: 12px 0;
    text-align: center;
    color: #6d6d6db6;
    font-weight: 500;
    font-size: 14px;
    border-right: 0.2px solid #42424241;
}

.contain0 .detail .detail-data .result .detail-items li td {
    width: auto;
    padding: 12px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6db6;
    border-top: 1px solid #ddd;
    border-right: 0.2px solid #42424241;
}

.contain0 .detail .detail-data .result .detail-items li #left {
    width: auto;
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6db6;
    border-top: 1px solid #ddd;
    border-right: 0.2px solid #42424241;
}

.contain0 .detail .detail-data .result .detail-items li td i{
    text-align: center;
    color: #004e5c6e;
    padding: 0 10px;
}

.contain0 .detail .detail-data .result .detail-items li td input[type="text"]{
    background-color: #f1e9ff86;
    width: 140px;
    height: 35px;
    border: none;
    font-size: 14px;  
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
}

.contain0 .detail .detail-data .result .detail-items li td input[type="number"] {
    background-color: #f1e9ff86;
    width: 120px;
    height: 35px;
    border: none;
    font-size: 14px;  
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
}

.contain0 .detail .detail-data .result .detail-items li td select {
    background-color: #f1e9ff86;
    width: 160px;
    height: 35px;
    border: none;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
}

.contain0 .detail .detail-data .result .detail-items li td input[type="time"] {
    background-color: #f1e9ff86;
    width: 100px;
    height: 35px;
    border: none;
    font-size: 14px; 
    color: #696969;
    font-family: Arial, sans-serif; 
    text-align: center;
}

.contain0 .detail .detail-data .result .detail-items li .clickable-row {
    cursor: pointer;
    transition: background-color 0.2s;
}

.contain0 .detail .detail-data .result .detail-items li .clickable-row:hover {
    background-color: #f0f0f0;
}

/*///////////////////////////////////*/
/* **************footer************/
footer {
    background: #f1f1f1f3;
    color: #fff;
    padding: 20px 20px;
    font-family: Helvetica;
}

.footer-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-description {
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #e7e7e74b;
}

.footer-description .text-design {
    color: #740000d7;
    font-size: 36px;
    font-family: 'Open Sans', 'Helvetica Neue';
    text-align: center;
}

.footer-description h3 {
    color: #fff;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
}

.footer-description p {
    color: #3d3d3d;
    font-size: 14px;
    padding: 10px 0;
}

.footer-section {
    width: 23%;
}

.footer-section .text-design {
    color: #3d3d3d;
    font-size: 36px;
    font-family: 'Open Sans', 'Helvetica Neue';
    text-align: center;
}

.footer-section h3 {
    color: #3d3d3d;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
}

.footer-section p {
    color: #3d3d3d;
    font-size: 14px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

.footer-section ul li i {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
}

.footer-section ul li a:hover {
    color: #3d3d3d;
}

.footer-bottom {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #6464644b;
    padding: 30px;
    margin: auto;
    text-align: center;
}

.footer-bot {
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5757574b;
    padding: 30px;
    margin: auto;
    text-align: center;
}

.products, .legal, .socials {
    display: flex;
    color: #3d3d3d;
    height: auto;
    margin: auto;
}

.product {
    border-radius: 15px;
    margin-left: 10px;
}

.product h4{
    line-height: 25px;
    width: auto;
    color: #3d3d3d;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 16px;
}

.product a {
    font-weight: 500;
    font-size: 12px;
    margin: auto;
}

.product a img{
    height: 25px;
    border-radius: 6px;
}

.product a:hover img{
    background-color: #810000;
    height: 25px;
    border-radius: 6px;
}

.socials a {
    color: #3d3d3d;
    margin: 0 10px;
    font-size: 20px;
}

.socials a:hover {
    color: #810000;
}

.legal a {
    color: #3d3d3d;
    margin: 0 10px;
    font-size: 14px;
}

.legal a:hover {
    color: #6d0000;
}

@media (max-width: 1200px) {
    /**************banner***************/
    .banner {
        display: none;
    }

    .smartbanner {
        display: flex;
        position: fixed;
        background-color: #006479;
        width: 100%;
        margin : auto;
        height: 60px;
    }
    
    .smartbanner .left{
        display: flex;
        height: 60px;
        width: 40%;
        padding: auto;
        margin : auto;
    }
    
    .smartbanner .brand1{
        display: flex;
        width: 90%;
        width: auto;
        padding: auto;
        margin : auto;
    }
    
    .smartbanner .right{
        display: flex;
        height: 60px;
        width: 40%;
        padding: auto;
        margin : auto;
    }

    .smartbanner .left li{
        margin: auto;
    }

    .smartbanner .left li a{
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin : auto;
        text-align: center;
        color: #ffffff;
        padding: 20px;
    }
    
    .smartbanner .right li{
        margin: auto;
    }
    
    .smartbanner .right li a{
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin : auto;
        text-align: center;
        color: #ffffff;
        padding: 20px;
    }

    .smartbanner ul li a img {
        margin : 10px 0;
        height: 40px;
    }

    .smartbanner .right li{
        width: auto;
        padding: 0 0px;
        text-align: center;
    }

    .smartbanner .brand1 li img {
        margin : auto;
        height: 60px;
    }

    li img {
        margin : auto;
        height: 30px;
        padding: auto;
    }
    
    /*///////////////////////////////////*/
    /* **************account***************/
    .contain0 {
        background-color: #f0f0f0ea;
        width: 100%;
        display: inline;
        align-items: center;
        font-family: Arial, sans-serif;
        margin: 0 auto;
    }
    
    /* Styles pour la section profil */
    .contain0 .profile {
        display: flex;
        width: 90%;
        height: auto;
        border-radius: 8px;
        margin: 30px auto;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border-bottom: 0.5px solid rgba(0, 71, 71, 0.103);
    }
    
    .contain0 .profile .info-profile {
        display: none;
    }
    
    .contain0 .profile-bottom {
        display: flex;
        margin: auto;
        width: 95%;
    }
    
    .contain0 .profile-bottom .info-profile-bottom {
        display: flex;
        align-items: center;
        margin: auto;
        width: 100%;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .contain0 .profile-bottom .info-profile-bottom .icon {
        width: 10%;
        padding: 0%;
        border-radius: 50%;
        margin: auto;
    }
    
    .contain0 .profile-bottom .info-profile-bottom .icon i {
        width: auto;
        font-size: 60px;
        color: #00719e9a;
        padding: 5%;
        margin: auto;
    }
    .contain0 .profile-bottom .info-profile-bottom .icon h2 {
        background-color: #9e00009a;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        color: white;
        text-align: center;
        border-radius: 50%;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        padding: 10%;
        margin: auto;
    }

    .contain0 .profile-bottom .info-profile-bottom .coordonne {
        width: 60%;
        height: 60px;
        padding: 5%;
        margin: auto;
    }
    
    .contain0 .profile-bottom .info-profile-bottom .coordonne a {
        width: 70%;
        height: 60px;
        text-decoration: none;
        color: rgba(117, 0, 0, 0.582);
    
    }
    
    .contain0 .profile-bottom .info-profile-bottom .coordonne a h4 {
        height: 40px;
        line-height: 50px;
        margin: 0;
        font-size: 12px;
        text-align: center;
        border-bottom: 0.5px solid rgb(207, 207, 207);
    }
    
    .contain0 .profile-bottom .info-profile-bottom .coordonne a p {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        color: #666;
    }
    
    .contain0 .profile .stat-profile{
        list-style-type: none;
        padding: 0;
        margin: 30px auto;
        width: 95%;
    }
    
    .contain0 .profile .stat-profile ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: auto;
        width: 100%;
    }

    .contain0 .profile .stat-profile ul li{
        background-color: #ffffff;
        width: 100%;
        height: 50px;
        margin: 15px 5px;
        padding: 0 5px;
        border: 0.5px solid rgba(0, 130, 139, 0.486);
        border-radius: 10px;
    }

    .contain0 .profile .stat-profile ul li a{
        display: flex;
        width: 100%;
        height: 50px;
        align-items: center;
    }
    
    .contain0 .profile .stat-profile ul li a .icon{
        margin: 0;
        padding: 0;
    }
    
    .contain0 .profile .stat-profile ul li a .icon .fas{
        color: #005f6688;
        font-size: 16px;
        border-radius: 50%;
    }
    
    .contain0 .profile .stat-profile ul .active a .icon .fas{
        color: #fc8f009c;
        font-size: 16px;
        border-radius: 50%;
    }
    
    .contain0 .profile .stat-profile ul li a .text {
        display: inline;
        width: 75%;
        margin: 0;
        height: 40px;
        line-height: 15px;
    }
    
    .contain0 .profile .stat-profile ul li a .text h4 {
        margin: 0;
        height: 20px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        color: #006a7c;
    }
    
    .contain0 .profile .stat-profile ul li a .text p {
        margin: 5px 0;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        text-align: center;
        color: #006a7c;
    }

    .contain0 .profile .stat-profile ul li:hover{
        background-color: #ffffff;
        width: 98%;
        height: 50px;
        margin: 15px 5px;
        padding: 0 5px;
        border-left: none;
        border-bottom: 5px solid rgba(0, 128, 106, 0.747);
        box-shadow: 0.1px 0.2px 2.1px 1.2px rgba(0, 128, 107, 0.466);
        border-radius: 10px;
    }

    .contain0 .profile .stat-profile ul .active{
        background-color: #00e1ff1a;
        width: 98%;
        height: 50px;
        margin: 15px 5px;
        padding: 0 5px;
        border-left: none;
        border-bottom: 5px solid rgba(0, 128, 106, 0.747);
        box-shadow:  0.1px 0.2px 2.1px 1.2px rgba(0, 128, 107, 0.466);
        border-radius: 10px;
    }
    
    .contain0 .profile .stat-profile ul li:hover a .icon .i{
        font-size: 16px;
        border-radius: 50%;
        color: #006a7c;
    }
    .contain0 .profile .stat-profile ul .active a .icon .i{
        font-size: 16px;
        border-radius: 50%;
        color: #006a7c;
    }
    
    .contain0 .profile .stat-profile ul li:hover a .text h4 {
        margin: 0;
        height: 20px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        color: #006a7c;
    }
    
    .contain0 .profile .stat-profile ul .active a .text h4 {
        margin: 0;
        height: 20px;
        line-height: 30px;
        font-size: 13px;
        text-align: center;
        color: #006a7c;
    }
    
    .contain0 .profile .stat-profile ul li:hover a .text p {
        margin: 5px 0;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        text-align: center;
        color: #006a7c;
        font-weight: 600;
    }
    
    .contain0 .profile .stat-profile ul .active a .text p {
        margin: 5px 0;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        text-align: center;
        color: #006a7c;
        font-weight: 600;
    }
    
    
    /* Styles pour la section détail */
    .contain0 .detail {
        width: 100%;
        border-radius: 8px;
        padding: 0;
        margin: 0px auto;
    }
    
    .contain0 .detail .entt{
        width: 80%;
        height: 70px;
        border-bottom: 0.2px solid rgba(211, 211, 211, 0.274);
        margin: auto;
    }
    .contain0 .detail .entt .info-h{
        width: 80%;
        height: 40px;
        margin: 0 auto;
    }
    .contain0 .detail .entt .info-h h2{
        height: 40px;
        line-height: 50px;
        font-size: 18px;
        color: #006a7c;
    }
    
    .contain0 .detail .entt .info-p{
        width: 80%;
        height: 50px;
        margin: 0 auto;
    }
    .contain0 .detail .entt .info-p p{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #8f8f8f8c;
    }
    
    .contain0 .detail .detail-data .result{
        display: inline;
        width: 100%;
        height: auto;
        margin: 0px auto;
    } 
    /**/
    
    /*///////////////////////////////////*/
    /* ****************Footer***************/
    /*
    footer {
        width: 100%;
        height: 100%;
        margin: 20px 0;
    }

    footer .topos{
        background-color: #fdfdfdf5;
        width: 80%;
        height: 100%;
        padding: 30px;
        margin: auto;
        border-top: 0.5px solid rgba(245, 245, 245, 0.384);
    }

    footer .topos .container{
        display: inline;
        width: 100%;
        height: 100%;
        padding: 30px;
        margin: auto;
    }
    
    footer .topos .container .box{
        width: 100%;
        height: 100%;
        margin: auto;
    }
    
    footer .topos .container .box h3{
        color: #005974;
        padding: 10px;
        font-family: Helvetica;
        font-size: 18px;
        text-align: left;
        margin: auto;
    }
    
    footer .topos .container .box ul{
        width: 80%;
        height: 100%;
        margin: auto;
    }
    
    footer .topos .container .box ul li{
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: auto;
    }
    
    footer .topos .container .box ul li a{
        color: #005974;
        font-size: 14px;
        font-weight: 500;
        margin: auto;
    }
    
    footer .topos .container .box ul li a img{
        height: 15px;
        padding: 0 10px;
        margin: auto;
    }
    
    footer .copyright{
        background-color: #ffffff;
        width: 90%;
        height: 70px;
        margin: auto;
    } 

    footer .copyright .container{
        display: inline;
        width: 90%;
        height: 70px;
        margin: auto;
    }
    
    footer .copyright .container .social{
        width: 100%;
        height: 70px;
        margin: auto;
        border-bottom: 0.5px solid rgba(245, 245, 245, 0.384);
    } 
    
    footer .copyright .container .social ul{
        display: flex;
        width: 80%;
        height: 70px;
        margin: auto;
    } 
    
    footer .copyright .container .social ul li{
        justify-content: center;
        height: 30px;
        line-height: 30px;
        width: 100%;
        margin: 20px auto;
    }
    
    footer .copyright .container .social ul li a {
        width: 100%;
        color: #006d88;
        text-decoration: none;
        font-size: 14px;
        margin: 0 5px;
        transition: color 0.3s;
    }
    
    footer .copyright .container .social a:hover {
        color: #ac0000cb;
    }
    
    footer .copyright .container .social ul li a i{
        color: #006d88;
        font-size: 20px;
        margin: 0 5px;
    }

    footer .copyright .container .brand1 {
        background-color: #ffffff;
        width: 100%;
        height: 70px;
        margin: auto;
    }
    
    footer .copyright .container .brand1 ul {
        width: 50%;
        height: 70px;
        margin: auto;
    }
    
    footer .copyright .container .brand1 ul li {
        display: flex;
        width: 100%;
        height: 70px;
        line-height: 70px;
        margin: auto;
    }
    
    footer .copyright .container .brand1 ul li img{
        height: 30px;
    }
    
    footer .copyright .container .brand1 ul li a{
        width: 100%;
        height: 70px;
        line-height: 75px;
        font-size: 18px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        color: #005974;
        margin: auto;
    }*/
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-bottom {
        width: 100%;
        display: inline;
        flex-direction: column;
    }
    .footer-bottom div {
        border-top: 1px solid #e7e7e74b;
        margin: 0 40px;
        padding: 20px 0;
    }
}
