/* 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: 'Arimo', 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: 'Arimo', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #ee7219 !important;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #ee7219 !important;
  border-color: #ee7219;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 40px;
  color: #000 !important;
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
#section-apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Arimo', sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #ee7219;
  background-color: #ee7219;
  color: #000;
  border-radius: 8px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
#section-apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: transparent;
  border: 2px solid #ee7219;
  color: #ee7219;
}
@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 ############ */
@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 20px 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;
    color: #ee7219;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #ee7219;
  }
}
.bar {
  font-size: 16px;
}
.bar form.form-inline {
  display: flex;
}
.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.rs-nolabels a i {
  font-size: 16px;
}
.bar .socials li + li {
  margin-left: 10px;
}
.bar .socials li a .fab,
.bar .socials li a .fas {
  font-size: 11px;
  background-color: #ee7219;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #000;
  line-height: 24px;
}
.bar .socials li a:hover .fab {
  background-color: rgba(255, 255, 255, 0.97);
}
.bar .socials li.rs-append {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.bar .socials li.rs-append a {
  padding: 0 30px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: 1px solid #ee7219;
}
.bar .socials li.rs-append a:hover,
.bar .socials li.rs-append a:active,
.bar .socials li.rs-append a:focus {
  color: #ee7219;
}
.bar .socials li.rs-append:before {
  content: '';
  width: 1px;
  height: 17px;
  top: 7px;
  position: absolute;
  left: 0;
  background: #ee7219;
}
@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: none;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #000000;
    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: #ee7219;
  }
  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: #ee7219;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .na-login a.fancyForgotPass {
    font-size: 10px !important;
  }
  header .NA_connexion {
    border: 1px solid #000000;
    line-height: 29px !important;
    font-weight: 700 !important;
  }
  header .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .NA_connexion .connexion-np > span {
    text-align: center;
    width: calc(50%);
  }
  header .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    max-width: 30px;
    border: 0 none;
    max-height: 28px;
  }
  header .NA_connexion .fa-toggle-sub-menu {
    height: 30px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .inline-div-section-wrapper {
    display: block;
  }
  header .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .socials.rs-nolabels a:hover,
  header .shopping-cart a:hover,
  header .search-toggle:hover,
  header .socials.rs-nolabels a:active,
  header .shopping-cart a:active,
  header .search-toggle:active,
  header .socials.rs-nolabels a:focus,
  header .shopping-cart a:focus,
  header .search-toggle:focus {
    color: #fff;
  }
  header .socials.rs-nolabels a i,
  header .shopping-cart a i,
  header .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .shopping-cart a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 20px;
    position: relative;
    margin-left: 20px;
  }
  header .shopping-cart a:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 1px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .search-wrapper,
  header .inline-div-section {
    height: 40px;
  }
  header .btn-adherer-wrapper,
  header .btn-inscription-wrapper,
  header .btn-don-wrapper,
  header .btn-recruteur-wrapper,
  header .btn-adherer-wrapper,
  header .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 ;
    font-size: 16px;
  }
  header .btn-adherer-wrapper > a,
  header .btn-inscription-wrapper > a,
  header .btn-don-wrapper > a,
  header .btn-recruteur-wrapper > a,
  header .btn-adherer-wrapper > a,
  header .btn-connexion-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  header .btn-adherer-wrapper:hover {
    color: #ee7219;
  }
  header .btn-adherer-wrapper:hover > a {
    border: 1px solid #555555 !important;
  }
  header .NA_connexion > a.btn,
  header .NA_connexion > .connexion-np,
  header .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 29px !important;
    height: 30px !important;
    text-transform: none;
    font-weight: 700 !important;
  }
  header .NA_connexion {
    border: 0 none;
  }
  header .NA_connexion > a {
    border: 1px solid #ee7219 !important;
  }
  header .btn-recruteur-wrapper a > .fas,
  header .btn-adherer-wrapper a > .fa,
  header .btn-adherer-wrapper a > .fas,
  header .connexion-btn > .fa.faicon_user,
  header .connexion-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .btn-recruteur-wrapper a > .fas > .fas.faicon_user,
  header .btn-adherer-wrapper a > .fa > .fas.faicon_user,
  header .btn-adherer-wrapper a > .fas > .fas.faicon_user,
  header .connexion-btn > .fa.faicon_user > .fas.faicon_user,
  header .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
