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;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #D02A4C;
    margin: 0 0 2rem 0;
}
h1{
    color: #ffffff;
    font-size: 3rem;
}
h2{
    font-size: 2.4rem;
}
h2 span, h4{
    color: #121212;
}
h2 span{
    font-size: 2.6rem;
}
h3{
    font-size: 1.8em;
}
h4{
    font-family: 'Roboto', sans-serif;
}
a, a:hover, a:focus, a:active{
    color: #D02A4C;
    font-weight: 700;
    text-decoration: underline;
}

.mb-20{
    display: block;
    margin-bottom: 2rem !important;
}

.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{
    position: relative;
    background: transparent url(images/header-20251007.jpg) no-repeat center center / cover;
    aspect-ratio: 2.68;
}
header > *{
    position: relative;
    z-index: 2;
}
.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%);
}

#bloc1{
    padding: 0 0 4rem 0;
}
#bloc1 .img-trombi{
    position:relative;
    z-index: 5;
    width: 20rem;
    margin: -10rem auto 2rem auto;
}
#bloc1 p{
    margin-bottom: 1rem;
}



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

/* XSmall Devices, Tablets */
@media only screen and (min-width : 576px) {

}
/* 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;
    }
    #bloc1{
        padding-bottom: 6rem;
    }
    #bloc1 .img-trombi{
        width: 25rem;
        margin-top: -12.5rem;
        margin-bottom: 3rem;
    }
    #bloc1 p{
        margin-bottom: 1.2rem;
    }
    footer {
        font-size: 1.1rem;
        padding: 6rem 0;
    }
}

/* 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;
    }
    #bloc1 .img-trombi{
        width: 30rem;
        margin-top: -15rem;
    }
    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: 4.2rem;
    }
    h2 span{
        font-size: 4.8rem;
    }
    h3{
        font-size: 2.6rem;
    }
    .btn{
        padding: 15px 35px;
    }

    .header-wrapper{
        min-height: 70rem;
    }
    .header-wrapper img {
        width: 35rem;
    }
    #bloc1{
        padding-bottom: 8rem;
    }
    #bloc1 .img-trombi{
        width: 35rem;
        margin-top: -17.5rem;
        margin-bottom: 4rem;
    }
    #bloc1 p{
        margin-bottom: 1.6rem;
    }
    footer {
        font-size: 1.3rem;
        padding: 8rem 0;
    }
}

@media only screen and (min-width : 1600px) {

    #bloc1{
        padding-bottom: 10rem;
    }
    #bloc1 .img-trombi{
        margin-bottom: 5rem;
    }
    #bloc1 p{
        margin-bottom: 2rem;
    }

    footer {
        padding: 10rem 0;
    }
}
