/**

1-GENERAL
2-BOUTONS
3-FONDS
4-EN-TETE
5-OFFCANVAS
6-HEADER 1
7-HEADER 2
8-PIED DE PAGE
9-ACCUEIL
10-BLOC PICTOGRAMME
11-BLOC ETAPE
12-CITATION
13-CTA 3
14-CTA 4
15- TITRE + TEXTE + BOUTONS
16- TITRE + TEXTE + IMAGE/VIDEO
17- PRODUIT
18- MEDIA
19-BLOC LISTE
20-BLOC TABLEAU
21- CARROUSEL 1
22- CARROUSEL 2
23- DOCUMENTATION
24- PARTENAIRE
25- FORMULAIRES
26- FILTRES
27-PAGINATION
28- ACTUALITES
29-RECRUTEMENT
30-PHOTOTHEQUE
31-CUSTOM BLOCKS
ZZ-RESPONSIVE

 */


/* 1-GENERAL ---------------------------------------- */
/* Structure */
html,
body {
    font-family: "runda", sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0px !important;
    hyphens: auto;
    min-height: calc(100vh + 170px);
}

.container-fluid {
    padding: 5.5rem 8rem;
    position: relative;
    overflow-x: clip;
}

main {
    margin-top: -170px;
}

main > section:first-of-type:not(.bloc-header-2).home {
    padding-top: 0;
}
main > section:first-of-type:not(.bloc-header-2) {
    padding-top: calc(170px + 5rem);
}

main > .bloc-header-2 {
    padding-top: calc(75px + 7rem);
}

main .row,
main .container,
footer .row {
    position: inherit;
    z-index: 100;
}

.row-title {
    align-items: center;
}

.row-title .title {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #EB3300;
}

.row-title .intro {
    max-width: 85%;
    margin-bottom: 3rem;
}

.row-title .intro * {
    font-size: 1.25rem;
    font-style: italic;
    line-height: normal;
}

.row-title .intro-img {
    max-width: 100%;
    margin-bottom: 3rem;
}

.row-title .intro-img * {
    font-size: 1.25rem;
    font-style: italic;
    line-height: normal;
}

.row-title .col-cta {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0;
}

.btn-bloc {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.row-cta > div {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0;
}

img {
    max-width: 100%;
    width: auto;
}

/* Textes */
p {
    line-height: 1.25rem;
    color: #373A36;
}

i {
    font-style: italic;
}

b, strong {
    font-weight: 700;
}

a {
    text-underline-offset: 3px;
    transition: all 0.2s ease-out;
    color: #EB3300;
}

a:hover,
a:active,
a:focus {
    text-underline-offset: 1px;
}

ul {
    list-style-type: none;
}

ol, ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

li {
    margin-bottom: 0.5rem;
    position: relative;
}

main ul>li:before {
    content: '•';
    position: absolute;
    left: -1rem;
    font-size: 1.25rem;
    font-weight: 700;
    top: -3px;
}

/* Liste ordonnée */
::marker {
    color: #EB3300;
    font-size: 1rem;
    font-weight: 700;
}

main .light li:before {
    color: #EB3300;
}

main .dark li:before {
    color: #fff;
}

h1 {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 700;
}

h2 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    color: #EB3300;
}

h3 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #EB3300;
}

h4 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: #EB3300;
}

h5 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #EB3300;
}

h6 {
    font-size: 2.0rem;
    line-height: 2.0rem;
    font-weight: 700;
    color: #EB3300;
}

::selection {
    color: #fff;
    background-color: #EB3300;
}

/* dark */
.dark p,
.bg-small-pattern-black p {
    color: #fff;
}

.dark li,
.bg-small-pattern-black li {
    color: #fff;
}

.dark h2,
.bg-small-pattern-black h2,
.dark h3,
.bg-small-pattern-black h3 {
    color: #fff;
}

/* Orange */
.bg-small-pattern .row p,
.bg-orange .row p,
.bg-small-pattern .row a,
.bg-orange .row a,
.bg-small-pattern .row h1,
.bg-orange .row h1,
.bg-small-pattern .row h2,
.bg-orange .row h2,
.bg-small-pattern .row h3,
.bg-orange .row h3,
.bg-small-pattern .row h4,
.bg-orange .row h4,
.bg-small-pattern .row h5,
.bg-orange .row h5,
.bg-small-pattern .row h6,
.bg-orange .row h6,
.bg-small-pattern .row li,
.bg-orange .row li {
    color: #fff ;
}

main .bg-small-pattern li:before,
main .bg-orange li:before {
    color: #fff;
}

.bg-small-pattern em,
.bg-orange em,
.bg-small-pattern .orange,
.bg-orange .orange {
    color: #373A36;
}

/* Carrousel */
.light .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #EB3300;
    border: 2px solid #EB3300;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.light .owl-carousel button.owl-dot.active {
    background: #fff;
}

.dark .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.dark .owl-carousel button.owl-dot.active {
    background: #EB3300;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.owl-carousel .owl-nav button {
    border: 1px solid #EB3300 !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url(../../images/elements/arrow-prev-orange.svg) no-repeat center;
}

.owl-carousel .owl-nav button.owl-next {
    background: url(../../images/elements/arrow-next-orange.svg) no-repeat center;
}

.dark .owl-carousel .owl-nav button {
    border-color: #fff !important;
}

.dark .owl-carousel .owl-nav button.owl-prev {
    background: url(../../images/elements/arrow-prev.svg) no-repeat center;
}

.dark .owl-carousel .owl-nav button.owl-next {
    background: url(../../images/elements/arrow-next.svg) no-repeat center;
}

/* 2-BOUTONS ---------------------------------------- */
.btn {
    border-radius: 50px;
    padding: 12px 75px 12px 30px;
    font-weight: 700;
    font-size: 1.25rem;
    position: relative;
    border: 2px solid;
    line-height: normal;
    text-align: left;
    align-items: center;
    display: inline-flex;
    hyphens: none;
    margin: 0 0 1rem 0;
    transition: all 0.3s ease-out;
}

.btn:after {
    content: ' ';
    width: 15px;
    height: calc(100% - 30px);
    display: inline-block;
    position: absolute;
    right: 20px;
    transition: all 0.3s ease-out;
}

/* Bouton primaire
(fond orange / écriture blanche)*/
.btn-primary {
    background-color: #EB3300;
    color: #fff;
    border-color: #EB3300;
}

.btn-primary:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
    background-color: #fff;
    color: #EB3300;
    border-color: #EB3300;
}

.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary:active:after,
:not(.btn-check) + .btn-primary:active:after {
    background: url(../../images/elements/arrow-right-orange.svg) center no-repeat;
}

/* Bouton secondaire
(fond blanc / écriture orange)*/
.btn-secondary {
    background-color: #fff;
    color: #EB3300;
    border-color: #EB3300;
}

