html,body{ font-family: Avenir light;
}


/* New code*/
html[dir="rtl"] header#main_header .menu-top-reclamation ul.link-icons-top.d-flex.align-items-center {
    margin: 0;
    padding: 0;
}


.pourquoi-choisir-le-groupe-cdg  img[alt="Excellence"],
.pourquoi-choisir-le-groupe-cdg  img[alt="Citoyenneté"],
.pourquoi-choisir-le-groupe-cdg  img[alt="Responsabilité"]  {
  width: 20%;
  height: 100%;
}



html[dir="rtl"] .lang-switcher .lang-list ul.nav {
    padding-right: 0px;
}








:root {
  --default-font:"Avenir light";
  --heading-font: "Avenir light";
  --nav-font: "Avenir light",  sans-serif;
}

/* Global Colors */
:root { 
  --background-color: #ffffff;
  --default-color: #1e4356;
  --heading-color: #1b4054;
  --accent-color: #759A1F;
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

/* Nav Menu Colors  */
:root {
  --nav-color:#252F38; 
  --nav-hover-color: #759A1F; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #2c4964; 
  --nav-dropdown-hover-color: #759A1F; 
}

/* Color Presets */

.light-background {
  --background-color: #e6e6e6;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Sha#ff0404 Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.contenu_media_hide,
.casaanfa_hide,
.cimage_hide,
.image_top_txtar_block,
.carddimage_hide,
.navigation_hide,
.footer_logo_hide{
  display:block;
}

.contenu_media_block,
.casaanfa_block,
.cimage_block,
.block_logo_casaanfa,
.image_top_txtar_block,
.carddimage_block,
.navigation_block,
.footer_logo_block{
  display:none;
}



a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 90px;
  height: 100px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  display: block;
  position: relative;
  overflow: hidden;
  background-image: url("../img/sect3/play.png"); 
  background-size: cover;  
  background-position: center; 
}
.pulsating-play-btn {
  position: relative;
  display: inline-block;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -15%;
  left: -15%;
  border-radius: 50%;
  border: 5px solid transparent;  
  animation: pulsate-play-btn 2s infinite steps;
  opacity: 1;
}



.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global main_header
--------------------------------------------------------------*/
.main_header {
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}


body.path-node .menu__bar {
  margin-top: -15px;
}
.main_header .topbar {
  background-color:#dddee2;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.main_header .topbar .localisation-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.main_header .topbar .localisation-info i a,
.main_header .topbar .localisation-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .main_header .topbar .localisation-info i a,
  .main_header .topbar .localisation-info i span {
    font-size: 13px;
  }
}

.main_header .topbar .localisation-info i a {
  line-height: 0;
  transition: 0.3s;
}

.main_header .topbar .localisation-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.main_header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.main_header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.main_header .branding {
  min-height: 60px;
  padding: 10px 0;
  max-width:100%;
}

.main_header .logo {
  line-height: 1;
}

.main_header .logo img {
  max-height:100px;
  margin-right: 8px;
}

.main_header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

 .box_image_block{
  display: none !important;
 }

 a.logo_block {
  display: none;
}


 
@media (max-width: 1194) {

  .main_header .logo {
    order: 3;
  }
  
  .hide_logo img{
    display:none !important;
  }

  .main_header .cta-btn {
    order: 1;
    margin: 0 15px 0 0;
    padding: 6px 15px;
    visibility:hidden;

  }

  .main_header .navmenu {
    order: 2;
  }
}

.scrolled .main_header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .main_header .topbar {
  /* height: 0;
  visibility: hidden;
  overflow: hidden;
  .navmenu .dropdown ul a i { display:none; content:""; }
  */
}




/*--------------------------------------------------------------
  Navigation Menu
--------------------------------------------------------------*/

html[dir="rtl"] header#main_header .d-flex .container ul li {
  display: block;
  margin-right:initial;
}

body.ar .me-auto {
  margin-right: auto !important;
  margin-right: initial !important;
}

