/* 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*/
body .fa-chevron-left:before {
  content: "\f104";
  font-size: 30px;
}
body .fa-chevron-right:before {
  content: "\f105";
  font-size: 30px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  color: #271d67;
}
/* css projet*/
body {
  font-family: 'Lato', sans-serif;
  color: #2c2c2c;
  -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 .menuli a,
body .title,
body .titre,
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Varela Round', sans-serif;
  color: #2c2c2c;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background-color: #271d67 !important;
  border-color: #271d67;
}
.home-section.section-default .section-title .title {
  color: #271d67 !important;
  line-height: 48px;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  body .apropos .apropos-desc {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
body .home-section.section-default .apropos-cta a,
body .home-section.section-default .section-more a {
  font-family: 'Varela Round', sans-serif;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 1px solid #271d67;
  background-color: transparent;
  color: #271d67;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
}
body .home-section.section-default .apropos-cta a:hover,
body .home-section.section-default .section-more a:hover {
  background: #271d67;
  color: #fff;
  border: 1px solid ;
}
@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 .apropos-cta.text-right,
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .apropos-cta.text-left,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .logo-smaller 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 10px 0 0;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    background-color: #fff;
    height: 88px;
    width: 249.6px;
    position: absolute;
  }
  body .logo .logo-a .logo-img {
    margin: 16px 0;
    width: 249.6px;
    height: 88px;
    min-height: 88px;
  }
  header .bar .socials li i {
    font-size: 13px !important;
    transition: background .3s;
    background: #fff;
    color: #2c2c2c !important;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
    padding: 0;
  }
  header .bar .socials li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
  }
  header .bar .socials li.rs-append a {
    font-size: 14px;
    font-weight: 700;
  }
  header .bar .socials li.contact-modText a {
    position: relative;
    display: inlin-block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
  }
  header .bar .socials li.contact-modText a:after,
  header .bar .socials li.contact-modText a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 15px;
    top: 3px;
    display: block;
  }
  header .bar .socials li.contact-modText a:before {
    left: 0;
  }
  header .bar .socials li.contact-modText a:after {
    right: 0;
  }
  header .bar .socials li.langs-wrapper .switch-slider:before {
    background: #53bdea;
  }
  header .bar .socials li.langs-wrapper a {
    font-weight: normal !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
  }
  header .bar .socials li.langs-wrapper a.selected {
    font-weight: bold !important;
  }
  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: #000;
  }
  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: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .header-search-mobile .form-control {
    border: 0 none;
  }
  header .bar .header-search-mobile [name="submit_search"] {
    position: absolute;
    right: 0;
  }
  header .bar .header-search-mobile:before {
    display: none !important;
    background: transparent !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 150px;
    margin-left: 15px;
    border: 0 none !important;
    font-size: 16px;
  }
  header .bar div.btn-adherer-wrapper {
    width: 150px;
    background: transparent;
  }
  header .bar div.btn-adherer-wrapper > a {
    border: 1px solid #fff !important ;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    font-weight: 700 !important;
    font-size: 16px;
  }
  header .bar .NA_connexion > a.btn {
    height: 28px !important;
  }
  header .bar .NA_connexion {
    border: 1px solid #fff !important;
  }
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion:focus,
  header .bar .NA_connexion:active {
    background-color: #fff !important;
  }
  header .bar .NA_connexion:hover .connexion-btn,
  header .bar .NA_connexion:focus .connexion-btn,
  header .bar .NA_connexion:active .connexion-btn,
  header .bar .NA_connexion:hover .connexion-np,
  header .bar .NA_connexion:focus .connexion-np,
  header .bar .NA_connexion:active .connexion-np {
    border: O solid #fff !important;
    background-color: transparent !important;
  }
  header .bar .NA_connexion:hover .connexion-btn > *,
  header .bar .NA_connexion:focus .connexion-btn > *,
  header .bar .NA_connexion:active .connexion-btn > *,
  header .bar .NA_connexion:hover .connexion-np > *,
  header .bar .NA_connexion:focus .connexion-np > *,
  header .bar .NA_connexion:active .connexion-np > *,
  header .bar .NA_connexion:hover .connexion-btn > *:before,
  header .bar .NA_connexion:focus .connexion-btn > *:before,
  header .bar .NA_connexion:active .connexion-btn > *:before,
  header .bar .NA_connexion:hover .connexion-np > *:before,
  header .bar .NA_connexion:focus .connexion-np > *:before,
  header .bar .NA_connexion:active .connexion-np > *:before {
    color: #2c2c2c !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #fff !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #fff !important;
  }
  header .bar .search-toggle-wrapper {
    position: relative;
    padding-right: 10px;
  }
  header .bar .search-toggle-wrapper .fas.fa-search {
    font-size: 18px;
  }
  header .bar .search-toggle-wrapper .fas.fa-search:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 15px;
    top: 13px;
    right: -8px;
    display: block;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 3px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    font-size: 16px;
    border: 0 none !important;
    color: #fff;
  }
  header .bar .btn-don-wrapper > a i,
  header .bar .btn-inscription-wrapper > a i,
  header .bar .btn-recruteur-wrapper > a i,
  header .bar .btn-adherer-wrapper > a i,
  header .bar .btn-adherer-label i {
    color: #fff !important;
  }
  header .bar .btn-don-wrapper > a:hover,
  header .bar .btn-inscription-wrapper > a:hover,
  header .bar .btn-recruteur-wrapper > a:hover,
  header .bar .btn-adherer-wrapper > a:hover,
  header .bar .btn-adherer-label:hover {
    border-color: #e72c91 !important;
    background-color: #e72c91 !important;
    color: #fff !important;
  }
  header .bar .btn-adherer-label {
    line-height: 29px !important;
  }
  header .bar .connexion-btn > span {
    line-height: 26px !important;
  }
}
@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 > a,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-adherer-wrapper > a,
  header .bar .NA_connexion .connexion-np,
  header .bar .NA_connexion .connexion-btn {
    margin: 0 !important;
    width: 150px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    background-color: transparent !important;
    color: #ffffff !important;
    position: relative;
  }
  header .bar .btn-recruteur-wrapper > a > span,
  header .bar .btn-inscription-wrapper > span,
  header .bar .btn-adherer-wrapper > a > span,
  header .bar .NA_connexion .connexion-np > span,
  header .bar .NA_connexion .connexion-btn > span,
  header .bar .btn-recruteur-wrapper > a > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-adherer-wrapper > a > a,
  header .bar .NA_connexion .connexion-np > a,
  header .bar .NA_connexion .connexion-btn > a {
    color: #ffffff !important;
    font-size: 16px;
  }
  header .bar .btn-recruteur-wrapper > a .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper > a .topbar-btn-icon,
  header .bar .NA_connexion .connexion-np .topbar-btn-icon,
  header .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-adherer-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 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: #ffffff !important;
  }
  header .bar .NA_connexion .connexion-np:after,
  header .bar .NA_connexion .connexion-btn:after {
    display: none;
  }
  header .bar .btn-inscription-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
  }
  header .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 960px !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;
    /*
                        &:last-child {
                            margin-left: 8px;
                            > a {
                                border-radius: 3px;
                                background: @main_color_1;
                                box-sizing: border-box;
                                max-height: 80px;
                                line-height: 46px;
                                border: 2px solid @main_color_1;
                                height: 48px;
                                padding: 0 28px;
                                color: #fff;
                                &:hover {
                                    background: transparent;
                                    border: 2px solid ;
                                    color:  @main_color_1;
                                    border-color:  @main_color_1;
                                }
                            }
                            nav.nav-dropdown { right: 16px; }
                            &:hover:after { display: none !important; }
                        }
                        */
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #2c2c2c;
    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: #271d67;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 3px;
    background: #53bdea;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
