#xavier-modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  background: #25282A;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
}

#xavier-modal-menu.active {
  transform: translateX(0);
  opacity: 1;
}

.cuvee-with-popover {
  position: relative;
}

/* Rotation par défaut (flèche à droite) */
.cuvee-with-popover .icon-0-2-329 {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

/* Rotation quand le popover est visible (display:block) */
.cuvee-with-popover:hover .popover-0-2-336 {
  display: block;
}

.cuvee-with-popover:hover .icon-0-2-329 {
  transform: rotate(90deg); /* Vers le bas */
}

.cuvee-with-popover.show-popover .popover-0-2-336 {
  display: block;
}

.switcher-0-2-800 {
    display: flex;
    align-items: center;
}


.link-0-2-801 {
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 1rem;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
	font-family: "ubuntu", sans-serif;
	
}
.link-0-2-801:last-child {
    margin-right: 0;
}

.link-0-2-801:first-child {
    margin-left: 0;
}
.linkActive-0-2-802 {
    color: #E84B31;
}


/* Layout principal */
.container-0-2-16 {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* Colonne menu */
.mainNav-0-2-20 {
  width: 65%;
  padding: 2rem 4rem;
  overflow-y: auto;
  background-color: #25282A;
  display: flex;
  flex-direction: column;
}

/* Colonne image + réseaux */
.aside-0-2-376 {
  width: 35%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 2rem;
  overflow: hidden;
}

.asideImg-0-2-377 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.logo-0-2-371 img {
  max-width: 80%;
  height: auto;
  margin-top: 2rem;
}

.socials-0-2-373 {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0;
}

.socials-0-2-373 a {
  color: white;
  font-size: 1.5rem;
}

/* Effet désactivation scroll body */
body.modal-open {
  overflow: hidden;
}

/*****Menu******/


.button-0-2-92 {
    color: inherit;
    border: none;
    cursor: pointer;
    margin: 0;
    display: flex;
    outline: none;
    padding: 0;
    background: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
}

.container-0-2-16 {
  width: 100%;
  margin: auto;
  display: flex;
  padding: 0 20px;
  max-width: 1384px;
  margin-top: 0;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .container-0-2-16 {
    height: 100%;
    padding-bottom: 0;
  }
}
.menu-0-2-17 {
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--app-height);
  z-index: 15;
  overflow: auto;
  position: fixed;
  background: #25282A;
  transform-origin: top;
}
.topNav-0-2-18 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.closeButton-0-2-19 {
  color: #E84B31!important;
  transition: transform .3s ease;
  margin-right: 2rem!important;
}
.closeButton-0-2-19:hover {
  transform: rotate(180deg);
}
.mainNav-0-2-20 {
  width: 70%;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .mainNav-0-2-20 {
    overflow: auto;
    padding-top: 2rem;
    padding-right: 4rem;
    padding-bottom: 2rem;
  }
}
.content-0-2-21 {
  height: 100%;
}
.nav-0-2-22 {
  width: 100%;
}
.homeButton-0-2-23 {
  color: #FFFFFF;
  transition: color .3s ease;
  text-transform: uppercase;
}
.homeButton-0-2-23 span {
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-family:"Ubuntu";
}
.homeButton-0-2-23 svg {
  margin-right: 2rem;
}
.homeButton-0-2-23:hover span:after, .homeButton-0-2-23:active span:after {
  transform: scaleX(1);
}
.homeButton-0-2-23 span:after {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: currentColor;
  transition: transform .3s ease;
  border-radius: 1px;
  transform-origin: left center;
}
.homeButton-0-2-23 span:hover:after, .homeButton-0-2-23 span:active:after {
  transform: scaleX(1);
}
.closeBlock-0-2-24 {
  display: flex;
  align-items: center;
}
.menuItems-0-2-25 {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.homepageLink-0-2-26 {
  all: unset;
}


.menuItem-0-2-320 {
  padding: 0 0 28px;
}
.content-0-2-321 {
  display: flex;
  align-items: center;
}

.numberActive-0-2-323 {
  color: #FFFFFF;
}
.arrow-0-2-324 {
  color: #E84B31;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 0;
  transition: all .3s ease;
  align-items: center;
  line-height: 0;
  justify-content: center;
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .arrow-0-2-324 {
    color: #7C7E7F;
    width: auto;
    height: auto;
    display: block;
  }
}
.arrowActive-0-2-325 {
  color: #E84B31;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .arrowActive-0-2-325 {
    color: #FFFFFF;
  }
}
.title-0-2-326 {
  color: #7C7E7F;
  display: flex;
  flex-grow: 1;
  font-size: 35px;
  border-top: 1px solid transparent;
  font-style: italic;
  transition: all .3s ease;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  line-height: 50px;
  padding-top: 28px;
  padding-bottom: 8px;
  justify-content: space-between;
  text-decoration: none;
}
.title-0-2-326:hover, .title-0-2-326:active {
  color: #E84B31;
}
@media (min-width: 1024px) {
  .title-0-2-326 {
    font-size: 40px;
  }
}
.titleActive-0-2-327 {
  color: #E84B31;
  border-color: #7C7E7F;
}
.children-0-2-328 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .children-0-2-328 {
    padding-left: 0;
  }
}
.subMenu-0-2-329 {
  margin: 0;
  display: flex;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
  disc-style: none;
  max-height: 0;
  transition: all .3s ease;
  align-items: flex-start;
  flex-direction: column;
  padding-left:0!important;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 {
    flex-wrap: wrap;
    max-height: none;
    align-items: center;
    flex-direction: row;
  }
}
.subMenu-0-2-329 > *:first-child {
  margin-top: 0rem;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 > *:first-child {
    margin-top: 0;
  }
}
.subMenuActive-0-2-330 {
  opacity: 1;
  max-height: 500px;
}
.subItem-0-2-331 {
  color: #FFFFFF!important;
  cursor: pointer;
  margin: 0.25rem 0;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-family:"Ubuntu";
}
.subItem-0-2-331:after {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: currentColor;
  transition: transform .3s ease;
  border-radius: 1px;
  transform-origin: left center;
}
.subItem-0-2-331:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .subItem-0-2-331 {
    margin: 1.5rem 2rem 0 0;
  }
}
.subItem-0-2-331:hover:after, .subItem-0-2-331:active:after {
  transform: scaleX(1);
}
.dash-0-2-332 {
  top: 0;
  left: 0;
  color: #7C7E7F;
  width: 35px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  margin-right: 25px;
  justify-content: center;
}
.dash-0-2-332:after {
  width: 9px;
  height: 2px;
  content: '';
  display: block;
  background: currentColor;
  margin-top:-20px;
}
@media (min-width: 1024px) {
  .dash-0-2-332 {
    position: static;
  }
}
.dashActive-0-2-333 {
  color: #FFFFFF;
}




