/* 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 ################################################### */
/* ajout une css extern "Google font " */
/* variable less projet  */
/*fonts*/
.block-membres_groupe .membres-wrapper .membre .actions a:first-child {
  color: #fff !important;
}
/* css projet*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-size: 100%;
}
body input::placeholder {
  color: #5C5C5C !important;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .article-content .title,
body .article-content .date,
body #footer-bottom,
body .section-more a,
body .menuli a {
  font-family: 'Roboto', sans-serif;
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
body .titre_pages span {
  color: #5c5c5c;
}
.container.page-blocks > .row {
  margin: 30px 0 80px !important;
}
[id^="block-"] {
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  [id^="block-"] .listes .list_articles.vignette {
    display: flex;
  }
}
[id^="block-"] .listes .list_articles.vignette .article {
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
[id^="block-"].page-block[class*="block-texte_image_"] {
  margin: 80px 0 !important;
  box-shadow: none;
}
[id^="block-"].page-block[class*="block-texte_image_"]:before {
  content: '';
  width: 600px;
  height: 600px;
  background: rgba(2, 136, 209, 0.35);
  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  transform: translate(-20%, -20%);
}
[id^="block-"].page-block.block-texte_image_right:before {
  transform: translate(120%, -20%);
}
[id^="block-"].page-block .list_articles .article .container .date {
  background: #0288d1;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 25px;
  padding: 0 30px;
  left: unset;
  margin: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  text-align: center;
}
[id^="block-"].page-block.block-annonce {
  background: transparent url('/ressources/css/images/bg1.png') no-repeat left top;
  background-size: cover;
  padding: 50px 0 !important;
  color: #0288d1;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
[id^="block-"].page-block.block-annonce .block-titre {
  color: #0288d1;
  text-align: center;
}
[id^="block-"].page-block .block-titre {
  color: #000 !important;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  font-size: 35px;
  position: relative;
  text-align: left;
  padding-bottom: 40px;
  width: max-content;
  max-width: 100%;
}
[id^="block-"].page-block .block-titre:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #0288d1;
  position: absolute;
  bottom: 0;
  left: 0;
}
[id^="block-"].page-block.block-titre_page .block-titre {
  text-align: center !important;
  margin: auto !important;
}
[id^="block-"] .listes .block-bouton {
  text-align: center;
  margin: 20px auto 40px ;
}
.page-block.block-vignette .block-contenu {
  border: 0 none;
}
.page-block.block-vignette .block-image {
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  width: 120px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin: auto;
}
[id^="block-"] .block-titre,
.home-section.section-default .section-title {
  margin: 0 0  30px !important;
}
[id^="block-"] .block-titre .line,
.home-section.section-default .section-title .line {
  width: 50px !important;
  height: 0;
  border-radius: 3px;
  border: 3px solid #0288d1;
  background: #fff !important;
  clear: both;
  display: block;
  margin: 15px 0;
}
[id^="block-"] .block-titre .title,
.home-section.section-default .section-title .title {
  color: #000 !important;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  font-size: 35px;
}
@media (max-width: 1199.98px) {
  [id^="block-"] .block-titre br,
  .home-section.section-default .section-title br {
    display: none !important;
  }
}
#section-videos .video-actions .cta-1 a,
#section-videos .video-actions .cta-2 a,
.block-bouton a,
#row-services #section-services-left .services-actions .cta-1 a,
#row-services #section-services-left .services-actions .cta-2 a,
#main-carousel .readmore-wrapper a,
.apropos .apropos-cta a,
body .home-section.section-default .section-more a {
  height: 50px;
  line-height: 48px;
  background: transparent !important;
  padding: 0 30px !important;
  margin: auto !important;
  min-width: 130px !important;
  text-align: center !important;
  border: 2px solid #0288d1 !important;
  border-radius: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #0288d1 !important;
  min-width: 200px !important;
  letter-spacing: unset !important;
  margin: 3px !important;
  box-shadow: 0px 1px 3px rgba(54, 54, 54, 0.5);
  text-transform: uppercase;
  justify-content: center;
  max-width: 100% !important;
  margin: 0 !important;
}
#section-videos .video-actions .cta-1 a:hover,
#section-videos .video-actions .cta-2 a:hover,
.block-bouton a:hover,
#row-services #section-services-left .services-actions .cta-1 a:hover,
#row-services #section-services-left .services-actions .cta-2 a:hover,
#main-carousel .readmore-wrapper a:hover,
.apropos .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: #0288d1 !important;
  color: #fff !important;
}
.block-bouton {
  background: transparent !important;
}
@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: 20px !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) {
  .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;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f0c0" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: block;
}
@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: 28px;
    line-height: 28px;
    letter-spacing: 0;
    box-shadow: 0 0 0 1px  #fff;
    border-radius: 30px;
    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: #0288d1;
  }
  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: #0288d1;
  }
  header .bar .lang_switcher .switch-slider {
    background: #0288d1;
  }
  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: #0288d1;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #0288d1;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !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: #0288d1;
  }
  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: 30px !important;
    flex: unset;
    text-transform: none;
    line-height: 26px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 170px;
    margin-left: 15px;
    border: 1px solid #fff;
    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 {
    box-shadow: 0 0 0 1px  #fff;
    border: 0 none;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    max-width: 100%;
    border-radius: 30px !important;
    margin-top: 0;
    line-height: 26px !important;
    height: 28px !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: 600;
    letter-spacing: -0.2px;
    display: inline-block;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: uppercase;
  }
  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: #0288d1 !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #0288d1 !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: 30px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 14px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper {
    background-color: transparent !important;
    border: 2px solid #0288d1 !important;
    padding: 0 15px;
    color: #0288d1;
  }
  header .bar .btn-adherer-wrapper a {
    background-color: transparent !important;
    color: #0288d1;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #0288d1;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
    color: #0288d1;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    display: block;
  }
  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 {
    display: inline-block;
    width: 209.14285714px;
    height: 62.85714286px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 209.14285714px;
    height: 62.85714286px;
    padding-top: 36px;
  }
  header .logo a img {
    display: inline-block;
    max-height: 62.85714286px;
  }
}
@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: 150px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 40px;
    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;
    max-height: 80px;
  }
  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 20px;
    text-align: right;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  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-style: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  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 {
    background: #0288d1 !important;
    color: #fff !important;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 3px;
    background: #0288d1;
    width: 50px;
    position: absolute;
    top: 50px;
    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: 40px;
    background: #0288d1;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 36px;
    border: 2px solid #0288d1;
    height: 38px;
    padding: 0 40px;
    font-weight: 700;
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli.XXX:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #0288d1;
    border-color: #0288d1;
  }
  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 --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
body #main-carousel-row .article-carousel .carousel-content {
  background: rgba(255, 255, 255, 0.6) !important;
}
body #main-carousel .readmore-wrapper a {
  background: #fff !important;
}
@media (min-width: 1200px) {
  #main-carousel-row {
    padding: 0  80px;
  }
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content {
    inset: 0;
  }
  #main-carousel-row .carousel-content .title {
    padding-right: 20px !important;
  }
}
#main-carousel-row .carousel-content .title {
  text-transform: none;
  text-align: left;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  color: #000000 !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content {
    padding: 25px 30px  !important;
    font-size: 18px;
  }
  #main-carousel-row .carousel-content .title {
    font-size: 36px !important;
  }
}
#main-carousel-row .readmore-wrapper {
  position: relative;
}
#main-carousel-row .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content .title {
    opacity: 1;
  }
  #main-carousel-row .article-carousel .carousel-content {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
}
#main-carousel-row ul.slick-dots {
  bottom: 20px !important;
  top: unset;
  left: unset;
  text-align: right;
  padding-right: 0;
  position: absolute;
}
#main-carousel-row ul.slick-dots li {
  width: 30px;
}
#main-carousel-row ul.slick-dots li.slick-active button:before {
  color: #0288d1 !important;
}
#main-carousel-row ul.slick-dots li button:before {
  font-size: 20px;
  color: #ffffff !important;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#main-carousel-row.fas {
  color: #0288d1 !important;
}
.home-content i.slick-arrow.fas {
  top: 45px;
  color: #0288d1 !important;
}
@media (max-width: 1199.98px) {
  font-size: 28px !important;
  
  #main-carousel-row .main-carousel-imageSide {
    background: #0288d1;
    position: relative;
    overflow: hidden;
    height: auto !important;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots {
    padding-right: 40px;
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    top: unset;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li {
    width: 30px;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li.slick-active button:before {
    color: #0288d1 !important;
  }
  #main-carousel-row .main-carousel-imageSide ul.slick-dots li button:before {
    font-size: 20px;
    color: #ffffff !important;
  }
  #main-carousel-row .main-carousel-imageSide .model-image.model-ratio-image img {
    object-fit: cover;
  }
  #main-carousel-row .main-carousel-imageSide .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .socials-fixed {
    top: 20%;
  }
  .carousel-content .title {
    opacity: 1;
  }
  .article-carousel .carousel-content {
    max-width: 260px;
    overflow: hidden;
    padding: 100px 0 20px !important;
    background: transparent !important;
  }
}
@media (min-width: 1200px) {
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    position: relative;
    background: #fff;
    height: 490px;
  }
  #main-carousel-row .readmore-wrapper {
    position: absolute;
    bottom: 42px;
  }
  #main-carousel-row .readmore-wrapper a {
    border-color: #0288d1 !important;
    color: #0288d1 !important;
  }
  #main-carousel-row .readmore-wrapper a:hover {
    background: #0288d1 !important;
    color: #fff !important;
  }
  #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(2, 136, 209, 0.8) !important;
    padding: 40px;
    max-height: 90%;
    opacity: 1;
  }
  #main-carousel-row .carousel-content .title {
    font-size: 40px !important;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 430px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 247px;
    color: #fff;
    font-size: 40px !important;
  }
  #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: 10px;
    right: 35px;
  }
  #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;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  #main-carousel-row .carousel-content {
    padding: 118px 50px 5px 0 !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#row-lienscircle {
  background-color: #0288d1;
}
@media (min-width: 1200px) {
  #row-lienscircle {
    background-image: url(/ressources/css/images/circles.png);
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: calc(100vw - (100vw - 1200px) / 2 - 650px) 40%;
  }
}
#row-lienscircle #section-lienscircle .col-article > a.lien .lien-text {
  color: #fff;
  line-height: normal;
}
#row-lienscircle #section-lienscircle .col-article > a.lien .lienstop-img {
  background: #FAFAFA;
}
#row-lienscircle #section-lienscircle .col-article > a.lien .lienstop-img img {
  max-width: 55px;
  height: auto;
  aspect-ratio: auto;
}
#row-lienscircle #section-lienscircle .col-article > a.lien:hover .lienstop-img {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  #row-lienscircle #section-lienscircle .col-article * {
    font-size: 93% !important;
  }
  #row-lienscircle #section-lienscircle .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-apropos {
  background: rgba(65, 165, 221, 0.1);
}
#row-apropos .section-title.text-center {
  margin: 0 !important;
  height: auto !important;
}
#row-apropos .section-title.text-center br {
  display: none;
}
#row-apropos .services-actions,
#row-apropos .apropos-cta {
  display: block;
  position: relative !important;
  margin-top: 0 !important;
  text-align: center;
}
#row-apropos #section-apropos .apropos .apropos-cta a {
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  background: #0288d1;
  border-color: #0288d1;
  color: #FFFFFF;
  letter-spacing: 1.05px;
  text-align: center;
  font-weight: 700;
}
#row-apropos #section-apropos .apropos .apropos-cta a:hover {
  background: transparent;
  color: #0288d1;
}
#row-apropos #section-apropos .apropos-desc {
  padding-bottom: 50px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
  text-align: center;
}
#row-apropos #section-apropos .apropos-desc p {
  text-align: center;
}
#row-apropos #section-apropos .apropos-cta {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #row-apropos .apropos-image-wrapper {
    float: none !important;
    width: 100% !important;
  }
  #row-apropos .apropos-image-wrapper img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
    float: none;
  }
  #row-apropos .apropos {
    padding-bottom: 80px;
  }
  #row-apropos .home-section {
    padding: 15px 0;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (max-width: 1199.98px) {
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #0288d1;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 8px;
  bottom: -22px;
  font-weight: normal;
}
#section-events .home-article .date span {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 18px !important;
  line-height: 44px;
}
#section-events .home-article .title {
  font-weight: normal;
  padding: 0 !important;
  font-size: 23px;
  color: #000000;
  line-height: 32px;
  text-align: left;
}
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-events .home-article.locationBottom .location {
  color: #0288d1;
  text-transform: none;
  font-weight: bold;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# Actus News ################################################### */
