/**
* Template Name: Mamba
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #444;
  background-color: #f7f7f7;
}

a {
  color: #128743;
  text-decoration: none;
}

a:hover {
  color: #1e9268;
  text-decoration: none;
}

.bg-white {
  background-color: white !important;
}
.padh30 {
  padding: 30px;
}
.arrondi20 {
  border-radius: 20px;
}
.pdciColor1 {
  color: #128743 !important;
}
.pdciColor2 {
  color: #eba334 !important;
}

/*----------
# Bouton
------------*/
.btn-adherer .btn,
.btn-don .btn {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7em 2em;
  display: inline-block;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: white;
  background-color: #128743;
}

.btn-adherer .btn a,
.btn-don .btn a {
  color: white !important;
}

.btn-adherer .btn:hover,
.btn-don .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-adherer .btn:active,
.btn-don .btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-adherer .btn::after,
.btn-don .btn.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

#don {
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important;
}

.btn-adherer .btn::after,
.btn-don .btn::after {
  background-color: #fff;
}

.btn-don .btn:hover::after,
.btn-adherer .btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.lien-add-inscription {
  text-decoration: none;
  padding: 0 !important;
  margin: 0;
}

/* #form {
        height: 80vh;
        background-color: #f6f6f6;
      } */
.box-form {
  /* width: 50%;
        margin: 10px auto; */
  background-color: #fff;
  /* padding: 10px 45px; */
  border-radius: 8px;
}

.titre-form {
  text-align: center;
  font-size: 24px;
}

.textfield {
  width: 100%;
  margin-bottom: 12px;
}
.textfield input {
  width: 100%;
}

.submit-input {
  margin-top: 25px;
  background-color: #128743;
}

.bg-color {
  background-color: #128743;
  border: none;
  height: 45px;
}

/*******************************
BUREAU EXECUTIF 
*******************************/
.be-bg {
  background-color: #171e1e;
}

.president .section-title {
  padding: 10%;
}
.president .section-title,
.be .section-title {
  text-align: left;
  padding-left: 20px;
}

.president .section-title h2,
.be .section-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  color: #eba63a;
  margin-bottom: 5px;
}

.president .section-title h2 {
  color: #128743;
}

.president .section-title h3,
.be .section-title h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.president .section-title h3,
.president .section-title p {
  color: #00212e;
}

.be .section-title p {
  color: #fff;
  margin: 20px 0;
  width: 80%;
  font-size: 14px;
}

.be .marginbot30,
.president .marginbot30 {
  margin-bottom: 30px;
}

.be .img-container {
  overflow: hidden;
}

.be .img-container img {
  transition: transform 0.5s ease-in-out;
}

.be .img-container:hover img {
  transform: scale(1.1);
}

.president .parallax-section {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 85%;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .president .no-parallax {
    display: flex !important;
  }

  .president .parallax-section {
    background-image: none !important;
    padding: 0 !important;
  }
}

.mb-5 {
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-right: 0.5rem !important;
  margin-bottom: 2rem !important;
}

.mt-10 {
  margin-top: 20px !important;
}
/******************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #128743;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1f9268;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  background: #fff;
  z-index: 997;
  position: fixed;
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #1b1b1a;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #128743;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #128743;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #128743;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1b1b1a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #128743;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #128743;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  margin-top: -9%;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.about .container {
  box-shadow: 0 0 0 0 rgba(214, 215, 216, 0.3);
  background-color: white;
}

.about img {
  padding: 0;
}

.about .section-title p {
  font-family: Montserrat, sans-serif;
  text-align: left;
  color: #666;
  margin-bottom: 30px;
}

.about .section-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  text-align: left;
  color: #128743;
}

.about .about-content {
  padding: 40px;
  background-color: white;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 5px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.valeurs .section-title h2,
.portfolio .section-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #00212e;
}

.valeurs .section-title h2 strong,
.portfolio .section-title h2 strong {
  color: #128743;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .video-box {
  position: relative;
}

.portfolio .video-box {
  position: relative;
}

.portfolio .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#dd3024 50%, rgba(221, 48, 36, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.portfolio .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.portfolio .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(221, 48, 36, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(221, 48, 21, 0);
}

.portfolio .play-btn:hover::after {
  border-left: 15px solid #dd3024;
  transform: scale(20);
}

.portfolio .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

/****************************************************
NOS VALEURS
****************************************************/
.valeurs .container {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .valeurs .container {
    display: grid;
    grid-auto-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .valeurs .container {
    display: grid;
    grid-auto-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.valeurs .box-circle {
  width: 130px;
  height: 130px;
  border: solid 2px #eba334;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: transform 0.3s ease;
}

.valeurs .box-circle:hover {
  transform: scale(1.2);
}

.valeurs .icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.valeurs .icon:hover {
  transform: scale(1.2);
}

.valeurs .title {
  font-size: 0.8rem;
  color: #333;
  margin-top: 5px;
}

/*******************************************/

/****************************************************
NOS CHANTIERS
****************************************************/
#chantiers,#chantiers2 {
  background-size: cover;
}

.chantiers .box-container {
  display: flex;
  overflow-x: hidden;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.chantiers .boxChantiers .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fafcfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.chantiers .boxChantiers .icon-circle img {
  width: 50px;
  height: 50px;
}

.chantiers .section-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: white;
}
.chantiers .boxChantiers h3 {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #2c924e;
}

@media (max-width: 767.98px) {
  .chantiers .boxChantiers {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .chantiers .owl-carousel {
    padding: 0 60px;
  }
}

.chantiers .owl-carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px;
  margin-bottom: 30px;
}

.chantiers .item {
  position: relative;
  text-align: center;
  flex: 0 0 100%;
  min-height: 200px;
  margin-right: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .chantiers .item {
    flex: 0 0 300px;
  }
}

.chantiers .item .boxChantiers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*******************************************/

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

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

#footer {
  background: #f7f7f7;
  padding: 0 0 10px 0;
  color: #212020;
  font-size: 14px;
}

#footer .footer-top {
  background: #212020;
  border-top: none;
  border-bottom: 1px solid #949494;
  padding: 30px 0 30px 0;
  text-align: left;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eba334;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d88c18;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #128743;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 0;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 25px;
}

