@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d-icon {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes warning {
  from {
    border-color: ;
  }
  to {
    border-color: #e41600;
  }
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
@keyframes borderBottom {
  0% {
    border-bottom: 0px solid #fff;
  }
  100% {
    border-bottom: 3px solid #fff;
  }
}
@keyframes leftJumps {
  0% {
    left: 20px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 20px;
  }
}
@keyframes rightJumps {
  0% {
    right: 20px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 20px;
  }
}
@keyframes anim_slide {
  0% {
    transform: scale(1) translate(0,0);
  }
  100% {
    transform: scale(1.14);
  }
}
body:not(.custom-background-image).admin-bar:before {
  top: 0 !important;
}
.btn {
  background-color: #fff;
  border: 1px solid #1b1b13;
  border-radius: 0;
  color: #1b1b13;
  font-weight: normal;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  transition: all .3s ease;
}
.btn:hover,
.btn:focus {
  background-color: #1b1b13;
  color: #fff;
}
.btn:after {
  display: none;
}
.btn.error:hover,
.btn.error:focus {
  background-color: #1b1b13;
  color: #fff;
  cursor: default;
}
.btn.inverse {
  background-color: #1b1b13;
  color: #fff;
}
.btn.inverse:hover,
.btn.inverse:focus {
  background-color: #fff;
  color: #1b1b13;
}
.btn.invert {
  background-color: #fff;
  border: 1px solid #1b1b13;
  border-radius: 0;
  color: #1b1b13;
  font-weight: normal;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  transition: all .3s ease;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #1b1b13;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #1b1b13;
  color: #fff;
  cursor: default;
}
.btn.invert.inverse {
  background-color: #1b1b13;
  color: #fff;
}
.btn.invert.inverse:hover,
.btn.invert.inverse:focus {
  background-color: #fff;
  color: #1b1b13;
}
.btn.invert:hover,
.btn.invert:focus {
  background-color: #1b1b13;
  color: #fff;
}
.btn.invert:after {
  display: none;
}
.btn.invert.error:hover,
.btn.invert.error:focus {
  background-color: #1b1b13;
  color: #fff;
  cursor: default;
}
.btn.invert.inverse {
  background-color: #1b1b13;
  color: #fff;
}
.btn.invert.inverse:hover,
.btn.invert.inverse:focus {
  background-color: #fff;
  color: #1b1b13;
}
body {
  background-color: transparent;
  color: #1b1b13;
}
body #wpadminbar {
  position: fixed;
  bottom: 0;
  top: auto;
}
body#tinymce {
  margin: 10px;
}
body#tinymce h1,
body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce h6,
body#tinymce p,
body#tinymce ul,
body#tinymce div {
  margin: 6px 0 6px;
}
body#tinymce ul {
  margin: 20px 0 20px 20px;
  padding-left: 9px;
}
body#tinymce ul li {
  border-left: 1px solid #1b1b13;
  padding: 6px 6px 6px 14px;
  list-style: none;
}
body#tinymce .mce-item-table td,
body#tinymce .mce-item-table th,
body#tinymce .mce-item-table caption {
  min-width: 200px;
}
.container {
  padding-bottom: 0;
}
h1,
.h1,
h1 a {
  color: #1b1b13;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1,
  h1 a {
    font-size: 50px;
  }
}
h2,
.h2 {
  color: #1b1b13;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: .25em;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 479px) {
  h2,
  .h2 {
    font-size: 46px;
  }
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}
h4,
.h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
a,
button,
svg,
svg *,
input {
  transition: all 0.3s ease;
}
a:hover,
a:focus,
button:hover,
button:focus,
svg:hover,
svg:focus,
svg *:hover,
svg *:focus,
input:hover,
input:focus {
  outline: none;
  text-decoration: none;
}
.readmore {
  background: none;
  border-bottom: 1px solid #1b1b13;
  color: #1b1b13;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 60px;
  padding: 10px 0 4px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .readmore {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .readmore {
    margin-top: 20px;
  }
}
.readmore:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: " ❯ ";
  opacity: 0;
  position: absolute;
  right: -9px;
  top: 10px;
  visibility: hidden;
  width: 10px;
}
.readmore:hover,
.readmore:focus {
  background: none;
}
.readmore:hover:after,
.readmore:focus:after {
  opacity: 1;
  right: -17px;
  visibility: visible;
}
ul {
  margin: 0;
  padding: 0;
}
.alignleft {
  float: left;
  height: auto;
  padding: 7px 15px 7px 0;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignleft {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.aligncenter {
  display: block;
  margin: 25px auto;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .aligncenter {
    display: block;
    float: none;
    margin: 10px auto 20px;
  }
}
.alignright {
  float: right;
  height: auto;
  padding: 7px 0 15px 7px;
  width: auto;
}
@media only screen and (max-width: 479px) {
  .alignright {
    margin: 0;
    padding: 9px 0;
    width: 100%;
  }
}
.grecaptcha-badge {
  display: none !important;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
body.sticky .wrap_header {
  height: 60px;
  position: fixed;
}
body.sticky .wrap_header .logo-vertical {
  display: none;
}
body.sticky .wrap_header .logo-horizontal {
  display: block;
}
@media only screen and (max-width: 767px) {
  body.sticky .wrap_header .logo-horizontal {
    padding-top: 6px;
  }
}
body.sticky .wrap_main_content {
  padding-top: 120px;
}
a {
  color: #777;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #222;
}
li a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b13;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1b1b13;
  text-transform: uppercase;
  text-decoration: none;
}
h1.inverse,
h2.inverse,
h3.inverse,
h4.inverse,
h5.inverse,
h6.inverse {
  color: #fff;
}
h1.inverse a,
h2.inverse a,
h3.inverse a,
h4.inverse a,
h5.inverse a,
h6.inverse a {
  color: #fff;
}
h1,
.h1,
h1 a {
  font-size: 70px;
}
@media only screen and (max-width: 1366px) {
  h1,
  .h1,
  h1 a {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1,
  h1 a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1,
  h1 a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1,
  h1 a {
    font-size: 30px;
  }
}
h2 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.wrap_map iframe {
  height: 300px;
  width: 100%;
}
.readmore_plus {
  box-sizing: content-box;
  display: inline-block;
  font-size: 16px;
  height: 27px;
  line-height: 1;
  padding: 10px;
  position: relative;
  width: 27px;
}
.readmore_plus:before,
.readmore_plus:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
}
.readmore_plus:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.readmore_plus:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.readmore_plus:hover:before,
.readmore_plus:hover:after,
.readmore_plus:focus:before,
.readmore_plus:focus:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.readmore_plus.inverse svg * {
  fill: #1b1b13 !important;
}
.readmore_plus.inverse:before {
  border-bottom: 1px solid #1b1b13;
  border-left: 1px solid #1b1b13;
}
.readmore_plus.inverse:after {
  border-top: 1px solid #1b1b13;
  border-right: 1px solid #1b1b13;
}
.lazy {
  cursor: pointer;
}
.lazy.no-lightbox {
  cursor: default;
}
div.lazy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.zoom-hover {
  overflow: hidden;
}
.zoom-hover * {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom-hover:hover *,
.zoom-hover:focus * {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom-hover.in * {
  -webkit-transition: transform 3s ease;
  -moz-transition: transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom-hover.in:hover *,
.zoom-hover.in:focus * {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.intro_content {
  font-size: 22px;
  font-weight: 300;
}
.overflowable {
  height: 100%;
  overflow: auto;
  padding-right: 10%;
  width: 110%;
}
@media only screen and (max-width: 767px) {
  .overflowable {
    height: auto;
    overflow: inherit;
    padding-right: 0;
    width: auto;
  }
}
.wpcf7 .wpcf7-form {
  padding: 20px 0 0;
  margin: 0;
  max-width: 550px;
  width: 100%;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
  border-radius: 0;
  border: 1px solid rgba(27,27,19,0.5);
  margin-bottom: 10px;
  outline: none;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wpcf7 .wpcf7-form input,
  .wpcf7 .wpcf7-form select,
  .wpcf7 .wpcf7-form textarea {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form select::-webkit-input-placeholder,
.wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
  color: #1b1b13;
}
.wpcf7 .wpcf7-form input:-moz-placeholder,
.wpcf7 .wpcf7-form select:-moz-placeholder,
.wpcf7 .wpcf7-form textarea:-moz-placeholder {
  color: #1b1b13;
}
.wpcf7 .wpcf7-form input::-moz-placeholder,
.wpcf7 .wpcf7-form select::-moz-placeholder,
.wpcf7 .wpcf7-form textarea::-moz-placeholder {
  color: #1b1b13;
  opacity: .5;
}
.wpcf7 .wpcf7-form input:-ms-input-placeholder,
.wpcf7 .wpcf7-form select:-ms-input-placeholder,
.wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
  color: #1b1b13;
}
.wpcf7 .wpcf7-form input[type="radio"],
.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form select[type="radio"],
.wpcf7 .wpcf7-form select[type="checkbox"],
.wpcf7 .wpcf7-form textarea[type="radio"],
.wpcf7 .wpcf7-form textarea[type="checkbox"] {
  height: auto;
  width: auto;
}
.wpcf7 .wpcf7-form input[type="submit"] {
  background-color: #fff;
  border: 1px solid #1b1b13;
  border-radius: 0;
  color: #1b1b13;
  font-weight: normal;
  outline: none;
  padding: 12px 20px 10px;
  text-decoration: none;
  text-shadow: none;
  transition: all .3s ease;
  background-color: #1b1b13;
  color: #fff;
  font-size: 22px;
  height: auto;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-form input[type="submit"]:hover,
.wpcf7 .wpcf7-form input[type="submit"]:focus {
  background-color: #1b1b13;
  color: #fff;
}
.wpcf7 .wpcf7-form input[type="submit"]:after {
  display: none;
}
.wpcf7 .wpcf7-form input[type="submit"].error:hover,
.wpcf7 .wpcf7-form input[type="submit"].error:focus {
  background-color: #1b1b13;
  color: #fff;
  cursor: default;
}
.wpcf7 .wpcf7-form input[type="submit"].inverse {
  background-color: #1b1b13;
  color: #fff;
}
.wpcf7 .wpcf7-form input[type="submit"].inverse:hover,
.wpcf7 .wpcf7-form input[type="submit"].inverse:focus {
  background-color: #fff;
  color: #1b1b13;
}
.wpcf7 .wpcf7-form input[type="submit"]:hover,
.wpcf7 .wpcf7-form input[type="submit"]:focus {
  background-color: #1b1b13;
  color: #fff;
}
.wpcf7 .wpcf7-form input[type="submit"]:after {
  display: none;
}
.wpcf7 .wpcf7-form input[type="submit"].error:hover,
.wpcf7 .wpcf7-form input[type="submit"].error:focus {
  background-color: #1b1b13;
  color: #fff;
  cursor: default;
}
.wpcf7 .wpcf7-form input[type="submit"].inverse {
  background-color: #1b1b13;
  color: #fff;
}
.wpcf7 .wpcf7-form input[type="submit"].inverse:hover,
.wpcf7 .wpcf7-form input[type="submit"].inverse:focus {
  background-color: #fff;
  color: #1b1b13;
}
@media only screen and (max-width: 575px) {
  .wpcf7 .wpcf7-form input[type="submit"] {
    font-size: 17px;
  }
}
.wpcf7 .wpcf7-form input[type="submit"]:hover,
.wpcf7 .wpcf7-form input[type="submit"]:focus {
  background-color: #fff;
  color: #1b1b13;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
}
.wpcf7 .wpcf7-form br {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  background-color: #8FAE1B;
  border: none;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 15px;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-not-valid {
  border: 1px solid #e41600;
  border-left: 4px solid #e41600;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-validation-errors {
  background-color: #fff;
  border: none;
  color: #e41600;
  margin: 20px 0 50px;
  padding: 15px;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background-color: #e41600;
  border: none;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}
.wpcf7 .wpcf7-form iframe {
  border-radius: 0;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha {
  margin: 0 0 20px;
}
.wpcf7 .wpcf7-form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #1b1b13;
  margin: 0 0 30px;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  padding: 20px;
}
.wpcf7 .wpcf7-form .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled {
  cursor: not-allowed !important;
}
.wrap_wpcf7-form.inverse .wpcf7-form input,
.wrap_wpcf7-form.inverse .wpcf7-form select,
.wrap_wpcf7-form.inverse .wpcf7-form textarea {
  border: 1px solid #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form input::-webkit-input-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form select::-webkit-input-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form input:-moz-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form select:-moz-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form textarea:-moz-placeholder {
  color: #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form input::-moz-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form select::-moz-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form textarea::-moz-placeholder {
  color: #fff;
  opacity: .5;
}
.wrap_wpcf7-form.inverse .wpcf7-form input:-ms-input-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form select:-ms-input-placeholder,
.wrap_wpcf7-form.inverse .wpcf7-form textarea:-ms-input-placeholder {
  color: #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form input[type="submit"] {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1b1b13;
  font-weight: 700;
}
.wrap_wpcf7-form.inverse .wpcf7-form input[type="submit"]:hover,
.wrap_wpcf7-form.inverse .wpcf7-form input[type="submit"]:focus {
  background-color: transparent;
  color: #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form .rgpd_google,
.wrap_wpcf7-form.inverse .wpcf7-form .rgpd_client {
  color: #fff;
}
.wrap_wpcf7-form.inverse .wpcf7-form .rgpd_google a,
.wrap_wpcf7-form.inverse .wpcf7-form .rgpd_client a {
  color: #fff;
}
input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1b1b13;
  font-size: 22px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
.inverse input,
.inverse textarea,
.inverse select {
  background-color: #1b1b13;
  border: 1px solid #fff;
  color: #fff;
}
input,
select {
  height: 70px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  input,
  select {
    height: 50px;
  }
}
textarea {
  padding: 10px 15px;
}
input[type="radio"],
input[type="checkbox"] {
  height: auto;
  width: auto;
}
.filigrane {
  background-color: rgba(27,27,19,0.9);
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99;
}
svg {
  max-width: 100%;
}
.wrap_burger3 {
  cursor: pointer;
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1000;
}
.wrap_burger3:hover #burger3 span:nth-child(1),
.wrap_burger3:focus #burger3 span:nth-child(1) {
  top: 2px;
}
.wrap_burger3:hover #burger3 span:nth-child(4),
.wrap_burger3:focus #burger3 span:nth-child(4) {
  top: 18px;
}
.wrap_burger3 .label_burger {
  color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: -1px 0 0 6px;
}
@media only screen and (max-width: 991px) {
  .wrap_burger3 .label_burger {
    display: none;
  }
}
.wrap_burger3 #burger3 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
  height: 24px;
  width: 29px;
}
@media only screen and (max-width: 1199px) {
  .wrap_burger3 #burger3 {
    left: 20px;
  }
}
.wrap_burger3 #burger3 span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
}
.wrap_burger3 #burger3 span:nth-child(1) {
  top: 0px;
}
.wrap_burger3 #burger3 span:nth-child(2),
.wrap_burger3 #burger3 span:nth-child(3) {
  top: 10px;
}
.wrap_burger3 #burger3 span:nth-child(4) {
  top: 20px;
}
.wrap_burger3 #burger3.open span {
  background-color: #fff;
}
.wrap_burger3 #burger3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.wrap_burger3 #burger3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap_burger3 #burger3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrap_burger3 #burger3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.wrap_burger3 #burger3.open svg .txtburger1 {
  fill: #fff;
}
.wrap_burger3 #burger3.scroll {
  top: 27px;
}
.wrap_burger3 #burger3 i {
  position: relative;
  padding: 10px 0 10px 53px;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .wrap_burger3 #burger3 .txt_burger svg {
    display: none;
  }
}
.wrap_header {
  background-color: #1b1b13;
  align-items: center;
  color: #fff;
  display: flex;
  height: 120px;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 101;
}
.wrap_header .logo {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .wrap_header .logo {
    width: 160px;
  }
}
.wrap_header .logo .logo-horizontal {
  display: none;
  width: 280px;
}
.wrap_header .les_boutiques  a {
  display: block;
  height: 41px;
  width: 41px;
  padding: 0px;
  margin-left: 6px;
  outline: none;
  text-indent: -9999px;
  background-image: url('../images/SVG/pointer.svg');
  background-position: 0 0;
}
.wrap_header .les_boutiques  a :hover {
  background-position: 0 -24px;
}
.wrap_header .les_boutiques {
  display: none;
}
.wrap_header .les_boutiques a {
  content: "";
}
@media only screen and (max-width: 767px) {
  .wrap_header .les_boutiques {
    display: inline-block;
  }
}
.wrap_header li {
  list-style: none;
  display: inline-block;
}
.wrap_header li a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1260px) {
  .wrap_header li {
    display: none;
  }
}
.wrap_header .wrap_leicht a {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .wrap_header .wrap_leicht {
    display: none;
  }
}
.wrap_menu_full_screen {
  background-color: #1b1b13;
  border-bottom: 2px solid #fff;
  box-shadow: 0 3px 7px -2px #fff;
  color: #fff;
  display: none;
  min-height: 100%;
  padding: 80px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .wrap_menu_full_screen {
    padding: 0 20px 20px;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-left {
  padding: 50px;
  width: 40%;
}
@media only screen and (max-width: 1366px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left {
    padding: 50px 20px 50px 0;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left {
    padding: 0 30px 50px;
    width: 100%;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-right {
  padding: 50px 50px 50px 0;
  width: 60%;
}
@media only screen and (max-width: 1366px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-right {
    padding: 50px 20px 50px 0;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-right {
    padding: 0 30px;
    width: 100%;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-left,
.wrap_menu_full_screen .wrap_menu_full_screen-right {
  float: left;
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left,
  .wrap_menu_full_screen .wrap_menu_full_screen-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left,
  .wrap_menu_full_screen .wrap_menu_full_screen-right {
    padding: 15px;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-left li,
.wrap_menu_full_screen .wrap_menu_full_screen-right li {
  list-style: none;
}
.wrap_menu_full_screen .wrap_menu_full_screen-left li a,
.wrap_menu_full_screen .wrap_menu_full_screen-right li a {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  padding: 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left li a,
  .wrap_menu_full_screen .wrap_menu_full_screen-right li a {
    font-size: 22px;
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left li a,
  .wrap_menu_full_screen .wrap_menu_full_screen-right li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left li a,
  .wrap_menu_full_screen .wrap_menu_full_screen-right li a {
    font-size: 16px;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-left li a:after,
.wrap_menu_full_screen .wrap_menu_full_screen-right li a:after {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid #fff;
  content: " ";
  display: block;
  margin: 20px 0;
  width: 64px;
}
@media only screen and (max-width: 991px) {
  .wrap_menu_full_screen .wrap_menu_full_screen-left li a:after,
  .wrap_menu_full_screen .wrap_menu_full_screen-right li a:after {
    margin: 12px 0;
  }
}
.wrap_menu_full_screen .wrap_menu_full_screen-left li a:hover:after,
.wrap_menu_full_screen .wrap_menu_full_screen-left li a:focus:after,
.wrap_menu_full_screen .wrap_menu_full_screen-right li a:hover:after,
.wrap_menu_full_screen .wrap_menu_full_screen-right li a:focus:after {
  width: 100px;
}
.wrap_menu_full_screen .wrap_menu_full_screen-left li:last-child a:after,
.wrap_menu_full_screen .wrap_menu_full_screen-right li:last-child a:after {
  display: none;
}
.small_hr {
  background-color: #1b1b13;
  border: none;
  display: block;
  height: 2px;
  margin: 55px 0;
  width: 86px;
}
@media only screen and (max-width: 1199px) {
  .small_hr {
    margin: 25px 0;
  }
}
.small_hr.inverse {
  background-color: #fff;
}
.wrap_home_slider {
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider {
    height: auto;
  }
}
.wrap_home_slider .slick-list .wrap_thumb_slide {
  overflow: hidden;
}
.wrap_home_slider .slick-list .slick-active .zoom-in,
.wrap_home_slider .slick-list .is_changing .zoom-in {
  animation-timing-function: linear;
  animation-name: anim_slide;
  animation-duration: 11s;
  animation-fill-mode: forwards;
}
.wrap_home_slider .lazy {
  height: 780px;
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider .lazy {
    height: 350px;
  }
}
.wrap_home_slider .wrap_thumb_slide {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider .wrap_thumb_slide {
    float: none;
    width: 100%;
  }
}
.wrap_home_slider .wrap_thumb_slide .zoom-in {
  background-color: #1b1b13;
}
.wrap_home_slider .wrap_content_slide_mobile {
  float: left;
  padding: 30px 30px 0px;
  width: 50%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider .wrap_content_slide_mobile {
    display: block;
    width: 100%;
  }
}
.wrap_home_slider .wrap_content_slide_mobile .slider_content p {
  font-size: 16px;
  text-align: center;
}
.wrap_home_slider .wrap_content_slide_mobile .slider_content a.readmore {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.wrap_home_slider span.wrap_content_slide_mobile {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  font-size: 38px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 8px black;
  display: none;
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider span.wrap_content_slide_mobile {
    display: block;
  }
}
.wrap_home_slider .wrap_content_slide {
  float: left;
  padding: 115px;
  width: 50%;
}
@media only screen and (max-width: 1366px) {
  .wrap_home_slider .wrap_content_slide {
    padding: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap_home_slider .wrap_content_slide {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_home_slider .wrap_content_slide {
    display: none;
    float: none;
    width: 100%;
  }
}
.wrap_home_slider .wrap_content_slide h2,
.wrap_home_slider .wrap_content_slide .h2 {
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .wrap_home_slider .wrap_content_slide h2,
  .wrap_home_slider .wrap_content_slide .h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap_home_slider .wrap_content_slide h2,
  .wrap_home_slider .wrap_content_slide .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_home_slider .wrap_content_slide h2,
  .wrap_home_slider .wrap_content_slide .h2 {
    font-size: 30px;
  }
}
.section_infos_entreprise {
  color: #fff;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise {
    z-index: 10;
  }
}
.section_infos_entreprise h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .section_infos_entreprise h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise h1 {
    font-size: 30px;
  }
}
.section_infos_entreprise .section_infos_entreprise-left,
.section_infos_entreprise .section_infos_entreprise-right {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left,
  .section_infos_entreprise .section_infos_entreprise-right {
    float: none;
    width: 100%;
  }
}
.section_infos_entreprise .section_les_cuisines_mobile_title {
  background-color: #1b1b13;
  padding: 100px 60px;
  margin-top: 80px;
  margin-top: 20px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_les_cuisines_mobile_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #1b1b13;
    margin-top: 20px;
    padding: 20px;
  }
}
.section_infos_entreprise .section_les_cuisines_mobile_title h1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  width: 100%;
}
.section_infos_entreprise .section_les_cuisines_mobile_title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 20px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_infos_entreprise .section_nos_realisations_title {
  background-color: #1b1b13;
  padding: 100px 60px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_nos_realisations_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #1b1b13;
    padding: 20px;
  }
}
.section_infos_entreprise .section_nos_realisations_title h1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  width: 100%;
}
.section_infos_entreprise .section_nos_realisations_title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 20px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_infos_entreprise .section_les_cuisines_mobile_cuisines {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_les_cuisines_mobile_cuisines {
    display: block;
  }
}
.section_infos_entreprise .section_les_cuisines_mobile_cuisines .overlay {
  background-size: cover;
  background-position: center left;
  position: relative;
  border-bottom: 1px solid #1b1b13;
}
.section_infos_entreprise .section_les_cuisines_mobile_cuisines .overlay .cuisine_image {
  height: 200px;
  background: linear-gradient(transparent,80%,#1b1b13);
}
.section_infos_entreprise .section_les_cuisines_mobile_cuisines .overlay .cuisine_image p {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  text-shadow: 1px 1px 8px black;
  text-transform: uppercase;
  color: white;
}
.section_infos_entreprise .section_nos_realisations_mobile_realisations {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_nos_realisations_mobile_realisations {
    display: block;
  }
}
.section_infos_entreprise .section_nos_realisations_mobile_realisations .overlay {
  background-size: cover;
  background-position: center left;
  position: relative;
  border-bottom: 1px solid #1b1b13;
}
.section_infos_entreprise .section_nos_realisations_mobile_realisations .overlay .realisations_image {
  height: 200px;
  background: linear-gradient(transparent,80%,#1b1b13);
}
.section_infos_entreprise .section_nos_realisations_mobile_realisations .overlay .realisations_image p {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  text-shadow: 1px 1px 8px black;
  text-transform: uppercase;
  color: white;
}
.section_infos_entreprise .section_nos_realisations_mobile {
  background-color: #1b1b13;
  padding: 100px 60px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_nos_realisations_mobile {
    display: block;
  }
}
.section_infos_entreprise .section_nos_realisations_mobile .readmore_plus {
  margin: 30px 0 0 0;
}
.section_infos_entreprise .section_infos_entreprise-left-title {
  background-color: #1b1b13;
  padding: 100px 60px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #1b1b13;
    padding: 20px;
  }
}
.section_infos_entreprise .section_infos_entreprise-left-title h1 {
  margin: 0;
  width: 100%;
}
.section_infos_entreprise .section_infos_entreprise-left-title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 20px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_infos_entreprise .section_infos_entreprise-left {
  background-color: #1b1b13;
  padding: 100px 60px;
  margin-top: 80px;
}
@media only screen and (max-width: 1366px) {
  .section_infos_entreprise .section_infos_entreprise-left {
    margin-top: 60px;
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section_infos_entreprise .section_infos_entreprise-left {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left {
    margin-top: 0px;
    padding: 0px 20px 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left hr {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left .inverse {
    display: none;
  }
}
.section_infos_entreprise .section_infos_entreprise-left .readmore_plus {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-left .readmore_plus {
    margin: 0;
    display: none;
  }
}
.section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances {
  background-color: #1b1b13;
  padding: 160px 20% 100px 60px;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 1366px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances {
    padding: 140px 10% 80px 50px;
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances {
    padding: 140px 80px 100px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances {
    padding: 0px 20px 40px 20px;
  }
}
.section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance {
  padding-right: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #1b1b13;
    padding-bottom: 25px;
    padding-right: 0px;
  }
}
.section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance h2 {
  font-size: 26px;
  font-weight: 900;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance h2 {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
}
.section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance .intro_rassurance {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance .intro_rassurance {
    display: none;
  }
}
.section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance .readmore_plus {
  position: absolute;
  right: 0;
  top: 24px;
}
@media only screen and (max-width: 767px) {
  .section_infos_entreprise .section_infos_entreprise-right .wrap_reassurances .wrap_reassurance .readmore_plus {
    display: block;
    margin: 0 auto;
    right: 0px;
    position: absolute;
    width: 27px;
    padding: 0;
    top: 0;
  }
}
.section_conseils {
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .section_conseils {
    margin-bottom: 60px;
    z-index: 11;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils {
    margin-bottom: 0;
  }
}
.section_conseils .section_conseils-left,
.section_conseils .section_conseils-right,
.section_conseils .section_conseils-right-desktop {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left,
  .section_conseils .section_conseils-right,
  .section_conseils .section_conseils-right-desktop {
    float: none;
    width: 100%;
  }
}
.section_conseils .section_conseils-left-image .wrap_thumb_conseils {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left-image .wrap_thumb_conseils {
    display: block;
    height: 400px;
    padding: 0;
    margin: -20px 0px 0px -20px;
  }
}
.section_conseils .section_conseils-left-image .wrap_thumb_conseils .lazy {
  margin-top: -80px;
}
@media only screen and (max-width: 1366px) {
  .section_conseils .section_conseils-left-image .wrap_thumb_conseils .lazy {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left-image .wrap_thumb_conseils .lazy {
    margin-top: 0;
  }
}
.section_conseils .section_conseils-left-title {
  background-color: #1b1b13;
  padding: 100px 60px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: white;
    padding: 20px;
  }
}
.section_conseils .section_conseils-left-title h2 {
  margin: 0;
  width: 100%;
}
.section_conseils .section_conseils-left-title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 20px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_conseils .section_conseils-left {
  padding: 80px 60px;
}
@media only screen and (max-width: 1199px) {
  .section_conseils .section_conseils-left {
    padding: 60px 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left {
    padding: 0px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left h2.title_conseils_desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left hr {
    margin-top: 0px;
  }
}
.section_conseils .section_conseils-left .extrait_conseils {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
.section_conseils .section_conseils-left .extrait_conseils h3 {
  margin: 0 0 30px;
}
.section_conseils .section_conseils-left .wrap_details_expert {
  font-size: 22px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .section_conseils .section_conseils-left .wrap_details_expert {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left .wrap_details_expert {
    margin-bottom: 10px;
  }
}
.section_conseils .section_conseils-left .wrap_details_expert .readmore_plus {
  left: 14px;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-left .wrap_details_expert .readmore_plus {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-right-desktop {
    display: none;
  }
}
.section_conseils .section_conseils-right-desktop .wrap_thumb_conseils {
  height: 740px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .section_conseils .section_conseils-right-desktop .wrap_thumb_conseils {
    height: 650px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section_conseils .section_conseils-right-desktop .wrap_thumb_conseils {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-right-desktop .wrap_thumb_conseils {
    height: 400px;
    padding: 0;
  }
}
.section_conseils .section_conseils-right-desktop .wrap_thumb_conseils .lazy {
  margin-top: -80px;
}
@media only screen and (max-width: 1366px) {
  .section_conseils .section_conseils-right-desktop .wrap_thumb_conseils .lazy {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-right-desktop .wrap_thumb_conseils .lazy {
    margin-top: 0;
  }
}
.section_conseils .section_conseils-right .wrap_thumb_conseils {
  height: 740px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .section_conseils .section_conseils-right .wrap_thumb_conseils {
    height: 650px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .section_conseils .section_conseils-right .wrap_thumb_conseils {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-right .wrap_thumb_conseils {
    height: 400px;
    padding: 0;
  }
}
.section_conseils .section_conseils-right .wrap_thumb_conseils .lazy {
  margin-top: -80px;
}
@media only screen and (max-width: 1366px) {
  .section_conseils .section_conseils-right .wrap_thumb_conseils .lazy {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .section_conseils .section_conseils-right .wrap_thumb_conseils .lazy {
    margin-top: 0;
  }
}
.bg_bloc {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #1b1b13;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bg_bloc {
    display: none;
  }
}
.bg_bloc.right {
  left: auto;
  right: 0;
}
.bg_bloc.inverse {
  background-color: #fff;
}
.section_equipements .section_equipements-left,
.section_equipements .section_equipements-right {
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-left,
  .section_equipements .section_equipements-right {
    float: none;
    width: 100%;
  }
}
.section_equipements .section_equipements-left .wrap_thumb_eqpts {
  bottom: 160px;
  height: 660px;
  left: 0;
  padding: 0 80px;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1680px) {
  .section_equipements .section_equipements-left .wrap_thumb_eqpts {
    height: 600px;
  }
}
@media only screen and (max-width: 1366px) {
  .section_equipements .section_equipements-left .wrap_thumb_eqpts {
    bottom: 60px;
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section_equipements .section_equipements-left .wrap_thumb_eqpts {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-left .wrap_thumb_eqpts {
    display: block;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 0;
  }
}
.section_equipements .section_equipements-left .bg_bloc {
  min-width: 200px;
  width: 10%;
}
.section_equipements .section_equipements-right-title {
  background-color: #1b1b13;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #1b1b13;
    padding: 20px;
  }
}
.section_equipements .section_equipements-right-title h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
  margin-top: 5px;
}
.section_equipements .section_equipements-right-title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 20px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_equipements .section_equipements-right {
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .section_equipements .section_equipements-right {
    padding-right: 0;
  }
}
.section_equipements .section_equipements-right .wrap_content_eqpt {
  background-color: #1b1b13;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 80px 80px 80px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt {
    padding: 60px 60px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt {
    padding: 20px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt h2.inverse {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt hr {
    margin-top: 0;
  }
}
.section_equipements .section_equipements-right .wrap_content_eqpt .extrait_eqpts {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt .extrait_eqpts {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section_equipements .section_equipements-right .wrap_content_eqpt .wrap_logo_marques .marque {
  float: left;
  height: 140px;
  padding: 0 20px 20px;
  width: 33.3%;
}
@media only screen and (max-width: 991px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt .wrap_logo_marques .marque {
    height: 100px;
    padding: 0 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt .wrap_logo_marques .marque {
    padding: 0 15px 15px 0px;
  }
}
@media only screen and (max-width: 479px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt .wrap_logo_marques .marque {
    width: 50%;
  }
}
.section_equipements .section_equipements-right .wrap_content_eqpt .readmore_plus {
  left: 12px;
  top: -6px;
}
@media only screen and (max-width: 1199px) {
  .section_equipements .section_equipements-right .wrap_content_eqpt .readmore_plus {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_footer {
    border-top: 1px solid #fff;
    text-align: center;
  }
}
.section_footer .section_footer-top {
  background-color: #1b1b13;
  color: #fff;
  padding: 80px 80px 20px;
}
@media only screen and (max-width: 1366px) {
  .section_footer .section_footer-top {
    padding: 60px 60px 20;
  }
}
@media only screen and (max-width: 1199px) {
  .section_footer .section_footer-top {
    padding: 40px;
  }
}
.section_footer .section_footer-top h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .section_footer .section_footer-top h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .section_footer .section_footer-top h3 {
    margin-top: 40px;
  }
}
.section_footer .section_footer-top .small_hr {
  background-color: #fff;
  margin: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .section_footer .section_footer-top .small_hr {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_footer .section_footer-top .small_hr {
    margin: 15px auto;
  }
}
.section_footer .section_footer-top ul {
  list-style: none;
}
.section_footer .section_footer-top ul li a {
  display: inline-block;
}
.section_footer .section_footer-top a,
.section_footer .section_footer-top p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 4px 0;
}
.section_footer .section_footer-top a {
  text-decoration: none;
}
.section_footer .section_footer-top a:hover,
.section_footer .section_footer-top a:focus {
  text-decoration: underline;
}
.section_footer .section_footer-top p {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .section_footer .section_footer-top p {
    padding-right: 0;
  }
}
.section_footer .section_footer-top .wrap_boutique {
  margin-bottom: 20px;
}
.section_footer .section_footer-top .wrap_boutique a {
  font-weight: bold;
  padding: 4px 0;
  text-decoration: none;
}
.section_footer .section_footer-top .wrap_boutique a:hover,
.section_footer .section_footer-top .wrap_boutique a:focus {
  text-decoration: underline;
}
.section_footer .section_footer-top .wrap_boutique p {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .section_footer .section_footer-top .wrap_boutique p.adresse {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section_footer .section_footer-top .wrap_boutique p.adresse {
    font-size: 16px;
  }
}
.section_footer .section_footer-top .wrap_logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.section_footer .section_footer-top .wrap_logos a {
  display: block;
  padding: 10px;
}
.section_footer .section_footer-top .wrap_logos a img {
  height: 60px;
  width: auto;
}
.section_footer .section_footer-bottom {
  background-color: #fff;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
.section_footer .section_footer-bottom a {
  color: #1b1b13;
}
.section_footer .section_footer-bottom a:hover,
.section_footer .section_footer-bottom a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .wrap_ariane.mobile {
    display: none;
  }
}
.wrap_ariane {
  color: #1b1b13;
  font-weight: 700;
  padding: 50px 80px;
}
@media only screen and (max-width: 767px) {
  .wrap_ariane {
    padding: 30px 20px 15px;
  }
}
.wrap_ariane a {
  color: #1b1b13;
  font-weight: 300;
  text-decoration: none;
}
.wrap_ariane a:hover,
.wrap_ariane a:focus {
  text-decoration: underline;
}
.wrap_ariane a:after {
  background-color: #1b1b13;
  content: " ";
  display: inline-block;
  height: 1px;
  margin: 0 6px 0 11px;
  position: relative;
  top: -4px;
  width: 22px;
}
.template_categories_1 {
  padding: 0 80px;
}
@media only screen and (max-width: 1366px) {
  .template_categories_1 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .template_categories_1 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .template_categories_1 {
    padding: 0;
  }
}
.template_categories_1 h2 {
  font-size: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .template_categories_1 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .template_categories_1 h2 {
    font-size: 30px;
  }
}
.template_categories_1 p {
  font-size: 22px;
  font-weight: 300;
  text-align: justify;
}
.template_categories_1 hr {
  margin: 40px 0;
}
.template_categories_1 .template_categories_1-left,
.template_categories_1 .template_categories_1-right {
  float: left;
  padding: 0 40px 80px;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .template_categories_1 .template_categories_1-left,
  .template_categories_1 .template_categories_1-right {
    padding: 0 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-left,
  .template_categories_1 .template_categories_1-right {
    float: none;
    padding: 20px 20px 40px;
    width: 100%;
  }
}
.template_categories_1 .template_categories_1-left {
  text-align: right;
}
.template_categories_1 .template_categories_1-left .cat_1_left-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-left .cat_1_left-mobile {
    display: block;
    text-align: left;
  }
}
.template_categories_1 .template_categories_1-left .cat_1_left-mobile .wrap_thumb_taxo {
  margin: -20px -20px -40px;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-left .cat_1_left-desktop {
    display: none;
  }
}
.template_categories_1 .template_categories_1-left .cat_1_left-desktop .wrap_title_taxo {
  display: none;
}
.template_categories_1 .template_categories_1-left .cat_1_left-desktop p {
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .template_categories_1 .template_categories_1-left .cat_1_left-desktop p {
    padding-left: 0;
  }
}
.template_categories_1 .template_categories_1-left .cat_1_left-desktop hr {
  margin: 40px 0 40px auto;
}
.template_categories_1 .template_categories_1-right {
  text-align: left;
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-right .cat_1_right-mobile {
    display: block;
    text-align: left;
  }
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile .wrap_content_taxo h2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-right .cat_1_right-mobile .wrap_title_taxo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #fff;
  }
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile .wrap_title_taxo h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 30px;
  text-transform: initial;
  margin: 0;
  width: 100%;
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile .wrap_title_taxo .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 0px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile p {
  font-size: 16px;
  margin: 0;
}
.template_categories_1 .template_categories_1-right .cat_1_right-mobile hr {
  margin: 25px 0;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-right .cat_1_right-mobile .readmore {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .template_categories_1-right .cat_1_right-desktop {
    display: none;
  }
}
.template_categories_1 .template_categories_1-right .cat_1_right-desktop .wrap_title_taxo {
  display: none;
}
.template_categories_1 .template_categories_1-right .cat_1_right-desktop p {
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .template_categories_1 .template_categories_1-right .cat_1_right-desktop p {
    padding-right: 0;
  }
}
.template_categories_1 .template_categories_1-right .cat_1_right-desktop hr {
  margin: 40px 0;
}
.template_categories_1 .wrap_thumb_taxo {
  height: 570px;
}
@media only screen and (max-width: 767px) {
  .template_categories_1 .wrap_thumb_taxo {
    height: 270px;
  }
}
.template_categories_2 .wrap_posts {
  position: relative;
  top: -40px;
}
@media only screen and (max-width: 767px) {
  .template_categories_2 .wrap_posts {
    padding: 40px 20px;
    top: 0;
  }
}
.template_categories_2 .wrap_posts .wrap_col_post .lazy {
  height: 290px;
}
@media only screen and (max-width: 991px) {
  .template_categories_2 .wrap_posts .wrap_col_post .lazy {
    height: 190px;
  }
}
.template_categories_2 .wrap_posts .wrap_col_post h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 9px 0 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .template_categories_2 .wrap_posts .wrap_col_post h3 {
    font-size: 17px;
  }
}
.template_categories_2 .wrap_posts .wrap_col_post h3 a {
  color: #1b1b13;
  text-decoration: none;
}
.template_categories_2 .wrap_posts .wrap_col_post h3 a:hover,
.template_categories_2 .wrap_posts .wrap_col_post h3 a:focus {
  text-decoration: underline;
}
.template_categories_2 .wrap_posts .wrap_col_post:nth-child(3n+1) {
  clear: both;
}
.wrap_header_views-left,
.wrap_header_views-right {
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .wrap_header_views-left,
  .wrap_header_views-right {
    float: none;
    width: 100%;
  }
}
.wrap_header_views {
  padding-right: 80px;
}
@media only screen and (max-width: 1366px) {
  .wrap_header_views {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_header_views {
    padding-right: 0;
  }
}
.wrap_header_views .wrap_header_views-left {
  padding: 80px 0 80px 80px;
}
@media only screen and (max-width: 1366px) {
  .wrap_header_views .wrap_header_views-left {
    padding: 60px 0 60px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_header_views .wrap_header_views-left {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_header_views .wrap_header_views-left {
    padding: 0;
  }
}
.wrap_header_views .wrap_header_views-left .bg_bloc {
  left: auto;
  right: 0;
  width: 100px;
}
.wrap_header_views .wrap_header_views-left .lazy {
  height: 540px;
}
@media only screen and (max-width: 767px) {
  .wrap_header_views .wrap_header_views-left .lazy {
    height: 270px;
  }
}
.wrap_header_views .wrap_header_views-right {
  background-color: #1b1b13;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  padding: 80px 40px;
}
@media only screen and (max-width: 1366px) {
  .wrap_header_views .wrap_header_views-right {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_header_views .wrap_header_views-right {
    padding: 40px 20px;
  }
}
.wrap_header_views .wrap_header_views-right h1 {
  font-size: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 1366px) {
  .wrap_header_views .wrap_header_views-right h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_header_views .wrap_header_views-right h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_header_views .wrap_header_views-right h1 {
    font-size: 24px;
  }
}
.vue_single_cpt .wrap_galerie {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie {
    padding: 15px 0;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-left,
.vue_single_cpt .wrap_galerie .wrap_galerie-right {
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-left,
  .vue_single_cpt .wrap_galerie .wrap_galerie-right {
    float: none;
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-left {
  text-align: right;
  top: -40px;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-left {
    top: 0;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(2) {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(2) {
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(3) {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(3) {
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-right {
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-right {
    top: 0;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(1) {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(1) {
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(3) {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(3) {
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .wrap_photo {
  display: inline-block;
  padding: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_photo {
    display: block;
    padding: 0 0 15px;
  }
}
.vue_single_cpt .wrap_galerie .wrap_photo .zoom-hover {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .vue_single_cpt .wrap_galerie .wrap_photo .zoom-hover {
    display: block;
  }
  .vue_single_cpt .wrap_galerie .wrap_photo .zoom-hover img {
    width: 100%;
  }
}
.vue_single_cpt .wrap_galerie .bg_bloc {
  bottom: 15%;
  height: 40%;
  left: -15%;
  top: auto;
  width: 50%;
}
.vue_template_amenagements .wrap_galerie {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie {
    padding: 15px 0;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-left,
.vue_template_amenagements .wrap_galerie .wrap_galerie-right {
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-left,
  .vue_template_amenagements .wrap_galerie .wrap_galerie-right {
    float: none;
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-left {
  text-align: right;
  top: -40px;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-left {
    top: 0;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(2) {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(2) {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(3) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-left .wrap_photo:nth-child(3) {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-right {
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-right {
    top: 0;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(1) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(1) {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(2) {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(2) {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(3) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_galerie-right .wrap_photo:nth-child(3) {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_photo {
  display: inline-block;
  padding: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_photo {
    display: block;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .vue_template_amenagements .wrap_galerie .wrap_photo .zoom-hover img {
    width: 100%;
  }
}
.vue_template_amenagements .wrap_galerie .wrap_photo h3 {
  font-size: 16px;
  margin: 0;
  padding: 15px 0;
}
.vue_template_amenagements .wrap_galerie .bg_bloc {
  bottom: 5%;
  height: 30%;
  left: -15%;
  top: auto;
  width: 40%;
}
.zilightbox {
  background-color: #1b1b13;
  display: none;
  height: 100%;
  padding: 50px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.zilightbox .lightboxed {
  flex: 0 0 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  text-align: center;
  width: 100%;
}
.zilightbox .lightboxed img {
  height: auto;
  width: auto;
}
.zilightbox .lightboxed .credits {
  bottom: 17px;
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 10%;
  position: absolute;
  width: 100%;
}
.zilightbox .close_lightbox {
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  right: 30px;
  position: fixed;
  top: 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 50px;
  z-index: 10;
}
.zilightbox .close_lightbox:after {
  background-image: url(../images/SVG/zilightbox_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  right: 12.5px;
  position: absolute;
  top: 12.5px;
  width: 25px;
}
.zilightbox .close_lightbox:hover,
.zilightbox .close_lightbox:focus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zilightbox .zilightbox_prev,
.zilightbox .zilightbox_next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
}
.zilightbox .zilightbox_prev.end,
.zilightbox .zilightbox_next.end {
  opacity: 0.2;
}
.zilightbox .zilightbox_prev:after,
.zilightbox .zilightbox_next:after {
  background-image: url(../images/SVG/zilightbox_puce.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 35px;
  margin: 0 auto;
  position: relative;
  width: 35px;
}
.zilightbox .zilightbox_prev {
  left: 0;
}
.zilightbox .zilightbox_prev:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zilightbox .zilightbox_next {
  right: 0;
}
.section_produits_similaires {
  margin-bottom: 50px;
}
.section_produits_similaires h2 {
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  .section_produits_similaires h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_produits_similaires h2 {
    font-size: 30px;
  }
}
.section_produits_similaires .small_hr {
  margin: 40px 0;
}
.section_produits_similaires .lazy {
  height: 290px;
}
.section_produits_similaires h3 {
  font-size: 25px;
  font-weight: 400;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .section_produits_similaires h3 {
    margin-bottom: 20px;
  }
}
.section_produits_similaires h3 a {
  color: #1b1b13;
  text-decoration: none;
}
.section_produits_similaires h3 a:hover,
.section_produits_similaires h3 a:focus {
  text-decoration: underline;
}
#section-404 {
  margin-bottom: 50px;
  text-align: center;
}
.wrap_content_article {
  color: #1b1b13;
  font-size: 22px;
  font-weight: 300;
  padding: 40px 0 50px;
}
@media only screen and (max-width: 1199px) {
  .wrap_content_article {
    font-size: 20px;
    padding: 15px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .wrap_content_article {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_content_article {
    font-size: 16px;
  }
}
.wrap_content_article h3:first-of-type {
  margin-top: 0;
}
.wrap_content_article .main_thumb {
  float: left;
  margin: 0 20px 20px 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .wrap_content_article .main_thumb {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.wrap_content_article ul {
  padding-left: 40px;
}
.page-id-75 .wrap_content_article {
  padding: 20px;
}
.page-id-75 .wrap_coordonnees {
  color: #1b1b13;
  margin: 0 0 50px;
  text-align: left;
}
.page-id-75 .wrap_coordonnees .wrap_col_form h3 {
  margin-top: 0;
}
.page-id-75 .wrap_coordonnees h2 {
  font-size: 50px;
}
.page-id-75 .wrap_coordonnees h3.titre_map {
  margin: 0 0 30px;
}
.page-id-75 .wrap_coordonnees a {
  color: #1b1b13;
  text-decoration: none;
}
.page-id-75 .wrap_coordonnees a:hover,
.page-id-75 .wrap_coordonnees a:focus {
  text-decoration: underline;
}
.page-id-75 .wrap_coordonnees iframe {
  width: 100% !important;
}
.page-id-75 .sticky_call_to_action {
  display: none;
}
.page-id-73 h1 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-id-73 h1 {
    margin-bottom: 20px;
  }
}
.page-id-73 .wrap_content_article {
  text-align: center;
}
.page-id-73 .wrap_content_article h2 {
  font-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-id-73 .wrap_content_article h2 {
    font-size: 30px;
  }
}
.page-id-73 .wrap_content_article ul {
  padding-left: 0;
}
.page-id-73 .wrap_content_article ul li {
  list-style: none;
}
.wrap_equipementiers {
  margin-bottom: 50px;
}
.wrap_equipementiers .wrap_col_equipementiers {
  background-color: #1b1b13;
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrap_equipementiers .wrap_col_equipementiers {
    padding: 20px;
  }
}
.wrap_equipementiers .wrap_col_equipementiers .equipementier {
  display: inline-block;
  height: 150px;
  padding: 10px 5px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .wrap_equipementiers .wrap_col_equipementiers .equipementier {
    height: 75px;
    width: 47%;
  }
}
.wrap_equipementiers .wrap_col_equipementiers .equipementier .lazy {
  background-size: contain;
  cursor: default;
}
.sticky_call_to_action {
  background-color: #1b1b13;
  position: fixed;
  right: -70px;
  width: 70px;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 479px) {
  .sticky_call_to_action {
    display: none;
  }
}
.sticky_call_to_action .separator {
  background-color: #fff;
  content: " ";
  display: block;
  height: 1px;
  margin: 0 auto 0;
  position: relative;
  top: -3px;
  width: 24px;
}
.sticky_call_to_action a {
  display: block;
  text-align: center;
}
.sticky_call_to_action a .wrap_svg {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 70px;
  padding: 11px 0;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .wrap_ariane {
    padding-left: 20px;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms {
  padding: 0 80px 0;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .layout_archive_showrooms {
    padding: 0 80px 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .post-type-archive-showrooms .layout_archive_showrooms {
    padding: 0 20px 0;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom {
    margin-bottom: 50px;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_lazy {
  flex: 0 0 50%;
  margin-top: 75px;
  max-width: 50%;
  height: 450px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_lazy {
    flex: 0 0 100%;
    height: 300px !important;
    margin-top: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_lazy {
    height: 200px !important;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos {
  background-color: #1b1b13;
  color: #fff;
  flex: 0 0 57%;
  max-width: 57%;
  padding: 70px 75px 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos {
    padding: 47px 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2,
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2 a {
  color: #fff;
  font-size: 50px;
  margin: 0;
  text-decoration: none;
}
@media only screen and (max-width: 1366px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2,
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2 a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2,
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2 a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2,
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos h2 a {
    font-size: 24px;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .small_hr {
  background-color: #fff;
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .wrap_intro {
  font-size: 22px;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .wrap_intro {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .wrap_intro {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .wrap_intro {
    font-size: 16px;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .wrap_intro p {
  margin: 0;
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom .wrap_showroom_infos .readmore {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-top: 40px;
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo0 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo0 {
    flex-direction: row;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo0 .wrap_showroom_infos {
  margin-left: -7%;
  padding-left: 9%;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo0 .wrap_showroom_infos {
    margin-left: 0;
    padding-left: 20px;
  }
}
.post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo1 .wrap_showroom_infos {
  margin-right: -7%;
  padding-right: 9%;
}
@media only screen and (max-width: 767px) {
  .post-type-archive-showrooms .layout_archive_showrooms .wrap_showroom.modulo1 .wrap_showroom_infos {
    margin-right: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .wrap_ariane {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .single-showrooms .wrap_ariane {
    padding-left: 20px;
  }
}
.single-showrooms .layout_single_showroom {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom {
    padding: 0 80px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom {
    flex-direction: row;
  }
}
@media only screen and (max-width: 479px) {
  .single-showrooms .layout_single_showroom {
    padding: 0 20px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side {
  flex: 0 0 40%;
  margin-top: 75px;
  max-width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side {
    margin-top: 30px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy {
  height: 530px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy {
    height: 250px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy .lazy {
  width: calc(100% + 140px);
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy .lazy {
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy .lazy {
    width: 100%;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_lazy .readmore {
  margin-top: 0;
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrapper_showroom_content {
  margin-top: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrapper_showroom_content {
    margin-top: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrapper_showroom_content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrapper_showroom_content {
    margin-top: 20px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_content {
  font-size: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_content {
    font-size: 22px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_content {
    font-size: 20px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 90px 0 70px;
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable {
    margin: 20px 0;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .wrap_lazy {
  height: 100px;
  padding: 0;
  width: 100px;
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .wrap_lazy .lazy {
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .responsable_infos {
  flex: 1 0 0%;
  overflow: hidden;
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .responsable_infos {
    padding-left: 15px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .responsable_infos p {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .wrap_showroom_responsable .responsable_infos p {
    font-size: 16px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_side .btn {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_side .btn {
    font-size: 17px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside {
  background-color: #1b1b13;
  color: #fff;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 75px 45px 45px 180px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside {
    padding: 45px 30px 45px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside {
    padding: 30px 20px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside h1,
.single-showrooms .layout_single_showroom .wrap_showroom_aside .h1,
.single-showrooms .layout_single_showroom .wrap_showroom_aside h2 {
  font-size: 50px;
  margin-top: 0;
}
@media only screen and (max-width: 1366px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .h1,
  .single-showrooms .layout_single_showroom .wrap_showroom_aside h2 {
    font-size: 24px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .intro {
  font-size: 22px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .intro {
    font-size: 20px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .tel {
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 40px;
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .tel {
    font-size: 24px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .tel a {
  color: #fff;
  text-decoration: none;
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .showroom_map iframe {
  height: 450px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .single-showrooms .layout_single_showroom .wrap_showroom_aside .showroom_map iframe {
    height: 250px;
  }
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .h1 {
  margin-top: 40px;
}
.single-showrooms .layout_single_showroom .wrap_showroom_aside .wpcf7-form {
  max-width: none;
  width: 100%;
}
.page-template-default h1,
.page-template-default .h1,
.page-template-default h1 a {
  font-size: 50px;
}
@media only screen and (max-width: 1366px) {
  .page-template-default h1,
  .page-template-default .h1,
  .page-template-default h1 a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-template-default h1,
  .page-template-default .h1,
  .page-template-default h1 a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-default h1,
  .page-template-default .h1,
  .page-template-default h1 a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-default h1,
  .page-template-default .h1,
  .page-template-default h1 a {
    font-size: 25px;
  }
}
.page-template-default h2 {
  font-size: 37px;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .page-template-default h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-default h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-default h2 {
    font-size: 20px;
  }
}
.page-template-default h3,
.page-template-default .h3 {
  font-size: 35px;
}
@media only screen and (max-width: 1199px) {
  .page-template-default h3,
  .page-template-default .h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-default h3,
  .page-template-default .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-default h3,
  .page-template-default .h3 {
    font-size: 17px;
  }
}
.section_hottes_bora {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 100px 80px 200px;
}
@media only screen and (max-width: 1199px) {
  .section_hottes_bora {
    padding: 0 100px 80px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section_hottes_bora {
    padding: 60px 100px 60px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora {
    padding: 20px;
  }
}
.section_hottes_bora > div {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 575px) {
  .section_hottes_bora > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_hottes_bora > div:first-child {
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .section_hottes_bora > div:first-child {
    padding-right: 26.666666666667px;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora > div:first-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section_hottes_bora > div:first-child {
    padding-right: 0;
  }
}
.section_hottes_bora > div:last-child {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .section_hottes_bora > div:last-child {
    padding-left: 26.666666666667px;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora > div:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section_hottes_bora > div:last-child {
    padding-left: 0;
  }
}
.section_hottes_bora .section_thumb {
  position: relative;
  z-index: -2;
}
.section_hottes_bora .section_thumb .wrap_lazy {
  display: block;
  height: 530px;
  margin-top: -80px;
}
@media only screen and (max-width: 1199px) {
  .section_hottes_bora .section_thumb .wrap_lazy {
    height: 450px;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .section_hottes_bora .section_thumb .wrap_lazy {
    height: 400px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora .section_thumb .wrap_lazy {
    height: 350px;
    margin-top: 0;
    margin: -20px -20px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section_hottes_bora .section_thumb .wrap_lazy {
    height: 300px;
  }
}
.section_hottes_bora .section_desc-title {
  background-color: #1b1b13;
  padding: 100px 60px;
  margin-top: 80px;
  margin-top: 20px;
  padding: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora .section_desc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 0px;
  }
}
.section_hottes_bora .section_desc-title h2 {
  margin: 0;
  width: 100%;
}
.section_hottes_bora .section_desc-title .readmore_plus {
  display: block;
  margin: 0 auto;
  right: 0px;
  position: absolute;
  width: 27px;
  padding: 0;
}
.section_hottes_bora .section_desc {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .section_hottes_bora .section_desc {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section_hottes_bora .section_desc {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora .section_desc h2.title_desktop {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora .section_desc .extrait {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section_hottes_bora .section_desc .readmore_plus {
    display: none;
  }
}
[data-class="wpcf7cf_group"] {
  width: 100%;
}
[data-class="wpcf7cf_group"] .wrap_files {
  align-items: flex-start;
  background-color: #fff;
  color: #1b1b13;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 1366px) {
  [data-class="wpcf7cf_group"] .wrap_files .wrap_file {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file:last-child {
  margin-bottom: 0;
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file .label,
[data-class="wpcf7cf_group"] .wrap_files .wrap_file .info {
  color: #1b1b13;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0;
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap {
  line-height: 1.1;
  padding-bottom: 0;
  width: 100%;
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap input[type="file"] {
  background: none;
  color: #1b1b13;
  font-size: 14px;
  height: auto;
  margin-bottom: 9px;
  padding: 0;
}
[data-class="wpcf7cf_group"] .wrap_files .wrap_file .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: relative;
}
#wpca-popup-modal {
  height: calc(100% - 100px);
  overflow: auto;
}
#wpca-bar {
  background-color: #1b1b13 !important;
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpca-bar.wpca-hide {
  display: none !important;
}
#wpca-bar #wpca-bar-content {
  width: 49% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-content {
    width: 100% !important;
  }
}
#wpca-bar #wpca-bar-content * {
  font-size: 16px;
  line-height: 1.2;
}
#wpca-bar #wpca-bar-content span {
  background-color: transparent !important;
  color: #fff !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}
#wpca-bar #wpca-bar-content p {
  color: #fff !important;
}
#wpca-bar #wpca-bar-content .wpca-cookie-policy-link {
  color: #fff !important;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-content .wpca-btn-decline {
  font-size: 12px;
  background: none;
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#wpca-bar #wpca-bar-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta {
    display: block;
    margin: 10px;
    text-align: center;
    width: 100%;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
  background-color: #1b1b13;
  border: 1px solid #fff;
  margin: 3px 1%;
  max-width: 180px;
  padding: 10px;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    margin: 3px auto !important;
    max-width: 383.5px;
  }
}
@media only screen and (max-width: 575px) {
  #wpca-bar #wpca-bar-meta [class*="wpca-btn"] {
    max-width: 500px;
  }
}
#wpca-bar #wpca-bar-meta [class*="wpca-btn"].wpca-btn-accept {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1b1b13;
}
#wpca-bar #wpca-bar-meta #wpca-icon-settings {
  margin: 0 30px 0 0;
  width: 20px !important;
}
@media only screen and (max-width: 767px) {
  #wpca-bar #wpca-bar-meta #wpca-icon-settings {
    display: block;
    margin: 10px auto 20px;
  }
}
.wpca-btn-reset-consent {
  background-color: #1b1b13 !important;
  color: #fff !important;
  margin: 10px 0 30px;
}
.wpca-replacement-elem {
  background-color: transparent !important;
}
.wpca-replacement-elem .wpca-replacement-logo {
  display: none;
}
.wpca-replacement-elem .wpca-replace-txt {
  background-color: #1b1b13;
  border: 1px solid #fff;
  color: #fff;
  padding: 20px;
}
.rgpd_google,
.rgpd_client {
  color: #1b1b13;
  font-size: 14px !important;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0;
}
.rgpd_google a,
.rgpd_client a {
  color: #1b1b13;
  font-style: italic;
  text-decoration: underline !important;
}
.rgpd_client {
  margin-top: 30px;
}
.consent {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
.consent .wpcf7-list-item {
  margin: 0;
}
.consent .consent_rgpd {
  width: auto;
}