.btn-secondary:after {
    background: url(../../images/elements/arrow-right-orange.svg) center no-repeat;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:first-child:active,
:not(.btn-check) + .btn-secondary:active {
    background-color: #EB3300;
    border-color: #EB3300;
    color: #fff;
}

.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary:active:after,
:not(.btn-check) + .btn-secondary:active:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

/* Bouton tertiaire
(fond blanc / écriture noire )*/
.btn-tertiary {
    background-color: #fff;
    color: #373A36;
    border-color: #373A36;
}

.btn-tertiary:after {
    background: url(../../images/elements/arrow-right-black.svg) center no-repeat;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary:first-child:active,
:not(.btn-check) + .btn-tertiary:active {
    background-color: #373A36;
    color: #fff;
}

.btn-tertiary:hover:after,
.btn-tertiary:focus:after,
.btn-tertiary:active:after,
:not(.btn-check) + .btn-tartiary:active:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

/* Bouton quater
(fond noir / écriture blanche) */
.btn-quater {
    background-color: #373A36;
    color: #fff;
    border-color: #373A36;
}

.btn-quater:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

.btn-quater:hover,
.btn-quater:focus,
.btn-quater:active,
.btn-quater:first-child:active,
:not(.btn-check) + .btn-quarter:active {
    background-color: #fff;
    color: #373A36;
    border-color: #373A36;
}

.btn-quater:hover:after,
.btn-quater:focus:after,
.btn-quater:active:after,
:not(.btn-check) + .btn-quarter:active {
    background: url(../../images/elements/arrow-right-black.svg) center no-repeat;
}

/* Bouton primaire
(fond orange / écriture blanche)*/
.dark .btn-primary:hover,
.dark .btn-primary:focus,
.dark .btn-primary:active {
    border-color: #fff;
}

/* Bouton secondaire
(fond transparent / écriture blanche) */
.dark .btn-secondary {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    transition: all 0.3s ease-out;
}

.dark .btn-secondary:after {
    transition: all 0.3s ease-out;
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

.dark .btn-secondary:hover,
.dark .btn-secondary:focus,
.dark .btn-secondary:active,
.dark :not(.btn-check) + .btn-secondary:active {
    background-color: #fff;
    color: #EB3300;
    border-color: #fff;
}

.bg-small-pattern.row.btn.btn-secondary:hover {
    color: #EB3300;
}
.dark .btn-secondary:hover:after,
.dark .btn-secondary:focus:after,
.dark .btn-secondary:active:after,
.dark :not(.btn-check) + .btn-secondary:active:after {
    background: url(../../images/elements/arrow-right-orange.svg) center no-repeat;
}

/* Bouton tertiaire
(fond transparent / écriture blanche / bordure orange )*/
.dark .btn-tertiary {
    border-color: #EB3300;
    background-color: transparent;
    color: #fff;
}

.dark .btn-tertiary:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

.dark .btn-tertiary:hover,
.dark .btn-tertiary:focus,
.dark .btn-tertiary:active,
.dark :not(.btn-check) + .btn-tertiary:active {
    background-color: #EB3300;
    border-color: #EB3300;
}

/* Bouton quater
(fond blanc / écriture orange) */
.dark .btn-quater {
    background-color: #fff;
    color: #EB3300;
    border-color: #fff;
}

.dark .btn-quater:after {
    background: url(../../images/elements/arrow-right-orange.svg) center no-repeat;
}

.dark .btn-quater:hover,
.dark .btn-quater:focus,
.dark .btn-quater:active,
.dark :not(.btn-check) + .btn-quarter:active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.dark .btn-quater:hover:after,
.dark .btn-quater:focus:after,
.dark .btn-quater:active:after,
.dark :not(.btn-check) + .btn-quarter:active:after {
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

/* 3-FONDS ---------------------------------------- */
.dark {
    background-color: #373A36;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.light {
    background-color: #fff;
    color: #373A36;
    background-size: cover;
    background-position: center;
}

/* Petits motifs répétés */
.bg-small-pattern {
    background: #eb3300 url(../../images/background/bg-small-pattern.svg) repeat bottom right;
    background-size: 1910px;
}

.bg-small-pattern .row > div *,
.bg-orange .row > div * {
    border-color: #373A36 !important;
}

.bg-small-pattern .row > div .btn,
.bg-orange .row > div .btn {
    border-color: #fff !important;
}

.bg-small-pattern .row > div .btn-quater,
.bg-orange .row > div .btn-quater {
    border-color: #373A36 !important;
}

.bg-small-pattern > .row > div .btn-secondary:hover,
.bg-small-pattern > .row > div .btn-secondary:focus,
.bg-small-pattern > .row > div .btn-secondary:active,
.bg-small-pattern > .row > div :not(.btn-check) + .btn-secondary:active {
    color: #EB3300 !important;
}

.bg-small-pattern-black {
    background: #373a36 url(../../images/background/bg-small-pattern-black.svg) repeat bottom right;
    background-size: 1910px;
}

/* Gros motifs à droite  */
.bigs-patterns-bottom:after {
    content: '';
    background: url(../../images/background/bg-bigs-patterns-bottom.svg) no-repeat bottom right;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: 50%;
    display: block;
    pointer-events: none;
}

.bigs-patterns-top:after {
    content: '';
    background: url(../../images/background/bg-bigs-patterns-top.svg) no-repeat top right;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: 50%;
    display: block;
    pointer-events: none;
}

.bg-big-motifs:after {
    content: '';
    background: url(../../images/background/bg-big-motifs.svg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: contain;
    pointer-events: none;
}

.bg-big-motifs-2:after {
    content: '';
    background: url(../../images/background/bg-big-motifs-2.svg) no-repeat right top;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-size: 40%;
    pointer-events: none;
}

.dark.bg-big-motifs:after {
    background-image: url(../../images/background/bg-big-motifs-dark.svg);
}

.dark.bg-big-motifs-2:after {
    background-image: url(../../images/background/bg-big-motifs-dark-2.svg);
}

.light.bg-big-motifs-2 h2,
.light.bg-big-motifs-2 .row-title .title,
.light.bigs-patterns-bottom h2,
.light.bigs-patterns-bottom .row-title .title,
.light.bigs-patterns-top h2,
.light.bigs-patterns-top .row-title .title {
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 44px;
    text-decoration-skip-ink: none;
    text-underline-offset: -44px;
}

/* Fond couleur uni */
.light.bg-grey {
    background-color: #f4f4f4;
}

.dark.bg-grey {
    background-color: #373A36;
}

.bg-orange {
    background-color: #EB3300;
}

/*
Effet coloré sur fond photo (class à ajouter sur une div vide dans la section)
Section à mettre en dark pour la bonne présentation des textes
*/
.img-opacity-dark:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(55, 58, 54, 0.75);
    mix-blend-mode: multiply;
}

.img-opacity-orange:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(230, 59, 23, 0.9);
    mix-blend-mode: hard-light;
}

.img-opacity-degrade:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(to right, rgba(55, 58, 54, 0.75) 50%, rgb(230 59 23 / 75%));
    mix-blend-mode: multiply;
}

/* Coin arrondi en haut à droite */
.corner-small-pattern:before {
    content: '';
    background: url(../../images/background/corner-pattern-orange.svg) repeat top right;
    width: 315px;
    height: 314px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 315px;
    display: block;
    z-index: 10;
}

.corner-small-pattern-black:before {
    content: '';
    background: url(../../images/background/corner-pattern-black.svg) repeat top right;
    width: 315px;
    height: 314px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 315px;
    display: block;
    z-index: 10;
}

.corner-orange:before {
    content: '';
    background: url(../../images/background/corner-orange.svg) repeat top right;
    width: 315px;
    height: 314px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 315px;
    display: block;
    z-index: 10;
}

.corner-grey:before {
    content: '';
    background: url(../../images/background/corner-grey.svg) repeat top right;
    width: 315px;
    height: 314px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 315px;
    display: block;
    z-index: 10;
}

.dark.corner-grey:before {
    background: url(../../images/background/corner-grey-black.svg) repeat top right;
}

.corner-white:before {
    content: '';
    background: url(../../images/background/corner-white.svg) repeat top right;
    width: 315px;
    height: 314px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-size: 315px;
    display: block;
    z-index: 10;
}

/* 4-EN-TETE ---------------------------------------- */
.header-bg {
    background: rgba(55, 58, 54, 0.9); /* nav_on_white_bg === true */
}

.header-no-bg {
    background: rgba(55, 58, 54, 0); /* nav_on_white_bg === false */
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem 6rem;
}

.header.sticky {
    background: rgba(55, 58, 54, 0.9);
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    backdrop-filter: blur(8px);
    padding: 0.75rem 6rem;
}

.menu-mobile {
    display: none;
}

/* Menu ordi */
.menu-desktop > ul > li > .nav-link {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s ease-out;
    box-shadow: none !important;
}

.menu-desktop > ul > li > .nav-link:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    margin: 10px 0 0 0;
    border: 0px;
}

.menu-desktop > ul > li > .nav-link:hover:after,
.menu-desktop > ul > li > .nav-link[aria-expanded="true"]:after {
    background-color: #fff;
}

.menu-desktop > ul > li .nav-link.show {
    background-color: #eb3300;
}

.menu-desktop .dropdown-menu {
    background: #eb3300;
    border: 0px;
    padding: 2.2rem 2rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-top: -2px!important;

    /* Désactiver l'animation Bootstrap et utiliser opacity */
    animation: none ;
    opacity: 0;
    visibility: hidden;
    display: block ;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.menu-desktop .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

.menu-desktop .dropdown-menu[data-popper-placement="bottom-start"] {
    border-top-left-radius: 0px;
}

.menu-desktop .dropdown-menu[data-popper-placement="bottom-end"] {
    border-top-right-radius: 0px;
}

.menu-desktop .dropdown-menu:before {
    content: '';
    width: 100%;
    background: #373A36;
    height: 2px;
    display: block;
    margin-bottom: 1rem;
}

.menu-desktop .dropdown-menu ul {
    padding: 0px;
}

.menu-desktop .dropdown-menu ul li {
    list-style: none;
}

.menu-desktop .dropdown-menu ul > li > .nav-link {
    font-size: 1.25rem;
    padding: 1rem 4rem 1rem 0rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    min-width: 450px;
    width: 100%;
}

.menu-desktop .dropdown-menu ul > li > .nav-link.active,
.menu-desktop .dropdown-menu ul > li > .nav-link:hover,
.menu-desktop .dropdown-menu ul > li > .nav-link:active,
.menu-desktop .dropdown-menu ul > li > .nav-link:focus {
    color: #373A36;
}

.nav-pills .nav-link {
    padding-right: 4rem ;
}

.menu-desktop .dropdown-menu ul > li > .nav-link.active:after,
.menu-desktop .dropdown-menu ul > li > .nav-link:hover:after,
.menu-desktop .dropdown-menu ul > li > .nav-link:active:after,
.menu-desktop .dropdown-menu ul > li > .nav-link:focus:after {
    content: '';
    background: url(../../images/elements/arrow-next.svg) no-repeat center;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-size: 10px;
    position: absolute;
    right: 0rem;
    /*top: 1.5rem;*/
}

.menu-desktop .dropdown-menu .nav-pills .nav-link {
    width: 100%;
    text-align: start;
}

.menu-desktop .dropdown-menu .nav-pills .nav-link:hover,
.menu-desktop .dropdown-menu .nav-pills .nav-link:focus {
    position: relative;
}

.menu-desktop .dropdown-menu .nav-pills .nav-link:hover:after,
.menu-desktop .dropdown-menu .nav-pills .nav-link:focus:after {
    content: '';
    background: url(../../images/elements/arrow-next.svg) no-repeat center;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-size: 10px;
    position: absolute;
    right: 0rem;
    /*top: 1.5rem;*/
}


.menu-desktop .dropdown-menu ul > li > .nav-link span {
    width: 100%;
    font-weight: 300;
    font-style: italic;
    display: block;
}

.nav-pills .nav-link {
    font-size: 1.25rem;
    padding: 1rem 2rem 1rem 0;
    color: #fff;
    font-weight: 700;
    opacity: 0.6;
    hyphens: none;
}

.menu-desktop .nav-pills .show > .nav-link,
.menu-desktop .nav-pills .nav-link:hover,
.menu-desktop .nav-pills .nav-link:active,
.menu-desktop .nav-pills .nav-link:focus,
.menu-desktop .nav-pills .nav-link.active {
    opacity: 1;
    background-color: transparent;
}

.menu-desktop li.nav-item {
    margin-bottom: 0;
}

/* .menu-desktop .nav-pills .nav-item:after{
	content: '';
    width: 75%;
    height: 2px;
    display: block;
    margin:  0 0 10px 0;
	border: 0px;
}
.menu-desktop .nav-pills .nav-item:hover:after,
.menu-desktop .nav-pills .nav-item:active:after,
.menu-desktop .nav-pills .nav-item:focus:after,
.menu-desktop .nav-pills .nav-item.active:after{
    background-color: #fff;
} */
/* Header V2 */
.header-1_v2 .menu-desktop .dropdown-menu ul > li > .nav-link {
    padding: 1rem 0rem 1rem 0rem;
    min-width: auto;
    hyphens: none;
    white-space: nowrap;
}

.header-1_v2 .menu-desktop .dropdown-menu ul > li.with-tab .nav-link {
    padding-right: 4rem;
    margin-right: 2rem;
}

.header-1_v2 .menu-desktop .dropdown-menu {
    min-width: 450px;
}

.header-1_v2 .menu-desktop .dropdown-menu ul > li > .nav-link.active:after,
.header-1_v2 .menu-desktop .dropdown-menu ul > li > .nav-link:hover:after,
.header-1_v2 .menu-desktop .dropdown-menu ul > li > .nav-link:active:after,
.header-1_v2 .menu-desktop .dropdown-menu ul > li > .nav-link:focus:after {
    content: none;
}

.header-1_v2 .menu-desktop .dropdown-menu ul > li.with-tab > .nav-link:after {
    content: '';
    background: url(../../images/elements/arrow-next.svg) no-repeat center;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    background-size: 10px;
    position: absolute;
    right: .5rem;
    top: .5rem;
}

.header-1_v2 .menu-desktop .dropdown-menu .tab-content {
    margin-left: 2rem;
}

/* 5-OFFCANVAS ---------------------------------------- */
/* Menu  */
.offcanvas-backdrop.show {
    padding: 0px;
}

.offcanvas {
    background: #EB3300;
    padding: 20px;
}

.offcanvas-body {
    scrollbar-color: #fff transparent;
}

.offcanvas ul {
    padding: 0px;
}

.offcanvas ul li {
    list-style: none;
    margin: 20px 0 30px;
    position: relative;
    cursor: pointer;
}

.offcanvas ul li a.menu-next:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../../images/elements/arrow-next.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.offcanvas ul li a {
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.offcanvas ul li.active a,
.offcanvas ul li a:hover,
.offcanvas ul li a:active,
.offcanvas ul li a:focus {
    color: #373A36;
}

.offcanvas button.btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    display: block;
    height: 25px;
    width: 25px;
}

.offcanvas .menu-wrapper {
    position: relative;
}

.offcanvas .menu-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 0px !important;
    display: block;
    overflow: hidden;
    transition: left 0.3s ease;
}

.offcanvas .menu-level.active {
    left: 0;
    overflow: visible;
    display: block;
    height: 100% !important;
    position: relative;
}

.offcanvas .menu-level.exit-left {
    left: -100%;
}

.offcanvas .menu-level.exit-right {
    left: 100%;
}

.offcanvas .menu-next,
.offcanvas .menu-back {
    display: block;
    width: 100%;
}

.offcanvas .menu-back {
    background-color: transparent;
    color: #373a36;
    transition: all 0.3s ease-out;
    border-radius: 50px;
    margin: 0 0 3rem;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    border: 0px;
    line-height: normal;
    display: inline-block;
    width: auto;
}

.offcanvas .menu-back:before {
    content: '';
    background: url(../../images/elements/arrow-prev.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 7px;
    width: 30px;
    height: 30px;
}

.offcanvas .menu-back:hover,
.offcanvas .menu-back:focus,
.offcanvas .menu-back:active {
    color: #fff;
}

.offcanvas .menu-level-2 p {
    font-size: 1.87rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.offcanvas .menu-level-2 ul li a {
    font-size: 1.25rem;
    display: block;
}

.offcanvas .menu-level-2 ul li a span {
    display: block;
    font-weight: 400;
    font-style: italic;
}

.offcanvas .menu-level-2 ul li a[aria-expanded="false"]:after {
    content: '';
    background: url(../../images/elements/arrow-prev.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 7px;
    top: 0px;
}

.offcanvas .menu-level-2 ul li a[aria-expanded="true"] {
    color: #373a36;
}

.offcanvas .menu-level-2 ul li a[aria-expanded="true"]:after {
    content: '';
    background: url(../../images/elements/arrow-prev.svg) no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 7px;
    top: 0px;
}

/* 6-HEADER 1 ---------------------------------------- */
.bloc-header-1 .row {
    align-items: center;
}

.bloc-header-1 .titre-header h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: normal;
}

.bloc-header-1 .titre-header h2 {
    font-size: 3.75rem;
    font-style: italic;
    font-weight: 300;
    color: #EB3300;
    line-height: normal;
}

.bloc-header-1 .titre-header {
    border-bottom: 2px solid #EB3300;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.bloc-header-1 .titre-header-rouge {
    font-size: 5rem;
    font-weight: 700;
    line-height: normal;
    color: #EB3300;
}

.bloc-header-1 .intro-header p {
    max-width: 80%;
    font-size: 1.87rem;
    font-style: italic;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 2rem;
}

.bloc-header-1 .img-header img {
    margin: 0 auto;
    display: block;
}

.bloc-header-1 .row:after {
    content: '';
    background: url(../../images/elements/arrow-bottom-white.svg) no-repeat center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: calc(50% - 15px);
    left: calc(50% - 15px);
    bottom: -4rem;
    background-size: contain;
    animation: bounce 4s ease infinite;
}

@keyframes bounce {
    0%, 30%, 45%, 60%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* 7-HEADER 2 ---------------------------------------- */
.bloc-header-2 {
    padding-bottom: 0px !important;
}

.bloc-header-2 .intro-header p {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25;
    font-weight: 700;
}

.bloc-header-2 .titre-header h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
}

.bloc-header-2 .titre-header h2 {
    text-align: center;
    font-size: 3.75rem;
    font-weight: 300;
    font-style: italic;
}

.bloc-header-2 .titre-header:after {
    content: '';
    width: 20%;
    height: 2px;
    display: block;
    margin: 45px auto 0;
}

.bloc-header-2 .nav-tabs {
    border-radius: 50px;
    border: 0;
    display: flex;
    margin: 0 auto -30px;
    width: max-content;
    max-width: 100%;
    padding: 8px;
    gap: 8px;
}

.bloc-header-2 .nav-tabs .nav-link {
    border-radius: 50px;
    border: 0px;
    margin: 0 5px;
    font-size: 1.25rem;
    font-weight: 900;
    padding: 1rem 4rem;
}

.bloc-header-2 .nav-tabs .nav-link:hover,
.bloc-header-2 .nav-tabs .nav-link:focus,
.bloc-header-2 .nav-tabs .nav-link:active,
.bloc-header-2 .nav-tabs .nav-link.active {
    border: 0px;
}

/* Dark */
.dark.bloc-header-2 .intro-header p,
.dark.bloc-header-2 .titre-header h2 {
    color: #EB3300;
}

.dark.bloc-header-2 .titre-header:after {
    background-color: #EB3300;
}

.dark.bloc-header-2 .nav-tabs {
    background-color: #373A36;
}

.dark.bloc-header-2 .nav-tabs .nav-link {
    color: #fff;
    background-color: #575757;
}

.dark.bloc-header-2 .nav-tabs .nav-link:hover,
.dark.bloc-header-2 .nav-tabs .nav-link:focus,
.dark.bloc-header-2 .nav-tabs .nav-link:active,
.dark.bloc-header-2 .nav-tabs .nav-link.active {
    background-color: #eb3300;
}

/* Light */
.light.bloc-header-2 .intro-header p,
.light.bloc-header-2 .titre-header h2 {
    color: #fff;
}

.light.bloc-header-2 .titre-header:after {
    background-color: #373A36;
}

.light.bloc-header-2 .nav-tabs {
    background: #EB3300;
}

.light.bloc-header-2 .nav-tabs .nav-link {
    color: #EB3300;
    background-color: #fff;
}

.light.bloc-header-2 .nav-tabs .nav-link:hover,
.light.bloc-header-2 .nav-tabs .nav-link:focus,
.light.bloc-header-2 .nav-tabs .nav-link:active,
.light.bloc-header-2 .nav-tabs .nav-link.active {
    background-color: #373A36;
    color: #fff;
}

/* 8-PIED DE PAGE ---------------------------------------- */
/* CTA 1 */
footer .bloc-cta-1 {
    background: url(../../images/background/bg-cta1.webp) center no-repeat;
    background-size: cover;
}

footer .bloc-cta-1 .row {
    align-items: center;
}

footer .bloc-cta-1 .title-eshop {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 700;
    color: #fff;
}

footer .bloc-cta-1 .reassurance {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 1.8rem;
}

footer .bloc-cta-1 .reassurance p {
    font-size: 1.75rem;
    line-height: normal;
    font-style: italic;
    font-weight: 700;
    color: #fff;
}

footer .bloc-cta-1 .reassurance ul {
    padding: 0px;
}

footer .bloc-cta-1 .reassurance ul li {
    list-style: none;
    font-size: 1.125rem;
    color: #fff;
    line-height: normal;
    margin-bottom: 12px;
}

footer .cta-reassurance {
    text-align: center;
    padding: 3rem 0;
}

footer .cta-reassurance button {
    margin: 0 auto;
}

/* CTA 2 */
footer .bloc-cta-2 .row {
    align-items: center;
}

footer .bloc-cta-2 .cta-2-title {
    border-right: 2px solid #fff;
    padding: 0 6rem 0 0;
}

footer .bloc-cta-2 .cta-2-title h2 {
    hyphens: none;
}

footer .bloc-cta-2 .cta-2-anwser {
    padding: 0 0 0 6rem;
}

footer .bloc-cta-2 .cta-2-anwser p {
    font-size: 1.87rem;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
}

/* Footer fixe */
footer .bloc-footer {
    background: #373A36;
}

footer .bloc-footer .row {
    align-items: center;
}

footer .logo img {
    width: 100%;
    max-width: 200px;
    margin: 30px auto;
    display: block;
}

footer .acces-rapide ul {
    display: block;
    margin: 0 auto;
    padding: 0px;
    width: max-content;
}

footer .acces-rapide ul li {
    list-style: none;
    display: block;
    width: max-content;
}

footer .acces-rapide ul li a {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-out;
    line-height: 30px;
    opacity: 0.4;
}

footer .acces-rapide ul li a:hover,
footer .acces-rapide ul li a:active,
footer .acces-rapide ul li a:focus {
    opacity: 1;
}

footer .coordonnes .coordo-title {
    color: #EB3300;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 5px;
}

footer .coordonnes .coordo-content {
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
}

footer .coordonnes .social-media ul {
    padding: 0px;
    margin: 0px;
}

footer .coordonnes .social-media ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
}

footer .certifications {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    flex-wrap: wrap
}

footer .certifications img {
    max-height: 80px;
    width: auto;
    filter: opacity(50%);
}

/* 9-ACCUEIL ---------------------------------------- */
/* En-tete accueil */
.bloc-header-home {
    background: url(../../images/background/slide-home.webp) repeat center bottom;
}

.bloc-header-home h1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
    font-weight: 700;
    padding: 400px 0 0px;
    color: #fff;
}

.home .row-title {
    margin-bottom: 3rem;
}

.home .bloc-liste.dark .row-title .title {
    border-color: #373A36;
}

/* Picto */
.home .bloc-pictogramme .title-picto {
    min-height: 3.5rem;
}

/* Agence */
.agence {
    margin-bottom: 3rem;
}

.agence h3 {
    font-size: 1rem;
    line-height: normal;
    color: #373A36;
}

.agence h3:after {
    content: ' ';
    width: 10px;
    height: 2px;
    display: block;
    margin: 10px 0 0;
    background-color: #EB3300;
}

/* Citation */
.home .bloc-citation {
    background-image: url('../../images/background/bg-citation-home.webp');
}

.home .bloc-citation blockquote p {
    font-size: 1.87rem;
    line-height: 34px;
    font-weight: 700;
    font-style: italic;
    padding: 0 110px;
}

/* Actualités accueil */
.actualite {
    margin: 60px 0 60px;
    position: relative;
}

.actualite a::after {
    content: '';
    background: url('../../images/elements/actus-plus.svg') no-repeat center;
    width: 22px;
    height: 22px;
    top: 34px;
    right: 0px;
    position: absolute;
    transition: all 0.3s ease-out;
}

.actualite a:hover::after {
    background-image: url('../../images/elements/actus-plus-hover.svg');
    width: 48px;
    height: 48px;
}

.actualite a {
    text-decoration: none;
}

.actualite .categorie {
    text-transform: uppercase;
    color: #373A36;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
}

.actualite h3 {
    padding: 0 65px 0 0;
}

.actualite p {
    color: #f1a792;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0 65px 0 0;
}

.actualite .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.post-meta:before {
    content: '';
    width: calc(100% - 100px);
    height: 2px;
    display: block;
    background: #373A36;
    margin: 0 40px 0 0;
}

.actualite .post-meta .date {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 700;
    color: #373A36;
    transition: all 0.2s ease-out;
    width: 140px;
    text-align: right;
    white-space: nowrap;
}

.actualite .post-meta .more {
    display: none;
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.2s ease-out;
    width: 140px;
    text-align: right;
    white-space: nowrap;
}

.actualite a:hover .post-meta .more,
.actualite a:active .post-meta .more,
.actualite a:focus .post-meta .more {
    display: block;
    transition: all 0.2s ease-out;
}

.actualite a:hover .post-meta .date,
.actualite a:active .post-meta .date,
.actualite a:focus .post-meta .date {
    display: none;
    transition: all 0.2s ease-out;
}

/* Recrutements */
.bloc-recrutement {
    padding-top: 10rem;
    padding-bottom: 8rem;
    background: url('../../images/background/bg-bloc-recrutement.webp');
    background-size: cover;
    position: relative;
}

.bloc-recrutement.dark .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.bloc-recrutement.dark .title-offer {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 1.87rem;
    margin-bottom: 1.25rem;
}

.bloc-recrutement.dark p {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 10px;
    max-width: 75%;
    margin: 0 auto 30px;
}

.bloc-recrutement button {
    margin: 0 auto;
}

/*10-BLOC PICTOGRAMME ---------------------------------------- */
.bloc-pictogramme .row-content {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.bloc-pictogramme .container .row > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    padding: 0px;
}

.bloc-pictogramme .picto-contenu {
    padding: 0 3rem;
    border-right: 2px solid;
    width: 100%;
}

.bloc-pictogramme .row-content > div:last-child .picto-contenu {
    border-right: 0px;
}

.bloc-pictogramme .row-content > div.col-lg-3:nth-child(4n) .picto-contenu {
    border-right: 0px;
}

.bloc-pictogramme .row-content > div.col-lg-4:nth-child(3n) .picto-contenu {
    border-right: 0px;
}

.bloc-pictogramme.light .picto-contenu {
    border-color: #EB3300;
}

.bloc-pictogramme .picto-image {
    max-width: 50%;
    margin: 0 auto 15px;
    text-align: center;
}

.bloc-pictogramme .picto-image img {
    display: block;
    margin: 0 auto;
}

.bloc-pictogramme .title-picto {
    font-size: 1.4rem;
    text-align: center;
    color: #373A36;
    font-weight: 900;
    line-height: normal;
    margin: 1.5rem 0 1rem;
}

.bloc-pictogramme span.step-number {
    background: #333;
    color: #fff;
    display: flex;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.bloc-pictogramme .picto-contenu p {
    text-align: center;
}

.bloc-pictogramme .picto-cta {
    width: 100%;
    padding: 1.25rem 3rem 3rem;
}

.bloc-pictogramme .picto-cta button {
    width: 100%;
}

/* 11-BLOC ETAPE  ---------------------------------------- */
.bloc-etape.container-fluid {
    padding-right: 0;
    padding-bottom: 2rem;
}

.bloc-etape.container-fluid .row-title {
    padding-right: 6.5rem;
}

.bloc-etape .owl-carousel .owl-stage {
    margin-left: -75px;
}

.bloc-etape .owl-carousel a {
    text-decoration: none;
}

.bloc-etape .owl-carousel .owl-item {
    opacity: 0.4;
    transition: all 0.3s ease-out;
}

.bloc-etape .owl-stage > .owl-item.active:not(.owl-item.active ~ .owl-item.active) {
    opacity: 1;
}

.bloc-etape .owl-carousel p {
    color: #9b9c9a;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 15px 0;
}

.bloc-etape .owl-carousel p.number {
    text-align: right;
    color: #EB3300;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 15px 0;
}

.bloc-etape .owl-carousel .owl-item .etape-image {
    position: relative;
}

.bloc-etape .owl-stage > .owl-item .etape-image:after {
    content: '';
    background: transparent;
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s ease-out;
}

.bloc-etape .owl-stage > .owl-item.active:not(.owl-item.active ~ .owl-item.active) .etape-image:after {
    background: linear-gradient(360deg, #EB3300, transparent);
    mix-blend-mode: multiply;
}

/* 12-CITATION ---------------------------------------- */
.bloc-citation {
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 10rem;
}

.bloc-citation .container .carousel-citation:before {
    content: '';
    width: 100px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/elements/citation-arrow.svg') no-repeat;
    background-size: contain;
    position: absolute;
}

.bloc-citation blockquote {
    text-align: center;
    padding: 0 150px;
}

.bloc-citation blockquote p {
    font-style: italic;
    font-size: 1.25rem;
}

.bloc-citation .owl-carousel {
    position: inherit;
}

.bloc-citation .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

main .bloc-citation .row,
main .bloc-citation .container {
    position: initial;
}

.bloc-citation blockquote p,
.bloc-citation blockquote h2,
.bloc-citation blockquote h3,
.bloc-citation blockquote h4,
.bloc-citation blockquote h5,
.bloc-citation blockquote h6 {
    font-style: italic;
}

/* 13-CTA 3 ---------------------------------------- */
.bloc-cta-3 .row {
    align-items: center;
}

.bloc-cta-3 .cta-content {
    border-top: 2px solid #EB3300;
    border-bottom: 2px solid #EB3300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 2rem 0;
}

.bloc-cta-3 .cta-content p {
    margin: 0px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: normal;
}

.bloc-cta-3 .cta-content button {
    flex: 0 0 30%;
    margin-bottom: 0px;
}

.bloc-cta-3 .cta-img {
    padding: 0 4rem;
}

/* dark */
.dark.bloc-cta-3 .cta-content {
    border-color: #fff;
}

/* 14-CTA 4 ---------------------------------------- */
.bloc-cta-4 .cta-4-title {
    text-align: center;
    font-style: italic;
    font-size: 1.87rem;
    font-weight: 700;
    color: #373a36;
}

.bloc-cta-4 .cta-4-content {
    text-align: center;
    margin: 1.5rem 0 0rem;
    font-size: 1.25rem;
}

.bloc-cta-4 .btn {
    margin: 4rem auto 0;
}

/* dark */
.dark.bloc-cta-4 .cta-4-title {
    color: #fff;
}

.dark.bloc-cta-4 .btn-secondary {
    background-color: #EB3300;
    color: #fff;
    border-color: #EB3300;
    transition: all 0.3s ease-out;
}

.dark.bloc-cta-4 .btn-secondary:after {
    transition: all 0.3s ease-out;
    background: url(../../images/elements/arrow-right-white.svg) center no-repeat;
}

.dark.bloc-cta-4 .btn-secondary:hover,
.dark.bloc-cta-4 .btn-secondary:focus,
.dark.bloc-cta-4 .btn-secondary:active {
    background-color: #fff;
    color: #EB3300;
    border-color: #fff;
}

.dark.bloc-cta-4 .btn-secondary:hover:after,
.dark.bloc-cta-4 .btn-secondary:focus:after,
.dark.bloc-cta-4 .btn-secondary:active:after {
    background: url(../../images/elements/arrow-right-orange.svg) center no-repeat;
}

/* 15- TITRE + TEXTE + BOUTONS ---------------------------------------- */
.bloc-titre-texte-btn .content-img {
    padding: 0 4rem;
}

/* 16- TITRE + TEXTE + IMAGE/VIDEO ---------------------------------------- */
.bloc-titre-texte-img .row-content.row,
.bloc-titre-texte-img .row-intro.row {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 1rem;
}

.bloc-titre-texte-img .row.row-content > div:first-child {
    border-right: 1px solid #eb3300;
}

.bloc-titre-texte-img iframe {
    aspect-ratio: 16 / 9;
}

/* 17- PRODUIT ---------------------------------------- */
.bloc-produit .row-produit {
    align-items: center;
    margin-bottom: 3rem;
}

.bloc-produit .produit-title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #EB3300;
}

/* 18- MEDIA ---------------------------------------- */
.bloc-media img {
    display: block;
    margin: 0 auto;
}

.bloc-media iframe {
    aspect-ratio: 16 / 9;
    display: block;
    margin: 0 auto;
}

/* 19-BLOC LISTE ---------------------------------------- */
.bloc-liste .row-content {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.bloc-liste img {
    margin-bottom: 1.5rem;
}

.bloc-liste .snap-item .btn {
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.lettre {
    max-width: 200px;
}

/* 20-BLOC TABLEAU ---------------------------------------- */
.bloc-tableau .btn-bloc {
    justify-content: flex-end;
    margin-top: 1rem;
}

.table {
    white-space: nowrap;
    border-color: #000;
}

.table tr {
    border-color: #EB3300;
}

.table tr:first-child {
    border-top-color: #000;
}

.table tr:last-child {
    border-bottom-color: #000;
}

.table tr th {
    background-color: #f4f4f4;
    font-weight: 500;
}

.table > :not(caption) > * > * {
    padding: 1rem 2rem;
    border-color: #000;
}

.table img {
    max-width: none;
    width: auto;
}

/* 21- CARROUSEL 1 ---------------------------------------- */
.container-fluid.bloc-carrousel-1 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.bloc-carrousel-1 .img-left .content-carousel > div {
    margin: 0rem 4rem 0rem 2rem;
}

.bloc-carrousel-1 .img-right .content-carousel > div {
    margin: 0rem 2rem 0rem 4rem;
}

.bloc-carrousel-1 .title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #EB3300;
}

.bloc-carrousel-1 .row {
    --bs-gutter-x: 0rem;
}

.bloc-carrousel-1 .row > div {
    position: relative;
}

.bloc-carrousel-1 .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    flex-direction: column;
    padding: 0 1rem;
}

.bloc-carrousel-1 .img-left.owl-carousel .owl-nav {
    right: 0rem;
}

.bloc-carrousel-1 .img-right.owl-carousel .owl-nav {
    left: 0rem;
}

.bloc-carrousel-1 .content-carousel > div:after {
    background: #eb3300;
    content: ' ';
    width: calc(100% - 6rem);
    height: 2px;
    position: absolute;
    bottom: 1px;
}

.owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background-size: 10px !important;
}

/* Dark */
.dark.bloc-carrousel-1 .title {
    border-color: #fff;
}

.dark.bloc-carrousel-1 .content-carousel > div:after {
    background: #fff;
}

/* 22- CARROUSEL 2 ---------------------------------------- */
.bloc-carrousel-2 .row {
    --bs-gutter-x: 4rem;
}

.bloc-carrousel-2 .row.carousel-2 > div:first-child {
    border-right: 2px solid #EB3300;
}

.bloc-carrousel-2 .img-carousel {
    padding-right: 4rem;
}

.bloc-carrousel-2 .owl-carousel .owl-nav {
    flex-direction: column;
    position: absolute;
    right: -3rem;
    bottom: 0;
}

/* 23- DOCUMENTATION ---------------------------------------- */
.bloc-documentation .row-content {
    --bs-gutter-x: 4rem;
}

.bloc-brand .row-content {
    --bs-gutter-x: 4rem;
}

.btn.btn-doc {
    border: 0px;
    border-bottom: 2px solid #EB3300;
    border-radius: 0px;
    background: transparent;
    padding: 1rem 75px 1rem 0;
    display: block;
    width: 100%;
    margin: 0 0 2rem;
    font-size: 1.125rem;
    color: #373A36;
    font-style: normal;
}

.btn.btn-doc:after {
    background: url(../../images/elements/arrow-download.svg) center no-repeat;
    right: 0px;
    bottom: 1rem;
    height: 22px;
}

.btn.btn-doc:hover,
.btn.btn-doc:active,
.btn.btn-doc:focus {
    color: #eb3300;
}

.bloc-documentation .doc-title {
    color: #eb3300;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 3rem 0 0 0;
}

.bloc-brand .doc-title {
    color: #eb3300;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 3rem 0 0 0;
}

.bloc-documentation .doc-title:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 0.5rem 0 0;
}

