html {
    font-size: 62.5%;
}
body{
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #121212;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.p-0{
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #D02A4C;
    margin: 0 0 2rem 0;
}
h1{
    color: #121212;
    font-size: 3rem;
}
h2{
    font-size: 2.4rem;
}
h2 span, h3, h4{
    color: #121212;
}
h2 span{
    font-size: 2.6rem;
    display: block;
}
h3{
    font-size: 1.8em;
}
p{
    margin: 0 0 2.4rem 0;
}
a, a:hover, a:focus, a:active{
    color: #D02A4C;
    font-weight: 700;
    text-decoration: underline;
}

.btn{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.4s ease;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 25px;
}
.btn-primary{
    color: #313131;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary{
    color: #fff;
    background-color: #d02a4c;
    border-color: #d02a4c;
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus,
a:hover span.btn-primary, a:focus span.btn-primary, a:hover span.btn-secondary, a:focus span.btn-secondary{
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}
.btn-primary-red:hover, .btn-primary-red:focus{
    color: #fff;
    background-color: #d02a4c;
    border-color: #d02a4c;

}

p.signature{
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    color: #D02A4C;
}
p.signature span{
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 1.8rem;
}

header{
    background: transparent url(images/header.jpg) no-repeat center center / cover;
    aspect-ratio: 2.7;
}
.header-wrapper{
    position: relative;
    max-height: 71.6rem;
    min-height: 30rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2.7;
}
.header-wrapper img{
    position: absolute;
    width: 20rem;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.right-col{
    margin-top: 4rem;
}

.img-trombi{
    width: 20rem;
    margin: -10rem auto 0 auto;
}
#bloc2, #bloc3, #bloc4, #events{
    margin-top: 12rem;
}
#bloc2 .img-intro, #bloc3 .img-intro, #bloc4 .img-intro{
    width: 100%;
}
#bloc4 .img-trombi{
    width: 30rem;
}

p.intro{
    font-size: 1.6rem;
    color: #121212;
    font-weight: 700;
}
p.question{
    font-size: 1.6rem;
    color: #D02A4C;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2.4rem;
}
p.thanks{
    font-style: italic;
    margin-top: 2rem;
}
.read-more{
    font-size: 1.4rem;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
}
.more-content{
    /*display: none;*/
    transition: all 0.4s ease;
}

.bloc-articles{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bloc-articles .article{
    margin: 1rem 1.5rem 1rem 1.5rem;
    width: 27.5rem;
    aspect-ratio: 1;
    padding: 3.6rem;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bloc-articles .article img{
    height: 9rem;
    margin-bottom: 1rem;
}
.bloc-articles .article p{
    margin: 0;
}

.key-numbers{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.key-numbers .key-number{
    background-color: #F2F2F2;
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}
.key-numbers .key-number img{
    width: 5rem;
}
.key-numbers .key-number p{
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.key-numbers .key-number p strong{
    display: block;
    font-size: 4rem;
    line-height: 4.4rem;
}

#funding{
    margin-top: 19rem;
    background: transparent url(images/groupe.png) no-repeat center center / cover;
    display: block;
    position: relative;
    padding: 6rem 0 4rem 0;
    text-align: center;
    color: #ffffff;
}
#funding .icon{
    position: absolute;
    top: 0;
    left: 50%;
    width: 18rem;
    aspect-ratio: 1;
    transform: translate(-50% , -50%);
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#funding .icon img{
    width: 10rem;
}
#funding h2{
    color: #ffffff;
    margin-top: 2rem;
}


/*#events{
    background: transparent url(event-slider.jpg) no-repeat center center / cover;
    padding: 8rem 0 0 0;
    display: block;
    aspect-ratio: 1.6;
}
#events > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.events-title{
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3rem;
}*/
/*slider*/
/*#carousel-events {
    width: 100%;
    margin: 0;
    padding: 0;
}
#carousel-events .carousel-inner{
    margin: 0 15%;
    width: auto;
}
#carousel-events .carousel-inner .item{
}
#carousel-events .carousel-inner .item .item-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#carousel-events .carousel-caption{
    position: inherit;
    left: inherit;
    right: inherit;
    text-shadow: none;
}
#carousel-events .carousel-caption p{
    display: block;
}
#carousel-events .carousel-control.left,
#carousel-events .carousel-control.right{
    background: none;
}
.event-date{
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.6rem;
}
.event-title{
    font-size: 2.2rem;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}*/

.form-control::placeholder{
    color: #121212;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
#form{
    background-color: #ffffff;
    padding: 10rem 0;
}
#form h2{
    color: #121212;

}

span.wpcf7-list-item{
    margin: 0;
}
.form .fieldset span.wpcf7-list-item{
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ce114a;
}
.form .fieldset .form-guest-ck span.wpcf7-list-item{
    color: #000000;
}
.form span.wpcf7-list-item > label{
    min-height: 3.2rem;
    cursor: pointer;
    font-weight: 400;
}

