/*!
Theme Name:     King Bee Std
Theme URI: 		https://kingbeestudio.com
Description: 	Bootstrap 5.3.8 on Wordpress  11.25
Version: 		1.5.9
Author: 		King Bee Std
Author URI: 	https://kingbeestudio.com
*/


.container {
  max-width: var(--container-max-width);
}

/*--------------------------------------------------------------
# COULEURS & HABILLAGES
--------------------------------------------------------------*/

.bkg-color-1 {
  background-color: var(--prim-color)
}
.bkg-color-2 {
  background-color: var(--sec-color)
}
.bkg-color-3 {
  background-color: var(--third-color)
}
.bkg-color-4 {
  background-color: var(--fourth-color)
}
.bkg-color-5 {
    background-color: var(--fifth-color)
}
.bkg-color-w {
  background-color: #FFF
}
.bkg-color-light-grey {
  background-color: var(--light-grey)
}
.brd_c_1 {
  border-collapse: collapse;
  border: 1px solid #707070
}
.brd_c_2 {
  border: 1px solid #001F40;
  border-collapse: collapse;
}
/*texte*/
.t-c-1 {
  color: var(--prim-color);
}
.t-c-2, a.t-c-2 {
  color: var(--sec-color) !important; /*rouge*/
}
.t-c-3 {
  color: var(--third-color);
}
.t-c-4 {
    color: var(--fourth-color);
}
.t-c-5 {
    color: var(--fifth-color);
}
.t-c-w, .t-c-w p {
  color: #FFF
}

.hr_c_1 {}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body {
  overflow-x: hidden; /* bloque les débordements horizontaux */
}
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
body {
  margin: 0;
 font-size: var(--font-size);
  font-weight: 400;			   
  line-height: 1.41rem;
  color: rgb(25, 25, 25);
  background-color: #F8F8F8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  text-decoration: none;
  background-color: transparent;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

img {
  border: 0;
}

figure {
  margin: 1em 2.5rem;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.logo-aneb{
    max-width: 110px;height: auto;
}
.logo-fnccr{
    max-width: 110px;height: auto;
}
#header-titre a {
    color: var(--prim-color);
    font-weight: 800;
    font-size: var(--header-title-fs);
    line-height: 2.5rem;
    transform-origin: center center; /* 🔥 garde le centrage parfait */
    transition: .3s ease-in;

}
#header-titre a:hover, #header-titre a:focus {
    color: var(--third-color);
}

#header.scrolled #header-titre {
    transform: scale(var(--header-scale)); text-align: center;
}
#header-logo {
max-width:  var(--logo-header-w);
height: auto;
transform-origin: left bottom; /* 🔥 garde le centrage parfait */
transition: transform 0.25s ease;
}
#header.scrolled #header-logo {
    transform: scale(var(--header-scale)); text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
}
.title-wrapper {
  margin-bottom: 70px;
}
h1.entry-title, h2.entry-title, .modal-title {
  text-transform: uppercase;
  color: #001F40;
  font-weight: 700;
  text-align: center
}
h1.entry-title {
  font-size: 35px;
}
h2 {
  font-weight: 600;
    color:var(--prim-color);
    padding: 0px 9px;
    background: var(--fourth-color);
    display: inline-block;
}
h2.entry-title, h2.entry-title a, p.h2 {
  font-size: calc(24px + .40vw);
  line-height: calc(26px + .40vw);
  font-weight: 800
}
.underline-small {
  display: inline-block;
  position: relative;
}
.underline-small::after {
  content: '';
  height: 1px;
  width: 44%;
  background: #001F40;
  position: absolute;
  left: calc(28%);
  bottom: -25px;
}
.entry-header h1 {
  margin-top: 0px;
}
h2.boxed-title {
  font-size: calc(14px + .40vw);
  line-height: calc(18px + .40vw);
  text-transform: uppercase;
  letter-spacing: 0.05rem
}
h3, p.h3,p.h3 a{
  color: #00486F;
  font-size: calc(18px + .40vw);
  line-height: calc(20px + .40vw);
  font-weight: 800;
   margin-top: 30px;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.1rem;font-weight: 600;
}
p {
  margin-bottom: 1.5em;
}
p, a p, li, li a {
  color: #101010;
}
p a, li a {
  color: #000000;
  text-decoration: underline
}
p a:hover, li a:hover,p a:focus, li a:focus {
  color:#E0A354;
}
.text-sm {
  font-size: 0.8rem;
}

