@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext');
/* 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 */
/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
body {
  font-family: 'Roboto', sans-serif;
}
body.zoneEp {
  padding-top: 0px !important;
}
.readMore,
.section-more a {
  font-family: 'Roboto', sans-serif;
}
.section-title .title {
  font-size: 32px;
}
.title,
h1,
h2,
h3,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
#section-communication .article-Model {
  box-shadow: 0 0 9px 3px rgba(64, 64, 64, 0.18);
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
  background-color: #000000;
}
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  .horizontal_nav .header-navigation nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown > ul > li > .nav-dropdown li:hover > a,
  .horizontal_nav .header-navigation nav.nav.nav-default-mod > ul > li.menuli > .nav-dropdown > ul > li:hover > a {
    background: transparent !important;
    color: #ff3a52 !important;
  }
  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: 45px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #555555;
    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:hover:after {
    content: '';
    height: 2px;
    background: #ff3a52;
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
@media (min-width: 1200px) {
  #section-lienstop {
    padding: 60px 0;
  }
}
#section-lienstop .col-article > a.lien {
  color: #969696;
  display: flex;
  height: 125px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ECEEF2;
  border-radius: 63px;
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  margin-right: 20px;
  padding: 10px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 13px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  color: #888;
}
#section-lienstop .col-article > a.lien .lien-title {
  color: #333;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
}
#section-lienstop .col-article > a.lien:hover {
  color: #000000 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #000000;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article + .col-article,
  #section-lienstop .col-article .lien {
    margin: 3px;
  }
}
.ui-widget-content-modal {
  max-width: 100%;
}
#section-communication .article-Model .title {
  color: #000000;
  padding: 0;
  font-size: 26px;
  margin: -29px 20px 0 29px;
  line-height: 1.4em;
}
#section-communication .article-Model:hover .title {
  color: #ff3a52;
}
#section-communication .article-Model .desc {
  display: none;
}
#section-annuairexpress .article-annuaire_express_2 {
  width: 100% !important;
}
#section-annuairexpress .article-annuaire_express_2 .section-title {
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  padding-left: 0;
}
#section-annuairexpress .article-annuaire_express_2 .nbre-inscrits {
  display: none;
}
#section-annuairexpress .article-annuaire_express_2 .row [class^="col-"] {
  padding: 00;
}
#section-annuairexpress .article-annuaire_express_2 .row .col-sm-6,
#section-annuairexpress .article-annuaire_express_2 .row .col-sm-5 {
  padding-right: 20px;
}
#section-annuairexpress .section-more {
  text-align: right;
}
#section-annuairexpress .section-more a {
  background: transparent !important;
  color: #3c3c3c;
  border: 0 none;
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  position: absolute;
  width: 200px;
  right: 0;
  top: 15px;
  text-decoration: underline !important;
}
#section-annuairexpress .section-more a:after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 4px;
  display: inline-block;
}
#section-annuairexpress .section-more a:hover {
  text-decoration: none !important;
  font-weight: bold;
  background: transparent;
}
@media (max-width: 991.98px) {
  #section-communication .article-Model {
    padding-bottom: 30px !important;
    margin-bottom: 15px;
  }
  #section-communication .article-Model .title {
    margin-top: 15px;
  }
  #section-annuairexpress .article-annuaire_express_2 .row {
    display: block !important;
  }
  #section-annuairexpress .article-annuaire_express_2 .row .search-btn {
    right: 18px;
    position: relative;
    top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .socials li.langs-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 40px;
    float: none;
    border-left: 1px solid #ccc;
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  header .bar {
    border-bottom: 1px solid #ccc;
  }
  header .bar .socials.rs-nolabels {
    justify-content: flex-start;
  }
  header .bar .row.header-mibile-bar {
    max-width: 400px;
    position: absolute;
    right: 30px;
  }
  header .bar .btn-adherer-wrapper.bar-btn-2,
  header .bar .btn-connexion-wrapper.bar-btn-1 {
    max-width: 230px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np {
    padding: 0 15px;
  }
  header .bar .socials .contact {
    margin-right: 15px;
  }
  header .bar .socials .rs_append-item {
    border-left: 1px solid #ccc;
    margin: 0;
  }
  header .bar .socials .rs_append-item a {
    display: block;
    text-align: center;
    padding: 0 15px;
  }
  header .bar .socials .rs_append-item a:hover {
    background: #eee;
    color: #000;
  }
  header .bar .socials li.langs-wrapper {
    margin: 0;
    float: none;
    border-left: 1px solid #ccc;
    padding-left: 15px;
  }
  header .bar .btn-adherer-wrapper a:hover {
    background: #ff3a52;
    color: #fff;
  }
  header .logo {
    height: 150px;
  }
  header .logo-a {
    margin-top: 15px;
    display: inline-block;
  }
  header .logo-a .logo-img {
    max-height: 125px;
    margin-left: -12px;
    max-width: 300px;
  }
  header * {
    transition: background-color 0.3s;
  }
  /* @lg-min  */
  /* ##################### Services ################### */
  #row-services .model-ratio-image .containerImg .click-img .newsImg {
    max-width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 767.98px) {
  #row-mobilites {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
#row-mobilites .section-title .title,
#row-partenaires .section-title .title,
#section-event .section-title .title,
#section-services-left .section-title .title,
#row-mobilites .services-titre,
#row-partenaires .services-titre,
#section-event .services-titre,
#section-services-left .services-titre {
  display: inline-block;
  clear: both;
  font-size: 40px;
  line-height: 60px;
  background: -webkit-linear-gradient(left, #f24e58, #ff9f3d);
  background: -o-linear-gradient(right, #f24e58, #ff9f3d);
  background: -moz-linear-gradient(right, #f24e58, #ff9f3d);
  background: linear-gradient(to right, #f24e58, #ff9f3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 1199.98px) {
  #row-mobilites .services-actions,
  #row-partenaires .services-actions,
  #section-event .services-actions,
  #section-services-left .services-actions {
    padding: 0 !important;
  }
}
#section-services-left .title {
  margin: 0 0 15px;
}
#section-services-left .line {
  display: block !important;
  height: 2px;
}
@media (min-width: 1200px) {
  #row-services .home-section {
    padding-bottom: 30px;
  }
  #section-services-left .services-titre {
    margin-top: -15px;
  }
  #section-services-left .services-details {
    padding: 30px 100px 0 0;
  }
}
#section-services-left .services-details {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: left;
  padding-top: 0;
}
#section-services-left .col-article {
  position: relative;
  min-height: 485px;
}
#section-services-left .services-actions {
  position: absolute;
  bottom: 7px;
  margin-bottom: 0;
  left: 0;
  width: auto;
  padding-left: 15px;
}
#section-services-left .services-actions .cta-1,
#section-services-left .services-actions .cta-2 {
  display: inline-block;
}
#section-services-left .services-actions .cta-1 a,
#section-services-left .services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #ff3a52 !important;
  white-space: nowrap;
}
#section-services-left .services-actions .cta-1 a {
  background-color: transparent !important;
  color: #ff3a52 !important;
}
#section-services-left .services-actions .cta-1 a:hover {
  border-color: #ff3a52 !important;
  background: #ff3a52 !important;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a {
  background-color: #ff3a52 !important;
  color: #fff !important;
}
#section-services-left .services-actions .cta-2 a:hover {
  border-color: #ff3a52 !important;
  color: #ff3a52 !important;
  background-color: transparent !important;
}
/* responsive carrousel services */
@media (max-width: 1199.98px) {
  #section-services-left .services-actions {
    display: flex;
    margin-top: 30px;
    position: relative;
  }
  #section-services-left {
    padding-bottom: 15px;
  }
  #section-services-right {
    padding-top: 0;
  }
  #section-services-right .col-article {
    height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 224px !important;
    border-width: 15px !important;
  }
  .page-presentation .contenu {
    padding: 30px !important;
    line-height: 1.5em;
  }
  .page-presentation .contenu ul {
    padding: 0 !important;
  }
}
#section-services-right .col-article {
  margin: 0 auto 30px;
}
#section-services-right .col-article {
  color: #fff;
  height: 224px;
  position: relative;
  padding: 0;
  max-width: 270px;
}
#section-services-right .col-article > a.lien {
  transition: opacity .2s;
  background-position: center center;
  border-radius: 8px;
  height: 100%;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#section-services-right .col-article > a.lien .lien-icon {
  font-size: 30px;
}
#section-services-right .col-article > a.lien .lien-titre {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
#section-services-right .col-article > a.lien .lien-desc {
  font-size: 18px;
}
#section-services-right .col-article > a.lien .lien-text {
  left: 0;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 45px ;
  text-align: center;
}
@media (min-width: 1200px) {
  #section-services-right .col-article > a.lien .lien-text {
    font-size: 24px;
  }
}
#section-services-right .col-article > a.lien [class*=" fa-"] {
  font-size: 56px;
  display: block;
  margin-bottom: 45px;
}
#section-services-right .col-article > a.lien .services-details {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
#section-services-right .col-article:hover .lien {
  color: #fff;
  opacity: .9;
  background-size: 150% !important;
}
@media (max-width: 767.98px) {
  #section-services-right .col-article {
    margin: 0;
    border: 10px solid;
  }
}
/* --------------------------------  END services --------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: linear-gradient(to right, #f24e58, #ff9f3d);
}
#section-compteurs {
  padding-top: 30px;
  padding-bottom: 50px;
}
#section-compteurs .counter-mode-icon {
  font-size: 20px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  font-size: 40px;
}
#section-compteurs .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  font-size: 72px;
  font-family: 'Arimo', sans-serif;
  line-height: 1em;
  margin: 0 15px;
  font-weight: bold;
}
#section-compteurs .counter-mode-icon .counter-txt .counter-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .footer_mode_right.na-footer #footer-bottom .liens-footer {
    margin-top: -35px;
  }
  .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 CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel {
  background: #fafafa;
}
@media (max-width: 1199.98px) {
  #main-carousel {
    padding: 0;
  }
  #main-carousel div ul.slick-dots li button:before {
    color: rgba(0, 0, 0, 0.2) !important;
  }
}
#main-carousel .newsImg {
  opacity: .85;
}
#main-carousel .article-carousel {
  background: #fafafa;
}
#main-carousel .carousel-content {
  display: none !important;
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  opacity: 1;
}
#main-carousel .carousel-content .link-entire-box {
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-carousel .carousel-content .link-entire-box .desc {
  display: none;
}
#main-carousel .carousel-content .link-entire-box .title {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#main-carousel .container {
  display: none;
}
#main-carousel ul.slick-dots {
  bottom: 70px;
  top: unset;
  width: 100%;
  left: 0;
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #ff3a52 !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) {
  object-fit: contain;
  opacity: 1;
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (max-width: 1199.98px) {
  #section-event {
    padding: 0 15px;
  }
  #section-event .section-title {
    margin: 15px 0 30px !important;
  }
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
#section-event {
  display: inline-block;
}
#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: #555555;
}
#section-event a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 8px !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #ff3a52 !important;
  white-space: nowrap;
}
#section-revue .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-revue .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-revue .home-article .desc,
#section-events .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-revue .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #000000;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  border-radius: 8px;
  bottom: -22px;
  font-weight: normal;
}
#section-revue .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  font-size: 18px !important;
  line-height: 44px;
}
#section-revue .home-article .title,
#section-events .home-article .title {
  font-weight: normal;
  padding: 0 !important;
  font-size: 23px;
  color: #333333;
  line-height: 32px;
  text-align: left;
}
#section-revue .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-revue .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #000000;
  text-transform: none;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  #section-revue .article-Model,
  #section-events .article-Model {
    max-width: 550px;
    margin: 0 auto 30px;
  }
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ###############  DEBUT partenaires ########### */
#row-partenaires .section-more a {
  background: #969696;
  border: 1px solid #969696;
  color: #fff;
  padding: 0 30px;
  height: 48px;
  line-height: 46px;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 700;
}
#row-partenaires .section-more a:hover {
  color: #969696;
  background: transparent;
}
#row-partenaires .home-section.section-default .section-title.text-center {
  display: block;
}
/* --------------------------------  END partenaires ------------------------------------------------*/
#form_search_annuaire .select2-input {
  width: 100% !important;
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  transition: border-color 0.3s;
}
.home-section.section-default .section-title .title {
  display: inline-block !important;
  margin: 0 0 15px 0 !important;
  line-height: 3rem !important;
}
.home-section.section-default .section-title .title:after {
  content: '';
  display: table;
}
@media (max-width: 1199.98px) {
  .home-section.section-default .section-title .title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .connexion-btn > .faicon_user {
    color: #fff;
  }
  #section-communication .article-Model {
    height: auto;
  }
}
.ep-section-presentation .ep-section-header {
  text-align: center;
  display: block;
}
.ep-section-presentation .ep-section-header .icons {
  position: absolute;
  right: 30px;
  top: 15px;
}
.ep-section-presentation .ep-section-body .subcontent {
  text-align: center;
}
.ep-section-presentation .ep-section-body .subcontent div {
  display: inline-block;
  border: 2px solid #008dd5;
  border-radius: 20px;
  padding: 6px;
  font-weight: bold;
  color: #008dd5;
  margin: 5px;
}
.ep-section-presentation .ep-section-body .subcontent div:last-child {
  display: none;
}
ul.custom_info_paiement {
  list-style-type: disc !important;
  padding-left: 30px;
}
ul.custom_info_paiement li {
  padding-bottom: 15px;
}
.tableau_formulaire.responsive-table td.valeur {
  position: relative;
}
.tableau_formulaire.responsive-table .ui-datepicker-trigger {
  position: absolute;
  top: 2px;
  left: 164px;
  padding: 8px;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
}
/* success */
@media (max-width: 1199.98px) {
  #section-partenaires,
  #section-portraits {
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-partenaires .slick-slide > div,
  #section-portraits .slick-slide > div {
    margin-bottom: 30px !important;
  }
}
#section-portraits .slick-slider i.slick-arrow.fas {
  top: 50%;
}
/* variables css */
/* css portraits */
#section-portraits {
  background: transparent;
}
@media (min-width: 576px) {
  #section-portraits .home-content {
    min-height: 180px !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-content i.slick-arrow.fas {
  color: #E2DCDC;
  top: 105px !important;
}
#section-portraits .home-article {
  border: 0 none;
  height: 270px;
  text-align: center;
  background: transparent;
  max-height: unset;
  height: auto;
  min-height: 300px;
}
#section-portraits .home-article:hover {
  color: #444444;
  text-decoration: underline;
}
#section-portraits .home-article:hover a {
  color: #444444;
}
#section-portraits .home-article .model-image {
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  color: #444444;
}
#section-portraits .home-article .portrait3-nom {
  margin-top: 15px;
  padding: 0;
  margin-bottom: 10px;
  color: #333333;
  line-height: 2rem;
}
#section-portraits .home-article .portrait3-nom .nom {
  font-size: 22px;
  line-height: 2rem;
}
#section-portraits .home-article .portrait3-nom .nom .infos {
  display: none;
}
#section-portraits .home-article .portrait3-nom .title {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  clear: both;
  background: -webkit-linear-gradient(left, #f24e58, #ff9f3d);
  background: -o-linear-gradient(right, #f24e58, #ff9f3d);
  background: -moz-linear-gradient(right, #f24e58, #ff9f3d);
  background: linear-gradient(to right, #f24e58, #ff9f3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  width: auto;
  margin: 0;
  line-height: 2rem;
}
#section-portraits .home-article .portrait3-nom .entreprise {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  display: block;
  line-height: 2rem;
}
#section-portraits .home-article .portrait3-nom .date {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  display: block;
  text-transform: none !important;
  line-height: 2rem;
}
#section-portraits .home-article .portrait3-fonction {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  #section-portraits .home-article {
    max-height: calc(120px + 100px) !important;
  }
  #section-portraits .model-image {
    max-width: 120px !important;
    max-height: 120px !important;
  }
}
#section-portraits .slick-dots {
  display: none !important;
}
#section-portraits .slick-dots * {
  display: none !important;
}
/* ################################# DEBUT newsletter ################################################### */
#row-newsletter {
  background: #ff3a52;
  background: linear-gradient(to right, #f24e58 0, #ff9f3d 90%);
}
#row-newsletter #section-newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}
#row-newsletter #section-newsletter .inscription-newsletter-wrapper > .col {
  padding: 0 !important;
}
#row-newsletter #section-newsletter .email_nl-wrapper,
#row-newsletter #section-newsletter .button-ok,
#row-newsletter #section-newsletter .email_nl-wrapper {
  border-radius: 0;
}
#row-newsletter #section-newsletter .section-title .title {
  color: #fff !important;
  padding: 0;
}
#row-newsletter #section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper {
  border-radius: 3px;
}
#row-newsletter #section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper #nl_email {
  color: #000;
}
#row-newsletter #section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .button-ok {
  border-radius: 3px;
  background-color: #000000;
  padding: 13px 30px;
  font-weight: 600;
  height: 50px;
}
#row-newsletter #section-newsletter .inscription-newsletter-wrapper .email_nl-wrapper .button-ok:hover {
  background-color: #ff3a52;
}
#row-newsletter #section-newsletter.home-section.section-default .section-title {
  margin: 0;
}
@media (max-width: 767.98px) {
  #row-newsletter #section-newsletter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #row-newsletter #section-newsletter .section-title .title {
    white-space: normal;
    font-size: 24px !important;
  }
}
#row-newsletter #section-newsletter .col-right {
  margin-top: 18px;
}
/* --------------------------------  END PROJET --------------------------------------------------*/
