/*
Theme Name: bassinversant
Author: King Bee Std
Author URI: https://kingbeestudio.com/

Version: 1.8.8
License: GNU General Public License v2 or later
License URI: https://bassinversant.org

    font-family: 'Ubuntu Condensed', sans-serif;
    font-family: 'Ubuntu', sans-serif;

    les-eptb     #507d1d   var(--eighth-color)
    epage        #B73764
    rezeau       #F7CD00

h1 2.486  h2 1.912   h3 1.471rem   h4 1.3  h5 1.243rem

*/


/*
--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-size: 1rem;
  margin: 0;
  -webkit-font-smoothing: auto;
  line-height: 135%;
  font-family: 'Ubuntu', sans-serif;
  color: var(--prim-color);
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  text-decoration: none;
  background-color: transparent;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
a.dark_link {
  color: var(--eighth-color)
}
a.dark_link:hover {
  color: #00ACE9
}
a.light_link {
  color: #00ACE9
}
a.light_link:hover {
  color: #009492
}
a img {
  transition: .2s ease-out;
}
a:hover img {
  transition: .2s ease-out;
  filter: grayscale(60%);
}
a:hover h2, a:hover h4 {
  color: var(--sec-color);
}
.small {
  line-height: 1rem;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
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;
}
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;
}
/*--------------------------------------------------------------
# BOOTSTRAP RESETS
--------------------------------------------------------------*/

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, .btn:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

.carousel-item .card {
  min-height: 360px !important;
  width: 100%;
}
.card-header {
   background-color: transparent !important;
   border: none !important
 }
.card{
    --bs-card-border-color: #ceddec;
  }
.badge{
  width: fit-content;
  padding: 4px 8px !important;
}
h3.card-title a,
.aneb-list__item h3 a{
  font-weight: bold;
  font-size: 1.2rem;
  color:var(--prim-color);}

.carousel-indicators {
  bottom: -48px !important;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;          /* rond */
  background-color: var(--sec-color, #333); /* couleur personnalisable */
  opacity: 0.5;
  transition: opacity .6s ease;
  border: none;                /* supprime le hack border */
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--sec-color, #333); /* même couleur mais opaque */
}


.carousel-control-next, .carousel-control-prev {
  top: 50%;
  bottom: 0;
  width: 44px;height: 44px;
  padding: 0;
  background: 10px 10px #86b9da !important;
  opacity: .4;
  transition: opacity .15s ease;
  border-radius: 11px;

}
.carousel-control-next{
 right: -30px;
}
.carousel-control-prev{
  left: -30px;
}

/*ACCORDEON BOOTSTRAP*/
#accordion .card-header .card-title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  float: right;
  transition: all 0.5s;
  font-size: 2rem;
  margin-top: -1.3rem;
  color: var(--eighth-color)
}
#accordion .card-header.collapsed .card-title:after {
  /* symbol for "collapsed" panels */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filtreactif {
  font-weight: 200;
  background-color: #B73764;
  font-size: 0.9rem;
  color: #fff;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 4px;
}
/*--------------------------------------------------------------
# largeur de page
--------------------------------------------------------------*/
@media (min-width: 1260px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 84%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 86%;
  }
}


.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.carousel-item .img-thumbnail {
  max-height: 420px;
  width: auto;
}
@media screen and (min-width: 992px) {
.carousel-item .img-thumbnail {
  max-height: 380px;
}

  #anebCarouselRessources .carousel-item .thumbnail-wrapper {
    height: 180px;
  }
  #anebCarouselRessources .carousel-item .thumbnail-wrapper img {
    max-height: 160px;
    width: auto;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p.chapo, p, a p, li, .liste-actualites a h3, #archives-ressources a h3, .cdr-dossiers a {
  color: var( --prim-color)
}
h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu;
  clear: both;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 15px;
}
h1 {
  font-size: 2rem;
  padding-bottom: 10px;
  letter-spacing: -0.02rem;
  word-spacing: 0.1rem
}
h1.entry-title, h1.page-title {
  text-transform: uppercase;
  /*color: #00ACE9 */
}
h1.entry-title a:hover {
  color: var(--prim-color) !important;
  text-decoration: underline
}
h2 {
  font-size: 1.912rem;
  padding-bottom: 0;
  padding-top: 1rem;
  text-transform: uppercase;
}
h2.sous-titre {
  font-size: 1.471rem;
}
h3,
h3.title {
  font-size: 1.471rem;
  line-height: 1.5rem
}
h4.smaller {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.3rem;
}
p {
  margin-bottom: 1.5em;
}
.type-page {
  text-align: justify
}
.type-page h2, .archive h2 {
  color: var(--prim-color);
  font-weight: 200;
}
.type-page h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--eighth-color);
  text-align: left;
  font-weight: 600;
}
.type-page h4 {
  color: #7F7F7F
}
/*cartouche bleu*/
.type-page h5 {
  font-size: 0.9rem;
  line-height: 1rem;
  background-color: var(--sec-color);
  color: #FFF;
  padding: 0.5rem 0.9rem;
  margin-bottom: 2rem
}
.type-page h5 a {
  color: #B6D2DB;
}
.type-page h5 a:hover, .type-page h5 a:focus {
  color: #FFF;
}
.type-page p bold, .type-page p strong {
  color: #00ACE9
}
.les-eptb h1.entry-title {
  color: var(--eighth-color)
}
.epage h1.entry-title {
  color: #B73764;
}
.rezeau h1.entry-title {
  color: #F7CD00;
}
.przhmva h1.entry-title {
  color: #8FBD7C;
}
.vaguepost img {
  width: 108px;
  height: auto;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h2.search {
  color: #00ACE9
}
h3.widget-title {
  font-size: 1.2rem;
}
.entry-content h3 {
  display: inline-block
}
#breadcrumb li.separator > i { /*force pwesome */
  font-family: "Font Awesome 5 Free" !important;
}
.entry-content .chapo {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.6rem
}
p.nopost {
  color: #009492
}
h3 a {
  color: #009492
}
.text-sm{ font-size: 80%}
/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bottom {
  box-shadow: 0 8px 7px -2px rgba(0, 0, 0, 0.08);
}
.ombre-bottom-light {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.04);
}
.halo-light {
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.06);
}
/* Grow */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, ba2.02, 0.31, -0.36);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: #2098D1;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.rubrique.hvr-sweep-to-right:before, .adhererbig.hvr-sweep-to-right:before, .plusbig.hvr-sweep-to-right:before, a.button-archives-actus.hvr-sweep-to-right:before {
  background: var(--eighth-color);
}
.msg-infos {
  font-weight: 500;
  color: #D53653
}
.msg-warning {
  color: #D53C54 !important
}

.rotate180ph{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
/*--------------------------------------------------------------
# Elements 
--------------------------------------------------------------*/
img.picto-xs {
  width: 18px;
  height: auto
}
.page-numbers {
  color: var(--sec-color);
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid var(--sec-color);
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current, a.page-numbers:hover {
  color: #fff;
  background: var(--sec-color);
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/


.ubermenu-nav, .ubermenu-row, .ubermenu-submenu, .ubermenu-widget-area {
 list-style: none !important;
}
.ubermenu-skin-minimal.ubermenu-responsive-toggle {
  color: #FFF !important;
  font-size: 1.2rem !important;
  padding: 5px 15px !important
}
ul.ubermenu-submenu.ubermenu-submenu-drop{
	padding: 20px 25px 30px !important
}
.search-submit {
  background-color: var(--sev-color);
  color: #FFF;
  border-radius: 5px;
  height: 32px;
  width: 32x;
  padding: 4px 8px;
  text-align: center
}
input.form-control.search-field{
  height: 32px !important;
  line-height: 1.2 !important;
}
.search-submit:hover,.search-submit:focus {
  background-color: var(--sec-color);
}
.ubermenu-submenu-id-9029 li {
  text-align: center
}
/*onglet themes*/
#menu-item-840 li a {
  padding: 5px 10px
}
#menu-item-840 .ubermenu-submenu-type-stack {
  padding: 15px !important
}
#menu-item-840 .ubermenu-submenu-type-stack li a:hover {
  color: #00ACE9
}
.ubermenu-item-level-2 > a{
	font-weight: 700;
	font-size: 1.3rem !important
}
@media screen and (max-width: 1260px) {
  /* retrait titre "rechercher"*/
  #menu-item-9027 span.ubermenu-target-title {
    display: none !important
  }
}