.type-page {
  text-align: justify
}
.type-page h2 {
  color: #5C5C5B;
  font-weight: 200;
}
.type-page h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #2A3867;
  text-align: left;
  font-weight: 600;
}
.type-page h4 {
  color: #7F7F7F
}
.type-page p bold, .type-page p strong {
  color: #00ACE9
}
h3.widget-title {
  font-size: 1.2rem;
}
h5 {
  font-weight: bold;
  font-size: 120%
}

ul{
    padding: 0
}
li {
  margin-bottom: 0.5rem;
 margin-left: 18px;
}
article li {
  list-style: inside
}
ul.list-unstyled li{
   margin-left: 0; 
   list-style: none;
}
.fw-700 {
  font-weight: 700
}
.erreur{
    color:red !important
}
.sous-titre p:last-child { margin-bottom: 0}
/*--------------------------------------------------------------
# TEXTE 2 COLONNES
--------------------------------------------------------------*/
@media (min-width: 1000px) {
 .texte-2-colonnes {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem;
}
  }

@media (min-width: 642px) and (max-width: 1000px) {
.texte-2-colonnes {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 4rem;
      -moz-column-gap: 4rem;
      column-gap: 4rem;
}
}

@media (max-width: 641px) {
.texte-2-colonnes {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
}
}

/*--------------------------------------------------------------
# KINGBEE / BOOTSTRAP  EXTENDED
--------------------------------------------------------------*/

.no-puce {
  list-style: none
}
/*
.fullwidth-block{
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}*/
.full-width-section {
    width: 100vw; /* Prend toute la largeur de la fenêtre */
    margin-left: calc(-50vw + 50%);
    position: relative; 
}
.margin-t-15 {margin-top: 15px;}
.margin-t-35 {margin-top: 35px;}
.margin-t-50 {margin-top: 50px;}
.margin-t-70 {margin-top: 70px;}
.margin-t-90 {margin-top: 90px;}

.margin-b-15 {margin-bottom: 15px;}
.margin-b-35 {margin-bottom: 35px;}
.margin-b-50 {;margin-bottom: 50px;}
.margin-b-70 {margin-bottom: 70px;}
.margin-t-90 {margin-top: 90px;}

.padding-t-15 {padding-top: 15px;}
.padding-t-35 {padding-top: 35px;}
.padding-t-50 {padding-top: 50px;}
.padding-t-70 {padding-top: 70px;}
.padding-t-90 {padding-top: 90px;}

.padding-b-15 {padding-bottom: 15px;}
.padding-b-35 {padding-bottom: 35px;}
.padding-b-50 {padding-bottom: 50px;}
.padding-b-70 {padding-bottom: 70px;}
.padding-b-90 {padding-bottom: 90px;}

@media (max-width: 641px) {
  .margin-b-70 {
    margin-bottom: 50px;
  }
}


/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bot {
  box-shadow: 0 8px 8px -2px rgba(0, 0, 0, 0.15) !important;
}
.ombre-halo {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.ombre-top-inset {
box-shadow: inset 0px 24px 20px -15px rgba(0,0,0,0.38);
}
.rotate90ah,.rotate-90 {
  transform: rotate(-90deg)
}

.rotate90 {
  transform: rotate(90deg)
}

img.grayscaled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 575.99px) {
  .rotate90ah,.rotate-90-xs {
  transform: rotate(-90deg);
transform-origin: center center;
}
 
}

/*--------------------------------------------------------------
# HEADER / PAGE / FOOTER
--------------------------------------------------------------*/
#header {
  margin-bottom: 0
}
#logo-wrapper {
  padding-top:60px
}

.page-wrapper{
    padding-top: var(--page-wrapper-pt);
    padding-bottom: var(--page-wrapper-pb);
}
#footer-logo{ 
    max-width: var(--logo-footer-w);
}

