* {
    margin: 0;
}
.ma-classe {
  text-decoration: none;
  color: black;
  font-family:"Arial";
  font-size: 1em;
  padding-left: 15px;
}
.ma-classe2 {
  color: #A5B4FC;
}
h1{
  font-size: 3.5em;
  color: #A5B4FC;
  font-family:"Montserrat";
}
ul{
  font-size: 1em;
  font-family:"Arial";
  color: white
}
h2{
  color: white;
  font-family:"Arial";
}
p{
  font-size: 1.1em;
  color: white;
  font-family:"Arial";
}
body{
  background-color: #1F2039;

}
.contenuebody{

  padding-left:50px;
  padding-right:50px;
  padding-bottom:20px;
  padding-top:20px;
}
.ma-classe3 {
  color: white;
  font-family: "Arial";
  background: linear-gradient(90deg, #8E86B5, #ACAEED);
  border-radius: 50px;
  font-size: 0,8em;
  padding:8px;
  text-decoration:none;
}
.ma-classe:hover{
  text-decoration: underline;
}
header{
 width :100%;
}
.conteneur{
  text-align: right;
}
.ma-classe3:hover{
  text-decoration: underline;
}
.conteneur2{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 300px 300px;
    grid-gap: 15px;
    padding-bottom:20px;
    padding-top:20px;
}
.conteneur3{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    padding-bottom:20px;
    padding-top:20px;
  }

  .conteneur2 img{
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
  }
  .conteneur3 img{
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
  }
  table{
    color: white;
    border-collapse: collapse;
    margin: auto;
  }
  th{  border: solid, 1px,#A5B4FC;
      height:50px;
      text-align: center;
      font-family:"Arial";
  }

  td{
    border: solid, 1px,#A5B4FC;
    text-align: center;
    font-family:"Arial";
    padding: 100px



}

  }

  label{
    color: white;
    font-family:"Arial";


  }
  input{
  padding: 5px;
    border-radius:5px;
    border: 1px solid black;

  }
  form{
    text-align: center;
    color: white;
    font-family:"Arial";
  }


/*  .une {
   background: linear-gradient(90deg, #8E86B5, #ACAEED);
   border-radius: 50px;
     grid-column-start: 1;
     grid-column-end: 4;
 }*/

/*
.deux {
  background: linear-gradient(90deg, #8E86B5, #ACAEED);
  border-radius: 50px;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .trois {
    background: linear-gradient(90deg, #8E86B5, #ACAEED);
    border-radius: 50px;
      grid-row-start: 2;
      grid-row-end: 3;
    }
    .quatre {
      background: linear-gradient(90deg, #8E86B5, #ACAEED);
      border-radius: 50px;
        grid-row-start: 2;
        grid-row-end: 2;
      }
      .cinq {
        background: linear-gradient(90deg, #8E86B5, #ACAEED);
        border-radius: 50px;
          grid-row-start: 3;
          grid-row-end: 3;
          grid-column-start: 2;
          grid-column-end: 4;
        }
        .six {
          background: linear-gradient(90deg, #8E86B5, #ACAEED);
          border-radius: 50px;
            grid-row-start: 4;
            grid-row-end: 5;
            grid-column-start: 1;
            grid-column-end: 3;
          }
          .sept {
            background: linear-gradient(90deg, #8E86B5, #ACAEED);
            border-radius: 50px;
              grid-row-start: 5;
              grid-row-end: 4;
            }

              .huit {
                background: linear-gradient(90deg, #8E86B5, #ACAEED);
                border-radius: 50px;
                grid-row-start: 5;
                grid-row-end: 5;
                grid-column-start: 1;
                grid-column-end: 4;
                }
                .neuf {
                  background: linear-gradient(90deg, #8E86B5, #ACAEED);
                  border-radius: 50px;
                  grid-row-start: 6;
                  grid-row-end: 6;
                  grid-column-start: 1;
                  grid-column-end: 4;
                  }*/
