@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

.wrapper{
  padding: 1%;
}

.wrapper ul{
  display: flex;
  padding-left: 0%;
}

.wrapper ul li{
  margin-right: 30px;
  position: relative;
}

.wrapper ul li:before{
  content: ">";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 25px;
  font-weight: bold;
  color: #212529;
}

.wrapper ul li:last-child{
  margin-right: 0;
}

.wrapper ul li:last-child:before{
  display: none;
}

.wrapper ul li a{
  text-align: center;
  color: #000;
  font-size: 18px;
}

.wrapper ul li a .icon{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 12px;
  font-size: 22px;
  text-align: center;
  background: #212529;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(62,88,113,0.8); 
}

.wrapper ul li.active a .icon{
  background: #fff;
  color: #212529;
}

.wrapper ul li.active a{
  color: #212529;
}

.wrapper_radio{
  display: inline-flex;
  background: #fff;
  height: 50;
  width: 200px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
.wrapper_radio .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper_radio .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper_radio .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper_radio .option span{
  font-size: 20px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary-bis {
  background-image: linear-gradient(to bottom, #00bfff, #1e90ff);
  border: none;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;}

.btn-dij {
  color: #fff;
  background-color: #a388f9;
  
  border-color: #a388f9;
}

html {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
}

b {
position: relative;
display: block;
font-family: helvetica neue, helvetica, sans-serif;
line-height: 1.15em;
margin-top: -1.15em;
top: 2.3em;
font-size: 0.67em;
font-weight: 400;
letter-spacing: 0.025em;
opacity: 0.75;
text-align: center;
}

b span {
font-size: 0.785em;
font-weight: 400;
opacity: 0.4;
}

#intro {
width: 200px;
margin: 100px auto 0;
}

.button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-top: 40px;
}

.button2 {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-top: 40px;
  border-radius: 50px 20px;
}

.button .bottom {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background-color: #94b8b7;
  display: block;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.button2 .bottom {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background-color: #a388f9;
  display: block;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.button .top {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 34px 22px 34px;
  border: 2px solid #a388f9
}

.button2 .top {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 34px 22px 34px;
  border: 2px solid #a388f9;
}

.button-dark .top {
  border: 2px solid #fff;
}

.button .top .label {
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.button2 .top .label {
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.button-dark .top .label {
  color: #fff;
}

.button:hover .bottom {
  left: 0;
  top: 0;
  background-color: #f3f3f3;
}

.button2:hover .bottom {
  left: 0;
  top: 0;
  background-color: #f3f3f3;
}

.button:hover .top .label {
  color: #2acdc1;
}

.button2:hover .top .label {
  color: #4337c9;
}

.button-border {
  position: absolute;
  background-color: #2acdc1;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.button:hover .top .button-border-left,.button:hover .top .button-border-right {
  height: calc(100% + 2px);
}

.button2:hover .top .button-border-left,.button:hover .top .button-border-right {
  height: calc(100% + 2px);
}

.button:hover .top .button-border-top,.button:hover .top .button-border-bottom {
  width: calc(100% + 2px);
}

.button2:hover .top .button-border-top,.button:hover .top .button-border-bottom {
  width: calc(100% + 2px);
}

.button-border-left {
  left: -2px;
  bottom: -2px;
  width: 2px;
  height: 0;
}

.button-border-top {
  left: -2px;
  top: -2px;
  width: 0;
  height: 2px;
}

.button-border-right {
  right: -2px;
  top: -2px;
  width: 2px;
  height: 0;
}

.button-border-bottom {
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 2px;
}

.newradius {
  background-color: #fff;
  border: 2px solid #2acdc1;
  padding: 10px;
  border-radius: 50px 20px;
  text-decoration: none;
  padding: 20px;
}

form .form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
button .button3 {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
button.button3:hover {
  filter: contrast(115%);
}
button.button3:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.flag {
width: 20%;
}

#serenite {
	padding-top: 120px;
}

#serenite .snap {
	width: 90px;
	margin: auto;
	display: block;
	margin-bottom: 30px;
}

#serenite h1, #commencer h1 {

	font-family: 'montserrat', sans-serif;
	color: var(--blue);
	font-size: calc(20px + 2vw);
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
}

#serenite h1 span, #commencer h1 span {
  /*color: #2acdc1;*/
  color: #FF6EC7;
  
 	font-weight: 400;
 }

 #serenite img {
 	vertical-align: top;
 }

#serenite p {
	font-family: 'montserrat', sans-serif;
	color: #000;
	font-size: calc(15px + 0.2vw);
	font-weight: 500;
	line-height: 1.9em;
}

