* {
  margin: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 1em;
  background-color: #344648;
}

a {
  color: #242424;
  text-decoration: none;
}

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

h1 {
  font-size: 3.5em;
  color: #fbe0c3;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  color: #fbe0c3;
}

p,
li {
  font-size: 1.1em;
  color: white;
}
header {
  margin-bottom: 80px;
}

footer {
  background-color: white;
  padding: 20px 50px 20px 10px;
}

.cta {
  display: inline-block;
  background: linear-gradient(#d69d81, #a59481);
  color: white;
  border-radius: 50px;
  padding: 20px 30px;
}

a:hover {
  text-decoration: underline;
}

.cta:hover {
  background: linear-gradient(#b9886f, #807263);
  text-decoration: none;
}

.cta2 {
  display: inline-block;
  background: linear-gradient(#f09466, #fcb360);
  color: white;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 2em;
  text-align: center;
}

.cta2:hover {
  background: linear-gradient(#df7743, #e67350);
  text-decoration: none;
}
.lien-icone {
  margin-left: 30px;
}

.lien-icone:hover {
  opacity: 0.5;
}

section {
  padding: 80px;
}

nav{
  width:100%;
  margin:0 auto;
  background-color: white;
  position:fixed;
  top:0;
  left:0;
  margin-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  z-index:1;
  opacity: 0.8;
}
nav div {
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

nav a {
  margin-left: 30px;
}

@media screen and (max-width: 996px)  {

h1 {
  font-size: 2em;
  }
main {
  margin-top: 150px;
}
  header nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
  }

  header nav img {
    margin-bottom: 20px;
  }

  header,
  footer {
    padding: 20px 20px;
  }
  section {
    padding: 50px 20px 50px 20px;
  }
  nav img {
    margin-left:70px;
    height:50%;
  }
}
