/* 
    Created on : 16 mai 2025, 11:23:12
    Author     : michaelmiossec
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Prince Valiant';
    src: url('/quete/fonts/Prince Valiant.eot');
    src: url('/quete/fonts/Prince Valiant.eot?#iefix') format('embedded-opentype'),
        url('/quete/fonts/Prince Valiant.woff2') format('woff2'),
        url('/quete/fonts/Prince Valiant.woff') format('woff'),
        url('/quete/fonts/Prince Valiant.ttf') format('truetype'),
        url('/quete/fonts/Prince Valiant.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Enchanted Land';
    src: url('/quete/fonts/Enchanted Land.eot');
    src: url('/quete/fonts/Enchanted Land.eot?#iefix') format('embedded-opentype'),
        url('/quete/fonts/Enchanted Land.woff2') format('woff2'),
        url('/quete/fonts/Enchanted Land.woff') format('woff'),
        url('/quete/fonts/Enchanted Land.ttf') format('truetype'),
        url('/quete/fonts/Enchanted Land.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Letters for Learners';
    src: url('/mission/fonts/Letters for Learners.eot');
    src: url('/mission/fonts/Letters for Learners.eot?#iefix') format('embedded-opentype'),
        url('/mission/fonts/Letters for Learners.woff2') format('woff2'),
        url('/mission/fonts/Letters for Learners.woff') format('woff'),
        url('/mission/fonts/Letters for Learners.ttf') format('truetype'),
        url('/mission/fonts/Letters for Learners.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
#secret {
    width:50px;
    height:50px;
    background:transparent;
    position:absolute;
    bottom:0;
    right:0;
}


body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
    font-size: 80%;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    overflow-x: hidden;
}

.background-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('/quete/images/background.png') no-repeat center center;
    background-size: cover;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 768px) {
    body {
        background-size: cover;
        background-attachment: fixed;
    }
}

p strong {
    font-weight:500;
}

span.important, a.importantlink {
    color:#6C4934;
    font-weight:500;
}

.guillaume-paragraph {
            text-align: left;
            border-left: 4px solid black;
            padding-left: 10px; /* Optionnel : pour éloigner le texte de la bordure */
        }
		
.container {
            display: flex;
            align-items: center;
        }
.container img {
            margin-right: 10px; /* Optionnel : pour éloigner l'image du texte */
            height: 50px; /* Ajustez la hauteur de l'image selon vos besoins */
        }



.flexbox-container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center; /* S'assurer que le contenu commence en haut */
    /*height: 130vh;*/
    max-width: 500px;
    margin: auto;
}

.flexbox-container-row {
    display: flex;
    justify-content: center;        
    align-items: center;          
    flex-wrap: wrap;              
    margin: 0 auto;                
    max-width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin-left:4rem;
    margin-right:4rem
}

.flexbox-container-row-noBG {
    display: flex;
    justify-content: center;        
    align-items: center;          
    flex-wrap: wrap;              
    margin: 0 auto;                
    max-width: 100%;
    padding: 0;
    margin-left:4rem;
    margin-right:4rem;
    justify-content:center;
}


.flexbox-container-row.no-gap {
    justify-content:center;
}

.flexbox-container-column {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    margin: 0;
}

.fixed {
    flex: none;
    max-width: 85%;
}
.box {
    width: 100%;
}

h1 {
    font-family: 'Prince Valiant';
    letter-spacing:1px;
    line-height:1.1em;
    text-align:center;
    border:1px solid #000;
    padding:10px;
    margin-bottom:20px;
    max-width:200px;
    margin:auto;
    font-size:1.8em;
}

p {
    padding:20px 0;
}

.center {
    text-align:center;
}

.citation {
    font-weight:400;
    font-size:1.5em;
    line-height:1.1em;
    font-style:italic;
}

.parchemin-center {
    font-family: 'Enchanted Land';
    font-size:1.6em;
    line-height:1.1em;
    letter-spacing: 0.4px;
    text-shadow: 0 0 6px white;
    padding:3.5rem;
    padding-top:4.5rem;
    text-align:center;
}

.parchemin-left {
    font-family: 'Enchanted Land';
    font-size:1.6em;
    line-height:1.1em;
    letter-spacing: 0.4px;
    text-shadow: 0 0 6px white;
    padding:3.5rem;
    padding-top:4.5rem;
    text-align:left;
}



