/* 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 ################################################### */
/*fonts*/
body .na-login,
body .account-menu,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
  font-family: inherit;
}
/* css projet*/
body {
  font-family: 'EB Garamond', serif;
  color: #393e46;
  -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: 'EB Garamond', serif;
  color: #393e46;
  font-weight: 700;
}
body .section-more > a {
  font-style: normal;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-align: center;
  text-transform: none !important;
  border-radius: 3px !important;
  padding: 10px 30px;
  transition: all .3s;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #fff !important;
}
.home-section.section-default .section-title .title {
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
}
@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 ############ */
header .bar .btn-adherer-wrapper .icon:before {
  color: #fdc400;
}
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 0;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
.topbar-btn-icon {
  display: inline-block !important;
}
/* icone handchacke */
header .bar .btn-adherer-wrapper {
  position: relative;
}
header .bar .btn-adherer-wrapper .btn-adherer-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  header .bar .btn-adherer-wrapper {
    margin-right: 30px;
  }
  header .bar .btn-adherer-wrapper .icon {
    margin-right: 10px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    font-size: 16px;
    display: block;
  }
}
header .bar .btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
header .bar .btn-adherer-wrapper:before,
header .bar .btn-adherer-wrapper:after {
  position: absolute;
  right: 0;
  top: 12px;
  content: '';
  height: 16px;
  width: 1px;
  background-color: #fff;
}
header .bar .btn-adherer-wrapper:before {
  left: 0;
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 0 0;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
}
.bar {
  font-size: 16px;
  font-family: 'EB Garamond', serif;
  color: #ffffff;
}
.bar .socials.rs-nolabels li {
  display: none;
}
.bar .socials.rs-nolabels li.langs-wrapper {
  display: block;
}
.bar .rs-append {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.bar .rs-append:hover {
  text-decoration: underline;
}
.bar .rs-append:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 16px;
  width: 1px;
  background-color: #393e46;
}
.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: #393e46;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.NA_connexion .btn-inscription-wrapper a > .fa,
.NA_connexion .btn-inscription-wrapper a > .fas,
.NA_connexion .connexion-btn > .fa.faicon_user,
.NA_connexion .connexion-btn > .fas.faicon_user {
  color: #fdc400 !important;
}
.NA_connexion .fa-chevron-down {
  color: #fff !important;
}
.NA_connexion {
  color: #393e46;
}
.NA_connexion:hover,
.NA_connexion:focus,
.NA_connexion:active {
  color: #cb8a00 !important;
}
.NA_connexion:hover .connexion-btn,
.NA_connexion:focus .connexion-btn,
.NA_connexion:active .connexion-btn,
.NA_connexion:hover .connexion-np,
.NA_connexion:focus .connexion-np,
.NA_connexion:active .connexion-np {
  background-color: transparent !important;
}
.NA_connexion:hover .connexion-btn > *,
.NA_connexion:focus .connexion-btn > *,
.NA_connexion:active .connexion-btn > *,
.NA_connexion:hover .connexion-np > *,
.NA_connexion:focus .connexion-np > *,
.NA_connexion:active .connexion-np > * {
  color: #fdc400 !important;
}
.btn-adherer-wrapper {
  color: #393e46;
}
.btn-adherer-wrapper a:hover,
.btn-adherer-wrapper a:active:hover,
.btn-adherer-wrapper a:visited:hover {
  background: transparent !important;
  color: #fdc400;
}
.btn-adherer-wrapper a:hover .btn-adherer-label,
.btn-adherer-wrapper a:active:hover .btn-adherer-label,
.btn-adherer-wrapper a:visited:hover .btn-adherer-label,
.btn-adherer-wrapper a:hover .icon:before,
.btn-adherer-wrapper a:active:hover .icon:before,
.btn-adherer-wrapper a:visited:hover .icon:before {
  color: #fdc400;
}
div.header-search-mobile {
  background: transparent !important;
}
.header-search-mobile.active input + input {
  border: 0 none ;
}
.header-search-mobile.active input + input[type="search"] {
  width: calc(100% - 50px);
}
.header-search-mobile {
  background: #fff !important;
}
.header-search-mobile:before {
  display: none;
}
@media (min-width: 1200px) {
  body .logo {
    height: 120px;
  }
  body .logo .logo-a {
    height: 110px;
    width: 243.5px;
  }
  body .logo .logo-a .logo-img {
    padding: 0;
    margin-top: 0;
    width: 243.5px;
    height: 110px;
    min-height: 110px;
  }
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 160px !important;
  }
  .bar .btn-connexion-wrapper span,
  .bar .btn-recruteur-wrapper span,
  .bar .btn-adherer-wrapper span {
    color: #ffffff;
  }
  header .NA_connexion .connexion-btn > span {
    font-size: 16px;
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .btn-inscription-wrapper a > .fas,
  header .NA_connexion .connexion-btn > .fa.faicon_user,
  header .NA_connexion .connexion-btn > .fas.faicon_user {
    margin-right: 3px;
    color: #ffffff;
    margin-right: 10px;
    position: absolute;
    left: -2px;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 170px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .adherer-labele,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
    font-weight: 600 !important;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .btn-inscription-wrapper {
    max-width: 120px !important;
    padding: 0 30px 0 0;
    position: relative;
    margin-right: 20px;
    color: #393e46;
    background-color: transparent !important;
  }
  header .bar .btn-inscription-wrapper a {
    display: flex !important;
    justify-content: center;
    color: #393e46 !important;
  }
  header .bar .btn-inscription-wrapper a .btn-adherer-label {
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper a .topbar-btn-icon {
    display: block !important;
  }
  header .bar .btn-inscription-wrapper a i.icon {
    font-size: 16px !important;
    padding: 10px;
  }
  header .bar .btn-inscription-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #fff;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
header .header-slogan {
  max-width: 850px;
}
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .header-navigation {
    max-height: 80px;
  }
  header .header-navigation > .nav-wrapper,
  header .header-navigation:before {
    border-top: 1px solid #eee;
  }
  header .logo > a img {
    max-height: 120px;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
    background-color: #393e46 !important;
    color: #fff;
  }
  header .main-navigation-row .header-slogan,
  header .header-main .header-slogan {
    margin-top: -10px;
    text-align: left;
    line-height: 28px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
  }
  header .main-navigation-row .header-slogan:first-letter,
  header .header-main .header-slogan:first-letter {
    font-size: 1.2em;
  }
  header .main-navigation-row .header-slogan .nline,
  header .header-main .header-slogan .nline {
    font-weight: normal;
    display: block;
  }
  header .header-navigation .nav > ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown {
    top: 99%;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown a {
    font-size: 16px;
  }
  header .nav.nav-default-mod > ul > .menuli > .nav-dropdown > ul li:hover > a {
    background: #393e46 !important;
    color: #fff !important;
  }
  header .header-navigation .nav > ul > li.menuli > a {
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  header .header-navigation .nav > ul > li.menuli:hover:after {
    content: '';
    width: calc( 100% - 30px );
    height: 4px;
    background: #cb8a00;
    position: absolute;
    bottom: 2px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* ################################# 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(203, 138, 0, 0.65);
  padding: 30px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
}
#section-header .cta-header {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  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 #393e46;
  background-color: #393e46;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #cb8a00;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 161px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    border-radius: 8px;
    padding: 50px 10px 70px;
    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 CAROUSEL ################################################### */
#main-carousel .article-carousel .carousel-content .title {
  font-size: 26px;
}
#main-carousel .article-carousel .type-carousel,
#main-carousel .article-carousel .date {
  text-transform: none !important;
  font-weight: bold !important;
  font-size: 16px;
}
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
#main-carousel .readMore {
  background: #fff;
  border: 1px solid #fff;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
  text-transform: none;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #646464 !important;
  border-radius: 3px;
}
#main-carousel .readMore:hover {
  background: transparent;
  color: #fff !important;
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content {
    padding-top: 115px;
    padding-left: 40px;
    padding-right: 40px;
    top: 40px;
    font-size: 16px;
    height: 500px;
  }
  #main-carousel .carousel-content .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 37px;
    color: #FFFFFF;
  }
  #main-carousel .carousel-content .desc {
    text-align: center !important;
    line-height: 1.3em;
  }
}
@media (max-width: 1199.98px) {
  #main-carousel .carousel-content {
    position: absolute !important;
    inset: 0;
    top: 0;
    height: 100% !important;
  }
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 80px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #cb8a00 !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 56px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
@media (max-width: 1199.98px) {
  #main-carousel .readmore-wrapper {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs {
  padding-top: 49px;
  padding-bottom: 64px;
}
#section-compteurs .home-article .counter-mode-icon {
  width: auto;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #FFFFFF;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap .simple_mode .section-title,
