/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/*
INDEX :

PROJET
variables less
fonts
boutons read more
css projet

MAIN CAROUSEL
config PHP
variables less
main-carousel
@min-lg

Liens
variable less
CSS

NEWS 
config PHP
css

PORTRAITS
config PHP
css



CHIFFRES
config PHP
css

FOOTER
config PHP
variables less
css footer

*/
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Lato', sans-serif;
  color: #5a7184;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Arimo', sans-serif;
  color: #5a7184;
  font-weight: bold;
}
body #section-annuaire .section-title .title,
body #section-applis .section-title .title,
body #section-gmap .section-title .title,
body #section-event .section-title .title,
body #section-events .section-title .title,
body #section-services-left .section-title .title,
body #section-actus .section-title .title,
body #section-annuaire .services-titre,
body #section-applis .services-titre,
body #section-gmap .services-titre,
body #section-event .services-titre,
body #section-events .services-titre,
body #section-services-left .services-titre,
body #section-actus .services-titre {
  display: inline-block;
  clear: both;
  font-family: 'Arimo', sans-serif;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #0f218c, #00c0cf);
  background: -o-linear-gradient(right, #0f218c, #00c0cf);
  background: -moz-linear-gradient(right, #0f218c, #00c0cf);
  background: linear-gradient(to right, #0f218c, #00c0cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
}
body .home-section.section-default .section-more a {
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  .services-titre {
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    border: 1px solid;
    width: 94px;
    text-align: center;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
  }
  header .bar .socials li.rs-append a:hover {
    color: #1a2b4c;
    border-color: #1a2b4c;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .bar .NA_connexion .connexion-np > span {
    text-align: center;
    width: calc(50%);
    color: #1a2b4c;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #1a2b4c;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a:hover,
  header .bar .shopping-cart a:hover,
  header .bar .search-toggle:hover,
  header .bar .socials.rs-nolabels a:active,
  header .bar .shopping-cart a:active,
  header .bar .search-toggle:active,
  header .bar .socials.rs-nolabels a:focus,
  header .bar .shopping-cart a:focus,
  header .bar .search-toggle:focus {
    color: #ea504c;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .btn-adherer-wrapper {
    border-color: #ea504c;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #ea504c;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper a:hover,
  header .bar .btn-adherer-wrapper a:active:hover,
  header .bar .btn-adherer-wrapper a:visited:hover {
    color: #ea504c;
  }
  header .bar .btn-adherer-wrapper a:hover .icon:before,
  header .bar .btn-adherer-wrapper a:active:hover .icon:before,
  header .bar .btn-adherer-wrapper a:visited:hover .icon:before {
    color: #ea504c;
  }
  header .logo {
    display: inline-block;
    width: 315.5px;
    height: 110px;
  }
  header .logo a {
    display: inline-block;
    width: 315.5px;
    height: 110px;
  }
  header .logo a img {
    display: inline-block;
    margin: 14px 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .logo > a img {
    max-height: 92px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #0b2c40;
    line-height: 57px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100%;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover > a {
    color: #1a2b4c;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #1a2b4c;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .link-entire-box {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(11, 44, 64, 0.75);
  padding: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-carousel .carousel-content .link-entire-box .desc {
  display: none;
}
#main-carousel .carousel-content .link-entire-box .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#main-carousel ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #1a2b4c !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 56px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
  #main-carousel .carousel-content .link-entire-box {
    background: transparent !important;
    width: 100vw;
    height: 500px;
  }
  #main-carousel .carousel-content .link-entire-box .title {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .carousel-wrapper .article-carousel .model-image {
    background: #0b2c40;
  }
  #row-services .model-ratio-image .containerImg .click-img .newsImg {
    max-width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
#section-lienstop {
  padding: 60px 0;
}
#section-lienstop .col-article > a.lien {
  color: #0b2c40;
  display: flex;
  height: 125px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ECEEF2;
  border-radius: 63px;
  padding: 20px;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  margin-right: 20px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 13px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  color: #5a7184;
  text-align: left;
  line-height: 24px;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-size: 22px;
  color: #0b2c40;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
}
#section-lienstop .col-article > a.lien:hover {
  color: #ea504c !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #ea504c;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article + .col-article {
    margin-top: 10px;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
}
@media (min-width: 1200px) {
  #row-services .home-section {
    padding-bottom: 30px;
  }
  #section-services-left .services-titre {
    margin-top: -15px;
  }
  #section-services-left .services-details {
    padding: 30px 100px 0 0;
  }
}
#section-services-left .services-details {
  font-size: 20px;
  color: #5a7184;
  line-height: 30px;
  text-align: left;
}
#section-services-left .col-article {
  position: relative;
  min-height: 485px;
}
#section-services-left .services-actions {
  position: absolute;
  bottom: 7px;
  margin-bottom: 0;
  left: 0;
  width: auto;
}
#section-services-left .services-actions .cta-1,
#section-services-left .services-actions .cta-2 {
  display: inline-block;
}
#section-services-left .services-actions .cta-1 a,
#section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #ea504c;
}
#section-services-left .services-actions .cta-1 a {
  background-color: transparent;
  color: #ea504c !important;
}
#section-services-left .services-actions .cta-1 a:hover {
  border-color: #ea504c;
  background: #ea504c;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a {
  background-color: #ea504c;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a:hover {
  border-color: #ea504c;
  color: #ea504c !important;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #section-services-left .services-actions {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  #section-services-right .col-article > a.lien .lien-text {
    padding: 10px !important;
    font-size: 18px !important;
  }
  .page-presentation .contenu {
    padding: 30px !important;
    line-height: 1.5em;
  }
  .page-presentation .contenu ul {
    padding: 0 !important;
  }
}
#section-services-right .col-article {
  margin: 0 auto 30px;
}
#section-services-right .col-article {
  color: #fff;
  height: 224px;
  position: relative;
  padding: 0;
  max-width: 270px;
}
#section-services-right .col-article > a.lien {
  transition: opacity .2s;
  background-position: center center;
  border-radius: 8px;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#section-services-right .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#section-services-right .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
