

/*
	Fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');

* {
	font-family : 'Montserrat', sans-serif;
}
/*
	Layout
*/ 
.header {
	display : flex;
	background : var(--header-bg);
	height : 220px;
	position : sticky;
	top : 0px;
	z-index : 1000;
	max-width: 100%;
	padding: 0px 30px 0 30px;
	box-shadow: 0px 3px 20px var(--header-shadow);
	z-index: 11000;
}
.header-shop-choice {
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    height: 50px;
    margin-right: 20px;
    border: 1px solid var(--main-color);
    padding: 10px 30px;
    border-radius: 50px;
    margin: 5px;
    color: var(--main-color);
}
.header-shop-choice svg {
    margin-left: 15px;
}
.logo-wrapper {
    display: inline-block;
    width: 147px;
    height: 200px;
    margin: auto;
    text-align: center;
    font-size : 10px;
    font-weight : 600;
}
.logo-wrapper img {
    margin-top: 10px;
}
.footer {
	background: var(--main-color);
	color : white;
	font-size : 12px;
	padding : 20px;
	text-align : right;
    width:350px;
	float:right;
	border-radius: 50px 0px 0px 50px;
	margin-bottom: 15px;
	right: 0;
	bottom:0;
}
.footer-copyright {
	text-align : right;
}
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999;
	font-size: 12px;
}

.accept-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
	border-radius: 10px;
	margin: 10px 0 10px 0;
}

[type=checkbox] {
	width: 15px !important;
    padding: 5px !important;
    height: 15px !important;
    border-radius: 5px !important;
    margin: 5px;
}
/*.logo {
    width: auto;
    height: auto;
}*/

.banner-wrapper{
/*	width: 200px;*/
	height: 200px;
	border-bottom-left-radius: 40px; 
	border-bottom-right-radius: 40px;
	display : inline-block;
	width: calc(100% - 260px);
	overflow : hidden;
	background-size: cover;
	margin-left: auto;
/*	box-shadow: 0px 3px 20px var(--header-shadow);*/
	background-position: center;
}

.center {
	text-align : center;
}


.logo {
	width : auto;
	height : auto;
}
.banner {
	width : 100%;
	height : auto;
	border-bottom-left-radius : 20px;
	border-bottom-right-radius : 20px;
}
.main-wrapper {
	background: var(--main-bg-color);
	opacity: 1;
	padding : 0 ;
	min-height : 100vh;
}

.content-wrapper {
    display: flex;
    background: var(--content-bg-color);
    padding-top: 25px;
    position: relative;
    margin: auto;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    padding-bottom: 120px;
    transition : all 1s ease;
	justify-content: center;

	/*padding-right: 20px;*/
}

/*
Menu
*/
.menu-wrapper {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 60px;
}
.menu-item {
	display : inline-block;
	margin : 5px;
	padding : 15px 5px;
	color : var(--main-color);
}
.menu-item:hover {
	background-color : var(--main-color);
	color : var(menu-item-hover);
	transition: all 1s ease-out;
}
.menu-list-item {
	margin : 15px;
}
.menu-list-item:hover {
	color : var(--main-color);
}
.menu-list-separator {
	margin : 25px 0px;
	display: none;
}


a.menu-list-item.menu-account {
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: space-around;
    background-color: var(--menu-item-background);
    color: black;
    padding: 10px 0px 10px 0;
    margin-top: 50px;
	width: 50%;
    border-radius: 30px;

}


a.menu-list-item.menu-logout {
    background-color: var(--logout-bg);
    display: flex;
    margin: auto;
    color: var(--logout-text);
    padding: 10px 0 10px 0;
    justify-content: space-around;
	width: 50%;
    border-radius: 30px;
}


/*
	General
*/
.main {
	background : var(--main-color);
	color : var(--main-text);
}
.slider-wrapper {
	display : flex;
	overflow-x : scroll;
	width : 100%;
}
.slider-item {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px;
    height: 40px !important;
    border-radius: 50px !important;
    padding: 5px 35px;
    text-align: center;
    width: max-content !important;
    flex-basis : 200px !important;
    flex : none;
}

.categories-wrapper {
            overflow-x: hidden;
            width: 250px;
            position: fixed;
            top: 250px;
            padding: 20px min(20px, 20%);
            z-index: 0;
            scroll-behavior: auto;
            left: 0px;
            display: flex;
            justify-content: flex-start;
	height: 550px;
        }

.products-list {
              width : 100%;
              margin-left : 275px;
	/*padding-right: 15px;*/
        }

.service-selector-wrapper {
    display: flex;
}
.categories-items-wrapper {
    display: flex;
	flex-direction: column;
	font-size: 14px;
}

.categories-wrapper.extended .categories-items-wrapper {
	flex-direction : column;
}
.categories-wrapper::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  -webkit-appearance: none;
}
::-webkit-scrollbar-track {
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
}
.categories-arrow {
	position : fixed;
	color : var(--main-color);
	padding : 10px;
	height : 60px;
	background : white;
	top : 154px;
	display: none;
}
.categories-arrow.left {
	left : 0px;
	display: none;
}
.categories-arrow.right {
	right : 0px;
	display: none;
}

.categories-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: none;
  cursor: pointer;
	display: none;
}

.categories-arrow.left {
  justify-self: start;
	display: none;
}


.categories-arrow.right {
  justify-self: end;
	display: none;
}

.categories-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--category-bg-color);
}
.categories-wrapper.extended {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100vh;
}
.category-item {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50px!important;
    height: var(--category-item-height) !important;
    line-height: var(--category-item-line-height) !important;
/*    border-radius: 50px !important;*/
    padding: 5px 35px;
    text-align: center;
    width: 200px !important;
    overflow: hidden;
    white-space: pre;
    min-width : 220px;
    max-width : 220px;
    text-transform : uppercase;
    font-weight : 400;
    box-shadow: none !important;
    border: none !important;
	text-decoration: underline 1px dotted;
	text-underline-offset: 10px;
}
.category-item.selected {
	font-weight : 600;
	border : 1px solid var(--main-color);
	text-decoration: none;
}
.pill {
	border-radius : 50px;
}
.results-wrapper {
	width : 100%;
	max-width : 900px;
	margin : auto;
	text-align : center;
}
.results-line {
	float : left;
}
.results-line-title:before { 
	content: ' '; 
	display: block; 
}
.results-line-title {
    font-weight: 700;
    float: left;
    padding-top: 30px;
    margin-right: 15px;
    color : var(--main-color) !important;
    text-align : left;
    width : 100%;
}
.results-slots {
	display : inline-flex;
	padding : 10px;
}
.results-separator {
	margin : 15px 0;
}
.results-date {
	color : #000;
	font-weight : 200;
}
.results-slot-info {
	color : #000;
	font-weight : 700;
}
/*
	Products
*/
.product-card, .shop-card {
	box-shadow: 0px 3px 20px var(--header-shadow);
	display : inline-block;
	width : 33%;
	min-width : 280px;
	padding : 15px 15px 15px 15px;
	border-radius : 30px;
	margin : 10px;
	position : relative;
	vertical-align : top;
	height: 180px;
	
}

.product-card.selected {
	border:1px solid var(--main-color);
}
.product-card.disabled,.product-section-line.disabled {
    opacity: 0.4;
}
.product-card.selected .product-quantity-selector{
	background:var(--main-color);
}

