/*
Theme Name: showyourtalentlens
Theme URI: https://wordpress.org/themes/concourstalents/
Author: NAthan Coquart
Author URI: https://wordpress.org
Description: c bo hein
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: 
*/

@import url('https://use.typekit.net/cbv5evf.css');


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  margin: 0;
  padding: 0;
  font-family: 'weezerfontregular', sans-serif;

}

html {
background-color: rgb(255, 255, 255);
}


/*header*/

.inscription a{
  color: white;
  background-color: red;
  border-radius: 20px;
  padding: 3px 10px;
}

.headercouleur a {
  color: #333;
}

.inscription:hover {
  color: black;
}

.menu-menu-1-container li.current-menu-item a {
  color: red;
}

.menu-menu-1-container li a:hover {
  color: red;
}

.menu-menu-1-container li.inscription.current-menu-item a,
.menu-menu-1-container li.inscription a:hover {
  color: black;
  box-shadow: 0 0 5px black; 
}

/*le menu*/


.menu-menu-1-container {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 10px 10px 10px;
  display: flex;
  justify-content: space-around;
  
}


.menu-menu-1-container li {
  display:inline-block;
  margin-right: 20px;
  margin-top: 25px;
  
}
.menu-menu-1-container li a {
  text-decoration: none;
  font-size: 25px;
font-weight: bold;

}

.imagemenu{
  width: 80px;
  height: 80px;
  margin-right: 50px;

}

@media screen and (max-width: 767px) {

  .menu-menu-1-container {

    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 10px 10px 10px;
    display: flex;
    justify-content: space-around;
    
  }
  
  
  .menu-menu-1-container li {
    display:inline-block;
    margin-right: 10px;
    margin-top: 10px;
    
  
    
  }
  .menu-menu-1-container li a {
    text-decoration: none;
    font-size: 10px;
  font-weight: bold;
  
  }
  
  .imagemenu{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  
  }
  

}

/*Footer*/

.placevide {
  flex: 1;
}

.footer {
background-color: #171717;
padding: 30px 0;
justify-content: space-between;
bottom: 0;

}

.footer h3 {
color: #ffffff;
}

.footer ul {
list-style: none;
padding: 0;
}

.footer ul li {
margin-bottom: 10px;
}

.footer ul li a {
color: black;
text-decoration: none;
margin-left: 2em;
}

.footer ul li img{
margin-top: 10px;

}

.reseaux {
margin-left: 10px;
}


.footer p {
margin-bottom: 10px;
color: #d1d1d1;
}


#la h3 {
margin-bottom:15px ;
font-weight: bold;
}

#la a {
margin: 10px;
margin-top: 25px;
text-decoration: none;
}

.row {
display: flex;
justify-content: space-around;

}

.sponsor a img{
width: 100%;
margin: 10px;
}

.sponsor a {
padding: 0;
margin: 0;
max-width: 60px;
}

.sponsor {
margin: 0;
max-width: 150px; 
display: flex;
flex-wrap: wrap;
justify-content: space-between; 
}

.confidentialite {
text-align: center;
margin-top: 50px;
margin-bottom: 0;
}

.confidentialite a {
text-decoration: none;
color: white;
text-shadow: 5px 5px 10px rgba(255, 0, 0, 0.5);

}

.boxreseaux {
  width: 200px;
}
/*footer responsive*/ 

@media screen and (max-width: 767px) {

.footer {
  background-color: #171717;
  padding: 30px 20px;
  justify-content: space-between;
  bottom: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: black;
  text-decoration: none;
  margin-left: 2em;
}

.footer ul li img {
  margin-top: 10px;
}

.reseaux {
  margin-left: 10px;
}

.footer p {
  margin-bottom: 10px;
  color: #d1d1d1;
}

#la h3 {
  margin-bottom: 15px;
  font-weight: bold;
}