/* Desktop Navigation */
@media (min-width: 1200px) {

  html[dir="rtl"] .navmenu {
    width: 100%;
    padding: 0;
    margin-left: auto !important;
    max-width: 100%;
    margin-right: 18%;
  }

  .navmenu {
    padding: 0;
    margin-right: 10%;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width:175px;
  }

  .navmenu .dropdown ul a {
    padding:5px 20px;
    font-size: 12px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  /* Style pour le lien du menu principal */
    .nav_link {
      display: flex;
      align-items: center; 
    }
    
    .dropdown:hover > ul {
      display: block;
    }
  
    .dropdown_item {
      display: block;
      white-space: normal; 
      overflow-wrap: break-word;  
    }

    .dropdown_item span {
      display: block;  
      word-wrap: break-word;  
      overflow-wrap: break-word;  
    }

}

.organigramme img {
    width: 100%;
}

.pourquoi-choisir-le-groupe-cdg img {
  vertical-align: middle;
  width: 100%;
}

body div.page_wrp article .organigramme ul li:before { opacity: 0; }
.navmenu>ul>li> a i ,
.navmenu  .dropdown ul a i ,
.navmenu .dropdown>.dropdown-active a i {
  display: none;
}




ul.link-icons-top.d-flex.align-items-center {
  float: right;
}



/* Mobile Navigation */
@media (max-width: 1199px) {
  
  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }
  .toggle-mnu span:after {
    top: 18px;
  }
  .toggle-mnu span {
    position: relative;
    display: block;
  }
  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  .toggle-mnu.on span {
    background-color: transparent;
  }
  .toggle-mnu.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }
  .toggle-mnu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    height: max-content;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

      .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        transition: all 0.5s ease-in-out;
      }

      .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
      }

      .navmenu .dropdown>.dropdown-active {
        margin-left: 15px;
        display: block;
        background-color: transparent;
        border: 0;
        margin-top: 0;
        padding-top: 0;
    }


    .toggle-menu {
      display: block;
      position: relative; 
      text-indent: -999em;
      cursor: pointer;
    }
    
    .toggle-menu--clicked .menu__bar:nth-child(1) {
      top: 1.25rem;
      transform: rotate(45deg);
    }
    .toggle-menu--clicked .menu__bar:nth-child(2) {
      transform: translateX(100%) scale(0);
    }
    .toggle-menu--clicked .menu__bar:nth-child(3) {
      top: 1.25rem;
      transform: rotate(-45deg);
    }
    
    .menu__bar {
      display: block;
      position: absolute;
      right:10px;
      width: 3rem;
      height: 0.3rem;
      transition: top 0.4s ease-out, transform 0.4s ease-out;
      background-color:  #323E48;
      padding-top: 0.5%;
      margin-top: 15px;
    }
    
    .menu__bar:nth-child(1) {
      top:0px;
    }
    .menu__bar:nth-child(2) {
      top: 0.8rem;
      width:27px;
    }
    .menu__bar:nth-child(3) {
      top: 1.7rem;
    }
 
 


  .d-flex .container nav#navmenu ul li {
    display: block;

  }
 
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


 
header#main_header .d-flex .container ul li {
  display: block;
  margin-right: 3%;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.main_footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.main_footer .footer-top {
  padding-top: 50px;
}

.main_footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.main_footer .footer-about .logo img {
  max-height: 80px;
  margin-right: 6px;
}

html[dir="rtl"]  .main_footer .footer-about .logo img {
  margin-left: 6px;
}

.main_footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.main_footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.main_footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width:20px;
  height:20px;
  margin-right: 10px;
  transition: 0.3s;
}






.main_footer .footer-links.footer_ref .link-icons-top  li {
    padding: 5px 0;
}
 

html[dir="rtl"] .main_footer .link-icons-top li:last-child .link_icons:before {
  margin-left: 5px;
}

.main_footer  .link-icons-top  li:last-child .link_icons:before {
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../img/icon-download.png);
  background-size: 13px 15px;
  display: inline-block;
  width: 13px;
  height: 15px;
  content: "";
  background-repeat: no-repeat;
}

.main_footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.main_footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.main_footer .footer-links {
  margin-bottom: 30px;
}

.main_footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}


.main_footer .footer-links ul h4{
  padding-bottom: 5px;
  margin-bottom:0;
}

.main_footer .footer-links ul li {
  padding:5px 0;
  display: flex;
  align-items: center;
}

.main_footer .footer-links ul li:first-child {
  padding-top: 0;
}

.main_footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.main_footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.main_footer .footer-contact p {
   line-height: 15px;
}

.main_footer .copyright {
  padding-bottom: 20px;
}

.main_footer .copyright p {
  margin:0 0 0 0;
  padding-right: 10px;
  
}

.main_footer .cits {
  margin-top: 8px;
  font-size: 13px;
}

.main_footer .footer-links .list-group .list-item:last-child{
  border: 0;
}

.main_footer  .footer-links .list-group  .list-item {
  font-size: 14px;
  border-right: 1px solid darkgray;
  padding: 0 20px;
  line-height: 0.7;
}

.main_footer .nav-footer .list-group .list-item:last-child {
  border-right: 0;
}

.nav-footer.list-group{
   text-align: center;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
 
 
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius:50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-titre {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-titre .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

.page-titre .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-titre nav {
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  padding: 20px 0;
}

.page-titre nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-titre nav ol li+li {
  padding-left: 10px;
}

.page-titre nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}



/* Adjust padding for RTL
 # Global Page Titles & Breadcrumbs
 */
html[dir="rtl"] .page-titre {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

html[dir="rtl"] .page-titre .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}

[dir="rtl"] .page-titre .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

[dir="rtl"] .page-titre nav {
  background-color: color-mix(in srgb, var(--accent-color), transparent 94%);
  padding: 20px 0;
}

[dir="rtl"] .page-titre nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
   justify-content: flex-end;
}

[dir="rtl"] .page-titre nav ol li+li {
  padding-right: 10px; 
}

html[dir="rtl"] .page-titre nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-left: 10px;  
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}





/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

div#faq {
  position: relative;
}

div#faq .col-lg-3 {
  position: absolute;
  top: 70px;
  left: 80px;
  z-index: 3;
}

.faq .faq-container .faq-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq .faq-container .faq-item h3{
  padding: 5px 15px;
  margin-bottom: 0;

}

