/* 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: 'Roboto', 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: 'Roboto', sans-serif;
  color: #333333;
  font-weight: bold;
}
/*@import url("news.less");*/
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #245ca8 !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background-color: #245ca8 !important;
  border-color: #245ca8;
}
.home-section.section-default .section-title .title {
  letter-spacing: 0;
  color: #000 !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
.apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid ;
  background-color: transparent;
  color: #245ca8;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  border: 2px solid #245ca8;
  background: #245ca8;
  color: #fff;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller {
    width: auto !important;
  }
  .logo-smaller img {
    padding: 0;
    width: auto !important;
  }
  .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: #333333;
  }
}
.bar {
  font-size: 16px;
}
.bar .btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  display: block;
}
.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: #333333;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
/* ----- Temporaire https://redmine.netanswer.fr/issues/46060 */
.search-toggle-wrapper .search-toggle:after {
  display: none !important;
}
/* ---- fin temporaire */
.connexion-btn i.fas:not(.fa-chevron-down) {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 22px !important;
  display: inline-block !important;
  color: #333333 !important;
}
@media (min-width: 1200px) {
  body .logo .logo-a .logo-img {
    max-height: 120px;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .shopping-cart i,
  header .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-adherer-wrapper > a,
  header .bar .NA_connexion .connexion-np,
  header .bar .NA_connexion .connexion-btn {
    margin: 0 !important;
    max-width: 161px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent !important;
    color: #333333 !important;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  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 {
    white-space: nowrap;
    color: #333333 !important;
    font-size: 16px;
  }
  header .bar .btn-recruteur-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper > a .topbar-btn-icon,
  header .bar .NA_connexion .connexion-np .topbar-btn-icon,
  header .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-adherer-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 22px !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: #333333 !important;
  }
  header .bar .btn-recruteur-wrapper:after,
  header .bar .btn-inscription-wrapper:after,
  header .bar .btn-adherer-wrapper > a:after,
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  header .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  header .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: bold;
    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: 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: #245ca8;
  }
  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: #245ca8;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuliXXX:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuliXXX:last-child > a {
    border-radius: 3px;
    background: #245ca8;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #245ca8;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuliXXX:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #245ca8;
    border-color: #245ca8;
  }
  header .header-navigation-side .nav > ul > li.menuliXXX:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuliXXX:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ########## CARROUSEL ########## */
#main-carousel {
  overflow: hidden;
}
#main-carousel .article-carousel .model-image {
  position: relative;
}
#main-carousel .article-carousel .model-image:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0));
  z-index: 1;
}
@media (max-width: 1199.98px) {
  #main-carousel .article-carousel .model-image:before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
  }
}
#main-carousel .model-ratio-image .containerImg {
  background: #000;
}
#main-carousel .carousel-content {
  padding: 0 10px;
  padding-top: 50px;
  padding-bottom: 120px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 350px;
  height: auto;
}
@media (max-width: 1199.98px) {
  #main-carousel .carousel-content {
    height: auto !important;
  }
}
#main-carousel .carousel-content .link-entire-box {
  display: block;
  text-align: left;
  max-width: 700px;
}
#main-carousel .carousel-content .link-entire-box .title {
  text-align: left;
  position: relative;
  left: 30px;
  max-width: min(90dvw , 700px , 100%);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
#main-carousel .carousel-content .link-entire-box .desc {
  max-width: min(90dvw , 700px , 100%);
  margin-top: 0;
  margin-left: 30px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main-carousel .readmore-wrapper {
  position: relative;
  text-align: left;
  padding: 15px 30px;
}
#main-carousel .readmore-wrapper .readMore:hover {
  background: #fff;
  color: #245ca8;
}
#main-carousel .article-carousel .carousel-content .readmore-wrapper .readMore {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  border-width: 2px;
}
#main-carousel ul.slick-dots {
  margin-left: 19px;
  bottom: 10px;
  top: unset;
  left: calc( ((100vw - 1170px) / 2) + 36px );
  text-align: left;
  width: auto;
  right: unset;
}
#main-carousel ul.slick-dots li {
  margin-right: 8px;
  width: 45px;
}
#main-carousel ul.slick-dots li button {
  width: 45px;
  height: 5px;
}
#main-carousel ul.slick-dots li button:before {
  width: 45px;
  height: 5px;
  content: '';
  background: #fff;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  background: #245ca8;
}
/* ------ FIN CARROUSEL ------ */
/* ####################### RPOROS ############################ */
@media (min-width: 1200px) {
  #section-apropos {
    padding: 80px 0 95px;
  }
}
@media (max-width: 1199.98px) {
  #section-apropos .section-title > br {
    display: none;
  }
}
#section-apropos .apropos {
  position: relative;
}
#section-apropos .apropos .apropos-desc {
  margin-top: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