.bloc-brand .doc-title:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 0.5rem 0 0;
}

.techno-title {
    color: #373a36;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 3rem 0 0 0;
}

.bloc-documentation .techno-title:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 0.5rem 0 0;
}

.bloc-brand .techno-title:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 0.5rem 0 0;
}

/* Dark */
.dark.bloc-documentation .doc-title {
    color: #A8A8A8;
}

.dark .btn.btn-doc {
    color: #fff;
}

.dark .btn.btn-doc:hover,
.dark .btn.btn-doc:active,
.dark .btn.btn-doc:focus {
    color: #eb3300;
}

/* 24- PARTENAIRE ---------------------------------------- */
.bloc-partenaire .partenaire-title {
    color: #eb3300;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 3rem 0 0 0;
}

.bloc-partenaire .partenaire-title:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 0.5rem 0 0;
}

.bloc-partenaire .row-content img {
    display: block;
    margin: 0 auto;
}

/* 25- FORMULAIRES ---------------------------------------- */
.bloc-formulaire .row {
    row-gap: 20px;
}

.bloc-formulaire .form-label {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 30px 10px 20px;
}

.bloc-formulaire .form-check-label {
    line-height: 25px;
    font-size: 1.25rem;
    font-weight: 700;
}

.bloc-formulaire input[type="text"],
.bloc-formulaire input[type="number"],
.bloc-formulaire input[type="email"],
.bloc-formulaire input[type="file"],
.bloc-formulaire select,
.bloc-formulaire textarea {
    border-radius: 28px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #d5d5d5;
    padding: 15px 25px;
}