.ul.faq_contenu{
  padding: 5px 15px;
  background-color:transparent;
  border-color: var(--accent-color);
  color: var(--contrast-color);
}


.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--contrast-color);

}

.pdrg0{
  padding-right:0;
}

.faq .faq-container .faq-item .faq-content ul {
  list-style: none;
  margin-left: 0;
  padding:0;
}


  .faq .faq-container .faq-item .faq-content ul li{
    padding:5px 15px;
    list-style-type: none;
    margin: 5px 0;
    font-size:12px;
  }



  .faq .faq-container .faq-item:nth-child(1) .faq-content ul li{
    border: 1px solid #0076A9;
    color:#0076A9;
  }

  .faq .faq-container .faq-item:nth-child(2) .faq-content ul li{
    border: 1px solid #C7521B;
    color:#C7521B;
  }


  .faq .faq-container .faq-item:nth-child(3) .faq-content ul li{
    border: 1px solid #FFA700;
    color:#FFA700;
  }


  .faq .faq-container .faq-item:nth-child(4) .faq-content ul li{
    border: 1px solid #7C6569;
    color:#7C6569;
  }


  .faq .faq-container .faq-item:nth-child(5) .faq-content ul li{
    border: 1px solid #006E43;
    color:#006E43;
  }

    

  .faq .faq-container .faq-item h3 .num {
    color: var(--accent-color);
    padding-right: 5px;
  }


  .faq .faq-container .faq-item:nth-child(1) h3{
    background-color:#0076A9;
  }

  .faq .faq-container .faq-item:nth-child(2) h3{
    background-color:#C7521B;
  }

  .faq .faq-container .faq-item:nth-child(3) h3{
    background-color:#FFA700;
  }

  .faq .faq-container .faq-item:nth-child(4) h3{
    background-color:#7C6569;
  }

  .faq .faq-container .faq-item:nth-child(5) h3{
    background-color:#006E43;
  }

  
  .faq .faq-container .faq-item .faq-content {
    display: none;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }


.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}
 
.faq .faq-container .faq-active h3,
.faq .faq-container .faq-active h3:hover {
  color: var(--contrast-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  display: block;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/* ART  FAQ  */






/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

.main_section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 72px;
  overflow: clip;
}

@media (max-width: 1199px) {
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-actu-title h2 {
  font-size: 32px;
  font-weight: 500;
  padding-left: 12px;
}

section#actualites {
  padding: 25px 0 50px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# main_hero Section
 calc(80vh - 75px)   padding:25px 0;
--------------------------------------------------------------*/
.main_hero {
  width: 100%;
  min-height:calc(100vh - 190px);
  padding:5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.white-background{
  background-color: white;
}

.main_hero .wrapper {
  display: grid;
  grid-template-columns: 40% 45%;
  align-items: center;
  justify-content: space-between;
}

.main_hero .container {
  z-index: 3;
}
 
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
 
 
 /* Définition de la grille */
.grid-container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, auto);
  background-color: #ffffff;
}

.grid-container .card-body{
    max-width: 65%;
    font-weight:700;
}

.image_top.txtar img {
  width: 93px;
  padding-bottom: 10px;
}

 

html[dir="rtl"] .col-md-7.daam {
  padding-right: 5%;
}


html[dir="rtl"] .card-content {
  padding-left:20px;
  text-align: right;
}

.card-content {
  padding:30px 19px 0px;
 }

 .card-content .card-image {
  padding-bottom: 20px;
  float: right;
}


.g-6, .gy-6 {
  --bs-gutter-y: 5rem;
}


.col-md-7.clmd4 {
  padding: 0; 
  margin-top: 17%;
}

.row_flex{
  display: flex;
}

.col-md-6.founder_image {
  margin-top: 5.3rem;
}


.grid-container .col-md-6.founder_logo  .card-body {
  max-width: 54%;
}

.col-md-6.founder_logo {
  padding-left:5%;
}


html[dir="rtl"] .col-md-6.founder_logo {
  padding-right:5%;
  padding-left:inherit;
}


.item-a .row_flex {
  margin-bottom: 1%;
}
.item-b .row_flex {
  margin-bottom: 4%;
}

.grid-container .col-md-7.daam   .card-body {
  max-width: 36%;
 }

.col-md-7.daam .plate_image {
  margin-top: 16%;
  width: 70%;
  margin-bottom: 12.5%;
}


.col-md-7.daam {
  padding-left: 5%;
}


.grid-container .card-content .card-body.casa_anfa{
  max-width: 70%;
  font-weight: 700;
  text-align: left;
  padding-left: 15%;
  
}

.col-md-5.clmd img.img-fluid {
  height: 96%;
}


 
.col-md-4.clmd4 {
  padding: 0;
}


.section_about{
  padding:0 0 0 0;
}

 
.grid-container .card-content .card-body {
  max-width: 86%;
  font-weight: 700;
  text-align: left;
  padding-left: 0;
 
}


.contenu_media  .read-more {
  color: white;
}
 

 

.card-description{
  font-size: 14px;
}

.txtar{
  text-align: left;
}

html[dir="rtl"]  .txtar{
  text-align: right;
}
/* Styles des éléments */
.item-a {
  grid-column: 1 / 6;
  grid-row: 1 / 2; 
}

.item-b {
  grid-column: 6 / 10;
  grid-row: 1 / 2;  
}

.item-c {
  grid-column: 1 / 6;
  grid-row: 2 / 3;    
}

.item-d {
  grid-column: 10 / 6;
  grid-row: 2 / 3;     
}

.contenu_media {
  position: relative;
  width: 100%;
}

.cimage {
  width: 100%;
  height: auto;
}

.ctext {
 
  color: white;
  z-index: 1;
  text-align: left;
  padding: 14px;
  font-size: 14px;
  max-width: 39%;
  font-weight: 700;
}

 
html[dir="rtl"] .ctext {
  text-align: left; 
}





/*--------------------------------------------------------------
# financeur 
--------------------------------------------------------------*/




.grid--container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto auto;
  grid-gap:0;
}

