@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

/**
 * 0 - Container
 */

@media (min-width: 992px) {
  .col-lg-3-5 {
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }

}
@media (min-width: 1199px) {
  .col-lg-3-5 {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
}
@media (min-width: 1299px) {
  .col-lg-3-5 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1399px) {
  .col-lg-3-5 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

html, body {
  height:100%;
}

html {
  font-size: 93.75%;

}

.container-nopad{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) and (orientation:portrait) {
  .container-cpt,
  .container-nopad,
  .container-large .site-main,
  .container-large .site-large,
  .container-large .breadcrumbs,
  .container-large .content-sidebar{

   padding-left:15px;
   padding-right:15px;
  }
  .container-large .content-sidebar .site-main {
    padding:0;
  }

}
@media (max-width: 576px) {
  .container-cpt,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-normal main {
    margin-left: 15px;
    margin-right: 15px;
  }
  #nohero_header #nohero_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .container,
  .container-large #primary,
  .container-large #secondary,
  .container-large .site-main,
  .container-large .site-large,
  .container-large .breadcrumbs,
  .container-large .content-sidebar,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title{

    max-width: 95%;
    margin:0 auto;
  }
  .container-large .content-sidebar .site-main {
    max-width:none;
  }

}

@media (min-width: 768px) and (max-width: 992px) {

  .fl-row-fixed-width,
  .single-format-standard .breadcrumbs,
  .container-cpt,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title {
    max-width: 90vw !important;
    margin:0 auto;
  }

  .container-large #primary,
  .container-large .site-main,
  .container-large .breadcrumbs,
  .container-large .content-sidebar{
      padding-left:20px;
      padding-right:20px;
  }
    .container-large .site-large{
         padding-left:0;
      padding-right:0;
  }
  .container-large .content-sidebar .site-main {
    padding:0;
  }

}
@media (max-width: 768px) {
  .container-cpt,
  .container-normal main,
  .container-large .site-main,
  .container-large .site-large,
  .container-large .content-sidebar {
    margin-top:1.5em;
  }
  .container-large .content-sidebar .site-main {
    margin-top:0;
  }
    .container-nopad{
   padding-left:15px;
   padding-right:15px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1099px  !important;
  }

  .fl-row-fixed-width,
  .single-format-standard .breadcrumbs,
  .container-cpt,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title {
      max-width: 62vw !important;
      margin:0 auto;
  }
  .container-large .site-main,
  .container-large .breadcrumbs,
  .container-large .content-sidebar{
      margin-left: 9.5% !important;
      margin-right: 9.5% !important;
  }
  .container-large .site-large {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-large .content-sidebar .site-main {
    margin-left:0 !important;
    margin-right:0 !important;
  }

}

@media (min-width: 1199px) and (max-width: 1299px) {
  .fl-row-fixed-width,
  .single-format-standard .breadcrumbs,
  .container-cpt,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title{
    max-width: 63vw !important;
    margin:0 auto;
  }
  .container-large .site-main,
  .container-large .breadcrumbs,
  .container-large .content-sidebar {
    margin-left: 9.5% !important;
    margin-right: 9.5% !important;
  }
   .container-large .site-large {
    margin-left: 7% !important;
    margin-right: 7% !important;
  }
  .container-large .content-sidebar .site-main {
    margin-left:0 !important;
    margin-right:0 !important;
  }
 
  #menu-menu-compte {
    margin-left: 0;
  }

}
@media (min-width: 1299px) and (max-width: 1399px) {
  .fl-row-fixed-width,
  .single-format-standard .breadcrumbs,
  .container-cpt,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title {
    max-width: 64vw !important;
    margin:0 auto;
  }
  .container-large .site-main,
  .container-large .breadcrumbs,
  .container-large .content-sidebar{
    margin-left: 9% !important;
    margin-right: 9% !important;
  }
   .container-large .site-large {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
  }
  .container-large .content-sidebar .site-main {
    margin-left:0 !important;
    margin-right:0 !important;
  }
  #menu-menu-compte {
    margin-left: .25em;
  }

}
@media (min-width: 1399px) {
  .fl-row-fixed-width,
  .single-format-standard .breadcrumbs,
  .container-cpt,
  .container-normal main,
  .container-normal .breadcrumbs,
  #nohero_header #nohero_title{
    max-width: 65vw !important;
    margin:0 auto;
  }
  .container-large .site-main,
  .container-large .breadcrumbs,
  .container-large .content-sidebar {
    margin-left: 9% !important;
    margin-right: 9% !important;
  }
  .container-large .site-large {
    margin-left: 8% !important;
    margin-right: 8% !important;
  }

  .container-large .content-sidebar .site-main {
    margin-left:0 !important;
    margin-right:0 !important;
  }
  #menu-menu-compte {
    margin-left: 1em;
  }

}

/* Background & box */
.bg-white {
  background-color: white;
}

.bg-gris {
  background-color: #F5F5F5;
}

.bg_white h1 {
  margin-top:0;
}

.bg-fond-jaune {
  background-image: url("../../images/fond-jaune.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
/**
 * 0 - Typography
 */
/* Generate Style :: attention spécifier valeur du rem !
et caler le mobile*/

#content {
 font-family: 'Karrik';
  font-weight: 500;
}

h1,
article .fl-module-heading h1.fl-heading {
  font-family: 'Karrik';
  font-size: 2.25rem;
  font-weight: 500;
  margin-top:1rem;
  margin-bottom:1.25rem;
}

h2 {
  font-family: 'Karrik';
  font-size: 2rem;
  font-weight: 500;
}

h3,
article .fl-module-heading h3.fl-heading {
  font-family: 'Karrik';
  font-size: 1.5rem; /* 40px */
  font-weight: 500;
  margin-top:0 !important;
  margin-bottom:.5em !important;
}

h4,
article .fl-module-heading h4.fl-heading {
  font-family: 'Lato';
  font-size: 1.25rem;
  font-weight: 700;

  margin-top:.25em !important;
  margin-bottom:.5em !important;
}

h5 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 900; 
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 2px;
}

h6 {
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 700; 
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
}

/* Text */
p, .entry-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
   line-height: 26px;
}

.entry-content a {
  font-weight: 700;
  text-decoration: underline;
  color:#000;
}
.entry-content a:hover {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.text_big {
  font-family: 'Lato';
  font-size: 1.25rem; /* 20px */
  font-weight: 400; 
  line-height: 32px;
}

.text_middle {
  font-family: 'Lato';
  font-size: 1.1rem;
  font-weight: 400; 
  line-height: 1.3;
}

.text_medium {
  font-family: 'Lato';
  font-size: 0.95rem;
  font-weight: 400; 

}

.text_small {
  font-family: 'Lato';
  font-size: 0.875rem; /* 14px */
  font-weight: 400; 
  line-height: 24px;
}

.fl-rich-text ol {
  padding-left:1em;
}
.text-primal{
  color:var(--primal);
}
.text-color-ref{
  color:var(--couleurref);
}
.text-secondaire{
  color:var(--secondaire);
}
.text-tertiaire{
  color:var(--tertiaire);
}
.text-light-accent{
  color:var(--text_light_accent);
}



/* Formulaires */
.label {
  font-family: 'Lato';
  font-size: 0.75rem; /* 12px */
  font-weight: 700; 
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
}

.text-form {
  font-family: 'Lato';
  font-size: 1.125rem; /* 18px */
  font-weight: 600; 
  line-height: 26px;
}

/* Titres */
.entry-content h2 {
  margin-top:1.5em;
  margin-bottom:0.25em;
}

.entry-content h3 {
  margin-top:.75em;
  margin-bottom:.5em;
}

#secondary h3  {
  font-size: 20px;
}


