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

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

  --red: #d7412f;
  --reddk: #a73326;
  --redlt: #ff563f;

  --beige: #f9f5f0;

  --green: #64A56F;
  --greendk: #589362;
  --greenlt: #a8ecb3;

  --blue: #23347D;
  --bluedk: #16204d;
  --bluelt: #00a0d2;

  --bradius: 2rem;
  --bradius-xl: 3rem;
  --bradius-sm: 1rem;

  --offset-top: 100px;
}

/* Styles de base */
body {
    font-family:  'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.mooli {
    font-family: 'Mooli', sans-serif;
}

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

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


/* Utilitaires */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/* Utilitaires */

.lead {
    font-size: 1.25rem;
    line-height: 1.5;
}

.mxw-600 {
    margin: 0 auto;
    max-width: 600px;
}

.mxw-800 {
    margin: 0 auto;
    max-width: 800px;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1rem !important;
}

.p-2 {
    padding: 2rem !important;
}

.p-3 {
    padding: 3rem !important;
}


.pt-1 {
    padding-top: 1rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}


.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

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

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


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

.inner-section .py-section {
    padding-top: 0;
    padding-bottom: 0;
}

.ohidden {
    overflow: hidden;
}

.prelative {
    position: relative;
}

.z10 {
    z-index: 10;
}

.z100 {
    z-index: 100;
}

.justifie {
    text-align: justify;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.entry-content .fl-bg-video video {
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}


.bradius-row .fl-row-content-wrap,
.bradius-row .fl-bg-video,
.bradius,
.bradius .leaflet-map.leaflet-container,
.bradius-col .fl-col-content,
.bradius-img img,
.bradius-row .fl-row-content-wrap .fl-bg-slideshow,
.bradius-row.fl-row-bg-overlay .fl-row-content-wrap:after {
    /*border-radius: .1rem;*/
    border-radius: var(--bradius);
    /*background: aqua;*/
}

.bradius-tops,
.bradius-tops img {
    /*border-radius: .1rem .1rem 0 0;*/
    border-radius: var(--bradius) var(--bradius) 0 0;
}

.bradius-bots,
.bradius-bots img {
    /*border-radius: 0 0 .1rem .1rem;*/
    border-radius: 0 0 var(--bradius) var(--bradius);
}

.bradius-row.fl-row-bg-overlay .fl-row-content-wrap:after,
.bradius-row .fl-row-content-wrap .fl-bg-slideshow {
    overflow: hidden;
}

.bradius-xl {
    /*border-radius: .25rem;*/
    border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
    .bradius-row.no-bradius-top-xs.fl-row-bg-overlay .fl-row-content-wrap:after,    .bradius-row.no-bradius-top-xs .fl-row-content-wrap {
        border-radius: 0 0 var(--bradius) var(--bradius);
    }
}

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

/* Layout */


#wrap-sticky {}

#main-sticky {}

#side-sticky {
    position: sticky;
    top: 100px; /* sera recalculé par JS pour la barre admin */
}
/*
.side-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
*/

/*
.map-sticky .mapplic-container {
    height: 100% !important;
    min-height: 600px !important;
}
*/

@media (max-width: 992px) {
	#side-sticky { position: static; }
}




.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 {
    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-gutter-lg {
    
    --gutrn: -24px;
    --gutr: 24px;
}
  

.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,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.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-lg-12,.col-lg,.col-lg-55,.col-xl-55,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xxl-3,.col-xxl-5,.col-xxl-6,.col-xxl-9,.col-xxl-10,.col-xxl-8,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: var(--gutr);
    padding-left: var(--gutr);
}

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

@media (min-width: 768px) {
    .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-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-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%;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row;
    }
    .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    }
    .container-xs-large {
        padding-right: calc(2 * var(--gutr));
        padding-left: calc(2 * var(--gutr));
    }
    .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-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-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%;
    }
}

@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%;
    }
}




/* Couleurs */


.bg-gradient {
    background: linear-gradient(0deg, rgba(255,0,96,1) 30%, rgba(255,0,96,0.5214460784313726) 100%) !important;
}

.bg-pink {
    background-color: var(--red);
}

.bg-pinkdk {
    background-color: var(--reddk);
}

.bg-beige {
    background-color: var(--beige);
}

