
  /* #contenu, #contenu_local, #page{
    width:100% !important;
    max-width:100% !important;
    min-width:100% !important;
    box-sizing: border-box;
    margin:auto;
}*/
 #menuResponsive {
  border-bottom:1px solid white;
  z-index: 1000;

 /* border-image:
linear-gradient(to right, green 45%, red 60%) 1;

  border-style:
solid;
    border-right-style: solid;
    border-left-style: solid;
  padding:
5px;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left:
0;
  border-right:
0;*/
 }
@media (min-width: 767px) {
  #menuResponsive {
    height: 150px !important;
  }
}



body{
  padding-right: 0 !important;
}

/* BOOTSTRAP 5 */
.rotate-chevron {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.chevron-droit {
  transition: transform 0.3s ease;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  scrollbar-width: none;


  /* Test pour l'alignement */
  text-align: left;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 450px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 450px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* Pour valentin */
/*.modal-backdrop.fade {
  opacity: 0;
}*/
.modal-backdrop.show {
  opacity: 0.5;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}


/* CSS Dylan */
.offcanvas{
  /*background-color:#454545;*/
  background-color:rgb(16, 48, 84);
  color:white;
  overflow: auto;
  scrollbar-color: #0d1f30 rgb(16, 48, 84);
  scrollbar-width: thin;
}
.offcanvas-header{
 /* border-bottom: 1px solid white;*/
}
.offcanvas-header>h5{
  /* 1.6em */
  font-size: 1.9rem !important;
}
#BoutiqueCanvas{
  /*overflow:hidden;*/
}
#BoutiqueCanvas .offcanvas-header{
  background-color:#7c598d;
}
#CompetitionCanvas .offcanvas-header{
  background-color:#4672c4;
}
#EntrainementCanvas .offcanvas-header{
  background-color:#c87137;
}
#CommunauteCanvas .offcanvas-header{
  background-color:#2ea65e;
}
#liste-menu{
  padding-left: 0;
  margin-top:10vh;
}
#BoutiqueCanvas .navMenu>p{
  margin-left: 20px;
  /* 1.4em */
  font-size: 1.7rem;
  color: white;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
