@charset "UTF-8";


.ftc-key-numbers__title,
.ftc-key-numbers__text,
.ftc-key-numbers__keynumber__title,
.ftc-key-numbers__keynumber__description {
    text-align: center;
}
.ftc-key-numbers__keynumbers-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
}
.ftc-key-numbers__title {
     font-size: 32px;
     line-height: 38px;
     color: var(--pmn--pink);
     margin-bottom: 10px;
}
.ftc-key-numbers__text {
    max-width: 80%;
    font-size: 14px;
    line-height: 22px;
    margin: 0px auto 20px;
}
  
.ftc-key-numbers__keynumber {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    padding: 20px;
}

.ftc-key-numbers__keynumber__title {
    font-size: 24px;
    line-height: 28px;
    color: var(--pmn--blue);
    margin: 20px auto 15px;
    font-weight: 500;
}

.ftc-key-numbers[style="background-color: var(--pmn--pink);"] .ftc-key-numbers__keynumber__title,
.ftc-key-numbers[style="background-color: var(--pmn--pink);"] .ftc-key-numbers__keynumber__number{
    color: white;
}

.ftc-key-numbers.ftc-key-numbers--governance .ftc-key-numbers__keynumber__title {
    font-weight: 700;
}

.ftc-key-numbers__keynumber__number {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: var(--pmn--blue);
    font-weight: 700;
}

.ftc-key-numbers__keynumber__description {
    font-size: 14px;
    line-height: 22px;
    color: color: var(--pmn--black);;
    max-width: 320px;
}

.ftc-key-numbers__key-number__img {
    width: 100px;
    height: 100px;
}

.ftc-key-numbers--governance .ftc-key-numbers__key-number__img {
    border-radius: 100px;
    /*background-color: #43435E;*/
}

@media screen and (max-width: 767px) {
    .ftc-key-numbers {
        padding: var(--global-block-padding) 57px;
    }
}
@media screen and (min-width: 768px) {
    .ftc-key-numbers {
        padding: 92px var(--global-block-padding) 91px;
    }
    .ftc-key-numbers__title {
         font-size: 48px;
         line-height: 52px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .ftc-key-numbers__text {
        font-size: 18px;
        line-height: 28px;
        margin: 0px auto 60px;
        max-width: 770px;
    }
    .ftc-key-numbers__keynumber {
        display: flex;
        justify-content: flex-start;
        width: calc(100% / 2);
    }
    .ftc-key-numbers__keynumber__title {
        font-size: 24px;
        line-height: 28px;
    }
    .ftc-key-numbers__keynumber__number {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 10px;
    }
    
    .ftc-key-numbers__keynumber__description {
        font-size: 18px;
        line-height: 28px;
    }

}
@media screen and (min-width: 991px) {
      .ftc-key-numbers__keynumber {
        width: calc(100% / 3);
    }
}

/* === INTERLIGNE ENTRE TITRES === */

@media screen and (max-width: 767px) {
    .ftc-key-numbers h2 {
        line-height:1.3 ;
    }
}
@media screen and (min-width: 768px) {
    .ftc-key-numbers h2 {
        line-height:1.25 ;
    }
}