#row-header {
  background-position: top center;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(39, 29, 103, 0.7);
  padding: 30px;
  border-radius: 8px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
  justify-content: space-around;
}
#section-header .cta-header {
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 8px !important;
  white-space: nowrap;
  text-transform: none;
  border: 1px solid;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 200px;
}
#section-header .cta-header.fill {
  border: 1px solid #53bdea;
  background-color: #53bdea;
  width: 200px;
  margin-bottom: 15px;
}
#section-header .cta-header:hover {
  border: 0 none;
  color: #271d67 !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: 515px;
    padding: 80px 10px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .header-phrase .title {
    font-size: 32px;
  }
  #section-header .site_header-actions {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
  }
  #section-header .cta-header.empty {
    margin-left: 0;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
@media (min-width: 1200px) {
  #section-lienstop {
    padding: 0;
  }
  #section-lienstop .slick-list {
    overflow: visible;
  }
  #section-lienstop .col-article {
    margin: -65px 0 0;
  }
}
#section-lienstop .col-article > a.lien {
  color: #2c2c2c;
  height: 215px;
  position: relative;
  border-radius: 5px;
  padding: 40px 30px 30px;
  display: block;
  text-align: center;
  background: #fff;
  margin: 15px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: block;
  margin: 15px auto 20px ;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 70px;
  max-width: 70px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 10px 0 6px;
  font-size: 20px;
  text-align: center;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #f4f3f8;
  color: #271d67 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #271d67;
}
@media (max-width: 991.98px) {
  #section-lienstop {
    padding-top: 0 !important;
  }
  #section-lienstop div.row {
    display: flex;
    gap: 15px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  #section-lienstop div.row > .col-article {
    min-width: 250px;
  }
}
/* --------------------------------  END Linestop --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#row-events-news {
  background: #f9f9f9;
}
#row-events-news #section-news .listView {
  margin-bottom: 20px !important;
}
#row-events-news #section-news .slick-track,
#row-events-news #section-news .col-article,
#row-events-news #section-news .article-Model.rounded,
#row-events-news #section-news .slick-list {
  overflow: visible;
}
@media (min-width: 1200px) {
  #row-events-news #section-news {
    padding: 40px 0 80px;
  }
}
#row-events-news #section-news .list-item .readmore-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  #row-events-news #section-news .list-item {
    margin-right: 15px;
  }
  #row-events-news #section-news .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#row-events-news #section-news .list-item .home-article {
  margin: 0 !important;
  color: #e72c91;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #EEEEEE;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.03));
}
@media (min-width: 1200px) {
  #row-events-news #section-news .list-item .home-article {
    display: flex;
    width: 100%;
  }
}
#row-events-news #section-news .list-item .home-article .model-content .date {
  text-transform: none;
  font-size: 16px;
  color: #e72c91;
  font-weight: 400;
}
#row-events-news #section-news .list-item .home-article .model-content .title {
  color: #2c2c2c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 15px 0 0;
}
#row-events-news #section-news .list-item .home-article .model-content .desc {
  font-size: 15px;
  line-height: 26px;
  color: #2c2c2c;
  font-weight: 400;
}
#row-events-news #section-news .list-item .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  min-width: 260px;
  max-width: 370px;
  margin: auto;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#row-events-news #section-news .list-item .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  #row-events-news #section-news .list-item .section-more {
    padding: 0 15px;
  }
}
#row-events-news #section-events {
  padding: 40px 0 80px;
}
#row-events-news #section-events .model-content .title {
  text-transform: lowercase;
}
#row-events-news #section-events .model-content .title:first-letter {
  text-transform: uppercase;
}
#row-events-news #section-events .section-title .title {
  color: #e72c91 !important;
}
#row-events-news #section-events .section-title .line {
  background: #e72c91 !important;
}
#row-events-news #section-events .section-more {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #row-events-news #section-events .section-more {
    padding-left: 15px;
  }
}
#row-events-news #section-events .section-more a {
  color: #e72c91 !important;
  border-color: #e72c91 !important;
}
#row-events-news #section-events .section-more a:hover {
  background: #e72c91 !important;
  color: #fff !important;
}
#row-events-news #section-events .containerImg {
  background: #000;
}
#row-events-news #section-events .containerImg img {
  opacity: .5;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image {
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date {
  top: 9px;
  right: 9px;
  left: unset;
  bottom: unset;
  border-radius: 5px;
  background-color: rgba(231, 44, 145, 0.8);
  width: 100px;
  height: 70px;
  padding-top: 8px;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateYear {
  display: none;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateMonth,
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateDay {
  display: block;
  color: #fff;
  font-size: 25px !important;
  line-height: 27px;
  font-weight: 700;
}
#row-events-news #section-events .article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 20px !important;
  text-transform: uppercase;
}
#row-events-news #section-events .location {
  background-color: rgba(231, 44, 145, 0.8);
  color: #fff;
  border-radius: 30px;
  padding: 0 15px;
  position: relative;
  clear: both;
  display: block !important;
  width: auto !important;
  max-width: max-content;
  text-transform: uppercase;
}
#row-events-news #section-events .location:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
#row-events-news #section-events .home-article {
  border: 0 none;
  max-width: 370px;
  margin: auto;
  background: transparent;
}
#row-events-news #section-events .home-article .model-content .title {
  position: absolute;
  bottom: 15px;
  height: auto;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #row-events-news #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#row-events-news #section-events .home-article .desc {
  display: none;
}
@media (min-width: 1200px) {
  #row-events-news #section-events .section-title {
    padding-left: 15px;
  }
  #row-events-news #section-events .col-article + .col-article {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #row-events-news #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #row-events-news #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #row-events-news #section-events .containerImg {
    padding-bottom: 66%;
  }
  #row-events-news #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs #section-compteurs {
  padding-top: 80px;
  padding-bottom: 80px;
}
#row-compteurs #section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 50px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
  height: 60px;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  color: #fff;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  margin-top: 0;
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi .home-article {
  background-color: transparent;
}
#section-emploi .section-title .title {
  color: #fff !important;
  margin-bottom: 10px;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 8px;
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  margin: -90px -15px;
  padding-top: 96px;
  position: relative;
  height: 270px;
  z-index: 98;
}
#section-emploi .model-content .date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #2C2C2C;
  text-transform: none;
}
#section-emploi .model-content .title {
  color: #2c2c2c;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  overflow: hidden;
}
#section-emploi .model-content .entreprise {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
  color: #53bdea;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: center;
}
#section-emploi .entreprise {
  display: none !important;
}
#section-emploi .section-more > a {
  color: #fff !important;
  border-color: #fff;
}
#section-emploi .section-more > a:hover {
  background-color: #fff !important;
  color: #271d67 !important;
}
#section-emploi .model-ratio-image .containerImg .click-img {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section-emploi .model-ratio-image .containerImg .click-img .newsImg {
  max-height: unset !important;
  height: unset !important;
  bottom: unset;
  position: relative;
  top: unset;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  min-width: 0;
}
#section-emploi .readmore-wrapper {
  position: absolute;
  bottom: 0;
  text-align: center;
}
#section-emploi .readmore-wrapper a {
  display: block;
  background-color: #53bdea;
  border: 1px solid #53bdea;
  color: #fff;
  float: none;
  transition: background-color 0.3s;
  margin: 0 auto 30px;
  padding: 0 1px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  text-transform: none;
  width: 120px;
  border-radius: 5px;
  left: 0;
}
#section-emploi .readmore-wrapper a:hover {
  background-color: transparent;
  color: #53bdea;
}
@media (max-width: 991.98px) {
  #section-emploi {
    padding: 40px 0 40px;
  }
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .col-article {
    min-height: 315px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
  .section-more a {
    background: transparent;
  }
  .section-more a:hover {
    background: #fff;
    color: #53bdea;
  }
}
@media (min-width: 1200px) {
  #section-emploi .section-title .title {
    color: #fff !important;
  }
  #section-emploi .section-title .line {
    background: #fff !important;
  }
  #section-emploi .section-more a {
    background: transparent;
  }
  #section-emploi .section-more a:hover {
    background: #fff;
    color: #53bdea;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap .simple_mode .section-title,
#section-gmap .simple_mode .intro {
  display: block !important;
}
#section-gmap {
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
#section-gmap .section-title {
  margin-bottom: 10px;
  border: 0 none;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
}
#section-gmap .section-title .title {
  text-align: left;
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  line-height: 36px;
}
#section-gmap .section-title .title span {
  display: block;
  color: #000000;
}
#section-gmap .section-body {
  margin-left: 4px;
  box-shadow: none;
  padding: 30px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 400;
  text-align: left;
  display: block !important;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #2c2c2c;
  border-radius: 0;
  overflow: hidden;
  height: 48px;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #e72c91;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 13px;
  margin-right: 0;
  color: #2c2c2c;
}
@media (min-width: 992px) {
  #section-gmap.contentSquareFlat .section-body {
    border-radius: 6px;
    width: 338px !important;
    top: 95px;
    left: 70px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #section-gmap {
    padding: 30px 0;
  }
  #section-gmap .section-body .intro {
    padding-bottom: 100px !important;
  }
  #section-gmap .article-google_map .ann_exp_deux,
  #section-gmap .section-body {
    padding: 0 !important;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0px;
    padding-bottom: 75px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* variables less */