.product-thumbnail, .shop-banner {
    width: 150px;
    display: inline-block;
    height: 150px;
    border-radius: 20px;
    background-color: var(--main-bg-color);
    flex-grow: 1;
    min-width: 90px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    position : relative;
}
.product-allergens-btn {
    width: 40px; /* largeur du cercle */
    height: 40px; /* hauteur du cercle (égale à la largeur) */
    border-radius: 50%; /* bordures arrondies pour créer un cercle */
    background-color: var(--allergens-bg-color); /* couleur de fond */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; /* taille du texte */
    font-weight: bold;
    border: none;
    cursor: pointer;
    position : absolute;
    bottom : -5px;
    right : -5px;
}
.product-allergens {
	background : white;
	color : black;
	border-radius : 20px;
	/* width : 100%; */
	/* height : 100%; */
	font-size : 12px;
	position: absolute;
	top: 0px;
	padding: 20px;
	display: flex;
	align-items: center;
	text-align:center;
	right: -264px;
	width: 300px;
	height: auto;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.product-allergens-btn span {
    display: inline-block;
    color: var(--allergens-color); /* couleur du texte */
}
.product-infos {
	display : inline-block;
	vertical-align : top;
	padding : 0 10px;
	width: calc(100% - 160px);
	
}
.product-quantity-selector {
	position : absolute;
	bottom : 0;
	right : 0;
	background : var(--product-qty-bg);
	color : var(--product-qty-text);
	border-top-left-radius : 30px;
	border-bottom-right-radius : 28px;
	display : inline-flex;
	height : 35px;
}
.product-quantity-selector * {
	width : 50px;
	text-align : center;
	margin : auto;
}
.product-plus-button{
	font-size: 40px;
	font-weight: 300;
	line-height: 0;
}

.product-description {
    font-weight: 600;
    font-size: 12px;
    font-style: italic;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 39px;
    margin-top: 5px;
    color: gray;
    display: -webkit-box;
    -webkit-line-clamp : 3;
    -webkity-box-orient: vertical;
}

.product-price {
    font-size: 10px;
	margin-top: 10px;
	position: absolute;
    bottom: 0;
    margin-bottom: 35px;
	font-style: italic;
    font-weight: 600;
}

.offer-price{

font-size: 11px;
	margin-top: 45px;
   
    font-weight: 800;

}

span.product-price-amount {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}

.product-container {
	
}
.product-overlay {
	position: fixed;
    width: 100%;
    height: 100vh;
    /* background-image: url(https://img.freepik.com/vecteurs-premium/pizza-vegetarienne-aux-legumes-frais-icone-dessin-anime-alimentaire_80590-13795.jpg); */
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -5;
}
.payment-component-legal {
	font-size : 12px;
}
.product-close-wrapper, .checkout-close-wrapper, .payment-close-wrapper, .order-close-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 10px 5px;
    background: var(--main-color);
    color: white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    text-align: center;
	z-index: 10000;
}
.product-single-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    flex: 0 0 80%;
    text-transform: uppercase;
    font-size : 20px;
	text-align: center;
}

.product-single-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 20%;
    font-weight: 700;
    font-size : 24px;
}

.product-single-infos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 20px;
	border-bottom : 2px dashed var(--gray-light);
    margin-bottom: 10px;
}

.product-subtitle,.product-section-title {
	text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform : uppercase;
}
.product-single-description {
    display: block;
    flex: 0 0 100%;
    font-weight: 600;
    font-size : 15px;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	color: grey;
}


.product-image {
	background-color: var(--main-bg-color);
	background-size : cover;
	background-position : center;
	width : 100%;
	height : 250px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	
}

.product-offer {
	width : 200px !important;
}
.product-offers-wrapper {
	text-align : center;
}
.product-section-info {
	font-weight : 400;
	text-align : center;
	font-size : 12px;
	color : gray;
}
.product-section-wrapper {
	scroll-margin-top : 200px;
}
.quantity-selector-wrapper {
	display : inline-flex;
}
.product-resume-quantity-wrapper {
	text-align : center;	
}
.product-section-line .quantity-selector-wrapper {
	float : right;
	display : inline-flex;
}

.product-section-line-image {
    width: 90%;
    height: 110px;
	margin-top:5%;
    background-size: cover;
    background-position:center;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background-color: var(--main-bg-color);
}

.product-section-line.active {
	background : var(--main-color);
	color : white;
	border : 1px solid var(--main-color);
}
.product-resume-add-button-wrapper {
	text-align : center;
}
.product-gtns-section {
	width : 100%;
	text-align : center;
}
.quantity-selector-wrapper * {
	margin : 5px;
}
.quantity-selector-button {
    border-radius: 50%;
    background: var(--qty-selector-bg) !important;
    color: var(--qty-selector-text);
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
}

.product-section-line.active .quantity-selector-button {
    background: var(--qty-selector-bg-active) !important;
	color: var (--qty-selector-text);
	font-size: 12px;
    font-weight: 500;
}
.quantity-selector-button.disabled {
	background : var(--disabled);
	color: var(--qty-selector-text);
	font-size: 12px;
    font-weight: 500;
}
.quantity-selector-value {
    width: 30px;
    font-size: 13px;
    padding-top: 3px;
    text-align: center;
}
.product-edit-section {
	float: right;
    font-size: 12px;
    color: var(--main-color);
}
.product-resume-detail-element {
    font-size: 12px;
    font-weight: 200;
    padding-left : 20px;
}

.products-cart {
    position: fixed;
    bottom: 0;
    /* left: 0; */
    background: none;
    width: auto;
    text-align: center;
    padding: 30px;
    /* z-index: -1; */
    margin: auto;
}

.product-section-wrapper.success.unique {
    display:none;
	}

.products-cart-button {
    display: flex;
    background: var(--main-color);
    width: 90px;
    margin: auto;
    border-radius: 50%;
    height: 90px;
    border: 4px solid var(--cart-border);
    box-shadow: 0px 3px 20px var(--header-shadow);
    color: white;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    position : relative;
}
span.cart-amount {
    position: absolute;
    font-size: 12px;
    top: -7px;
    right: -25px;
    background: var(--cart-amount-bg);
    border-radius: 5px;
    padding: 5px;
}
.products-header {
    height: 181px;
    margin: -10px -10px 0 -10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-position-y: top; */
}


.content-wrapper:has(.product-container,.checkout-wrapper,.payment-wrapper,.order-wrapper) {
	margin-top : 30px;
	max-width:  800px;
	border-top-left-radius : 30px;
	border-top-right-radius : 30px;
	transition : all .5s ease;
	position : relative;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.products-category-title,
.shops-title {
  scroll-margin-top: 270px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-basis : 100%;
  font-size : 22px/27px;
  text-transform : uppercase;
  margin-bottom : 0px;
	margin-left:20px;
	margin-top:25px;
}
.products-service-warning-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 12000;
    width: 100%;
    height: 100vh;
    padding: 50px;
}

.products-service-warning-footer {
    padding: 10px;
    text-align: center;
}

button.products-service-warning-button {
    padding: 15px;
    margin: 10px;
    background: var(--main-color);
    border-radius: 5px;
    width : 100%;
}

.products-service-warning-text {
    font-weight: 600;
}

.products-category {
    scroll-margin-top:200px;
}

.products-category-title::after,
.shops-title::after {
  border: 1px solid var(--gray-light);
  content: '';
  flex-grow: 1;
  margin-left: 10px;
}


.product-quantity-editor-line,.order-product {
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 15px;
    width : 100%;
}
.product-quantity-editor-line-detail,.order-product-details {
	font-weight : 600;
	display : inline-block;
	font-size: 12px;
    font-style: italic;
	color: grey;
	width: 100%;
}
.order-product-details span {
	margin-right : 10px;
}
.product-quantity-editor-line-quantity {
	margin-top : auto;
}

