.woocommerce-catalogue #loop-result .products .product__tag {
	font-family: 'Calibre-Semibold';
}

.page-template-events-cocktail .floating-thumbnail {
	display: none;
	@media screen and (min-width: 1025px) {
		display: block;
	}
}


.wp-block-buttons {
	display: flex;
}

@media screen and (max-width: 1025px) {
	.header__layer__second .second-level li img {
		max-width: 140px;
	}
}


.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

q {
 	quotes: none;
	
}
/* rgaa compliance */
.single-post__heading__content a {
	text-decoration: underline;
}


.header-top__right--order {
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
	.header-top__right--order__button {
		font-family: 'Calibre-Semibold', Arial, sans-serif;
		font-size: 14px; 
		font-weight: 500;
		color: #fff; 
		padding: 10px 17px;
		background-color: #FF6955;
		text-align: center;
		border-radius: 8px;
		width: max-content;
		transition: background-color 300ms ease-out;
		display: flex;
		align-items: center;
		gap: 8px;
		
	}
	.header-top__right--order__button:hover {
		background-color: #F43F27;
	}
}

.header-top__right--devis, .header-top__right--store, .header-top__right--order {
	white-space: nowrap;
	width: max-content;
}

.header-top__right {
	width: auto;
	margin-right: 10px;
}

.header .header-top__right--store__button {
	background-color: transparent;
	font-weight: 500;
	padding: 0;
}

.header-scroll .header-top__right--store__button {
	background-color: transparent;
	font-weight: 500;
	padding: 0;
	color: #1A191D;
	img {
		filter: brightness(0) saturate(100%) invert(61%) sepia(90%) saturate(2970%) hue-rotate(325deg) brightness(100%) contrast(103%);
	}
}

.header__layer .header-top__right--store__button {
	background-color: transparent;
	font-weight: 500;
	padding: 0;
	color: #1A191D;
	img {
		filter: brightness(0) saturate(100%) invert(61%) sepia(90%) saturate(2970%) hue-rotate(325deg) brightness(100%) contrast(103%);
	}
}

.header__layer__init__menu {
	margin-top: 0;
}

.header__layer__init__search {margin-bottom: 7px;}


/* Modification fiches produits - Redmine #16020 */


.order-triggers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EDDACC;

}

.order-trigger {
	flex: 1;
	margin-top: 25px;
	margin-bottom: 5px;
}



.order-trigger::first-child {
	border-right: 1px solid #EDDACC;
	padding-right: 44px;
}
.order-trigger::last-child {
	padding-left: 44px;
}

.order-trigger-container::after {
	content: '';
	width: 1px;
	height: 60px;
	background-color: #EDDACC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.order-trigger-container {
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	.cta-order {
		width: 160px;
	}
}

.order-trigger-container-idf {
	
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	.cta-order {
		width: 160px;
	}
}



.order-title {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	span {
		font-weight: 700;
	}
}

@media screen and (min-width: 1600px) {
    .order-title {
        font-size: 20px;
    }
}

.order-idf::before {
	content: url(images/paris.svg);
	width: 16px;
	margin-right: 10px;
}

.order-france::before {
	content: url(images/france-product.svg);
	width: 26px;
	margin-right: 10px;
}

.order-trigger-idf-only {
    width: fit-content;
}


@media screen and (max-width: 1440px) {
	.order-triggers {
		flex-direction: column;
	}

	.order-trigger-container-idf {
		align-items: center;
	}

	.order-trigger-container::after {
		display: none;
	}

    .order-trigger-idf-only {
        width: auto;
    }
}

/* Carte produit cliquable entièrement */
.woocommerce-catalogue #loop-result .products .product__link,
.single-product .related.products .product__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}


/* page commande */

