/* 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: "Titillium Web", 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,
body .home-article .title {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #212c58 !important;
}
.home-section.section-default .section-title .line {
  width: 70px !important;
  background-color: #212c58 !important;
  border-color: #212c58;
}
.home-section.section-default .section-title .title {
  color: #212c58 !important;
  letter-spacing: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
#section-videos .video-actions .cta-1 a,
#section-videos .video-actions .cta-2 a,
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a,
body .home-section.section-default .section-more a {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 100px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #212c58;
  background-color: transparent;
  color: #212c58;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: lowercase;
}
#section-videos .video-actions .cta-1 a::first-letter,
#section-videos .video-actions .cta-2 a::first-letter,
#row-services #section-services-left .services-actions .cta-1 a::first-letter,
#row-services #section-services-left .services-actions .cta-2 a::first-letter,
body .home-section.section-default .section-more a::first-letter {
  text-transform: uppercase;
}
#section-videos .video-actions .cta-1 a:hover,
#section-videos .video-actions .cta-2 a:hover,
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover,
body .home-section.section-default .section-more a:hover {
  background: #212c58;
  border: 2px solid #212c58;
  color: #fff;
}
#row-services #section-services-left .services-actions .cta-2 a {
  background: #212c58;
}
#row-services #section-services-left .services-actions .cta-2 a:hover {
  color: #fff !important;
  background: #131933;
}
@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 --------------------------------------------------*/
.btn-adherer-wrapper .icon:before {
  content: "\f234";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  display: block;
  font-weight: bold;
  margin-top: -3px;
}
/* ################################# DEBUT HEADER ################################################### */
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .header-slogan {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    font-variant: all-small-caps;
    color: #000;
    margin-top: 32px;
    line-height: 32px;
  }
  header .header-slogan strong {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    font-variant: all-small-caps;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  header .bar .socials li.rs-append a {
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0;
    box-shadow: 0 0 0 1px  #fff;
    border-radius: 0;
    padding: 0 20px;
    text-transform: capitalize;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
  }
  header .bar .socials li.rs-append:hover a,
  header .bar .socials li.rs-append a:active a,
  header .bar .socials li.rs-append a:focus a {
    background-color: #fff;
    color: #212c58;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .langs-wrapper .lang_link.selected {
    color: #212c58;
  }
  header .bar .lang_switcher .switch-slider {
    background: #212c58;
  }
  header .bar .lang_switcher .switch-slider:before {
    background: #fff;
  }
  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%);
    color: #212c58;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #212c58;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 30px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 30px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  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: #212c58;
  }
  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 .search-toggle-wrapper .search-toggle {
    padding-top: 12px;
    margin-right: 10px;
    position: relative;
  }
  header .bar .search-toggle-wrapper .search-toggle i {
    font-size: 16px;
  }
  header .bar .search-toggle-wrapper .search-toggle:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    right: -10px;
    background: #000;
  }
  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: 0 !important;
    flex: unset;
    text-transform: none;
    line-height: 28px !important;
    height: 30px !important;
    margin-top: 3px;
    width: 170px;
    margin-left: 15px;
    border: 1px solid #000;
    background: #000;
    font-size: 14px;
  }
  header .bar .btn-inscription-wrapper .icon,
  header .bar .btn-don-wrapper .icon,
  header .bar .btn-recruteur-wrapper .icon,
  header .bar .btn-adherer-wrapper .icon,
  header .bar .btn-connexion-wrapper .icon {
    vertical-align: middle;
    margin-top: -1px;
  }
  header .bar .NA_connexion {
    border: 0 none;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    max-width: 100%;
    border-radius: 0 !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 14px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.2px;
    display: inline-block;
    line-height: 30px !important;
    height: 30px !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ffffff;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover {
    color: #ffffff;
    background: #000000;
  }
  header .bar .NA_connexion > a.btn:hover > i,
  header .bar .NA_connexion > .connexion-np:hover > i,
  header .bar .NA_connexion:hover > i,
  header .bar .NA_connexion > a.btn:hover > a > span,
  header .bar .NA_connexion > .connexion-np:hover > a > span,
  header .bar .NA_connexion:hover > a > span {
    color: #ffffff;
    background: #000000;
  }
  header .bar .NA_connexion > a.btn .fas,
  header .bar .NA_connexion > .connexion-np .fas,
  header .bar .NA_connexion .fas {
    height: 16px;
  }
  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 > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #212c58 !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #212c58 !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: 0 !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    text-transform: none;
    font-size: 14px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper {
    background-color: transparent !important;
    border: 1px solid #212c58 !important;
    padding: 0 15px;
    color: #212c58;
  }
  header .bar .btn-adherer-wrapper a {
    background-color: transparent !important;
    color: #212c58;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    color: #212c58;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
    color: #212c58;
  }
  header .bar .btn-adherer-wrapper:hover,
  header .bar .btn-adherer-wrapper:active:hover,
  header .bar .btn-adherer-wrapper:visited:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  header .bar .btn-adherer-wrapper:hover *,
  header .bar .btn-adherer-wrapper:active:hover *,
  header .bar .btn-adherer-wrapper:visited:hover * {
    color: #fff !important;
  }
  header .logo a img {
    display: inline-block;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .bar-btn-1 .fas,
  header .bar .bar-btn-2 .fas {
    margin-right: 8px !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: 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: #212c58;
  }
  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: #212c58;
    width: calc( 100% - 8%);
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-navigation-side .nav > ul > li.menuli.xxx:last-child {
    margin-left: 8px;
  }
  header .header-navigation-side .nav > ul > li.menuli.xxx:last-child > a {
    border-radius: 3px;
    background: #212c58;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #212c58;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli.xxx:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #212c58;
    border-color: #212c58;
  }
  header .header-navigation-side .nav > ul > li.menuli.xxx:last-child nav.nav-dropdown {
    right: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli.xxx:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
#row-header {
  background-position: center center;
  background-size: cover;
  background-color: #121d1c;
}
@media (max-width: 1199.98px) {
  #row-header .home-section {
    display: flex;
    align-items: center;
  }
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(21, 21, 21, 0.75);
  padding: 30px;
  border-radius: 0;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
#section-header .site_header-actions {
  margin-top: 30px;
  justify-content: space-around !important;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 3px !important;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid;
  font-size: 16px !important;
  letter-spacing: 0px;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 200px;
}
#section-header .cta-header.fill {
  border: 1px solid #fff;
  background-color: #fff;
  color: #212c58;
  width: 170px;
}
#section-header .cta-header:hover {
  border: 1px solid #fff;
  color: #212c58 !important;
  background: #fff !important;
}
#section-header .cta-header.btn-block {
  display: block;
  padding: 0 30px;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 190px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 500px;
    padding: 80px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .site_header-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    min-height: 50px;
  }
  #section-header .cta-header {
    text-transform: none;
  }
  #section-header .cta-header.empty {
    margin: 0;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END SITE_HEADER --------------------------------------------------*/
