<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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;
}
.nos-metiers {
  margin: 4rem 1rem;
}
.nos-metiers .img-metier {
  width: 100%;
  height: 475px;
  position: relative;
}
.nos-metiers .img-metier img.img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 75%;
  transition: 0.3s;
  cursor: pointer;
}
.nos-metiers .img-metier img.img:hover {
  filter: none;
}
.nos-metiers .btn.btn-primary {
  font-size: 12px;
  background-color: #C71927;
  color: white;
  padding: 8px 60px;
  transition: 0.3s;
}
.nos-metiers .btn.btn-primary:hover {
  color: #C71927;
  background-color: white;
}
.nos-metiers .btn-primary-bis {
  font-size: 12px;
  background-color: transparent;
  color: #C71927;
  padding: 8px 60px;
  transition: 0.3s;
}
.nos-metiers .btn-primary-bis:hover {
  color: white;
  background-color: #C71927;
}
.titre_hover {
  font-weight: 300;
  font-size: 18px;
  color: #C71927;
}
.panel {
  display: flex;
  font-size: 17px;
  color: white;
  font-weight: 300;
}
.panel:hover {
  cursor: pointer;
}
@media screen and (max-width: 1199.98px) {
  .panel {
    flex-wrap: wrap;
  }
}
.panel__content {
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s .1s ease-in-out;
}
@media screen and (max-width: 1199.98px) {
  .panel__content {
    max-height: 0;
    width: 100%;
    transform: none;
    position: static;
    transition: .5s;
  }
}
.panel__content-inner {
  height: 100%;
  width: 100%;
  display: flex;
  background: #E6E6E6;
  flex-wrap: wrap;
  color: #4B4B4D;
}
.panel__item {
  position: relative;
  min-height: 475px;
  margin: 0 1rem;
  background: #0f162f;
  overflow: hidden;
  transition: .5s;
  transition-delay: .1s;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.panel__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1199.98px) {
  .panel__item:first-child {
    margin-top: 0;
  }
}
.panel__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199.98px) {
  .panel__item:last-child {
    margin-bottom: 0;
  }
}
.panel__preview {
  padding: 10px;
  background: #C71927;
  text-align: left;
  transition: .2s;
  transition-delay: 0s;
  transition-delay: .5s;
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 100%;
  transform-origin: 0 100% 0;
  transform: rotate(-90deg) translate(-29px) translateX(7%);
  width: 420px;
  z-index: 99;
}
@media screen and (max-width: 1199.98px) {
  .panel__preview {
    min-height: auto;
  }
}
.panel__item.active {
  flex: 1 0 50%;
}
@media screen and (max-width: 1199.98px) {
  .panel__item.active {
    flex: none;
  }
}
.panel__item.active .panel__content {
  transform: translateX(0);
  transition: all .2s .5s;
}
@media screen and (max-width: 1199.98px) {
  .panel__item.active .panel__content {
    max-height: 1000px;
    transition: 1.5s;
  }
}
@media (max-width: 1199.98px) {
  .panel__preview {
    transform: none;
    left: 0;
  }
  .panel__item {
    flex-direction: column;
    margin: 4px 0;
    display: flex;
    width: 50%;
    flex: none;
    border: solid 10px white;
  }
}
@media (max-width: 767.98px) {
  .nos-metiers {
    margin: 1rem 1rem 2rem;
  }
  .nos-metiers .img-metier {
    height: 300px;
  }
  .nos-metiers .itemM {
    padding: 1.5rem 1.5rem 4.2rem !important;
  }
  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }
  .panel__item {
    min-height: 350px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .nos-metiers .panel__preview {
    width: 100%;
    font-size: 15px;
  }
  .nos-metiers .panel__item {
    border: none;
  }
}
