@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v13-latin-ext_latin-regular.eot');
  src: local(''),
       url('../fonts/roboto-mono-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-regular.woff') format('woff'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-regular.ttf') format('truetype'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-regular.svg#RobotoMono') format('svg');
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-mono-v13-latin-ext_latin-italic.eot');
  src: local(''),
       url('../fonts/roboto-mono-v13-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-italic.woff2') format('woff2'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-italic.woff') format('woff'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-italic.ttf') format('truetype'),
       url('../fonts/roboto-mono-v13-latin-ext_latin-italic.svg#RobotoMono') format('svg');
}
html {
    box-sizing: border-box;
    display: block;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
h1, h2, h3, h4 {
  margin-top: 0;
}
a {
    text-decoration: none;
    color: inherit;
    display: block;
}
p {
  color: #cecece;
  line-height: 25px;
  margin-top: 0;
}
ul {
    list-style: none;
}
img {
  width: 100%;
  vertical-align: top;
}
body {
    margin: 0;
    font-family: 'Roboto Mono';
    color: #ffffff;
    background: #4c3f00;
}
.header-group {
  position: fixed;
  top: 0;
  width: 100%;
  height: 105px;
  background: #000000;
  z-index: 100;
  padding: 15px 30px;
}
.header-group .ch-logo {
  float: right;
  width: 140px;
  transition: 0.75s;
}
.header-group .ch-logo a {
  display: block;
}
.h-burg-btn {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  padding: 10px;
  margin-top: 10px;
  transition: 0.8s;
}
.h-burg-btn span {
  display: block;
  width: 100%;.
  margin-bottom: 4px;
  height: 2px;
  background: #e2e2e2;
  transition: 0.8s;
}
.h-burg-btn span:last-child {
  margin-bottom: 0;
}
.h-burg-btn:hover,
.h-burg-btn.active {
  cursor: pointer;
  background: #e2e2e2;
}
.h-burg-btn:hover span,
.h-burg-btn.active span {
  background: #1a1a1a;
}
.h-burg-links {
  display: none;
  position: fixed;
  text-align: center;
  top: 105px;
  right: 0;
  background: rgb(26,26,26);
  background: linear-gradient(180deg,
     #000000 0%,
     rgb(0 0 0 / 87%) 71%,
     rgb(0 0 0 / 71%) 100%);
  width: 100%;
}
.h-burg-links ul {
  padding: 0;
}
.h-burg-links a {
  display: block;
  padding: 10px 20px;
  color: #e2e2e2;
  transition: 0.75s;
}
.h-burg-links a:hover {
  background: #4c3f00;
}
.h-burg-links.show {
  display: block;
}
.content-of-page {
  margin-top: 100px;
  transition: 0.75s;
}
h1 {
  font-size: 40px;
  font-weight: normal;
  padding: 20px 40px;
  transition: 0.75s;
}
h2 {
  padding-bottom: 8px;
  font-weight: normal;
  border-bottom: 1px solid #000000;
}
.col-left {
  float: right;
  width: 100%;
  padding: 0 40px;
}
.col-left.text p {
  border-left: 1px solid #000000;
  padding-left: 20px;
}
.col-left.text a {
  display: inline;
  text-decoration: underline;
  color: #6d6dd4;
}
.col-left.text ul.cond-list li {
  color: #cecece;
  margin-bottom: 10px;
  list-style: disc;
}
.col-left.text a:visited {
  color: purple;
}
.col-right {
  float: left;
  width: 100%;
}
.main-top-img {
  background: url('/images/main.jpg') no-repeat;
  background-size: cover;
  height: 68vw;
  content: "";
  margin-bottom: 20px;
}
.chanel-image-set {
  padding: 20px 40px;
}
.chanel-image-set .img-ch {
  width: 250px;
  margin: 0 auto 20px;
}
.fter-bg {
  background: #000000;
  position: relative;
  padding: 20px 8%;
  z-index: 110;
}
.fter-left {
  float: left;
  margin-top: 10px;
}
.fter-left span {
  display: block;
  margin-bottom: 10px;
}
.fter-left ul {
  display: block;
  padding: 0;
}
.fter-left li {
  float: left;
  padding: 10px;
}
.fter-left li:last-child {
  margin-right: 0;
}
.fter-left svg {
  fill: #7d7d7d;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.2s;
}
.fter-left li:hover {
  cursor: pointer;
}
.fter-left li:hover svg {
  fill: #ffffff;
}
.fter-right {
  float: left;
  width: 100%;
  border-left: 2px solid #7d7d7d;
  margin-top: 20px;
}
.fter-right ul {
  padding-left: 15px;
  margin: 0;
}
.fter-right li {
  margin-bottom: 10px;
}
.fter-right a:hover {
  text-shadow: 0 0 8px #ffffff;
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
table {
  border-collapse: collapse;
  width: 100%;
  background: #7d7d7d15;
  margin-bottom: 20px;
}
.description,
.description-item {
  display: block;
}
.description {
  font-weight: bold;
  padding: 5px 0;
}
.description-item {
  font-style: italic;
}
table td {
  padding: 10px;
  border: 1px solid #7d7d7d;
}
table td:first-child {
  background: #00000085;
}
table td:last-child {
  background: #0000004d;
}
.contact-form-box {
  margin: 20px 0;
}
.contact-form-box input,
.contact-form-box textarea,
.contact-form-box label {
  display: block;
}
.contact-form-box label {
  margin-bottom: 10px;
}
.contact-form-box input,
.contact-form-box textarea {
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 10px;
  background: #dddddd;
  outline: none;
}
.contact-form-box button {
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #dddddd;
  background: #000000;
  outline: none;
  font-weight: bold;
  color: #ffffff;
  transition: 0.7s;
}
.contact-form-box button:hover {
  border: 2px solid #dddddd;
  background: #dddddd;
  outline: none;
  color: #000000;
}
.galerie-content {
  padding: 20px 40px;
}
.galerie-content .img-ch {
  width: 240px;
  margin: 0 auto 20px;
}


@media (min-width: 550px) {
  .col-left {
    width: 50%;
    padding: 0 20px 0;
  }
  .col-right {
    position: relative;
    width: 50%;
  }
  .main-top-img,
  .main-top-img.about,
  .main-top-img.contact,
  .main-top-img.conditions,
  .main-top-img.politique {
    background-size: cover;
    width: 100%;
    height: 76vw;
  }
  .main-top-img {
    background: url('/images/465841-chanel.jpg') no-repeat;
    background-size: cover;
  }
  .main-top-img.about {
    background: url('/images/165841-chanel.jpg') no-repeat;
    background-size: cover;
  }
  .main-top-img.contact {
    background: url('/images/365841-chanel.jpg') no-repeat;
    background-size: cover;
  }
  .main-top-img.politique {
    background: url('/images/565841-chanel.jpg') no-repeat;
    background-size: cover;
  }
  .main-top-img.conditions {
    background: url('/images/765841-chanel.jpg') no-repeat;
    background-size: cover;
  }
  .chanel-image-set {
    padding: 20px 10%;
  }
  .chanel-image-set .img-ch {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .chanel-image-set .img-ch:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .fter-left {
    width: 33%;
    margin-top: 0;
  }
  .fter-right {
    width: 30%;
    margin-left: 3%;
    margin-top: 0;
  }
  .galerie-content h2 {
    width: 668px;
  }
  .galerie-left,
  .galerie-center,
  .galerie-right {
    width: 33%;
    padding: 0 2.5px;
    float: left;
  }
  .galerie-content .img-ch {
    position: relative;
  }
  .galerie-content .img-ch .gabie-shade {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
    transition: 2s;
  }
  .galerie-content .img-ch {
    width: 100%;
    height: 21vw;
    overflow: hidden;
    margin: 0 auto 5px;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    transition-property: height;
  }
  .galerie-content .img-ch:hover {
    height: 43.5vw;
    cursor: pointer;
  }
  .galerie-content .img-ch:hover .gabie-shade {
    background: #00000000;
  }
}
@media (min-width: 1100px) {
  .content-of-page {
    width: calc(100% - 300px);
    margin-right: 300px;
  }
  .header-group {
    width: 300px;
    right: 0;
    top: 0;
    height: 100vh;
  }
  .header-group .ch-logo {
    float: none;
    margin: 20px auto;
  }
  .h-burg-btn {
    display: none;
  }
  .h-burg-links {
    display: block;
    width: 300px;
    top: 120px;
  }
  .h-burg-links a {
    padding: 9px 0;
  }
  .content-of-page {
    margin-top: 20px;
  }
  .main-top-img,
  .main-top-img.about,
  .main-top-img.contact,
  .main-top-img.conditions,
  .main-top-img.politique  {
    height: 55vw;
  }
  .galerie-content {
    padding: 20px 0 20px 40px;
  }
  .galerie-content .img-ch:hover {
    height: 34vw;
  }
}
@media (min-width: 1200px) {
  .chanel-image-set .img-ch {
    width: 216px;
  }
}
@media (min-width: 1500px) {
  .main-top-img,
  .main-top-img.about,
  .main-top-img.contact,
  .main-top-img.conditions,
  .main-top-img.politique  {
    height: 825px;
    width: 600px;
    position: absolute;
    left: 0;
  }
  .col-right {
    height: 825px;
  }
}
