@import "/ressources/css/fonts/stylesheet.css";
/* 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*/
/* css projet*/
body {
  font-family: 'Calibri', sans-serif;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Calibri', sans-serif;
  color: #151515;
  font-weight: bold;
}
body .list_articles.vignette .article .container .title {
  text-align: left;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #de1b73 !important;
}
.home-section.section-default .section-title > .line {
  width: 70px !important;
  background-color: #32bef0 !important;
}
.home-section.section-default .section-title > .title {
  color: #151515 !important;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: center;
    margin: 40px 0  !important;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more a {
    border-radius: 3px !important;
    width: auto !important;
    padding: 11px 40px !important;
    margin-bottom: 40px !important;
  }
  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: auto !important;
  }
}
.page-block .block-bouton {
  background: transparent !important;
  padding: 0 !important;
  margin: 15px auto;
}
.page-block .block-bouton .c_bouton {
  line-height: 54px;
  height: 54px;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 30px;
  margin: 0 auto !important;
  border: 0 none !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .page-block {
    padding: 15px !important;
    margin: 0;
  }
  .page-block .block-bouton .c_bouton {
    clear: both;
    display: block;
    margin: 15px 0 !important;
  }
  .page-block .block-bouton .c_bouton + a {
    margin-left: 0 !important;
  }
}
body .home-section.section-default .section-more a {
  background: #32bef0 !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  border: 1px solid #32bef0 !important;
  text-transform: none !important;
  box-shadow: 0 0 1px 0 rgba(6, 22, 73, 0.06), 0 32px 40px -2px rgba(6, 22, 73, 0.12) !important;
}
body .home-section.section-default .section-more a:hover {
  background: #233a89 !important;
  color: #fff !important;
  border: 1px solid #233a89 !important;
}
body .block-bouton a {
  border: 0 none !important;
  border-radius: 3px;
}
body .block-bouton a:hover {
  background: #233a89 !important;
  color: #fff !important;
}
body .titre_pages * {
  color: #000;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
div.btn-recruteur-wrapper {
  width: 190px !important;
}
div.btn-recruteur-wrapper .icon:before {
  content: "\f0f2";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  div.btn-recruteur-wrapper .icon:before {
    margin-top: 2px;
    margin-right: 10px;
  }
}
div.btn-recruteur-wrapper a {
  padding: 0 15px ;
}
div.btn-recruteur-wrapper:hover * {
  color: #de1b73;
}
.btn-adherer-wrapper {
  width: 170px;
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .btn-adherer-wrapper .icon:before {
    margin-top: 2px;
    margin-right: 10px;
  }
}
.btn-adherer-wrapper a {
  padding: 0 15px;
}
.btn-adherer-wrapper:hover * {
  color: #32bef0;
}
.NA_connexion {
  width: 170px;
}
.NA_connexion .faicon_user {
  margin: 0 !important;
}
.NA_connexion .faicon_user:before {
  display: block;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .NA_connexion .faicon_user:before {
    margin-right: 10px;
  }
}
.NA_connexion .na-login-prepend-section a {
  height: auto;
}
.langs-wrapper .switch-slider {
  background: #32bef0;
}
.langs-wrapper .switch-slider:before {
  background: #fff;
}
.langs-wrapper .lang_link {
  font-size: 16px !important;
  font-weight: 400;
}
.langs-wrapper .lang_link.selected {
  color: #32bef0;
}
@media (max-width: 1199.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 3px 0 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
  .bar .btn-adherer-wrapper.btn-mobilites {
    background: #32bef0 !important;
  }
  .bar .btn-adherer-wrapper.btn-mobilites i {
    color: #32bef0;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  header .bar .socials .langs-wrapper,
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 16px;
  }
  header .bar .socials .langs-wrapper:before,
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .bar-btn-2 {
    position: relative;
  }
  header .bar .bar-btn-2 .topbar-btn-icon {
    display: inline-block !important;
  }
  header .bar .na-login a.fancyForgotPass {
    font-size: 10px !important;
  }
  header .bar .NA_connexion {
    border: 1px solid #ffffff;
  }
  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%);
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    max-width: 30px;
    border: 0 none;
    max-height: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 30px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  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: #fff;
  }
  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 .shopping-cart a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 20px;
    position: relative;
    margin-left: 20px;
  }
  header .bar .shopping-cart a:before {
    content: '';
    width: 1px;
    height: 28px;
    top: 6px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  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: 3px !important;
    flex: unset;
    text-transform: none;
    line-height: 30px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 180px;
    margin-left: 15px;
    border: 0 none !important;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-don-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-connexion-wrapper > a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
  header .bar .btn-adherer-wrapper:hover {
    color: #32bef0;
  }
  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: 26px !important;
    height: 30px !important;
    text-transform: none;
    font-weight: 600 !important;
  }
  header .bar .btn-recruteur-wrapper a > .fas,
  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 .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 14px !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: 3px !important;
    margin-top: 0;
    line-height: 30px !important;
    height: 30px !important;
    font-size: 16px;
    border: 0 none !important;
    font-weight: 700;
  }
  header .logo {
    display: inline-block;
    width: 170px;
    height: 106px;
  }
  header .logo .logo-a {
    padding-top: 8px;
    height: 96px;
  }
  header .logo > a img {
    max-height: 106px;
  }
  .search-toggle-wrapper .fas.fa-search {
    font-size: 18px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  .horizontal_nav .header-navigation nav.nav.nav-default-mod > ul > li.menuli:last-child > .nav-dropdown {
    transform: translate(-82%);
  }
  body .header-main,
  body.nav-ontop header .header-main {
    border-top: 1px solid #58caf3 !important;
    background: rgba(255, 255, 255, 0.8) !important;
  }
  header .main-navigation-row,
  header .header-main {
    height: 150px;
  }
  header .main-navigation-row .header-nav-side.header-nav,
  header .header-main .header-nav-side.header-nav,
  header .main-navigation-row .main-navigation-row,
  header .header-main .main-navigation-row {
    background: transparent;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 50px;
    width: 950px !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 {
    height: 100%;
    float: right;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
    float: right;
    min-width: 750px;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li {
    white-space: nowrap;
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-weight: bold;
    text-align: right;
    line-height: 57px;
    font-size: 20px;
    font-weight: 700;
  }
  header .header-navigation-side .nav > ul > li:hover > a {
    position: relative;
  }
  header .header-navigation-side .nav > ul > li:hover > a:after {
    content: '';
    height: 2px;
    background: #32bef0;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* media min-lg horizontal */
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .stiky_active .bar {
    position: fixed;
    top: 0;
  }
  .stiky_active .horizontal_nav.adminActive .bar {
    top: 30px;
    z-index: 9999;
  }
  .stiky_active .horizontal_nav.adminActive .header-main {
    top: 70px !important;
  }
  .stiky_active .horizontal_nav.adminActive .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 55px !important;
  }
  .stiky_active .horizontal_nav .bar {
    z-index: 9999;
  }
  .stiky_active .horizontal_nav .header-main {
    top: 40px !important;
  }
  .stiky_active .horizontal_nav .header-navigation-side {
    padding-top: 0;
  }
  .stiky_active .horizontal_nav .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 50px !important;
  }
  .horizontal_nav.adminActive .header-navigation .nav > ul > li.menuli > .nav-dropdown {
    top: 53px !important;
  }
  .horizontal_nav .header-navigation-side {
    position: relative;
    height: auto;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul {
    display: block;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li {
    display: inline-block;
    width: auto;
    float: none;
    border: 0 none;
    background: transparent;
    font-size: 17px;
    font-weight: 700;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li:hover > a {
    color: #32bef0 !important;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li a {
    padding-right: 10px;
    font-size: 17px;
  }
  .horizontal_nav .header-navigation .nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown li + li:before {
    content: '';
    width: 1px;
    height: 12px;
    top: 12px;
    position: absolute;
    left: 04px;
    background-color: #151515;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
}
#main-carousel .readMore {
  background: transparent;
  color: #fff !important;
  border-radius: 3px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
  text-transform: none;
  font-weight: 700;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 0;
  bottom: 0;
  font-size: 16px;
  max-height: 440px;
  background: rgba(35, 58, 137, 0.8);
}
#main-carousel .carousel-content .desc {
  display: none;
}
#main-carousel .carousel-content .title {
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  font-size: 32px;
  padding: 40px 0 !important;
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 68px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #de1b73 !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 56px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
@media (max-width: 1199.98px) {
  #main-carousel .readmore-wrapper {
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# MAIN Actus-Events ################################################### */
@media (min-width: 1200px) {
  #row-agenda-event {
    position: relative;
    overflow: hidden;
  }
  #row-agenda-event:before,
  #row-agenda-event:after {
    z-index: 0;
    content: '';
    width: 253px;
    height: 237px;
    background: transparent url(/ressources/css/images/bg.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
  }
  #row-agenda-event:before {
    top: -60px;
    left: 30px;
  }
  #row-agenda-event:after {
    bottom: -90px;
    right: 30px;
  }
  #row-agenda-event .home-section {
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #section-actus .section-title {
    padding-left: 15px;
  }
  #section-actus .section-more {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  #section-actus .col-article .article-Model.vertical-plit-2 {
    overflow: hidden;
    border-radius: 8px;
  }
  #section-actus .col-article + .col-article .vertical-plit-2 {
    margin-top: 15px !important;
  }
}
#section-actus .article-Model.dateImgSquare .model-image {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
#section-actus .article-Model.dateImgSquare .model-image .date {
  display: none;
}
#section-actus .home-article {
  background: transparent;
  border: 0 none;
}
#section-actus .home-article .model-content .title {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 145px;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-actus .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-actus .home-article .desc {
  display: none;
}
#section-actus .home-article .date {
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  height: 35px;
  position: absolute;
  top: 107px;
  left: 30px;
  font-weight: 400;
}
#section-actus .home-article .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
}
@media (min-width: 1200px) {
  #section-events .section-title {
    padding-left: 15px;
  }
  #section-events .section-more {
    padding-left: 15px;
  }
}
#section-events .model-image .date .dateDay {
  font-size: 32px !important;
  line-height: 50px;
}
#section-events .model-content > a {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-content: flex-start;
  align-items: center;
}
#section-events .model-content .title {
  font-size: 22px;
  margin: 0;
  bottom: unset;
  top: unset;
  text-align: left;
}
#section-events .col-article .home-article {
  border-radius: 8px;
  overflow: hidden;
}
#section-events .col-article + .col-article {
  margin-top: 6px;
}
#section-events .col-article:last-child {
  margin-bottom: 10px;
}
/* --------------------------------  END Actus-Events ------------------------------------------------*/
/* ################################# ANNUAIRE MAP + LIENS ################################################### */
/* variables less */
/* css */
#section-gmap .section-body {
  height: 47px;
  background: #ffffff;
  width: 470px;
  position: relative;
  display: block;
  max-width: 98% !important;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #999;
  padding: 9px 6px 0 17px !important;
  overflow: hidden;
  top: 29px;
  font-size: 16px;
}
#section-gmap .section-body .input-group .form-control {
  font-size: 16px;
}
#section-gmap .section-body #recherche_annuaire_express .fas {
  font-size: 18px;
  margin-top: 6px;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .article-google_map .gmap-form-container {
  min-height: 100px;
}
@media (max-width: 1199.98px) {
  #section-gmap {
    padding-top: 30px !important;
  }
  #section-gmap .section-body {
    width: auto !important;
    top: 0 !important;
    margin: 15px !important;
    max-width: 90% !important;
  }
  #section-gmap .section-body .input-group .input-group-addon {
    width: 28px;
  }
  #map {
    max-height: 300px !important;
  }
  #section-liens_simple {
    padding-top: 0 !important;
  }
  .article-google_map .ann_exp_deux {
    padding: 0;
  }
  #section-liens_simple .lien {
    margin: 20px 0 !important;
    padding: 0;
  }
  .section-body {
    padding-left: 0;
    padding-right: 0;
  }
  #section-gmap #map {
    border-color: #ccc;
  }
}
@media (min-width: 1200px) {
  #section-gmap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #section-gmap .section-content {
    max-width: 100%;
  }
  #section-gmap .section-content .gmap-form-container {
    max-width: 100%;
  }
}
#section-liens_simple {
  padding-top: 160px;
  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: 22px;
  font-weight: bold;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}
