.grandinput
{
    padding-left:  1rem !important;
    padding-top:  .4000rem !important;
    padding-bottom: .4000rem !important;
    border: 1px solid #dae1e7 !important;
    border-radius: .3125rem !important;
    box-shadow: inset 0 1px 2px transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.hide{
    display: none;
}
#loader {
    margin: 40px;
}
.loader {
    margin: auto;
    border: 16px solid #e3e3e3;
    border-radius: 50%;
    border-top: 16px solid #1565c0;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*
.bg-custom-primary{
    background-color: #0a2540 !important;
}*/
.bg-faded-custom-primary{
    background-color: #FFF2F2;
}
.bg-faded-custom-primary h3 ,.bg-faded-custom-primary i {
    color: black !important
}
.clients-box{
    background-color: #EFF0FA !important;
}
.clients-box h3  {
    color: black !important
}
.clients-box i {
    color: #4F55C8 !important;
}

.titreprincipale a{
    font-size: 1.25rem !important;
    color: white !important;
}

#panel {
    padding: 50px;
    display: none;
}
.headervideo {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.headervideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.headervideo .container {
    position: relative;
    z-index: 2;
}

.headervideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
