*{
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}

body {
    display: inline;
    background-color: rgb(248, 248, 248);
    height: 100%;
}

header {
    display: flex;
    width: 100%;
    height: 40px;
}

.smartbanner {
    display: none;
}

.banner {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9f1f0;
    padding: 10px;
    width: 100%;
    height: 35px;
}

.banner .left {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner .right {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 35px;
    position: relative;
}

.banner .right > li {
    display: inline-block;
    position: relative;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    text-align: center;
}

.banner .right li:hover {
    background-color: #ffffffda;
    border-bottom: 0.5px solid rgba(0, 148, 104, 0.1);
}

.banner .right .active {
    border-bottom: 0.5px solid rgba(5, 77, 105, 0.329);
}

.banner .right li a {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #005b80;
    font-weight: 600;
}

.banner .right li a:hover {
    color: #397bc2;
}
li img {
    margin : auto;
    height: 30px;
    padding: auto;
}

/*///////////////////////////////////*/
/* ***********Main contain**********/
main {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

/*///////////////////////////////////*/
/* **************Connexion*************/
.contain_connexion {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 40px 0;
}

.contain_connexion .article{
    display: inline;
    height: 500px;
    width: 100%;
    margin: 40px 0;
}

.contain_connexion .article h2{
    height: 150px;
    line-height: 150px;
    font-size: 25px;
    font-weight: 700;
    font-family: Helvetica;
    text-align: center;
    color: #005974;
    margin: auto;
}

.contain_connexion .image{
    display: inline;
    height: 500px;
    width: 100%;
    margin: 40px auto;
}
.contain_connexion .image img{
    height: 500px;
}

.contain_connexion .article .infoconnect{
    background-color: #f4fffdd0;
    height: 100%;
    width: 60%;
    border-radius: 5px;
    border: 0.5px solid rgba(0, 148, 104, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.contain_connexion .article .infoconnect .entt{
    height: 70px;
    width: 100%;
    margin: 30px 0;
}

.contain_connexion .article .infoconnect .entt h2{
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: Helvetica;
    text-align: center;
    color: #007a66;
    padding: 10px 0;
    margin: auto;
}

.contain_connexion .article .infoconnect .entt p{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: Helvetica;
    text-align: center;
    color: #6d6d6d;
    margin: auto;
}

.contain_connexion .article .infoconnect .inforatio{
    display: flex;
    width: 70%;
    padding: 10px 0;
    align-items: center; 
    border-bottom: 1px solid rgba(0, 148, 104, 0.452);
    margin: auto;
}

.contain_connexion .article .infoconnect .inforatio h4{
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #585858;
    font-weight: 500;
    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;
    height: auto;
    width: 100%;
    align-items: center;
    padding: 15px 0;
    margin: auto;
}

.contain_connexion .article .infoconnect .motif p{
    width: 80%;
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #8f0000;
    margin-right: 10px;
    text-align: center;
    margin: auto;
}


/* Effet de survol */
.contain_connexion .article .infoconnect .inforatio:hover h4 {
    color: #2d537a;
}

.contain_connexion .article .infoconnect .inforatio:hover input[type="radio"] {
    border-color: #38597e;
}

.contain_connexion .article .infoconnect .info{
    height: auto;
    width: 80%;
    margin: auto;
}

.contain_connexion .article .infoconnect .info input[type="password"],[type="text"],[type="email"],[type="date"] {
    background-color: #fbf8ffdc;
    width: 90%;
    height: 40px;
    padding: 0px 10px; 
    border: none;
    border-radius: 8px;
    font-size: 14px; 
    font-weight: 500;
    color: #525252;
    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{
    height: 100%;
    width: 100%;
    padding: 10px 0;
    margin: auto;
}

.contain_connexion .article .infoconnect .info ul li{
    height: 80%;
    line-height: 30px;
    width: 100%;
    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: #006479;
    font-size: 14px;
    font-weight: 600;
}

.contain_connexion .article .infoconnect .info ul li a:hover{
    color: #009cbb;
    font-size: 14px;
    font-weight: 550;
}


.contain_connexion .article .infoconnect .button{
    height: auto;
    width: 60%;
    margin: auto;
}

.contain_connexion .article .infoconnect .button input[type="submit"] {
    background-color: #007a66;
    width: 100%;
    height: 40px;
    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;
}
/*///////////////////////////////////*/
/* **************search***************/
.contain{
    background-color: #f8f8f8;
    display: flex;
    height: 100%;
    width: 100%;
    margin: 10px 0;
}

.contain .box {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.contain .box .entt {
    display: flex;
    width: 90%;
    height: 60px;
    border-bottom: 0.5px solid rgba(5, 77, 105, 0.103);
    margin: auto;
}

.contain .box .entt .search-form {
    width: 40%;
    height: 40px;
    padding: 0px 0px;
}

.contain .box .entt .search-form form {
    background-color: rgb(255, 255, 255);
    width: 60%;
    height: 40px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    border: 1px solid rgba(22, 100, 190, 0.521);
    margin: auto;
}

.contain .box .entt .search-form form input[type="text"],[type="email"] {
    background-color: rgb(255, 255, 255);
    flex: 1;
    border: none;
    height: 40px;
    color: #4b4b4bc7;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
}

.contain .box .entt .search-form form select {
    background-color: rgb(255, 255, 255);
    flex: 1;
    border: none;
    height: 40px;
    color: #4b4b4bc7;
    outline: none;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}
 
.contain .box .entt .search-form form button {
    width: 20%;
    padding: 0 15px;
    border: none;
    color: rgb(22, 101, 190);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.contain .box .entt .search-form button:hover {
    background-color: none;
}

.contain .box .entt .search-form button i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: auto;
}

.contain .box .entt .search-form input[type="text"]::placeholder {
    color: #aaa;
    font-size: 14px;
}

.contain .box .entt .menu{
    width: 60%;
    height: 40px;
}

.contain .box .entt .menu .i-menu{
    display: none;
}

.contain .box .entt .menu .t-menu{
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contain .box .entt .menu .t-menu li {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    text-align: center;
}

.contain .box .entt .menu .t-menu li:hover {
    background-color: #e7e7e759;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}

.contain .box .entt .menu .t-menu .active {
    background-color: #e7e7e78e;
    border-radius: 8px;
}

.contain .box .entt .menu .t-menu .active a {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #009189ad;
    font-size: 14px;
    font-weight: 600;
}

.contain .box .entt .menu .t-menu li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #005b85;
    font-size: 14px;
    font-weight: 500;
}

.contain .box .entt .menu .t-menu li a i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: auto;
    padding: 0 10px;
}

.contain .box .entt .menu .t-menu li a:hover {
    color: #397bc2;
}

.contain .box .boody {
    width: 100%;
    height: 100%;
    margin: 0px 0;
}

.contain .box .boody .list{
    width: 90%;
    height: 100%;
    margin: auto;
}

.contain .box .boody .list p{
    width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    font-weight: 500;
    font-family: Helvetica;
    text-align: center;
    color: #727272;
    margin: auto;
}

.contain .box .boody .list ul{
    display: flex;
    width: 100%;
    height: auto;
}

.contain .box .boody .list ul li{
    background-color: #ffffff;
    width: 30%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.contain .box .boody .list ul li a{
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.contain .box .boody .list ul li a .list-profile{
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.contain .box .boody .list ul li a .list-profile .list-icon{
    width: 35%;
    height: auto;
    line-height: 120px;
    border-radius: 50%;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-icon i{
    height: auto;
    line-height: 120px;
    font-size: 100px;
    margin: auto;
    color: #007a66;
    padding: 0 5px;
}

.contain .box .boody .list ul li a .list-profile .list-info{
    width: 100%;
    height: 100px;
    font-size: 16px;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-info h2{
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: Helvetica;
    text-align: center;
    color: #474747;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-info h4{
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: Helvetica;
    text-align: center;
    color: #505050;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-info p{
    width: 80%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: Helvetica;
    text-align: center;
    color: #727272;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-info form{
    width: 70%;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-info form select {
    background-color: #ffffff;
    flex: 1;
    border: 0.5px solid #9e9e9e;
    width: 100%;
    height: 40px;
    font-family: Helvetica;
    text-align: center;
    color: #797979;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}


.contain .box .boody .list ul li a .list-profile .list-info form input[type="submit"] {
    background-color: #007038;
    flex: 1;
    border: none;
    width: 100%;
    height: 40px;
    font-family: Helvetica;
    text-align: center;
    color: #ffffff;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
}

.contain .box .boody .list ul li a .list-profile .list-stat{
    width: 70%;
    display: flex;
    height: 50px;
    font-size: 16px;
    margin: 10px auto;
}

.contain .box .boody .list ul li a .list-profile .list-stat .tache{
    height: 100%;
    font-size: 16px;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-stat .tache h3{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
    font-family: Helvetica;
    text-align: center;
    color: #505050;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-stat .tache p{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 500;
    font-family: Helvetica;
    text-align: center;
    color: #727272;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-statut{
    background-color: #006f77;
    width: 50%;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
    margin: auto;
}

.contain .box .boody .list ul li a .list-profile .list-statut p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: Helvetica;
    text-align: center;
    color: #ffffff;
    margin: auto;
}


/*///////////////////////////////////New agent*/
.contain .boody .list .form-container {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}

.contain .boody .list .form-container form {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 40px;
    display: flex;
    padding: 10px 10px;
    border-radius: 10px;
    align-items: center;
    border: 1px solid rgba(110, 110, 110, 0.521);
    margin: auto;
}

.contain .boody .list .form-container input {
    background-color: rgb(255, 255, 255);
    flex: 1;
    border: none;
    height: 40px;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    margin: 0px 10px;
}
  
.contain .boody .list .form-container h2 {
    padding: 0 15px;
    border: none;
    height: 60px;
    line-height: 60px;
    color: rgba(0, 98, 143, 0.726);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.contain .boody .list .form-container button {
    width: 80px;
    padding: 0 15px;
    border: none;
    height: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 85, 100);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.contain .boody .list .form-container button:hover {
    background-color: none;
    background-color: rgb(0, 117, 138);
}

.contain .boody .list .form-container  button i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: auto;
}

.contain .boody .list .form-container input[type="text"]::placeholder {
    color: #aaa;
    font-size: 14px;
}
/*/////////////////////////////////////*/

.contain .boody .list ul .item{
    background-color: #ffffff;
    width: 30%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px 10px;
}

.contain .boody .list ul .item .count{
    display: flex;
    width: 80%;
    height: 100px;
    margin: 10px auto;
    padding: 10px 0;
    border-bottom: 0.2px solid #0077632c;
}

.contain .boody .list ul .item .count i{
    width: 40%;
    height: 100%;
    line-height: 80px;
    color: #c75a00b0;
    font-size: 60px;
    text-align: center;
}

.contain .boody .list ul .item .count .info{
    display: inline;
    height: 100px;
    margin: 0 auto;
    padding: 10px 0;
}

.contain .boody .list ul .item .count .info h2{   
    height: 60px;
    line-height: 60px;
    color: #007763be;
    font-size: 50px;
    text-align: center;
    margin: auto;
}


.contain .boody .list ul .item .count .info h4{  
    height: 40px;
    line-height: 40px;
    color: #c75a00b0;
    font-size: 16px;
    text-align: center;
    margin: auto;
}

.contain .boody .list ul .item .count-info{
    display: flex;
    width: 80%;
    height: 80px;
    margin: 0px auto;
}

.contain .boody .list ul .item .count-info .info{
    display: inline;
    width: 50%;
    height: 40px;
    margin: 0px auto;
}

.contain .boody .list ul .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;
}

.contain .boody .list ul .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;
}
/*//////////////////////////////////*/
.contain .box .body {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0px 0;
}

.contain .body .profile {
    background-color: #ffffff;
    width: 22%;
    height: 420px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.contain .body .profile-bottom {
    display: none;
}

.contain .body .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;
}

.contain .body .profile .info-profile .icon {
    width: 25%;
    padding: 0;
    border-radius: 50%;
    margin: auto;
}

.contain .body .profile .info-profile .icon i {
    width: auto;
    font-size: 60px;
    color: #00719e9a;
    padding: 5%;
    margin: auto;
}
.contain .body .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: 5%;
    margin: auto;
}

.contain .body .profile .info-profile .coordonne {
    width: 80%;
    height: 60px;
    padding: 5%;
    margin: auto;
}

.contain .body .profile .info-profile .coordonne a {
    width: 70%;
    height: 60px;
    text-decoration: none;
    color: rgba(117, 0, 0, 0.582);

}

.contain .body .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);
}

.contain .body .profile .info-profile .coordonne a p {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: #666;
}

.contain .body .profile .stat-profile{
    list-style-type: none;
    padding: 0;
    margin: auto;
    width: 100%;
}

.contain .body .profile .stat-profile ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    width: 100%;
}

.contain .body .profile .stat-profile ul li{
    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 0;
    border-radius: none;
}

.contain .body .profile .stat-profile ul li a{
    display: flex;
    width: 80%;
    height: 50px;
    align-items: center;
    margin: 0 auto;
}


.contain .body .profile .stat-profile ul li a .icon{
    width: 20%;
    margin: 0 auto;
    padding: 0;
}

.contain .body .profile .stat-profile ul li a .icon i{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #005f6677;
    font-size: 20px;
}

.contain .body .profile .stat-profile ul .active a .icon i{
    height: 50px;
    line-height: 50px;
    color: #fc8f00a2;
    font-size: 20px;
    border-radius: 50%;
}

.contain .body .profile .stat-profile ul li a .text {
    display: flex;
    width: 75%;
    margin: 0;
    height: 50px;
    line-height: 50px;
}

.contain .body .profile .stat-profile ul li a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #005f66e5;
}

.contain .body .profile .stat-profile ul li a .text p {
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #005f66e5;
}

.contain .body .profile .stat-profile ul li:hover{
    background-color: #00e1ff1a;
    width: 98%;
    height: 50px;
    margin: 5px 0px;
    padding: 0;
    border-left: 5px solid rgba(0, 128, 106, 0.747);
    box-shadow: 0.1px 0.2px 2.1px 0.2px rgba(0, 128, 107, 0.466);
    border-radius: none
}

.contain .body .profile .stat-profile ul .active{
    background-color: #00e1ff1a;
    width: 98%;
    height: 50px;
    margin: 5px 0px;
    padding: 0;
    border-left: 5px solid rgba(0, 128, 106, 0.747);
    box-shadow: 0.1px 0.2px 2.1px 0.2px rgba(0, 128, 107, 0.466);
    border-radius: none
}

.contain .body .profile .stat-profile ul li:hover a .icon .i{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #005f66e5;
    font-size: 20px;
}

.contain .body .profile .stat-profile ul .active a .icon .i{
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #005f66e5;
    font-size: 20px;
}

.contain .body .profile .stat-profile ul li:hover a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #005f66e5;
}

.contain .body .profile .stat-profile ul .active a .text h4 {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #005f66e5;
}

.contain .body .profile .stat-profile ul li:hover a .text p {
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #005f66e5;
    font-weight: 600;
}

.contain .body .profile .stat-profile ul .active a .text p {
    margin: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #005f66e5;
    font-weight: 600;
}
/* Styles pour la section détail */
.contain .body .detail {
    width: 70%;
    border-radius: 8px;
    padding: 0;
    margin: 5px auto;
}

.contain .body .detail .entt{
    display: inline;
    height: 70px;
}
.contain .body .detail .entt .info-h{
    width: 95%;
    height: 40px;
}
.contain .body .detail .entt .info-h h2{
    height: 40px;
    line-height: 50px;
    font-size: 25px;
    color: #005f66e5;
}

.contain .body .detail .entt .info-p{
    width: 95%;
    height: 50px;
}
.contain .body .detail .entt .info-p p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #8f8f8f79;
    border-bottom: 0.2px solid rgba(211, 211, 211, 0.274);
}

.contain .body .detail .detail-data .result {
    width: 100%;
}

.contain .body .detail .detail-data .result h4{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #0057576e;
    margin: 10px auto;
    padding: 0 15px;
}

.contain .body .detail .detail-data .result .fo-result{
    background-color: #ffffff;
    width: 90%;
    height: auto;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0.5px 2px 5px 2px rgba(59, 59, 59, 0.062);
}

.contain .body .detail.result .result .fo-result:hover{
    width: 90%;
    height: auto;
    margin: 10px 0;
    border-radius: 16px;
    box-shadow: 0.5px 0px 5px 2px rgba(0, 118, 165, 0.37);
}

.contain .body .detail .detail-data .result .fo-result .fo-body{
    display: flex;
    width: 100%;
    height: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u{
    display: inline;
    width: auto;
    height: auto;
    padding: 20px;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit{
    display: inline;
    height: 50px;
    width: 80%;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time,#trajet {
    display: flex;
    width: 90%;
    height: 20px;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time p{
    width: 40%;
    height: 20px;
    font-size: 16px;
    text-align: center;
    color: #0046578c;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time i{
    width: 10%;
    height: 20px;
    font-size: 16px;
    text-align: center;
    color:  #00576d48;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #trajet p{
    width: 40%;
    height: 20px;
    font-size: 15px;
    text-align: center;
    color: #0046578c;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #trajet i{
    width: 10%;
    height: 20px;
    font-size: 15px;
    text-align: center;
    color:  #00576d48;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places{
    display: flex;
    width: 100%;
    height: 20px;
    padding: 5px 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h2{
    display: flex;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #0057576e;
    margin: 0 10px;
    padding: 0 15px;
    border-right: 0.5px solid #0057572a;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h2 i{
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #0057576e;
    margin: 0 10px;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h3{
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    color: #0057576e;
    margin: 0 20px;
}
    
.contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h3 i{
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #0057576e;
    margin: 0 10px;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d{
    display: inline;
    width: auto;
    height: auto;
    margin: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix{
    width: auto;
    height: auto;
    margin: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix h2{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #00465760;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix p{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #57575760;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #societe{
    display: none;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #note{
    display: none;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-promo{
    width: auto;
    height: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-promo h2{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    color: #ff3c00ec;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-promo h2 a{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    color: #ff3c00ec;
}

.contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-promo h2 a i{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: right;
    color: #ff3c00ec;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot{
    display: flex;
    height: 40%;
    width: 100%;
    border-top: 0.5px solid rgba(36, 36, 36, 0.137);
}


.contain .body .detail .detail-data .result .fo-result .fo-foot li{
    display: flex;
    height: 80%;
    width: 15%;
    padding: 5px 10px;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #societe{
    display: flex;
    height: 80%;
    width: auto;
    padding: 5px 10px;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #societe i{
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #4d4d4d70;
    margin: auto 20px;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #societe p {
    height: 35px;
    line-height: 35px;
    width: auto;
    border: 1px solid rgba(0, 80, 94, 0.349);
    border-radius: 8px;
    font-size: 14px;
    color: #00506473;
    text-align: left;
    padding: 0 10px;
    margin: auto 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #note{
    display: flex;
    height: 80%;
    width: auto;
    padding: 5px 0px;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #note i{
    width: 25px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #ffbb00;
    margin: auto 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #note p {
    height: 35px;
    line-height: 35px;
    width: auto;
    font-size: 18px;
    color: #0050646e;
    text-align: left;
    border-left: none;
    padding: 0;
    margin: auto 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #promo{
    display: flex;
    height: 80%;
    width: auto;
    padding: 5px 10px;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot #promo p {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 14px;
    color: #ff6600;
    text-align: right;
    padding: 0 10px;
    margin: auto 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot li p{
    height: 35px;
    line-height: 35px;
    width: auto;
    font-size: 14px;
    color: #00506475;
    text-align: left;
    padding: 0 10px;
    border-left: 1px solid rgba(0, 80, 94, 0.082);
    margin: auto 0;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot li a{
    background-color: #00718d7a;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: right;
    color: #ffffff60;
    margin-left: 90%;
    padding: 2px;
    border-radius: 10px;
    margin: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot li a i{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: right;
    color: #f1f1f1e5;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot li:hover a{
    background-color: #00718de8;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: right;
    color: #ffffff60;
    margin-left: 90%;
    padding: 2px;
    border-radius: 10px;
    margin: auto;
}

.contain .body .detail .detail-data .result .fo-result .fo-foot li:hover a i{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: right;
    color: #ffffff;
}

.contain .body .detail .detail-data .result .fo-result .resume{
    display: inline;
    width: auto;
    margin: auto;
    padding: 0 10px;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form{
    display: inline;
    width: 80%;
    padding: 0px 0;
    margin: auto;
}
.contain .body .detail .detail-data .result .fo-result .resume .res-form h2{
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 18px; 
    text-align: left;
    color: #00595fd8;
    margin: 10px auto;
    padding: 0px 30px;
    border-bottom: 1px solid rgba(0, 80, 94, 0.082);
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info{
    display: flex;
    width: 80%;
    padding: 5px 0;
    margin: auto;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info p{
    width: 100%;
    height: auto;
    line-height: 40px;
    margin: 0 10px;
    padding: 5px;
    font-size: 16px; 
    text-align: left;
    color: #686868b6;
    font-weight: 600;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info #method{
    width: 250px;
    height: 40px;
    margin: auto;
    border-radius: 5px;
    border: 0.2px solid rgb(241, 241, 241);
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info  #method option{
    display: flex;
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: auto;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info  #method img{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: auto;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info  #icons{
    width: auto;
    height: auto;
    line-height: 90px;
    border-radius: 5px;
    margin: auto;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info  #icons i{
    width: auto;
    height: auto;
    margin: auto;
    font-size: 80px;
    margin: 0 5px;
    border: none;
    color: #3cd300ec;
}.contain .body .detail .detail-data .result .fo-result .resume .res-form .res-form-info .err{
    width: 100%;
    height: auto;
    line-height: 40px;
    margin: 0 10px;
    padding: 5px;
    font-size: 14px; 
    text-align: left;
    color: #ff0606b6;
    font-weight: 500;
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox{
    display: flex;
    width: 80%;
    height: auto;
    margin: 10px auto;
    border-radius: 0px;
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group{
    display: inline;
    width: auto;
    height: auto;
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox{
    width: auto;
    height: auto;
    margin: 10px auto;
    padding: 0 20px;
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox p{
    width: auto;
    height: auto;
    line-height: 20px;
    margin: 10px auto;
    padding: 0 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: rgba(119, 119, 119, 0.945);
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox .info{
    width: auto;
    height: auto;
    line-height: 20px;
    margin: 10px auto;
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
    color: rgba(0, 80, 112, 0.644);
    font-weight: 600;
}

.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox input[type="submit"] {
    width: 200px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    font-weight: 600;
    color: rgba(0, 80, 112, 0.644);
}
.contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox input[type="submit"]:hover {
    background-color: #003e4ead;
    width: 200px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
}
.contain .body .detail .detail-data .result .fo-result .resume .res-form select{
    background-color: inherit;
    width: 95%;
    height: 40px;
    line-height: auto;
    margin: 0 10px;
    padding: 10px;
    border: none;
    border-bottom: 0.5px solid rgba(58, 58, 58, 0.1);
    font-size: 16px; 
    text-align: left;
    color: #686868b6;
    font-weight: 600;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="text"] {
    background-color: rgba(255, 255, 255, 0.925);
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 15px; 
    text-align: left;
    color: #006374c0;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="email"] {
    background-color: rgba(248, 248, 248, 0.548);
    width: 95%;
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: #00535ecb;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="number"] {
    background-color: rgba(255, 255, 255, 0.925);
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding: 5px 10px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 15px; 
    text-align: left;
    color: #006374c0;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="date"] {
    background-color: rgba(255, 255, 255, 0.925);
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    padding: 5px 10px;
    border-radius: 8px;
    border: 0.5px solid rgb(255, 255, 255);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 15px; 
    text-align: left;
    color: #006374c0;
}


.contain .body .detail .detail-data .result .fo-result .resume .res-form #email {
    background-color: rgba(255, 255, 255, 0.925);
    width: auto;
    height: auto;
    line-height: 25px;
    margin: auto;
    padding: 5px;
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 14px; 
    text-align: center;
    color: #b408089c;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="submit"] {
    background-color: rgb(0, 105, 109);
    width: 200px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: #ffffff;
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form input[type="submit"]:hover {
    background-color: rgb(0, 164, 170);
    width: 200px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px 20px;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: #ffffff;
}
.contain .body .detail .detail-data .result .fo-result .resume .res-form #submit {
    background-color: rgba(255, 255, 255, 0.904);
    width: 220px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
    border: 2.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: rgb(0, 105, 109);
}

.contain .body .detail .detail-data .result .fo-result .resume .res-form #submit:hover {
    background-color: rgb(255, 255, 255);
    width: 220px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px 20px;
    border-radius: 8px;
    border: 2.5px solid rgba(0, 105, 109, 0.637);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: rgb(0, 105, 109);
}
.contain .body .detail .detail-data .result .fo-result .resume .res-form #bouton {
    background-color: rgba(255, 255, 255, 0.904);
    width: 220px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px;
    border-radius: 8px;
    border: 2.5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: rgb(0, 105, 109);
}

.contain .body .detail .detail-data .result .fo-result.resume .res-form #bouton:hover {
    background-color: rgb(255, 255, 255);
    width: 220px;
    height: 40px;
    line-height: auto;
    margin: auto;
    padding: 5px 20px;
    border-radius: 8px;
    border: 2.5px solid rgba(0, 105, 109, 0.637);
    box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
    font-size: 16px; 
    text-align: center;
    color: rgb(0, 105, 109);
}

/*///////////////////////////////////*/
.societe {
    display: flex;
    width: 95%;
    padding: 20px;
    border-radius: 10px;
}

.societe-i {
    background-color: #ffffff;
    width: 20%;
    height: auto;
    padding: 5px;
    border-radius: 10px;
    margin: 0 auto;
}

.societe-i img{
    width: 100%;
    height: auto;
    line-height: 200px;
    font-size: 130px;
    color: #005974;
    border-radius: 50%;
    margin: auto;
}

.societe-i .coord, .coord-title{
    width: 85%;
    height: auto;
    margin: auto;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.295);
}

.societe-i .coord-title  i{
    width: 100%;
    height: auto;
    line-height: 200px;
    font-size: 130px;
    color: #005974;
    border-radius: 50%;
    margin: auto;
}
.societe-i .coord-title .img{
    width: 100%;
    height: auto;
    line-height: 200px;
    font-size: 130px;
    color: #005974;
    border-radius: 50%;
    margin: auto;
}

.societe-i .coord-title h3{
    height: 40px;
    line-height: 30px;
    font-size: 20px;
    color: #cf6f00;
    text-align: center;
}

.societe-i .coord-title li{
    height: 30px;
    line-height: 20px;
    text-align: center;
    margin: auto;
}

.societe-i .coord-title li a{
    height: 20px;
    font-size: 13px;
    color: #774000dc;
    text-align: center;
    margin: auto;
}

.societe-i .coord h3{
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #005974d2;
    text-align: left;
    margin: auto;
}

.societe-i .coord p{
    height: auto;
    line-height: 20px;
    font-size: 14px;
    color: #535353d2;
    text-align: left;
    margin: auto;
}

.societe-container {
    background-color: #fcfcfc;
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.societe-container h2 {
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    color: rgba(0, 98, 143, 0.726);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #86868618;

}

.societe-container form {
    width: 100%;
    display: flex;
    padding: 0px;
    border-radius: 10px;
}

.societe-container form .group1{
    width: 50%;
    padding: 10px;
    border-radius: 10px;
}

.societe-container form .group2{
    width: 50%;
    padding: 10px;
    border-radius: 10px;
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #686868;
    font-size: 14px;
}

.form-group input, .form-group select {
    width: 90%;
    height: 18px;
    padding: 10px;
    color: #686868;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    width: 95%;
    padding: 0 15px;
    border: none;
    height: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(97, 27, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

button:hover {
    background-color: rgb(134, 54, 7);
}

.form-group button:hover {
    background-color: #b34200;
}
/*/////////////////////////////////*/
.societe-container .menu{
    width: 100%;
    height: 40px;
}

.societe-container .menu .s-menu{
    display: none;
}

.societe-container .menu .t-menu{
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.societe-container .menu .t-menu li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    text-align: center;
}

.societe-container .menu .t-menu li:hover {
    background-color: #e7e7e759;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}

.societe-container .menu .t-menu .active {
    background-color: rgb(0, 85, 100);
    border-radius: 8px;
}

.societe-container .menu .t-menu .active a {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #ffffffea;
    font-size: 14px;
    font-weight: 600;
}

.societe-container .menu .t-menu li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #005b85;
    font-size: 14px;
    font-weight: 500;
}

.societe-container .menu .t-menu li a i {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: auto;
    padding: 0 10px;
}

.societe-container .menu .t-menu li a:hover {
    color: #397bc2;
}

.societe-container .societe-boody{
    display: inline;
    width: 100%;
    height: auto;
}

.societe-container .societe-boody .box{
    display: flex;
    width: 100%;
    height: auto;
}

.societe-container .societe-boody .societe-box{
    display: inline;
    width: 50%;
    height: auto;
}

.societe-container .societe-boody .societe-box select{
    background-color: white;
    flex: 1;
    border: none;
    height: 30px;
    width: 40%;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 13px;
    margin: auto 5px;
    padding: 0px 10px;
    border-radius: none;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.781);
}

.societe-container .societe-boody .societe-box h4{
    height: auto;
    line-height: 40px;
    font-size: 18px;
    color: #005974d2;
    text-align: left;
    margin: auto;
    border-top: 0.5px solid rgba(214, 214, 214, 0.295);
}

.societe-container .societe-boody .societe-box h4 i{
    font-size: 14px;
    color: #005974d2;
    text-align: center;
} 

.societe-container .societe-boody .societe-box p{
    height: auto;
    line-height: 20px;
    font-size: 14px;
    color: #535353d2;
    text-align: left;
    margin: 5px auto;
}

.societe-container .societe-boody .societe-box img{
    width: 60%;
    border-radius: 10px;
    margin: auto;
}

.societe-container .societe-boody .societe-box .link li a {
    color: #005255;
    width: 20%;
    padding: 0 20px;
}
.societe-container .societe-boody .societe-box .link .nothing{
    height: 20px;
    font-size: 13px;
    color: #774000b4;
    text-align: center;
    margin: auto;
}
.societe-container .societe-boody .societe-box .link li:hover {
    background-color: #91e0ffb7;
}

.societe-container .societe-boody .societe-box .link .update:hover {
    background-color: none;
}

.societe-container .societe-boody .societe-box .link .active {
    width: 90%;
    background-color: #c3eeffb7;
}

.societe-container .societe-boody .societe-box .nolink {
    min-height: 70px;
    width: 90%;
    display: inline;
}

.societe-container .societe-boody .societe-box .nolink li {
    width: 100%;
    display: flex;
    text-align: left;
}

.societe-container .societe-boody .societe-box .nolink .iti{
    min-height: 30px;
    line-height: 30px;
}

.societe-container .societe-boody .societe-box .nolink .iti p{
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    padding: 5px 0px;
}

.societe-container .societe-boody .societe-box .nolink .iti select{
    background-color: white;
    flex: 1;
    border: none;
    height: 30px;
    width: auto;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 13px;
    margin: auto;
    padding: 0px 10px;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.781);
}

.societe-container .societe-boody .societe-box .nolink .iti select option{
    background-color: #ffffff;
}

.societe-container .societe-boody .societe-box .nolink .iti select option i{
    font-size: 14px;
    color: #005974d2;
    text-align: center;
}

.societe-container .societe-boody .societe-box .nolink .iti input[type="number"]{
    background-color: white;
    flex: 1;
    border: none;
    height: 30px;
    width: 100px;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 13px;
    margin: auto 5px;
    padding: 0px 10px;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.781);
}
.societe-container .societe-boody .societe-box .nolink .iti input[type="text"]{
    background-color: white;
    flex: 1;
    border: none;
    height: 30px;
    width: 40%;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 13px;
    margin: auto 5px;
    padding: 0px 10px;
    border-radius: none;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.781);
}
.societe-container .societe-boody .societe-box .nolink .iti input[type="time"]{
    background-color: white;
    flex: 1;
    border: none;
    height: 30px;
    color: #4b4b4bc7;
    outline: none;
    align-items: center;
    font-size: 13px;
    margin: auto 5px;
    padding: 0px 10px;
    border-bottom: 0.5px solid rgba(214, 214, 214, 0.781);
}

.societe-container .societe-boody .societe-box .nolink .iti p{
    height: 30px;
    min-width: 60px;
    color: #4b4b4bc7;
}

.societe-container .societe-boody .societe-box .nolink li a {
    width: 100%;
    font-size: 14px;
    color: #005255;
    text-align: center;
}

.societe-container .societe-boody .societe-box .nolink li p {
    display: flex;
    width: 20%;
    font-size: 14px;
    color: #005255;
    text-align: center;
}

.societe-container .societe-boody .societe-box .nolink .nothing{
    height: 20px;
    font-size: 13px;
    color: #774000b4;
    text-align: center;
    margin: auto;
}

.societe-container .societe-boody .societe-box .nolink li a p {
    width: 20%;
    padding: 0 20px;
}

.societe-container .societe-boody .societe-box ul li a i{
    font-size: 14px;
    width: 20%;
    color: #006079dc;
    text-align: center;
}

.societe-container .societe-boody .societe-box ul li a{
    width: 100%;
    font-size: 14px;
    color: #242c2c;
    text-align: center;
}

.societe-container .societe-boody .societe-box ul li a h5{
    font-size: 16px;
    width: 20%;
    color: #054453dc;
    text-align: left;
}

div li {
    height: auto;
    line-height: 30px;
    margin: auto;
}

div li a{
    font-size: 14px;
    color: #55000096;
    text-align: left;
}

div p a i{
    font-size: 10px;
    color: #550000;
    text-align: left;
}

div .update a i{
    font-size: 18px;
    color: #005255;
    text-align: left;
}

/* ****************Footer***************/
/* Footer Container */
.footer-container {
    background-color: #f5f5f5;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #495057;
}

/* Footer Content */
.footer-content {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
    border-bottom: 0.1px solid #b9b9b981;
}


/* Footer Sections */
.footer-section {
    flex: 1;
    min-width: 200px;
    padding: 10px;
}

.footer-section h3 {
    font-size: 13px;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.footer-section p {
    font-size: 13px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin: 10px 0;
}

.footer-section ul li i {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px;
}

.footer-section ul li a {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 13px;
}

.footer-section ul li a:hover {
    color: #6b6b6b;
    text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
    width: 80%;
    text-align: left;
    margin-top: 20px;
    margin: auto;
}

.footer-bottom .copyright {
    display: flex;
}

.footer-bottom .copyright p {
    width: 50%;
    color: #6b6b6b;
    text-decoration: none;
    font-size: 13px;
    margin: 10px 0;
    padding: 0 40px;
}

.footer-bottom .conditions {
    display: flex;
}

.footer-bottom .conditions ul {
    width: 100%;
    display: flex;
}

.footer-bottom .conditions .legal li {
    border-right: 0.3px solid #535353af;
}

.footer-bottom .conditions ul,.legal  li {
    width: auto;
    padding: 0 20px;
}

.footer-bottom .conditions ul li a {
    font-size: 13px;
    color: #424242;
    text-decoration: none;
}

.footer-bottom .conditions ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    /**************banner***************/
    header {
        display: flex;
        height: 70px;
        /*balise ajouter pour resoudre le problème d'entête*/
    } 
    .banner {
        display: none;
    }

    .smartbanner {
        display: flex;
        position: fixed;
        justify-content: space-between;
        align-items: center;
        background-color: #e9f1f0;
        width: 100%;
        padding: 10px;
    }
    
    .smartbanner .left {
        width: 60%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .smartbanner .right {
        width: 10%;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .smartbanner .right > li {
        width: 100%;
        display: inline-block;
        position: relative;
    }
    
    .smartbanner .right a {
        width: 100%;
        text-decoration: none;
        padding: 0px 0px;
        color: #0083c0;
    }
    .smartbanner .right li:hover .menu {
        width: 200px;
        display: block;
    }
    
    .smartbanner .right li a i {
        cursor: pointer;
        text-align: left;
    }
    
    .smartbanner .right li a:hover {
        color: #3d3d3db4;
    }
    
    
    .smartbanner .menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 50%;
        width: 200px;
        list-style: none;
        text-align: center;
        background-color: #ffffff;
        border: 0.5px solid rgba(0, 148, 104, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 0;
        z-index: 1000;
    }
    
    .smartbanner .menu li {
        height: 40px;
        line-height: 40px;
        width: 200px;
        border-bottom: 1px solid #ddd;
    }
    
    .smartbanner .menu li a {
        height: 40px;
        width: 200px;
        display: block;
        padding: 0px 10px;
        margin: 0px 0;
        font-weight: 600;
        color: rgba(0, 71, 119, 0.753);
    }
    
    .smartbanner .menu li:hover {
        height: 100%;
        width: 200px;
        background-color: #f1f1f1;
    }
    

    /*///////////////////////////////////*/
    /* ***********Main contain**********/
    main {
        background-color: #f8f8f8;    
        min-height: 60vh;
        width: 100%;
        margin: 0;
        padding: 5px 0;
    }
    
    .contain{
        display: inline;
        height: 100%;
        width: 100%;
        margin: 0px 0;
    }
    
    .contain .box {
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    .contain .box .entt {
        display: block;
        width: 90%;
        height: 160px;
        border-bottom: 0.5px solid rgba(5, 77, 105, 0.103);
        margin: 0 auto;
    }

    .contain .box .entt .search-form {
        width: 100%;
        height: 60px;
    }
    
    .contain .box .entt .search-form form {
        background-color: rgb(255, 255, 255);
        width: 80%;
        height: 40px;
        display: flex;
        border-radius: 10px;
        align-items: center;
        border: 1px solid rgba(22, 100, 190, 0.521);
        margin: auto;
    }
    
    .contain .box .entt .search-form input[type="text"],[type="email"],[type="date"] {
        background-color: rgb(245, 245, 245);
        flex: 1;
        border: none;
        height: 40px;
        color: #4b4b4bc7;
        outline: none;
        font-size: 14px;
        border-radius: 10px;
    }
     
    .contain .box .entt .search-form button {
        width: 20%;
        padding: 0 15px;
        border: none;
        color: rgb(22, 101, 190);
        background-color: rgb(255, 255, 255);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    
    .contain .box .entt .search-form button:hover {
        background-color: none;
    }
    
    .contain .box .entt .search-form button i {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: auto;
    }
    
    .contain .box .entt .search-form input[type="text"]::placeholder {
        color: #aaa;
        font-size: 14px;
    }
    
    .contain .box .entt .menu{
        width: 60%;
        height: 50px;
        margin: auto;
    }

    .contain .box .entt .menu .t-menu{
        display: none;
    }

    .contain .box .entt .menu .i-menu{
        display: flex;
        width: 100%;
        height: 40px;
        padding: 10px;
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }
    
    .contain .box .entt .menu .i-menu li {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
        text-align: center;
    }
    
    .contain .box .entt .menu .i-menu li:hover {
        background-color: #c5e8ff88;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }    
    
    .contain .box .entt .menu .i-menu li:hover a{
        background-color: #e7e7e759;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
        color: #005b85;
    }    
    .contain .box .entt .menu .i-menu li:hover a i{
        background-color: none;
    }
    
    .contain .box .entt .menu .i-menu .active {
        background-color: #00658dde;
        border-radius: 8px;
    }
    
    .contain .box .entt .menu .i-menu .active a {
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        color: #ffffffda;
        font-size: 14px;
        font-weight: 600;
    }
    
    .contain .box .entt .menu .i-menu li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        color: #005b85;
        font-size: 14px;
        font-weight: 500;
    }
    
    .contain .box .entt .menu .i-menu li a i {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: auto;
        padding: 0 10px;
    }
    
    .contain .box .entt .menu .i-menu li a:hover {
        color: #397bc2;
    }
    
    .contain .box .boody {
        width: 100%;
        height: 100%;
        margin: 0px 0;
    }
    
    .contain .box .boody .list{
        width: 90%;
        height: 100%;
        margin: auto;
    }
    
    .contain .box .boody .list ul{
        display: inline;
        width: 100%;
        height: auto;
    }
    
    .contain .box .boody .list ul li{
        background-color: #ffffff;
        width: 100%;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 5px auto;
        padding: 5px 0;
    }
    
    .contain .box .boody .list ul li a{
        width: 100%;
        height: auto;
        margin: 10px 0px;
    }
    
    .contain .box .boody .list ul li a .list-profile{
        display: flex;
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-icon{
        width: 30%;
        height: auto;
        line-height: 100px;
        border-radius: 50%;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-icon i{
        height: auto;
        line-height: 120px;
        margin: auto;
        color: #007a66;
        padding: 0 10px;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-info{
        width: 100%;
        height: 100px;
        font-size: 16px;
        margin: 40px auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-info h2{
        width: 90%;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
        font-family: Helvetica;
        text-align: center;
        color: #474747;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-info h4{
        width: 90%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        font-family: Helvetica;
        text-align: center;
        color: #505050;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-info p{
        width: 80%;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        font-family: Helvetica;
        text-align: center;
        color: #727272;
        margin: auto;
    }
    .contain .box .boody .list ul li a .list-profile .list-info form{
        width: 70%;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-info form select {
        background-color: rgb(245, 245, 245);
        flex: 1;
        border: 0.5px solid #9e9e9e;
        width: 100%;
        height: 40px;
        font-family: Helvetica;
        text-align: center;
        color: #797979;
        margin: 10px auto;
        font-size: 14px;
        font-weight: 500;
        border-radius: 10px;
    }
    .contain .box .boody .list ul li a .list-profile .list-stat{
        width: 70%;
        display: flex;
        height: 60px;
        font-size: 16px;
        margin: 40px auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-stat .tache{
        height: 100%;
        font-size: 16px;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-stat .tache h3{
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        font-weight: 600;
        font-family: Helvetica;
        text-align: center;
        color: #505050;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-stat .tache p{
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 500;
        font-family: Helvetica;
        text-align: center;
        color: #727272;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-statut{
        background-color: #007a66;
        width: 50%;
        height: 40px;
        font-size: 16px;
        border-radius: 10px;
        margin: auto;
    }
    
    .contain .box .boody .list ul li a .list-profile .list-statut p{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700;
        font-family: Helvetica;
        text-align: center;
        color: #ffffff;
        margin: auto;
    }
    /*///////////////////////////////////New agent*/
    .contain .boody .list .form-container {
        width: 90%;
        height: auto;
        margin: 40px auto;
    }
    
    .contain .boody .list .form-container form {
        background-color: rgb(255, 255, 255);
        width: 90%;
        height: 40px;
        display: flex;
        padding: 10px 10px;
        border-radius: 10px;
        align-items: center;
        border: 1px solid rgba(110, 110, 110, 0.521);
        margin: auto;
    }
    
    .contain .boody .list .form-container input[type="text"] {
        background-color: rgb(245, 245, 245);
        flex: 1;
        border: none;
        height: 40px;
        color: #4b4b4bc7;
        outline: none;
        align-items: center;
        font-size: 16px;
        border-radius: 10px;
        margin: 0px 10px;
    }
      
    .contain .boody .list .form-container h2 {
        padding: 0 15px;
        border: none;
        height: 60px;
        line-height: 60px;
        color: rgba(0, 98, 143, 0.726);
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    
    .contain .boody .list .form-container button {
        width: 40px;
        padding: 0 15px;
        border: none;
        height: 40px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 85, 100);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }
    
    .contain .boody .list .form-container button:hover {
        background-color: none;
        background-color: rgb(0, 117, 138);
    }
    
    .contain .boody .list .form-container  button i {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: auto;
    }
    
    .contain .boody .list .form-container input[type="text"]::placeholder {
        color: #aaa;
        font-size: 14px;
    }

    /*///////////////*/
    .contain .box .body {
        background-color: #f0f0f0ea;
        width: 100%;
        display: inline;
        align-items: center;
        font-family: Arial, sans-serif;
        margin: 50px auto;
    }
    
    /* Styles pour la section profil */
    .contain .body .profile {
        display: flex;
        width: 90%;
        height: auto;
        border-radius: 8px;
        margin: 0px auto;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border-bottom: 0.5px solid rgba(0, 71, 71, 0.103);
    }
    
    .contain .body .profile .info-profile {
        display: none;
    }

    .contain .body .profile .stat-profile{
        list-style-type: none;
        padding: 0;
        margin: 20px auto;
        width: 100%;
    }
    
    .contain .body .profile-bottom {
        display: flex;
        margin: auto;
        width: 95%;
    }
    
    .contain .body .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;
    }

    .contain .body .profile-bottom .info-profile-bottom .icon {
        width: 10%;
        padding: 0%;
        border-radius: 50%;
        margin: auto;
    }
    
    .contain .body .profile-bottom .info-profile-bottom .icon i {
        width: auto;
        font-size: 60px;
        color: #00719e9a;
        padding: 5%;
        margin: auto;
    }
    .contain .body .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;
    }

    .contain .body .profile-bottom .info-profile-bottom .coordonne {
        width: 60%;
        height: 60px;
        padding: 5%;
        margin: auto;
    }
    
    .contain .body .profile-bottom .info-profile-bottom .coordonne a {
        width: 70%;
        height: 60px;
        text-decoration: none;
        color: rgba(117, 0, 0, 0.582);
    
    }
    
    .contain .body .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);
    }
    
    .contain .body .profile-bottom .info-profile-bottom .coordonne a p {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        color: #666;
    }
    
    /* Styles pour la section détail */
    .contain .body .detail {
        width: 100%;
        border-radius: 8px;
        padding: 0;
        margin: 0px auto;
    }
    
    .contain .body .detail .entt{
        width: 80%;
        height: 70px;
        border-bottom: 0.2px solid rgba(211, 211, 211, 0.274);
        margin: auto;
    }
    .contain .body .detail .entt .info-h{
        width: 80%;
        height: 40px;
        margin: 0 auto;
    }
    .contain .body .detail .entt .info-h h2{
        height: 40px;
        line-height: 50px;
        font-size: 18px;
        color: #005f66e5;
    }
    
    .contain .body .detail .entt .info-p{
        width: 80%;
        height: 50px;
        margin: 0 auto;
    }
    .contain .body .detail .entt .info-p p{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #8f8f8f8c;
    }
    
    .contain .body .detail .detail-data .result{
        display: inline;
        width: 100%;
        height: auto;
        margin: 0px auto;
    }    
    .contain .body .detail .detail-data .result .fo-result{
        background-color: #ffffff;
        width: 90%;
        height: auto;
        margin: 20px auto;
        border-radius: 16px;
        border: 1.5px solid rgba(0, 145, 121, 0.274);
        box-shadow: 0.5px 2px 5px 2px rgba(59, 59, 59, 0.062);
    }

    .contain .body .detail .detail-data .result .fo-result .fo-body{
        display: inline;
        width: 100%;
        height: 60%;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u{
        display: inline;
        width: 100%;
        height: 100%;
        padding: 20px;
        margin: auto;
    }

    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit{
        display: inline;
        height: 50px;
        width: 80%;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time,#trajet {
        display: flex;
        width: 90%;
        height: 20px;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time p{
        width: 20%;
        height: 20px;
        font-size: 14px;
        text-align: center;
        color: #004657ad;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #time i{
        width: 20px;
        height: 20px;
        font-size: 14px;
        text-align: center;
        color:  #004657ad;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #trajet p{
        width: 30%;
        height: 20px;
        font-size: 13px;
        text-align: center;
        color: #004657ad;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-hit #trajet i{
        width: 20px;
        height: 20px;
        font-size: 14px;
        text-align: center;
        color:  #004657ad;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places{
        display: inline;
        width: 100%;
        height: 30px;
        padding: 20px 0;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h2{
        display: flex;
        width: auto;
        height: 30px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        color: #0057576e;
        margin: 5px 10px;
        padding: 0 20px;
        border-right: none;
        border-top: 1.5px solid rgba(241, 241, 241, 0.445);
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h2 i{
        width: auto;
        height: 30px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        color: #0057576e;
        margin: 0 10px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h3{
        width: auto;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        color: #0057576e;
        margin: 0 20px;
        padding: 0 20px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-u .fod-u-places h3 i{
        width: auto;
        height: 40px;
        line-height: 20px;
        font-size: 12px;
        text-align: left;
        color: #0057576e;
        margin: 0 10px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d{
        display: inline;
        width: auto;
        height: auto;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix{
        display: flex;
        width: auto;
        height: 50px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix h2{
        width: 40%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        text-align: left;
        color: #0057447a;
        padding: 0 5%;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix p{
        width: 40%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: right;
        color: #5757577a;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #societe{
        display: flex;
        width: auto;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        color: #00465754;
        padding: 0;
        margin: 0 auto;
    } 
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #societe i{
        display: flex;
        width: 20%;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        color: #00465754;
    }  
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #societe p{
        display: flex;
        width: auto;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        color: #00465754;
        border: 1px solid rgba(0, 80, 94, 0.349);
        border-radius: 8px;
        padding: 0 10px;
        margin: 0 10px;
    }
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #note{
        display: flex;
        height: 30px;
        line-height: 30px;
        width: auto;
        padding: 0;
        margin: 0 auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #note i{
        width: 25px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #ffbb00;
        margin: auto 0;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-body .fod-d .fod-d-prix #note p {
        height: 30px;
        line-height: 30px;
        width: auto;
        font-size: 18px;
        color: #0050646e;
        text-align: left;
        border-left: none;
        padding: 0;
        margin: auto 0;
    }
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox{
        display: flex;
        width: 90%;
        height: auto;
        margin: 10px auto;
        border-radius: 0px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group{
        display: inline;
        width: auto;
        height: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox{
        width: auto;
        height: auto;
        margin: 10px auto;
        padding: 0 10px;
    }
    
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox p{
        width: auto;
        height: auto;
        line-height: 20px;
        margin: 10px auto;
        padding: 0 20px;
        font-weight: 500;
        font-size: 15px;
        text-align: left;
        color: rgba(119, 119, 119, 0.945);
    }
    
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox .info{
        width: auto;
        height: auto;
        line-height: 20px;
        margin: 10px auto;
        padding: 0 20px;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 80, 112, 0.644);
        font-weight: 600;
    }
    
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox input[type="submit"] {
        width: 200px;
        height: 40px;
        line-height: auto;
        margin: auto;
        padding: 5px;
        border-radius: 8px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
        font-size: 16px; 
        text-align: center;
        font-weight: 600;
        color: rgba(0, 80, 112, 0.644);
    }
    .contain .body .detail .detail-data .result .fo-result .resume .flexbox .form-group .linebox input[type="submit"]:hover {
        background-color: #003e4ead;
        width: 200px;
        height: 40px;
        line-height: auto;
        margin: auto;
        padding: 5px;
        border-radius: 8px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 0.5px 0.2px 0.1px rgba(0, 0, 0, 0.1);
        font-size: 16px; 
        text-align: center;
        font-weight: 600;
        color: rgb(255, 255, 255);
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot{
        display: flex;
        height: 70px;
        width: 100%;
        border-top: 0.5px solid rgba(36, 36, 36, 0.137);
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot li{
        display: flex;
        height: auto;
        width: auto;
        padding: 0px 0;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot #societe{
        display: none;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot #note{
        display: none;
    }

    .contain .body .detail .detail-data .result .fo-result .fo-foot li p{
        height: auto;
        line-height: 30px;
        font-size: 15px;
        text-align: center;
        color: #00465754;
    }

    .contain .body .detail .detail-data .result .fo-result .fo-foot li a{
        background-color: #00718d7a;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: right;
        color: #ffffff60;
        margin-left: 90%;
        padding: 2px;
        border-radius: 10px;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot li a i{
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: right;
        color: #f1f1f1e5;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot li:hover a{
        background-color: #00718de8;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: right;
        color: #ffffff60;
        margin-left: 90%;
        padding: 2px;
        border-radius: 10px;
        margin: auto;
    }
    
    .contain .body .detail .detail-data .result .fo-result .fo-foot li:hover a i{
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: right;
        color: #ffffff;
    }
    
    /*///////////////////////////////////*/
    /* **************Connexion*************/
    .contain_connexion { 
        background-image: url('../image/get_bus.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
    }
    
    .contain_connexion .article{
        height: 500px;
        width: 100%;
        margin: auto;
    }
    
    .contain_connexion .article h2{
        height: 150px;
        line-height: 150px;
        font-size: 25px;
        font-weight: 700;
        font-family: Helvetica;
        text-align: center;
        color: #005974;
        margin: auto;
    }
    
    .contain_connexion .image{
        display: none;
    }
    
    .contain_connexion .article .infoconnect{
        background-color: #f4fffdf3;
        height: auto;
        width: 80%;
        border-radius: 5px;
        border: 0.5px solid rgba(0, 148, 104, 0.1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: auto;
        padding: 20px 0;
    }
    
    .contain_connexion .article .infoconnect .entt{
        height: 70px;
        width: 100%;
        margin: 30px 0;
    }
    
    .contain_connexion .article .infoconnect .entt h2{
        height: 20px;
        line-height: 20px;
        font-size: 30px;
        font-weight: 700;
        font-family: Helvetica;
        text-align: center;
        color: #007a66;
        padding: 10px 0;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .entt p{
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: 500;
        font-family: Helvetica;
        text-align: center;
        color: #6d6d6d;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .inforatio{
        display: flex;
        width: 70%;
        padding: 10px 0;
        align-items: center; 
        border-bottom: 1px solid rgba(0, 148, 104, 0.452);
        margin: auto;
    }
    
    .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;
        height: auto;
        width: 100%;
        align-items: center;
        padding: 15px 0;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .motif p{
        width: 80%;
        margin: 0;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #8f0000;
        margin-right: 10px;
        text-align: center;
        margin: auto;
    }
    
    
    /* Effet de survol */
    .contain_connexion .article .infoconnect .inforatio:hover h4 {
        color: #2d537a;
    }
    
    .contain_connexion .article .infoconnect .inforatio:hover input[type="radio"] {
        border-color: #38597e;
    }
    
    .contain_connexion .article .infoconnect .info{
        height: 100%;
        width: 80%;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .info input[type="text"],[type="password"],[type="email"] {
        background-color: rgb(245, 245, 245);
        width: 90%;
        height: 40px;
        padding: 0px 10px; 
        border: none;
        border-radius: 8px;
        font-size: 14px; 
        font-weight: 500;
        color: #525252;
        font-family: Arial, sans-serif; 
        border: 0.2px solid rgba(197, 197, 197, 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{
        height: 100%;
        width: 100%;
        padding: 10px 0;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .info ul li{
        height: 80%;
        line-height: 30px;
        width: 100%;
        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: #006479;
        font-size: 14px;
        font-weight: 600;
    }
    
    .contain_connexion .article .infoconnect .info ul li a:hover{
        color: #009cbb;
        font-size: 14px;
        font-weight: 550;
    }
    
    
    .contain_connexion .article .infoconnect .button{
        height: auto;
        width: 60%;
        margin: auto;
    }
    
    .contain_connexion .article .infoconnect .button input[type="submit"] {
        background-color: #007a66;
        width: 100%;
        height: 40px;
        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;
    }
    /*///////////////////////////////////*/
    /* **************account***************/
    .societe {
        display: inline;
        width: 95%;
        padding: 20px;
        border-radius: 10px;
    }
    
    .societe-i {
        background-color: #fcfcfc;
        width: 80%;
        padding: 5px;
        border-radius: 10px;
        margin: auto;
    }
    
    .societe-i img{
        width: 100%;
        height: auto;
        line-height: 200px;
        font-size: 130px;
        color: #005974;
        border-radius: 50%;
        margin: auto;
    }
    
    .societe-i .coord, .coord-title{
        width: 80%;
        height: auto;
        margin: auto;
    }
    
    .societe-i .coord-title  i{
        width: 100%;
        height: auto;
        line-height: 200px;
        font-size: 130px;
        color: #005974;
        border-radius: 50%;
        margin: auto;
    }
    
    .societe-i .coord-title img{
        width: 100%;
        height: auto;
        line-height: 200px;
        font-size: 130px;
        color: #005974;
        border-radius: 50%;
        margin: auto;
    }
    
    .societe-i .coord-title h3{
        height: 50px;
        line-height: 30px;
        font-size: 20px;
        color: #cf6f00;
        text-align: center;
    }
    
    .societe-i .coord h3{
        height: auto;
        line-height: 40px;
        font-size: 18px;
        color: #005974d2;
        text-align: left;
        margin: auto;
    }
    
    .societe-i .coord p{
        height: auto;
        line-height: 20px;
        font-size: 14px;
        color: #535353d2;
        text-align: left;
        margin: auto;
    }
    
    .societe-container {
        background-color: #fcfcfc;
        width: 80%;
        margin: auto;
        padding: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 10px auto;
    }
    
    .societe-container h2 {
        width: 100%;
        border: none;
        height: 50px;
        line-height: 50px;
        color: rgba(0, 98, 143, 0.726);
        cursor: pointer;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0.5px solid #86868618;
    
    }
    
    .societe-container form {
        width: 100%;
        display: inline;
        padding: 0px;
        border-radius: 10px;
    }
    
    .societe-container form .group1{
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }
    
    .societe-container form .group2{
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }
    
    .form-group {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .form-group label {
        display: block;
        margin-bottom: 5px;
        color: #686868;
        font-size: 14px;
    }
    
    .form-group input, .form-group select {
        width: 90%;
        height: 18px;
        padding: 10px;
        color: #686868;
        font-size: 15px;
        font-weight: 500;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    button {
        width: 95%;
        padding: 0 15px;
        border: none;
        height: 40px;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 85, 100);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    
    button:hover {
        background-color: rgb(0, 120, 141);
    }
    
    .form-group button:hover {
        background-color: #0056b3;
    }
    /*/////////////////////////////////*/
    .societe-container .menu{
        width: 100%;
        height: 40px;
    }
    
    .societe-container .menu .t-menu{
        display: none;
    }
    
    .societe-container .menu .s-menu{
        display: flex;
        width: 100%;
        height: 40px;
        padding: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .societe-container .menu .s-menu li {
        width: 50%;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
        text-align: center;
    }
    
    .societe-container .menu .s-menu li:hover {
        background-color: #e7e7e759;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }
    
    .societe-container .menu .s-menu .active {
        background-color: rgb(0, 85, 100);
        border-radius: 8px;
    }
    
    .societe-container .menu .s-menu .active a {
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        color: #ffffffea;
        font-size: 14px;
        font-weight: 600;
    }
    
    .societe-container .menu .s-menu li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        color: #005b85;
        font-size: 14px;
        font-weight: 500;
    }
    
    .societe-container .menu .s-menu li a i {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: auto;
        padding: 0 10px;
    }
    
    .societe-container .menu .s-menu li a:hover {
        color: #397bc2;
    }
    
    .societe-container .societe-boody{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    
    .societe-container .societe-boody .box{
        display: inline;
        width: 100%;
        height: auto;
    }    
    
    .societe-container .societe-boody .box{
        border-top: 0.5px solid rgba(214, 214, 214, 0.295);
    }
    
    .societe-container .societe-boody .societe-box{
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    
    .societe-container .societe-boody .societe-box h4{
        height: auto;
        line-height: 40px;
        font-size: 18px;
        color: #005974d2;
        text-align: left;
        margin: auto;
        border-top: 0.5px solid rgba(214, 214, 214, 0.295);
    }  

    .societe-container .societe-boody .societe-box h4 i{
        width: 40px;
        font-size: 14px;
        color: #005974d2;
        text-align: center;
    } 

    .societe-container .societe-boody .societe-box h5{
        border-bottom: 0.5px solid rgba(214, 214, 214, 0.295);
    }

    .societe-container .societe-boody .societe-box p{
        height: auto;
        line-height: 20px;
        font-size: 14px;
        color: #535353d2;
        text-align: left;
        margin: auto;
    }
    
    .societe-container .societe-boody .societe-box img{
        width: 60%;
        border-radius: 10px;
        margin: auto;
    }
    
    .societe-container .societe-boody .societe-box .link li a {
        width: 20%;
        padding: 0 20px;
    }
    
    .societe-container .societe-boody .societe-box .link li:hover {
        background-color: #91e0ffb7;
    }
    
    .societe-container .societe-boody .societe-box .link .active {
        background-color: #c3eeffb7;
    }
    
    .societe-container .societe-boody .societe-box .nolink li {
        width: 90%;
        display: flex;
    }
    
    .societe-container .societe-boody .societe-box .nolink li a {
        width: 50%;
        font-size: 14px;
        color: #575757d2;
        text-align: left;
    }
    
    .societe-container .societe-boody .societe-box .nolink li a p {
        width: 20%;
        padding: 0 20px;
    }
    
    .societe-container .societe-boody .societe-box ul li a i{
        font-size: 14px;
        width: 20%;
        color: #575757d2;
        text-align: center;
    }
    
    div li {
        height: auto;
        line-height: 30px;
        margin: auto;
    }
    
    div li a{
        font-size: 14px;
        color: #006891d2;
        text-align: left;
    }  /* Footer Content */
    .footer-content {
        width: 90%;
        display: inline;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px;
        border-bottom: 0.1px solid #b9b9b981;
    }
    /* Footer Sections */
    .footer-section {
        flex: 1;
        width: 80%;
        padding: 0;
        margin: 20px auto;
        border-top: 0.1px solid #b9b9b981;
    }
    
    .footer-section h3 {
        font-size: 13px;
        font-weight: 500;
        color: #1f1f1f;
        margin: 20px auto;
    }

    .footer-section ul {
        width: 80%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-section ul li {
        margin: 10px 20px;
    }

    /* Footer Bottom */
    .footer-bottom {
        width: 90%;
        text-align: left;
        margin-top: 20px;
        margin: auto;
    }
    

    .footer-bottom .copyright {
        width: 100%;
        display: inline;
    }
    
    .footer-bottom .copyright p {
        width: 100%;
        line-height: 50px;
        color: #6b6b6b;
        text-decoration: none;
        font-size: 13px;
        margin: 10px auto;
        border-top: 0.1px solid #b9b9b981;
        border-bottom: 0.1px solid #b9b9b981;
    }
    .footer-bottom .conditions {
        width: 100%;
        display: inline;
    }
    
    .footer-bottom .conditions .legal {
        width: 80%;
        display: inline;
        margin: auto;
    }
    
    .footer-bottom .conditions .legal li {
        border-right: none;
        margin: 10px 30px;
    }
    
}