.liste-rayons>p{
  margin-left: -15px;
  font-size: 1.7rem;
  color: white;
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
#BoutiqueCanvas .navMenu p>a{
  color: white;
  border-left: 5px solid #7c598d;
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #7c598d;
}
#CompetitionCanvas .navMenu>p{
  margin-left: 20px;
  font-size: 1.7rem;
  color: white;
  margin-top: 10px;
  font-weight: bold;

  margin-bottom: 0;
  margin-top: 20px;
}
#CompetitionCanvas .navMenu p>a{
  color: white;
  border-left: 5px solid #4672c4;
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #4672c4;
}
#EntrainementCanvas .navMenu>p{
  margin-left: 20px;
  font-size: 1.7rem;
  color: white;
  margin-top: 10px;
  font-weight: bold;

  margin-bottom: 0;
  margin-top: 20px;
}
#EntrainementCanvas .navMenu p>a{
  color: white;
  border-left: 5px solid #c87137;
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #c87137;
}
#CommunauteCanvas .navMenu>p{
  margin-left: 20px;
  font-size: 1.7rem;
  color: white;
  margin-top: 10px;
  font-weight: bold;


  margin-bottom: 0;
  margin-top: 20px;
}
#CommunauteCanvas .navMenu p>a{
  color: white;
  border-left: 5px solid #2ea65e;
  padding-left: 10px;
  text-decoration: underline;
  text-decoration-color: #2ea65e;
}
#sideBarCanvas{
  background-color: rgb(16, 48, 84);
}
#sideBarCanvas>.offcanvas-header{
  background-color: black;
  padding:20px;
}
#sideBarCanvas>.offcanvas-header>a{
  margin:auto
}
#liste-menu>li{
  margin: 8px 16px 0;
  border: 1px solid white;
  padding: 15px;
  /* 1.4em */
  font: normal 1.7rem Roboto;
  color:white;
  border-radius: 8px;
  /*background-color: #262626;*/
  background-color:#0d1f30;
}
#liste-menu>li:nth-child(1){
  background-image: linear-gradient(#7c598d,#7c598d);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  cursor:pointer
}
#liste-menu>li:nth-child(1):hover{
 background-size: 100% 100%;
}
#liste-menu>li:nth-child(2){
  background-image: linear-gradient(#4672c4,#4672c4);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  cursor:pointer
}
#liste-menu>li:nth-child(2):hover{
 background-size: 100% 100%;
}
#liste-menu>li:nth-child(3){
  background-image: linear-gradient(#c87137,#c87137);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  cursor:pointer
}
#liste-menu>li:nth-child(3):hover{
 background-size: 100% 100%;
}
#liste-menu>li:nth-child(4){
  background-image: linear-gradient(#2ea65e,#2ea65e);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: .4s;
  cursor:pointer
}
#liste-menu>li:nth-child(4):hover{
 background-size: 100% 100%;
}
.liste-categorie-rayon{
  padding: 0;
}
.liste-categorie-rayon>li{
  margin: 8px 0 0;
 /*border: 1px solid white;*/
  padding: 15px;
  /* 1.4 em */
  font: normal 1.7rem Roboto;
  color:white;
  border-radius: 8px;
 /* background-color: #262626;*/
 background-color:#0d1f30;
  cursor:pointer;
  /*padding:0;*/
}
/*
  padding: 15px;
  font: normal 1.4em Roboto;
  color:black;
  background-color:white;
  border-bottom:1px solid black;
}
#BoutiqueCanvas .offcanvas-body{
 padding:0;
}*/
.liste-categorie-rayon>li:hover{
  border-color:black;
}
.liste-categorie-rayon>li>span{
  padding:0;
}
.liste-categorie-rayon>li>span{
  display: flex;
  justify-content: space-between;
}
.liste-categorie-rayon>li>span>span{
  display: flex;
}
.liste-categorie-rayon>li>span>span>svg{
  margin-right: 10px;
}
/*#BoutiqueCanvas .liste-categorie-rayon>li:hover{
  background-color: #7c598d;
}
#CompetitionCanvas .liste-categorie-rayon>li:hover{
  background-color: #4672c4;
}
#EntrainementCanvas .liste-categorie-rayon>li:hover{
  background-color: #c87137;
}
#CommunauteCanvas .liste-categorie-rayon>li:hover{
  background-color: #2ea65e;
}*/
.liste-rayons>li{
  margin: 0px;
  border: none;
  /* 1.2em */
  font: normal 1.5rem Roboto;
  color:white;
  padding-left: 0px;  
}
.liste-rayons>li>a{
  color:white;
  width: 100%;
  display: inline-block;
  padding: 5px;
}
.liste-rayons>li>a:hover{
  text-decoration: underline;
}
.navMenu{
  /*background-color: black;
  margin: 0px 16px 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;*/
  margin: 0px;
  background-color: #0d1f30;
  font-size: 14px;
}
#apercuPanierCanvas .offcanvas-header{
  font-size:18px;
}
.backMenu{
  font-size: 25px;
  padding-top: 10px;
  cursor: pointer;
  transition: transform .1s;
}
.backMenu:hover{
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3);
}
#inputFormRecherche[type="text"]{
  border-radius: 15px !important;
}
#div_select > select {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}




.search-container {
    position: relative;
    padding: 10px;
}

#search-input {
    width: 100px; /* Largeur initiale de 100px */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease; /* Transition pour toutes les propriétés */
}

#search-input.fullscreen {
    width: 200px; /* Largeur à 200px en plein écran */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001; /* Assure que l'input est au-dessus du fond blanc */
}

#fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
}

.overlay-hidden {
    display: none;
}

#back-button {
   position: fixed;
    top: 2px;
    left: 10px;
    padding: 10px 10px;
    background-color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
    width: 10%;
    height: 42px;
    padding-top: 12px;
}

.button-hidden {
    display: none;
}





/* Test avec le vrai input de recherche */
.barreSuperieur {
    position: relative;
    padding: 10px;
}

#inputFormRecherche.fullscreen {
    width: 80%;
    position: fixed;
    top: 2px;
    left: 15%;
    z-index: 1009;
    border: 1px solid black;
    height: 42px;
}
#selectUnivers.fullscreen{
    position: fixed;
    top: 2px;
    right:2px;
    z-index: 1009;
    border: 1px solid black;
}
#barreSuperieur.fullscreen #inputFormRechercheautocomplete-list{
  position: fixed !important;
  width: 100% !important;
  left: 15px !important;
  z-index: 1008;
  margin-top: 3px;
  border-top: none;
}

