*, *:after, *::before


body {
  font-family: system-ui;
  background: grey;
  color: white;
  height: 100vh;
  margin: auto;
  display: grid;
  place-items: center;
}

table {
  overflow-y: scroll;
  display: table;
  width: 90%;
  border-collapse: collapse;
  margin: auto;
}

th, td {
  padding: 3px 10px 3px 10px;
  border: solid 1px #aeb6bf;
  font-size: medium;
}

th {
  background-color:#729EBF; 
  background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
  color: white;
  text-align: center;
}

td {
  color: #000;

}

tr:nth-child(odd){
  background-color: #eee;
  text-align: left;
}
  
button
{
    margin: 4 auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
  background-color:#729EBF; 
  background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
  color: white;
  text-align: center;
  padding: 2px;
}

.btnmodif a

{
      margin: 4 auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    background-color: #dfb36f;
    background-image:-webkit-linear-gradient(top, #dfb36f 65%, #B28F58 100%);
    background-image: linear-gradient(to bottom, #dfb36f 65%, #B28F58 100%);
    padding: 7px;
}


/-- MENU DE NAVIGATIONN --/

nav{
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 0px;
    height: 50px;
}

.menu{
    list-style-type: none;
    background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%); 
    background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);

}

nav ul li{
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    height: 50px;
   
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding: 14px 0px;
}

nav a:hover{
    color: #F48A63;
    border-bottom: 2px solid #F48A63;
}

nav form{
    margin: 0px 0px 0px 0px;
}

nav form button{
    display: block;
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding: 14px 0px;
    margin: 0px 0px 0px 0px;
}

nav form button:hover{
    color: #F48A63;
    border-bottom: 2px solid #F48A63;
}

.sous{
    list-style-type: none;
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #1b2024;
    position: absolute;
    width: 100%;
    z-index: 9;
    color: white;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
    height: 40px;

}
.sous a{
    padding: 10px;
    border-bottom: none;
    color: white;
    font-weight: lighter;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}

.sous form button{
    padding: 10px;
    border-bottom: none;
    color: white;
    font-weight: lighter;
    background-image:none;
    text-align: left;
}
.sous form button:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > form button::after{
    content:" ▼";
    font-size: 12px;
}

/-- FIN MENU DE NAVIGATIONN --/


.conteneur{
  margin: 50px 20px;
  height: 1500px;
}

.main {
  margin-left: 20px;
  margin-right: 20px;
}

