* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0;
  max-height: 99999.9rem;
  color: #213a72;
  background-color: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  max-width: 164rem;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1600px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

form {
  width: 100%;
  height: 100%;
}

input {
  color: #213a72;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.6;
}
input:not([type]) {
  border-bottom: none;
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
input:not([type]):focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input:focus {
  outline: none;
  outline: none;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #213a72 !important;
  opacity: 0.6;
}
input:-moz-placeholder {
  color: #213a72 !important;
  opacity: 0.6;
}
input:placeholder {
  color: #213a72 !important;
  opacity: 0.6;
}
input.form-control {
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  border: none;
  padding: 0;
  color: #213a72;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.form-control:focus {
  background-color: transparent;
}

label:focus,
input:focus,
textarea:focus {
  outline: none;
}

input[type=text] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit;
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.path-frontpage .container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../image/teaser/bg.jpg);
  min-height: 100vh;
}
@media only screen and (max-width:1600px) {
  .path-frontpage .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container {
    padding-bottom: 3.2rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container {
    background-image: url(../../image/teaser/bg-resp.jpg);
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container {
    align-items: flex-start;
    padding-bottom: 6rem;
  }
}
.path-frontpage .container .hero {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .hero {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero {
    justify-content: inherit;
  }
}
.path-frontpage .container .hero__logo {
  position: relative;
  width: 45%;
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .hero__logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.path-frontpage .container .hero__logo--image {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .hero__logo--image {
    width: 40rem;
    height: auto;
    margin-left: 17rem;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero__logo--image {
    width: 25rem;
    margin-left: 3rem;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero__logo--image.logo-desk {
    display: none;
  }
}
.path-frontpage .container .hero__logo--image.logo-resp {
  display: none;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero__logo--image.logo-resp {
    display: block;
  }
}
.path-frontpage .container .hero__logo--gift {
  display: none;
  position: absolute;
  top: 268px;
  left: calc(50% - -83px);
  left: -moz-calc(50% - -83px);
  left: -webkit-calc(50% - -83px);
  left: calc(50% - -83px);
  left: -moz-calc(50% - -83px);
  left: -webkit-calc(50% - -83px);
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .hero__logo--gift {
    display: block;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero__logo--gift {
    width: 60px;
    height: auto;
    position: absolute;
    top: 272px;
    left: calc(50% - -62px);
    left: -moz-calc(50% - -62px);
    left: -webkit-calc(50% - -62px);
    left: calc(50% - -62px);
    left: -moz-calc(50% - -62px);
    left: -webkit-calc(50% - -62px);
  }
}
.path-frontpage .container .hero__visu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-left: -226px;
  margin-top: 12rem;
}
@media only screen and (max-width:1600px) {
  .path-frontpage .container .hero__visu {
    margin-left: -180px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .hero__visu {
    margin-left: -83px;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .hero__visu {
    width: 95%;
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media only screen and (max-width:1600px) {
  .path-frontpage .container .hero__visu--vitrine {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:991px) {
  .path-frontpage .container .hero__visu--vitrine {
    width: 90%;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__visu--vitrine {
    width: 40.6rem;
    object-fit: inherit;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .hero__visu--vitrine {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
}
.path-frontpage .container .hero__visu--accroche {
  margin-top: -15rem;
}
@media only screen and (max-width:1600px) {
  .path-frontpage .container .hero__visu--accroche {
    width: 40rem;
    height: auto;
    margin-top: -11rem;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .hero__visu--accroche {
    width: 30rem;
    margin-top: -7rem;
  }
}
.path-frontpage .container .sentence {
  font-size: 12px;
  color: #fff;
  padding: 25px 16px 15px 16px;
  text-align: center;
  font-style:italic;
  font-family: Arial;
}
.path-frontpage .container .sentence a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  font-family: Arial;
}

/*# sourceMappingURL=teaser.css.map */