@media (min-width: 941px) {
  /*#header {*/
  /*  margin-bottom: 70px*/
  /*}*/
  #logo-wrapper {
    padding-top: 42px
  }

}

/*--------------------------------------------------------------
# HEADER WITH SCROLLED FX
--------------------------------------------------------------*/

body.customize-support, body.customize-support #header {
  margin-top: 46px
}
@media (min-width: 768px) {
    body.customize-support, body.customize-support #header  {
      margin-top: 32px
    }
}
@media screen and (max-width: 782px) {
body.customize-support, body.customize-support #header {
  margin-top: 26px
}
}
.top {
	position: relative;
	animation-name: ease-inAnimation;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-iteration-count: 1;
    animation-fill-mode: both;

}
.scrolled{
	position: relative;
	animation-name: ease-outAnimation;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-iteration-count: 1;
    animation-fill-mode: both;

}

@keyframes ease-inAnimation {
	0% {
		height: calc(var(--header-h) - var(--scrolled-header-reduction));
	}
	100% {
		top: 0px;
	}
}
@keyframes ease-outAnimation {
	0% {
		top: 0;
	}
	100% {
		height: calc(var(--header-h) - var(--scrolled-header-reduction));
	}
}
#header,#header #section-nav-user {
    -o-transition:.2s ease-out;
    -ms-transition:.2s ease-out;
    -moz-transition:.2s ease-out;
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out;
  }  
    
#header {
 padding-top: 5px;
  height: var( --header-h);
  position: fixed;
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: 120% 180px;
  top: 0;
  background-color:var(--fourth-color);
  width: 100%;
  z-index: 200;
}
#section-nav-user{
    height: 100px;
}
/*#header.scrolled {*/
/*   background-color: rgba(255,255,255,0.85);*/
/*}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#header-top a {
  color: #FFF;
  padding: 5px 0 5px
}
#header-top .horaires {}
#header-top .sep {
  color: #fff;
  margin: 0 5px
}
.navbar li{
    margin-right: 10px
}

#primaryNav li {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  list-style-position: inside;
    margin-bottom: 0;
}
#primaryNav li a {
  color: #FFF;
  transition: 0.3s;
}

.footer-menu-1 li{
    list-style: none;
    display: inline-block;
}

.footer-menu-1 a, .footer a {
  text-decoration: none;
   color: var(--prim-color);
}
/*.footer-menu-1 li a:before {*/
/*  display: inline-block;*/
/*  content: '';*/
/*  width: 20px;*/
/*  height: 15px;*/
/*  background-image: url(images/arrow-r-red.svg);*/
/*  background-repeat: no-repeat;*/
/*}*/
.footer-menu-1 a:hover, .footer-menu-1 a:focus, .footer a:hover, .footer a:focus {
  color: var(--third-color);
}
#menu-menu-docs li a {
  color: #EC661C
}

@media (max-width: 980px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    width: 40px;
  }

}
@media (max-width: 1480px) {
    #primaryNav li {
        font-size: 20px;
    }
}
@media (max-width: 941px) {
    #primaryNav li {
        font-size: 16px;
    }
}
/*--------------------------------------------------------------
# HAMBURGER
--------------------------------------------------------------*/

.hamburger {
  padding: 15px 15px;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: auto 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.9; }
  .hamburger.is-active:hover {
    opacity: 0.9; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color:var(--prim-color); }

 .hamburger-box {
  width: 32px;
  height: 24px;
  display: flex;
  position: relative;  margin: auto; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color:var(--prim-color);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 

}

/*--------------------------------------------------------------
# LIENS & BOUTONS
--------------------------------------------------------------*/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--prim-color);
    border: none;
    line-height: 1;
}
.btn_sm {
  font-size: 16px;
  padding: 10px 30px !important;
}

