@charset "UTF-8";
/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/
/*
font-family: 'Open Sans', sans-serif;
font-family: "Barlow Condensed", sans-serif;
*/
html {
    box-sizing: border-box;
}
html * {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: rgb(30, 30, 33);
}

body p {
    line-height: 30px;
    margin-bottom: 15px;
    color: rgb(30, 30, 33);
    font-size: 16px;
}

body strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dynamic-padding-left,
.dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.default-btn,
.form-submit {
    text-align: center;
    padding: 10px 20px 9px 30px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    font-style: italic;
    gap: 4px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
    color: rgb(140, 101, 168);
    background: rgb(235, 234, 247);
}
.default-btn svg,
.form-submit svg {
    width: 20px;
    fill: rgb(140, 101, 168);
    transition: all 200ms ease-in-out;
}
.default-btn:hover,
.form-submit:hover {
    color: #fff;
    background: rgb(140, 101, 168);
}
.default-btn:hover svg,
.form-submit:hover svg {
    fill: #fff;
}
.default-btn.invert,
.form-submit.invert {
    color: #fff;
    background: rgb(140, 101, 168);
}
.default-btn.invert:hover,
.form-submit.invert:hover {
    color: rgb(140, 101, 168);
    background: rgb(235, 234, 247);
}
.default-btn.invert:hover svg,
.form-submit.invert:hover svg {
    fill: rgb(140, 101, 168);
}
.default-btn.invert svg,
.form-submit.invert svg {
    fill: #fff;
}
.default-btn.large,
.form-submit.large {
    gap: 10px;
    padding: 15px 20px;
}
.default-btn.small,
.form-submit.small {
    padding: 6px 20px;
    font-size: 18px;
}

.form-submit {
    padding: 10px 20px;
    margin: 0;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    transition: all 250ms ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.path-search header:not(.sticky-desktop),
.frontpage header:not(.sticky-desktop) {
    background: transparent;
    box-shadow: none;
}

#block-ouiresa-market-theme-logoheader a img {
    transition: all 250ms ease-in-out;
}

.path-search header:not(.sticky-desktop) #block-ouiresa-market-theme-logoheader a img,
.frontpage header:not(.sticky-desktop) #block-ouiresa-market-theme-logoheader a img {
    filter: grayscale(1) brightness(10);
}

header .region-header {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

header .block-superfish {
    width: auto;
}

/*ScrollTop BTN*/
header .scroll-top-btn {
    display: none;
    align-items: center;
    gap: 6px;
    color: #676770;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 40px;
}
header .scroll-top-btn svg {
    width: 16px;
}
header .scroll-top-btn svg path {
    fill: #676770;
}
header .scroll-top-btn.active {
    display: flex;
}

/*Navigation principale*/
#superfish-main {
    display: flex;
}

#superfish-main li {
    display: inline-block;
    float: none;
}

#superfish-main li a {
    color: #393939;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
}

#superfish-main li a:hover,
#superfish-main li a.is-active:hover {
    color: #F39517;
}

#superfish-main li a.is-active {
    color: #393939;
}

#superfish-main li#main-standardfront-page a {
    text-indent: 1000px;
    overflow: hidden;
    max-width: 80px;
    background: url("../images/svg/homepage-link.svg") no-repeat center;
}

#market-map {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
    border-radius: 8px;
    z-index: 1;
}

/*BURGER*/
header.sticky-desktop .sf-accordion-toggle a:after,
body:not(.path-search) .not-frontpage header .sf-accordion-toggle a:after {
    background: rgb(30, 30, 33);
}

header:not(.sticky-desktop) .sf-accordion-toggle a.sf-expanded:before {
    box-shadow: none;
}

header.sticky-desktop .sf-accordion-toggle a:before,
body:not(.path-search) .not-frontpage header .sf-accordion-toggle a:before {
    background: rgb(30, 30, 33);
    -webkit-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
    -moz-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
    -ms-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
    -o-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
    box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
}

