@import "/ressources/css/fonts/stylesheet.css?v=5";
/* 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 */
body {
  font-family: 'Magallanes Cond', sans-serif;
  font-weight: 400;
}
strong,
b {
  font-family: magallanes_condbold;
}
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .carousel-content {
  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: 570px;
  background: rgba(39, 68, 116, 0.75);
  padding: 45px 35px;
  box-sizing: border-box;
  position: absolute;
  top: 37%;
  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: 28px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#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: #274474 !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);
}
#main-carousel .home-content .row {
  max-height: 456px !important;
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
#section-instagram.home-section.section-default .section-more a {
  background: #274474;
  border-color: #274474;
  color: #fff;
}
#section-instagram.home-section.section-default .section-more a:hover {
  background: transparent;
  color: #274474;
}
#section-instagram .col-article {
  padding: 0;
  width: 370px;
  height: 370px;
  margin-top: 30px !important;
}
#section-instagram .col-article .article-Model.bgImg .title {
  margin-top: 0;
}
#section-instagram .col-article .section-title .title {
  color: #153774;
}
#section-instagram .col-article .model-content {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  padding: 30px;
  width: 370px;
  height: 370px;
}
#section-instagram .col-article .model-content > div {
  margin-bottom: 15px;
}
#section-instagram .col-article .model-content > .link a {
  text-decoration: underline;
}
#section-instagram .col-article .model-content > .link a:hover {
  color: #fff;
}
#section-instagram .col-article .bgShadow {
  display: none;
}
#section-instagram .col-article:hover .model-content {
  display: block;
}
#section-instagram .col-article:hover .bgShadow {
  display: block;
}
@media (min-width: 1200px) {
  #section-instagram .col-article + .col-article {
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  top: 247px;
  color: #fff;
  font-size: 52px;
  display: inline-block !important;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
  right: -63px;
}
.home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
  left: -63px;
}
@media (min-width: 1200px) {
  header .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    max-width: 600px;
  }
  .stiky_nav.stiky_active .header-main {
    z-index: 9999;
  }
  header .bar {
    box-shadow: 0 0 4px #ce1719;
    font-weight: bold;
  }
  header .bar .connexion-btn > span,
  header .bar .btn-boutique-label {
    display: block !important;
    font-family: 'magallanes_condbold', sans-serif;
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
  }
  header .bar .connexion-btn > span:hover,
  header .bar .btn-boutique-label:hover {
    color: #ce1719;
  }
  header .bar .shopping-cart {
    border-left: 1px solid rgba(191, 163, 98, 0.42);
    padding-left: 3px;
    padding-left: 0;
  }
  header .bar .shopping-cart a {
    color: #274474;
    justify-content: center;
    width: 140px;
    display: flex;
    padding: 0;
    line-height: 42px;
    font-size: 16px;
  }
  header .bar .shopping-cart a .fas {
    display: none;
    font-size: 24px;
    margin: 6px 10px 0 0;
  }
  header .bar .shopping-cart a .nbArticles-tik {
    font-family: 'magallanes_condbold', sans-serif;
  }
  header .bar .shopping-cart a:hover {
    color: #ce1719;
  }
  header .header-nav-side .header-navigation .nav-wrapper > nav > ul > li {
    min-width: 0 !important;
  }
  header .header-nav-side .header-navigation .nav-wrapper > nav > ul > li + li {
    margin-left: 40px;
  }
  header .header-nav-side .header-navigation .nav-wrapper > nav > ul > li > a {
    font-family: 'magallanes_condbold', sans-serif;
    font-size: 15px;
    padding: 0;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .menuli a {
    font-size: 16px;
  }
  header .header-navigation-side .menuli .nav-dropdown {
    border-top: 2px solid #274474;
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .menuli .nav-dropdown a {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
  }
  header .header-navigation-side .menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .logo .logo2-img {
    display: inline-block;
    margin-left: -28px;
  }
  header .logo .logo-a {
    display: inline-block;
  }
  header .logo .logo-a .logo-img {
    margin: 30px 0 0 0;
    min-width: 400px;
    max-height: 80px;
  }
  header .logo > a {
    height: 150px;
  }
  #section-gmap.contentSquareFlat .section-body {
    background: #fff;
    color: #000;
    width: 469px;
    height: 450px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .gmap-form-container {
    height: unset;
  }
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: 450px;
    padding-top: 25px;
  }
  header .bar .shopping-cart .btn-boutique-label {
    display: none;
  }
  header .header-navigation li:hover {
    color: #fff !important;
  }
  header .header-navigation li:hover a {
    color: #fff !important;
  }
}
#section-gmap .section-title {
  margin-bottom: 20px;
}
#section-gmap .section-title .title {
  color: #274474;
  font-family: 'magallanes_condextrabold', sans-serif;
  letter-spacing: -2px;
}
#section-gmap .section-body {
  top: 65px;
}
#section-gmap .section-body .intro {
  padding-top: 0;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  line-height: 1.7em;
  letter-spacing: 0.7px;
}
#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;
  font-family: 'magallanes_condextrabold', sans-serif;
}
#section-gmap .section-body .search [type="submit"] .fas {
  display: none;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 30px;
  overflow: hidden;
  height: 60px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  margin: 0 !important;
  height: 60px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 85px;
  padding-left: 20px;
  font-size: 15px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: #274474;
  position: absolute;
  width: 70px;
  height: 50px;
  right: 5px;
  top: 5px;
  margin: 0;
  z-index: 999;
  border-radius: 30px;
  border: 0 none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #fff;
}
#section-portraits {
  background-color: #274474 !important;
}
#section-portraits .slick-slider i.slick-arrow.fas {
  transform: translateY(-60%);
  left: -60px;
}
#section-portraits .home-content i.slick-arrow.fa-chevron-right {
  left: unset;
  right: -5px;
}
#section-portraits .slick-list.draggable {
  width: 650px;
  height: 105px;
}
#section-portraits .article-portraits .model-image,
#section-portraits .slick-slide > div {
  margin: 0 !important;
  padding: 0 !important;
}
#section-portraits .home-content {
  padding: 0;
}
#section-portraits .slick-track {
  overflow: hidden;
}
@media (min-width: 768px) {
  #section-portraits .col-article {
    width: 105px !important;
    height: 105px !important;
    margin-right: 25px !important;
  }
}
#section-portraits .article-portraits {
  height: 105px;
  border: 0 none !important;
}
#section-portraits .home-article {
  width: 105px !important;
  height: 105px !important;
  border-radius: 50%;
  overflow: hidden;
}
#section-portraits .home-article .title-wrapper {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin: 4px;
  width: 95px;
  height: 95px;
}
#section-portraits .home-article .title-wrapper .title {
  width: 95px;
  height: 95px !important;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  padding: 15px 10px;
  font-family: 'magallanes_condextrabold', sans-serif;
}
#section-portraits .home-article .title-wrapper .title a {
  text-align: center;
  height: 90px;
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 65px 0px 0 545px;
    height: 235px;
  }
}
#section-portraits .side-title {
  height: 235px;
  background-color: #274474 !important;
}
#section-portraits .side-title:before {
  background-color: #274474 !important;
}
#section-portraits .side-title .title {
  font-size: 30px;
  width: 434px;
  line-height: 40px !important;
  font-family: 'magallanes_condextrabold', sans-serif;
  margin: 0;
  color: #fff;
  padding-left: 15px;
  letter-spacing: 0.2px;
}
@media (min-width: 1200px) {
  #section-portraits .side-title .title {
    padding: 80px 200px 0 0;
  }
}
.na-footer .nl_link {
  margin-top: 20px;
  text-decoration: underline;
  letter-spacing: 0.3px;
}
.na-footer .nl_link:hover {
  font-weight: bold;
  text-decoration: none;
}
.na-footer .footer-row-dark {
  background-color: #323232;
  padding: 15px 0;
}
.na-footer #footer-middle {
  padding: 60px 0;
}
.na-footer #footer-middle * {
  color: #fff;
}
.na-footer #footer-middle h4 {
  margin: 0;
  margin: 0  0 12px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  font-family: 'magallanes_condbold', sans-serif;
}
.na-footer #footer-middle .logos-left .logo-img {
  height: 68px;
  margin-left: 14px;
}
.na-footer #footer-middle #footer-socials li {
  margin: 0 15px 0 0;
}
.na-footer #footer-middle .list-inline.liens-footer li {
  display: block !important;
  width: 100%;
  margin: 0;
}
.na-footer #footer-middle .list-inline.liens-footer li + li {
  margin-top: 15px;
}
.na-footer #footer-middle .list-inline.liens-footer a {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: 'magallanes_condbold', sans-serif;
  text-transform: uppercase;
}
.na-footer #footer-middle .list-inline.liens-footer a:before {
  content: '> ';
}
.na-footer #footer-middle .list-inline.liens-footer a:hover {
  text-decoration: underline;
}
.na-footer #footer-middle .subscribe {
  position: relative;
}
.na-footer #footer-middle .subscribe-field {
  margin: 0 !important;
  height: 60px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 85px;
  padding-left: 20px;
  font-size: 15px;
  width: 100%;
  border: 1px solid #adadad;
  border-radius: 30px;
  overflow: hidden;
  height: 60px;
  color: #000;
}
.na-footer #footer-middle .subscribe-btn {
  background: #274474;
  position: absolute;
  width: 70px;
  height: 50px;
  right: 5px;
  top: 5px;
  margin: 0;
  z-index: 999;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 900;
  line-height: 40px;
  font-family: 'magallanes_condextrabold', sans-serif;
  border: 0 none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}