.bg-red {
    background-color: var(--red) !important;
}

.bg-white {
    background-color: #fff;
}




/* Boutons */

a {
    color: var(--green);
    transition: all .25s ease;
}

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

.btn,
.a2a_dd,
.news-category .fl-post-info-terms a,
.contacter input[type="submit"],
#footer input[type="submit"],
#main-header .header-button,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: var(--green);
    border: 2px solid var(--green);
    /*border-radius: .1rem;*/
    border-radius: 5rem !important;
    padding: 15px 30px;
    transition: all .25s ease;
}

.fl-builder-content a.fl-button span,
.fl-builder-content a.fl-button:visited span {
    color: #fff;
}

/* BT Border PINK */
body #main-header .header-button,
body #main-header .header-button:hover {
    background: var(--green);
    border: 2px solid var(--green);
    color: #fff;
    background: transparent;
    border: 2px solid var(--green);
    color: var(--green);
    box-shadow: none;
    margin-left: 20px;
}

body #main-header .header-button:hover {
    border-color: var(--greendk);
}

/* BT PINK */

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

.fl-builder-content .bt-red a.fl-button:hover,
.fl-builder-content .bt-red a.fl-button:active {
    background: var(--reddk);
    border-color: var(--reddk);
}

/* BT WHITE */

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

.fl-builder-content .bt-white a.fl-button span,
.fl-builder-content .bt-white a.fl-button:visited span {
    color: var(--greendk);
}

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

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


.fl-builder-content .bt-white-orange a.fl-button span,
.fl-builder-content .bt-white-orange a.fl-button:visited span {
    color: var(--red);
}

.fl-builder-content .bt-white-orange a.fl-button:hover,
.fl-builder-content .bt-white-orange a.fl-button:active {
    background: var(--reddk);
    border-color: var(--reddk);
}

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


.contacter input[type="submit"].bt-blue:hover,
.contacter input[type="submit"]:hover,
.contacter input[type="submit"]:focus,
.contacter input[type="submit"]:active,
.btn:hover,
.fl-builder-content a.fl-button:hover {
    color: #fff;
    background: var(--greendk);
    border-color: var(--greendk);
}

#footer input[type="submit"] {
    color: var(--greendk);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

#footer input[type="submit"]:hover,
#footer input[type="submit"]:focus,
#footer input[type="submit"]:active {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
}

.fl-builder-content a.fl-button:hover span {
    color: #fff;
}


.a2a_dd,
.news-category .fl-post-info-terms a,
.btn-fantom {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    background: #fff;
    border: 1px solid var(--green);
    color: var(--greendk);
}