.grid--container .text-block {
    background-color:#628a1a;
    color: white;
    padding: 13px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1 / 1;
    grid-row:-3 / 7;
}

.grid--container  .text-block h2{
    color: white;
    font-weight:bold;
}

.grid--container .top-block {
  grid-column: 2 / -2;
  grid-row: 1 / 3;
}

.grid--container .grid-item {
  position: relative;
  overflow: hidden;
}

.grid--container .bottom-block {
  grid-column: 2 / 5;
  grid-row: 3 / 35;
}


.grid--container .grid-item.bottom-block-2 {
  grid-column: 52 / 5;
  grid-row: 3 / 27;
}

.grid--container .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.grid--container .grid-item .content-title {
  position: absolute;
  top: 15px;
  left: 20px; 
}


html[dir="rtl"]  .grid--container .grid-item .content-title {
  right: 20px; 
}


.grid--container .grid-item .title {
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height:40px;
}


html[dir="rtl"]  .grid--container .date {
  left:0px;
  right: auto;
}

.grid--container .grid-item .date {
  position: absolute;
  top: 0px;
  right: 0px; 
}

.grid--container .grid-item .date,
.grid--container .grid-item .date_drt,
.grid--container .grid-item .date_gche {
  display: block;
  font-size:33px;
  padding: 10px 15px  20px;
  background-color: #628a1a;
  color: white;
  font-weight: bold;
  text-align: center; 
}


html[dir="rtl"]  .main_header .logo img {
  margin-left: 8px;
}

 


html[dir="rtl"]   .grid--container .grid-item .date_gche{
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
}


.grid--container .grid-item .date_gche{
  position: absolute;
  bottom: 0px;
  left: 0px;
}


html[dir="rtl"]   .grid--container .grid-item .date_drt{
  left:0px;
  right:auto;
}


.grid--container .grid-item .date_drt{
  position: absolute;
  bottom: 0px;
  right:0px;
}


.grid--container .grid-item  span.tz {
  font-size: 40px;
  /*line-height: 15px;*/
}


.grid--container .grid-item  span.tznd {
  display: block;
  font-size: 40px;
  /*line-height: 15px;*/
}

.grid--container .grid-item  span.mdh {
  display: block;
  line-height: 10px;
  font-size: 20px;
}


 


/*--------------------------------------------------------------
# Groupe Section
--------------------------------------------------------------*/


.groupe .container_mission_bottom .col-md-3:nth-child(4) .stats_box {
  padding-top: 53px;
 }

 .figure-card_content {
  margin:5px 0px;
}


.groupe .container_mission_top p {
  font-size: 15px;
  margin-bottom: 15px;
}

.groupe .container_mission_top {
  margin: 0px 0px 25px;
  padding: 30px 20px 1px;
}


.groupe{
  background-color: white;
}

.groupe .bg-cdg-green {
  background-color: #628a1a;
}

.groupe .text-cdg-green {
  color: #628a1a;
}

.text-cdg-green-bold{
  color: #628a1a;
  font-weight: bold;
}
@media (min-width: 992px) {
    .groupe .col-lg-6 {
        flex: 0 0 auto;
        display: flex;
        width: 50%;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }
}
.groupe .mission-box {
  border: 1px solid white;
  height: 100%;
}


.groupe  h1.titre_group {
  font-size: 32px;
  max-width: 60%;
}

 
.groupe .box_mission {
  padding-top: 30px;
  /*padding-left: 30px;*/
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.groupe .box_all_item .box_image img.img-fluid {
  max-width: 60%;
}
/*
.__accroche img.img-fluid{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}*/
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}
.groupe .box_all_item .box_image {
  text-align: right;
}