/********** RECHERCHE **********/

#search-results p{
    margin-bottom: 0.5rem
}
.relevanssi-query-term{
    background-color: #F9E531
}
.searchandfilter .sf-field-tag ul{
    padding-left: 0
}
/* search & filter recherche header*/
#search-filter-form-532 ul li {
  display: inline-block;
}

input.sf-input-text {
  border-radius: 29px !important;
  height: 35px;
  padding: 10px 10px;
  color: var(--prim-color);
  border: thin solid #BEBEBE;
}
#search-filter-form-532 input.sf-input-text {
}
#search-filter-form-532 .sf-field-submit input{
	height: 34px;
	width: 40px;
	border-radius: 30px;
	padding: 15px 10px;
	margin: 0px 0 -5px 5px;
	border: none;
    background-color: #FFF;
	background-image: url(../imgs/magnifying-glass-solid.svg);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: center center;  transition: all 0.5s ease-in-out;
}
#search-filter-form-532 .sf-field-submit input:hover,#search-filter-form-532 .sf-field-submit input:focus{
    background-color: #D5F4FE;
	background-image: url(../imgs/magnifying-glass-solid.svg);
	background-size: 19px 19px;
}
#search-filter-form-532 li.sf-field-submit {
    vertical-align: bottom

}
#facet-filter, #search-filter-form-526 {
  background-color: #B2D5D5
}
#facet-filter h5, #facet-filter label {
  color: var(--eighth-color)
}
button.btn-filter, button.btn-initfilter {
  font-size: 1.3rem;
  padding: 5px 15px;
}
button.btn-filter {
  background-color: var(--eighth-color);
  color: #FFF
}
button.btn-initfilter {
  background-color: #009492;
  color: #FFF
}
#search-filter-form-526 {
  padding: 1rem;
}
#search-filter-form-526 > ul {
  padding: 0;
}
#search-filter-form-526 input[type=submit] {
  background-color: var(--eighth-color);
  color: #FFF;
  border: none;
padding: 3px 12px
}
input.search-filter-reset {
  background-color: #009492 !important;
}
.searchandfilter  ul  li {

}
li.sf-field-submit{
}

/*hauteur de ligne*/
#header-searchform {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem
}
#header-searchform label {
  margin: 0
}
#header-searchform input.search-field {
  height: 1.2rem;
  font-size: 0.9rem;
  color: #A2A2A2 !important
}
#header-searchform input.search-field.form-control {
  box-shadow: none !important;
}
::placeholder {
  color: #B5B5B5 !important;
  font-size: 0.8em !important;
}
#header-searchform button.search-submit {
  height: 1.1rem;
  width: 1.1rem;
  font-size: 0.82rem;
  background-color: var(--eighth-color);
  border-radius: 15px;
  color: #FFF;
  margin: 0 0 2px;
  padding: 0 0 0px 2.7px;
}
#header-searchform button.search-submit:hover {
  background-color: #00B0F0;
}
#search-results .type {
  font-size: 0.9rem;
  font-style: italic;
}
#search-results .type .page {
  color: #7F7F7F
}
#search-results .type .post {
  color: #009492
}
#search-results .type .ressources {
  color: #F48725
}
#search-results .type .attachment {
  color: #EA58BB
}
#search-results .entry-meta {
  font-size: 0.8rem;
  padding: 0.2rem 1rem !important
}
#search-results .entry-summary {
  font-size: 0.8rem;
  line-height: 1rem
}
#search-results .entry-title a:hover {
  color: #00ACE9
}
/***login modal*/
/*.login-modal-wrapper .close{font-size: 36px}*/
form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form input[type=submit] {
  background-color: #00ACE9
}
.lrm-switch-to--login:before {
  background-image: none;
  display: none
}
.lrm-user-modal-container .lrm-switcher a {
  background-color: #00ACE9
}
.lrm-user-modal-container .lrm-switcher a h2 {
  color: #FFF !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}


.entry-content p a, .entry-content ul a, .chapo p a, p a {
  text-decoration: underline;
  color: var(--prim-color)
}
.entry-content p a:hover, .entry-content p a:focus, .entry-content ul a:hover, .entry-content ul a:focus, .chapo p a:hover, .chapo p a:focus {
  color: var(--sec-color);
  text-decoration: none
}
.sw-open-login a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 0.8rem;
  margin-right: 0.4rem
}
a.connexion-links {
  color: #009492 !important
}
a.connexion-links:hover {
  color: var(--third-color) !important
}
.fichiers-joints a::after {
  font-family: "Font Awesome 5 Free" !important;
  padding-left: 0.8rem;
  font-size: 1.4rem
}
a[href $='.pdf']:after, a[href $='.doc']:after, a[href $='.odt']:after {
  font-family: "Font Awesome 5 Free" !important;
  padding-left: 0.8rem;
  font-size: 1rem
}
/* icon- devant liens dans fichiers joint */
.fichiers-joints a::after {
  content: "\f0c1";
  color: #009492
}
a[href $='.pdf'], a[href $='.doc'], a[href $='.odt'] {
  font-size: 1em;
  background-repeat: no-repeat;
  color: #b71c1c;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a[href $='.pdf']:after {
  content: "\f1c1";
  color: hsla(359, 100%, 38%, 1.00)
}
a[href $='.doc']:after, a[href $='.odt']:after {
  content: "\f1c2";
  color: var(--eighth-color)
}
a[href $='.pdf']:hover, a[href $='.pdf']:focus, a[href $='.doc']:hover, a[href $='.doc']:focus, a[href $='.odt']:hover, a[href $='.odt']:focus {
  color: var(--sec-color);
  text-decoration: none;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a[href $='.pdf']:hover::after, a[href $='.pdf']:focus:after, a[href $='.doc']:hover::after, a[href $='.doc']:focus::after, a[href $='.odt']:hover::after, a[href $='.odt']:focus::after {
  color: var(--sec-color);
}

/*--------------------------------------------------------------
## Header & Menus
--------------------------------------------------------------*/

#topheader {
  background-color: #FFF; /* border-bottom: thin dotted #C1C1C1;*/
}
#barrenavigation {
  height: 42px;
  background-color: var(--third-color);
  z-index: 99999;
  border-radius: 0 !important;
}

header#masthead {
  z-index: 9000;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--sec-color);
}

#bandeau {
  height: 88px;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#bandeau.shrink {
  height: 44px;
}

#bandeau .navbar-brand img,
#bandeau .navbar-brand svg {
  height: 60px;
  transition: all 0.3s ease-in-out;
}

#bandeau.shrink .navbar-brand img,
#bandeau.shrink .navbar-brand svg {
  height: 36px;
}


.admin-bar header#masthead{
  top: 32px;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.navbar-brand svg {
  max-width: 136px;
}
a.item_link {
  border: none !important;
}
#menu-menu-footer-1 a.nav-link {
  padding: 0.2rem 0 !important
}
/*LOGOS*/
/*.letter_logoversant {*/
/*  fill: #fff;*/
/*  stroke: #00b0f0;*/
/*  stroke-miterlimit: 5;*/
/*  stroke-width: 0.35px*/
/*}*/
/*#bandeau .logo-bassinversant-svg {*/
/*  max-width: 300px;*/
/*  float: left;*/
/*  margin: 0 0 0 -8px*/
/*}*/
/*#footer-widget .logo-bassinversant-svg {*/
/*  max-width: 300px;*/
/*  margin: 0 0 2rem -10px*/
/*}*/
/*.logo-bassinversant-svg .fill-letter {*/
/*  fill: var(--sec-color);*/
/*  -o-transition: .2s ease-out;*/
/*  -ms-transition: .2s ease-out;*/
/*  -moz-transition: .2s ease-out;*/
/*  -webkit-transition: .2s ease-out;*/
/*  transition: .2s ease-out;*/
/*}*/
/*.logo-bassinversant-svg:hover .fill-letter {*/
/*  fill: var(--eighth-color);*/
/*  -o-transition: .2s ease-out;*/
/*  -ms-transition: .2s ease-out;*/
/*  -moz-transition: .2s ease-out;*/
/*  -webkit-transition: .2s ease-out;*/
/*  transition: .2s ease-out;*/
/*}*/
/*.logo-bassinversant-svg:hover .letter_logoversant {*/
/*  stroke: var(--eighth-color);*/
/*}*/
#footer-widget svg.logo-bassinversant-svg .fill-letter {
  fill: #FFFFFF
}
#footer-widget svg.logo-bassinversant-svg .letter_logoversant {
  fill: var(--sec-color);
  stroke: #FFF;
  stroke-miterlimit: 5;
  stroke-width: 0.45px
}

