* {
  margin:0;
}

h1 { 
 /* commentaire : j'indique les titres h1 en jaune */
    color: #c99700;
    font-size: 2em;
}

.name { 
    font-size: 4em sans serif;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: bold;
    } 



header,
footer {
  background-color: #012b28;
  padding: 10px 10px;
  }
  

  p, 
  li,
  h2 {
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #012b28;    
    }

.mot_en_italic {
    font-style:italic; 
    font-weight:900;
    }

body { 
    background-color:#d6dfdf;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #F9F8FF;   
    padding:auto; 
  }

main{
  padding: 30px 20px 20px 20px;
  margin: auto;
  margin-top:80px;
}

a {
    color: rgba(250,250,250);
    text-decoration:none;
  }

em {
    color: #c99700;
    font-style: normal;
  }


.cta {
    display: inline-block;
    background: linear-gradient(#c99700, #c5b37e);
    text-align: center;
    border-style:solid;
    border-radius:20px;
    padding: 20px 20px;
    margin-top:20px;
    width:fit-content
    }

.cta:hover {
  background: linear-gradient(#012b28, #4f7979);
      text-decoration: none;
    }


a:hover {
        text-decoration: underline;
    }
   
.lien-icone:hover {
        opacity: 0.5;
      }

.logo-name {
display:flex;
flex-direction :row;
align-items:center;

}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

header {
  width:100%;
  position: fixed;
  top:0;
}

.menu {
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-end;

}

.menu a {
  margin: 0px 20px 10px 20px;
}

@media screen and (max-width: 996px) {
 header
  {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 996px) {
  img src {
    width: 100%;
    min-width: 400px;
}
}