@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

::selection {
  color: #000;
  background: #fff;
}

nav {
  position: fixed;
  /* background: #1b1b1b; */
  /* RORO */
  background: #edebe8;
  width: 100%;
  padding: 10px 0;
  z-index: 12;
}

nav .menu {
  max-width: 1250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.menu .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

.menu ul {
  display: inline-flex;
}

.menu ul li {
  list-style: none;
  margin-left: 7px;
}

.menu ul li:first-child {
  margin-left: 0px;
}

.menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.menu ul li a:hover {
  background: #fff;
  color: black;
}

.img {
  /* background: url('img3.jpg')no-repeat; */
  width: 300%;
  height: 100vh;
  /* background-size: cover;
  background-position: center; */
  /* position: relative; */

  /* background-image: url('img/city.jpeg'); */

  /* Set a specific height */
  min-height: 100vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;

}

.img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.center {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.center .title {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
}

.center .sub_title {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}

.center .btns {
  margin-top: 20px;
}

.center .btns button {
  height: 55px;
  /* width: 170px; */
  border-radius: 5px;
  border: none;
  margin: 0 10px;
  border: 2px solid white;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

.center .btns button:first-child {
  /* color: #fff;
  background: none; */
  color: #ffffff;
  background: #1d4671;
}

.btns button:first-child:hover {
  background: white;
  color: black;
}

.center .btns button:last-child {
  background: white;
  color: black;
}

.btns button:last-child:hover {
  background: #28130e;
  color: white;
}


/* Styles pour la ligne bleue */

.header-blue-line {
  width: 100%;
  background-color: #2b6aac;
  height: 45px;
  /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-text {
  color: white;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  font-family: Tahoma, Arial;
}


.btn-home {
  background-color: #ff6602;
  /* Primary color for visibility */
  color: white;
  padding: 0px 20px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.btn-home:hover {
  background-color: #a7a7a7;
  /* Darker shade on hover */
  color: white;
  text-decoration: none;
}

/* Styles pour la bannière */
.custom-carousel-size img {
  /* width: 100%; */
  width: 75%;
}

.carousel-image {
  width: 722px;
  height: 214px;
}

.image-baniere {
  width: 2000px !important;
  /* height: 415px !important; */
  height: 370px !important;
}

.image-phototeque {
  width: 340px !important;
  height: 320px !important;
}


/* Styles pour le menu */
.menu-area {
  background-color: #2b6aac;
  /* padding: 15px; */
  text-align: center;
}

.menu-area ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-area li {
  margin: 0 15px;
}

.menu-area a {
  color: white;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.menu-area a:hover {
  text-decoration: underline;
}

/* RORO NOUVEUA */

/* Styles pour le menu */


.menu-area ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-area li {
  margin: 0 15px;
  position: relative;
  /* Pour permettre l'utilisation de ::after */
}

.separator {
  width: 2px;
  /* Width of the separator */
  background-color: #f1f1f1;
  /* Color of the separator */
  /* height: 150px;  */
  margin: 0 20px;
  /* Margin to create space between the separator and the images */
}

.separator_menu {
  width: 2px;
  /* Width of the separator */
  background-color: white;
  /* Color of the separator */
  height: d0px;
  /* Height of the separator, adjust as needed */
}


.separator_partenaire {
  width: 2px;
  margin-top: 0rem;
  /* Width of the separator */
  background-color: #f1f1f1;
  /* box-shadow: #00000040 0px 0px 25px 0px; */
  height: 190px; 
  /* margin: 0 20px; / */
  margin: 0 -15px;/
}

.separator_menu li:last-child::after {
  content: none;
}


.email {
  border-radius: 25px 0 0 25px;
  height: 45px;
  padding-left: 20px;
}

.btn-primary {
  border-radius: 0 25px 25px 0;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}

#flash_info {
  background-color: #346eae;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#flash_info .cad_inf {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

#flash_info marquee {
  font-size: 15px;
  color: #FFF;
}


#mc-embedded-subscribe-form .form-control.email {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#mc-embedded-subscribe-form .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#tiv {
  margin: 0px;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 500;
  background-color: #000;
}


.underlined-text .title {
  text-decoration: underline;
}

.underlined-all .title {
  position: relative;
  display: inline-block;
}

.underlined-all .title::after {
  content: '';
  position: absolute;
  left: 17%;
  /* Centrer le trait */
  transform: translateX(-50%);
  /* Centrer le trait */
  bottom: 22px;
  /* Ajustez cette valeur pour placer la ligne plus près ou plus loin du texte */
  width: 25%;
  /* Ajustez cette valeur pour définir la longueur de la ligne */
  height: 6px;
  /* Ajustez cette valeur pour définir l'épaisseur de la ligne */
  background-color: #004999;
}


/* RORO POUR SOLIGNER LES TRITRE */

/* .underlined-text .title_ancien {
  text-decoration: underline;
} */

.underlined-all .title_ancien {
  position: relative;
  display: inline-block;
}



.underlined-all .title_ancien::after {
  content: '';
  position: absolute;
  left: 17%;
  /* Centrer le trait */
  transform: translateX(-50%);
  /* Centrer le trait */
  bottom: 22px;
  /* Ajustez cette valeur pour placer la ligne plus près ou plus loin du texte */
  width: 25%;
  /* Ajustez cette valeur pour définir la longueur de la ligne */
  height: 6px;
  /* Ajustez cette valeur pour définir l'épaisseur de la ligne */
  background-color: #004999;
}

.text-right {
  text-align: right;
}

.menu-area a {
  color: white;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.menu-area a:hover {
  text-decoration: underline;
  color: white;
}

/* noubss */
.header {
  width: 100%;
  padding: 0;
  margin: 0;
}


/* pour les image  de fond et la taille */
.container_roro {
  width: 1070px;
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  /* S'assurer que le contenu principal est au-dessus des images de fond */
}

/* Utilisation des pseudo-éléments pour les images de fond */
.container_roro::before,
.container_roro::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  /* Ajuster la largeur selon vos besoins */
  height: 100%;
  z-index: -1;
  /* Mettre les images de fond derrière le contenu principal */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.carousel-inner img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
}


/* phototeque */

.phototheque {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.phototheque h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  color: #333;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: none;
}

.slides img {
  width: 100%;
  vertical-align: middle;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: text;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}



.title_agro {
  font-size:15px;
  font-weight: bold;
  font-family: Tahoma, Arial;
}
ul {
  list-style-type: disc;
  /* Utilise des puces pour les éléments de liste */
  margin-left: 15px;
  /* Ajoute une marge à gauche pour un meilleur alignement */
  padding-left: 15px;
  /* Ajoute un padding à gauche pour assurer que les puces soient visibles */
}


ul li {
  /* margin-bottom: 10px;   */
  line-height: 1.5;
  font-size: 14px;
}


.content_page p {
  line-height: 1.5;
  text-align: justify;
  font-size: 14px  !important;
  margin-bottom: 4px;
}

.content_page h2 {
  font-family: Tahoma, Arial;
  font-size: 18px;
  color: #525657;
  /* text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  color: #333; */
}

/* .titre_home {
  font-weight: bold;
  border-bottom:2px solid #CCC;
  width:99%;
  font-size:24px;
} */

.titre_home {
  font-family: Tahoma, Arial;
  font-size: 20px;
  color: #42658f;
  font-weight: bold;
  letter-spacing: 0.2px;
  border-bottom:2px solid #CCC;
  /* width:99%; */
  width:110%;
}


.title_service {
  color: #004999;
  font-size: 22px; 
   font-weight: bold;
   font-family: Tahoma, Arial;
}


.title {
  color: #004999;
  font-size: 22px; 
  font-weight: bold;
  font-family: Tahoma, Arial;
}


.title_ancien_aceuil {
  font-family: Tahoma, Arial;
  font-size: 18px;
  color: #42658f;
  font-weight: bold;
  letter-spacing: 0.2px;
  /* border-bottom:2px solid #CCC;
  width:99%;   */
}



.title_ancien {
  font-family: Tahoma, Arial;
  font-size: 20px;
  color: #42658f;
  font-weight: bold;
  letter-spacing: 0.2px;
}


.contact-info {
  background-color: white;
  padding: 20px;
  margin: 20px 0;
}

.contact-info h3 {
  margin-bottom: 20px;
}

.contact-info .form-group label {
  font-weight: bold;
}

.map-container {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.icon-box {
  margin-bottom: 20px;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
img {
  /* max-width: 100%; */
  max-width: 105%;
  height: auto;
}



/* Pour les écrans de smartphone */



/* mis pour */


/* .header-text {
  background-color: #2b6aac;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
} */

.program-list {
  margin-top: 20px;
}

.program-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

.program-card .card-header {
  background-color: #2b6aac;
  color: white;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
}

.program-card .card-body {
  padding: 15px;
  background-color: #f9f9f9;
}
