/*!
Theme Name: Camping Creuse Nature
Theme URI: https://www.bewod.com
Template: kadence
Description: Thème développé pour Camping Creuse Nature
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: camping
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*
@font-face {
    font-family: 'BasierCircle';
    src: url('fonts/basiercircle/basiercircle-regular-webfont.eot');
    src: url('fonts/basiercircle/basiercircle-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/basiercircle/basiercircle-regular-webfont.woff2') format('woff2'),
         url('fonts/basiercircle/basiercircle-regular-webfont.woff') format('woff'),
         url('fonts/basiercircle/basiercircle-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
      font-family: 'BasierCircle';
      src: url('fonts/basiercircle/basiercircle-medium-webfont.eot');
      src: url('fonts/basiercircle/basiercircle-medium-webfont.eot?#iefix') format('embedded-opentype'),
           url('fonts/basiercircle/basiercircle-medium-webfont.woff2') format('woff2'),
           url('fonts/basiercircle/basiercircle-medium-webfont.woff') format('woff'),
           url('fonts/basiercircle/basiercircle-medium-webfont.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
  }
  
  @font-face {
    font-family: 'BasierCircle';
    src: url('fonts/basiercircle/basiercircle-bold-webfont.eot');
    src: url('fonts/basiercircle/basiercircle-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/basiercircle/basiercircle-bold-webfont.woff2') format('woff2'),
         url('fonts/basiercircle/basiercircle-bold-webfont.woff') format('woff'),
         url('fonts/basiercircle/basiercircle-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Cardillac';
    src: local('Cardillac Bold'), local('Cardillac-bold'),
        url('fonts/cardillac/cardillac-bold.woff2') format('woff2'),
        url('fonts/cardillac/cardillac-bold.woff') format('woff'),
        url('fonts/cardillac/cardillac-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  */
  

:root {
    --gutr: 1rem;
    --gutrn: -1rem;

    --green: #90c04a;
    --greendk: #093628;
    --blue: #5aa3d0;
    --turquoise: #64baa0;
    --ocre: #b22324;
    --or: #fcd839;

    --black: #000000;
    --greydk: #707170;
    --grey: #c5d2d2;
    --greylt: #f3f0ef;
    --white: #ffffff;

}

::selection {
    background-color: var(--or);
}

/*
body {
    font-family: 'BasierCircle', sans-serif !important;
}
*/

  
/* Utils */

.small {
    font-size: 75%;
}

.text-uppercase {
    text-transform: uppercase;
}

.prelative {
    position: relative;
}

.pabsolute {
    position: absolute;
}

.z1 {
    z-index: 1;
}

.z10 {
    z-index: 10;
}

.z100 {
    z-index: 100;
}

hr {
    border-bottom-width: 1px;
}

.bradius .fl-slideshow .yui3-widget-content-expanded,
.bradius-gallery .fl-photo-content img,
.bradius.fl-module-box,
.bradius .fl-row-content-wrap,
.bradius .fl-col-content.fl-node-content,
.bradius img,
.bradius-col .fl-col-content.fl-node-content {
  border-radius: 1rem;
}

.bradius .fl-slideshow-container {
  border-radius: 1.5rem;
  overflow: hidden;
}


.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 2rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.pt-section,
.py-section {
  padding-top: 3.125rem !important;
}

.pb-section,
.py-section {
  padding-bottom: 3.125rem !important;
}



.tier-blanc-gris-xl,
.tier-gris-blanc-xl {
  background-color: var(--greylt);
}