.menuItem-0-2-320 {
  padding: 0 0 28px;
}
.content-0-2-321 {
  display: flex;
  align-items: center;
}

.numberActive-0-2-323 {
  color: #FFFFFF;
}
.arrow-0-2-324 {
  color: #E84B31;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 0;
  transition: all .3s ease;
  align-items: center;
  line-height: 0;
  justify-content: center;
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .arrow-0-2-324 {
    color: #7C7E7F;
    width: auto;
    height: auto;
    display: block;
  }
}
.arrowActive-0-2-325 {
  color: #E84B31;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .arrowActive-0-2-325 {
    color: #FFFFFF;
  }
}
.title-0-2-326 {
  color: #7C7E7F;
  display: flex;
  flex-grow: 1;
  font-size: 35px;
  border-top: 1px solid transparent;
  font-style: italic;
  transition: all .3s ease;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  line-height: 50px;
  padding-top: 28px;
  padding-bottom: 8px;
  justify-content: space-between;
  text-decoration: none;
}
.title-0-2-326:hover, .title-0-2-326:active {
  color: #E84B31;
}
@media (min-width: 1024px) {
  .title-0-2-326 {
    font-size: 40px;
  }
}
.titleActive-0-2-327 {
  color: #E84B31;
  border-color: #7C7E7F;
}
.children-0-2-328 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .children-0-2-328 {
    padding-left: 0;
  }
}
.subMenu-0-2-329 {
  margin: 0;
  display: flex;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
  disc-style: none;
  max-height: 0;
  transition: all .3s ease;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 {
    flex-wrap: wrap;
    max-height: none;
    align-items: center;
    flex-direction: row;
  }
}
.subMenu-0-2-329 > *:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 > *:first-child {
    margin-top: 0;
  }
}
.subMenuActive-0-2-330 {
  opacity: 1;
  max-height: 500px;
}
.subItem-0-2-331 {
  color: #FFFFFF;
  cursor: pointer;
  margin: 0.25rem 0;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-family:"Ubuntu";
}
.subItem-0-2-331:after {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: currentColor;
  transition: transform .3s ease;
  border-radius: 1px;
  transform-origin: left center;
}
.subItem-0-2-331:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .subItem-0-2-331 {
    margin: 0 2rem 0 0;
  }
}
.subItem-0-2-331:hover:after, .subItem-0-2-331:active:after {
  transform: scaleX(1);
}
.dash-0-2-332 {
  top: 0;
  left: 0;
  color: #7C7E7F;
  width: 35px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  margin-right: 25px;
  justify-content: center;
}
.dash-0-2-332:after {
  width: 9px;
  height: 2px;
  content: '';
  display: block;
  background: currentColor;
}
@media (min-width: 1024px) {
  .dash-0-2-332 {
    position: static;
  }
}
.dashActive-0-2-333 {
  color: #FFFFFF;
}