@keyframes burger-bar-close {
    0% {
        -webkit-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
        -moz-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
        -ms-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
        -o-box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
        box-shadow: 0 10px 0 rgb(30, 30, 33), 0 -10px 0 rgb(30, 30, 33) !important;
    }
    100% {
        -webkit-box-shadow: 0 0 0 rgb(30, 30, 33), 0 0 0 rgb(30, 30, 33) !important;
        -moz-box-shadow: 0 0 0 rgb(30, 30, 33), 0 0 0 rgb(30, 30, 33) !important;
        -ms-box-shadow: 0 0 0 rgb(30, 30, 33), 0 0 0 rgb(30, 30, 33) !important;
        -o-box-shadow: 0 0 0 rgb(30, 30, 33), 0 0 0 rgb(30, 30, 33) !important;
        box-shadow: 0 0 0 rgb(30, 30, 33), 0 0 0 rgb(30, 30, 33) !important;
    }
}
header.sticky-desktop .sf-accordion-toggle a.sf-expanded:before {
    box-shadow: none !important;
}

header.sticky-desktop .sf-accordion-toggle a.sf-expanded:after,
body:not(.path-search) .not-frontpage header .sf-accordion-toggle a.sf-expanded:after {
    background: #fff;
}

header.sticky-desktop .sf-accordion-toggle a.sf-expanded:before,
body:not(.path-search) .not-frontpage header .sf-accordion-toggle a.sf-expanded:before {
    background: #fff;
}

@keyframes burger-bar-expand-expanded {
    0% {
        -webkit-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -moz-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -ms-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -o-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
    }
    50% {
        -webkit-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -moz-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -ms-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        -o-box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
        box-shadow: 0 0 0 #ffffff, 0 0 0 #ffffff;
    }
    100% {
        -webkit-box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;
        -moz-box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;
        -ms-box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;
        -o-box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;
        box-shadow: 0 10px 0 #ffffff, 0 -10px 0 #ffffff;
    }
}
/*///////////////////////////////////////*/
/* ///// MENU PRINCIPAL /////////////// */
/*/////////////////////////////////////*/
#superfish-main {
    display: none;
}

#superfish-main-accordion {
    top: 0 !important;
    padding: 80px 30px !important;
    background: rgb(30, 30, 33) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#superfish-main-accordion li a {
    padding: 10px 0;
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
    font-family: "Barlow Condensed", sans-serif;
}
#superfish-main-accordion li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 200ms ease-in-out;
}
#superfish-main-accordion li a:hover:after {
    width: 100%;
}

/*///////////////////////////////////////*/
/* ///// FORM PAGE ACCUEIL //////////// */
/*/////////////////////////////////////*/
.home-form-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 50vh;
    max-height: 480px;
    padding: 30px;
}

.home-form-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.4), rgba(17, 24, 39, 0.4));
    z-index: -1;
    pointer-events: none;
}

.home-form-container h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    margin-top: 100px;
    font-style: italic;
    line-height: 54px;
    color: #fff;
    margin-bottom: 48px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}

.home-form-container h1 .small {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}

/*///////////////////////////////////////*/
/* ///// FORM SEARCH ////////////////// */
/*/////////////////////////////////////*/
.ouiresa-market-search-form {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 250ms ease-in-out;
}
.ouiresa-market-search-form .form-item {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    max-width: 380px;
}
.ouiresa-market-search-form .form-item label {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-family: "Barlow Condensed", sans-serif;
}
.ouiresa-market-search-form .form-item input[type=text] {
    height: 44px;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
}
.ouiresa-market-search-form .form-item input[type=text]:focus {
    outline: none;
}
.ouiresa-market-search-form .form-item input[type=text]::placeholder {
    color: #333;
    font-style: italic;
}
.ouiresa-market-search-form .form-item select {
    width: 100%;
    min-height: 44px;
}

.ouiresa-market-search-form .select2-container--default .select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}

.ouiresa-market-search-form .select2-container .select2-selection {
    height: auto;
}

.ouiresa-market-search-form .select2-container .select2-selection .select2-selection__rendered {
    height: auto;
    min-height: 44px;
    line-height: 18px;
    padding: 0 24px 0 0;
    margin-bottom: 3px;
    text-align: left;
}

.ouiresa-market-search-form .select2-container {
    width: 100% !important;
}

.ouiresa-market-search-form .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 44px;
    margin-right: 0;
    padding-right: 0px;
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 1;
    font-size: 24px;
    width: 50px;
    border-radius: 5px;
}
.ouiresa-market-search-form .select2-selection--single .select2-selection__clear:focus {
    outline: none;
}

