/*
*           Mise en place
*
*
***********************************************/
@import url("owl.carousel.css");
@import url("owl.transitions.css");

.video_wrap {
  position: relative;
  position: relative;
  overflow: hidden;
}

.video_wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.video_wrap>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video_wrap object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* variables CSS
 * --------------------------------------- */
/* Textes CSS
 * --------------------------------------- */
body, html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 200;
  line-height: normal;
  color: #1C1C1C;
}

body.modal_open, html.modal_open {
  overflow: hidden;
}

body * {
  box-sizing: border-box;
  vertical-align: top;
  z-index: 2;
}

.main_title {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
  padding: 5px 20px;
  width: fit-content;
  text-align: left;
  /* background: rgba(51, 45, 37, 0.82); */
  margin-left: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  text-shadow: 0 0 20px rgba(51, 45, 37, 0.78);
}

.main_title.fixed {
  position: fixed;
  top: calc(50% - 70px);
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
}

.next_page .main_title {
  color: #fff;
  position: relative;
}

.main_title a {
  position: relative;
display: inline-block;
color: var(--secondary-color);
font-size: 17px;
font-weight: 600;
line-height: normal;
text-transform: lowercase;
margin-top: 10px;
letter-spacing: 1px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
}

.main_title a .u {
  left: -2.5%;
  top: 55%;
}


.main_title a:hover .u, .main_title a.current .u {
  width: 105%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 1030px) {
  .main_title {
    /* font-size: 12vw; */
    /* font-weight: 700; */
    /* line-height: normal; */
  }
}

