/* 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: 'Nunito Sans', sans-serif;
  color: #000000;
  -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: 'Nunito Sans', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #004593 !important;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #42a62a !important;
  border-color: #42a62a;
}
.home-section.section-default .section-title .title {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 30px;
  color: #004593 !important;
  letter-spacing: 0;
  font-weight: 700;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
.apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #004593;
  color: #004593;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: #004593;
  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 --------------------------------------------------*/
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: block;
}
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #000000;
  }
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials li.contact,
.bar .socials li.rs-append {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.bar .socials li.contact + li.rs-append,
.bar .socials li.rs-append + li.rs-append {
  margin-left: 0 !important;
}
.bar .socials li.contact:before,
.bar .socials li.rs-append:before {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  left: 0;
  background: #004593;
}
.bar .socials li.contact:hover a,
.bar .socials li.rs-append:hover a {
  text-decoration: underline !important;
}
.bar .socials li:not(.contact, .rs-append) + li {
  margin-left: 10px;
}
.bar .socials li:not(.contact, .rs-append) a .fab,
.bar .socials li:not(.contact, .rs-append) a .fas {
  font-size: 11px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #fff;
  line-height: 24px;
}
.bar .socials li:not(.contact, .rs-append) a:hover .fab {
  color: #fff;
  background-color: #dedede !important;
}
.bar .socials li:not(.contact, .rs-append):has(> a[title="/contact"] ) {
  display: none !important;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 80px;
    width: auto;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    margin: 20px 0;
    width: auto;
    height: 80px;
    min-height: 80px;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@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;
    max-width: 161px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    color: #000000 !important;
    position: relative;
  }
  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 {
    color: #000000 !important;
    font-size: 16px;
  }
  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;
    color: #000000 !important;
  }
  header .bar .btn-recruteur-wrapper:after,
  header .bar .btn-inscription-wrapper:after,
  header .bar .btn-adherer-wrapper > a:after,
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  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;
  }
}
/* ------- 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: uppercase;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    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: #004593;
  }
  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: #42a62a;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child > a {
    border-radius: 3px;
    background: #004593;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #004593;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #004593;
    border-color: #004593;
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .article-carousel .carousel-content .title {
  font-size: 26px;
}
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
#main-carousel .readMore {
  background: transparent;
  color: #fff !important;
  border-radius: 0;
  border: 2px solid #fff;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  margin: auto;
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 0;
  font-size: 16px;
  height: 500px;
}
#main-carousel .carousel-content .title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 40px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #42a62a !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: #ffffff !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 (max-width: 1199.98px) {
  #main-carousel .readmore-wrapper {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-apropos .container_row {
  padding-left: 15px;
  padding-right: 15px;
}
#row-apropos #section-apropos {
  background: transparent url('/ressources/css/images/fleche.png') no-repeat left -10%;
  height: auto;
}
@media (min-width: 1200px) {
  #row-apropos #section-apropos .apropos-title {
    margin-left: -15px;
  }
}
#row-apropos #section-apropos .apropos-desc {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#row-apropos #section-apropos .apropos-desc > p {
  text-align: left !important;
}
@media (min-width: 1200px) {
  #row-apropos #section-apropos .apropos .apropos-image-wrapper {
    width: 50%;
    text-align: right;
    justify-content: flex-end;
    min-height: 450px;
    overflow: hidden;
    display: flex;
  }
  #row-apropos #section-apropos .apropos-image {
    object-fit: cover;
    width: 100%;
    margin-top: 40px;
  }
  #row-apropos #section-apropos .apropos .apropos-cta {
    position: relative !important;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# News ################################################### */
