.rossbro-blue {
    color: #099fdc;
}

.parallax-section {
    padding: 100px;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-header {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    height: auto;
    background-color: transparent;
    width: 100%;
    background-position: center;
    background-size: cover;

}

.carousel-item img {

    width: 100%;
    background-position: center;
    background-size: cover;
}

.carousel-control-next {
    background: linear-gradient(to right, #ffffff00, #0000003a);
}

.carousel-control-prev {
    background: linear-gradient(to right, #0000003a, #ffffff00);
}

h5.text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: none;
    color: #727272;
}

h4.title {
    color: #2ba6cb;
    text-transform: uppercase;
}

h1 {
    padding: 25px 0px 0px 0px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #727272;
}

h3 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 18px;
    font-style: normal;
    color: #727272;
}


hr {
    background-color: rgba(43, 166, 203, 0.4);
}

a.btn.btn-dander {
    background-color: #2ba6cb;
}

iframe {
    border-radius: 5px;
}

a.contactez-nous {
    border-radius: 5px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper iframe.how-to-use-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

#gray-background {
    background-color: #f6f6f6;
}

@media screen and (min-width:768px) and (max-width: 991px) {

    .how-to-use {
        margin-top: 40px;
    }
}

@media screen and (min-width:320px) and (max-width: 767px) {

    .contact {
        margin-bottom: 40px;
    }

    .how-to-use {
        margin-top: 40px;
    }

    .h4-center {
        text-align: center;
    }






}