.ouiresa-market-search-form .select2-container ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ouiresa-market-search-form .select2-container ul li {
    color: #fff;
    font-size: 14px;
    background: #715299;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border: solid 1px #0f2e47;
    margin-top: 0 !important;
    padding-right: 5px;
}

.ouiresa-market-search-form .select2-container ul li:before {
    display: none;
}

.ouiresa-market-search-form .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
    font-style: italic;
}

.ouiresa-market-search-form .select2-container .select2-selection {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    min-width: 300px;
    font-weight: 700;
    font-size: 16px;
}

.ouiresa-market-search-form .select2-container .select2-selection .select2-selection__rendered {
    height: 44px;
    line-height: 44px;
    padding: 0 24px 0 0;
}

.ouiresa-market-search-form .select2-container .select2-selection .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 30px;
    height: 44px;
    background: url("../images/svg/arrow-select.svg") no-repeat center left;
}

.ouiresa-market-search-form .select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

/* ========================================================
   STYLES DU MENU DÉROULANT SELECT2 (LA LISTE)
   ======================================================== */
/* 1. Le conteneur global du menu (ombres douces et bords arrondis) */
.select2-container--default .select2-dropdown {
    border: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1050; /* Passe au-dessus de la carte Leaflet */
}

/* 2. La zone du champ de recherche interne */
.select2-container--default .select2-search--dropdown {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #edf2f7;
}

/* 3. Le champ de recherche lui-même */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #715299;
    box-shadow: 0 0 0 2px rgba(36, 114, 135, 0.2);
}

/* 4. NIVEAU 1 : Les titres de groupes (Ex: Régions) */
.select2-container--default .select2-results__group {
    background-color: #f1f5f9; /* Gris très léger */
    color: #0f2e47; /* Votre bleu foncé */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e8f0;
    cursor: default;
}

/* 5. NIVEAU 2 : Les options (Ex: Départements) */
.select2-container--default .select2-results__option {
    padding: 10px 10px 10px 15px; /* Décalage à gauche pour marquer la hiérarchie */
    font-size: 15px;
    color: #334155;
    transition: background-color 0.15s ease, color 0.15s ease;
}

/* 6. L'état au survol d'une option (Hover) */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #715299; /* Votre bleu/vert */
    color: #ffffff;
}

/* 7. L'état d'une option déjà sélectionnée */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(36, 114, 135, 0.1);
    color: #0f2e47;
    /*font-weight: 700;*/
}

/* 8. L'état au survol d'une option DEJA sélectionnée */
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #715299;
    color: #ffffff;
}

/* 9. Le message "Aucun résultat trouvé" */
.select2-container--default .select2-results__message {
    padding: 15px;
    color: #64748b;
    font-style: italic;
    text-align: center;
}

/* 10. (Bonus) Customisation de la barre de défilement (Scrollbar) pour un look plus clean */
.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/*///////////////////////////////////////*/
/* ///// FORM PAGE SEARCH ///////////// */
/*/////////////////////////////////////*/
.search-form-container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 50vh;
    max-height: 300px;
    padding: 30px;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.4), rgba(17, 24, 39, 0.4)), url("../images/interface/hero-cover-blur.jpg") no-repeat center/cover;
}

.search-form-container h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 60px;
    font-weight: 700;
    margin-top: 45px;
    font-style: italic;
    line-height: 54px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}

.search-form-container h1 .small {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}

.see-all-products {
    margin: 50px 0 120px;
}

.nb-results {
    font-size: 16px;
    margin-top: 15px;
    color: rgb(30, 30, 33);
    a {
        color: rgb(30, 30, 33);
    }
}

/*///////////////////////////////////////*/
/* ///////// FICHE CONTENU //////////// */
/*/////////////////////////////////////*/
.fiche-contenu {
    margin-top: 75px;
    padding-top: 40px;
}
.fiche-contenu h1 {
    font-size: 36px;
    color: rgb(30, 30, 33);
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    font-family: "Barlow Condensed", sans-serif;
}