@media (min-width: 992px) {
  .mx-auto-lg {
      margin-right: auto !important;
      margin-left: auto !important;
  }
  .pt-section,
  .py-section {
    padding-top: 5rem !important;
  }
  .pb-section,
  .py-section {
    padding-bottom: 5rem !important;
  }
  .tier-gris-blanc-xl {
      background: linear-gradient(90deg, var(--greylt) 0% 65%, #fff 65%);
  }
  .tier-blanc-gris-xl {
      background: linear-gradient(90deg, #fff 0% 35%, var(--greylt) 35%);
  }
}


/* GRID */

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

@media (min-width: 992px) {
    :root {
        --gutr: 1.875rem;
        --gutrn: -1.875rem;
    }

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

/*
@media (min-width: 1600px) {
    .container {
        max-width: 1510px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1518px;
    }
}
*/

.container-fluid {
    max-width: none;
    padding: 0;
}

.container-narrow {
    max-width: 960px;
    max-width: 1200px;
    max-width: 1320px;
}

.d-none {
    display: none;
  }
  
@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .d-xs-none {
        display: none !important;
    }
}

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

.row {
    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);
}

.col-4,
.col-6,
.col-8,
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: var(--gutr);
    padding-left: var(--gutr);
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-55 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        flex: 0 0 auto;
        width: 20%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}


.block-left,
.block-right {
  width: auto !important;
  /*
  padding-left: 20px;
  padding-right: 20px;
  */
}
@media (max-width: 1200px) {
}

/*
.block-left {
  margin-right: 20px;
  padding-left: 20px;
}

.block-right {
  margin-left: 20px;
  padding-right: 20px;
}
*/

@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: 1600px) {
    /*
    .block-left-xl,
    .block-right-xl {
        max-width: 720px;
    }
    */
}

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


/* Header - Navigation */

body #masthead {
    z-index: 1000;
}

body #masthead .site-branding a.brand img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: all .5s ease-in-out;
}

.header-navigation .header-menu-container ul ul li.menu-item.trp-language-switcher-container > a {
  width: auto;
}

@media (min-width: 992px) {
  body #masthead .site-branding a.brand img {
    position: absolute;
    left: 10px;
    top: 10px;
    transform-origin: top left;
    max-width: 200px;
  }
  body #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    left: 10px;
    top: 10px;
    transform: scale(.72);
  }
}
@media (min-width: 1200px) {
  body #masthead .site-branding a.brand img {
    left: 16px;
    top: 16px;
    max-width: 200px;
  }
}
@media (min-width: 1400px) {
  body #masthead .site-branding a.brand img {
    left: 40px;
    max-width: 240px;
  }
  body #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    left: 40px;
  }
}

.transparent-header .site-main-header-wrap .site-header-row-container-inner {
    transition: all .5s ease;
}

@media (max-width: 479px) {
    img.logo-r,
    .site-branding a.brand img {
        width: 100%;
    }
}

body .main-navigation .primary-menu-container > ul > li.menu-item {
    padding-left: 1em;
    padding-right: 1em;
}
body .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 0.2em;
    padding-right: 0.2em;
}


a.card-news::after,
body .main-navigation .primary-menu-container > ul > li.menu-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--green) 0%, var(--blue) 85%);
  background: var(--turquoise);
  background: var(--green);
  transition: width 0.15s cubic-bezier(0.25, 1, 0.5, 1);
}
a.card-news.card-membre::after {
  display: none;
}

@media (min-width: 992px) {
	a.card-news::after,
	body .main-navigation .primary-menu-container > ul > li.menu-item > a::after {
		transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	}
}


a.card-news:hover::after,
body .main-navigation .primary-menu-container > ul > li.menu-item > a:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}

body .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a::after  {
	left: 0;
	right: 0;
	width: 100%;
}



/* Typo */

.h5 {
    font-size: 24px;
}

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

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

.reduced p {
    font-size: .882353em;
}

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

.entry-content ul li {
  position: relative;
  margin-bottom: 1rem;
  list-style: none;
}

.entry-content ul li::before {
  padding-left: 4px;
  content: '';
  position: absolute;
  display: block;
  background: var(--green);
  top: 12px;
  left: -28px;
  height: 4px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.entry-content-asset.videofit {
  margin-bottom: 1.5rem;
}

.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;
}


/* Bouton */

.fl-builder-content a.fl-button,
.news-category .fl-post-info-terms a,
.card-label span,
.btn {
  position: relative;
  display: inline-block;
  background-color: var(--greendk);
  border: 2px solid var(--greendk);
  color: #fff;
  border-radius: 5rem;
  padding: 13px 20px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-decoration: none !important;
  transition: all .25s ease;
}