a.button, input[type=submit] {
    padding:15px;
    background:#BF1E2D;
    color:#FFF;
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
    border:0;
    border-radius:50px;
    box-shadow:none;
    
    background:#EEE;
    color:#6C4934;
    border:2px solid #6C4934;
}


video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}


input[type=text], input[type=tel]{
    font-family: 'Roboto';
    padding:0px; 
    border:1px solid #CCC; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
input[type=text]:focus, input[type=tel]:focus {
    border:1px solid #CCC; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input.lettre {width:50px;height:50px;line-height:1px;font-size:35px;margin:5px;text-align:center !important; color:#000 !important;}
input.petite.lettre {width:35px;height:35px;line-height:1px;font-size:25px;margin:1px;text-align:center !important; color:#000 !important;}
input.motsecret {width:300px;height:50px;line-height:50px;font-size:50px;margin:5px;text-align:center !important; color:#000 !important;}
input.email {width:80%;height:50px;line-height:50px;font-size:20px;margin:5px;text-align:center !important; color:#000 !important;}
input.lettre.mini {width:35px;height:35px;line-height:35px;font-size:35px;margin:1px;text-align:center !important;}


input.checkb {width:35px;height:35px;line-height:35px;font-size:35px;margin:5px;text-align:center !important;}
span.let {font-family: 'Capture it';display:inline-block;height:35px;line-height:30px;font-size:30px;text-align:center !important;margin-right:25px;}
span.ptlet {font-family: 'Capture it';display:inline-block;width:25px;height:25px;line-height:20px;font-size:20px;text-align:center !important;}
span.let2 {font-family: 'Capture it';display:inline-block;width:35px;height:35px;line-height:65px;font-size:80px;text-align:center !important;}
img.icone {width:22px;}
img.pticone {  height: 25px; width: 25px;padding-top: 10px;}
img.gdicone {width:80px;}


a.suiv, input.suiv {
    margin:auto;
}



.notification { background:#FFF5E2; max-width:200px; margin:auto; padding:20px; border-radius:50px; margin-top:10px; margin-bottom:10px;}
.notification.erreur { color:#000;font-weight:bold; }


#my-icon-select-box-scroll, #my-icon-select2-box-scroll, #my-icon-select3-box-scroll, #my-icon-select4-box-scroll, #my-icon-select5-box-scroll, #my-icon-select6-box-scroll {
    padding:5px;
    position: absolute;
    background: rgb(255, 255, 255);
    width: 130px;
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}
#my-icon-select-box-scroll div, #my-icon-select2-box-scroll div, #my-icon-select3-box-scroll div, #my-icon-select4-box-scroll div, #my-icon-select5-box-scroll div, #my-icon-select6-box-scroll div  {
    display:flex;
    flex-wrap: wrap;
    padding:3px;
}
.component-icon {
    display:none;
}



/* Compte à rebours */



#clockdiv{
    margin-top:30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: 'Capture it';
    letter-spacing:1px;
    display:flex;
    flex-direction:column;
}
#clockdiv > div {
    margin:5px;
    padding: 5px;
    border-radius: 3px;
    background: #aa7d7d;
    display: inline-block;
}
#clockdiv div > span{
    padding: 10px;
    font-size: 45px;
    border-radius: 10px;
    background: #aa7d7d;
    display: inline-block;
}
smalltext{
    padding-top: 5px;
    font-size: 5px;
}

#my-icon-select-box-scroll >div > div:first-child  { display:none !important;}
#my-icon-select2-box-scroll >div > div:first-child  { display:none !important;}
#my-icon-select3-box-scroll >div > div:first-child  { display:none !important;}
#my-icon-select4-box-scroll >div > div:first-child  { display:none !important;}
#my-icon-select5-box-scroll >div > div:first-child  { display:none !important;}
#my-icon-select6-box-scroll >div > div:first-child  { display:none !important;}


.notation label {
    font-weight:800;
    font-size:1.3em;
}



 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 


.tarteaucitronAllow {
  background-color: #fff !important;
  color: #000 !important;
}
.tarteaucitronDeny {
  background-color: #fff !important;
  color: #000 !important;
}
.tarteaucitronAcceptAll {
  background-color: #fff !important;
  color: #000 !important;
}
.tarteaucitronDenyAll {
  background-color: #fff !important;
  color: #000 !important;
}
.tarteaucitronAlertSmallBottom {
  display: none !important;
}

#tarteaucitronManager img {
width:30px!important;
height:30px!important;
}