#section-services-right .col-article > a.lien .lien-desc {
  font-size: 18px;
}
#section-services-right .col-article > a.lien .lien-text {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 45px ;
  text-align: center;
}
@media (min-width: 1200px) {
  #section-services-right .col-article > a.lien .lien-text {
    font-size: 24px;
  }
}
#section-services-right .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#section-services-right .col-article > a.lien .services-details {
  font-size: 20px;
  color: #5a7184;
  line-height: 30px;
  text-align: left;
}
#section-services-right .col-article:hover .lien {
  color: #fff;
  opacity: .9;
  background-size: 102% !important;
}
@media (max-width: 767.98px) {
  #section-services-right .col-article {
    margin: 0;
    border: 10px solid;
  }
}
/* ################################# Actus  ############################################ */
#section-actus {
  padding-bottom: 0;
}
#section-actus .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: absolute;
}
#section-actus .home-article .title {
  position: absolute;
  font-weight: 400;
  font-size: 24px;
  color: #0b2c40;
  line-height: 32px;
  text-align: left;
  padding: 0;
  margin: 40px 20px ;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 20px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-actus.home-section.section-default .section-more.top_link {
  margin-top: 57px;
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-more.top_link {
    left: 0;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 30px;
  padding-bottom: 50px;
}
#section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  font-family: 'Arimo', sans-serif;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# applis  ############################################ */
#section-applis {
  padding: 0 !important;
}
#section-applis .applis-inner {
  display: flex;
}
#section-applis .applis-inner > a + a {
  margin-left: 15px;
}
/* --------------------------------  END applis ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  border-top: 1px solid #526A7D;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #ffffff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer_apps {
  text-align: center;
}
#footer-bottom .footer_apps a {
  display: block;
}
#footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
/* css footer */
#footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 270px;
  max-height: 92px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 315px;
  max-height: 126px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-1 {
    padding-top: 30px;
  }
  #footer-middle .footer-logos-wrapper #footer-logo-2 {
    padding-top: 15px;
  }
  #footer-middle .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
  }
  #footer-middle .list-inline a:before {
    content: '> ';
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-bottom .footer_apps {
    float: right;
    text-align: right;
  }
  #footer-bottom .footer_apps a {
    display: inline-block;
  }
  #footer-bottom .footer_apps a + a {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
#section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .placeholder-icon {
  color: #0b2c40;
}
#section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .button-ok {
  background-color: #0b2c40;
}
#section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .button-ok:hover {
  background-color: #1a2b4c;
}
/* ################################# gmap  ############################################ */
#section-gmap {
  padding: 10px 0 0 ;
}
#section-gmap:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  border-top: 1px solid #E5EAF4;
  width: 1213px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
#section-gmap.home-section.section-default .section-body {
  top: 40px;
  background: transparent;
  padding-bottom: 10px;
}
#section-gmap .simple_mode_2 .section-body .intro,
#section-gmap .simple_mode_2 .section-body .input-group .form-control,
#section-gmap .simple_mode_2 .section-body .search .icon-left {
  color: #5a7184;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  background-color: #0b2c40;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background-color: #1a2b4c;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left !important;
  }
}
/* --------------------------------  END gmap ------------------------------------------------*/
/* ################################# event  ############################################ */
@media (max-width: 1199.98px) {
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #5a7184;
}
#section-revue .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-revue .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-revue .home-article .desc,
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-revue .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #ea504c;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 8px;
  bottom: -22px;
  font-weight: normal;
}
#section-revue .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 18px !important;
  line-height: 44px;
}
#section-revue .home-article .title,
#section-events .home-article .title {
  font-weight: normal;
  padding: 0 !important;
  font-size: 23px;
  color: #333333;
  line-height: 32px;
  text-align: left;
}
#section-revue .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-revue .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #ea504c;
  text-transform: none;
  font-weight: bold;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# temoignage ################################################### */