.box_all_item {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
 

.groupe .container_mission_bottom .stats_box {
  border:1px solid #ff0000;
  padding-top:50px;
}

.groupe .container_mission_bottom .stats_box .stat-value{
  color:var(--heading-color);
  font-size: 70px;
  font-family:"Operetta18";
  line-height: 80px;
}

.groupe .container_mission_bottom .stats_box .stat-devis {
  text-align: center;
  margin-bottom: 6px;
  color: #ff0000;
  font-family: "Operetta18";
}

.groupe .container_mission_bottom .stats_box .stat-text{
  font-size: 16px;
  background-color: #ff0000;
  font-weight: bold;
  color: white;
  text-align: left;
  padding: 4px 1px 2px 12px;
}

.groupe .container_mission_bottom .col-md-3:nth-child(3n) {
  padding-left: 0px;
}

.groupe .container_mission_bottom .col-md-3:nth-child(2n-1) {
  padding: 0px;
}

.groupe .container_mission_bottom .col-md-3:nth-child(3n-1) {
  padding-right: 0px;
}

.groupe .container_mission_bottom .col-md-3:nth-child(1n) {
    padding-left: 8px;
}

.groupe .container_mission_bottom .stats_box span {
  display: block;
 }


 .groupe .container_mission_bottom .col-md-3 span.stat-devis{
  font-size: calc(0.5rem + 0.7vw);
  text-align: left;
 }

  

 .groupe .container_mission_bottom .col-md-3 span.stat-devis{
   padding-left: 25px;
 }
 



 .groupe .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 47px);
} 




.figure-card_thumbnail{
  min-height: 88px; 
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.figure-card_thumbnail .img {
  max-height:96px;
}

.box_all_item .space_movie img.img-fluid.mb-3{
  margin-bottom: 0 !important;
}

.box_all_item .space_movie {
  width:max-content;
  margin: 0;
}

#myVideo {
  /*max-width: 531px;*/
  min-height: 290px;
  border: 2px solid #1b4054;
}
 
 



/* ART groupe  */

  
 
html[dir="rtl"] .groupe .box_mission {
  padding-top: 30px;
  padding-right: 30px;  
}

html[dir="rtl"] .groupe .box_all_item .box_image img.img-fluid {
  max-width: 68%;
}

html[dir="rtl"] .groupe .box_all_item .box_image {
  text-align: left; 
}

 

html[dir="rtl"] .groupe .box_all_item .box_video {
  text-align: left; 
}


html[dir="rtl"] .groupe .container_mission_bottom {
  margin: 1px -12px 2px -4px;
  padding: 25px 0 20px;
  background-color: white;
}


 

html[dir="rtl"] .groupe .container_mission_bottom .stats_box .stat-text {
  color: white;
  text-align: right;  
  padding: 5px 18px 8px 15px;
}

 
 
 
 
html[dir="rtl"] .box_all_item .space_movie img.img-fluid.mb-3 {
  margin-bottom: 0 !important;
}
 


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

 
.grid-container-dossier {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap:0px;
  background-color: white;
}

.item-d-a {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}

.item-d-b {
  grid-column: 6 / 4;
  grid-row: 1 / 2;
}

.item-d-c{
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}

.item-d-d {
  grid-column: 6 / 4;
  grid-row: 2 / 2;
 
} 

.contenu_dossier {
  position: relative;
  width: 100%;
}

.d_image {
  width: 100%;
  height: auto;
  display: block;
}

.dossier_content {
  max-width: 30%;
  position: absolute;
  left: 10%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(54, 140, 53, 0.5),  
    rgba(54, 140, 53, 0.5)
), 
linear-gradient(
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0.3)
);
  color: #fff;
  text-align: left;
  padding: 20px;
}

.dossier_content h3 {
  margin: 0;
  color: #fff;
  font-size: 44px;
  font-family: "Operetta18";
  text-decoration: underline;
}

.dossier_content p.desc {
    margin: 10px 0;
    font-size: 24px;
    max-width: 90%;
    margin-bottom: 50px;
}

.dossier_content .read-more {
  color: #fff;
  text-align: center;
  text-decoration: none;
  border:1px solid white;
  padding:2px 10px;
}

.dossier_content  .read-more:hover {
  border:1px solid transparent;
  padding:2px 10px;
}
 

.contenu_dossier_last{
  padding: 30px 0 0 30px;
}
 
.contenu_dossier_last .logo_word{
  max-width:40%;
}

.dossier_content_st{
  padding: 30px 0 0 40px;
  color:#323E48;
  max-width: 55%;
}


.dossier_content_st .description{
   font-size:10px;
   color:#323E48;
}

 
  

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/


 
html[dir="rtl"]  .contenu_dossier_last {
  padding: 30px 30px 0 0;
}

 
[dir="rtl"] .d_image {
  width: 100%;
  height: auto;
  display: block;
}

[dir="rtl"] .dossier_content {
  max-width: 30%;
  right: 10%;
  top: 0;
  text-align: right;  
  padding: 20px;
}

[dir="rtl"] .dossier_content h3 { 
  text-align: right;  
}

[dir="rtl"] .dossier_content p.desc {
  margin: 10px 0;
  text-align: right ;
}


[dir="rtl"] .dossier_content_st {
  text-align: right;  
}

[dir="rtl"] .dossier_content_st .description {
  text-align: right;  
}




/*--------------------------------------------------------------
# Actualites Section
--------------------------------------------------------------*/
 
#news-slider{
    margin-top:15px;
 }

 #news-slider {
  display: flex;
  flex-wrap: wrap;
}

.post-slide {
  display: flex;
  flex-direction: column;
  background-color: #E6E6E6;
  margin: 10px;
  min-height: 420px;
}

