/* Pages Annexes */

/* a{
    text-decoration: none;
    color:inherit;
} */

h2, h3, p, ul, li {
    text-align: center;
    padding-left:50px;
    padding-right: 50px;
}

/* h1 {
    color: white;
    padding: 10px;
    background: linear-gradient(90deg, rgba(26,62,153,1) 0%, rgba(0,119,237,1) 100%);
} */

#titre {
  position: relative;
  height:50px;
  width:100%;
  color: white;
  font-size: xx-large;
  display: table;
  text-align: center;
  background: linear-gradient(90deg, rgba(26,62,153,1) 0%, rgba(0,119,237,1) 100%);
}

.texte{
  margin-left: 300px;
  margin-right: 300px ;
}

h1{
  margin:0;
  padding:0;
  vertical-align:middle;
  display:table-cell;
}

#home{
  position:absolute;
  top:50%;
  left:1%;
  transform: translateY(-50%);
}
.btn {
    /* position:absolute;
    left:1%;
    top:5%; */
    border-radius: 5px;
    background-color: white;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
  }
  
.btn:hover {
    background: black;
    color:white;
  }

 .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
  }

  li{
    list-style:none;
  }
  li:before{
     content:'•';
     margin-right:7px
  }

  .aide {
    max-width: 90vw;
    max-height: 75vh;;

  }