@font-face {
  font-family: "Poppins";

  src: url("../font/Poppins/Poppins-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Avenir";

  src: url("../font/Avenir.ttc") format("truetype");

  font-weight: normal;

  font-style: normal;
}

body {
  background-color: #f1f8ff;
  color: #002798;
  overflow-x: hidden;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h1 {
  font-size: 250%;
}

p {
  color: black;
  width: 50%;
  margin-top: 20px;
}

span {
  color: #ff7f00;
}

.section1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.jumelle {
  margin-top: 300px;
  width: 300px;
  position: absolute;
  display: flex;
  right: 0;
}
.section1 p {
  text-align: justify;
}

.boussole {
  width: 250px;
  position: absolute;
  display: flex;

  left: 0;
}
.shofar {
  margin-top: 100px;
  width: 100px;
  rotate: -50deg;
}

.section2 {
  margin-top: 100px;
  justify-content: space-between;
  display: flex;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.info img {
  width: 250px;
}

.section3 {
  background-color: #002798;
  margin-top: 100px;

  display: flex;
  flex-direction: column;
  color: #f1f8ff;
  text-align: center;
  left: 0;
  position: relative;
  align-items: center;
  padding: 10px;
}

a {
  background-color: #ff7f00;
  color: #f1f8ff;
  width: 150px;
  padding: 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
  border: none;
}

.section4 a {
  background-color: #ff7f00;
  color: #f1f8ff;
  text-align: center;
  width: 170px;
  padding: 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
  border: none;
}

.section3 h2 {
  margin-top: -10px;
  font-size: 40px;
}

.section3 h3 {
  margin-top: -10px;
  font-size: 20px;
}

.section4 {
  margin-top: 100px;
}

.sac {
  margin-top: 0px;
  width: 200px;
  position: absolute;
  display: flex;
  right: -50px;
}

.corde {
  width: 200px;
  position: absolute;
  display: flex;
  margin-top: 300px;
  left: 0;
}

@media (max-width: 640px) {
  main {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .jumelle,
  .corde,
  .boussole,
  .sac {
    display: none;
  }

  .shofar {
    width: 50px;
  }

  h1 {
    font-size: 23px;
    width: 100%;
  }
  .section1 {
    max-width: 90%;
    align-items: center;
  }

  p {
    font-size: 12px;
    width: 90%;
    display: flex;
  }

  .section2 {
    width: 90%;
  }

  .section2 img {
    width: 100px;
  }

  .section3 {
    margin-top: 200px;
    padding: 20px;
  }

  .section3 h2 {
    font-size: 20px;
  }
  .section3 h3 {
    font-size: 15px;
  }

  .section3 a {
    font-size: 10px;
    width: 100px;
  }
  .section4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