#masthead .btn {
  padding: 10px 15px 11px 15px;
  font-size: 14px;
}

#masthead .btn:hover {
  color: #fff;
}


.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: var(--greendk);
    border-color: var(--greendk);
    transition: all .25s ease;
}

.fl-builder-content a.fl-button,
.fl-builder-content .fl-button-group-buttons a.fl-button,
.news-category .fl-post-info-terms a,
.btn-fantom {
    background: transparent;
}

.fl-builder-content .fl-button-icon {
  font-size: 14px;
}

.btn-white,
.fl-builder-content .bt-white a.fl-button {
  background: #fff;
  border-color: #fff;
  color: var(--greendk);
}

.fl-builder-content .bt-white .fl-button-icon {
  color: var(--greendk);
}

.fl-builder-content .bt-white.icon-green .fl-button-icon {
  color: var(--green);
}

.fl-builder-content .bt-white.icon-green a.fl-button:hover .fl-button-icon {
  color: #fff;
}

.fl-builder-content .fl-button-group-buttons a.fl-button {
  background: var(--turquoise);
  border-color: var(--turquoise);
  transition: all .25s ease;
}

.fl-builder-content .fl-button-group-buttons a.fl-button span {
    color: var(--greendk);
    color: #fff;
    transition: all .35s ease;
}


.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button:visited {
  background: var(--greendk);
  border-color: var(--greendk);
}


.fl-builder-content .fl-button-group-buttons .fl-button-group-button a.fl-button i,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button a.fl-button:visited i,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button span,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button:visited span {
  color: #fff;
}

a.btn-fantom:focus, a.btn-fantom:active,
.news-category .fl-post-info-terms a:hover,
.btn-fantom:hover,
.btn-fantom.btn-on {
    color: #fff;
    background-color: var(--greendk);
    border-color: var(--greendk);
    outline: none;
}

#masthead .btn:hover,
.btn-white:hover,
.fl-builder-content .bt-white a.fl-button:hover,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button:hover,
.fl-builder-content .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button:active {
  border-color: var(--green);
  background-color: var(--green);
}

.btn-white:hover,
.fl-builder-content a.fl-button:hover,
.fl-builder-content a.fl-button:visited:active {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    outline: none;
}


.fl-builder-content a.fl-button:hover *,
.fl-builder-content a.fl-button:active * {
  color: #fff;
}


@media (min-width: 992px) {
  .btn {
    display: inline-block;
  }
}


.form-style .wpcf7 .wpcf7-submit,
.btn-fx,
.btn-fx-border  {
  position: relative;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  padding: 1.7rem 2.25rem;
  transition: all .2s,width .2s cubic-bezier(.73,.29,0,1);
  transition: all .5s,width 1s cubic-bezier(.73,.29,0,1);
}

.btn-fx-border {
  padding-left: 6.25rem;
}

.btn-fx-border:hover {
  padding-left: 4.75rem;
  color: #000;
  background: transparent;
}

.btn-arrow {
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-right: 1.75rem;
}

.btn-arrow::after {
  content: "";
  display: inline-block;
  background: url(img/arrow-r.svg) center center no-repeat;
  width: 26px;
  height: 18px;
  margin-left: 1rem;
  padding-right: .5rem;
}

.btn-text-white.btn-arrow::after {
    background-image: url(img/arrow-r-w.svg);
}


a.btn-fx:focus, a.btn-fx:active,
.form-style .wpcf7 .wpcf7-submit:hover,
.btn-fx:hover {
    color: #000;
    background: transparent;
    outline: none;
}

.form-style .wpcf7 .wpcf7-submit::before,
.btn-fx::before,
.btn-fx-border::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 5rem;
  background: var(--or);
  transition: width .15s cubic-bezier(.73,.29,0,1);
  z-index: -1;
}