.product-section-lines-wrapper {
    text-align: center;
    border-bottom: 2px dashed var(--gray-light);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    flex-basis : 200px;
}

.product-section-line {
    border: 1px solid var(--product-section-line-border);
    border-radius: 30px;
    margin: 10px;
    text-align: center;
    position: relative;
    display: flex;
    flex-basis: 200px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
	height:200px;
	width: 200px;
}

.product-section-line-price {
	font-size : 12px;
	font-weight : 600;
	margin-top: 28px;
}
.product-section-line-title {
	display : block;
	font-size : 11px;
	line-height: 11px;
	width : 100%;
	position: absolute;
    margin-top: 125px;
	padding-left: 10px;
	padding-right: 10px;
}
.product-section-line .quantity-selector-wrapper {
	float : none;
	position : absolute;
	bottom : 5px;
}
.product-section-line.active {
	background : var(--main-color);
	color : var(--product-section-line-active-text);
}


.product-quantity-editor-image,.order-product-image {
    min-width: 100px;
    display: inline-block;
    height: 100px;
    border-radius: 20px;
    background-color: var(--main-bg-color);
    flex-grow: 1;
    background-size: cover;
    background-position: center;
	
}

.product-quantity-editor-infos, .order-product-info {
    display: flex;
    margin-left: 20px;
    width: calc(100% - 140px);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.product-quantity-editor-amount,.order-product-amount {
    position: absolute;
    top: 0;
    right: 8px;
    color: var(--main-color);
	font-weight: 600;
}
.product-quantity-editor-right {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-between;
    width : 85px;
}
.product-quantity-editor-right {
	
}
.product-footer {
    position: fixed;
    width: 500px;
    bottom: 0;
/*    left: calc(50% - 300px);*/
    background: rgba(255, 255, 255, 0.9);
/*    border-top: 1px solid var(--gray-light);*/
    padding: 15px;
	
    transition: all 1s ease;
	left: 50%;
    transform: translate(-50%, 0%);
	box-shadow: 0px 3px 20px var(--header-shadow);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.product-quantity-editor-name,.order-product-name {
    width: 100%;
    top: 0;
}
	.product-quantity-edit-offer-name {
		font-size : 12px;
	}
.checkout-cart-amount-value {
    display: inline-block;
    float: right;
    padding-right: 11px;
    padding-top: 15px;
    font-size: 20px;
    color: var(--main-color);
}

.checkout-cart-amount {
    margin-bottom: 20px;
    text-align : center;
}
.checkout-cart-amount-label {
    display: inline-block;
    padding-left: 75px;
    padding-top: 15px;
}
.checkout-delivery-error {
    text-align: center;
    color: var(--error);
}
.checkout-additionnal-product-button, .checkout-additionnal-product-input{
    padding : 5px 15px;
    border-radius : 50px;
    margin : 5px;
}
.checkout-additionnal-product-input input {
    background: none;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
}

.checkout-additionnal-product-input input::-webkit-outer-spin-button,
.checkout-additionnal-product-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.checkout-additionnal-product-input input:focus {
    outline: none !important;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
}
.checkout-additionnal-product-button.selected, .checkout-additionnal-product-input.selected {
    background : var(--main-color);
    color : white;
}
.address-input-wrapper.fullpage {
    padding: 20% !important;
    width: 100%;
}
.address-input-items {
	background : var(--address-input-item-bg);
	padding-left : 20px;
}
.address-input-item {
	border-bottom : 1px solid var(--address-input-border);
	font-weight : 400;
	cursor : pointer;
	height : 45px;
	padding : 10px;
}
.address-input-item:hover {
	background : var(--main-color);
	color : var(--address-input-text);
}
.checkout-service-details {
    display: block;
    width: 100%;
    position: relative;
    height: 40px;
}

.checkout-service-edit {
    padding-left: 75px;
    color: var(--main-color);
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkout-service-name {
    padding-left: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.checkout-service-amount {
    position: absolute;
    right: 12px;
    bottom: 0;
}
.main.address-input-geolocation {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 5px;
}
.selectable-button.pill {
    height: 40px;
    border-radius: 50px;
}
.checkout-slot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.address-input-element {
    display: inline-block;
    width: calc(100% - 60px) !important;
}
.checkout-wrapper hr {
	/*margin : 20px 0 ;*/
}


.checkout-cart-extend {
    position: absolute;
    bottom: -9px;
    width: 100%;
    text-align: center;
}
.checkout-cart-extend.extended button.main {
	animation : all 1s ease-out;
	transform : rotate(180deg);
	
}

.checkout-cart-extend.extended {
	animation : all 1s ease-out;
	transform : rotate(180deg);
}
.checkout-cart-wrapper.extended {
	animation : all 1s ease-out;
	height : 100%;
}
.step-resume-edit {
    place-self: flex-start;
    margin-left: auto;
}
.step-resume-edit-button {
	float : right;
}

.step-resume-amount {
    text-align: right;
    color: var(--step-resume-amount);
	font-weight: 700;
}

.step-resume-wrapper {
    padding: 20px;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    display: flex;
    margin : 15px auto 15px auto;
}
.checkout-resume-note {
    margin: auto;
    width: 100%;
    border: 1px var(--gray-light) solid;
    border-radius: 15px;
    font-size: 12px;
    resize: none;
}
.step-resume-detail {
    font-size: 12px;
    font-weight: 600;
	font-style: italic;
}
.checkout-slots hr {
	margin : 20px 0;
		
}
.checkout-resume-line {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
}
.checkout-resume-line.total {
	font-size : 16px;
	color : var(--main-color);
	font-weight : 500;
}

.checkout-resume-line-amount {
    margin-left: auto;
}
.checkout-resume-validate {
	text-align : center;
}
.checkout-wrapper, .payment-wrapper {
	position : relative;
	padding: 10px;
	width : 100%;
}

.selectable-button.stripe-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 40px;
}
.stripe-validation-wrapper {
    text-align: center;
    margin-top: 15px;
}

.stripe-new-card {
    margin-top: 15px;
}
.stripe-error {
    color: red;
    font-weight: 700;
}
.StripeElement {
    padding-top: 10px;
}
.stripe-loader-wrapper {
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.checkout-additionnal-products-list {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.checkout-additionnal-products {
    display: flex
;
    justify-content: center;
    flex-direction: column;
}


/*
	Navigation
*/
.navigation-button {
	background : var(--navigation-button-bg);
	color : var(--navigation-button-text);
	border-radius : 50px;
	padding : 5px;
}

/*
	Loader
*/
.loader {
  width: 16px;
  height: 16px;
  position: relative;
  left: -32px;
  border-radius: 50%;
  color: #fff;
  background: currentColor;
  box-shadow: 32px 0 , -32px 0 ,  64px 0;
}

.loader::after {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background:#FF3D00;
  animation: move 3s linear infinite alternate;
}

@keyframes move {
  0% , 5%{
    left: -32px;
    width: 16px;
  }
  15% , 20%{
    left: -32px;
    width: 48px;
  }
  30% , 35%{
    left: 0px;
    width: 16px;
  }
  45% , 50%{
    left: 0px;
    width: 48px;
  }
  60% , 65%{
    left: 32px;
    width: 16px;
  }

  75% , 80% {
    left: 32px;
    width: 48px;
  }
  95%, 100% {
    left: 64px;
    width: 16px;
  }
}  
  
@-webkit-keyframes SHOW-BOX {
    0%   { top : 100vh; }
    100% { top: 0; }
}
@-moz-keyframes SHOW-BOX {
    0%   { top : 100vh; }
    100% { top: 0; }
}
@-o-keyframes SHOW-BOX {
    0%   { top : 100vh; }
    100% { top: 0; }
}
@keyframes SHOW-BOX {
    0%   { top : 100vh; }
    100% { top: 0; }
}


.fullpage {
	position : fixed;
	z-index : 100000;
	top : 0;
	left : 0;
	background : white;
	width : 100%;
	height : 100vh;
	padding: 20%;

}

.menu-full-wrapper{
	margin: auto;
	position : fixed;
	z-index : 100000;
	top : 0;
	left : 0;
	background : white;
	width : 100%;
	height : 100vh;
	overflow : scroll;
	padding-top: 15px;
}

.top-right {
	position : fixed;
	top : 10px;
	right : 10px;
	color: white;
    padding: 10px 15px 10px 15px;
	border-radius: 30px;
	background-color: black;
}
.top-left {
	position : absolute;
	top : 10px;
	left : 10px;
}
/*
	Text
*/
.title-1 {
	font-size : 22px;
	font-weight : 500;
	margin : 10px;
}
.title-2 {
	
}
.title-3 {
	
}

/*
	Buttons
*/
.selectable-button {
	background : transparent;
	border : 1px solid var(--main-color);
	border-radius : 10px;
	color : var(--selectable-button-text);
	width : 120px;
	height : 120px;
	margin : 3px;
	/*box-shadow: 0px 3px 20px var(--header-shadow);*/
	align-items: center;
	display: flex;
	flex-direction: row;
	padding: 2px;
	justify-content : center;
}
.selectable-button:hover, .selectable-button.selected{
	background : var(--main-color);
	color : var(--selectable-button-text);
	transition : all 0.5s ease;
	text-decoration: none;
/*	margin: 0px !important;
	padding: 5px;*/
}

.selectable-button.hour-slot, .date-slot {
    margin: 3px;
    width: auto;
    min-width: 80px;
    padding: 20px;
	line-height: 15px;
}

.selectable-button.hour-slot{
	width: 90px;
}

img {
	width : 100%;
}
input:focus {
	outline:none !important;
}
input {
	border: 1px solid var(--input-border) !important;
	border-radius: 25px !important;
	width: 100% !important;
	height: 40px !important;
	padding: 5px 30px !important;
	font-size: 16px !important;
}

button.main, a.main {
	box-shadow: 0px 3px 6px var(--header-shadow);
	border-radius : 50px;
	padding : 10px 40px;
	text-transform : uppercase;
	font-weight : 400;
	margin : 10px;
}
button.main:hover {
	transition : all 0.5s ease;
	background : var(--main-button-text);
	color : var(--main-color);
}
.circle-button {
    background: var(--main-color);
    color: var(--circle-button-text);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display : block;
    padding : 10px;
    text-align : center;
	line-height: 50px;
/*	position: fixed;
	bottom: 0;
	left: 0;
	
	.menu-wrapper a:not(.header-shop-choice) {

	
	margin-left:120px;
	margin-bottom: 20px;*/
}
.circle-button:hover {
	transition : all 0.5s ease;
	background : var(--circle-button-text);
	color : var(--main-color);
}
.menu-wrapper a:not(.header-shop-choice) {
    vertical-align: middle;
    line-height: 50px;
    margin-right: 20px;
    padding : 0px !important;
}
.circle-button:has(.fa-bars){
	line-height : 32px;
}

.menu-wrapper .circle-button {
	padding : 10px;
	display : inline-block;
	margin : 5px;
	vertical-align : top;
}
.buttons-wrapper {
	display : block;
	display: inline-flex;
	text-align: center;
	margin: auto;
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-wrap : wrap;
	font-size: 14px;
}

.hour-slot, .date-slot {
box-shadow: unset;
}

.order-wrapper {
    padding: 15px;
    /* font-weight: 200; */
}

.order-totals {
    margin-top: 20px;
}

.order-total-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.order-total-label {
    margin-right: 15px;
}
.order-actions {
    margin-top: 10px;
    text-align: right;
}

.order-actions a {
    color: black;
    font-weight: 600;
}
.shops-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.shops-address-wrapper {
  flex-basis: 30%;
  flex-grow: 1;
  padding : 10px 20px;
}

.shops-results {
  flex-basis: 70%;
  flex-grow: 1;
  flex-wrap: wrap;
  display: flex;
}

.shop-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-basis: 45%;
    flex-grow: 1;
    height: auto;
}

.shop-address {
    font-size: 14px;
    color: var(--shop-address);
    flex-basis: 100%;
    display: flex;
}

.shop-banner img {
  width: 100px; /* Ajustez la taille de l'image selon vos besoins */
  margin-right: 10px;
}

.shop-info {
    flex-grow: 1;
    align-items: flex-start;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
    width: calc(100% - 100px);
}
.shop-service {
	font-size : 14px;
}
.shop-service.unavailable {
	color : var(--unavailable);
}
.shop-service.available {
	color : var(--available);
}
.shop-service-edit {
    margin: 0 5px;
}

.shop-service-name {
    margin: 0 5px;
}
.shop-title, .product-title {
    font-size: 14px;
	line-height: 16px;
    text-transform: uppercase;
    overflow: hidden;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    width: auto;
/*    display: flex;*/
	text-align: left;
	
}
.shop-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: var(--shop-link-bg);
    color: var(--shop-link-text);
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    width: 53px;
}




/*LOGIN*/

/*label.login-field-label{
	display: none;
}*/
.login-field-group{
	
	margin-bottom: 10px;
	width: 100%;

	
}

.login-field-group:has([name=remember]) {
    display: none;
}


button.profile-button {
    background-color: var(--menu-item-background);
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin: auto;
    width: 240px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

button.close-menu-button {
    background-color: var(--menu-item-background);
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin: auto;
	position: fixed;
	right : 30px;
    line-height : 42px;
}


.login-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.login-buttons {
    display: flex;
    flex-direction: column;
}

a.login-google-link {
    text-align: center;
    border-radius: 30px;
    background-color: var(--google-background);
    color: var(--google-text);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5px auto 10px auto;
}

img.login-google-image{
	width: 28px;
	height: 30px;
	margin-right: 10px;
}

.login-google-introduction {
	margin-top: 30px;
	text-align: center;
}

button.login-button{
	text-align: center;
    border-radius: 30px;
    background-color: var(--menu-item-background);
    color: white;
    padding: 10px;
    margin-top: 10px;
}

a.login-reset-button {
    text-align: center;
    border-radius: 30px;
    border: solid 1px var(--menu-item-background);
    /* background-color: var(--menu-item-background); */
    color: var(--menu-item-background);
    padding: 10px;
    margin-top: 10px;
}
.login-error-label{
	
	color: red;
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

a.login-register-link,.login-no-login-button {
	text-align: center;
	margin-top: 5px;
	font-style: italic;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
	border: solid 1px;
	border-color: #ededed;
	background-color: #ededed;
	color: black;
	border-radius: 30px;
	padding: 10px;
}

.login-wrapper {
    width: 1000px;
	margin-left: 20px;
	margin-right: 20px;
}

.register-wrapper {
    width: 1000px;
	margin-left: 20px;
	margin-right: 20px;
}

button.inline-flex.items-center.px-4.py-2.bg-gray-800.border.border-transparent.rounded-md.font-semibold.text-xs.text-white.uppercase.tracking-widest.hover\:bg-gray-700.focus\:bg-gray-700.active\:bg-gray-900.focus\:outline-none.focus\:ring-2.focus\:ring-indigo-500.focus\:ring-offset-2.transition.ease-in-out.duration-150.false.login-button {
    background-color: var(--menu-item-background);
}

input.rounded.border-gray-300.text-indigo-600.shadow-sm.focus\:ring-indigo-500.login-field-checkbox {
    display: none;
}

button.inline-flex.items-center.px-4.py-2.bg-gray-800.border.border-transparent.rounded-md.font-semibold.text-xs.text-white.uppercase.tracking-widest.hover\:bg-gray-700.focus\:bg-gray-700.active\:bg-gray-900.focus\:outline-none.focus\:ring-2.focus\:ring-indigo-500.focus\:ring-offset-2.transition.ease-in-out.duration-150.false.profile-button {
    background-color: var(--menu-item-background);
	color: var(--button-text);
    display: flex;
    margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	
}

h2.profile-title{
	margin-top: 30px;
}

.mt-6{
	margin-top: 5px;
}

.space-y-6>:not([hidden])~:not([hidden]){
	margin-top: 0px;
}

h2{
	font-weight: 700;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.profile-wrapper{
	
    width: 800px;
    margin-left: 20px;
    margin-right: 20px;

}

/*PAGE DE COMMANDE*/

.order-link {
    background-color: var(--menu-item-background);
    width: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 5px 10px 5px;
	margin-top: 10px;
}

.order-item-details {
    border: 1px solid var(--menu-item-background);
    border-radius: 30px;
    padding: 15px;
	margin-bottom: 10px;
}

.orders-wrapper {
    padding: 20px;
    border-radius: 30px;
	width: 1000px;
	display: inline-block;
}

a.order-item{
	
	padding: 10px;
	width: 25%;
	display: inline-grid;
	
}

.order-wrapper {
    padding: 50px 75px 50px 75px;
    /* font-weight: 200; */
}

.order-header {
    /*border-bottom: 1px solid black;*/
    margin: 15px 0;
}

.order-header-number {
    font-size: 20px;
}

.order-header-dates {display: flex;flex-direction: row;align-content: center;justify-content: flex-start;align-items: center;font-size:14px;}

.order-header-date-value {
    display: flex;
    align-self: flex-end;
    margin-left: auto;
    font-weight: 600;
	font-style: italic;
	color: grey;
}

.order-header-service {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: var(--main-color) 1px solid;
    border-radius: 15px;
    padding: 15px;
    margin: 10px 0px 30px 0px;
}

.order-header-service-label {
    width: 100%;
    text-align: center;
    margin-right: auto;
    font-size: 18px;
}

.order-header-service-location {
    width: 100%;
    text-align: center;
    font-weight: 600 !important;
	font-style: italic;
	color: grey;
}

.order-header-service-date {
    width: 100%;
    min-width: 120px;
    text-align: center;
    margin-left: auto;
    font-size: 22px;
    color: var(--main-color);
    font-weight: 500;
}

.order-header-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    font-size: 24px;
	text-transform: uppercase;
}

.order-info {
    font-size: 12px;
    font-weight: 600;
	font-style: italic;
    color: var(--order-info);
    margin-top: 25px;	
	text-align: center;

}

.order-total-amount {
    width: 25px;
    text-align : right;
}
.order-totals {
    margin-top: 25px;
	background-color: #EDEDED;
	padding: 15px;
	border-radius: 15px;
}

.order-total-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
		margin-right: 35px;

	
	
}
.order-total-line:not(.global){
	font-size: 14px;
    font-weight: 400;
	margin-right: 25px;
}

.order-total-label {
    margin-right: 15px;
	font-weight: 400;
}
.order-item-id {
    display: inline-flex;
    width: 40px;
	font-size: 16px;
	font-weight: 800;
}

.order-item-date {
    display: inline-flex;
    /* width: calc(100% - 50px); */
    text-align: right;
    margin-left: auto;
    font-weight: 600;
	font-size: 12px;
	font-style: italic;
	color: grey;
}

.order-item-header {
    display: flex;
}
.order-item-center {
    font-size: 18px;
	font-weight: 800;
}
.order-item-products {
	font-size: 14px;
    font-weight: 400;
}

.order-item-amount {
	font-size: 14px;
    font-weight: 600;
}

span.order-item-label {
	font-size: 14px;
    font-weight: 400;
}

.account-item {
    width: 200px;
    height: 200px;
/*    border: 1px var(--main-color) solid;*/
	background-color: var(--menu-item-background);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 10px;
	
}



/*.account-item-icon path, .account-item-icon line {
   stroke : black;
	fill: transparent;
}*/

.account-item-icon {
    width: 50px;
    margin-bottom: 15px;
}


.account-wrapper {
    display: flex;
	flex-wrap: wrap;
/*    flex-direction: column;*/
    align-content: center;
    justify-content: center;
    align-items: center;
	padding-bottom: 250px;

}

.account-item-title {
    text-align: center;
}

.address-input-wrapper {
	
	padding-top: 15px;
	
}

@media (min-width : 1400px){
	.product-card, .shop-card {
		width : 31%;
		
	}
	.content-wrapper:has(.product-container,.checkout-wrapper,.payment-wrapper,.order-wrapper) {
		width : 1000px;
		padding-right: 30px;
		padding-bottom: 120px;
	}
	
	.order-wrapper {
	    padding: 20px;
	}
	
	.address-input-wrapper.fullpage {
	    padding: 20% !important;
	    width: 100%;
	}

}
@media (max-width : 1399px){
	.product-card, .shop-card {
		width : 47%;
		height : 160px;
	}	
	.product-card.promo-card {
    height: 160px!important;

}
	.product-thumbnail, .shop-banner {
		width : 130px;
		height : 130px;
	}
	.content-wrapper:has(.product-container,.checkout-wrapper,.payment-wrapper,.order-wrapper) {
		width : 1000px;
		padding-right: 30px;
		padding-bottom: 120px;
	}
	.order-wrapper {
	    padding: 20px;
	}
	.address-input-wrapper.fullpage {
	    padding: 20% !important;
	    width: 100%;
	}

}
@media (max-width : 1026px){
	.header{
		height: 130px;
		padding: 20px 30px 0 30px;
		display: flex;
        flex-direction: column;
	}
	
	.content-wrapper {
	    padding-top: 15px;
	}
	
	.logo-wrapper .logo{
		width: auto;
		height: 80px;
		margin: auto;
		padding-top: 10px;
	}
	.banner-wrapper {
        display : none;
    }
	
	.product-description {
		font-size: 11px;
		font-weight: 600;
	}
	.product-title {
		font-size: 13px;
	}
	
	
	.products-list {
	    width: 100%;
	    margin-left: 10px;
	}
	.product-card, .shop-card {
		width : 47%;
	}
	.categories-wrapper{
		margin: auto;
		position: relative;
		top: 0;
		border-bottom: none;
		height: auto;
	}
	.menu-wrapper {
		top : 10px;
		right : 10px;
		left : unset;
		bottom : unset;
	}
	
	a.order-item{
		padding: 10px;
		width: 33%;
		display: inline-grid;
	}
	
	.account-wrapper {
	    display: flex;
		flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
		padding-bottom: 290px;
	
	}
	
	.order-wrapper {
    	padding: 10px;
		width: 100%;
		margin: 0px;
	}
	.address-input-wrapper.fullpage {
	    padding: 10% !important;
	    width: 100%;
	}
	
}

@media (max-width : 700px){
	.product-card, .shop-card {
		width : 95%;
	}
	.content-wrapper:has(.product-container,.checkout-wrapper,.payment-wrapper,.order-wrapper) {
		width : 100%;
		padding-bottom: 120px;
	}
	.menu-wrapper {
		margin-left : -30px;
	}
	.product-resume-add-button-wrapper button.main{
		padding: 10px;
		font-size : 12px;
	}
	.product-footer {
		width: 300px;
        
	}
	
	.promo-card .product-infos .product-title {
    font-size: 20px!important;
}
	
	a.order-item{
	
	padding: 10px;
	width: 33%;
	display: inline-grid;
	
}
	
	.account-wrapper {
    display: flex;
	flex-wrap: wrap;
/*    flex-direction: column;*/
    align-content: center;
    justify-content: center;
    align-items: center;
	padding-bottom: 80px;

}
		.order-wrapper {
    padding: 10px;
			width: 100%;
			margin: 0px;
}
	
		.address-input-wrapper.fullpage {
    padding: 100px 25px 0px 25px !important;
    width: 100%;
}
	
}
	



@media (max-width : 560px){
	
	.product-allergens {
	background : white;
	color : black;
	border-radius : 20px;
	/* width : 100%; */
	/* height : 100%; */
	font-size : 12px;
	position: absolute;
	top: 0px;
	padding: 20px;
	display: flex;
	align-items: center;
	text-align:center;
	right: -200px;
	width: 300px;
	height: auto;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

button.voucher-input-button {
    border: solid 1px var(--main-color);
    background-color: var(--main-color);
    color: white;
    padding: 0px 0px!important;
    border-radius: 30px;
    margin-left: 0px!important;
    width: 100%;
    margin-top: 10px;
    height:40px;
}

.voucher-code {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.reward-confirmation-wrapper {
	width : 80% !important;
	height : 58vh !important;
	top : calc(50% - 29vh) !important;
	left : 10% !important;
}
.reward-picture {
	height : 200px !important;
}
}

	
		.content-wrapper {
		padding-right: 10px;
}
	
	.content-wrapper:has(.product-container,.checkout-wrapper,.payment-wrapper,.order-wrapper) {
    width: 100%;
		padding: 15px;
		padding-bottom: 120px;
}
	
	.product-card, .shop-card {
		height : 150px;
		/*margin-right: 15px;*/
	}
	.product-card.promo-card.product-description {

    height: auto!important;

}
		.product-card.promo-card {

    height: 150px!important;

}
	
	.product-title{
		
		font-size: 11px;
		line-height: 13px;
	}
	.product-description{
		font-size: 10px;
		line-height: 11px;
		height: 33px;
		font-weight: 600;
		
	}
	
	
.product-section-line {
    flex-basis: 150px;
	height:150px;
	width : 150px;
	margin : 5px;
	}
	
	.product-section-line-title {
    font-size: 10px;
    margin-top: 82px;
    line-height: 10px;
	text-transform: uppercase;
}
	
	.product-section-line-price {
    font-size: 11px;
    font-weight: 600;
    margin-top: 24px;
    }
	
	.product-thumbnail, .shop-banner{
		width: 120px;
		height: 120px;
	}
	
.product-section-line-image {
    width: 90%;
    height: 70px;
    margin-top: 5%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: var(--main-bg-color);
}
	
	.product-quantity-editor-name {
		font-size: 12px;
		line-height: 13px;
	}
	
	
	.product-quantity-edit-offer-name {
		font-size : 9px;
	}
	
	.product-quantity-editor-amount {
		font-size: 12px;
		line-height: 13px;
		font-weight: 500;
	}
	
	.product-quantity-editor-line-detail,.order-product-details {
		font-weight : 600;
		font-size: 10px;
		line-height: 11px;
	    font-style: italic;
		color: grey;
	}
	.product-quantity-editor-image,.order-product-image {
		min-width : 60px;
		height : 60px;
	}

	
button.main, a.main {
    box-shadow: 0px 3px 6px var(--header-shadow);
    border-radius: 50px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px;
	font-size: 14px;
}
	
h2 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}
	a.order-item{
	
	padding: 10px;
	width: 100%;
	display: inline-grid;
	
}
	
		.account-wrapper {
    display: flex;
	flex-wrap: wrap;
/*    flex-direction: column;*/
    align-content: center;
    justify-content: center;
    align-items: center;
	padding-bottom: 80px;

}
	
		.order-wrapper {
    padding: 10px;
			width: 100%;
			margin: 0px;
}
	

	.order-header-number {
    font-size: 16px;
}
	
	.order-header-dates {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
}
	
	.order-header-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}
	
	.order-header-service-date {
    width: 100%;
    min-width: 120px;
    text-align: center;
    margin-left: auto;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 500;
}
	
	.order-header-service-location {
    width: 100%;
    text-align: center;
    font-weight: 600 !important;
    font-style: italic;
    color: grey;
	font-size: 11px;
}
	
	.order-header-service {
  
    padding: 10px;
}
		.address-input-wrapper.fullpage {
    padding: 100px 15px 0px 15px !important;
    width: 100%;
}
}
	
.order-wrapper .order-title {
    font-size: 36px;
    color: var(--main-color);
}
.cf-wrapper {
    /* padding: 0px 20px; */
}

.cf {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 11px 0;
}

.cf-label {
    width: 100%;
}

.cf-control {
    border-radius: 50px;
    width: 100%;
    border: 1px solid var(--main-color);
}
.order-other {
    margin: 16px 0px;
    border-bottom: 1px solid var(--gray-light);
    padding: 10px 0px;
    font-size: 12px;
}

.order-other-label {
    font-weight: 600;
    font-size: 14px;
}
.voucher-title,.stripe-cards-title {font-weight: 500;margin: 15px 0;width: 100%;}

.voucher-wrapper {
    width: 180px;
    border: 1px solid var(--main-color);
    margin: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 5px;
    border-radius: 25px;
    padding: 5px 10px;
    height: 50px;
}

.vouchers-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}
.vouchers-wrapper:hover{
	cursor : pointer;
}

.voucher-wrapper.is-active {
    background: var(--main-color);
    color: white;
    font-weight: 500;
}

.product-toggle-wrapper {
    position: absolute;
    bottom: 80px;
    left: 19px;
    /* width: 60px; */
}

.product-toggle-wrapper .bo-switch {
  position: relative;
  display: flex;
  width: 100px;
  height: 25px;
  margin : 0 5px;
}

.product-toggle-wrapper .bo-switch input {
  opacity: 1;
  width: 0;
  height: 0;
}
.product-toggle-wrapper .bo-switch-label {
    z-index: 10;
    width : 100%;
    padding: 0px 15px;
    margin : auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 34px; */
    text-wrap: nowrap;
}
.product-toggle-wrapper .bo-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.product-toggle-wrapper .bo-slider:before {
  position: absolute;
  content: attr(data-label);
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.product-toggle-wrapper .bo-switch input:checked + .bo-slider {
  background-color: var(--main-bo-color);
}

.product-toggle-wrapper .bo-switch input:checked + .bo-slider:before {
  transform: translateX(75px);
}

/* Rounded sliders */
.product-toggle-wrapper .bo-slider.round {
  border-radius: 20px;
}

.product-toggle-wrapper .bo-slider.round:before {
  border-radius: 50%;
}
.products-categories {
    position: relative;
}

.product-service-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 11000;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.modal-content-wrapper {
    width: 50%;
    background: white;
    max-width: 500px;
    border-radius: 10px;
    padding: 10px;
    min-width : 300px;
}

.modal-content-header {
    text-align: right;
}

button.modal-content-header-button {
    width: 20px;
    height: 20px;
    font-weight: 500;
}
.promo-wrapper img {
    width: 120px;
    margin: auto;
}

.promo-wrapper {
    text-align: center;
}

.promo-title {
    text-transform: uppercase;
    margin: 15px;
    background: var(--main-promo-color);
    color: white;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px;
}

.promo-description {
    font-style: italic;
    font-weight: 500;
    margin: 10px;
}

.promo-actions {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

a.promo-cta {
    width: 100%;
    margin: 5px;
    padding: 10px;
    border-radius: 25px;
    text-align: center !important;
}
.promo-card {
    border: 1px solid var(--main-promo-color);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor : pointer;
    /* padding-right: 26px; */
}
.product-card.promo-card {
    display: flex;
    align-items: center;
    height: 180px;
    justify-content: space-evenly;
    padding-right: 0;
    transition: all 1s ease;
}

.promo-card .product-infos .product-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--main-promo-color);
	line-height: 28px;
 
}

.promo-home-main {
    width: calc(100% - 30px);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 135px;
}

.promo-home-header {
    font-size: 17px;
    font-weight: 500;
}

.promo-home-amount {
    font-size: 40px;
    font-weight: 700;
    color: var(--main-promo-color);
}

.promo-home-vouchers {
    border: 1px solid var(--main-promo-color);
    padding: 5px;
    border-radius: 10px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* margin-right: 26px; */
    max-width: calc(50% - 26px);
    width: 45%;
}

.promo-home-vouchers-title {
    font-size: 12px;
    text-align: center;
}

.promo-home-title {
    /* position: absolute; */
    right: -9px;
    bottom: 10px;
    /* transform-origin: right bottom; */
    transform: rotate(270deg)  translateX(-160%);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-promo-color);
    width: 26px;
    /* display: flex; */
    align-items: stretch;
    align-content: flex-end;
    justify-content: space-between;
    height: 30px;
}
.voucher-edit-title {
    font-size: 20px;
    text-align: center;
    font-style: italic;
}

.voucher-edit-amount-available {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.voucher-edit-amout-input input {
    margin-top: 5px;
    border: 0px solid black !important;
    text-align: center;
    font-size: 33px !important;
    FONT-WEIGHT: 700;
    color: var(--main-color);
    border-bottom: 1px dashed black !important;
    border-radius: 0px !important;
    width: 60% !important;
}


.voucher-edit-amout-input input:focus {
    box-shadow: unset !important;
}

.voucher-edit-amout-input:after {
  content: '€';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}

.voucher-edit-amout-input {
    position: relative;
}

.voucher-code {
    display: flex;
    width: 100%;
    margin: 20px 0px;
    justify-content: space-between;
}

button.voucher-edit-button {
    margin: 30px;
    padding: 10px;
    border-radius: 25px;
    width: 120px;
    background: var(--main-promo-color);
    color: white;
}

button.voucher-input-button{
    border: solid 1px var(--main-color);
    background-color: var(--main-color);
    color: white;
    padding: 0px 50px;
    border-radius: 30px;
    margin-left: 20px;
}

.voucher-edit-wrapper {
    text-align: center;
}

.promo-img img {
    width: 100%;
}
.promo-home-voucher {
    font-size: 14px;
    line-height: 12px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-card.promo-card.extended {
    height: unset;
    min-height: 180px;
    transition: all 1s ease;
}
.promos-wrapper {
	display : flex;
	flex-wrap : wrap;
}
.vouchers-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.vouchers-error {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: red;
    font-weight: 600;
}
.vouchers-selected-wrapper {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #EDEDED;
    border-radius: 50px;
}

.voucher-selected-item {
    width: 100%;
    /*border: 1px solid var(--main-promo-color);*/
    color: black;
    font-weight: 600;
    padding: 10px;
    border-radius: 25px;
}
a.promo-cta.main {}

.promo-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

a.promo-cta.secondary {
    background: black;
    color: white;
    /*padding: 0px 5px;*/
    text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

a.promo-cta.secondary span {
    font-style: italic;
    text-transform: none;
}
.profile-phone-warning {
	font-size : 20px;
	color : red;
	font-weight : 600;
}
.reward-confirmation-wrapper {
    position: absolute;
    width: 500px;
    /* max-width: 600px; */
    margin: auto;
    background: white;
    left: calc(50% - 250px);
    padding: 20px;
    /* border: 1px solid black; */
    border-radius: 20px;
    height: 70vh;
    z-index: 10;
    top: calc(50% - 35vh);
    box-shadow: var(--shadow);
}

.reward-picture {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

h3.reward-title {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

p.reward-price {
    text-align: center;
    font-size: 18px;
}

.reward-confirmation-footer {
    position: relative;
    bottom: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.reward-confirmation-overlay {
	position : fixed;
	width : 100vw;
	height : 100vh;
	z-index : 100000000;
	top : 0;
	left : 0;
	background: rgba(255,255,255,0.8);
}
.reward-confirmation-button {
    background: var(--main-color);
    padding: 10px 30px;
    border-radius: 50px;
}
.reward-cancel-button {
    margin-top: 10px;
}
.product-plus-button.free-product {
    width: 100px;
    font-size: 20px;
}
.product-section-line-loader {
    width: 100%;
    margin-top: 20px;
}
.promo-error {
    color: red;
    font-weight: 700;
}

.promo-phone input {
    margin: 20px auto;
}

.promo-phone button {
    background-color: var(--main-color);
    padding: 10px 30px;
    border-radius: 50px;
}
/* Style pour le parent */
.placeholder-parent {
  position: relative;
  overflow: hidden; /* Assurez-vous que les placeholders restent dans les limites du parent */
}

/* Style pour le placeholder */
.placeholder-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  z-index: 1;
  pointer-events: none; /* Ignore les interactions utilisateur */
}

/* Animation shimmer */
@keyframes shimmer {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}

/* Payplug */
#my-payment-form {
	display : flex;
	flex-wrap: wrap;
    margin: auto;
    justify-content: space-evenly;
}
#my-payment-form iframe {
	height : 50px !important;
	border: 1px solid var(--gray-light) !important;
    padding: 5px;
    border-radius: 15px;
    margin : 5px;
}

#scheme {
	width : 100%;
}
.language-switcher {
    position: fixed;
}

button.language-switcher-button {
    margin: 5px;
    text-transform: uppercase;
}
button.language-switcher-button img {
    width : 24px;
}
.language-switcher-button:not(.selected) {
    opacity : .6;
}

.language-switcher-button:hover {
    opacity : 1;
}

/* SplashScreen.css */
.splash-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}

.splash-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cela garantit que l'image couvre tout l'écran */
}

.home-wrapper {
    width : 100%;   
    padding-bottom : 90px;
    background : var(--main-color);
    height : 100vh;
}
/* Header Styles */
.home-header {
    height: 280px;
    background-image: url('https://cdn.6xpos.shop/nst/promo/header-et-logo.png');
    background-size: cover;
    background-position: center 55px; /* Déplace l'image vers le bas de 90px */
    position: relative;
    overflow: hidden;
    background-repeat : no-repeat;
    background-color : var(--main-color);
}

/*.home-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}*/

/* PDV Default Styles */
.home-pdv-default {
    position: absolute;
    padding: 10px;
    background: white;
    margin: 10px;
    border: 1px solid black;
    border-radius: 5px;
    bottom: 20px;
    height: 80px;
    width: calc(100% - 20px);
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.home-pdv-label {
    font-size: 1rem;
    color: black;
}

.home-pdv-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--main-color);
}

