<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1433</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>3535</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4847</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4955</b><br />
.video-gallery {
  margin: 3rem auto;
}
.video-gallery .titre {
  font-size: 1.5rem;
  color: #373F41;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
.video-gallery .wrapper-image {
  overflow: hidden;
  transition: .3s all;
}
.video-gallery .wrapper-image:hover .image {
  transform: scale(1.1);
}
.video-gallery .wrapper-image .image {
  transition: .3s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-gallery .titre-video {
  margin: 1rem auto;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .video-gallery {
    margin: 4rem auto;
  }
  .video-gallery .titre {
    font-size: 2.5rem;
    color: #373F41;
    text-align: center;
    font-weight: 700;
  }
}