.bloc-formulaire input[type="file"] {
    padding: 0;
    line-height: 36px;
}

.bloc-formulaire textarea {
    min-height: 260px;
}

.bloc-formulaire .form-check-input[type=radio],
.bloc-formulaire .form-check .form-check-input {
    border: 1px solid #d5d5d5;
}

.bloc-formulaire .form-check-input:checked {
    background-color: #eb3300;
    border-color: #eb3300;
}

.bloc-formulaire .form-check-input:focus,
.bloc-formulaire .form-control:focus,
.bloc-formulaire input[type="text"]:focus,
.bloc-formulaire input[type="number"]:focus,
.bloc-formulaire input[type="email"]:focus,
.bloc-formulaire input[type="file"]:focus,
.bloc-formulaire select:focus,
.bloc-formulaire textarea:focus {
    border-color: #eb3300;
    box-shadow: 0px 2px 10px rgba(235, 51, 0, .1) inset;
}

.bloc-formulaire input[type=file]::file-selector-button {
    margin: 0 15px 0 0;
    border: none;
    background: #eb3300;
    padding: 15px 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    line-height: normal;
    font-weight: 700;
}

input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button {
    background: #373A36;
}

.bloc-formulaire small {
    font-size: 1rem;
    color: #c2c3c2;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3rem;
    margin: 1rem 0;
}

