/*!
Theme Name: Fusillés de Souge
Theme URI: https://www.bewod.com
Template: kadence
Description: Thème développé pour Fusillés de Souge
Tags: 
Author: Bewod
Author URI: https://www.bewod.com/
Version: 1.0.7
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fds
*/

:root {
  --gutr: 1rem;
  --gutrn: -1rem;
    /* OK */
    --blue: #00428b;
    /* OK */
    --bluedk: #1A202C;

    /*--light: #ecf5fc;*/
    /* OK */
    --light: #f7f6f3;

    --orange: #EFB634;
    
    --red: #e24b00;
    --reddk: #993300;
    --pink: #ff0060;

    /* OK */
    --brown: #65594d;
    /* OK */
    --browndk: #2b2621;
    /* OK */
    --overlay: rgba(44, 41, 38, 0.8);

    --darker: #cfcdc9;
    --darker: #e7e6e0;
    

    --wp--preset--color--vivid-green-cyan: var(--global-palette3);


    --color-primary: #2C3E50;     /* Bleu-gris foncé */
    --color-secondary: #E67E22;   /* Orange terre cuite */
    --color-accent: #BDC3C7;      /* Gris clair */
    --color-bg: #FFFFFF;          /* Fond principal */
    --color-bg-alt: #FDF6ED;      /* Fond alterné très clair */
    --color-text: #2C3E50;

    /* 

    Idées layouts :
        -- Politics (kadence) : https://startertemplatecloud.com/g52/
        ++ https://construcfytemplate.webflow.io/home-pages/home-v3
        --  simple : https://dribbble.com/shots/17403988-Forest-Memorial 
    */


    /* KZEN */
    --marron-clair: #e6ded8;
    --marron: #ab917d;
    --marron-moyen: #684f3e;
    --marron-fonce: #2e2c2a;
    --gris-moyen: #e4e4e4;
    --offwhite: #edf3ec;
    --noir: #211e1d;


/*
CHAT GPT
Primaire : #3E4C59;
Secondaire : #D9B382;
Accent : #F5F5F5;
Soutien : #F2EDE5;

Primaire : #1A2E45;
Secondaire : #E3B23C;
Accent : #F8F9FA;
Soutien : #D6D6D6;

Primaire : #374C3C;
Secondaire : #D3AA6E;
Accent : #FAFAFA;
Soutien : #EAEAEA;
*/

/* GEST */
/*
--the-rouge : #d4514b;
--primary: #1c3969;
--primary-hover: #132c54;
--secondary: #5b8ac4;
--secondary-hover: #4e7db8;
--strong-grey: #4a5155;
--strong-grey-hover: #1d1d1d;

--linkedin: #2c66bc;
--contact: #5bba98;
*/

    --contact: #deca8c;
    --contact: #ece7ce;

    --contact: #b23326;
    --contact: #de6e53;

    
}
  /* WAR */
  /*
  .War-Colors-1-2--1-hex { color: #50514D; }
  .War-Colors-1-2--2-hex { color: #4E4A2E; }
  .War-Colors-1-2--3-hex { color: #360807; }
  .War-Colors-1-2--4-hex { color: #3B2818; }
  .War-Colors-1-2--5-hex { color: #BA8A5A; }
  */
  
  /* COLORS */

.bg-white {
  background-color: #fff;
}
.bg-brown {
  background-color: var(--brown);
  background-color: var(--global-palette1);
}
.bg-brown {
  background-color: var(--brown);
  background-color: var(--global-palette1);
}
.bg-darker {
  background-color: var(--darker);
}
.bg-brown-dark {
  background-color: var(--browndk);
}
.bg-brown-light {
  background-color: var(--marron-clair);
}

  /* GRID */



.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 { 
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}

.p-2 {
  padding: 2rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pl-2 {
  padding-left: 2rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}
.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}


.container {
  width: 100%;
  max-width: 1364px;
  padding-right: calc(2 * var(--gutr));
  padding-left: calc(2 * var(--gutr));
  margin-right: auto;
  margin-left: auto;
}

.row {
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: var(--gutrn);
  margin-left: var(--gutrn);
}

.row.same-height {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutr) * -1);
  margin-right: calc(var(--gutr) * -1);
}