.na-footer #footer-middle .subscribe-btn:vover  {
  color: #fff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .na-footer {
    text-align: center;
  }
  .na-footer h4 {
    padding: 15px;
    text-align: left;
    clear: both;
    display: block;
  }
  .na-footer #footer-socials {
    padding: 15px;
  }
  .na-footer #footer-logos-left {
    margin-bottom: 20px;
  }
  .na-footer #footer-logos-left + div {
    max-width: 300px;
    margin: 30px auto;
    text-align: left;
  }
}
.home-section.section-default .section-title .title {
  font-family: 'magallanes_condextrabold', sans-serif;
  font-size: 30px;
}
.article-Model.dateImgSquare .model-image .date {
  background: #ce1719;
}
.article-Model.dateImgSquare .model-image {
  margin-bottom: 37px;
}
.article-Model.imgFullWidth .title .location {
  position: absolute;
  bottom: 20px;
  text-transform: none;
  font-family: 'magallanes_condbold', sans-serif;
}
.article-Model.imgFullWidth .title .location:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  color: #ce1719;
  position: relative;
  float: left;
  margin-right: 5px;
}
.article-Model.imgFullWidth .desc,
.article-Model.imgFullWidth .title {
  padding: 0 30px;
  color: #363636;
  font-family: 'magallanes_condbold', sans-serif;
  text-transform: uppercase;
  line-height: 1.5em;
}
.article-Model.dateImgSquare .model-image .date {
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  bottom: -20px;
  font-family: 'magallanes_condbold', sans-serif;
}
.article-Model.dateImgSquare .model-image .date .dateYear {
  display: none;
}
.article-Model.dateImgSquare .model-image .date .dateDay {
  margin: 15px auto 8px !important;
  font-size: 22px !important;
}
.article-Model.dateImgSquare .model-image .date .dateMonth {
  text-transform: none;
  font-size: 19px !important;
}
#section-compteurs {
  padding-top: 38px;
  padding-bottom: 52px;
}
#section-compteurs .article-counter .counter-mode-icon .counter-icon .faicon {
  border: 0 none  ;
  border-radius: 0;
  padding: 0;
}
#section-compteurs .article-counter .counter-mode-icon .counter-icon .faicon:before {
  background: transparent;
  color: #fff;
  padding: 0;
}
#section-compteurs .article-counter .counter-mode-icon .counter-txt .counter-digit {
  font-family: 'magallanes_condbold', sans-serif;
  font-size: 47px;
  line-height: 1em;
  margin-bottom: 5px;
}
#section-compteurs .article-counter .counter-mode-icon .counter-txt .counter-label {
  font-family: 'magallanes_condLight', sans-serif;
  text-transform: uppercase;
  font-size: 21px;
}
.home-section.section-default .section-more a {
  background: #ce1719;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #ce1719;
  height: 50px;
  text-align: center;
  line-height: 51px;
  text-transform: none;
  font-family: magallanes_condbold;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 0 50px;
}
.home-section.section-default .section-more a:hover {
  border: 1px solid #ce1719;
  color: #ce1719;
  background: rgba(255, 255, 255, 0.8);
}
#section-flux_rs.home-section.section-default .section-more a {
  background: #274474;
  color: #fff;
}
#section-flux_rs.home-section.section-default .section-more a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  #row-3 .container {
    padding: 0;
    margin: 0;
  }
  #row-3 .container #section-portraits {
    padding: 0;
    height: auto;
  }
  #row-3 .container #section-portraits .section-title {
    text-align: center;
    margin-bottom: 0;
    height: 75px;
  }
  #row-3 .container #section-portraits .section-title .title {
    width: 100%;
    line-height: 75px;
  }
  #row-3 .container #section-portraits .home-content {
    padding: 15px 0;
  }
  #row-3 .container #section-portraits .slick-list.draggable {
    width: unset;
    height: unset;
  }
  #row-3 .container #section-portraits .slick-list.draggable .slick-track {
    overflow: visible;
  }
  #row-3 .container #section-portraits .slick-list.draggable .slick-track .home-article.article-portraits {
    margin: auto !important;
  }
  .contenu_static table {
    height: auto !important;
    width: auto !important;
  }
  #module_ep .ep-direct-links .btn-text,
  .module_ep .ep-direct-links .btn-text {
    line-height: 15px !important;
  }
}
@media (max-width: 767.98px) {
  .annuaire_result .annuaire_single .otypes {
    text-align: center;
    margin-top: 10px;
  }
  .annuaire_result .annuaire_single .otypes .otype {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin: auto !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
  }
  .annuaire_result .annuaire_single .otypes .otype + .otype {
    margin-left: 15px !important;
  }
}
.leaflet-popup-content .otype {
  margin: auto;
  text-align: center;
  width: 125px;
  background: #0cbc9a;
  color: #fff;
  padding: 2px 6px 2px 35px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .leaflet-popup-content .otype {
    width: 100%;
    color: #0cbc9a;
    padding: 0;
    font-size: 3px;
  }
}
.leaflet-popup-content .otype.color2 {
  background: #274474;
}
@media (max-width: 768px) {
  .leaflet-popup-content .otype.color2 {
    color: #274474;
  }
}
.leaflet-popup-content .otype {
  color: #ceab73;
  background: transparent;
  border: 1px solid #ceab73;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.6px;
  top: 6px;
  padding: 0;
}
.leaflet-popup-content .otype a {
  display: inline-block;
  color: #ceab73;
  padding: 7px 8px;
}
.leaflet-popup-content .otype:hover {
  background: #ceab73;
}
.leaflet-popup-content .otype:hover a {
  color: #fff !important;
}
/* ################################# event  ############################################ */
#section-events,
#section-event {
  padding: 40px 0;
}
@media (max-width: 1199.98px) {
  #section-event {
    padding: 10px 0;
  }
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  color: #000;
}
#section-revue,
#section-events {
  padding: 80px 0;
}
#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: 0;
}
#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: 90px;
  height: 90px;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  bottom: -35px;
  font-weight: normal;
  color: #fff;
  background: #ce1719;
  border-radius: 0;
}
#section-revue .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  display: inline-block;
  text-transform: lowercase;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding: 14px 15px 0;
  line-height: 32px;
}
#section-revue .home-article .title,
#section-events .home-article .title {
  padding: 0 !important;
  text-align: left;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 700;
}
#section-revue .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 0;
}
#section-revue .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  color: #274474;
  text-transform: none;
  font-weight: bold;
}
#section-events .desc {
  display: none !important;
}
#section-event .section-title .title {
  max-width: 120px;
}
#row-actus {
  position: relative;
}
#row-actus:after {
  content: '';
  height: calc( 100% + 110px );
  width: 50%;
  position: absolute;
  left: 0;
  top: 30px;
  background: rgba(206, 23, 25, 0.2);
  z-index: 0;
}
/* --------------------------------  END event ------------------------------------------------*/