.btn-or.btn-fx::before,
.btn-or.btn-fx-border::before {
  background-color: var(--or);
}
.btn-ocre.btn-fx::before,
.btn-ocre.btn-fx-border::before {
  background-color: var(--ocre);
}
.btn-gradient.btn-fx::before,
.btn-gradient.btn-fx-border::before {
  background: linear-gradient(90deg, var(--or) 0%, var(--ocre) 85%);
}

@media (min-width: 992px) {
  .form-style .wpcf7 .wpcf7-submit::before,
  .btn-fx::before,
  .btn-fx-border::before {
    transition: width .5s cubic-bezier(.73,.29,0,1);
  }
}

.btn-small.btn-fx,
.btn-small.btn-fx-border {
  font-size: 13px;
  padding: 1.05rem 2rem;
}

.btn-small.btn-fx-border {
  padding-left: 4.25rem;
}

.btn-small.btn-fx-border:hover {
  padding-left: 3.75rem;
}

.btn-small.btn-fx::before,
.btn-small.btn-fx-border::before {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 4rem;
}

a.btn-fx:hover:active::before,
.btn-fx:hover::before,
.btn-fx-border:hover::before {
  width: 100%;
}

.btn-fx-border::before {
  background: url(img/arrow-r.svg) 1.8rem center no-repeat;
  border: 1px solid #000;
}

.btn-fx-border.btn-arrow-left::before {
  background-position-x: calc(100% - 1.8rem);
  transform: rotate(180deg);
}

.btn-small.btn-fx-border::before {
  background-position-x: .95rem;
}

.btn-small.btn-fx-border.btn-arrow-left::before {
  background-position-x: calc(100% - .95rem);
}

input[type="submit"].btn-fleche,
.btn-fleche {
  background: transparent url(img/arrow-r-w.svg) center center no-repeat;
  border-radius: 54px;
  width: 54px;
  height: 54px;
  padding: 0;
  transition: all .25s ease;
}

input[type="submit"].btn-fleche:hover,
.btn-fleche:hover {
  box-shadow: none;
  background-image: url(img/arrow-r.svg);
  border-color: #000;
}

input[type="submit"].btn-fleche:hover {
  background-image: url(img/arrow-r-w.svg);
}



/* HOME Page d'accueil */

.greedy .gridy .fl-photo {
  overflow: hidden;
  border-radius: 1rem;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  align-self: stretch;
}


.grid-1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

.grid-2 {
  grid-area: 2 / 2 / 3 / 3;
}

.grid-3 {
  grid-area: 3 / 1 / 4 / 3;
}

.grid-4 {
  grid-area: 2 / 3 / 4 / 4;
}

.grid-5 {
  grid-area: 2 / 4 / 4 / 5;
}

.grid-6 {
  grid-area: 1 / 5 / 3 / 6;
}

.grid-7 {
  grid-area: 3 / 5 / 4 / 6;
}

@media (max-width: 767px) {
  .greedy {
    grid-template-rows: auto auto !important; 
    grid-template-columns: auto !important;
  }
  .greedy .gridy {
    height: 140px;
  }
  .grid-1 {
    grid-row: 1;
    grid-column: 1;
    /*
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    height: 240px !important;
    */
  }
  .grid-2 {
    grid-row: 1;
    grid-column: 2;
  }
  .grid-3 {
    grid-row: 1;
    grid-column: 3;
    /*
    grid-row: 2;
    grid-column: 1;
    */
    width: calc(200% + 20px);
  }
  .gridy .fl-module-content,
  .gridy .fl-module-content .fl-photo,
  .gridy .fl-module-content .fl-photo .fl-photo-content,
  .gridy .fl-module-content .fl-photo .fl-photo-content img {
    height: 100% !important;
  }
  .gridy .fl-module-content .fl-photo .fl-photo-content img {
    object-fit: cover;
  }
  /*
  */
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7 {
    grid-row: 2;
    grid-column: span 1;
  }
  /*
  .grid-4 {
    grid-row: 2;
    grid-column: 2;
  }
  .grid-5 {
    grid-row: 3;
    grid-column: 1;
  }
  .grid-6 {
    grid-row: 3;
    grid-column: 2;
  }
  .grid-7 {
    grid-row: 4;
    grid-column: 1;
  }
  */
  .fl-fill-container :is(.fl-module-content, .fl-photo, .fl-photo-content, img) {
    height: 100% !important;
    width: 100% !important;
  }
}