/* ################################# MAIN Aservices ################################################### */
@media (min-width: 1200px) {
  #section-services-left .services-titre {
    margin-top: -15px;
  }
  #section-services-left .services-details {
    padding: 30px 100px 0 0;
  }
  #section-services-left .services-actions {
    margin-left: 15px;
  }
  #section-services-left .section-title .line {
    display: block;
    margin: 10px 0 0;
    height: 2px;
  }
}
#section-services-left .services-details {
  font-size: 16px;
  color: #333333;
  line-height: normal;
  text-align: left;
}
#section-services-left .col-article {
  position: relative;
  min-height: 485px;
}
#section-services-left .services-actions {
  position: absolute;
  bottom: 7px;
  margin-bottom: 0;
  left: 0;
  width: auto;
}
#section-services-left .services-actions .cta-1,
#section-services-left .services-actions .cta-2 {
  display: inline-block;
}
#section-services-left .services-actions .cta-1 a,
#section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #212c58;
}
#section-services-left .services-actions .cta-2 a {
  background-color: #212c58;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a:hover {
  border-color: #212c58;
  color: #212c58 !important;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #section-services-left,
  #section-services-right {
    padding: 0;
  }
  #section-services-left .services-actions {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  #section-services-right .slick-slide {
    text-align: center;
  }
  #section-services-right .col-article > a.lien .lien-text {
    padding: 10px !important;
    font-size: 18px !important;
  }
  .page-presentation .contenu {
    padding: 30px !important;
    line-height: 1.5em;
  }
  .page-presentation .contenu ul {
    padding: 0 !important;
  }
}
#section-services-right .col-article {
  margin: 0 auto 30px;
}
#section-services-right .col-article {
  color: #fff;
  height: 224px;
  position: relative;
  padding: 0;
  max-width: 270px;
}
#section-services-right .col-article > a.lien {
  transition: opacity .2s;
  background-position: center center;
  border-radius: 8px;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 0;
}
#section-services-right .col-article > a.lien .model-ratio-image {
  background-color: #000;
}
#section-services-right .col-article > a.lien .model-ratio-image img {
  opacity: .75;
}
#section-services-right .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#section-services-right .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
#section-services-right .col-article > a.lien .lien-desc {
  font-size: 18px;
}
#section-services-right .col-article > a.lien .lien-text {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 45px ;
  text-align: center;
}
#section-services-right .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#section-services-right .col-article > a.lien .services-details {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
#section-services-right .col-article:hover .lien {
  color: #fff;
  opacity: .9;
  background-size: 102% !important;
}
@media (max-width: 767.98px) {
  #section-services-right .col-article {
    margin: 0;
    border: 10px solid;
  }
}
/* --------------------------------  END services ------------------------------------------------*/
/* ################################# news ############################################ */
#section-news .slick-track {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 15px;
}
#section-news .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  min-height: 360px;
  border-radius: 0;
}
#section-news .home-article .model-content .date {
  text-align: left;
  margin: 40px 0 25px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: relative;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#section-news .home-article .desc,
