<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-portrait {
  margin: 4rem auto;
}
.bloc-portrait .image-wrapper {
  margin: 0.5rem auto;
  padding: 0 1rem;
}
.bloc-portrait .image-wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-portrait .texte-wrapper {
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bloc-portrait .texte-wrapper .titre {
  font-size: 2rem;
  text-align: center;
}
.bloc-portrait .texte-wrapper .texte-container {
  margin: 2.5rem auto;
  position: relative;
}
.bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote {
  height: 20px;
}
.bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote#top {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote#bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -2rem;
}
.bloc-portrait .texte-wrapper .texte-container .nom {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
  color: #F59C24;
}
.bloc-portrait .texte-wrapper .texte-container .texte {
  font-size: 1rem;
  font-weight: semibold;
  text-align: center;
}
.bloc-portrait .texte-wrapper .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-bouton {
  margin: 1rem 0;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-bouton .bouton {
  padding: 0.75rem 2rem;
  background: black;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  transition: .25s all;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-lien {
  margin: 2rem 0;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-lien .lien {
  font-size: 1.125rem;
  font-weight: semibold;
  text-decoration: none;
  color: #737B7D;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-lien .lien:hover .arrow {
  margin-left: 1.25rem;
}
.bloc-portrait .texte-wrapper .button-container .wrapper-lien .lien .arrow {
  transition: .3s all;
  margin-left: 0.5rem;
}
.bloc-portrait .container-stats {
  background-color: #F9F9F9;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.bloc-portrait .container-stats .stat {
  text-align: center;
  margin: 1rem auto;
}
.bloc-portrait .container-stats .stat .number {
  font-size: 2.5rem;
  font-weight: bold;
}
.bloc-portrait .container-stats .stat .texte {
  width: 80%;
  margin: auto;
}
.bloc-portrait .container-stats .stat .texte .titre {
  color: green;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .bloc-portrait .container-stats {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .bloc-portrait .image-wrapper {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .bloc-portrait .image-wrapper .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1400px) {
  .bloc-portrait .image-wrapper .image {
    width: 25vw;
  }
  .bloc-portrait .texte-wrapper {
    width: 70%;
  }
  .bloc-portrait .texte-wrapper .titre {
    font-size: 2.75rem;
    text-align: start;
  }
  .bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote {
    height: 80px;
  }
  .bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote#top {
    margin-left: -5rem;
    margin-top: -2rem;
  }
  .bloc-portrait .texte-wrapper .texte-container .quote-wrapper .quote#bottom {
    margin-right: -5rem;
    margin-bottom: -3rem;
  }
  .bloc-portrait .texte-wrapper .texte-container .nom {
    margin-left: 2rem;
    text-align: start;
    font-size: 1.375rem;
  }
  .bloc-portrait .texte-wrapper .texte-container .texte {
    font-size: 1.25rem;
    text-align: start;
  }
  .bloc-portrait .texte-wrapper .button-container {
    display: initial;
    margin-top: auto;
  }
  .bloc-portrait .container-stats {
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: 4rem;
  }
  .bloc-portrait .container-stats .stat {
    text-align: center;
    margin: 2rem auto;
  }
  .bloc-portrait .container-stats .stat .number {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .bloc-portrait .container-stats .stat .texte {
    width: 95%;
  }
  .bloc-portrait .container-stats .stat .texte .titre {
    color: green;
    line-height: 1;
    margin-bottom: 0;
  }
}