/* 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(--greendk) !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(--or) !important;
  border-color: var(--or) !important;
  color: #fff !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 */

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

body .pagination .page-numbers,
.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 #A6CAE2;
  border-radius: .25rem;
  text-align: center;
  color: var(--ocre);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  min-width: 40px;
  transition: all .25s ease;
}

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

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

body .pagination a:hover,
.wp-pagenavi a:hover {
  color: var(--greendk);
  border-color: var(--greendk);
}

body .pagination a.prev,
body .pagination a.next,
.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;
}

body .pagination a.prev,
body .pagination a.next {
  text-indent: -9999px;
}

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

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



/* Pills categorie blog */ 

#catlist {
    margin-bottom: 4rem;
}

#catlist .btn {
    margin: 5px;
}

#catlist .btn:first-child {
    margin-left: 0;
}

/* Dropdown categorie blog */ 

.dropdown {
    display: block;
    position: relative;
    margin-bottom: 1rem;
}

.dd-button {
  display: block;
  background: transparent;
  color: var(--greendk);
  cursor: pointer;
  white-space: nowrap;
  cursor: pointer;
  min-width: 28px;  
  margin: .25rem;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: none;
  border: 1px solid var(--greendk);
  border-radius: 5rem;
  padding: 13px 28px;
  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(--greendk);
}

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


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  z-index: 101;
  font-size: 14px;
  top: 100%;
  border-radius: 00 0 4px 4px;
  padding: 0;
  margin: -4px 0 0 25px;
  background-color: var(--greendk);
  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.menu-on {
  background-color: var(--pinkdk);
}

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

.dd-menu li:hover a {
}



/* SWIPER */


.swiper-gallery .swiper-wrapper {
  display: flex;
}

.swiper-gallery .swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-gallery .swiper-wrapper .swiper-slide.slide-gallery-more a {
  height: 100%;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

@media (min-width: 992px) {
  .swiper-button-next, .swiper-button-prev {
      display: flex;
      position: absolute;
      top: var(--swiper-navigation-top-offset, 50%);
      color: #ffffff;
      background: rgba(18, 22, 23, .67);
      width: 32px;
      height: 32px;
      padding: 22px;
      border-radius: 60px;
      transform: scale(.75);
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 22px;
  }
  .swiper-button-next, .swiper-button-prev {
      width: 50px;
      height: 50px;
      transform: translateY(-80px);
  }
  .swiper-button-prev {
      margin-left: -50px;
      padding-left: 18px;
  }
  .swiper-button-next {
      margin-right: -50px;
      padding-right: 18px;
  }
}

@media (min-width: 1200px) {
  .swiper-button-next, .swiper-button-prev {
      transform: translateY(-100px);
  }
}



.swiper-gallery {
  width: 100%;
  overflow: unset;
}




/* TABLEAUX TARIFS */

.tablepress {
  --head-bg-color: var(--green) !important;
  --head-text-color: var(--greendk) !important;
  --head-text-color: #fff !important;
}

.tarif-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.tarif-table th,
.tarif-table td {
  font-size: 14px;
  width: 15%;
  min-width: 140px;
  min-width: 100px;
  text-align: center !important;
}

.tarif-table th {
  font-weight: 500 !important;
  font-size: 12px;
}

.tarif-table th strong {
  font-size: 16px;
}

.tarif-table th:first-child,
.tarif-table td:first-child {
  width: 55%;
  min-width: 320px;
  text-align: left !important;
  padding-left: 1rem !important;
}


.tarif-location th,
.tarif-location td {
  width: 10%;
  min-width: 100px;
  text-align: center !important;
}

.tarif-location th:first-child,
.tarif-location td:first-child {
  width: 5%;
  min-width: 40px;
  padding-left: 0.5rem !important;
  text-align: center !important;
}

.tarif-location th:nth-child(2),
.tarif-location td:nth-child(2) {
  width: 55%;
  min-width: 320px;
  text-align: left !important;
}


@media (min-width: 1200px) {
  .tarif-table th,
  .tarif-table td {
    font-size: 16px;
  }
  .tarif-table th {
    font-size: 14px;
  }
  .tarif-table th strong {
    font-size: 18px;
  }
}

/*
@media (min-width: 1400px) {
  .tarif-table th,
  .tarif-table td {
    font-size: 18px;
  }
  .tarif-table th strong {
    font-size: 20px;
  }
}
*/


@media (max-width: 899px) {
  .dt-layout-cell.dt-layout-full {
    position: relative;
  }
  .dt-layout-cell.dt-layout-full .dt-scroll > .dt-scroll-head,
  .dt-layout-cell.dt-layout-full .dt-scroll > .dt-scroll-body,
  .dt-layout-cell.dt-layout-full .dt-scroll > .dt-scroll-foot {
    padding-right: 50px;
  }

  .dt-layout-cell.dt-layout-full::after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none; /* Ne bloque pas les clics */
    z-index: 1;
  }
}




