<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/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/charvet-chiroubles.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>1769</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>2425</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>2479</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/charvet-chiroubles.fr/:/tmp/) in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/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/charvet-chiroubles.fr/:/tmp/) in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/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/charvet-chiroubles.fr/:/tmp/) in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/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/charvet-chiroubles.fr/:/tmp/) in <b>/www/wwwroot/charvet-chiroubles.fr/wp-content/themes/idcomweb/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;
}
.section-introhome-2023 .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section-introhome-2023 .image img {
  object-fit: cover;
  height: 45vh;
  width: 100%;
  transition: all .5s ease-in-out;
}
.section-introhome-2023 .image .overlay {
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
}
.section-introhome-2023 .image .overlay .text {
  margin-top: 10%;
  text-align: center;
}
.section-introhome-2023 .image .overlay .text h2 {
  position: relative;
  text-transform: capitalize;
  font-variant-caps: small-caps;
  color: white;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 2;
}
.section-introhome-2023 .image .overlay .text h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  height: 2px;
  width: 60px;
  background: #b50932;
}
.section-introhome-2023 .image .overlay .text p {
  font-size: 2rem;
  color: #ffffff;
}
.section-introhome-2023 .image .overlay .bouton {
  margin-bottom: 12%;
}
.section-introhome-2023 .image .overlay .bouton a {
  margin: 0 10px;
  background-color: #ffffff;
}
.section-introhome-2023 .image .overlay .bouton a:hover {
  background: #b50932;
  color: #ffffff;
}
.section-introhome-2023 .image .overlay:hover {
  background-color: rgba(0,0,0,0.2);
}
.section-introhome-2023 .image .overlay:hover img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .section-introhome-2023 .image {
    width: 100%;
  }
  .section-introhome-2023 .image:hover img {
    transform: scale(1.1);
  }
  .section-introhome-2023 .image:hover .overlay {
    background-color: rgba(0,0,0,0.2);
  }
  .section-introhome-2023 .image img {
    object-fit: cover;
    height: 65vh;
    width: 100%;
  }
  .section-introhome-2023 .image .overlay {
    background-color: unset;
    padding: 20px;
  }
  .section-introhome-2023 .image .overlay .text {
    margin-top: 10%;
    text-align: center;
  }
  .section-introhome-2023 .image .overlay .text h2 {
    position: relative;
    text-transform: capitalize;
    font-variant-caps: small-caps;
    color: white;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 2;
  }
  .section-introhome-2023 .image .overlay .text h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    height: 2px;
    width: 60px;
    background: #b50932;
  }
  .section-introhome-2023 .image .overlay .text p {
    font-size: 2rem;
    color: #4A3A2C;
  }
  .section-introhome-2023 .image .overlay .bouton {
    margin-bottom: 12%;
  }
  .section-introhome-2023 .image .overlay .bouton a {
    margin: 0 10px;
    background-color: #ffffff;
  }
  .section-introhome-2023 .image .overlay .bouton a:hover {
    background: #b50932;
    color: #ffffff;
  }
  .section-introhome-2023 .image .overlay:hover {
    background-color: rgba(0,0,0,0.2);
  }
  .section-introhome-2023 .image .overlay:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .section-introhome-2023 .image {
    width: 100%;
  }
  .section-introhome-2023 .image img {
    object-fit: cover;
    height: 65vh;
    width: 100%;
  }
  .section-introhome-2023 .image .overlay {
    padding: 20px;
  }
  .section-introhome-2023 .image .overlay .text {
    margin-top: 0;
    text-align: center;
  }
  .section-introhome-2023 .image .overlay .text h2 {
    color: white;
    font-weight: 500;
    font-size: 7rem;
    line-height: 2;
  }
  .section-introhome-2023 .image .overlay .text h2:after {
    height: 2px;
    width: 60px;
    background: #b50932;
  }
  .section-introhome-2023 .image .overlay .text p {
    font-size: 2rem;
    color: #4A3A2C;
  }
  .section-introhome-2023 .image .overlay .bouton {
    margin-bottom: 12%;
    display: flex;
    justify-content: center;
  }
  .section-introhome-2023 .image .overlay .bouton a {
    margin: 0 10px;
    background-color: #ffffff;
  }
  .section-introhome-2023 .image .overlay .bouton a:hover {
    background: #b50932;
    color: #ffffff;
  }
}
