/* 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 */
/* ################################# DEBUT PROJET ################################################### */
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #051039;
  -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: 'Montserrat', sans-serif;
  color: #051039;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #14438b !important;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #ff0000 !important;
  border-color: #ff0000;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 32px;
  color: #14438b !important;
  letter-spacing: 0;
  font-weight: 700;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
body #main-carousel-row .article-carousel .carousel-content .readmore-wrapper a,
body .home-section.section-default .section-more a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 46px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #14438b;
  background-color: transparent;
  color: #14438b;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  transition: background .2s;
}
body #main-carousel-row .article-carousel .carousel-content .readmore-wrapper a:hover,
body .home-section.section-default .section-more a:hover {
  border: 2px solid #14438b;
  background: #14438b;
  color: #fff;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
.btn-adherer-wrapper {
  width: 170px;
}
.btn-adherer-wrapper .icon:before {
  content: "\f234";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper .icon:before {
    margin-top: 2px;
    margin-right: 10px;
  }
}
.btn-adherer-wrapper a {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  header .bar.with-search-field .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    width: auto;
  }
  header .bar .socials li i {
    font-size: 13px !important;
    background: #14438b;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    padding: 0;
    color: #fff !important;
  }
  header .bar .socials li.contact-modText a {
    position: relative;
    display: inlin-block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 700;
  }
  header .bar .socials li.contact-modText a:before {
    position: absolute;
    content: '';
    background: #14438b;
    width: 1px;
    height: 15px;
    top: 3px;
    display: block;
  }
  header .bar .socials li.contact-modText a:before {
    left: 0;
  }
  header .bar .socials li.contact-modText a:after {
    right: 0;
  }
  header .bar .socials li.langs-wrapper .switch-slider:hover:before {
    display: inline-block;
    background: #ff0000;
  }
  header .bar .socials li.langs-wrapper a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppsercase;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  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: #14438b;
  }
  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: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 180px;
    margin-left: 15px;
    border: 0 none !important;
    font-size: 15px;
  }
  header .bar .btn-inscription-wrapper:hover > *,
  header .bar .btn-don-wrapper:hover > *,
  header .bar .btn-recruteur-wrapper:hover > *,
  header .bar .btn-adherer-wrapper:hover > *,
  header .bar .btn-connexion-wrapper:hover > * {
    border-color: #14438b !important;
    background-color: #14438b !important;
    color: #fff !important;
  }
  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: 30px !important;
    height: 30px !important;
    font-weight: 700 !important;
    font-size: 15px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn {
    height: 28px !important;
  }
  header .bar .NA_connexion {
    border: 1px solid #14438b !important;
  }
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion:focus,
  header .bar .NA_connexion:active {
    background-color: #14438b !important;
  }
  header .bar .NA_connexion:hover .connexion-btn,
  header .bar .NA_connexion:focus .connexion-btn,
  header .bar .NA_connexion:active .connexion-btn,
  header .bar .NA_connexion:hover .connexion-np,
  header .bar .NA_connexion:focus .connexion-np,
  header .bar .NA_connexion:active .connexion-np {
    background-color: transparent !important;
  }
  header .bar .NA_connexion:hover .connexion-btn > *,
  header .bar .NA_connexion:focus .connexion-btn > *,
  header .bar .NA_connexion:active .connexion-btn > *,
  header .bar .NA_connexion:hover .connexion-np > *,
  header .bar .NA_connexion:focus .connexion-np > *,
  header .bar .NA_connexion:active .connexion-np > * {
    color: #fff !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 .search-toggle-wrapper {
    position: relative;
    padding-right: 15px;
  }
  header .bar .search-toggle-wrapper .fas.fa-search {
    font-size: 18px;
  }
  header .bar .search-toggle-wrapper .fas.fa-search:after {
    position: absolute;
    content: '';
    background: #14438b;
    width: 1px;
    height: 15px;
    top: 13px;
    right: 0;
    display: block;
  }
  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: 30px !important;
    height: 30px !important;
    font-size: 15px;
    border: 0 none !important;
    color: #14438b;
  }
  header .bar .btn-don-wrapper > a i,
  header .bar .btn-inscription-wrapper > a i,
  header .bar .btn-recruteur-wrapper > a i,
  header .bar .btn-adherer-wrapper > a i,
  header .bar .btn-adherer-label i {
    color: #14438b !important;
  }
  header .bar .btn-don-wrapper > a:hover,
  header .bar .btn-inscription-wrapper > a:hover,
  header .bar .btn-recruteur-wrapper > a:hover,
  header .bar .btn-adherer-wrapper > a:hover,
  header .bar .btn-adherer-label:hover {
    border-color: #14438b !important;
    background-color: #14438b !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a:hover i,
  header .bar .btn-inscription-wrapper > a:hover i,
  header .bar .btn-recruteur-wrapper > a:hover i,
  header .bar .btn-adherer-wrapper > a:hover i,
  header .bar .btn-adherer-label:hover i {
    color: #fff !important;
  }
  header .bar .btn-adherer-label {
    line-height: 28px !important;
  }
  header .bar .connexion-btn > span {
    line-height: 26px !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .shopping-cart i,
  header .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-adherer-wrapper > a,
  header .bar .NA_connexion .connexion-np,
  header .bar .NA_connexion .connexion-btn {
    margin: 0 !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    position: relative;
    border: 1px solid #14438b !important;
    overflow: hidden;
  }
  header .bar .btn-recruteur-wrapper > span,
  header .bar .btn-inscription-wrapper > span,
  header .bar .btn-adherer-wrapper > a > span,
  header .bar .NA_connexion .connexion-np > span,
  header .bar .NA_connexion .connexion-btn > span,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-adherer-wrapper > a > a,
  header .bar .NA_connexion .connexion-np > a,
  header .bar .NA_connexion .connexion-btn > a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
  }
  header .bar .btn-recruteur-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper > a .topbar-btn-icon,
  header .bar .NA_connexion .connexion-np .topbar-btn-icon,
  header .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-adherer-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 16px !important;
    max-width: unset;
    min-width: unset;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
    line-height: unset;
    padding: 0 !important;
    margin: 0;
    display: inline-block !important;
  }
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  header .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  header .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  body .logo .logo-a .logo-img {
    min-height: 110px;
    margin: 10px 0 0;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  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 {
    text-transform: none;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #051039;
    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% !important;
    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: #14438b;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #ff0000;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
body #main-carousel-row .article-carousel {
  overflow: visible;
}
body #main-carousel-row .article-carousel .carousel-content .readmore-wrapper a {
  min-width: 300px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body #main-carousel-row .article-carousel .carousel-content {
    max-width: 450px;
  }
}
body #main-carousel-row .article-carousel .carousel-content .title {
  font-family: 'Montserrat', sans-serif;
  padding-right: 0 !important;
  font-size: 32px;
  color: #14438b;
  letter-spacing: 0;
  line-height: 45px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  body #main-carousel-row .article-carousel .carousel-content .title {
    font-size: 23px;
    line-height: 1.8rem;
  }
}
body #main-carousel-row .article-carousel .container {
  padding: 0;
  margin: 0;
}
body #main-carousel-row .model-ratio-image .containerImg .click-img {
  padding-bottom: 30px;
}
body #main-carousel-row .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
  max-width: 570px;
  display: block;
  position: initial;
  float: right;
  border-radius: 10px;
  box-shadow: -18px 11px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  body #main-carousel-row .home-article.article-carousel .carousel-content {
    opacity: 1;
    background-color: rgba(20, 67, 139, 0.75) !important;
  }
  body #main-carousel-row .home-article.article-carousel .carousel-content .readmore-wrapper .readMore,
  body #main-carousel-row .home-article.article-carousel .carousel-content .readmore-wrapper,
  body #main-carousel-row .home-article.article-carousel .carousel-content .title {
    opacity: 1;
  }
  body #main-carousel-row .article-carousel .carousel-content {
    background-color: rgba(20, 67, 139, 0.95) !important;
  }
}
@media (max-width: 991.98px) {
  font-size: 28px !important;
  
  #main-carousel-row .carousel-content {
    padding-right: 0 !important;
  }
  #main-carousel-row .carousel-content .title {
    color: #fff !important;
  }
  .carousel-wrapper .article-carousel .carousel-content {
    padding: 50px 20px 45px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .socials-fixed {
    top: 20%;
  }
  .carousel-content .title {
    opacity: 1;
  }
  .carousel-wrapper .article-carousel .carousel-content {
    max-width: 3800px;
    min-width: auto !important;
    overflow: hidden;
    padding: 20px 0 20px !important;
    background: transparent !important;
  }
}
@media (min-width: 992px) {
  #main-carousel-row {
    padding-top: 55px;
    padding-bottom: 80px;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    position: relative;
    background: #fff;
  }
  #main-carousel-row:before {
    content: '';
    position: absolute;
    right: 0;
    height: 95%;
    background: #C8CAE3;
    top: 0;
    left: calc( ((100vw - 1170px ) / 2) + 730px);
    border-radius: 10px;
    opacity: .34;
  }
  #main-carousel-row .readmore-wrapper {
    position: absolute;
    bottom: -65px;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .model-image {
    background: transparent;
  }
  #main-carousel-row .slick-slider img {
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  #main-carousel-row .carousel-content {
    background: rgba(255, 0, 0, 0.8) !important;
    padding: 40px;
    max-height: 90%;
    opacity: 1;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    display: none !important;
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    height: 360px;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 360px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
  }
  #main-carousel-row .carousel-content .desc {
    margin-top: 30px;
    color: #051039 !important;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 400;
  }
  #main-carousel-row ul.slick-dots {
    bottom: 0;
    top: unset;
    width: auto;
    right: 0;
    text-align: right;
    padding-right: 0;
  }
  #main-carousel-row ul.slick-dots li {
    width: 25px;
  }
  #main-carousel-row ul.slick-dots li + li {
    margin-left: 15px;
  }
  #main-carousel-row ul.slick-dots li button {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  #main-carousel-row ul.slick-dots li button:before {
    font-size: 0;
    color: rgba(255, 255, 255, 0.75) !important;
  }
  #main-carousel-row ul.slick-dots li.slick-active button {
    background: #ff0000;
  }
  #main-carousel-row ul.slick-dots li.slick-active button:before {
    color: #ff0000 !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow {
    color: #fff;
    font-size: 56px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
    left: calc((100% - 1170px)/2 - 60px);
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
    right: calc((100% - 1170px)/2 - 60px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #main-carousel-row .carousel-content {
    padding: 38px 50px 5px 0 !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop-cta {
  padding: 0 0 20px ;
}
#section-lienstop-cta .col-article {
  margin-top: -75px;
}
#section-lienstop-cta .col-article > a.lien {
  color: #14438b;
  height: 215px;
  position: relative;
  border-radius: 8px;
  padding: 40px 0 30px;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color .5s ;
}
#section-lienstop-cta .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 50%;
  background: #14438b;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop-cta .col-article > a.lien .lienstop-img img {
  max-height: 45px;
}
#section-lienstop-cta .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop-cta .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #14438b;
}
#section-lienstop-cta .col-article > a.lien .lien-title {
  margin: 20px 0 6px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  color: #14438b;
  line-height: 1em;
  font-weight: 700;
}
#section-lienstop-cta .col-article > a.lien:hover {
  background-color: #efefef;
  color: #14438b !important;
}
#section-lienstop-cta .col-article > a.lien:hover * {
  color: #14438b;
}
@media (max-width: 767.98px) {
  #section-lienstop-cta {
    padding-top: 60px !important;
  }
  #section-lienstop-cta .col-article {
    margin-top: 0;
  }
  #section-lienstop-cta .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (min-width: 1200px) {
  #section-event {
    min-height: 460px;
    position: relative;
  }
  #section-event .section-more {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
  #section-event .section-title .title br {
    display: none;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #051039;
}
#section-newss .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 12px ;
  border-radius: 3px;
}
#section-newss .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 3px;
}
#section-newss .home-article .desc,
#section-events .home-article .desc {
  padding: 0 30px !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-newss .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #14438b;
  left: 50%;
  text-transform: none !important;
  transform: translateX(-50%);
  border-radius: 0;
  bottom: -22px;
  font-weight: normal;
}
#section-newss .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  line-height: 44px;
  text-transform: none !important;
  font-style: normal;
  font-weight: 700;
}
#section-newss .home-article .title,
#section-events .home-article .title {
  padding: 0 30px !important;
  color: #051039;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#section-newss .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-newss .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  display: none;
  color: #ff0000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# News  ############################################ */