.post-img img {
  width: 100%;
  height: auto;
}

.post-more {
  margin-top: auto;
}

.post-title {
  font-size: 20px;
  margin: 0;
}

.post-content{
  margin: 20px;
}

.post-description {
  font-size: 14px;
  color: #323E48;
}

.read-more {
  font-size: 12px;
  font-weight:normal;
  color: #323e48;
  text-decoration: underline;
  display: inline-block;

}

.item-d .contenu_media .read-more {
    color: #323e48;
}

.post-donwload{
  margin-top: auto;
}

.post-slide .post-img{
  position: relative;
  overflow: hidden;
  max-height: 143px;
}

.post-slide .post-img img{
  width: 100%;
  height: auto;
  transform: scale(1,1);
  transition:transform 0.2s linear;
}

.post-slide:hover .post-img img{
  transform: scale(1.1,1.1);
}

.post-slide .over-layer{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  opacity:0;
  background: linear-gradient(-45deg, rgba(117, 154, 31, 0.75) 0%, rgba(117, 154, 31,0.6) 100%);
  transition:all 0.50s linear; 
}
.post-slide:hover .over-layer{
  opacity:1;
  text-decoration:none;
}
.post-slide .over-layer i{
  position: relative;
  top:45%;
  text-align:center;
  display: block;
  color:#fff;
  font-size:25px;
}

.post-donwload{
  background-color:#CCCCCC;
}

.post-donwload .read-more-pdf {
  color:#000000;
  margin-left: 20px;
}

.post-donwload .read-more-pdf:before {
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../img/icon-download.png);
    background-size: 13px 15px;
    display: inline-block;
    width: 13px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
}

.main p {
  margin-bottom: 0;
}

.post-slide .post-date{
  margin: 5px 20px;
  color: #323E48;
  display: block
}


.-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}

.owl-controls .owl-buttons .owl-prev{
    position: absolute;
    top: 28%;
    left: -7%;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    position: absolute;
    top:28%;
    right: -7%;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after {
  background-image: url(../img//actu/nav_left.png);
  background-size: 50%;
  display: inline-block;
  width: 60px;
  height: 100px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.contenu_dossier br {
  display: none;
}

.owl-controls .owl-buttons .owl-next:after {
  background-image: url(../img/actu/nav_right.png);
  background-size: 50%;
  display: inline-block;
  width: 60px;
  height: 100px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

html[dir="rtl"] .owl-controls .owl-buttons .owl-prev {
  left: auto;
  right: -7%; 
}

html[dir="rtl"] .owl-controls .owl-buttons .owl-next {
  right:auto;
  left:-7%;
}
 

html[dir="rtl"]  .owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  float: left;
}
html[dir="rtl"]  .owl-carousel .owl-item{
  float: left;
}



 html[dir="rtl"]  .owl-controls .owl-buttons .owl-prev:after {
  background-image: url(../img//actu/nav_right.png);

}

html[dir="rtl"]  .owl-controls .owl-buttons .owl-next:after {
  background-image: url(../img/actu/nav_left.png);

}

/*----------------- localisation -------------------------*/

  section#localisation {
    padding: 30px 0;
  }

  section#localisation .vf-push-body{
    padding:45px 0;
  }

  .spacing { margin:0 -12px; }

  section#localisation .vf-push-body  .fields-tags {
    text-align: left;
    max-width: 85%;
  }

  section#localisation .vf-push-body  .fields-tags .vf-push-title{
    font-size:22px;
    color: #ff0404;
    max-width:69%;
    margin-bottom: 20px;
  }

  section#localisation .vf-push-body  .fields-tags .vf-push-text{
    color: #323E48;
    font-size: 1rem;
  }
  
 
  .content_zone_mapinfo{
    position: relative; 
  }

 .container_wrapper {
    display: grid;
    gap: 5px;
    position: absolute;
    left: -30%;
    top: 14%;
  }

  section#localisation .emplois{
     display: grid;
     background-color: #FFE9C8;
     padding: 20px 0;
   }
   
   section#localisation .emplois .cicon ,
   section#localisation .emplois .cnumber, 
   section#localisation .emplois .ctextc ,
   section#localisation .emplois  .subtext {
     justify-self: center;
     align-self: center;
     color:#323E48;
     font-weight: 700;
   }
 
   section#localisation.emplois .cnumber{
    font-size: 30px;
  }

  section#localisation .emplois .subtext {
    font-size:18px;
  }
 
  section#localisation .crow {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 10px;
   align-items: center;
   background-color: #FFE9C8;
   padding:10px 15px;
 }
 
 section#localisation .cicon {
   font-size: 24px;
 }
 
 section#localisation .ccontent {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 5px;
   align-items: center;
 }
 
 section#localisation .cnumber {
   font-weight: bold;
   font-size: 18px;
 }
 
 section#localisation .ctextc {
   font-size: 14px;
 }


/* RTL localisation*/

 




/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.g-7, .gy-7 {
  --bs-gutter-y: 7rem;
}


.bottom_footer {
  background-color: #323E48;
  height:30px;
}


