@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');/*font-family: 'Yeseva One', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');/* font-family: "Fjalla One", sans-serif;*/
/* HEADER */
/*#header { background:#fff; width: 100%; height: 200px; background-size:100%;}*/


/*HEADER VIDEO*/

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header img {width: auto}

@media (max-width: 1400px) {
header {
    position: relative;
    background-color: black;
    height: 51vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
}


@media (max-width: 992px) {
header {
  position: relative;
  background-color: black;
  height:35vh;
  min-height: 18rem;
  width: 100%;
  overflow: hidden;
}
    header img {width:60%}

}
header h3 { font-size:28px; font-family: "Fjalla One", sans-serif; color:#fff}

@media (max-width: 992px) {
header h3 { font-size:14px; font-family: "Fjalla One", sans-serif;}
}

header a { color:#fff}
header a:hover { color:#fff}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}





@media (max-width: 1400px) {
header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}

}



header .container {
  position: relative;
  z-index: 2;
}


/*HEADER VIDEO*/


#header.base {background:url("../charte/back-header-1920.webp") no-repeat; background-size: 100%; height: 450px; color:#fff; background-color:#000}
#header.base a {color:#fff}
#header img { margin-top: 40px; width: 60%}
#header p { font-size:18px; font-family: "Fjalla One", sans-serif; color:#fff; line-height:1.2em; margin-top: 20px}
@media (max-width:1024px) {
#header.base {background:url("../charte/back-header-1024.webp") no-repeat; background-size: 100%; height: auto; color:#fff}
#header p { font-size:11px; font-family: "Fjalla One", sans-serif; color:#fff; line-height:1.2em}
}


/*MENU*/
.bg-light {
background-color: #000 !important;
}

.navbar-brand {
display: none!important
}
.navbar-brand.scrolled{
display: block!important
}


.navbar-nav { margin: 0 auto}

@media (max-width: 992px) {
.navbar-nav {margin: 20px 0px;}
.bg-light {background-color: #000 !important;}
}

.navbar-nav.active { display: block}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    background-color: #000;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #C9A84C, #fff, #C9A84C) 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
	font-size:18px
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #000;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #C9A84C, #fff, #C9A84C) 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Custom ouverture menu mobile*/
@media (max-width: 992px) {
.navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
.navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
.navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
		background-color:#000;height: 900px;
		text-align: center;
    }
 }


/*MENU*/


a, a:hover {color:#000; text-decoration: none}


#section1 {background: #000}
#section1 h1 {color:#fff; line-height: 1.4em}
#section1 h2, h3, h4, h5 {color:#fff; line-height: 1.4em}
#section1 p {color:#fff;}





/* ─── Section ─────────────────────────────── */
.ap-section {
    background: #0a0a0a;
    padding: 4rem 1.5rem;
    font-family: 'Rajdhani', sans-serif;
}

/* ─── En-tête ─────────────────────────────── */
.ap-eyebrow {
    text-align: center;
    color: #c9a84c;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    opacity: 0.75;
}

.ap-heading {
    text-align: center;
    color: #f0f0f0;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ap-heading::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    margin: 0.75rem auto 2.5rem;
}

/* ─── Grille ──────────────────────────────── */
.ap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ap-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .ap-grid { grid-template-columns: 1fr; }
}

/* ─── Carte ───────────────────────────────── */
.ap-card {
    background: #111111;
    padding: 2.2rem 1.25rem 1.75rem;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: background 0.3s ease;
    text-decoration: none;
}

.ap-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a84c, transparent);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.ap-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top center, rgba(201,168,76,0.07) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ap-card:hover                { background: #161616; }
.ap-card:hover::before        { transform: scaleX(1); }
.ap-card:hover::after         { opacity: 1; }
.ap-card:hover .ap-icon       { color: #c9a84c; transform: scale(1.15); }
.ap-card:hover .ap-label1     { color: #ffffff; }
.ap-card:hover .ap-divider    { background: #c9a84c; }
.ap-card:hover .ap-dot        { opacity: 1; }

/* Point doré coin */
.ap-dot {
    position: absolute;
    top: 10px; right: 10px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #c9a84c;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ─── Icône ───────────────────────────────── */
.ap-icon {
    color: #555;
    margin-bottom: 1.1rem;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

/* ─── Labels ──────────────────────────────── */
.ap-label1 {
    font-size: 16px;
    font-weight: 600;
    color: #d8d8d8;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.2;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.ap-divider {
    width: 28px;
    height: 1px;
    background: #333;
    margin: 0.65rem auto;
    transition: background 0.3s ease;
    position: relative;
    z-index: 1;
}

.ap-label2 {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/* ─── Pied de section ─────────────────────── */
.ap-footer {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 11px;
    color: #3a3a3a;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ─── Animation entrée ────────────────────── */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ap-card                  { animation: fadeInUp 0.5s ease both; }
.ap-card:nth-child(1)     { animation-delay: 0.05s; }
.ap-card:nth-child(2)     { animation-delay: 0.12s; }
.ap-card:nth-child(3)     { animation-delay: 0.19s; }
.ap-card:nth-child(4)     { animation-delay: 0.26s; }
.ap-card:nth-child(5)     { animation-delay: 0.33s; }
.ap-card:nth-child(6)     { animation-delay: 0.40s; }



#section2 {background: url("../../../assets/theme3/charte/back-3.webp") no-repeat; background-size:100%; background-color:#000}
#section2 h1 {color:#fff; line-height: 1.4em}
#section2 h2, h3, h4, h5 {color:#fff; line-height: 1.4em}
#section2 p {color:#fff;}

@media (max-width: 992px) {
#section2 {background: url("../../../assets/theme3/charte/back-3-small.webp") no-repeat; background-size:100%; background-color:#000}
}

#section3 {background: #fff}
#section3 h1 {color:#000; line-height: 1.4em}
#section3 h2, h3, h4 {color:#000; line-height: 1.4em}
#section3 h5 {color:#000 !important; line-height: 1.4em}
#section3 p {color:#000;}

#section4 {background: none}
#section4 h1 {color:#333333; line-height: 1.4em}
#section4 h2, h3, h4, h5 {color:#333333; line-height: 1.4em}
#section4 p {color:#000;}

#section5 {background: #0A0A0A}
#section5 h1 {color:#fff; line-height: 1.1em}
#section5 h2 {color:#fff; line-height: 1.1em}
#section5 h3, h4 {color:#0A0A0A !important; line-height: 1.4em}
#section5 h5 {color:#333333 !important; line-height: 1.4em}
#section5 p {color:#fff;}

#section-bouton {background: #000}
#section-bouton h2 {color: #fff}

#section-parallax img {padding-top:170px; width: 50%}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width:1400px) {
    #section-parallax h2 {padding-top:50px}
    #section-parallax img {padding-top:87px; width: 50%}
}

@media (max-width: 992px) {
    #section-parallax h2 {padding-top:50px}
    #section-parallax img {padding-top:75px; width: 70%}
}

.parallax {
    /* The image used */
    background-image: url("../../../assets/theme3/charte/img-parallax.webp");
    /* Set a specific height */
    height:600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 1400px) {
    .parallax {
        background-attachment: scroll;
        height:500px;
    }
}



@media (max-width: 960px) {
    .parallax {
        background-attachment: scroll;
        height:300px;
    }
}
/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*boutons custom bootstrap*/
.button {
    flex: 1 1 auto;
    margin: 0px;
    padding: 20px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #C9A84C, #fff, #C9A84C) 1;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s; color:#fff; background:none
}
.button:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
}
.button:hover:nth-of-type(1) {
    border-radius: 30px;
}
.button:hover:nth-of-type(1):after {
    width: 0%;
}
.button:hover {
    cursor: pointer; margin-left: 10px;
}
.button:hover:after {
    width: 100%;
    left: 0;
}

/*Fin Boutons*/



/*boutons custom bootstrap*/
.button2 {
    flex: 1 1 auto;
    margin: 0px;
    padding: 20px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #C9A84C, #fff, #C9A84C) 1;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s; color:#000; background:none
}
.button2:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #000;
}
.button2:hover:nth-of-type(1) {
    border-radius: 30px;
}
.button2:hover:nth-of-type(1):after {
    width: 0%;
}
.button2:hover {
    cursor: pointer; margin-left: 10px;
}
.button2:hover:after {
    width: 100%;
    left: 0;
}

/*Fin Boutons*/


/*FOOTER*/


footer {
background: #000;
padding: 20px;
min-height: 100px;
}
footer h2 {color: #fff; font-size:18px}
footer p {color: #fff; font-size:14px}
footer p a {color: #fff; }
footer p a:hover {color:#fff; text-decoration: none}
footer p a:visited {color:#fff; text-decoration: none}
footer hr {border-color:#fff; margin: 0rem 0 !important;}
footer ul.list-unstyled li a {color: #fff}
footer .rubrique { color: #fff}
footer .fab {color:#fff}
/*FOOTER*/



.encart { background-color: #9e9e9e;border: 1px solid #eee; padding:20px; border-radius: 10px}



/*FIN INTEGRATION*/


.inffo {color:#fff!important}
.inffo p {color:#fff!important}
.inffo a {color:#fff!important}

label {color:#fff!important}

                                                                                                                                                                     /* Logo centré verticalement */
                                                                                                                                                                        .header-logo {
                                                                                                                                                                            position: absolute;
                                                                                                                                                                            top: 50%;
                                                                                                                                                                            left: 50%;
                                                                                                                                                                            transform: translate(-50%, -50%);
                                                                                                                                                                            z-index: 2;
                                                                                                                                                                            text-align: center;
                                                                                                                                                                            width: 100%;
                                                                                                                                                                            padding: 0 15px;
                                                                                                                                                                        }

.header-logo img {
    max-width: 60%;
}

@media (max-width: 992px) {
    .header-logo img {
        max-width: 45%;
    }
}

@media (max-width: 576px) {
    .header-logo img {
        max-width: 70%;
    }
}

/* Adresse en bas */
.header-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
}

.header-bottom p {
    margin-bottom: 2px;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
}

@media (max-width: 1400px) {
    .header-bottom {
        bottom: 35px;
    }
    .header-bottom p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .header-bottom {
        bottom: 25px;
    }
    .header-bottom p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .header-bottom {
        bottom: 20px;
    }
    .header-bottom p {
        font-size: 11px;
    }
}

/* Flèche scroll — masquée sur mobile pour éviter l'encombrement */
.header-arrow {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}

@media (max-width: 992px) {
    .header-arrow {
        display: none;
    }
}


/* Logo centré verticalement */
.header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.header-logo img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .header-logo img {
        max-width: 600px !important;
    }
}

@media (max-width: 992px) {
    .header-logo img {
        max-width: 400px !important;
    }
}

@media (max-width: 576px) {
    .header-logo img {
        max-width: 300px !important;
    }
}
/*NOUVEAU fin*/

/* ============================================================
   INTEGRATION 2026 — Partenaires / Réseaux / Parallax / Accueil
   ============================================================ */

/* ─── Zones sur fond noir (utilitaire) ────────────────────── */
.zone-noire { background: #000; }
.zone-noire h1, .zone-noire h2, .zone-noire h3,
.zone-noire h4, .zone-noire h5 { color: #fff; line-height: 1.4em; }
.zone-noire p { color: #fff; }
.zone-noire a.button { color: #fff; }

/* ─── Bandeau partenaires ─────────────────────────────────── */
.partenaires-titre {
    color: #C9A84C;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 1px;
}
.partenaires {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.partenaires-track {
    display: flex;
    align-items: center;
    gap: 60px;
}
.partenaires--defile .partenaires-track {
    width: max-content;
    animation: partenaires-scroll 40s linear infinite;
}
.partenaires--defile:hover .partenaires-track {
    animation-play-state: paused;
}
.partenaires--fixe .partenaires-track {
    justify-content: center;
    flex-wrap: wrap;
}
.partenaire {
    flex: 0 0 auto;
    width: 150px;
    margin: 0;
    text-align: center;
}
.partenaire img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}
.partenaire figcaption {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}
@keyframes partenaires-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Bandeau partenaires via own-carousel */
.partenaires-carousel { max-width: 1200px; margin-left: auto; margin-right: auto; }
.partenaires-carousel .own-carousel__item img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    object-fit: contain;
}
.partenaires-carousel .partenaire-nom {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    letter-spacing: 0.5px;
}
.partenaires-carousel .own-carousel__control .control__prev,
.partenaires-carousel .own-carousel__control .control__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

/* ─── Réseaux sociaux (dorés) ─────────────────────────────── */
.reseaux {

    gap: 18px;
    align-items: center;
}
.reseaux.reseaux--center { justify-content: center; }
.reseaux a {
    color: #C9A84C !important;
    display: inline-flex;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.reseaux a:hover {
    color: #C9A84C !important;
    transform: translateY(-3px);
    opacity: 0.85;
}



/* ─── Accueil : Zone 5 (horaires / réseaux / map) ─────────── */
#section5 .accueil-horaires { color: #C9A84C; }
#section5 .accueil-horaires h3 { color: #C9A84C !important; font-family: "Fjalla One", sans-serif; }
#section5 .accueil-horaires p { color: #C9A84C !important; }
#section5 .accueil-reseaux-bloc { color: #fff; }
#section5 .accueil-reseaux-bloc h3,
#section5 .accueil-reseaux-bloc p { color: #fff !important; }
#section5 .accueil-map h3 { color: #fff !important; }

/* ─── Accueil : avis clients (fond blanc) ─────────────────── */
#section-avis { background: #fff; }
#section-avis h2 { color: #000; }
.avis-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    background: #fafafa;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.avis-card p { color: #000; }
.avis-card .avis-nom { color: #C9A84C; font-weight: 600; margin-top: 15px; }
.avis-stars { color: #C9A84C; margin-bottom: 10px; }

/* ─── Blocs catégories accueil : 4 sur une ligne (tous écrans) ─── */
.ap-grid.ap-grid-4 { grid-template-columns: repeat(4, 1fr); max-width: 1000px; }
@media (max-width: 992px) { .ap-grid.ap-grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 480px) { .ap-grid.ap-grid-4 { grid-template-columns: repeat(4, 1fr); } }
/* Compacter les cartes sur petits écrans pour garder les 4 sur une ligne */
@media (max-width: 768px) {
    .ap-grid.ap-grid-4 .ap-card { padding: 1.1rem 0.4rem 0.9rem; }
    .ap-grid.ap-grid-4 .ap-label1 { font-size: 12px; letter-spacing: 0.5px; }
    .ap-grid.ap-grid-4 .ap-label2 { font-size: 10px; letter-spacing: 0.5px; }
    .ap-grid.ap-grid-4 .ap-icon svg { width: 26px; height: 26px; }
}
@media (max-width: 480px) {
    .ap-grid.ap-grid-4 .ap-card { padding: 0.9rem 0.25rem 0.75rem; }
    .ap-grid.ap-grid-4 .ap-label1 { font-size: 10px; }
    .ap-grid.ap-grid-4 .ap-label2 { font-size: 9px; }
    .ap-grid.ap-grid-4 .ap-icon svg { width: 22px; height: 22px; }
}

/* ─── Photo istock rubrique (emplacement) ─────────────────── */
.istock-slot img { width: 100%; height: auto; border-radius: 10px; }

/* Photo Zone 3 : filtre noir + fondu vers le fond du site */
.istock-fondu { position: relative; border-radius: 10px; overflow: hidden; }
.istock-fondu img { display: block; width: 100%; height: auto; }
.istock-fondu::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0) 100%);
}