/*** footer ***/
footer{
    background-color: #F5F5F5;
    padding: 10rem 0;
    font-size: 1rem;
    color: #121212;
    text-align: left;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    h1{
        font-size: 5rem;
    }
    h2{
        font-size: 3rem;
    }
    h2 span{
        font-size: 3.2rem;
    }
    h3{
        font-size: 2rem;
    }
    .header-wrapper{
        min-height: 40rem;
    }
    .header-wrapper img {
        width: 25rem;
    }

    .bloc-articles .article {
        margin: 2rem 1rem 2rem 1rem;
        width: 22rem;
        padding: 2.6rem;
    }
    .bloc-articles .article img{
        height: 7rem;
        margin-bottom: 0.5rem;
    }

    .key-numbers .key-number{
        width: 48%;
    }

    .img-trombi{
        width: 25rem;
        margin-top: -12.5rem;
    }
    #bloc4 .img-trombi{
        width: 35rem;
    }
    p.question {
        font-size: 1.8rem;
    }

    #funding{
        padding: 8rem 0 6rem 0;
    }

/*    #events{
        padding: 10rem 0 0 0;
    }
    .events-title {
        font-size: 3rem;
    }
    .event-date{
        font-size: 2rem;
    }
    .event-title{
        font-size: 2.6rem;
    }*/


    #form{
        padding: 12rem 0 11rem 0;
    }
    .form{
        padding: 1.5rem 3rem;
    }
    footer {
        font-size: 1.1rem;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    body{
        font-size: 1.6rem;
    }
    h1{
        font-size: 6rem;
    }
    h2{
        font-size: 3.6rem;
    }
    h2 span{
        font-size: 4rem;
    }
    h3{
        font-size: 2.2rem;
    }
    .btn{
        padding: 10px 30px;
    }

    .header-wrapper{
        min-height: 50rem;
    }
    .header-wrapper img {
        width: 30rem;
    }
    .img-trombi{
        width: 30rem;
        margin-top: -15rem;
    }
    .interview .img-trombi{
        margin-left: 0;
        margin-right: 0;
    }
    .right-col{
        margin-top: 0;
    }

    .bloc-articles .article {
        margin: 3rem 1.5rem 3rem 1.5rem;
        width: 24rem;
        padding: 3rem;
    }
    .bloc-articles .article img{
        height: 8rem;
        margin-bottom: 0.5rem;
    }

    .key-numbers .key-number p{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .key-numbers .key-number p strong{
        font-size: 3.4rem;
        line-height: 3.8rem;
    }

    #bloc2 .img-trombi,
    #bloc3 .img-trombi{
        width: 25rem;
    }

    p.intro{
        font-size: 1.8rem;
    }
    p.question {
        font-size: 2rem;
    }
    .read-more {
        font-size: 1.6rem;
    }

    #funding{
        padding: 10rem 0 8rem 0;
    }

/*    #events{
        padding: 12rem 0 0 0;
    }
    .events-title {
        font-size: 3.6rem;
    }
    .event-date{
        font-size: 2.2rem;
    }
    .event-title{
        font-size: 3rem;
    }*/

    #form{
        padding: 14rem 0 12rem 0;
    }

    footer {
        font-size: 1.2rem;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    body{
        font-size: 1.8rem;
    }
    h1{
        font-size: 7rem;
    }
    h2{
        font-size: 4rem;
    }
    h2 span{
        font-size: 4.2rem;
    }
    h3{
        font-size: 2.6rem;
    }
    .btn{
        padding: 15px 35px;
    }

    .header-wrapper{
        min-height: 70rem;
    }
    .header-wrapper img {
        width: 35rem;
    }

    .bloc-articles .article{
        width: 27.5rem;
        padding: 3.6rem;
    }
    .bloc-articles .article img{
        height: 9rem;
        margin-bottom: 1rem;
    }

    .key-numbers .key-number{
        gap: 1rem;
    }
    .key-numbers .key-number img{
        width: 6rem;
    }
    .key-numbers .key-number p{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .key-numbers .key-number p strong{
        font-size: 3rem;
        line-height: 3.4rem;
    }

    .img-trombi{
        width: 35rem;
        margin-top: -17.5rem;
    }
    #bloc2 .img-trombi,
    #bloc3 .img-trombi{
        width: 30rem;
    }
    #bloc4 .img-trombi{
        width: 35rem;
    }
    p.intro{
        font-size: 2rem;
    }
    p.question {
        font-size: 2.2rem;
    }
    .read-more {
        font-size: 1.8rem;
    }

    #funding{
        padding: 14rem 0 10rem 0;
    }

    /*#events{
        padding: 14rem 0;
    }
    .events-title {
        font-size: 4.2rem;
    }
    .event-date{
        font-size: 2.6rem;
    }
    .event-title{
        font-size: 3.6rem;
    }*/

    #form{
        padding: 16rem 0 13rem 0;
    }
    .form{
        padding: 3rem;
    }
    footer {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width : 1600px) {
    #bloc2 .img-trombi,
    #bloc3 .img-trombi{
        width: 35rem;
    }
    #bloc4 .img-trombi{
        width: 45rem;
    }

    .key-numbers .key-number{
        gap: 1.5rem;
    }
    .key-numbers .key-number img{
        width: 7rem;
    }
    .key-numbers .key-number p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .key-numbers .key-number p strong{
        font-size: 4.4rem;
        line-height: 4.8rem;
    }
}
