/* 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: 'Inter', sans-serif;
  color: #443a31;
  -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: 'Work Sans', sans-serif;
  color: #443a31;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #443a31 !important;
}
.home-section.section-default .section-title .line {
  height: 3px !important;
  width: 50px !important;
  background-color: #41b0cf !important;
  border-color: #41b0cf;
}
.home-section.section-default .section-title .title {
  line-height: 48px;
  font-size: 32px;
  color: #443a31 !important;
  letter-spacing: 0;
  font-weight: 600;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
#section-emploi .readmore-wrapper a,
.cta-1 a,
.cta-2 a,
.apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  text-transform: none;
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  line-height: 48px;
  min-width: unset;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #41b0cf !important;
  background-color: #41b0cf !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  justify-content: center;
  width: 200px;
}
#section-emploi .readmore-wrapper a:hover,
.cta-1 a:hover,
.cta-2 a:hover,
.apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: #443a31 !important;
  border: 1px solid #443a31 !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .apropos-cta,
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .apropos-cta a,
  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 (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 15px 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: #fff;
  }
}
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  header .bar .socials li + li {
    margin-left: 10px;
  }
  header .bar .socials li a .fab,
  header .bar .socials li a .fas {
    font-size: 11px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    aspect-ratio: 1;
    text-align: center;
    padding: 0;
    color: #41b0cf;
    line-height: 24px;
  }
  header .bar .socials li a:hover .fab {
    background-color: rgba(255, 255, 255, 0.97);
  }
  header .bar .socials li:has(> a[title="/contact"] ) {
    display: none !important;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  header .bar .socials li.rs-append a {
    text-transform: none;
    font-size: 16px;
    border: 1px solid #FEFEFF;
    text-align: center;
    border-radius: 8px;
    height: 28px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    padding: 0 20px;
  }
  header .bar .socials li.rs-append a:hover {
    background: rgba(177, 222, 234, 0.15);
    color: #41b0cf;
  }
  header .bar .socials-wrapper ul:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 12px;
    position: absolute;
    right: 10px;
    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: #41b0cf;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #41b0cf;
  }
  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 .NA_connexion a.btn:hover > span {
    color: re !important;
  }
  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: #443a31;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 8px !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    border: 1px solid ;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 8px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #41b0cf;
  }
  header .bar .NA_connexion > a.btn:hover > span,
  header .bar .NA_connexion > .connexion-np:hover > span,
  header .bar .NA_connexion:hover > span {
    color: #443a31 !important;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 8px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
    border-color: #443a31;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper a:hover,
  header .bar .btn-adherer-wrapper a:active:hover,
  header .bar .btn-adherer-wrapper a:visited:hover {
    color: #41b0cf;
    background: rgba(177, 222, 234, 0.15);
  }
  header .bar .btn-adherer-wrapper a:hover .icon:before,
  header .bar .btn-adherer-wrapper a:active:hover .icon:before,
  header .bar .btn-adherer-wrapper a:visited:hover .icon:before {
    color: #41b0cf;
  }
  header .logo a {
    padding: 10px 0;
  }
  header .logo a img {
    max-height: 80px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  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 {
    margin-right: 5px !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: 40px;
    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: 16px;
    text-align: right;
    color: #443a31;
    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: #443a31;
  }
  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: #41b0cf;
    width: 100%;
    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: #41b0cf;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #41b0cf;
    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: #41b0cf;
    border-color: #41b0cf;
  }
  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 --------------------------------------------------*/
/* ################################# site_header ################################################### */
#row-header {
  background-position: top center;
  background-size: cover;
  background-color: #121d1c;
}
@media (max-width: 1199.98px) {
  #row-header .home-section {
    display: flex;
    align-items: center;
  }
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-radius: 0;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  font-family: 'Work Sans', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 600 !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: 48px;
  line-height: 48px;
  border-radius: 3px !important;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid;
  font-size: 16px !important;
  letter-spacing: 0px;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 200px;
}
#section-header .cta-header.fill {
  border: 1px solid #fff;
  background-color: #fff;
  color: #41b0cf;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #fff;
  color: #41b0cf !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: 550px;
    padding-top: 190px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 540px;
    padding: 80px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .site_header-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    min-height: 50px;
  }
  #section-header .cta-header {
    text-transform: none;
  }
  #section-header .cta-header.empty {
    margin: 0;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END SITE_HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop-cta {
  padding: 0 0 60px ;
}
#section-lienstop-cta .col-article {
  margin-top: -65px;
}
#section-lienstop-cta .col-article > a.lien {
  color: #443a31;
  height: 215px;
  position: relative;
  border-radius: 8px;
  padding: 40px 0 30px;
  display: block;
  text-align: center;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: color .5s ;
}
#section-lienstop-cta .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(65, 176, 207, 0.15);
}
#section-lienstop-cta .col-article > a.lien .lienstop-img img {
  max-height: 45px;
}
#section-lienstop-cta .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop-cta .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #000;
}
#section-lienstop-cta .col-article > a.lien .lien-title {
  margin: 20px 0 6px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  color: #000;
  line-height: 1em;
  font-weight: 700;
}
#section-lienstop-cta .col-article > a.lien:hover {
  background-color: #efefef;
  color: #41b0cf !important;
}
#section-lienstop-cta .col-article > a.lien:hover * {
  color: #41b0cf;
}
@media (max-width: 767.98px) {
  #section-lienstop-cta {
    padding-top: 60px !important;
  }
  #section-lienstop-cta .col-article {
    margin-top: 0;
  }
  #section-lienstop-cta .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ##################### 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 {
  font-size: 16px;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 50px;
  color: #443a31;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}
