.titleIndex {
  color: white !important;
}
.timingVis .contBox .count-outer {
  position: relative;
  font-family: "Inter", sans-serif;
}
.chart-container{
  height: 60vh !important;
  width: 95% !important;
  margin: auto !important;
}
.timingVis .contBox p {
  color: #fff;
}
th, td {
  vertical-align: middle;
}
.accordion-button::after {
  color: white; /* Couleur du texte du bouton */
  background-color: #ffffff; /* Couleur de fond pour le bouton fermé */
  border-radius: 50px;
  padding: 10px !important;
}

.accordion-button:not(.collapsed) {
  color: white; /* Couleur du texte du bouton ouvert */
  background-color: #495057; /* Couleur de fond pour le bouton ouvert */
}

.accordion-button::after {
  color: white; /* Couleur de la flèche */
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.imgSectionStart{
  opacity: 0.7;
}
.offerBuisness{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* Bordure fixe */
.cookie-border {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 50px;
  height: 50px; /* Hauteur de la bordure */
  background-color: #000000; /* Couleur de fond de la bordure */
  cursor: pointer; /* Indique que c'est interactif */
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  border-top: 3px solid #5a1ee6;
  border-right: 3px solid #5a1ee6;
  border-left: 3px solid #5a1ee6;
  z-index: 10 !important;
}
.cookie-border a i{
  margin-top: 10px !important;
}

.nav-item.contact{
  background-color: #5a1ee6;
  border-radius: 15px;
  color: #ffffff !important;
  
}
.nav-item.contact a.active{
  color: #ffffff !important;
}
.btnVal{
  background-color: #05696b;
  color: #ffffff;
}
.nav-item {
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-size: 20px;
}
.nav-item .nav-link:hover {
  background-color: #05696b70 !important;
  border-radius: 5px;
}
.nav-item .nav-link.active {
  background-color: #05696b !important;
  color: #ffffff !important;
  border-radius: 5px;
  margin-bottom: 7px;
}
.tabs-box .tab.active-tab {
  display: block;
}
.tabHebergement {
  padding: 145px 0px 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.tabHebergement:before {
  position: absolute;
  content: "";
  background: #262c3b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.88;
}

.tabHebergement .backG {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.tabHebergement .tab-btns li:last-child {
  height: 100% !important;
}
.tabHebergement .tab-btns li {
  height: 120% !important;
}
.tabHebergement .titleIndex {
  color: #5a1ee6 !important;
}
.tabHebergement .tab-btns {
  position: relative;
  display: block;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
}

.tab-btns.tab-buttons.clearfix.p_relative {
  width: 100% !important;
}

.tabHebergement .tab-btns li {
  position: relative;
  width: 28%;
  padding: 27px 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #000;
  border-radius: 20px;
  text-align: center;
  background-color: #5a1ee6;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
}

.tabHebergement .tab-btns li:before {
  position: absolute;
  content: "";
  width: 18px;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%) rotate(45deg);
}

.tabHebergement {
  padding: 145px 0px 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.tabHebergement:before {
  position: absolute;
  content: "";
  background: #262c3b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.88;
}

.tabHebergement .backG {
  position: absolute;
  left: 0px;
  top: -30%;
  right: 0px;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}

.tabHebergement .imgContain img {
  width: 100%;
  border-radius: 10px;
}

.tabHebergement .imgContain .image {
  overflow: hidden;
}

/* Affiche le dropdown-menu au survol de l'élément parent */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Supprimez le décalage si nécessaire */
}

/* Facultatif : Ajustez le style pour une transition plus douce */
.dropdown-menu {
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.uppercase{
  text-transform: uppercase;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.divVente, .divSaisie{
  height: auto !important;
  overflow: auto !important;
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}

.imgBl .imgContain img {
  width: 100%;
}
.sectionAft {
  padding: 145px 0px 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.sectionIcon .count-outer {
  color: #fff;
}
.imgDivSeo2 {
  display: none;
}
.sectionAft .tab-btns li:last-child {
  height: 100% !important;
}
.sectionAft .tab-btns li {
  height: 120% !important;
}
.sectionIcon .timingVis .contBox .boxIc {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2);
}
.footer {
  border-top: none;
  background-color: #242424;
}
.pagePresT {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0px 135px 0px;
}

.pagePresT:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.pagePresT .contB h1 {
  color: #fff;
}
.pagePresT {
  overflow: hidden;
}

.pagePresT:before {
  z-index: 1;
}
.bgTitle {
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: fixed;
}

.pagePresT .contB {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none !important;
}
.tab {
  padding: 20px;
  text-align: center;
}
.footerSec p {
  width: 80%;
}
.choiceFirstDiv {
  margin-top: -150px !important;
}
.choiceImage {
  border-radius: 20px !important;
  box-shadow: 2px 2px 10px grey;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#scrollUp {
  position: fixed;
  bottom: 10px;
  right: -100px;
  opacity: 0.75;
  z-index: 100;
}
.cardAccueil {
  box-shadow: 3px 3px 10px grey;
  height: 800px !important;
  background-color: #ffffffb2 !important;
}

.buttonContactCard {
  background-color: #5a1ee6;
  width: 30% !important;
  text-align: center;
  font-family: "Poppins";
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: auto;
  margin-bottom: 5% !important;
  box-shadow: 3px 3px 15px black;
}
.sectionAft .titleIndex {
  color: #5a1ee6 !important;
}
.buttonContactCard1 {
  position: absolute;
  background-color: #5a1ee6;
  padding: 10px;
  border-radius: 10px;
  margin-left: 370px;
  margin-top: -600px;
  z-index: 3 !important;
  box-shadow: 3px 3px 10px grey;
}
.buttonContactCard2 {
  position: absolute;
  background-color: #5a1ee6;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  margin-left: 870px;
  margin-top: -600px;
  z-index: 3 !important;
  box-shadow: 3px 3px 10px grey;
}
.buttonContactCard3 {
  position: absolute;
  background-color: #5a1ee6;
  padding: 10px;
  border-radius: 10px;
  margin-left: 1370px;
  margin-top: -600px;
  z-index: 3 !important;
  box-shadow: 3px 3px 10px grey;
}

.titleHeader {
  position: absolute;
  margin-top: -300px;
  margin-left: 700px;
  max-width: 800px;
}
.titleHeader2 {
  position: absolute;
  margin-top: -550px;
  max-width: 1500px;
}
.titleHeader2 h2 {
  width: 100%;
  margin: auto;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000; /* Darker color for better readability */
  margin-bottom: 30px;
}
.pSectionStart {
  font-size: 22px;
  line-height: 1.6;
  color: #1b1b1b; /* Softer text color */
  font-weight: 300;
  margin: 0 auto;
  max-width: 800px;
}
.titleHeader2 h5 {
  color: #5a1ee6;
}

.slider {
  width: 60%;
  margin: auto;
  margin-top: 100px !important;
  margin-bottom: 100px;
  text-align: center;
  overflow: hidden;
}
.cta-accueil{
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.slides .img {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.slides {
  display: flex;
  overflow-y: hidden !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100% !important;
  height: 375px;
  margin-right: 50px;
  border-radius: 20px;
  background: #000;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.slides .sec-div {
  width: 50%;
  background-color: #ffffff85;
  border-radius: 20px;
  padding: 20px;
}
.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  color: #000000;
  background: #f7f7f7;
  border: 1px solid #5a1ee6;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  position: relative;
}

.carousel.slide .imgLogo {
  width: 70%;
}

.persoDivImg2 {
  display: none;
}
.accDivImg2 {
  display: none;
}
.carousel {
  height: 300px !important;
}
.confirmation {
  font-size: 14px;
  color: #1e2c36;
}
.ressourceP2 {
  display: none;
}
.confirmation {
  position: absolute;
  bottom: 0; 
  margin-bottom: 10px;
}
.imageAvis {
  width: 120px !important;
  height: 120px !important;
  position: absolute !important;
  margin-left: 80%;
  margin-top: -120px !important;
  z-index: 10 !important;
}
.note1,
.note2 {
  flex: 1;
}
.avisVerified {
  text-align: right !important;
}
.nameAvisEntreprise {
  text-align: left !important;
}
.paragCom {
  font-style: italic !important;
}
.dateNote {
  background-color: #f7f7f7 !important;
  padding: 10px;
  border-radius: 10px;
}
.footerSec p {
  width: 80%;
}
.tab {
  padding: 20px;
  text-align: center;
}

.tv {
  background-color: #f9f8f8;
  border-radius: 20px;
  color: rgb(255, 255, 255);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}
.accordionFooter {
  margin-top: 10% !important;
}
a {
  text-decoration: none !important;
}
.buttonOffre {
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px grey;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.8s ease;
}
.sectionOffreTwo .btnContBot {
  border-radius: 5px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: 17px 40px;
  border-radius: 5px;
  background: #5a1ee6;
}

.pagePresT {
  overflow: hidden;
}

.pagePresT:before {
  z-index: 1;
}

.pagePresT .contB {
  position: relative;
  z-index: 1;
}
.pagePresT {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0px 135px 0px;
}

.pagePresT:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.pagePresT .contB h1 {
  color: #fff;
}
.footer {
  border-top: none;
  background-color: #242424;
}
.sectionAft .tab-btns {
  position: relative;
  display: block;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
}
.sectionAft .tab-btns.heb {
  border-radius: 50px;
}

.tab-btns.tab-buttons.clearfix.p_relative {
  width: 100% !important;
}

.sectionAft .tab-btns li {
  position: relative;
  float: left;
  width: 33%;
  padding: 27px 15px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 500ms ease;
}

.sectionAft .tab-btns li:last-child {
  border-right: none;
  width: 34% !important;
  border-radius: 0px 10px 10px 0px;
}

.sectionAft .tab-btns li:first-child {
  border-radius: 10px 0px 0px 10px;
}

.sectionAft .tab-btns li.active-btn,
.sectionAft .tab-btns li:hover {
}

.sectionAft .tab-btns li:before {
  position: absolute;
  content: "";
  width: 18px;
  left: 50%;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateX(-50%) rotate(45deg);
}

.sectionAft .tab-btns li.active-btn:before,
.sectionAft .tab-btns li:hover:before {
  opacity: 1;
  bottom: -6px;
}
.sectionAft {
  padding: 145px 0px 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}


.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}


.ressourceP {
  width: 70%;
  margin: auto;
  margin-top: 80px;
}
.carousel-control-prev-icon {
  color: #000 !important;
}
#scrollUp {
  position: fixed;
  bottom: 10px;
  right: -100px;
  opacity: 0.75;
  z-index: 100;
}
.mentionLeg {
  text-align: center;
}
.mentionLeg h3 {
  border-bottom: 2px solid #5a1ee6;
  margin-bottom: 1%;
  padding-bottom: 1%;
}
.mentionLeg h2 {
  padding-bottom: 3%;
}
.mentionLeg div {
  font-family: "Poppins", sans-serif;
  margin-top: 5%;
  padding: 2%;
  box-shadow: 2px 2px 10px rgb(213, 213, 213);
  border-radius: 20px;
  background-color: #f3f3f34a;
  height: 20%;
}
.mentionLeg div:hover {
  transform: scale(1.03);
  background-color: white;
  color: #561d1d;
}
.quantity-day{
  width: 60px !important;
}
.accordion, .accordion-item,.collapsed, .accordion-button {
  border: none !important;
  box-shadow: none !important;
}

/*############################################################################################"""
  #################################################################################################
  ################################################################################################
  ###############################################################################################"*/
  .accordion-button:not(.collapsed) {
    background-color: #05696b !important; 
  }
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  font-weight: 400;
  transition: all 500ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

p:last-child {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffbb01;
  line-height: 1.4em;
  margin: 0px;
  transition: all 500ms ease;
}
.fPoppins {
  font-family: "Poppins", sans-serif;
}
.centred {
  text-align: center;
}

.leftPos {
  float: left;
}

.rightPos {
  margin-top: 10px;
  float: right;
  margin-right: 20px;
}
.rightPos button{
  box-shadow: none !important;
}
figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.btnContBot {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 12px 32px;
  border-radius: 5px;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
ul {
  padding-left: 0rem !important;
}
.btnContBot-eight {
  font-weight: 500;
  font-family: "Spartan", sans-serif;
  border-radius: 10px;
  padding: 13px 26px 11px 26px;
  background: #5a1ee6;
}

.btnContBot-eight:before {
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #141417;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.topH{
  height: 50px !important;
}
.headerMain {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.menuM .navi {
  margin: 0px;
}

.menuM .navi > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuM .navi > li:last-child {
  margin-right: 0px !important;
}

.menuM .navi > li:first-child {
  margin-left: 0px !important;
}

.menuM .navi > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 20px;
  font-weight: 600 !important;
  opacity: 1;
  color: #141417;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menuM .navi > li.act > a,
.menuM .navi > li:hover > a {
  border-bottom: 3px solid #5a1ee6;
}

.menuM .navi > li > ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.menuM .navi > li > ul > li {
  position: relative;
  width: 100%;
}

.menuMen .headerMenuMob {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobMenu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}
.mobMenu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobMenu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobMenu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.headerMain .boxCont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.headerFull .boxCont .boxLog {
  padding: 10px 0px;
}

.headerFull .boxCont .boxLog .logo {
  max-width: 220px;
}

.headerFull .boxCont .boxLog .logo img {
  padding-top: 12px;
  width: 100%;
}
.headerPrinci .headerT {
  border-bottom: 1px solid rgba(0, 0, 0, 0.117);
}
.navbar, .navbar2{
  background-color: #343a40;
  height: 40px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.headerPrinci .socialRes li {
  color: #fff;
  font-weight: 400;
}

.headerPrinci .socialRes li a img {
  height: 25px;
  border-radius: 10px;
}
.sectionFooter {
  position: relative;
  padding: 70px 0px 70px 0px;
}

.footerSec .footerTit {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footerSec .footerTit h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0px;
}

.footerSec p {
  color: #a9a9aa;
}
.sectionFooter .footerContent2 li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #a9a9aa;
  margin-bottom: 7px;
}

.sectionFooter .footerContent2 li:last-child {
  margin-bottom: 0px;
}

.sectionFooter .footerContent2 li a {
  display: inline-block;
  color: #a9a9aa;
}
.sectionFooter .footerContact li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #a9a9aa;
  margin-bottom: 19px;
}

.sectionFooter .footerContact li:last-child {
  margin-bottom: 0px;
}

.sectionFooter .footerContact li a {
  display: inline-block;
  color: #a9a9aa;
}
.footerCopyr {
  position: relative;
  background: #141417;
  padding: 15px 0px;
}

.footerCopyr p,
.footerCopyr a {
  color: #fff;
}
.footerSec .footerTit h4 {
  font-family: "Spartan", sans-serif;
  font-weight: 700;
}
.footer {
  background: #000000;
}
.footer .footerSec .footerTit h4 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding-left: 10px;
  border-left: 2px solid #5a1ee6;
}

.footer .footerCopyr {
  background: #5a1ee6;
}
.cardSecond {
  background-color: #00000000 !important;
  height: 800px !important;
  border: none !important;
  border-radius: 20px !important;
}
.cardSecond .card-body {
  height: 500px !important;
}
.cardSecond img {
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(67, 64, 64, 0.712);
}
.cardSecond .btn {
  width: 290px !important;
  margin: auto;
}
.notAct-btn {
  display: none !important;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100; /* Assure que le bouton est au-dessus du contenu */
  background-color: #5a1ee6;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}
#cookie-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button{
  box-shadow: 3px 3px 10px rgb(59, 59, 59);
}
.buttonPlusMoin, .buttonVal, .divValAchat{
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.divSaisie{
  border: none;
}
.divVente{
  border-left: 3px solid #4c4c4c;
  padding-bottom: 0px !important;
}
.saisieInput{
  width: 25%;
}
section{
  height: 100% !important;
}
.titre{
  margin-left: 40px;
}
.navbar{
  margin-top: -10px !important;
  background-color: #343a40;
}
.btnVente{
  width: 80%;
  margin: auto;
}
.row>* {
  padding-left: calc(var(--bs-gutter-x)* .0) !important;
}
.content-display {
  display: none;
  background-color: #f8f9fa;
  border: 2px solid #6c757d;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.content-display h4 {
  font-size: 1.5rem;
  color: #343a40;
}
.divStatistique{
width: 85%;
margin: auto;
margin-bottom: 1%;
background-color: #3c3c3c;
padding: 20px;
border-radius: 10px;
}

/* Styles pour le tableau */
table {
width: 100%;
border-collapse: collapse; /* Supprime les espacements entre les cellules */
}

/* Styles pour l'en-tête de tableau */
thead tr {
position: sticky; /* Rendre l'en-tête sticky */
top: 0; /* Fixer l'en-tête en haut */
background-color: #343a40; /* Couleur de fond de l'en-tête */
color: white; /* Couleur du texte de l'en-tête */
z-index: 10; /* S'assurer que l'en-tête est au-dessus du contenu */
}

th, td {
padding: 10px; /* Espacement interne des cellules */
text-align: left; /* Alignement du texte */
}

th {
border-bottom: 2px solid #ddd; /* Bordure inférieure pour l'en-tête */
}

tr:nth-child(even) {
background-color: #f2f2f2; /* Couleur de fond pour les lignes paires */
}
.accordion-button.collapsed.text-light{
background-color: #05696b !important;
border: none !important;
}
.buttonVal {
  padding-top: 11px !important;
}