@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
img {
  width: 100%;
}

body {
  background-color: #fbfaf9;
  font-family: "Lato";
  margin: 0;
}

.header-home {
  background-image: url(../img/immauble-fond.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
}

.header-portrait {
  background-image: url(../img/portrait/fond-portrait.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-vignoble {
  background-image: url(../img/vignoble/fond-passerelle.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-oenotourisme {
  background-image: url(../img/section2-fond.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-engagement {
  margin-top: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-event-pro {
  background-image: url(../img/event_pro/fond-pro.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.section-1-cuvee .sous-titre {
  font-style: italic;
  color: rgb(165, 136, 34);
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
.section-1-cuvee .carroussel-cuvee {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.section-2-pass {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent), url(../img/section2-fond.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
}
.section-2-pass .sous-titre-S2 {
  color: rgb(165, 136, 34);
  text-transform: uppercase;
  font-size: 25px;
  padding-bottom: 7px;
  font-style: italic;
}
.section-2-pass .btn-pass {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 7px;
}
.section-2-pass .btn-pass .btn-pass-style {
  background-color: black;
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  cursor: pointer;
  padding: 10px;
}
.section-2-pass .btn-pass .btn-pass-style:hover {
  font-weight: 700;
  text-decoration: underline;
}

.partenaires {
  margin-top: 30px;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.partenaires .partenaire {
  flex: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 370px;
  min-width: 23%;
}
.partenaires .partenaire .titre-partenaire {
  flex: none;
  text-align: center;
  color: white;
  padding-bottom: 20px;
}
.partenaires .p1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent), url(../img/img-naga.png);
}
.partenaires .p2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent), url(../img/img-ostara.png);
}
.partenaires .p3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent), url(../img/img-companile.png);
}
.partenaires .p4 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent), url(../img/img-duparc.png);
}
.partenaires .p1:hover {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/img-naga.png);
  align-items: center;
}
.partenaires .p1:hover .titre-partenaire {
  font-size: 16px;
  text-transform: uppercase;
}
.partenaires .p2:hover {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/img-ostara.png);
  align-items: center;
}
.partenaires .p2:hover .titre-partenaire {
  font-size: 16px;
  text-transform: uppercase;
}
.partenaires .p3:hover {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/img-companile.png);
  align-items: center;
}
.partenaires .p3:hover .titre-partenaire {
  font-size: 16px;
  text-transform: uppercase;
}
.partenaires .p4:hover {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/img-duparc.png);
  align-items: center;
}
.partenaires .p4:hover .titre-partenaire {
  font-size: 16px;
  text-transform: uppercase;
}
.partenaires a {
  text-decoration: none;
}

.section1-portrait {
  text-align: center;
}
.section1-portrait .vecteur-grappe {
  position: absolute;
  left: 100px;
  top: 0;
  opacity: 45%;
  width: 30%;
}

.bloc-portrait {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bloc-portrait .bloc-text {
  text-align: left;
  flex: 1 1 50%;
}
.bloc-portrait .bloc-text .sous-titre-bloc-text {
  font-size: 30px;
  color: rgb(165, 136, 34);
  font-style: oblique;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 30px;
}
.bloc-portrait .bloc-img {
  flex: 1 1 50%;
}

.intro-vignoble {
  flex: none;
  width: 65%;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
}

.intro-engagement {
  flex: none;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
}

.auteur {
  text-transform: uppercase;
  color: rgb(165, 136, 34);
}

.video-engagement {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent), url(../img/video-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.bloc-text-video {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40%;
  color: white;
}
.bloc-text-video .sous-titre-engagement {
  color: rgb(165, 136, 34);
  font-size: 25px;
  padding-bottom: 7px;
  font-style: italic;
}

.bloc-engagement {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.bloc-engagement .bordure-bloc {
  width: 1px;
  background-color: rgb(165, 136, 34);
  opacity: 40%;
}
.bloc-engagement .bloc-gauche,
.bloc-engagement .bloc-droit {
  flex: 1 1 50%;
  padding: 20px;
}
.bloc-engagement .bloc-titre-engagement {
  font-size: 25px;
  font-weight: 300;
  color: rgb(165, 136, 34);
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.bloc-engagement .bloc-text-engagement {
  font-weight: 300;
  font-size: 14px;
}

.citation-oenotourisme {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  width: 40%;
  text-align: center;
  background-color1: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 20px;
}
.citation-oenotourisme .guillemet-gauche,
.citation-oenotourisme .guillemet-droite {
  width: 30px;
  padding-top: 40px;
}
.citation-oenotourisme .guillemet-gauche {
  rotate: 180deg;
}
.citation-oenotourisme .texte-citation {
  width: 70%;
  padding: 10px;
  font-size: 14px;
}

.section1-oenotourisme .titre-S1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 20px;
}
.section1-oenotourisme .text-S1 {
  font-weight: 300;
  width: 50%;
  font-size: 14px;
}

.sous-section-oenotourisme .titre-S2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 30px;
  color: rgb(165, 136, 34);
  text-align: center;
}
.sous-section-oenotourisme .section-pass {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.sous-section-oenotourisme .section-pass .pass-testing,
.sous-section-oenotourisme .section-pass .pass-gourmand {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.sous-section-oenotourisme .section-pass .pass-titre {
  flex: none;
  background-color: #0e0e0e;
  text-transform: uppercase;
  color: white;
  padding: 10px 10px;
  margin: 20px 0;
  font-weight: 300;
}
.sous-section-oenotourisme .section-pass .pass-icon {
  flex: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
}
.sous-section-oenotourisme .section-pass .pass-icon .icon {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.sous-section-oenotourisme .section-pass .pass-icon .icon img {
  flex: none;
  width: 40px;
}
.sous-section-oenotourisme .section-pass .pass-icon .icon .texte-icon {
  flex: none;
  font-size: 13px;
}
.sous-section-oenotourisme .section-pass .texte-prix {
  color: rgb(165, 136, 34);
  font-size: 24px;
  align-self: center;
  border-top: 0.5px solid rgb(165, 136, 34);
  border-bottom: 0.5px solid rgb(165, 136, 34);
  padding: 10px 0;
}
.sous-section-oenotourisme .section-pass ul {
  padding: 0;
}
.sous-section-oenotourisme .section-pass ul li {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
  list-style-position: inside;
}
.sous-section-oenotourisme .section-pass ul li::marker {
  color: rgb(165, 136, 34);
}

.sous-S3-oenotourisme {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.sous-S3-oenotourisme .titre-S3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
}
.sous-S3-oenotourisme .onglets-oenotourisme {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.sous-S3-oenotourisme .onglets-oenotourisme .ARTICLE_ONGLET {
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid rgb(165, 136, 34);
  padding: 0 50px;
}
.sous-S3-oenotourisme .onglets-oenotourisme .boutonOnglet_Actif {
  font-weight: 100;
}
.sous-S3-oenotourisme .ARTICLE_ONGLET_CONTENU {
  padding: 20px;
}
.sous-S3-oenotourisme .ARTICLE_ONGLET_CONTENU ul {
  padding: 0;
}
.sous-S3-oenotourisme .ARTICLE_ONGLET_CONTENU ul li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  list-style-position: inside;
}
.sous-S3-oenotourisme .ARTICLE_ONGLET_CONTENU ul li a {
  text-decoration: none;
  color: rgb(165, 136, 34);
}
.sous-S3-oenotourisme .ARTICLE_ONGLET_CONTENU ul li::marker {
  color: rgb(165, 136, 34);
}

.onglets-event-pro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.onglets-event-pro .ARTICLE_ONGLET {
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid rgb(165, 136, 34);
  padding: 0 50px;
}
.onglets-event-pro .boutonOnglet_Actif {
  font-weight: 100;
}

.ARTICLE_ONGLET_CONTENU {
  padding: 50px 20px;
}
.ARTICLE_ONGLET_CONTENU .contenu-event-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.ARTICLE_ONGLET_CONTENU ul {
  padding: 0;
}
.ARTICLE_ONGLET_CONTENU ul li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  list-style-position: inside;
}
.ARTICLE_ONGLET_CONTENU ul li a {
  text-decoration: none;
  color: rgb(165, 136, 34);
}
.ARTICLE_ONGLET_CONTENU ul li::marker {
  color: rgb(165, 136, 34);
}

.titre-S2-event-pro {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  color: rgb(165, 136, 34);
  padding-bottom: 20px;
}

.mosaique {
  display: flex;
  align-items: stretch;
  gap: 20px;
}/*# sourceMappingURL=style.css.map */