#row-actus #section-actus .article-Model {
  border: 0 none;
  text-align: center;
  text-transform: none;
}
@media (min-width: 1200px) {
  #row-actus #section-actus .article-Model {
    margin: 0 -15px;
  }
}
#row-actus #section-actus .article-Model .date {
  display: block !important;
  color: #0288d1;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
#row-actus #section-actus .article-Model .title {
  color: #000000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0 10px;
}
#row-actus #section-actus .article-Model .desc {
  text-align: center;
  color: #000000;
  display: block !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  max-width: 350px;
  margin: 0 auto;
}
#row-actus #section-actus .model-content.with-image {
  height: 0;
  background: rgba(255, 255, 255, 0.9399999999999999);
  border: 0 none;
  margin: -134px 35px 30px;
  position: relative;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  overflow: visible;
  height: auto;
  width: auto;
}
@media (max-width: 1199.98px) {
  #row-actus #section-actus .article-Model .title {
    font-size: 24px;
  }
  #row-actus #section-actus .article-Model .desc,
  #row-actus #section-actus .article-Model .date {
    font-size: 14px;
  }
}
/* --------------------------------  END Actus News ------------------------------------------------*/
/* ################################# DEBUT events ################################################ */
#row-events {
  margin: 80px 0 0;
  overflow: hidden;
  position: relative;
  background: #0288d1;
  z-index: 0;
}
#row-events > .container {
  z-index: 9;
  position: relative;
}
#row-events #section-event * {
  color: #fff;
}
#row-events #section-event .section-title .line {
  border-color: #fff !important;
}
#row-events #section-event .section-title .title {
  color: #fff !important;
}
#row-events #section-event .section-more a {
  color: #fff !important;
  border-color: #fff !important;
}
#row-events #section-events .home-article {
  background: #fff;
  overflow: hidden;
  border-radius: 3px 3px 30px 30px;
}
#row-events #section-events .home-article .date {
  border-radius: 30px;
}
#row-events #section-events .home-article .date > span {
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}
#row-events #section-events .home-article .model-image .click-img {
  border-radius: 0;
}
#row-events #section-events .home-article .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  padding: 20px !important;
}
#row-events #section-events .home-article .location {
  left: 20px;
  bottom: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#row-events:after {
  content: '';
  position: absolute;
  background: #6ecbfe;
  left: calc( 50% + 120px );
  width: 950px;
  aspect-ratio: 1;
  top: -30%;
  padding: 0;
  margin: 0;
  z-index: 1;
  border-radius: 50%;
}
/* --------------------------------  END events --------------------------------------------------*/
/* ################################# groupes ################################################### */
#section-partenaires .article-partenaire {
  max-height: 120px !important;
}
#section-communaute {
  padding: 80px 0;
  text-align: center;
}
#section-communaute .section-title {
  max-width: 1200px;
  margin: 0 auto 40px !important;
  text-align: left;
}
#section-communaute .damier {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
#section-communaute .damier .bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: width .3s, height .3s, top .3s, left .3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#section-communaute .damier:hover .bg-image {
  top: -15px;
  left: -15px;
  width: calc( 100% + 30px);
  height: calc( 100% + 30px);
}
#section-communaute .damier .damier-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
#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;
  max-width: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}
#section-communaute .damier .damier-content .damier-icon img {
  min-width: 0;
  margin: auto;
}
#section-communaute .damier-label {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translate(-50%);
}
#section-communaute .home-content .slick-initialized .slick-slide img {
  max-width: 125px !important;
  max-height: 115px;
  min-width: 0;
}
/* --------------------------------  END groupes ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background-color: #0288d1;
}
@media (min-width: 1200px) {
  #row-compteurs {
    background-image: url(/ressources/css/images/circles.png);
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: calc( (100vw - 1200px ) / 2 - 100px )  50%;
  }
}
#row-compteurs #section-compteurs {
  padding-top: 80px;
  padding-bottom: 80px;
}
#row-compteurs #section-compteurs .home-article .counter-mode-icon {
  width: auto;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .digit-prepend,
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .digit-append,
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 6px !important;
  padding-bottom: 26px !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: #0288d1;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #999999;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer-bottom-coords {
  line-height: 50px;
  display: none;
}
#footer-bottom .rs_prefix {
  margin-right: 15px;
  font-style: normal;
  color: #FFFFFF;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
#footer-middle {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
#footer-logos-left {
  text-align: left;
}
#footer-logos-left img {
  max-width: 225px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 800px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  #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-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: #0288d1 !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 {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
