.club91ae-annuaire {
  --club91-navy: #112a46;
  --club91-gold: #c9a96a;
  --club91-beige: #f7f4ee;
  --club91-border: #eee7dc;
  --club91-text: #3f3f3f;
  --club91-muted: #707070;
  width: 100%;
}


/* ===============================
   RECHERCHE PAGE EXPERTS
================================ */

.club91ae-search-box {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 44px 34px;
  background: #fff;
  border: 1px solid var(--club91-border);
  box-shadow: 0 18px 50px rgba(0,0,0,0.07);
}

.club91ae-search-kicker {
  margin: 0 0 8px;
  color: var(--club91-gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.club91ae-search-box h2 {
  margin: 0 0 12px;
  color: var(--club91-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.club91ae-search-box p {
  color: var(--club91-muted);
  font-size: 17px;
  margin: 0 auto 24px;
  max-width: 720px;
}

.club91ae-search-input {
  width: 100%;
  max-width: 760px;
  border: 1px solid var(--club91-border)!important;
  background:#fff!important;
  padding:19px 24px!important;
  font-size:17px!important;
  color:var(--club91-text)!important;
  outline:none!important;
  box-shadow:0 12px 35px rgba(0,0,0,.06)!important;
}


/* ===============================
   GRILLE EXPERTS
================================ */

.club91ae-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px;
  max-width:1200px;
  margin:0 auto;
}

.club91ae-card {
  background:#fff;
  border:1px solid var(--club91-border);
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  transition:.25s;
}

.club91ae-card:hover {
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(0,0,0,.12);
}

.club91ae-card-link{
  display:block;
  height:100%;
  color:inherit!important;
  text-decoration:none!important;
}

.club91ae-photo-wrap{
  background:var(--club91-beige);
  overflow:hidden;
}

.club91ae-photo-wrap img{
  width:100%;
  height:auto;
  display:block;
  border-radius:0!important;
}


.club91ae-card-content{
  text-align:center;
  padding:32px 24px 34px;
}

.club91ae-expertise{
  color:var(--club91-gold);
  text-transform:uppercase;
  font-weight:700;
  font-size:12px;
  letter-spacing:.07em;
}


.club91ae-card-content h3{
  color:var(--club91-navy);
  font-size:clamp(21px,2vw,25px);
  line-height:1.12;
}


.club91ae-function,
.club91ae-company,
.club91ae-city{
  color:var(--club91-muted);
  font-size:16px;
}


.club91ae-button{
  display:inline-block;
  margin-top:18px;
  color:var(--club91-gold);
  font-weight:700;
}

.club91ae-button::after{
  content:" →";
}


/* ===============================
   RECHERCHE ACCUEIL PREMIUM
================================ */

.club91-search-home{
  --club91-navy:#112a46;
  --club91-gold:#c9a96a;
  --club91-border:#eee7dc;

  max-width:950px;
  margin:80px auto;
  background:#fff;
  text-align:center;
  padding:55px 60px;
  border:1px solid var(--club91-border);
  box-shadow:0 18px 50px rgba(0,0,0,.07);
}


.club91-search-label{
  margin-bottom:12px;
  color:var(--club91-gold);
  text-transform:uppercase;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}


.club91-search-home h2{
  color:var(--club91-navy);
  font-size:clamp(32px,4vw,48px);
  line-height:1.1;
  margin-bottom:20px;
}


.club91-search-text{
  max-width:720px;
  margin:0 auto 35px;
  color:#707070;
  font-size:18px;
}


.club91-home-form{
  display:flex;
  max-width:760px;
  margin:0 auto;
  gap:15px;
}


.club91-home-form input{
  flex:1;
  padding:20px 25px!important;
  border:1px solid var(--club91-border)!important;
  background:white!important;
  font-size:16px!important;
  box-shadow:0 12px 35px rgba(0,0,0,.06);
}


.club91-home-form button{
  background:var(--club91-gold);
  color:white;
  border:none;
  padding:0 32px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}


.club91-home-form button:hover{
  background:var(--club91-navy);
}


.club91-search-examples{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}


.club91-search-examples span{
  background:#f7f4ee;
  padding:9px 18px;
  border-radius:30px;
  color:#707070;
  font-size:14px;
}


/* ===============================
   RESPONSIVE
================================ */


@media(max-width:980px){

.club91ae-grid{
  grid-template-columns:repeat(2,1fr);
}

}


@media(max-width:640px){

.club91ae-grid{
 grid-template-columns:1fr;
}

.club91-search-home{
 margin:40px 20px;
 padding:35px 25px;
}

.club91-home-form{
 flex-direction:column;
}

.club91-home-form button{
 padding:18px;
}

}
/* ===============================
   CARTE AUTEUR EXPERT ARTICLE
================================ */

.club91-author-box{
  background:#ffffff!important;
  border:1px solid #eee7dc!important;
  box-shadow:0 22px 60px rgba(0,0,0,.12)!important;
  padding:0!important;
  overflow:hidden!important;
  max-width:360px!important;
  margin:0 auto 40px!important;
  text-align:center!important;
  display:block!important;
}

.club91-author-box img{
  width:100%!important;
  height:auto!important;
  display:block!important;
  margin:0!important;
}

.club91-author-content{
  padding:32px 28px 36px!important;
  background:#fff!important;
}

.club91-author-content span{
  display:block!important;
  color:#c9a96a!important;
  text-transform:uppercase!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  margin:0 0 14px!important;
}

.club91-author-content h3{
  color:#112a46!important;
  font-size:26px!important;
  line-height:1.1!important;
  margin:0 0 16px!important;
}

.club91-author-content p{
  color:#707070!important;
  font-size:16px!important;
  line-height:1.4!important;
  margin:0 0 10px!important;
}

.club91-author-content a{
  display:inline-block!important;
  margin-top:18px!important;
  color:#c9a96a!important;
  font-weight:700!important;
  text-decoration:none!important;
}

.club91-author-content a:hover{
  color:#112a46!important;
}
.club91-expert-articles{
  margin:70px 0;
}

.club91-section-kicker{
  color:#c9a96a;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.08em;
  font-size:13px;
}

.club91-expert-articles h2{
  color:#112a46;
  font-size:36px;
  margin-bottom:30px;
}

.club91-expert-articles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.club91-expert-article-card{
  background:#fff;
  border:1px solid #eee7dc;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  overflow:hidden;
}

.club91-expert-article-card a{
  color:inherit;
  text-decoration:none;
}

.club91-expert-article-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.club91-expert-article-card div{
  padding:25px;
}

.club91-expert-article-card h3{
  color:#112a46;
  font-size:22px;
  line-height:1.2;
}

.club91-expert-article-card p{
  color:#707070;
}

.club91-expert-article-card span{
  color:#c9a96a;
  font-weight:700;
}

@media(max-width:768px){
  .club91-expert-articles-grid{
    grid-template-columns:1fr;
  }
}
.club91-related-articles{
  margin:70px 0;
}

.club91-related-articles h2{
  color:#112a46;
  font-size:34px;
  margin-bottom:28px;
}

.club91-related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.club91-related-card{
  background:#fff;
  border:1px solid #eee7dc;
  padding:28px;
  box-shadow:0 16px 40px rgba(0,0,0,.07);
}

.club91-related-card a{
  color:inherit;
  text-decoration:none;
}

.club91-related-card h3{
  color:#112a46;
  font-size:22px;
  line-height:1.25;
}

.club91-related-card span{
  color:#c9a96a;
  font-weight:700;
}

@media(max-width:768px){
  .club91-related-grid{
    grid-template-columns:1fr;
  }
}