/*GENERAL*/
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: white;
  font-family: goergia;
  font-size: 18px;
}

a{
  text-decoration: none;
  color: blue;
}

a:hover{  
  color: #1fa8f2;
}

.turquoise{ color: #0c7567;}
.underline{ text-decoration: underline;}
.center{ text-align: center;}
.red{ color: red;}
.gray{ color: gray;}
.bleu{ color: #1fa8f2;}
.white{ color: white;}
.white:hover{ color: blue;}
.size28{ font-size: 28px;}
.size16{ font-size: 16px;}
.size15{ font-size: 15px;}
.open{ font-family: 'Open Sans', sans-serif;}
.pb150{ padding-bottom: 150px;}
.pb50{ padding-bottom: 50px;}
.pt150{ padding-top: 150px;}
.pt120{ padding-top: 120px;}
.pt100{ padding-top: 100px;}
.pt50{ padding-top: 50px;}
.pt30{ padding-top: 30px;}
.pt10{ padding-top: 10px;}
.mt50{ margin-top: 50px;}
.ml10{ margin-left: 10px;}
.ml20{ margin-left: 20px;}
.pl20{ padding-left: 20px;}
.bold{ font-weight: bold;}
.bottom0{margin-bottom: 0 !important}
.justify{text-align: justify;}
.inline_block{display: inline-block;}

/*INDEX*/
.form_connect{
    height: 45px;
    width: 268px;
}

.menu_a{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  height: 50px;
  padding-top: 18px;
  font-size: 15px;
  background: #0c7567;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}

.a_menu{
  color: white;
  text-decoration: none;
  padding: 30px;
}
.a_menu:hover{
  color: black;
  font-weight: bold;
}
.fond{
  margin: 0px 10%;
}

h1{
    text-align: center;
    margin-bottom: 50px;
    padding-top: 70px;
    font-size: 40px;
    letter-spacing: 5px;
}

/*FORMULAIRE*/
.bg{
	background: #f7f7f7;
	border: 1px solid gray;
}

.mot{
	height: 30px;
	padding: 10px;
}

.marge{
  margin: 150px 50px; 
  padding: 20px;
}

.marge_form{
  margin: 50px 50px; 
  padding: 20px;
}

input{
  margin-bottom: 10px;
}

.texta{
  width:100%; 
  padding: 10px;
}

.text-right{
  text-align: right;
}

.btn{
  text-align: center;
  border: 1px solid gray;
  margin-top: 20px;
  min-width: 220px;
  display: inline-block;
  padding: 7px 17px;
  background: black;
  color: white;
}

.petit_btn{
  text-align: center;
  border: 1px solid gray;
  margin-top: 20px;
  min-width: 120px;
  display: inline-block;
  padding: 7px 17px;
  background: black;
  color: white;
}

.petit_btn:hover{
  background: #0c7567;
  color: white;
}

.btn:hover{
  background: #0c7567;
  color: white;
}

.marge_modif_form{
  margin-top: 120px;
  padding: 20px;
}
/*ACCUEIL*/
.lettrelexique{
  letter-spacing: 22px; 
  font-size: 20px; 
  text-decoration: none; 
  color: black;
  font-weight: bold;
}

.titre{
  font-size: 35px; 
  margin-bottom: 15px; 
  margin-top: 50px;
  font-weight: bold;
}

.aff_mot{
  font-weight: bold; 
  text-decoration: underline;
  font-size: 17px;
  padding-bottom: 5px;
}

.def{
  text-align: justify;
}

/* TABLEAU*/
table{
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse; 
    margin: auto;
    margin-top: 70px;
    width: 80%;
}

th, td{
    border: 1px solid black; 
    height: 45px; 
    width: 70px; 
    font-size: 14px;
}

th{
    background: #0c7567;
    color: white;
}

td{
    padding: 10px;
}
   