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

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

  --red: #e65100;
  --reddk: #a53a00;
  --redlt: #ff620d;
  --redlter: #ffdddc;

  --beige: #f9f5f0;

  --blue: #002344;
  --bluedk: rgb(13, 19, 46);
  --bluelt: #10a4e4;

  --text-color: #333;
  --light-gray: #f5f5f5;
  --medium-gray: #ccc;
  --dark-gray: #666;
  --font-main: '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";
  --font-heading: 'Inter', sans-serif;
  --container-width: 1200px;
  --spacing-small: 10px;
  --spacing-medium: 20px;
  --spacing-large: 40px;
}

/* Styles de base */
body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-color);
    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;
}

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


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


.ohidden {
    overflow: hidden;
}

.prelative {
    position: relative;
}

.z10 {
    z-index: 10;
}

.z100 {
    z-index: 100;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.bradius-row .fl-row-content-wrap,
.bradius,
.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: 2rem;
    border-radius: .1rem;
}

.bradius-tops,
.bradius-tops img {
    border-radius: 2rem 2rem 0 0;
    border-radius: .1rem .1rem 0 0;
}

.bradius-bots,
.bradius-bots img {
    border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 .1rem .1rem;
}


.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: 1.25rem;
    border-radius: .25rem;
}


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

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




/* 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-pinklt {
    background-color: var(--redlt);
}  

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

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




/* Boutons */

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

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

.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(--redlt);
    border: 2px solid var(--redlt);
    border-radius: 5rem;
    border-radius: .1rem;
    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: transparent;
    border: 2px solid var(--red);
    color: var(--red);
    background: var(--blue);
    border: 2px solid var(--blue);
    color: #fff;
    box-shadow: none;
    margin-left: 20px;
}

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

/* BT PINK */

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

.fl-builder-content .bt-pink a.fl-button:hover,
.fl-builder-content .bt-pink 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(--reddk);
}

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

.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-blue a.fl-button span,
.fl-builder-content .bt-white-blue a.fl-button:visited span {
    color: var(--blue);
}

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

.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(--reddk);
    border-color: var(--reddk);
}

#footer input[type="submit"] {
    color: var(--reddk);
    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(--blue);
    border-color: var(--blue);
}

.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(--red);
    color: var(--reddk);
}

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

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

/* 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(--red);
    border-color: var(--red);
    color: var(--reddk);
}

.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 */


/* Typo */

/*
h1,h2,h3,h4,h5,h6 {
    font-family:  Mooli, 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.15;
}
h2 {
    font-size: 32px;
}
.h5 {
    font-size: 24px;
}
*/
#inner-wrap p {
    margin: 0 0 1rem; 
}

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

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

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

.entry-content #thefooter ul li::before {
    padding-left: 0;
    top: 17px;
    left: -4px;
    height: 5px;
    width: 5px;
}


.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(--redlt);
	background: var(--red);
	border-radius: 0.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;
}



/* MENU */

body #masthead {
    z-index: 1000;
}


body .site-branding a.brand {
    margin-bottom: -10px;

}

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

body .site-branding a.brand img {
    margin-top: -10px;
}

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

/* filigranne */

.filigrane,
.filigrane-line {
    position: relative;
    overflow: hidden;
    display: block  ;
}

/*.filigrane::after,*/


.filigrane-line::after,
.filigrane-line .fl-row-content-wrap::after,
.filigrane-line::before,
.filigrane::before {
    content: '';
    position: absolute;
    z-index: 11;
    background-color: rgba(255,255,255,.15);
    top: 0;
    left: 110px;
    left: 20px;
    width: 1px;
    max-width: 1px;
    margin: 0 auto;
    pointer-events: none;
    height: 100%;
    /*
    left: auto;
    transform: translateX(-700px);
    */
}

.filigrane-line .fl-row-content-wrap::after {
    left: auto;
}

.filigrane::after {
    position: absolute;
    z-index: 11;
    right: -0%;
    bottom: -10%;    
    content: '';
    pointer-events: none;
    width: 150vh;
    height: 150vh;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,.15);
}

.filigrane-line::after,
.filigrane-line::before {
    background-color: rgba(0,0,0,.15);
    background-color: rgba(0,0,0,.1);
}

.filigrane-line .fl-row-content-wrap::after {
    background-color: rgba(0,0,0,.1);    
}

.filigrane-white::after,
.filigrane-white::before,
.filigrane-white .fl-row-content-wrap::after {
    background-color: rgba(255,255,255,.1);    
}

.filigrane-line::before {
    left: auto;
    right: 110px;
    right: 20px;
}



@media (min-width: 992px) {
    .filigrane-line::before {
        left: auto;
        right: 110px;
    }
    .filigrane::before,
    .filigrane-line::after {
        left: 110px;
        right: auto;
    }
}


@keyframes filigrane-pulse {
    0% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
    25% {
        width: 151vh;
        height: 151vh;
        right: 1.5%;
        bottom: -8%;
    }/*
    50% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
    */
    75% {
        width: 151vh;
        height: 151vh;
        right: -1%;
        bottom: -9%;
    }
    100% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
}

/*
.filigrane::after::after {
    left: auto;
    right: 200px;
}
*/

/* NEWS list / blog */

#newslist {
    margin: 90px 0;
}

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

#catlist {
    text-align: center;
}

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







/* Cards */

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

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

.card h3 {
    font-size: 20px;
    margin: 1rem 0 .5rem 0;
    color: var(--red);
}

.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;
    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-cover-none {
    background: var(--red);
    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(--red);
}
.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-equipe {
    margin: 2rem 0;
}
.swiper-wrapper .card {
    padding: 0;
    max-width: 400px;
}