@media only screen and (max-width:1280px) {
  .post-slide .post-content{
      /*padding: 0px 15px 25px 15px;*/
  }
}

@media screen and (max-width:1280px) {
   
  header#main_header .d-flex .container ul li {
    margin-right:0%;
  }

  html[dir="rtl"]  header#main_header .d-flex .container ul li {
    margin-left:0%;
    margin-right:initial;
  }


}



 /* Règles générales pour les écrans plus larges que 1330px */
@media (min-width: 1194.89px) {
  .slider-cdg-container {
    position: relative;
    overflow: hidden; 
    width: 100%;
    min-height: 100vh;  
  }

  [data-slide] {
    width: 100%;
    min-height: 100vh;  
    position: absolute;
    transition: transform 1000ms ease;
    box-sizing: border-box;  
    overflow: auto;  
  }
  #slide2, #slide3, #slide4, #slide5{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100vh;
  }

  #slide6{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
  }
  /* Définir les transformations pour les diapositives */
  [data-slide].next-cdg-slide {
    transform: translateY(100%);  
  }

  [data-slide].prev-cdg-slide {
    transform: translateY(-100%); 
  }

  .activation {
    box-sizing: border-box; 
    overflow: auto 
  }
}


.box svg {
  /*width: 100%;*/
}


a.only03 rect {
  transform: rotate(37deg);
  transform-origin: center;
}

a.only04 rect {
  transform: rotate(75deg);
  transform-origin: center;
}
 
a.only05 rect {
 
  transform: rotate(141deg);
  transform-origin: center;
}



/* Règles spécifiques pour les écrans plus petits que 1330px (si nécessaire) */
@media (max-width: 1329px) {
 }



section#services .container-fluid {
  padding-right: 323px;
}
section#services .container-fluid {
  padding-left: 0;
 }


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices @media only screen and (max-width:1280px) {
@media only screen and (max-width: 1280px) {

  @media (max-width: 1199px) {
------------------------.dossier_content_st--------------------------------------*/
 
@media (max-width:1374.89px) {


      
      section#financeur {
        padding: 18px 0;
      } 

      .grid--container { 
        /*height: 89vh;*/
      }

      .bottom_block_x {
        height: 42vh;
      }

      .content_block_y {
        height: 47vh;
      }
      
      .content_block_z {
        height: 35vh;
      }
 

      .groupe .pulsating-play-btn {
        position: absolute;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
      }

      .pulsating-play-btn {
        width: 68px;
        height: 68px;
      }


      .image_top.txtar {
        /*padding-top: 55px;*/
      }
 
      .grid-container-dossier {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 0px;
        background-color: white;
      }
      
      section#services .container-fluid {
        padding-right: 245px;
      }

      .dossier_content_st {
        padding: 18px 0 0 40px;
        color: #323E48;
        max-width: 90%;
      }

      .contenu_dossier_last .read-more {
        font-size: 10px
       }


      .d_image {
        width: 100%;
        max-height: 335px;
        display: block;
      }

      .item-d-a {
        grid-column: 1 / 3;
        grid-row: 1 / 1;
      }

      .item-d-b {
        grid-column: 6 / 8;
        grid-row: 1 / 2;
      }
      .item-d-c {
        grid-column: 1 / 6;
        grid-row: 2 / 2;
      }
      
      .item-d-d {
        grid-column: 6 / 8;
        grid-row: 2 / 2;
      }

      .contenu_dossier_last .logo_word {
        max-width: 45%;
      }
    
    .groupe .mission-box p.txt_mission {
      /*font-weight: 900;*/
      font-size: 10px;
    }
    
    .groupe .container_mission_bottom{
      margin:0 -10px;
      /*padding:25px 0 20px;*/
    }
    
    .container_mission_bottom{
      background-color: white;
    }
 
    .groupe .mission-box.p-3 {
      padding: 0.5rem !important;
    }


    .figure-card_thumbnail {
      max-height: 30px;
    }
    .groupe .container_mission_bottom .stats_box {
      padding-top: 30px;
    }
   
    .groupe .container_mission_bottom .col-md-3:nth-child(4) .stats_box {
      padding-top: 29.3px;
    }

    .figure-card_thumbnail .img {
      max-height: 66px;
      max-width: 60px;
    }

    .main_footer .footer-links {
      margin-bottom:15px;
    }

    .figure-card_thumbnail {
      min-height: 70px;
    }
    

    

     /* Footer */  
     .main_footer .footer-top {
      padding-top: 0;
    }

    .main_footer h4 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom:0px;
    }

    .groupe .container_mission_top {
      margin: 0px -10px 0px;
      padding: 20px 20px 1px;
    }

    .groupe .container_mission_top p {
      font-size: 14px;
      margin-bottom: 10px;
    }
    
   
    .col-lg-12.col-md-12.footer-links.gy-7 {
      --bs-gutter-y: 0rem;
    }
    
    .main_footer .copyright {
      padding-bottom: 10px;
    }

    .main_footer .footer-top .row.gy-1.pb-5 {
      padding-top: 15px;
      padding-bottom:0 !important;
      --bs-gutter-y: 0;
    }
  
    .groupe .container_mission_bottom .stats_box .stat-value {
      font-size: 50px;
      line-height: 60px;
    }
   
    .groupe .container_mission_bottom .stats_box .stat-text {
      font-size: 12px;
      padding: 5px 24px 5px 10px;
    }
    
    .box_all_item { 
      /*margin-top: 117px;*/
    }

    .main_footer .footer-about .logo img {
      max-height: 50px;
      margin-right:0;
    }
    
    .main_footer .footer-about .logo {
      line-height: 1;
      margin-bottom: 10px;
    }
 
    .box_all_item .space_movie {
      width: max-content;
      display: flex;
    }
    .groupe .box_all_item .box_image img.img-fluid{
      width: 45%;
    }






}








