body {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}


.section {
    min-height: 400px;
}

blockquote h1{
    letter-spacing: 3px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.down{
    transform: rotate(90deg);
    position: absolute;
    top: 90vh;
}

.down i{    
    font-size: 2.5em;
}

.btn-floating .material-icons{
    -webkit-text-fill-color: #ffffff;
    background-color: #d20041 !important;
    border-radius: 50%;
}

/*** SLIDER ***/
.slider {
    width: 100%;
    height: 80vh;
    margin-bottom: 5%;
}

.slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

figure {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: 2s;
}

.slider figure.active {
    opacity: 1;
    visibility: visible;
}

figcaption {
    text-align: center;
    position: absolute;
    font-size: 1.5em;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 5%;
    left: 15%;
    text-transform: uppercase;
    color: white;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

/*** FIN SLIDER ***/

.text_presentation{
    text-align: justify;
    font-size: 1.5em;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.text_presentation p{
    margin-bottom: -15px;
}

blockquote{
    border-left: 5px solid #d20041;
}

.text_presentation p b{
    color: #d20041;
}

.picto{
    margin-bottom: -31px;
    margin-left: -20px;
}

.picto .material-icons{
    font-size: 3em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d20041;
    -webkit-text-fill-color: rgb(255, 255, 255);
    background-color: rgba(31, 31, 31, 0.2);
}
.card-title{
    text-transform: uppercase;
    color: black;
}
.card .card-content{
    min-height: 200px;
    font-size: 1.1em;
}

.card-image .test-card-button .material-icons i{
    margin-bottom: 10px;
}

.client_carousel, .client_carousel_test, .client_carousel_test_test{
    height: 15vh;
}