.row.same-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-md-6, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-xl-3, .col-xl-4, .col-xl-6, .col-xl-8, .col-xl-10, .col-xl-11, .col-xxl-2, .col-xxl-10 {
  padding-right: var(--gutr);
  padding-left: var(--gutr);
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.col-7 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-8 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.ms-auto {
  margin-left: auto;
}

.py-section,
.pt-section {
  padding-top: 40px;
}

.py-section,
.pb-section {
  padding-bottom: 40px;
}


@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
      display: block !important;
  }
  .py-section,
  .pt-section {
      padding-top: 60px;
  }
  .py-section,
  .pb-section {
      padding-bottom: 60px;
  }

  .d-lg-block {
      display: block;
  }
  .d-lg-none {
      display: none;
  }

  .flex-lg-row {
      flex-direction: row;
  }
  .d-lg-block {
      display: block;
  }
  .d-lg-none {
      display: none;
  }
  .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .fl-tabs.fl-tabs-vertical .col-lg-4,
  .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .order-lg-1 {
      order: 1;
  }
  .order-lg-2 {
      order: 2;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .fl-tabs.fl-tabs-vertical .col-xl-3,
  .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .col-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .col-xxl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
}



/* TYPO */

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: var(--orange);
}

a:hover {
  text-decoration: underline;
  color: var(--red);
}

.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}

/* TABS */

.fl-tabs-panel-content {
  padding: 2rem;
}

.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
  color: #000;
}

.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label.fl-tab-active,
.fl-tabs-panels {
  background: var(--light);
}


.fl-tabs-panel-content {
  padding: 2rem;
}

.bg-beige .fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label.fl-tab-active,
.bg-beige .fl-tabs-panels {
  background: #fff;
}

/* Galerie Exposition */

.exposition .fl-photo-content {
  overflow: hidden;
  aspect-ratio: 1;
}

/* Single actu */

.error404 .main-navigation .primary-menu-container > ul > li.menu-item > a,
.search .main-navigation .primary-menu-container > ul > li.menu-item > a,
.category .main-navigation .primary-menu-container > ul > li.menu-item > a,
.single-post .main-navigation .primary-menu-container > ul > li.menu-item > a {
  color: var(--browndk);
}

.error404 .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.search .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.category .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.single-post .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  color: var(--global-palette3);
}

svg.kadence-svg-icon.kadence-menu-svg path {
  fill: var(--browndk);
}

svg.kadence-svg-icon.kadence-menu-svg:hover path {
  fill: var(--global-palette3);
}

/* Single fusillé */

.single-post.transparent-header #masthead,
.single-post #primary {
  background-color: var(--global-palette1);
}

.single-post #primary {
  padding: 3rem 0;
}


/* HEADER */


.transparent-header .site-main-header-wrap .site-header-row-container-inner {
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
  padding-left: 0;
}

body .site-branding {
  background: #fff;
  padding: 10px;
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body .item-is-stuck .site-branding {
  padding: 0 10px;
}

body .item-is-stuck .site-branding img {
  width: unset !important;
}

.site-branding a.brand,
.site-branding a.brand img,
.site-header-row {
  transition-duration: 1s;
  /*
  height: auto !important;
  max-height: 0 !important;
  min-height: 0 !important;
  */
}

.block-left,
.block-right {
  width: auto !important;
}

.block-left-over .fl-module-heading,
.block-left-over .fl-module-rich-text {
  margin-right: -400px;
}

@media (min-width: 1200px) {
    .block-left {
      width: 100% !important;
      max-width: 420px;
      margin-left: auto;
      margin-right: 150px;
      padding-left: 40px;
      max-width: 530px;
    }
    
    .block-right {
      width: 100% !important;
      max-width: 420px;
      margin-right: auto;
      margin-left: 150px;
      padding-right: 40px;
      max-width: 530px;
    }
    .block-left-xl {
      max-width: 620px;
      margin-right: 60px;
      padding-left: 20px;
    }
}

@media (min-width: 1400px) {
    .block-left-xl {
        padding-left: 40px;
    }
}

@media (min-width: 1800px) {
    .block-left-xl {
        max-width: 620px;
        margin-right: 60px;
        padding-left: 40px;
    }
}


.rotator img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: rotator 26s infinite linear;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.prelative {
    position: relative;
}

.pabsolute {
    position: absolute;
}

.z1 {
    z-index: 1;
}

.z10 {
    z-index: 10;
}
.z100 {
    z-index: 100;
}

.bradius img,
.bradius-col .fl-col-content.fl-node-content {
    border-radius: .5rem;
}

.h5 {
    font-size: 24px;
}

#inner-wrap p {
    margin: 0 0 1.5rem; 
}