.bloc-formulaire .invalid-feedback {
    margin: 5px 20px;
}

.bloc-formulaire .required {
    color: #eb3300;
}

.bloc-formulaire .btn.dropdown-toggle {
    border-radius: 28px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #d5d5d5;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 1rem;
}

.bloc-formulaire .btn.dropdown-toggle:after {
    border: 0;
    background: url(../../images/elements/arrow-bottom-orange.svg) no-repeat;
    width: 20px;
    height: 10px;
    background-size: contain;
}

.bloc-formulaire .btn.dropdown-toggle.show {
    border: 1px solid #eb3300;
    box-shadow: 0px 2px 10px rgba(235, 51, 0, .1) inset;
}

.bloc-formulaire .dropdown-menu {
    width: calc(100% - 40px);
    margin: -2px 20px !important;
    border-radius: 0 0 10px 10px;
}

.bloc-formulaire .dropdown-menu li {
    list-style: none;
}

.bloc-formulaire .dropdown-menu li:before {
    content: none;
}

.bloc-formulaire .dropdown-item.active,
.bloc-formulaire .dropdown-item:active {
    background-color: #eb3300;
}

.bloc-formulaire .dropdown-item:focus,
.bloc-formulaire .dropdown-item:hover {
    color: #eb3300;
    background-color: #fff;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid,
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #d5d5d5;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: initial;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #d5d5d5;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #eb3300;
}

