body {
    background: url(../images/bg-slider-mobile-durable.jpg) top center no-repeat;
}
h2 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 1.3em;
}
.slider {
    min-height: 220px;
    padding-top: 40px;
}
.bggris {
    background-color: #f3f4f5;
    padding-top: 100px;
    z-index: -1;
}
.tripleEffet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}
.tripleEffet p {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 0;
}
.tripleEffet span {
    font-weight: bold;
    font-size: 200px;
    color: #cc5515;
}
.etapes-box {
    counter-reset: etape-counter;
}
.etapes {
    list-style: none;
    padding-left: 0;
}
.box50margin {
    margin-top: 1em;
}
.center{
    text-align: center;
}
.etapes li {
    counter-increment: etape-counter;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    color: #003474;
}
.etapes li::before {
    content: counter(etape-counter);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
.stepColor {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.stepColor li {
    list-style: none;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 1.1em;
    color: #003474;
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    font-weight: bold;
    line-height: 1.2em;
}
.stepColor .couleur {
    font-size: 1.5em;
    color: #fff;
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.stepColor .couleur1 {
    background-color: #c8ad31;
}
.stepColor .couleur2 {
    background-color: #62c4a0;
}
.stepColor .couleur3 {
    background-color: #74b0c2;
}
.upper {
    text-transform: uppercase;
}
.deroulement {
    padding-top: 100px;
}
@media only screen and (min-width: 31em) {
    .slider {
        min-height: 220px;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 48em) {
    body {
        background: url(../images/bg-slider.jpg) top right -10em no-repeat;
        background-size: 215%;
    }
    .slider {
        min-height: 220px;
    }
    .deroulement {
        padding-top: 0;
    }
    .deroulement .box50margin {
        vertical-align: middle;
    }
    .deroulement .box50margin h2 {
        width: 90%;
    }
}

@media only screen and (min-width: 64em) {
    body {
        background-size: auto;
    }
    .slider {
        min-height: 320px;
    }
    h2 {
        font-size: 3em;
        margin-bottom: 0.5em;
    }
    .width80 {
        max-width: 80%;
    }
    .stepColor .couleur {
        width: 70px;
        height: 80px;
        font-size: 2.3em;
    }
    .deroulement {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 96em) {
    body {
        background-position: top center;
    }
    h2 {
        font-size: 3.5em;
        margin-bottom: 0.5em;
    }
    .slider {
        padding-top: 100px;
        min-height: 260px;
    }
    .stepColor li {
        font-size: 1.4em;
        grid-template-columns: 1fr 6fr;
    }
}
