@import '/ressources/css/fonts/fonts.css';
/* 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: 'Mont', sans-serif;
  color: #212529;
  -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: 'Mont', sans-serif;
  color: #212529;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #e20019 !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  height: 3px !important;
  background-color: #e20019 !important;
  border-color: #e20019;
}
.home-section.section-default .section-title .title {
  display: block;
  color: #212529 !important;
  letter-spacing: 0;
  color: #212529;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
body #row-services #section-services-left .services-actions .cta-1 a,
#section-apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Mont', sans-serif;
  display: inline-block;
  margin-right: 15px;
  height: 50px;
  line-height: 50px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #e20019;
  background-color: #e20019;
  color: #fff;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
}
body #row-services #section-services-left .services-actions .cta-1 a:hover,
#section-apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: transparent;
  border: 2px solid #e20019;
  color: #e20019;
}
@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 .apropos-cta.text-right,
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .apropos-cta.text-left,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  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 6 Free";
  font-size: 14px;
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  header .bar .socials li.rs-append a {
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    letter-spacing: 0;
    box-shadow: 0 0 0 1px ;
    border-radius: 0;
    padding: 0 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #212529;
  }
  header .bar .socials li.rs-append a:hover {
    color: #e20019;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #212529;
  }
  header .bar .langs-wrapper .lang_link.selected {
    color: #e20019;
  }
  header .bar .lang_switcher .switch-slider {
    background: #e20019;
  }
  header .bar .lang_switcher .switch-slider:before {
    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: #e20019;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #e20019;
  }
  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 .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: #e20019;
  }
  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: 12px;
    margin-right: 10px;
    position: relative;
  }
  header .bar .search-toggle-wrapper .search-toggle i {
    font-size: 14px;
  }
  header .bar .search-toggle-wrapper .search-toggle:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    right: -10px;
    background: #212529;
  }
  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: 0 !important;
    flex: unset;
    text-transform: none;
    line-height: 26px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 175px;
    margin-left: 15px;
    border: 1px solid #fff;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper .icon,
  header .bar .btn-don-wrapper .icon,
  header .bar .btn-recruteur-wrapper .icon,
  header .bar .btn-adherer-wrapper .icon,
  header .bar .btn-connexion-wrapper .icon {
    vertical-align: middle;
    margin-top: -1px;
  }
  header .bar .NA_connexion {
    box-shadow: 0 0 0 1px #e20019;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    max-width: 100%;
    border-radius: 0 !important;
    margin-top: 0;
    line-height: 26px !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: #e20019;
    font-weight: 700;
    display: inline-block;
    line-height: 28px !important;
    height: 28px !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #e20019;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover {
    color: #ffffff;
    background: #e20019;
  }
  header .bar .NA_connexion > a.btn:hover > i,
  header .bar .NA_connexion > .connexion-np:hover > i,
  header .bar .NA_connexion:hover > i,
  header .bar .NA_connexion > a.btn:hover > a > span,
  header .bar .NA_connexion > .connexion-np:hover > a > span,
  header .bar .NA_connexion:hover > a > span {
    color: #ffffff;
    background: #e20019;
  }
  header .bar .NA_connexion > a.btn .fas,
  header .bar .NA_connexion > .connexion-np .fas,
  header .bar .NA_connexion .fas {
    height: 16px;
  }
  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: 14px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #e20019 !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #e20019 !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: 0 !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
    font-weight: 700 !important;
  }
  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 6 Free";
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper:hover a,
  header .bar .btn-adherer-wrapper:active:hover a,
  header .bar .btn-adherer-wrapper:visited:hover a {
    background-color: #e20019;
    color: #fff;
  }
  header .bar .btn-adherer-wrapper:hover a .icon:before,
  header .bar .btn-adherer-wrapper:active:hover a .icon:before,
  header .bar .btn-adherer-wrapper:visited:hover a .icon:before {
    color: #FFF;
  }
  header .logo {
    display: inline-block;
    width: 183.33333333px;
    height: 73.33333333px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 183.33333333px;
    height: 73.33333333px;
    padding-top: 20px;
  }
  header .logo a img {
    display: inline-block;
    max-height: 73.33333333px;
  }
}
/* ------- 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 {
    padding: 0 14px;
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    color: #212529;
    line-height: 57px;
    font-style: normal;
    letter-spacing: 0;
  }
  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: #e20019;
  }
  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: 3px;
    background: #e20019;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# liens  ################################################### */