/*
239 = ressources
468 = prmzhiva
132 EPTB
234 ANEB

*/
/* 468= prmziva ; 501 = ressources; 612= annuaire 
840 =themes  841 = projets  842 = espaces dediés */
/*UBER MENU*/
/*==LOGO ANEB SVG MENU==*/
#ubermenu-main-21 {
  width: 100%
}
/*.ubermenu #menu-item-234 {*/
/*  width: 124px*/
/*}*/
.ubermenu #menu-item-234:hover img {
/*  opacity: 0.6*/
}
/*.ubermenu #menu-item-234 img {
/*  max-width: 132%;*/
/*  width: 90px !important;*/
/*  top: -12px;*/
/*  margin-left: -19px;*/
/*  height: auto;*/
/*  position: absolute*/
/*}*/
/*#menu-item-234 img {*/
/*  width: 70px 0px !important;*/
/*  margin-top: -14px;*/
/*  margin-left: 12px;*/
/*  height: 90px*/
/*}*/
.ubermenu-submenu {
  padding: 0 !important;
}
.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
  border: none !important
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target i {
  font-size: 0.8rem !important
}

.ubermenu-main .ubermenu-item-level-3{
    margin-left: 15px !important;
}
.ubermenu-main .ubermenu-item-level-3 .ubermenu-target-text{
    font-size: 90% !important
}


/*aneb*/
#menu-item-234 a:hover {
  color: #F2F4FA
}
/*eptb*/
#menu-item-735 a:hover {
  color: #97C6C6
}
/*epage*/
#menu-item-238 a:hover {
  color: #F0B0C7
}
/*rezeau*/
#menu-item-281 a:hover {
  color: #9D8200
}
/*pole relais SB*/
ul#menu-menu-przh {
    padding-left: 10px
}

#menu-menu-przh  li {
  margin-bottom: 8px;
    color: var(--ten-color);
}
#menu-menu-przh a {
  color: var(--ten-color);
}

/*przhmva*/
.ubermenu #menu-item-9202 img{
  width: 135px !important;
  height: auto;
  padding-bottom: 3px
}
.ubermenu #menu-item-9202 a:hover {
  color: #38572B
}
/***FOOTER*/
.widget_nav_menu a {
  color: #FFF
}

.widget_nav_menu a:hover, .widget_nav_menu a:focus {
  color: var(--eighth-color)
}
a.footer-picto img {
  width: 35px
}
a.footer-picto:hover {
  opacity: 0.5
}

#footer-widget .menu-item::marker{
	color: #fff
}
/*-----------------------------------------------
## *buttons & Icons
------------------------------------------------*/
.mobile_button {
  color: #FFF !important
}
.button-primary, #signup_submit {
  font-size: 1.2rem;
  font-weight: 200;
  padding: 2px 10px;
  background-color: var(--prim-color);
  color: #FFF;
  border: none
}
.mega_main_menu.primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button {
  font-size: 20px !important
}
.button-primary.small {
  font-size: 1rem;
}
.button-primary.hvr-sweep-to-right:before {
  background: #009492;
}
.button-primary i {
  margin-left: 0.2rem;
}
.button-tertiary {
  color: #009492;
  background-color: #FFF;
  font-size: 1rem;
  font-weight: 200;
  border: thin solid #009492;
  padding: 2px 8px
}
.button-tertiary.hvr-sweep-to-right:before {
  background: #009492;
}
.plusbig {
  background-color: var(--eighth-color);
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.adhererbig {
  background-color: #FFFFFF;
  padding: 4px 8px;
  color: #00B0F0;
  font-size: 1.4rem;
  text-transform: uppercase;
}
a.button-archives-actus {
  background-color: var(--eighth-color);
  color: #FFF;
  padding: 7px 10px;
  margin-bottom: 25px;
  font-size: 1.2rem;
  border-radius: 4px
}
#toTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--eighth-color);
  color: white;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1199px) {
#toTop {
  bottom: 70px;
  right: 40px;
}
}
#toTop:hover {
  background-color: #555;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600; /*background: #f9f9f9;*/
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: right;
  text-align: right;
  width: 45%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: left;
  text-align: left;
  width: 45%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.nav-links .nav-previous a, .nav-links .nav-next a, .post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-size: 0.8rem;
  background-color: #009492;
  border: none;
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
  color: #FFF
}
.nav-links .nav-next a::before, .post-navigation .nav-next a::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0d9";
  margin-right: 0.5rem
}
.nav-links .nav-previous a::after, .post-navigation .nav-previous a::after {
  font-family: "Font Awesome 5 Free" !important;
  content: " \f0da";
  margin-left: 0.5rem
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #97C6C6 none repeat scroll 0 0;
  color: #009492;
}
/* annuaire*/
#utilisateurs button {
  font-size: 1.2rem;
  color: var(--prim-color);
  text-align: left
}
#utilisateurs button .last-name {
  text-transform: uppercase;
  font-weight: 600;
}
#filtreUsers .form-control {
  font-size: 1.2rem
}
#filtreUsers #submit_btn {
  font-size: 1.414rem;
  background-color: var(--eighth-color);
  color: #fff
}
#filtreUsers label {
  margin-bottom: 0;
}
#filtreUsers select#organisme {
  font-size: 0.9rem;
  color: var(--prim-color)
}
.btn-cyan {
  color: #fff;
  background-color: #00bcd4 !important;
  font-size: 1.2rem
}
.btn-cyan:hover {
  color: #fff;
  background-color: #00d3ee
}
.btn-cyan:focus, .btn-cyan.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}
.btn-cyan:focus, .btn-cyan:active, .btn-cyan.active {
  background-color: #00626e
}
.btn-cyan.dropdown-toggle {
  background-color: #00bcd4 !important
}
.btn-cyan.dropdown-toggle:hover, .btn-cyan.dropdown-toggle:focus {
  background-color: #00d3ee !important
}
.btn-cyan:not([disabled]):not(.disabled):active, .btn-cyan:not([disabled]):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  background-color: #00626e !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}
.btn-cyan:not([disabled]):not(.disabled):active:focus, .btn-cyan:not([disabled]):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}
#nomclear {
  position: absolute;
  right: -25px;
  top: 13px;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}
