.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 : 0;
}

.header-right .card {
  min-height: 252px;
  max-height: 252px;
  overflow: hidden;
}

.header-right .card-body {
  position: relative;
  padding: 26px 10px 26px;
  min-height: 252px;
}

.header-right .carousel,
.header-right .carousel-inner,
.header-right .carousel-item {
  min-height: 206px;
}

.header-right .carousel-caption {
  position: static;
  padding: 0;
  margin: 0;
}

.header-right .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0;
}

.winning-slide {
  width: min(100%, 236px);
  margin: 0 auto;
  padding: 8px 11px 9px;
  border: 1px solid rgba(0, 112, 60, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  color: #10251b;
}

.winning-slide__footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #567064;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.winning-slide__meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  color: #567064;
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.winning-slide__meta strong {
  min-width: 0;
  overflow: hidden;
  color: #10251b;
  font-size: .7rem;
  font-weight: 900;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winning-slide__type {
  margin-top: 3px;
  color: #00703c;
  font-size: .84rem;
  font-weight: 900;
}

.winning-slide__track {
  margin-top: 4px;
  color: #10251b;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.winning-slide__label {
  margin-top: 5px;
  color: #567064;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.winning-slide__combo {
  margin-top: 2px;
  color: #111;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.05;
}

.winning-slide__arrival {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
  padding: 5px 8px;
  border: 1px solid rgba(0, 112, 60, .16);
  border-radius: 8px;
  background: #fff;
}

.winning-slide__arrival span {
  color: #567064;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.winning-slide__arrival strong {
  color: #10251b;
  font-size: .82rem;
  font-weight: 900;
}

.winning-slide__rapport {
  margin: 5px auto 4px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #00703c;
  color: #fff;
}

.winning-slide__rapport span {
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .9;
}

.winning-slide__rapport strong {
  display: block;
  margin-top: 0;
  font-size: 1.12rem;
  line-height: 1;
}

.winning-slide__footer {
  align-items: center;
  text-transform: none;
}

.winning-slide__footer span:first-child {
  color: #00703c;
}

.performance-section {
  padding: 52px 0 58px;
}

.performance-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.performance-heading h5 {
  margin-bottom: 8px;
}

.performance-heading h2 {
  margin-bottom: 0;
  color: #10251b;
}

.performance-heading p {
  max-width: 470px;
  margin: 0;
  color: #53665d;
  font-size: .98rem;
  line-height: 1.55;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.performance-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(16, 37, 27, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(16, 37, 27, .08);
}

.performance-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.performance-table thead {
  background: #0b5c36;
  color: #fff;
}

.performance-table th,
.performance-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #edf2ef;
  vertical-align: middle;
}

.performance-table th {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.performance-table td {
  color: #25372f;
  font-size: .96rem;
}

.performance-table tbody tr:hover {
  background: #f6fbf8;
}

.performance-table tbody tr:last-child td {
  border-bottom: 0;
}

.performance-table td:first-child strong {
  color: #10251b;
  font-size: 1rem;
}

.performance-meter {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.performance-meter strong {
  color: #00703c;
  font-size: 1.05rem;
  font-weight: 900;
}

.performance-meter span {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8f1ec;
}

.performance-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #00703c;
}

.performance-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #00703c;
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}

.performance-row--strong .performance-meter i,
.performance-row--strong .performance-pill {
  background: #138a56;
  color: #fff;
}

.performance-row--regular .performance-meter i,
.performance-row--regular .performance-pill {
  background: #c99522;
  color: #fff;
}

.performance-row--selective .performance-meter i,
.performance-row--selective .performance-pill {
  background: #52635b;
  color: #fff;
}

.performance-card {
  min-height: 230px;
  padding: 18px;
  border: 1px solid rgba(16, 37, 27, .1);
  border-top: 4px solid #00703c;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(16, 37, 27, .08);
}

.performance-card__top,
.performance-card__stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.performance-card__family {
  color: #567064;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.performance-card__badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: #e9f7ef;
  color: #00703c;
  font-size: .74rem;
  font-weight: 900;
  white-space: nowrap;
}

.performance-card h3 {
  min-height: 48px;
  margin: 14px 0 12px;
  color: #10251b;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.18;
}

.performance-card__rate strong {
  display: block;
  color: #00703c;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1;
}

.performance-card__rate span {
  color: #53665d;
  font-size: .92rem;
  font-weight: 700;
}

.performance-card__bar {
  height: 9px;
  margin: 18px 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2ef;
}

.performance-card__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #00703c;
}

.performance-card__stats {
  padding-top: 13px;
  border-top: 1px solid #edf2ef;
  color: #53665d;
  font-size: .9rem;
}

.performance-card__stats strong {
  color: #10251b;
}

.performance-card--strong {
  border-top-color: #138a56;
}

.performance-card--strong .performance-card__badge,
.performance-card--strong .performance-card__bar span {
  background: #138a56;
  color: #fff;
}

.performance-card--regular {
  border-top-color: #c99522;
}

.performance-card--regular .performance-card__badge,
.performance-card--regular .performance-card__bar span {
  background: #c99522;
  color: #fff;
}

.performance-card--selective {
  border-top-color: #52635b;
}

.performance-card--selective .performance-card__badge,
.performance-card--selective .performance-card__bar span {
  background: #52635b;
  color: #fff;
}

.performance-empty {
  padding: 28px;
  border: 1px solid rgba(0,112,60,.16);
  border-radius: 8px;
  background: #fff;
  color: #53665d;
  text-align: center;
}

@media (max-width: 1199px) {
  .performance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .performance-section {
    padding: 34px 0 42px;
  }

  .performance-heading {
    display: block;
  }

  .performance-heading p {
    margin-top: 12px;
  }

  .performance-grid {
    grid-template-columns: 1fr;
  }

  .performance-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .performance-table,
  .performance-table thead,
  .performance-table tbody,
  .performance-table tr,
  .performance-table th,
  .performance-table td {
    display: block;
  }

  .performance-table thead {
    display: none;
  }

  .performance-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(16, 37, 27, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(16, 37, 27, .07);
  }

  .performance-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2ef;
    text-align: right;
  }

  .performance-table td::before {
    content: attr(data-label);
    color: #567064;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
  }

  .performance-table td:last-child {
    border-bottom: 0;
  }

  .performance-meter {
    width: 58%;
    min-width: 0;
    grid-template-columns: 56px 1fr;
  }

  .performance-card {
    min-height: 0;
  }
}
.text-marron {
  color: #582900;
}