.home-pdv-actions a {
    color: #007BFF;
    text-decoration: none;
}
.home-pdv-actions i {
    font-size : 32px;
    color : black;
}

.home-permissions-wrapper {
    background-color: white;
    border: none;
    padding: 5%;
    text-align: center;
    box-shadow: var(--shadow);
    position: fixed;
    width: 100%;
    bottom: 55px;
    z-index : 100;
}

.home-permissions-button {
    background-color: #FF8C00; /* Couleur orange un peu plus foncée pour le bouton */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 3% 6%;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Ajoute une transition pour le survol */
}

.home-permissions-button:hover {
    background-color: #FF4500; /* Couleur orange plus foncée au survol */
}

/* Promo Items Styles */
.home-pdv-promo-wrapper {
    display: flex;
    overflow-x: auto;
    margin-top: 5%;
    width: calc(100% - 10px);
    margin-left: 10px;
}

.home-pdv-promo-item {
    flex: 0 0 auto;
    width: 30vw;
    margin-right: 5%;
    border-radius: 10px;
    text-align: center;
}

/* Account Items Styles */
.home-pdv-account-wrapper {
    margin-top: 5%;
}

.home-pdv-account-items {
    display: flex;
    flex-wrap: wrap;
}

.home-pdv-account-item {
    position: relative; /* Nécessaire pour positionner l'overlay correctement */
    flex: 1 1 calc(50% - 5%);
    margin: 2.5%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 5%;
    color: white;
    height : 80px;
    text-align: center;
    overflow: hidden; /* Assure que l'overlay reste à l'intérieur du bloc */
}

