
/* General Styles for the Header */
.header-container_wrap {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-container__flex{
    display: flex;
    justify-content: space-around;
    align-items: center;
height: 95px;
}
/* Logo */
.site-logo__link img {
    max-height: 50px;
}


/* Main Navigation */
/* Main Navigation */
/* Main Navigation */
.main-navigation {
    position: relative;
}

.main-menu__wrap {
    display: flex;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;

    padding: 2.6rem 1.2rem;
}


/* Style pour l'élément de menu actif */
.menu-item a.active {
    color: #ea8208;
}

/* Style au clic pour un retour visuel rapide (ne reste pas activé) */
.menu-item a:active {
    color: #ea8208;
}


.current-menu-item{
    background: #15c1c6;
   
}
.current-menu-item a{
  color: black !important;
   
}
.current-menu-item .sub-menu .menu-item:hover  >a{
    color: black !important;
     
  }

.menu-item a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    padding: 10px 13px;
    font-weight:400;
    font: normal 300 16px / 20px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    transition: color 0.3s ease;
    width: 100%;
}
/*
.menu-item a:hover {
    color: black;
}*/

/* Only show sub-menus on hover */
.menu-item-has-children .sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #edbf8b;
    padding: 0;
    min-width: 200px;
    z-index: 100;
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Slide up offscreen */
    pointer-events: none; /* Prevent interaction when hidden */
    transition: all 0.5s ease; /* Smooth animation */
}

/* Show sub-menu on hover with animation */
.menu-item-has-children:hover > .sub-menu {
    opacity: 1; /* Fade in */
    transform: translateY(0px); /* Slide into place */
    pointer-events: auto; /* Allow interaction */
  
}

/* Sub-menu of Header Settings */
.sub-menu .menu-item-has-children .sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #15c1c6;
    padding: 0;
    opacity: 0;
    transform: translateX(20px); /* Slide left offscreen */
    pointer-events: none;
    transition: all 0.5s ease;
}
.toleft .sub-menu{
    top: 0;
    left: auto !important;
    right: calc(100% + 10px) !important;

}
.sub-menu-left {
    left: auto;
    right: 100%; /* Show on the left if no space on the right */
    transform: translateX(-10px);
}
/* Show only the next level sub-menu when hovering over its parent */
.sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transform: translateX(10px); /* Slide into place from the left */
    pointer-events: auto;
}
.sub-menu li {
    padding: 20px 1.2rem;

    border-bottom: 1px solid white;
}
.sub-menu li a:hover{
    color: black;
}
.sub-menu .menu-item {
    margin: 0;
}

.sub-menu a {
  
    color: #000000;
    font-size: 14px;
    transition: background-color 0.3s ease;
}



.div-Seven h2{
  margin-top: 2.5rem !important;  
} 
/* Phone and Email */
.header__message {

}

.info-block {
 
    margin-left: 20px;
}
.copyrights{
    margin-bottom: 20%;
}

.footer_section ul {
    text-align: left;
}
.footer_section ul li a  {
    color: black;
}
.info-block a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 700;
}
.info-block.phone a{
    color: black;
}
.info-block i {
    color: #edbf8b;
    margin-right: 5px;
}

/* Button for mobile */
.menu-toggle {
    display: none;
}

/* @media (max-width: 768px) {
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 20px;
    }

    .main-menu__wrap {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-item {
        margin: 10px 0;
    }

    .menu-toggle[aria-expanded="true"] + .main-menu__wrap {
        display: flex;
    }*/
    /* @media (min-width: 768px) and (max-width: 1200px) { */
