
  @import url("https://fonts.googleapis.com/css?family=Crimson+Text&display=swap");
  * {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    width: 100%;
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
  }
  .mobile-menu {
    display: none;
  }
  .menu {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    width: 225px;
    background-color: #f3f2ff;
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.2);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .menu__logo {
    display: block;
    width: 100%;
  }
  .logolink {
    float: left;
  }
  .menu nav {
    width: 100%;
  }
  .menu nav ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  .menu nav ul li {
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
    text-align: center;
  }
  .menu nav ul li a {
    color: #1b1b1b;
    width: 100%;
    line-height: 2;
    font-size: 22px;
    text-decoration: none;
  }
  .menu nav ul li a:hover {
    color: #874609;
  }
  .menu nav ul li a.current {
    color: #874609;
  }
  .menu__horaires {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu__horaires p {
    text-align: center;
    color: #1b1b1b;
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
    font-size: 14px;
    margin: 5px 0;
  }
  
  .container {
    width: 100%;
    padding: 50px;
    padding-left: 225px;
    float: left;
    position: relative;
    height: 100vh;
    background-size: cover;
  }
  .container .content {
    max-width: 650px;
    position: relative;
    z-index: 2;
  }
  .container .content h2 {
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
    color: white;
    font-size: 22px;
    line-height: 1;
    margin: 15px 0;
    font-weight: 400;
  }
  .container .content p {
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
    color: white;
    font-size: 18px;
    line-height: 1.7;
    margin: 15px 0;
  }
  .container .content ul {
    font-family: "Crimson Text", Georgia, "Times New Roman", serif;
    margin: 15px 0;
  }
  .container .content ul li {
    color: white;
    font-size: 18px;
    line-height: 1.7;
  }
  .container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .container__home {
    background-image: url("/images/bg__accueil.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container__home .overlay {
    background: black;
    opacity: 0.4;
  }
  .container__particuliers {
    background-image: url("/images/bg__particuliers.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container__pro {
    background-image: url("/images/bg__professionnels.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container__pro .overlay {
    background: white;
    opacity: 0.4;
  }
  .container__pro .content p, .container__pro .content ul li {
    color: #1b1b1b;
  }
  .container__galerie {
    background-image: url("/images/bg__galerie.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container__galerie .content {
    height: 50%;
  }
  .container__contact {
    background-image: url("/images/bg__contact.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 275px;
  }
  .container__contact .overlay {
    background: white;
    opacity: 0.4;
  }
  .container__contact .content {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .container__contact .content h2, .container__contact .content p, .container__contact .content ul li {
    color: #1b1b1b;
  }
  .container__contact .map {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    max-width: 650px;
  }
  .container__contact .map img {
    width: 100%;
  }
  
  .swiper-container {
    width: 650px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  
  .gallery-top {
    height: 80%;
    max-width: 100%;
  }
  
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .gallery-thumbs .swiper-slide {
    width: 25% !important;
    height: 100%;
    opacity: 0.4;
  }
  
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .transition-fade {
    transition: 0.8s;
    opacity: 1;
  }
  
  html.is-animating .transition-fade {
    opacity: 0;
  }
  
  @media screen and (max-width: 991px) {
    .mobile-menu {
      display: block;
    }
    .mobile-menu {
      width:25px;
      height:30px;
      cursor: pointer;
      float:right;
      position: absolute;
      right: 0;
      top: 22px;
    }
    
    .cross {
      width:25px;
      background:#1b1b1b; 
      height:3px;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      float:right;
      margin-right:15px;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
    }
    
    .cross:before {
      content:"";
      width:25px;
      background:#1b1b1b; 
      height:3px;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      float:right;
      margin-top:7px;
      display:block;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
    }
    
    .cross:after {
      content:"";
      width:25px;
      background:#1b1b1b; 
      height:3px;
      float:right;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      margin-top:4px;
      display:block;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out;
    }
    
    .cross.active {
       transform:rotate(45deg);
      -ms-transform:rotate(45deg); /* IE 9 */
      -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
      margin-top: 5px;
    }
    
    .cross.active:before {
      transform:rotate(-90deg);
      -ms-transform:rotate(-90deg); /* IE 9 */
      -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
      margin-top:0px;
    }
    
    .cross.active:after {
        transform:rotate(-90deg);
      -ms-transform:rotate(-90deg); /* IE 9 */
      -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
      margin-top:-4px;
    }
    .container, .container__contact, .container__galerie, .container__home, .container__particuliers, .container__pro {
      padding: 30px;
      margin-top: 60px;
      height: auto;
      min-height: calc(100vh - 60px);
    }
    .container.container__galerie {
      height: calc(100vh - 60px);
    }
    .container__galerie .content {
      height: 80%;
    }
    .menu {
      width: 100%;
      bottom: auto;
      right: 0;
      height: 60px;
      padding: 10px;
    }
    .menu__logo {
      height: 40px;
      width: auto;
    }
    .menu__horaires {
      display: none;
    }
    nav {
      background: white;
      border-top: 4px solid #874609;
      width: 100%;
      position: fixed;
      top: 60px;
      left: 0;
      transition: 0.2s all ease;
      opacity: 0;
      transform: translateX(30%);
      pointer-events: none;
    }
    nav.active {
      opacity: 1;
      transform: translateX(0);
      pointer-events: all;
    }
    .menu nav ul li {
      position: relative;
      padding: 15px 0;
    }
    .menu nav ul li::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 40px;
      height: 1px;
      background: #6d6d6d;
      left: calc(50% - 20px);
    }
    .menu nav ul li:last-child::after {
      display: none;
    }
  }
  @media screen and (max-width: 650px) {
    .container__contact {
      flex-direction: column;
    }
    .swiper-container {
      width: 400px;
    }
    .container__contact .content {
      width: 100%;
    }
    .container__contact .map {
      width: 100%;
    }
  }