@media (max-width: 767px) {
  .activite-promotion img.alaune {
    width: 100%;
    object-fit: cover;
    max-height: 240px;
    height: auto;
  }
}


/* CARDS */

.card {
}

.card-content {
  padding: 60px 40px;
}

.card-content .text {
  margin-bottom: 1rem;
}
.card-content .color-hn {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}

.card-content h4.color-hn {
  font-size: 30px;
  font-weight: 900;
}

.card p:last-child {
  margin-bottom: 0;
}

.card-image .card-content {
  padding-top: 40px;
}

.card-notext .text-bigger,
.card-notext .color-hn {
  margin-bottom: 0;
}

.card-image.card-notext .card-content {
  padding-top: 60px;
}

.card-img {
  width: 100%;
  min-height: 380px;
  display: flex;
  overflow: hidden;
  background: var(--grey);
}

.card-membre .card-img {
  aspect-ratio: 3/4;
  min-height: 500px;
}

.card-cover {
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all .75s ease;
}

.card:hover .card-cover {
  transform: scale(1.05) rotateZ(0deg);
}

div.card.card-news:hover .card-cover {
  transform: none;
}

.card-location {
  text-decoration: none;
  color: var(--greydk);
}

.card-location:hover {
  color: var(--greydk);
}

.card-location .card-content {
  padding: 1rem .5rem;
}

.card-location h4 {
  font-size: 24px;
  margin: .25rem 0 1.25rem 0;
  line-height: 1.25;  
}

.card-location .card-img {
  aspect-ratio: 1.4;
  border-radius: 1.5rem;
  position: relative;
}

.card-location .card-label {
  position: absolute;
  bottom: 16px;
  left: 8px;
}

.card-location .card-label span {
  background: var(--greylt);
  color: var(--greendk);
  padding: 10px 20px 9px 20px;
  border: 0;
  margin-left: 8px;
  letter-spacing: 00;
}


.card-news {
  position: relative;
  background: var(--white);
  color: var(--greydk);
  font-size: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
}

.card-news:hover {
  color: var(--greydk);
}

a.card-news::after {
    content: "";
    display: block;
    /*
    background: linear-gradient(90deg, var(--or) 0%, var(--ocre) 85%);
    background: var(--white);
    */
    height: 2px;
    bottom: 0;
}
/*

.card-news:hover::after {
    background: linear-gradient(90deg, var(--or) 0%, var(--ocre) 85%);
}
*/

.card-news .card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-news h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.25;  
}

.card-news .small {
  font-size: 1rem;
  margin-bottom: 20px;
}

.swiper-nav div,
.card-news .card-go {
  cursor: pointer;
  color: var(--black);
  content: "";
  display: inline-block;
  background: url(img/arrow-r.svg) center center no-repeat;
  background: url(img/move-right.svg) center center no-repeat;
  width: 26px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2rem;
  margin-left: auto;
  margin-top: auto;
  transition: all .75s ease;
}