#section-news {
  padding-left: 30px;
}
#section-news .section-more {
  margin-top: 35px;
}
#section-news .article-details {
  padding: 0 70px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #051039;
}
@media (min-width: 1200px) {
  #section-news {
    min-height: 460px;
    position: relative;
  }
  #section-news .section-more {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #section-news {
    padding-left: 0;
  }
  #section-news .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
  #section-news .section-title .title br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-row#row-news > .container > .row.container_row {
    display: flex;
    flex-direction: column-reverse;
  }
}
#section-actus .desc,
#section-newss .desc {
  display: none !important;
}
/* --------------------------------  END News ------------------------------------------------*/
/* ################################# MAIN partenaires ################################################### */
#section-partenaires {
  text-align: center;
}
#section-partenaires .home-article {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  object-ratio: 1;
  margin: 15px auto;
  max-width: 200px;
}
#section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 36px;
  color: #000;
}
/* --------------------------------  END partenaires ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background-color: rgba(204, 198, 200, 0.3);
}
#row-compteurs #section-compteurs {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #14438b;
}
#row-compteurs #section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  padding: 0;
  color: #14438b;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 50px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: 700;
  color: #fff;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  color: #fff;
}
@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  ############################################ */
#row-applis-contact {
  background: #f4f6f9;
}
#row-applis-contact #section-applis {
  padding: 0 !important;
}
#row-applis-contact #section-applis .applis-inner {
  display: flex;
}
#row-applis-contact #section-applis .applis-inner > a + a {
  margin-left: 15px;
}
#row-applis-contact #section-applis .article-details {
  padding-bottom: 60px;
}
#row-applis-contact #section-applis .bloc-applis .image-thumbnail {
  display: block;
  margin-top: 50px;
}
#row-applis-contact #section-applis .bloc-applis .col-gauche {
  padding-top: 90px;
}
/* --------------------------------  END applis ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
.na-footer #footer-middle * {
  color: #051039 !important;
}
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #ffffff;
}
#footer-bottom #footer-socials li:hover > a * {
  color: #ff0000;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: inherit;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .rs_prefix {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-bottom #footer-socials li a {
  height: 24px;
  width: 24px;
}
#footer-bottom [class*=" fa-"] {
  font-size: 13px;
}
#footer-bottom #footer-socials li {
  margin: 0 3px;
}
#footer-bottom #footer-socials li a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#footer-bottom #footer-socials li a i {
  color: #14438b !important;
}
.na-footer #footer-middle .container {
  height: auto !important;
  max-height: unset !important;
}
.na-footer #footer-middle {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
#footer-logos-left {
  text-align: left;
}
#footer-logos-left img {
  max-width: 250px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 72px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle #footer-logos-left {
    float: left;
    top: 21px;
  }
  #footer-bottom .footer-row-inner {
    justify-content: space-between !important;
    align-items: center;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
  }
  #footer-bottom .footer-row-inner .flex.pull-right {
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
}
@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 {
    color: #051039;
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
