/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: rgb(255, 255, 255) !important; 


/* Appliquer Poppins à tout le site */
body {
  font-family: 'Poppins', sans-serif;
}

/* Exemple pour appliquer Poppins aux titres */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/* Exemple pour appliquer Poppins au texte des paragraphes */
p {
  font-family: 'Poppins', sans-serif;
}





 /* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  width: 100%;
}

/* Header Full Width */
#header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

/* Main Header Content */
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  width: 100%;
}

/* Logo */
.logo img {
  max-height: 59px;
}

/* Navigation */
.navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.navigation a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 10px 15px;
}

/* Header icons (Cart, User Info) */
.header-icons {
  display: flex;
  gap: 15px;
}

/* Mobile Menu */
.mobile-menu {
  background-color: #fff;
  padding: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .header-main {
      flex-direction: column;
      align-items: flex-start;
  }

  .navigation {
      flex-direction: column;
      width: 100%;
  }

  .header-icons {
      margin-top: 10px;
  }
}





/* Logo */
#_desktop_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

/* Logo image - Ajuster la taille et la largeur */
.logo-custom {
  max-width: 300px; /* Largeur maximale pour le logo */
  height: auto;     /* Maintient le ratio de l'image */
}

/* Responsive : Si le logo est trop grand sur mobile, on ajuste sa taille */
@media (max-width: 768px) {
  .logo-custom {
      max-width: 200px;  /* Réduit la taille du logo pour les petits écrans */
  }
}



/* Overlay complet */
.search-bar-overlay {
  position: absolute;
  top: 86px; /* en dessous du header */
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 95;
  transition: height 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Contenu centré */
.search-bar-content {
  width: 100%;
  padding: 0px 0;
  border-top: 0px solid #000;
  border-bottom: 1px solid #000;
}

/* Formulaire */
.search-form-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 20px;
}

/* Icône loupe */
.search-form-overlay i {
  font-size: 22px;
  margin-right: 10px;
  color: #000;
}

/* Champ de recherche */
.search-form-overlay input[type="text"] {
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .search-form-overlay input[type="text"] {
    font-size: 16px;
  }
}



.search-icon i {
  color: #000; /* Icône noire */
}


.search-icon {
  cursor: pointer; /* Curseur main */
}







.close-search-overlay {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 27px;
  color: #000;
  cursor: pointer;
  z-index: 1002; /* plus haut que tout */
  transition: color 0.3s;
}

.close-search-overlay:hover {
  color: #666;
}



/* Container des icônes du header */
.header-icons {
  display: flex; /* Aligner les éléments horizontalement */
  align-items: center; /* Centrer verticalement les icônes */
  justify-content: flex-end; /* Placer les icônes à droite */
  gap: 15px; /* Espacement entre les icônes */
  position: relative; /* Positionner les éléments */
  z-index: 10; /* Placer la zone des icônes au-dessus des autres éléments */
}

/* Icône du panier */
#_desktop_cart {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  text-decoration: none;
  z-index: 15; /* Mettre le panier au-dessus des autres éléments */
  position: relative; /* Assurer que l'icône du panier a sa propre zone de clic */
}

/* Icône du panier */
#_desktop_cart .cart i.material-icons {
  font-size: 24px; /* Taille de l'icône */
  color: black !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: inline-block;
}

/* Icône de la loupe */
.search-icon {
  cursor: pointer;
  color: #000;
  z-index: 15; /* Assurer que la loupe est au-dessus des autres éléments */
}

/* Icône de recherche */
.search-icon i {
  font-size: 22px;
}

/* Enlever les zones cliquables en dehors de l'icône de recherche */
.search-icon, #_desktop_cart {
  pointer-events: auto; /* Assure que seules les icônes sont cliquables */
}

/* Enlever le bleu ciel sur le hover de l'icône panier */
#_desktop_cart .cart a:focus,
#_desktop_cart .cart a:hover {
  outline: none; 
  background-color: transparent; 
}








/* Icône du panier */
#_desktop_cart .cart i.material-icons {
  font-size: 24px; /* Taille de l'icône */
  color: black !important; /* Forcer la couleur de l'icône à noir */
  background: none !important; /* Enlever tout fond */
  border: none !important; /* Enlever toute bordure */
  box-shadow: none !important; /* Enlever toute ombre autour de l'icône */
  padding: 0 !important; /* Enlever les espaces supplémentaires autour de l'icône */
  display: inline-block; /* Assurer que l'icône s'affiche en tant qu'élément en ligne */
  position: relative; /* Positionner correctement l'icône */
}

/* Si le triangle blanc persiste, forcer le retrait de toute forme résiduelle */
#_desktop_cart .cart i.material-icons:before {
  content: "shopping_bag"; /* Spécifier l'icône correcte */
  display: inline-block;
  background: none !important;
  border: none !important;
}








/* Style des liens Men et Women dans la navigation */
.navigation a.nav-link {
  text-decoration: none;
  color: #000000; /* Couleur du texte */
  font-weight: bold;
  padding: 0px 0px;  /* Espacement entre les liens */
  display: inline-block;  /* Assure que l'espacement s'applique correctement */
}

.navigation {
  display: flex;
  justify-content: right;
  margin-right: 40px;
  gap: 5px; /* Espacement entre les éléments de la navigation */
}

.navigation a {
  font-size: 16px; /* Taille du texte */
  text-transform: uppercase; /* Mettre les liens en majuscule */
}

/* Ajouter un slash entre les liens */
.navigation a.nav-link::after {
  content: " / "; /* Le slash entre les liens */
  font-weight: bold; /* Mettre le slash en gras */
  margin: 0 0px; /* Espacement autour du slash */
  margin-left: 2px;
  font-size: 17px;
}

/* Retirer le slash après le dernier lien */
.navigation a.nav-link:last-child::after {
  content: ""; /* Supprimer le slash après le dernier lien */
}













#custom-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
}

#custom-page h1 {
  color: #333;
  font-size: 2.5em;
  text-align: center;
}

#custom-page p {
  color: #666;
  font-size: 1.2em;
  line-height: 1.6;
}















}








.candidate-form {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.candidate-form h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}

.candidate-form fieldset {
    border: none;
    margin-bottom: 30px;
    padding: 0;
}

.candidate-form legend {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.candidate-form .form-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.candidate-form .form-column {
    flex: 1 1 45%;
    min-width: 250px;
}

.candidate-form input,
.candidate-form select,
.candidate-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.candidate-form textarea {
    height: 120px;
    resize: vertical;
}

.candidate-form .submit-section {
    text-align: center;
}

.candidate-form button.submit-btn {
    background-color: #545454;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.candidate-form button.submit-btn:hover {
    background-color: #000;
}