@media only screen and (max-width: 575.99px) {
 .btn_xs_sm {
  padding: 10px 10px !important;
 }
}
.btn_xs{
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  font-size: 11px;
  padding: 4px 11px !important;
  margin-right: 5px
}

 #modal-login .submit .button:hover {
  color: #ec343a !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.rounded-bkg {
  padding: 3px 10px;
  border-radius: 25px;
  display: inline-block;
  font-size: 80%
}
li.fichier-item{
    list-style: none;
}
li.fichier-item a{
    font-weight: 700;
}
/* STYLE GÉNÉRAL POUR TOUS LES DOCUMENTS */
a[href$='.pdf'],
a[href$='.doc'],
a[href$='.docx'] {
    font-size: 1em;
    font-weight: 300;
    padding: 3px 8px 4px;
    text-decoration: none;
    transition: .3s ease-in;
    display: inline-flex;
    align-items: center;
}

/* PDF */
a[href$='.pdf'] {
    color: #b71c1c;
}
a[href$='.pdf']:before {
    font-family: dashicons;
    content: "\f190"; /* icône dashicon PDF */
    font-size: 1.3em;
    padding-right: 5px;
}

/* DOC & DOCX */
a[href$='.doc'],
a[href$='.docx'] {
    color: #0d347a;
}
a[href$='.doc']:before,
a[href$='.docx']:before {
    font-family: dashicons;
    content: "\f497"; /* icône dashicon document */
    font-size: 1.3em;
    padding-right: 5px;
}

a[href$='.pdf']:hover,
a[href$='.pdf']:focus,
a[href$='.doc']:hover,
a[href$='.doc']:focus,
a[href$='.docx']:hover,
a[href$='.docx']:focus {
    text-decoration: none;
    color: #e53935;
    box-shadow: 0 0 1px #D50C10;
}


.connexion a:hover {
  color: #EB323C
}
.connexion .dashicons-warning {
  color: #EB323C;
  width: 30px;
  height: 30px;
  font-size: 30px
}
@media (max-width: 767px) {
  .btn_red, .btn_white {
    font-size: 11px;
  }

}
@media (min-width: 767px) {
  .rounded-bkg {
    padding: 7px 16px;
    border-radius: 32px;
    display: inline-block;
    font-size: 100%
  }
  .connexion .dashicons-warning {
    width: 35px;
    height: 35px;
    font-size: 35px
  }
}

.wp-element-button{
    background-color: var(--sec-color);
    margin: 15px 0;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: .3s ease-in;
}
.wp-element-button:hover, .wp-element-button:focus{
    background-color: var(--third-color);
}

/*--------------------------------------------------------------
# SLICK
--------------------------------------------------------------*/
/* --- SLIDER GLOBAL --- */
.slick-carousel-problematiques {
    position: relative;
    margin: 0 0 30px 0;
}
.slick-carousel-problematiques .slick-slide {
    position: relative;
}
.slick-carousel-problematiques .carousel-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.slick-carousel-problematiques .carousel-image img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}
.slick-carousel-problematiques .carousel-link:hover img {
    transform: scale(1.05);
}

/* --- CAPTION --- */
.slick-carousel-problematiques .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    color:var(--third-color);
    padding: 18px;
    text-align: center;
}
.slick-carousel-problematiques .carousel-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* --- ARROWS --- */
.slick-carousel-problematiques .slick-prev,
.slick-carousel-problematiques .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.slick-carousel-problematiques .slick-prev:hover,
.slick-carousel-problematiques .slick-next:hover {
    background: rgba(0,0,0,0.7);
}
.slick-carousel-problematiques .slick-prev { left: 10px; }
.slick-carousel-problematiques .slick-next { right: 10px; }

/* --- DOTS (bullets) --- */
.slick-carousel-problematiques .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slick-carousel-problematiques .slick-dots li {
    display: inline-block;
}
.slick-carousel-problematiques .slick-dots li button {
    background: none;
    border: none;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    text-indent: -9999px; /* cache le numéro */
    transition: background-color 0.3s ease;
}
.slick-carousel-problematiques .slick-dots li.slick-active button {
    background-color: #000;
}

/* --- OPTIONS BONUS --- */
.slick-carousel-problematiques .slick-prev::before,
.slick-carousel-problematiques .slick-next::before {
    display: none; /* désactive les icônes par défaut de Slick */
}

/*--------------------------------------------------------------
# CUSTOMS BLOCS
--------------------------------------------------------------*/

.bo-intitule {
  display: none
}

