



body {

  margin:0px;

  background-color: #052B70;

}



.BLANC{

   display: grid;

  place-items: center;

  text-align: center;

  background-color: white;

}





.BLANC video{

  width: 50%;

  max-width: 1200px;

  height: 500px;

  margin-top: 100px;

  max-width:100%;

}


.bandeau {



width:100%;

}



.video-background {

  width:100%;

}



.PHOTO {



  min-height:300px;

  background-image:url("GALETTEXXL.png");

  background-size:cover;

  background-position:center center;



}



.couronne {



  text-align: center;

}



.texte {

  background-color: #052B70;

}



.couronne img{

width: 200px;

}



h1 {

  font-size: 73px;

  font-family: Montserrat;

  font-style: bold;

  color : #EAB53D;

  text-align : center;

  margin-top: 30px;



}



h2{

  font-size: 30px;

  font-family: montserrat;

  font-style: bold;



}



h3{

  font-size: 30px;

  font-family: Montserrat;

  font-style: regular;

  color : #EAB53D;

  text-align : center;

  margin-top: 30px;

  margin-bottom: 20px;

}



h4 {

  font-size: 20px;

  font-family: Montserrat;

  color : black;

}



h5 {

  font-size: 13px;

  font-family: Montserrat;

  font-style: regular;

  color : white;

  margin-top: 30px;

  margin-bottom: 0px;

}



.ROUGE{

  width: 150px;

}



.ORANGE{

  width: 150px;

  margin-left: 20px;

  margin-right: 20px;

}



.VERT{

  width: 150px;

}





.rois_mages{

  display: flex;

   flex-direction: row;

   justify-content: center;

   align-items: baseline;

   margin-top: 100px;

}



.rois_mages img{

  margin-bottom: -4px;

}





.INFO{

  flex-direction: column;

  max-width: 640px;

  text-align: left;

}



.CREATEUR{

  text-align:left ;

  justify-content: center;

  color: black;

}

  

.CREATEUR p{

  color: black;

}



p {

  font-size: 21px;

  font-family: Montserrat;

  font-style: medium;

  color : white;

  margin: 150px;

  margin-top: 70px;

  margin-bottom: 70px;

  text-align: justify;

}









.bouton{

  text-align: center;

   margin-bottom: 50px;



}





.btn {

  display: inline-block;

  padding: 10px 20px;
  box-sizing: border-box;

  border: 2px solid #EAB53D;

  background-color: #EAB53D;

  color: #fff;

  font-family: Montserrat;

  text-decoration: none;

  font-size: 20px;

  font-weight: bold;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  cursor: pointer;

  position: relative;

  overflow: hidden;

  transition: all 0.3s ease-in-out;

}



.btn::before {

  content: '';

  position: absolute;

  top: 50%;

  left: 50%;

  width: 0;

  height: 0;

  background-color: #fff;

  opacity: 0.2;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  transition: all 0.3s ease-in-out;

}



.btn:hover {

  background-color: #fff;

  color: #052B70;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}



.btn:hover::before {

  width: 200%;

  height: 200%;

}



.footer{

  text-align: center;



}



.footer img{



width: 300px;



}



.trait{

  border-bottom: 7px solid #EAB53D;

  width: 20%;

  margin: 0 auto;



}



.trait2 {

  border-bottom: 3px solid #FFFFFF;

  width: 20%;

  margin: 0 auto;



}







.BANDEINSCRIPTION{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}



.INSCRIPTION{

  max-width:400px;

  text-align: left;

  margin-bottom: 50px;

}

      

        label {

            font-style: medium;

            font-family: montserrat;

            font-size: 28px;

            display: block;

            margin-bottom: 8px;

            color: #eab53d;

        }

        input {

            width: 100%;

            padding: 8px;

            margin-bottom: 20px;

            border: 1px solid white;

            border-radius: 4px;

            font-size: 28px;

            box-sizing: border-box;

        }

        button {

            background-color: #eab53d;

            color: white;

            padding: 10px 15px;

            border: none;

            cursor: pointer;

            margin-top: 30px;

            



        }

        button:hover {

            background-color: white;

            

        }



      h6{



  font-size: 30px;

  font-family: Montserrat;

  font-style: regular;

  color : #EAB53D;

  text-align : center;

  margin-top: 30px;

  margin-bottom: 20px;

}





.TEXTEVALIDATION h1{

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 150px;

}



.cathedrale{

  display: flex;

  align-items: center;

  justify-content: center;

}





.BOUTON{

   display: flex;

  align-items: center;

  justify-content: center;

}





bOutton {

  padding: 0;

  margin: 0;

  border: none;

  background: none;

  cursor: pointer;

}



bOutton {

  --primary-color: white;

  --hovered-color: #EAB53D;

  position: relative;

  display: flex;

  font-weight: 600;

  font-size: 20px;

  gap: 0.2rem;

  align-items: center;

}



bOutton p {

  margin: 0;

  position: relative;

  font-size: 20px;

  color: var(--primary-color);

}







bOutton p::before {

  position: absolute;

  /*   box-sizing: border-box; */

  content: "Découvrez l'indice caché !";

  width: 0%;

  inset: 0;

  color: var(--hovered-color);

  overflow: hidden;

  transition: 0s ease-out;

}



bOutton:hover::after {

  width: 300px;

}



bOutton:hover p::before {

  width: 300px;

}



bOutton:hover svg {

  transform: translateX(4px);

  color: var(--hovered-color);

}



bOutton svg {

  color: var(--primary-color);

  transition: 0.2s;

  position: relative;

  width: 15px;

  transition-delay: 0.2s;

}

@media (max-width: 800px) {
  p {
    margin: 50px;
    text-align: justify;
  }
  h3{
    margin: 50px;
  }
  h1 {
    margin: 50px;
  }
  .CREATEUR {
    margin: 50px
  }
}

#chrono
{
  font-size: 4em;
  color: white;
}

.found-page .found-heading {
  text-align: center;
  font-size: 1.5em;
  font-family: Montserrat;
  color : #EAB53D;

  /* font-style: bold; */
}

.found-page .found-heading p {
  color : #EAB53D;
  text-align: center;
}
.found-page .found-heading h2 {
  /* text-align: center; */
  font-size: 1.5em;
  text-transform: uppercase;
}

.found-page .lastfound-block {
  padding: 2em 0;
  background-color: #EAB53D;
  color: #052B70;
  font-family: "Montserrat";
  text-align: center;
  font-size: 150%;
}
.found-page a, .found-page a:visited {
  color: white;
}
.found-page .VIDEO video{
  width: 100%;
}

.start-chasse .BANDEINSCRIPTION {
  color: white;
  display: block;
  text-align: center;
  font-family: "Montserrat";
}
.undertime{
  font-size: 2em;
}



