#la a {
  margin: 10px;
  margin-top: 25px;
  text-decoration: none;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.reseaux {
  grid-row: 1/2;
  grid-column: 1/2;
}

.coordonnees {
  grid-row: 2/3;
  grid-column: 1/3;
  text-align: center;
}

.sponsor {
  grid-row: 1/2;
  grid-column: 2/3;
  max-width: 150px;
  margin: 0;
}

.sponsor img {
  width: 45px;
}

.sponsor h3 {
  margin-bottom: 2px;
}

.categories {
  font-size: 15px;
}

.categories p strong {
  font-size: 15px;
}

}


/*accueil*/

.lienaccueilsinscrire {
  text-decoration: none;
  color: red;
}

.accueilh1 {
  font-size: 70px;
  margin: 0;
  padding: 10% 0 10% 0;
}

.espacegris {
  display: flex;
  justify-content: space-around;
  background-color: rgb(216, 216, 216);
  padding: 0 0 5% 0;
  margin-bottom: 2%;

}

.accueil {
  text-align: center;
}
.accueil a{
  text-decoration: none;
  background-color: red;
  border-radius: 20px;
  padding:3%;
  font-size: 20px;
  color: white;
}

.imgaccueil {
  width: 40%;
  margin: 50px 0 -50px 0;
}

.accueilpquestion {
  margin: 2% 0 5%;
}
.accueilquestion {
  text-decoration: none;
  align-items: center;
  background-color: red;
  border-radius: 20px;
  padding: 0.5% 2%;
  color: white;
  font-size: 20px;
}

.accueilpartici {
  font-size: 40px;
}

.accueilh2 {
  font-size: 30px;
}

@media screen and (max-width: 767px) {

  .accueilh1 {
    font-size: 40px;
    margin: 0;
    padding: 10% 0 8% 0;
    text-align: center;
  }
  
  .espacegris {
    display: flex;
    flex-direction: column;
    background-color: rgb(216, 216, 216);
    padding: 0 0 5% 0;
    margin-bottom: 2%;
  
  }

  .accueil a{
    text-decoration: none;
    background-color: red;
    border-radius: 20px;
    padding: 2%;
    font-size: 10px;
    color: white;
  }

  .imgaccueil {
    width: 80%;
    align-items: center;
    margin: 30px 10% 10px 10%;

  }

  .accueilpquestion {
    margin: 2% 0 5%;
  }
  .accueilquestion {
    text-decoration: none;
    align-items: center;
    background-color: red;
    border-radius: 20px;
    padding: 0.5% 2%;
    color: white;
    font-size: 15px;
  }
  
  .accueilpartici {
    font-size: 20px;
  }
  
  .accueilh2 {
    font-size: 25px;
  }

  

}


/*Talents*/

.downloadreglement {
text-decoration: none;
font-size: 30px;
color: red;
}

#cat8 {
max-width: 100px;
margin-left: 0;
text-align: left;
}

#cat82 {
margin: 0 0 10% 25%;
}
#cat81 {
margin: 0 0 0 25%;
}

.Talents a p {
margin: 5%; 
}
.Talents a {
font-size: 35px;
color: white;
font-weight: bold;
text-decoration: none;
background: linear-gradient(to top right, rgb(255, 159, 159), red);
height: 400px;

display: flex;
flex-direction: column; 
justify-content: flex-end;
border-radius: 40px;

overflow: hidden;
position: relative;
}

.Talents a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(197, 1, 1, 0.5);
transform: scaleY(0);
transform-origin: top;
transition: transform 0.3s ease-in-out;
}

.Talents a:hover::before {
transform: scale(1, 1);
}

.Talents {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 20px;
margin: 5% 10%;
}

.imagetalents {
width: 70%;
position: absolute;
top: 5%;
right: 15%;
left: 15%;
  
}



