<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");
}
.expertise::before {
  content: '';
  position: absolute;
  z-index: 2;
  margin: -130px -300px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../img/dots_right_black.png");
  background-repeat: no-repeat;
  background-position: 300% 0%;
  background-size: auto 100%;
}
.page-id-5 .expertise::before {
  background-position: 170% 0%;
}
.hoverExpertise {
  display: none;
}
.expertise {
  position: relative;
  margin: 130px 300px;
}
.expertise h2 {
  margin-top: 0;
}
.expertise div {
  position: relative;
  z-index: 4;
}
.expertise .liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
  cursor: pointer;
  visibility: visible;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-name: fadeInUp;
}
.expertise .liste li {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 20px 0;
  padding: 20px;
}
.expertise .liste li .icon_expertise {
  background-color: #E53817;
  height: 150px;
  width: 150px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.expertise .liste li .icon_expertise img {
  width: 90px;
}
.expertise .liste li .text_expertise {
  margin-left: 34px;
}
.expertise .liste li .text_expertise h3 {
  font-size: 24px;
  letter-spacing: 1.73px;
  font-family: "poppins-semibold";
}
.expertise .liste li .text_expertise p {
  font-size: 19px;
  letter-spacing: 1.37px;
  font-family: "poppins-light";
}
.expertise .liste li .text_expertise a {
  font-size: 19px;
  letter-spacing: 1.37px;
  color: #E53817;
  text-decoration: none;
  font-family: "poppins-medium";
}
.expertise .liste li .text_expertise a::after {
  content: '→';
  margin-left: 10px;
}
.expertise .liste li:hover {
  background-color: #E53817;
  color: #ffffff;
}
.expertise .liste li:hover .icon_expertise {
  background-color: #ffffff;
}
.expertise .liste li:hover .normalExpertise {
  display: none;
}
.expertise .liste li:hover .hoverExpertise {
  display: block;
}
.expertise .liste li:hover a {
  color: #ffffff;
}
@media (max-width: 1700px) {
  .expertise {
    margin: 130px 150px;
  }
}
@media (max-width: 1399.98px) {
  .expertise {
    margin: 130px 100px;
  }
  .expertise .liste {
    grid-template-columns: 1fr;
  }
  .expertise .liste li {
    grid-template-columns: 100px 1fr;
    margin: 0;
  }
  .expertise .liste li .icon_expertise {
    background-color: #E53817;
    height: 100px;
    width: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .expertise .liste li .icon_expertise img {
    width: 50px;
  }
  .expertise .liste li .text_expertise h3 {
    font-size: 20px;
  }
  .expertise .liste li .text_expertise p {
    font-size: 15px;
  }
  .expertise .liste li .text_expertise a {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .expertise {
    margin: 130px 50px;
  }
  .expertise .liste {
    padding: 0;
  }
  .expertise .liste li {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .expertise {
    margin: 130px 20px;
  }
  .expertise .liste li {
    align-items: center;
  }
  .expertise .liste li .text_expertise p {
    display: none;
  }
}
