/** Général **/
.block-flex {
    font-family: var(--futura);
    font-weight: var(--font-book);
    font-style: normal;
	font-size: 18px;
    color: #000000;
}
/*********************************/

/** Titre **/
.maika-title {
    font-weight: var(--font-light);
    text-transform: uppercase;
    margin: 0 0 0 40px;
}
.block-title {
    text-transform: uppercase;
    font-weight: var(--font-light);
}
/*********************************/

.maikaZone1 {
    height: 200px;
    margin: 0 0 80px 0;
}
.block-flex_content div:first-child {
    display: flex;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
}
.block-flex_content div:nth-child(3) {
    display: flex;
    justify-content: center;
}
.row-two div:first-child {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}
.row-two div:nth-of-type(2) {
    max-width: 500px;
}
.row-two .block-flex img {
    position: absolute;
    right: 0;
    top: -33px;
}

/** Caroussel **/
.splide {
    margin: 0 auto !important;
    padding: 0 !important;
}
.mdd-thumbnails {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.mdd-thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}
.mdd-thumbnail.is-active {
    opacity: 1;
}
.mdd-thumbnail img {
    width: 100% !important;
    height: auto !important;
    border: solid 1px #999999 !important;
}
.splide img {
    width: 100% !important;
    padding: 40px;
}
/*********************************/

/** Media queries **/
@media (max-width: 768px) {
    .maika-title {
        margin: 0;
        max-width: unset;    
        font-size: 18px;
        padding: 20px;
    }
    .special-height {
        max-height: 100% !important;
    }
    .block-flex img {
        max-height: 70px;
    }
    .block-flex_content div:first-child {
        margin: 0;
    }
    .splide__list {
        max-height: 600px !important;
    }
    .mdd-thumbnails {
         display: none !important;
    }
}
@media (max-width: 420px) {
    .splide__list {
        max-height: 300px !important;
    }
}
@media (min-width: 768px) {
    #logo {
        justify-content: left !important;
        margin: unset !important;
    }
    .maika-title {
        max-width: 320px;
    }
    .maikaZone1 img {
        height: 300px;
    }
}
        