/*///////////////////////////////////////*/
/* ///////// FICHE CLIENT ///////////// */
/*/////////////////////////////////////*/
.fiche-client {
    margin-top: 75px;
    padding-top: 40px;
}
.fiche-client .toggle-desciption {
    display: none;
}
.fiche-client .toggle-desciption a {
    color: rgb(30, 30, 33);
}
.fiche-client .header-client {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.fiche-client .header-client .left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fiche-client .header-client .left .logo img {
    max-height: 50px;
}
.fiche-client .header-client .left .texte {
    display: flex;
    flex-direction: column;
}
.fiche-client .header-client .left .texte .intro-header {
    font-size: 16px;
    color: grey;
}
.fiche-client .header-client .left .texte h1 {
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    font-family: "Barlow Condensed", sans-serif;
}
.fiche-client .nb-resultats {
    font-size: 16px;
}

/*///////////////////////////////////////*/
/* ///////// FICHE PRODUIT //////////// */
/*/////////////////////////////////////*/
.fiche-produit {
    margin-top: 75px;
    padding-top: 40px;
}
.fiche-produit .header-product {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
}
.fiche-produit .header-product .btn-retour {
    color: rgb(30, 30, 33);
}
.fiche-produit .header-product .structure-lieu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fiche-produit .header-product .structure-titre {
    color: rgb(30, 30, 33);
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    gap: 6px;
}
.fiche-produit .header-product .structure-titre img {
    max-height: 22px;
}
.fiche-produit .header-product h1 {
    font-size: 36px;
    color: rgb(30, 30, 33);
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    font-family: "Barlow Condensed", sans-serif;
}
.fiche-produit .header-product .lieu-titre {
    line-height: 20px;
    font-size: 14px;
    color: rgb(30, 30, 33);
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}
.fiche-produit .header-product .lieu-titre svg {
    height: 24px;
    fill: rgb(140, 101, 168);
}
.fiche-produit .header-product .lieu-titre span {
    min-width: fit-content;
}
.fiche-produit .product-content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.fiche-produit .product-content .left {
    width: 65%;
    max-width: 810px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fiche-produit .product-content .left .image {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 0 4px 6px -2px rgba(0, 0, 0, 0.0509803922);
}
.fiche-produit .product-content .left .image img {
    width: 100%;
}
.fiche-produit .product-content .left .caracs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.fiche-produit .product-content .left .caracs .carac {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 10px;
    width: 100%;
    max-width: 200px;
    border-right: solid 1px rgb(205, 205, 216);
}
.fiche-produit .product-content .left .caracs .carac:first-of-type {
    border-left: solid 1px rgb(205, 205, 216);
}
.fiche-produit .product-content .left .caracs .carac .titre-carac {
    font-size: 16px;
    color: rgb(30, 30, 33);
}
.fiche-produit .product-content .left .caracs .carac .valeur-carac {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: rgb(116, 86, 138);
    font-family: "Barlow Condensed", sans-serif;
}
.fiche-produit .product-content .left .description {
    width: 100%;
}
.fiche-produit .product-content .left .description p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 30, 40);
    margin-bottom: 15px;
}
.fiche-produit .product-content .left .description a:not(.default-btn) {
    color: rgb(140, 101, 168);
}
.fiche-produit .product-content .right {
    width: 35%;
    max-width: 480px;
}
.fiche-produit .product-content .right .block-infos-prix {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fiche-produit .product-content .right .block-infos-prix .price-block {
    display: flex;
    flex-direction: column;
}
.fiche-produit .product-content .right .block-infos-prix .price-block .from {
    font-size: 14px;
    line-height: 14px;
    color: rgb(103, 103, 112);
}
.fiche-produit .product-content .right .block-infos-prix .price-block .price {
    font-size: 36px;
    font-weight: 700;
    color: rgb(30, 30, 33);
    font-style: italic;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
}
.fiche-produit .product-content .right .block-infos-prix .price-block .price sup {
    font-size: 20px;
}
.fiche-produit .product-content .right .block-infos-prix .info {
    font-size: 14px;
    line-height: 20px;
    color: rgb(116, 86, 138);
}
.fiche-produit .product-content .right .reservation-btn {
    margin-top: 25px;
}
.fiche-produit .product-content .right .reservation-btn .default-btn {
    width: 100%;
}

/*-- MAPS ----------*/

.fiche-produit .product-content .map {
  margin-top: 20px;
}

.fiche-produit .product-content .map-adresse {
  margin-bottom: 10px;
}

#ouiresa-market-map {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  z-index: 1;
}

/* Styles de la Popup Leaflet */
.ouiresa-popup-container {
  font-family: Arial, sans-serif;
  padding: 5px;
  min-width: 180px;
}

.ouiresa-popup-title {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 700;
  color: #3c4777; 
  line-height: 1.3;
}

