.color-title-blue {
    color: #2f3787;
}

.size-title
{
    font-size: 1.5vw;
}
.size-title-min {
    font-size: 1.15vw;
}

/* Carousel */

.carousel-indicators2 {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators2 li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        border: solid 0.5px;
        border-radius: 50%;
        border-color: #2f3787;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: none;
    }

        .carousel-indicators2 li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators2 li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators2 .active {
        background-color: #2f3787;
    }

.carousel-control-prev2,
.carousel-control-next2 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
}

    .carousel-control-prev2:hover, .carousel-control-prev2:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }
    .carousel-control-next2:hover, .carousel-control-next2:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

.carousel-control-prev2 {
    left: -4.5%;
}

.carousel-control-next2 {
    right: -4.5%;
}

/* Responsivité ================================================================================================================================================= */

.size-arrow {
    width: 32.5%;
    height: auto;
}

.size-img-button {
    width: 100%;
    height: auto;
}

.picto {
    width: 2.25vw;
    height: auto;
}
.texte-picto {
    font-size: 0.75vw;
}

.show-mobile {
    display: none;
}

/* Format tablette ================================================================================================================================================= */

@media screen and (max-width: 1024px) {
    .size-title {
        font-size: 0.55em;
    }
    .size-title-min {
        font-size: 0.4em;
    }

    .picto {
        width: 1.5rem;
        height: auto;
    }
    .texte-picto {
        font-size: 0.5em;
    }
}

/* Format mobile =================================================================================================================================================== */

@media screen and (max-width: 960px) {
    .hide-band {
        display: none;
    }
    .show-mobile {
        display: block;
    }

    .size-title {
        font-size: 0.70em;
    }
    .size-title-min {
        font-size: 0.5em;
    }
    .size-img-button {
        width: 85%;
        height: auto;
    }

    .picto {
        width: 2.5rem;
        height: auto;
    }
    .texte-picto {
        font-size: 0.9em;
    }
}