/* 26- FILTRES  ---------------------------------------- */
.btn-filter {
    margin: 0 0 2rem;
}

.btn-filter > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.btn-filter {
    margin: 0 0 2rem;
}

.btn-filter .btn {
    padding: 12px 30px 12px 30px;
}

.btn-filter .btn:after {
    content: none;
}

.btn-filter .btn.btn-quater:after {
    content: ' ';
}

.btn-filter .btn.btn-quater {
    padding: 12px 75px 12px 30px;
}

/* 27-PAGINATION ---------------------------------------- */
.row-pagination nav {
    display: block;
    margin-right: 0px;
    text-align: right;
    margin-left: auto;
    width: max-content;
}

.row-pagination ul.pagination {
    align-items: center;
    gap: 10px;
}

.row-pagination .page-item:before {
    content: none;
}

.row-pagination .page-item .page-link {
    padding: 0px;
    background: transparent;
    font-weight: 700;
    font-size: 1.25rem;
    border: 0px;
    color: #373A36;
}

.row-pagination .page-item .page-link:focus {
    box-shadow: none;
}

.row-pagination .page-item.active .page-link {
    color: #EB3300;
}

.row-pagination .page-item.arrow .page-link {
    border-radius: 50%;
    border: 1px solid #eb3333;
    background: #fff;
    padding: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-pagination .page-item.arrow.disabled .page-link {
    opacity: 0.5;
}

.row-pagination .page-item .page-link img {
    width: 10px;
    height: auto;
}

/* 28- ACTUALITES  ---------------------------------------- */
.bloc-liste-actus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.bloc-liste-actus .btn-more .btn {
    margin: 2rem auto 0;
}

.bloc-liste-actus .item-actu a {
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.bloc-liste-actus .item-actu a:hover * {
    color: #EB3300 !important;
}

.bloc-liste-actus .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc-liste-actus .post-meta:before {
    content: '';
    width: calc(100% - 100px);
    height: 2px;
    display: block;
    background: #EB3300;
    margin: 0 40px 0 0;
}

.bloc-liste-actus .post-meta .date {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 700;
    color: #373A36;
    transition: all 0.2s ease-out;
    width: 140px;
    text-align: right;
    white-space: nowrap;
}

.bloc-liste-actus .item-actu .row {
    margin: 2rem 0;
    align-items: center;
    --bs-gutter-x: 3rem;
}

.bloc-liste-actus .item-actu .row > div:first-child {
    padding-left: 0px;
}

.bloc-liste-actus .item-actu .row > div:last-child {
    padding-right: 0px;
}

.bloc-liste-actus .item-actu .categorie {
    text-transform: uppercase;
    color: #EB3300;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3rem;
}

.bloc-liste-actus .item-actu .title-actualite > * {
    color: #373A36;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3rem;
}

.bloc-liste-actus .item-actu .intro-actualite > * {
    color: #373A36;
    font-size: 1.125rem;
    line-height: normal;
    font-style: italic;
}

.bloc-liste-actus .item-actu .img-actualite img {
    min-width: 100%;
    object-fit: cover;
    height: 180px;
    width: auto;
    object-position: center;
}

/* Page d'une actualité */
.titre-header .post-meta .date {
    font-size: 1.25rem;
    font-weight: 700;
    color: #EB3300;
}

.titre-header .post-meta:before {
    content: none;
}

.share {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15) inset;
}

.share p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: normal;
    font-style: italic;
    color: #EB3300;
    text-align: center;
}

.share .share-social {
    margin: 0 auto;
    display: block;
    padding: 0px;
    width: max-content;
}

.share .share-social li {
    list-style: none;
    display: inline-block;
    margin: 0 0.5rem;
}

.share .share-social li:before {
    content: none;

}

.share .share-social img {
    max-height: 28px;
    width: 28px;
}

/* 29-RECRUTEMENT ---------------------------------------- */
.bloc-liste-offre .row-content {
    margin: 4rem 0 2rem;
}

.item-offre a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.item-offre a:hover span,
.item-offre a:hover p {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.item-offre .row {
    border-top: 2px solid #eb3300;
    padding: 0;
}

.item-offre:last-child .row {
    border-bottom: 2px solid #eb3300;
}

.item-offre .row > div {
    padding: 2rem;
}

.item-offre .row > div:first-child {
    padding-left: 0;
}

.item-offre .row > div:last-child {
    padding-right: 0;
}

.item-offre .row .btn-offre .btn {
    margin: 0 0 0 auto;
    display: block;
    padding: 12px 25px 12px 25px;
    text-align: center;
}

.item-offre .row .btn-offre .btn:after {
    content: none;
}

.item-offre a:hover .btn-secondary {
    background-color: #EB3300;
    border-color: #EB3300;
    color: #fff;
}

.item-offre .row .localisation {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border-right: 2px solid #EB3300;
}

.item-offre .row .localisation span {
    font-size: 23px;
    font-weight: 700;
    color: #373A36;
}

.item-offre .row .title-offre {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.item-offre .row .title-offre p {
    font-size: 23px;
    color: #373A36;
    margin: 0px;
    line-height: normal;
}

.bloc-index-offre > .row {
    border-bottom: 2px solid #373A36;
    border-top: 2px solid #373A36;
    padding: 1rem 0;
}

.bloc-index-offre .row {
    --bs-gutter-x: 0;
}

.bloc-index-offre dl.row {
    margin-top: 1rem;
}

.bloc-index-offre dl.row > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    --bs-gutter-x: 4rem;
}

.bloc-index-offre dl.row > div:first-child {
    padding-left: 0px;
}

.bloc-index-offre dl.row > div:last-child {
    padding-right: 0px;
}

.bloc-index-offre > .row dt {
    flex: 0 0 70%;
    margin: 0 0 0.5rem;
}

.bloc-index-offre > .row dd {
    flex: 0 0 30%;
    text-align: right;
    margin: 0 0 0.5rem;
}

/* Détail des offres */
.detail-recrutement .bloc-texte {
    text-align: center;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.15) inset;
}

