@font-face {
  font-family: "Police1";
  src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Police2";
  src: url("fonts/Sexy Queen.ttf");
}
    
    body {
      margin: 0;
      padding: 0;
      background-color: #f0f0f0;
    }

    header {
      font-family: 'Police1';
      background-color: #ff00ff;
      color: #ffffff;
      padding: 5px;
      text-align: center;
    }

    .content-wrapper {
      display: flex;
      justify-content: flex-start; /* Left-align the form */
      align-items: center;
      width: 100%;
      max-width: 1200px;
  }

    section {
      font-family: 'Police1';
      font-size: 0.8rem;
      padding: 20px;
    }

    .search-container {
      text-align: center;
      margin-bottom: 20px;
    }

    input {
      width: 300px;
      border-radius: 10px 0 0 0;
      height : 2rem;
    }

    .btnSort, .btnSearch {
      font-family: 'Police1';
      font-size: 0.8rem;
      background-color: #ff00ff;
      color: #ffffff;
      border: none;
      border-radius: 0 0 10px 0;
      cursor: pointer;
      vertical-align: top;
      height : 2.3rem;
      width : 5.4rem;
    }

    .btnNewsletter{
        font-family: 'Police1';
        font-size: 0.8rem;
        background-color: #ffffff;
        color: #ff00ff;
        border: none;
        border-radius: 0 0 10px 0;
        cursor: pointer;
        vertical-align: top;
        height : 2.3rem;
        width : 5.4rem;
    }

    .divHeader{
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
  }

    .titleHeader{
      font-family: 'Police1';
      text-align: center;
      flex-grow: 1; /* Makes the title occupy remaining space */
      font-size: 0.8rem;
      font-weight: bold;
    }

    .titleHeader a{
      color: #FFFFFF;
      text-decoration: none;
    }

    .news_input {
      font-family: 'Police1';
      text-align: center;
      font-size: 0.8rem;
      /* color: #6a006a; */
      color: #ff00ff;
      width: 12rem;
      height: 2rem; /* Hauteur ajustée */
      border: 1px solid #ccc;
      border-radius: 10px 0 0 0;
      background-color: #f9f9f9;
      padding: 0 8px;
      transition: border-color 0.3s ease;
  }
  
  .news_input:focus {
      border-color: #ff00ff;
  }
  
  .news_btn {
      font-family: 'Police1';
      text-align: center;
      font-size: 0.8rem;
      background-color: #f9f9f9;
      /* color: #6a006a; */
      color:#ff00ff;
      cursor: pointer;
      height: 2rem; /* Alignement avec l'input */
      width: 4rem; /* Taille du bouton ajustée */
      border: 1px solid #ccc;
      border-radius: 0 0 10px 0;
      margin-left: -1px; /* Supprime l'espace entre input et bouton */
      transition: background-color 0.3s ease;
  }
  
  .news_btn:hover {
      background-color: #ff00ff;
      color: #fff;
  }

    select {
      width: 300px;
      border-radius: 10px 0 0 0;
      height : 2rem;
    }

    .selectAge{
      border: solid 2px;
      border-radius: 0 10px 10px 0;
      border-color: #da70d6;
    }

    .selectBirthplace{
      border: solid 2px;
      border-radius: 10px;
      border-color: #da70d6;
    }

    .selectBirthdate{
      border: solid 2px;
      border-radius: 10px 0 0 10px;
      border-color: #da70d6;
    }

    .subscribe-birthday {
      width: 16px;   /* Ajuste la taille de la case */
      height: 16px;  /* Ajuste la taille de la case */
      cursor: pointer;
      vertical-align: middle;
  }
  

    .center{
        text-align: center;
        margin: auto;
    }

    .right{
      margin-left: 30px;
  }

  .x-right{
    margin-left: 40px;
}

  .left{
    margin-right: 50px;
}

.banner {
  max-width: 48%; /* pour éviter que les deux images ne débordent */
}

    legend{
      font-family: 'Police1';
      font-size: 1rem;
      color: #ff00ff;
    }

    fieldset{
      margin: auto;
      font-family: 'Police1';
      width: 80%;
      border-color: #da70d6;
      border-radius: 0 0 10px 0;
    } 

    .fieldsetRandom{
      margin: auto;
      font-family: 'Police1';
      width: 80%;
      border-color: #da70d6;
      border-radius: 10px 0 10px 0;
    }  

  .title{
    font-family: 'Police1';
    font-size: 2.5rem;
  }

  .titleRandom{
    font-family: 'Police1';
    font-size: 0.8rem;
    color:#da70d6;
  }

   .text{
      float: left;
      margin-left: 5%; 
      font-size: 0.7rem;
  }

     .textRandom{
      font-size: 0.7rem;
  }

  .textBirthday{
    font-family: 'Police1';
    text-decoration: none;
    font-size: 0.7rem;
    color: #ff00ff;
}

.birthday{
  font-family: 'Police1';
  text-decoration: none;
  font-size: 0.7rem;
  background: #ff00ff;
  color: #ffffff;
  text-align: center;
}

