<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 />
.bloc-domaines-et-competences {
  padding: 3.5rem 0;
}
.bloc-domaines-et-competences .titre {
  font-size: 2rem;
  color: #373F41;
  font-weight: 700;
  text-align: center;
}
.bloc-domaines-et-competences .sous-titre {
  font-size: 1rem;
  color: #737B7D;
  text-align: center;
  margin: 0.5rem auto;
}
.bloc-domaines-et-competences .lien {
  text-decoration: none;
  color: white;
  margin: 0.5rem auto;
}
.bloc-domaines-et-competences .lien .card-container {
  color: white;
  min-height: 200px;
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.15);
  transition: .4s all;
}
.bloc-domaines-et-competences .lien .card-container:hover {
  transform: scale(1.05);
}
.bloc-domaines-et-competences .lien .card-container .content .picto {
  display: block;
  margin: 1rem auto;
  max-height: 2rem;
}
.bloc-domaines-et-competences .lien .card-container .content .texte {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .bloc-domaines-et-competences {
    padding: 4rem 0;
  }
  .bloc-domaines-et-competences .titre {
    font-size: 2.75rem;
  }
  .bloc-domaines-et-competences .sous-titre {
    font-size: 1rem;
  }
  .bloc-domaines-et-competences .lien .card-container {
    min-height: 250px;
  }
}