/*--------------------------------------------------------------
# MODULE WPPAGE NAVI
--------------------------------------------------------------*/
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
    color: #686868;
  border: 1px solid #686868;
  padding: 3px 5px;
  margin: 2px;
font-family: 'Raleway', sans-serif;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #48AC35;  color:#48AC35;
  background-color: #E9E8E2
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #686868;
  padding: 3px 5px;
  margin: 2px;

}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
  list-style: none;
  margin: 10px 0 35px 0;
  padding: 4px 8px 0px;
  overflow: hidden;
  background-color: #E5E5E533;
}
ul#breadcrumb {
  padding-left: 10px;
}
#breadcrumb li.item-home {
  margin-left: -10px;
}
#breadcrumb li.item-current {
  color: #8D8D8D !important
}
#breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  list-style-position: inside;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  color: #00A5E5;
}
#breadcrumb .separator {
  width:8px;height: auto;
}
/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# FORMULAIRES
--------------------------------------------------------------*/
.acf-hidden{display: none !important}

        /*--------------------------------*/
        /* ACF INPUT CSS
        /*----------------------------------*/
.acfe-phone-number .iti input, .acfe-phone-number .iti input[type="tel"], .acfe-phone-number .iti input[type="text"] {
    padding: 5px 5px 5px 45px;


}
.inputSm{
    width: 100%
}

.af-input.acf-input select,
ul.acf-radio-list li,.af-field-type-checkbox label, .acf-checkbox-list label,
.acf-input input[type=text] ,.acf-input input[type=email], .acf-input select,input[type=number]{
    font-size: 18px !important;
    background-color: #fff
}


.acf-form-submit{
    border-top: 1px solid #DBDBDB;
    padding-top: 35px  !important
} 

.acf-notice p {
  font-size: 18px !important;
  line-height: 22px;
  margin: 0.5em 1em;
  color:#fff !important
}
.acf-notice.-error {
  background:#E36363 !important;
}
.acf-notice.-succes {
    background: #4b9d3e !important;
}

.af-field {
  display: flex;
  flex-wrap: wrap;
 
}
.af-field > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.af-label.acf-label {
  width: 40% !important;
  padding-right: 35px;  
}
.af-input.acf-input {
  width: 50% !important;

}

.acf-label{
    color: #707070;
    font-weight: 400;
}
.acf-label label{
    margin-top: auto !important;
    margin-bottom: auto !important
}
p.af-field-instructions{
    font-size: 14px;
}
.acf-input input[type=text] ,.acf-input input[type=email],.acf-input input[type=tel], .acf-input select, input[type=number],
.input-text, .select2-selection, .acf-input-append, textarea
{
    border:2px solid rgba(164,164,164,0.40);
    border-radius: 5px;
    padding-left: 15px;
    width: 90%;
}
.acf-input input[type=text] ,.acf-input input[type=email],.acf-input input[type=tel], .acf-input select, input[type=number],
.input-text, .select2-selection, .acf-input-append
{
    height: 40px !important;

}
input[type=number]{
    text-align: center
}
.input-text, .select2-selection {
  width: 100%;
  margin-bottom: 15px
}

.acf-input select:focus,.acf-input select:hover
{
    border:2px solid #7080B1;
}

.acf-fields > .acf-field{padding: 20px 12px !important}

.categorychecklist-holder, .acf-fields.border, .acf-fields.-border{
    border: none !important;
}
.acf-fields.-border{margin-left: -12px}
.acf-checkbox-list{padding: 0 !important}


.acf-button-group label.selected{
  border-color: #7080B1 !important;
  background: #7080B1 !important;
  color: #fff;
  z-index: 2;
}

li.select2-results__option{
    list-style: none;

}
ul.select2-results__options{
    padding: 15px
}
.select2-dropdown{
    margin-top: 25px
}

.select2-selection__arrow{
   margin-top: 20px
}
.select2-container--default li{
    margin-left: 0
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    color:var(--prim-color) !important;
    background-color: rgba(112,128,177,0.51) !important;
    font-weight: 600 !important;
}