hr {
  background-color: #e1ddd9;
}

.footer-bottom .copyright {
  font-size: 14px;
}

.footer-bottom hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid #e1ddd9;
}
.footer-bottom .logo-bas {
  max-width: 100px;
}

.footer-bottom ul.menu {
  padding-left: 0;
  margin: 0;
}

.footer-bottom ul.menu li {
  margin-bottom: 1rem;
  margin-bottom: 0;
}

.footer-bottom ul.menu li a {
  color: var(--red);
  line-height: 1.45;
}

.footer-bottom ul.menu li a:hover {
  color: var(--global-palette1);
}

.footer-bottom ul.menu li::before {
  padding-left: 0;
  top: 17px;
  left: -4px;
  height: 5px;
  width: 5px;
  display: none;
}


.mfp-wrap .mfp-close {
  font-size: 4rem;
  top: 1rem;
  right: 1rem;
}

.page-template-page-galerie .mfp-figure figure {
  overflow: auto;
  height: 100vh;
}

.page-template-page-galerie img.mfp-img {
  max-width: 100%;
  height: auto;
  max-height: none !important;
}


.lead p {
    font-size: 22px;
    font-weight: 300;
}

.smallr,
p.smallr,
.smallr p {
    font-size: 15px;
}

.entry-content ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.footer-bottom ul li,
.entry-content ul li {
  position: relative;
  margin-bottom: 1rem;
  list-style: none;
}
.footer-bottom ul {
  margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.entry-content ul li::before {
  padding-left: 10px;
  content: '';
  position: absolute;
  display: block;
  background: var(--reddk);
  top: 10px;
  left: -28px;
  height: 6px;
  width: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}

.faq .fl-accordion-item .fl-accordion-content ul,
.puces ul {
  padding-left: 0;
  margin-left: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul li,
.puces ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 1rem 3rem;
}

.faq .fl-accordion-item .fl-accordion-content ul li {
  padding-bottom: .5rem;
  border: 0;
}

.puces ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul  li::before,
.puces ul li::before {
  background: transparent url(img/check.svg) center center no-repeat;
  background-size: cover;
  top: 7px;
  width: 16px;
  height: 11px;
  left: 0rem;
}


.entry-content #footer ul {
  padding-left: 0;
}

.entry-content #footer ul li::before {
  display: none;
}

.faq .fl-accordion-item .fl-accordion-content ul,
.puces ul {
  padding-left: 0;
  margin-left: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul li,
.puces ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 0 1rem 3rem;
}

.faq .fl-accordion-item .fl-accordion-content ul li {
  padding-bottom: .5rem;
  border: 0;
}

.puces ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul  li::before,
.puces ul li::before {
  background: transparent url(img/check.svg) center center no-repeat;
  background-size: cover;
  top: 7px;
  width: 16px;
  height: 11px;
  left: 0rem;
}


/* Cards */

.card.fl-module-box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.15);
    box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
}

.fl-col-group-equal-height .card.fl-module-box {
    flex-grow: 1;
}

.card.fl-module-box .fl-module:not(.fl-module-photo) {
    padding-left: 40px;
    padding-right: 40px;
}



/* Accordéon */