#row-pbuilder .page-block {
  background-color: #fff;
}
#row-pbuilder .block-icone {
  font-size: 50px;
}
#row-pbuilder .block-titre {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#row-pbuilder .block_content {
  padding: 30px !important;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#row-pbuilder .container.page-blocks .row .col-md-4 .page-block:not(#block-14) .block-titre {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block {
  padding: 50px 70px !important;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-container-boutons-wrapper {
  bottom: 30px;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-titre {
  margin-bottom: 50px;
  color: #fff !important;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-titre > span {
  position: relative;
  margin: 0;
  line-height: normal;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 700;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-titre > span:first-letter {
  text-transform: uppercase;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-titre > span:after {
  content: '';
  position: absolute;
  height: 3px !important;
  width: 70px !important;
  background-color: #fff !important;
  border-color: #fff;
  left: 0;
  bottom: -20px;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-bouton {
  font-family: 'Nunito Sans', sans-serif;
  margin: 9px 0;
  font-size: 16px;
  height: 50px;
  line-height: normal;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0;
  letter-spacing: 0;
  font-weight: 700;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  text-transform: uppercase;
  /*
            &:after {
                content: "\f30b";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                box-sizing: border-box;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                line-height: 1;
                text-rendering: auto;
                margin-left: 10px;
                font-size: 26px;
            }
            */
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-bouton a {
  background: transparent !important;
  color: inherit !important;
}
#row-pbuilder .container.page-blocks .row:first-child .col-md-4:first-child .page-block .block-bouton:hover {
  background: #fff;
  color: #004593;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ################################# News ################################################### */
#row-news #section-actus {
  padding-bottom: 0;
}
#row-news #section-actus .home-article {
  border: 0 none;
  background: transparent;
  margin-bottom: 5px;
}
#row-news #section-actus .home-article .desc {
  padding: 0 10px !important;
  text-align: left;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
#row-news #section-actus .home-article .type {
  top: unset;
  bottom: unset;
  right: 15px;
  bottom: 15px;
}
#row-news #section-actus .home-article .date_after_title {
  text-align: left;
  margin: 0 0 15px 10px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
}
#row-news #section-actus .home-article .title {
  padding: 0 10px !important;
  text-align: left;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#row-news #section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#row-news #section-actus .section-more a {
  margin-left: 0;
}
@media (min-width: 1200px) {
  #row-news #section-actus .section-more a {
    margin-left: 15px;
  }
}
#row-news #section-actus .link-entire-box {
  position: relative;
}
#row-news #section-actus .type {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #004593;
  border-radius: 3px;
  padding: 0 15px;
  position: absolute;
  top: -60px !important;
  right: 10px !important;
}
#section-temoignages .home-article {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  #row-temoignage-actus .section-title {
    padding-left: 15px;
  }
}
/* --------------------------------  END news --------------------------------------------------*/
/* ################################# NEWS ################################################### */
#row-news-events #section-events .model-content .date,
#row-news-events #section-actus .model-content .date {
  display: none;
}
#row-news-events #section-events .home-article,
#row-news-events #section-actus .home-article {
  background: transparent;
  border: 0 none;
}
#row-news-events #section-events .home-article .date_after_title,
#row-news-events #section-actus .home-article .date_after_title {
  color: #000;
  text-align: left;
  bottom: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 576px) {
  #row-news-events #section-events .home-article .date_after_title,
  #row-news-events #section-actus .home-article .date_after_title {
    position: absolute;
  }
}
#row-news-events #section-events .home-article .desc,
#row-news-events #section-actus .home-article .desc,
#row-news-events #section-events .home-article .title,
#row-news-events #section-actus .home-article .title {
  padding: 0 !important;
  color: #000000;
  text-align: left;
  height: auto;
  overflow: hidden;
  max-height: 90px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  #row-news-events #section-events .home-article .title,
  #row-news-events #section-actus .home-article .title {
    font-size: 16px;
    line-height: 24px;
  }
  #row-news-events #section-events .home-article .date_after_title,
  #row-news-events #section-actus .home-article .date_after_title {
    bottom: 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #row-news-events #section-events .home-article .title,
  #row-news-events #section-actus .home-article .title {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#row-news-events #section-events .col-article:last-child .home-article,