@media (max-width: 768px) {
  .post .entry-content p, .ast-single-post .entry-content p, .post .entry-content ul, .fl-rich-text p {
    font-size: .95em;
    line-height: 1.6;
    margin-bottom: .5em;
    letter-spacing: 0;
  }
  #main h1, .site-main h1, #main .entry-content h1, .site-main .entry-content h1  {
    font-size: 28px;
  }
  #main h2, #main .entry-content h2, .fl-rich-text h2,
  .page-template-page-forum #af-wrapper .forum .forum-title {
    font-size: 22px;
  }
  #main h3, #main .entry-content h3, .fl-rich-text h3, #secondary h3 {
    font-size: 20px;
  }

  h3{
  font-family: 'Karrik';
  font-size: 1.875rem; /* 30px */
  font-weight: 500; 
  /*line-height: 38px;*/
  }

  h4 {
  font-family: 'Lato';
  font-size: 1.25rem; /* 20px */
  font-weight: 700; /* Couldnt Identify Weight */
  /*line-height: 26px;*/
  }

  h5 {
    font-size: 14px;

  }
}

/**
 * 1 - Main Header
 */

.navbar-brand {
  padding-left:0;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

/* ANIMATED X */
.menu-text {
  font-size: 14px;
  display:none;
}

.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
   opacity: 0;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
   transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 24px;
  display: block;
  height: 3px;
  background-color: var(--couleurref);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius:.5em;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}


.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


.main-header-container {
  position: relative;
  padding-left:0;
  padding-right:0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-header-bar-wrap {
  position: relative;
  background-color: #FBCA06;
  color:#000000;
}

.home .main-header-bar-wrap {
  background-color: white;
}

.main-header-bar-wrap .nav-fallback-text {
  float: right;
}

/* menu sticky/fixed-top*/
body.admin-bar header.fixed-top {
    top:32px;
}

.site-content {
  padding-top:90px;
}

@media all and (max-width:992px) {
  .site-content {
    padding-top:57px;
  }
}

@media all and (max-width:782px) {
    body.admin-bar header.fixed-top {
        top:46px;
    }
}

#wpadminbar {
  position:fixed !important;
}

.main-navigation ul{
  width: 100% !important;
}
.nav-link {
  padding-bottom: 0;
}

header .site-logo-img .custom-logo-link img {
    height:auto;
    width:100px;
}

@media (max-width:992px){ 
  header .site-logo-img .custom-logo-link img {
    padding-left: 10px;
    max-width: 70px !important;
  }

}

@media (min-width:992px) { 
  header .site-logo-img  {
    margin-left:.5em;
  }
}


@media (max-width:992px) {
  .menu-complet {
    flex-direction: column;
    display:flex;
  }
    .navbar-brand {
      padding-bottom: .5rem;
      padding-top: .5rem;
  }

}

.main-header-bar-navigation {
  /*margin-left: auto;*/
  /*padding-bottom: .5rem;*/
}

#site-navigation .menu-link {
  font-family:'Karrik';
  display: block;
  color: #000000;
  font-weight:500;
  font-size:16px;
  position: relative;
  line-height: 1;
  width: max-content;
  padding-right: .25rem;
  padding-left: .25rem;
  padding-top: 0;
  letter-spacing: 0.3px;
  margin: 0 auto;
}


.offset-menu-compte{
  margin-left:auto;
  margin-right:3vw;
}

.box-compte-navigation{
  background: rgba(255, 255, 255, 0.8);
  border:1px solid var(--secondaire); 
  border-radius: 6px;
  padding: 1em 1.5em 1em 1.5em;
}

#compte-navigation .menu-link, 
#compte-navigation .menu-disabled {
  font-family:'Lato';
  display: block;
  color: var(--primal);
  font-weight:600;
  font-size:1em;
  position: relative;
  line-height: 1.1;
  width:fit-content;
}
@media (max-width:992px) {
  #compte-navigation {
    border-left:1px solid var(--secondaire); 
    padding-left:2em;
  }
}

@media (min-width:992px) {
  #compte-navigation {
    width:9em;
  }
  #compte-navigation .menu-link, 
  #compte-navigation .menu-disabled {
    text-align:right;
  }
}

#site-navigation .menu-link:hover, 
#site-navigation .menu-link:focus,
#site-navigation li.show .dropdown-toggle{
  text-decoration: none;
  color: white;
  outline: none;
}

#site-navigation .current-menu-item .menu-link,
#site-navigation .current-menu-parent .menu-link {
  color: white;
}

.home #site-navigation .current-menu-item .menu-link,
.home #site-navigation .menu-link:hover,
.home #site-navigation .menu-link:focus {
    color:#000000;
}

@media (min-width: 992px) {
    
  #site-navigation .current-menu-item .menu-link::after,
  #site-navigation .current-menu-parent .menu-link::after,
  #site-navigation .menu-link:hover::after,
  #site-navigation .menu-link:focus::after{
    content: '•';
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    color:#000000;
    font-size: 1.75em;
  }

  #site-navigation .dropdown-menu {
    border:none;
    border-radius:0;
    background-color: #000000;
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

      width: max-content !important;
      margin-top: 1.25em;
      padding: 0;
    line-height: 1;

    clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
    right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  }

  #site-navigation .dropdown-menu li.menu-item{
    text-align:center;
    border-bottom:1px solid #FBCA06;
    padding:0.1em 0;
  }

  #site-navigation .dropdown-menu li.menu-item:last-of-type{
    border-bottom:0;
  }

  #site-navigation .dropdown-menu li.menu-item a {
    line-height: 2;
    text-align: center;
    color:#FFFFFF;
    padding: 0;
  }

  #site-navigation .dropdown-menu li.current-menu-item a {
     color:#FBCA06;
  }

  #site-navigation .dropdown-menu li.menu-item a.dropdown-item:hover{
   color:#FBCA06;

  }
}


#site-navigation .dropdown-toggle::after,
.menu-langues .dropdown-toggle::after{
    display: inline-block;
    margin-left: .5em;
    vertical-align: middle;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: .63em;
    font-weight: 900;
}

#site-navigation .dropdown-item:focus, 
.menu-langues .dropdown-item:focus, 
#site-navigation .dropdown-item:hover,
.menu-langues .dropdown-item:hover {
      color: #FFFFFF;
      text-decoration: none;
      background-color: transparent;     
}


@media (max-width:992px) {

  #site-navigation  .dropdown-item,
  .menu-langues  .dropdown-item {
    padding: 0;
    margin:0;

  }
  #site-navigation .dropdown-menu,
  .menu-langues .dropdown-menu {
    box-shadow: none;
    display: block;
    margin-top:0;
    margin-bottom:0;
     padding-top: 0;
    padding-bottom: 0;
    padding-left: .5em;
    background-color: transparent;
    border:0;
    list-style: disc;
  }

 #site-navigation .dropdown-toggle,
 .menu-langues .dropdown-toggle {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  #site-navigation .nav-item,
  .menu-langues .nav-item {
    margin-top: .95em;
    margin-bottom: .25em;
    margin-left:2em;
  }
  #site-navigation .astm-search-menu{
    margin-top: 1.25em;
    width: 90%;
  }
  #site-navigation .is-search-form .is-search-input {
    margin-left: 2.25em;
    margin-bottom: 3em;
  }

  #site-navigation .nav-link,
  .menu-langues .nav-link{
    text-align:left;
    line-height: 1.25;
    margin:0;
  }

   #site-navigation .nav-link br {
     display:none;

  }

}

