body, div, ul { margin: 0; padding: 0; }

body {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-family: Arial, sans-serif;  
  font-size: 13px;
  
  text-align: center;
}

html{
scroll-behavior: smooth; 

}

/************ champ *************/
.champ{
  width: 150px;
  height: 30px; 
}
.champBin{
  width: 320px;
  height: 30px; 
}
.champ2{
  width: 80px;
  height: 20px; 
}


.champConnexion{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.champAjout{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.container{
  width: 30%;
}
.containMot{
 float:right
}
.input-group{
  width: 100%;
  height: 20%;
}
.buttons {
    text-align: right;
}


/************ MENU *************/
.navbar-nav{
  margin-left: 1.5%;
}

.active {
  color: rgb(255, 255, 255);
}

.tabMot{
   float:left;
   margin-left: 20%;
}
/************ Image Accueil *************/ 
.imgGauche{
  width: 330px;
  height: 250px; 
}

.imgDroite{
  width: 450px;
  height: 250px; 
}
.imglongue{
  width: 780px;
  height: 250px; 
}
.imgcourte{
  width: 193px;
  height: 193px; 
}

.imgGauche:hover{
  background:#2F3031;
  opacity:0.7;
  transition: .5s ease;
}
.imgDroite:hover{
  background:#2F3031;
  opacity:0.7;
  transition: .5s ease;
}
.imglongue:hover{
  background:#2F3031;
  opacity:0.7;
  transition: .5s ease;
}
.imgcourte:hover{
  background:#2F3031;
  opacity:0.7;
  transition: .5s ease;
}

#imgGlossaire{
  width: 20px;
  height: 20px; 
}
#imgGlossaire:hover{
  background:#E5E5E5;
  opacity:0.7;
  transition: .5s ease;
}


.banniere{
  width: 1200px;
  height: 350px; 
}
/******************************************/


#global { 
width: 90%; 
margin: auto; 
}


/************ Entete ***********/ 
#entete { 

height: 80px; padding: 10px;
background-color: none; 
color: rgb(0, 0, 0);

font-size: 14px;
}
/*******************************/ 



/***** Contenu de la page ******/

#contenu { padding: 20px; 
background-color: none;
color: rgb(0, 0, 0);
margin-top: 350px;
}

#cmd{
  background-color: black;
  color: #ffffff;
  text-align: left;
}

/*******************************/

/***** pied de page ******/

#copyright{
  margin-left: 60px;
}

/*************************/