#section-liens_simple {
  padding-top: 80px;
  padding-bottom: 80px;
}
#section-liens_simple .col-article + .col-article .lien {
  margin-top: 30px;
}
#section-liens_simple .lien {
  display: block;
  height: 160px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid transparent;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  transition: background .3s;
}
#section-liens_simple .lien .lien-text {
  color: #fff;
}
#section-liens_simple .lien .lien-title {
  font-weight: 600;
}
#section-liens_simple .lien .fas,
#section-liens_simple .lien img {
  display: inline-block;
  font-size: 50px;
  height: 60px;
  max-width: 60px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 15px;
}
#section-liens_simple .lien:hover {
  background-color: #222 !important;
  color: #fff !important;
  border: 2px solid #222 !important;
}
#section-liens_simple .lien:hover .lien-text {
  color: #fff !important;
}
/* --------------------------------  END ANNUAIRE MAP + LIENS --------------------------------------------------*/
/* ####################### PORTRAITS ############################ */
@media (min-width: 1200px) {
  #row-portraits #section-portraits {
    padding: 80px 0 40px;
  }
}
#row-portraits #section-portraits.home-section.section-default .section-title .line {
  background-color: #fff !important;
}
#row-portraits #section-portraits.home-section.section-default .section-title .title {
  line-height: 50px;
  color: #fff !important;
}
#row-portraits #section-portraits .slick-slider i.slick-arrow.fas {
  color: #fff;
  top: 38% !important;
}
#row-portraits #section-portraits .portrait3-nom {
  font-size: 15px;
  font-weight: 700;
}
/* --------------------  END PORTRAITS ---------------------------------*/
/* ################################# DEBUT newsletter ################################################### */
#row-newsletter {
  background: linear-gradient(to left, #53bdea 0%, #271d67 100%);
}
#row-newsletter .section-title {
  margin-bottom: 20px;
}
#row-newsletter .section-title .line {
  background: #fff !important;
}
#row-newsletter .section-title .title {
  color: #fff !important;
}
#row-newsletter .article-details {
  font-size: 16px;
  font-weight: 400px;
  line-height: 1.5;
}
#row-newsletter .inscription-newsletter-wrapper .email_nl-wrapper {
  border-radius: 6px;
  border: 1px solid #53bdea;
}
#row-newsletter .inscription-newsletter-wrapper .email_nl-wrapper #nl_email {
  padding-left: 15px;
}
#row-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .button-ok {
  border-radius: 6px;
  background: #53bdea;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  height: 56px;
  top: 2px;
  right: 2px;
}
#row-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .placeholder-icon {
  display: none;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
