@import "initialize.min.css";
@import "footer.css";
@import "body.css";
@import "footer-index.css";

:host {
  --white: white;
}

.old-machine-ecrire-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.machine-ecrire-regular {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.plume-regular {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
}

.western-title-regular {
  font-family: "Ewert", serif;
  font-weight: 400;
  font-style: normal;
}

.western-regular {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

.color-white {
  color: var(--white);
}

.color-grey {
  color: rgba(50, 50, 50, 1);
}

header {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  background: white;
  height: 1.375rem;
}

.btn-logo {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  position: absolute;
}

.logo {
  display: flex;
  align-items: start;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0rem;
  max-height: 2.84rem;
}

.nom-logo {
  display: flex;
  flex-direction: row;
  text-align: end;
  justify-content: end;
  padding: 0;
  margin: 0;
  margin-left: 60px;
  padding-bottom: 20px;
  color: rgba(3, 3, 3, 1);
  margin-top: 6px;
  font-weight: bolder;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  background-color: rgba(3, 3, 3, 1);
}

.content-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: rgba(3, 3, 3, 1);
  color: rgba(250, 250, 250, 1);
  padding-top: 10vh;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background: rgba(3, 3, 3, 1);
  color: rgba(250, 250, 250, 1);
  padding-top: 100px;
  margin: 20vh;
  padding: 0;
}

.input-code {
  margin-bottom: 1rem;
  width: 8rem;
  border-radius: 8px;
}

.btn-code {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  font-size: 400%;
  color: rgba(30, 30, 30, 1);
  height: 3.4rem;
  width: 3rem;
  background: rgba(80, 80, 80, 1);
  border: 3px solid rgba(50, 50, 50, 1);
  border-radius: 8px 8px;
  border-bottom-left-radius: 50px 80px;
  border-bottom-right-radius: 50px 80px;
  margin: 0rem;
  cursor: pointer;
}

.btn-code:hover {
  background: rgba(110, 110, 110, 1);
  border: 3px solid rgba(80, 80, 80, 1);
}

.btn-code:hover p {
  color: rgba(60, 60, 60, 1);
}

.btn-w-index {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin: -0.8rem;
}

.window-events-games {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: 7rem;
}

.window-events {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-right: 5rem;
  background: rgba(40, 40, 40, 1);
  border: 5px solid rgba(30, 30, 30, 1);
  border-radius: 20px;
}

.window-events h2 {
  color: rgba(80, 80, 80, 1);
}

.window-events:hover {
  background: rgba(80, 80, 80, 1);
  border: 5px solid rgba(60, 60, 60, 1);
}

.window-events:hover h2 {
  color: rgba(250, 250, 250, 1);
}

.window-games {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: 5rem;
  background: rgba(40, 40, 40, 1);
  border: 5px solid rgba(30, 30, 30, 1);
  border-radius: 20px;
}

.window-games h2 {
  color: rgba(80, 80, 80, 1);
}

.window-games:hover {
  background: rgba(80, 80, 80, 1);
  border: 5px solid rgba(60, 60, 60, 1);
}

.window-games:hover h2 {
  color: rgba(250, 250, 250, 1);
}

.window-events-files {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: start;
  margin-top: 7rem;
}

.events-western {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgba(40, 40, 40, 1);
  border: 5px solid rgba(30, 30, 30, 1);
  border-radius: 20px;
}

.events-western h2 {
  color: rgba(80, 80, 80, 1);
}

.events-western:hover {
  background: rgba(80, 80, 80, 1);
  border: 5px solid rgba(60, 60, 60, 1);
}

.events-western:hover h2 {
  color: rgba(250, 250, 250, 1);
}

.w-i-p {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-top: 150px;
}

.work-in-progress {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.page-western {
  width: 100%;
  background: rgba(45, 25, 0, 0.5);
  background-image: url(../images/fond-planche-bois.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-western h1 {
  font-size: 33px;
  margin-top: -128px;
  margin-bottom: 0;
  z-index: 4;
}

.titre-page-western-opacity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px;
  background: rgba(250, 250, 250, 1);
  opacity: 0.8;
  z-index: 0;
}

.titre-page-western-black {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-top: -200px;
  margin-bottom: 0px;
  padding: 10px;
  z-index: 1;
}

.titre-page-western-black p {
  font-size: 15.2px;
  margin-top: -15px;
  margin-left: 182px;
  padding: 0;
  color: rgba(230, 210, 190, 1);
}

.titre-page-western-black h1 {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 28px;
  opacity: 0.8;
}

.titre-page-western-black h1 .p1m {
  font-size: 28px;
  margin-top: -11px;
  margin-left: -4px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p2a {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 0px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p3r {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 2px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p4s {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 1px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p5h {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 1px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p6a {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 3px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p7l {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 4px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p8f {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 12px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p9r {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 0px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p10e {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 0px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p11e {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 1px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p12m {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 0px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p13a {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 0px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p14n {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 2px;
  padding: 0;
  color: rgb(160, 0, 0);
}

.titre-page-western-black h1 .p15s {
  font-size: 28px;
  margin-top: -11px;
  margin-left: 4px;
  padding: 0;
  color: rgba(160, 0, 0, 1);
}

.titre-page-western-black h2 {
  font-size: 25px;
  margin-top: -22px;
  margin-left: 154px;
  padding: 0;
  color: rgba(230, 210, 190, 1);
}

.titre-page-western-black h3 {
  font-size: 20.2px;
  margin-top: 0px;
  margin-left: 132.5px;
  padding: 0;
  color: rgba(230, 210, 190, 1);
}

.titre-page-western-black h4 {
  font-size: 21px;
  margin-top: -17.5px;
  margin-left: 82px;
  padding: 0;
  color: rgba(230, 210, 190, 1);
}

.titre-page-western {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -221px;
  margin-bottom: 0px;
  padding: 10px;
  color: rgba(3, 3, 3, 1);
  z-index: 2;
}

.titre-page-western p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: rgba(3, 3, 3, 1);
}

.titre-page-western h1 {
  font-size: 33px;
  margin: 0;
  padding: 0;
  color: rgba(200, 180, 160, 1);
}

.titre-page-western h2 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  color: rgba(3, 3, 3, 1);
}

.titre-page-western h3 {
  font-size: 23px;
  margin: 0;
  padding: 0;
  color: rgba(3, 3, 3, 1);
}

.body-western {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: center;
  margin-top: 88.5px;
}

.picture-box {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  background: rgba(150, 130, 105, 0.5);
  border: 2px solid rgba(60, 30, 0, 0.3);
  border-radius: 3px;
  height: 21.4rem;
  width: 15rem;
  padding: 0rem;
  margin-top: 95px;
  margin-bottom: 5rem;
  margin-left: 0px;
  margin-right: 0px;
}

.body-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.body-text h2 {
  margin: 0;
  padding: 0;
  font-size: 33px;
  color: rgba(30, 30, 30, 1);
}

.formulaire-western {
  background-image: url(../images/invitation-1d.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: start;
  border: 2px solid rgba(45, 25, 0, 0.5);
  border-radius: 3px;
  height: 700px;
  min-width: 456px;
  padding-top: 3rem;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 30px;
}

.form-titre-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  margin-top: 30px;
  margin-bottom: 80px;
  gap: 0px;
}

.form-titre-box p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: rgba(30, 30, 30, 1);
}

.form-titre-box h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: rgba(30, 30, 30, 1);
}

.form-titre-box h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: rgba(30, 30, 30, 1);
}

.information-titre-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: start;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 0px;
}

.information-titre-box p {
  margin: 10px;
  padding: 0;
  font-size: 14px;
  color: rgba(30, 30, 30, 1);
}

.information-titre-box h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: rgba(30, 30, 30, 1);
}

.information-titre-box h2 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: rgba(30, 30, 30, 1);
}

.information-text {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 45px;
  gap: 0px;
}

.information-text p {
  margin: 5px;
  padding: 0;
  font-size: 14px;
  color: rgba(30, 30, 30, 1);
}

.input-checkbox {
  width: 1.5rem;
  margin-left: 58px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.input-number {
  width: 3rem;
  height: 1.5rem;
  margin-left: 91px;
  margin-bottom: 0px;
  padding-left: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  color: rgb(3, 3, 3);
}

.adult-number {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  margin: 0px;
  padding: 0px;
  gap: 10px;
  font-size: medium;
  color: rgb(3, 3, 3);
}

.adult-number h4 {
  margin-top: -5px;
  padding: 0px;
  font-size: x-large;
}

.child-number {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  margin: 0px;
  padding: 0px;
  gap: 10px;
  font-size: medium;
  color: rgba(3, 3, 3, 1);
}

.child-number h4 {
  margin-top: -5px;
  padding: 0px;
  font-size: x-large;
}

.present {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  height: 30px;
  margin-bottom: 25px;
  padding: 0px;
  gap: 10px;
}

.present h4 {
  margin-top: -8px;
  padding: 0px;
  font-size: xx-large;
  color: rgba(30, 30, 30, 1);
}

.non-present {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  height: 30px;
  padding: 0px;
  margin-top: 55px;
  gap: 10px;
  font-size: xx-large;
  color: rgba(30, 30, 30, 1);
}

.non-present h4 {
  margin-top: -8px;
  padding: 0px;
  font-size: xx-large;
  color: rgba(30, 30, 30, 1);
}

.btn-form-position {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  padding: 0px;
  margin-top: 85px;
}

.btn-form-valid {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  background: rgba(70, 50, 25, 1);
  border: 5px solid rgba(45, 25, 0, 1);
  color: rgba(150, 130, 105, 1);
  border-radius: 10px;
  height: 2.5rem;
  width: 6rem;
  padding-top: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
}

.btn-form-valid:hover {
  background: rgba(100, 80, 55, 1);
  border: 5px solid rgba(80, 60, 35, 1);
}

.btn-form-valid:hover p {
  color: rgba(250, 230, 205, 1);
}

.btn-valid {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin: 0rem;
}

.formulaire-confirmation {
  margin-top: 140px;
}

.map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 510px;
  width: 510px;
  background: rgba(150, 130, 105, 0.5);
  margin-top: 20px;
  margin-bottom: 30px;
}

.sous-titre-opacity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 91%;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 10px;
  background: rgba(250, 250, 250, 1);
  opacity: 0.8;
  z-index: 0;
}

.zone-parking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  width: 510px;
  margin-top: 20px;
  margin-bottom: 30px;
  background: rgba(150, 130, 105, 0.5);
  background-image: url(../images/carte-map-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid rgba(3, 3, 3, 0.5);
}

.footer-img-western {
  background-image: url();
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  width: 100%;
  position: fixed;
}
