.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

header .dropdown .dropdown-menu {
  width: 100%;
}
header .dropdown.controlled-responsive {
  margin-top: 8px;
}
header .dropdown.controller-responsive {
  border-radius: 0;
  padding: 0;
}
header .dropdown.controller-responsive .dropdown-toggle::after,
.dropdown .dropdown-toggle.no-caret::after {
  display: none !important;
}
header .dropdown.controller-responsive .dropdown-menu {
  position: fixed !important;
  top: .8em !important;
  border-radius: 0;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
header .dropdown.controller-responsive .dropdown-menu ul {
  padding: .8em !important;
  list-style: none !important;
}
header .dropdown.controller-responsive .dropdown-menu ul li a {
  padding: .5em 1em !important;
}
header .dropdown.controller-responsive .dropdown-menu li a.text-success,
header .dropdown.controller-responsive .dropdown-menu li a:focus,
header .dropdown.controller-responsive .dropdown-menu li a:hover {
  background-color: rgba(0,0,0,.2) !important;
}
header .dropdown.controller-responsive .dropdown-menu ul li a.nav-user {
  background-color: rgba(0,0,0,.1);
}
header .dropdown.controller-responsive .dropdown-menu ul li a.nav-user-item {
  /*padding-left: 2.5em !important;*/
}
/*
.dropdown-toggle {
  outline: 0;
}
*/
.dropdown-toggle::after {
  display: none; /* Cache la flèche */
}

.dropdown-toggle {
  width: 100%; /* Étend la zone cliquable à tout l'élément */
  text-align: left;
}
.content-img {
	background-image: url('../img/banner.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	min-height: 30px;
  width: 100%;
}
.slide-space {
	min-height : 300px;
}
.text-marron {
  color: #582900;
}
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .header-left,
  .header-right {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .content-img {
    height: auto !important;
  }
  .header-left {
    margin-top: 2.2rem !important;
  }
  .header-right {
    margin-top: 1rem !important;
  }
  .content-img .card {
    margin-top: 2em;
    margin-bottom: 3.5em;
  }
  .contents-right {
    margin-top: 1.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  .header-left,
  .header-right {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}

.content-img2 {
	background-image: url('../img/banner2.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	height: 150px;
  width: 100%;
}



.dropdown-toggle::after {
  padding: 0.5em; /* Augmente la zone cliquable autour de la flèche */
  position: absolute;
  right: 0.5em; /* Ajustez en fonction de votre design */
}


/* Styles de base pour toutes les tailles d'écran */
.footer-payment-icons img {
  height: auto;
  margin-right: 5px; /* ajustement de l'espace entre les icônes */
  display: inline-block;
}

/* Styles pour les écrans d'ordinateur */
@media (min-width: 992px) {
  .footer-payment-icons img {
      width: 50px; /* Taille plus appropriée pour les écrans d'ordinateur */
  }
}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-payment-icons img {
      width: 40px; /* Taille intermédiaire pour les tablettes */
  }
}

/* Styles pour les téléphones mobiles */
@media (max-width: 767px) {
  .footer-payment-icons img {
      width: 40px; /* Taille réduite pour une meilleure visibilité sur mobile */
  }
}

#indicatif-pays {
  display: block;
  width: 100%;
  padding: .200rem .1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}