#section-lienscircle .lien:hover .lien-text {
  color: #e20019;
}
#section-lienscircle .lien .lien-text {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
/* --------------------------------  END LIENS --------------------------------------------------*/
/* ################################# SITE HEADER ################################################### */
#row-header {
  background-position: top center;
}
#section-header .header-phrase {
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 71px;
}
#section-header .site_header-logo {
  margin-bottom: 35px;
}
#section-header .site_header-logo img {
  max-height: 430px;
  width: 100%;
}
#section-header .text {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
}
#section-header .cta-header {
  color: #e20019;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  width: 173px;
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  margin-top: 55px;
}
#section-header .cta-header .cta-header-label {
  color: #e20019;
  background: #fff;
  display: inline-block;
}
#section-header .cta-header:active,
#section-header .cta-header:hover,
#section-header .cta-header:focus {
  background: #e20019;
  color: #fff;
}
#section-header .cta-header:active a,
#section-header .cta-header:hover a,
#section-header .cta-header:focus a {
  color: #fff;
}
#section-header .site_header-form {
  text-align: center;
  margin-top: 25px;
}
#section-header .site_header-form form {
  max-width: 395px;
  margin: auto;
  position: relative;
}
#section-header .site_header-form form .input-group {
  border-radius: 3px !important;
  overflow: hidden;
  width: 100%;
}
#section-header .site_header-form form .input-group .input-lg {
  border-radius: 3px !important;
  padding: 10px !important;
}
#section-header .site_header-form form .input-group .input-group-append {
  border-radius: 3px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#section-header .site_header-form form .input-group .btn {
  border-radius: 3px !important;
  background: transparent;
  border: 0 none;
}
@media (max-width: 767.98px) {
  #section-header {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  #section-header {
    height: 770px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    font-size: 56px;
    line-height: 64px;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END SITE HEADER --------------------------------------------------*/
/* ##################### APROPOS #######################  */
#section-apropos .section-title {
  margin-bottom: 0;
}
#section-apropos .section-title br {
  display: none;
}
#section-apropos .apropos {
  position: relative;
}
@media (max-width: 991.98px) {
  #section-apropos .apropos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  #section-apropos .apropos .apropos-cta {
    position: relative;
    margin-top: 15px;
  }
}
#section-apropos .apropos .apropos-desc {
  letter-spacing: 0px;
  text-align: left;
  padding-right: 50px;
  color: #212529;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#section-apropos .apropos .apropos-desc p {
  text-align: left;
  margin-bottom: 15px;
}
#section-apropos .apropos .apropos-image-wrapper {
  justify-content: flex-end;
  min-height: 385px;
  overflow: hidden;
  display: flex;
}
#section-apropos .apropos .apropos-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
/* --------------------------------  APROPOS --------------------------------------------------*/
/* ################################# SERVICES ################################################### */
@media (min-width: 1200px) {
  #section-services-left .services-details {
    padding: 30px 50px 0 0;
  }
}
#row-services #section-services-left {
  line-height: 24px;
}
#row-services #section-services-left .section-title {
  margin-top: 0;
}
#row-services #section-services-left .section-title .line {
  display: block !important;
}
#row-services #section-services-left .services-details {
  min-height: 250px;
}
#row-services #section-services-left .services-actions {
  margin-top: 40px;
  width: auto;
}
#row-services #section-lienstop .col-article {
  margin: 0 auto 30px;
}
#row-services #section-lienstop .col-article {
  background: #fff;
  height: 221px;
  position: relative;
  padding: 0;
  max-width: 270px;
  border-radius: 8px;
  transition: all .3s;
}
#row-services #section-lienstop .col-article > a.lien {
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#row-services #section-lienstop .col-article > a.lien .lienstop-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#row-services #section-lienstop .col-article > a.lien .lienstop-img:after {
  content: '';
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  inset: 0;
}
#row-services #section-lienstop .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#row-services #section-lienstop .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
}
#row-services #section-lienstop .col-article > a.lien .lien-text {
  position: absolute;
  z-index: 999;
  color: #FFF;
  text-align: center;
  font-family: Mont;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 20px ;
  margin-bottom: -50px;
}
@media (min-width: 1200px) {
  #row-services #section-lienstop .col-article > a.lien .lien-text {
    font-size: 24px;
  }
}
#row-services #section-lienstop .col-article > a.lien:hover .lienstop-img:after {
  background: rgba(0, 0, 0, 0);
}
#row-services #section-lienstop .col-article:hover {
  box-shadow: none;
}
@media (max-width: 767.98px) {
  #row-services #section-lienstop .slick-slide {
    width: 100% !important;
    clear: both !important;
  }
  #row-services #section-lienstop .slick-slide > div > div {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .col-article + .col-article .lien {
    margin-top: 30px;
  }
}
#section-liens_simple .lien {
  display: block;
  height: 200px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 0 15px;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 56px;
  height: 117px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien i {
  display: block;
  width: 100%;
  height: 106px;
}
/* --------------------------------  END SERVICES --------------------------------------------------*/
/* ################################# NEWSLETTER  ################################################### */
#section-newsletter {
  padding-top: 60px;
  padding-bottom: 60px;
}
#section-newsletter .email_nl-wrapper,
#section-newsletter .button-ok {
  border-radius: 0;
  border: 2px solid #e20019;
}
#section-newsletter .section-title {
  margin-bottom: 10px !important;
}
#section-newsletter .button-ok {
  padding: 0 30px;
  height: 51px;
  color: #FFF;
  text-align: center;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