#section-gmap .simple_mode .intro {
  display: block !important;
}
#section-gmap {
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 10px;
  border: 0 none;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}
#section-gmap .section-title .line {
  background: #cb8a00 !important;
}
#section-gmap .section-title .title {
  text-align: left;
  font-size: 30px;
  color: #393E46 !important;
  font-weight: 700;
  line-height: 36px;
  white-space: nowrap;
  letter-spacing: 0;
}
#section-gmap .section-title .title span {
  display: block;
  color: #cb8a00;
}
#section-gmap .section-body {
  margin-left: 4px;
  box-shadow: none;
  padding: 30px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #393e46;
  font-weight: 400;
  text-align: left;
  display: block !important;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #cb8a00;
  border-radius: 0;
  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: 0;
  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: #393e46;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 13px;
  margin-right: 0;
  color: #B4B1D0;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    width: 338px !important;
    top: 95px;
    left: 70px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #section-gmap {
    padding: 30px 0;
  }
  #section-gmap .section-body .intro {
    padding-bottom: 100px !important;
  }
  #section-gmap .article-google_map .ann_exp_deux,
  #section-gmap .section-body {
    padding: 0 !important;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    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 --------------------------------------------------*/
/* ################################# ANNUAIRE MAP + LIENS ################################################### */
/* variables less */
#section-liens_simple {
  padding-top: 80px;
  padding-bottom: 80px;
}
#section-liens_simple .col-article + .col-article .lien {
  margin-top: 30px;
}
#section-liens_simple .lien {
  display: block;
  height: 160px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: all .3s;
}
#section-liens_simple .lien .lien-text {
  color: #fff;
}
#section-liens_simple .lien .lien-title {
  font-weight: 600;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 50px;
  height: 75px;
  margin-top: 15px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-liens_simple .lien:hover {
  background-color: #393e46 !important;
  color: #fdc400 !important;
  border: 2px solid #393e46 !important;
}
#section-liens_simple .lien:hover .lien-text {
  color: #fdc400 !important;
}
/* --------------------------------  END ANNUAIRE MAP + LIENS --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
@media (min-width: 1200px) {
  #section-lienstop {
    padding: 80px 0 ;
  }
  #section-lienstop .slick-list {
    overflow: visible;
  }
  #section-lienstop .col-article {
    margin: 0;
  }
}
#section-lienstop .col-article > a.lien {
  color: #393e46;
  height: 215px;
  position: relative;
  border-radius: 3px;
  padding: 40px 30px 30px;
  display: block;
  text-align: center;
  background: #fff;
  margin: 15px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .3s;
  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: 50%;
  background: #fafafa;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #393e46;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-weight: 600;
  margin: 10px 0 6px;
  font-size: 20px;
  text-align: center;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #cb8a00 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #cb8a00;
}
@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  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  border-radius: 0;
  background-color: #fff;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.25));
  border: 0 none;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 370px;
  }
}
#section-actus .home-article .model-content .date {
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #393e46;
}
#section-actus .home-article .desc,
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: 700;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  font-size: 16px;
  font-weight: 800;
  color: #cb8a00;
  float: left;
  margin-left: 30px;
}
#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;
}
#section-actus .section-more {
  margin-top: 15px;
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ####################### Portraits ############################ */
#section-portraits {
  padding-bottom: 40px;
}
#section-portraits.home-section.section-default .section-title .line {
  background-color: #fff !important;
}
#section-portraits.home-section.section-default .section-title .title {
  line-height: 50px;
  color: #fff !important;
}
#section-portraits .home-content i.slick-arrow.fas {
  color: #fff;
  top: 40% !important;
}
/* --------------------------------  END Portraits  --------------------------------------------------*/
/* ################################# event  ############################################ */
#section-events .home-article {
  border: 0 none;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}
