@font-face {
    font-family: "DancingScript";
    src: url('/web/ressources/fonts/DancingScript-Medium.ttf');
    font-weight: 100;
}
@font-face {
    font-family: "DancingScript";
    font-weight: normal;
    src: url('/web/ressources/fonts/DancingScript-SemiBold.ttf');
}
@font-face {
    font-family: "IndieFlower-Regular";
    font-weight: normal;
    src: url('/web/ressources/fonts/IndieFlower-Regular.ttf');
}
@font-face {
    font-family: "DancingScript";
    font-weight: bold;
    src: url('/web/ressources/fonts/DancingScript-Bold.ttf');
}
.qrhunt-parcours #layout1{
    font-family: "IndieFlower-Regular";
}

.qrhunt-parcours.editor{
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.qrhunt-parcours div.editable, .qrhunt-parcours .blog-front-custom p{
    font-size:20px;
}
.qrhunt-parcours .display-none{
    display:none;
}
.qrhunt-parcours .events li { 
  display: flex; 
  color: #999;
}

.qrhunt-parcours .events time { 
  position: relative;
  padding: 0; }

.qrhunt-parcours .events time::after { 
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #fff;
   border: 1px #ccc solid;
   width: .8em;
   height: .8em;
}

.qrhunt-parcours .events .qrfind time::after{
    border: 7px #000 solid;
}

.qrhunt-parcours .events a {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
}

.qrhunt-parcours .events li:not(:last-child) span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 1px #ccc solid;
}

.qrhunt-parcours .events strong {
   display: block;
   font-weight: bolder;
}
.qrhunt-parcours .events .qrfind strong{
    color:#000;
}
.qrhunt-parcours .events { margin: 15px 0 0 15px; width: 100%; }

.qrhunt-parcours .events, 
.qrhunt-parcours .events *::before, 
.qrhunt-parcours .events *::after { box-sizing: border-box; font-family: arial; }

.qrhunt-parcours .stepsusercontainer{
    width: 50%;
    background-color: #fff;
    color:#333;
    min-height: 300px;
    top:114px;
    border-radius: 0 8px 8px 0;
    left: 0;
    position: absolute;
    z-index: 999999;
    box-shadow: 0 5px 10px rgba(154,160,185,1), 0 15px 40px rgba(166,173,201,.2);
    margin-left:-50%;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;  
}
.qrhunt-parcours .stepsqrcodecontainer{
    width: 90%;
    background-color: #fff;
    color:#333;
    min-height: 300px;
    top:114px;
    border-radius: 0 8px 8px 0;
    left: 5%;
    position: absolute;
    z-index: 999999;
    box-shadow: 0 5px 10px rgba(154,160,185,1), 0 15px 40px rgba(166,173,201,.2);
    margin-left:-100%;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    transition: all 0.3s ease-out;  
    text-align: center;
}

.qrhunt-parcours #layout1 .stepsuser, .qrhunt-parcours #layout1 .stepsqrcode{
    font-size: 13px;
    position: absolute;
    left: 10px;
    top:10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    z-index:10;
    border:2px solid #fff;
    color: #000;
    cursor: pointer;
}

.qrhunt-parcours #layout1 .stepsuser, .qrhunt-parcours #layout1 .stepsqrcode{
        background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
        background-image: linear-gradient(top, #f4f1ee, #fff);
        border-radius: 50%;
        box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
}
.qrhunt-parcours #layout1  .stepsqrcode{
    left:50%;
    width: 150px;
    margin-left:-75px;
    border-radius:8px;
    height: 33px;
    line-height: 33px;
    font-weight: 700;
}
.qrhunt-parcours #layout1  .stepsuser:hover, .qrhunt-parcours #layout1  .stepsqrcode:hover{
        background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
        background-image: linear-gradient(top, #fff, #f4f1ee);
        color:#0088cc;
}
.qrhunt-parcours #layout1  .stepsuser:active, .qrhunt-parcours #layout1  .stepsqrcode:active{
        background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
        background-image: linear-gradient(top, #efedec, #f7f4f4);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

.qrhunt-parcours #layout1  .stepsuser:active:after, .qrhunt-parcours #layout1  .stepsqrcode:active:after{
        color:#dbd2d2;
        text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
}
                
