@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-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 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.topbar {
  letter-spacing: 1.5px;
}
#main-carousel .carousel-content {
  padding: 15% 20%;
}
#main-carousel .carousel-content .link-entire-box {
  display: block;
  text-align: center;
}
#main-carousel .carousel-content .link-entire-box .title {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
#main-carousel .model-ratio-image {
  background: #000;
}
#main-carousel .newsImg {
  opacity: .9;
}
#main-carousel ul.slick-dots {
  bottom: 35px;
  top: unset;
  width: 100%;
}
#section-actus .home-article,
#section-nominations .home-article {
  border: 0 none;
}
#section-actus .home-article .desc,
#section-nominations .home-article .desc {
  padding: 0 !important;
  font-size: 14px;
  line-height: 24px;
}
#section-actus .home-article .title,
#section-nominations .home-article .title {
  margin-bottom: 20px;
  padding: 0 !important;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
#section-actus .home-article .model-image,
#section-nominations .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
#section-actus .section-title,
#section-nominations .section-title {
  margin-bottom: 85px !important;
}
#section-actus .section-title .title,
#section-nominations .section-title .title {
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: 900;
  width: auto;
  letter-spacing: 6.2px;
  position: relative;
  line-height: 1em;
}
#section-actus .section-title .title:after,
#section-nominations .section-title .title:after {
  content: '';
  height: 9px;
  width: 37px;
  left: 0;
  background-color: #be1522;
  position: absolute;
  bottom: -17px;
}
.home-section.section-default .section-more {
  padding: 8px 0;
}
.home-section.section-default .section-more a {
  background: #fff;
  color: #0680c8;
  font-size: 15px;
  letter-spacing: 1.4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-more a {
    max-width: 15px;
    max-width: calc(100% - 30px);
  }
}
.home-section.section-default .section-more a:focus,
.home-section.section-default .section-more a:active,
.home-section.section-default .section-more a:hover {
  background-color: #0080c5;
  box-shadow: none;
}
@media (min-width: 1200px) {
  header .logo > a {
    left: -5px;
  }
  header .header-navigation {
    margin-top: 70px;
  }
  footer.na-footer .logos-left {
    margin-left: -7px;
  }
  #row-portraits {
    background: #0080c5;
  }
  #section-portraits {
    background: #0080c5;
    padding: 28px 45px 25px 360px;
  }
  #section-portraits .slick-track {
    height: 125px;
    overflow: hidden;
  }
  #section-portraits .col-article {
    width: 125px !important;
    height: 125px !important;
  }
  #section-portraits .col-article + .col-article {
    margin-left: 8px !important;
  }
  #section-portraits .home-article {
    width: 125px !important;
    height: 125px !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: 117px;
    height: 113px;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 117px;
    height: 68px !important;
    text-align: center;
    vertical-align: middle;
  }
  #section-portraits .home-article .title-wrapper .title a {
    text-align: center;
    height: 125px;
  }
  #section-portraits .side-title {
    background-color: #0080c5 !important;
    padding-left: 15px;
  }
  #section-portraits .side-title:before {
    background-color: #0080c5 !important;
  }
  #section-portraits .side-title .title {
    font-size: 19px !important;
    margin: 59px 0 60px 0;
    width: 233px;
    text-transform: uppercase;
    line-height: 1.5;
  }
  #section-portraits .side-title .title {
    font-size: 24px !important;
    margin: 31px 0 0;
    width: 200px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    position: relative;
  }
  #section-portraits .side-title .title:after {
    content: '';
    height: 7px;
    background-color: #fff;
    width: 36px;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}
.socials-fixed {
  display: none;
}
