/*
--------------------------------------
Découvrez la sélection
--------------------------------------
*/

/*Main Container*/

section.s-tabs-title-content {
	padding: 0;
}

body#index .featured-products{
	margin-bottom: 0;
	margin-top: 0;
}

/*Titres*/

.title-section-titles-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	max-width: 97%;
	padding-bottom: 2.5em;
	margin: auto;
}

.title-section-titles-container .section__tabs-title .c-title {
	line-height: 1em;
}

.title-section-titles-container .section__tabs-titles .section__title__part:not(.see-all-link) {
	padding: 0;
}

.title-section-titles-container .section__title__part .c-title {
	font-family: var(--typo-primary);
	font-size: 16px;
	font-style: normal;
	color: #616453;
	padding: 0;
}

.title-section-titles-container .section__content__part--active .c-title {
	font-weight: 600;
	color: var(--color-primary);
	text-decoration: underline;
}

.title-section-titles-container .see-all-link {
	display: flex;
	white-space: nowrap;
}

/*Slider Products*/

.slick-slider .slick-arrow {
	top: 30%;
}

.slick-slider .slick-arrow.slick-prev {
	left: -30px;
}

.slick-slider .slick-arrow.slick-next {
	right: -30px;
}

/*
--------------------------------------
Millésimes
--------------------------------------
*/

.vintages-container {
	background: #F2F3ED;
	padding: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320))) 0 calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320))) 0;
}

.vintages-container .vintage-value {
	font-family: var(--typo-tertiary);
	font-size: calc(30px + (80 - 30) * ((100vw - 320px) / (1920 - 320)));
	display: block;
	transition: 0.2s ease;
}

.vintages-features-container {
	position: relative !important;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 30px;
}

.swiper-vintages-button-next, .swiper-vintages-button-prev {
	position: absolute;
	top: 50%;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.swiper-vintages-button-next{
	right: 0px;
}

.swiper-vintages-button-prev{
	left: 0px;
}

.vintage-values-container {
	text-align: center;
}

.vintages-features-container .vintage-value {
	line-height: 1.5em;
	color: var(--color-primary-80);
}

/*.vintages-features-container .slick-slide.slick-current.slick-active.slick-center .vintage-value {*/
.vintages-features-container .swiper-slide a:hover .vintage-value {
	color: var(--color-secondary);
	/*font-size: calc(38px + (80 - 30) * ((100vw - 320px) / (1920 - 320)));*/
	transform: scale(1.15);
}

.vintage-value-link:focus{
	outline: none;
	text-decoration: none;
}

.vintages-features-container .slick-slide:not(.slick-active) {
	opacity: 0;
}

.vintages-slider-container.slick-slider .slick-arrow {
	top: 50%;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.vintages-slider-container.slick-slider .slick-arrow svg {
	color: var(--color-primary);
}

/*
--------------------------------------
Offres du moment
--------------------------------------
*/

.offers-wrapper .c-title .elementor-heading-title {
	font-family: var(--typo-secondary);
	font-size: calc(27px + (37 - 27) * ((100vw - 320px) / (1920 - 320)));
	color: var(--color-primary);
}

.offers-wrapper .c-title strong {
	color: #fff;
}

.offers-wrapper .elementor-cta {
	opacity: 0;
}

.offers-container .elementor-cta--skin-cover .elementor-cta-bg-wrapper {
	border-radius: 25px
}

.offers-wrapper .elementor-cta-content .elementor-cta-title {
	font-family: var(--typo-secondary);
}

.offers-wrapper .elementor-cta-content .elementor-cta-description,
.offers-wrapper .elementor-cta-content .elementor-button-text {
	font-family: var(--typo-primary);
}

/*
--------------------------------------
Trouvez votre boutique
--------------------------------------
*/

.mini-boutiques {
	position: relative;
}

.section-mini-boutique {
	background: #F6F6EF;
	padding: calc(60px + (115 - 60) * ((100vw - 320px) / (1920 - 320))) 0;
}

.filigrane-container {
	position: absolute;
}

.second-filigrane-container.filigrane-container {
	right: 0;
	bottom: 30px;
}

/*
--------------------------------------
Découvrez la boutique
--------------------------------------
*/

.about-wrapper .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.col-shop-subhead .elementor-heading-title {
	font-family: var(--typo-secondary);
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.col-shop-title .elementor-heading-title {
	font-family: var(--typo-primary);
	font-size: calc(31px + (41 - 31) * ((100vw - 320px) / (1920 - 320)));
}

.col-shop-description .elementor-text-editor p {
	font-family: var(--typo-primary) !important;
	font-weight: 300 !important;
}

.col-shop-btn .elementor-button-text {
	font-family: var(--typo-primary) !important;
}

/*
--------------------------------------
Vous souhaitez vendre vos vins ?
--------------------------------------
*/

.sell-wines-container {
	position: relative;
	background: url(../../../assets/img/home/bg-sell-wines.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 600px;
}

.sell-wines-container .sell-wines-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: calc(300px + (680 - 300) * ((100vw - 320px) / (1920 - 320)));
	margin: auto;
}

.sell-wines-container .sell-wines-title-container {
	display: flex;
	flex-direction: column;
	color: #750031;
	margin-bottom: 2em;
}

.sell-wines-container .sell-wines-subhead {
	font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-style: italic;
}

.sell-wines-container .sell-wines-title {
	font-size: calc(30px + (41 - 30) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	line-height: 1.35em;
}

.sell-wines-container .sell-wines-description-container .elementor-text-editor p {
	font-family: var(--typo-primary) !important;
	font-size: calc(14.5px + (16.5 - 14.5) * ((100vw - 320px) / (1920 - 320))) !important;
}

.sell-wines-container .sell-wines-description-container .elementor-text-editor p a {
	font-weight: 500;
	color: var(--color-secondary);
	transition: all 350ms ease-in-out;
}

.sell-wines-container .sell-wines-description-container .elementor-text-editor p a:hover {
	color: #000;
}

.sell-wines-container .sell-wines-link {
	display: inline-flex;
	border: 1px solid #B6798D;
	border-radius: 50px;
	transition: all 0.35s ease-in-out;
	padding: 8px 40px;
	margin-top: 2em;
}

.sell-wines-container .sell-wines-link:hover {
	background: #fff;
}

.homeSlider__container{
	overflow: hidden;
}

h1{
	font-family: var(--typo-secondary);
	color:  var(--color-primary);
	text-align: center;
	font-style: italic;
	font-weight: 600;
}