.qrnameunderline {
    top: -20px;
    font-size: 70px;
    width: 100%;
    display: block;
    position: relative;
}
.qruser a{
    background-color: #DC2626;
    display: inline-block;
    margin-left:10px;
}
.qrcontact, .qruser, .skiogrande .quizz, .qrcodeinfo, .infobox, .forfaitinfo{
    display:none;
    z-index: 999999;
}
.qrhunt-parcours #layout1 .open-contact{
    font-weight: bold;
    font-size:22px;
    text-align: center;
    padding-top:5px;
}
.qrhunt-parcours .btn-white{
    border: 1px solid #fff;
    border-radius:5px;
    padding: 3px 10px;;
}
.qrhunt-parcours .close-contact,.qrhunt-parcours .open-contact, .close-user, .close{
    color:#fff;
}
.close{
    font-weight: bold;
    font-size: 18px;
}
.qrhunt-parcours .qrlogin{
    position: absolute;
    top: 260px;
    height: 100%;
    height: -webkit-calc(10000% - 260px);
    height: -moz-calc(10000% - 260px);
    height: calc(10000% - 260px);
    width:100%;
    z-index: 999;
    background:#000;
}

.qrhunt-parcours .close-contact, .close-user, .close{
    padding-right:20px;
    text-align: right;
    position: relative;
    z-index: 10;
}
.qrcontact, .qruser, .skiogrande .quizz,.qrcodeinfo, .infobox, .forfaitinfo{
    position: absolute;
    bottom: 0px;
    width:100%;
    background:#000;
}
.admineditor .close{
    display:none;
}
.admineditor .quizz, .admineditor .qrcodeinfo, .admineditor .infobox, .admineditor .forfaitinfo{
    position:relative;
    background-color: #fff;
    float: left;
    display: block;
}
.admineditor .quizz:before, .admineditor .qrcodeinfo:before, .admineditor .infobox:before, .admineditor .forfaitinfo:before{
    display: none;
}
.quizz, .qrcodeinfo, .infobox, .forfaitinfo, .skiogrande .qruser{
    min-height: 70%;
    bottom:-100%;
}
.skiogrande .quizz form{
    color:#fff;
    padding:10px;
}
.quizz form{
    padding-bottom:50px;
    font-size: 20px;;
}
.quizz h2{
    margin-bottom:10px;
    font-size: 22px;
}

.qrhunt-parcours .skiogrande .qrlogin, html body.skiogrande .bg-black,html body.skiogrande .qrcontact, html body.skiogrande .qruser, html .skiogrande .quizz,.skiogrande .qrcodeinfo,.skiogrande .infobox,.skiogrande .forfaitinfo{
    background:#4495AA;
    color:#fff;

}
.quizz .case-h label{
    display:inline-block;
    margin-right:15px;
    margin-bottom:15px;
}
.quizz .case-v label{
    width: 100%;
    display:inline-block;
    margin-bottom:15px;
}
.quizz .button-sub{
    width:100%;
    margin-top:30px;
}
.qrcontact textarea, .qruser textarea, .quizz textarea{
    width:100%;
    min-height:150px;
}
.qrlogin:before, .qrcontact:before, .qruser:before, .quizz:before, .qrcodeinfo:before, .infobox:before, .forfaitinfo:before {
    content:" ";
    position:absolute;
    width:100%;
    height:150px;
    top: -150px;
    background: linear-gradient(transparent, black);
}
.skiogrande .qrlogin:before,.skiogrande .qrcontact:before,.skiogrande .qruser:before,.skiogrande .quizz:before, .qrcodeinfo:before, .infobox:before, .forfaitinfo:before {
    background: linear-gradient(transparent, #4495AA);
}
.skiogrande{
    padding-top:60px;
    font-family: Roboto, 'Helvetica Neue', sans-serif;
}
.qrname{
    font-family: DancingScript;
}
.qrname img{
    display: inline-block;
}
.upsize{
    position: absolute;
    right:6px;
    top: 8px;
    z-index: 99991;
}
.upsize input{
    text-align: center;
    font-family: sans-serif;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 20px;
    font-size: 26px;
    margin-left: 10px;
}
.qrhunt-parcours .headershape,.qrhunt-parcours .footerhape {
    width:100%;
    height:30px;
    background:#000;
    position:relative;
    overflow: hidden;
}
.qrhunt-parcours .headershape:after, .qrhunt-parcours .footerhape:before {
    content:" ";
    position:absolute;
    width:100%;
    height:33px;
    background:#fff;
    left:0; bottom:-50%;
    border-radius:50%;
}
.footerhape:before {
    top:-50%;
    bottom: 0;
}
.qrhunt-parcours .qrhunt-parcours{
    font-family: IndieFlower-Regular;
    font-style: normal;
    font-weight: 100;
    margin: auto;
    position: relative;
}
@media (min-width: 1000px) { 
    .qrhunt-parcours .qrhunt-parcours{
        max-width: 400px;
    }
}
.button-more-small{
    border: 1px solid #272724;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px;
}
.qrhunt-parcours .qrhunt-parcours #form-publish-event .select2-container--default .select2-selection--single{
    top: 0px;
    height: 46px;
    border:none;
    background-color: rgba(229, 231, 235, 1);
}
.qrhunt-parcours .event-card-border{
    border: 1px solid #FF4429;
}
#agenda .event-card-border{
    border: 2px solid #EDEDED;
}
.qrhunt-parcours .event-card-town{
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #000;
    text-align: left;
}