footer .logo-img {
  width: 100px;
  max-width: 100px !important;
  float: left;
}
#footer-middle .sub-col,
#footer-middle .subscribe {
  margin-top: 15px;
}
.col.col-lg-3.footer_nl-col .footer-col_inner {
  display: none;
}
#footer-middle {
  padding: 50px 15px 25px !important;
}
#footer-middle * {
  color: #fff;
}
#footer-middle .subscribe-field {
  border: 0 none;
  background: #fff;
  border-radius: 8px;
}
#footer-middle .subscribe-field::placeholder {
  color: #53bdea;
}
#footer-middle {
  background: #ffffff !important;
}
#footer-middle .subscribe-btn {
  background: #53bdea;
  border-radius: 7px;
  border: 1px solid #fff;
}
#footer-middle .logos-left img {
  max-width: 100px;
  margin-top: 15px;
}
#footer-logos-left {
  max-width: 300px;
}
#footer-bottom {
  padding: 15px 0 !important;
  color: #2c2c2c;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer-bottom .footer-bottom-coords .association {
  margin-right: 5px;
}
#footer-bottom #footer-socials li + li {
  margin-left: 10px;
}
#footer-bottom #footer-socials li a .fab,
#footer-bottom #footer-socials li a .fas {
  font-size: 11px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #271d67;
  line-height: 24px;
}
#footer-bottom #footer-socials li a:hover .fab {
  background-color: rgba(255, 255, 255, 0.97);
}
.na-footer #footer-middle .footer-col_inner.right,
.na-footer #footer-middle .footer-col_inner.right ul {
  text-align: center !important;
  float: none !important;
}
.na-footer #footer-middle .footer_app-col .footer-col_inner {
  margin: 0 !important;
  padding: 0 !important;
}
.na-footer #footer-middle .logos-left img {
  max-width: 190px !important;
  margin-top: 15px;
}
.na-footer #footer-middle .footer-col_inner.right li {
  text-align: left;
}
.na-footer #footer-middle .footer-col_inner.right h4 {
  display: none;
}
.na-footer #footer-middle .footer-col_inner .sub-col {
  display: none !important;
}
.na-footer #footer-middle .col.col-lg-3.footer_app-col {
  padding-left: 30px !important;
}
@media (max-width: 1199.98px) {
  .na-footer #footer-middle .col.col-lg-3.footer_app-col {
    margin-top: 30px;
  }
}
.na-footer #footer-middle .liens-footer li a {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 1.7;
  color: #2c2c2c !important;
}
.na-footer #footer-middle .liens-footer li a:before {
  content: '> ';
  font-size: 13px;
}
.na-footer #footer-middle .footer_nl-col .rsLink,
.na-footer #footer-middle h4 {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 1.4;
  color: #2c2c2c !important;
}
.na-footer #footer-middle .footer_nl-col .rsLink #footer-socials,
.na-footer #footer-middle h4 #footer-socials {
  display: flex;
}
.na-footer #footer-middle .footer_nl-col .rsLink #footer-socials li,
.na-footer #footer-middle h4 #footer-socials li {
  padding: 0 0 0 15px;
  width: 32px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .na-footer #footer-middle .footer-col_inner.right,
  .na-footer #footer-middle .footer-col_inner.right ul {
    text-align: center !important;
    float: none !important;
  }
  .na-footer #footer-middle .footer_app-col .footer-col_inner {
    margin: 0 !important;
    padding: 0 !important;
  }
  .na-footer #footer-middle .logos-left img {
    max-width: 150px !important;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .na-footer #footer-middle .footer_nl-col .rsLink,
  .na-footer #footer-middle .footer_nl-col h4 {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .na-footer #footer-middle .footer_nl-col .rsLink #footer-socials,
  .na-footer #footer-middle .footer_nl-col h4 #footer-socials {
    display: flex;
  }
  .na-footer #footer-middle #footer-logos-left {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .na-footer #footer-middle .footer-col_inner.right,
  .na-footer #footer-middle .footer-col_inner.right ul {
    text-align: center !important;
    float: none !important;
    width: max-content;
    margin: auto;
  }
  .na-footer #footer-middle * {
    text-align: center;
  }
}
/* --------------------- end FOOTER --------------------------- */