.faq .fl-accordion-item {
    border-bottom: 1px solid #707070 !important;
    padding: .5rem 2rem 1.5rem 0;
    margin-bottom: 1rem;
  }
  .faq .fl-accordion-item:last-child {
    margin-bottom: 0;
  }
  
  .faq .fl-accordion-item.fl-accordion-item-active {
    background: var(--bluelt);
  }
  
  .faq .fl-accordion a {
    text-decoration: none;
  }
  
  .faq .fl-accordion-item .fl-accordion-button:hover a  {
    color: var(--bluedk);
  }
  
  .faq a.fl-accordion-button-label {
    font-size: 22px;
    font-weight: 400;
    /*color: #000;*/
    color: var(--bluedk);
  }
  
  .faq .fl-accordion-small .fl-accordion-button {
    padding: 10px 0px;
  }
  
  .faq .fl-accordion-small .fl-accordion-content {
    padding: 0 30px 0 0;
  }
  
  .faq  .fl-accordion-button-label:focus {
    outline: none;
  }
  
  .faq .fl-accordion-button-icon i {
    font-size: 19px;
    opacity: 1;
    color: var(--orange);
    background: transparent;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 40px;
    padding: 7px 15px 6px 15px;
    padding: 6px 15px 6px 15px;
    transition: all 0.25s ease-out;
  }
  /*
  .faq .fl-accordion-item-active .fl-accordion-button-icon i {
    padding-top: 7px;
  }
  */
  .faq .fl-accordion-button-icon i:hover,
  .faq .fl-accordion-item .fl-accordion-button:hover i,
  .faq .fl-accordion-button-icon:hover i {
    color: #fff;
    background: var(--orange);
  }
  
  .site-dba .faq .fl-accordion-button-icon i {
    color: var(--ocre);
  }
  .site-dba .faq .fl-accordion-button-icon i:hover,
  .site-dba .faq .fl-accordion-item .fl-accordion-button:hover i,
  .site-dba .faq .fl-accordion-button-icon:hover i {
    background: var(--ocre);
  }
  
  .faq .fl-accordion-button-icon i:hover::before,
  .faq .fl-accordion-item .fl-accordion-button:hover i::before,
  .faq .fl-accordion-button-icon:hover i::before {
    color: #fff;
  }
  
  
  .content-wrap .fl-accordion-small .fl-accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
  }
  
  .content-wrap .fl-accordion-button-icon {
    vertical-align: top;
    padding-top: 3px;
  }
  
  .content-wrap .fl-accordion-button-label {
    font-size: 20px;
    font-weight: 600;
  }
  
  .content-wrap .fl-accordion-button-label img {
    position: relative;
    top: 6px;
    width: 25px;
    height: auto;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: top;
  }
  
  .content-wrap .fl-accordion-button-label img + span { 
    display: inline-block;
    width: calc(100% - 50px);
  }
  
  .fl-accordion-button-icon {
    text-decoration:none;
    color: var(--orange) !important;
    opacity: 1;
    font-size: 12px;
  }
  
  .site-dba .fl-accordion-button-icon {
    color: var(--ocre) !important;}
  
  .fl-accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #848588 !important
  }
  
  




/* Bouton */

.a2a_dd,
.news-category .fl-post-info-terms a,
.btn,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited,
.fl-builder-content .bt-intro .fl-button-group-button a.fl-button,
.fl-builder-content .bt-intro .fl-button-group-button a.fl-button:visited {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: var(--blue);
    border: 2px solid var(--blue);
    background: var(--brown);
    border: 2px solid var(--brown);

    border-radius: 5rem;
    padding: 16px 26px;
    padding: 20px 32px;
    transition: all .35s ease;
}

#catlist .btn,
.btn-small,
.fl-builder-content .btn-small a.fl-button,
.fl-builder-content .btn-small a.fl-button:visited {
    padding: 10px 18px;
    font-size: 12px;
}

.fl-builder-content .btn-small a.fl-button span {
    font-size: 14px;
}

.btn-blue {
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.fl-builder-content a.fl-button span,
.fl-builder-content a.fl-button:visited span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.fl-builder-content .bt-white a.fl-button,
.fl-builder-content .bt-white a.fl-button:visited {
    background-color: #fff;
    border-color: #fff;
}


#catlist {
  display: flex;
  gap: 10px;
}

.a2a_dd,
.news-category .fl-post-info-terms a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
}

.a2a_dd,
.news-category .fl-post-info-terms a,
a.bt-border,
.fl-builder-content .bt-border a.fl-button,
.fl-builder-content .bt-border a.fl-button:visited {
    background: transparent;
    border-color: var(--browndk);
    color: var(--browndk);
}