#row-news-events #section-actus .col-article:last-child .home-article {
  margin-bottom: 0;
}
#row-news-events #section-events .section-more {
  margin-top: 45px;
}
#row-news-events #section-events .article-Model.dateImgSquare .model-image {
  margin: 0;
}
#row-news-events #section-events .article-Model.dateImgSquare .model-image .date {
  border-radius: 5px;
  border-top-left-radius: 0;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  background-color: #004593;
  width: 70px;
  height: 70px;
  padding: 10px;
}
#row-news-events #section-events .article-Model.dateImgSquare .model-image .date .dateYear {
  display: none;
}
#row-news-events #section-events .article-Model.dateImgSquare .model-image .date .dateMonth,
#row-news-events #section-events .article-Model.dateImgSquare .model-image .date .dateDay {
  display: block;
  color: #fff;
  font-size: 30px !important;
  line-height: 32px;
  font-weight: 700;
}
#row-news-events #section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 20px !important;
  text-transform: none;
  margin: 0;
  line-height: 1rem;
}
@media (max-width: 767.98px) {
  #row-news-events #section-events .article-Model.dateImgSquare .model-image .date {
    transform: scale(0.6);
    transform-origin: left top;
  }
}
#row-news-events #section-events .title .location {
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #row-news-events #section-events .title .location {
    position: relative;
    margin-top: 15px;
  }
}
/* --------------------------------  END NEWS --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
footer .logo-img {
  width: 100px;
  max-width: 100px !important;
  float: left;
}
#footer-middle .sub-col,
#footer-middle .subscribe {
  margin-top: 15px;
}
#footer-middle {
  padding: 50px 15px 25px !important;
  background: #ffffff !important;
}
@media (max-width: 1200px) {
  #footer-middle .footer-col_inner,
  #footer-middle .liens-footer {
    float: none !important;
  }
}
#footer-middle .liens-footer li a {
  font-size: 15px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#footer-middle .liens-footer li a:before {
  content: '> ';
}
#footer-middle .liens-footer li a:hover {
  color: #42a62a !important;
}
#footer-middle h4 {
  display: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
#footer-middle #footer-socials i {
  padding: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: #fff !important;
  background: #004593;
}
#footer-middle #footer-socials i:hover {
  box-shadow: 0 0 10px rgba(66, 166, 42, 0.6);
}
#footer-middle .subscribe-field {
  border: 0 none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #004593;
}
#footer-middle .subscribe-field::placeholder {
  color: #004593;
}
#footer-middle .subscribe-btn {
  background: #004593;
  border-radius: 3px;
  border: 1px solid #fff;
  margin: 2px;
  height: calc(100% - 4px);
}
#footer-middle .subscribe-btn:hover {
  background: #fff;
  border-color: #004593 !important;
  color: #004593 !important;
}
#footer-middle .logos-left img {
  max-width: 110px !important;
  margin-top: 15px;
}
#footer-logos-left {
  max-width: 350px;
  text-align: center;
}
#footer-bottom {
  padding: 30px 0 !important;
  background: #004593 !important;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
#footer-bottom .footer-bottom-coords .association {
  margin-right: 5px;
}
/* --------------------- end FOOTER --------------------------- */
/* --------------------- SITE GROUE ------------------------ */
.header-main .header-groupe .nav-wrapper > nav > ul li a {
  color: #fff !important;
}
.header-main .header-groupe .nav-wrapper > nav > ul li a:hover {
  text-decoration: none !important;
}
.header-main .header-groupe .nav > ul > li.menuli .nav-dropdown li a {
  color: #004593 !important;
}
.header-main .header-groupe .nav > ul > li.menuli .nav-dropdown li a:hover {
  text-decoration: none !important;
}
.site_groupe .main-inner-content {
  margin-top: 30px;
}
.content-groupe {
  margin-top: 30px;
}
.block-vignette i {
  visibility: hidden;
}
/* --------------------- END SITE GROUPE ---------------------- */
body .logo .logo-a .logo_group {
  min-height: 120px;
}