#section-events .home-article .model-image .click-img {
  border-radius: 0;
}
#section-events .home-article .date {
  width: 200px;
  height: 40px;
  left: 50%;
  text-transform: none;
  transform: translateX(-50%);
  bottom: -22px;
  background: #cb8a00;
  border-radius: 3px;
  text-align: center;
}
#section-events .home-article .date span {
  display: inline-block;
  text-transform: none;
  color: #cb8a00;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
#section-events .home-article .desc,
#section-events .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: 700;
}
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 0;
}
#section-events .home-article.locationBottom .location {
  color: rgba(203, 138, 0, 0.5);
  color: #cb8a00;
  text-transform: none;
  font-weight: bold;
  left: 15px;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# temoignages  ############################################ */
#row-temoignage #section-temoignage {
  padding: 50px 0 100px;
}
#row-temoignage #section-temoignage .section-title .line {
  background: #fff !important;
}
#row-temoignage #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom {
  color: #393e46;
}
#row-temoignage #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom:before {
  background: #cb8a00;
}
#row-temoignage #section-temoignage blockquote {
  color: #393e46;
  max-height: 220px;
  overflow-y: auto;
}
#row-temoignage #section-temoignage .auteur-info,
#row-temoignage #section-temoignage .auteur-nom {
  margin: 0 0 18px !important;
}
#row-temoignage ul.slick-dots li.slick-active button:before {
  color: #393e46 !important;
}
#row-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
/* --------------------------------  END temoignages  --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  border-top: 0 none ;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a i {
  display: inline-block;
  background: #117BB8;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
#footer-bottom #footer-socials a i * {
  color: #fff;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #fff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer-bottom-coords * {
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle {
    height: 150px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 58px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer a {
    font-size: 15px;
    font-weight: 700;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-socials li + li {
    margin-left: 5px !important;
  }
  #footer-middle .logos-left {
    text-align: left;
  }
  #footer-middle .logos-left img {
    min-width: 160px !important;
    margin-left: -30px;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 160px !important;
  }
}
@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 {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