/* Socle visuel commun */
.ct-page {
  background: #f4f7f5;
  padding: 44px 0 64px;
}

.ct-page-hero {
  background:
    linear-gradient(90deg, rgba(4, 43, 24, .94), rgba(5, 91, 47, .8)),
    url('../img/banner2.jpg') center/cover no-repeat;
  border-bottom: 4px solid #0b8d50;
  color: #fff;
  padding: 44px 0 48px;
}

.ct-page-hero h1 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 900;
}

.ct-page-hero p {
  max-width: 700px;
  margin: 0;
  opacity: .94;
}

.ct-shell {
  max-width: 1080px;
  margin: -24px auto 0;
}

.ct-shell-narrow {
  max-width: 720px;
}

.ct-card {
  background: #fff;
  border: 1px solid #dce5df;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(14, 35, 27, .08);
}

.ct-card-padding {
  padding: 28px;
}

.ct-card-title {
  color: #0f2a1d;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.ct-card-intro {
  color: #62746b;
  margin-bottom: 24px;
}

.ct-form .form-label {
  color: #20372b;
  font-weight: 800;
  margin-bottom: 6px;
}

.ct-form .form-control,
.ct-form .form-select,
.ct-form select,
.ct-form textarea,
.ct-form input[type="text"],
.ct-form input[type="email"],
.ct-form input[type="password"],
.ct-form input[type="tel"] {
  border: 1px solid #cfdcd5;
  border-radius: 6px;
  min-height: 44px;
}

.ct-form .form-control:focus,
.ct-form .form-select:focus,
.ct-form select:focus,
.ct-form textarea:focus,
.ct-form input:focus {
  border-color: #008e4f;
  box-shadow: 0 0 0 .2rem rgba(0, 142, 79, .16);
}