.event-titre, .event-titre-short{
    position: relative;
}
.event-titre:after, .event-titre-short:after{
    content: "";
    position: absolute;
    top: 27px;
    width: 100%;
    left: 240px;
    height: 1px;
    background-color: #000;
}
.event-titre-short:after{
    left: 150px;
}
.event-card-description{
    padding-bottom:15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.bg-red{
    background-color: #FF4429;
}
#agenda .bg-red{
    background-color: #272724;
}
.qrhunt-parcours .encart-head{
    margin-left: 60%;
    max-width: 35%;
}
.qrhunt-parcours .encart-head h1{
    text-transform: uppercase;
}
.qrhunt-parcours .encart-head h1, .qrhunt-parcours .encart-head p{
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
}
.qrhunt-parcours .link-sub-categories{
    border-radius: 50%;
    background-color: rgba(220, 38, 38,1);
    color: #fff;
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-right: 15px;
    margin-top: 20px;
}
.qrhunt-parcours .qrhunt-parcours #nav-dropdown .sous-menu li a{
    color:#fff; 
}
.qrhunt-parcours .qrhunt-parcours #nav-dropdown .sous-menu li{
    display: inline-block;  
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
.qrhunt-parcours .qrhunt-parcours #nav-dropdown li:hover a{
    color:#fff; 
}
.qrhunt-parcours .qrhunt-parcours #nav-dropdown li:hover{
    background-color: #EF4444;
}
.qrhunt-parcours .qrhunt-parcours #nav-dropdown .sous-menu{
    width:100%;
    background-color: #EF4444;
    left:0;
}
.qrhunt-parcours #logo-main{
    max-width: 600px;
    margin-top:80px;
}
.qrhunt-parcours #barre{
    background-image: url('../../images/bandeau-11.png');
    background-repeat: no-repeat;
    background-position-x: 40%;
}
.qrhunt-parcours .search{
    position: absolute;
    top: -100px;
    right: 0;
}
.search input{
    border:1px solid #000;
    border-radius: 20px;
    padding: 0 8px;
}
.qrhunt-parcours .qrhunt-parcours .bg-black.opacity-50{
    opacity: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 72%, rgba(0,0,0,1) 111%);
}
.qrhunt-parcours .qrhunt-parcours .phrase-accorche{
    font-size: 1.2rem;
}
.qrhunt-parcours .border-menu{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.social-button:hover .social-links{
    display: block;
}
.social-button{
   position: relative; 
}
.social-links{
    position: absolute;
    top: -83px;
    right: -45px;
    color: #333;
    font-size: 40px;
    width: 45px;
    padding-left: 10px;
    display: none;
}
.qrhunt-parcours .layer{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgb(255,255,255,0.7);
}

.qrhunt-parcours #nav-dropdown{
    text-transform: uppercase;
}
.qrhunt-parcours #nav-dropdown li:hover .hidden{
    display: block;
}
.qrhunt-parcours #nav-dropdown .sous-menu{
    z-index: 99999;
}
.qrhunt-parcours #nav-dropdown .sous-menu li{
    text-align: left;
}
.qrhunt-parcours #nav-dropdown .sous-menu .first{
    border-radius: 0.375rem 0.375rem 0 0; 
}
.qrhunt-parcours #nav-dropdown .sous-menu .last{
    border-radius: 0 0 0.375rem 0.375rem;
}

