<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cabinetvision.fr/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/cabinetvision.fr/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/cabinetvision.fr/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/cabinetvision.fr/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>2478</b><br />
.block-nombres-actu .grid {
  display: block;
}
.block-nombres-actu .grid .box {
  margin-bottom: 2rem;
}
.block-nombres-actu .image-wrapper {
  position: relative;
  height: 100%;
}
.block-nombres-actu .image-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background: #000000;
  background: linear-gradient(0deg,#000000 0%,rgba(0,0,0,0) 100%);
}
.block-nombres-actu .image-wrapper img {
  object-fit: cover;
  min-height: 300px;
  width: 100%;
}
.block-nombres-actu .image-wrapper .text h5 {
  color: #66D1FF;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.block-nombres-actu .image-wrapper .text .date {
  font-style: italic;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.block-nombres-actu .image-wrapper .link {
  background-color: #0B6E99;
}
.block-nombres-actu .image-wrapper .link a {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
}
.block-nombres-actu .shape {
  clip-path: polygon(0 0,100% 0%,100% 100%,25% 100%);
  background-color: #0B6E99;
  border: 1px solid white;
}
.block-nombres-actu .shape p {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .block-nombres-actu .grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 25px;
  }
  .block-nombres-actu .grid .image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .block-nombres-actu .grid .box1,
  .block-nombres-actu .grid .box2 {
    grid-column: auto / span 3;
    background-color: steelblue;
    margin-bottom: 2rem;
  }
  .block-nombres-actu .grid .box3,
  .block-nombres-actu .grid .box4,
  .block-nombres-actu .grid .box5 {
    background-color: steelblue;
    grid-column: auto / span 2;
  }
}