#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 --------------------------------------------------*/
#row-event {
  background: rgba(177, 222, 234, 0.15);
}
@media (min-width: 1200px) {
  #row-event #section-event {
    min-height: 460px;
    position: relative;
  }
  #row-event #section-event .section-more {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #row-event #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
  #row-event #section-event .section-title .title br {
    display: none;
  }
}
#row-event #section-event .section-more {
  margin-top: 35px;
}
#row-event #section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #443a31;
}
#section-newss .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 12px ;
  border-radius: 3px;
}
#section-newss .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 3px;
}
#section-newss .home-article .desc,
#section-events .home-article .desc {
  padding: 0 30px !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-newss .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #443a31;
  left: 50%;
  text-transform: none !important;
  transform: translateX(-50%);
  border-radius: 8px;
  bottom: -22px;
  font-weight: normal;
}
#section-newss .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  line-height: 44px;
  text-transform: none !important;
  font-style: normal;
  font-weight: 700;
}
#section-newss .home-article .title,
#section-events .home-article .title {
  padding: 0 30px !important;
  color: #443a31;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#section-newss .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-newss .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #443a31;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  text-transform: uppercase;
  bottom: 15px;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi .home-article {
  background-color: transparent;
}
#section-emploi .section-title .title {
  color: #fff !important;
  margin-bottom: 10px;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 8px;
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  margin: -90px -15px;
  padding-top: 96px;
  position: relative;
  height: 270px;
  z-index: 98;
}
#section-emploi .model-content .date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #6A767B;
}
#section-emploi .model-content .title {
  color: #443a31;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  overflow: hidden;
}
#section-emploi .model-content .entreprise {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
  color: #443a31;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: center;
}
#section-emploi .entreprise {
  display: none !important;
}
#section-emploi .section-more > a {
  color: #fff !important;
  background: transparent !important;
  border: 2px solid #fff !important;
}
#section-emploi .section-more > a:hover {
  background-color: #fff !important;
  color: #41b0cf !important;
}
#section-emploi .model-ratio-image .containerImg .click-img {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section-emploi .model-ratio-image .containerImg .click-img .newsImg {
  max-height: unset !important;
  height: unset !important;
  bottom: unset;
  position: relative;
  top: unset;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  min-width: 0;
}
#section-emploi .readmore-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
}
#section-emploi .readmore-wrapper a {
  display: block;
  background-color: #41b0cf;
  border: 1px solid #41b0cf;
  color: #fff;
  float: none;
  transition: background-color 0.3s;
  margin: 0 auto 30px;
  padding: 0 15px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  border-radius: 22px;
  left: 0;
}
#section-emploi .readmore-wrapper a:hover {
  background-color: transparent;
  color: #41b0cf;
}
@media (max-width: 991.98px) {
  #section-emploi {
    padding: 40px 0 40px;
  }
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .col-article {
    min-height: 315px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
  .section-more a {
    background: transparent;
  }
  .section-more a:hover {
    background: #fff;
    color: #41b0cf;
  }
}
@media (min-width: 1200px) {
  #section-events .section-title .title,
  #section-emploi .section-title .title {
    color: #fff !important;
  }
  #section-events .section-title .line,
  #section-emploi .section-title .line {
    background: #fff !important;
  }
  #section-events .section-more a,
  #section-emploi .section-more a {
    background: transparent;
  }
  #section-events .section-more a:hover,
  #section-emploi .section-more a:hover {
    background: #fff;
    color: #41b0cf;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs:after {
  background: #41b0cf;
}
#section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 48px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-txt .digit-prepend,
#section-compteurs .counter-mode-icon .counter-txt .digit-append,
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0  15px ;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 20px;
  border: 0 none;
  text-align: left;
}
#section-gmap .section-title .title {
  line-height: 1;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
}
#section-gmap .section-title .title span {
  display: block;
}
#section-gmap .section-body {
  margin-left: 4px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #443a31;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #999;
  border-radius: 24px;
  overflow: hidden;
  height: 48px;
}
#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: 24px;
  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: 80px;
    background: #fff;
    color: #443a31;
    height: 350px;
    padding-top: 39px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #443a31;
    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 --------------------------------------------------*/