.a2a_dd {
  background: url(img/share.png) center center no-repeat;
  background-position: 14px center;
  background-size: 16px;
  padding-left: 42px;
}

.news-category .fl-post-info-terms a:hover,
.a2a_dd:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--browndk);
}
.a2a_dd:hover {
  background-image: url(img/share-w.png);
}



.fl-builder-content .bt-white a.fl-button span,
.fl-builder-content .bt-white a.fl-button:visited span,
.fl-builder-content .bt-border a.fl-button span,
.fl-builder-content .bt-border a.fl-button:visited span {
    color: #000 !important;
}

.fl-builder-content .bt-border.bt-white a.fl-button,
.fl-builder-content .bt-border.bt-white a.fl-button:visited {
    background: transparent;
    border-color: #fff;
}

.fl-builder-content .bt-border.bt-white a.fl-button span,
.fl-builder-content .bt-border.bt-white a.fl-button:visited span  {
    color: #fff !important;
}

.fl-builder-content .bt-brown a.fl-button,
.fl-builder-content .bt-brown a.fl-button:visited {
    background-color: var(--brown);
    border-color: var(--brown);
}

.fl-builder-content .bt-border.bt-brown a.fl-button,
.fl-builder-content .bt-border.bt-brown a.fl-button:visited {
    background: transparent;
    border-color: var(--brown);
}

.fl-builder-content .bt-border.bt-brown a.fl-button span,
.fl-builder-content .bt-border.bt-brown a.fl-button:visited span  {
    color: var(--brown) !important;
}


#catlist .btn:active,
#catlist .btn:focus,
#catlist .btn:hover,
#catlist .btn.btn-on,
.btn:hover,
.fl-builder-content a.fl-button:hover {
  text-decoration: none;
    color: #fff;
    background: var(--red);
    border-color: var(--red)
}

/* Bloc border top */

.btop .fl-module-content {
    border-top: 1px solid var(--orange);
}

.btop .fl-module-content h4 {
    margin-top: 1.5rem;
}


/* Bloc Prestations x4 */

.prestations-x4 a.fl-module-box {
    border-radius: 10px;
    margin: 0;
    background-color: rgba(0,0,0,0);
}
.prestations-x4 a.fl-module-box:hover {
    background-color: rgba(0,0,0,0.2);
}



.slider-no-title .fl-post-carousel-post {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 0;
    border-radius: 10px;
}
.slider-no-title .fl-post-carousel-text {
    display: none;
}





/* Cards */

/*

.card {
  display: block;
  padding: 20px;
}

.card-square {
  border-radius: 0;
}

.card h3 {
  font-size: 20px;
  margin-bottom: .5rem;
}

.swiper-profils .card p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

.hnormal {
  font-style: normal !important;
}

a.card {
  color: #000;
  text-decoration: none;
}

a.card:hover {
  color: #000;
}

.card .card-img {
  position: relative;
  background: #eee no-repeat center center;
  background-size: cover;
  height: 100%;
  min-height: 150px;
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
  aspect-ratio: 1.23;
  overflow: hidden;
}

.card-cover {
  background: #eee no-repeat center center;
  background-size: cover;
  height: 100%;
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  align-items: end;
  padding: 1.25rem 2rem;
  transform: scale(1.025);
  background-position: center;
}

.card-cover-none {
  background: #4c4d47;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.card .card-img.ratio-1,
.card .card-img.cover-square {
  aspect-ratio: 1;
}

.card .card-img.cover-horizontal {
  aspect-ratio: 4/3;
}

.card .card-img.cover-vertical {
  aspect-ratio: 3/4;
}

.card .card-img.cover-portrait {
  aspect-ratio: .9;
}

.card:hover .card-img .card-cover,
a.card-img:hover .card-cover {
  transform: scale(1.075);
}

.card-img .card-tags {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}


@media (min-width: 992px) {
  .card-img .card-tags {
      bottom: .5rem;
  }
}

.card-img .card-tags span {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #000;
  border-radius: 2rem;
  padding: .35rem .9375rem;
  margin: .325rem;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 30px;
}

.card-img .card-tags span.bg-green {
  background: #d5fc44;
  color: #000;
}

.card-img .card-tags span.bg-blue {
  background: #38b6ff;
}
*/