.qrhunt-parcours .pagination {
  display: block;
  width:100%;
  float: left;
}

.qrhunt-parcours .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.qrhunt-parcours .pagination a.active {
  background-color: #DC2626;
  color: white;
  border: 1px solid #DC2626;
}

.qrhunt-parcours .pagination a:hover:not(.active) {background-color: #ddd;}
.qrhunt-parcours .select-page {
    position: relative;
    float: left;
}
.qrhunt-parcours .pagination .sub-select-page a {
    margin: 0;
    width: 70px;
    text-align: center;
    border-right: none;
    border-top: none;
}
.qrhunt-parcours .pagination .sub-select-page {
    display: none;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 227px;
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
}
.qrhunt-parcours .select-page:hover .sub-select-page {
    display: block;
}
.facebook-container { 
    overflow:hidden; 
    position:relative; 
}
.youtube-container { 
overflow:hidden; 
position:relative; 
height:0;
padding-bottom:56.25%; 

}

.facebook-container iframe, .youtube-container iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

.qrhunt-parcours .qrhunt-parcours .select2-container--default .select2-selection--single {
 height:25px;
}
.qrhunt-parcours .qrhunt-parcours b, .qrhunt-parcours .qrhunt-parcours strong{
    font-weight: bold;
}
.home-map{
    padding: 190px 0;
    text-align: left;
    padding: 223px 0 147px 237px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../images/carte-savoie.png');
}
.home-map p{
    margin-top:10px;
    margin-bottom:10px;
}
.home-map h2{
    line-height: 28px;
    font-size: 26px;
    font-weight: bold;
}
.qrhunt-parcours .qrhunt-parcours .home-map .select2-dropdown{
    border: 1px solid #000;
}
.qrhunt-parcours .qrhunt-parcours .home-map .select2-container--default .select2-selection--single{
    border: 1px solid #000;
    border-radius: 20px;
    padding: 0 8px;
    height: 29px;
}
.h2-sub{
    position: relative;
}
.h2-sub:after{
    left: 0;
    bottom: -10px;
    position: absolute;
    border-bottom: 1px solid #000;
    content: "";
    width: 100px;
    height: 1px;
}
/* TIMER */



button[data-setter] {
    outline: none;
    background: transparent;
    border: none;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    width: 25px;
    height: 30px;
    color: #ff1100;
    cursor: pointer;
  }
  
  .timer-container {
    position: absolute;
    left:50%;
    margin-left:-50px;
    top: 160px;
    width: 100px;
    box-shadow: 0px 0px 34px 25px #000000;
    background-color: #000;
    border-radius: 50%;
  }
  
  .setters {
    position: absolute;
    left: 85px;
    top: 75px;
  }
  
  .minutes-set {
    float: left;
    margin-right: 28px;
  }
  
  .seconds-set { float: right; }
  
  .controlls {
    position: absolute;
    left: 16px;
    top: 29px;
    text-align: center;
  }
  
  .display-remain-time {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 28px;
    font-weight: 400;
    color: #ff1100;
  }
  
  #pause {
    outline: none;
    background: transparent;
    border: none;
    margin-top: 10px;
    width: 50px;
    height: 50px;
    position: relative;
  }
  
  #pause:hover { opacity: 0.8; }
  
  .e-c-base {
    fill: none;
    stroke: #B6B6B6;
    stroke-width: 4px
  }
  
  .e-c-progress {
    fill: none;
    stroke: #ff1100;
    stroke-width: 4px;
    transition: stroke-dashoffset 0.7s;
  }
  
  .e-c-pointer {
    fill: #FFF;
    stroke: #ff1100;
    stroke-width: 2px;
  }
  
  #e-pointer { transition: transform 0.7s; }