#field6 /*INDEX*/
{
width: 600px;
float: center;
height: 130px;
margin: auto;
background-image:-webkit-linear-gradient(top, white 0%, #CAD7E4 100%);
background-image: linear-gradient(to bottom, white 0%, #CAD7E4 100%);
}




/-- MISE EN FORME FORMULAIRE --/

form {
 background-color:#FAFAFA;
 padding:10px;
 margin: auto;
}

form.supp {
 background-color:#FAFAFA;
 margin: 5px 10px 5px 10px;
}

form.projet {
 padding:0px;
 margin: 0px;
}

legend {
  padding: 0px 3px;
  font-weight: bold;
  font-variant: small-caps;
  background: white;
}

label{
  display: block;
  width: 235px;
  float: left;
}

.separ {
  clear : left;
  }

/-- FIN DE MISE EN FORME FORMULAIRE --/

/-- POLICE TITRE --/

h1 {
  line-height: 30px;
   font-size: 18px;
}

.bouton {
    margin: 4 auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
  background-color:#729EBF; 
  background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
  color: white;
  text-align: center;
  padding: 5px 10px 5px 10px;
}


.btn-valider {
  background-color:#66b266; 
  background-image:-webkit-linear-gradient(top, #66b266 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #66b266 0%, #333A40 100%);
  color: white;
  text-align: center;
}

.btn-annuler {
  background-color:#9c2f06;
  background-image:-webkit-linear-gradient(top, #9c2f06 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #9c2f06 0%, #333A40 100%);
  color: white;
  text-align: center;
}


.btsuppr {
  background-color:#f05921; 
  background-image:-webkit-linear-gradient(top, #f05921 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #f05921 0%, #333A40 100%);
  color: white;
  text-align: center;
  padding: 5px 10px 5px 10px;
}


.btann {
  background-color: #4CAF50;
  background-image:-webkit-linear-gradient(top, #f05921 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #f05921 0%, #333A40 100%);
  color: white;
  padding: 5px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 80px;
  opacity: 0.9;
  height: 28px;
}

.btann:hover {
  opacity:1;
}

.boutonProjet {
    margin: 20 auto; /* On peut donc demander à ce que le bloc soit centré avec auto */
    background-color: white;
    background-image:-webkit-linear-gradient(top, white 90%, white 100%);
    background-image: linear-gradient(to bottom, white 90%, white 100%);
    padding: 20px;
    box-shadow: 4px 4px 4px grey;
    border: none;
}

.centre {
  text-align: center;
  padding-top: 5px;
}

.tete {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info {
  margin-top: 15px;
  margin-right: 40px;
  width: 30%;
  text-align: right;
}

.bande {
  display:flex;
 justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  color: #cd410e;
}

.logo {
  display: block;
  width: 100px;
  margin-left: 40px;
  margin-top: 15px;
}

.pegase {
  display: block;
  margin-left: 210px;
  margin-top: 15px;
  width: 320px;
}

.logoedf {
  display: block;
}

h2 {
font-size: 2em;
}

.flex-container {
  display: inline-flex;
  background-color: #F8F8F8;
  border: solid 1px #CCC;
  box-shadow: 4px 4px 4px grey;
  margin: 0 10 0 10px;
}

.accueil-projet {
  display: inline-block;
  background-color: white;
  border: solid 1px #aeb6bf;
  width: 220px;
  margin: 10px;
  text-align: center;
  box-shadow: 4px 4px 4px grey;

}

.accueil-attention {
    display: block;
    background-color: white;
    border: solid 2px #f05921;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 7px 10px 7px;
    text-align: center;
    box-shadow: 2px 2px 2px grey;

}


.formulaire {
  width: 220px;
  margin-left: 250px;
}

.indicateur {
  display: inline-block;
  text-align: center;
  justify-content: space-around;
  flex-direction: row;
  width: 900px;
  margin: 20px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 3px 3px 3px grey;
}

.indicateur2 {
  display: inline-block;
  text-align: center;
  justify-content: space-around;
  flex-direction: row;
  width: 400px;
  margin: 20px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 3px 3px 3px grey;
}

.indicateur3 {
  display: inline-block;
  text-align: center;
  justify-content: space-around;
  flex-direction: row;
  width: 500px;
  margin: 20px 40px 20px 40px;
  padding: 20px 10px 20px 10px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 5px;
  box-shadow: 3px 3px 3px grey;
}

.restit {
  display: block;
  text-align: center;
}

.ajouter {
  background-color:#729EBF; 
  background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
  color: white;
  text-align: center;
  margin: 10px 2px 10px 2px;
  width: 120px;
  height: 40px;
}


.soldproj {
  background-color:#f05921; 
  background-image:-webkit-linear-gradient(top, #f05921 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #f05921 0%, #333A40 100%);
  color: white;
  text-align: center;
  margin: 10px 2px 10px 2px;
  width: 120px;
  height: 40px;
}

.signupbtn {
  background-color:#729EBF; 
  background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
  color: white;
  text-align: center;
}

.cancelbtn {
  background-color:#f05921; 
  background-image:-webkit-linear-gradient(top,#f05921 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #f05921 0%, #333A40 100%);
  color: white;
  text-align: center;
}

.selectionner {
  background-color:#3d8b40; 
  background-image:-webkit-linear-gradient(top, #3d8b40 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #3d8b40 0%, #333A40 100%);
  color: white;
  text-align: center;
  margin: 10px 2px 10px 2px;
  width: 120px;
  height: 40px;
}

.clearfix {
    display: flex;
    justify-content: space-around;
}

.telecharger {
  background-color:#3d8b40; 
  background-image:-webkit-linear-gradient(top, #3d8b40 0%, #333A40 100%);
  background-image: linear-gradient(to bottom, #3d8b40 0%, #333A40 100%);
  color: white;
  text-align: center;
  margin: 10px 2px 10px 2px;
  width: 120px;
  height: 40px;
}

.clearfix {
    display: flex;
    justify-content: space-around;
}