/*radio buttons*/
.form-check-input:not(:checked), .form-check-input:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0
}
.form-check-input[type="radio"]:not(:checked) + label, .form-check-input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease
}
.form-check-input[type="radio"] + label:before, .form-check-input[type="radio"] + label:after, label.btn input[type="radio"] + label:before, label.btn input[type="radio"] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: "";
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease
}
.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after, .form-check-input[type="radio"]:checked + label:before, .form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:before, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:not(:checked) + label:before, label.btn input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:checked + label:before, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:before, label.btn input[type="radio"].with-gap:checked + label:after {
  border-radius: 50%
}
.form-check-input[type="radio"]:not(:checked) + label:before, .form-check-input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:not(:checked) + label:before, label.btn input[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a
}
.form-check-input[type="radio"]:not(:checked) + label:after, label.btn input[type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0)
}
.form-check-input[type="radio"]:checked + label:before, label.btn input[type="radio"]:checked + label:before {
  border: 2px solid transparent
}
.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:before, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:before, label.btn input[type="radio"].with-gap:checked + label:after {
  border: 2px solid #4285f4
}
.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:after {
  background-color: #4285f4
}
.form-check-input[type="radio"]:checked + label:after, label.btn input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5)
}
.form-check-input[type="radio"].with-gap:disabled:checked + label:before, label.btn input[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.46)
}
.form-check-input[type="radio"].with-gap:disabled:checked + label:after, label.btn input[type="radio"].with-gap:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border: none
}
.form-check-input[type="radio"]:disabled:not(:checked) + label:before, .form-check-input[type="radio"]:disabled:checked + label:before, label.btn input[type="radio"]:disabled:not(:checked) + label:before, label.btn input[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46)
}
.form-check-input[type="radio"]:disabled + span, label.btn input[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.46)
}
.form-check-input[type="radio"]:disabled:not(:checked) + span:before, label.btn input[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.46)
}
.form-check-input[type="radio"]:disabled:checked + span:after, label.btn input[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #bdbdbd
}
.form-check-input[type="radio"]:checked + label:after .disabled-material, label.btn input[type="radio"]:checked + label:after .disabled-material {
  background-color: rgba(66, 133, 244, 0.2)
}
.md-disabled::after {
  background-color: rgba(66, 133, 244, 0.5) !important;
  border-color: rgba(66, 133, 244, 0.2) !important
}
.md-disabled::before {
  border-color: rgba(66, 133, 244, 0.25) !important
}
.collapsible__button {
  height: 20px;
  position: absolute;
  right: left;
  top: 10px;
  width: 20px;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: none;
  color: var(--third-color) !important
}
/*fermé */
.btn-link.collapsed .collapsible__button::before, .btn-link.collapsed .collapsible__button::after, .btn-link:not(.collapsed) .collapsible__button::before, .btn-link:not(.collapsed) .collapsible__button::after {
  background: var(--eighth-color);
  border-radius: 4px;
  content: ' ';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  /* transition: opacity 0.3s, -webkit-transform 0.3s; */
  -o-transition: opacity 0.3s, transform 0.3s;
  /* transition: opacity 0.3s, transform 0.3s; */
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  top: 9px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  width: 20px;
}
.btn-link.collapsed .collapsible__button::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*fermé*/
.btn-link:not(.collapsed) .collapsible__button::after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-link:not(.collapsed) .collapsible__button::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#utilisateurs .card {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 0
}
#utilisateurs .card-header {
  padding-left: 0
}
#utilisateurs .card-header button {
  padding-left: 0
}
#utilisateurs .card-header .organisme {
  color: var(--sec-color);
  font-size: 1.05rem;
}
#utilisateurs .card-body {
  background-color: #FAFAFA;
  padding: 2rem 3rem;
}
#utilisateurs ul.infos-user {
  margin: 1rem;
  list-style: none
}
#utilisateurs ul.infos-user li {
  margin-bottom: 1rem
}
#utilisateurs ul.infos-user li .label {
  font-weight: 600;
  margin-bottom: 1rem
}
#utilisateurs ul.infos-user li a {
  color: var(--eighth-color);
}
#utilisateurs ul.infos-user li a:hover {
  color: var(--sec-color);
}
/*--------------------------------------------------------------
# BOX & ZONES
--------------------------------------------------------------*/
.backgrounfullwith-light {
  background-color: #ECF7FC;
  z-index: 5
}
.backgrounfullwith-primary {
  background-color: var(--sec-color);
  padding: 0 0 3.5rem
}
/*## connexion header*/
#bandeau .connexion {
  font-size: 0.8rem;
}
#bandeau .connexion a {
  color: var(--eighth-color)
}
#bandeau .connexion a.name {
  color: #FFF
}
#bandeau .connexion a:hover, #bandeau .connexion a:focus, #bandeau .connexion a:hover *, #bandeau .connexion a:focus * {
  color: #FFF
}
#bandeau .connexion a.name:hover, #bandeau .connexion a.name:focus, #bandeau .connexion a.name:hover *, #bandeau .connexion a.name:focus * {
  color: #B73764
}
li.nav_search_box {
  display: none !important
}

.ihc-locker-wrap{
	background-color: rgba(209,145,146,0.30);
	padding:5px 15px
} 
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  display: inline-block;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# SLICK
--------------------------------------------------------------*/
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1
}
.slick-last-agenda .slick-track{
    min-width: 340px
}
.slick-last-agenda button .fa-chevron-left, .slick-last-agenda button .fa-chevron-right {
  color: var(--fifth-color);
  opacity: 0.85;
}
.slick-last-agenda button {
  background-color: transparent !important
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.5
}
.slick-prev {
  left: -10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -44px;
}
.slick-next {
  right: -10px;
}
[dir="rtl"] .slick-next {
  left: -44px;
  right: auto;
}
.slick-last-agenda .slick-slide article a {
  text-decoration: none
}
.slick-last-agenda article {
  border-radius: 8px;
  height: 150px;
}
.slick-last-agenda .evenement {
  font-size: 1.4rem
}
.slick-dots {
  position: absolute;
  bottom: -56px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width:1180px) {
  .slick-dots {
  bottom: -30px;
  padding: 0;
  margin: 0;
  width: 100%;
}
}
@media only screen and (min-width:1400px) {
  .slick-dots {
  bottom: -25px;
}
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  color: var(--fifth-color);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-last-agenda .slick-dots li button:before{
     color: var(--fifth-color);
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.item-agenda p a{
    text-decoration: none
}
.item-agenda{
   min-height: 150px
}

/*.slickcaroussel .item {
  position: relative;
}
.overlay-slick {
  position: absolute;
  background-color: #001F40;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000
}*/
/*--------------------------------------------------------------
# CENTRES RESSOURCES
--------------------------------------------------------------*/
#descr-cdr {
  font-size: 120%
}
.items-actualites-centre-ressources {
  border-left: 1px solid #D2D2D2;
  padding: 0 25px
}
.items-actualites-centre-ressources:first-child {
  border-left: none;
  padding-left: 15px
}
.items-actualites-centre-ressources:second-child {}
.tax-centres-ressources h3 {
  color: var(--fourth-color) !important;
  font-size: 1.6rem
}

h2.header-dossiers {
 padding-bottom: 10px;
 border-bottom: 2.5px dotted var(--prim-color);
}
nav.cdr-dossiers ul {
  padding-left: 20px;
}
nav.cdr-menu ul li{
  margin-left: -22px;
  margin-bottom: 8px;
    list-style-position: inside
} 
nav.cdr-menu ul li a,
nav.revendiquer-dossiers ul li a {
  font-size: 1.3rem;
  text-decoration: none;
}
nav.cdr-dossiers ul li, nav.revendiquer-dossiers ul li {
  margin-bottom: 14px;
}
.thumbbox {
  height: 160px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: 1px solid rgba(176, 176, 176, 0.40);
}
.items-actualites-centre-ressources-large .thumbbox {
  height: 140px;
  width: 100%;
}
.items-centre-ressources-large .thumbbox {
  height: auto;
}
.thumbbox-xs {
  height: 80px;
}

a.btn.btn-agenda{
    background-color: var(--fifth-color);
    color: #FFF;
    padding: .1rem .35rem;
}
a.btn.btn-agenda:hover,.btn.btn-agenda:focus{
    background-color: var(--sec-color);
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar h3.widget-title {
  text-transform: uppercase;
  color: var(--third-color) !important;
  border-bottom: thin dashed #00B0F0;
  padding-bottom: 0.5rem
}
button.btn-mots-cles {
  background-color: var(--eighth-color);
  color: #FFF;
  width: 100px;
  height: 100px;
  border-radius: 66px;
  border: none;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
button.btn-mots-cles:hover, button.btn-mots-cles:focus {
  background-color: #009492;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.widget {
  margin: 0 0 1.5em;
  font-size: 1rem; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
h5.modal-title {
  color: var(--eighth-color);
  text-transform: uppercase
}
#modalmotscles a, a.tag-cloud-link {
  color: #373737;
  padding: 0 0.4rem 1px
}
#modalmotscles a:hover, #modalmotscles a:focus, a.tag-cloud-link:hover, a.tag-cloud-link:focus {
  color: #FFF;
  background-color: #999999;
}
.textwidget ul {
  padding: 0;
}
.widget_nav_menu .nav.menu {
  list-style-type: disc;
  padding-left: 18px
}
.widget_nav_menu .nav-link {
  padding: 0.5rem 0
}
.textwidget ul li, .widget_nav_menu .nav.menu li a {
  color: var(--eighth-color) !important;
  list-style-type: disc;
  list-style: inside;
}
.textwidget ul li a {
  color: var(--eighth-color)
}
.textwidget ul li a:hover, .textwidget ul li a:focus, .widget_nav_menu .menu li a:hover, .widget_nav_menu .menu li a:focus {
  color: #00ACE9
}
.widget_nav_menu .menu li a:hover {
  color: var(--third-color) !important;
}
.widget-ressources .item-ressource {
  border-bottom: 2px dotted var(--eighth-color);
  padding: 0.7rem 0;
  color: #009492;
}
.widget-ressources .item-ressource {
  -o-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -webkit-transition: .3s ease-outn;
  transition: .3s ease-out;
}
.widget-ressources .item-ressource:hover {
  background-color: hsla(196, 100%, 47%, 0.12);
}
.item-ressource .rubriques {
  font-size: 0.7rem;
  line-height: 0.8rem
}
.item-ressource .taxonomies {
  color: #3C3C3C;
}
.ressource .taxonomies {
  color: #7F7F7F;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.6rem
}
.widget-ressources img.img-titre {
  max-width: 260px
}
.widget-ressources h3 {
  font-size: 1.1rem !important;
  line-height: 1.1rem;
  margin-bottom: 0.2rem;
  color: #293D64
}
.date_insert p, .widget-ressources .date_insert p, .widget-ressources .taxonomies, .items-ressources p.date-article {
  font-size: 0.8rem;
  margin: 0;
  color: #7F7F7F
}
ul.infosressources {
  padding: 1rem 0;
  list-style: none;
}
ul.infosressources li {
  margin: 0.5rem 0 0.5rem;
  list-style: none
}
.infosgenre {
  color: var(--prim-color);
}
.picto-reseau {
  max-width: 200px
}
#footer-widget .widget_mailster_signup h3 {
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 1rem
}
#footer-widget .widget_mailster_signup a {
  color: #FFFFFF;
}
#footer-newsletter-form .mailster-wrapper.mailster-_gdpr-wrapper > label > a {
  color: #FFF
}
#footer-newsletter-form .mailster-wrapper.mailster-_gdpr-wrapper > label > a:hover {
  color: var(--eighth-color)
}
#footer-newsletter-form p, #footer-newsletter-form h4 {
  color: #FFF;
  margin-bottom: 0.5rem
}
#footer-newsletter-form p, #footer-newsletter-form .mailster-wrapper.mailster-_gdpr-wrapper > label {
  font-size: 0.9rem
}
.mailster-form-1 .submit-button, .mailster-form-4 .submit-button {
  background-color: var(--eighth-color);
  border: none;
  padding: 0.2rem 0.5rem
}
.mailster-form-1 .submit-button:hover, .mailster-form-4 .submit-button:hover {
  background-color: #009492;
}
.mailster-form-1 .mailster-wrapper input, .mailster-form-4 .mailster-wrapper input {
  padding: 2px 6px;
  color: var(--sec-color);
  border-radius: 4px;
  border: thin
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
  z-index: 1;
}
#content.site-content {
  padding-top: 10rem;
}
.image-une {
  max-width: 320px
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
/* annule le css sticky de modal-login  notemment pour les reponses des recherches*/
.sticky.hentry {
  position: relative !important;
  height: auto !important
}
.sticky.hentry .entry-title::before {
  content: '';
}
/***/
/**Caroussels - migrer class unique*/
#caroussel-actus, .carrousel-actus {
  height: 370px;
}
#caroussel-actus.carrousel-actus.caroussel-jde {
  height: 550px;
}
@media only screen and (min-width: 641px) {
#caroussel-actus.carrousel-actus.caroussel-jde {
  height: 350px;
}
}
@media only screen and (min-width: 767px) {
#caroussel-actus.carrousel-actus.caroussel-jde {
  height: 430px;
}
}
@media only screen and (min-width: 1280px) {
  #caroussel-actus.carrousel-actus.caroussel-jde {
  height: 500px;
}  
}
.caroussel-jde h2{
    color:var(--sec-color);
}

