﻿html {
    background: none;
    scrollbar-color: red white;
    scrollbar-width: thin;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

body, form, form > div {
    height: inherit;
    line-height: 1.72;
}

body {
    background-image: linear-gradient(to right, rgba(20, 20, 20, 0.95), rgba(226, 0, 26, 0.6)), url(/assets/images/ZoneVHP_background.jpeg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.header-content {
    background-color: white;
    padding: 15px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 80px 12px 80px;
}

.calls a:hover {
    text-decoration: none;
    color: #e2001a;
    transition: ease 0.3s;
}

.boutons, .calls a, .web-1722:hover, .titre {
    color: white;
}

.calls a:not(:hover) {
    transition: ease 0.3s;
}

.calls a span.call-112 {
    color: #e2001a;
}

.calls {
    background-color: #141414 !important;
    display: flex;
    justify-content: space-evenly;
    font-size: 12px;
    line-height: 1.72;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 40px 5px 40px;
}

.titre {
    display: flex;
    justify-content: center;
}

.titre span {
    font-size: 3em;
}

.form-style {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.labels, .titre span, .calls {
    font-weight: bold;
}

.form-style > div {
    max-width: 50%;
    min-width: 400px;
}

.header-content a {
    margin: 0 5px 0 5px;
}

.body *, .boutons {
    border-radius: 0;
    font-weight: bold;
}

.boutons {
    text-transform: uppercase;
    background-color: #e2001a !important;
    background: linear-gradient(to top left, #e2001a 50%, #141414 50%) bottom right;
    background-size: 150% 300%;
    border-color: #e2001a;
    transition: ease-in-out 0.2s;
}

.boutons:active {
    background-color: #141414 !important;
    border-color: #141414;
    color: white;
    transition: none;
}

.boutons:focus {
    background-color: #141414;
    color: white;
    box-shadow: none;
}

.boutons:hover {
    background-position: top left;
    color: white;
    border-color: #141414;
}