/* Recherche menu */
.home #site-navigation .is-search-form .is-search-input {
  background-color: rgba(251, 201, 8, 0.33) !important;
}


#menu .is-search-submit {
    background:url('../../images/icone_search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  margin-right: 5px;
  background-color: transparent !important;
  border: 0;
}


/**
 * 	Footer Section
 *
 */


.footer-site {
  background-color: var(--primal);
}

.footer-partners {
  background-color: #FFFFFF;
}


.footer-form {
  background-color: var(--couleurref);
}

.footer-adv-layout-4 h2 {
  padding-bottom: .5em;
  font-size: 1.1rem;
}

.footer-adv-layout-4 a {
  color:#000000;
  text-decoration: none;
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 16px;
}
.footer-adv-layout-4 a:hover {
  text-decoration: underline;
}


.footer-adv-title h2{
  font-size: 1.35rem;
  padding-bottom: 1em;
  padding-top: 1em;
}

footer .logo_footer.size-full {
  max-width:200px;
  margin:0;
}

.ast-footer-overlay {
  padding-top: .75em;
  padding-bottom: .75em;
}

.ast-small-footer {
  line-height: 1.85714285714286;
  position: relative;
  background-color: #000000;
  color:white;
  border:0;
  text-align: left;
  font-size:.9rem;
}

@media (max-width: 769px) {
  .ast-small-footer-section {

    margin-bottom:1em;
  }
  .ast-small-footer-section ul {
    padding-left:20px;
  }
  .ast-small-footer-section li {
    text-align:left;
    padding-top:.75em;
    padding-bottom:.75em;
  }
  .ast-small-footer-section li:last-of-type {
     padding-bottom:2em;
  }
  .ast-small-footer-section li.sep {
    display:none;
  }
}

@media (min-width: 769px) {
  .ast-small-footer-section li {
    display:inline;
    padding-left:2vw;
    padding-right:2vw;
  }
}

.ast-small-footer-section a {
   color:#FFFFFF;
   text-decoration: none;
   margin-right: 1em;
}

.ast-small-footer-section a:hover, 
.ast-small-footer-section a:focus {
  text-decoration: underline;
}

.ast-small-footer span {
  padding: 0 0.5em;
}

.ast-small-footer .widget-title,
.ast-small-footer .no-widget-text {
  margin-bottom: 0;
}
.footer-adv .widget-title {
  margin-bottom: 1em;

}
.ast-small-footer .widget {
  margin-bottom: 1em;
}

.ast-small-footer .widget ul {
  position: static;
  border: 0;
  width: auto;
}

.ast-small-footer .widget ul a {
  border: 0;
}

.ast-small-footer .widget:last-child {
  margin-bottom: 0;
}

/* Auto width footer sections */
@media (min-width: 769px) {
  .ast-small-footer .nav-menu li {
    margin: 0;
  }
  .ast-small-footer .nav-menu li:first-child a {
    padding-left: 0;
  }
  .ast-small-footer .nav-menu li:last-child a {
    padding-right: 0;
  }
}

/* Hide edit shortcut button */
.ast-footer-site-title .customize-partial-edit-shortcut-button {
  display: none;
}


@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .ast-small-footer-wrap .ast-row:before {
    display: block;
  }
}

.site-footer ul {
  margin: 0;
  list-style-type: none;
  margin:0 auto;
}
footer ul li {
    line-height:1.5;
}
.site-footer,
footer a,
footer li
#colophon p {
  font-family: 'Karrik';
  color:#000000;
  font-weight:500;
}


.site-footer h4 {
  font-size: 1.5em;
  margin-bottom:.25em !important;
  min-width: max-content;
}

.site-footer h2 {
    min-width: max-content;
}

.footer-partners .wp-block-image {
  margin:0;
  text-align: center;
}

@media all and (max-width: 992px) {
  .footer-partners .wp-block-image img{
  max-width: 7em;
    max-height: 4.5em;
    height: auto;
    object-fit: contain;
    width: auto;
        margin-left: .5em;
    margin-right: .5em;
  }
}

@media all and (min-width: 992px) {
  .footer-partners .wp-block-image img{
  max-width: 8em;
    max-height: 5.5em;
    height: auto;
    object-fit: contain;

  }
}

.site-footer .nav-menu li {
  display: inline-block;
}
.site-footer .widget_block li {
  padding-bottom:.5em;
}

.site-footer ul.footer-resosocio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top:.5em;
  margin-bottom:1.5em;
    min-width: max-content;
}


footer .wp-block-social-links.is-style-logos-only li.wp-social-link {
  background: white;
  padding: .2em .4em;
  border-radius: 50%;
}
footer .wp-block-social-links.is-style-logos-only .wp-social-link a{
  font-size:20px;
}

@media all and (min-width: 1099px) {
  .site-footer ul.footer-resosocio {
    max-width: 21vw;
  }
  .site-footer ul.footer-liens {
    max-width: 12vw;
  }
}

@media (max-width: 768px) {
   .site-footer ul.footer-resosocio {
    max-width: 75vw;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
   .site-footer ul.footer-resosocio {
    max-width: 50vw;
  }
}

@media (max-width: 992px) {

  .site-footer .row .footer-adv-widget {
    margin-bottom:1.5em;
  }
  .site-footer .row .footer-adv-widget.footer-adv-widget-4 {
    margin-bottom:0;
  }

  .footer-resosocio .wp-block-social-links li:first-of-type{
    margin-left: 0;
  }
  footer .wp-block-social-link {
    margin: auto;
  }
  .site-footer .footer-resosocio {
    margin-top: 1.5em;
  }

  #site-navigation {
    margin-top:1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-header-bar-navigation {
    padding-left:0;
    padding-right:0;
  }
}

header .astra-widget-social-profiles-inner {
  margin-left:auto;
}


.footer-adv-overlay {
  padding-top: .5em;
  padding-bottom: 2em;
}
.footer-adv-overlay-xs {
  padding-top: 1em;
  padding-bottom: 1em;
}

@media all and (max-width: 1099px) {
    .site-footer .wp-block-column {
    margin-top:.75em !important;
    margin-bottom:0 !important;
  }
}
@media all and (max-width: 992px) {

  .site-footer .wp-block-columns {
    margin-top:0 !important;
    margin-bottom:0 !important;
  }


  .footer-adv-overlay {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  .footer-adv-overlay-xs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-adv-overlay-xs button{
    margin-top: .75em;
    margin-bottom: .75em;
  }
}

/**
 * Widgets
 */
.widget-title {
  font-size:2.5em;
  margin-bottom: 0;
  line-height: 1;
}

.widget select {
  max-width: 100%;
}

.widget ul {
  margin: 0;
  padding:0;
  list-style-type: none;
}



/* Helpers */
@media (max-width: 768px) {
  .nobg-mobile  > .fl-row-content-wrap {
    background-image:none !important;
  }
}

.border-b::after {
  border-bottom: 1px solid #707070;
  content: " ";
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: .5em;
  padding-top: .3em;
}

/* Boutons */
#main .fl-builder-content a.fl-button, 
#main .fl-builder-content a.fl-button:visited{

  padding: 11px 18px;
  -webkit-appearance: none;

  color:white !important;
  font-weight: 600;
  background-color: black;
  border: 4px solid black;
  border-radius:0;
  font-family: 'Karrik';
  font-size:1.5rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
#main .fl-builder-content a.fl-button span, 
#main .fl-builder-content a.fl-button:visited span {
  color:#FBC908;
}


#main .fl-builder-content a.fl-button:hover{
  color:black;
  text-decoration: none !important;
  background-color: white;
  border: 4px solid #FBC908;
}