#caroussel-actus.aneb, .carrousel-actus {
  background-color: var(--third-color) !important;
}

#caroussel-actus .carousel-inner p, .carrousel-actus .carousel-inner p {
  margin-bottom: 1rem;
  overflow: hidden
}
#caroussel-actus ul.carousel-indicators, 
.carrousel-actus ul.carousel-indicators{
  margin-top: 1rem;
  margin-bottom: 0.2rem
}
#caroussel-actus ul.carousel-indicators li, 
.carrousel-actus ul.carousel-indicators li{
  background-color: var(--eighth-color)
}
#caroussel-actus ul.carousel-indicators li.active, 
.carrousel-actus ul.carousel-indicators li.active{
  background-color: #97C6C6
}
#caroussel-actus .carousel-control-next, 
#caroussel-actus .carousel-control-prev, 
.home-content #caroussel-actus .carousel-control-next, 
.home-content #caroussel-actus .carousel-control-prev,
.carrousel-actus.carousel-control-next,
.carrousel-actus.carousel-control-prev
{
  top: 80%;
  width: 8%;
  color: var(--sec-color);
}
#caroussel-actus .carousel-control-next,
.carrousel-actus .carousel-control-next{
  margin-right: 5px
}
.carousel-item a:hover h3,
.carrousel-actus a:hover h3{
  color: #00ACE9
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.2em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
  margin-top: 0;
}
/*.post.hentry {
  margin-bottom: 4rem;
}*/
/* barre d'infos article; posté & auteur*/
.entry-meta {
  background-color: #F3F3F3;
  padding: 1rem 1.618rem
}
.posted-on, .byline, .comments-link {
  color: var(--prim-color);
}
.entry-meta .author {
  font-weight: 600
}
/*PAGES*/
/*list*/
.type-page .entry-content ul {
  list-style: none;
  padding: 0;
}
.type-page .entry-content li {
  padding-left: 1.3em;
  margin-bottom: 0.3rem;
  list-style-position: inside
}
.type-page .entry-content li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #00ACE9
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home-content {
  margin-top: var(--home-content-top);
}

  .entrezcommunautee_home h2 {
    font-size: 2.441rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 2.441rem
  }
  .entrezcommunautee_home p.headline {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #FFF;
  }
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 0 35px;
    border-color: var(--third-color) transparent transparent transparent;
    margin: -1px auto
  }
  .triangle.secondary {
    border-color: #ECF7FC transparent transparent transparent;
  }
  .cartouches-rubrique .logo-rubrique img {
    height: 50px;
    margin: auto
  }
  /*--------------------------------------------------------------
  ## Actualités
  --------------------------------------------------------------*/
  .wrapper-product-aneb {
    background-color: var(--sev-color);
    padding: 15px 20px;
    margin-bottom: 25px;
    border: 1px dotted var(--third-color)
  }
  /*general*/
  .nombre_posts {
    font-size: 0.8rem;
    color: var(--eighth-color);
    border: thin solid var(--eighth-color);
    text-transform: uppercase;
    margin: 0 0 1rem
  }
  .liste-actualites h2, #liste-ressources h2, h2.header-liste {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 0.1em;
    margin-bottom: 2rem;
    line-height: 1.25;
    color: var(--sec-color);
    border-bottom: 2.5px dotted var(--sec-color);
  }
  .categorie-actu {
    color: rgb(165, 165, 165);
  }
  .post-thumbnail.float-left {
    max-width: 30%;
  }
  /*par rubriques*/
  .les-eptb .liste-actualites h2, .les-eptb #liste-ressources h2 {
    color: var(--eighth-color);
    border-bottom-color: var(--eighth-color);
  }
  .epage .liste-actualites h2, .epage #liste-ressources h2 {
    color: #B73764;
    border-bottom-color: #B73764;
  }
  .rezeau .liste-actualites h2, .rezeau #liste-ressources h2 {
    color: #F7CD00;
    border-bottom-color: #F7CD00;
  }
  .przhmva .liste-actualites h2, .przhmva #liste-ressources h2 {
    color: #8FBD7C;
    border-bottom-color: #8FBD7C;
  }
  .liste-actualites a:hover h3,
  #archives-ressources a:hover h3,
  .ressource a:hover h3 {
    color: #00ACE9
  }
  /*une liste sur deux colonnes*/
  .liste-actualites.twocol article {
    /*	height:300px*/
  }
  .liste-actualites.twocol article img {
    max-height: 160px;
    width: auto
  }
  .liste-actualites.twocol .items-actualites-portrait:nth-child(odd) {
    padding-right: 30px
  }
  .liste-actualites.twocol .items-actualites-portrait:nth-child(even) {
    padding-left: 30px
  }
  .type-contenu {
    font-size: 0.8rem;
    color: #97C6C6;
    border: thin solid #97C6C6;
    padding: 0.1rem 0.6rem
  }
  .evenement p, .entry-header .evenement p, .evenement i {
    color: var(--fifth-color);
  }
  .evenement p i, .entry-header .evenement p i {
    font-size: 1.333rem
  }
  .entry-header .evenement p {
    font-size: 1.2rem;
  }
  .entry-title > a {
    color: inherit;
  }
  .items-actualites-portrait {
    display: flex;
    height: auto;
  }
  .items-actualites-portrait .thumbnail {
    max-width: 30%;
  }
  .dotted-bottom {
    border-bottom: 2.2px dotted #C7C7C7;
  }
  .items-actualites ul.post-categories {
    padding: 0;
    list-style: none
  }
  .items-actualites-archives .categorie, p.categorie {
    color: #009492;
    font-style: italic;
    text-align: right
  }
  .items-actualites-archives .categorie {
    margin: 0.8rem 0;
  }
  p.categorie {
    margin: 0;
  }
  .items-actualites-archives .categorie > span {
    font-weight: 600
  }
  .liste-actualites .rubriques a.rubrique, .items-ressources .rubriques a.rubrique, .items-actualites-compact .rubriques a.rubrique {
    font-size: 0.8rem;
    color: #FFF;
  }
  .thematiques {
    background-color: #F3F3F3;
    padding: 0.3rem 0.5rem;
    color: #7F7F7F;
  }
  .thematiques a.thematique, a.categories_ressources, .categories-ressources a, .thematiques-light a {
    font-size: 0.9rem;
    color: #7F7F7F;
  }
  .thematiques-light {
    background-color: #FFF;
    padding: 0.2rem
  }
  .evportrait .thematiques a.thematique, .items-ressources .categories_ressources, .categories-ressources, .thematiques-light a.thematique {
    font-size: 0.8rem;
  }
  .categories-ressources {
    background-color: #F3F3F3;
    padding: 0.4rem 0.5rem;
    color: #009492;
  }
  #liste-ressources .categories-ressources {
    background-color: #FFF;
  }
  .entry-meta .thematiques {
    padding: 0.2rem 0 !important;
  }
  .thematiques .sep, .categories-ressources .sep {
    color: #97C6C6
  }
  /*couleurs rubriques*/
  a.rubrique {
    padding: 2px 6px 2px;
    line-height: 100%;
    margin-bottom: -4px;
  }
  .item-ressource .rubriques .aneb, a.rubrique.aneb {
    background-color: var(--sec-color);
    color: #FFF
  }
  .item-ressource .rubriques .epage, a.rubrique.epage {
    background-color: #B73764;
    color: #FFF
  }
  .item-ressource .rubriques .les-eptb, a.rubrique.les-eptb {
    background-color: var(--eighth-color);
    color: #FFF
  }
  .item-ressource .rubriques .rezeau, a.rubrique.rezeau {
    background-color: #F7CD00;
    color: #FFF
  }
  .item-ressource .rubriques .przhmva, a.rubrique.przhmva {
    background-color: #8FBD7C;
    color: #FFF
  }
  /**Caroussels */
  .przhmva #caroussel-actus {
    background-color: #E2F3DB
  }
  .przhmva #caroussel-actus .carousel-control-next, .przhmva #caroussel-actus .carousel-control-prev {
    color: #5D9048
  }
  .fichiers-joints {
    border: thin solid var(--eighth-color);
  }
  .source {
    border: thin solid #97C6C6;
  }
  .articleressources {
    border: thin solid #009492;
  }
  .source a {
    color: #64AAAA
  }
  .source a:hover, .source a:focus {
    color: #009492
  }
  .fichiers-joints h3, .source h3, .articleressources h3 {
    color: #FFF;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: 300
  }
  .fichiers-joints h3 {
    background-color: var(--eighth-color);
  }
  .source h3 {
    background-color: #97C6C6;
  }
  .articleressources h3 {
    background-color: #009492;
  }
  .fichiers-joints ul.items, .articleressources ul.items {
    padding: 0;
    list-style: none
  }
  .fichiers-joints ul.items > li, .articleressources ul.items > li {
    padding-bottom: 1rem;
    margin-bottom: 0
  }
  .fichiers-joints ul.items > li a {
    color: var(--eighth-color);
  }
  .fichiers-joints ul.items > li a:hover {
    color: var(--sec-color);
  }
  .articleressources ul.items > li a:hover {
    color: #406161
  }
  .articleressources ul.items > li a {
    color: #009492;
  }
  /*====*/
  .unes {
    background-color: #E8F6FD
  }
  .tags {
    margin-top: 1rem
  }
  p.tags {
    line-height: 1.6rem
  }
  .tags a, .tags-links a {
    font-size: 0.76rem;
    background-color: rgba(171, 171, 171, 1.00);
    padding: 0.15rem 0.5rem;
    color: #FFF;
    border-radius: 3px;
    white-space: nowrap;
  }
  .single-post .tags-links a {
    font-size: 0.9rem
  }
  .tags a:hover, .tags-links a:hover {
    background-color: #B73764;
  }
  .foundpost {
    color: #7F7F7F
  }
  /*--------------------------------------------------------------
  ## RESSOURCES
  --------------------------------------------------------------*/
  #liste-ressources {
    background-color: var(--third-color);
  }
  #liste-ressources.full-page-liste {
    background-color: transparent
  }
  .fichier-ressource-sidebar {
    background-color: hsla(0, 0%, 61%, 1.00)
  }
  /*--------------------------------------------------------------
  ## ORGANISME
  --------------------------------------------------------------*/
  .type-organismes {
    border-bottom: 1px solid #DEDEDE
  }
  .organismes .post-thumbnail img{ width:100%; height:auto}
  /*--------------------------------------------------------------
  ## FORMULAIRES
  --------------------------------------------------------------*/
  .post-password-form p {
    color: rgba(217, 27, 30, 1.00)
  }
  .post-password-form input {
    border: 1px solid rgba(136, 136, 136, 1.00)
  }
  .acf-input-wrap input {
    border: 1px solid rgba(170, 170, 170, 1.00);
    border-radius: 4px
  }
  button.af-submit-button, button.submit {
    border: none;
    background-color: var(--eighth-color);
    color: #FFF;
    padding: 8px 14px !important;
    border-radius: 3px;
    font-size: 1.25rem
  }
  button.af-submit-button:hover {
    background-color: #00ACE9
  }
  .acf-switch.-on {
    background-color: var(--sec-color);
    border-color: #00ACE9
  }
  .af-success, .msg-success {
    background-color: rgba(121, 189, 111, 1.00);
    padding: 10px 15px
  }
  .af-success p, .msg-success p {
    font-style: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
  }
  .af-success a:hover, .msg-success a:hover {
    color: #FFF !important
  }
  /*--------------------------------------------------------------
  ## FORMULAIRES INSCRIPTION & MODIFICATION
  --------------------------------------------------------------*/
  /* cache les champs email et telephone organisme 1*/
  #form_5e9ff307258e9 .acf-field-5eb057faaedd2, #form_5e9ff307258e9 .acf-field-5eb057faaee0a {
    display: none !important
  }
  #form_5e9ff307258e9 ul.choices-list li, #form_5ebaa88a6a7d6 ul.choices-list li {
    padding: 0;
    margin: 0 !important;
  }
  #form_5e9ff307258e9 ul.choices-list li:before, #form_5e9ff307258e9 ul.values-list li:before, #form_5ebaa88a6a7d6 ul.choices-list li:before, #form_5ebaa88a6a7d6 ul.values-list li:before, #form_5ebaa88a6a7d6 ul.acf-checkbox-list li:before {
    content: "";
    margin-left: 0;
    width: 0;
    display: inline
  }
  /*pages*/
  .af-page-wrap .title {
    font-size: 1.41rem;
    color: var(--eighth-color)
  }
  .af-page-button .index {
    font-size: 1.41rem !important;
    color: #FFF !important;
    height: 28px !important;
    width: 28px !important;
    border-radius: 20px !important;
    line-height: 27px !important;
  }
  .af-page-wrap {
    border-color: #E9E9E9 !important
  }
  .af-page-button.current .index {
    background-color: #B73764 !important
  }
  .af-page-button.current .title {
    color: #B73764 !important
  }
  .af-page-button {
    /*    background: #DEDEDE !important;*/
  }
  button.af-previous-button, button.af-next-button {
    font-size: 1.2rem;
    background-color: var(--sec-color);
    border: none !important;
    color: #fff;
    padding: 5px 10px !important;
    border-radius: 3px !important;
  }
  button.af-previous-button[disabled] {
    display: none
  }
  /*--------------------------------------------------------------
  ## ESPACE UTILISATEUR  & Profil
  --------------------------------------------------------------*/
  .espace-user h3 {
    padding-bottom: 0.7rem;
    border-bottom: 1px dotted currentcolor;
  }
  .espace-user p.label {
    color: #00ACE9
  }
  .espace-user .af-label.acf-label {
    color: #00ACE9
  }
  .acf-checkbox-list li:before {
    display: none !important;
  }
  .vue-admin-card {
    font-size: 0.8rem;
    color: #FFF;
    background-color: #009492;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 1rem
  }
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  /* Make sure embeds and iframes fit their containers. */
  embed, iframe, object {
    max-width: 100%;
  }
  .imapsContainer.imapsMapObject.imapsMapPolygon{opacity:0 !important}
  .goverlay{
    background-color: transparent !important
  }
  p.ttip {
    line-height: 16px;
  }
  ul.igm_entries_list{
    padding-left: 10px
  }
  .igm_entries_list li{
    font-size: 70%;
    line-height: 1rem;
    margin-bottom: 9px
  }
  .igm_entries_list li:hover{
    color:var(--sec-color)
  }
  .igm_content_above{
    font-size: 90%;
    background-color: #FFFFFF;
    min-height: 115px;
    padding: 15px 18px 0
  }
  .igm_content_above p{
    margin-bottom: 8px
  }
  .igm_content_above a.lien-organisme{
    text-decoration: none;
    color:#FFF;
    background-color: var(--sec-color);
    padding: 3px 5px;
    font-size: 80%
  }
  .igm_content_above a.lien-organisme:hover{
    color:#FFF;
    background-color: var(--eighth-color);
  }
  img.logo-organisme{
    max-width: 120px;
    max-height: 85px;
    height: auto;
    float: left
  }
  .wp-element-caption{
    color:var(--prim-color) !important;
    font-weight: 600;
    line-height: 1rem !important;
    padding: 0!important
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    background: linear-gradient(0deg, rgba(255,255,255,0.36),#FFF 70%, rgba(255,255,255,0.36) );
  }
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
  }
  .wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
  }
  .wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
  }
  .wp-caption-text {
    text-align: center;
  }
  /*--------------------------------------------------------------
  ## FAQ user
  --------------------------------------------------------------*/
  .faq-item h4 {
    color: #00ACE9
  }
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .blocks-gallery-item img {
    border: thin solid #AFAFAF;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px
  }
  .blocks-gallery-item img:hover {
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    border: thin solid #AFAFAF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    opacity: 0.6
  }
  /*--------------------------------------------------------------
  ## SEO PRESS
  --------------------------------------------------------------*/
  .seopress-user-consent {
    background-color: #B73764 !important;
  }
  .seopress-user-consent p {
    color: #FFF !important;
  }
  .seopress-user-consent #seopress-user-consent-accept {
    background-color: var(--eighth-color) !important;
    color: #FFF !important;
    border: none
  }
  /*--------------------------------------------------------------
  ## BREADCRUMB
  --------------------------------------------------------------*/
  a.breadrumb_link {
    color: #8DC546;
    font-weight: 600
  }
  a.breadrumb_link:hover, a.breadrumb_link:focus {
    color: #9B9B9B;
  }
  #breadcrumbs {
    list-style: none;
    margin: 0 0 1.4rem 0;
    overflow: hidden;
    padding: 0
  }
  #breadcrumbs li.item-home {
    margin-left: -10px;
  }
  #breadcrumbs li.item-current {
    color: #8D8D8D !important
  }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    list-style-position: inside;
  }
  #breadcrumbs li a, .breadcrumbs a {
    color: var(--sec-color);
  }
  #breadcrumbs li a:hover, #breadcrumbs li a.bread-parent-121:hover {
    color: #B73764
  }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
  }
  /* les couleurs rubriques */
  /*aneb*/
  #breadcrumbs li a.bread-parent-121 {
    color: var(--sec-color) !important;
  }
  body.aneb h1 {
    /*color: #00ACE9*/
  }
  /*--------------------------------------------------------------
  ## MAILING LIST
  --------------------------------------------------------------*/
  .mailster-form-info.error p, .mailster-form-info.success p {
    color: #fff
  }

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  footer#colophon {
    font-size: 85%;
  }
  body:not(.theme-preset-active) footer#colophon, #footer-widget {
    color: #fff;
    background-color: var(--sec-color);
    min-height: 120px
  }
  .navbar-dark .site-info {
    color: #fff;
  }
  .copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
  }
  .copyright a, footer#colophon a {
    color: inherit;
  }

  /*--------------------------------------------------------------
  ## Notebook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1600px) {
    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
      font-size: 1rem !important
    }
  }
  @media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }
  @media screen and (max-width: 1199px) {
    .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
      padding: 0 18px !important
    }
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
      font-size: 16px !important
    }
  }
  /*--------------------------------------------------------------
  ## Netbook
  --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 90%;
    }
    .cartouches-rubrique .logo-rubrique {
      max-width: 60%
    }
  }
  @media only screen and (min-width: 961px) {
    h1 {
      font-size: 2.41rem;
      padding-bottom: 10px;
    }
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 95%;
    }
    .navbar {
      background-color: var(--sec-color);
      background: none;
    }
    .navbar-brand {
      padding-top: 5px !important
    }
    .mmm_fullwidth_container {
      background-color: transparent !important
    }
    .mega_main_menu {
      width: 100% !important
    }
    /*boite du sous menu*/
    .mega_main_menu > .menu_holder > .menu_inner.mobile_menu_active {
      box-shadow: 0px 25px 28px -6px rgba(0, 0, 0, 0.20);
    }
    .mega_main_menu > .menu_holder > .menu_inner > ul > li > a {
      height: 42px !important;
    }
    .mega_main_menu.primary > .menu_holder > .menu_inner > ul li > .item_link .link_content .link_text {
      font-size: 22px !important
    }
    .mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
      padding-right: 100px !important
    }
    .mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
      padding-left: 50px !important;
    }
    /* icone de presence dropdown*/
    a.item_link::after, span.item_link::after {
      margin-right: 20px
    }
    /* hamburger*/
    .mobile_button .symbol_menu {
      font-size: 36px !important;
    }
    .mobile_button .symbol_cross {
      font-size: 20px !important;
    }
    .home-content #caroussel-actus {
      height: 400px;
      background-color: transparent
    }
    .navbar, .mega_main_menu.primary > .menu_holder > .mmm_fullwidth_container {
      background-color: #00ACE9 !important
    }
    #main_ul-primary {
      width: 100% !important
    }
    li.nav_search_box {
      padding-top: 10px !important;
      height: 50px !important
    }
    li.nav_search_box input {
      font-size: 16px;
      background-color: #97C6C6;
      border-color: none !important
    }
  }
  @media only screen and (min-width: 572px) and (max-width: 960px) {
    #bandeau {
      height: 80px
    }
    .mega_main_menu, .mega_main_menu > .menu_holder > .mmm_fullwidth_container, .menu_inner {
      height: 28px !important
    }
    .menu_inner > .nav_logo > .mobile_toggle {
      height: 20px !important
    }
    .mobile_button {
      line-height: 20px !important
    }
    .mega_main_menu .nav_logo a.logo_link {
      display: none !important
    }
    #bandeau .logo-bassinversant-svg {
      max-width: 460px;
      float: left;
      margin: 10px 0 0 -21px
    }

    .mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child > .item_link {
      padding-left: 0 !important
    }
    .mega_main_menu li.multicolumn_dropdown > ul {
      box-shadow: none !important
    }
    #caroussel-actus {
      height: 480px;
    }
    .widget-ressources img.img-titre {
      max-width: 180px
    }
    .liste-actualites.twocol article {
      height: 440px
    }
  }
  .picto-madein-aneb.small img {
    width: 55px !important;
    height: auto
  }
  .picto-madein-aneb.medium img {
    width: 80px;
    height: auto
  }
  .picto-madein-aneb.large img {
    width: 130px;
    height: auto
  }
  .wp-block-button__link {

    background-color: rgba(189, 189, 189, 1.00);
    padding: calc(.667em - 2px) calc(1.667em - 2px);
    margin-bottom: 5px
  }

  a.wp-block-button__link[href$=".pdf"]{
    color: #FFF;
  }
  a.wp-block-button__link[href$=".pdf"]::after {
    color: #FFF;
  }
  /*--------------------------------------------------------------
  ## iPad
  --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 95%;
    }
    #toTop {
      font-size: 1.1rem;
    }
    #masthead .navbar-nav > li > a {
      padding-bottom: 0.9rem;
      padding-top: 0.9rem;
    }
    /*UBER MENU*/
    /*==LOGO ANEB SVG MENU==*/
    /*.ubermenu #menu-item-234 {*/
    /*  width: 124px*/
    /*}*/
    .ubermenu #menu-item-234 img {
      /*max-width: 130%;*/
      /*width: 60px !important;*/
      /*top: 0px;*/
      /*margin-left: 0px;*/
      /*height: auto;*/
      /*position: relative*/
    }

    .mega_main_menu_ul > li a {
      border-bottom: 0.5px solid #fff !important;
    }
    .cartouches-rubrique .logo-rubrique {
      max-width: 70%
    }
  }
  @media only screen and (max-width: 641px) {
    .mega_main_menu li.default_dropdown > .mega_dropdown > li > .item_link, .mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
      padding-left: 30px !important;
    }
    .widget-ressources img.img-titre {
      max-width: 280px
    }
  }
  /*--------------------------------------------------------------
  ## Smartphones
  --------------------------------------------------------------*/
  @media (min-width: 576px) {
    .home-content #caroussel-actus .carousel-control-next {
      right: 15px;
    }
    /*   #bandeau .connexion {
      min-width: 180px;
  } */
  }
  @media (max-width: 576px) {
    html {
      font-size: 95%;
    }
    .hidden-sm {
      display: none
    }
    .navbar-brand {
      margin-right: 0
    }
    h3.headline-mobile {
      font-size: 1.2rem;
      background-color: #FFF;
      padding: 5px 8px;
    }
    #bandeau {
      height: 32px
    }
    #bandeau .connexion {
      margin-top: 0px;
      font-size: 0.8rem;
      height: 32px
    }
    .ressources.border-blue {
      border: none !important
    }
    .home-content #caroussel-actus {
      height: 480px;
      background-color: transparent
    }
    #caroussel-actus {
      height: 560px;
    }
    #caroussel-actus .img-container {
      text-align: center;
      max-height: 250px !important
    }
    @media (min-width: 767px) {
      #caroussel-actus .img-container img {
        max-height: 150px;
      }
    }
    .home-content #caroussel-actus .carousel-control-next, .home-content #caroussel-actus .carousel-control-prev {
      top: 94%;
    }
    .widget-ressources img.img-titre {
      max-width: 280px
    }
    /*une liste sur deux colonnes*/
    .liste-actualites.twocol article {
      height: auto;
    }
    .liste-actualites.twocol article img {
      max-height: auto;
      width: auto
    }
    .liste-actualites.twocol .items-actualites-portrait:nth-child(odd) {
      padding-right: 15px
    }
    .liste-actualites.twocol .items-actualites-portrait:nth-child(even) {
      padding-left: 15px
    }
  }
  /*--------------------------------------------------------------
  ## Bandeau
  --------------------------------------------------------------*/
  #bandeau-underheader-home img{
    max-height: 140px;
    width: auto;
  }
  #bandeau-underheader img{
    max-height: 45px;
    width: auto;
  }

  /*--------------------------------------------------------------
  ## JOURNEES DE L'EAU
  --------------------------------------------------------------*/
  /*#bandeau-jrde-home img{
      max-height: 140px;
      width: auto;
  }
  #bandeau-jrde img{
      max-height: 45px;
      width: auto;
  }*/

  .page-template-template-journees-eau-home #content.site-content {
    padding-top: 0;
  }

  .jde-hero{
    height: 300px;
    background-color: var(--tenth-color);
  }
  @media (min-width: 810px) {
    .jde-hero{
      height: 340px;

    }
  }
  .journees-eau p strong{
    color: var(--sec-color);
  }
  .journees-eau .entry-content p:first-child{
    font-size: 116%;
    margin-bottom: 1rem
  }
  .journees-eau p a{
    color: var(--sec-color);
    text-decoration: underline
  }

  .bloc_jde_home {
    transition: all 0.5s ease-out;
  }
  .bloc_jde_home *,.bloc_jde_home p a {
    color: #FFF;
    font-size: 120%;
    line-height: 120%;
    cursor: pointer
  }
  .bloc_jde_home p a {
    font-size: 100%
  }
  .bloc_jde_home h3{
    font-size: 2rem;
    margin-bottom: 0
  }
  .bloc_jde_home.bloc_1{
    background-color: var(--sec-color);
  }
  .bloc_jde_home.bloc_2{
    background-color: var(--fourth-color);
  }
  .bloc_jde_home.bloc_3{
    background-color: var(--eighth-color);
  }

  .bloc_jde_home:hover,.bloc_jde_home:focus{
    background-color: var(--prim-color);
    cursor:default
  }
  .bloc_jde_home .trait{
    font-size:180%;
    letter-spacing: 1px
  }
  .btn-jrde .wp-block-button__link{
    background-color: var(--sec-color);
  }
  .btn-jrde .wp-block-button__link:hover,.btn-jrde .wp-block-button__link:focus{
    background-color: var( --fourth-color);
    color:#FFF
  }
  .item-evenements-jrde article{
    border-radius: 10px;
    padding: 15px 20px;
    background-color: var( --elev-color);
    transition:.2s ease-out;
  }
  .item-evenements-jrde article:hover, .item-evenements-jrde article:focus{
    border-radius: 14px;
    background-color: var( --tenth-color);
  }
  .item-evenements-jrde a{
    color :var(--prim-color);
  }
  .item-evenements-jrde .date-article {
    color :var( --fourth-color);
    font-size: 110%;
    font-weight: 700
  }


  /*--------------------------------------------------------------
  ## REX
  --------------------------------------------------------------*/
  .types-rex{
    font-size: 120%;font-weight: 700;
    margin-top: 5px
  }
  .descriptif{
    background-color: var(--six-color);
    padding: 25px 25px 5px;
    margin-bottom: 25px;
  }
  .fichiers-joints .items li,
  .articleressources .items li,
  .organismes-autres li{
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1rem;
  }

  .fichiers-joints .items li::before,
  .articleressources .items li::before,
  .organismes-autres li::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--fourth-color, #333);
    position: absolute;
    left: 0;
    top: 0.45rem;
    border-radius: 2px;
  }
  #rx-identite{
    background-color: var(--six-color);
    padding: 1rem 1.5rem;
  }
  #rx-identite h3{
    text-align: center;
    text-transform: uppercase;
    color:var(--prim-color);
  }
  .themes {
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .themes .theme {
    display: inline-block;
    white-space: nowrap;
    background-color: #FFF;
    padding: 1px 6px;
    border-radius: 4px;
  }
  .organismes-autres p{
    margin-bottom: 0.2rem;
  }
  .organismes-autres a{
    color: var(--fourth-color);
  }
  .rex-list{
    margin-top: 3rem;
  }
  .rex-card .themes {  margin-top: 10px;
  }
  .rex-card .themes .theme {
    color: var(--prim-color);
    background-color: var(--fourth-color);
  }
  .rex-card .picto-madein-aneb {
    background-color: rgba(245, 245, 245, 0.72);
    right: 10px;
    top: 10px;
    border-radius: 8%;
    z-index: 100;
  }
  .rex-card .card-footer {
    padding: .75rem 1.25rem;
    background-color:#FFF;
  }
  .rex-card .card-footer p.date {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}
