/* 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: 'Marianne', sans-serif;
  color: #383838;
  -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: 'Marianne', sans-serif;
  color: #383838;
  font-weight: 700;
}
.home-section.section-default .section-title.side-title .title {
  color: #dc000e !important;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #dc000e !important;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  color: #383838 !important;
  line-height: 65px;
  font-size: 32px;
}
@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: 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%;
  }
}
body .home-section.section-default .section-more a {
  background: #026e81 !important;
  color: #fff;
  border: 1px solid #026e81;
}
body .home-section.section-default .section-more a:hover {
  background: transparent !important;
  color: #026e81;
  border: 1px solid #026e81 !important;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
body.page.nav-ontop header .header-main {
  max-height: 120px !important;
}
@media (max-width: 767.98px) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 20px 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: #383838;
  }
}
.bar {
  font-size: 16px;
}
.bar .socials .contact {
  position: relative;
  padding-left: 15px;
}
.bar .socials .contact a {
  font-size: 14px;
  font-weight: bold;
}
.bar .socials .contact:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #383838;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.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: #383838;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    height: 115px;
    width: 97px;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    width: 97px;
    height: 115px;
    min-height: 115px;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #383838;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown > ul > li:hover > a {
    color: #fff !important;
    background-color: #dc000e !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
    margin-top: -1px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover {
    background: #026e81;
  }
  .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,
  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: space-evenly;
    background-color: transparent !important;
    color: #333333 !important;
    position: relative;
  }
  header .bar .btn-recruteur-wrapper > span,
  header .bar .btn-inscription-wrapper > span,
  header .bar .btn-adherer-wrapper > 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,
  header .bar .NA_connexion .connexion-np > a,
  header .bar .NA_connexion .connexion-btn > a {
    color: #333333 !important;
    font-size: 16px;
  }
  header .bar .btn-recruteur-wrapper span.hidden-xs.hidden-sm.hidden-md,
  header .bar .btn-inscription-wrapper span.hidden-xs.hidden-sm.hidden-md,
  header .bar .btn-adherer-wrapper span.hidden-xs.hidden-sm.hidden-md,
  header .bar .NA_connexion .connexion-np span.hidden-xs.hidden-sm.hidden-md,
  header .bar .NA_connexion .connexion-btn span.hidden-xs.hidden-sm.hidden-md {
    display: inline-block;
    margin-top: -4px;
  }
  header .bar .btn-recruteur-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper .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 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: 16px !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: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 .btn-connexion-wrapper {
    max-width: 170px !important;
  }
  header .bar .btn-connexion-wrapper .faicon_user:before {
    content: "\f390";
  }
  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) {
  body.page .header-main,
  body.stiky_nav.stiky_active .header-main {
    border-top: 1px solid #0390a9;
    background: linear-gradient(to top, #026e81 0, #027b90 100%) !important;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
    background: transparent !important;
  }
  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;
    float: none;
    min-width: 750px;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: none;
  }
  header .header-navigation-side .nav > ul > li {
    white-space: nowrap;
    min-width: unset;
    color: #ffffff;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    color: transparent;
    padding: 0 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 57px;
    font-size: 16px;
    font-weight: 700;
  }
  header .header-navigation-side .nav > ul > li.menuli a {
    color: #ffffff !important;
  }
  /* media min-lg horizontal */
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .stiky_active .horizontal_nav.adminActive .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 45px !important;
  }
  .stiky_active .horizontal_nav .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 50px !important;
  }
  .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 53px !important;
  }
  .horizontal_nav .header-navigation-side {
    position: relative;
    height: auto;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul {
    display: block;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli {
    position: unset;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli:hover a:after {
    display: none;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli + li.menuli {
    border-radius: 3px;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli + li.menuli:before {
    content: '';
    width: 1px;
    height: 14px;
    top: 22px;
    position: absolute;
    left: -2px;
    background-color: #ffffff;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown {
    top: 50px !important;
    left: 0;
    width: 750px;
    min-width: 750px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    position: absolute;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li {
    display: inline-block;
    width: auto;
    float: none;
    border: 0 none;
    background: transparent;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li:hover > a {
    color: #ccc !important;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li a {
    padding-right: 10px;
    font-weight: bold;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li + li:before {
    content: '';
    width: 1px;
    height: 12px;
    top: 12px;
    position: absolute;
    left: 04px;
    background-color: #ffffff;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #F9F8F6;
  border: 0 none;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  #section-actus .home-article {
    height: auto !important;
    min-height: 490px;
  }
}
#section-actus .home-article .model-content .date {
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
  font-size: 12px;
  color: #6A6A6A;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
#section-actus .home-article .title {
  font-weight: 400;
  font-size: 20px;
  color: #383838;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  font-weight: bold;
}
#section-actus .home-article .desc {
  font-size: 16px;
  color: #383838;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  margin: 0 30px;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  bottom: 30px;
  left: 0 !important;
}
#section-actus .home-article .readmore-wrapper a {
  background-color: transparent;
  color: #026e81;
  float: left;
  margin: 15px 30px 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
#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: 20px;
}
/* --------------------------------  END ACTUS --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
@media (min-width: 1200px) {
  #main-carousel .slick-dots {
    display: none !important;
  }
}
#main-carousel .containerImg {
  background: #000;
}
#main-carousel .containerImg img {
  opacity: .4;
}
#main-carousel .carousel-content {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .article-Model .title {
  padding: 0;
}
#main-carousel .carousel-content .link-entire-box {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-carousel .carousel-content .link-entire-box .desc {
  display: none;
}
#main-carousel .carousel-content .link-entire-box .title {
  padding: 0 !important;
  margin: 0;
  font-size: 40px;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  font-weight: 900;
}
#main-carousel ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #026e81 !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 (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 870px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# ROW-EVENTS  ################################################## */
#row-events {
  background-color: #fff;
}
#section-events .date {
  font-size: 12px;
  border-radius: 3px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 100px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: fit-content;
  display: block;
  background: #026e81;
}
#section-events .date .dateMonth {
  margin: 0;
  display: inline-block;
}
#section-events .model-content .title {
  position: absolute;
  top: unset;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #section-events .model-content .title {
    padding: 20px 100px !important;
    height: 120px;
  }
}
#section-events .home-article {
  border-radius: 8px;
  overflow: hidden;
  border: 0 none;
  margin: 0;
  padding: 0;
  min-height: 270px !important;
}
#section-events .home-article .bgShadow {
  background: rgba(0, 0, 0, 0.4) !important;
}
@media (max-width: 991.98px) {
  #section-events .home-article {
    min-height: 270px !important;
  }
  #section-events .section-title {
    margin-bottom: 40px;
    text-align: center !important;
  }
  #section-events .section-title .title {
    text-align: center !important;
  }
  #section-events .date {
    font-size: 16px !important;
    top: 45%;
  }
  #section-events .col-article + .col-article {
    margin-top: 30px;
  }
}
/* --------------------------------  END ROW-EVENTS ------------------------------------------------*/
/* ####################### ANNUAIRE ############################ */
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 56px;
  border: 0 none;
  line-height: 54px;
  border-radius: 3px;
  border: 1px solid #026e81;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: transparent;
  color: #026e81;
}
#section-gmap .simple_mode_2 .section-body .intro {
  font-size: 16px;
}
#section-gmap .simple_mode_2 .section-body .section-title .title {
  text-align: center;
}
/* --------------------  END ANNUAIRE --------------------*/
/* ####################### RS ############################ */
#row-rs #section-linkedin .date-rs > i {
  background: #0966C3;
}
#row-rs #section-linkedin .titre-rs {
  color: #0966C3;
}
#row-rs #section-facebook .date-rs > i {
  background: #0966C3;
}
#row-rs #section-facebook .titre-rs {
  color: #0966C3;
}
@media (max-width: 991.98px) {
  #row-rs #section-facebook .col-article > div {
    margin: 0 -15px !important;
  }
}
#row-rs #section-twitter .date-rs > i {
  background: #50ABF1;
}
#row-rs #section-twitter .titre-rs {
  color: #50ABF1;
}
#row-rs #section-insta .date-rs > i {
  background-image: linear-gradient(0deg, #ffd600 0%, #ff0095 52%, #f2069c 58%, #cf14b0 68%, #962ccf 81%, #494dfa 97%, #3f51ff 100%);
}
#row-rs #section-insta .titre-rs {
  color: #FF0095;
}
#row-rs #section-twitter .col-article > div,
#row-rs #section-facebook .col-article > div,
#row-rs #section-insta .col-article > div,
#row-rs #section-linkedin .col-article > div {
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
/* --------------------------------  END RS ------------------------------------------------*/
/* ####################### Liens ############################ */
#section-liens {
  padding: 60px 0;
}
#section-liens .lien {
  background: #026e81;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #026e81;
}
#section-liens .lien .lien-txt .bigger {
  padding: 0 0 0 60px;
}
#section-liens .lien:hover {
  background: transparent;
}
#section-liens .lien:hover .lien-img i,
#section-liens .lien:hover .lien-txt {
  color: #026e81;
}
#section-liens .lien .lien-img,
#section-liens .lien .lien-txt {
  padding: 0;
  white-space: nowrap;
}
#section-liens .lien .lien-img i,
#section-liens .lien .lien-txt {
  color: #fff;
}
@media (max-width: 1199.98px) {
  #section-liens .lien {
    margin: 15px 0;
  }
}
#section-liens .col-article:first-child .lien i:before {
  content: "\f2f6";
}
@media (min-width: 1200px) {
  #section-liens .row {
    display: flex;
    justify-content: center;
  }
}
/* --------------------------------  END Liens  ------------------------------------------------*/
/* ####################### 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: #383838;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #5a7184;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom * {
  font-size: 16px;
  color: #5D5E4D;
  line-height: 24px;
  font-weight: 500;
}
#footer-middle {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#footer-middle .footer-logos-wrapper {
  max-width: 450px;
  display: flex;
  justify-content: start;
}
#footer-middle .footer-logos-wrapper > div {
  display: inline-block;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 {
  max-width: 97px;
  position: relative;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 {
  max-width: 115px;
  position: relative;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -5px 0 0;
    top: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 580px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    line-height: 24px;
    font-weight: 400;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle .logos-left img {
    max-width: 274px !important;
  }
  #footer-logos-left {
    margin-left: -15px;
  }
}
@media (max-width: 991.98px) {
  .footer-logos-wrapper {
    text-align: center;
  }
  .footer-logos-wrapper .footer-logo {
    margin: auto;
  }
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 274px !important;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: left !important;
    display: block;
    width: 100%;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-middle .liens-footer {
    margin-top: 65px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
.footer-bottom-coords > span.pull-left {
  display: none;
}
.footer-bottom-coords > span.pull-left:last-child {
  display: block;
}
.footer-bottom-coords > span.pull-left:last-child:before {
  display: none !important;
}
#footer-socials li:last-child {
  display: none !important;
}
/* --------------------- end FOOTER --------------------------- */
