/* 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 */
/**

    old red #e10134
    new red :  #98002f
*/
@media (min-width: 1200px) {
  #section-partenaires .section-title.side-title {
    max-width: 290px;
  }
  header {
    /* Middle bar */
    /* Menu */
  }
  header .bar .socials {
    float: right;
  }
  header .header-body {
    background: #98002f;
    height: 140px;
    width: 400px;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  header .header-body .logo {
    background: #98002f;
    width: 350px;
    height: 180px;
    top: -40px;
    position: absolute;
    z-index: 99;
    padding: 13px 0;
  }
  header .header-body .logo > a {
    height: 167px;
    margin-top: -5px;
    display: block;
  }
  header .header-body .logo > a img {
    max-height: 167px;
  }
  header .header-body .logo:before {
    content: '';
    height: 180px;
    position: absolute;
    width: 500%;
    left: -500%;
    top: 0;
    background: #98002f;
  }
  header .header-body:before {
    content: '';
    position: absolute;
    width: 500%;
    left: 98%;
    height: 140px;
    top: 0;
    background: #98002f;
  }
  header .btn-connexion-wrapper {
    width: 295px;
    float: right;
    right: 0;
    position: absolute;
    margin-right: 15px;
  }
  #main-carousel-section .carousel-wrapper .article-carousel .carousel-content {
    padding-top: 50px;
    padding-left: 0;
  }
  #main-carousel-section .carousel-wrapper .article-carousel .carousel-content:before {
    content: '';
    position: absolute;
    height: 290px;
    top: 0;
    left: -600%;
    width: 600%;
    background: rgba(0, 0, 0, 0.5);
  }
  #main-carousel-section .carousel-wrapper .article-carousel .carousel-content .title {
    font-weight: norma !importantl;
    font-size: 19px !important;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  #main-carousel-section .carousel-wrapper .article-carousel .carousel-content .title:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #main-carousel-section .carousel-wrapper .article-carousel readmore-wrapper .carousel-btn-more {
    display: none;
  }
  #section-partenaires .section-title {
    background-color: #98002f;
  }
  #section-partenaires .section-title:before {
    background-color: #98002f;
  }
  #section-partenaires .section-title .title {
    font-weight: 200 !important;
    font-size: 40px;
    width: 335px;
    text-transform: uppercase;
    margin-top: 50px;
  }
  #section-partenaires .slick-arrow {
    display: none !important;
  }
  #section-partenaires .article-image_with_link {
    max-height: 115px;
  }
  #section-partenaires .article-image_with_link img {
    max-height: 115px;
  }
  #section-partenaires {
    padding: 30px 0 35px ;
  }
  .header-main {
    background: #26201e;
    height: 140px;
  }
  .header-main .header-body {
    padding-right: 0;
  }
  .header-main .header-nav {
    position: absolute;
    padding: 0;
    width: 1170px;
    margin: auto;
  }
  .header-main .header-nav .header-navigation {
    background: transparent;
    position: relative;
    margin-top: 4%;
    margin-right: 0;
    padding-right: 0;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul {
    display: flex;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li {
    flex: 1;
    min-width: 120px;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > a {
    border: 1px solid transparent ;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li:hover > a {
    border: 1px solid rgba(255, 255, 255, 0.9);
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li:hover > a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    background: #98002f;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > a {
    white-space: normal;
    line-height: 1.6rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 19px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
    padding: 12px;
    text-align: center;
    position: relative;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > .nav-dropdown {
    top: 93px;
    height: 60px;
    width: 775px;
    margin: auto;
    position: absolute;
    margin-left: 5px;
    float: right;
    left: 0;
    text-align: left;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > .nav-dropdown li:hover > a {
    background: #98002f;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > .nav-dropdown > ul {
    height: 60px;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > .nav-dropdown > ul > li > a {
    line-height: 30px;
  }
  .header-main .header-nav .header-navigation .nav-wrapper > nav > ul > li > .nav-dropdown:after {
    content: '';
    display: block;
    background: #26201e;
    width: 300%;
    right: -300%;
    height: 60px;
    position: absolute;
    top: 0;
  }
  .btn-adherer-wrapper:focus,
  .NA_connexion .connexion-np:focus,
  .NA_connexion .connexion-btn:focus,
  .NA_connexion .connexion-btn:hover {
    border: 0 none !important;
    color: #fff;
    background: #98002f;
  }
  .ppl-wrap .ppl-content img {
    width: 120px !important;
  }
  .ppl-wrap .ppl-content {
    float: left;
    margin: -60px 125px;
  }
  .ppl-wrap .blockTop.ppl-content {
    float: none;
    margin: 0;
  }
  .bar-btn-2 {
    margin-right: 230px;
  }
}
/* @lg-min */
.article-Model.dateImgSquaredBottom .model-image .date {
  font-weight: normal;
}
.article-Model.dateImgSquaredBottom .model-image .date .dateDay {
  font-weight: normal;
}
.article-Model.dateImgSquaredBottom .model-image .date .dateMonth {
  font-size: 36px;
  font-weight: normal;
}
#footer-bottom,
#footer-middle {
  background: #98002f !important;
  padding: 30px 0;
}
#footer-bottom a,
#footer-middle a,
#footer-bottom ul,
#footer-middle ul {
  line-height: 1.5;
  font-size: 13px;
}
#footer-bottom .footer-nav ul,
#footer-middle .footer-nav ul {
  list-style: unset;
}
#footer-bottom .footer-nav ul li ul li,
#footer-middle .footer-nav ul li ul li {
  display: list-item;
}
#footer-bottom .footer-nav .list-head,
#footer-middle .footer-nav .list-head {
  border: 0 none;
  display: block;
  font-weight: 200;
}
#footer-bottom .footer-nav .list-head a,
#footer-middle .footer-nav .list-head a {
  font-size: 18px;
  font-weight: normal;
}
#footer-bottom {
  background: #26201e !important;
}
#footer-bottom .liens-footer {
  float: right;
}
#footer-bottom .liens-footer li + li {
  border-left: 1px solid #fff;
}
#row-liens {
  position: relative;
  height: 130px;
  background-color: rgba(38, 32, 30, 0.93);
}
#row-liens #section-liens {
  width: 100%;
  padding: 0;
}
#row-liens #section-liens .liens-inner {
  display: flex;
}
#row-liens .lien {
  flex: 1;
  width: calc(98% / 6);
  display: block;
  height: 130px;
  text-align: center;
  background-position: center 30px;
  background-repeat: no-repeat;
}
#row-liens .lien.lien1 {
  background-image: url(/ressources/css/images/icons/search.png?v=2);
}
#row-liens .lien.lien2 {
  background-image: url(/ressources/css/images/icons/agenda.png?v=2);
}
#row-liens .lien.lien3 {
  background-image: url(/ressources/css/images/icons/actu.png?v=2);
}
#row-liens .lien.lien4 {
  background-image: url(/ressources/css/images/icons/formation.png?v=2);
}
#row-liens .lien.lien5 {
  background-image: url(/ressources/css/images/icons/livres.png?v=2);
}
#row-liens .lien.lien6 {
  background-image: url(/ressources/css/images/icons/charte.png?v=2);
}
#row-liens .lien .lien-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 87px;
  display: block;
}
#row-liens .lien:hover {
  background-color: #000;
}
#section-events .section-title .title,
#section-actus .section-title .title {
  font-size: 36px;
  font-weight: 200 !important;
  color: #aaa;
  text-transform: uppercase;
}
#section-events .section-title .line,
#section-actus .section-title .line {
  background: #aaa;
}
#section-events .article-Model,
#section-actus .article-Model {
  height: 450px;
  border: 1px solid #d3d3d3;
}
#section-events .article-Model .readMore,
#section-actus .article-Model .readMore {
  border: 2px solid;
  font-size: 15px;
  text-transform: uppercase;
  padding: 3px 20px;
  float: left;
  margin-left: 15px;
}
#section-events .article-Model .readMore:hover,
#section-actus .article-Model .readMore:hover {
  background: #98002f;
  color: #fff;
}
#section-events .section-more a,
#section-actus .section-more a {
  border: 0 none;
  text-transform: none;
  font-size: 16px;
}
#section-events .section-more a:hover,
#section-actus .section-more a:hover {
  background: transparent;
  text-decoration: underline !important;
}
.annuaireRecherche-v2 .group label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.annuaireRecherche-v2 > span,
.annuaireRecherchePlusLigneSimple .droite,
.annuaireRecherche-v2 > span:first-child {
  width: 140px !important;
  font-size: 12px;
  height: 40px;
  padding: 7px 26px;
}
/* Mobile */
@media (max-width: 1199.98px) {
  #footer-bottom,
  #footer-middle {
    text-align: center;
  }
  #footer-bottom .footer-row > div,
  #footer-middle .footer-row > div {
    display: block;
    clear: both;
    width: 90%;
    margin: auto;
    float: none;
  }
  #footer-bottom .footer-row .footer-nav > ul,
  #footer-middle .footer-row .footer-nav > ul {
    display: block;
  }
  #footer-bottom .footer-row .footer-nav > ul > li,
  #footer-middle .footer-row .footer-nav > ul > li {
    width: 48%;
    float: left;
  }
  #footer-bottom .footer-nav,
  #footer-middle .footer-nav {
    display: none;
  }
  #footer-bottom .liens-footer,
  #footer-middle .liens-footer {
    width: 100%;
    text-align: center;
  }
  #section-partenaires {
    padding: 0 0 30px 0;
  }
  #section-partenaires .section-title {
    background: #98002f;
    padding: 15px;
  }
  #section-partenaires .section-title span {
    color: #fff !important;
  }
}
@media (max-width: 767.98px) {
  .block-liens .liens-inner > a span {
    font-size: 9px !important;
  }
  .main-navigation-row .header-body {
    background: #98002f;
    height: 166px;
  }
  .main-navigation-row .header-body .logo {
    height: 166px !important;
    width: 166px;
  }
  .main-navigation-row .header-nav {
    display: none;
  }
  .content .mobilite {
    width: 90vw;
    padding: 15px;
  }
  .content .mobilite .mobilite-body {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .block-liens .liens-inner > a {
    background-size: 100%;
    transform: scale(0.6);
  }
  .block-liens .liens-inner > a span {
    display: none !important;
  }
  .logo-smaller > a {
    height: 70px;
    width: 70px;
    border: 3px solid #fff;
    background: #fff;
    border-radius: 50%;
  }
  .logo-smaller > a img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 50%;
  }
}
@media (max-width: 1200px) {
  body .header-main {
    background: #98002f;
  }
}
/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
