.flow {
  --flow-space: 1rem;
}

.flow > * + * {
  margin-top: 1rem;
  margin-top: var(--flow-space);
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-300.woff") format("woff");
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular.woff") format("woff");
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-600.woff") format("woff");
}
@font-face {
  font-family: "caveatregular";
  src: url("../fonts/caveat-variablefont_wght-webfont.woff2") format("woff2"), url("../fonts/caveat-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "seaweed_scriptregular";
  src: url("../fonts/seaweedscript-regular-webfont.woff2") format("woff2"), url("../fonts/seaweedscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 30px auto 75px auto;
}
h2.intertitre {
  padding: 15px 20px;
  border: none;
  background-color: #d95c09;
  color: #fff;
}

h3 {
  font-weight: 900;
  border: none;
  margin: 0;
  padding: 0;
  font: 35px "Open Sans", sans-serif;
  text-transform: uppercase;
}
h3.rouge::after, h3.blanc::after, h3.rose::after {
  content: "";
  width: 180px;
  height: 3px;
  margin: 40px 0 30px 0;
  display: block;
  background-color: #590000;
}
h3.blanc::after {
  background-color: #e9ba00;
}
h3.rose::after {
  background-color: #FFCDD2;
}

.fiche_vin {
  padding-bottom: 40px;
  scroll-margin-top: 50px;
}

hr {
  border: none;
  width: 70%;
  margin-top: 120px;
  margin-bottom: 120px;
  border-bottom: 3px solid #d95c09;
}

.visuel_vin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.visuel_vin a {
  display: block;
  text-align: center;
}
.visuel_vin img {
  width: 100%;
  max-width: 180px;
}

.vin_desc p {
  margin: 0px 0px 5px 0px;
}
.vin_desc h3 {
  margin: 10px 0px 5px 0px;
  padding: 0;
}

.degustation {
  border: 2px solid #000;
  width: 100%;
  max-width: 500px;
  padding: 40px 25px 40px 45px;
}

.titre_degustation {
  text-transform: uppercase;
  font-weight: 600;
}

.cepages_container_col {
  position: relative;
}

.cepages_container {
  position: absolute;
  top: 8%;
  right: -30px;
  z-index: 4;
  width: 100%;
  max-width: 400px;
  padding: 15px 5px 0px 0px;
  background-color: #fff;
}
.cepages_container p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.pourcentage_cepage {
  width: 100%;
  height: 4px;
  line-height: 1px;
  margin-bottom: 8px;
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
}
.pourcentage_cepage:not(:last-child) {
  margin-bottom: 20px;
}
.pourcentage_cepage span {
  position: absolute;
  display: inline-block;
  height: 4px;
  margin: 0;
  line-height: 1px;
  background-color: #d95c09;
}
.pourcentage_cepage span.blanc {
  background-color: #e9ba00;
}
.pourcentage_cepage span.rose {
  background-color: #FFCDD2;
}

.accordion {
  text-align: left;
}

.carousel_vin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.carousel_vin img {
  width: auto;
  max-width: 100px;
}

.grid_display {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 80px auto;
  margin-bottom: 80px;
  padding: 0 3rem;
  gap: 3rem;
  max-width: 2200px;
}
.grid_display > div {
  margin-bottom: 150px;
}

@media only screen and (max-width: 992px) {
  .cepages_container {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 50px;
  }
  .degustation {
    max-width: 90%;
    padding: 30px 25px 30px 25px;
  }
  .visuel_vin {
    margin-bottom: 50px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .grid_display {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 80px;
    padding: 0 3rem;
  }
  .grid_display > div {
    margin-bottom: 150px;
  }
}