.home-pdv-promo-wrapper::-webkit-scrollbar {
    display: none; /* Masque la barre de défilement sur Chrome, Safari et Opera */
}


.home-pdv-account-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.home-pdv-account-item:hover::after {
    opacity: 1;
}

.home-pdv-account-item:hover {
    color: white; /* Assurez-vous que le texte reste visible lors du survol */
}

.home-order-wrapper {
    margin-top: 5%;
    text-align: center;
}

.home-order-button {
    display: flex;
    color: white;
    background-color: black;
    border: none;
    border-radius: 5px;
    padding: 3% 6%;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: var(--shadow);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.home-order-button:hover {
    background-color: var(--main-color); /* Couleur orange plus foncée au survol */
}

.home-services-header {
    text-align: center;
    background: white;
    margin: 10px;
    border-radius: 5px;
}

.home-services-header h2 {
    font-size: 1.8rem;
    color: var(--main-color);
}

.home-services-header h3 {
    font-size: 1.4rem;
    color: grey;
}

.home-services-header p {
    font-size: 1rem;
    color: #555;
}

.home-services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}
.home-services-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Couvre toute la largeur */
    height: 100%; /* Couvre toute la hauteur */
    /*background: linear-gradient(to right, var(--main-color) 0%, rgba(255, 255, 255, 0) 100%);*/
    /* Dégradé de la couleur principale à transparent */
    pointer-events: none; /* Permet de cliquer à travers l'overlay */
    z-index: 1; /* Assurez que l'overlay est derrière le contenu */
}
.home-service-item {
    background-color: white;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    padding: 5%;
    width: calc(100% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 190px;
}

.home-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.home-service-item h3 {
    font-size: 1.2rem;
    color: var(--main-color);
}

.home-service-item p {
    font-size: 1rem;
    color: #777;
}

.home-service-payment-gw-item {
    background-color: var(--main-color);
    color: white;
    border-radius: 5px;
    padding: 2% 4%;
    margin-top: 5%;
    display: inline-block;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .home-pdv-promo-item {
        width: 45vw;
    }

    .home-pdv-account-item {
        flex: 1 1 100%;
        margin: 5% 0;
    }
}

@media (max-width: 480px) {
    .home-pdv-promo-item {
        width: 80vw;
    }
}
.content-wrapper.mobile-app {
    padding : 0px;
    min-height : calc(100vh + 100px);
}
.bottom-nav-bar {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
    box-shadow: var(--shadow);
    align-items: center;
    height : 55px;
    bottom : 0;
    left : 0;
}

.nav-item {
    text-align: center;
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17%;
}

.nav-item-main {
    color: white;
    background-color: black;
    position: relative; /* Position relative pour permettre le dépassement */
    width : 25%;
    padding: 10px; /* Ajoutez un padding pour agrandir l'élément */
    border-radius: 5px; /* Pour rendre l'élément circulaire */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ajoutez une ombre pour un effet visuel */
    margin : 0px 10px;
    height: 70px;
    bottom: 10px;
}

.nav-item.nav-item-main .fas {
    font-size : 2rem; 
}
.nav-item-main .st0,.nav-item-main .st1 {
    stroke : white;
}
.nav-item-main .nav-icon {
    width : 32px;
}
.nav-label {
    font-size: 0.6rem;
    margin-top: 5px;
}

.nav-item:hover,
.nav-item.active {
    color: #FFA500; /* Couleur principale pour les éléments actifs ou survolés */
}
.home-account, .home-fidelity {
    position: absolute;
    top: 20px; /* Ajustez la distance par rapport au haut */
    color: white; /* Couleur du texte pour contraster avec l'image */
    text-align: center;
}

.home-account {
    left: 20px; /* Positionne à gauche */
}

.home-fidelity {
    right: 20px; /* Positionne à droite */
}

.account-link, .fidelity-info {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius : 5px;
    padding : 5px;
    background : black;
}

.account-link:hover, .fidelity-info:hover {
    color: var(--main-color); /* Couleur dorée pour les éléments survolés */
}

.account-name, .fidelity-points {
    margin-left: 5px;
    font-size: 0.6rem;
}

.account-invite, .fidelity-invite {
    font-size: 0.9rem;
    color: #FFF; /* Couleur blanche pour le texte */
}

.login-link {
    color: #FFD700; /* Couleur dorée pour les liens */
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}
.home-header-user-wrapper {
    position: relative;
    width: 100%;
    padding: 20px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height : 90px;
}


.home-header-user-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 100% 56%, 80% 100%, 25% 75%, 0 95%); *//* Crée une ligne brisée simple */
    z-index: -1; /* Place le polygone en arrière-plan */
}

