/* 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 ################################################### */
/* ajout une css extern "Google font " */
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  -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: 'Open Sans', sans-serif;
  color: #333333;
  font-weight: 700;
}
.home-section.section-default .section-title {
  margin-bottom: 40px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  color: #333333 !important;
  line-height: 33px;
  font-size: 32px;
  font-weight: 700;
}
body .home-section.section-default .section-more a {
  height: 48px;
  line-height: 48px;
  background: #e56425;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 0 30px;
  border: 1px solid #e56425;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
body .home-section.section-default .section-more a:hover {
  background: transparent;
  border: 1px solid #e56425;
  color: #e56425;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: 700 !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 30px 0 0;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:after,
  .search-toggle-wrapper .search-toggle:after {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #fff;
  }
}
.bar .btn-adherer-wrapper > a .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.bar {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 104px;
    width: 333px;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    margin-top: 8px;
    width: 333px;
    height: 104px;
    min-height: 104px;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  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:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #333333;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    color: #fff !important;
    background-color: #e56425 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .btn-inscription-wrapper,
  header .bar .btn-connexion-wrapper,
  header .bar .btn-recruteur-wrapper {
    max-width: 190px !important;
  }
  header .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  header .bar .header-mibile-bar .search-wrapper {
    max-width: 50px !important;
  }
  header .bar .socials.rs-nolabels a i {
    font-size: 16px;
  }
  header .bar .socials .rs-append {
    font-size: 12px;
    color: #004A75;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
  }
  header .bar .socials .rs-append::before {
    content: '';
    width: 1px;
    height: 15px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .socials .rs-append:hover {
    text-decoration: underline;
  }
  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: 100% !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: transparent !important;
    color: #ffffff !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: #ffffff !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 img,
  header .bar .btn-inscription-wrapper img,
  header .bar .btn-adherer-wrapper a img,
  header .bar .NA_connexion .connexion-np img,
  header .bar .NA_connexion .connexion-btn img,
  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: 18px !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: #ffffff !important;
    margin-right: 15px !important;
    max-width: 24px;
  }
  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: #fff;
  }
  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 {
    padding: 0 14px;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #333333;
    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: 70px !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: #41acd6;
  }
  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: #e56425;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- 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: rgba(65, 172, 214, 0.8);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 600 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 211px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill {
  border: 1px solid #e56425;
  background-color: #e56425;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #41acd6;
  background-color: #41acd6;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    border-radius: 0;
    padding: 30px 10px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .cta-header.empty {
    margin-right: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #333333;
  height: 215px;
  position: relative;
  border-radius: 0;
  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 .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 0 auto ;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 65px;
  max-width: 65px;
}
#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;
  color: #5A7184;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 10px 0 6px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  color: #333333;
  line-height: 32px;
  font-weight: 6700;
  font-size: 18px;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #41acd6 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #41acd6;
}
@media (max-width: 767.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
  #section-lienstop .col-article {
    margin-top: 0;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END Lines --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07000000000000001);
  border: 0 none;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 490px;
  }
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
}
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #41acd6;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: 700;
}
#section-actus .home-article .desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin: 0 30px;
}
#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: #e56425;
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: 700;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
/* --------------------------------  END Actus --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#row-emploi {
  background: #41acd6;
}
#section-emploi .home-article {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #section-emploi .home-article {
    min-height: 430px;
    height: auto;
  }
}
#section-emploi .section-more a {
  color: #e56425;
  background: #fff !important;
  border: 1px solid #fff !important;
}
#section-emploi .section-more a:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
#section-emploi .section-title .title {
  color: #fff !important;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E6E6E6;
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 0;
  padding: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  padding: 30px;
  background: #fff;
  margin: -90px -15px;
  padding-top: 105px;
  position: relative;
  height: 270px;
  z-index: 98;
  text-align: center;
}
#section-emploi .model-content .date {
  margin-bottom: 30px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center !important;
  line-height: 12px;
  font-weight: 400;
}
#section-emploi .model-content .title {
  letter-spacing: 0;
  text-align: center;
  font-size: 20px;
  color: #41acd6;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  height: 100%;
}
#section-emploi .model-content .entreprise {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #e56425;
  letter-spacing: 0;
  line-height: 12px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
#section-emploi .entreprise {
  color: #41acd6;
  margin: 6px 0;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: unset;
}
#section-emploi .model-ratio-image .containerImg .click-img {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2px;
}
#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;
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# MAIN MAP ################################################### */
#section-gmap .simple_mode_2 .section-body .intro {
  color: #333333;
}
@media (max-width: 767.98px) {
  #section-gmap .simple_mode_2 .section-body .intro {
    text-align: left;
  }
}
#section-gmap .simple_mode_2 .section-body .icon-left {
  display: none;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  background: #e56425;
  height: 54px;
  line-height: 54px;
  border: 1px solid #e56425;
  border-radius: 5px;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: transparent;
  color: #e56425;
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# groupes ################################################### */
#section-communaute .col-article {
  overflow: hidden;
  height: 185px;
}
#section-communaute .col-article > .lien:hover .lien-text {
  opacity: .5;
  z-idex: -1;
}
#section-communaute .col-article > .lien:hover .lienstop-img img {
  min-width: 102%;
  margin-left: -1%;
  margin-top: -1%;
}
#section-communaute .col-article > .lien .lien-text {
  position: absolute;
  background: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .3s;
}
#section-communaute .col-article > .lien .lien-text .lien-title {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
#section-communaute .slick-slider i.slick-arrow.fas {
  font-size: 56px;
  color: rgba(65, 172, 214, 0.25);
  text-align: right;
  line-height: 64px;
  font-weight: 900;
  top: 60px;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: #e56425;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: 700;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  #row-compteurs .footer-bottom-coords .asso_coords + .asso_coords,
  #row-compteurs .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  #row-compteurs .footer-bottom-coords .asso_coords + .asso_coords > a,
  #row-compteurs .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
#section-equipe {
  padding: 40px 0;
}
#section-equipe .sub_title {
  display: none;
}
#section-equipe .section-title {
  margin-bottom: 20px;
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
@media (min-width: 1200px) {
  #footer-middle .logos-left {
    text-align: left !important;
  }
}
/* --------------------- end FOOTER --------------------------- */
#section-partenaires .sub_title,
#section-partenaires2 .sub_title,
#section-partenaires3 .sub_title {
  display: block;
  margin-bottom: 40px;
}
#section-partenaires .slick-arrow.fas,
#section-partenaires2 .slick-arrow.fas,
#section-partenaires3 .slick-arrow.fas {
  top: 45px !important;
}
#section-partenaires2 {
  padding: 0;
}