.ouiresa-popup-address {
  margin: 0 0 12px 0;
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}

.ouiresa-popup-btn {
  display: block;
  text-align: center;
  background-color: #3c4777; /* Fond du bouton */
  color: #ffffff !important;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s, opacity 0.2s;
}

.ouiresa-popup-btn:hover {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
}


/*///////////////////////////////////////*/
/* ///////// PAGINATION /////////////// */
/*/////////////////////////////////////*/
.layout-content .pager {
    max-width: 100%;
    margin-top: 30px;
}
.layout-content .pager ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0 !important;
}
.layout-content .pager ul li {
    margin: 0;
    color: #000;
    padding: 0;
}
.layout-content .pager ul li a {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    min-width: 30px;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background: #715299;
    border: solid 2px #715299;
}
.layout-content .pager ul li:before {
    display: none;
}
.layout-content .pager ul li:not(.is-active) a {
    color: #715299;
    background: #fff;
}
.layout-content .pager ul li:not(.is-active) a:hover {
    color: #fff;
    background: #715299;
}

/*///////////////////////////////////////*/
/* ///// LISTE PRODUITS /////////////// */
/*/////////////////////////////////////*/
.products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 72px;
    margin-top: 45px;
}

.products-list .product-card {
    width: calc(33.3333% - 48px);
}
.products-list .product-card .image {
    display: flex;
    width: 100%;
    height: 256px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px rgb(205, 205, 216);
}
.products-list .product-card .image img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    transition: all 250ms ease-in-out;
}
.products-list .product-card .image:hover img {
    transform: scale(1.1);
}
.products-list .product-card .content-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    min-height: 285px;
    border-bottom: solid 1px rgb(235, 234, 247);
}
.products-list .product-card .content h2 {
    margin: 16px 0;
}
.products-list .product-card .content h2 a.titre-produit {
    font-style: italic;
    font-size: 20px;
    color: rgb(30, 30, 33);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
}
.products-list .product-card .content .structure {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.products-list .product-card .content .structure .title {
    color: rgb(30, 30, 33);
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    gap: 6px;
}
.products-list .product-card .content .structure .title img {
    max-height: 22px;
}
.products-list .product-card .content .structure .title:hover {
    text-decoration: underline;
}
.products-list .product-card .content .structure .lieu {
    line-height: 20px;
    font-size: 14px;
    color: rgb(30, 30, 33);
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}
.products-list .product-card .content .structure .lieu svg {
    height: 24px;
    fill: rgb(140, 101, 168);
}
.products-list .product-card .content .structure .lieu span {
    min-width: fit-content;
}
.products-list .product-card .content .structure .lieu:hover {
    text-decoration: underline;
}
.products-list .product-card .content .description {
    font-size: 16px;
    line-height: 24px;
    color: rgb(103, 103, 112);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.products-list .product-card .footer-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-list .product-card .footer-product .price-block {
    display: flex;
    flex-direction: column;
}
.products-list .product-card .footer-product .price-block .from {
    font-size: 14px;
    line-height: 14px;
    color: rgb(103, 103, 112);
}
.products-list .product-card .footer-product .price-block .price {
    font-size: 36px;
    font-weight: 700;
    color: rgb(30, 30, 33);
    font-style: italic;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
}
.products-list .product-card .footer-product .price-block .price sup {
    font-size: 20px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.block-page-title-block {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.block-page-title-block h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Barlow Condensed", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: 100%;
    margin: 5px 0 0;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 14px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url("../images/svg/arrow-breadcrumbs.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PAGE 404 ///////////////////// */
/*/////////////////////////////////////*/
#block-404 {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 0 auto;
    padding: 120px 0;
}

#block-404 h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}

#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
.view-slider-accueil {
    position: relative;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Barlow Condensed", sans-serif;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url("../images/svg/arrow-slider-prev.svg") no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url("../images/svg/arrow-slider-next.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Barlow Condensed", sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// LISTE PRESTATAIRES /////////// */
/*/////////////////////////////////////*/
.liste-prestataires {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.liste-prestataires .presta-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 20px 20px 80px;
    width: calc(25% - 24px);
    border: solid 1px #cdcdd8;
}
.liste-prestataires .presta-card .default-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.liste-prestataires .presta-card .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    margin-bottom: 25px;
}
.liste-prestataires .presta-card .logo img {
    max-width: 100%;
    max-height: 100%;
}
.liste-prestataires .presta-card h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "Barlow Condensed", sans-serif;
}
.liste-prestataires .presta-card h2 a {
    text-decoration: none;
    color: rgb(30, 30, 33);
}
.liste-prestataires .presta-card .description {
    color: grey;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Montserrat", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/
.contact-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #F39517;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #F39517;
    border: 3px solid #F39517;
    cursor: pointer;
    margin-left: -2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #F39517;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #F39517;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 120px auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: "Barlow Condensed", sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #F39517;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: "Barlow Condensed", sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/
.node--type-actualite {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
    padding-top: 25px;
}

.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 35px;
    background: #242424;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
}

.node--type-actualite h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
}

.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
}

.node--type-actualite .texte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/
/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
body footer {
    margin-top: 60px;
    clear: both;
    background: #fff;
    border-top: 1px solid #cdcdd8;
}

/*Copyright*/
footer .gl-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #000;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* //// GALERIE PARAGRAPHE //////////// */
/*/////////////////////////////////////*/
.galerie-paragraphe .grid__item,
.galerie-paragraphe .grid__col-sizer {
    width: calc(25% - 24px);
}

.galerie-paragraphe .grid__gutter-sizer {
    width: 24px;
}

.galerie-paragraphe .grid__item {
    margin-bottom: 24px;
}

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/
.webform-submission-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.webform-submission-form .form-item {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-email,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-select {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}

.webform-submission-form .form-type-textarea {
    width: 100%;
}

.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}

.webform-submission-form .form-type-checkbox {
    margin-top: 40px;
}

.webform-submission-form .form-type-checkbox label {
    padding-left: 35px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.webform-submission-form .form-actions {
    margin-top: 15px;
    width: 100%;
}

.webform-submission-form .form-actions .form-submit {
    margin-top: 20px;
}

.webform-submission-form .form-item .fieldset-legend,
.webform-submission-form .form-item label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Barlow Condensed", sans-serif;
}

.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=tel],
.webform-submission-form input[type=number],
.webform-submission-form select {
    height: 68px;
    line-height: 68px;
    border: solid 1px #333;
    border-radius: 15px;
    padding: 0 30px;
    width: 100%;
}

