/*------------------------------- general init -----------------------------------*/
body {
  background-color: var(--primaire-orange);
  font-family: "MultipleSans Pro", arial;
  font-size: 19px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
}

/*--general--*/
.title2 {
  font-family: "Buffalo";
  font-weight: 700;
  font-size: 45px;
}

section {
  max-width: 1400px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

mark {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-weight: 900;
  font-size: 45px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: "Buffalo";
  line-height: 1.1;
  padding: 0 1rem;
  height: 60px;
  margin-bottom: 0.3rem;
}
mark.mark-white {
  background-color: #fff;
  color: #000;
}
mark.mark-black {
  background-color: #000;
  color: #fff;
}

p {
  margin: 0px;
}

@media (max-width: 1200px) {
  mark {
    font-size: 46px;
  }
  .title2 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
  }
  .title2 {
    font-size: 40px;
  }
  mark {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  mark {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  mark {
    font-size: 33px;
  }
}
/*--logo--*/
#logo {
  max-width: 900px;
  margin: 50px auto 80px;
  text-align: center;
  padding: 4rem;
}
#logo img {
  width: 100%;
}

@media (max-width: 768px) {
  #logo {
    margin: 32px auto -2px;
    padding: 3rem 2rem 5rem;
  }
}
@media (max-width: 500px) {
  #logo {
    margin: 32px auto -2px;
    padding: 2rem 1.5rem 3rem;
  }
}
/*--introduction--*/
#introduction {
  position: relative;
  background-image: url("../img/bg-yellow1.svg");
  padding-bottom: 10rem;
  background-size: 1220px calc(100% + 100px);
  margin-top: -5.5rem;
}

#title {
  text-align: center;
  padding-top: 5.5rem;
  position: relative;
  z-index: 6;
}

#text-introduction {
  display: flex;
}

.col-text {
  max-width: 504px;
  text-align: left;
  margin: 3rem auto 0 0;
  padding-right: 3rem;
}
.col-text p {
  margin-bottom: 2rem;
}

.col-phone {
  max-width: 280px;
  margin-left: auto;
  margin-right: 3rem;
}

.stars1 {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 100px;
}

.stars2 {
  position: absolute;
  z-index: 5;
  bottom: 5%;
  left: -140px;
}

@media (max-width: 1200px) {
  #introduction {
    padding-bottom: 9rem;
  }
  .stars1 {
    position: absolute;
    z-index: 5;
    top: 5%;
    right: 6%;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .col-text {
    margin: 0 !important;
    padding: 3rem !important;
    max-width: unset;
  }
  #text-introduction {
    flex-direction: column !important;
  }
  #text-introduction .col-phone {
    order: 2;
    margin: -4rem auto;
  }
  #text-introduction .col-text {
    order: 1;
  }
  #introduction {
    padding-bottom: 90px;
    background-position: -160px 60px;
    background-size: 1200px 100%;
  }
}
@media (max-width: 370px) {
  .col-text {
    padding: 2rem !important;
    max-width: unset;
  }
}
/*--map--*/
#map-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin-top: -6rem;
}
#map-container .title2 {
  margin-bottom: 0;
  padding: 1rem;
}
#map-container .where {
  margin-right: 1rem;
  margin-left: 2rem;
}

#map {
  background-size: 100%;
  width: 100%;
  height: 800px;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}

#map .leaflet-control {
  margin-top: 4rem;
}

#map-title {
  background-image: url("../img/bg-white-horizontal.svg");
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.illimite-ul ul {
  margin-top: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 968px) {
  #map {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .where {
    font-size: 43px;
  }
  #map-container .find {
    font-size: 40px;
  }
  #map {
    height: 600px;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .where {
    font-size: 40px;
    height: auto;
    margin-left: 0px;
    line-height: 1;
  }
  #map-container .title2 {
    display: flex;
    text-align: left;
    line-height: 0.9;
    align-items: center;
  }
  #map-container .find {
    font-size: 36px;
  }
  #map-container mark {
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  #map-container mark {
    margin-left: auto;
  }
  #map-container .where {
    font-size: 45px;
    height: auto;
  }
  #map-container .find {
    font-size: 30px;
  }
}
/*--newsletter--*/
#newsletter {
  display: flex;
  max-width: 1500px;
  min-height: 600px;
  position: relative;
  margin-top: -10rem;
  z-index: 3;
  background-image: url("../img/bg-yellow2.svg");
  padding: 12rem 3rem 7rem;
  text-align: center;
  background-size: 1500px calc(100% + 600px);
  background-position: top -200px center;
}
#newsletter .text-intro {
  font-size: 23px;
  max-width: 500px;
  margin: 1rem auto 3rem;
}
#newsletter .title2 {
  font-size: 65px;
}
#newsletter .content {
  margin: auto;
}
#newsletter input.email {
  padding: 0.7rem;
  width: 100%;
  margin-top: 2rem;
  font-family: "MultipleSans Pro", arial;
  font-size: 1.1rem;
}
#newsletter input.email::placeholder {
  font-family: "MultipleSans Pro", arial;
  font-size: 1.1rem;
}

.btn-validate {
  transform: skewX(-10deg);
  padding: 10px 20px 15px;
  margin-top: 3rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Buffalo", arial;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  font-size: 50px;
  line-height: 0.8;
}
.btn-validate:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 800px) {
  #newsletter {
    padding: 5rem 2rem 4rem;
  }
  #newsletter input.email {
    width: 90%;
  }
}
@media (max-width: 500px) {
  #newsletter {
    padding: 5rem 2rem 4rem;
  }
  #newsletter .title2 {
    font-size: 50px;
    line-height: 1;
  }
}
/*-cafe--*/
#cafe {
  margin-top: -3rem;
  position: relative;
  z-index: 4;
  background-image: url("../img/bg-white1.svg");
  padding: 6rem 0;
  background-size: 1100px calc(100% + 300px);
  background-position: top -200px center;
}
#cafe .col-text {
  margin: auto;
  padding: 0px;
}
#cafe .support {
  margin-bottom: 2rem;
}
#cafe #contact {
  padding: 2rem 3rem 3rem;
  background-color: #FFF300;
  border-radius: 30px;
  margin: 3rem 0;
  text-align: center;
}
#cafe #contact a {
  color: #000;
}
#cafe #contact a:hover {
  color: #092141;
}
#cafe .content {
  max-width: 548px;
  margin: auto;
}
#cafe mark {
  margin-bottom: 1rem;
  display: inline-block;
  height: 53px;
}
#cafe .title2 {
  text-align: center;
  line-height: 0.9;
  max-width: 540px;
  margin: 0 auto 2rem;
}

@media (max-width: 1100px) {
  #cafe .title2 {
    max-width: 540px;
  }
}
@media (max-width: 968px) {
  #contact .title2 {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  #cafe .title2 {
    max-width: 500px;
  }
  #cafe .col-text {
    order: 1;
    margin: 2rem;
    padding-right: 0rem;
    max-width: 540px;
  }
  #cafe mark {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 570px) {
  #cafe #contact {
    margin: 0rem 1rem 3rem;
    padding: 2rem;
  }
}
/*--- footer --*/
footer {
  text-align: center;
  padding: 2rem;
}
footer img {
  max-width: 100%;
}
footer a {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #092141;
}
footer a:hover {
  color: #000;
}

/*# sourceMappingURL=illimite-landing.css.map */
