* {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  background: #F7F0E5;
  margin: 0;
  font-family: "gelica", sans-serif;
}
body .header {
  position: relative;
  width: 100%;
  padding: 25px;
}
body .header h1 {
  font-weight: 200;
  font-size: 95px;
  color: #2E577D;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-top: 50px;
}
@media (max-width: 768px) {
  body .header h1 {
    font-size: 48px;
    padding-top: 25px;
  }
}
body .container {
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  body .container {
    padding: 0 20px;
  }
}
body .container .espace_logo_mt {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 768px) {
  body .container .espace_logo_mt {
    margin: 25px 0;
  }
}
body .container .espace_logo_mt img {
  width: 100%;
  max-width: 960px;
}
body .container .espace_fondation {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 768px) {
  body .container .espace_fondation {
    width: 100%;
  }
}
body .container .espace_fondation .texte_fondation {
  color: #2E577D;
  text-align: center;
}
body .container .espace_fondation .texte_fondation p {
  font-size: 32px;
  font-weight: 200;
}
@media (max-width: 768px) {
  body .container .espace_fondation .texte_fondation p {
    font-size: 24px;
  }
}
body .container .espace_fondation .texte_fondation p b {
  font-weight: 300;
}
body .container .espace_prochaintirage {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1200px;
  background: #FC9163;
  font-family: "dreaming-outloud-sans", sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  border-radius: 100px;
  padding: 10px;
  margin: 75px auto;
}
@media (max-width: 768px) {
  body .container .espace_prochaintirage {
    width: 100%;
    font-size: 24px;
    margin: 30px auto;
  }
  body .container .espace_prochaintirage span {
    display: block;
  }
}
body .espace_encours {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 25px auto;
}
@media (max-width: 768px) {
  body .espace_encours {
    flex-direction: column;
  }
}
body .espace_encours .info_encours {
  flex-basis: 40%;
  font-size: 32px;
  font-weight: 200;
  color: #FC9163;
}
@media (max-width: 768px) {
  body .espace_encours .info_encours {
    text-align: center;
    font-size: 24px;
  }
}
body .espace_encours .info_encours .texte_encours {
  margin-bottom: 30px;
}
body .espace_encours .info_encours .btn_encours {
  width: 250px;
  font-family: "dreaming-outloud-sans", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: #FC9163;
  color: white;
  border-radius: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body .espace_encours .info_encours .btn_encours {
    font-size: 24px;
    margin: auto;
  }
}
body .espace_encours .info_encours .btn_encours:hover {
  color: white;
  background-color: #FFBA96;
}
body .espace_encours .image_encours {
  flex-basis: 60%;
}
@media (max-width: 768px) {
  body .espace_encours .image_encours {
    text-align: center;
  }
}
body .espace_encours .image_encours img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 25px;
}
@media (max-width: 768px) {
  body .espace_encours .image_encours img {
    width: 90%;
  }
}
body .espace_menu {
  width: 100%;
  background-color: #FFBA96;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  body .espace_menu {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
body .espace_menu .btn_menu {
  width: 250px;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  color: #FFBA96;
  border-radius: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
body .espace_menu .btn_menu:hover {
  color: white;
  background-color: #FC9163;
}
body .espace_menu .btn_menu a {
  text-decoration: none;
  color: #FFBA96;
}
body .espace_menu .btn_menu a:hover {
  color: white;
}
body .espace_prix {
  background-color: white;
  position: relative;
  z-index: 1;
  width: 100%;
}
body .espace_prix h2 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #2E577D;
  margin-block-start: 0;
  padding-top: 25px;
}
body .espace_prix .prix_avenir {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  body .espace_prix .prix_avenir {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body .espace_prix .prix_avenir {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
body .espace_prix .prix_avenir .prix {
  flex-basis: calc(33.33% - 20px);
  color: white;
  text-align: center;
  border-radius: 32px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .espace_prix .prix_avenir .prix.primary {
  background-color: #FC9163;
}
body .espace_prix .prix_avenir .prix.secondarylight {
  background-color: #FFBA96;
}
body .espace_prix .prix_avenir .prix.lightblue {
  background-color: #B0CFE8;
}
body .espace_prix .prix_avenir .prix.darkblue {
  background-color: #2E577D;
}
body .espace_prix .prix_avenir .prix.green {
  background-color: #CCD4B0;
}
body .espace_prix .prix_avenir .prix.pink {
  background-color: #eeafd4;
}
body .espace_prix .prix_avenir .prix .mois {
  font-family: "atrament-web", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
}
body .espace_prix .prix_avenir .prix .desc {
  font-size: 24px;
  font-weight: 200;
  padding: 5px 0;
}
body .espace_prix .prix_avenir .prix img {
  width: 60%;
}
body .espace_prix .prix_avenir .prix img.large {
  width: 80%;
}
body .espace_prix .prix_avenir .prix img.small {
  width: 40%;
}
body .espace_logo {
  background-color: white;
  width: 100%;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 768px) {
  body .espace_logo {
    flex-direction: column;
    gap: 20px;
  }
}
body .espace_logo a {
  text-align: center;
}
body .espace_logo a img {
  width: 250px;
}
@media (max-width: 1024px) {
  body .espace_logo a img {
    width: 175px;
  }
}
body .espace_concours {
  width: 100%;
  margin: auto;
}
body .espace_concours .qualifio_iframe_wrapper {
  width: 100%;
}
body .espace_concours .qualifio_iframe_wrapper iframe {
  width: 100%;
  max-width: none !important;
}
body .espace_gagants {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body .espace_gagants .gagants {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 520px;
  background: white;
  padding: 20px;
  border-radius: 12px;
  z-index: 21;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1024px) {
  body .espace_gagants .gagants {
    font-size: 18px;
  }
}
body .espace_gagants .gagants .title {
  font-family: "dreaming-outloud-sans", sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FC9163;
}
body .espace_gagants .gagants .btn_close {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  width: 50px;
  height: 50px;
  background-color: #FC9163;
  color: white;
  border-radius: 25px;
  line-height: 50px;
}
body .espace_gagants .gagants .btn_close:hover {
  background-color: white;
  color: #FC9163;
  cursor: pointer;
}