@media screen and (max-width: 680px) {
  .main_title {
    /* font-size: 10vw; */
    /* font-weight: 700; */
    /* line-height: normal; */
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.fixed_no_link {
  clip: rect(0, auto, auto, 0);
}

.fixed_no_link .main_title {
  position: relative;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ff .fixed_no_link, .ie .fixed_no_link {
  clip: rect(0, auto, auto, 0);
}

.ff .fixed_no_link .main_title, .ie .fixed_no_link .main_title {
  position: relative;
  top: 0;
}

.peintures_link .u, .paintings_link .u {
  background-color: #9eaf9f;
}

.ceramics_link .u, .ceramics-2_link .u {
  background-color: #D5CDB6;
}

.plomberie_link .u, .plumbing_link .u {
  background-color: #535e7e;
}

.next_page:hover .u {
  width: 110%;
  z-index: 100;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main_subtitle {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.2px;
  color: #1C1C1C;
}

@media screen and (max-width: 800px) {
  .main_subtitle {
    font-size: 27px;
    font-weight: 400;
    line-height: 38px;
  }
}

@media screen and (max-width: 680px) {
  .main_subtitle {
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
  }
}

.tag {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 9px;
  color: #332d25;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  font-family: 'Raleway', sans-serif;
}

.tag.white {
  color: #fff;
}

@media screen and (max-width: 800px) {
  .tag {
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
  }
}

.link, a {
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
  z-index: 3;
}

.spin.left {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 680px) {
  .spin.left {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.spin.right {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 680px) {
  .spin.right {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.bold, strong {
  font-weight: 700;
}

.link_overline, header ul li:last-child a {
  position: relative;
}

.link_overline:hover .u, header ul li:last-child a:hover .u {
  width: 110%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search_link {
  position: relative;
}

.search_link .u {
  width: 0;
  height: 2px;
  top: 55%;
  left: 22px;
}

.search_link:hover .u {
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.grey_txt p, .people_single_txt .border_top p {
  margin-bottom: 30px;
  font-size: 15px;
}

/* vertical align CSS
 * --------------------------------------- */
.va {
  display: inline-block;
  vertical-align: middle;
}

b.va {
  width: 0;
  height: 100%;
}

.vab {
  display: inline-block;
  vertical-align: bottom;
}

.va_top {
  vertical-align: top;
}

/* Systeme colones
 * --------------------------------------- */
.content {
  display: block;
  width: 100%;
  overflow: hidden;
}

.col1 {
  width: 5.55556%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl1 {
  margin-left: 5.55556%;
}

.mgr1 {
  margin-right: 5.55556%;
}

.col2 {
  width: 11.11111%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl2 {
  margin-left: 11.11111%;
}

.mgr2 {
  margin-right: 11.11111%;
}

.col3 {
  width: 16.66667%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl3 {
  margin-left: 16.66667%;
}

.mgr3 {
  margin-right: 16.66667%;
}

.col4 {
  width: 22.22222%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl4 {
  margin-left: 22.22222%;
}

.mgr4 {
  margin-right: 22.22222%;
}

.col5 {
  width: 27.77778%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl5 {
  margin-left: 27.77778%;
}

.mgr5 {
  margin-right: 27.77778%;
}

.col6 {
  width: 33.33333%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl6 {
  margin-left: 33.33333%;
}

.mgr6 {
  margin-right: 33.33333%;
}

.col7 {
  width: 38.88889%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl7 {
  margin-left: 38.88889%;
}

.mgr7 {
  margin-right: 38.88889%;
}

.col8 {
  width: 44.44444%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl8 {
  margin-left: 44.44444%;
}

.mgr8 {
  margin-right: 44.44444%;
}

.col9 {
  width: 50%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl9 {
  margin-left: 50%;
}

.mgr9 {
  margin-right: 50%;
}

.col10 {
  width: 55.55556%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl10 {
  margin-left: 55.55556%;
}

.mgr10 {
  margin-right: 55.55556%;
}

.col11 {
  width: 61.11111%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl11 {
  margin-left: 61.11111%;
}

.mgr11 {
  margin-right: 61.11111%;
}

.col12 {
  width: 66.66667%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl12 {
  margin-left: 66.66667%;
}

.mgr12 {
  margin-right: 66.66667%;
}

.col13 {
  width: 72.22222%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl13 {
  margin-left: 72.22222%;
}

.mgr13 {
  margin-right: 72.22222%;
}

.col14 {
  width: 77.77778%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl14 {
  margin-left: 77.77778%;
}

.mgr14 {
  margin-right: 77.77778%;
}

.col15 {
  width: 83.33333%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl15 {
  margin-left: 83.33333%;
}

.mgr15 {
  margin-right: 83.33333%;
}

.col16 {
  width: 88.88889%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl16 {
  margin-left: 88.88889%;
}

.mgr16 {
  margin-right: 88.88889%;
}

.col17 {
  width: 94.44444%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl17 {
  margin-left: 94.44444%;
}

.mgr17 {
  margin-right: 94.44444%;
}

.col18 {
  width: 100%;
  display: inline-block;
  letter-spacing: 0;
}

.mgl18 {
  margin-left: 100%;
}

.mgr18 {
  margin-right: 100%;
}

.mgtXS {
  margin-top: 20px;
}

.mgtS {
  margin-top: 40px;
}

.mgtM {
  margin-top: 80px;
}

.mgtF {
  margin-top: 160px;
}

@media screen and (max-width: 800px) {
  .mgtF {
    margin-top: 130px;
  }
}

.mgbXS {
  margin-bottom: 20px;
}

.mgbS {
  margin-bottom: 40px;
}

.mgbM {
  margin-bottom: 80px;
}

.mgbF {
  margin-bottom: 160px;
}

@media screen and (max-width: 800px) {
  .mgbF {
    margin-bottom: 130px;
  }
}

.pdbF {
  padding-bottom: 160px;
}

/* Base responsive
 * --------------------------------------- */
.desktop_device {
  display: block;
}

@media screen and (max-width: 680px) {
  .desktop_device {
    display: none;
  }
}

.mobile_device {
  display: none;
}

@media screen and (max-width: 1030px) {
  .mobile_device {
    display: block;
  }
}

.disable-hover {
  pointer-events: none;
}

/*
*           CSS templates
*
*
***********************************************/
/* Progress bar loader
 * --------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  margin: auto;
  top: 0;
  /* left: 11.11111%; */
  height: 70px;
  width: 90%;
  margin: 40px 5% 0;
  opacity: 1;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .pace {
    height: 60px;
    width: 90%;
    left: 0;
    /* top: 20px; */
    margin-top: 20px;
  }
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #332d25;
}

.fond_load {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #eee;
  width: 100%;
  height: 100%;
  z-index: 1999;
}

/* Navigation
 * --------------------------------------- */
@-webkit-keyframes fixNav {
  0% {
    opacity: 1;
    top: -150px;
  }

  100% {
    opacity: 0;
    top: 0;
  }
}

@keyframes fixNav {
  0% {
    opacity: 0;
    top: -150px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes unfixNav {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 0;
    top: -150px;
    position: absolute;
  }
}

@keyframes unfixNav {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -150px;
    position: absolute;
  }
}

header {
  color: #eeb945;
  padding: 10px;
  /*  height: 140px;*/
  /*    background-color: rgba(0,0,0,0.2);*/
  /*        background-color: rgba(95,2,1,0.2);*/
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  position: fixed;
  margin: auto;
  margin: 40px 5% 0;
  top: 0;
  border: 2px solid rgba(238, 185, 69, 0.34);
  left: auto;
  z-index: 20;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.58);
  width: 90%;
  top: 0;
  /* max-width: 80%; */
}

header li {
  display: inline-block;
  margin-left: 0px;
}

header li a {
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  color: #332d25;
}

header li a:hover {
  /* background: #eeb945; */
  color: #eeb945;
}

header .main_links {
  margin-left: 0px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu-item_nav:not(.home_link) {
  position: relative;
  display: flex;
}

header .menu-item_nav:not(.home_link):first-child {
  margin-left: 0;
}

@media screen and (max-width: 1030px) {
  header {
    overflow: visible;
    z-index: 100;
    padding: 40px 80px;
    display: table;
  }

  header .home_link a {
    height: 50px;
    width: 25px;
  }

  header li {
    margin-left: 15px;
  }

  header .main_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  header .main_menu .home_link {
    top: 15px;
    left: 5.55556%;
  }

  header .main_menu .menu-item_nav:not(.home_link) {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width: 680px) {
  header {
    /* margin-left: 5.55556% !important; */
    /* width: 88.88889% !important; */
    margin-top: 0px;
    height: 60px;
  }

  header .main_menu .home_link {
    top: 10px;
  }

  header .main_menu .home_link a {
    width: 20px;
    height: 40px;
  }
}

.mobile .menu-item_nav:hover {
  cursor: default;
}

.mobile .menu-item_nav:hover .u {
  width: 0;
}

.btn_menu {
  width: 35px;
  height: 35px;
  background-image: url(../img/ham_menu.svg);
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 12px;
  /*
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
*/
  cursor: pointer;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 680px) {
  .btn_menu {
    /* top: 14px; */
  }
}

.bg_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/nav-bg.jpg) no-repeat center center;
  background-size: cover;
  z-index: 80;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.border_search {
  display: none;
  height: 2px;
  width: 80%;
  margin: auto;
  background-color: #000;
}

.logo {
  float: left;
}

.main_menu {
  width: 100%;
  text-align: right;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.main_menu .current-menu-item_nav .u {
  width: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.home_link {
  /* position: absolute; */
  /* top: -18px; */
  left: 0;
  /* background-image: url(../img/logo.png); */
  background-size: cover;
  margin-left: 0 !important;
}

.home_link a {
  opacity: 0;
  height: 65px;
  width: 33px;
  display: block;
}

@media screen and (max-width: 680px) {
  header {
    overflow: visible;
    z-index: 100;
    padding: 30px 80px;
  }
}

@media screen and (max-width: 1030px) {
  .search_link+li {
    display: none;
    opacity: 0;
  }
}

.search_link {
  width: 15px;
  height: 30px;
  padding-left: 30px;
  margin-right: 15px;
  border-left: solid 2px #282828;
  cursor: pointer;
}

.search_link img {
  width: 15px;
  margin-top: 7px;
}

@media screen and (max-width: 1030px) {
  .search_link {
    display: none;
    opacity: 0;
    width: 50%;
    padding-left: 0;
    border-left: none;
  }
}

.search_form.section_small_height {
  height: 0;
  opacity: 0;
  background-color: #fff !important;
  position: relative;
  z-index: 10;
  display: none;
}

.search_form.section_small_height .main_title {
  color: #000;
}

.search_form.section_small_height form {
  width: 99%;
}

.search_form.section_small_height #s {
  display: block;
  border: none;
  background-color: transparent;
  height: 80px;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
}

.search_form.section_small_height input[type="submit"] {
  display: none;
}

header.open li:not(.border_search) {
  margin-left: 0;
}

header.open+.bg_menu {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

header.open .btn_menu {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

header.open .border_search {
  display: block;
  position: relative;
  top: 160px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  header.open .border_search {
    top: 80px;
  }
}

header.open .menu-item_nav:not(.home_link), header.open .search_link, header.open .search_link+li {
  display: block;
  position: relative;
  top: 160px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 800px) {
  header.open .menu-item_nav:not(.home_link), header.open .search_link, header.open .search_link+li {
    top: 160px;
  }
}

@media screen and (max-width: 680px) {
  header.open .menu-item_nav:not(.home_link), header.open .search_link, header.open .search_link+li {
    top: 30px;
    margin-top: 10px;
  }
}

header.open .search_link, header.open .search_link+li {
  display: inline-block;
  width: auto;
}

header.open .search_link .u {
  left: 0;
  top: 45%;
}

/* Sliders
* ---------------------------------------- */
.slider {
  height: 100%;
  position: relative;
}

.slider div:not(.owl-controls) {
  height: 100%;
  /* width: 100% !important; */
}

.slider .item img {
  width: 100%;
}

.slider .owl-controls {
  position: absolute;
  left: 5.55556%;
  bottom: 80px;
  height: 60px;
  width: 130px;
  z-index: 19;
}

@media screen and (max-width: 680px) {
  .slider .owl-controls {
    left: 5.55556% !important;
    bottom: 20px;
  }
}

.slider.title_left .owl-controls {
  right: 5.55556%;
  left: auto;
}

@media screen and (max-width: 680px) {
  .slider.title_left .owl-controls {
    right: 5.55556% !important;
    left: auto !important;
    bottom: 20px;
  }
}

.slider.title_right .owl-controls {
  left: 5.55556%;
}

.slider .owl-prev, .slider .owl-next {
  width: 60px;
  border: solid 2px rgb(51, 45, 37);
  background: rgba(255, 255, 255, 0.6) url(../img/picto-arrow.svg);
  background-repeat: no-repeat;
  background-size: 40% 50%;
  background-position: center center;
  cursor: pointer;
  /* background: #332d25; */
}

@media screen and (max-width: 680px) {
  .slider .owl-prev, .slider .owl-next {
    /* border: none; */
  }
}

.slider .owl-prev {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  float: left;
}

.slider .owl-next {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: right;
}

.slider p {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company .slider.title_left .owl-controls, .media_maker_prod_line .slider.title_left .owl-controls {
  left: 5.55556%;
  right: auto;
}

.company .slider.title_right .owl-controls, .media_maker_prod_line .slider.title_right .owl-controls {
  right: 5.55556%;
  left: auto;
}

.relativ_wrap .main_subtitle {
  /* color: #fff; */
}

.lisibility {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  /* background: #ffffff; */
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.4))); */
  /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%); */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  /* background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); */
  /* W3C */
}

.video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_img {
  width: 100%;
}

/* Video
 * --------------------------------------- */
video {
  min-width: 100%;
  height: calc(100% - 80px);
  width: auto;
}

/* Background-colors
 * --------------------------------------- */
.light_grey_bg {
  background-color: var(--secondary-color);
}

.white_soligo_bg {
  background-color: #eeb945;
}

.white_bg {
  background-color: #fff;
}

/* Lazy load
 * --------------------------------------- */
.products .lazy_wrap:nth-child(n+13) {
  display: none;
}

.product_line~.product_grid .lazy_wrap:nth-child(n+4) {
  display: none;
}

@media screen and (max-width: 680px) {
  .product_line~.product_grid .lazy_wrap:nth-child(-n+4) {
    display: inline-block;
  }

  .product_line~.product_grid .lazy_wrap:nth-child(n+5) {
    display: none;
  }
}

.mgl_prod {
  margin-left: 42.83333%;
}

.lazy {
  opacity: 0;
  transition: opacity .3s ease-in;
}

.view_more_wrap {
  text-align: center;
}

.view_more_wrap.bg_black_soligo {
  position: relative;
}

.view_more_wrap.bg_black_soligo .view_more {
  color: #fff;
}

.view_more {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

.view_more .u {
  top: 45%;
}

.view_more:hover .u {
  width: 110%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.blog .view_more_wrap {
  background-color: #f7f7f7;
}

/* Next page
 * --------------------------------------- */
a.next_page {
  height: 320px;
  padding-right: 16.66667%;
  background-color: #ccc;
  color: #fff;
  text-align: right;
  position: relative;
  z-index: 5;
  background-size: 105% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

a.next_page span, a.next_page strong {
  display: inline-block;
}

a.next_page span {
  margin-top: 128px;
}

a.next_page:hover {
  background-size: 107% auto;
  -webkit-transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 1030px) {
  a.next_page {
    height: 160px;
    background-size: cover;
  }

  a.next_page:hover {
    background-size: cover;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -ms-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  a.next_page span {
    margin-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  a.next_page {
    width: 100% !important;
    height: 80px;
    margin-left: 0 !important;
    text-align: left;
  }

  a.next_page span {
    margin-top: 25px;
    margin-left: 11.11111%;
    display: inline-block;
  }

  a.next_page strong {
    margin-top: 20px;
    display: inline-block;
  }
}

.mobile a.next_page:hover {
  cursor: default;
}

.mobile a.next_page:hover .u {
  width: 0;
}

/* Footer
* ---------------------------------------- */
footer {
  /* height: 320px; */
  position: relative;
  color: #000 !important;
  z-index: 5;
  padding-bottom: 30px;
}

footer .social_wrap {
  /* margin-left: 0; */
}

@media screen and (max-width: 800px) {
  footer {
    height: auto;
  }

  footer .col4 {
    width: 30.55556%;
  }
}

@media screen and (max-width: 680px) {
  footer .col4 {
    width: 80%;
    margin-top: 40px;
  }

  .mgl1 {
    margin-left: 0;
  }
}

.social {
  border-top: solid 2px rgba(51, 45, 37, 0.7);
}

.social_link {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: solid 2px #ffffff;
  text-align: center;
  position: relative;
  margin-left: 6px;
}

footer .social_link {
  margin-left: 0;
}

.social_link.white {
  border: solid 2px #fff;
}

.social_link .t, .social_link .r, .social_link .b, .social_link .l {
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.white .social_link .t, .white .social_link .r, .white .social_link .b, .white .social_link .l {
  background-color: #1C1C1C;
}

@media screen and (max-width: 1030px) {
  .social_link .t, .social_link .r, .social_link .b, .social_link .l {
    display: none !important;
  }
}

.social_link .t {
  top: -2px;
  left: -2px;
  width: 0;
  height: 2px;
}

.social_link .r {
  top: -2px;
  right: -2px;
  width: 2px;
  height: 0;
}

.social_link .b {
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 2px;
}

.social_link .l {
  bottom: -2px;
  left: -2px;
  width: 2px;
  height: 0;
}

.social_link:hover .t, .social_link:hover .r, .social_link:hover .b, .social_link:hover .l {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.social_link:hover .t {
  width: calc(100% + 2px);
}

.social_link:hover .r {
  height: calc(100% + 2px);
}

.social_link:hover .b {
  width: calc(100% + 2px);
}

.social_link:hover .l {
  height: calc(100% + 2px);
}

.social_link .picto {
  width: 33%;
  height: auto;
  margin-top: 33%;
}

@media screen and (max-width: 1030px) {
  .social_link .picto {
    margin-top: 20px;
  }

  .hz .social_link .picto {
    margin-top: 15px;
  }
}

@media screen and (max-width: 680px) {
  .social_link .picto {
    margin-top: 10%;
    width: 33%;
  }
}

@media screen and (max-width: 400px) {
  .social_link .picto {
    margin-top: 33%;
  }
}

@media screen and (max-width: 1030px) {
  .social_link {
    width: 20%;
    height: 100%;
    border: none;
    margin-left: 0;
  }

  .social_link.white {
    border: none;
  }
}

.social_wrap {
  margin-left: 6px;
}

@media screen and (max-width: 1030px) {
  .social_wrap {
    font-size: 0;
    /* border: solid 2px #1C1C1C; */
    height: 60px;
  }

  .social_wrap.white {
    border: solid 2px #fff;
  }

  .social_line .social_wrap, .social_article .social_wrap, .social_people .social_wrap {
    width: 150px;
  }
}

.social_wrap .hz img {
  position: relative;
  top: 2px;
}

.news_letter, .credit {
  border-top: solid 2px rgba(51, 45, 37, 0.7);
}

.form_news {
  height: 60px;
  border: solid 2px #1C1C1C;
  position: relative;
}

.form_news .input {
  height: 100%;
  width: calc(100% - 60px);
  background-color: transparent;
  border: none;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
}

.form_news .submit {
  -webkit-appearance: none;
  opacity: 0;
  width: 60px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  cursor: pointer;
}

.form_news .link {
  width: 60px;
  height: 100%;
  position: absolute;
  border-left: solid 2px #1C1C1C;
  top: 0;
  right: 0;
  padding-top: 15px;
  text-align: center;
}

.form_news .message {
  position: absolute;
  color: #8a3636;
  top: -40px;
}

.credit .logo_borgnes {
  display: inline-block;
  height: 30px;
}

.credit .logo_borgnes img {
  height: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .credit {
    width: 66.66667%;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  .credit {
    width: 80%;
    margin-top: 40px;
    text-align: left;
  }
}

/*
*           Css occasionnel
*
*
***********************************************/
/* Main entrance home
 * --------------------------------------- */
.main_entrance {
  width: 100%;
  height: 100%;
  /* background-color: #f7f7f7; */
  text-align: center;
}

.logo_home {
  width: 27.77778%;
}

.scroll_home {
  width: 60px;
  height: 60px;
  border: solid 2px #ffffff;
  background-image: url(../img/picto-arrow.svg);
  background-repeat: no-repeat;
  background-size: 40% 50%;
  background-position: center center;
  position: absolute;
  bottom: 5.55556%;
  left: calc(50% - 30px);
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .scroll_home {
    border: none;
  }
}

/* Sections Modal
 * --------------------------------------- */
.modal {
  display: none;
}

/* Sections avec depassement
 * --------------------------------------- */
.wrapper, section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 20px;
}

.section_small_height {
  height: 60vh;
  overflow: hidden;
  z-index: 1;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.section_small_height_about_2 {
  height: calc(100% - 500px);
  overflow: hidden;
  z-index: 1;
}

.section_small_height_contact {
  height: calc(100% - 450px);
  overflow: hidden;
  z-index: 1;
}

.section_small_height_photos {
  height: calc(100% - 450px);
  overflow: hidden;
  z-index: 1;
}

.section_small_height_contact .main_title {
  padding-top: 0px;
}

.section_small_height .main_title {
  /* padding-top: 160px; */
  /* margin: 0; */
}

@media screen and (max-width: 680px) {
  .section_small_height {
    /* height: calc(100% - 80px); */
    height: 40vh;
  }
}

.auto_height {
  height: auto;
}

/* Sections prod home
 * --------------------------------------- */
.border_top {
  /* border-top: solid 2px #1C1C1C; */
  padding-top: 40px;
  position: relative;
}

.border_top.white {
  border-top: solid 2px #fff;
}

.border_top .t {
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #eee;
  top: -2px;
  left: -2px;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.white .border_top .t {
  background-color: #1C1C1C;
}

@media screen and (max-width: 800px) {
  .border_top .t {
    display: none !important;
  }
}

.border_top:hover>.t {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: calc(100% + 4px);
}

.slider_title {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.slider_title h2, .slider_title h3 {
  color: #fff;
}

@media screen and (max-width: 680px) {
  .slider_title {
    margin-bottom: 20px !important;
  }
}

/* Spin des titres
 * --------------------------------------- */
.spin {
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: visible;
  white-space: nowrap;
  position: absolute;
  top: calc(50% - -30px);
}

@media screen and (max-width: 680px) {
  .spin {
    position: relative;
    top: 0;
  }
}

.spin strong {
  display: inline-block;
  position: relative;
  left: 50%;
}

.spin span {
  margin-left: -50%;
  white-space: nowrap;
}

.spin.left {
  left: calc(5.55556% - 15px);
}

@media screen and (max-width: 680px) {
  .spin.left {
    left: 0;
    display: inline-block;
    width: 100%;
  }
}

.spin.right {
  right: calc(5.55556% - 15px);
}

@media screen and (max-width: 680px) {
  .spin.right {
    right: 0;
    left: 16.66667%;
  }
}

/* Page compagnie
 * --------------------------------------- */
.company_home+.relativ_wrap .col7 .main_subtitle {
  color: #000;
}

.company {
  color: #fff;
}

.company .tag, .company .main_subtitle, .company .main_title {
  color: #fff;
}

.people {
  font-size: 0;
  height: auto;
  background-color: #1C1C1C;
  overflow-y: hidden;
}


.about_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(95, 2, 1,0)), url(../img/about_banner.jpg) center center;
  background-size: cover;
}

.menu_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(95, 2, 1,0)), url(../img/menu_banner.jpg) center center;
  background-size: cover;
}

.events_main_bg {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(215, 215, 215, 0)), url(../img/events_banner.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .people_intro {
    width: 66.66667%;
    margin-bottom: 80px;
  }
}

.people_wrapper {
  position: relative;
}

.people_wrapper img {
  width: 100%;
}

.people_wrapper:hover .people_txt, .people_wrapper:hover .people_contact_link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .people_wrapper:first-of-type {
    margin-left: 66.66667%;
  }
}

@media screen and (max-width: 680px) {
  .people_wrapper {
    width: 50%;
  }

  .people_wrapper:first-of-type {
    margin-left: 50%;
  }
}

.people_txt {
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.people_txt .main_subtitle {
  color: #fff;
}

.people_contact_link {
  position: absolute;
  opacity: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.contact_by_mail {
  width: 60px;
  height: 60px;
  padding: 0 !important;
}

.contact_by_mail img {
  display: inline-block;
  margin-top: 20px;
  width: 33%;
  height: auto;
}

.bg_black_soligo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #252525;
  z-index: -1;
}

.grey_txt {
  color: #eeb945;
  font-size: 15px;
  font-weight: 200;
  line-height: normal;
}

.company .grey_txt {
  color: #aab4b7;
}

.people .people_wrapper:first-of-type {
  vertical-align: bottom;
}

/* Page catalogues
 * --------------------------------------- */
.main_catalogue {
  margin-bottom: 160px;
}

.main_catalogue .section_small_height {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 3;
}

.main_catalogue .section_small_height .main_title {
  color: #fff;
}

.main_catalogue .col9 {
  display: block;
  height: 100%;
  color: #fff;
  float: left;
  position: relative;
}

.main_catalogue .col9 .bg_hover {
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(93, 28, 37, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main_catalogue .col9 a:hover~.bg_hover {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.main_catalogue .col9 a {
  position: absolute;
  top: calc(100% - 160px);
  left: 33.33333%;
  z-index: 10;
}

.main_catalogue .col9 .border_link.white .t, .main_catalogue .col9 .border_link.white .r, .main_catalogue .col9 .border_link.white .b, .main_catalogue .col9 .border_link.white .l {
  background-color: #eeb945;
}


@media screen and (max-width: 800px) {
  .main_catalogue .section_small_height {
    position: relative;
    background-color: #eee;
    height: auto;
  }

  .main_catalogue .section_small_height .main_title {
    color: #1C1C1C;
  }

  .main_catalogue .col9 {
    width: 100%;
    height: 250px;
  }

  .main_catalogue .col9 .col18 {
    height: 100%;
    padding-left: 11.11111%;
  }

  .main_catalogue .col9 .bg_hover {
    display: none;
  }

  .main_catalogue .col9 a {
    top: 45%;
    left: 11.11111%;
  }
}

@media screen and (max-width: 680px) {
  .main_catalogue .section_small_height {
    height: auto;
  }

  .main_catalogue .section_small_height .main_title {
    padding-top: 260px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 400px) {
  .main_catalogue .section_small_height .main_title {
    padding-top: 160px;
    padding-bottom: 65px;
  }
}

/* Page contact
 * --------------------------------------- */
.entrepot, .warehouse {
  background-color: #f7f7f7;
}

.entrepot:not(.section_small_height), .warehouse:not(.section_small_height) {
  z-index: 5;
}

.showroom, .showroom-2 {
  background-color: #fff;
}

.showroom:not(.section_small_height), .showroom-2:not(.section_small_height) {
  z-index: 5;
}

.infos_wrap {
  padding-bottom: 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  .infos_wrap .col4 {
    width: 38.88889%;
    margin-left: 16.66667%;
  }

  .infos_wrap .col2 {
    position: absolute;
    top: 0;
    right: 16.66667%;
    width: 22.22222%;
  }
}

@media screen and (max-width: 680px) {
  .infos_wrap .col4 {
    width: 77.77778%;
    margin-left: 11.11111%;
  }

  .infos_wrap .col2 {
    position: relative;
    right: 0;
    margin-left: 11.11111%;
    width: 77.77778%;
  }
}

a.main_subtitle {
  display: block;
}

.map_wrap {
  height: 700px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1030px) {
  .map_wrap {
    height: 400px;
  }
}

#map_left, #map_right, #map {
  height: 100%;
  position: relative;
  z-index: 5;
}

#map_left {
  background: url(../img/map.jpg) no-repeat left center;
  background-size: cover;
}

#map_right {
  background: url(../img/tests/entrepot-map.jpg) no-repeat left center;
  background-size: cover;
}

.relativ_wrap {
  position: relative;
}

.contact_list span, .contact_list td:first-child {
  font-weight: 700;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

/* Responsive
 * --------------------------------------- */
@media screen and (max-width: 1030px) {
  a.next_page {
    height: 240px;
  }

  a.next_page span {
    margin-top: 85px;
  }
}

@media screen and (max-width: 800px) {
  .txt_tablet_left {
    margin-left: -72.22222%;
    width: 170%;
  }

  .txt_tablet_left:first-of-type {
    margin-top: 80px;
  }

  .txt_tablet_right {
    width: 170%;
  }

  .txt_tablet_right:first-of-type {
    margin-top: 80px;
  }

  .flex_mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 680px) {
  .catalogue_home {
    display: block;
    width: 100%;
  }

  .txt_mobile {
    width: 77.77778%;
    margin-left: 11.11111%;
    margin-right: 11.11111%;
  }

  .txt_mobile .txt_tablet_left {
    margin-left: 0;
    width: 100%;
  }

  .txt_mobile .txt_tablet_left:first-of-type {
    margin-top: 40px;
  }

  .txt_mobile .txt_tablet_right {
    width: 100%;
  }

  .txt_mobile .txt_tablet_right:first-of-type {
    margin-top: 40px;
  }

  a.next_page {
    height: 100px;
    background-size: cover;
  }

  a.next_page span {
    margin-top: 35px;
    margin-right: 20px;
  }

  a.next_page strong {
    margin-top: 35px;
  }

  .square_mobile {
    width: 50%;
  }

  .link_mobile {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .mgl3 {
    margin-left: 11.11111%;
  }

  .col16.mgl2, .col16.mgr2 {
    width: 94.44444%;
  }

  .col16.mgl2 {
    margin-left: 5.55556%;
  }

  .col16.mgr2 {
    margin-right: 5.55556%;
  }

  .flex_mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .flex_mobile .square_mobile {
    position: relative;
    left: 50%;
  }
}