a.card-news:hover .card-go,
.swiper-nav div:hover,
.card-news .card-go:hover {
    opacity: .7;
}


.card-membre {
  background: transparent;
}

.card-nl {
  background: var(--greendk);
  color: #fff;
  min-height: 300px;
  height: 100%;
}

.card-nl h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .row-membre {
    margin-top: 6rem;
  }
  .col-membre:nth-child(even) {
    margin-top: -5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .card-img {
    min-height: 280px;
  }
  .card-news .card-content {
    padding: 36px 40px;
  }
  .card-nl h4 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .card-img {
    min-height: 400px;
  }
  .card-nl {
    padding: 0 20px;
  }
  .card-nl h4 {
    font-size: 45px;
  }
  .row-membre {
    margin-top: 8rem;
  }
  .col-membre:nth-child(even) {
    margin-top: -8rem;
    padding-bottom: 8rem;
  }
}

.card-membre .card-content {
  padding-left: 0;
  margin-bottom: 1rem;
}



/* 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(--greendk);
}

.faq a.fl-accordion-button-label {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.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(--or);
  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(--or);
}

.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-label {
  font-size: 20px;
  font-weight: 600;
}

.content-wrap .fl-accordion-button-label img {
  position: relative;
  top: 3px;
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 1rem;
}

.fl-accordion-button-icon {
  text-decoration:none;
  color: var(--or) !important;
  opacity: 1;
  font-size: 12px;
}

.fl-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid #848588 !important
}



/* Profil membre */

.fl-builder-content .strate-parcours .fl-rich-text strong,
.strate-parcours strong {
  font-weight: 400;
  color: var(--or);
}


.membre-ln {
  content: "";
  display: block;
  position: relative;
  background: url(img/i-ln-w.svg) 0 center no-repeat;
  background-size: 20px;
  width: 26px;
  height: 26px;
  top: -5px;
}

.membre-ln:hover {
  background-image: url(img/i-ln-h.svg);
}

.membre-ln span {
  display: none;
}




/* Locations */


.btn-back {
  font-size: 14px;
  text-decoration: none;
  color: #707070;
}

.btn-back:hover {
  text-decoration: none;
  color:  var(--green);
}


/*.single-location .fl-builder-top-edge-layer .fl-shape-content .fl-shape,*/
.post-type-archive .fl-builder-top-edge-layer .fl-shape-content .fl-shape {
  fill: var(--greylt) !important;
}

/* Actualités news */


#locations0,
#newslist {
  background: var(--greylt);
}

.meta-text {
    font-size: 12px;
    color: #767676;
    margin-bottom: 1rem;
  }
  
  .meta-text-bigger {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .row-locations,
    .row-news {
        --gutr: 1.5rem;
        --gutrn: -1.5rem;
    }
    .row-news .mb-4 {
        margin-bottom: 2rem !important;
    }
}

@media (min-width: 992px) {
    .row-news {
        --gutr: 2.5rem;
        --gutrn: -2.5rem;
    }
    .row-news .mb-4 {
        margin-bottom: 4rem !important;
    }
}

@media (min-width: 1400px) {
    .row-news {
        --gutr: 3.875rem;
        --gutrn: -3.875rem;
    }    
    .row-news .mb-4 {
        margin-bottom: 6rem !important;
    }
}


/* News single */

.news-category .fl-post-info-terms a {
  margin: 0 5px 10px 5px;
}
.news-category .fl-post-info-terms a:first-child {
  margin-left: 0;
}

.news-meta {
  color: var(--greydk);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}



/* FOOTER */



#footer .fl-accordion-item {
  border-bottom-color: #303035 !important
}

#footer .fl-accordion-item:last-child {
    border-bottom: 0 !important
}


#footer,
#footer a {
    font-size: 14px;
    color: #fff;
}

#footer .current-menu-item a,
#footer a:hover {
    color: #B5B5B5;
}
#footer .fl-accordion-button-icon {
    font-size: 10px;
}