#section-news .home-article .title {
  position: relative;
  text-align: left;
  padding: 0;
  margin: 5px 20px ;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#section-news .home-article .desc {
  display: none;
}
#section-news .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-news .home-article .readmore-wrapper {
  text-transform: none;
  font-size: 20px;
  bottom: 30px;
}
#section-news .home-article .readmore-wrapper a {
  color: #212c58;
  float: left;
  margin-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}
#section-news .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-news .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
/* --------------------------------  END news ------------------------------------------------*/
/* ################################# ROW-EVENTS  ################################################## */
#section-events {
  padding-top: 40px;
  padding-bottom: 40px;
}
#section-events .section-title > .title {
  color: #212c58;
}
#section-events .date {
  font-size: 14px;
  border-radius: 4px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 67%;
  padding: 0 15px;
  height: 45px;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #212c58;
}
#section-events .date .dateMonth {
  margin-left: 8px;
  margin-right: 8px;
}
#section-events .model-content .title {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 15px 15%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#section-events .home-article {
  border-radius: 8px;
  overflow: hidden;
  border: 0 none;
  margin: 0;
  padding: 0;
  min-height: 415px !important;
}
@media (max-width: 991.98px) {
  #section-events .home-article {
    min-height: 215px !important;
  }
  #section-events .model-content .title {
    font-size: 20px;
    top: unset;
    bottom: 0;
    height: 78px;
    padding: 0 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-events .date {
    font-size: 16px !important;
    top: 45%;
  }
  #section-events .col-article + .col-article {
    margin-top: 30px;
  }
}
#section-events .section-more {
  margin-top: 50px;
}
/* --------------------------------  END ROW-EVENTS ------------------------------------------------*/
/* ################################# applis ################################################### */
#section-applis {
  padding: 80px 0 0;
}
#section-applis .article-details {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  #section-applis .applis-inner {
    margin-bottom: 30px;
    text-align: center;
  }
}
/* --------------------------------  END applis --------------------------------------------------*/
/* ####################### maps ############################ */
#section-gmap {
  padding-top: 0;
  padding-bottom: 0;
}
#section-gmap .simple_mode_2 .section-title {
  margin-bottom: 80px;
}
#section-gmap .simple_mode_2 .section-body .intro {
  display: none !important;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: #212c58;
  border: 1px solid #212c58;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
}
#section-gmap .simple_mode_2 .section-body .input-group-addon a:hover {
  background: #fff;
  color: #212c58;
}
#section-gmap .simple_mode_2 .section-body .search {
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  padding: 5px;
}
#section-gmap .simple_mode_2 .section-body .search input {
  height: 40px;
  line-height: 40px;
}
#section-gmap .simple_mode_2 .section-body .search .icon-left {
  top: 10px;
}
@media (max-width: 1199.98px) {
  #section-gmap .intro {
    text-align: left;
  }
}
#section-gmap:before {
  display: none;
}
/* -----------------------  END maps ------------------------------*/
/* ####################### temoignage ############################ */
#row-temoignage #section-temoignage {
  padding: 50px 0 100px;
}
#row-temoignage #section-temoignage .section-title .line {
  background: #212c58 !important;
}
#row-temoignage ul.slick-dots li.slick-active button:before {
  color: #212c58 !important;
}
#row-temoignage ul.slick-dots li button:before {
  font-size: 20px;
  color: #212c58 !important;
}
#row-temoignage .auteur-info,
#row-temoignage .auteur-nom {
  margin: 0 0 18px !important;
}
#row-temoignage #section-temoignage .auteur-nom-wrapper .auteur .auteur-text .auteur-nom:before {
  background: #212c58;
}
#row-temoignage * {
  color: #000;
}
#row-temoignage blockquote {
  color: #000;
  max-height: 220px;
  overflow-y: auto;
}
/* --------------------- end temoignage --------------------- */
/* ################################# DEBUT videos ################################################ */
#row-videos {
  margin: 80px 0 0;
  overflow: hidden;
}
#row-videos #section-videos .video-item {
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #row-videos #section-videos .video-item {
    padding: 30px 15px 30px 40px;
  }
}
#row-videos #section-videos:after {
  border-radius: 0;
  background: #212c58;
  top: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#row-videos #section-videos:before {
  content: '';
  position: absolute;
  background: #212c58;
  left: calc( 50% + 120px );
  top: -50%;
  padding: 0;
  margin: 0;
  height: 200%;
  z-index: 1;
  border-radius: 50% 0 0 508px;
  width: 100%;
}
/* --------------------------------  END videos --------------------------------------------------*/
/* ####################### 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: #212c58;
}
#footer-bottom #footer-socials li:hover > a * {
  color: #212c58;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: inherit;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .rs_prefix {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#footer-middle {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
#footer-logos-left {
  text-align: left;
}
#footer-logos-left img {
  max-width: 254px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
    color: #fff;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle #footer-logos-left {
    float: left;
    top: 21px;
  }
  #footer-middle .footer-row {
    display: flex;
    align-items: center;
  }
  #footer-bottom .footer-row-inner {
    justify-content: space-between !important;
    align-items: center;
  }
  #footer-bottom .footer-row-inner {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
  }
  #footer-bottom .footer-row-inner .flex.pull-right {
    gap: 10px;
    align-items: center;
  }
  #footer-bottom #footer-socials li {
    margin: 0 3px;
  }
  #footer-bottom #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-bottom #footer-socials li a i {
    color: #000 !important;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
}
@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: #000 !important;
}
/* --------------------- end FOOTER --------------------------- */
.unlayer-page img {
  max-width: 100% !important;
}
