body{
    background-color: black;
    height: 100vh;
}
header{
    height: 100%;
}

footer{
    background-color: #A6A6A6;
}
#ImageLogo{
    width: 200px;
    height: 75px;
}
.PageContenu{
    background-color: #262626;
}
.MarginTop{
    height: 20%;
   background-image: linear-gradient(black,  #262626);
}

.NousServicesTexte{
    margin: 7%;
    color: #D9D9D9;
}
.TitlePage{
    margin-bottom: 50px;
    height: 300px;

}
.NousServiceImage{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.NousServicesTitle{
  margin: auto;
    background-color: #CCB012;
    color: black;
    font-size: 34px;
    border-radius: 20px 40px;
}

.FormulaireContact{
    width: 70%;
    margin: auto;
}
.QuiSommesNousImg{
    background-color: #737373;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100px;
}

/*--------------------Page Client ------------------------- */
.PageClient{
    width: 90%;
    height: auto;
    background-color: #262626;
    padding: 40px 40px 0 40px;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    color: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    overflow: auto;

}
.ClientMateriel{
    margin-top: 25px;
    margin-bottom: 15px;
}
.ClientStatus{
    margin-bottom: 10px;
}
.ClientDark{
    padding-top: 75px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 1000px;
}
.ClientMiseAJour{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: center;

}
/*------------Menu adm -------------------------------------*/
.MenuAdm{
    margin-left: 15px;
    margin-right: 15px;
}
.AdmCmd{
    background-color: #FFD400;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.AdmCmd:hover{
    background-color: #A6A6A6;
}
.texta{
    color: black;
    text-decoration: none;
}

/*Intervention*/
.formIntervention{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.formulaireAjouteClient{
    color: white;
    height: auto;
    padding-right: 50px;
    padding-left: 50px
}
.ligneCenter{
    display: flex;
    align-items: center;
}
.ligneLabel{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.ligneInput{
    width: 70%;
}
.ligneCenter label{
    margin-right: 15px;
    margin-top: 15px;
}
.TousLesClients{
    max-height: 900px;
    overflow: auto;
}
input[type="checkbox"]:after{
    box-shadow: none !important;
}
/*--------Form Nous services adm -------------------*/
.descriptionService{
    width: 90%;
    background-color: grey;
    color: white;
    min-height: 200px;
    margin : 3%;

}
.btnServices{
    background-color: gray;
    color: yellow;
    width: 90%;
    margin-left : 3%;
    margin-bottom: 100px;

}
/*---------------Media screnn --------------------------------*/


@media screen and (max-width: 1027px) {

    .formulaireAjouteClient{
        padding-right: 15px;
        padding-left: 50px;
    }

}

@media screen and (max-width: 767px) {

    .mediaMargin{
        margin-bottom: 15px;
    }
    #ImageLogo{
        width: 90px;
        height: 50px;
    }

}

@media screen and (max-width: 767px) {

    .ligneLabel{

    }
    .ligneInput{
        width: 50%;
    }
    .formulaireAjouteClient{
        padding-right: 15px;
    }
}