.button-back{
    padding: 8px 15px;
    border-radius: 8px;
    color:#fff;
    background-color: rgb(4, 120, 87);
    font-size: 18px;
    font-weight: 500;
}
.enigme-box input{
    width:70%;
    margin-left: 15%;
}
.admineditor .enigme-box{
    position: inherit;
    height: 20px;
    background-color: #DC2626;
    min-height:200px;
}
.enigme-box div.content-block{
    padding: 0 30px;
}
.enigme-box input{
    background-color: #f7eac8;
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px; /* Adoucit les coins pour un effet plus ancien */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); /* Simule une ombre légère pour un effet de relief */
    color: #8a4b08; /* Couleur de texte qui rappelle l'encre ancienne */
    text-shadow: 1px 1px 1px #fff; /* Un léger ombrage pour donner du relief au texte */
}
.enigme-box{
    
    width: 100%;
    height:fit-content;
    position: absolute;
    backdrop-filter: blur(10px);
    z-index: 999;

    background-image: url('/web/ressources/images/enigme-corps.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}
#layer-close{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 99999;
    display: none;
}
.animatedDiv h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.animatedDiv {
    display: none;
    position: fixed;
    width: 70%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 10px;
    padding: 35px;
    background-color: #fff;
    font-size: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.animatedDiv img{
    width:100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.show-texte-btn{
    cursor: pointer;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    background-color:#0380f0;
    border-radius: 5px;
    margin: 15px auto;
    width:60%;
    display:inline-block;

}
.show-texte-btn-container{
    text-align: center;
    float: left;
    width: 100%;
}
.show-texte{
    display:none;
}

.qrhunt-parcours .skiogrande .header-slim .qrname img:nth-child(1) {
    margin:0 0 0 15px;
}
.qrhunt-parcours .skiogrande .header-slim .qrname img:nth-child(2) {
    margin-right: 15px; /* Pousse la deuxième image vers la droite */
}
.qrhunt-parcours .skiogrande .header-slim .qrname{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.qrhunt-parcours .skiogrande .header-slim{
    background-color:#fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.qrhunt-parcours #layout2.skiogrande .imgfirst .character-name{
    margin-bottom:20px;
    font-weight:bold;
}
.qrhunt-parcours .skiogrande .imgfirst{
    background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70px, rgba(255, 255, 255, 0) 100%);
    top:-69px;
    margin-bottom:-69px;
}
.qrhunt-parcours .skiogrande .list-1{
    list-style-type: none;
}

.qrhunt-parcours .skiogrande .list-1 li{
    list-style-type: none;
    margin-bottom:9px;
    width:100%;
}

.qrhunt-parcours .skiogrande .btn-1, .skiogrande .button-sub, #ccm{
    padding: 7px 15px;
    font-family: "Aller", Sans-serif;
    font-size: 1.2em;
    /* font-weight: bold; */
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4495AA;
    border-radius: 5px;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.2);
    width:80%;
    display: inline-block;
    cursor: pointer;
}
#ccm{
    font-size: 17px;
}
.qrhunt-parcours .skiogrande .btn-1.w-full{
    width:100%;
}
.qrhunt-parcours .skiogrande .btn-1.yellow{
    background-color: #F8B80A;
}

#image-upload-form #submitButton{
    margin-top:20px;
}
#image-upload-form #submitButton:not(:disabled){
    color:#fff;
    background-color: #F8B80A;
    animation: changeColor2 2s infinite alternate; /* Animation continue */
}

@keyframes changeColor2 {
    0% {
        background-color: #F8B80A;
    }
    100% {
        background-color: #fad776;
    }
}
#image-upload-form #submitButton:disabled{
    background-color: #e0e0e0; /* Changer la couleur d'arrière-plan des champs désactivés */
    color:#000;
}
#image-upload-form{
    text-align: center;
}
#image-upload-form label{
    width:42%;
    margin-left:4%;
    text-align: center;
}
.qrhunt-parcours .skiogrande .box_content .btn-1{
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width:100%;
    height:100px;
    display: flex;
}
.skiogrande .button-sub{
    background-color: #F8B80A;
}
.list-1 .img-container{
    width:20%;
    text-align: center;
    float: left;
}
.list-1 img{
    display:inline-block;
    width:30px;
}