#serenite p span {
	color: #94b8b7;
	font-weight: 700;
	font-style: italic;
}

.sep2 {
  display: block;
  width: 80px;
  height: 8px;
  background-color: #94b8b7;
  margin-bottom: 30px;
  margin-top: 50px;
}
/** BLOC RASSURANCE ---   BLOC RASSURANCE ---   BLOC RASSURANCE ---   BLOC RASSURANCE ---   BLOC RASSURANCE ---   BLOC RASSURANCE ---   BLOC RASSURANCE ---   - **/

#rassurance 
{
	text-align: center;
}
#rassurance .col-sm-12 
{
	padding: 0px 25px;
}

#rassurance .borderright 
{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#rassurance .icon 
{
	max-width: 60px;
	margin-bottom: 20px;

}

#rassurance h5 
{
	font-family: 'montserrat', sans-serif;
	color: #fff;
	font-size: calc(15px + 0.3vw);
	font-weight: 800;
	line-height: 1.4em;
	text-transform: uppercase;
}

#rassurance p 
{
 	font-family: 'montserrat', sans-serif;
	color: #2acdc1;;
	font-size: calc(13px + 0.2vw);
	font-weight: 500;
	line-height: 1.6em;
}

.bg_rassurance
{
	background-color: #94b8b7;
	padding: 50px 0px;
}
/** FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---  FIN RASSURANCE ---   **/
#border {
  width: 100%;
  height: 25px;
  background-image: url(https://ludotech-holding.fr/omcgassets/v2/img/border.svg);
  background-repeat: repeat-x;
}
#commencer {
	padding-top: 50px;
	margin-bottom: -50px;
}

#commencer .sep3 {
	margin-bottom: 80px;
}

#commencer .num {
	max-width: 120px;
	float: left;
	padding: 0px 20px 40px 0px;

}

#commencer  h4 {
	font-family: 'montserrat', sans-serif;
	color: #2acdc1;
	font-size: calc(17px + 0.5vw);
	font-weight: 800;
	line-height: 1.5em;

}

#commencer p {
	font-family: 'montserrat', sans-serif;
	color: var(--blue);
	font-size: calc(14px + 0.3vw);
	font-weight: 500;
	line-height: 1.9em;
}

#commencer .CTA {
	padding: 80px 0px 120px 0px;
	background: #f7f7f8;
	background-image: url(../img/pattern_car.png);
	background-size: cover;


}

#commencer .CTA .CTA_immat:hover, #commencer .CTA .CTA_cg:hover {
		transform: translateY(-20px);
}

#commencer .CTA .CTA_immat {
	background-color: var(--blue);
	border-radius: 15px;
	padding: 20px 20px 10px 20px;
}

#commencer .CTA .CTA_cg {
	background-color: #2acdc1;
	border-radius: 15px;
	padding: 20px 20px 10px 20px;
}


#commencer .CTA .CTA_immat img, #commencer .CTA .CTA_cg img {
	max-width: 130px;
	float: left;
	margin-right: 20px;
	padding-bottom: 40px;
}


#commencer .CTA .CTA_immat h4, #commencer .CTA .CTA_cg h4 {
	color: #fff;
	font-family: 'montserrat', sans-serif;
	font-size: calc(17px + 0.5vw);
	font-weight: 800;
	line-height: 1.5em;
	text-transform: uppercase;
}

#commencer .CTA .CTA_immat p, #commencer .CTA .CTA_cg p {
	font-family: 'montserrat', sans-serif;
	color: #fff;
	font-size: calc(13px + 0.3vw);
	font-weight: 500;
	line-height: 1.6em;
}  