#row-header {
  background-position: top center;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: transparent;
  padding: 30px;
  border-radius: 0;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
  justify-content: space-around !important;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px !important;
  white-space: nowrap;
  text-transform: uppercase;
  border: 2px solid #fff;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 180px;
  width: 300px;
  border: 2px solid #fff;
  background-color: #878787;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #ee7219;
  background-color: #ee7219;
  width: 180px;
  margin-bottom: 15px;
}
#section-header .cta-header:hover {
  border: 1px solid #ee7219;
  color: #ee7219 !important;
  background: #fff !important;
}
#section-header .cta-header.btn-block {
  display: block;
  padding: 0 30px;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 190px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 100%;
    padding: 80px 10px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .header-phrase .title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
  }
  #section-header .site_header-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  #section-header .cta-header.empty {
    margin-left: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
@media (min-width: 1200px) {
  #section-lienstop {
    padding: 0 0 60px ;
  }
  #section-lienstop .slick-list {
    overflow: visible;
  }
  #section-lienstop .col-article {
    margin: -65px 0 0;
  }
}
#section-lienstop .col-article > a.lien {
  color: #000000;
  height: 215px;
  position: relative;
  border-radius: 10px;
  padding: 40px 30px 30px;
  display: block;
  text-align: center;
  background: #fff;
  margin: 15px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background .3s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 50%;
  background: #fafafa;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee7219;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 10px 0 6px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#section-lienstop .col-article > a.lien:hover {
  background: #faede4;
  border: 1px solid #ee7219;
}
@media (max-width: 991.98px) {
  #section-lienstop {
    padding-top: 0 !important;
  }
  #section-lienstop div.row {
    display: flex;
    gap: 15px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  #section-lienstop div.row > .col-article {
    min-width: 250px;
  }
}
/* --------------------------------  END Lines BAS --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#section-actus {
  padding-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #section-actus .home-content .slick-track {
    width: 100% !important;
  }
  #section-actus .home-content .slick-track .slick-slide {
    min-width: 50% !important;
  }
}
#section-actus .home-article {
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  border: 0 none;
  min-height: 470px;
}
#section-actus .home-article .model-content .date {
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 30px;
  text-transform: none;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
#section-actus .home-article .title {
  position: relative;
  font-size: 20px;
  text-align: left;
  padding: 0;
  margin: 15px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
#section-actus .home-article .desc {
  padding: 30px;
  position: relative;
  bottom: 30px;
  text-align: left;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .desc,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  color: #000000;
  font-size: 14px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 8px;
  transition: margin .3s;
  font-size: 14px;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  #section-actus .home-section.section-default .section-more.text-left {
    width: auto;
    max-width: fit-content;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #section-actus .section-more a {
    margin-left: 15px;
  }
}
#section-events {
  padding-top: 0 !important;
  padding-bottom: 30px;
}
#section-events div.col-article {
  padding: 0;
  max-width: 400px;
  margin: 0 auto !important;
}
#section-events .section-title .title {
  color: #000 !important;
}
#section-events .section-title .line {
  background: #000 !important;
}
@media (max-width: 1199.98px) {
  #section-events {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    background: #ee7219;
  }
}
#section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
#section-events .home-article .containerImg {
  min-height: 240px;
}
#section-events .home-article .model-content .title {
  position: absolute;
  bottom: 10px;
  padding: 0 30px !important;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-events .home-article .model-content .desc {
  display: none;
}
#section-events .home-article .model-content .date {
  color: #000;
  line-height: 35px;
  text-align: left;
  background: #ee7219;
  border-radius: 0;
  padding: 0 15px;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 110px;
  left: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
}
#section-events .home-article .containerImg .date {
  display: none;
}
#section-events .col-article {
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#section-events .model-image {
  border-radius: 0;
}
#section-events .article-Model {
  background-color: transparent;
}
#section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}
#section-events .section-more a {
  border: 2px solid #000;
}
#section-events .section-more a:hover {
  background: #fff;
}
#section-events .col-article + .col-article {
  margin-top: 30px !important;
}
#section-events .col-article {
  margin: 0 !important;
  max-width: 400px;
  margin: auto !important;
}
@media (min-width: 1200px) {
  #row-events-news {
    position: relative;
  }
  #row-events-news:after {
    content: '';
    height: calc( 100% );
    width: auto;
    position: absolute;
    left: calc( 50% + 114px );
    top: -80px;
    right: 0;
    background: #ee7219;
    margin: 60px 0;
    z-index: 0;
    border-radius: 0;
  }
  #row-events-news > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
@media (min-width: 1200px) {
  #section-emploi {
    padding-top: 40px;
  }
}
#section-emploi.home-section.section-default .section-title {
  z-index: 999;
  position: relative;
  color: #fff;
  line-height: 50px !important;
}
#section-emploi.home-section.section-default .section-title .title {
  line-height: 50px;
  color: #fff;
}
#section-emploi .date {
  bottom: 80px;
  left: 50px;
}
#section-emploi .article-Model .readmore-wrapper {
  left: 50px;
  bottom: 10px;
}
#section-emploi .home-article {
  min-height: 240px;
  padding: 30px;
  border-radius: 3px;
  border: 0 none;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
  transition: background .3s;
  margin: 15px 0;
}
#section-emploi .home-article:hover {
  background: rgba(238, 114, 25, 0.1);
  border: 1px solid #ee7219;
}
#section-emploi .home-article .title {
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  position: relative;
}
#section-emploi .home-article .title .entreprise {
  position: absolute;
  top: 67px;
  font-size: 18px;
  text-transform: uppercase;
}
#section-emploi .home-article .desc {
  display: none;
}
#section-emploi .home-article .date {
  text-transform: none;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  #section-emploi .section-more {
    margin-top: 80px;
  }
}
#section-emploi .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
  left: 0 !important;
}
#section-emploi .readmore-wrapper a {
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  font-weight: bold;
  margin: 15px 30px;
  padding: 0;
}
#section-emploi .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-emploi .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-emploi .home-content i.slick-arrow.fas {
  font-size: 24px;
  color: #000000;
  top: 112px;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ####################################  END PROJETS #################################### */