.page-order .related.products {
    display: flex;
    flex-direction: column;
    margin-right: unset;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products {
        flex-direction: row;
        margin-right: -4vw;
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.page-order .related.products__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-order .related.products__title .swiper-button-prev-unique {
    content: url('images/arrow_black_left.svg');
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.page-order .related.products__title .swiper-button-prev-unique.swiper-button-disabled {
    opacity: 0.3;
}

.page-order .related.products__title .swiper-button-next-unique {
    content: url('images/arrow_black_right.svg');
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.page-order .related.products__title .swiper-button-next-unique.swiper-button-disabled {
    opacity: 0.3;
}

.page-order .related.products__navigation {
    display: none;
}

.page-order .related.products__navigation > div {
    margin-right: 30px;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products__navigation {
        display: flex;
    }
}

.page-order .related.products .swiper-wrapper {
    padding-bottom: 35px;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .swiper-wrapper {
        padding-bottom: unset;
    }
}

.page-order .related.products .swiper-pagination {
    bottom: 0;
}

.page-order .related.products .swiper-pagination .swiper-pagination-bullet-active {
    background: #FF6955;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .swiper-pagination {
        display: none;
    }
}

.page-order .related.products h2 {
    font-family: "Calibre-Black";
    font-size: 35px;
    color: #FF6955;
    text-align: center;
    text-transform: uppercase;
    max-width: unset;
    line-height: 0.9em;
    padding-bottom: 40px;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products h2 {
        text-align: left;
        max-width: 380px;
        padding-bottom: 20px;
        font-size: 70px;
    }
}

.page-order .related.products .swiperOrder {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .swiperOrder {
        width: calc(100% - 393px);
    }
}

.page-order .related.products .product {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    aspect-ratio: 320/492;
    width: 100%;
    float: unset;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .product {
        aspect-ratio: 393/510;
    }
}

.page-order .related.products .product:hover > .product__pane {
    transform: translateY(0);
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .product:hover > .product__pane {
        transform: translateY(-134px);
    }
}

.page-order .related.products .product:hover > .product__content {
    transform: translateY(0);
}

.page-order .related.products .product__tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    width: fit-content;
    background-color: var(--tag-color);
    color: #ffffff;
    font-family: "Calibre-Black";
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 4px;
    text-transform: uppercase;
}

.page-order .related.products .product__pane {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100vw - 40px);
    transform: translateY(0);
    background-color: #ffffff;
    transition: all 300ms;
    border-radius: 20px;
    cursor: pointer;
}

@media screen and (max-width: 350px) {
    .page-order .related.products .product__pane {
        min-height: 58%;
    }
}

@media screen and (min-width: 768px) {
    .page-order .related.products .product__pane {
        min-height: calc((76vw - 46px) * 0.5);
    }
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .product__pane {
        height: calc(100% - 58px);
        min-height: unset;
    }
}

.page-order .related.products .product__pane__layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
}

.page-order .related.products .product__pane__picture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1;
    transition: all 300ms;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .product__pane__picture {
        aspect-ratio: 393/444;
    }
}

.page-order .related.products .product__pane__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.page-order .related.products .product__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-transform: uppercase;
    padding: 20px;
    transform: translateY(0);
    transition: all 300ms;
    min-height: 202px;
}

@media screen and (min-width: 1025px) {
    .page-order .related.products .product__content {
        transform: translateY(124px);
    }
}

.page-order .related.products .product__content__infos {
    padding: 16px 0 7px;
}

.page-order .related.products .product__content__infos--name {
    color: #1A191D;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}

.page-order .related.products .product__content__infos--weight {
    color: #8E8E8E;
}

.page-order .related.products .product__content__delivery {
    display: flex;
    margin-bottom: 14px;
}

.page-order .related.products .product__content__delivery > div {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: center;
    font-family: "Calibre-Medium";
    text-transform: uppercase;
    font-size: 14px;
    color: #1A191D;
    background-color: #ffffff;
    border: 1px solid #EDDACC;
    border-radius: 20px;
    padding: 9px 17px;
    height: 36px;
    margin-right: 10px;
}

.page-order .related.products .product__content__delivery > div i {
    justify-self: start;
    margin-right: 6px;
}

.page-order .related.products .product__content__delivery > div span {
    justify-self: center;
}

.page-order .related.products .product__content__cta {
    font-family: "Calibre-Semibold";
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #FF6955;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    text-decoration: none;
}

.page-order .related.products .product__content__cta:hover {
    background-color: #F43F27;
}


/* Page Order Hero */
.page-order-hero {
    position: relative;
    margin: 0 -4vw;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

@media screen and (min-width: 768px) {
    .page-order-hero {
        min-height: 500px;
        padding: 60px 40px;
    }
}

.page-order-hero__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

@media screen and (min-width: 1440px) {
    .page-order-hero__cards {
        max-width: 1096px;
    }
}

.page-order-hero__card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 320px;
    height: 290px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .page-order-hero__cards {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }
}

.page-order-hero__card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .page-order-hero__card {
        padding: 50px 2vw;
        max-width: 533px;
        height: 396px;
    }

    .page-order-hero__card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

}



.page-order-hero__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-order-hero__card-subtitle {
    font-family: 'Calibre-Regular', Arial, sans-serif;
    font-size: 28px;
    color: #1A191D;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 0.9;
}

.page-order-hero__card-title {
    font-family: 'Calibre-Black', Arial, sans-serif;
    font-size: 36px;
    color: #FF6955;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    line-height: 0.9;
}

@media screen and (max-width: 768px) {
    .page-order-hero__card-title {
        font-size: 24px;
    }
}

.page-order-hero__card-cta {
    font-family: 'Calibre-Semibold', Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #FF6955;
    padding: 14px 30px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 300ms ease-out;
}

.page-order-hero__card-cta:hover {
    background-color: #F43F27;
}

.page-template-order-page main {
    min-height: unset;
    padding-bottom: 150px;
    padding-top: 100px;
}

.page-order .jobs__application {
    width: 100%;
    margin: 70px auto;
}

.page-order-hero {
    height: calc(100vh - 100px);
}

@media screen and (min-width: 1025px) {
    .page-template-order-page main {
        padding-top: 230px;
    }
    .page-order-hero {
        height: calc(100vh - 230px);
    }
    .page-order .jobs__application {
        width: calc(69% + 8vw);
        margin: 70px auto 180px;
    }
}

.single-product .cooking-time {
	padding-top: 20px;
}