.menuItem-0-2-320 {
  padding: 0 0 28px;
  list-style:none;
}
.content-0-2-321 {
  display: flex;
  align-items: center;
}
.number-0-2-322 {
  color: #7C7E7F;
  width: 35px;
  display: flex;
  font-size: 18px;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 50px;
  padding-top: 28px;
  margin-right: 25px;
  padding-bottom: 8px;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
}
.numberActive-0-2-323 {
  color: #FFFFFF;
}
.arrow-0-2-324 {
  color: #E84B31;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 0;
  transition: all .3s ease;
  align-items: center;
  line-height: 0;
  justify-content: center;
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .arrow-0-2-324 {
    color: #7C7E7F;
    width: auto;
    height: auto;
    display: block;
  }
}
.arrowActive-0-2-325 {
  color: #E84B31;
  transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .arrowActive-0-2-325 {
    color: #FFFFFF;
  }
}
.title-0-2-326 {
  color: #7C7E7F;
  display: flex;
  flex-grow: 1;
  font-size: 35px;
  border-top: 1px solid transparent;
  font-style: italic;
  transition: all .3s ease;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 400;
  line-height: 50px;
  padding-top: 28px;
  padding-bottom: 8px;
  justify-content: space-between;
  text-decoration: none;
}
.title-0-2-326:hover, .title-0-2-326:active {
  color: #E84B31;
}
@media (min-width: 1024px) {
  .title-0-2-326 {
    font-size: 40px;
  }
}
.titleActive-0-2-327 {
  color: #E84B31;
  border-color: #7C7E7F;
}
.children-0-2-328 {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .children-0-2-328 {
    padding-left: 0;
  }
}
.subMenu-0-2-329 {
  margin: 0;
  display: flex;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  flex-grow: 1;
  disc-style: none;
  max-height: 0;
  transition: all .3s ease;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 {
    flex-wrap: wrap;
    max-height: none;
    align-items: center;
    flex-direction: row;
  }
}
.subMenu-0-2-329 > *:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .subMenu-0-2-329 > *:first-child {
    margin-top: 0;
  }
}
.subMenuActive-0-2-330 {
  opacity: 1;
  max-height: 500px;
}
.subItem-0-2-331 {
  color: #FFFFFF;
  cursor: pointer;
  margin: 0.25rem 0;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-family:"Ubuntu";
}
.subItem-0-2-331:after {
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: scaleX(0);
  background: currentColor;
  transition: transform .3s ease;
  border-radius: 1px;
  transform-origin: left center;
}
.subItem-0-2-331:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .subItem-0-2-331 {
    margin: 0 2rem 0 0;
  }
}
.subItem-0-2-331:hover:after, .subItem-0-2-331:active:after {
  transform: scaleX(1);
}
.dash-0-2-332 {
  top: 0;
  left: 0;
  color: #7C7E7F;
  width: 35px;
  display: flex;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  margin-right: 25px;
  justify-content: center;
}
.dash-0-2-332:after {
  width: 9px;
  height: 2px;
  content: '';
  display: block;
  background: currentColor;
}
@media (min-width: 1024px) {
  .dash-0-2-332 {
    position: static;
  }
}
.dashActive-0-2-333 {
  color: #FFFFFF;
}