.header-mobile-top-navbar {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.header.mobile-app{
    padding : 10px;
}
.header.mobile-app .logo-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.header.mobile-app .logo-wrapper .logo {
    width : 80px;
    height : auto;
    min-width : 70px;
}
.header.mobile-app .logo-link {
    margin-right : 10px;
}
.header-mobile-selectors {
    display : flex;
    width: calc(100% - 80px);
}
.header-mobile-selector {
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 5px;
    margin : 10px;
}
.header-mobile-selector {
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden;    /* Cache le débordement de texte */
    text-overflow: ellipsis; /* Ajoute des points de suspension pour le texte tronqué */
    max-width: 100%; /* Assurez-vous que le bouton ne dépasse pas la largeur de son conteneur */
}

.header-mobile-selector i {
    margin-left: auto; /* Aligne l'icône à droite */
    padding-left: 5px; /* Ajoute un espace entre le texte et l'icône */
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.modal-content p {
  margin-bottom: 20px;
}

.modal-content button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-content button:first-child {
  background-color: #007bff;
  color: white;
}

.modal-content button:last-child {
  background-color: #dc3545;
  color: white;
}
.header-transition {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.header-enter {
  opacity: 0;
  transform: translateY(100%);
}

.header-enter-active {
  opacity: 1;
  transform: translateY(0);
}

.header-exit {
  opacity: 1;
  transform: translateY(0);
}

.header-exit-active {
  opacity: 0;
  transform: translateY(100%);
}
.mobile-app.content-wrapper {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}

.mobile-app..content-wrapper.transitioning {
  opacity: 0;
  transform: translateY(20px);
}