#section-newsletter .button-ok:hover {
  background: transparent;
  color: #e20019;
}
#section-newsletter .email_nl {
  padding-left: 15px;
  color: #727272;
}
#section-newsletter .email_nl::placeholder {
  color: #727272;
}
#section-newsletter .placeholder-icon {
  display: none !important;
}
#section-newsletter .article-details {
  color: #212529;
}
/* --------------------------------  END NEWSLETTER --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#row-events-news #section-news .listView {
  margin-bottom: 20px !important;
}
#row-events-news #section-news .slick-track,
#row-events-news #section-news .col-article,
#row-events-news #section-news .article-Model.rounded,
#row-events-news #section-news .slick-list {
  overflow: visible;
}
@media (min-width: 1200px) {
  #row-events-news #section-news {
    padding: 40px 0 80px;
  }
}
#row-events-news #section-news .list-item {
  background: #eee;
}
#row-events-news #section-news .list-item .readmore-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  #row-events-news #section-news .list-item {
    margin-right: 15px;
  }
  #row-events-news #section-news .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#row-events-news #section-news .list-item .home-article {
  margin: 0 !important;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #EEEEEE;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.03));
}
@media (min-width: 1200px) {
  #row-events-news #section-news .list-item .home-article {
    display: flex;
    width: 100%;
  }
}
#row-events-news #section-news .list-item .home-article .model-content .date {
  text-transform: none;
  font-size: 16px;
  color: #212529;
  font-weight: 400;
}
#row-events-news #section-news .list-item .home-article .model-content .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #212529;
}
#row-events-news #section-news .list-item .home-article .model-content .desc {
  font-size: 15px;
  line-height: 26px;
  color: #212529;
  font-weight: 400;
}
#row-events-news #section-news .list-item .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 370px;
  margin: auto;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  #row-events-news #section-news .list-item .section-more {
    padding: 0 15px;
  }
}
#row-events-news #section-events {
  padding: 40px 0 80px;
}
#row-events-news #section-events .model-content .title {
  text-transform: lowercase;
}
#row-events-news #section-events .model-content .title:first-letter {
  text-transform: uppercase;
}
#row-events-news #section-events .section-more {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #row-events-news #section-events .section-more {
    padding-left: 15px;
  }
}
#row-events-news #section-events .containerImg {
  background: #000;
}
#row-events-news #section-events .containerImg img {
  opacity: .5;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image {
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date {
  top: 9px;
  right: 9px;
  left: unset;
  bottom: unset;
  border-radius: 0;
  background-color: #e20019;
  width: 100px;
  height: 70px;
  padding-top: 8px;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateYear {
  display: none;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateMonth,
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateDay {
  display: block;
  color: #fff;
  font-size: 25px !important;
  line-height: 27px;
  font-weight: 700;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 20px !important;
  text-transform: uppercase;
}
#row-events-news #section-events .location {
  background-color: #e20019;
  color: #fff;
  border-radius: 30px;
  padding: 0 15px;
  position: relative;
  clear: both;
  display: block !important;
  width: auto !important;
  max-width: max-content;
  text-transform: uppercase;
}
#row-events-news #section-events .location:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
#row-events-news #section-events .home-article {
  border: 0 none;
  max-width: 370px;
  margin: auto;
  background: transparent;
}
#row-events-news #section-events .home-article .model-content .title {
  position: absolute;
  bottom: 15px;
  height: auto;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #row-events-news #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#row-events-news #section-events .home-article .desc {
  display: none;
}
@media (min-width: 1200px) {
  #row-events-news #section-events .section-title {
    padding-left: 15px;
  }
  #row-events-news #section-events .col-article + .col-article {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #row-events-news #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #row-events-news #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #row-events-news #section-events .containerImg {
    padding-bottom: 66%;
  }
  #row-events-news #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  margin: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title br {
  display: none;
}
#section-gmap .section-title .title {
  font-size: 24px;
}
#section-gmap .section-body {
  margin-left: 4px;
  padding: 20px;
  min-width: 400px;
}
#section-gmap .section-body .intro {
  font-weight: 400;
  text-align: left;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  color: #212529;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 50px);
  border: 1px solid #999;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
}
#section-gmap .section-body {
  border-radius: 40px;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #999;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 9px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 338px !important;
    top: 50px;
    background: #fff;
    color: #000;
    height: 400px;
    padding-top: 39px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0px;
    padding-bottom: 75px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# counters  ############################################ */
