/* 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 */
/* couleur des textes */
/* couleur de fond  */
/* 
    Table of Contents

    I.   Home ---------------------------------------
         01. Base -------------------------------------
         02. Header -----------------------------------
         03. Footer -----------------------------------

*/
@media (max-width: 1024px) {
  #section_carrousel_items .home-article {
    min-height: 250px;
  }
}
@media (min-width: 1170px) {
  /* ------------------------------------------------------------ *\
    I.   Home
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */
  .article-Model,
  .article-publicite {
    height: 530px;
  }
  .article-Model.listViewReduced,
  .article-publicite.listViewReduced {
    height: 132px !important;
  }
  .home-section.section-default {
    padding-top: 30px;
    padding-bottom: 22px;
  }
  .home-section.section-default .section-more a {
    min-width: 220px;
    text-align: center;
  }
  .home-section.section-default .section-more a:hover {
    color: #fff;
    background: #5b1a26;
    border-color: #5b1a26;
  }
  .home-section.section-default.annuaire-express {
    padding-top: 75px;
    padding-bottom: 82px;
  }
  .home-section.section-default.annuaire-express .section-title {
    margin-bottom: 50px;
  }
  .home-section.section-default.annuaire-express .section-more {
    margin-top: 42px;
  }
  .home-section.section-default .section-title .title {
    font-size: 34px;
  }
  /* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
  header .header-body {
    height: 146px;
  }
  header .logo > a img {
    max-height: 146px;
  }
  #widget-emploi .col-article:last-child .listViewReduced:after {
    display: none;
  }
  #widget-emploi .listViewReduced:hover {
    background: #5b1a26;
  }
  #widget-emploi .listViewReduced:hover * {
    color: #fff;
  }
  #widget-emploi .listViewReduced .model-content .desc {
    display: block !important;
  }
  #section_events .readMore {
    color: #5b1a26;
  }
  #section_events .home-article {
    border: 0 none;
  }
  #section_events .col-article + .col-article:before {
    content: '';
    border-left: 1px solid #e5e6e8;
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 503px;
  }
  .article-Model.dateImgRectangular .model-image .date {
    padding: 15px 30px;
  }
  #main-carousel-section {
    border-bottom: 3px solid #5b1a26;
    height: 397px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #main-carousel-section .carousel-wrapper .carousel-content.right {
    right: 100px !important;
    top: 10px !important;
    padding: 40px;
  }
  #main-carousel-section .carousel-wrapper .carousel-content.right .readmore-wrapper .readMore {
    background: #5b1a26;
    border-radius: 0;
    border: 0 none ;
  }
  #main-carousel-section .carousel-wrapper .carousel-content.right .readmore-wrapper .readMore:hover {
    background: rgba(91, 26, 38, 0.9);
  }
  #main-carousel-section .slick-dots {
    position: relative;
    width: 1170px;
    margin: auto;
    text-align: left;
    margin-top: -50px;
    height: 25px;
  }
  #section-bienvenue {
    padding: 83px 0 92px;
  }
  #section-bienvenue .section-title .title {
    font-size: 36px;
    font-weight: normal;
  }
  #section-bienvenue p {
    text-align: center;
    line-height: 1.5em;
  }
  #section-partenaires {
    padding: 0;
  }
  #section-partenaires .article-image_with_link {
    margin: 0;
  }
  #section-partenaires .article-image_with_link {
    background: transparent;
  }
  #section-rs {
    padding: 60px 0;
  }
  #section-rs .section-title .title {
    font-size: 40px;
  }
  .bar-btn-2 a {
    color: #5b1a26 !important;
  }
  .article-annuaire_express_2 .nbre-inscrits {
    color: #595959;
    margin-right: -15px;
  }
  .article-annuaire_express_2 .search-btn {
    border-radius: 0;
    background: #5b1a26;
  }
  .btn-adherer-wrapper .btn:hover {
    background: transparent;
  }
  .btn-adherer-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.93);
  }
}
.btn-adherer-wrapper .icon_adherer {
  color: #595959;
}
.titre_pages {
  font-size: 30px !important;
}
@media (min-width: 1170px) {
  .header-slogan {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 0;
    color: #a0274e;
    width: 650px;
    padding: 62px 0 0 0;
    text-align: right;
    line-height: 25px;
  }
}