/* ################################# Groupes ################################################### */
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 26px;
  color: #41b0cf;
  text-shadow: 0 0 2px #41b0cf;
}
#row-groupes {
  background: rgba(177, 222, 234, 0.15);
}
#section-groupes-2.bord-top,
#section-groupes.bord-top {
  border-width: 1px !important;
  border-color: #41b0cf !important;
}
#section-groupes-2 .lienstop-img,
#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-2 .lien-title,
#section-groupes .lien-title {
  color: #443a31;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
/* --------------------------------  END Groupes --------------------------------------------------*/
/* ################################# temoignage ################################################### */
#row-temoignage .home-content i.slick-arrow.fas {
  display: none !important;
}
#section-temoignage .section-title .line {
  background: #41b0cf !important;
}
#section-temoignage blockquote:before {
  color: #41b0cf !important;
  transform: skewX(0);
}
#section-temoignage blockquote:after {
  display: none;
}
@media (min-width: 1200px) {
  #section-temoignage {
    padding-bottom: 110px;
  }
  #section-temoignage .slick-dots {
    margin-bottom: 0 !important;
  }
}
#section-temoignage .auteur:before {
  width: 50px !important;
  height: 3px !important;
  background-color: #41b0cf !important;
}
#section-temoignage blockquote,
#section-temoignage .auteur-wrapper {
  color: #443a31 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
#section-temoignage .auteur-text {
  font-weight: bold;
}
#section-temoignage .auteur-photo {
  max-width: 400px;
  margin: auto;
}
#section-temoignage ul.slick-dots li button:before {
  color: #dedede !important;
  text-shadow: 0 0 2px #ADADAD;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #ADADAD !important;
}
#section-temoignage ul.slick-dots li.slick-active button:before {
  color: #41b0cf !important;
}
#section-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: #443a31 !important;
}
/* --------------------------------  END temoignage--------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* variables css */
/* css portraits */
#row-portraits {
  background: rgba(177, 222, 234, 0.15);
}
#row-portraits #section-portraits .section-title .title {
  font-size: 32px !important;
  color: #41b0cf !important;
  padding-left: 0 !important;
  text-align: left;
}
@media (min-width: 1200px) {
  #row-portraits #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #row-portraits #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #row-portraits #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
    color: #41b0cf;
  }
  #row-portraits #section-portraits.home-section.section-default .section-title {
    background: transparent;
    max-width: 390px;
  }
  #row-portraits #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #row-portraits #section-portraits.home-section.section-default .section-title .title {
    margin-top: 80px;
    margin-left: 0;
    padding-left: 0;
    white-space: normal !important;
    color: #000 !important;
  }
  #row-portraits #section-portraits.home-section.section-default .section-title .line {
    display: block !important;
    background: #41b0cf !important;
  }
  #row-portraits #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #row-portraits #section-portraits .home-article .title-wrapper {
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px;
    background: transparent;
  }
  #row-portraits #section-portraits .home-article .title-wrapper .title {
    width: 120px;
    height: 120px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 0;
  }
  #row-portraits #section-portraits .home-article .title-wrapper .title a {
    width: 110px;
    height: 110px !important;
    display: flex;
    text-align: center;
    margin: 4px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ################################# applis  ############################################ */
#row-applis-contact {
  background: #fff;
  padding-top: 40px;
}
#row-applis-contact #section-applis {
  padding: 0 !important;
}
#row-applis-contact #section-applis .applis-inner {
  display: flex;
}
#row-applis-contact #section-applis .applis-inner > a + a {
  margin-left: 15px;
}
#row-applis-contact #section-applis .article-details {
  padding-bottom: 60px;
}
#row-applis-contact #section-applis .bloc-applis .image-thumbnail {
  display: block;
  margin-top: 50px;
}
#row-applis-contact #section-applis .bloc-applis .col-gauche {
  padding-top: 90px;
}
/* --------------------------------  END applis ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
.na-footer #footer-middle * {
  color: #fff !important;
}
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #ffffff;
}
#footer-bottom #footer-socials li:hover > a * {
  color: #41b0cf;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: inherit;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .rs_prefix {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-bottom #footer-socials li a {
  height: 24px;
  width: 24px;
}
#footer-bottom [class*=" fa-"] {
  font-size: 13px;
}
#footer-bottom #footer-socials li {
  margin: 0 3px;
}
#footer-bottom #footer-socials li a {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#footer-bottom #footer-socials li a i {
  color: #443a31 !important;
}
.na-footer #footer-middle .container {
  height: auto !important;
  max-height: unset !important;
}
.na-footer #footer-middle {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
#footer-logos-left {
  text-align: left;
}
#footer-logos-left img {
  max-width: 250px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 52px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    font-size: 14px;
    text-align: justify;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle #footer-logos-left {
    float: left;
    top: 21px;
  }
  #footer-bottom .footer-row-inner {
    justify-content: space-between !important;
    align-items: center;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
  }
  #footer-bottom .footer-row-inner .flex.pull-right {
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    color: #443a31;
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