/*****Aside*****/

.content-0-2-334 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.content-0-2-329 {
    height: 100%;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.link-0-2-331 {
    color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 25px;
    transition: color 0.3s;
    align-items: center;
    line-height: 25;
    justify-content: center;
    text-decoration: none;
}

.linkMailto-0-2-334 {
    margin-top: 10vh;
}

.logo-0-2-330 {
    width: 66px;
    margin: 80px 0px;
	text-align:center;
}

.picture-d52-0-2-340 {
    padding-top: 0px;
}
.picture-0-2-149 {
    width: 100%;
    display: block;
    position: relative;
}

.socials-0-2-332 {
    display: flex;
    padding: 0px!important;
    list-style: none!important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.socialItem-0-2-333 {
    margin: 0px 0px 40px;
    padding: 0px;
}

.img-0-2-150 {width:100%;}


.link-0-2-331 {
    color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 25px;
    transition: color 0.3s;
    align-items: center;
    line-height: 25;
    justify-content: center;
    text-decoration: none;
}

.link-0-2-331:hover, .link-0-2-331:active {
    color: rgb(232, 75, 49);
}

.link-0-2-336 {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.link-0-2-336:hover {
  color: #E84B31;
}

.linkMailto-0-2-339 {
  font-size: 2rem;
}

.logo-0-2-335 picture img {
  width: auto;
  max-height: 80px;
}

.socials-0-2-337 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.socialItem-0-2-338 a {
  color: #fff;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.socialItem-0-2-338 a:hover {
  color: #E84B31;
}

.aside-0-2-335 {
        top: 0px;
        width: 35%;
        height: 100%;
        position: absolute;
    }
	
.aside-d1-0-2-337 {
    right: 0px;
}

.picture-0-2-149 {
    width: 100%;
    display: block;
    position: relative;
}

.asideImg-0-2-336 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.picture-d50-0-2-338 {
    padding-top: 0px;
}
picture.asideImg-0-2-336 {
    position: absolute;
}

.picture-0-2-149 span {
    width: 100%;
    height: 100%;
    display: block !important;
}
.asideImg-0-2-336 img {
    height: 100%;
}

.img-d51-0-2-339 {
    width: 100%;
    display: block;
}



.xavier-breadcrumbs {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  font-size: 1.2rem;
  color: #fff;
}

.breadcrumb-label {
    cursor: pointer;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
	font-family:"ubuntu", sans-serif;
}

.breadcrumbs-0-2-99 {
	gap: 3rem;
    display: flex;
    padding: 0 0 0 2rem!important;
    list-style: none;
    align-items: center;
	font-family:"ubuntu";
}

.container-0-2-326 {
color: rgb(255, 255, 255);
    display: flex;
    position: relative;
    align-items: center;
}

.breadcrumb-0-2-332 {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
}

.breadcrumb-0-2-332:hover {
  text-decoration: underline;
}

.breadcrumbActive-0-2-334 {
  color: rgb(232, 75, 49)!important;
}

.header-cuvee .breadcrumbActive-0-2-334 .text-0-2-333 {  color: rgb(232, 75, 49)!important;}

.text-0-2-333 {
	cursor: pointer;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    text-decoration: none;
	width:auto;
}

.icon-0-2-329 {width:16px;}
.icon-0-2-329 path {fill : rgb(232, 75, 49) !important;}

.popover-0-2-336 {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  border-radius: 4px;
  z-index: 999;
  display: none;
  min-width:250px;
}

.cuvee-with-popover:hover .popover-0-2-336 {
  display: block;
}

.popoverContent-0-2-328 a {
  display: block;
  padding: 0.25rem 0;
  color: #000;
  text-decoration: none;
  text-transform:uppercase;
  font-weight:500;
  font-size:11px;
}

.popoverContent-0-2-328 a:hover {
  color: #E84B31;
}
.popoverContent-0-2-328 a:hover:after {
transform: scaleX(1);
}


@media (max-width: 767px) {
	.breadcrumbs-0-2-99 {
		padding: 0!important;
		max-width:90px!important;
	}
}