#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;
  color: #fff;
  padding: 0;
  height: 50px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .digit-prepend,
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 50px;
  line-height: 63px;
  color: #FAFAFA;
  text-align: center;
  font-weight: 700;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  margin-top: 0;
  display: block;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  color: #FAFAFA;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@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 ------------------------------------------------*/
/* ####################### FOOTER ############################ */
#row-emploi #section-emploi .home-article {
  border-bottom: 3px solid #e20019;
}
#row-emploi #section-stages .home-article {
  border-bottom: 3px solid #212529;
}
#row-emploi #section-emploi .home-article > .model-content > a > .fas {
  color: #e20019;
}
#row-emploi #section-stages .home-article > .model-content > a > .fas {
  color: #212529;
}
#row-emploi #section-stages .section-title .title {
  color: #212529 !important;
}
#row-emploi .section-title .title {
  text-transform: uppercase;
}
#row-emploi .home-article {
  background: transparent;
  border: 0 none;
  background: #fff;
  margin: 15px;
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
#row-emploi .home-article.listViewReduced:after {
  display: none;
}
#row-emploi .home-article > .model-content > a {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #eee;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
}
#row-emploi .home-article > .model-content > a > .fas {
  display: none;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#row-emploi .home-article > .model-content > a:hover {
  background-color: #fafafa;
}
#row-emploi .home-article > .model-content > a:hover > .fas {
  display: block;
}
#row-emploi .home-article .date {
  text-transform: none;
  bottom: 16px;
  position: absolute;
  font-size: 16px;
  color: #212529;
  line-height: 24px;
}
#row-emploi .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #212529;
  line-height: 1em;
  text-align: left;
  position: absolute;
  bottom: 15px;
}
#row-emploi .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 20px;
  color: #212529;
  line-height: 32px;
  text-align: left;
}
#row-emploi .home-article .title:hover {
  text-decoration: underline;
}
#row-emploi .home-article .desc {
  display: none;
}
@media (max-width: 991.98px) {
  #row-emploi .home-article {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #row-emploi .home-article .title {
    font-size: 16px;
    line-height: 24px;
  }
  #row-emploi .home-article .date_after_title {
    bottom: 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #row-emploi .home-article .title {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#row-emploi .col-article:last-child .home-article {
  margin-bottom: 0;
}
#row-emploi .section-more a {
  border: 1px solid ;
}
#row-emploi #section-stages .section-more a {
  background: #212529;
}
#row-emploi #section-stages .section-more a:hover {
  background: #fff;
  color: #e20019;
  border-color: #e20019;
}
@media (min-width: 1200px) {
  #row-emploi .section-more,
  #row-emploi .section-title {
    padding-left: 15px;
  }
}
/* --------------------  END EMPLOI ----------------------*/
/* ####################### Bureau ############################ */
#section-portraits_2020 {
  background: transparent;
  border: 0 none;
}
#section-portraits_2020 .home-article {
  width: 100% !important;
  min-height: 170px !important;
  border-radius: 0;
  margin: 0 auto !important ;
  height: auto;
  text-align: center;
  border: 0 none;
}
#section-portraits_2020 .photo {
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
#section-portraits_2020 .photo .model-image {
  height: 100%;
}
#section-portraits_2020 .infos {
  font-size: 20px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