.fl-builder-content .bt-phantom a.fl-button,
.fl-builder-content .bt-phantom a.fl-button:visited {
    padding-right: 4rem;
    padding-left: 4rem;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

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

.fl-builder-content .bt-phantom a.fl-button span,
.fl-builder-content .bt-phantom a.fl-button:visited span {
    color: #fff;
}

.fl-builder-content .bt-phantom a.fl-button:hover span,
.fl-builder-content .bt-phantom a.fl-button:active span {
    color: var(--greendk);
}

/* hEADER alt */
.fl-builder-content .header-alt .bt-phantom a.fl-button,
.fl-builder-content .header-alt .bt-phantom a.fl-button:visited {
    border-width: 1.5px;
    box-shadow: 0 0 0 .5px var(--red);
    border-color: var(--red);
    color: var(--red);
}

.fl-builder-content .header-alt .bt-phantom a.fl-button:hover,
.fl-builder-content .header-alt .bt-phantom a.fl-button:active {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.fl-builder-content .header-alt .bt-phantom a.fl-button span,
.fl-builder-content .header-alt .bt-phantom a.fl-button:visited span {
    color: var(--red);
}

.fl-builder-content .header-alt .bt-phantom a.fl-button:hover span,
.fl-builder-content .header-alt .bt-phantom a.fl-button:active span {
    color: #fff;
}


.news-category .fl-post-info-terms a:hover,
.btn-fantom.btn-on,
.btn-fantom:hover {
    background: var(--green);
    border-color: var(--green);
    color: var(--greendk);
}

.news-category .fl-post-info-terms {
    display: inline-block;
    margin-left: -5px;
}

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

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

.a2a_dd:hover {
    background-color: var(--red);
}

/* TYPOgraphie */

.strong {
    font-weight: 600;
}


/* Typo */

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1.5rem !important;
    line-height: 1.15;
}

.search-results h2 {
    font-size: 28px;
}

.search-results h3 {
    font-size: 22px;
}

.search-results .entry-header h1 {
    padding-top: 5rem;
    padding-bottom: 2rem;
}


.card .card-img h4,
.card .card-img .card-title.petit {
    font-size: 18px;
}

.card .card-img h3,
.card .card-img h3,
.card .card-img .card-title.moyen {
    font-size: 22px;
}

.card .card-img .card-title.grand {
    font-size: 26px;
}

.card .card-img .card-title.tres-grand {
    font-size: 32px;
}

@media screen and (min-width: 992px) {
    .card .card-img h4,
    .card .card-img .card-title.petit {
        font-size: 20px;
    }
    
    .card .card-img h3,
    .card .card-img .card-title.moyen {
        font-size: 26px;
    }
    
    .card .card-img .card-title.grand {
        font-size: 32px;
    }
    
    .card .card-img .card-title.tres-grand {
        font-size: 48px;
    }
}


/* Style pour le modèle Page Builder */
.entry-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-content h2 {
    font-size: 36px;
}

.entry-content h3 {
    color: var(--red);
}

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

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

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

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

.entry-content ol {
    margin-left: 1rem;
}

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

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


hr {
    background-color: #e1ddd9;
}

.logolist img {
    max-width: none;
    width: auto;
    height: 40px;
    margin: 0 auto;
}

.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 ul.menu {
    padding-left: 0;
    margin: 0;
}

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

#footer ul.menu li a {
    line-height: 1.45;
}

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

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


.entry-content ol {
    counter-reset: section;
}
.entry-content ol li {
	padding-left: 2rem;
	min-height: 60px;
}
.entry-content ol li:before {
    content: counter(section);
    counter-increment: section;
	color: #fff;
	background: var(--green);
	/*border-radius: 0.1rem;*/
	border-radius: 1rem;
	font-size: 18px;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	display: block;
	position: absolute;
	top: -6px;
	left: -2rem;
}


.puces.puces-xl {
    font-size: 18px;
}

.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 #ddd;
  padding: 0 0 1rem 3rem;
  margin-bottom: 1rem;
}

.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: 4px;
  width: 16px;
  height: 11px;
  left: 0rem;
}


.entry-content blockquote {
    padding: .5rem 2rem;
    margin: 0 0 var(--global-md-spacing);
    border-color: #64a56f;
    border-width: 1px;
    border-left: 3px dashed #64a56f;
    border: 2px dashed #64a56f;
    border-radius: 20px;
    padding: 20px 30px;
    background: #fff;
    border: 0px solid #2d37523b;
    border-radius: 15px;
    border-left: 3px solid #d7412f;
    border-left: 5px solid #64a56f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 20px;
}
#inner-wrap .entry-content blockquote p {
    margin: .25rem 0;
}
.entry-content blockquote blockquote {
    border-left: 0;
    padding: 0;
}


.entry-content .fl-module img {
    max-width: 100%;
    /*
    width: 100%;
    */
    border-radius: 20px;
    margin-bottom: 1.5rem;
}



#ez-toc-container {
    width: 100%;
    border-radius: 20px;
    padding: 1.5rem 2rem;
    border: 0;
    background: var(--beige);
    margin-bottom: 2rem;
}


/* MENU */

body #masthead {
    z-index: 1000;
}

body .fl-row-content {
    z-index: 31;
}

body .site-branding a.brand img {
}

/*
body .header-navigation .menu {
    gap: 1.5rem;
}
*/

body .kadence-sticky-header {
    box-shadow: 0 0 30px rgb(0 0 0 / 0%);
    /*
    border-bottom: 1px solid rgba(0,0,0,.1);;
    */
}

body .kadence-sticky-header.item-is-stuck {
    box-shadow: 0 0 60px rgb(0 0 0 / 6%);
    /*
    */
}

body .site-header-row {
    /*
    box-shadow: 0 0 61px rgb(0 0 0 / 6%);
    */
    transition: .5s all ease-in-out;
}

