/* Styles extraits de responsivestyle.css pour la section .ftco-intro uniquement */
.ftco-intro .wrap {
  width: 100%; }
  .ftco-intro .wrap .info {
    background: #000;
    padding: 30px; }
    @media (min-width: 1200px) {
      .ftco-intro .wrap .info {
        width: calc(100% - 35%);
        padding: 2% 5% 2% 12%; } }
    @media (max-width: 767.98px) {
      .ftco-intro .wrap .info {
        width: 100%; } }
    .ftco-intro .wrap .info p {
      margin-bottom: 0; }
  .ftco-intro .wrap .social {
    width: 35%;
    background: #4338a1; }
    @media (max-width: 767.98px) {
      .ftco-intro .wrap .social {
        width: 100%; } }
    .ftco-intro .wrap .social .social-icon {
      margin: 0;
      padding: 0; }
      .ftco-intro .wrap .social .social-icon li {
        list-style: none;
        display: inline-block;
        line-height: 0;
        padding: 0 10px; }
        .ftco-intro .wrap .social .social-icon li a {
          display: block;
          margin: 0;
          padding: 0; }
          .ftco-intro .wrap .social .social-icon li a span {
            color: #fff;
            font-size: 20px; }
  .ftco-intro .wrap h3 {
    font-size: 16px; }
  .ftco-intro .wrap .text {
    width: calc(100% - 40px); }
  .ftco-intro .wrap .icon {
    width: 40px; }
    .ftco-intro .wrap .icon span {
      color: #fac564;
      font-size: 20px; }

/* CSS pour la section ftco-counter - extrait de responsivestyle.css */
#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8; }

.ftco-counter {
  padding: 7em 0; }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    z-index: 0; }
    .ftco-counter .icon:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      bordeR: 1px solid #fac564;
      z-index: -1;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .ftco-counter .icon span {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fac564; }
  .ftco-counter .text strong.number {
    font-weight: 400;
    font-size: 30px;
    color: #fac564; }
  .ftco-counter .text span {
    font-weight: 400;
    font-size: 14px; }
  .ftco-counter .text:hover .icon span, .ftco-counter .text:focus .icon span {
    color: #000; }
  .ftco-counter .text:hover .icon:after, .ftco-counter .text:focus .icon:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fac564; }
  @media (max-width: 991.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 40px !important; } }
  .ftco-counter .ftco-number {
    display: block;
    color: #fff; }
  .ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }

.block-18 .icon > span {
  font-size: 40px; }

.block-18 .text strong {
  font-size: 30px; }

.block-18 .text span {
  display: block; }