#main .fl-builder-content a.fl-button:hover span {
  color:black;
}

#main .fl-builder-content .btn-round a.fl-button {
  border-radius:30px;
}

/* Landing Page */
#main .fl-builder-content .btn_oyes a.fl-button,
#main .fl-builder-content .btn_oyes a.fl-button:visited {
  background-color: #084788;
  border: 1px solid #084788;
}
#main .fl-builder-content .btn_oyes a.fl-button:hover {
  background-color: transparent;
}
#main .fl-builder-content .btn_oyes a.fl-button:hover span{
  color: #084788 !important;
}

#main .fl-builder-content .btn_yesplus a.fl-button,
#main .fl-builder-content .btn_yesplus a.fl-button:visited {
  background-color: #313131;
  border: 1px solid #313131;
}
#main .fl-builder-content .btn_yesplus a.fl-button:hover {
  background-color: transparent;
}
#main .fl-builder-content .btn_yesplus a.fl-button:hover span{
  color: #313131 !important;
}

/**/

#main .fl-builder-content .btn-white a.fl-button, 
#main .fl-builder-content .btn-white a.fl-button:visited {

  padding: 12px 20px;
  -webkit-appearance: none;

  color: var(--couleurref);
  font-weight: 600;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 6px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
}
#main .fl-builder-content .btn-white a.fl-button span, 
#main .fl-builder-content .btn-white a.fl-button:visited span {
  color: var(--couleurref) !important;
}

#main .fl-builder-content .btn-white a.fl-button:hover {
  background-color: var(--couleurref);
}

#main .fl-builder-content .btn-white a.fl-button:hover span{
  color: white !important;
}


#main .fl-builder-content .btn-white-border a.fl-button, 
#main .fl-builder-content .btn-white-border a.fl-button:visited {

  padding: 12px 20px;
  -webkit-appearance: none;

  color: var(--couleurref);
  font-weight: 600;
  background-color: white;
  border: 1px solid var(--couleurref);
  border-radius: 6px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
}
#main .fl-builder-content .btn-white-border a.fl-button span, 
#main .fl-builder-content .btn-white-border a.fl-button:visited span {
  color: var(--couleurref) !important;
}

#main .fl-builder-content .btn-white-border a.fl-button:hover {
  background-color: var(--couleurref);
}

#main .fl-builder-content .btn-white-border a.fl-button:hover span{
  color: white !important;
}

.form-candidature-organisme .btn_couleuref,
.page-template-page-compte-organisme .btn_couleuref,
.form-candidature-organisme .btn_secondaire {
   display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn_secondaire {
  padding: 12px 20px;
  -webkit-appearance: none;

  color:white !important;
  font-weight: 600;
  background-color: var(--secondaire);
  border: 1px solid var(--secondaire);
  border-radius: 6px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
}

.btn_secondaire.dlsuccess {
  background-color: var(--text_light_accent);
  border: 1px solid var(--text_light_accent);
}
.btn_secondaire.dlsuccess:hover {
  background-color: var(--text_light_accent);
  border: 1px solid var(--text_light_accent);
  color:white !important;
}

.btn_secondaire:hover{
  color:var(--secondaire) !important;
  text-decoration: none !important;
  background-color:transparent;
  border: 1px solid var(--secondaire);
}


.btn_white_telecharger,
.intuitionbacklink a {
     display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  -webkit-appearance: none;

  color:var(--couleurref);
  font-weight: 600;
  background-color:white;
  border: 1px solid var(--couleurref);
  border-radius: 6px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
}

.btn_white_telecharger:hover{
  color:white;
  text-decoration: none !important;
  background-color:var(--couleurref);
  border: 1px solid var(--couleurref);
}

.btn_white,
.btn_white:visited{
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  -webkit-appearance: none;

  color:var(--primal);
  font-weight: 600;
  background-color: white;
  border: 3px solid var(--couleurref);
  border-radius: 30px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
  opacity:1;
}

.btn_white:hover {
  border: 3px solid var(--secondaire);
  text-decoration: none !important;
}

.btn_white.btn_bo {
  border: 3px solid var(--secondaire);
  text-decoration: none !important;
}
.btn_white.btn_bo:hover {
  border: 3px solid var(white);
  text-decoration: none !important;
}

.btn_dkgray,
.btn_dkgray:visited{
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  -webkit-appearance: none;

  color:var(--text_dark_gray);
  font-weight: 600;
  background-color: white;
  border: 3px solid white;
  border-radius: 30px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
  opacity:1;
}



.btn_white:disabled {
  opacity: 0.7;
}
.btn_white:disabled:hover {
  border: 3px solid var(white);
}


@media (max-width: 768px) {
  .btn_white_blue,
  .btn_white,
  #page .fl-builder-content a.fl-button{
    font-size: 16px;
    padding: 10px 18px;

  }
}

.btn_white_form,
.btn_white_form:visited{
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-appearance: none;

  color:var(--couleurref) !important;
  font-weight: 600;
  background-color: white;
  border: 3px solid var(--secondaire);
  border-radius: 6px;

  font-size:16px;
  line-height: 20px;
  text-decoration: none;
  opacity:1;
}


.btn_white_form:hover {
  border: 3px solid var(--secondaire);
  text-decoration: none !important;
  background-color:var(--secondaire);
  color:white !important;
}