.detail-recrutement .bloc-cta-4 {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15) inset;
}

/* 30-PHOTOTHEQUE ---------------------------------------- */
.phototheque .bloc-cta-4 {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15) inset;
}

.item-photo a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.item-photo a:hover span,
.item-photo a:hover p {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.item-photo .row {
    align-items: center;
    --bs-gutter-x: 4rem;
}

.item-photo .row > div:first-child {
    padding-left: 0px;
}

.item-photo .row > div:last-child {
    padding-right: 0px;
}

.item-photo .row:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url(../../images/elements/dashed.svg) repeat-x;
    display: block;
    padding: 2rem 0 0;
    margin: 2rem 0 0;
}

.item-photo .row .title-photo p {
    font-style: italic;
    font-weight: 400;
    font-size: 23px;
    color: #EB3300;
    line-height: normal;
}

.item-photo .row .title-photo p .categorie-photo {
    display: block;
    color: #373A36;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-photo .row .number-photo {
    font-style: italic;
}

.item-photo .row .btn-photo .btn {
    margin: 0 0 0 auto;
    display: block;
    padding: 12px 25px 12px 25px;
    text-align: center;
}

.item-photo .row .btn-photo .btn:after {
    content: none;
}

.item-photo a:hover .btn-secondary {
    background-color: #EB3300;
    border-color: #EB3300;
    color: #fff;
}

/* Détail des galeries */
.detail-phototheque .bloc-carrousel-1 {
    box-shadow: 0 5px 10px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.titre-header .post-back a.back {
    font-size: 1.25rem;
    font-weight: 700;
    color: #EB3300;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.titre-header .post-back a.back:hover,
.titre-header .post-back a.back:focus,
.titre-header .post-back a.back:active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* CUSTOM BLOCK ---------------------------------------- */
.technology-custom-block {
    margin-bottom: 5rem;
}

.technology-custom-block.bg-big-motifs:after {
    background-size: auto;
}

/* MODAL ---------------------------------------- */
[x-cloak] {
    display: none ;
}

.modal-bg {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.modal-container {
    position: fixed;
    z-index: 10000;
    height: 60%;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: white;
}

.modal-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.close-btn {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #EB3300;
}
.close-btn::before {
    transform: rotate(45deg);
}
.close-btn::after {
    transform: rotate(-45deg);
}

.modal-separator {
    margin: 0 auto;
    border-top: 2px solid #EB3300;
    width: 98%;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 80px);
    padding: 1rem;
}
.modal-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* Page détail Agence */
.parkerstore-logo {
    margin-top: 2rem;
}

.parkerstore-logo img {
    height: 5rem;
    width: auto;
}

/* Section Nos engagements */
.bloc-engagements {
    position: relative;
    overflow: hidden;
}
#activity-sector {
    margin-top: 6rem;
}
.engagements-img-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.engagements-bg-img {
    height: auto;
    width: 400px;
    object-fit: contain;
}

.engagements-content {
    margin: 0 auto;
    max-width: 800px;
    padding: 3rem 0;
}

.bloc-engagements .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.engagements-bg-img {
    margin-left: 0;
}

.bloc-engagements h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.bloc-engagements .intro-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.bloc-engagements .intro-text em {
    color: #ff5733;
    font-style: italic;
}

/* Grid des compétences */
.competences-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.competences-col-2 {
    width: 100%;
}
.competences-col, .competences-col-2 {
    position: relative;
}
.competences-col-2:not(:first-child) {
    padding-left: 25%;
}
.competences-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff5733;
}
.competences-col-2:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ff5733;
}

.competences-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competences-grid li {
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1rem;
}

.competences-grid li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #ffffff;
}

/* Texte de clôture */
.bloc-engagements .closing-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 0;
}

.bloc-engagements .closing-text strong {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
    .modal-container {
        position: fixed;
        z-index: 10000;
        height: 90%;
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        background-color: white;
    }
    .engagements-img-container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
        margin-bottom: 2rem;
    }

    .engagements-bg-img {
        width: 150px;
    }

    .engagements-content {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        max-width: 100%;
    }

    .competences-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: left;
    }

    .competences-col::after {
        display: none;
    }

    .bloc-engagements .closing-text {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .bloc-engagements {
        padding: 3rem 0;
    }

    .bloc-engagements h3 {
        font-size: 1.5rem;
    }

    .engagements-img-container {
        min-height: 250px;
    }

    .engagements-bg-img {
        max-width: 280px;
    }

    .competences-grid {
        gap: 1.5rem;
    }
}

