/*===================== IR Contact css =======================*/

.irContact__content .h2 { margin-bottom: 18px;}
.irContact__content a {display: inline-block;}
.irContact__image img {width: 100%;-o-object-fit: cover;object-fit: cover;/* max-height: 307px; */ height:100%;}

@media only screen and (max-width: 1199.98px) {
  .irContact__content .h2 {margin-bottom: 8px;}
  .irContact__image {margin-top: 64px;}
}

/*===================== Stats css =======================*/

.statistics-intro { font-family: var(--font-secondary-semibold); font-size: 2.2rem; font-style: normal; line-height: 2.4rem; }
.module-stats-inner-wrapper .statistics-heading .couter-suffix { margin-left: 6px; }
.module-stats-inner-wrapper .statistics-heading .couter-prefix {margin-right: 6px;}
.module-stats-inner-wrapper .stats-row {row-gap: 48px}
.module-stats-inner-wrapper .stats-row  .stats--img {margin-bottom: 40px;}
.module-stats-inner-wrapper .stats-row  .stats--img {max-height: 152px;}
.module-stats-inner-wrapper .stats-row .stats--img img { width: auto; height: auto; max-height: 152px; object-fit: cover; max-width: 270px; object-fit: contain; object-position: left center; }
.single--stats .statistics-heading { word-wrap: break-word; }
.stats-description { margin-top: 45px; }
@media screen and (max-width: 1199.98px) {
  .module-stats-inner-wrapper .stats-row  .stats--img {margin-bottom: 24px;}
  .module-stats-inner-wrapper .stats-row {row-gap: 58px; }
  .statistics-intro { font-family: var(--font-secondary-semibold); font-size: 22px; font-style: normal; line-height: 24px; }
  .module-stats-inner-wrapper .stats-row  .stats--img {max-height: 125px;}
  .module-stats-inner-wrapper .stats-row .stats--img img { width: auto; height: auto; max-height: 125px; object-fit: contain; max-width: 224px }
  .stats-description { margin-top: 32px; }
}

@media screen and  (max-width: 767px) {
  .module-stats-inner-wrapper .stats-row {row-gap: 24px}
  .module-stats-inner-wrapper .stats-row  .stats--img {margin-bottom: 24px;}
  .statistics-intro { font-family: var(--font-secondary-semibold); font-size: 2.0rem; font-style: normal; line-height: 2.4rem; }
  .module-stats-inner-wrapper .stats-row  .stats--img {max-height: 86px;}
  .module-stats-inner-wrapper .stats-row .stats--img img { width: auto; height: auto; max-height: 86px; object-fit: cover; max-width: 152px }
    .stats-description { margin-top: 24px; }
}
/*sufix prefix font size
.module-stats-inner-wrapper .statistics-heading .couter-suffix, 
.module-stats-inner-wrapper .statistics-heading .couter-prefix {font-size:2.2rem; font-family: var(--font-secondary-semibold); line-height:2.4rem;}*/


[lang="fr-FR"] .stats--wrapper .stats-row .single--stats .statistics-heading .h1-large{
font-size:6.3rem
}