@import url(main.css);
.informations-list > div { color: #FFFFFF !important; }

.btnDevis { position: fixed; bottom: 20px; right: 0; font-size: 18px; padding: 10px 20px; background: #8AA2BE; color: white; text-decoration: none; border-radius: 30px 0 0 30px !important; z-index: 10; font-family: 'Staatliches'; }

/* Style HOVER*/
\
 .btnDevis:hover { background: #BE0F0F; color: white; }

/*--------------------------BLOC VIDEO + TEXTE----------------------*/
.custom-video-div { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding: 100px; background-size: cover; background-position: center; background-attachment: fixed; box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; }

.custom-video-text { flex: 1; padding: 20px; background-color: #274843; }

.custom-video-text h2 { color: white; }

.custom-video-text p { color: white; }

.custom-video { flex: 1; }

@media (max-width: 908px) { .custom-video-div { flex-direction: column !important; } }

/*# sourceMappingURL=custom.css.map */