/* Ajout des classes pour le mobile */
.display_none_mobile{
  display:none !important;
}
@media(max-width:767px){
  #barreSuperieur{
    width:60% !important;
  }
  #menuResponsive{
    min-height: 65px !important;
  }
  #identification_scrolled_bar>div:nth-child(1){
    margin-right:20px;
  }
}
#menuResponsive.menu_height_scrolled{
  height:65px !important;
}
.search_bar_mobile_not_deployed{
  width: 60% !important;
}
#barreSuperieur.search_bar_mobile_not_deployed{
  width:60% !important;

  margin-left:10px;
}
.search_bar_mobile_not_deployed #inputFormRecherche{
  border-radius: 5px;
}

.sticky_menu{
 position: fixed !important;
  top: 0;
  width: 100%; /* Assurez-vous que le menu s'étend sur toute la largeur */
  z-index: 100;
}
#identification_scrolled_bar{
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#burger_scrolled_bar{
  margin-top: 20px;
  cursor: pointer;
}
@media(min-width:767px){
  #burger_scrolled_bar{
    margin-top: 22px;
    padding-left: 0;
    margin-right: 15px;
    width: 10%;
  }
  #burger_scrolled_bar>div{
    height: 38px;
  font-size: 22px;
  }
  #menuResponsive.sticky_menu{
    min-height: 60px !important;
  }
  #menuResponsive.menu_height_scrolled{
    height:85px !important;
  }
  #menuResponsive {
    transition: height 0.5s ease;
    will-change: transform, height; /* Ajout de will-change */
}
}



    #menuResponsive{
        width:100%;
        height:auto !important;
        min-height: 140px;
    }
    #content_menu{
        display:flex;
        flex-direction: column;
    }
    #first_bar{
        display:flex;
        order:1;
    }
    #marque_pc_menu{
        width:20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Test pour maxime */
    @media(min-width:767px){
      #marque_pc_menu{
        width:30% !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /*padding-left: 5%;*/
        padding-left: 1%;
      }
      #marque_pc_menu.scrolledBar{
        width:15% !important;
      }
      #burger_scrolled_bar{
        width:15% !important;
        margin-right:0 !important;
      }
      #navigation_user_menu{
        width: 30% !important;
      }
      #search_bar_menu{
        width:40% !important;
      }
      #container_menu_liens{
        margin-left:5% !important;
      }
    }
    @media(max-width:767px){
      #menu_burger_mobile{
        width: 20% !important;
        justify-content: flex-start !important;
      }
      #marque_mobile_menu{
        width: 50% !important;
      }
       #marque_mobile_menu a{
        margin:auto !important;
       }
      #menu_identification_mobile{
        width: 30% !important;
        align-items: flex-end !important;
      }
      #identification_scrolled_bar{
        justify-content: flex-end !important;
      }
    }
        #marque_pc_menu .logoSm{
          display:none ;
        }
        #marque_pc_menu.logoLg{
          display: block ;
        }
    @media (min-width:767px) and (max-width:1100px){
        #marque_pc_menu.scrolledBar .logoSm{
          display:block !important;
        }
        #marque_pc_menu.scrolledBar .logoLg{
          display: none !important;
        }
      #marque_pc_menu.scrolledBar{
        padding-left:5% !important;
        align-items: flex-end !important;
      }
    }


    /* Fin  test pour maxime */
    #search_bar_menu{
        display: flex;
        align-items: center;
        justify-content: center;
        width:45%;
    }
    #navigation_user_menu{
        display: flex;
        width:35%;
        justify-content: space-around;
        align-items: center;
    }

    #second_bar{
        display:flex;
        order:2;
    }
    @media(min-width:767px) and (max-width:900px){
      #second_bar{
        font-size:12px !important;
      }
    }
    #container_menu_liens{
       /* width:60%;*/
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom:20px;
       /* margin-left:20%;*/
       margin-left:22.5%;
    }
    #menu_burger_mobile{
        width:15%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #marque_mobile_menu{
       /* width:20%;*/
       width:35%;
        display: flex;
        align-items: center;
     /*   justify-content: center;*/
     justify-content: flex-start;
     margin-top: 5px;
     padding-left:5px;
    }
    #menu_identification_mobile{
       /* width:60%; */
       width:50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #menu_identification_mobile>div:nth-child(1){
      margin-right:20px;
    }

