/* CSS Document */

.block-contenu-indexe{
   font-weight:300;    font-size:25px
}
.block-contenu-indexe strong{
   font-weight:700;
}
.block-contenu-indexe ul{
   margin-top: 25px
}
.block-contenu-indexe .numbered-index{
    font-weight:100;
    font-size:90px;
    line-height: 100px;
    color:var(--sec-color);
   
}

 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.99px) { 

}

/* Small devices (landscape phones, 576px and up)
*/@media (min-width: 576px) and (max-width: 767.99px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.99px) {
    .block-contenu-indexe .numbered-index{
    font-size:120px;
    line-height: 100px;
   
}
}

/* Large devices (desktops, 992px and up)
*/@media (min-width: 992px) and (max-width: 1199.99px) {
}

/* Extra large devices (large desktops, 1200px and up)
*/@media (min-width: 1200px) { 
   .block-illustration-carree{    
       margin-top:-130px;
    }
}