<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>717</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1768</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2424</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2478</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/epur-expertise.fr/:/tmp/) in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils) is not within the allowed path(s): (/www/wwwroot/epur-expertise.fr/:/tmp/) in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/epur-expertise.fr/:/tmp/) in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals) is not within the allowed path(s): (/www/wwwroot/epur-expertise.fr/:/tmp/) in <b>/www/wwwroot/epur-expertise.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: "baskerville-semibold";
  src: url("../../fonts/baskerville_semibold.ttf");
}
@font-face {
  font-family: "baskerville-bold";
  src: url("../../fonts/baskerville_bold.otf");
}
@font-face {
  font-family: "poppins-light";
  src: url("../../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "poppins-regular";
  src: url("../../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "poppins-medium";
  src: url("../../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "poppins-medium-italic";
  src: url("../../fonts/Poppins-MediumItalic.ttf");
}
@font-face {
  font-family: "poppins-semibold";
  src: url("../../fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "poppins-bold";
  src: url("../../fonts/Poppins-Bold.ttf");
}
.bandeau_accueil {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.bandeau_accueil p,
.bandeau_accueil ul,
.bandeau_accueil .carrousel_nav,
.bandeau_accueil .carrousel_content {
  position: relative;
  z-index: 2;
}
.bandeau_accueil .image_container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
}
.bandeau_accueil .image_container img {
  height: 100vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.bandeau_accueil .owl-stage {
  display: flex;
  align-items: center;
}
.bandeau_accueil .item h1 {
  text-align: left;
  color: #ffffff;
  font-size: 110px;
  line-height: 115px;
}
.bandeau_accueil .item h1::after {
  content: "";
}
.bandeau_accueil .item button {
  margin-top: 30px;
}
.bandeau_accueil .owl-carousel {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 200px;
}
.bandeau_accueil .owl-carousel .item {
  width: 50%;
}
.bandeau_accueil .owl-dots {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-right: 150px;
  margin-left: 150px;
  align-self: center;
}
.bandeau_accueil .owl-dots .owl-dot {
  height: 13px;
  width: 13px;
  margin: 12px 0;
  border-radius: 13px;
  border: 2px solid #ffffff;
}
.bandeau_accueil .owl-dots .owl-dot.active {
  border: 0;
  background-color: #E53817;
}
.bandeau_accueil .bottomText {
  display: grid;
  grid-template-columns: 313px 1fr;
  grid-template-areas: 'scrollText loca';
  margin-top: 80px;
}
.bandeau_accueil .bottomText p {
  grid-area: scrollText;
  color: #ffffff;
  font-family: "poppins-regular";
  transform: rotate(-90deg);
  text-align: center;
  margin: 0;
  align-self: center;
}
.bandeau_accueil .bottomText p::before {
  content: '←';
  margin-right: 13px;
}
.bandeau_accueil .bottomText ul {
  grid-area: loca;
  color: #ffffff;
  font-family: "poppins-light";
  display: grid;
  grid-template-columns: repeat(3,auto);
  justify-items: start;
  list-style-type: none;
  padding: 0;
}
.bandeau_accueil .bottomText ul li {
  letter-spacing: 3px;
}
.bandeau_accueil .bottomText ul svg {
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1700px) {
  .bandeau_accueil .item h1 {
    font-size: 90px;
  }
}
@media (max-width: 1500px) {
  .bandeau_accueil ul {
    display: none;
  }
  .bandeau_accueil .owl-carousel {
    margin-top: 300px;
  }
  .bandeau_accueil .owl-carousel h1 {
    text-align: left;
    color: #ffffff;
    font-size: 80px;
    margin-top: 0;
  }
  .bandeau_accueil .owl-carousel button {
    padding: 13px 30px;
  }
  .bandeau_accueil .bottomText {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bandeau_accueil .item h1 {
    line-height: 1.2;
  }
  .bandeau_accueil .owl-dots {
    margin: 0 100px;
  }
}
@media (max-width: 991.98px) {
  .bandeau_accueil {
    height: 80vh;
  }
  .bandeau_accueil .image_container {
    height: 80vh;
  }
  .bandeau_accueil .image_container img {
    height: 80vh;
  }
  .bandeau_accueil .owl-carousel {
    flex-direction: column;
  }
  .bandeau_accueil .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  .bandeau_accueil .owl-carousel h1 {
    font-size: 80px;
    line-height: 80px;
    text-align: center !important;
  }
  .bandeau_accueil .owl-carousel button {
    margin: 20px auto 0 auto;
    width: 300px;
    display: inline-block;
  }
  .bandeau_accueil .owl-dots {
    display: block;
    margin: 50px 0 0 0;
  }
  .bandeau_accueil .owl-dots .owl-dot {
    margin: 0 12px;
  }
}
@media (max-width: 576px) {
  .bandeau_accueil .owl-carousel {
    flex-direction: column;
    margin-top: 250px;
  }
  .bandeau_accueil .owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  .bandeau_accueil .owl-carousel h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