.qrhunt-parcours .skiogrande .stepsusercontainer .close-user{
    font-weight: bold;
    font-size: 14px;
    text-shadow:  -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    text-transform: uppercase;
}
.qrhunt-parcours .skiogrande .stepsusercontainer{
    background-color: #4495AA;
    border-radius: 0;
    border:2px solid #000;
    padding:10px;
    width:100%;
    margin-left:-100%;
    min-height: 100%;
    top:60px;
}
.qrhunt-parcours #layout2.skiogrande .footer{
    z-index: 99999;
}
.qrhunt-parcours .skiogrande .stepsusercontainer .events{
    background-color: rgb(0,0,0,0.3);
    border:2px solid #1e434d;
    padding:10px;
    width:auto;
}
.qrhunt-parcours .skiogrande .stepsusercontainer li.active{
    animation: changeColor 2s infinite alternate; /* Animation continue */
}
@keyframes changeColor {
    0% {
        background-color: #897689;
    }
    100% {
        background-color: #dbd2db;
    }
}

.qrhunt-parcours .skiogrande .stepsusercontainer li{
    padding:0px;
    width: 100%;
    margin-bottom: 5px;;
    background-color: #897689;
    border-top:1px solid #000;
    border-left:2px solid #000;
    border-right:2px solid #000;
    border-bottom:3px solid #000;
    text-shadow:-1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.qrhunt-parcours .skiogrande .stepsusercontainer li .name{
    padding:3px 10px 3px 5px;
    display: inline-block;
    color:#fff;
}
.qrhunt-parcours .skiogrande .stepsusercontainer li .index{
    background-color: #6E606D;
    padding:2px 9px;
    margin-right:10px;
    display: inline-block;
    color:#fff;
}
.qrhunt-parcours .skiogrande .stepsusercontainer li img{
    display: inline-block;
    width: 17px;
    margin-right: 8px;
}
.qrhunt-parcours .skiogrande{
}
.qrhunt-parcours .skiogrande .stepsusercontainer h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    padding: 0;
    text-align: center;
    color: #fff;
}
.qrhunt-parcours .skiogrande .stepsusercontainer li .points{
    padding:5px 10px;
    font-size: 15px;
    color:#EFBD4A;
    font-weight: bold;
    background-color:#665963;
    border-left:2px solid #000;
    display: inline-block;
    margin-left: auto;
    color:#fff;
}
.display-none{
    display:none;
    visibility: hidden;
}
.qrhunt-parcours .skiogrande{
    /*background-color: rgba(248,249,250,1);*/
}
.deconnecte #map{
    display: none;
}
.qrhunt-parcours .skiogrande h1{
    font-size:36px;
}

