@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;400;600&display=swap");
@font-face {
  font-family: "Recoleta-Bold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "RecoletaAlt-SemiBold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Recoleta-Regular";
  src: url("/public/font/Recoleta-Regular/font.woff2") format("woff2"), url("/public/font/Recoleta-Regular/font.woff") format("woff");
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 1.6rem;
  font-family: "Martel Sans", sans-serif !important;
}

a {
  color: black;
  text-decoration: none;
}
a:hover, a:visited {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

.mobile {
  display: none !important;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.limited-width {
  max-width: 1170px;
  margin: 0 auto 0 auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Recoleta-Bold";
  letter-spacing: -1px;
  padding: 0 0px;
}

.pink {
  color: #c9115f;
}

.yellow {
  color: #ea9d27;
}

.green {
  color: #509850;
}

body {
  font-family: "Martel Sans", sans-serif;
  color: #4d4d4d;
  margin: 0 auto 0 auto;
  overflow: hidden;
  max-width: 100%;
  font-weight: 200;
}
body header {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  z-index: 900;
  position: relative;
}
body header.sticky {
  height: 60px;
}
body header.sticky + main {
  padding-top: 60px;
}
body header.sticky nav {
  max-width: initial;
}
body header nav {
  margin: auto;
  width: 100%;
  max-width: 1440px;
}
body header nav .navBarContent {
  display: flex;
  padding-top: 0.1rem;
  padding-bottom: 1rem;
  background-color: white;
}
body header nav .navBarContent a {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 0.9em;
}
body header nav .navBarContent .main-nav {
  flex: 1;
  padding-top: 68px;
  padding-left: 2rem;
  -webkit-transition: padding 0.5s linear;
  -moz-transition: padding 0.5s linear;
  -o-transition: padding 0.5s linear;
  transition: padding 0.5s linear;
}
body header nav .navBarContent .main-nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
body header nav .navBarContent .main-nav ul li {
  display: inline-block;
  margin: 0;
}
body header nav .navBarContent .main-nav ul li:not(:last-child) {
  padding-right: 1rem;
}
body header nav .navBarContent .main-nav ul li .back {
  display: flex;
  transform: rotate(-90deg);
  width: 26px;
}
body header nav .navBarContent .main-nav ul li .back img {
  width: 26px;
}
body header nav .navBarContent .logo {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  min-height: 123px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body header nav .navBarContent .logo a {
  display: flex;
  justify-content: center;
}
body header nav .navBarContent .logo a img {
  position: absolute;
}
body header nav .navBarContent .logo a img.top {
  width: 180px;
  height: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
body header nav .navBarContent .logo a img.fixed {
  opacity: 0;
}
body header nav .navBarContent .form-nav {
  flex: 1;
  text-align: right;
  padding-top: 68px;
  padding-right: 2rem;
  -webkit-transition: padding 0.5s linear;
  -moz-transition: padding 0.5s linear;
  -o-transition: padding 0.5s linear;
  transition: padding 0.5s linear;
}
body header nav .navBarContent.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
body header nav .navBarContent.sticky .logo {
  min-height: 38px;
  padding-top: initial;
}
body header nav .navBarContent.sticky .logo a img.top {
  opacity: 0;
  display: none;
}
body header nav .navBarContent.sticky .logo a img.fixed {
  opacity: 1;
  width: 180px;
  padding-top: 0.6rem;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
body header nav .navBarContent.sticky .main-nav, body header nav .navBarContent.sticky .form-nav {
  padding-top: 1.5vh;
}
body main.common .title-vino {
  text-align: center;
  margin-bottom: 1rem;
}
body main.common .title-vino .vino {
  text-transform: uppercase;
  font-size: 1.1em;
}
body main.common .title-vino .vino span {
  font-weight: 600;
  font-size: 1.1em;
}
body main.common .title-vino h2 {
  margin: -1rem 0 0 0;
  font-size: 2.8em;
}
body main.common a.btn {
  color: white;
  padding: 0.65rem 2.5rem;
  border-radius: 2rem;
  font-family: "Recoleta-Regular";
  font-size: 20px;
}
body main.common a.btn.black {
  background-color: black;
}
body main.common .number-circle {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  padding: 2rem;
  border: 2px solid #c9115f;
  text-align: center;
  font-size: 4rem;
  font-family: "Recoleta-Bold";
  line-height: 4rem;
  background-color: white;
  margin: 0 auto 0 auto;
}
body main.common .subtitle h3 {
  font-size: 2.4rem;
  margin: 0;
  line-height: 1em;
  display: inline;
}
body main.common .subtitle span.lighter {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Recoleta-Regular";
  line-height: 1em;
  display: inline;
}
body main.common .legal {
  margin: 4rem auto;
  text-align: justify;
}
body main.common .legal h1 {
  text-align: center;
  margin-bottom: 4rem;
}
body main.common .legal p.version {
  text-align: center;
  color: gray;
  margin-bottom: 2rem;
}
body main.common .legal p {
  margin: 1rem;
}
body main.common .legal .title {
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
}
body main.common .legal .right {
  text-align: right;
}
body main.common .legal blockquote {
  font-weight: bold;
}
body main.common .legal.cookie h2 {
  text-align: center;
}
body main.common .legal.cookie table {
  width: 100%;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 21px;
  text-align: left;
}
body main.common .legal.cookie table .toggle {
  position: relative;
  width: 80px;
  height: 42px;
  background: #ccc url(../img/check.svg) 12px 50%/20px no-repeat;
  border-radius: 21px;
  cursor: pointer;
  transition: background 0.2s ease-out;
  margin: 0 0 0 auto;
}
body main.common .legal.cookie table .toggle.active {
  background-color: #abe683;
}
body main.common .legal.cookie table .toggle.active .thumb {
  transform: translateX(100%);
}
body main.common .legal.cookie table .toggle .thumb {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: white;
  transform: translateX(0);
  transition: transform 0.2s ease-out;
}
body main.common .section-top {
  display: flex;
  align-items: center;
  color: black;
}
body main.common .section-top .section-top-left {
  flex: 50;
  padding-bottom: 2rem;
}
body main.common .section-top .section-top-left h1 {
  font-size: 3.3em;
  line-height: 1em;
}
body main.common .section-top .section-top-left h1 em {
  display: block;
  color: #c9115f;
  font-style: initial;
}
body main.common .section-top .section-top-left p {
  margin-bottom: 2.5rem;
}
body main.common .section-top .section-top-right {
  flex: 50;
}
body main.common .section-top .section-top-right img {
  width: 100%;
}
body main.common a.arrow-down {
  text-align: center;
  display: block;
  margin: -2.5rem auto 0 auto;
}
body main.common a.arrow-down img {
  width: 26px;
}
body main.common section.video {
  background-color: #c8115f;
  color: #ffd8d3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
}
body main.common section.video .player {
  padding-top: 5rem;
  display: flex;
  position: relative;
}
body main.common section.video .player img {
  width: 100%;
}
body main.common section.video .player .play {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 2em auto 0;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease-out, background 0.3s ease-in-out;
  left: calc(50% - 40px);
  position: absolute;
  bottom: 95px;
}
body main.common section.video .player .play:hover {
  border: 1px solid #c9115f;
}
body main.common section.video .player .play:hover::before {
  border-color: transparent transparent transparent #c9115f;
}
body main.common section.video .player .play::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34px;
  border-color: transparent transparent transparent white;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -50%);
}
body main.common section.participation {
  padding-top: 5rem;
}
body main.common section.participation .participation-body {
  padding-top: 3rem;
}
body main.common section.participation .participation-body .step {
  display: flex;
  justify-content: space-between;
}
body main.common section.participation .participation-body .step:not(:first-child) .left, body main.common section.participation .participation-body .step:not(:first-child) .center, body main.common section.participation .participation-body .step:not(:first-child) .right {
  padding-top: 2rem;
}
body main.common section.participation .participation-body .step:last-child .center {
  height: 4rem;
}
body main.common section.participation .participation-body .step .left {
  flex: 1;
  text-align: right;
}
body main.common section.participation .participation-body .step .left img {
  width: 100%;
  max-width: 151px;
}
body main.common section.participation .participation-body .step .center {
  flex: 1;
  color: #c9115f;
  display: flex;
  align-items: flex-start;
  background-image: linear-gradient(#c9115f, #c9115f);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
body main.common section.participation .participation-body .step .right {
  flex: 1;
  color: black;
}
body main.common section.participation .participation-body .step .right h3 {
  font-size: 2.5rem;
  margin: 0;
}
body main.common section.participation .participation-body .step .right .questions {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "Recoleta-Regular";
  line-height: 1em;
  display: inline;
}
body main.common section.participation .participation-body .step .right span.info {
  display: block;
  color: #808080;
  font-size: 0.7rem;
  margin-top: 1rem;
}
body main.common section.participation .participation-footer {
  padding: 5rem 0;
  text-align: center;
}
body main.common section.about {
  background-color: #ffeed5;
  padding: 5rem 0;
}
body main.common section.about .about-body {
  display: flex;
  margin-top: 4rem;
}
body main.common section.about .about-body .aboutBodyLeft {
  flex: 50;
}
body main.common section.about .about-body .aboutBodyLeft h3 {
  font-size: 2.4rem;
  margin: 0;
  line-height: 2rem;
}
body main.common section.about .about-body .aboutBodyLeft span.lighter {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Recoleta-Regular";
}
body main.common section.about .about-body .aboutBodyLeft p {
  color: black;
}
body main.common section.about .about-body .aboutBodyRight {
  flex: 50;
  text-align: center;
}
body main.common section.about .about-body .aboutBodyRight img {
  max-width: 310px;
}
body main.common section.about2 {
  background-color: #f5e1c5;
  padding: 5rem 0;
}
body main.common section.about2 .row {
  display: flex;
}
body main.common section.about2 .row:not(:first-child) {
  padding-top: 3rem;
}
body main.common section.about2 .row:first-child .rightAbout2 {
  margin: 2rem 0;
}
body main.common section.about2 .row .leftAbout2 {
  flex: 1;
  text-align: center;
}
body main.common section.about2 .row .leftAbout2 img {
  width: 100%;
  max-width: 370px;
}
body main.common section.about2 .row .rightAbout2 {
  flex: 1;
  color: #509850;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main.common section.about2 .row .rightAbout2 p {
  color: black;
  max-width: 500px;
}
body main.common section.about2 .row .rightAbout2 a.btn.black {
  width: 80px;
}
body main.common section.about2 .row .rightAbout2 h4 {
  margin: 0;
  font-size: 1.8em;
}
body main.common section.about2 .row .rightAbout2 h4.black {
  color: black;
}
body main.common section.about2 .row .rightAbout2.winefunding {
  display: initial;
}
body main.common section.about2 .row .rightAbout2.winefunding p {
  margin-top: 1.5rem;
}
body main.common section.offers {
  background-color: #ffeed5;
  padding: 5rem 0;
}
body main.common section.offers .row {
  display: flex;
}
body main.common section.offers .row .offersLeft {
  flex: 1;
  color: #851722;
  text-align: left;
  padding-top: 3rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main.common section.offers .row .offersLeft p {
  color: black;
  max-width: 500px;
}
body main.common section.offers .row .offersLeft .btn {
  width: 80px;
}
body main.common section.offers .row .offersRight {
  flex: 1;
  text-align: center;
}
body main.common section.offers .row .offersRight img {
  max-width: 370px;
  width: 100%;
}
body main.common section.subscribe {
  margin-top: 5rem;
}
body main.common section.subscribe .infoLegal {
  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-top: 1rem;
}
body main.common section.subscribe .subscribe-form {
  max-width: 600px;
  margin: auto;
  margin-top: 4rem;
}
body main.common section.subscribe .subscribe-form #hbspt-form-1620303068942-3019423209 form {
  width: auto;
}
body footer {
  border-top: 2px solid #f2f2f2;
  padding-top: 2rem;
}
body footer .footerWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body footer .footerWrapper .center {
  text-align: center;
}
body footer .footerWrapper .center .graphisme {
  color: #989898;
}
body footer .sanitaire .legal {
  border-top: 1px solid #f5f5f5;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 20px 0;
  font-weight: 900;
}
body .popinAge {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
body .popinAge .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
body .popinAge .pane {
  margin: auto;
  position: relative;
  box-shadow: 0 12px 64px rgba(0, 0, 0, 0.6);
  background: white;
  padding: 30px 40px;
  border-radius: 6px;
  text-align: center;
  max-width: 420px;
}
body .popinAge .pane h2 {
  font-size: 22px;
}
body .popinAge .pane .btn {
  background: #f5f5f5;
  color: inherit;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px auto;
  padding: 16px;
  cursor: pointer;
}
body .popinAge .pane .btn.y {
  margin-top: 30px;
  background: linear-gradient(145deg, #d21ba2, #cb0e5e);
  color: #fff;
  border: 1px solid #cb0e5e;
}
body .popinAge .pane .btn.n {
  border: 1px solid #dcdcdc;
  color: #727272;
  background: white;
  margin-bottom: 20px;
}
body .popinAge .pane .cookie,
body .popinAge .pane a {
  color: #727272;
  line-height: 1.1;
  font-size: 13px;
}

.videoPlayer {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.6, 0, 0, 0.6);
  transition: opacity 0.7s cubic-bezier(0.6, 0, 0, 0.6);
  z-index: 90000;
}
.videoPlayer.active {
  pointer-events: initial;
  opacity: 1;
}
.videoPlayer.active .close {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.videoPlayer .bg {
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoPlayer .close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: url("../img/close.svg") no-repeat;
  background-position: 50%;
  background-size: 40%;
  width: 62px;
  height: 62px;
  opacity: 0;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0, 1);
}
.videoPlayer .close:hover {
  cursor: pointer;
}
.videoPlayer .pane {
  position: absolute;
  width: 100%;
  height: 100%;
}
.videoPlayer .pane video {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.inscription .section-title h1 {
  font-size: 3.3em;
  line-height: 1em;
  text-align: center;
}
.inscription .section-title h1 em {
  display: block;
  font-style: initial;
}
.inscription .section-title h1 span {
  display: block;
  color: #c9115f;
  font-style: initial;
}
.inscription .section-bloc {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  min-height: 600px;
  max-width: 700px;
}
.inscription .section-bloc .section-bloc-top img {
  width: 500px;
}
@media screen and (max-width: 500px) {
  .inscription .section-bloc .section-bloc-top img {
    width: 100%;
  }
}
.inscription .section-bloc .section-bloc-bottom {
  display: flex;
  flex-direction: column;
}
.inscription .section-bloc .section-bloc-bottom p {
  margin-top: 1rem;
}
.inscription .section-bloc .btn {
  width: 80px;
  margin: 3rem auto;
}
.inscription .section-bloc .infoLegal {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #989898;
  font-weight: normal;
}

@font-face {
  font-family: "Recoleta-Bold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "RecoletaAlt-SemiBold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Recoleta-Regular";
  src: url("/public/font/Recoleta-Regular/font.woff2") format("woff2"), url("/public/font/Recoleta-Regular/font.woff") format("woff");
}
#profilvin-form {
  font-size: 20px;
}
#profilvin-form h1 {
  font-size: 2em;
}
#profilvin-form h2 {
  font-size: 1.6em;
}
#profilvin-form h3 {
  font-size: 1.4em;
}
#profilvin-form h4 {
  font-size: 1.2em;
}

#wine-profile-form {
  padding-bottom: 2rem;
  color: #4d4d4d;
}
#wine-profile-form .wine-button {
  display: inline-block;
  flex: 1 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
}
#wine-profile-form .wine-button label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  height: 15vw;
  width: 15vw;
  cursor: pointer;
}
#wine-profile-form .wine-button label.red {
  background-color: #c9115f;
  color: #ffd8d3;
}
#wine-profile-form .wine-button label.white {
  background-color: #ea9d27;
  color: #fee8bb;
}
#wine-profile-form .wine-button label.pink {
  background-color: #ffd8d3;
  color: #c9115f;
}
#wine-profile-form .wine-button label.sparkling {
  background-color: #ffeed5;
  color: #0080ff;
}
#wine-profile-form .wine-button label.selected {
  transform: scale(1.4);
}
#wine-profile-form .wine-button label:hover {
  filter: contrast(120%);
}
#wine-profile-form .wine-button label input:checked {
  transform: scale(1.3);
}
#wine-profile-form .wine-button span {
  display: inline-block;
  font-size: 1.8rem;
}
#wine-profile-form .button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 20px 20px 20px 20px;
  cursor: pointer;
}
#wine-profile-form .button div {
  line-height: 1.4em;
  padding: 0 10px;
}
#wine-profile-form .button.aroma {
  margin: 20px 20px 20px 20px;
  border-radius: 40px;
  height: 80px;
}
#wine-profile-form .button.choice {
  border-radius: 50px;
  padding: 20px 20px;
  margin: 0 20px;
  flex: 1 1 0;
}
#wine-profile-form .button.validate {
  background-color: black;
  color: white;
  padding: 0.65rem 2.5rem;
  border-radius: 2rem;
  font-family: "Recoleta-Regular";
  font-size: 20px;
}
#wine-profile-form .button.validate.disabled {
  background-color: #727272;
  pointer-events: none;
}
#wine-profile-form .button.hide {
  display: none;
}
#wine-profile-form .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
  margin-top: 3rem;
}
#wine-profile-form .container .content {
  flex: 1 1 44%;
}
#wine-profile-form .container.validate {
  min-height: 90px;
}
#wine-profile-form .question {
  line-height: 1.2em;
  color: black;
  text-align: center;
  margin-top: 5rem;
}
#wine-profile-form .question em {
  color: #c9115f;
  display: inline-block;
}
#wine-profile-form #wines-choices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}
#wine-profile-form #questionnaires article {
  margin: 7rem 0 2rem 0;
  width: 100%;
  position: relative;
}
#wine-profile-form #questionnaires article.display_none {
  display: none;
}
#wine-profile-form #questionnaires article .cancel {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 100;
  right: -8px;
}
#wine-profile-form #questionnaires article .cancel:hover {
  opacity: 1;
}
#wine-profile-form #questionnaires article .cancel:before, #wine-profile-form #questionnaires article .cancel:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #c9115f;
}
#wine-profile-form #questionnaires article .cancel:before {
  transform: rotate(45deg);
}
#wine-profile-form #questionnaires article .cancel:after {
  transform: rotate(-45deg);
}
#wine-profile-form #questionnaires article .aromaList ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: #f2f2f2 1px solid;
  height: 80px;
  border-radius: 40px;
  margin: 20px 20px 20px 20px;
}
#wine-profile-form #questionnaires article .aromaList ul li.empty {
  background-color: #f2f2f2;
}
#wine-profile-form.red .choice {
  border: #c9115f 1px solid;
  color: white;
  background-color: #c9115f;
}
#wine-profile-form.red .choice:hover {
  background-color: #ffd8d3;
  color: #c9115f;
}
#wine-profile-form.red .choice.selected {
  background-color: #ffd8d3;
  color: #c9115f;
}
#wine-profile-form.red .aroma {
  background-color: #c9115f;
  border: #c9115f 1px solid;
  color: white;
}
#wine-profile-form.red .aroma:hover {
  background-color: #ffd8d3;
  color: #c9115f;
  border: #c9115f 1px solid;
}
#wine-profile-form.red .aromaList ul li {
  background-color: #c9115f;
  color: white;
}
#wine-profile-form.white .choice {
  border: #ea9d27 1px solid;
  background-color: #ea9d27;
  color: white;
}
#wine-profile-form.white .choice:hover {
  background-color: #fee8bb;
  color: #ea9d27;
}
#wine-profile-form.white .choice.selected {
  background-color: #fee8bb;
  color: #ea9d27;
}
#wine-profile-form.white .aroma {
  border: #ea9d27 1px solid;
  background-color: #ea9d27;
  color: white;
}
#wine-profile-form.white .aroma:hover {
  border: #ea9d27 1px solid;
  background-color: #fee8bb;
  color: #ea9d27;
}
#wine-profile-form.white .aromaList ul li {
  background-color: #ea9d27;
  color: white;
}
#wine-profile-form.rosé .choice {
  border: #c9115f 1px solid;
  color: #c9115f;
  background-color: #ffd8d3;
}
#wine-profile-form.rosé .choice:hover {
  color: #ffd8d3;
  background-color: #c9115f;
}
#wine-profile-form.rosé .choice.selected {
  color: #ffd8d3;
  background-color: #c9115f;
}
#wine-profile-form.rosé .aroma {
  border: #ffd8d3 1px solid;
  color: #c9115f;
  background-color: #ffd8d3;
}
#wine-profile-form.rosé .aroma:hover {
  border: #c9115f 1px solid;
  color: #ffd8d3;
  background-color: #c9115f;
}
#wine-profile-form.rosé .aromaList ul li {
  color: #c9115f;
  background-color: #ffd8d3;
}
#wine-profile-form.sparkling .choice {
  border: #0080ff 1px solid;
  color: #0080ff;
  background-color: #ffeed5;
}
#wine-profile-form.sparkling .choice:hover {
  color: #ffeed5;
  background-color: #0080ff;
}
#wine-profile-form.sparkling .choice.selected {
  color: #ffeed5;
  background-color: #0080ff;
}
#wine-profile-form.sparkling .aroma {
  border: #ffeed5 1px solid;
  color: #0080ff;
  background-color: #ffeed5;
}
#wine-profile-form.sparkling .aroma:hover {
  color: #ffeed5;
  background-color: #0080ff;
}
#wine-profile-form.sparkling .aromaList ul li {
  color: #0080ff;
  background-color: #ffeed5;
}
#wine-profile-form.white .aroma.disabled, #wine-profile-form.rosé .aroma.disabled, #wine-profile-form.sparkling .aroma.disabled, #wine-profile-form.red .aroma.disabled {
  background-color: #f2f2f2;
  border: #f2f2f2 1px solid;
  pointer-events: none;
  color: #4d4d4d;
}
#wine-profile-form.white .aroma.disabled span, #wine-profile-form.rosé .aroma.disabled span, #wine-profile-form.sparkling .aroma.disabled span, #wine-profile-form.red .aroma.disabled span {
  pointer-events: none;
}