/* Cards */

.card {
  display: block;
  padding: 20px;
  border-radius: 10px;
}

.card-square {
  border-radius: 0;
}

.card h3 {
  font-size: 22px;
  font-size: 20px;
  line-height: 1.45;
  margin: 1rem 0 .5rem 0;
  color: var(--reddk);
}

.card-news {
  padding-left: 0;
  padding-right: 0;
}

.card-news .card-img {
  position: relative;
}

#inner-wrap .card-news .card-content p {
  font-size: 15px;
  font-size: 13px;
}

#inner-wrap .card-news .card-content .small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.labelz {
  background: #fff;
  border-radius: .75rem;
  padding: .35rem .9375rem;
  font-size: 12px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  text-transform: capitalize;
}

a.card {
  color: #000;
  text-decoration: none;
}

a.card:hover {
  color: #000;
}

.card .card-img {
  position: relative;
  background: #eee no-repeat center center;
  background-size: cover;
  height: 100%;
  min-height: 150px;
  margin-bottom: 13px;
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
  aspect-ratio: 1.23;
  overflow: hidden;
  border-radius: 1rem;
}

.card-cover {
  background: #eee no-repeat center center;
  background-size: cover;
  height: 100%;
  transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  align-items: end;
  padding: 1.25rem 2rem;
  transform: scale(1.025);
  background-position: center;
}
.card-news .card-cover {
    background-image: url(img/souge.jpg);
}

.card-cover-none {
  background: var(--pink);
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card-cover-none span {
  font-size: 100px;
  display: block;
}

.card .card-img.ratio-1,
.card .card-img.cover-square {
  aspect-ratio: 1;
}

.card .card-img.cover-horizontal {
  aspect-ratio: 4/3;
}

.card .card-img.cover-vertical {
  aspect-ratio: 3/4;
}

.card .card-img.cover-portrait {
  aspect-ratio: .9;
}

.card:hover .card-img .card-cover,
a.card-img:hover .card-cover {
  transform: scale(1.075);
}

.card-img .card-tags {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

.card-img .card-tags span {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #000;
  /*border-radius: 5px;*/
  border-radius: 2rem;
  padding: .35rem .9375rem;
  margin: .325rem;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 30px;
}

.card-img .card-tags span.bg-green {
  background: #d5fc44;
  color: #000;
}

.card-img .card-tags span.bg-pink {
  background: var(--pink);
}
.card-img .card-tags span.bg-blue {
  background: #38b6ff;
}

@media (max-width: 767px) {
  #raidprevious .card-text {
      font-size: 14px;
      line-height: 1.15;
  }
  #raidprevious h5 {
      font-size: 1rem;
      line-height: 1.15;
  }
}



/* Swiper */

.swiper-profils {
  margin: 1.5rem 0 3rem;
  margin: 0rem 0 3rem;
}

.swiper-profils .swiper-slide {
  height: auto;
  background: #fff;
  box-shadow: 0px 12px 28px 0px rgba(140, 149, 159, 0.15);
  box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.1);
}

.swiper-profils .swiper-slide .card {
  padding: 0;
  padding: 20px;
}

.swiper-profils .swiper-slide .card .card-text {
  padding: 20px;
  padding: 0;
  padding-top: 20px;
}





/* Partage RS */

body .a2apage_wide.a2a_wide {
  display: none;
}
body .a2a_mini {
  min-width: 100px;
  width: 150px;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  margin-top: 10px;
}

body .a2a_menu.a2a_mini a,
body .a2a_menu.a2a_mini a.a2a_i,
body .a2a_menu.a2a_mini a.a2a_i:visited,
body .a2a_menu.a2a_mini a.a2a_more, 
body .a2a_menu.a2a_mini i.a2a_i {
  display: flex;
  align-items: center;
  background: #fff !important;
  border-color: #fff !important;
  color: var(--global-palette3) !important;
}

body .a2a_menu.a2a_mini a.a2a_i:active, 
body .a2a_menu.a2a_mini a.a2a_i:focus, 
body .a2a_menu.a2a_mini a.a2a_i:hover, 
body .a2a_menu.a2a_mini a.a2a_more:active, 
body .a2a_menu.a2a_mini a.a2a_more:focus, 
body .a2a_menu.a2a_mini a.a2a_more:hover, 
body .a2a_menu.a2a_find_container {
  background: var(--brownlt) !important;
  border-color: var(--brownlt) !important;
  color: var(--global-palette3) !important;
}