.btn_sauvegarder {
  margin-right: .5em;
  width:22px;
  height:20px;
  background:var(--icon-sauvegarder);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_white_form:hover .btn_sauvegarder{
  background:var(--icon-sauvegarder-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_transmettre {
  margin-right: .5em;
  width:22px;
  height:22px;
  background:var(--icon-transmettre);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.btn_white_form:hover .btn_transmettre{
  background:var(--icon-transmettre-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.btn_contact{
  margin-right: .5em;
  width:22px;
  height:22px;
  background:var(--icon-contact);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.btn_white_form:hover .btn_contact{
  background:var(--icon-contact-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.btn_plus {
  margin-right: .25em;
  width:22px;
  height:20px;
  background:var(--icon-plus-white);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_plus_coloref {
  margin-right: .25em;
  width:22px;
  height:20px;
  background:var(--icon-plus-coloref);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_ajouter_user {
  margin-right: .75em;
  width:20px;
  height:20px;
  background:var(--icon-ajouter-user);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.btn_white_telecharger:hover .btn_plus_coloref {
  background:var(--icon-plus-white);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}

.btn_white_telecharger:hover .btn_ajouter_user {
  background:var(--icon-ajouter-user-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.btn_couleuref:hover .btn_plus{
  background:var(--icon-plus);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_doc {
  margin-right: .25em;
  width:22px;
  height:20px;
  background:var(--icon-doc);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}
.btn_couleuref:hover .btn_doc {
  background:var(--icon-doc-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
}

.btn_map {
  margin-right: .5em;
  width:22px;
  height:22px;
  background:var(--icon-map);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.btn_couleuref:hover .btn_map {
  background:var(--icon-map-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.btn_telecharger{
  margin-right: .25em;
  width:24px;
  height:24px;
  background:var(--icon-telecharger);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.btn_white_telecharger:hover .btn_telecharger {
  background:var(--icon-telecharger-hover);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.telecharger_success {
  margin-left: .75em;
  width: 22px;
  height: 18px;
  background:url('../../images/success.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 18px;
}
.telecharger_success_white {
  margin-left: .75em;
  width: 22px;
  height: 18px;
  background:url('../../images/success-white.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 18px;
}

.btn_next {
  margin-left: .5em;
  width:22px;
  height:14px;
  background:var(--icon-next);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 14px;
}

.btn_prev {
  margin-right: .5em;
  width:22px;
  height:14px;
  background:var(--icon-prev);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 14px;
}

.btn_prev_dkgray {
  margin-right: .5em;
  width:22px;
  height:14px;
  background:var(--icon-prev-dkgray);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 14px;
}

.btn_suivant {
  margin-left: .5em;
  width:22px;
  height:14px;
  background:var(--icon-suivant);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 14px;
  display:inline-block;
}

#main .fl-builder-content .btn-round a.fl-button:hover .btn_suivant {
  background:var(--icon-suivant-hover);
    background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 14px;
}

/* Stop */

.nomfichier {
    vertical-align: middle;
    font-style: italic;
    margin-right:1em;
}
.nomfichiermodal {
    vertical-align: middle;
    font-style: italic;
    font-size:.9em;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer !important;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
    cursor: pointer;
     z-index:0;
}


#fichier-error {
    display:block;
}


/* Formulaires */
.form-border {
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 10px;
}

.form-control{
    display: block;
    height: calc(2em + 1rem + 2px);
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;

    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--secondaire);
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-xs {
  width:auto;
  padding-top:.25rem;
  padding-bottom:.25rem;
  background-color:transparent;
  height:auto;
  color: var(--couleurref) !important;
}

form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--secondaire);
    margin-bottom: .25em;
    height: calc(2em + 1rem + 2px);
    padding: .375rem 1rem;
    color: #333333;
}

form .select2-selection--single .select2-selection__rendered {
    height:100%;
    height: calc(3.2rem + 1px);
    padding: .375rem 0;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-width: 8px 7px 0 7px;
    margin-left: -16px;
    margin-top: 40%;
}

.form-check-input {
  width: 18px;
  height: 18px;
}

.form-checkbox {
  width: 30px;
  height: 30px;
  align-self: start;
}
.form-checkbox-middle {
  width: 21px;
  height: 21px;
  align-self: start;
}

.form-candidature-organisme .form-control,
.form-inscription-senior .form-control{
    border: 1px solid rgba(26, 26, 26, 0.3);
}

.form-inscription-senior a {
  text-decoration: underline;
  color:var(--couleurref);
}

.form-inscription-senior.loading,
.form-candidature-organisme.loading {
  opacity:0.5;
}
.form-candidature-organisme h4 {
  font-size: 1.05rem !important;
  line-height:1.5;
  text-decoration:none !important;
}

/* Bouton Ajouter Commune, Territoire */
.form-control.commune-add,
.form-control.territoire-add {
  border: 2px solid var(--secondaire);
  border-right:0;
}

.input-group-append {
  border: 2px solid var(--secondaire);
  background-color: #e9ecef;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left:0;
  width: 2.5em;
}
.icon-delete {
  align-self: center;
  margin-right: .5em;
  width: 26px;
  height: 26px;
  background:var(--icon-delete);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 25px;
  cursor:pointer;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 3px;

    border-color: rgba(26, 26, 26, 0.05);
    border-top-color: #1A1A1A;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.minspacerh{
  content:" ";
  height:4vh;
}
@media (max-width: 992px) {

  .spacerh{
    content:" ";
    height:7vh;
  }
}

@media (min-width: 992px) {
  .spacerh{
    content:" ";
    height:11vh;
  }
}





/* Formulaires */
.form-check-inline {
  margin-right: 1rem;
}
.form-check-inline .form-check-input {
  margin-right: .5rem;
}

.form-check-inline.checked {
 border:2px solid var(--secondaire);
}

.form-inline {
  font-size:.9em;
}

.form-inline .form-control {
  height:auto;

}

.form-control:focus  {
  border: 2px solid var(--secondaire);
  outline:none;
  box-shadow: none;
}

select.form-control {
 -webkit-appearance: textfield;

}
.form-control.b-gris {
  border:2px solid #9ba4a8;
}

label {
  color:#000000;
}

.wpcf7-list-item-label {
  margin-left: 6px;
  line-height: 1.4;
  color:#000000;
  font-size: .95em;
}


.form-control::-webkit-input-placeholder {
  color: rgba(57, 20, 0, 0.64);

}

.form-control::-moz-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

.form-control:-ms-input-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

.form-control::-ms-input-placeholder {
  color: rgba(57, 20, 0, 0.64);
}

.form-control::placeholder {
  color: rgba(57, 20, 0, 0.64);
}

.form-compte label {
  color: #A4A4A4;
  margin-bottom: 0;
}

.form-compte .form-control:disabled {
  background-color:transparent;
  border:none;
  padding-left:0;
}

.wpcf7-file.wpcf7-not-valid .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.cv .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 5em;
  font-weight:normal;
  margin-left: -.75em;
  font-weight: 400;

}

.screen-reader-response {
  display:none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
	border-color: transparent;
    border:none;
   color: #ff0000;
   display:block;
   margin-top:.75em;

}


.wpcf7-response-output {
    text-align:center;
  }
.form-control.error{
    border-color:#FF2020;
}

.um-notice.err {
  color:#FF2020;
}
.um-field-error,
form .error,
#repsondage-error {
  color:#FF2020;
}
.um-notice.success {
  color:#01B574;

}


@media (max-width: 992px) {
  .btn-submit-comment {
    margin:1.5em auto 0 auto;
  }
}

@media (min-width: 992px) {
  .btn-submit-comment {
    margin-left:auto;
  }
}

/* Modal */
.modal-header,
.modal-footer {
  border:0;
}
.modal-content {
  padding: .5em;
}
.modal-body {
  padding-bottom:0;
}

.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
max-width: 800px;
margin: 0 auto;
pointer-events:none;}

.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
pointer-events:none;}

.modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
full width */
height:inherit;
/* To center horizontally */
margin: 0 auto;
pointer-events:all;}

/* Modal animation : */

#modalanimation .modal-header{
  padding-bottom:.15em;
}
#modalanimation .modal-body{
  padding-top:0;
}
#modalanimation .modal-footer{
justify-content: center;
}
#modalanimation .bordersep {
  border-top: 1px solid #D4D4D5;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}
#modalanimation .lnk-anim {
  text-decoration: underline;
}

/* Fl builder*/
@media (min-width: 768px) {
  .colonnes_centrees_verticalement .fl-col-group-nested {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .breakpoint-768 .fl-col {
    -ms-flex-item-align: center !important;
    align-self: center !important;

  }
  .accroche_newsletter .fl-heading{
    margin-left: 5vw;
  }
  .accroche_newsletter .fl-heading-text{
    padding-left: 10vw;
    
  }
  .fond_orange {
    background-color: #ffa539;
  }
  .fond_orange .fl-row-fixed-width {
    background-color: #ffffff;
  }

  .page .entry-content .col_desc,
  .page .entry-content .col_desc_long,
  .page .entry-content .col_desc_middle {
        margin-bottom:0;
  }


}
@media (min-width: 768px) and (max-width:992px) {
  .page .entry-content .col_desc .fl-module-rich-text,
  .page .entry-content .col_desc .fl-module-button {
    padding-left: 4vw;
    padding-right: 2vw;

  }
  .page .entry-content .col_desc {
   /* font-size:1.3em;*/
    margin-bottom:0;
  }
  .page .entry-content .col_desc h3,
  .fl-rich-text h3 {
    font-size:1.5em;
  }

  .page .entry-content .col_desc_long .fl-module-rich-text,
  .page .entry-content .col_desc_long .fl-module-button,
  .page .entry-content .col_desc_long .fl-module-photo,
  .page .entry-content .col_desc_middle .fl-module-rich-text,
  .page .entry-content .col_desc_middle .fl-module-button,
  .page .entry-content .col_desc_middle .fl-module-photo {
    padding-left: 2vw;
    padding-right: 2vw;

  }
  .page .entry-content .col_desc_long {
    /*font-size:1.2em;*/

  }
  .page .entry-content .col_desc_middle{
    /*font-size:1.1em;*/

  }
  .page .entry-content .col_desc_long h3,
  .fl-rich-text h3 {
    font-size:1.5em;
  }
    .page .entry-content .col_desc_middle h3 {
    font-size:1.4em;
  }
}


@media (min-width: 992px) and (max-width:1199px) {
  .page .entry-content .col_desc .fl-module-rich-text,
  .page .entry-content .col_desc .fl-module-button,
  .page .entry-content .col_desc .fl-module-photo {
    padding-left: 4vw;

  }
  .page .entry-content .col_desc {
   /* font-size:1.8em;*/
    margin-bottom:0;
  }
  .page .entry-content .col_desc h3,
  .fl-rich-text h3 {
    font-size:1.5em;
  }

  .page .entry-content .col_desc_long .fl-module-rich-text,
  .page .entry-content .col_desc_long .fl-module-button,
  .page .entry-content .col_desc_long .fl-module-photo,
  .page .entry-content .col_desc_middle .fl-module-rich-text,
  .page .entry-content .col_desc_middle .fl-module-button,
  .page .entry-content .col_desc_middle .fl-module-photo {
    padding-left: 1.5vw;
    padding-right: 1.5vw;

  }
  .page .entry-content .col_desc_long {
    /*   font-size: 1.27em;
    line-height: 1.3;*/
  }
  .page .entry-content .col_desc_middle {
   /* font-size: 1.3em;*/
  }
  .page .entry-content .col_desc_long h3,
  .fl-rich-text h3 {
    font-size:1.5em;
  }
   .page .entry-content .col_desc_middle h3 {
    font-size:1.5em;
  }
}

@media (min-width: 1199px) and (max-width:1399px) {
  .page .entry-content .col_desc .fl-module-rich-text,
  .page .entry-content .col_desc .fl-module-button,
  .page .entry-content .col_desc .fl-module-photo {
    padding-left: 6vw;
    padding-right: 4vw;

  }
  .page .entry-content .col_desc {
    /*font-size:1.9em;*/
    margin-bottom:0;
  }
  .page .entry-content .col_desc h3,
  .fl-rich-text h3 {
    font-size:1.6em;
  }

  .page .entry-content .col_desc_long .fl-module-rich-text,
  .page .entry-content .col_desc_long .fl-module-button,
  .page .entry-content .col_desc_long .fl-module-photo,
  .page .entry-content .col_desc_middle .fl-module-rich-text,
  .page .entry-content .col_desc_middle .fl-module-button,
  .page .entry-content .col_desc_middle .fl-module-photo {
    padding-left: 4vw;
    padding-right: 4vw;

  }
  .page .entry-content .col_desc_long {
    /*    font-size: 1.27em;
    line-height: 1.3;*/
    margin-bottom:0;
  }
    .page .entry-content .col_desc_middle {
   /* font-size:1.5em;*/
    margin-bottom:0;
  }
  .page .entry-content .col_desc_long h3,
  .fl-rich-text h3 {
    font-size:1.6em;
  }
    .page .entry-content .col_desc_middle h3{
    font-size:1.7em;
  }
}

@media (min-width: 1399px) {
  .page .entry-content .col_desc .fl-module-rich-text,
  .page .entry-content .col_desc .fl-module-button,
  .page .entry-content .col_desc .fl-module-photo {
    padding-left: 7.5vw;
    padding-right: 12.5vw;
  }

  .page .entry-content .col_desc {
     /*   font-size:2em;*/
        margin-bottom:0;
  }
  .page .entry-content .col_desc h3{
    font-size:1.7em;
  }

  .page .entry-content .col_desc_long .fl-module-rich-text,
  .page .entry-content .col_desc_long .fl-module-button,
  .page .entry-content .col_desc_long .fl-module-photo,
    .page .entry-content .col_desc_middle .fl-module-rich-text,
  .page .entry-content .col_desc_middle .fl-module-button,
  .page .entry-content .col_desc_middle .fl-module-photo  {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .page .entry-content .col_desc_long {
   /* font-size: 1.27em;
    line-height: 1.3;*/
  }
  .page .entry-content .col_desc_long h3{
    font-size:1.7em;
  }

    .page .entry-content .col_desc_middle {
  /*  font-size:1.6em;*/
  }
  .page .entry-content .col_desc_middle h3{
    font-size:1.9em;
  }
}


@media (max-width: 768px) {
  .colonnes_centrees_verticalement .fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

}
 
/* Actualités Single */
.post .entry-content {
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  .post .entry-content {
    padding:0;
  }
}
/*
.wp-block-image img {
    width: 100%;
    height: auto;
}
*/
.article-detail {
  text-transform:uppercase;
  font-size:1.2em;
  font-weight:400;
}
.article-detail .cate {
  font-weight:700;
}

@media (min-width: 768px) {
  .post .entry-content p,
  .ast-single-post .entry-content p,
  .post .entry-content ul,
  .fl-rich-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .post .wp-block-image {
  margin-left: -30px;
    margin-right: -30px;
  }

}

/* Single Video : Responsive oEmbed Video container */

/* Video */
.entry-content .wp-block-embed {
  margin: 2rem 0 2rem 0;
}

@media (max-width: 992px) {
  .ast-oembed-container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .ast-oembed-container {
    max-width: 80%;
  }
}

.ast-oembed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  
  height: auto;

}

.ast-oembed-container iframe, .ast-oembed-container object, .ast-oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .ast-oembed-container * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Wordpress Media Element */

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
	background-color: #006680 !important;
  background:none !important;
}

.mejs-mediaelement iframe,
.video_embed iframe {
  box-shadow: 1px 1px 30px rgba(3,69,71, 0.2);
  border-radius:1.25em; 
}


.mejs-container .mejs-controls { 
  box-shadow: 1px 1px 30px rgba(3,69,71, 0.2);
  border-bottom-left-radius:1.25em; 
  border-bottom-right-radius:1.25em; 
  background-color: #006680 !important;
}

/* Bloc texte image Gutenberg :*/
@media (max-width: 992px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
}
  .single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 2;
  }
  .single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 1;
      padding:0;
  }
}


@media (max-width: 768px) {
  .content-collab {
    min-height:9em;
  }

}

.container-eq {
  z-index:10;
}

.bloc-actu {
  position:relative;
}

.collaborateur-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100%);
    width: calc(100%);
   
    opacity: 1;
    transition: all 0.2s linear;
    color:#ffffff;
    background-color:rgba(0, 27, 52, .3);
 }
.container-collaborateur-overlay {
  width:100%;
  height:100%;
  position:relative;
}

.container-collaborateur-overlay div.bloc-collaborateur-overlay{
  height:100%;

}
.bloc-actu:hover .collaborateur-overlay {
    background-color:rgba(0, 27, 52, 0);
    color:white;
}

.bloc-collaborateur-overlay {
  line-height:1.2;
}

.actu-entete {
  font-size:1.8em;
  padding-top:35%;
}

.titre-actu {

  color:white;
  font-weight: 600;
  
  display: block;
  text-decoration:none;
}
.titre-actu:hover {
    text-decoration:none;
    color:white;
}

@media (min-width: 1099px) and (max-width: 1199px) {
  .bloc-collaborateur-overlay {
    font-size:14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .actu-entete {
    font-size:1.5em;
    padding-top:20%;
  }
}
@media (min-width: 1099px) {
  .titre-actu {
    max-width:60%;
  }
}

@media (max-width: 1099px) {
  .bloc-actu {
    font-size:.9em;
  }
}

.bloc-actu {
  display: flex;
  flex-direction: column;
}
.bloc-actu .snq-button-white{
  font-size:1em;
}

.widget_actualites .c-content,
#carousel_events .c-content {
  text-align:center;
  font-weight:700;
  font-size:1.3em;
  background-color:#ffaf00;
  color:#001525;
  width:100%;
}

.widget_actualites .content-actu,
#carousel_events .content-actu {
  margin:0 auto;

  padding-top:.4em;
  padding-bottom:.4em;
  padding-left:.4em;
  padding-right:.4em;
}

/* Dispositifs/Animations Docs et Evaluations */
.dispositifs-listedocs {
  background: linear-gradient(108.54deg, #888888 6.56%, #333333 95.2%);
  border-radius: 10px;
  color:white;
    padding-top:.4em;
  padding-bottom:.4em;
}

.animations-listedocs {
  border-radius: 10px;
  color:white;
  padding-top:.4em;
  padding-bottom:.4em;
}


.dispositifs-listeevaluations {
  background: linear-gradient(135deg, #17EAD9 0%, #6078EA 100%);
  border-radius: 10px;
    padding-top:.4em;
  padding-bottom:.4em;
}
.dispositifs-listedocs li,
.dispositifs-listeevaluations li,
.animations-listedocs li {
  padding-left:.75em;
  padding-top:.4em;
  padding-bottom:.4em;
}
.dispositifs-listedocs a,
.dispositifs-listeevaluations a,
.animations-listedocs a{
  color:white;
  text-decoration: none;
}

.dispositifs-listedocs a:hover,
.dispositifs-listeevaluations a:hover,
.animations-listedocs a:hover {
  color:white;
  text-decoration: underline;
}

/* Sidebar Sticky */
 .sidebar-main {
    position:relative;
  }
@media (min-width: 769px) {
  .single-dispositifs .sidebar-main,
  .single-animations .sidebar-main,
  .home .sidebar-main {
      height:100%;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 5.9em;
    z-index: 1020;
    padding-bottom: 2em;
  }

  body.admin-bar .sidebar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 8em;
    z-index: 1020;
    padding-bottom: 2em;
  }
}

/* Accueil */
#bloc_forum {
  background: linear-gradient(135deg, #17EAD9 0%, #6078EA 100%);
  border-radius: 10px;

}
#bloc_dispositifs {
  background: linear-gradient(295deg, #FFB111 0%, #FF8B8A 100%);
  border-radius: 10px;
}
#bloc_dispositifs .btn_white_outline{
display: inline-block;
margin-bottom: 1em;
}

#bloc_dispositifs .titre{
 margin-bottom:auto !important;
}

#col_inter {
  width:auto !important;
}

.lien_rubrique {
  margin-left:auto;
  margin-right:1vw;
  text-align: right;
}

.lien_rubrique a{
  font-weight:500 !important;
  text-decoration: none;
}
.lien_rubrique a:hover{
  font-weight:500 !important;
  text-decoration: none;
  color:#E2336A !important;
}

#bloc_dispositifs h3 {
  margin-right:.25em;
}

@media (max-width: 768px) {
  #bloc_forum,
  #bloc_dispositifs {
    margin-bottom:30px;
  }
}