.bg-dijblue {
    background-color: #2acdc1!important;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}

.bg-light {
  background-color: #f3f4f4!important;
}

@media (max-width: 1500px) {
.page-title {
    padding: 4rem 0 5rem;
    padding-top: 4rem;
    padding-right: 0px;
    padding-bottom: 5rem;
    padding-left: 0px;
  }
}

.page-title {
  position: relative;
  padding: 6rem 0 7rem;
}

.module-logo.dark {
  background-color: #282b2e;
}

@media (max-width: 1500px){
.module-logo {
    padding: 4rem 2rem;
  }
}

.module-logo {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  padding: 5rem 2rem;
}

.module {
  line-height: 45px;
  display: inline-block;
}

.dark {
    color: #fff;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.menu-category {
  margin-bottom: 2rem;
}

.menu-category .menu-category-title.collapse-toggle[aria-expanded=true] {
  height: 35vh;
}

.menu-category .menu-category-title.collapse-toggle {
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease-out;
  cursor: pointer;
  height: 25vh;
}

.menu-category .menu-category-title {
  position: relative;
  height: 35vh;
  min-height: 160px;
  color: #fff;
  padding: 3rem;
  background-color: #282b2e;
}

.bg-image, .bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 1500px) {
.menu-category .menu-category-title .title {
    font-size: 4.5rem;
  }
}
.menu-category .menu-category-title .title {
  position: absolute;
  bottom: 42px;
  bottom: 3rem;
  left: 56px;
  left: 4rem;
  font-size: 70px;
  font-size: 5rem;
  z-index: 2;
  margin-bottom: 0;
}


.menu-list-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.menu-list-item {
  padding: 1.25rem 1.5rem;
  line-height: 1.2;
}

.align-items-center {
  align-items: center!important;
}

@media (min-width: 576px) {
.mb-sm-0, .my-sm-0 {
    margin-bottom: 0!important;
  }
}

.mb-2, .my-2 {
  /*margin-bottom: 0.5rem!important;*/
}

@media (min-width: 576px) {
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  background-color: #fff;
}

.box {
  flex-basis: 50%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease-in-out; /* Ajouter la transition pour l'effet loupe */

}

img.test {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out; /* Ajouter la transition pour l'agrandissement de l'image */

}

img.status {
  width: 600px;
  height: 400px;
}

img.status:hover {
  box-shadow: 0 0 10px #2acdc1;
}

.box img .status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2acdc1; /* Couleur blanche semi-transparente */
  opacity: 0; /* Laisser l'opacité à 0 par défaut pour afficher l'image complète */
  transition: opacity 0.3s ease-in-out; /* Ajouter une transition pour l'effet de fondu */
}

.box img .status:hover::before {
  opacity: 1; /* Augmenter l'opacité au survol de l'image pour afficher le voile blanc */
}

.box:hover img {
  transform: scale(1.5); /* Agrandir l'image au survol */
  /*z-index: 1; /* Placer l'image au-dessus de la loupe */
}

.box:hover::before,
.box:hover::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.box:hover::before {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px #000;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: opacity 0.3s ease-in-out; /* Ajouter la transition pour l'effet de fondu */
  opacity: 0; /* Cacher la loupe au départ */
}

.box:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  background-size: cover;
  transform: translate(-25%, -25%);
  opacity: 0; /* Cacher l'image de la loupe au départ */
  transition: opacity 0.3s ease-in-out; /* Ajouter la transition pour l'effet de fondu */
}

.box:hover::before,
.box:hover::after {
  opacity: 1; /* Afficher la loupe et l'image de la loupe avec un effet de fondu */
}

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.box:nth-child(1)::before {
  background-color: #ccc;
  opacity: 0.3;
}

.box:nth-child(2)::before {
  background-color: #ccc;
  opacity: 0.3;

}

.box:nth-child(3)::before {
  background-color: #ccc;
  opacity: 0.3;

}

.box:nth-child(4)::before {
  background-color: #ccc;
  opacity: 0.3;

}

.box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* Centrer le texte horizontalement */
  line-height: 1; /* Centrer le texte verticalement */
  font-size: 24px; /* Modifier la taille de la police du texte */
  color: #fff; /* Changer la couleur du texte */
  font-weight: bold; /* Mettre en gras le texte */
}

.image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
  border-radius: 10px;

}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-effect:hover img {
  transform: scale(1.1);
}

.hover-effect:hover .overlay {
  opacity: 1;
}

.image-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  background-color: #fff;
  opacity: 0.9;
  padding: 20px;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  transform: scale(1.1);
}

/* Loader Overlay */
#loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

/* Loader */
#loader {
  display: none;
  position: fixed;
  background-image: url('../barchart.gif');  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

