<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/2026-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/2026-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/2026-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/2026-charvet-chiroubles.fr/wp-content/themes/idcomweb/less/lessc.inc.php</b> on line <b>2479</b><br />
.idcom-activites-header {
  margin-bottom: 60px;
  margin-left: 10%;
}
.idcom-activites-header__title {
  font-variant-caps: small-caps;
  font-weight: 100;
  font-size: 64px;
  color: #3f342c;
  margin-bottom: 30px;
}
.idcom-activites-header__desc {
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
}
.idcom-activites-header__desc::first-letter {
  float: left;
  font-size: 72px;
  line-height: 60px;
  padding-right: 12px;
  font-family: Georgia, serif;
  color: #b31b2c;
}
.idcom-activite-card {
  text-align: center;
  width: 100%;
}
@media (max-width: 400px) {
  .idcom-activite-card {
    width: 70%;
  }
}
.idcom-activite-card__inner {
  max-width: 430px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  height: 100%;
}
.idcom-activite-card__imageWrap {
  width: 72%;
  margin: 0 auto 28px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.idcom-activite-card__imageWrap .idcom-activite-card__image {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.idcom-activite-card__imageWrap:hover .idcom-activite-card__image {
  transform: scale(1.08);
}
.idcom-activite-card__title {
  font-variant-caps: small-caps;
  font-weight: 100;
  font-size: 35px;
  line-height: .95;
  margin: 0 0 18px;
  color: #3f342c;
  font-weight: 400;
}
.idcom-activite-card__title:hover {
  color: #b31b2c;
}
.idcom-activite-card__info {
  margin: 0 auto 22px;
  max-width: 320px;
  text-align: left;
  font-size: 14px;
  color: #3f342c;
  flex-direction: column;
  align-items: center;
}
.idcom-activite-card__line {
  margin: 10px 0;
}
.idcom-activite-card__line span {
  display: inline-block;
  min-width: 30px;
  opacity: .7;
}
.idcom-activite-card__line a {
  color: #3f342c;
  text-decoration: none;
}
.idcom-activite-card__line a:hover {
  text-decoration: underline;
  color: #b31b2c;
}
.idcom-activite-card__address {
  display: inline-block;
  vertical-align: top;
}
.idcom-activite-card__cta {
  margin-top: 10px;
}
.idcom-activite-card__btn {
  display: inline-block;
  padding: 14px 44px;
  border: 1px solid #b31b2c;
  color: #b31b2c;
  text-decoration: none;
  letter-spacing: .25em;
  font-size: 12px;
  font-family: ;
  transition: .2s ease;
  text-transform: uppercase;
}
.idcom-activite-card__btn:hover {
  background: #b31b2c;
  color: #fff;
}
.idcom-activites-header {
  margin-bottom: 60px;
  padding: 0 250px;
}
@media (max-width: 700px) {
  .idcom-activites-header {
    padding: 0px;
    margin-left: 10%;
  }
}
.idcom-activites-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  margin-bottom: 200px;
  padding: 0 250px;
}
@media (max-width: 980px) {
  .idcom-activites-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .idcom-activites-grid {
    padding: 20%;
  }
}
@media (max-width: 480px) {
  .idcom-activite-card {
    padding: 28px 18px;
  }
  .idcom-activite-card__title {
    font-size: 42px;
  }
  .idcom-activite-card__imageWrap {
    width: 85%;
  }
}
