
.conseils h1 {
    line-height: 40px;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.conseils h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 40px; 
    padding-bottom: 15px;
    font-size: 15px !important;
    text-transform: uppercase;
    text-align: center;
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 55vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}


/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

section.footer {
    text-align: center;
    border-top: 1px solid rgba(250,250,250,0.15);
    background-color: #1f272b;
}

section.footer p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

section.footer p a {
    color: #82af4a;
}

/* 
---------------------------------------------
bottom right corner
--------------------------------------------- 
*/

.return_to_home {
    background-color : #82af4a;
    color: white;
    width: 60px;
    height: 40px;
    border-radius: 4px;
    border-color: #82af4a;
}

#return_home_popup {
    position: fixed;
    bottom: 70px;
    right: -4px;
}

.return_to_home li a:hover{
    color: #4a632a;
}

.go_to_contact_us {
    background-color : #82af4a;
    color: white;
    width: 60px;
    height: 40px;
    border-radius: 4px;
    border-color: #82af4a;
}

#contact_us_popup {
    position: fixed;
    bottom: 25px;
    right: -4px;
}

.go_to_contact_us:hover{
    color: #4a632a;
}

section.information {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 992px) {
    section.contact-us #contact {
        margin-bottom: 30px;
    }
}