@media(max-width:767px){
    #second_bar{
        order:1;
    }
    #first_bar{
        order:2;
    }
    #search_bar_menu{
      /*  width:80%;*/
      width:100%;
        margin: auto;
    }
    #inputFormRechercheautocomplete-list{
            top: 40px !important;
    }
}

#loupeInsideBarre{
    display:none !important;
}
#menuResponsive{
    background-color: rgb(16, 48, 84) !important;
}
@media(max-width:1110px){
  #spanMenuScrollPc{
    display:none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #menuResponsive .bulle-panier {
    margin-top: 0 !important;
    right: 10px;
    position: relative;
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
 .bulle-number {
   margin-top: 0 !important;
    right: 10px;
    position: relative;
    top: -8px;
  }
 /* .bulle-scrolled{
    top:20px !important;
  }*/
}


#pastilleConnecte{
    width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #09c209;
  display: inline-block;
  position: relative;
  right: 3px;
  top: 5px;
}



/*#codes_prom{
  background: 
    linear-gradient(red 0 0) no-repeat
     calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
  transition: .2s var(--t,0s), background-position .2s calc(.1s - var(--t,0s));
}
#codes_prom:hover{
    --p: 100%;
  --t: .2s;
  color: #fff;
}*/
/*
#codes_prom {
  background-image: linear-gradient(red 0 0);
  background-size: 200% .08em;
  background-position: 200% 100%;
  background-repeat: no-repeat;
  transition: background-size .3s, background-position .3s .3s;
}
#codes_prom:hover {
  transition: background-size .3s .3s, background-position .3s;
  background-size: 200% 100%;
  background-position: 100% 100%;
}*/
/*#codes_prom {
  background-image: linear-gradient(red 0 0);
  background-size: 100% 0%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .1s, background-position .1s .1s;
}
#codes_prom:hover {
  transition: background-size .1s .1s, background-position .1s;
  background-size: 100% 100%;
  background-position: 100% 100%;
}*/




#codes_prom {
  background-image:linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(255,0,32,1) 48%, rgba(0,0,0,1) 95%);
  }
  .menu_bouton_mobile{
    background-color: white;
    padding:10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:5px;
    margin-left: 15px;
    margin-top: 5px;
  }
  .menu_bouton_mobile i{
    color:black;
  }
  /* style="border:2px solid white;color:white;padding:10px;height:40px;margin-right:2px;margin-left:2px;border-radius: 15px;padding-left: 20px;padding-right: 20px;cursor:pointer;" */
.menu_bouton{
  border:2px solid white;
  color:white !important;
  padding:10px;
  height:40px;
  margin-right:2px;
  margin-left:2px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  cursor:pointer;
  background-image: linear-gradient(white 0 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width:100px;
  margin:auto;

}
.menu_bouton:hover{
    color:black !important;
}

#burger_scrolled_bar>span:nth-child(2n){
  background-size: 100% 0%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .1s, background-position .1s .1s;
}
#burger_scrolled_bar>span:nth-child(2n):hover{
  transition: background-size .1s .1s, background-position .1s;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
#burger_scrolled_bar>span:nth-child(2n+1){
  background-size: 100% 0%;
  background-position: 100% 200%;
  background-repeat: no-repeat;
  transition: background-size .1s, background-position .1s .1s;
}
#burger_scrolled_bar>span:nth-child(2n+1):hover{
  transition: background-size .1s .1s, background-position .1s;
  background-size: 100% 100%;
  background-position: 100% 0%;
}

