* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap);
.container {
  width: 1200px;
  margin: auto;
  font-family: "Caveat Brush", cursive;

}
header {
  background-image: url(../img/planches.jpg);
  height: 800px;
  .chevron > img {
    width: 5%;
    height: 5%;
    position: absolute;
    bottom: 15%;
    left: 49.8%;
    transform: translate(-50%, -50%);
  }
}
.rose {
  height: 10px;
  width: 40px;
  background-color: rgba(229, 63, 111, 255);
  margin: auto;
  margin-top: 10px;
}
h1,
a,
h2,
h1 > sup {
  font-weight: bold;
}
.nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.h1 {
  margin: 10px 0 0 40px;
  sup {
    display: inline-block;
    font-size: larger;
  }
  h1 > sup::first-letter {
    text-decoration: underline;
  }
}
nav {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  a {
    text-decoration: none;
    color: black;
  }
}
.cerf {
  width: 15%;
  height: 15%;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#triangle-topright {
  width: 0;
  height: 0;
  border-top: 100px solid rgba(229, 63, 111, 255);
  border-left: 100px solid transparent;
  border-right: 100px solid rgba(229, 63, 111, 255);
  border-bottom: 100px solid transparent;
  margin: auto;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main {
  width: 100%;
  height: 60%;
  .asperge {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 25%;
    .pasperge {
      width: 40%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 50px;
      text-align: center;
      .rose {
        margin: 20px 0 20px 0;
      }
    }
    .imgasperge {
      width: 60%;
      height: auto;
      background-image: url(../img/asperge.jpg);
      background-size: cover;
      transform: rotateY(3.142rad);
      img {
        opacity: 0;
      }
    }
  }
  .pbottom {
    color: rgba(229, 63, 111, 255);
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
  .savon {
    width: 100%;
    height: 25%;
    display: flex;
    .imgsavon {
      width: 70%;
      height: auto;
      background-image: url(../img/savon.jpg);
      background-size: cover;
      img {
        opacity: 0;
      }
    }
    .grainedroite {
      width: 30%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 25px;
      .imggraine01 {
        width: 100%;
        height: 40%;
        background-image: url(../img/graines_01.jpg);
        background-size: cover;
        img {
          opacity: 0;
        }
      }
    }
    .rose {
      margin: 20px 0;
    }
  }
  .moule {
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    .imgmoule {
      height: 100%;
      width: 60%;
      background-image: url(../img/moule.jpg);
      background-size: cover;
      img {
        opacity: 0;
      }
    }
    .imggraine02 {
      width: 40%;
      height: 30%;
      background-image: url(../img/graines_02.jpg);
      background-size: cover;
      img {
        opacity: 0;
      }
    }
    .grainegauche {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      .rose {
        margin: 20px 0;
      }
    }
  }
  .oeuf {
    background-image: url(../img/oeuf.jpg);
    background-size: cover;
    img {
      opacity: 0;
    }
  }
}
footer {
  padding: 100px;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/motif.jpg);
  .contact {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    :nth-child(3) {
      margin-bottom: 20px;
    }
    h2 {
      text-align: center;
    }
    .rose {
      margin: 10px 0;
      position: relative;
      left: 40%;
    }
  }
  .reseau {
    width: 15%;
    height: 20%;
    position: relative;
    top: 70%;
    display: flex;
    justify-content: space-around;
    div {
      width: 10%;
      height: 10%;
    }
    .fb {
      position: relative;
      bottom: 9%;
    }
  }
}