/* 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: 'Lato', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-weight: bold;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
.bar div.btn-recruteur-wrapper {
  width: 190px !important;
}
.bar div.btn-recruteur-wrapper .icon:before {
  content: "\f0f2";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .bar div.btn-recruteur-wrapper .icon:before {
    margin-top: 0px;
    margin-right: 10px;
  }
}
.bar div.btn-recruteur-wrapper a {
  padding: 0 15px ;
}
.bar div.btn-recruteur-wrapper:hover * {
  color: #8b0a00;
}
.bar div.btn-adherer-wrapper {
  width: 170px;
  background: transparent;
  color: #8b0a00;
  border: 1px solid #8b0a00 !important;
}
.bar div.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .bar div.btn-adherer-wrapper .icon:before {
    margin-top: 0px;
    margin-right: 10px;
  }
}
.bar div.btn-adherer-wrapper a,
.bar div.btn-adherer-wrapper a:active,
.bar div.btn-adherer-wrapper a:visited {
  color: #8b0a00;
}
.bar div.btn-adherer-wrapper:hover {
  background: #8b0a00;
  color: #8b0a00;
}
.bar div.btn-adherer-wrapper:hover a,
.bar div.btn-adherer-wrapper:hover a:active,
.bar div.btn-adherer-wrapper:hover a:visited {
  background: transparent !important;
  color: #fff;
}
.bar div.btn-adherer-wrapper:hover a *,
.bar div.btn-adherer-wrapper:hover a:active *,
.bar div.btn-adherer-wrapper:hover a:visited * {
  color: #fff;
}
.bar .NA_connexion {
  width: 170px;
}
.bar .NA_connexion .faicon_user {
  margin: 0 !important;
}
.bar .NA_connexion .faicon_user:before {
  display: block;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .bar .NA_connexion .faicon_user:before {
    margin-right: 10px;
  }
}
.bar .NA_connexion .na-login-prepend-section a {
  height: auto;
}
.bar .langs-wrapper .switch-slider {
  background: #e42618;
}
.bar .langs-wrapper .switch-slider:before {
  background: #fff;
}
.bar .langs-wrapper .lang_link {
  font-size: 16px !important;
  font-weight: 400;
}
.bar .langs-wrapper .lang_link.selected {
  color: #e42618;
}
@media (max-width: 1199.98px) {
  .bar {
    max-width: 100vw;
  }
  .search-toggle-wrapper .search-toggle {
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 3px 0 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
  .bar .btn-adherer-wrapper {
    background: #8b0a00 !important;
  }
  .bar .btn-adherer-wrapper i {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  header .bar .socials .langs-wrapper,
  header .bar .socials li.rs-append,
  header .bar .socials li.contact {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  header .bar .socials .langs-wrapper a:hover,
  header .bar .socials li.rs-append a:hover,
  header .bar .socials li.contact a:hover,
  header .bar .socials .langs-wrapper a:active,
  header .bar .socials li.rs-append a:active,
  header .bar .socials li.contact a:active,
  header .bar .socials .langs-wrapper a:focus,
  header .bar .socials li.rs-append a:focus,
  header .bar .socials li.contact a:focus {
    color: #e42618;
  }
  header .bar .socials .langs-wrapper:before,
  header .bar .socials li.rs-append:before,
  header .bar .socials li.contact:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #333;
  }
  header .bar {
    font-family: 'Open sans', sans-serif;
  }
  header .bar > * {
    font-family: 'Open sans', sans-serif;
  }
  header .bar .bar-btn-2 {
    position: relative;
  }
  header .bar .bar-btn-2 .topbar-btn-icon {
    display: inline-block !important;
  }
  header .bar .na-login a.fancyForgotPass {
    font-size: 10px !important;
  }
  header .bar .NA_connexion {
    border: 1px solid #ffffff;
    line-height: 29px !important;
    font-weight: 700 !important;
  }
  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%);
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    max-width: 30px;
    border: 0 none;
    max-height: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 30px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  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: #fff;
  }
  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 .shopping-cart a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 20px;
    position: relative;
    margin-left: 20px;
  }
  header .bar .shopping-cart a:before {
    content: '';
    width: 1px;
    height: 28px;
    top: 6px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  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: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 180px;
    margin-left: 15px;
    border: 0 none ;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-don-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-connexion-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  header .bar .btn-adherer-wrapper:hover {
    color: #e42618;
  }
  header .bar .btn-adherer-wrapper:hover > a {
    border: 1px solid #8b0a00 !important;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 29px !important;
    height: 30px !important;
    text-transform: none;
    font-weight: 700 !important;
  }
  header .bar .NA_connexion {
    border: 0 none;
  }
  header .bar .NA_connexion > a {
    border: 1px solid #8b0a00 !important;
  }
  header .bar .btn-recruteur-wrapper a > .fas,
  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 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .bar .btn-recruteur-wrapper a > .fas > .fas.faicon_user,
  header .bar .btn-adherer-wrapper a > .fa > .fas.faicon_user,
  header .bar .btn-adherer-wrapper a > .fas > .fas.faicon_user,
  header .bar .connexion-btn > .fa.faicon_user > .fas.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !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: 3px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    font-size: 16px;
    border: 0 none !important;
    font-weight: 700;
  }
  .search-toggle-wrapper .fas.fa-search {
    font-size: 18px;
  }
}
/* ------- fon tobbar ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel-row .carousel-content .title {
  font-size: 32px;
}
#main-carousel-row .readmore-wrapper {
  position: relative;
}
#main-carousel-row .readmore-wrapper .readMore:hover {
  background: #fff;
  color: #e42618;
}
#main-carousel-row .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
}
#main-carousel-row .article-carousel .carousel-content .readmore-wrapper .readMore {
  border-width: 1px;
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content .title {
    opacity: 1;
  }
  #main-carousel-row .article-carousel .carousel-content {
    background-color: rgba(228, 38, 24, 0.95) !important;
  }
}
#main-carousel-row .carousel-wrapper .article-carousel .model-image {
  width: 750px;
}
#main-carousel-row .carousel-content .title {
  font-size: 32px;
}
@media (min-width: 1200px) {
  #main-carousel-row {
    position: relative;
    background: #fff;
  }
  #main-carousel-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc( 100% - 80px );
    top: 80px;
    background: linear-gradient(to right, #e42618 30%, #8b0a00 70%);
  }
  #main-carousel-row .readmore-wrapper {
    position: absolute;
    bottom: 42px;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .model-image {
    background: transparent;
  }
  #main-carousel-row .slick-slider img {
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  #main-carousel-row .carousel-content {
    background: rgba(139, 10, 0, 0.8) !important;
    padding: 40px;
    max-height: 90%;
    opacity: 1;
  }
  #main-carousel-row .carousel-content .title {
    text-transform: none;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    margin-top: 23px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    height: 500px;
    padding-top: 40px;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 395px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
    padding: 118px 50px 5px 0 !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 220px;
    color: #fff;
    font-size: 52px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: -63px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: -63px;
  }
  #main-carousel-row ul.slick-dots {
    top: unset;
    bottom: 30px;
    right: 0;
    text-align: right;
    padding-right: 40px;
  }
  #main-carousel-row ul.slick-dots li,
  #main-carousel-row ul.slick-dots li button,
  #main-carousel-row ul.slick-dots li button:before {
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
#row-events-news-default #section-events-g {
  margin-top: 90px;
}
#row-events-news-default #section-events-g .model-image,
#row-events-news-default #section-events .model-image {
  margin: 0;
  position: absolute;
  inset: 0;
}
#row-events-news-default #section-events-g .col-article,
#row-events-news-default #section-events .col-article {
  margin-top: 5px;
}
#row-events-news-default #section-events-g .col-article + .col-article,
#row-events-news-default #section-events .col-article + .col-article {
  margin-top: 23px;
}
#row-events-news-default #section-events-g .article-Model,
#row-events-news-default #section-events .article-Model {
  overflow: hidden;
}
#row-events-news-default #section-events-g .article-Model.dateImgRectangular .model-image .date,
#row-events-news-default #section-events .article-Model.dateImgRectangular .model-image .date {
  background: transparent;
  color: white;
  z-index: 9;
  font-size: 30px;
  text-align: left;
  padding: 0 20px;
  font-weight: 600;
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#row-events-news-default #section-events-g .col-article,
#row-events-news-default #section-events .col-article {
  padding-bottom: 5px;
}
#row-events-news-default #section-events-g .readMore,
#row-events-news-default #section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
#row-events-news-default .vertical-plit-2 .model-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #00000038;
  z-index: 0;
  overflow: hidden;
}
#row-events-news-default .vertical-plit-2 .model-content .desc {
  display: none;
}
#row-events-news-default .vertical-plit-2 .model-content .link-entire-box {
  color: #fff;
  z-index: 99;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
#row-events-news-default .vertical-plit-2 .model-content .link-entire-box .title {
  font-size: 22px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 20px !important;
  padding: 0;
  margin: 0;
  width: 100%;
}
#section-gmap.home-section.section-default .section-title {
  padding: 56px 0;
}
#section-gmap.home-section.section-default .simple_mode .section-body {
  top: -30px;
}
#section-gmap.home-section.section-default .gmap-form-container {
  overflow: visible !important;
}
#section-compteurs {
  padding-bottom: 0;
}
#section-compteurs .col-article {
  padding: 60px 0;
}
#section-compteurs .col-article .article-counter .inner-shadow {
  top: 50%;
  left: 50%;
  width: 196px;
  height: 196px;
  margin-left: -98px;
  margin-top: -98px;
  border-radius: 100%;
  background-color: #e42618;
}
#section-header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
}
#section-header .bouton {
  text-transform: uppercase;
  font-size: 23px;
  background: #e42618;
  color: #fff;
  text-align: center;
  width: 370px;
  display: inline-block;
  padding: 15px;
  border: 1px solid #e42618;
}
#section-header .bouton.reverse {
  border: 1px solid #e42618;
  background-color: #fff;
  color: #e42618;
}
#section-header .bouton:hover {
  background: #8b0a00;
  border-color: #8b0a00;
  color: #fff;
}
#section-emploi .home-article {
  background-color: transparent;
}
#section-emploi .model-image {
  height: 90px;
  width: 90px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 6px;
}
#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: -67px -15px;
  padding-top: 74px;
  position: relative;
  height: 330px;
  z-index: 98;
}
#section-emploi .model-content .date {
  color: #aaa;
}
#section-emploi .model-content .title {
  display: block;
  margin-top: 25px;
  color: #333;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
}
#section-emploi .model-content .entreprise {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
  color: #e42618;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .readmore-wrapper {
  position: absolute;
  bottom: 0;
}
#section-emploi .readmore-wrapper a {
  display: block;
  background-color: #8b0a00;
  color: #fff;
  float: none;
  padding: 10px 0 10px;
  left: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s;
  margin: 0 50px 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#section-emploi .readmore-wrapper a:hover {
  background-color: #e42618;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: left;
}
#section-emploi .entreprise {
  color: #e42618;
  margin: 6px 0;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
}
#section-emploi .section-title .title,
#section-emploi .section-more > a {
  color: #fff !important;
}
#section-emploi .section-title .title:hover,
#section-emploi .section-more > a:hover {
  color: #fff !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;
}
.bordered {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  padding: 0 15px;
}
#section-communaute {
  padding: 0;
}
#section-communaute .damier {
  min-height: 285px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#section-communaute .damier .damier-link:hover {
  background: transparent !important;
}
#section-communaute .damier .damier-content {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 80px 60px;
  font-weight: normal;
}
#section-communaute .damier .damier-content .damier-label {
  margin-top: 22px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
#section-communaute .damier .damier-content .fas {
  font-size: 60px;
}
#section-communaute a {
  transition: background .3s;
  display: block;
}
#section-communaute .damier-label {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  word-spacing: 4px;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
#section-appli {
  padding: 30PX 0 ;
}
.listViewHalf {
  margin-bottom: 12px;
  padding-bottom: 0;
  display: block;
  clear: both;
}
.listViewHalf .model-image {
  width: 45%;
}
.listViewHalf .model-content {
  width: 50%;
  height: auto;
  padding: 0 0 0 4%;
}
.listViewHalf .model-image,
.listViewHalf .click-img {
  border-radius: 3px;
}
.listViewHalf .date {
  border-radius: 7px;
}
#section-actus .section-more,
#section-emploi .section-more,
#section-revue .section-more,
#section-events-g .section-more,
#section-events .section-more {
  margin: 10px 0;
}
#section-actus .section-more a,
#section-emploi .section-more a,
#section-revue .section-more a,
#section-events-g .section-more a,
#section-events .section-more a {
  border: 0 none ;
  margin-left: 0 !important;
  background-color: transparent;
  margin: 0 15px;
  font-size: 17px;
  word-spacing: 2px;
  margin-bottom: 6px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  padding-left: 27px;
}
#section-actus .section-more a:before,
#section-emploi .section-more a:before,
#section-revue .section-more a:before,
#section-events-g .section-more a:before,
#section-events .section-more a:before {
  transition: left .3s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
#section-actus .section-more a:hover:before,
#section-emploi .section-more a:hover:before,
#section-revue .section-more a:hover:before,
#section-events-g .section-more a:hover:before,
#section-events .section-more a:hover:before {
  left: 10px;
}
#section-actus .section-more,
#section-events .section-more {
  margin-top: 40px;
}
#section-actus .section-more a,
#section-events .section-more a {
  color: #e42618;
}
#section-actus .section-more a *,
#section-events .section-more a * {
  color: #e42618;
}
#section-emploi .section-more {
  margin-top: 40px !important;
  margin-bottom: -20px;
}
#section-emploi .section-more a {
  background-color: rgba(255, 255, 255, 0.2) !important;
  padding: 10px 30px 10px 40px!important;
}
#section-emploi .section-more a:before {
  left: 15px;
}
#section-emploi .section-more a:hover:before {
  left: 25px;
}
#section-emploi .readmore-wrapper a {
  background-color: #2C2C2C;
}
#section-emploi .readmore-wrapper a:hover {
  background-color: #8b0a00;
}
.home-section.section-default .section-title .title {
  font-size: 29px;
  text-transform: none;
  letter-spacing: .3px;
}
#section-actus .article-article_list {
  padding: 0 !important;
}
#section-actus .model-content {
  padding-top: 0;
}
#section-actus .model-content .date {
  display: none;
}
#section-actus .home-article {
  background: transparent;
  border: 0 none;
  position: relative;
}
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  line-height: 1em;
  text-align: left;
  position: absolute;
  bottom: -2px;
}
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: left;
  text-decoration: underline;
}
#section-actus .home-article .model-image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}
#section-actus .home-article .desc {
  display: none;
}
@media (min-width: 1200px) {
  #section-actus {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  #section-actus .home-article .title {
    font-size: 16px;
    line-height: 24px;
  }
  #section-actus .home-article .date_after_title {
    bottom: 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #section-actus .home-article .title {
    font-size: 13px;
    line-height: 1.4em;
  }
}
#section-actus .col-article:last-child .home-article {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  header .bar .socials li.dropdown.bordered {
    padding-right: 20px;
  }
  header .header-navigation-fullwidth nav.nav-default-mod > ul {
    margin: auto;
    width: 100%;
  }
  header .header-navigation-fullwidth nav.nav-default-mod > ul > li > a {
    white-space: nowrap;
  }
  header .header-navigation .nav a {
    text-transform: none;
    font-size: 17px;
  }
  header .bar .btn-inscription-wrapper .btn-adherer-label,
  header .bar .btn-connexion-wrapper .btn-adherer-label,
  header .bar .btn-recruteur-wrapper .btn-adherer-label,
  header .bar .btn-adherer-wrapper .btn-adherer-label,
  header .NA_connexion .btn-inscription-wrapper a > span,
  header .NA_connexion .connexion-btn > span {
    font-size: 17px;
    font-weight: bold !important;
    font-family: 'Open sans', sans-serif;
  }
  header #site-select-field {
    border: 0 none ;
    box-shadow: none;
    font-weight: bold;
    height: 40px;
    font-size: 17px;
    color: #6d6e71;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    z-index: 0;
    position: relative;
  }
  header [name="select-site"]:before {
    content: "\f107";
    position: absolute;
    right: 16px;
    top: 10px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    font-weight: bold;
  }
  header .header-navigation .nav li:hover > a {
    color: #fff !important;
  }
  header .logo {
    background: transparent url(/ressources/css/images/bgHeader.png) no-repeat 364px -28px;
  }
  header .header-slogan {
    color: #6d6e71;
    font-weight: 700;
    text-transform: uppercase;
    top: 81px;
    font-size: 20px;
    word-spacing: 1px;
  }
  header .header-slogan .maincolor {
    color: #e42618;
  }
  header .logo > a {
    height: 183px;
    padding-left: 7px;
  }
  header .logo > a img {
    max-height: 150px;
  }
  #row-events-news-default {
    position: relative;
  }
  #row-events-news-default:after {
    content: '';
    height: calc( 100% - 120px );
    width: 100%;
    position: absolute;
    left: calc( 55% + 20px );
    top: 0;
    background: #8b0a00;
    margin: 60px 0;
    z-index: 0;
  }
  #row-events-news-default > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news-default .section-title {
    margin-top: 20px;
  }
  .bar .btn-inscription-wrapper,
  .bar .btn-connexion-wrapper,
  .bar .btn-recruteur-wrapper,
  .bar .btn-adherer-wrapper {
    max-width: 186px !important;
    min-width: 186px !important;
  }
}
@media (min-width: 992px) {
  #main-carousel .slick-dots {
    width: 1170px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    text-align: center;
    padding-left: 800px;
    top: 100px;
    height: 20px;
    left: 0;
  }
  #main-carousel .slick-dots li {
    font-size: 16px;
    width: 25px;
    text-align: center;
  }
  #main-carousel .slick-dots li button:before {
    font-size: 16px;
  }
  #main-carousel .readMore {
    color: #fff;
  }
  #main-carousel .carousel-content {
    padding-top: 185px;
  }
  #main-carousel .carousel-content .title {
    font-size: 24px !important;
    margin-top: 18px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  #section-emploi .readmore-wrapper {
    bottom: 15px;
  }
  .home-section.section-default .section-more.text-left {
    text-align: center !important;
  }
  .readmore-wrapper a,
  .section-more a {
    max-width: 70% !important;
    text-align: center;
    margin: auto !important;
  }
  #section-events-g,
  #section-events {
    background-color: #8b0a00;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events-g .home-article.article-Model,
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events-g .containerImg,
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events-g .model-image.model-ratio-image,
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
  .home-section .section-title {
    text-align: center;
    font-size: 16px;
  }
  header .bar-btn-0,
  header .bar-btn-0 * {
    background-color: #e42618 !important;
  }
  header .bar-btn-0 span,
  header .bar-btn-0 * span {
    background-color: #fff !important;
  }
  header .search-toggle {
    height: 40px;
  }
  header .connexion-btn,
  header .search-toggle,
  header .connexion-btn > *,
  header .search-toggle > * {
    background-color: #e42618 !important;
    color: #fff !important;
  }
  #section-header .col-article .text-left {
    margin-top: 10px;
  }
  #section-header .bouton {
    width: 100%;
    font-size: 20px;
  }
  #section-gmap .section-title {
    padding-bottom: 0 !important;
  }
  #section-gmap.home-section.section-default .simple_mode .section-body {
    top: 30px;
    margin: 0 15px;
    max-width: calc(100% - 30px);
    z-index: 9999;
  }
  #section-gmap .leaflet-control-container .leaflet-top {
    top: 50px;
  }
}
@media (max-width: 1200px) {
  header .logo-smaller a {
    padding-left: 2px !important;
  }
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 125px !important;
  max-height: 115px;
  min-width: 0;
}
.main-inner-content .titre-contact {
  display: none;
}
.home-row.row-asso-2,
.home-row.row-asso-2 .damier .damier-link {
  background-color: #8b0a00 !important;
}
@media (max-width: 1199.98px) {
  .tab-content .etiquette-article > .col.col-sm-6:first-child {
    position: absolute;
    z-index: 999;
    padding: 40px 60px;
    background: #ffffffbf;
    transform: scale(0.9);
    left: 0;
    top: 0;
    margin: -30px;
    height: calc( 100% + 60px );
    bottom: 0;
  }
  .tab-content .read-more {
    margin-top: 20px;
  }
}
/* ############################  END FOOTER ################################### */
.na-footer-rs-address-ontop #footer-top {
  background: #4a4a49;
  padding: 57px 0px 22px;
}
.na-footer-rs-address-ontop #footer-top * {
  color: inherit;
}
.na-footer-rs-address-ontop #footer-top .app-images img {
  height: 50px;
}
.na-footer-rs-address-ontop #footer-top .footer-row {
  position: relative;
}
.na-footer-rs-address-ontop #footer-top .footer-row .footer-title {
  color: #fff;
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
  margin-bottom: 28px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3rem;
  font-weight: 700;
}
.na-footer-rs-address-ontop #footer-top .footer-row .logo {
  margin-top: -16px;
  margin-bottom: 19px;
}
.na-footer-rs-address-ontop #footer-top .footer-row .logo a {
  height: auto;
}
.na-footer-rs-address-ontop #footer-top .footer-row .coords {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 32px;
}
.na-footer-rs-address-ontop #footer-top .footer-row .coords a:hover {
  color: #8b0a00;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul {
  display: block;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul li {
  margin-left: 0;
  padding-bottom: 3px !important;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul li .list-head {
  border-bottom: 0;
  margin-bottom: 0px;
  font-weight: normal;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul li .list-head a {
  font-size: 15px;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul li .list-head a:hover {
  color: #8b0a00;
}
.na-footer-rs-address-ontop #footer-top .footer-row .shortcuts .footer-nav ul li ul {
  display: none;
}
.na-footer-rs-address-ontop #footer-top .footer-row #footer-socials {
  margin-bottom: 30px;
}
.na-footer-rs-address-ontop #footer-top .footer-row #footer-socials li {
  margin-left: 0;
}
.na-footer-rs-address-ontop #footer-top .footer-row #footer-socials li a > i {
  font-size: 22px;
}
.na-footer-rs-address-ontop #footer-top .footer-row #footer-socials li a:hover i {
  color: #8b0a00;
}
.na-footer-rs-address-ontop #footer-top .footer-row .bt-scroll {
  position: absolute;
  right: -24px;
  bottom: -55px;
  display: block !important;
  background: #b4ac8d;
  border-radius: 50%;
  box-shadow: none;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  opacity: 1 !important;
}
.na-footer-rs-address-ontop #footer-top .footer-row .bt-scroll i.fas {
  font-size: 22px;
}
.na-footer-rs-address-ontop #footer-top .shortcuts li {
  margin-left: 0;
  display: block;
  margin-bottom: 4px;
}
.na-footer-rs-address-ontop #footer-top a:hover {
  color: inherit !important;
  text-decoration: underline !important;
}
.na-footer-rs-address-ontop #footer-bottom {
  background: #3b3b3a;
  padding-top: 22px;
  padding-bottom: 22px;
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .na-footer-rs-address-ontop #footer-bottom .liens-footer {
    flex-direction: column;
  }
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer li {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer li:nth-child(2):before {
  display: none !important;
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer li:first-child {
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer li + li:before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #fff;
}
.na-footer-rs-address-ontop #footer-bottom .liens-footer li a:hover {
  color: #8b0a00;
}
@media (max-width: 1199.98px) {
  .na-footer-rs-address-ontop #footer-top {
    margin-bottom: 0;
  }
  .na-footer-rs-address-ontop #footer-top .footer-title {
    border-color: #888 !important;
    margin-bottom: 15px !important;
  }
  .na-footer-rs-address-ontop #footer-top .col-md-4 {
    margin-bottom: 30px;
    text-align: left;
    padding: 0 40px;
  }
  .na-footer-rs-address-ontop #footer-top li {
    display: block;
    text-align: left;
  }
  .na-footer-rs-address-ontop #footer-bottom .liens-footer li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .na-footer-rs-address-ontop #footer-bottom .liens-footer li:before {
    display: none !important;
  }
  .na-footer-rs-address-ontop #footer-bottom .liens-footer li:first-child {
    float: none;
    margin-bottom: 15px;
  }
}
/* --------------------------------  END FOOTER --------------------------------------------------*/
/* --------------------------------  START SITE DES GROUPES --------------------------------------------------*/
.site_groupe .menuli a {
  color: #fff !important;
}
.site_groupe .page-block .block-titre {
  color: #e42618;
}
.site_groupe .page-block .block-titre:after {
  background-color: #e42618 !important;
}
/* --------------------------------  END SITE DES GROUPES --------------------------------------------------*/