#section-apropos .apropos .apropos-desc p {
  text-align: left;
}
#section-apropos .apropos .apropos-image {
  width: 460px;
}
@media (min-width: 1200px) {
  #section-apropos .apropos .apropos-cta {
    bottom: -15px !important;
    position: absolute;
  }
  #section-apropos .apropos > .col-md-12 {
    display: flex;
  }
  #section-apropos .apropos > .col-md-12 .section-title,
  #section-apropos .apropos > .col-md-12 .apropos-desc {
    flex: 1;
  }
  #section-apropos .apropos > .col-md-12 .section-title .title {
    line-height: 1;
  }
  #section-apropos .apropos > .col-md-12 .apropos-desc {
    padding-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  #section-apropos .apropos {
    display: flex !important;
    align-items: center !important;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  #section-apropos .apropos > .col-md-6 {
    max-width: 470px !important;
  }
  #section-apropos .apropos .apropos-image-wrapper {
    margin: 0 !important;
  }
  #section-apropos .apropos .apropos-cta {
    text-align: center;
    margin: 15px auto !important;
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  #section-apropos .col-article {
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  #section-apropos #section-apropos .apropos-desc {
    padding: 0 15px !important;
  }
  #section-apropos .services-actions .cta-2 {
    margin-top: 15px;
  }
}
/* --------------------------------  END APORPOS --------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (min-width: 768px) and (max-width: 1199.98px) {
  #section-actus .home-content .slick-track {
    width: 100% !important;
  }
  #section-actus .home-content .slick-track .slick-slide {
    min-width: 50% !important;
  }
}
#section-actus .home-article {
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.03);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  border: 0 none;
  min-height: 470px;
}
#section-actus .home-article .model-content .date {
  line-height: 24px;
  text-align: left;
  margin: 0;
  display: block;
  margin-left: 30px;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #245ca8;
}
#section-actus .home-article .title {
  position: relative;
  color: #333333;
  text-align: left;
  padding: 0;
  margin: 15px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
#section-actus .home-article .desc {
  padding: 30px;
  position: relative;
  bottom: 30px;
  text-align: left;
  color: #333333;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .desc,
  #section-actus .home-article .title {
    margin: 0;
    padding: 30px 15px;
  }
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  bottom: 30px !important;
}
#section-actus .home-article .readmore-wrapper a {
  color: #245ca8;
  font-size: 14px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 8px;
  transition: margin .3s;
  font-size: 14px;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  #section-actus .home-section.section-default .section-more.text-left {
    width: auto;
    max-width: fit-content;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #section-actus .section-more a {
    margin-left: 15px;
  }
}
#section-events div.col-article {
  padding: 0;
  max-width: 400px;
  margin: 0 auto !important;
}
#section-events .section-title .title {
  color: #fff !important;
}
#section-events .section-title .line {
  background: #fff !important;
}
@media (max-width: 1199.98px) {
  #section-events {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    background: rgba(119, 119, 119, 0.5);
  }
}
#section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
}
#section-events .home-article .containerImg {
  min-height: 240px;
}
#section-events .home-article .model-content .title {
  position: absolute;
  bottom: 10px;
  padding: 0 30px !important;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  height: 64px;
}
@media (max-width: 767.98px) {
  #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-events .home-article .model-content .desc {
  display: none;
}
#section-events .home-article .model-content .date {
  color: #fff !important;
  line-height: 35px;
  text-align: left;
  background: #245ca8;
  border-radius: 0;
  padding: 0 15px !important;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 110px;
  left: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
}
#section-events .home-article .containerImg .date {
  display: none;
}
#section-events .col-article {
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#section-events .model-image {
  border-radius: 0;
}
#section-events .article-Model {
  background-color: transparent;
}
#section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
#section-events .section-more a {
  border: 2px solid #fff;
  color: #fff;
}
#section-events .section-more a:hover {
  background: #fff;
  color: #245ca8;
}
#section-events .col-article + .col-article {
  margin-top: 30px !important;
}
#section-events .col-article {
  margin: 0 !important;
  max-width: 400px;
  margin: auto !important;
}
@media (min-width: 1200px) {
  #row-events-news {
    position: relative;
  }
  #row-events-news:after {
    content: '';
    height: calc( 100% - 100px );
    width: auto;
    position: absolute;
    left: calc( 50% + 114px );
    top: 0;
    right: 0;
    background: #245ca8;
    margin: 60px 0;
    z-index: 0;
    border-radius: 0;
  }
  #row-events-news > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  color: #FFF;
  text-align: center;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #ffffff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom #footer-socials * {
  color: #ffffff;
}
/* css footer */
.footer-title {
  font-size: 12px;
  margin: 15px 0 20px;
  text-transform: uppercase;
}
.subscribe {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 245px;
}
.subscribe-field {
  border-radius: 3px;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 20px;
  border: none;
  background: #ffffff;
  color: #969a9b !important;
  border-radius: 0;
  -webkit-appearance: none;
}
.subscribe-btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-left: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-appearance: none;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
}
.subscribe-btn:hover {
  background: #777777;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle .subscribe .subscribe-btn {
  font-weight: bold !important;
}
#footer-middle * {
  color: #333333 !important;
}
#footer-middle h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  #footer-middle .pull-left {
    width: 100%;
  }
}
#footer-middle .subscribe {
  height: 48px;
  overflow: hidden;
  border-radius: 3px;
}
#footer-middle .subscribe .subscribe-field {
  background: #dedede;
  border: 1px solid #DADADA;
  border-radius: 3px;
  color: #000 !important;
  height: 48px;
  line-height: 48px;
}
#footer-middle .subscribe .subscribe-btn {
  border: 0 none;
  border-radius: 3px;
  height: 48px;
  width: 57px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 20px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle {
    padding: 55px 0  !important;
  }
  #footer-middle h4 {
    display: block;
    margin: 0  0 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    white-space: nowrap;
  }
  #footer-middle #footer-socials {
    display: block;
  }
  #footer-middle #footer-socials li {
    margin: 0 3px 0 0;
  }
  #footer-middle #footer-socials li i {
    font-size: 16px;
  }
  #footer-middle .list-liens {
    padding-left: 80px;
  }
  #footer-middle .list-liens li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-liens a {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
  }
  #footer-middle .list-liens a:before {
    content: '> ';
  }
  #footer-middle .list-liens a:hover {
    text-decoration: underline !important;
  }
  #footer-middle .subscribe {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  #footer-middle .subscribe-field {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 100px 0 20px;
    border: none;
    background: #fff;
    color: #ffffff !important;
    border-radius: 3px;
    -webkit-appearance: none;
  }
  #footer-middle .subscribe-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    border: none;
    color: #ffffff !important;
    font-weight: bold;
    border-left: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-appearance: none;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    border: 2px solid #245ca8;
    color: #ffffff !important;
    background: #fff;
  }
  #footer-middle .liens-footer {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 240px !important;
  }
  #footer-middle .footer-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #footer-middle .footer-row > .col {
    width: 100% !important;
    text-align: center;
  }
  #footer-middle .footer-row > .col .subscribe {
    overflow: hidden;
    border-radius: 3px;
    float: none;
    margin: 15px auto;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
}
@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-rs-div,
  #footer-middle h4.footer-title {
    text-align: center;
    padding-bottom: 15px !important;
  }
  .footer-title,
  .subscribe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #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;
  }
}
#footer-bottom-rasso {
  display: none;
}
/* --------------------- end FOOTER --------------------------- */
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #ffffff;
}
#footer-bottom #footer-socials li:hover > a * {
  color: #777777;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .rs_prefix {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#footer-middle {
  padding-top: 53px !important;
  padding-bottom: 130px !important;
}
#footer-logos-left {
  padding: 0;
}
#footer-logos-left img {
  max-width: 260px !important;
}
#footer-socials li {
  margin: 0 3px;
}
#footer-socials li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50% !important;
  background: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#footer-socials li a i {
  color: #245ca8 !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0;
    top: 35px;
    padding: 0;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
    color: #333333;
    float: right;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  .footer-row {
    display: flex;
    align-items: center;
  }
  .footer-row #footer-middle .list-inline.liens-footer {
    top: unset;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
  }
  .footer-row #footer-right {
    padding: 0;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #footer-bottom .footer-row-inner .flex.pull-right {
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    color: #333333;
    padding: 5px;
    display: block;
  }
}
.na-footer #footer-middle * {
  color: #333333;
}
/* --------------------- end FOOTER --------------------------- */