#yonex_bouton{
background-image: linear-gradient(#7c598d 0 0);
}
#babolat_bouton{
background-image: linear-gradient(#7c598d 0 0);
}
#pmp_bouton{
background-image: linear-gradient(#7c598d 0 0);
}
#ifb_bouton{
background-image: linear-gradient(#6dc478 0 0);
}
#container_menu_liens>span:nth-child(2n){
  background-size: 100% 0%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size .1s, background-position .1s .1s;
}
#container_menu_liens>span:nth-child(2n):hover{
  transition: background-size .1s .1s, background-position .1s;
  background-size: 100% 100%;
  background-position: 100% 100%;
}
#container_menu_liens>span:nth-child(2n+1){
  background-size: 100% 0%;
  background-position: 100% 200%;
  background-repeat: no-repeat;
  transition: background-size .1s, background-position .1s .1s;
}
#container_menu_liens>span:nth-child(2n+1):hover{
  transition: background-size .1s .1s, background-position .1s;
  background-size: 100% 100%;
  background-position: 100% 0%;
}
#sousBarreRechercheContent>select{
    padding: 9px;
    background-color: white;
    color: black;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#sousBarreRechercheContent>input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

 #menuResponsive {
    height: auto !important;
  }
  #barreSuperieur{
    width:90% !important;
  }

  #inputFormRecherche::placeholder{
  color:black !important;
}


.search-container {
    position: relative;
    padding: 10px;
}

#search-input {
    width: 100px; /* Largeur initiale de 100px */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease; /* Transition pour toutes les propriétés */
}

#search-input.fullscreen {
    width: 200px; /* Largeur à 200px en plein écran */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001; /* Assure que l'input est au-dessus du fond blanc */
}

#fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
}

.overlay-hidden {
    display: none;
}

#back-button {
   position: fixed;
    top: 2px;
    left: 10px;
    padding: 10px 10px;
    background-color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1002;
    width: 10%;
    height: 42px;
    padding-top: 12px;
}

.button-hidden {
    display: none;
}





/* Test avec le vrai input de recherche */
.barreSuperieur {
    position: relative;
    padding: 10px;
}

#inputFormRecherche.fullscreen {
    width: 80%;
    position: fixed;
    top: 2px;
    left: 15%;
    z-index: 1009;
    border: 1px solid black;
    height: 42px;
}
#selectUnivers.fullscreen{
    position: fixed;
    top: 2px;
    right:2px;
    z-index: 1009;
    border: 1px solid black;
}
#barreSuperieur.fullscreen #inputFormRechercheautocomplete-list{
  position: fixed !important;
  width: 100% !important;
  left: 15px !important;
  z-index: 1008;
  margin-top: 3px;
  border-top: none;
}

/* Ajout des classes pour le mobile */
.display_none_mobile{
  display:none !important;
}
@media(max-width:767px){
  #barreSuperieur{
    width:60% !important;
  }
  #menuResponsive{
    min-height: 65px !important;
  }
}
#menuResponsive.menu_height_scrolled{
  height:65px !important;
}
.search_bar_mobile_not_deployed{
  width: 60% !important;
}
#barreSuperieur.search_bar_mobile_not_deployed{
  /*width:60% !important;*/
  width:90% !important;
}
.search_bar_mobile_not_deployed #inputFormRecherche{
  border-radius: 5px;
}
#inputFormRecherche::placeholder{
  color:black;
}
.sticky_menu{
 position: fixed !important;
  top: 0;
  width: 100%; /* Assurez-vous que le menu s'étend sur toute la largeur */
  z-index: 100;
}
#identification_scrolled_bar{
 /* width: 30%;*/
 width:60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;

  margin-left: 15px;
}
#burger_scrolled_bar{
  margin-top: 10px;
}
@media(min-width:767px){
  #burger_scrolled_bar{
    margin-top: 22px;
    padding-left: 0;
    margin-right: 15px;
    width: 10%;
  }
  #burger_scrolled_bar>div{
    height: 38px;
  font-size: 22px;
  }
  #menuResponsive.sticky_menu{
    min-height: 60px !important;
  }
  #menuResponsive.menu_height_scrolled{
    height:85px !important;
  }
  #menuResponsive {
    transition: height 0.5s ease;
    will-change: transform, height; /* Ajout de will-change */
}
}

/* Modif canvas pour le overflow */

.offcanvas-header{
  height:10vh;
  min-height:80px;
}
.offcanvas-body-menu{
  overflow:auto;
  /*height:90vh;*/
 /* height:110vh;*/
 height:100%;
}
.offcanvas-header-apercu{
  display:flex;
  justify-content:space-between;
  align-items: center;
  background-color:black;
}
.offcanvas-body-apercu{
  overflow:auto;
  height:75vh;
}
@media(max-width:767px){
  #apercuPanierCanvas{
  max-height: 100%;
}
.offcanvas-header{
  height:10% !important;
}
  .offcanvas-body-apercu{
    height:70% !important;
  }
  .offcanvas-footer-apercu{
    height:20% !important;
  }
}


