<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;br /&gt;
&lt;b&gt;Deprecated&lt;/b&gt;:  Array and string offset access syntax with curly braces is deprecated in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;717&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Deprecated&lt;/b&gt;:  Array and string offset access syntax with curly braces is deprecated in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;1768&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Deprecated&lt;/b&gt;:  Array and string offset access syntax with curly braces is deprecated in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;2424&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Deprecated&lt;/b&gt;:  Array and string offset access syntax with curly braces is deprecated in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;2478&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Warning&lt;/b&gt;:  is_file(): open_basedir restriction in effect. File(//../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/ompr.com/:/tmp/) in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;82&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Warning&lt;/b&gt;:  is_file(): open_basedir restriction in effect. File(//../../../css/utils) is not within the allowed path(s): (/www/wwwroot/ompr.com/:/tmp/) in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;82&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Warning&lt;/b&gt;:  is_file(): open_basedir restriction in effect. File(//../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/ompr.com/:/tmp/) in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;82&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Warning&lt;/b&gt;:  is_file(): open_basedir restriction in effect. File(//../../../css/globals) is not within the allowed path(s): (/www/wwwroot/ompr.com/:/tmp/) in &lt;b&gt;/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php&lt;/b&gt; on line &lt;b&gt;82&lt;/b&gt;&lt;br /&gt;
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.bandeau-accueil .w-xl-20 {
  width: 20%;
  padding: 0;
}
.bandeau-accueil img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bandeau-accueil h1 {
  font-size: 19px;
  font-weight: 400;
  padding: 1rem 1.5rem;
}
.bandeau-accueil h2 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.bandeau-accueil .block {
  width: 50%;
  height: 50%;
  position: absolute;
}
.bandeau-accueil .block.primary {
  background-color: #C71927;
}
.bandeau-accueil .block.grey {
  background-color: #E6E6E6;
}
.bandeau-accueil .block.bottom-l {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 990px) {
  .bandeau-accueil .block.bottom-l {
    left: 25%;
  }
}
.bandeau-accueil .block.bottom-r {
  bottom: 0;
  right: 0;
}
.bandeau-accueil .block.top-r {
  top: 0;
  right: 0;
}
@media screen and (max-width: 990px) {
  .bandeau-accueil .block.top-r {
    right: 25%;
  }
}
.bandeau-accueil .block.top-l {
  top: 0;
  left: 0;
}
.bandeau-accueil .flip-card {
  background: transparent;
  perspective: 1000px;
  cursor: pointer;
}
.bandeau-accueil .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.9s;
  transform-style: preserve-3d;
}
.bandeau-accueil .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.bandeau-accueil .flip-card-back,
.bandeau-accueil .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bandeau-accueil .flip-card-front {
  background-color: #C71927;
  color: black;
  align-items: center;
  display: flex;
  justify-content: center;
}
.bandeau-accueil .flip-card-front p {
  margin: 0;
}
.bandeau-accueil .flip-card-back {
  background-color: #99141f;
  color: white;
  transform: rotateY(180deg);
  padding: 10px;
  align-items: center;
  display: flex;
}
.bandeau-accueil .flip-card-back p {
  margin: 0;
  font-size: 13px;
}
.bandeau-accueil .flip-card-back p img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1660px) {
  .bandeau-accueil .item_flip {
    width: 25%;
  }
  .bandeau-accueil .item_flip.item9,
  .bandeau-accueil .item_flip.item10 {
    display: none !important;
  }
  .bandeau-accueil .flip-card {
    width: 50% !important;
  }
}
@media (max-width: 1199.98px) {
  .bandeau-accueil {
    margin-top: 0;
  }
  .bandeau-accueil .w-md-30 {
    width: 33.33%;
  }
  .bandeau-accueil .w-md-100 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .bandeau-accueil .margin-md-0 {
    margin: 0;
  }
  .bandeau-accueil h1 {
    font-size: 18px;
    font-weight: 400;
    padding: 1rem 1.5rem;
  }
  .bandeau-accueil div.w-xl-20:nth-child(2) {
    order: 1;
  }
  .bandeau-accueil div.w-xl-20:nth-child(5) {
    order: 2;
  }
  .bandeau-accueil div.w-xl-20:nth-child(4) {
    order: 3;
  }
  .bandeau-accueil div.w-xl-20:nth-child(9) {
    order: 4;
  }
  .bandeau-accueil div.w-xl-20:nth-child(6) {
    order: 5;
  }
  .bandeau-accueil div.w-xl-20:nth-child(12) {
    order: 6;
  }
}
@media (max-width: 767.98px) {
  .bandeau-accueil {
    padding: 0 0 1rem;
  }
}
@media (max-width: 576px) {
  .bandeau-accueil .w-xxs-100 {
    width: 100%;
    height: 80%;
  }
  .bandeau-accueil .w-xxs-100-block {
    width: 100%;
    margin-top: 1rem;
    padding: 6rem 0;
  }
  .bandeau-accueil .justify-content-xxs-between {
    justify-content: space-between;
  }
}
</pre></body></html>