body .a2a_menu.a2a_mini a.a2a_more {
  display: none !important;
}


body .a2a_full {
  height: auto !important;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
}
body .a2a_full_services {
  overflow: hidden;
  height: auto !important;
}

body .a2a_full_services i.a2a_i {
  height: 1px;
  margin-top: -1px;
  border: 0;
  display: none;
}
body .a2a_full_header,
body .a2a_full_footer {
  display: none;
}

.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook,
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x,
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_linkedin {
  display: none;
}

body a.a2a_i .a2a_svg,
body a.a2a_more .a2a_svg {
  background-size: 24px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 20px;
  margin-right: 10px;
}

body .a2a_svg svg {
  width: 22px;
  height: 22px;
  padding: 4px;
}




/* Pagination */

.wp-pagenavi {
display: block;
width: 100%;
text-align: center;
margin-top: 2rem;
}

.wp-pagenavi span.page-numbers.current,
.wp-pagenavi span.current,
.wp-pagenavi a {
display: inline-block;
padding: 7px 4px;
margin: 0 2px;
border: 1px solid var(--brown);
border-radius: .25rem;
text-align: center;
color: var(--brown);
font-size: 16px;
line-height: 1.45;
font-weight: 400;
min-width: 40px;
transition: all .25s ease;
}

.wp-pagenavi a {
text-align: center;
margin: 0;
text-decoration: none;
}

.wp-pagenavi span.page-numbers.current,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
color: #fff;
background-color: var(--brown);
border-color: var(--brown);
text-align: center;
}

.wp-pagenavi a:hover {
color: #fff;
border-color: var(--brown);
}


.wp-pagenavi a.prev,
.wp-pagenavi a.next {
background-image: url(img/ic-chevron-right-b.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 8px;
border: 0;
}
.wp-pagenavi a.prev:hover,
.wp-pagenavi a.next:hover {
background-image: url(img/ic-chevron-right.svg);
}

.wp-pagenavi a.prev {
transform: rotate(180deg);
}

.wp-pagenavi [rel="prev"]:before,
.wp-pagenavi [rel="next"]:after {
display: none;
}

/* Dropdown categorie blog */ 


.dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
}

.dd-button {
  display: inline-block;
  background: var(--brown);
  color: #fff;
  border: 1px solid var(--brown);
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  cursor: pointer;
  min-width: 28px;
  margin: .25rem;
  padding: 1.15rem 3rem 1.15rem 2.25rem;
  padding: 10px 20px;
  border-radius: 2rem;
  transition: all .25s ease;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.75rem;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--blue);
}

.dd-button:hover {
  /*
  background-color: var(--brown);
  border-color: var(--brown);
  background-color: #fff;
  border-color: var(--brown);
  */
  color: #fff;
  background-color: var(--browdk);
  border-color: var(--browdk);
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  z-index: 101;
  top: 100%;
  border-radius: 00 0 4px 4px;
  padding: 0;
  margin: -4px 0 0 25px;
  background-color: var(--brown);
  color: #fff;
  list-style-type: none;
  width: calc(100% - 50px);
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 1.25rem;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
}

.dd-menu li a:hover {
  background-color: var(--browdk);
}

.dd-menu li.menu-on {
  background-color: var(--brown);
}

.dd-menu li:hover {
  background-color: var(--brown);
}

.dd-menu li:hover a,
.dd-menu li.menu-on a {
  color: #fff;
}

.dd-menu li:hover a {
}

.side-dropdown {
  width: 100%;
}
.side-dropdown .dd-button {
  width: 100%;
}



/* Search / recherche */ 

.searchline {
  border-bottom: 1px solid var(--browndk);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.srchy .searchline:last-child {
  border-bottom: 0;
}

.searchline header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.searchline header .pill {
  display: inline-block;
  padding: 5px 12px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  /*border-radius: 2rem;*/
  background-color: var(--brown);
  color: #fff;
  margin-top: .5rem;
}