.offcanvas-footer-apercu{
  height:15vh;
  padding:10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100px;
}
#optionCompteCanvas .offcanvas-footer-apercu{
  display: flex;
  align-items: flex-end;
}
/*  apercu du panier */

.options_apercu{
  /* 1em */
  font-size: 1.3rem;
  color:#ABABAB;
}
#total_apercu{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  /* 1.3em */
  font-size: 1.6rem;
}
.nom_produit_apercu{
  /* 1.1em */
  font-size: 1.4rem;
  margin-bottom:5px;
  color:white;
}
.nom_produit_apercu a{
  color:white;
}
.container_image_apercu{
  width:25%;
}
.container_image_apercu img{
  width:100%;
}
.container_nom_apercu{
  width:70%;
}
.container_prix_apercu{
  display:flex;
  flex-direction:row;
  justify-content:flex-end;
  align-items:flex-end;
  color:white;
}
.container_prix_apercu p{
  /* 1.3em */
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-left:20px;
  margin-top: 0;
}
.deleteProduitApercuPanier{
  background: 0;
  padding: 4px;
  float: right;
  right: 15px;
   margin-top: -10px;
   font-size: 18px;
}
.deleteProduitApercuPanier a{
  color:white;
}
.produitApercuPanier{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.disponibiliteProduitApercuPanier{
  /* 0.9em*/
  font-size: 1.2rem;
}
 .date-success {
    color: #2AFE7F;
}
 .text-vert{
    color:#2AFE7F;
}
 .orange-text{
    color:#ff9955;
}
.date-warning{
  color:#ff9955;
}
.date-error{
  color:red;
}
#boutonVoirPanier{
  width:100%;
  margin-top:15px;
}
#boutonVoirPanier button{
  width:100%;
  padding:15px;
}
/* Options de compte */
#liste_options_compte>li{
  margin: 8px 16px 0;
  border: 1px solid white;
  padding: 15px;
  /* 1.4em */
  font: normal 1.7rem Roboto;
  color:white;
  border-radius: 8px;
  background-color:#0d1f30;
  display: flex;
}
#formulaire_connexion{
  display:flex;
  flex-direction:column
}
#liste-options-compte>a{
  margin: 8px 16px 0;
  border: 1px solid white;
  padding: 15px;
  /* 1.4em */
  font: normal 1.7rem Roboto;
  color:white;
  border-radius: 8px;
  background-color:#0d1f30;
  display: flex;
}
#liste-options-compte>a>span{
  padding-left:20px;
}
#optionCompteCanvas .offcanvas-header{
  font-size:18px;
}
#boutonSeConnecter{
  width:100%;
  margin-top:15px;
}
#boutonSeConnecter input{
  width:100%;
}
#boutonSeDeconnecter{
   width:100%;
   margin-top:15px;
}
#boutonSeDeconnecter button{
   width:100%;
   padding: 15px;
}
/* Connextion */
.element_form_connexion{
  margin-top:15px;
}
.element_form_connexion>input[type="text"],.element_form_connexion>input[type="password"]{
  padding: 20px;
  font-weight: 600;
  /* 1.2em */
  font-size: 1.5rem;
 /* text-transform: uppercase;*/
}
.element_form_connexion>input[type="checkbox"]{
  margin: 10px;
}
.remember_me{
  font-size: 1.5rem;
  display:flex;
  align-items: center;
  margin-top: 5px;
}
.element_form_connexion>input[type="submit"]{
  width:100%;
  text-transform: uppercase;
  /* 1.2em */
   font-size: 1.5rem;
}
#formulaire_connexion{
  padding-bottom: 20px;
  /*border-bottom: thick double white;*/
}
#facebook_connexion{
  margin-top: 15px;
}
.oublieCompte{
  display:flex;
  justify-content:space-around
}
.oublieCompte>a{
  /* 1.2em*/
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
.monCompteCursor{
  display: flex;
  cursor: pointer;
}

.panierVide{
 /* display:flex;*/
  cursor:pointer;
  padding:0;
  margin-right: 20px;
}
.monPanier{
  display:flex;
  cursor:pointer;
}
.monPanier svg{
  margin-right:8px;
  /* Test pour maxime */
margin-top: -5px;
  /* Fin test pour maxime */
}
@media(max-width:1060px) and (min-width:954px){
  .monCompteCursor{
    flex-direction: column;
  }
  .panierVide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .monPanier{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  #menuResponsive .nav-cpt{
    margin-top:0 !important;
  }
   #menuResponsive .nav-panier{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}
.encartLienPromo{
  color:white;
  padding-top: 10px;
  margin-left: 10px;
}
.encartLienPromo:hover{
  text-decoration: none;
}
.encartLienPromo span{
  color:white;
  padding:10px;
  height:40px;
  margin-right:2px;
  margin-left:2px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color:#0d1f30;
  border: 1px solid #7f7c7c;
  cursor:pointer;
}
.lienPromoHautMenu{
  /*color:white !important;*/
  padding-top: 10px;
  margin: 8px 16px 0;
  border: 1px solid white;
  padding: 10px;
  /* 1.4em */
  font: normal 1.7rem Roboto;
  border-radius: 8px;
 /* background-color: #262626; */
 /* background-color: #0d1f30;*/
  box-shadow: 1px 1px 3px black;
  border: none;
  text-align: center;
 
}
.lienPromoHautMenuBleu{
  background-color: #0d1f30;
}
.lienPromoHautMenuBlanc{
  color: white !important;
  text-shadow: black 2px 2px;
}
.lienPromoHautMenuNoir{
  color: black !important;
  text-shadow: white 2px 2px;
}
.lienPromoHautMenuVert{
  color: #29B35E !important;
  text-shadow: black 2px 2px;
}
.lienPromoHautMenuTeal{
  color: #008080 !important;
  text-shadow: black -0.3px -0.3px;
  font-weight: bold;
}


.offcanvas-body{
  color:black;
}
#containerLienPromoHautMenu{
  display:flex;
  flex-direction:column;
}

.containerProduitApercuPanier{
  box-shadow: 1px 1px 3px black;
  background-color: #0d1f30;
  border-radius: 7px;
  margin-bottom: 15px;
  padding: 10px;
}
.infoImportanteApercuProduit{
  /*border-bottom:1px solid white;*/
  font-weight: bold;
  font-style: italic;
}
/* Correction Pour les modaux existant sur le site */
    .fade{
        opacity:1;
    }
   /* .modal-dialog{
        top:30%;
    }*/
    /* TEst */
.topLiensMenuBoutique{
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #7f7c7c;
  display:flex;
  flex-wrap: wrap;
}
.liensTopLienMenuBoutique{
  margin: 8px 16px 0;
  /*border: 1px solid #7f7c7c;*/
  padding: 15px;
  /* A.4em */
  font: normal 1.7rem Roboto;
  color:white !important;
  border-radius: 15px;
  background-color: #0d1f30;
}

/* Classe pour les offres */
.backWhiteVik{
  background-color: white !important;
  color:#166434 !important;
  font-weight: bold;
  
  /*
  background: none;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */


  /* 
  Test pour le border en gradient 
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, blue, orange) border-box;
    background-color: rgba(0, 0, 0, 0);
  border-radius: 15em !important;
  border: 3px solid transparent !important;
  color: black !important;
  font-weight: bold;
  */

}
.backNoirVik{
  background-color: black !important;
  color: #29B35E !important;
  font-weight: bold;
}
.backGrisFZ{
  background-color: #ebebeb !important;
  color:black !important;
  font-weight: bold;
}
.backMarquage{
  background-color: #cecece !important;
  color:#008080 !important;
  font-weight: bold;
}
.stayConnected{
  color:white;
}
.backDBZ{
 /* background-color: #ea661c !important;
  color:white !important;*/

  /*color:#F19865 !important;
  background-color: #001561 !important;*/
  background-color: #EC7232 !important;
  color:black !important;
  font-weight: bold;
}
.backSoldes{
  background-color: #FFFC00 !important;
  color:#2E5D1E !important;
  font-weight: bold;
}
.backLining2025{
  background-color: #831506 !important;
  color:white !important;
  font-weight: bold;
}