body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #dddddd;
  font-family: LTMuseum;
}

header {
  position: absolute;
  top: 0;
  left: 0;
}

#bandeauInfo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  font-style: italic;
  box-shadow: 0px 4px 4px 0px #000000;
}

#bandeauInfo > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  font-style: normal;
  color: #fb0200;
  background-color: #ffffff;
  cursor: pointer;
}

#menuContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
}

.audienceContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 1002px;
  height: 334px;
  border: 1px solid #000000;
  box-shadow: 4px 4px 4px 0px #000000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.audienceContainer > div {
  position: relative;
  width: 50%;
  height: 100%;
  /* border: 1px solid #000000; */
}

.audienceContainer > div > p {
  margin: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  /* background-color: aqua; */
}

.imgAudienceContainer {
  width: 100%;
}

.linkContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
}

.linkContainer > li {
  display: block;
  background-color: #fb0200;
  padding: 4px 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 0px #000000;
  cursor: pointer;
}

.linkContainer > li > a {
  color: inherit;
  text-decoration: none;
}

.linkContainer > li:active {
  translate: 2px 2px;
  box-shadow: none;
}

.contactIndex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 5px 0px;
  width: 1002px;
  border: 1px solid #000000;
  box-shadow: 4px 4px 4px 0px #000000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.contactIndex > div {
  margin: 5px 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}

.contactIndex > div:last-child {
  display: block;
  background-color: #fb0200;
  padding: 4px 14px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 0px #000000;
  cursor: pointer;
}

.contactIndex > div:last-child:active {
  translate: 2px 2px;
  box-shadow: none;
}

.contactIndex > div > a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #bandeauInfo {
    height: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  #bandeauInfo > div:last-child {
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 16px;
  }

  #menuContainer {
    margin-top: 80px;
  }
  .audienceContainer {
    width: 720px;
    height: 240px;
  }
  .audienceContainer > div > p {
    margin: 15px;
    font-size: 18px;
    /* background-color: aqua; */
  }
  .linkContainer > li {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
  }

  .contactIndex {
    width: 720px;
  }
  .contactIndex > div {
    font-size: 18px;
  }

  .contactIndex > div:last-child {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 760px) {
  #bandeauInfo {
    height: 30px;
    font-size: 14px;
    letter-spacing: normal;
  }

  #bandeauInfo > div:last-child {
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    font-size: 16px;
  }

  #menuContainer {
    margin-top: 60px;
  }
  .audienceContainer {
    flex-direction: column-reverse !important;
    width: 450px;
    height: 600px;
  }
  .audienceContainer > div {
    width: 100%;
    height: 50%;
  }
  .audienceContainer > div > p {
    margin: 20px;
    font-size: 18px;
    /* background-color: aqua; */
  }
  .linkContainer > li {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
  }
  .contactIndex {
    width: 450px;
  }
  .contactIndex > div {
    font-size: 18px;
  }

  .contactIndex > div:last-child {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 480px) {
  #bandeauInfo {
    height: 40px;
    font-size: 12px;
    letter-spacing: normal;
    text-align: center;
    padding-right: 40px;
    box-sizing: border-box;
  }

  #bandeauInfo > div:last-child {
    top: 9px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    font-size: 16px;
  }

  .audienceContainer {
    width: 300px;
    height: 400px;
  }
  .audienceContainer > div > p {
    margin: 10px;
    font-size: 16px;
    /* background-color: aqua; */
  }
  .linkContainer > li {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #000000;
  }
  .contactIndex {
    width: 300px;
  }
  .contactIndex > div {
    font-size: 16px;
  }
  .contactIndex > div:last-child {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #000000;
  }
}