#section-liens_simple .lien .fas {
  margin: 0;
  font-size: 52px;
  display: block;
  padding: 12px 0 0;
}
#section-liens_simple .lien:hover {
  background-color: #fff !important;
}
/* --------------------------------  END ANNUAIRE MAP + LIENS --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(90deg, #233a89 0%, #32bef0 100%);
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  color: #fff;
  margin: 0;
  font-size: 72px;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  font-weight: 700;
}
@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 ################################################### */
@media (min-width: 1200px) {
  #row-emploi {
    position: relative;
    overflow: hidden;
  }
  #row-emploi:before,
  #row-emploi:after {
    z-index: 0;
    content: '';
    width: 253px;
    height: 237px;
    background: transparent url(/ressources/css/images/bg.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
  }
  #row-emploi:before {
    top: -60px;
    right: 30px;
  }
  #row-emploi:after {
    bottom: -90px;
    left: 30px;
  }
  .home-section {
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  #section-emploi {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#section-emploi .home-article {
  background-color: transparent;
  margin-bottom: 30px;
  min-height: 350px;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 15px 19px rgba(0, 0, 0, 0.05);
  border: 1px solid #dedede !important;
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  padding: 30px;
  background: #fff;
  margin: -90px -15px;
  padding-top: 95px;
  position: relative;
  height: 310px;
  z-index: 98;
  border: 1px solid rgba(136, 135, 136, 0.3);
  box-shadow: 0 15px 19px rgba(0, 0, 0, 0.05);
}
#section-emploi .model-content .date {
  color: #aaa;
}
#section-emploi .model-content .title {
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  color: #151515;
  font-size: 24px;
}
#section-emploi .model-content .entreprise {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
  color: #de1b73;
  text-transform: none;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: left;
}
#section-emploi .entreprise {
  color: #32bef0;
  margin: 6px 0;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: unset;
}
#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 .section-more {
  margin-top: 10px;
}
#section-emploi .section-more a {
  padding-left: 40px;
  padding-right: 40px;
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* variables css */
@media (max-width: 1199.98px) {
  .slick-track li {
    max-width: 120px;
  }
  #section-portraits .slick-slide > div {
    margin-bottom: 10px !important;
    max-width: 50%;
    margin: auto;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    min-width: 150px;
    overflow: hidden;
    text-align: center;
  }
  #section-portraits .slick-slide > div .title {
    width: 100%;
    height: 100%;
    font-weight: 600;
  }
}
/* css portraits */
#row-portraits {
  background: linear-gradient(to right, #233a89 0%, #32bef0 100%);
}
#section-portraits .section-title.section-title.side-title .line {
  background: #fff;
}
#section-portraits .section-title.section-title.side-title .title {
  font-size: 32px;
  color: #fff !important;
}
#section-portraits .slick-slider i.slick-arrow.fas {
  color: #fff !important;
  font-size: 20px;
  top: 59% !important;
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 60px 45px 50px 450px;
  }
  #section-portraits .section-title {
    padding-left: 15px !important;
  }
  #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    margin-top: 80px;
    line-height: 60px;
    margin-left: 0;
    padding-left: 0;
  }
  #section-portraits.home-section.section-default .section-title .line {
    background: #fff !important;
  }
  #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #section-portraits .home-article .title-wrapper {
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px;
    background: transparent;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 120px;
    height: 120px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 0;
  }
  #section-portraits .home-article .title-wrapper .title a {
    width: 110px;
    height: 110px !important;
    display: flex;
    text-align: center;
    margin: 4px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
@media (min-width: 1200px) {
  #footer-middle .logos-left {
    text-align: left !important;
  }
}
/* --------------------- end FOOTER --------------------------- */