.code-couleur-animation li{
  line-height: 1;
  color: #888888;
  margin-top: .75em;
  margin-bottom: .75em;
}
.code-couleur-animation div{
  line-height: 1;
  color: #888888;
  margin-top: .35em;
  margin-bottom: .35em;
}

.code-couleur-animation li span{
  color:black;
}
.code-couleur::before{
  width:14px;
  height:14px;
  border-radius:50%;
  content:" ";
  display:inline-block;
  margin-right: 10px;
  line-height: 1;
  margin-bottom: -1px;
}

@media (max-width: 1299px) {
  .cat-couleur {
    margin-right:1em;
  
  }
}

@media (min-width: 1299px) {
  .cat-couleur {
    flex-basis: 42% !important;
  
  }
}



.list-animations a {
      text-decoration: none !important;
}
.bar-animation {
  position:relative;
  border-color: transparent;
  border-radius: 18px;
  line-height: 1.4;
  background-color: #33BFE0;
  color:white;
  font-weight:normal;
  padding-top:.75em;
  padding-bottom:.75em;
    transition: transform .5s, filter 0.5s ease-in-out;
    text-decoration: none !important;
}


.list-animations a:hover .bar-animation {
  transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

  .bar-animation .truncate { 
    font-weight:700;    
  }

@media (min-width: 992px) {
  .bar-animation .col{
    max-width: max-content;
    min-width: min-content;
    align-items: center;
    display: flex;
    padding-left: 7px;
    padding-right: 7px;
    flex-basis: content;
  }
}
@media (min-width: 992px) {
  .bar-animation .truncate {
    max-width: 44%;
    width: auto;
  flex: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      align-items: center;
    padding-left: 7px;
    padding-right: 7px;

  }
}

.bar-animation {
  position:relative;
}
.flc {
  vertical-align: middle;
  padding:0;
  cursor:pointer;
  height:100%;
  position:absolute;
  right:.4em;
  align-items: center;
  display: flex;
  top: 0;
}

.flc::after {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.29055 15.88L13.1705 12L9.29055 8.11998C8.90055 7.72998 8.90055 7.09998 9.29055 6.70998C9.68055 6.31998 10.3105 6.31998 10.7005 6.70998L15.2905 11.3C15.6805 11.69 15.6805 12.32 15.2905 12.71L10.7005 17.3C10.3105 17.69 9.68055 17.69 9.29055 17.3C8.91055 16.91 8.90055 16.27 9.29055 15.88Z' fill='white'/%3E%3C/svg%3E%0A");

  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  width:22px;
  height:22px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  align-content: center;
  align-self: center;
  }


/* Mes prochains rendez-vous */
.bloc_rdv{
  background: linear-gradient(135deg, #17EAD9 0%, #6078EA 100%);
  border-radius: 10px;
  font-size: .92em;
}
.list-animations-rdz {
      border-bottom: 1px solid #A6E6F4;
}
.list-animations-rdz:last-of-type {
 border:0;
}
.list-animations-rdz a {
      text-decoration: none !important;

}

.bar-animation-rdz {
  position:relative;
  border-color: transparent;
  border-radius: 18px;
  line-height: 1.4;
  background-color: transparent;
  color:white;
  font-weight:normal;
  padding-top:.75em;
  padding-bottom:.75em;
    transition: transform .5s, filter 0.5s ease-in-out;
    text-decoration: none !important;
}


.list-animations-rdz a:hover .bar-animation-rdz {
  transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

  .bar-animation-rdz .truncate { 
    font-weight:700;    
  }

@media (min-width: 992px) {
  .bar-animation-rdz .col{

    align-items: center;
    display: flex;

    flex-basis: content;
  }
}
/*
@media (min-width: 992px) {
  .bar-animation .truncate {
    max-width: 44%;
    width: auto;
  flex: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      align-items: center;
    padding-left: 7px;
    padding-right: 7px;

  }
}
*/
.bar-animation-rdz {
  position:relative;
}


.border {
  background: #dee2e6 !important;
  height:2px;
  width:95%;
  margin:0 auto;

  background: white;
  margin-top: -3em;
  margin-bottom: 2em;
  overflow: visible;
  z-index: 1;
}

/* Beaver */
.bg-blue {
  background: var(--fondbleu);
}

.bg-half-blue {
  background: linear-gradient(to bottom, var(--fondbleu) 75%, rgb(255,255,255) 0%);
}

.bg-half-blue-orga {
    background: linear-gradient(to bottom, var(--fondbleu) 58%, rgb(255,255,255) 0%);
}
.bg-half-blue-senior{
    background: linear-gradient(to bottom, var(--fondbleu) 48%, rgb(255,255,255) 0%);
}

@media (max-width: 992px) {
  .bg-half-blue-home .fl-col-group:first-of-type{
      background-color: var(--fondbleu);
  }
}

@media (min-width: 992px) {
  .bg-half-blue-home{
      background: linear-gradient(to bottom, var(--fondbleu) 58%, rgb(255,255,255) 0%);
  }
}

@media (max-width: 1099px) {

  .bg-white-mobile{
      background: white;
  }
}

.text-primal .fl-heading-text{
  color:var(--primal) !important;
}

.box-border-transparent,
.box-border-inte,
.box-border .fl-col-content,
.box-border-nopad .fl-col-content{
  background:white;
  border:1px solid var(--couleurref); 
  border-radius: 6px;
}
.box-border-transparent{
  background:transparent;
  border:1px solid var(--couleurref);
  border-radius: 6px;
  font-size: .85em;
}
.box-border-tertiaire {
  background:rgba(148, 187, 38, 0.2);
  border:1px solid var(--tertiaire);
  border-radius: 6px;
  font-size: .85em;
}
.box-border-transparent h4,
.box-border-tertiaire h4{
  font-size:1.25em !important;
}

@media (max-width: 992px) {
  .box-border,
  .box-border-nopad {
     margin-top: 2em;
  }
  .box-border .fl-col-content,
  .box-border-transparent,
  .box-border-tertiaire,
  .box-border-inte{
    padding: 1em 1.5em 2em 1.5em !important;
  }
  .box-border-nopad .fl-col-content{
    padding: 1em 1.5em 1.25em 1.5em !important;
  }

  .col-img-mtop {
    margin-top:1em;
    margin-bottom:1em;
  }

  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-box-orient: horizontal;
  }
}


@media (min-width: 992px) {
  .box-border .fl-col-content{
     margin-right: 3em;
  }
  .box-border-nopad .fl-col-content,
  .box-border-transparent,
  .box-border-tertiaire,
  .box-border-inte{
    padding: 1em 1.5em 0 1.5em !important;
  }
  .box-border .fl-col-content{
    padding: 1.5vw 2vw 2.5vw 2vw !important;
  }

  .p-img-right {
    margin-right:26vw;
  }
  .col-img-mtop {
    margin-top:-20vh;
  }

  .col-img-mtop10 {
    margin-top:-10vh;
  }


}

@media (min-width: 769px) {
  .col-desktop-absolute .fl-col-content{
    position:absolute;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .box-border .fl-col-content,
  .box-border-nopad .fl-col-content{
    margin-right: 1.5em;
  }
}
@media (min-width: 1199px) {
  .box-border .fl-col-content,
  .box-border-nopad .fl-col-content{
    margin-right: 3em;
  }
}


@media (min-width: 992px) and (max-width: 1025px) {

  .col-img-mtop {
    margin-top:-11vh;
  }
}

/* Accueil */
#bg-video-hp {
  background:var(--bg-hp-video);
  background-repeat: no-repeat;
  background-size: cover;
}

.box-plateforme {
background: #FFFFFF;
box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.15);
border-radius: 20px;
}

/* Raygalades*/

.bg_white {
  background: #FFFFFF;
  padding:2em 2em 2.5em 2em;
  
}
.box-bg-light div{
  line-height: 3;
  font-size: 0.95rem;
}
.box-bg-light .badge{
  font-size: 0.7em;
}

.box-secondaire-rounded {
  background: var(--secondaire);
  border-radius: 6px;
}

.box-secondaire-rounded ol {
  padding-left:1.5em;
}
.box-secondaire-rounded ol li {
  padding-left:0;
  padding-bottom:1em;
}

/* Img full height */
.img-fullheight, 
.img-fullheight div {
  height:100%;
}
.img-fullheight .fl-photo-content img,
.img-cpt-fullheight {
  height:100%;
  width:100%;
  object-fit: cover;
}

.img-height200 .fl-photo-content img {
  height:200px;
  width:100%;
  object-fit: cover;
}


/* Titre ondes effet markeur */
.titre-onde-markeur h1{
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .titre-onde-markeur h1{
      font-size: 1.5rem !important;
  }

  br.nomobile {
    display: none;
  }

}
mark {
  padding: 0;
  background-color: white;
  line-height: 1.3;
}
/*
.home iframe {
  height:365px !important;
}
*/


/* Podcasts */

/* Fil d'ariane / sous menu */
#podcast-ariane {
    border:none;
    border-radius:0;
   
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12);

    width: min-content;
    margin:0 auto;
    margin-top: 1.5em;
    padding: 0;
    line-height: 1;
  }

  #podcast-ariane li{
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
     background-color: #000000;
    text-align:center;
   padding: 3px 1.75em;
  }

  #podcast-ariane li a{
    color:#FFFFFF;
    line-height: 2;
    text-align: center;
    padding: 0;
  }
  #podcast-ariane li a.current-menu-item{
    line-height: 2;
    text-align: center;
    color:#FBCA06;
    padding: 0;
  }

  #podcast-ariane li a:hover{
    color:#FBCA06;
    text-decoration:none
  }

  .page-template-page-podcast-interviews h2,
  .page-template-page-podcast-playlists h2 {
    font-size:1.35rem;
  }

   .page-template-page-podcast-interviews p {
    font-size:1rem;
  }

@media (min-width: 992px) {
   .page-template-page-podcast-playlists #primary {
      background-image: url("../../images/picto-playlist.png");
      background-repeat: no-repeat;
      background-position: bottom right +2em;
      background-attachment: scroll;
      background-size: 10vw auto;
  }
}

.page-template-page-podcast-interviews iframe {
  min-height: 102%;
}

/* Complianz */
.cmplz-body p {
  font-size: 14px;
  line-height: 1.5;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-size: 14px !important;
  height: auto !important;
}