#row-temoignage {
  background: linear-gradient(to right, #0f218c, #00c0cf);
}
#row-temoignage #section-temoignage .auteur-wrapper .auteur:before,
#row-temoignage #section-temoignage .section-title .line {
  background: #fff !important;
}
#row-temoignage #section-temoignage ul.slick-dots li.slick-active button:before {
  opacity: .4;
}
/* --------------------------------  END temoignage  ------------------------------------------------*/
/* ################################# groupes ################################################### */
#section-communaute {
  padding: 0;
}
#section-communaute .damier {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
#section-communaute .damier .bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: width .3s, height .3s, top .3s, left .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#section-communaute .damier:hover .bg-image {
  top: -15px;
  left: -15px;
  width: calc( 100% + 30px);
  height: calc( 100% + 30px);
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 80px 60px;
  font-weight: normal;
}
#section-communaute .damier .damier-content .damier-label {
  width: 100%;
  margin-top: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  max-width: 210px;
}
#section-communaute .damier .damier-content .damier-icon img {
  min-width: 0;
  margin: auto;
}
#section-communaute .damier-label {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 125px !important;
  max-height: 115px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
.page-presentation .contenu {
  height: auto;
}
.page-presentation .contenu p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 600 !important;
  line-height: 35px;
  text-align: justify;
}
.page-presentation .contenu p strong {
  color: #4db9cb;
  font-weight: 700;
}
.page-presentation .contenu {
  /* width: 60%;*/
  margin: auto;
  box-shadow: 0px 0px 10px #00000054;
  padding: 10px 50px;
  position: relative;
  z-index: 9;
  background-color: white;
}
.page-presentation iframe {
  margin: auto;
  display: table;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 5px solid #000;
  width: 75%;
  height: 400px;
}
.page-presentation h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #4db9cb;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.page-presentation ul li {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 24px;
  text-decoration: none;
  list-style: none;
}
.page-presentation ul {
  margin-bottom: 60px;
}
.page-presentation img.frise {
  width: 80%;
  margin: auto;
  display: table;
  margin-top: 95px;
  margin-bottom: 50px;
}
.bloc-pres {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 23px;
  margin-top: 60px;
}
.bloc-pres strong {
  display: block;
  font-weight: 700;
}
.bloc-pres p {
  font-weight: 400 !important;
  margin-top: 0;
}
.bloc-pres h3 {
  font-family: 'Nunito Sans', sans-serif;
  color: #4db9cb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0;
  margin-bottom: 20px;
}
h2.chiffres-cles {
  text-align: center;
}
.bloc-pres.federer div {
  border-right: 2px solid #4db9cb;
  border-top: 2px solid #4db9cb;
  border-bottom: 2px solid #4db9cb;
  padding: 30px 30px 30px 0px;
}
.bloc-pres.federer {
  width: 80%;
}
.bloc-pres p:last-child {
  margin-bottom: 0;
}
.bloc-pres.accompagner div {
  border-left: 2px solid #4db9cb;
  border-top: 2px solid #4db9cb;
  border-bottom: 2px solid #4db9cb;
  padding: 30px 0px 30px 30px;
  text-align: right;
}
.bloc-pres.accompagner h3 {
  text-align: right;
}
.bloc-pres.accompagner {
  width: 80%;
  margin-left: auto;
}
.bloc-pres.soutenir div {
  border-right: 2px solid #4db9cb;
  border-top: 2px solid #4db9cb;
  border-bottom: 2px solid #4db9cb;
  padding: 30px 30px 30px 0px;
}
.bloc-pres.soutenir {
  width: 80%;
}
.page-presentation span {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
  margin-bottom: 24px;
  text-decoration: none;
  list-style: none;
  text-align: center !important;
  font-weight: bold;
  margin: auto;
  display: table;
}
.page-presentation span strong {
  font-weight: bold;
  color: #4db9cb;
  font-size: 25px !important;
}
.bloc-pres.soutenir {
  margin-bottom: 130px;
}
@media (max-width: 991.98px) {
  .contenu_static .table-responsive table.table {
    display: unset !important;
  }
  .contenu_static .table-responsive table.table tbody {
    display: table;
  }
  .contenu_static .table-responsive table.table tr {
    width: 100%;
    clear: both;
  }
  .contenu_static .table-responsive table.table td {
    min-width: 40vw !important;
    display: table-cell !important;
  }
}
.zoneTA_body .header-body {
  text-align: center;
}
.zoneTA_body .block_bandeau.na-bp {
  background-size: contain !important;
}