.death{
  font-family: 'Police1';
  text-decoration: none;
  font-size: 0.7rem;
  background: #1e1d1d;
  color: #ffffff;
  text-align: center;
}

.textNoResult{
  font-family: 'Police1';
  font-size: 1.5rem;
  color:#ff00ff;
}
  .imgPos{
    float: right;
    text-align: right;
  } 

  .picture-container{
    width: 250px;
    height: auto;
    border-radius: 0 0 10px 0;
} 

.picture.center {
  display: inline-block;
  margin: auto;
  text-align: center;
}

.noLink {
  text-decoration: none;
  color: #ff00ff;
}

.linksFooter {
  color: #ffffff;
}

.linksFooter:hover {
  background-color: #ff00ff;
  color: #ffffff;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Police1';
  font-size: 0.8rem;
  border: solid 1px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #da70d6;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-links {
  display: flex;
  justify-content: center; /* Centre les éléments horizontalement */
  align-items: flex-start; /* Alignez les éléments en haut */
  width: 100%; /* Utilise toute la largeur disponible */
  max-width: 1000px; /* Ajoutez une largeur maximale pour éviter que les éléments ne s'étendent trop */
  margin-top: 20px; /* Ajoutez une marge en haut pour l'espace */
  /* padding-left: 10px; */
}

.footer-column {
  flex: 1;
  margin: 0 10px; /* Adjust the margin to increase or decrease spacing between columns */
  max-width: 20%;
}

.numberActresses{
  color: #d40000 ;
}

.infos{
  font-family: 'Police1';
  font-size: 0.6rem;
  font-style: italic;
  color: #D40000;
}

.dixpx{
  font-size:10px;
} 

.middle{
  vertical-align: middle;
}

.adblock{
  font-family: 'Police1';
  font-size: 1rem;
  padding: 10px;
  color: #ffffff;
}

.marginleft{
  margin-left: 10%;
}

.slogan{
  font-family: 'Police1';
  font-size: 0.8rem;
  font-style: italic;
  color: #ffffff;
}

.birthdayCounts{
  font-family: 'Police1';
  text-align: center;
  font-size: 0.8rem;
  color: #000000;
}

.marqueeBirth-container, .marqueeDeath-container {
  width: 100%;
  margin: 0 auto;
}

.marqueeBirth ul, .marqueeDeath ul{
  list-style-type: none;
}

.marqueeBirth li, .marqueeDeath li {
  display: none;
}

.titleRandomize {
  text-align: center;
}



/*CSS du Random */
.profile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*max-height: 600px; /* Ajout de cette règle pour limiter la hauteur */
  overflow-y: auto; /* Ajout de cette règle pour activer le défilement vertical si nécessaire */
}
.profile {
  width: calc(33.33% - 20px); /* La largeur de chaque profil est de 33.33% moins la marge */
  margin-bottom: 20px;
  padding: 5px;
  text-align: center; /* Ajout de cette règle pour centrer le contenu */
}
.profile a {
  text-decoration: none;
  color: inherit;
}
.profile img {
  max-width: 150px; /* Largeur maximale de l'image */
  height: auto;
  display: block;
  margin: 0 auto;
}
.profile h2,
.profile p {
  margin: 5px 0; /* Ajout de cette règle pour espacer le nom et la nationalité */
}

.profile-pic {
  width: 150px;
  height: auto;
}

.birth-death-section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; /* Pour centrer horizontalement la section */
  text-align: center;
}

.banner-left{
  float: left; 
  margin-top: 10px; 
  margin-left: 25px; 
  text-align: center;
}

.banner-right{
  float: right; 
  margin-top: 10px; 
  margin-left: 25px; 
  text-align: center;
}

.img-banner{
  width: 160px;
  height: 160px;
}


.birthday-container {
  display: flex;
  justify-content: center; /* Centrer horizontalement les profils */
  flex-wrap: wrap; /* Permettre aux profils de passer à la ligne si nécessaire */
  margin-top: 20px; /* Espacement entre cette section et les autres */
}

.birthday-profile {
  width: calc(33.33% - 20px); /* Largeur de chaque profil (trois par ligne) */
  margin-bottom: 20px; /* Espacement entre les profils */
  padding: 5px;
  text-align: center; /* Centrer le contenu */
}

.birthday-profile legend {
  font-size: 1rem; /* Taille de la légende */
  font-weight: bold; /* Mettre en gras */
  color: #ff00ff; /* Couleur du texte */
}

.bio-container {
  display: flex;
  justify-content: space-between;
}

.frame{
  flex: 1;
}

.imgPosition {
  margin-left: 20px;
  flex-shrink: 0;
  text-align: right;
}

.scroll-container {
  height: 1150px !important;  
}

.grid-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.actress-card {
  width: 30%;
  margin: 10px;
  text-align: center;
}


.grid-layout-two .actress-card {
  width: 45%; /* Adjust width as needed */
  margin: 2.5%; /* Adjust margin as needed */
}

.invisible {
  display: none;
}