﻿:root {
    --purple-primary: #6A0F5A;
    /*--purple-dark: #8b2d7a;*/
    --purple-dark: #951b81;
    --yellow-primary: #d4d42d;
    --pink: #B0358B;
    --pink-light: #ebdae8;
    --gray-dark: #485156;
    --gray-light: #EBEBEB;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #484646;
}

p {
    margin-bottom: 0.8rem;
}

p:nth-last-child(1) {
    margin-bottom: 0;
}

p + .btn {
    margin-top: 0;
}

img {
    max-width: 100%;
}

h1, .h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
    color: var(--purple-dark);
}

.header-page h1,
.header-page .h1,
.hero h1 {
    color: #FFF;
    text-transform: uppercase;
}

h3, .h3 {
    color: var(--pink);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

h3.answer {
    color: var(--purple-dark);
}

hr {
    width: 60px;
    background-color: #D8AFD0;
    height: 3px;
    margin: 1rem auto;
    border: 0;
}
/* Top Bar */
.top-bar {
    background: var(--gray-light);
    padding: 8px 0;
}

.btn-purple {
    background: var(--purple-primary);
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
}

.btn-contact {
    background: url(../images/btn-contact.webp) no-repeat var(--yellow-primary);
    background-size: 30px;
    background-position: right 10px top 8px;
    color: var(--purple-primary);
    padding: 8px 45px 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}

.badge {
    background-color: var(--pink);
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
/* Header */
.main-header {
    background: white;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.logo-wrapper {
    background-color: #FFF;
    border-radius: 5rem;
    padding: 0 2rem 0 1rem;
    margin-bottom: -4rem;
    position: relative;
    z-index: 10;
    width: calc(270px + 3rem);
    height: 110px;
}

.main-header .logo {
    width: 270px;
    height: auto;
}

.main-nav {
    margin: 1rem 0;
}

.main-nav a {
    color: var(--gray-dark);
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

main {
    margin-top: 148px;
    overflow: hidden;
    position: relative;
}
/* Breadcrumb */
.breadcrumb {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.breadcrumb-list {
    margin-left: 330px;
    padding-left: 0;
    display: flex;
    list-style: none;
    gap: 0.5rem;
    margin-top: 1rem;
}

.breadcrumb-list li + li:before {
    content: '/';
    display: inline-block;
    color: #FFF;
}

.breadcrumb-list a.home {
    display: block;
    padding-left: 30px;
    background: url('../images/picto-home.svg') no-repeat center left;
}

.breadcrumb-list a {
    color: #FFF;
    text-decoration: none;
}

.breadcrumb-list span {
    color: var(--yellow-primary);
    font-weight: bold;
}
/* Hero Section */
.hero {
    background-size: cover;
    color: white;
    padding: 80px 0;
    position: relative;
    /*overflow: hidden;*/
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.header-page {
    /*background: url('../images/bg-hero.webp') no-repeat center var(--purple-primary);*/
    background-size: cover;
    color: white;
    padding: 80px 0;
    position: relative;
}

.header-page .container {
    background: url('../images/title-collage.webp') no-repeat center right;
    background-size: auto 100%;
}

.header-page {
    padding: 0;
}

.hero p {
    font-size: 16px;
    /*line-height: 1.8;
    margin-bottom: 15px;*/
}

.footer-hero {
    bottom: -48px;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer-hero img {
    width: 96px;
    border-radius: 96px;
    background-color: white;
}

.btn-primary,
.btn-yellow {
    background: var(--yellow-primary);
    color: var(--purple-primary);
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    text-align: center;
}

.btn-primary:hover,
.btn-yellow:hover {
    background: #c5c520;
    color: var(--purple-primary);
}

.hero-image {
    max-width: 100%;
    height: auto;
}

/* Section Titles */
h2 {
    font-size: 32px;
    color: var(--purple-primary);
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h2 span {
    font-size: 1.2rem;
}

.anchor {
    padding-top: 190px;
    margin-top: -190px;
}

h1:after,
.header-page .h1:after,
h2:after {
    content: '';
    display: block;
    background-color: var(--yellow-primary);
    height: 8px;
    width: 42px;
    margin: 1rem 0;
}
.purple-primary {
    color: var(--purple-primary);
}
.purple-dark {
    color: var(--purple-dark);
}
.pink {
    color: var(--pink);
}
.white {
    color: white;
}

.bg-pink-light h1:after,
.bg-pink-light h2:after {
    background-color: var(--pink);
}

h1.text-center:after,
h2.text-center:after {
    margin: 1rem auto;
}

.pt-10 {
    padding-top: 5rem;
}

.pb-10 {
    padding-bottom: 5rem;
}

.py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    /*line-height: 1.8;*/
    color: #555;
}

.layout-style-1 {
    background-image: url('../images/layout-style-1.svg');
    background-repeat: no-repeat;
    background-position: left 10% bottom 50px;
}

.layout-style-3 {
    background-image: url('../images/layout-style-3.svg');
    background-repeat: no-repeat;
    background-position: left 10% bottom 50px;
}

.layout-style-4 {
    background-image: url('../images/layout-style-4.svg');
    background-repeat: no-repeat;
    background-position: left 5% bottom 50px;
}
.bg-size-custom {
    background-size:150px;
}
.layout-style-5 {
    background-image: url('../images/layout-style-5.svg'), url('../images/layout-style-5-bis.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left 10% bottom 50px, right 15% top 120px;
}

.layout-style-6 {
    background-image: url('../images/layout-style-6.svg');
    background-repeat: no-repeat;
    background-position: left 10% bottom 50px;
}
.layout-style-6-2 {
    position: absolute;
    left: 0%;
    max-width: 300px;
}
.layout-style-7 {
    background-image: url('../images/layout-style-7-bis.svg'), url('../images/layout-style-7.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: top 150px left 10%, right bottom;
}

.img-wrapper {
    position: relative; /* référence pour l’élément absolu */
}

/* image décorative qui somme nous */
.layout-style-8-decor {
    position: absolute;
    left: -15%; /* rapproche/éloigne de la colonne */
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px; /* à ajuster selon la maquette */
    pointer-events: none; /* pour ne pas gêner les clics */
    z-index: 0;
}
.layout-style-international-decor {
    position: absolute;
    right: -35%; /* rapproche/éloigne de la colonne */
    top: 50%;
    transform: translateY(-50%);
    max-width: 365px; /* à ajuster selon la maquette */
    pointer-events: none; /* pour ne pas gêner les clics */
    z-index: 0;
}
/* on place les cards au-dessus si nécessaire */
.pink-card {
    position: relative;
    z-index: 1;
}

.layout-style-8 {
    background-image: url('../images/layout-style-8.svg');
    background-repeat: no-repeat;
    background-position: left 15% center;
}
    /*.layout-style-8::before {
        content: "";
        position: absolute;
        top: 70%;*/ /* ajustable */
        /*left: -5%;*/ /* ajustable */
        /*width: 100px;*/ /* taille du globe */
        /*height: 100px;
        background-image: url('/images/planete.webp');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;*/ /* au-dessus du bloc */
    /*}*/

.layout-style-9 {
    background-image: url('../images/layout-style-9.svg');
    background-repeat: no-repeat;
    background-position: left 10% bottom 3rem;
}

/* Start Scroll custom */
.carousel-container {
    display: block;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.carousel-wrapper.dragging {
    scroll-behavior: auto;
}

.carousel-slide {
    display: flex;
    width: 250px;
    min-width: 250px;
    height: 260px;
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.scroll-custom {
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.carousel:hover .carousel-slide:not(:hover):not(.active) {
    opacity: 0.5;
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: flex;
    width: 100%;
    align-items: center;
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;
}

.carousel-scrollbar .scrollbar-track {
    border-radius: 999px;
    height: 8px;
    background-color: var(--gray-light);
}

.carousel-scrollbar .scrollbar-thumb {
    width: 20%;
    height: 100%;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    background-color: var(--pink);
    transition: transform 200ms, background-color 200ms, height 200ms;
}

.carousel-scrollbar .scrollbar-thumb::after {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.carousel-scrollbar .scrollbar-thumb:hover {
    height: 250%;
}

.carousel-scrollbar .scrollbar-thumb.dragging, .carousel-scrollbar .scrollbar-thumb.dragging:hover {
    background-color: var(--pink);
}

.carousel-scrollbar .scrollbar-thumb.dragging::after {
    height: 24px;
}

/* Ligne unique en desktop */
.besoins-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
}

/* Chaque item garde ta carte */
.besoin-item {
    display: flex;
    justify-content: center;
  
}
.card-size {
    height: 250px;
    width: 250px;
}
/* Empilement en mobile */
@media (max-width: 576px) {
    .besoins-grid {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
}

/* Tablette (optionnel) – 3 par ligne */
@media (max-width: 992px) and (min-width: 577px) {
    .besoins-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .besoin-item {
        width: calc(33.33% - 24px);
    }
}





/* End Scroll custom */

.layout-style-9 .scroll-custom {
    overflow-x: auto;
}

/* Cards */
.pink-card {
    background: var(--pink-light);
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
    border: none;
    margin-bottom: 1rem;
    display: flex;
    padding: 1rem;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.pink-card2 {
    background: var(--pink-light);
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s;
    border: none;
    margin-bottom: 1rem;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

.pink-card img {
    margin-bottom: 1rem;
}

.pink-card .card-link,
.pink-card2 .card-link {
    margin-top: auto;
}

card-footer {
    background-color:none;
}
.besoins .pink-card {
    width: 250px;
    height: 250px;
}

.pink-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.tag-square.pink-card .card-body {
    justify-content: start;
}

.tag-square.pink-card {
    background-color: #EAD8E7;
}

.pink-card:hover {
    transform: translateY(-5px);
}

.pink-card h3,
.pink-card .h3 {
    color: var(--purple-dark);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.3;
}

.pink-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.card-link,
.article-link {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: var(--pink-light);
    border: 12px solid var(--purple-primary);
    border-radius: 35px;
    font-size: 0;
    border-radius: 50%;
    line-height: 35px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
}

.card-link:hover {
    background: var(--purple-primary);
    color: white;
}

/* Methodologie Section */
.methodologie-section {
    background: var(--gray-light);
}

.diagram-center {
    display: flex;
    justify-content: center;
}

.diagram-center img {
    width: 1044px;
    height: auto;
    margin: 1rem auto;
}

.diagram-center h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.methodology-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    border: 4px solid var(--yellow-primary);
    position: relative;
}

.methodology-box h3 {
    color: var(--purple-primary);
    margin-bottom: 20px;
}
/* Icône globe dans le coin, devant la bordure */
.international::before {
    content: "";
    position: absolute;
    top: 10%; /* ajustable */
    left: -20%; /* ajustable */
    width: 150px; /* taille du globe */
    height: 150px;
    background-image: url('/images/planete.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2; /* au-dessus du bloc */
}

.expertises .pink-card {
    min-width: 200px;
    /*width: 280px;
    height: auto;
    padding: 0;*/
}

.expertises.expertises-style-2 .pink-card {
    /*flex: 1 1 0;
    width: 0;
    height: auto;*/
}

.expertises.expertises-style-2 .pink-card .card-body {
    justify-content: start;
}

.expertises.expertises-style-2 .card-icon {
    margin-top: -57px;
}

.card-link.card-link-plus,
.article-link {
    font-size: 1.2rem;
    font-weight: bold;
    border: 0;
    color: #F29FC5;
    background-color: var(--purple-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.expertises h3 {
    color: var(--purple-dark);
}

.bg-gray-light {
    background-color: var(--gray-light);
}

.bg-pink-light {
    background-color: var(--pink-light);
}

.pink-card strong {
    color: var(--purple-dark);
}

.bg-gray-light li strong {
    color: var(--pink);
}

.demarche-outils {
    background: url('../images/bg-demarches-outils.svg') no-repeat center top 50px #FFF;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.demarche-outils img {
    display: inline-block;
    width: 150px;
    margin: 0 auto 1rem;
}

.demarche-outils strong {
    color: var(--pink);
    display: block;
    text-align: center;
    width: 130px;
    margin: auto;
}

.demarche-outils strong:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background-color: var(--pink);
    margin: 1rem auto;
}

.box-white {
    background-color: #FFF;
    padding: 1rem;
    border-radius: 1rem;
}

.line-separation .col-lg-4 {
    position: relative;
}

.line-separation .col-lg-4 + .col-lg-4:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #707070;
}

.box-white.d-flex .picto {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag {
    background-color: var(--purple-dark);
    color: #FFF;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 3rem;
    margin: 0 auto 1rem;
    display: inline-block;
    padding: 0.5rem 0.75rem;
}

.tag-square .tag {
    border-radius: 0.5rem;
}

.list-items strong.color-dark,
.color-dark {
    color: #484646;
}
/* CTA Purple Section */
.cta-purple {
    background: url('../images/layout-cta.webp') no-repeat;
    background-size: cover;
    color: white;
    padding: 1.5rem 0;
}

.cta-purple p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-purple strong {
    color: var(--yellow-primary);
}

.cta-icon {
    margin-bottom: 1rem;
}

.cta-purple, .cta-rejoindre {
    background: url('../images/layout-cta-rejoindre.webp') no-repeat;
    background-size: cover;
}

.cta-purple .btn {
    margin-top: 0;
}

/* News Section */
.news-section {
    background: var(--gray-light);
}

.news-section .container {
    background: url('../images/layout-style-2.svg') no-repeat bottom 100px right 0;
}

.news-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
}

.news-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.news-content h3 {
    color: var(--purple-primary);
    margin-bottom: 20px;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--pink-light);
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: var(--purple-primary);
}
/* Trust Section */
.trust-section {
    background: var(--pink-light);
}

.trust-section .container {
    background: url('../images/layout-partners.svg') no-repeat left bottom;
}

.trust-logo {
    background: #FFF;
    padding: 2rem 1rem;
    border-radius: 1rem;
    display: inline-block;
    margin: 10px;
    width: calc(16.6667% - 20px);
}

.trust-logo img {
    max-width: 100%;
    height: auto;
}

.title-image {
    max-width: 430px;
}

.list-items, .list-items2 {
    list-style: none;
    padding-left: 0;
}

.list-items li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    background: url('../images/list-item.svg') no-repeat top 5px left;
}

.list-items2 li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    background: url('../images/list-item2.svg') no-repeat top 5px left;
}

.list-items strong, .list-items2 strong {
    color: var(--pink);
}

.accompagnements .accompagnement {
    background: url('../images/bg-alimentaire.webp') no-repeat;
    background-size: cover;
    height: 270px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accompagnements .cosmetique {
    background: url('../images/bg-cosmetique.webp') no-repeat;
}

.accompagnements .animaux {
    background: url('../images/bg-animaux.webp') no-repeat;
}

.accompagnements .packaging {
    background: url('../images/packaging.webp') no-repeat;
}

.accompagnements .textile {
    background: url('../images/MaisonLoisir.webp') no-repeat;
}

.accompagnements .accompagnement a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--pink);
    background-color: #FFF;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    width: 80%;
}

.implantations-section .villes {
    max-width: 880px;
    margin: auto;
}

.implantations-section .ville {
    aspect-ratio: 1/1;
    background-color: #FFF;
    border: 6px solid var(--yellow-primary);
    border-radius: 50%;
    padding: 1rem;
    text-align: center;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 15px 25px 0 #D7AED0;
    flex: 1;
}

.image-shadow {
    box-shadow: 25px 25px 0 #D7AED0;
    border-radius: 1rem;
    margin: 0 3rem 1rem 5rem;
    max-width: calc(100% - 8rem);
    height: auto;
}

.pink-card-shadow {
    box-shadow: 1.8rem 1.8rem 0 var(--pink);
    margin-right: 1.8rem;
}

.implantations-section .ville h3 {
    color: var(--pink);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}

.implantations-section .ville .card-link {
    margin-top: auto;
}

.circle-green {
    width: 18px;
    height: 18px;
    background: url('../images/list-item.svg') no-repeat center;
    display: inline-block;
}

.faq .question-reponse {
    background-color: #FFF;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.faq .question-reponse .question {
    background-color: #EAD8E7;
    padding: 1rem;
    text-transform: uppercase;
    color: var(--purple-primary);
    display: flex;
    align-items: center;
}

.faq .question-reponse .question h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
}

.faq .question-reponse .question:before,
.faq .question-reponse .question:after {
    content: '';
    display: block;
    border-radius: 50%;
}

.faq .question-reponse .question:before {
    height: 18px;
    width: 18px;
    border: 4px solid #FFF;
    margin-right: 1rem;
}

.faq .question-reponse .question:after {
    height: 36px;
    width: 36px;
    background-color: #FFF;
    background-image: url('../images/feather-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
}

.faq .question-reponse .reponse {
padding: 1rem;
overflow: hidden;
transition: transform 0.25s ease-in;
}

.faq .question-reponse.open .question:after {
transform: rotate(180deg);
transition: transform 0.25s ease-out;
}

.circle-logo {
    background-color: #FFF;
    border-radius: 50%;
    width: 62px;
    height: 62px;
}

.chiffre-cle {
    background-color: #FFF;
    border: 6px solid var(--yellow-primary);
    align-items: center;
    justify-content: center;
    color: var(--pink);
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 270px;
    margin: 0 auto 5rem;
    text-align: center;
    box-shadow: 25px 25px 0 #951B81b6;
}

.chiffre-cle h3 {
    color: var(--purple-primary);
    font-size: 2.2rem;
}

.chiffre-cle img {
    width: 65px;
}

.chiffre-cle p {
    font-weight: bold;
    line-height: 1;
    font-size: 0.9rem;
    margin: 0 2rem;
}

.logos {
    border: 1px solid #BDBCBC;
    padding: 1rem 3rem;
    border-radius: 1rem;
    flex-wrap: wrap;
}

.logos img {
    max-width: 150px;
}

.itai {
    vertical-align: middle;
    display: inline-block;
}
/*
 * Liste des actus
*/
.article-teaser .field-image {
    width: 100%;
    aspect-ratio: 1/1;
    align-content: center;
    border-radius: 50%;
    border: 1px solid #BDBCBC;
    overflow: hidden;
}

.article-teaser h3 {
    font-size: 1.3rem;
}

.article-teaser .field-view {
    margin-left: auto;
}

.article-teaser .article-link {
    width: 49px;
    height: 49px;
}

.article-teaser .article-link:hover {
    opacity: 0.8;
}
/* 
 * Aside cat
*/
.article-categories {
    background-color: var(--pink-light);
    position: relative;
}

.article-categories:before {
    position: absolute;
    top: -41px;
    left: calc(50% - 41px);
    z-index: 10;
    width: 82px;
    height: 82px;
    background-color: #FFF;
    background-image: url('../images/picto-logo.svg');
    background-position: center;
    background-size: 60px 60px;
    border: 1px solid #484646;
    content: '';
    border-radius: 50%;
}

.article-categories ul {
    list-style: none;
    padding-left: 0;
}

.article-categories li {
    border-bottom: 1px solid var(--pink);
}

.article-categories a {
    color: #484646;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    display: block;
}

.article-categories a.active {
    background-color: var(--pink);
    color: #FFF;
}

/*
 * Pagination
*/
.pagination {
    gap: 1rem;
}

.page-link {
    color: #484646;
    border: 0;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
}

.page-item.active .page-link {
    color: var(--purple-dark);
    font-weight: bold;
    background-color: transparent;
}

.page-link.page-previous,
.page-link.page-next {
    background-color: #6f6d6d;
}

.page-link.page-previous:hover,
.page-link.page-next:hover {
    opacity: 0.8;
}

.page-link.page-previous .sr-only,
.page-link.page-next .sr-only {
    background-image: url('../images/ion-ios-arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    width: 10px;
    height: 17px;
}

.page-link.page-next .sr-only {
    transform: rotate(180deg);
}
/*
 * Article full
*/
.article-full,
.list-articles {
    margin-right: 3rem;
}

.article-full h1 {
    color: var(--pink);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.article-full h1:after {
    content: none;
}

.field-date {
    display: inline-flex;
    align-items: center;
}

.list-articles .field-date {
    justify-content: center;
    margin-bottom: 0.5rem;
}

.field-tag {
    padding-left: 2rem;
    margin-left: 1rem;
    display: inline-flex;
    align-items: center;
    background: url('../images/picto-folder.svg') no-repeat center left;
}
/*
 * Implantation 
*/
.minimap {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--purple-dark);
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0 auto 3rem;
}

.box-adresse h3 {
    font-size: 2.5rem;
    padding-left: 70px;
    background: url('../images/picto-logo.svg') no-repeat center left;
    background-size: 70px auto;
}

.box-adresse .field-adress,
.box-adresse .field-transport,
.box-adresse .field-parking,
.box-adresse .field-tel {
    padding-left: 50px;
    min-height: 35px;
    margin-bottom: 1rem;
    vertical-align: middle;
}

.box-adresse .field-adress {
    background: url('../images/picto-carte.svg') no-repeat center left;
}

.box-adresse .field-transport {
    background: url('../images/picto-bus.svg') no-repeat center left;
}

.box-adresse .field-parking {
    background: url('../images/picto-parking.svg') no-repeat center left;
}

.box-adresse .field-tel {
    background: url('../images/picto-tel.svg') no-repeat center left;
}

.bx-viewport {
    margin-bottom: 1rem;
}

.sliders .bx-wrapper .bx-controls-direction a {
    /*margin-top: -2rem;*/
    border-radius: 0.2rem;
    z-index: 100;
}

.salle {
    width: 240px;
}

.sliders .bx-wrapper {
    margin-left: 1rem;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('../images/arrow-right.svg') no-repeat center #484646c2;
    right: -16px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('../images/arrow-left.svg') no-repeat center #484646c2;
    left: -16px;
}

.slide-popup a {
    width: 210px;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    margin: auto;
}

.slide-popup {
    max-width: 210px;
    border-radius: 0.5rem;
}

.slide-popup img {
    box-shadow: 0 25px 0 #D7AED0;
    margin-bottom: 1rem;
    border-radius: 1rem;
}
/*
 * Form
*/
label {
    color: var(--pink);
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/* Footer */
.main-footer {
    background: var(--purple-primary);
    color: white;
    padding: 50px 0 20px;
}

.footer-section {
    font-size: 0.9rem;
}

.footer-section h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-logo {
    width: 100%;
    max-width: 250px;
}

.footer-bottom {
    padding: 1rem 0;
    font-size: 0.8rem;
    color: #F29FC5;
}

.footer-bottom a {
    color: #F29FC5;
    text-decoration: none;
}

.footer-menu-section ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-section li {
    width: 50%;
    margin-bottom: 1rem;
}

.footer-menu-section a {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

.dropdown-menu {
    white-space: nowrap;
}

/* menu sur hover uniquement sur les devices qui supportent hover (desktop) */
@media (hover: hover) and (pointer: fine) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropup:hover > .dropdown-menu {
        display: block;
        bottom: 100%;
        top: auto;
        margin-bottom: 0;
    }
}


.footer-menu-section ul .dropdown-menu {
    display: none; /* bootstrap gère le display via JS, donc on laisse bootstrap choisir */
    background: var(--purple-dark);
}

.footer-menu-section ul .dropdown-menu.show {
    display: block; /* bootstrap ajoute .show au moment du clic */
}

.footer-contact-section strong {
    color: var(--yellow-primary);
    text-transform: uppercase;
}

.social-footer {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    justify-content: space-between;
    max-width: 200px;
}

.lang-switch.active {
    border-color: #0d6efd !important; /* bleu bootstrap */
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.3);
}

.hover-opacity:hover {
    opacity: 1 !important;
}

.lang-switch {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
}

.lang-switch img {
    width: 28px;
    height: 28px;
    display: block; /* évite les bugs dans les petits espaces */
}

@media (max-width: 576px) {
    .lang-switch img {
        width: 24px; /* option : taille légèrement réduite */
        height: 24px;
    }
}


@media (max-width: 1800px) {
    .no-bg-image-mobile {
        background-image: none;
    }

    .layout-style-7 {
        background-image: url(../images/layout-style-7.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media (max-width: 1400px) {
    .accompagnements .accompagnement > div {
        width: 95%;
    }

    .layout-style-4 {
        background-position: right 5% bottom 50px;
    }

    .chiffre-cle {
        box-shadow: 15px 15px 0 #951B81b6;
    }

    .main-nav a {
        padding: 0 5px;
    }

    .main-header .nav-item {
        padding: 1rem 0;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse {
        margin-top: 4rem;
        justify-content: end;
    }
}

@media (max-width: 991px) {
    .accompagnements .accompagnement > div {
        width: 95%;
    }

    .image-shadow {
        max-width: calc(100% - 3rem);
        margin-left: 0;
        margin-bottom: 3rem;
    }

    .faq .question-reponse .question h3 {
        font-size: 0.8rem;
    }

    .layout-style-6,
    .layout-style-5 {
        background-position: right 1rem bottom 1rem;
    }

    .faq .question-reponse .question:before {
        content: none;
    }

    .faq .question-reponse .question h3 {
        width: calc(100% - 36px);
    }

    .line-separation .col-lg-4 + .col-lg-4:after {
        width: 100%;
        height: 1px;
    }

    .layout-style-7 {
        background-size: 0, auto 400px;
    }

    .article-full, .list-articles {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        display: none;
    }

    .hero h1,
    .header-page h1 {
        font-size: 32px;
        text-shadow: 0px 0px 12px #0e0d0d;
    }

    .section-title {
        font-size: 24px;
    }

    .trust-logo {
        width: calc(33.3334% - 20px);
    }

    .logo-wrapper {
        width: calc(200px + 3rem);
        height: 90px;
    }

    .main-header .logo {
        width: 200px;
    }

    .trust-logo {
        width: calc(33.3334% - 20px);
    }
    .international::before {
        top: 88%; /* ajustable */
        left: -5%; /* ajustable */
    }
}
.square {
    height:270px;
}