#row-projets #section-projets .section-title .title {
  color: #fff !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#row-projets #section-projets .section-more a {
  width: 300px;
  color: #fff;
  border: 2px solid #fff;
  background-color: #878787;
  margin-bottom: 15px;
}
#row-projets #section-projets .section-more a:before {
  content: "\f518";
  font-size: 18px;
  margin-right: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
#row-projets #section-projets .section-more a:hover {
  border: 1px solid #ee7219;
  color: #ee7219 !important;
  background: #fff !important;
}
/* --------------------------------  END PROJETS -------------------------------------*/
/* ####################################  END PORPOS #################################### */
#row-apropos {
  background: #ffffff url('/ressources/css/images/propos.png') no-repeat 45% center;
  background-size: contain;
}
@media (max-width: 1199.98px) {
  #row-apropos #section-apropos .apropos-cta {
    margin-top: 40px;
    position: relative;
  }
}
@media (min-width: 768px) {
  #row-apropos #section-apropos {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #row-apropos #section-apropos .apropos-desc {
    margin: 0;
    padding: 0;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/* --------------------------------  END PORPOS -------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#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: #000;
}
#footer-bottom .asso_coords {
  display: none !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
  text-transform: uppercase;
}
#footer-bottom .footer-bottom-coords .association,
#footer-bottom .rs_prefix {
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#footer-middle {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
#footer-logos-left {
  padding: 0;
}
#footer-logos-left img {
  max-width: 160px !important;
}
#footer-socials li {
  margin: 0 3px;
}
#footer-socials li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#footer-socials li a i {
  color: #000 !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0;
    top: 35px;
    padding: 0;
    right: 0;
    width: 900px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
    color: #000000;
    float: right;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  .footer-row {
    display: flex;
    align-items: center;
  }
  .footer-row #footer-middle .list-inline.liens-footer {
    top: unset;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
  }
  .footer-row #footer-right {
    padding: 0;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  #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;
    margin-bottom: 40px;
  }
}
@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: #000000;
    padding: 5px;
    display: block;
  }
}
.na-footer #footer-middle * {
  color: #000000;
}
/* --------------------- end FOOTER --------------------------- */
