<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");
}
section.image_liste {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 100px 400px;
}
section.image_liste .bloc_container div.image_container {
  overflow: hidden;
  height: 450px;
  width: 270px;
}
section.image_liste .bloc_container div.image_container div.squareImg {
  position: absolute;
  z-index: 1;
  border: 2px solid #E53817;
  height: 450px;
  width: 270px;
  margin-top: -20px;
  margin-left: -20px;
}
section.image_liste .bloc_container div.image_container img {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
section.image_liste .bloc_container div.image_container img.redDots {
  position: absolute;
  z-index: 3;
  margin-left: -46px;
  margin-top: 200px;
  height: 85px;
  width: 92px;
}
section.image_liste .bloc_container ul {
  list-style-type: none;
  padding-left: 0;
  width: 270px;
  margin-top: 16px;
  font-family: "poppins-light";
}
section.image_liste .bloc_container ul li {
  font-size: 19px;
  letter-spacing: 1.37px;
  padding-top: 16px;
}
section.image_liste .bloc_container ul li::before {
  content: '\025A0';
  color: #E53817;
  margin-right: 15px;
  font-size: 0.7em;
}
@media (max-width: 1700px) {
  section.image_liste {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 100px 300px;
  }
  img.redDots {
    display: none;
  }
}
@media (max-width: 1550px) {
  section.image_liste {
    margin: 100px 200px;
  }
}
@media (max-width: 1399.98px) {
  section.image_liste {
    margin: 100px 100px;
  }
}
@media (max-width: 1199.98px) {
  section.image_liste {
    margin: 100px 0px;
  }
  section.image_liste .bloc_container div.image_container {
    height: 550px;
    width: 100%;
  }
  section.image_liste .bloc_container div.image_container div.squareImg {
    display: none;
  }
  section.image_liste .bloc_container div.image_container img {
    height: 550px;
  }
  section.image_liste .bloc_container ul li {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  section.image_liste {
    margin: 100px 50px;
    grid-template-columns: 1fr;
  }
  section.image_liste .bloc_container {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
  section.image_liste .bloc_container div.image_container {
    height: 250px;
    width: 200px;
    padding: 20px 0;
  }
  section.image_liste .bloc_container div.image_container div.squareImg {
    display: none;
  }
  section.image_liste .bloc_container div.image_container img {
    height: 250px;
  }
}
@media (max-width: 576px) {
  section.image_liste {
    margin: 100px 50px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  section.image_liste .bloc_container {
    display: grid;
    grid-template-columns: 1fr;
  }
  section.image_liste .bloc_container div.image_container {
    height: 300px;
    width: 100%;
    padding: 20px 0;
  }
  section.image_liste .bloc_container div.image_container div.squareImg {
    display: none;
  }
  section.image_liste .bloc_container div.image_container img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  section.image_liste {
    margin: 100px 0px;
  }
}