/* Spinner */
.spinner {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}

.spinner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spin 1.2s linear infinite; 
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#qrcode {
  width:160px;
  height:160px;
  margin-top:15px;
}

.active {
  background-color: #7e5af5;
}

.btn:hover {
  background-color: #7e5af5;
  color: white;
}

.btn23 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: #94b8b7;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.btn23 span {
  margin-right: 10px;
}

.fa-times {
  margin-left: 10px;
}

/* Style the list (remove margins and bullets, etc) */
ul.closable {
  list-style-type: none;
  /*padding: 0;*/
  margin: 0;
}

/* Style the list items */
ul.closable li.closabled {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  position: relative;

}


/* Add a light grey background color on hover */
ul.closable li.closabled:hover {
  background-color: #eee;
}

/* Style the close button (span) */
.closab {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.closab:hover {background: #bbb;}

.buttongradient {
  /*background-image: linear-gradient(to bottom, #00bfff, #1e90ff);*/
  background-image: linear-gradient(to bottom, #94b8b7, #94b8b7);
  border: none;
  color: #000;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

/* Pour les écrans de petite taille */
@media (max-width: 767px) {
  .btn-group {
    display: block;
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
    border-radius: 0;
  }
}

/* Pour les écrans de taille moyenne */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-group {
    display: block;
    margin-bottom: 10px;
  }
  .btn {
    width: 100%;
    border-radius: 0;
  }
}

/* Pour les écrans de grande taille */
@media (min-width: 992px) {
  .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn {
    width: auto;
    border-radius: 4px;
  }
}
.button {
  /*background-image: linear-gradient(to bottom, #00bfff, #1e90ff);*/
  /* background-image: linear-gradient(to bottom, #7e5af5, #E6A3FF); */
  background-image: linear-gradient(to bottom, #94b8b7, #94b8b7);
  border: none;
  color: #000;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.buttongreen { 
  background-image: linear-gradient(to bottom, #80a76c, #6f9d5c);
  border: none;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.colorgreen {
  background: linear-gradient(to bottom, #ab9cd5 0%, #7e5af5 100%);
  border-color: #000;
  border-width: 2px;
  color: #000;
  font-weight: bold;
}

.colorgrey{
  background: #e4e4e4; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom,#85ce85, #009900); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom,#00cc00, #009900); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-color: #000;
  border-width: 2px;
  color: #000;
  font-weight: bold;
}
.coloryellow {
  background: linear-gradient(to bottom, #e0c274, #FFCE56);
  border-color: #000;
  border-width: 2px;
  color: #000;
  font-weight: bold;

}


.buttonwhite {
  background-image: linear-gradient(to bottom, #fff, #fff);
  border: none;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}



.button:hover,
.button.active {
  background-image: linear-gradient(to bottom, #1e90ff, #7e5af5);
}


.button-red {
  background-image: linear-gradient(to bottom, #fff, #ffc0cb);
  border: none;
  color: #fff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}
.button-red:hover,
.button-red.active {
  background-image: linear-gradient(to bottom, #ffc0cb, #fff);
}



.button:hover {
  box-shadow: 0 0 5px #888;
}

.button.active {
  box-shadow: 0 0 5px #888 inset;
}

  /* Ajoutez les media queries ici */
  @media only screen and (max-width: 600px) {
    .closable li {
      flex-wrap: wrap;
    }
    .closable li > * {
      margin: 5px 0;
    }
    .closable li span {
      margin-left: auto;
    }
    .closable li div {
      margin-left: 0;
    }
  }

  #progress-bar {
    height: 20px;
    background-color: #ddd;
    margin-top: 10px;
  }
  #progress-bar .fill {
    height: 100%;
    background-color: #4CAF50;
  }

  .mobile-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
  }
  
  .mobile-button i {
    font-size: 40px;
    margin-bottom: 65px;
  }
  
  .mobile-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  }

  .floating-element {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 10px 20px;
    background-color: #ff9800;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9999;
  }
  
  @media screen and (min-height: 800px) {
    .floating {
      top: calc(50% + 200px);
    }
  }

  body {
    scrollbar-width: none; /* Firefox */
  }
  
  body::-webkit-scrollbar {
    display: none; /* Safari et Chrome */
  }
  
  .square {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .square span {
    font-size: 16px;
    color: #000;
  }
  
  
  