.brgr-wrapper {
    width: 30px;
    max-width: 30px;
}

.brgr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brgr-1,
.brgr-2 {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
}

.header-alt .brgr-1,
.header-alt .brgr-2 {
    background-color: var(--red);
}

.menu-haut::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.menu-haut a {
    color: #fff;
}


/* NEWS list / blog */

#newslist {
    margin: 90px 0;
}

#newslist .breadcrumbs {
    margin-bottom: 20px;
}

#catlist {
    text-align: center;
}

#catlist .btn {
    margin: 0 5px;
}



/* BREADCRUMB */

.breadc {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
  
.breadc li {
    padding-right: 6px;
}
  
.breadc a {
    color: var(--red);
    text-decoration: none;
    display: inline-block;
}
  
.breadc a:not(.noafter)::after {
    content: " — ";
    content: "";
    display: inline-block;
    height: 1px;
    width: 8px;
    vertical-align: middle;
    background-color: #000;
    font-weight: 400;
    margin: 0 6px 0 9px;
}
    
.breadc a.no-border::after {
    content: "";
    padding: 0;
}



.publiedans .fl-post-info-terms::before {
    content: "Catégorie : ";
    margin-right: 0.5rem;
    color: var(--terra);
    display: inline-block;
}




/* Page section / title */



.row-logo {
    background: var(--beige);
    border-radius: 20px;
    position: relative;
}


@media (min-width: 992px) {
    .row-logo .fl-row-content-wrap::before {
        content: '';
        display: block;
        width: 100%;
        background: var(--green) url(img/TV-naturisme.png) no-repeat center center;
        border-radius: var(--bradius-sm);
        background-size: contain;
        position: absolute;
        z-index: 10;
        top: 40px;
        left: -40px;
        max-width: 130px;
        aspect-ratio: 1 / 1;
        background-size: 65%;
    }
}

@media (min-width: 1200px) {
    .row-logo .fl-row-content-wrap::before {
        border-radius: var(--bradius);
        top: 40px;
        left: -40px;
        max-width: 170px;
    }
}




/* Cards */

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

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

.card h3 {
    font-size: 20px;
    line-height: 1.35;
    margin: 1rem 0 .5rem 0;
}

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

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

.card-news .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;
    display: flex;
    /*
    flex-direction: column;
    */
    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: 2rem;
}

.card .card-img::after {
    content: '';
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card.overlay-darker .card-img::after {
    background: linear-gradient(0deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0.6) 100%);
}

.card.no-overlay .card-img::after {
    background: none;
}


.card .card-img-none::after {
    display: none;
}

.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: flex-start;
    padding: 1.25rem 2rem;
    padding: 0;
    transform: scale(1.025);
    background-position: center;
}

.card .card-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: var(--green) no-repeat center center;
	background-size: cover;
	background-position: center center;
}


.card .card-img .card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 100%;
    /*
    height: 100%;
    */
    padding: 2rem;
}

.card .card-img .card-title,
.card .card-img .card-date,
.card .card-img .card-text,
.card .card-img .card-excerpt {
    position: relative;
    color: #fff !important;
    z-index: 120;
    line-height: 1.15;
}

.card .card-img .card-title {
    color: #fff !important;
    z-index: 120;
    font-weight: 600;
    line-height: .95;
}

