.header .fa {
    font-size: 20px;
    color: white;
    opacity: 0;
    transition: opacity 1s;
}
.headerBtnMenu {
    float: left;
    height: 100%;
}
.headerBtnBack {
    float: left;
    height: 100%;
}
.headerBtnUser {
    float: right;
    height: 100%;
}
.headerBtnSearch {
    float: right;
    height: 100%;
}

.header .fa.fa-angle-left {
    font-size: 25px;
    font-weight: bold;
}

#ID3xDebug {
    display: none!important;
}
form input {
    margin-bottom: 1rem;
}
form p {
    font-size: 15px;
    line-height: 14px;
    padding: 5px 0;
}
.header {
    opacity: 1;
    border-bottom: 1px solid #ff4130;
    background: #ff4130;
    height: 49px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100% !important;
}
.basem {
    margin: 0 auto;
    overflow: hidden;
    transition-duration: 0.5s;
    transform: translate(0px, 0px);
    padding-top: 49px;
}
.padtop {
    padding-top: 10px;
}
.container {
    position: relative;
}
.header .container .fa {
    opacity: 1;
    height: 52px; /* hauteur du parent */
    width: 30px;
    line-height: 52px; /* hauteur de ligne (identique) */
    white-space: nowrap; /* interdiction de passer ? la ligne */
    text-align: center;
}
.header .container {
    width: 100%;
    padding: 0 5px;
}
.header .logo {
    margin: 0 auto;
    margin-top: -2px;
    background-size: 150px;
    background-position: center;
    display: block;
    width: auto;
    height: 50px;
    cursor: pointer;
    direction: ltr;
    z-index: 9999;
    text-indent: -9000px;
    background-repeat: no-repeat;
    background-image: url('/z/billetreduc/responsive/img/new-logo.svg');
    filter: brightness(0) invert(1) !important;
}

form.conect input[type="email"], form.conect input[type="number"], form.conect input[type="search"], form.conect input[type="text"], form.conect input[type="tel"], form.conect input[type="url"], form.conect input[type="password"] {
    max-width: 100%;
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0;
    background-color: rgb(255, 255, 255)!important;
}

form.conect input[type="email"] {
    margin-top: 5px;
}