@import url("https://fonts.cdnfonts.com/css/helvetica-neue-9?styles=49034,49032,49038,49042");
/**
 * @license
 * MyFonts Webfont Build ID 3881951, 2020-03-20T09:36:20-0400
 * MUSEO SLAB
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3b3bdf");
@font-face {
  src: url("../fonts/MuseoSlab-300/font.eot");
  font-family: 'MuseoSlab-300';
  src: url("../fonts/MuseoSlab-300/font.woff2") format("woff2"), url("../fonts/MuseoSlab-300/font.woff") format("woff"), url("../fonts/MuseoSlab-300/font.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-300/font.ttf") format("truetype"); }
@font-face {
  src: url("../fonts/MuseoSlab-700/font.eot");
  font-family: 'MuseoSlab-700';
  src: url("../fonts/MuseoSlab-700/font.woff2") format("woff2"), url("../fonts/MuseoSlab-700/font.woff") format("woff"), url("../fonts/MuseoSlab-700/font.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-700/font.ttf") format("truetype"); }
@font-face {
  src: url("../fonts/MuseoSlab-900/font.eot");
  font-family: 'MuseoSlab-900';
  src: url("../fonts/MuseoSlab-900/font.woff2") format("woff2"), url("../fonts/MuseoSlab-900/font.woff") format("woff"), url("../fonts/MuseoSlab-900/font.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-900/font.ttf") format("truetype"); }
@font-face {
  src: url("../fonts/MuseoSlab-500/font.eot");
  font-family: 'MuseoSlab-500';
  src: url("../fonts/MuseoSlab-500/font.woff2") format("woff2"), url("../fonts/MuseoSlab-500/font.woff") format("woff"), url("../fonts/MuseoSlab-500/font.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-500/font.ttf") format("truetype"); }
html {
  font-size: 62.5%;
  text-size-adjust: 100%; }

body {
  background: white;
  color: #1e1e28;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.7rem; } }
  @media screen and (min-width: 992px) {
    body {
      font-size: 1.8rem; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

a,
button {
  box-shadow: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important; }

a {
  color: #fcc821;
  text-decoration: none; }
  a:hover {
    color: #fcc821;
    text-decoration: underline; }

button {
  background: none;
  border: none; }

ul {
  padding: 0; }
  ul li {
    list-style: none; }

strong, b {
  font-family: "Helvetica Neue 900", sans-serif; }

.logo {
  color: white;
  display: flex;
  align-items: center;
  position: relative; }
  .logo .fa-camera-alt {
    font-size: 4.6rem;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important; }
    @media screen and (min-width: 768px) {
      .logo .fa-camera-alt {
        font-size: 5.4rem; } }
    @media screen and (min-width: 992px) {
      .logo .fa-camera-alt {
        font-size: 6rem; } }
    @media screen and (min-width: 1200px) {
      .logo .fa-camera-alt {
        font-size: 7rem; } }
  .logo h1 {
    font-family: MuseoSlab-900;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    padding-left: 1rem;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important; }
    @media screen and (min-width: 768px) {
      .logo h1 {
        font-size: 2rem;
        padding-left: 2rem; } }
    @media screen and (min-width: 992px) {
      .logo h1 {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1200px) {
      .logo h1 {
        font-size: 2.6rem; } }

.ariane {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 2rem; }
  @media screen and (min-width: 768px) {
    .ariane {
      font-size: 1.6rem;
      padding: 0 4rem; } }
  @media screen and (min-width: 992px) {
    .ariane {
      height: 5rem; } }
  .ariane a {
    color: rgba(30, 30, 40, 0.6); }
    .ariane a:hover {
      color: #fcc821;
      text-decoration: none; }
  .ariane ul {
    color: black;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    text-transform: uppercase; }
    .ariane ul a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      padding: 0 0.5rem; }
      @media screen and (min-width: 768px) {
        .ariane ul a:after {
          padding: 0 1.5rem; } }
  .ariane .back {
    color: #1e1e28; }
    @media screen and (max-width: 767px) {
      .ariane .back {
        display: none; } }
    .ariane .back:before {
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      padding: 0 1.5rem; }

.btn {
  background: #fcc821;
  border: none;
  border-radius: 0;
  color: black;
  font-size: 1.6rem;
  font-family: MuseoSlab-500;
  letter-spacing: 0.2rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap; }
  @media screen and (min-width: 992px) {
    .btn {
      font-size: 1.8rem;
      letter-spacing: 0.3rem; } }
  @media screen and (min-width: 1200px) {
    .btn {
      font-size: 2rem;
      padding: 1rem 2.5rem; } }
  .btn:hover {
    background: #1e1e28;
    color: white; }
  .btn-load {
    background: #f6f6f6;
    border: 1px solid #1e1e28;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    padding: 1.5rem 3.5rem; }
  .btn-ok {
    background: #fcc821; }
  .btn.btn_cookie_ga_accept, .btn.btn_cookie_ga_decline {
    background: rgba(30, 30, 40, 0.4); }
    .btn.btn_cookie_ga_accept:hover, .btn.btn_cookie_ga_decline:hover {
      background: rgba(252, 200, 33, 0.6);
      color: #1e1e28; }
    .btn.btn_cookie_ga_accept.btn-ok, .btn.btn_cookie_ga_decline.btn-ok {
      background: #fcc821; }

.categorie {
  font-size: 1.6rem;
  font-family: "Helvetica Neue 700", sans-serif;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .categorie {
      font-size: 1.8rem; } }
  @media screen and (min-width: 1200px) {
    .categorie {
      font-size: 2rem; } }

.title {
  font-family: MuseoSlab-300;
  font-size: 4rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .title {
      font-size: 6rem;
      margin: 0; } }
  @media screen and (min-width: 992px) {
    .title {
      font-size: 8rem; } }
  @media screen and (min-width: 1200px) {
    .title {
      font-size: 12rem; } }
  .title strong, .title b {
    font-family: MuseoSlab-900; }

.subtitle {
  font-family: MuseoSlab-500;
  font-size: 1.8rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .subtitle {
      font-size: 2rem;
      margin-bottom: 5rem; } }
  @media screen and (min-width: 992px) {
    .subtitle {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1200px) {
    .subtitle {
      font-size: 2.7rem; } }

section {
  position: relative; }

.section-album {
  padding: 2rem;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .section-album {
      padding: 9rem 10rem; } }
  .section-album:before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .section-album:hover:before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important; }
  .section-album:hover .bg-album {
    transform: scale(1.025); }
  .section-album .bg-album {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s linear !important;
    -moz-transition: all 0.3s linear !important;
    -ms-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important; }
  .section-album .inner {
    position: relative; }
  .section-album .btn {
    margin-bottom: 2rem; }

.load {
  padding: 23rem;
  text-align: center; }

.bienvenue {
  background: #1e1e28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  height: 5rem;
  line-height: 5rem;
  position: relative;
  text-align: center; }
  .bienvenue strong {
    color: #fcc821; }
  .bienvenue a {
    color: #fcc821;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%); }
    .bienvenue a:hover {
      color: white;
      text-decoration: none; }
    .bienvenue a span {
      display: none; }
  @media screen and (min-width: 992px) {
    .bienvenue {
      background: white;
      color: #1e1e28;
      height: 7rem;
      line-height: 7rem; }
      .bienvenue strong {
        color: #1e1e28; }
      .bienvenue a:hover {
        color: #1e1e28; }
      .bienvenue a span {
        display: inline-block; } }

.navbar {
  background: #1e1e28;
  height: 8rem;
  padding: 0 0 0 2rem; }
  @media screen and (min-width: 768px) {
    .navbar {
      height: 10rem;
      padding: 0 0 0 4rem; } }
  @media screen and (min-width: 992px) {
    .navbar {
      height: 10.5rem; } }
  @media screen and (min-width: 1200px) {
    .navbar {
      height: 12.5rem; } }
  .navbar-close {
    color: white;
    font-size: 4rem;
    position: absolute;
    top: 2rem;
    right: 2rem; }
    @media screen and (min-width: 992px) {
      .navbar-close {
        display: none; } }
  .navbar-toggler {
    margin-right: 1rem; }
    @media screen and (min-width: 768px) {
      .navbar-toggler {
        margin-right: 2rem; } }
  .navbar-toggler-icon {
    background: none;
    color: white;
    width: auto;
    height: auto; }
    .navbar-toggler-icon:active {
      color: #fcc821; }
    .navbar-toggler-icon i {
      font-size: 3rem; }
  @media screen and (min-width: 992px) {
    .navbar-collapse, .navbar-nav,
    .navbar .nav-link {
      height: 100%; } }
  @media screen and (max-width: 991px) {
    .navbar-collapse, .navbar.collapsing {
      background: #1e1e28;
      position: fixed;
      top: 0;
      left: -100vw;
      height: 100vh !important;
      width: 100vw;
      -webkit-transition: all 0.3s ease-in-out !important;
      -moz-transition: all 0.3s ease-in-out !important;
      -ms-transition: all 0.3s ease-in-out !important;
      -o-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; } }
  .navbar-collapse.show, .navbar.collapsing.show {
    left: 0; }
  @media screen and (max-width: 991px) {
    .navbar-nav {
      height: auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%); } }
  .navbar .nav-item {
    position: relative; }
    .navbar .nav-item:last-child .nav-link {
      border: none; }
    .navbar .nav-item.active .nav-link {
      color: #fcc821; }
    @media screen and (max-width: 991px) {
      .navbar .nav-item {
        margin-bottom: 2rem;
        padding-bottom: 2rem; }
        .navbar .nav-item:after {
          content: "";
          width: 7rem;
          height: 1px;
          background: rgba(255, 255, 255, 0.2);
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          text-align: center; } }
  .navbar .nav-link {
    color: white;
    font-family: MuseoSlab-300;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .navbar .nav-link {
        border-right: 1px solid white;
        font-family: "Helvetica Neue", sans-serif;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
        padding: 0 2rem !important; } }
    @media screen and (min-width: 1200px) {
      .navbar .nav-link {
        font-size: 1.4rem;
        padding: 0 3.5rem !important; } }
    .navbar .nav-link i {
      display: none; }
      @media screen and (min-width: 992px) {
        .navbar .nav-link i {
          display: block;
          font-size: 3.2rem;
          margin-bottom: 1rem; } }
    .navbar .nav-link:hover {
      color: #fcc821; }

@media screen and (min-width: 992px) {
  .scroll {
    height: 8rem; }
    .scroll .navbar {
      height: 8rem; }
    .scroll .logo .fa-camera-alt {
      font-size: 5.5rem; }
    .scroll .logo h1 {
      font-size: 2rem; }
    .scroll .nav-link {
      font-size: 1.3rem; }
      .scroll .nav-link i {
        font-size: 2.8rem; } }

.close {
  color: white;
  cursor: pointer;
  float: none;
  position: absolute;
  right: -1rem;
  top: -3rem;
  font-size: 3rem;
  text-shadow: none;
  opacity: 1 !important;
  z-index: 500; }
  @media screen and (min-width: 768px) {
    .close {
      right: -4rem;
      top: -5rem;
      font-size: 4rem; } }
  @media screen and (min-width: 992px) {
    .close {
      right: -8rem;
      top: -4rem; } }
  .close:hover {
    color: #fcc821; }

.modal-backdrop {
  background: #1e1e28; }
  .modal-backdrop.show {
    opacity: 0.85; }

.cookies .close {
  right: 2rem;
  top: 1rem; }
  @media screen and (min-width: 992px) {
    .cookies .close {
      right: 3rem;
      top: 2rem; } }
.cookies .modal-backdrop {
  background: #1e1e28; }
  .cookies .modal-backdrop.show {
    opacity: 0.8; }
.cookies .modal-dialog {
  background: #1e1e28;
  max-width: 90%;
  margin: 0 auto 3rem;
  padding: 4rem 3rem;
  top: 3rem; }
  @media screen and (min-width: 768px) {
    .cookies .modal-dialog {
      max-width: 80%;
      margin: 0 auto 5rem;
      padding: 5rem 7rem;
      top: 5rem; } }
  @media screen and (min-width: 992px) {
    .cookies .modal-dialog {
      padding: 5rem 10rem; } }
.cookies .modal-content {
  background: none;
  border: none; }
.cookies .bandeau {
  color: white;
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    .cookies .bandeau {
      font-size: 1.6rem; } }
  .cookies .bandeau.d-flex, .cookies .bandeau.d-xl-flex {
    justify-content: space-between;
    align-items: center; }
  @media screen and (min-width: 768px) {
    .cookies .bandeau.bandeau_ga p {
      flex-basis: 70%;
      min-width: 70%; }
    .cookies .bandeau.bandeau_ga div {
      flex-basis: 30%;
      min-width: 30%;
      display: flex;
      justify-content: flex-end; } }
  .cookies .bandeau .btn {
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    letter-spacing: normal;
    margin-left: 1rem;
    padding: 0.5rem 1rem; }
    @media screen and (min-width: 992px) {
      .cookies .bandeau .btn {
        font-size: 1.6rem; } }
    .cookies .bandeau .btn:hover {
      background: #fde186;
      color: #1e1e28; }
    .cookies .bandeau .btn.btn-ok {
      background: #fcc821; }

.modal-photo {
  background: #1e1e28; }
  .modal-photo .close {
    top: 1rem;
    right: 2rem;
    position: fixed; }
    @media screen and (min-width: 992px) {
      .modal-photo .close {
        top: 3rem;
        right: 4rem; } }
  .modal-photo .modal-dialog {
    margin: 0;
    max-width: none;
    width: 100vw; }
  .modal-photo .modal-content {
    background: none;
    color: white;
    border-radius: 0;
    height: 100%; }
  .modal-photo .modal-header {
    border: none;
    flex-direction: column;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    margin: 3rem auto 0; }
    @media screen and (min-width: 768px) {
      .modal-photo .modal-header {
        flex-direction: row;
        height: 30vh;
        font-size: 1.4rem;
        width: 90%;
        margin: 6rem auto 2rem; } }
    @media screen and (min-width: 992px) {
      .modal-photo .modal-header {
        height: 40vh;
        width: 80rem; } }
  .modal-photo .modal-download {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .modal-photo .modal-download {
        margin: 0;
        width: 49%; } }
    .modal-photo .modal-download h4 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 1.4rem;
      font-family: "Helvetica 35 Thin 400", sans-serif;
      font-weight: 400;
      letter-spacing: 0.2rem;
      margin: 0 2rem 1rem;
      padding-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .modal-photo .modal-download h4 {
          margin: 0 2rem 3rem;
          padding-bottom: 2rem; } }
    .modal-photo .modal-download .download {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 11.5rem; }
    .modal-photo .modal-download a, .modal-photo .modal-download button {
      color: white; }
      .modal-photo .modal-download a:hover, .modal-photo .modal-download button:hover {
        color: #fcc821;
        text-decoration: none; }
        .modal-photo .modal-download a:hover i, .modal-photo .modal-download button:hover i {
          top: 0.5rem;
          transform: scale(1.1); }
    .modal-photo .modal-download .btn-favoris {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-transform: uppercase; }
    .modal-photo .modal-download img {
      display: block;
      margin-bottom: 1.5rem;
      height: 4.5rem; }
      @media screen and (min-width: 768px) {
        .modal-photo .modal-download img {
          height: auto; } }
    .modal-photo .modal-download i {
      display: block;
      font-size: 2.4rem;
      margin: 1.5rem 0;
      position: relative;
      top: 0;
      -webkit-transition: all 0.3s linear !important;
      -moz-transition: all 0.3s linear !important;
      -ms-transition: all 0.3s linear !important;
      -o-transition: all 0.3s linear !important;
      transition: all 0.3s linear !important; }
  .modal-photo .modal-body {
    padding-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .modal-photo .modal-body {
        padding-bottom: 8rem; } }
  .modal-photo .carousel-inner {
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      .modal-photo .carousel-inner {
        padding: 0 10rem; } }
    @media screen and (min-width: 992px) {
      .modal-photo .carousel-inner {
        padding: 0 17rem; } }
  .modal-photo .carousel-item {
    text-align: center; }
  .modal-photo .carousel img {
    max-width: 100%; }
  .modal-photo .carousel .carousel-control-next,
  .modal-photo .carousel .carousel-control-prev {
    opacity: 1; }
  .modal-photo .carousel .carousel-control-next-icon,
  .modal-photo .carousel .carousel-control-prev-icon {
    background: none;
    color: white;
    font-size: 4.5rem; }
    @media screen and (min-width: 768px) {
      .modal-photo .carousel .carousel-control-next-icon,
      .modal-photo .carousel .carousel-control-prev-icon {
        font-size: 6rem; } }
    @media screen and (min-width: 992px) {
      .modal-photo .carousel .carousel-control-next-icon,
      .modal-photo .carousel .carousel-control-prev-icon {
        font-size: 7.5rem; } }
    .modal-photo .carousel .carousel-control-next-icon:hover,
    .modal-photo .carousel .carousel-control-prev-icon:hover {
      color: #fcc821; }

.modal-contact .modal-backdrop {
  background: #1e1e28; }
  .modal-contact .modal-backdrop.show {
    opacity: 0.8; }
.modal-contact .modal-dialog {
  background: #1e1e28;
  padding: 4rem 3rem;
  margin: 0 auto;
  max-width: 90%;
  top: 50%;
  transform: translateY(-50%) !important; }
  @media screen and (min-width: 768px) {
    .modal-contact .modal-dialog {
      max-width: 80%;
      padding: 7rem 7rem 5rem; } }
  @media screen and (min-width: 992px) {
    .modal-contact .modal-dialog {
      padding: 7rem 12rem 5rem; } }
.modal-contact .modal-content {
  background: none;
  border: none;
  color: white; }
  .modal-contact .modal-content .title {
    font-size: 3rem;
    margin-bottom: 5rem; }
    @media screen and (min-width: 768px) {
      .modal-contact .modal-content .title {
        font-size: 4rem; } }
    @media screen and (min-width: 992px) {
      .modal-contact .modal-content .title {
        font-size: 5rem; } }

.main-footer {
  background: #fcc821;
  padding: 3rem 1rem;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .main-footer {
      padding: 4rem 0; } }
  .main-footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .main-footer li {
    position: relative; }
    .main-footer li:after {
      content: "";
      background: #1e1e28;
      height: 1rem;
      width: 1px;
      display: inline-block;
      margin: 0 1.5rem; }
    .main-footer li:last-child:after {
      display: none; }
    .main-footer li.active a {
      font-weight: 700;
      font-family: "Helvetica Neue 700", sans-serif; }
  .main-footer a {
    color: #1e1e28;
    font-size: 1.4rem; }
    .main-footer a:hover {
      text-decoration: underline !important; }

.home .voir {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  color: #1e1e28;
  font-size: 1.5rem;
  font-family: "Helvetica Neue 700", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding: 0.5rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .home .voir {
      font-size: 1.6rem;
      letter-spacing: 0.4rem; } }
  .home .voir i {
    font-size: 2.8rem;
    border-right: 1px solid #1e1e28;
    padding-right: 1rem;
    margin-right: 1.5rem; }
    @media screen and (min-width: 768px) {
      .home .voir i {
        padding-right: 1.5rem;
        margin-right: 2rem; } }
  .home .voir:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #1e1e28;
    text-decoration: none; }
.home .section-edito {
  background: url("../img/bg-edito.jpg") no-repeat center right;
  background-size: cover;
  padding: 5rem 5% 15rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .home .section-edito {
      height: 40rem;
      padding: 7rem 8%; } }
  @media screen and (min-width: 992px) {
    .home .section-edito {
      height: 42rem;
      padding: 7rem 15%; } }
  @media screen and (min-width: 1200px) {
    .home .section-edito {
      height: 46rem;
      padding: 7rem 20%; } }
  .home .section-edito p {
    color: white;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .home .section-edito p {
        font-size: 2rem; } }
    @media screen and (min-width: 1200px) {
      .home .section-edito p {
        font-size: 2.2rem; } }
    .home .section-edito p.chapo {
      font-family: MuseoSlab-700;
      font-size: 2.5rem;
      margin-bottom: 2.5rem; }
      @media screen and (min-width: 768px) {
        .home .section-edito p.chapo {
          font-size: 3rem;
          margin-bottom: 3.5rem;
          white-space: nowrap; } }
      @media screen and (min-width: 992px) {
        .home .section-edito p.chapo {
          font-size: 3.2rem;
          margin-bottom: 4.5rem; } }
      @media screen and (min-width: 1200px) {
        .home .section-edito p.chapo {
          font-size: 3.6rem; } }
.home .section-album {
  padding: 6rem 4rem;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .home .section-album {
      height: 50rem;
      padding: 9rem 7rem 9rem 30%; } }
  @media screen and (min-width: 992px) {
    .home .section-album {
      height: 60rem;
      padding: 9rem 10rem 9rem 30%; } }
  @media screen and (min-width: 1200px) {
    .home .section-album {
      height: 77rem;
      padding-left: 35%; } }
  .home .section-album .title {
    position: relative;
    left: -0.5rem; }
  .home .section-album .btn {
    margin-bottom: 1rem; }
.home .section-agenda {
  padding: 4rem 2rem 5rem 30%; }
  @media screen and (min-width: 768px) {
    .home .section-agenda {
      padding: 7rem 7rem 7rem 30%; } }
  @media screen and (min-width: 992px) {
    .home .section-agenda {
      padding: 9rem 7rem 9rem 30%; } }
  @media screen and (min-width: 1200px) {
    .home .section-agenda {
      padding: 9rem 10rem 9rem 35%; } }
  .home .section-agenda .bg-agenda {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 0;
    width: 20%; }
    @media screen and (min-width: 992px) {
      .home .section-agenda .bg-agenda {
        left: 10%;
        width: auto; } }
    @media screen and (min-width: 992px) {
      .home .section-agenda .bg-agenda {
        left: 10%; } }
    @media screen and (min-width: 1200px) {
      .home .section-agenda .bg-agenda {
        left: 15%; } }
  .home .section-agenda .title {
    color: #fcc821;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .home .section-agenda .title {
        font-size: 3.5rem; } }
  .home .section-agenda .date {
    color: #1e1e28;
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .home .section-agenda .date {
        font-size: 5rem; } }
    @media screen and (min-width: 1200px) {
      .home .section-agenda .date {
        font-size: 7.2rem; } }
  .home .section-agenda h3 {
    font-family: MuseoSlab-900; }
  .home .section-agenda h4 {
    font-family: MuseoSlab-700;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .home .section-agenda h4 {
        font-size: 2.2rem; } }
    @media screen and (min-width: 992px) {
      .home .section-agenda h4 {
        font-size: 2.4rem; } }
  .home .section-agenda .inner .desc {
    line-height: 1.3;
    margin-bottom: 5rem; }
    .home .section-agenda .inner .desc a {
      color: #1e1e28;
      text-decoration: underline !important; }
      .home .section-agenda .inner .desc a:hover {
        color: #fcc821; }
.home .section-favoris {
  background: #1e1e28;
  padding: 6rem 5%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .home .section-favoris {
      padding: 12rem 10% 8rem; } }
  @media screen and (min-width: 992px) {
    .home .section-favoris {
      padding: 15rem 15% 10rem; } }
  @media screen and (min-width: 1200px) {
    .home .section-favoris {
      padding: 19rem 20% 14rem; } }
  .home .section-favoris h2 {
    color: white;
    font-family: MuseoSlab-700;
    font-size: 2.5rem;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .home .section-favoris h2 {
        font-size: 3rem;
        margin-bottom: 3.5rem; } }
    @media screen and (min-width: 992px) {
      .home .section-favoris h2 {
        font-size: 3.2rem;
        margin-bottom: 4.5rem; } }
    @media screen and (min-width: 1200px) {
      .home .section-favoris h2 {
        font-size: 3.6rem; } }
  .home .section-favoris .carousel {
    margin-bottom: 7rem; }
    .home .section-favoris .carousel-inner {
      display: flex;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .home .section-favoris .carousel-inner {
          width: 46rem; } }
    .home .section-favoris .carousel-item {
      height: 36.5rem;
      overflow: hidden; }
      .home .section-favoris .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        -webkit-transition: all 0.5s linear !important;
        -moz-transition: all 0.5s linear !important;
        -ms-transition: all 0.5s linear !important;
        -o-transition: all 0.5s linear !important;
        transition: all 0.5s linear !important; }
      .home .section-favoris .carousel-item a:hover img {
        opacity: 1;
        transform: scale(1.05); }
      .home .section-favoris .carousel-item a:hover .carousel-caption {
        background: #1e1e28; }
        .home .section-favoris .carousel-item a:hover .carousel-caption h2 {
          color: white; }
    .home .section-favoris .carousel-caption {
      background: white;
      align-items: center;
      justify-content: center;
      height: 8rem;
      width: 65%;
      padding: 0;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s linear !important;
      -moz-transition: all 0.5s linear !important;
      -ms-transition: all 0.5s linear !important;
      -o-transition: all 0.5s linear !important;
      transition: all 0.5s linear !important; }
      @media screen and (min-width: 768px) {
        .home .section-favoris .carousel-caption {
          height: 10rem;
          width: 31rem; } }
      .home .section-favoris .carousel-caption h2 {
        color: #1e1e28;
        font-family: MuseoSlab-900;
        font-size: 2.2rem;
        letter-spacing: 0.4rem;
        text-transform: uppercase; }
    .home .section-favoris .carousel-control-prev, .home .section-favoris .carousel-control-next {
      font-size: 5rem;
      opacity: 1; }
      @media screen and (min-width: 768px) {
        .home .section-favoris .carousel-control-prev, .home .section-favoris .carousel-control-next {
          font-size: 7rem; } }
      .home .section-favoris .carousel-control-prev:hover, .home .section-favoris .carousel-control-next:hover {
        color: #fcc821; }
  .home .section-favoris .voir {
    color: white;
    padding: 0.5rem; }
    .home .section-favoris .voir i {
      border-color: white; }
    .home .section-favoris .voir:hover {
      background: none;
      border-color: white; }

.albums .section-album {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin: 0 0.6rem 0.6rem; }
  @media screen and (min-width: 992px) {
    .albums .section-album {
      height: calc(100vh - 8rem); } }
  @media screen and (min-width: 992px) {
    .albums .section-album.hero {
      height: calc(100vh - 24rem); } }
  .albums .section-album.event {
    margin-bottom: 0; }
    .albums .section-album.event:before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); }
    .albums .section-album.event:hover:before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) !important; }
    .albums .section-album.event .title,
    .albums .section-album.event .subtitle {
      color: white; }
    .albums .section-album.event .subtitle {
      margin: 2rem 0; }
      .albums .section-album.event .subtitle strong {
        font-family: MuseoSlab-900; }
  .albums .section-album .inner .title {
    margin-bottom: 3.5rem; }
  .albums .section-album .scrolldown {
    font-size: 6rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      .albums .section-album .scrolldown {
        font-size: 8rem;
        bottom: 2rem; } }
    @media screen and (min-width: 992px) {
      .albums .section-album .scrolldown {
        font-size: 10rem; } }
    .albums .section-album .scrolldown:hover {
      color: white; }
.albums .section-blocs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.3rem; }
  .albums .section-blocs .section-album {
    width: 100%;
    height: 22rem;
    margin: 0 0.3rem 0.3rem; }
    .albums .section-blocs .section-album .date {
      text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .albums .section-blocs .section-album {
        min-width: calc(50% - 0.6rem);
        flex-basis: calc(50% - 0.6rem);
        height: 38rem;
        margin: 0 0.3rem 0.6rem; } }
    .albums .section-blocs .section-album:before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); }
    .albums .section-blocs .section-album:hover:before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) !important; }
    .albums .section-blocs .section-album:hover .title,
    .albums .section-blocs .section-album:hover p {
      color: #fcc821; }
    .albums .section-blocs .section-album a {
      display: block; }
      .albums .section-blocs .section-album a:hover {
        text-decoration: none; }
    .albums .section-blocs .section-album .title {
      color: white;
      font-size: 3.5rem;
      font-family: MuseoSlab-900; }
      @media screen and (min-width: 768px) {
        .albums .section-blocs .section-album .title {
          font-size: 4.5rem; } }
    .albums .section-blocs .section-album p {
      color: white;
      font-family: MuseoSlab-900;
      font-size: 2rem; }
      @media screen and (min-width: 768px) {
        .albums .section-blocs .section-album p {
          font-size: 2.5rem; } }
.albums .section-download {
  background: #1e1e28;
  border-top: 0.6rem solid white;
  border-bottom: 0.6rem solid white;
  color: white;
  font-size: 1.2rem;
  font-family: "Helvetica 35 Thin 400", sans-serif;
  font-weight: 400;
  margin: 0 0.6rem;
  padding: 2rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .albums .section-download {
      position: static; } }
  @media screen and (min-width: 768px) {
    .albums .section-download {
      height: 16.5rem;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 992px) {
    .albums .section-download {
      font-size: 1.4rem;
      padding: 2rem 3rem; } }
  @media screen and (min-width: 1200px) {
    .albums .section-download {
      padding: 2rem 10rem; } }
  .albums .section-download.scroll {
    top: 10rem; }
    @media screen and (min-width: 992px) {
      .albums .section-download.scroll {
        top: 8rem; } }
  .albums .section-download > div:first-child {
    margin-bottom: 2rem; }
  .albums .section-download h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin: 0 2rem 2rem;
    padding: 0 2rem 1rem; }
    @media screen and (min-width: 992px) {
      .albums .section-download h4 {
        font-size: 1.5rem; } }
  .albums .section-download .inner {
    display: flex;
    justify-content: space-between;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .albums .section-download .inner {
        width: 32rem; } }
    @media screen and (min-width: 992px) {
      .albums .section-download .inner {
        width: 40rem; } }
    @media screen and (min-width: 1200px) {
      .albums .section-download .inner {
        width: 45rem; } }
    .albums .section-download .inner img {
      display: block;
      margin: 1rem;
      max-height: 4rem; }
    .albums .section-download .inner i {
      font-size: 2rem;
      margin-right: 0.5rem;
      vertical-align: middle; }
    .albums .section-download .inner a {
      display: flex;
      align-items: center;
      text-transform: none; }
      .albums .section-download .inner a:hover {
        color: white;
        text-decoration: none; }
.albums .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.3rem; }
  .albums .grid-sizer, .albums .grid-item {
    width: 33.333%;
    flex-basis: 33.333%; }
    @media (max-width: 575px) {
      .albums .grid-sizer, .albums .grid-item {
        width: 100%; } }
    @media (min-width: 576px) and (max-width: 991px) {
      .albums .grid-sizer, .albums .grid-item {
        width: 50%;
        flex-basis: 50%; } }
  .albums .grid-item {
    padding: 0 0.3rem 0.6rem;
    position: relative; }
    @media (min-width: 1200px) {
      .albums .grid-item:hover .tools,
      .albums .grid-item:hover .btn-favoris {
        visibility: visible; }
      .albums .grid-item:hover .btn-favoris {
        bottom: 2rem; }
      .albums .grid-item:hover .tools {
        bottom: 0.6rem; } }
    .albums .grid-item img {
      display: block;
      max-width: 100%;
      width: 100%; }
    .albums .grid-item .tools {
      background: rgba(30, 30, 40, 0.5);
      position: absolute;
      bottom: 0.6rem;
      left: 0.3rem;
      right: 0.3rem;
      padding: 1rem 2rem;
      display: flex;
      justify-content: space-between;
      z-index: 10;
      -webkit-transition: all 0.3s linear !important;
      -moz-transition: all 0.3s linear !important;
      -ms-transition: all 0.3s linear !important;
      -o-transition: all 0.3s linear !important;
      transition: all 0.3s linear !important; }
      @media (min-width: 768px) {
        .albums .grid-item .tools {
          padding: 1rem 3rem; } }
      @media (min-width: 1200px) {
        .albums .grid-item .tools {
          bottom: 1.4rem;
          visibility: hidden; } }
      .albums .grid-item .tools button {
        color: white;
        font-size: 3rem;
        padding: 0;
        position: absolute;
        left: 2rem;
        top: 50%;
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          .albums .grid-item .tools button {
            left: 3rem; } }
        .albums .grid-item .tools button:hover {
          color: #fcc821;
          transform: scale(1.2) translateY(-45%); }
        .albums .grid-item .tools button.selected {
          color: #fcc821; }
      .albums .grid-item .tools .download {
        display: flex;
        margin: 0 auto; }
        .albums .grid-item .tools .download a {
          font-size: 1.4rem;
          margin: 0 1rem; }
          .albums .grid-item .tools .download a:hover {
            color: white;
            text-decoration: none; }
        .albums .grid-item .tools .download img {
          height: 3rem;
          width: auto;
          margin: 0 auto 0.5rem; }
    .albums .grid-item .btn-favoris {
      color: white;
      cursor: pointer;
      font-size: 3rem;
      padding: 0;
      position: absolute;
      bottom: 2.5rem;
      right: 2rem;
      z-index: 500;
      -webkit-transition: all 0.3s linear !important;
      -moz-transition: all 0.3s linear !important;
      -ms-transition: all 0.3s linear !important;
      -o-transition: all 0.3s linear !important;
      transition: all 0.3s linear !important; }
      .albums .grid-item .btn-favoris:before {
        content: "\f004";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300; }
      @media (min-width: 768px) {
        .albums .grid-item .btn-favoris {
          right: 3rem; } }
      @media (min-width: 1200px) {
        .albums .grid-item .btn-favoris {
          bottom: 3.5rem;
          visibility: hidden; } }
      .albums .grid-item .btn-favoris:hover {
        transform: scale(1.2); }
      .albums .grid-item .btn-favoris.selected {
        color: #fcc821;
        visibility: visible; }
        .albums .grid-item .btn-favoris.selected:before {
          font-weight: 900; }

.agenda .section-agenda {
  background: #f6f6f7;
  padding: 4rem 2rem 5rem 30%; }
  @media screen and (min-width: 768px) {
    .agenda .section-agenda {
      padding: 7rem 7rem 7rem 30%; } }
  @media screen and (min-width: 992px) {
    .agenda .section-agenda {
      padding: 9rem 7rem 9rem 30%; } }
  @media screen and (min-width: 1200px) {
    .agenda .section-agenda {
      padding: 9rem 10rem 9rem 35%; } }
  .agenda .section-agenda .bg-agenda {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 0;
    width: 20%; }
    @media screen and (min-width: 992px) {
      .agenda .section-agenda .bg-agenda {
        left: 10%;
        width: auto; } }
    @media screen and (min-width: 992px) {
      .agenda .section-agenda .bg-agenda {
        left: 10%; } }
    @media screen and (min-width: 1200px) {
      .agenda .section-agenda .bg-agenda {
        left: 15%; } }
  .agenda .section-agenda .title {
    color: #fcc821; }
    @media screen and (max-width: 767px) {
      .agenda .section-agenda .title {
        font-size: 3.5rem; } }
  .agenda .section-agenda .date {
    color: #1e1e28;
    font-size: 2.8rem;
    font-family: MuseoSlab-900;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .agenda .section-agenda .date {
        font-size: 5rem; } }
    @media screen and (min-width: 1200px) {
      .agenda .section-agenda .date {
        font-size: 7.2rem; } }
  .agenda .section-agenda h4 {
    font-family: MuseoSlab-700;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .agenda .section-agenda h4 {
        font-size: 2.2rem; } }
    @media screen and (min-width: 992px) {
      .agenda .section-agenda h4 {
        font-size: 2.4rem; } }
  .agenda .section-agenda .inner .desc {
    line-height: 1.3; }
    .agenda .section-agenda .inner .desc a {
      color: #1e1e28;
      font-family: "Helvetica Neue 700", sans-serif;
      font-weight: 700;
      text-decoration: underline !important; }
      .agenda .section-agenda .inner .desc a:hover {
        color: #fcc821; }
.agenda .section-timeline {
  padding: 5.5rem 0 15rem; }
  @media screen and (min-width: 1200px) {
    .agenda .section-timeline {
      padding: 5.5rem 0 20rem; } }
  .agenda .section-timeline:before {
    content: "";
    background: #bfbfbf;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1; }
  .agenda .section-timeline .year {
    background: white;
    color: #fcc821;
    font-family: MuseoSlab-900;
    font-size: 6rem;
    margin-bottom: 3rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .agenda .section-timeline .year {
        font-size: 7.2rem;
        margin-bottom: 8rem; } }
  .agenda .section-timeline .event {
    padding: 3.5rem;
    position: relative;
    top: 5rem;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .agenda .section-timeline .event {
        top: 10rem;
        left: 50%;
        transform: translateX(-100%);
        padding: 3.5rem 8rem 5rem 0;
        width: 35rem; } }
    @media screen and (min-width: 992px) {
      .agenda .section-timeline .event {
        width: 45rem; } }
    @media screen and (min-width: 1200px) {
      .agenda .section-timeline .event {
        width: 52rem; } }
    .agenda .section-timeline .event .content {
      background: white;
      line-height: 1.3; }
      .agenda .section-timeline .event .content h2 {
        font-family: MuseoSlab-900;
        font-size: 2.6rem; }
      .agenda .section-timeline .event .content a {
        color: #1e1e28;
        text-decoration: underline; }
        .agenda .section-timeline .event .content a:hover {
          color: #fcc821; }
      .agenda .section-timeline .event .content .visuel {
        margin-top: 1rem;
        position: relative; }
        .agenda .section-timeline .event .content .visuel img {
          max-width: 100%; }
        .agenda .section-timeline .event .content .visuel .btn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media screen and (max-width: 991px) {
            .agenda .section-timeline .event .content .visuel .btn {
              font-size: 1.4rem; } }
          .agenda .section-timeline .event .content .visuel .btn:hover {
            color: white; }
    .agenda .section-timeline .event .date {
      font-size: 3.2rem;
      line-height: 10rem;
      text-align: center;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      margin-bottom: 2rem;
      background: #1e1e28;
      color: white;
      height: 10rem;
      width: 10rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      @media screen and (min-width: 768px) {
        .agenda .section-timeline .event .date {
          position: absolute;
          left: auto;
          right: -5rem;
          transform: none;
          margin: 0; } }
      @media screen and (min-width: 992px) {
        .agenda .section-timeline .event .date {
          font-size: 3.6rem; } }
    @media screen and (min-width: 768px) {
      .agenda .section-timeline .event-right {
        transform: translateX(0);
        padding: 3.5rem 0 5rem 8rem; }
        .agenda .section-timeline .event-right .date {
          right: auto;
          left: -5rem; } }

.favoris {
  padding-bottom: 8rem; }
  .favoris .section-infos {
    background: #1e1e28;
    color: white;
    font-size: 1.4rem;
    font-family: "Helvetica 35 Thin 400", sans-serif;
    font-weight: 400;
    margin: 0 2rem 4rem;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .favoris .section-infos {
        margin: 0 4rem 6rem;
        padding: 3rem; } }
    .favoris .section-infos h4 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      display: inline-block;
      font-weight: 400;
      letter-spacing: 0.2rem;
      margin: 0 2rem 2rem;
      padding: 0 2rem 1rem; }
      @media screen and (min-width: 768px) {
        .favoris .section-infos h4 {
          margin: 0 2rem 3rem;
          padding: 0 2rem 2rem; } }
    .favoris .section-infos .inner {
      display: flex;
      justify-content: space-between;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .favoris .section-infos .inner {
          width: 45rem; } }
      .favoris .section-infos .inner img {
        display: block;
        margin: 1rem auto 0;
        max-height: 4.5rem; }
        @media screen and (min-width: 768px) {
          .favoris .section-infos .inner img {
            margin: 1.5rem auto 0; } }
  .favoris .section-blocs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1rem 4rem; }
    @media screen and (min-width: 768px) {
      .favoris .section-blocs {
        margin: 0 3rem 6rem; } }
    .favoris .section-blocs .section-album {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: calc(100% - 2rem);
      flex-basis: calc(100% - 2rem);
      height: 25rem;
      margin: 0 1rem 0.6rem;
      padding: 2rem; }
      @media screen and (min-width: 768px) {
        .favoris .section-blocs .section-album {
          min-width: calc(50% - 2rem);
          flex-basis: calc(50% - 2rem);
          height: 30rem; } }
      @media screen and (min-width: 992px) {
        .favoris .section-blocs .section-album {
          min-width: calc(33.33% - 2rem);
          flex-basis: calc(33.33% - 2rem); } }
      .favoris .section-blocs .section-album:before {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2)); }
      .favoris .section-blocs .section-album:hover:before {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2)) !important; }
      .favoris .section-blocs .section-album.active {
        border: 3px solid #fcc821; }
      .favoris .section-blocs .section-album a:hover {
        text-decoration: none; }
      .favoris .section-blocs .section-album .title {
        color: #1e1e28;
        font-size: 4rem; }
        @media screen and (min-width: 1200px) {
          .favoris .section-blocs .section-album .title {
            font-size: 5rem; } }
      .favoris .section-blocs .section-album .btn {
        font-size: 1.6rem;
        padding: 1rem;
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 1200px) {
          .favoris .section-blocs .section-album .btn {
            font-size: 2rem;
            padding: 1rem 2rem; } }
      .favoris .section-blocs .section-album .scrolldown {
        color: #fcc821;
        font-size: 8rem;
        position: absolute;
        bottom: 2rem;
        left: 50%;
        transform: translateX(-50%); }
  .favoris .section-selection {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem; }
    @media screen and (min-width: 768px) {
      .favoris .section-selection {
        padding: 2.5rem 4rem; } }
    @media screen and (min-width: 992px) {
      .favoris .section-selection {
        flex-direction: row;
        justify-content: space-between; } }
    .favoris .section-selection .selection {
      display: flex;
      flex-wrap: wrap;
      order: 2; }
      @media screen and (min-width: 992px) {
        .favoris .section-selection .selection {
          order: 1;
          flex-basis: 80%;
          max-width: 80%; } }
      .favoris .section-selection .selection .visuel {
        margin: 0 1rem 1rem 0;
        height: 26rem;
        width: 33rem;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out !important;
        -moz-transition: all 0.3s ease-in-out !important;
        -ms-transition: all 0.3s ease-in-out !important;
        -o-transition: all 0.3s ease-in-out !important;
        transition: all 0.3s ease-in-out !important; }
        @media screen and (min-width: 992px) {
          .favoris .section-selection .selection .visuel {
            width: 35rem; } }
        @media screen and (min-width: 1200px) {
          .favoris .section-selection .selection .visuel {
            height: 19rem;
            max-width: 28rem;
            width: auto; } }
        .favoris .section-selection .selection .visuel .photo {
          object-fit: cover;
          width: 100%;
          height: calc(100% - 7rem); }
          @media screen and (min-width: 1200px) {
            .favoris .section-selection .selection .visuel .photo {
              height: 100%; } }
        @media screen and (min-width: 1200px) {
          .favoris .section-selection .selection .visuel .hover {
            box-shadow: 0 0 1rem rgba(30, 30, 40, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            width: 55rem;
            z-index: 500;
            -webkit-transition: all 0.3s linear !important;
            -moz-transition: all 0.3s linear !important;
            -ms-transition: all 0.3s linear !important;
            -o-transition: all 0.3s linear !important;
            transition: all 0.3s linear !important;
            visibility: hidden;
            opacity: 0; } }
        .favoris .section-selection .selection .visuel .hover .photo {
          display: none;
          max-height: 30rem; }
          @media screen and (min-width: 1200px) {
            .favoris .section-selection .selection .visuel .hover .photo {
              display: block; } }
        .favoris .section-selection .selection .visuel .tools {
          background: #1e1e28;
          height: 7rem;
          display: flex;
          justify-content: space-around;
          align-items: center;
          color: white; }
          @media screen and (min-width: 1200px) {
            .favoris .section-selection .selection .visuel .tools {
              height: 8rem; } }
          .favoris .section-selection .selection .visuel .tools i {
            color: white;
            font-size: 2.4rem; }
            .favoris .section-selection .selection .visuel .tools i:hover {
              color: #fcc821; }
          .favoris .section-selection .selection .visuel .tools img {
            height: 4.5rem; }
          .favoris .section-selection .selection .visuel .tools div {
            height: 100%;
            display: flex; }
            .favoris .section-selection .selection .visuel .tools div a {
              display: block;
              height: 100%;
              width: 9rem;
              border-left: 1px solid rgba(255, 255, 255, 0.5); }
              .favoris .section-selection .selection .visuel .tools div a.btn-ordi {
                background: url("../img/icon-download-computer.png") no-repeat center;
                background-size: auto 4.5rem; }
                .favoris .section-selection .selection .visuel .tools div a.btn-ordi:hover {
                  background-image: url("../img/icon-download-computer-on.png"); }
              .favoris .section-selection .selection .visuel .tools div a.btn-print {
                background: url("../img/icon-download-poster.png") no-repeat center;
                background-size: auto 4.5rem;
                border-right: 1px solid rgba(255, 255, 255, 0.5); }
                .favoris .section-selection .selection .visuel .tools div a.btn-print:hover {
                  background-image: url("../img/icon-download-poster-on.png"); }
        @media screen and (min-width: 1200px) {
          .favoris .section-selection .selection .visuel:hover .hover {
            visibility: visible;
            opacity: 1; } }
    .favoris .section-selection .download {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem;
      order: 1; }
      @media screen and (min-width: 768px) {
        .favoris .section-selection .download {
          flex-direction: row;
          margin: 0; } }
      @media screen and (min-width: 992px) {
        .favoris .section-selection .download {
          flex-direction: column;
          justify-content: flex-start;
          order: 2; } }
      .favoris .section-selection .download p {
        font-size: 1.4rem;
        margin-bottom: 0;
        text-transform: uppercase; }
        @media screen and (min-width: 992px) {
          .favoris .section-selection .download p {
            display: none; } }
      .favoris .section-selection .download a {
        color: #1e1e28;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22rem;
        padding: 1rem 0; }
        @media screen and (min-width: 768px) {
          .favoris .section-selection .download a {
            padding: 2rem 0; } }
        @media screen and (min-width: 992px) {
          .favoris .section-selection .download a {
            border-bottom: 1px solid rgba(30, 30, 40, 0.5); } }
        .favoris .section-selection .download a:hover {
          text-decoration: none; }
          .favoris .section-selection .download a:hover span, .favoris .section-selection .download a:hover i {
            color: #fcc821;
            -webkit-transition: all 0.2s linear !important;
            -moz-transition: all 0.2s linear !important;
            -ms-transition: all 0.2s linear !important;
            -o-transition: all 0.2s linear !important;
            transition: all 0.2s linear !important; }
          .favoris .section-selection .download a:hover i {
            top: 5px; }
        .favoris .section-selection .download a span {
          padding: 0 1rem; }
          @media screen and (min-width: 1200px) {
            .favoris .section-selection .download a span {
              padding: 0 2rem; } }
        .favoris .section-selection .download a i {
          font-size: 2.4rem;
          position: relative;
          top: 0; }
  .favoris .title-album {
    font-size: 4rem;
    margin: 0 2rem 3rem; }
    @media screen and (min-width: 768px) {
      .favoris .title-album {
        font-size: 5rem;
        margin: 0 4rem 3rem; } }
  .favoris .title-galerie {
    background: #f6f6f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem; }
    @media screen and (min-width: 768px) {
      .favoris .title-galerie {
        padding: 1rem 4rem; } }
    .favoris .title-galerie h3 {
      font-family: MuseoSlab-300;
      font-size: 2.8rem;
      text-transform: uppercase; }
      .favoris .title-galerie h3 strong {
        font-family: MuseoSlab-900; }
    .favoris .title-galerie span {
      display: none;
      font-size: 1.4rem;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .favoris .title-galerie span {
          display: block; } }

.page .section-texte {
  padding: 5rem 3rem;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .page .section-texte {
      padding: 8rem; } }
  @media screen and (min-width: 1200px) {
    .page .section-texte {
      padding: 9rem 0;
      max-width: 80rem; } }
  .page .section-texte .title {
    font-size: 2.5rem;
    margin-bottom: 5rem; }
    @media screen and (min-width: 768px) {
      .page .section-texte .title {
        font-size: 3rem; } }
    @media screen and (min-width: 992px) {
      .page .section-texte .title {
        font-size: 3.5rem; } }
    @media screen and (min-width: 1200px) {
      .page .section-texte .title {
        font-size: 4.5rem; } }
  .page .section-texte h2 {
    font-family: MuseoSlab-700;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 5rem 0 1.5rem; }
    @media screen and (min-width: 992px) {
      .page .section-texte h2 {
        font-size: 2.5rem; } }
  .page .section-texte blockquote {
    margin-left: 1rem; }
    @media screen and (min-width: 768px) {
      .page .section-texte blockquote {
        margin-left: 3rem; } }
  .page .section-texte p {
    margin-bottom: 2rem; }
  .page .section-texte ul {
    margin: 0 0 2rem 3rem; }
    .page .section-texte ul li {
      list-style-type: disc;
      margin-bottom: 1rem; }
  .page .section-texte table {
    margin: 2rem 0; }

.login {
  background: url(../img/bg-login.jpg) no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  padding: 6rem 0 2rem; }
  @media screen and (max-width: 320px) {
    .login {
      height: 100%; } }
  @media screen and (min-width: 400px) and (max-height: 700px) {
    .login {
      height: 100%; } }
  @media screen and (min-width: 768px) {
    .login {
      padding: 12rem 0 5rem; } }
  @media screen and (min-width: 992px) {
    .login {
      padding: 12rem 0 5rem 14rem; } }
  @media screen and (min-width: 1200px) {
    .login {
      padding: 14rem 0 5rem 20rem; } }
  .login .bloc-connexion {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem; }
    @media screen and (min-width: 768px) {
      .login .bloc-connexion {
        width: 38rem; } }
    @media screen and (min-width: 992px) {
      .login .bloc-connexion {
        left: 0;
        transform: none; } }
    @media screen and (min-width: 1200px) {
      .login .bloc-connexion {
        width: 40rem; } }
    .login .bloc-connexion .logo {
      background: #1e1e28;
      height: 10rem;
      padding: 1rem 0 0 2.5rem; }
      @media screen and (min-width: 768px) {
        .login .bloc-connexion .logo {
          height: 11rem;
          padding: 1rem 0 0 4.5rem; } }
      .login .bloc-connexion .logo:before, .login .bloc-connexion .logo:after {
        content: "";
        background: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -2rem;
        height: 4rem;
        width: 1.8rem; }
      .login .bloc-connexion .logo:before {
        left: 4.5rem; }
      .login .bloc-connexion .logo:after {
        right: 4.5rem; }
      .login .bloc-connexion .logo .fa-camera-alt {
        font-size: 5.2rem; }
      .login .bloc-connexion .logo h1 {
        font-size: 1.8rem;
        padding-left: 1.5rem; }
    .login .bloc-connexion form {
      color: #46474c;
      padding: 2.5rem 2rem 1.5rem; }
      @media screen and (min-width: 768px) {
        .login .bloc-connexion form {
          padding: 3.5rem 4rem 3rem; } }
      .login .bloc-connexion form .title {
        font-family: MuseoSlab-700;
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 2rem; }
        @media screen and (min-width: 992px) {
          .login .bloc-connexion form .title {
            font-size: 2.4rem; } }
      .login .bloc-connexion form p {
        font-size: 1.6rem; }
        .login .bloc-connexion form p small {
          color: rgba(70, 71, 76, 0.5);
          font-size: 1.4rem; }
      .login .bloc-connexion form label {
        font-size: 1.6rem; }
      .login .bloc-connexion form .form-group {
        margin: 0 auto 1rem;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .login .bloc-connexion form .form-group {
            width: 25.5rem; } }
      .login .bloc-connexion form .form-control {
        border: none;
        border-bottom: 1px solid rgba(70, 71, 76, 0.6);
        border-radius: 0;
        color: rgba(70, 71, 76, 0.6);
        font-size: 2rem;
        height: auto;
        padding: 0; }
        @media screen and (min-width: 768px) {
          .login .bloc-connexion form .form-control {
            font-size: 2.4rem; } }
      .login .bloc-connexion form .form-control::placeholder {
        color: rgba(70, 71, 76, 0.4); }
      .login .bloc-connexion form a:not(.btn) {
        color: #3e718d;
        text-decoration: underline; }
      .login .bloc-connexion form .btn {
        font-size: 1.6rem;
        font-family: MuseoSlab-700;
        letter-spacing: normal;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem; }
        .login .bloc-connexion form .btn:hover {
          color: white; }

/*# sourceMappingURL=mc-do.css.map */
