<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-texte-intro {
  margin: 3rem auto;
}
.bloc-texte-intro .titre {
  font-size: 1.5rem;
  color: #373F41;
  text-align: center;
  font-weight: 700;
}
.bloc-texte-intro .texte {
  font-size: 1rem;
  color: #585D5E;
  text-align: center;
  margin: 2rem auto;
}
.bloc-texte-intro .bouton-wrapper {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
}
.bloc-texte-intro .bouton-wrapper .lien {
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 1.25rem;
  background-color: #F59C24;
  transition: .2s all;
}
.bloc-texte-intro .bouton-wrapper .lien:hover {
  background-color: black;
}
@media (min-width: 992px) {
  .bloc-texte-intro {
    margin: 4rem auto;
  }
  .bloc-texte-intro .titre {
    font-size: 2.625rem;
  }
  .bloc-texte-intro .texte {
    font-size: 1.125rem;
  }
  .bloc-texte-intro .bouton-wrapper .lien {
    padding: 1rem 1.75rem;
  }
}