#footer .footer-top .footer-newsletter p {
  color: #eaa12f;
  font-weight: 700;
  font-size: 20px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #128743;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 25px 25px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

/*********************************
      PAGE MOT DU PRESIDENT
*********************************/

.districts,
.secretariat-exec,
.mot-du-president {
  height: 250px;
  background-color: #128743;
  border-bottom: solid 10px #eba334;
}

.districts h2,
.secretariat-exec h2,
.mot-du-president h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  color: #fff;
}

.about .photo-pr {
  height: 400px;
}

.about .photo-pr img {
  width: 100%;
}

.portfolio .discours p {
  margin-bottom: 20px !important;
  text-align: justify;
}

@media (max-width: 768px) {
  .portfolio .discours {
    padding: 20px !important;
  }
  .mot-du-president {
    border-bottom: solid 5px #eba334;
  }
  #main {
    margin-top: -15em;
  }

  .scrolled-offset {
    margin-top: 25px !important;
    margin-bottom: 10px;
  }
}

/* @media (max-width: 994px) {
  #about {
    margin-top: -1em;
  }
} */
/* @media (min-width: 771px) {
  #about {
    margin-top: 0;
  }
} */
@media (max-width: 766px), (min-width: 564px) {
  #main {
    margin-top: 0;
  }
}

/*********************************
 *      PAGE DISTRICTS
 ********************************/
.team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.team-title {
  font-size: 36px;
  margin-bottom: 50px;
  color: #333;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-member {
  width: 300px;
  margin: 20px;
  text-align: center;
}

.team-member-image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-member-name {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.team-member-position {
  font-size: 18px;
  margin-bottom: 20px;
  color: #666;
}

.team-member-bio {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.team4 h1,
.team4 h2,
.team4 h3,
.team4 h4,
.team4 h5,
.team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
  font-weight: 500;
}

.team4 h5 {
  line-height: 22px;
  font-size: 18px;
}

.team4 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
  color: #316ce8;
}

/*----------------------------------------
          LES PILIERS
-----------------------------------------*/
.piliers .nav-pills,
.piliers .nav-pills .nav-link {
  color: #128743;
  background-color: transparent;
}

/* .piliers .nav-pills .nav-link:hover,
.piliers .nav-pills .nav-link.active, 
.piliers .nav-pills .show > .nav-link {
  color: #eba334 !important;
  background-color: transparent;
  border-radius: 0;
  border-left: 5px solid #eba334;
  font-weight: bold;
} */

.piliers .nav-pills .nav-link:hover {
  border-left: none;
}

.piliers .nav-pills {
  border-right: 1px solid #eee;
}

.piliers .tab-pane h2 {
  font-weight: bold;
  color: #128743;
}

.piliers .tab-pane h2::after {
  content: "";
  display: flex;
  width: 20%;
  margin-top: 10px;
  border-bottom: 2px solid #128743;
}

.piliers .tab-pane h2 span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 3px;
  color: #eba334;
}

.piliers .tab-pane p strong {
  font-size: 2rem;
  color: #eba334;
}

@media (max-width: 768px) {
  .about .photo-pr {
    height: 200px;
  }
  .piliers .table-pc {
    display: none !important;
  }

  .accordeon-mobile {
    display: block !important;
  }
  /* Style the buttons that are used to open and close the accordion panel */
  .accordeon-mobile .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }

  .accordeon-mobile .active,
  .accordion:hover {
    background-color: #128743;
    color: #fff;
  }

  .accordeon-mobile .panel {
    padding: 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }

  .accordeon-mobile .panel h2 {
    font-weight: bold;
    color: #128743;
  }

  .accordeon-mobile .panel h2::after {
    content: "";
    display: flex;
    width: 20%;
    margin-top: 10px;
    border-bottom: 2px solid #128743;
  }

  .accordeon-mobile .panel h2 span {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    letter-spacing: 3px;
    color: #eba334;
  }

  .accordeon-mobile .panel p strong {
    font-size: 2rem;
    color: #eba334;
  }
}

/*******************************
 * MODAL POPUP
 * *****************************/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
.modal-content_chat_bot {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

@media (max-width: 768px) {
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
  }

  .modal-content h3 {
    font-size: 14px !important;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    text-align: right;
  }
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
  display: inline;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/***********************
 * HISTOIRE - TIMELINE
 * *********************/

/* Timeline Container */
.histoire-pdci .timeline {
  margin: 20px auto;
  padding: 20px;
}

.histoire-pdci .timeline h3,
.histoire-pdci .timeline h4 {
  text-align: left;
}

/* Outer Layer with the timeline border */
.histoire-pdci .outer {
  border-left: 2px solid #237137;
}

/* Card container */
.histoire-pdci .card {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 10px;
  background: #f0f1f0;
  color: #000;
  border-radius: 8px;
  max-width: 100%;
}

/* Information about the timeline */
.histoire-pdci .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Title of the card */
.histoire-pdci .title {
  color: #eba334;
  position: relative;
  text-align: left;
}

/* Timeline dot  */
.histoire-pdci .title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  left: -39px;
  border: 3px solid #eba334;
}