.questionaire-response .summary {
  text-align: center;
}
.questionaire-response .answers {
  width: 80%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 2rem;
}
.questionaire-response .answers .item {
  width: 30%; /* Or whatever */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 50px;
  padding: 40px 0 40px 0;
  margin: 10px 10px;
  font-size: 20px;
}
.questionaire-response .answers .item span {
  display: flex;
  align-items: center;
  min-height: 73px;
  padding: 0 10px;
}
.questionaire-response .answers .item.R {
  border: #c9115f 1px solid;
  background-color: #c9115f;
}
.questionaire-response .answers .item.R span {
  color: white;
}
.questionaire-response .answers .item.B {
  border: #ea9d27 1px solid;
  background-color: #ea9d27;
}
.questionaire-response .answers .item.B span {
  color: white;
}
.questionaire-response .answers .item.Z {
  border: #c9115f 1px solid;
  background-color: #ffd8d3;
}
.questionaire-response .answers .item.Z span {
  color: #c9115f;
}
.questionaire-response .answers .item.P {
  border: #0080ff 1px solid;
  background-color: #ffeed5;
}
.questionaire-response .answers .item.P span {
  color: #0080ff;
}
.questionaire-response .display-questionnaire {
  margin-top: 7rem;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.questionaire-response .display-questionnaire:hover {
  color: #c9115f;
}

@font-face {
  font-family: "Recoleta-Bold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "RecoletaAlt-SemiBold";
  src: url("/public/font/Recoleta-Bold/font.woff2") format("woff2"), url("/public/font/Recoleta-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Recoleta-Regular";
  src: url("/public/font/Recoleta-Regular/font.woff2") format("woff2"), url("/public/font/Recoleta-Regular/font.woff") format("woff");
}
@media (min-width: 1440px) {
  body header nav .navBarContent.sticky {
    max-width: 1440px;
    padding-left: calc((100% - 1440px) / 2);
    padding-right: calc((100% - 1440px) / 2);
  }
  #wine-profile-form .wine-button {
    flex: 1 0 20%;
  }
  #wine-profile-form .wine-button label {
    height: 230px;
    width: 230px;
  }
  #wine-profile-form .wine-button label.selected {
    transform: scale(1.3);
  }
}
@media (max-width: 780px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  body header nav .main-nav, body header nav .form-nav {
    display: none !important;
  }
  body main.common .title-vino {
    text-align: center;
    padding: 0 1rem;
  }
  body main.common .title-vino .vino {
    font-size: 24px;
  }
  body main.common .title-vino .vino span {
    font-size: 24px;
  }
  body main.common .title-vino h2 {
    margin-top: 0rem;
  }
  body main .section-top {
    flex-direction: column;
  }
  body main .section-top .section-top-left {
    order: 2;
    background-color: #faf1e2;
    padding: 0 1rem 2rem 1rem;
    text-align: center;
  }
  body main .section-top .section-top-left h1 {
    font-size: 2.5em;
  }
  body main .section-top .section-top-left p {
    padding: 0 1rem;
  }
  body main .section-top .section-top-right {
    order: 1;
    margin: 1rem 1rem 0 1rem;
    display: flex;
  }
  body main .section-top .section-top-right img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
  }
  body main a.arrow-down {
    display: none;
  }
  body main section.video {
    padding-top: 3rem;
  }
  body main section.video .player {
    padding: 3rem 0.5rem 0 0.5rem;
  }
  body main section.video .player img {
    display: block;
    max-width: 100%;
    max-height: 190px;
    width: auto;
    height: auto;
  }
  body main section.video .player .play {
    bottom: 27px;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
  }
  body main section.video .player .play::before {
    border-width: 12px 0 12px 20px;
  }
  body main section.participation {
    padding: 0 1rem;
  }
  body main section.participation .participation-header {
    margin-top: 4rem;
  }
  body main section.participation .participation-body {
    text-align: center;
  }
  body main section.participation .participation-body .img-step1 {
    margin-bottom: 2rem;
  }
  body main section.participation .participation-body .etape {
    display: flex;
  }
  body main section.participation .participation-body .etape .gauche {
    color: #c9115f;
    background-image: linear-gradient(#c9115f, #c9115f);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    flex: 15;
  }
  body main section.participation .participation-body .etape .gauche .number-circle {
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  body main section.participation .participation-body .etape .droite {
    flex: 85;
    color: black;
    font-family: "Recoleta-Regular";
    text-align: left;
    padding-left: 3rem;
  }
  body main section.participation .participation-body .etape .droite h3 {
    font-size: 2rem;
    margin: 0;
  }
  body main section.participation .participation-body .etape .droite .questions {
    font-size: 2rem;
  }
  body main section.participation .participation-body .etape .droite img {
    margin: 4rem 0 1rem 0;
    max-width: 151px;
  }
  body main section.participation .participation-body .etape .droite span.info {
    display: block;
    color: #808080;
    font-size: 0.85rem;
    margin-top: 1rem;
  }
  body main section.participation .participation-body .etape:last-child .gauche {
    height: 2rem;
  }
  body main section.about .about-body {
    display: flex;
    flex-direction: column;
  }
  body main section.about .about-body .aboutBodyLeft {
    order: 2;
    padding: 2rem;
  }
  body main section.about .about-body .aboutBodyRight {
    order: 1;
  }
  body main section.about .about-body .aboutBodyRight img {
    width: 70%;
  }
  body main section.about2 .row {
    padding: 0 2rem;
    display: block;
  }
  body main section.about2 .row .leftAbout2 img {
    width: 100%;
    max-width: 100%;
  }
  body main section.about2 .row .rightAbout2 .subtitle h3 {
    font-size: 2rem;
  }
  body main section.about2 .row .rightAbout2 .subtitle span.lighter {
    font-size: 2rem;
  }
  body main section.about2 .row .rightAbout2 .subtitle {
    margin-bottom: 2rem;
  }
  body main section.about2 .row .rightAbout2 .title {
    margin-top: 2rem;
  }
  body main section.about2 .row .rightAbout2 p {
    margin-bottom: 2rem;
  }
  body main section.about2 .row .rightAbout2 a.btn-black {
    text-align: center;
  }
  body main section.offers .row {
    display: flex;
    flex-direction: column;
  }
  body main section.offers .row .offersLeft {
    order: 2;
    padding: 0 2rem;
  }
  body main section.offers .row .offersLeft .subtitle {
    margin-top: 3rem;
  }
  body main section.offers .row .offersLeft .subtitle h3 {
    font-size: 2.1rem;
  }
  body main section.offers .row .offersLeft .subtitle span.lighter {
    font-size: 2.1rem;
  }
  body main section.offers .row .offersRight {
    order: 1;
    padding: 0 2rem;
  }
  body main section.offers .row .offersRight img {
    width: 100%;
    max-width: 380px;
  }
  body main section.subscribe {
    margin-top: 5rem;
  }
  body main section.subscribe .subscribe-form {
    padding: 0 2rem;
  }
  footer .footerWrapper {
    margin-left: 2rem;
    margin-right: 2rem;
    flex-direction: column;
  }
  footer .footerWrapper .left {
    order: 2;
    text-align: center;
  }
  footer .footerWrapper .center {
    order: 3;
    text-align: center;
  }
  footer .footerWrapper .right {
    order: 1;
    text-align: right;
  }
  #wine-profile-form {
    font-size: 17px;
  }
  #wine-profile-form .container.max-2-flex-items {
    flex-wrap: wrap;
  }
  #wine-profile-form .container.max-2-flex-items .button {
    flex: 0 0 31%;
    margin-bottom: 40px;
  }
  #wine-profile-form .wine-button {
    flex: 1 0 20%;
  }
  #wine-profile-form .wine-button label {
    height: 20vw;
    width: 20vw;
  }
  #wine-profile-form #questionnaires article .cancel {
    right: 6px;
  }
  .questionaire-response {
    width: 100%;
  }
  .questionaire-response .answers .item {
    width: 43%;
  }
}
@media (max-width: 440px) {
  #wine-profile-form .container {
    flex-direction: column;
  }
  #wine-profile-form .container .content {
    flex: 1 0 100%;
  }
  #wine-profile-form .wine-button {
    flex: 1 0 20%;
  }
  #wine-profile-form .wine-button label {
    margin-bottom: 20px;
    height: 40vw;
    width: 40vw;
  }
  #wine-profile-form .wine-button label.selected {
    transform: scale(1.2);
  }
  #wine-profile-form .button {
    flex-direction: column;
  }
  #wine-profile-form .button.aroma {
    display: flex;
    align-items: center;
    text-align: center;
  }
  #wine-profile-form .button.choice {
    flex: 1 0 100%;
    margin-bottom: 20px;
  }
  #wine-profile-form #questionnaires article .cancel {
    right: 10px;
  }
  .questionaire-response {
    width: 100%;
  }
  .questionaire-response .answers .item {
    width: 100%;
  }
}

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