@media screen and (max-width: 767px) {

  .downloadreglement {
  text-decoration: none;
  font-size: 20px;
  color: red;
  }


  #cat8 {
  max-width: 50px;
  margin-left: 0;
  text-align: left;
  }
  
  #cat82 {
  margin: 0 0 10% 25%;
  }
  #cat81 {
  margin: 0 0 0 25%;
  }
  
  .Talents a p {
  margin: 5%; 
  }
  .Talents a {
  font-size: 100%;
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to top right, rgb(255, 159, 159), red);
  height: 200px;
  
  display: flex;
  flex-direction: column; 
  justify-content: flex-end;
  border-radius: 20px;
  
  overflow: hidden;
  position: relative;
  }

  
  .Talents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 5% 10%;
  }

}



/*FAQ*/

.barre-grise {
  background-color: red; 
  height: 5px; 
  width: 70%; 
  margin: 0 15%;
  opacity: 75%;

}


details summary {
  list-style: none; 
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none; 
}

.flechedetail::before {
  content: '\25B6'; 
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px; 
}

details[open] .flechedetail::before {
  content: '\25BC'; 
}





.espacedroite {
  margin: 20px 200px ;

}

.espacedroite2 {
  margin: 20px 400px ;

}

.espacehaut {
  margin-top: 80px;
}

.espacebas {
  margin-bottom: 40px;
}



 
  

@media screen and (max-width: 767px) {

  .espacedroite {
    margin: 10px 25px ;
  
  }

  .espacedroite2 {
    margin: 10px 25px ;
  
  }
  
  .espacehaut {
    margin-top: 30px;
  }

  .espacebas {
    margin-bottom: 40px;
  }

  .titreperso {
    font-size: 10px;
  }

  .descripperso {
    font-size: 8px;
  }


}




/*page categorie dans etc*/


.espacedroitecate {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .espacedroitecate {
    text-align: left;
    margin: 10px 25px;  
  }

  .cateh1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }

  .cateh2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;

  }

  .catetexte{
    font-size: 15px;
  }

  .catelien {
    margin-top: 30px;
    margin-bottom: 30px;
    
  }

}

/*reglement*/

.reglementh1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
}

.downloadreglement2 {
  text-decoration: none;
  font-size: 35px;
  color: red;
}

.catetextereglement {
  margin-top: 50px;
  margin-bottom: 100px;


}

.catetextereglemen {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  
  .reglementh1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .downloadreglement2 {
    text-decoration: none;
    font-size: 35px;
    color: red;
  }
  
  .catetextereglement {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;

  
  
  }

}


/*----------------------------------------*/
/*decompte*/

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timer {
  font-size: 40px;
  margin: 0 10px;
  opacity: 0;
  transform: translateY(-50%);
  animation: fadeInAndMoveDown 0.5s ease-in-out forwards;
  color: red;
}

.timer.change-down {
  animation: fadeOutAndMoveDown 0.5s ease-in-out forwards;
}

.timer.change-up {
  animation: fadeOutAndMoveUp 0.5s ease-in-out forwards;
}

.timer-label {
  font-size: 25px;
  margin-top: 5px;
  opacity: 1; /* Mettez à 1 pour éviter l'animation */
}

.timer-label.changing-label {
  animation: fadeOutAndMoveDown 0.5s ease-in-out forwards;
}

@keyframes fadeInAndMoveDown {
  0% {
      opacity: 0;
      transform: translateY(-50%);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeOutAndMoveDown {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(50%);
  }
}

@keyframes fadeOutAndMoveUp {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(50%);
  }
}

@media screen and (max-width: 767px) {


  .timer {
    font-size: 25px;
    margin: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    animation: fadeInAndMoveDown 0.5s ease-in-out forwards;
    color: red;
  }

  .timer-label {
      font-size: 20px;
      margin-top: 5px;
      opacity: 1; /* Mettez à 1 pour éviter l'animation */
  }


}


/*sinscrire*/

.liencatsinscrire {
  text-decoration: none;
  color: red;
}
