body {
  margin: 0;
  background-color: #2B3040;
  color: #FFFFFF;
  font-family: Nunito, sans-serif;
}

h1, h2, h3, h4 {
  font-family: Intro, sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

/*MOBILE & TABLET */
.titre_page {
  font-weight: 900;
  font-size: 40px;
}

.titre_invitation {
  font-weight: 900;
  font-size: 25px;
}

.titre_section {
  font-weight: 900;
  font-size: 22px;
}

.titre_domaine {
  font-weight: 900;
  font-size: 25px;
}

.bouton_base {
  font-family: Nunito, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #53209A;
  padding: 10px 30px;
  border-radius: 10px;
  transition: background-color ease 1s;
}
.bouton_base:hover {
  cursor: pointer;
  background-color: #722FCF;
}

.bouton_long {
  font-family: Nunito, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #416FE1;
  padding: 10px 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  transition: background-color ease 1s;
}
.bouton_long:hover {
  cursor: pointer;
  background-color: #4E81FF;
}

.paragraphe1, .paragraphe2 {
  font-size: 15px;
}

/*PC*/
@media screen and (min-width: 768px) {
  .titre_page {
    font-size: 66px;
  }
  .titre_invitation {
    font-size: 40px;
  }
  .titre_section {
    font-size: 28px;
  }
  .titre_domaine {
    font-size: 40px;
  }
  .titre_type {
    font-size: 30px;
  }
  .texte_domaine {
    font-size: 22px;
  }
  .paragraphe1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .texte_nav {
    font-size: 22px;
  }
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold-MaW2lxb.woff2") format("woff2"), url("../fonts/Nunito-Bold-MqJyQYk.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium-mGsGNOW.woff2") format("woff2"), url("../fonts/Nunito-Medium-SKKrvHV.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold-94pgLkC.woff2") format("woff2"), url("../fonts/Nunito-SemiBold-J6pG9aK.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular-lg7pcfI.woff2") format("woff2"), url("../fonts/Nunito-Regular-RAMDt6l.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Black-q3WYXTu.woff2") format("woff2"), url("../fonts/Nunito-Black-HJU5s8a.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold-03XdlZt.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold-vh0Anas.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: url("../fonts/intro_black_alt-webfont-L1Wtm6p.woff2") format("woff2"), url("../fonts/intro_black_alt-webfont-22dwbN0.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("../fonts/intro_bold_alt-webfont-9nA9nSt.woff2") format("woff2"), url("../fonts/intro_bold_alt-webfont-YLN-SCC.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*MOBILE*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

.bandeau, .connexion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.bandeau {
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #41485E;
}

.reseaux, .connexion a, .connexion p {
  display: none;
}

.burger {
  width: 30px;
  height: 30px;
}

.hamburger {
  color: #FFFFFF;
  padding: 0;
  display: flex;
  align-items: center;
}

.imgbandeau {
  width: 30px;
  height: 30px;
}

.menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #41485E;
}
.menu img {
  display: none;
}
.menu ul {
  margin: 0;
  list-style-type: none;
  padding: 20px;
}
.menu ul li {
  margin-bottom: 20px;
  width: 100%;
}
.menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: block;
}
.menu ul li:last-child {
  margin-bottom: 0;
}
.menu ul li .bouton_nav {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: block;
}
.menu .jeux {
  display: none;
  padding-top: 0;
}
.menu .reserver {
  background-color: #722FCF;
  text-align: center;
  padding: 10px 0;
  border-radius: 12px;
}

/*TABLETTE/SMALL PC*/
@media screen and (min-width: 768px) {
  .bandeau {
    background-color: #2B3040;
    height: 40px;
    box-sizing: border-box;
  }
  .bandeau .imgbandeau, .bandeau .burger {
    display: none;
  }
  .bandeau p {
    margin: 0;
  }
  .bandeau .reseaux {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 25px;
  }
  .bandeau .reseaux .icones_reseaux {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .bandeau .reseaux .icones_reseaux a img {
    width: 25px;
    display: flex;
    align-self: center;
  }
  .bandeau .liensconnexion {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  .bandeau .connexion a, .bandeau .connexion p {
    display: block;
  }
  .bandeau .connexion img {
    width: 25px;
    height: 25px;
  }
  .menu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  .menu img {
    display: block;
    width: 250px;
    height: 54px;
  }
  .menu ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .menu ul li {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .menu .reserver {
    padding: 10px 15px;
  }
  .menu .jeux {
    position: absolute;
    background-color: #41485E;
    padding: 10px;
  }
  .menu .jeux li {
    margin-bottom: 10px;
  }
}
/*PC*/
footer {
  background-color: #41485E;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}

.footer_container {
  width: 100%;
  max-width: 1440px;
  z-index: 10;
  position: relative;
  padding: 20px;
  background-color: #41485E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_container .footer1 img {
  width: 70%;
  display: flex;
  margin: 30px;
  justify-self: center;
}
.footer_container .footer1 p {
  margin: 0;
}
.footer_container .footer1 a {
  color: #EDACFF;
  text-decoration: underline;
}
.footer_container .footer2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.footer_container .footer2 .liensfooter {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer_container .footer3 .newsletter {
  margin-top: 30px;
  text-align: center;
  background-color: #2B3040;
  border-radius: 12px;
  padding: 10px;
}
.footer_container .footer3 .newsletter h2, .footer_container .footer3 .newsletter p {
  margin: 0;
}
.footer_container .footer3 .newsletter form {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_container .footer3 .newsletter input[type=email] {
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
}
.footer_container .footer3 .bouton_base {
  margin-top: 10px;
  background-color: #4E81FF;
}

/*TABLETTE/SMALL PC*/
@media screen and (min-width: 768px) {
  .footer_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
  }
  .footer_container .footer1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
  }
  .footer_container .footer1 img {
    width: 260px;
    height: 55.5px;
    display: block;
    margin: 0;
  }
  .footer_container .footer2, .footer_container .footer3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }
  .footer_container .footer2 {
    gap: 30px;
    width: auto;
  }
  .footer_container .footer2 .liensfooter {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .footer_container .footer3 {
    width: 350px;
  }
  .footer_container .footer3 .newsletter {
    margin-top: 0;
  }
  .footer_container .footer3 .newsletter form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_container .footer3 .newsletter form input[type=email] {
    height: 40px;
    width: 100%;
  }
  .footer_container .footer3 .newsletter .bouton_base {
    width: 150px;
  }
}
/*PC*/
@media screen and (min-width: 1150px) {
  .footer_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
  }
  .footer_container .footer1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
  }
  .footer_container .footer1 img {
    width: 260px;
    height: 55.5px;
  }
  .footer_container .footer2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    width: auto;
  }
  .footer_container .footer2 .liensfooter {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .footer_container .footer3 {
    width: 350px;
  }
  .footer_container .footer3 .newsletter {
    margin-top: 0;
  }
  .footer_container .footer3 .newsletter form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_container .footer3 .newsletter form input[type=email] {
    height: 40px;
    width: 100%;
  }
  .footer_container .footer3 .newsletter .bouton_base {
    width: 150px;
    background-color: #416FE1;
  }
}

/*# sourceMappingURL=app.output.css.map */
