@media screen and (max-width:1180px){
    .content-btn-menu {
        display: flex
    ;
        /* flex-basis: 100%; */
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .logo img{
        max-width: 150px !important;
    }
}
/*** tablette 1024*/
@media screen and (max-width:1024px){
    .navbar a, .navbar a:focus {
        font-size: 13px;
    }
    .btn-menu-header {
        font-size: 12px;
        padding: 8px 5px;
        white-space: pre;
    }
    .logo{
        margin: 0 !important;
    }
    .logo img{
        max-width: 150px;
    }
    .content-btn-menu {
        display: flex ;
        align-items: center;
    }
 
    #hero {
      height: 32vh !important;
    }
    .etapeDiagnostique li::after {
   
        top: 35%;
        right: -37%;
        width: 73%;
    }
}
/***fin tablette 1024*/
/*** tablette 768*/
@media screen and (min-width:991px){
    .navbar-toggler{
        display: none;
    }
   #header .collapse:not(.show) {
        display: inherit !important;
    }
}
@media screen and (max-width:991px){

    #navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .content-btn-menu {
        display: flex  ;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .container-nav-bar{
        flex-wrap: wrap;
    }
    .ul-navbar{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start !important;
    }
    .navbar {
        flex-basis: 100%;
    }
    .btn-menu-header {
        font-size: 17px;
        padding: 8px 15px;
    }
    #hero .btn{
        font-size: 14px;
    }
    #tabs img{
        height: 290px;
        object-fit: contain;
    }
    .col.col-article {
        width: 50%;
    }
    .card.h-100>a {
        height: 522px ;
    }
    #hero {
        height: 489px !important;
      }
      .text-list-step {
        height: 51px;
        display: flex ;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }
    .etapeDiagnostique li::after {
        top: 25%;
    }
    .col-mark  .card {
        min-height: 100px;
        height: 100px !important;
    }
    .card.h-100>a {
        height: auto;
    }
    .col-tabs-mobile {
        width: 50%;
        display: flex  ;
    }
    .col-tabs-mobile  .nav-link {
        display: flex
    ;
        gap: 12px;
        
        justify-content: flex-start;
    }
    .col-tabs-mobile h4 {
        font-size: 11px !important;
        white-space: pre;
    }
    .col-tabs-mobile .nav-link {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #9f9f9f;
    }
}
/*** mobile 680*/
@media screen and (max-width:680px){
    .etapeDiagnostique li i {
        font-size: 35px;
    }
    .etapeDiagnostique li::after {
        top: 20%;
        right: -33%;
        width: 63%;
    }
    .logo img{
        max-width: 150px !important;
    }
    .btn-menu-header {
        font-size: 12px;
        padding: 8px 5px;
    }
    .content-btn-menu {
        /* flex-direction: column; */
        gap: 5px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .btn-menu-header {
        /* width: 169px; */
    }
    #hero {
        margin-top: 90px;
        height: auto !important;
        padding: 50px 0 10px !important;
    }
    .col.col-article {
        width: 100%;
    }
    .card.h-100>a {
        height: auto ;
    }
    .col-mark{
        width: 50%;
    }
    .col.col-mark img {
        width: 100px;
    }
   .col-mark .card {
        min-height: 100px;
    }
    .col-mark  .card {
        min-height: 100px;
        height: 100px !important;
    }
}
/***fin mobile 680*/

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-toggler i {
    font-size: 40px;
}
.content-btn-menu {
    display: flex;
    /* flex-basis: 100%; */
    justify-content: flex-end;
}
.btn-menu-header {
    align-items: center;
    display: flex
;
    gap: 5px;
}
.btn-menu-header {
    align-items: center;
    display: flex
;
    justify-content: center;
    padding: 10px 15px 10px 15px !important;
    font-weight: 500 !important;
}
.btn-menu-header:hover{
    color: initial !important;
} 
.btn-menu-header:last-child{
    color: white !important;

}