﻿@media (min-width: 1920px) {
    section.background-position-top {
        padding: 150px 0;
    }
}

@media (min-width: 2200px) {
    section.background-position-top {
        padding: 170px 0;
    }
}

@media (min-width: 2400px) {
    section.background-position-top {
        padding: 195px 0;
    }
}

.blog-play-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
}

.center-icon {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 40%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

.form-registre {
    background-color: #01623f;
    color: #fff;
}

.btn-primary {
    background-color: #f47b20 !important;
    border-color: #f47b20 !important;
    color: #fff;
    font-family: initial !important;
    font-size: 16px;
    font-family: apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