.ct-btn-primary,
.ct-card .btn-success,
.ct-card .bg-bet {
  background: #008e4f !important;
  border-color: #008e4f !important;
  color: #fff !important;
  font-weight: 800;
}

.ct-btn-primary:hover,
.ct-card .btn-success:hover,
.ct-card .bg-bet:hover {
  background: #00723f !important;
  border-color: #00723f !important;
}

.ct-table-wrap {
  overflow-x: auto;
  border: 1px solid #dce5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(14, 35, 27, .08);
}

.ct-table {
  width: 100%;
  margin: 0;
}

.ct-table thead {
  background: #0b5c36;
  color: #fff;
}

.ct-table th {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ct-table th,
.ct-table td {
  padding: 14px 16px;
  vertical-align: middle;
}

.ct-table tbody tr:hover {
  background: #f6fbf8;
}

.ct-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .ct-page {
    padding: 24px 12px 44px;
  }

  .ct-page-hero {
    padding: 34px 12px 42px;
  }

  .ct-page-hero h1 {
    font-size: 1.6rem;
  }

  .ct-shell {
    margin-top: -18px;
  }

  .ct-card-padding {
    padding: 22px 18px;
  }
}
.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;
}

/* Navigation Calcul-Turf */
#main_navbar{
  min-height: 78px;
}

#main_navbar .navbar-brand{
  display: inline-flex;
  align-items: center;
  margin-right: 22px;
  padding: 0;
}

.ct-main-menu{
  width: 100%;
  align-items: center;
}

.nav-menu.ct-main-menu{
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 4px;
  padding-top: 0 !important;
}

.nav-menu.ct-main-menu > .nav-item{
  display: flex;
  align-items: center;
  float: none;
  white-space: nowrap;
}

.nav-menu.ct-main-menu .nav-link{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 9px;
  font-size: .95rem;
  letter-spacing: .2px;
  line-height: 1.15;
}

.nav-menu.ct-main-menu .nav-item:after{
  margin-top: 2px;
}

.ct-user-menu{
  max-width: 190px;
}

.ct-user-link{
  gap: 4px;
  min-width: 0;
}

.ct-user-link span{
  display: inline-block;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.ct-user-dropdown{
  min-width: 210px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
}

.ct-menu-actions{
  margin-left: 10px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.ct-nav-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.9);
  color: #fff;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.ct-nav-button:hover,
.ct-nav-button:focus{
  color: #fff;
  text-decoration: none;
}

.ct-nav-button-outline:hover,
.ct-nav-button-outline:focus{
  background: rgba(255,255,255,.12);
}

.ct-nav-button-primary{
  background: #178f59;
  border-color: #178f59;
}

.ct-nav-button-primary:hover,
.ct-nav-button-primary:focus{
  background: #0f7d4a;
  border-color: #0f7d4a;
}

@media (max-width: 1199px) and (min-width: 991px){
  #main_navbar .navbar-brand{
    margin-right: 12px;
  }

  .nav-menu.ct-main-menu .nav-link{
    padding-left: 6px;
    padding-right: 6px;
    font-size: .86rem;
  }

  .ct-menu-actions{
    gap: 7px;
    margin-left: 6px !important;
  }

  .ct-nav-button{
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }
}

@media (max-width: 990px){
  .ct-main-menu.navbar-nav{
    gap: 4px;
    padding: 10px 14px 18px;
  }

  .ct-main-menu.navbar-nav .nav-item{
    width: 100%;
  }

  .ct-main-menu.navbar-nav .nav-link{
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #fff;
    line-height: 1.2;
  }

  .ct-main-menu.navbar-nav .nav-link:hover,
  .ct-main-menu.navbar-nav .nav-link:focus{
    background: rgba(255,255,255,.08);
  }

  .ct-user-menu{
    max-width: none;
  }

  .ct-user-link span{
    max-width: calc(100vw - 110px);
  }

  .ct-user-dropdown{
    position: static !important;
    width: 100%;
    margin: 6px 0 0;
    background: rgba(255,255,255,.08);
    box-shadow: none;
  }

  .ct-user-dropdown .list-group-item{
    border: 0;
    background: transparent;
    padding: 0;
  }

  .ct-menu-actions{
    margin-left: 0 !important;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
  }

  .ct-menu-actions .ct-nav-button{
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
  }
}
