body, html
{
  /* font-family:arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
  background-color: rgb(245,245,245);
  /*overflow-x: hidden;*/
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#loaderpage {
  position : fixed;
  z-index: 9999;
  background : url('icon-loader.gif') 50% 50% no-repeat;
  background-color: white;
  top : 0px;
  left : 0px;
  height : 100%;
  width : 100%;
  cursor : wait;
}
.navbar
{
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 10px rgb( 189, 189, 189);
}
header{
  /* The image used*/
  background-image: url("wallpaper.jpg");
  /* Full height */
  height: 100%;
  background-color: white;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.90;
}
.caption {
  position: absolute;
  left: 15.3%;
  top: 18.3%;
  width: 100%;
  text-align: center;
  color: rgb(0, 0, 0);
}
/*for the button in index page for have a auto scroll */
.boutonindexnext
{
  color:white;
}
.buttonautoscroll
{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);

  display: inline-block;
  border: solid white 2px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.buttonautoscroll:hover
{
  background-color: rgba(255,255,255,0.3);
}
#containersizemax
{
  max-width: 80em;
  margin: auto;
}
.container
{
  background-color: rgb(213, 0, 0);
  padding: 15px;

}
label.required:before {
    content: "*";
}
h1 {
  font-size: 2rem;
}
/* start info banner */
.info-banner {
  position: fixed;
  top: 103px; /* Juste sous la navbar */
  width: 100%;
  background: #f5f5f5;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 10px 0;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  height: 40px; /* Hauteur fixe */
}

/* Conteneur pour le texte */
.info-container {
  position: relative;
  height: 40px; /* Même hauteur que la bande */
}

/* Texte animé */
.info-text {
  position: absolute;
  width: 100%;
  top: -100%; /* Commence en dehors de l'écran */
  opacity: 0;
  font-size: 16px;
  transition: all 0.8s ease-out;
}

/* Texte visible */
.info-text.active {
  top: 0; /* Descend au centre */
  opacity: 1;
}

/* Texte qui disparaît */
.info-text.fade-out {
  top: 100%; /* Monte hors de l'écran */
  opacity: 0;
}