@media (max-width: 768px) {
   
    .menu-item a {
       
        padding: 10px 1px;
       
    }
    .menu {
      padding-left: 10px;
    }
.header-container__flex {
    flex-direction: column;
    padding: 40px 0px 0 0px;
    align-items: normal;
}
.main-navigation {

    order: 3;
    margin-top: 25px;
    border-top: 1px solid #efefef;
  }
  .menu-item {
   
    padding: 14px 1rem;
  }
  .sub-menu li {
    padding: 14px 0.2rem;
   
  }
  .site-branding{
   width: 100%;
   padding-left: 10px;
  }
  .header__message {
    width: 100%;
    padding-right: 20px;
    text-align: right;
    position: relative;
    margin-bottom: 0px;
    margin-top: -49px;
  }
}
/*@media (max-width: 768px){
    .menu{
        display: none;
    }
}*/
@media (max-width: 428px) {
     .menu{
        display: none;
    }
    .header-container__flex {
   
        padding: 20px 0px 0 0px;
    
    }
    .main-navigation {
        
        border-top: none;
    }
    .site-branding {
       
        order: 2;
        text-align: center;
    }
    .header__message{
        text-align: center;
        order: 1;
/*        margin: 0;
        margin-bottom: 10px;*/
    }
    .menu {
        padding-left: 0px; 
       
        width: 100%;
    }

    .main-navigation .menu li.menu-item-has-children .sub-menu-toggle {
        position: absolute;
        top: 0;
        height: 49px;
        width: 80px;
        right: 0;
        z-index: 99
    }
 
    .main-navigation .menu li.menu-item-has-children .sub-menu-toggle::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        content: '\f107';
        font-family: fontawesome;
        font-size: 18px;
        line-height: 1;
        transition: .3s all ease
    }
    .main-navigation .menu li.menu-item-has-children .sub-menu-toggle.active::before {
        transform: rotate(180deg);
    }
    .menu-toggle{
        display: block;
        border: none;
        outline: none;
        background: transparent;
        padding: 11px;
        font-size: 20px;
        font-weight: 600;
    }

    .menu-item {
        padding: 14px 0rem;
        border-bottom: 1px solid #e0e0e8;
    }
    .menu-item a{
        padding-left: 1rem;
    }







/* Sub-menu of Header Settings */
.sub-menu .menu-item-has-children .sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #15c1c6;
    padding: 0;
    opacity: 0;
    transform: translateX(0px); /* Slide left offscreen */
    pointer-events: none;
    transition: all 0.5s ease;
}


    .menu-item-has-children.menu-open >.sub-menu:first-of-type {
      
        display: block;
        position: relative;
        background-color: #edbf8b;
        opacity: 1;
        transform: translateY(16px);
        width: 100%;
    }

    .sub-menu .menu-item-has-children.menu-open  >.sub-menu:first-of-type {
        display: block;
        position: relative;
        background-color: #edbf8b;
        opacity: 1;
        left: 0;
        transform: translateY(0px);
        width: 100%;
    }

   /* Show sub-menu on hover with animation */
.menu-item-has-children:hover > .sub-menu {
    display: none;
    opacity: 0; /* Fade in */
    transform: translateY(0px); /* Slide into place */
    pointer-events: auto; /* Allow interaction */
  
}
.sub-menu-left {
    left: 0;
     /* Show on the left if no space on the right */
    transform: translateX(-px);
}

.menu.active {
    display: block;
}
}


.TopBanner{
    display: block;
    height: 60px;
    background-color: #ea8208;
}

.divSocialLinksAndSearch{
    width: 30%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: end;
  padding-right: 4rem;
}

#social-network{
    display: flex;
    list-style-type: none;
    height: 100%;
    margin: 0px;
    align-content: center;
    align-items: center;
}
#social-network li{
    padding-right: 5px;
}
#social-network li a{
    color: black;
    background: white;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.input-top-search{
    width: 250px;
    background-color: #424242;
    border: none;
    border-radius: 0px;
    margin: 10px !important;
    height: 30px;
    color: white;
}
.input-top-search::placeholder{
   
    color: white;
}
.footer_section{
    display: flex;
    background: #808080a6;
    color: #333333;
    padding-top:35px;
    text-align: center;
    position: relative;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer2{
    text-align: justify;
}


#nosservcies .boldPhotoBox img{
    width: 300px !important;
}

.header__message{
  display: flex;
  justify-content: space-around;
  margin-top: 0.5%;
}