#section-portraits_2020 .infos .diplome {
  margin: 15px 0 ;
  display: block;
  font-size: 15px;
  color: #e20019;
}
#section-portraits_2020 .infos a + a {
  margin-left: 10px;
}
#section-portraits_2020 .infos .fas,
#section-portraits_2020 .infos .fab {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #section-portraits_2020 div.row {
    display: flex;
    gap: 15px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  #section-portraits_2020 div.row > .col-article {
    min-width: 250px;
  }
  #section-portraits_2020 .section-more {
    margin: 20px 0;
  }
}
/* --------------------------------  END Bureau ----------------------------------*/
/* ################################# DEBUT videos ################################################ */
#section-videos:after {
  display: none;
}
#section-videos .video-actions .cta-1 a,
#section-videos .video-actions .cta-1 a {
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
}
#section-videos .col-article .video-item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* --------------------------------  END videos --------------------------------------------------*/
/* ################################# Groupes ################################################### */
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 26px;
  color: #e20019;
  text-shadow: 0 0 2px #e20019;
}
#section-groupes.bord-top {
  border-width: 1px !important;
  border-color: #e20019 !important;
}
#section-groupes .lienstop-img {
  border: 1px solid rgba(136, 135, 136, 0.3);
  height: 160px;
  overflow: hidden;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.06));
}
#section-groupes .lien-title {
  color: #212529;
  text-align: center;
  margin-top: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
/* --------------------------------  END Groupes --------------------------------------------------*/
/* ####################### 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: #fafafa !important;
}
@media (max-width: 1200px) {
  #footer-middle .footer-col_inner,
  #footer-middle .liens-footer {
    float: none !important;
  }
}
#footer-middle .liens-footer li a {
  line-height: normal;
  text-transform: uppercase;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
#footer-middle .liens-footer li a:before {
  content: '> ';
}
#footer-middle .liens-footer li a:hover {
  color: #e20019 !important;
}
#footer-middle h4 {
  line-height: normal;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}
#footer-middle .footer-col_inner.right h4 {
  display: none;
}
#footer-middle #footer-socials i {
  padding: 0;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #000 !important;
}
#footer-middle #footer-socials i:hover {
  color: #e20019 !important;
}
#footer-middle .subscribe-field {
  border-radius: 0;
  border: 1px solid #DADADA;
  background: #DADADA;
  color: #002E5E !important;
}
#footer-middle .subscribe-field::placeholder {
  color: #002E5E;
}
#footer-middle .subscribe-btn {
  background: #e20019;
  border-radius: 0;
}
#footer-middle .logos-left img {
  max-width: 185px !important;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  #footer-middle .logos-left img {
    float: left;
  }
}
#footer-logos-left {
  max-width: 350px;
}
#footer-bottom {
  padding: 30px 0 !important;
  background: #212529 !important;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
#footer-bottom .footer-bottom-coords .association {
  margin-right: 5px;
}
#footer-bottom .asso_coords {
  display: none;
}
/* --------------------- end FOOTER --------------------------- */
#zoneAnnuaire_layout .annuaire_result .annuaire_single-row .single_info2,
#zoneAnnuaire_layout .annuaire_result .annuaire_single-row .single_info3 {
  display: none;
}