/* Masquer la bande lorsqu'on scroll */
.hidden {
  transform: translateY(-777%);
}
/* end info banner*/
/*firt text hero page */
.styled-text {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.videoContainer{
  position: relative;
  width: 100%;
  height: 77vh;
  overflow: hidden;
}
.videohero {
  /*
  width: 100%;
  height: 333px;
  object-fit: cover;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
.buttonsVideo{
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.action-button {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(0, 0, 0);
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  min-width: 33%;
}
.action-button:hover {
  background-color: rgba(156, 156, 156, 0.9);
}
/*end */
#titregeneralpage, h2
{
  margin-top:133.7px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  padding: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: rgb(0, 0, 0) solid 3px;
  background-color: white;
}
#titregeneralpageindex
{
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: rgb(0, 0, 0);
  /* font-weight: bold; */
  padding: 10px;
  /* letter-spacing: 3px;*/
  /* text-transform: uppercase; */
  border-bottom: rgb(0, 0, 0) solid 3px;
  background-color: white;
}

.centerbanniertext{
  text-align: center;
}
/* block promesses */
.container-promesses {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
}

.title-promesses {
  font-size: 18px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subtitle-promesses {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}

.promises {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.promise {
  flex: 1;
  padding: 20px;
  min-width: 250px;
  text-align: center;
}

.promise img {
  width: 50px;
  margin-bottom: 15px;
}

.promise h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.promise p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .promises {
      flex-direction: column;
  }
}

/* end block promesses */
footer{
  margin-top: 0px;
  background-color: rgb(243, 243, 243);
  padding-bottom: 110px;
}
.produitlien{
  color: rgb(255, 255, 255);
}
.produitlien:hover{
  text-decoration: none;
  color: rgb(163, 163, 163);

}
.blockproduit{
  position: relative;
  max-width: 30em;
}
.textpromo {
  position: absolute;
  top: 0px;
  left: 15px;
  background-color: rgb(255,222,117);
  color:black;
  padding: 0.5em;
}

.produitdes{

  padding-left: 0em;
  padding-right: 0em;
  text-align: center;
}
.blockinferiproduit
{
padding-bottom: 0.5em;
color: black;
}

.titrelistproduit
{
  background-color: rgb(0, 0, 0);
  padding-bottom : 0.3em;
  padding-top : 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0em;
  width: 100%;
  display: inline-block;
}
.prix
{
  font-size: large;
}
table{
  background-color: rgb(255,255,255);
}
.blockinscription{
  background-color: rgb(255,255,255);
  padding-left : 0em;
  padding-right: 0em;
  padding-bottom: 1em;
  padding-top: 0px;
}
.blockinscriptionsanstitre{
  padding-left : 1em;
  padding-right: 1em;
}
.titreforminscription{
  background-color: rgb(233, 233, 233);
  margin-bottom: 1em;
  height: 1.5em;
  text-align: center;
  color: rgb(0, 0, 0);
}
#casecocher0{
  color: blue;
  text-align: center;
}
.liennouvelleinscription{
  color: black;
  text-align: center;
}
.liennouvelleinscription:hover{
  color: rgb(0,123,255);
  text-align: center;
  text-decoration: none;
  font-weight:bold;
}
.liensetquantite{
display: inline-block;
font-weight: bold;
font-size: large;
text-align: center;

background-color: yellow;
width: 1.5em;
color: green;
}
.liensetquantite:hover{
display: inline-block;
font-weight: bold;
font-size: large;
text-align: center;

background-color: green;
width: 1.5em;
color: yellow;
text-decoration: none;
}
.nbsetqantite{

  margin-left: 0.5em;
  margin-right: 0.5em;
}
.chargenbsetqantite{

  margin-left: 1em;
  margin-right: 1em;

}
.liensetquantiteplus{
  margin-left: 0.0em;
}
.liendelproduitpanier{
  display: inline-block;
  font-weight: bold;
  font-size: large;
  text-align: center;

  background-color: red;
  width: 1.5em;
  color: rgb(255,255,255);
}
.liendelproduitpanier:hover{
  display: inline-block;
  font-weight: bold;
  font-size: large;
  text-align: center;

  background-color: rgb(255,255,255);
  width: 1.5em;
  color: red;
  text-decoration: none;
}
.imageminiature{
border: rgb(255,255,255) 3px solid;
cursor: pointer;
}
.imageminiature:hover{
border: green 3px solid;
}

#lienmodifierimagemodal
{
  position: absolute;
  border: 4px solid yellow;
  border-left: 4px solid green;
  border-right: 4px solid red;
  background-color: yellow;
  font-weight: bold;
  font-size: large;
  color : dodgerblue;
}
#lienmodifierimagemodal:hover
{
  position: absolute;
  border: 4px solid yellow;
  border-top: 4px solid green;
  border-bottom: 4px solid red;
  background-color: yellow;
  font-weight: bold;
  font-size: large;
  text-decoration: none;
  color :royalblue;
}

@media (max-width: 323.00px)
{
  #lienmodifierimagemodal{
  left: 4%;
  top : 25%;
  padding: 0.2em;
  }
}

@media (min-width: 324px) and (max-width: 575.98px)
{
  #lienmodifierimagemodal{
  left: 4%;
  top : 17%;
  padding: 0.3em;
  }
}


@media (min-width: 576px) and (max-width: 767.98px)
{
  #lienmodifierimagemodal{
  left: 4%;
  top : 17%;
  padding: 0.4em;
  }
}


@media (min-width: 768px) and (max-width: 991.98px)
{
  #lienmodifierimagemodal{
  left: 4%;
  top : 17%;
  padding: 0.4em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px)
{
  #lienmodifierimagemodal{
  left: 3%;
  top : 12%;
  padding: 0.4em;
  }
}

@media (min-width: 1200px)
{
  #lienmodifierimagemodal{
  left: 3%;
  top : 12%;
  padding: 0.5em;
  }
}

.centrepageconfirme{
  text-align: center;
}

.textcenterpage
{
  text-align: center;
}

.piedpagecentre
{
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

/*test nouveau effect image hover*/
figure
{
  display: inline-block;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 40em;
}
.imghoverzoom
{
  overflow: hidden;
}
.imghoverzoom img
{
  transition: transform .7s ease;
  transform: scale(1.05);
}
figure:hover img
{
  transform: scale(1);
}
figcaption
{
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
transition: transform .7s ease, scale .5s;
}

figure:hover figcaption
{
background-color: rgba(0,0,0,0.5);
margin:auto;
transform: scale(1.05);
}

figure figcaption h3
{
  position: absolute;
  top: 40%;
  width: 100%;
  transition: transform 0.3s;
  text-align: center;
  color: white;
}

figure:hover figcaption h3
{
transform: translate(0px, 0px);
}

figure figcaption p
{
  position: absolute;
  top: 60%;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  color: white;
  visibility:hidden;
  font-size: x-small;

}

figure:hover figcaption p
{
  visibility:visible;
  font-size: medium;
}

.carousel-item {
  transition: none !important;
  opacity: 1 !important;
}