﻿

#homepage-top-carousel .carousel-item {
    min-height: 530px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#homepage-top-carousel.carousel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    #homepage-top-carousel.carousel .carousel-inner {
        border-bottom: 6px solid #C8050D;
    }

#homepage-top-carousel .carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

#homepage-top-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    top: 10vh;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 3%;
    margin-left: 3%;
    list-style: none;
    width: 4%;
}

#homepage-top-carousel .carousel-inner {
    top: -140px;
}

#homepage-top-carousel .carousel-caption {
    /*background-color: azure;
    color:black;*/
    bottom: auto;
    top: 220px;
    right: 0;
    left: 0;
    padding-right: 78px;
    padding-left: 15px;
}

#homepage-top-carousel .carousel-indicators > li {
    border-radius: 50% !important;
    height: 18px;
}

.main-content {
    padding-top: 240px !important;
}

.maman-marketing .carousel-caption {
    right: 15px;
    left: auto;
    padding: 5px;
    margin: 0;
    top: 15px;
}

.maman-marketing-header  {
    /*height: 32px;
    width: 269px;*/
    color: #0061CE;
    font-family: Assistant;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 34px;
    text-align: right;
}

.maman-marketing-text {
    height: 21px;
    width: 382px;
    color: #848484;
    font-family: Assistant;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: right;
    vertical-align: bottom;
}

.camption-span-14 {
    font-size: 14px;
    height: 18px;
}

.camption-span-48 {
    font-size: 48px;
    height: 63px;
}

.camption-span-12 {
    font-size: 12px;
    height: 12px;
}

span {
    display: inline-block;
    vertical-align: text-top;
    line-height: normal;
    text-align: center;
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 70px !important;
    }

    #homepage-top-carousel {
        display: none;
    }
}