/* ZZ-RESPONSIVE ---------------------------------------- */
@media (max-width: 1400px) {
    /* Général */
    .container-fluid {
        padding: 4rem 5rem;
    }

    .bg-big-motifs {
        background-size: 500px;
    }

    /* En-tete */
    .header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .menu-desktop > ul > li > .nav-link {
        padding: 1rem;
    }

    /* CTA 1 */
    footer .bloc-cta-1 .title-eshop {
        font-size: 3.75rem;
        margin-bottom: 3rem;
    }

    /* CTA 2 */
    footer .bloc-cta-2 .cta-2-title {
        padding: 0 3rem 0 0;
    }

    footer .bloc-cta-2 .cta-2-title h2 {
        font-size: 4rem;
    }

    footer .bloc-cta-2 .cta-2-anwser {
        padding: 0 0 0 3rem;
    }

    footer .bloc-cta-2 .cta-2-anwser p {
        font-size: 1.5rem;
    }

    /* Etape */
    .bloc-etape.container-fluid .row-title {
        padding-right: 6rem;
    }

    /* Citation */
    .bloc-citation {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    /* Header 1 */
    .bloc-header-1 .row:after {
        bottom: -2rem;
    }

}

@media (max-width: 1200px) {
    /* Général */
    html,
    body {
        font-size: 15px;
    }

    .container-fluid {
        padding: 3rem 4rem;
    }

    .bg-big-motifs {
        background-size: 400px;
    }

    h2 {
        font-size: 4.33rem;
        line-height: 5rem;
    }

    /* En-tete */
    .header {
        padding: 2rem;
    }

    .menu-desktop > ul > li > .nav-link {
        font-size: 1.125rem;
    }

    .menu-desktop .dropdown-menu ul > li > .nav-link {
        min-width: 350px;
    }

    /* CTA 1 */
    footer .bloc-cta-1 .reassurance {
        border-left: 0;
        border-right: 1px solid #fff;
        padding: 0 3rem 0 0;
    }

    /* Footer */
    footer .logo img {
        margin-bottom: 2.6rem;
    }

    /* Etape */
    .bloc-etape.container-fluid .row-title {
        padding-right: 4rem;
    }

    /* Citation */
    .bloc-citation {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    /* Header 2 */
    .bloc-header-2 .nav-tabs .nav-link {
        padding: 1rem 2rem;
    }

    /* TITRE + TEXTE + IMG */
    .bloc-titre-texte-img .row-intro.row {
        --bs-gutter-x: 2rem;
    }
}

@media (max-width: 992px) {
    /* Pagination mobile */
    .is-mobile div.snap-container::-webkit-scrollbar {
        opacity: 0;
    }

    .title-photo, .number-photo {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .is-mobile .snap-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        /* -webkit-overflow-scrolling: touch; */
    }

    .is-mobile .snap-container .snap-item {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-width: 100%;
        max-width: none;
    }

    .is-mobile .pagination {
        display: flex;
        justify-content: start;
        margin-top: .5rem;
        gap: .4rem;
    }

    .is-mobile .light .pagination span {
        width: 10px;
        height: 10px;
        background: #EB3300;
        border: 2px solid #EB3300;
        display: inline-block;
        border-radius: 50%;
        margin: 5px;
    }

    .is-mobile .light .pagination span.active {
        background: #fff;
    }

    .is-mobile .dark .pagination span {
        width: 10px;
        height: 10px;
        background: #fff;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50%;
        margin: 5px;
    }

    .is-mobile .dark .pagination span.active {
        background: #EB3300;
    }

    /* Général */
    .container-fluid {
        padding: 2.5rem 2rem;
    }

    .row-title .title {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
        text-align: center;
    }

    .light.bg-big-motifs-2 .row-title .title,
    .light.bigs-patterns-bottom .row-title .title,
    .light.bigs-patterns-top .row-title .title {
        text-decoration-thickness: 34px;
        text-underline-offset: -32px;
    }

    .row-title .intro,
    .row-title .intro-img {
        max-width: 100%;
        text-align: center;
    }

    .row-title .intro-img img {
        display: block;
        margin: 0 auto;
    }

    .btn-bloc {
        justify-content: center;
        margin-top: 1rem;
        gap: 0px 10px;
    }

    h2 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    h3 {
        font-size: 1.66rem;
        line-height: 2rem;
    }

    .btn {
        padding: 12px 75px 12px 30px;
        font-size: 1rem;
    }

    .bg-big-motifs:after,
    .bg-big-motifs-2:after,
    .bigs-patterns-top:after,
    .bigs-patterns-bottom:after {
        content: none;
    }

    .corner-small-pattern:before,
    .corner-small-pattern-black:before,
    .corner-orange:before,
    .corner-grey:before,
    .dark.corner-grey:before,
    .corner-white:before {
        width: 150px;
        height: 150px;
        background-size: 150px;
    }

    .bg-small-pattern,
    .bg-small-pattern-black {
        background-size: 900px;
    }

    .light.bg-big-motifs-2 h2,
    .light.bg-big-motifs-2 .row-title .title,
    .light.bigs-patterns-bottom h2,
    .light.bigs-patterns-bottom .row-title .title,
    .light.bigs-patterns-top h2,
    .light.bigs-patterns-top .row-title .title {
        text-decoration: none;
    }

    /* En-tete */
    .header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    button.menu-mobile.navbar-toggler {
        background: #eb3300;
        display: block;
        width: 50px;
        height: 50px;
        padding: 10px;
        margin: 0 0 0 auto
    }

    /* Header 1 */
    .bloc-header-1 .titre-header {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .bloc-header-1 .titre-header h1 {
        font-size: 3.125rem;
        text-align: center;
    }

    .bloc-header-1 .titre-header h2 {
        text-align: center;
        font-size: 2.5rem;
    }

    .bloc-header-1 .intro-header p {
        text-align: center;
        margin: 0 auto 2rem;
        font-size: 1.5rem;
    }

    .bloc-header-1 .intro-header button {
        margin: 0 auto 2rem;
    }

    .bloc-header-1 .img-header {
        margin-bottom: 2rem;
    }

    /* Header 2 */
    .bloc-header-2 .titre-header h1 {
        font-size: 3.125rem;
    }

    .bloc-header-2 .titre-header h2 {
        font-size: 2.5rem;
    }

    .bloc-header-2 .titre-header:after {
        margin-top: 1.6rem;
    }

    .bloc-header-2 .row {
        padding-top: 10rem;
    }

    .bloc-header-2 .row.tab-nav-header {
        padding-top: 4rem;
    }

    /* CTA 1 */
    footer .bloc-cta-1 .title-eshop {
        text-align: center;
        margin-top: 3.3rem;
    }

    footer .bloc-cta-1 .reassurance {
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 3rem 0;
        text-align: center;
        margin: 0px 3rem;
    }

    footer .bloc-cta-1 .reassurance p {
        font-size: 1.5rem;
        line-height: 1.85rem;
    }

    /* CTA 2 */
    footer .bloc-cta-2 .row {
        align-items: center;
        justify-content: center;
    }

    footer .bloc-cta-2 .cta-2-title {
        border-right: 0;
        margin: 0 0 2rem 0;
        padding: 0;
    }

    footer .bloc-cta-2 .cta-2-title h2 {
        hyphens: auto;
        text-align: center;
        font-size: 3rem;
        line-height: normal;
    }

    footer .bloc-cta-2 .cta-2-anwser {
        padding: 0;
        justify-items: center;
    }

    footer .bloc-cta-2 .cta-2-anwser p {
        font-size: 1.66rem;
        text-align: center;
    }

    footer .bloc-cta-2 .cta-2-anwser p:after {
        content: '';
        width: 20%;
        height: 2px;
        display: block;
        margin: 25px auto 50px;
        background-color: #fff;
    }

    /* Footer */
    footer .acces-rapide ul li {
        width: 100%;
        text-align: center;
    }

    footer .coordonnes {
        text-align: center;
        margin: 3.3rem 0;
    }

    /* Bloc picto */
    .bloc-pictogramme .picto-contenu {
        border-right: 0;
    }

    .bloc-pictogramme .title-picto {
        font-size: 1.2rem;
        line-height: normal;
    }

    .bloc-pictogramme .picto-contenu {
        padding: 0 20px;
    }

    /* Accueil */
    .bloc-header-home h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    /* Bloc recrutement */
    .bloc-recrutement {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .bloc-recrutement.dark p {
        max-width: 90%;
    }

    /* Etape */
    .bloc-etape.container-fluid .row-title {
        padding-right: 2rem;
    }

    /* Citation */
    .bloc-citation {
        padding-top: 8rem;
        padding-bottom: 8rem;
        position: relative;
    }

    .bloc-citation .container .carousel-citation:before {
        width: 50px;
    }

    .bloc-citation blockquote {
        padding: 0 3rem;
        font-size: 1.5rem;
        line-height: normal;
    }

    .home .bloc-citation blockquote p {
        padding: 0px;
    }

    /* CTA 3 */
    .bloc-cta-3 .cta-content {
        gap: 20px;
        flex-direction: column;
    }

    .bloc-cta-3 .cta-img {
        padding: 4rem;
    }

    .bloc-cta-3 .cta-img img {
        display: block;
        margin: 0 auto;
    }

    /* CTA 4 */
    .bloc-cta-4 .cta-4-title {
        font-size: 1.66rem;
    }

    .bloc-cta-4 .cta-4-content {
        margin: 1rem 0 2rem;
        font-size: 1.125rem;
    }

    /* TITRE + TEXTE + BOUTONS */
    .bloc-titre-texte-btn .row-content {
        text-align: center;
    }

    .bloc-titre-texte-btn .content-img {
        padding: 2rem 4rem;
    }

    .bloc-titre-texte-btn .content-img img {
        display: block;
        margin: 0 auto;
    }

    /* TITRE + TEXTE + IMG */
    .bloc-titre-texte-img .content-txt {
        order: 2;
    }

    .bloc-titre-texte-img .content-img {
        order: 1;
    }

    .bloc-titre-texte-img .content-img img {
        display: block;
        margin: 0 auto;
    }

    /* PRODUIT */
    .bloc-produit .btn-bloc {
        justify-content: flex-start;
    }

    .bloc-produit .produit-img {
        order: 2;
    }

    .bloc-produit .produit-img img {
        display: block;
        margin: 0 auto;
    }

    .bloc-produit .produit-content {
        order: 1;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }

    /* CARROUSEL 1 */
    .bloc-carrousel-1 .content-carousel {
        order: 1;
    }

    .bloc-carrousel-1 .img-carousel {
        order: 2;
    }

    .bloc-carrousel-1 .carousel-1 .content-carousel > div {
        margin: 0;
    }

    .bloc-carrousel-1 .content-carousel > div:after {
        content: none;
    }

    .container-fluid.bloc-carrousel-1 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .bloc-carrousel-1 .carousel-1 .img-carousel {
        margin: 1rem 0 0;
        padding: 0 0 2rem 0;
        border-bottom: 2px solid #EB3300;
    }

    .dark.bloc-carrousel-1 .carousel-1 .img-carousel {
        border-color: #fff;
    }

    .bloc-carrousel-1 .img-left.owl-carousel .owl-nav,
    .bloc-carrousel-1 .img-right.owl-carousel .owl-nav {
        right: -2.6rem;
        left: auto;
        padding: 0;
    }

    /* CARROUSEL 2 */
    .bloc-carrousel-2 .row.carousel-2 > div:first-child {
        border-right: 0px;
    }

    .bloc-carrousel-2 .content-carousel {
        order: 2;
    }

    .bloc-carrousel-2 .img-carousel {
        order: 1;
        margin: 0 0 1.5rem 0;
    }

    /* FILTRES */
    .btn-filter > div {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        hyphens: none;
        white-space: nowrap;
        scrollbar-color: #EB3300 transparent;
    }

    /* ACTUALITES */
    .bloc-liste-actus .btn-filter > div {
        gap: 0px 10px;
    }

    .bloc-liste-actus .item-actu .row {
        --bs-gutter-x: 0rem;
        --bs-gutter-y: 1rem;
        margin: 1rem 0 4rem;
    }

    .titre-header .post-meta .date {
        text-align: center;
        display: block;
    }

    /* RECRUTEMENT */
    .item-offre .row {
        padding: 1rem 0;
    }

    .item-offre .row > div {
        padding: 0.5rem 0;
    }

    .item-offre .row .localisation {
        border-right: 0;
    }

    .item-offre .row .title-offre p,
    .item-offre .row .localisation span {
        font-size: 18px;
    }

    .bloc-index-offre dl.row > div {
        padding: 0px;
    }

    /* PHOTOTHEQUE */
    .item-photo .row > div {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .item-photo .row .img-photo img {
        display: block;
        margin: 2rem auto 0;
    }

    .item-photo .row .title-photo p,
    .item-photo .row .title-photo span {
        font-size: 18px;
    }

    .item-photo .row .number-photo,
    .item-photo .row .btn-photo {
        margin-top: 1.5rem;
    }
}