.qrhunt-parcours .skiogrande h1,
.qrhunt-parcours .skiogrande h2,
.qrhunt-parcours .skiogrande h3,
.qrhunt-parcours .skiogrande h4,
.qrhunt-parcours .skiogrande h5{
    font-family: "Londrina Solid", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#333;
}
.qrhunt-parcours .skiogrande .infobox h1,
.qrhunt-parcours .skiogrande .qrlogin h2,
.qrhunt-parcours .skiogrande .infobox h2,
.qrhunt-parcours .skiogrande .infobox h3,
.qrhunt-parcours .skiogrande .infobox h4{
    color:#fff;
}
.qrhunt-parcours .skiogrande .quizz h2{
    color:#fff;
    font-size: 30px;
    margin-bottom:30px;
}
.londrina-solid-thin {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .londrina-solid-light {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .londrina-solid-regular {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .londrina-solid-black {
    font-family: "Londrina Solid", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .skiogrande .shadow{
    background-color: transparent;
    border-radius: 15px;
  }
  .shadow{
    box-shadow: 0 6px 12px rgba(33,37,41,.35);
    position: relative;
  }
  .bg-radient{
    background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  }
  .qrhunt-parcours .skiogrande .btn-1.violet{
    background-color: #8d6a9f;
  }
  .qrhunt-parcours .skiogrande .btn-1.rouge{
    background-color: #dc4a21;
  }
  .qrhunt-parcours .skiogrande .btn-1.bleufonce{
    background-color: #3e3f9B;
  }
  .wave-container .button-sub{
    margin-top: 10px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius:8px;
    width: auto;
    padding:5px 20px;
  }
  .wave-container h2{
    font-weight:bold;  
  }
  .wave-container {  
    background-color: #20B2AA;
    color:#fff;
    position: relative;
    float: left;
    padding:15px;
    margin-top: 30px;
  }
  
.wave-container::before {   
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -14px;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 33vw bottom;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 98L50 92C100 86 200 74 300 50C400 26 500 -10 600 2C700 14 800 74 900 98C1000 122 1100 110 1150 104L1200 98V134H1150C1100 134 1000 134 900 134C800 134 700 134 600 134C500 134 400 134 300 134C200 134 100 134 50 134H0V98Z' fill='%2320b2aa'/></svg>");
  }
  .faq-item {
    margin: 10px 0;
    border-radius: 5px;
  }
  .faq-question {
    cursor: pointer;
    font-size:15px;
    font-weight: bold;
  }
  .faq-answer {
    display: none;
    padding: 15px;
  }
  .qrhunt-parcours .skiogrande .faqinfo h1{
    color:#F8B80A;
    font-size:20px;
    font-weight: bold;
    margin-top: 15px;
  }
  .qrhunt-parcours .skiogrande .histoire, .qrhunt-parcours .skiogrande .faqinfo,  .qrhunt-parcours .skiogrande .qruser{
    max-height: 95%;
    position: relative;
  }
  .qrhunt-parcours .skiogrande .histoire .content-block,
  .qrhunt-parcours .skiogrande .faqinfo .content-block{
    overflow-y: scroll;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
  }
  .qrhunt-parcours .skiogrande .faqinfo h2{
    padding:10px 0;
    color:#F8B80A;
    font-size:18px;
  }

 /* Style général */
* {
    scrollbar-color: #F8B80A #fff;
    scrollbar-width: thin;
}

/* Style spécifique WebKit */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #F8B80A;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #F8B80A;
}
.flocon-trans{
    
    background-size: contain;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    width: 41px;
    height: 41px;
    background: white;
    border-radius: 50%;
    filter: blur(4px); /* Ajoute un effet de flou */
}
.flocon-trans-container{
    height: 35px;
    width: 33px;
    left:4px;
    top:3px;
    background-image: url('/web/ressources/images/flocon-ok-trans.png');
    background-size:contain;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flocon-text {
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    background-color: rgb(255,255,255,0.5);
    height: 17px;
    width: 17px;
    position: relative;
    z-index: 3;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  .title-pts{
    font-size: 18px;
    text-align: center;
  }
  images {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .quizz-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  
  .quizz-option {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    border: 1px solid #817979;
    box-shadow: #000000 0px 2px 10px -2px;
    border-radius: 4px;
    padding: 2px 3px 2px 15px;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  
  .quizz-option:hover {
    background-color: #f8f8f8;
    border-color: #bbb;
  }
  
  .option-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .option-number {
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .quizz-option input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  /* cacher l’input pour styliser le label entier */
  .quizz-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #aaa;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
  }
  
  .quizz-option input[type="radio"]:checked {
    border-color: #3498db;
    background-color: #3498db;
  }
  
  .quizz-option img {
    max-height: 150px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.25s ease;
  }
  
  /* effet de sélection visuelle */
  .quizz-option:has(input[type="radio"]:checked) {
    border-color: #3498db;
    background-color: #eaf4ff;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
  }
  
  .quizz-option:has(input[type="radio"]:checked) img {
    transform: scale(1.03);
  }
  
  .text-center {
    text-align: center;
  }
  
  .button-sub {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 1em;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  
  .button-sub:hover {
    background-color: #2980b9;
  }
  .input-enigme{
    padding: 5px 10px;
    border:1px solid #eee;
    border-radius:5px;
  }
  .quizz-abandon{
    margin-top:25px;
    cursor:pointer;
    font-style: italic;
    display:block;
  }