.webform-submission-form textarea {
    border: solid 1px #333;
    border-radius: 15px;
    padding: 25px 35px;
}

.webform-submission-form input[type=text]:focus,
.webform-submission-form input[type=email]:focus,
.webform-submission-form input[type=tel]:focus,
.webform-submission-form input[type=number]:focus,
.webform-submission-form select {
    outline: none;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto 70px;
    clear: both;
}
.paragraphes .para-item a:not(.default-btn) {
    color: rgb(116, 86, 138);
}

.intro {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto 50px;
    clear: both;
}

/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 120px 0;
}

.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(116, 86, 138);
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;
    font-family: "Barlow Condensed", sans-serif;
}

.paragraphes h3 {
    font-size: 24px;
    line-height: 28px;
}

.paragraphes h4 {
    color: rgb(26, 30, 40);
    font-size: 18px;
    line-height: 22px;
}

.paragraphes p,
.paragraphes li,
.intro p {
    font-size: 16px;
    line-height: 30px;
}

.paragraphes p {
    margin-bottom: 15px;
}

.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}

/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.pos-photo-3 .para-desc {
    margin-right: 5%;
}

/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pos-photo-4 .para-photos {
    margin-right: 5%;
}

/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}

.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}

.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}

img[data-align=center] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align=right] {
    float: right;
}

img[data-align=left] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}

.paragraphes table {
    margin-bottom: 30px;
}

.layout-content ul {
    padding-left: 27px;
    margin-bottom: 15px;
}

.layout-content ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 17px;
}

.layout-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}

.para-item-accordeon .element {
    border-bottom: solid 1px #000;
}

.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.para-item-accordeon .titre-elem:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url("../images/svg/accordeon-open.svg") no-repeat center;
}

.para-item-accordeon .titre-elem.active:after {
    background: url("../images/svg/accordeon-close.svg") no-repeat center;
}

.para-item-accordeon .texte-elem {
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
}

.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}

/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url("../images/svg/picto-xls.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url("../images/svg/picto-doc.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url("../images/svg/picto-ppt.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url("../images/svg/picto-pdf.svg") no-repeat 17px center;
}