.card-date {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: var(--green);
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.card .card-img .card-excerpt {
    margin-top: auto;
}


/* Alignements horizontaux */
.card .h-left { justify-content: flex-start; text-align: left; }
.card .h-center { justify-content: center; text-align: center; }
.card .h-right { justify-content: flex-end; text-align: right; }

/* Alignements verticaux */
.card .v-top { align-items: flex-start; }
.card .v-middle { align-items: center; }
.card .v-bottom { align-items: flex-end; }

@media (min-width: 480px) {
    .card .card-img h3 {
        font-size: 36px;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .card .card-img .card-content {
        max-width: 420px;
        max-width: 560px;
    }
    .card .card-img h2,
    .card .card-img h3,
    .card .card-img h4 {
        /*
        padding: 1.5rem;
        */
        margin-top: 0;
        margin-bottom: 0;
    }
}


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

.card .card-img.card-no-overlay::after {
    display: none;
}

.card-cover-none span {
    position: relative;
    z-index: 12;
    display: block;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    font-weight: 800;
    padding: 1.5rem;
}

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

.card .card-img.cover-panorama {
    aspect-ratio: 1.6;
}

.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:hover .card-img::after,
a.card-img:hover::after {
    opacity: 0.5;
}

.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(--red);
}
.card-img .card-tags span.bg-blue {
    background: #38b6ff;
}

@media (max-width: 767px) {
    .square-xs .card .card-img {
        aspect-ratio: 1;
    }
}

.swiper-equipe {
    margin: 2rem 0;
}
.swiper-wrapper .card {
    padding: 0;
    max-width: 400px;
}




.fl-photo-content {
    border-radius: var(--bradius-sm);
    overflow: hidden;
}


/* Form reservation Ctoutvert */


.v-application.ctv-widget-app .w-100 {
    max-width: none !important;
}
.w-100.v-card.v-card--outlined.v-sheet.theme--light {
    border: none;
}


/* Camping galerie photos */

.fl-gallery-item.fl-gallery-ntv {
    border-radius: var(--bradius-sm);
}
.single-produit .fl-gallery-item.fl-gallery-ntv {
    aspect-ratio: 1;
}


/* Loupe photo */
/*
.fl-gallery-ntv .fl-photo::after,
.magnifier .fl-photo::after {
    content: "";
    background: transparent url('img/icons/icons8-magnifier-48.png') no-repeat center;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
}
*/


/* Camping Subpages */
.camping-subpages-nav {
    padding: 1rem;
    /*margin: 2rem 0;*/
}

.camping-subpages-nav h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.subpages-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    gap: 1rem;
    display: grid;
    justify-content: center;
}

.subpage-card {
    display: flex;
    align-items: center;
    border-radius: var(--bradius-sm);
    text-align: center;
    gap: 1rem;
    justify-content: flex-start;
    padding: .75rem 1.25rem;
    background: white;
    text-decoration: none;
    color: var(--global-palette4) !important;
    box-shadow: 0 2px 50px rgba(0,0,0,0.05);
}

.subpage-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 32px rgba(0,0,0,0.1);
    color: #333;
}

.subpage-icon {
    height: 30px;
    width: 22px;
    font-size: 1.5rem;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.subpage-title {
    font-weight: bold;
    line-height: 1.3;
}

.subpage-preview {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.subpage-preview h4 {
    margin-bottom: 1rem;
    color: #333;
}

.subpage-excerpt {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.3s;
}

.read-more:hover {
    background: #005a87;
    color: white;
}
@media (min-width: 768px) {
    .subpages-grid {
        position: relative;
        z-index: 11;
        top: -9rem;
        margin-bottom: -9rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
        grid-template-columns: repeat(auto-fit, minmax(200px, 250px));
        gap: 1.5rem;
    }
    
    .camping-subpages-nav {
        padding: 0;
    }

    .subpage-card {
        flex-direction: column;
        justify-content: center;
        padding: .75rem 1.5rem;
        padding: 1.5rem;
    }
    .subpage-icon {
        width: 30px;
        min-width: 30px;
        font-size: 2.05rem;
    }
}


.camping-subpage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}



.breadcrumb {
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb .separator {
    margin: 0 0.5rem;
    color: #ccc;
}

.breadcrumb .current {
    color: #333;
    font-weight: bold;
}

.subpage-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 2px solid #eee;
}

.subpage-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.camping-name {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.subpage-content {
    margin-bottom: 3rem;
}

.content-wrapper {
    line-height: 1.6;
}

.content-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.no-content {
    text-align: center;
    padding: 3rem;
    background: #f9f9f9;
    border-radius: 8px;
}


.subpage-navigation {
    margin-bottom: 3rem;
    padding: 2rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.subpage-navigation h3 {
    margin-bottom: 1rem;
    color: #333;
}

.subpage-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subpage-links li {
    margin-bottom: 0.5rem;
}

.subpage-links a {
    color: #007cba;
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s;
}

.subpage-links a:hover {
    color: #005a87;
}

.back-to-camping {
    text-align: center;
}

@media (max-width: 767px) {
    .subpage-header h1 {
        font-size: 2rem;
    }
    
    .camping-subpage {
        padding: 1rem 0.5rem;
    }
}