.select2-selection--multiple .select2-selection__choice {
  border-color: none!important;
  padding: 3px 10px !important;
}
.select2-selection__choice__remove{
    font-size: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.acf-field select{
    padding: 10px 25px !important;
}
input[type=checkbox],input[type=radio],input[type=file]{
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #DBDBDB;
    cursor: pointer;
}
input[type=file]{
    width: auto;
    height: 45px;
    background-color:transparent;
}

input[type=file]::file-selector-button,
input[type=file]::-webkit-file-upload-button {
	border: 1px solid var(--sec-color);
	color: var(--sec-color);
	padding: 8px;
	border-radius: 4px;
	background-color: #ffffff;
}

input[type=file]::file-selector-button:hover,
input[type=file]::-webkit-file-upload-button:hover {
	background-color: #e9e9e9;
}
input[type=checkbox]:checked,input[type=radio]:checked {
    background-color:var(--prim-color);
    border:none
}

input[type=checkbox]:checked::before,input[type=radio]:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #FFF;
    line-height: 22px
}

input[type=checkbox]:active ,input[type=radio]:active {
   
}
.acf-input-append {
  font-size: 22px!important;
  line-height: 55px !important;
  
}

.af-success p{
    font-size: 28px
}

/*ACF EXT*/
ul.acf-radio-list:focus-within, ul.acf-checkbox-list:focus-within {
    border:none !important;
}

/*----------------*/

/* retrait du fond bleu sous chrome et d'autres*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes autofill {
  0%, 100% {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}


/*--------------------------------------------------------------
# WRAPPERS & BOXES
--------------------------------------------------------------*/
.page-wrapper {
    margin-top:calc(var(--header-h) + 30px);
}
.content-wrapper {
  padding: 30px 30px;
  background-color: #FFF;
  margin-bottom: 70px;
  position: relative597
}

.border-bot {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
}
.footer {
  padding-top: 40px
}
.copyright-wrapper {
  font-size: 9px;
  letter-spacing: 0.05rem
}
.footer p, .footer a, #footer-widget p {
  color: #4D4D4D;
  margin-bottom: 0.5rem
}

/*--------------------------------------------------------------
# TO TOP
-------------------------------------------------------------*/
#toTop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--prim-color);
  cursor: pointer;
  padding: 6px 8px 7px;
  border-radius: 50%;
}
#toTop svg {
  width: 26px;
  height: auto;
  margin: auto;
  fill: #fff;
}
#toTop:hover  {
    background-color: rgba(103,116,232,0.40);
}
#toTop:hover svg {
  fill: #6774E8;
}
@media only screen and (max-width: 768px) {
  #toTop {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
# RECHERCHE
--------------------------------------------------------------*/


#searchform svg,.searchform svg  {
  max-width: 25px;
}
.mots-clefs-recherches{
    color: var(--prim-color)
}

.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}

.searchform svg .a{fill:#fff;stroke:#fff;stroke-miterlimit:10;stroke-width:2px;}
.searchform:hover svg .a{fill:var(--sec-color);stroke:var(--sec-color);}

.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}
#search-page .searchform svg .a{fill:#00486F;stroke:#00486F;stroke-miterlimit:10;stroke-width:2px;}
#search-page .btn-outline-search {
  color:#00486F;
  border-color:#00486F;
}
#search-page .form-control{
    border-color: #00486F
}

#search-content li.item {
    list-style: none
}
#search-page a{
    text-decoration: none
}
#search-page a:hover *{
    color: var(--sec-color);
}
/*--------------------------------------------------------------
# Module dernieres actus et pages actus
--------------------------------------------------------------*/
/*.der_actu_large, .der_actu_small {
  border-bottom: 2px solid rgba(188, 188, 188, 0.20);
  transition: 0.3s
}
.der_actu_large:hover, .der_actu_small:hover, .der_actu_large:focus, .der_actu_small:focus, .liste-actualites article:hover, .liste-actualites article:focus {
  -webkit-filter: grayscale(1);
}
p.post-date {
  color: rgba(25, 25, 25, 0.50);
  font-size: 90%
}
.der_actu_large .thumb-wrapper {
  min-height: 400px;
}
.der_actu_small .thumb-wrapper {
  min-height: 180px;
}
.der_actu_large h3, .der_actu_small h3 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0
}
.der_actu_large .thumb-wrapper h3 {}
.der_actu_large .titre-wrapped {
  padding: 10px 20px 0;
  width: 55%;
  margin-top: 15px
}
.liste-actualites article time {
  float: right;
  font-style: italic;
  color: #3C3A3A
}*/
/*--------------------------------------------------------------
# Agenda
--------------------------------------------------------------*/
/*.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events {
  border-radius: 0 !important
}
.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter {
  padding: 10px 10px !important;
}*/
/*--------------------------------------------------------------
# VOLET 
--------------------------------------------------------------*/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
    background-color: var(--prim-color);
}
.overlay-wrapper {
  position: relative;
  top: 5%;
  width: 100%;
  margin-top: 30px;
  line-height: 1.8rem
}
.overlay #close-btn {
  margin-top: 36px;
  font-size: 100px;
  color: #FFF;
  transition: 0.4s;
}
.overlay #close-btn:hover, .overlay #close-btn:focus {
  color: #1A3764
}

