@charset "utf-8";
/* CSS Document */

/* submit ligne devis */
#submit-up {
  background-image: url("https://crm.sobem-scame.fr/img/up.png"); /* Change url to wanted image */
  border: none;
  width: 20px;
  height: 10px;
}

#submit-down {
  background-image: url("https://crm.sobem-scame.fr/img/down.png"); /* Change url to wanted image */
  border: none;
  width: 20px;
  height: 10px;
}

/* AJOUT */
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    /*overflow: hidden;
    font: 16px Arial;*/
    /*overflow: hidden;*/
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
:invalid{
    border-color: red;  
    }
:valid{
    border-color: green;  
    }
input[type='file'] {
  color: transparent;
}
.clignote 
{
    animation: clignote 0.75s linear infinite;
}
@keyframes clignote 
{
    50% 
    { opacity: 0;}
}
.stv 
    {
        border:0;
        background-color: white;
    }
#intro 
{
    /*background-image: url(img/001.jpg);*/
    background-repeat:no-repeat;
    background-position:50% 50%;
    height: 100vh;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) 
{
    #intro 
    {
        margin-top: -58.59px;
    }
}
.navbar .nav-link 
{
    color: #fff !important;
}
.neutre {
    border: 0;
    border: none;
    background-color: white;
}