header#main_header .d-flex .container ul li.nav-item{
  margin-right: 0;
 /* margin-top: 10%;*/
}

header#main_header .d-flex .container ul li.nav-item a.language-link.is-active {
  background: var(--heading-color);
  color: white;
}

header#main_header .d-flex .container ul li.nav-item a.language-link.is-active:hover{
  color: white;
}

header#main_header .d-flex .container ul li.nav-item a:hover {
  color: var(--heading-color);
}


header#main_header .d-flex .container ul li.nav-item a {
  color: #628a1a;
}





/*29Mai2023 New code */







@media (max-width: 991.89px)  {
 .main_footer .footer-links div.reclamtion ul:first-child li:last-child {
    width: 59%;
}

}


@media (max-width: 768px)  {
  
   .main_footer .footer-links div.reclamtion ul:first-child li:last-child {
    width: 59%;
   }

}

/* version anglais*/

html[lang="en"] .reclamtion {
    max-width: 531px;
}


html[lang="en"]  .main_footer .footer-links div.reclamtion ul:first-child li:last-child {
    width: 58.76%;
}



/*version arabe*/


html[dir="rtl"] .main_footer .footer-links div.reclamtion ul:first-child li:last-child {
    width: 59%;
}

html[dir="rtl"] .main_footer .footer-links div.reclamtion ul:first-child li:first-child {
    width: 37%;
}



header#main_header .d-flex .container ul li.dropdown:nth-child(4) ul li:nth-child(3) {
    display: none;
}


.col-lg-3.col-md-6.footer-links:nth-child(4) ul li:nth-child(3) a {
    color: var(--heading-color);
}

.col-lg-3.col-md-6.footer-links:nth-child(4) ul li:nth-child(3) {
    margin-top: 22px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}



.main_footer .footer-links div.reclamtion ul {
    width: 100%;
    justify-content: space-between;
}


.main_footer .footer-links.footer_ref .link_icons {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    padding: 0.5em 2.5em;
    line-height: 18px;
    border: 1px solid var(--default-color);
    width: 100%;
}



.main_footer .footer-links div.reclamtion ul:first-child li:first-child {
    width: 37%;
}
 
.main_footer .footer-links.footer_ref .link-icons-top li.reclamtion {
    width: 70%;
}

ul.link-icons-top.d-flex.align-items-center li.reclamtion a {
    width: 90%;
}

.main_footer .footer-links.footer_ref .link-icons-top li.safakat a {
    width: 100%;
}
.main_footer .footer-links.footer_ref .link-icons-top li.safakat {
    width: 100%;
}

 .main_footer .link-icons-top li:last-child a.safakat.link_icons:before {
    visibility: hidden;
    width: auto;
}


/*29Mai2023 New code end */




.main_footer .footer-links div.reclamtion ul li a {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 18px;
}

 

.main_footer .footer-links div.reclamtion  ul{
  width:100%;
  float: right;
}

 


.reclamtion {
  max-width: 443px;
  float: right;
  width: 100%;
}





@media screen and (max-width: 1194.89px) {
   .reclamtion {
      max-width: 397px;
      float: right;
      width: 100%;
    }
}

 

 
.hidden{
  display: none;
}
 


@media screen and (max-width: 991.89px) {

      .reclamtion {
        max-width: 100%;
        float: none !important;
        width: 100%;
        display: block !important;
      }


     .col-lg-3.col-md-6.footer-links:nth-child(4) ul li:nth-child(3) a {
         line-height: 18px;
     }


 }


/* Block Reclamation et langues*/





header#main_header .d-flex .container ul li.nav-item{
  margin-right: 0;
}


header#main_header .d-flex .container ul li.nav-item a.language-link:hover{
  color: #628a1a;
}

header#main_header  .menu-top-reclamation ul li a:hover,
header#main_header .d-flex .container ul li.nav-item a:hover {
  color: #628a1a;;
}

header#main_header  .menu-top-reclamation ul li a,
header#main_header .d-flex .container ul li.nav-item a {
  color:  #576067;
}



header#main_header .topbar .social-links  .menu-top-reclamation ul li a{
  margin-left: 20px;
  padding: 0.5rem 1rem;
}
header#main_header .topbar .social-links  .menu-top-reclamation ul li{
  margin-right:0px !important;
}

header#main_header  .menu-top-reclamation ul li a {
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}


header#main_header  .menu-top-reclamation ul.link-icons-top.d-flex.align-items-center {
  margin: 0;
}
    