#voletGauche a{
    font-size: 22px;
}
/
/*--------------------------------------------------------------
# WIDGET DOC ADMIN
--------------------------------------------------------------*/
#docs-admin {
  font-size: 1rem;
  margin-top: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/* Modal window dont boostrap*/
/*-----------------------------------------------------------------------------------*/

.btn-modal-cart:hover {
  color: #fff;
  background-color: #001F40;
}

.modal-login-dialog, .modal-dialog {
  max-width: 480px;
  margin: auto;
  padding: 40px 20px;
  z-index: 10050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - (.5rem * 2));
}
.modal-dialog {
  max-width: 800px;
}
.modal-content {
  border: 1px solid #001F40;
  border-radius: 0
}
.loader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #bcd4fc;
    border-top-color: #0d6efd;
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------------------*/
/* RUISS'EAUX & TERRITOIRES*/
/*-----------------------------------------------------------------------------------*/
.chapo{
    font-size: 120%;
    line-height:120%;
    font-weight: 600;
    margin-bottom: 15px;
}

.acf-taxonomy-field li {
    list-style: none;
}
.has-children > label{
    font-weight: bold;
    margin-bottom: 5px;
}

.accordion-button{
    background-color: transparent;
    padding: 0.5rem 1.25rem;
}

.accordion-button  h2 {
    background:none;
}
.accordion-button .nom{
    font-weight: bold;
    text-transform: uppercase;
}

.accordion-item,
.accordion-item:first-of-type
{
    border: none;
}
#af_email_for_non_humans_form_6920a94d984fe,
label[for="af_email_for_non_humans_form_6920a94d984fe"],
#af_email_for_non_humans_form_6930545bf031a,
label[for="af_email_for_non_humans_form_6930545bf031a"]
{
    display: none;
}

.af-submit-button{
    font-weight: bold;
    font-size:1.5rem;
}
.accordion-body p{
    margin-bottom: 1rem;
}
.print-categories .categorie {
    color:var(--sec-color);
    font-size: x-large;    font-style: italic;
}
.print-categories .categorie-sep {
    opacity: 0.6;
    margin: 0 8px 0 0;

}
.organisme-header{
    font-size: 1.5rem;
    font-weight: bold;
    background-color: var(--fifth-color);
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: auto
}
.label-post-type{
    font-size: 0.8rem;
    position: absolute;
    z-index:100;
    top:10px;
    right:10px;
    background-color: var(--sec-color);
    color:#fff;
    padding: 0 5px;
    border-radius: 5px;
}
.article-item .label-post-type{
    background-color: var(--prim-color);
}
#primaryNav li:first-child { margin-left: 0 !important;}
#voletGauche #primaryNav li:first-child { margin-left: 15px !important;}


#menu-item-287 a{
    color: var(--prim-color) !important;
}
.logged-in #menu-item-287 {
    display: none;
}
.acf-field-698a586cf28e2 label{
    color: var(--sec-color) !important;
}
.acf-field-6921934a9d992 .acf-label,
.acf-field-692193f631896 .acf-label,
.acf-field-6921941f31897 .acf-label,
.acf-field_6920acb5b35c3 .acf-label,
.acf-field-698a5b4a4cde5 .acf-label{
    color: #D84E38 !important;
}