.elementor-519 .elementor-element.elementor-element-c507540{--display:flex;}.elementor-519 .elementor-element.elementor-element-b0a077b{--spacer-size:20px;}.elementor-519 .elementor-element.elementor-element-184d2e8{--display:flex;}.elementor-519 .elementor-element.elementor-element-08dc754{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-519 .elementor-element.elementor-element-9115dd4{--spacer-size:50px;}.elementor-519 .elementor-element.elementor-element-718c042{--display:grid;--e-con-grid-template-columns:1fr 2fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-519 .elementor-element.elementor-element-9115dd4{--spacer-size:40px;}.elementor-519 .elementor-element.elementor-element-718c042{--e-con-grid-template-columns:1fr 1fr;--grid-auto-flow:row;}}@media(min-width:768px){.elementor-519 .elementor-element.elementor-element-184d2e8{--content-width:90%;}.elementor-519 .elementor-element.elementor-element-718c042{--content-width:90%;}}@media(max-width:1024px) and (min-width:768px){.elementor-519 .elementor-element.elementor-element-184d2e8{--content-width:90%;}.elementor-519 .elementor-element.elementor-element-718c042{--content-width:90%;}}@media(max-width:767px){.elementor-519 .elementor-element.elementor-element-b0a077b{--spacer-size:5px;}.elementor-519 .elementor-element.elementor-element-184d2e8{--content-width:90%;}.elementor-519 .elementor-element.elementor-element-9115dd4{--spacer-size:30px;}.elementor-519 .elementor-element.elementor-element-718c042{--content-width:90%;--e-con-grid-template-columns:1fr;--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-a4d0198 *//* Styles par défaut pour desktop */
.title-with-line {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2rem; 
}

.title-text {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 40px; 
  font-weight: 600;
  color: #000000; 
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}

.title-line {
  flex: 1;
  height: 1px;
  background-color: #808080; 
  display: block;
  align-self: center;
  margin-bottom: -5px; /* décale la ligne de 5px vers le bas sur tous les écrans */
}

/* Media Queries pour tablettes et mobiles larges */
@media (max-width: 768px) {
  .title-with-line {
    flex-direction: row; 
    align-items: center;
    gap: 1rem;
  }
  .title-text {
    font-size: 35px; 
  }
  .title-line {
    flex: 1; 
    height: 1px;
    background-color: #808080;
    margin-bottom: -5px; /* même décalage que desktop */
    align-self: center; 
  }
}

/* Media Queries pour petits mobiles */
@media (max-width: 480px) {
  .title-with-line {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem; /* moins d’espace entre texte et tiret */
  }
  .title-text {
    font-size: 25px; /* texte plus petit pour petit écran */
  }
  .title-line {
    flex: 1;
    height: 1px;
    background-color: #808080;
    margin-bottom: -5px;
    align-self: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6ba2686 */.photographers-list-alpha {
  width: 100%;
  padding: 0;
  font-family: "Euclid Circular B", sans-serif;
  box-sizing: border-box;
}

.alpha-row {
  display: flex;
  width: 100%;
  min-height: 60px;
}

/* Colonne de gauche avec la lettre */
.alpha-letter-col {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Alternance des fonds gris */
.alpha-row.bg-light .alpha-letter-col {
  background-color: #ebebeb;
}

.alpha-row.bg-lighter .alpha-letter-col {
  background-color: #d8d8d8;
}

.alpha-letter {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}

/* Colonne de droite avec les noms */
.alpha-names-col {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: transparent;
}

/* Liste des auteurs */
.alpha-authors {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.alpha-authors li {
  margin: 0;
  position: relative;
}

.photographers-list-alpha .alpha-authors li a {
  cursor: pointer;
  transition: color 0.2s;
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.photographers-list-alpha .alpha-authors li a:hover {
  color: #000000;
}

/* Media Queries pour desktop moyen */
@media (max-width: 1199px) {
  .alpha-letter {
    font-size: 28px;
  }
  
  .photographers-list-alpha .alpha-authors li a {
    font-size: 1.9rem;
  }
}

/* Media Queries pour tablettes */
@media (max-width: 999px) {
  .alpha-letter-col {
    width: 70px;
  }
  
  .alpha-letter {
    font-size: 26px;
  }
  
  .alpha-names-col {
    padding: 0.9rem 1.2rem;
  }
  
  .photographers-list-alpha .alpha-authors li a {
    font-size: 1.7rem;
  }
}

/* Media Queries pour tablettes portrait */
@media (max-width: 899px) {
  .alpha-letter-col {
    width: 60px;
  }
  
  .alpha-letter {
    font-size: 24px;
  }
  
  .alpha-names-col {
    padding: 0.8rem 1rem;
  }
  
  .photographers-list-alpha .alpha-authors li a {
    font-size: 1.6rem;
  }
}

/* Media Queries pour mobiles */
@media (max-width: 767px) {
  .alpha-letter-col {
    width: 50px;
  }
  
  .alpha-letter {
    font-size: 22px;
  }
  
  .alpha-names-col {
    padding: 0.6rem 0.8rem;
  }
  
  .photographers-list-alpha .alpha-authors li a {
    font-size: 1.4rem;
  }
}

/* Media Queries pour très petits mobiles */
@media (max-width: 480px) {
  .alpha-letter-col {
    width: 40px;
  }
  
  .alpha-letter {
    font-size: 20px;
  }
  
  .alpha-names-col {
    padding: 0.5rem 0.6rem;
  }
  
  .photographers-list-alpha .alpha-authors li a {
    font-size: 1.2rem;
  }
}/* End custom CSS */