	
body{
	margin: 0px;
	padding: 0px;
}

*{
	box-sizing: border-box;
  	font-family: "Montserrat", sans-serif;
}


table {
    width: 100%;
    margin: 20px 0px;
    border-collapse: collapse;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

th, td { 
    padding: 12px 15px;
    text-align: left; 
    font-size: 14px;
}

th {
    background-color: #f5f3f7;
    color: #333;
    font-weight: 500;
}

td {
    color: black;
}

tr:hover {
    background-color: #f5f3f7;
}


table tr:last-child td {
    border-bottom: none;
}


/* HEADER */

header *{
	font-family: "Montserrat Alternates", sans-serif;
}

header #ZWabGVnUEv{
	display: flex;
	justify-content: space-between;
	color: #96154a;
	padding: 24px 16px;
}

header #ZWabGVnUEv li:hover{
    cursor: pointer;
    transition: 0.2s;
    color: #ff5c84 !important;
}

header #yGiPMHoTKX{
    background-color: #96154a !important;
	display: flex;
	justify-content: right;
	color: white;
}

header #yGiPMHoTKX img{
    margin-right: 13px;
}

header #ZWabGVnUEv li{
	margin-left: 30px;
}

header #yGiPMHoTKX li{
	cursor: pointer;
	padding: 16px 24px;
	transition: 0.2s;
}

header #yGiPMHoTKX li:hover{
    color: #96154a;
    background-color: #f6abb6;
}

header #ZWabGVnUEv button{
    border: 2px solid #96154a;
    color: #96154a;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 28px !important;
    font-weight: 600;
    font-size: 14px;
    color: #96154a;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

header #ZWabGVnUEv button:hover{
    background-color: #ff5c84 !important;
    border-color: #ff5c84 !important;
    color: #ffffff !important;
}

header ul{
	display: flex;
	align-items: center;
	margin: 0px;
	padding: 0px;
}

header li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
    font-weight: 600;
    font-size: 14px;
	display: flex;
	align-items: center;
}

#IRtpVndFJi > img{
	width: 173px;
}

#IRtpVndFJi{
	margin-left: 0px !important;
}

@media screen and (max-width: 900px){
	.CYQZyjDNVS{
		display: none;
	}

	header #ZWabGVnUEv{
		padding: 11px 16px;
	}

	#IRtpVndFJi > img {
	    width: 120px;
	}

	header #yGiPMHoTKX li{
		padding: 10px 24px 10px 0px;
	    font-size: 13px;
	}

	header #yGiPMHoTKX img {
	    margin-right: 8px;
	}

}

@media screen and (max-width: 560px){
	tr{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	th{
		font-weight: 600;
	}
	td{
	    background: #fbfbfb;
	}
	th, td{
		text-align: left !important;
	}
}


/* FIN HEADER */








/* FOOTER */

footer{
	margin-top: 80px;
}

footer #xpnWNoJTPE{
    background-color: rgb(252, 205, 212);
    height: 200px;
    z-index: -5;
    position: relative;
    width: 100%;
    top: 40px;
    display: flex;
    align-items: center;
    color: #96154a;
    justify-content: center;
}

footer #xpnWNoJTPE > h2{
	position: relative;
	top: -20px;
}

#MjQVlmHUqP{
	width: 100%;
	height: 350px;
	background-image: url('./IMG/footer_img.png');
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 56;
    background-size: cover;
    border-radius: 50px 50px 0 0;
    position: relative;
    overflow: hidden;
}


#MjQVlmHUqP img{
	position: relative;
	top: 60px;
	left: 15%;
}

#OfRyWekqAJ{
	width: 100%;
	padding: 23px 27px;
    background: #96154a;
    color: white;
}

footer li:first-child{
	font-weight: 600;
	font-size: 14px !important;
}



footer li{
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 6px;
}

footer ul{
	padding: 0px;
	margin: 0px;
	margin-right: 100px;
}

footer nav{
	display: flex;
	margin-bottom: 30px;
}


@media screen and (max-width: 1300px){
	footer nav{
		flex-wrap: wrap;
	}

	footer ul{
		margin-right: 0px;
		margin-bottom: 18px;
	}

	#MjQVlmHUqP{
	    height: 220px;
	}
	#MjQVlmHUqP img{
		width: 150px;
		left: 4%;
	}

	footer #xpnWNoJTPE > h2{
		padding: 0px 40px;
		font-size: 18px;
	}

	footer #xpnWNoJTPE{
	    height: 150px;
	    top: 42px;
	}

	footer {
	    margin-top: 30px;
	}

}

/* FIN FOOTER */



main{
	width: 1000px;
	margin: auto;
}

.MflmFeExPG-page{
	display: flex;
	align-items: center;
    color: #96154a;
    font-weight: 500;
    margin-top: 16px;
}

.MflmFeExPG-page > img {
	margin-right: 6px;
}

.MflmFeExPG-page > span{
    font-family: "Montserrat Alternates", sans-serif;
}


.gdZGUkDoYz-container{
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

.gdZGUkDoYz-container h2{
    font-weight: 700;
    color: #96154a;
    font-size: 34px;
}

.gdZGUkDoYz{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.YaJxlKrBnq{
	display: flex;
	flex-direction: column;
	width: 33.3%;
	position: relative;
}

.YaJxlKrBnq:before{
	content: '';
	position: absolute;
	top: 13px;
	right: 0px;
	width: 100%;
	height: 1px;
	background-color: black;
}

.YaJxlKrBnq:nth-child(1):before{
	width: 50%;
}


.YaJxlKrBnq:nth-child(3):before{
	width: 50%;
	right: initial;
	left: 0px;
}

.inactif{
	border: 2px solid #7f7f7f !important;
	background-color: white !important;
	color: black !important;
}

.YaJxlKrBnq > div {
	font-size: 13px;
    background-color: #96154a;
    color: white;
    height: 24px;
    width: 24px;
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
    outline: 14px solid white;
}


.YaJxlKrBnq > span{
    font-size: 13px;
    width: 130px;
    text-align: center;
    margin: auto;
    z-index: 5;
}

.YbayUOrjwL,.material-symbols-outlined{
    position: absolute;
    right: -7px;
    font-size: 16px;
    top: 5px;
}

.iEGlvbgjuD{
    display: flex;
    padding: 4px 16px;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--Vert, #4dc1be);
    background: rgba(77, 193, 190, .25);
    font-size: 14px;
}

.iEGlvbgjuD svg{
	width: 24px;
    margin-right: 8px;
}

.tHvKFbpRho{
    width: 500px;
    background: #f5f3f7;
    padding: 20px 16px;
    margin-left: 40px;
    height: fit-content;
}

.tHvKFbpRho > h3{
	font-size: 14px;
	margin-top: 0px;
}

.wKrlDyqShP{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.tHvKFbpRho > div p{
	margin: 0px;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}

.tHvKFbpRho > div {
	background: white;
    padding: 20px;
    border-radius: 8px;
}

.tHvKFbpRho img{
	margin-bottom: 10px;
}

.wKrlDyqShP .MflmFeExPG{
	font-size: 24px;
	font-weight: 500;
}

.lmKZCvcYiu{
	width: 100%;
}

.container-input{
	position: relative;
	margin-bottom: 18px;
}

.container-input > input {
	border: solid 1px #818181;
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
}

.container-input > span{
	position: absolute;
	right: 0px;
	font-weight: 500;
	top: 10px;
	right: 19px;
}

.container-input > label {
    position: absolute;
    top: 11px;
    left: 5px;
    font-size: 14px;
    color: #737373;
    transition: 0.15s;
    cursor: text;
    background: white;
    padding: 0px 6px;
}

#type-livraison{
	display: flex;
}

.type * {
	cursor: pointer;
}

.type{
    width: 190px;
    position: relative;
    text-align: center;
    border: 2px solid #dfdfdf;
    margin-right: 10px;
    padding: 23px 8px;
    border-radius: 8px;
    cursor: pointer;
}

.type input{
	display: none;
}

.type label{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.type img{
	margin-bottom: 6px;
}

.type .type-delivery{
    color: #95134b;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.type .delay-delivery{
    color: #0B0A0AB2;
    font-size: 14px;
    display: block;
}

.type.selected {
    border-color: #96154a;
    background-color: #f5f3f7;
}

#info-poid{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
}

#info-poid > img{
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.HxWaECsbLQ{
	background-color: #96154a;
	color: white;
    margin: 28px 0px;
    display: block;
    padding: 10px 28px;
    border-radius: 6px;
    color: #96154a;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s;
    outline: none;
    border: 2px solid #96154a;
    color: white;
}

.HxWaECsbLQ:hover{
    background: #fff;
    border: 2px solid #96154a;
    color: #96154a;
}

.MR-Widget{
	width: 100% !important;
}

#Zone_Widget{
	margin-bottom: 30px;
	margin-top: 20px;
}

.MRW-ButtonContainer{
	position: relative;
	top: 10px;
	left: 20px;
}

.certitude{
    font-size: 12px;
    color: #393939;
    font-weight: 500;
}

#Zone_Widget > div > div.MRW-Content > div:nth-child(4){
	display: none !important;
}


.days, .timeslots, .delivery-type {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.days input, .timeslots input, .delivery-type input {
    display: none;
}

.days label, .timeslots label, .delivery-type label {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    border: 2px solid #dfdfdf;
    font-size: 14px;
    font-weight: 500;
}

.days input:checked + label, .timeslots input:checked + label, .delivery-type input:checked + label {
    background-color: #f5f3f7;
    color: #96154a;
    border-color: #f5f3f7;
    font-weight: 500;
    border: 2px solid #96154a;
}


.label-label{
    display: block;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
    font-size: 14px;
    margin-top: 16px;
}


.banner-grey {
    background: #f5f3f7;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}

#choice-date-type{
	margin-bottom: 26px;
}

.separator{
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    margin-bottom: 28px;
}

#delivery,#choice-date-type,#Zone_Widget{
	display: none;
}


/* REVIEW CART CSS */

#checkout-review{
	background-color: #ffeff3;
    border: 2px solid #f5f3f7;
    width: 500px;
}

#charte{
	font-size: 14px;
	font-weight: 500;
}

#charte a{
	color: #ff5c84;
    text-decoration: underline;
}

#total{
	margin-top: 16px;
    background-color: #96154a;
    font-size: 18px;
    color: white;
}

#total > p{
	font-size: 16px;
}

#checkout-review > p {
    margin-top: 0px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 7px;
}

#checkout-review > p:nth-child(2) {
    font-weight: initial;
    border-top: 1px dashed #96154a;
    padding-top: 6px;
    margin-bottom: 18px;
}

#recapitulatif{
    color: #404041;
    font-size: 12px;
    background-color: #F5F3F7;
    padding: 16px;
    margin-bottom: 0px;
}

#recapitulatif > span{
	font-weight: 600;
}

#recapitulatif > p{
	margin-top: 5px;
    margin-bottom: 0px;
    line-height: 16px;
    font-weight: 500;
}

#container-exp-cvc{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

#container-exp-cvc > div{
	width: 100%;
}

/* END REVIEW CART CSS */








/* AUTH SMS CSS */

	#auth{
	    color: #404041;
	    font-size: 12px;
	    background-color: #F5F3F7;
		padding: 20px 0px 30px 0px;
	    width: 500px;
	    margin: auto;
	    margin-top: 9px;
	}

	#auth_content{
		width: 90%;
		border: 1px solid black;
		border-radius: 12px;
		padding: 30px;
		margin: auto;
	}

    #auth_logo{
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 40px;
        transition: transform 0.2s ease-in-out;
        animation: growLogo 0.4s infinite alternate;
        transform: scale(1);
    }

    #ask_sms{
	    background-color: #fce5ee;
	    padding: 10px;
	    border-radius: 4px;
	    width: 90%;
	    margin: auto;
	    font-weight: 500;
	    margin-bottom: 20px;
	    color: #711038;
    }

    @keyframes growLogo {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.05);
        }
    }


/* END AUTH SMS */




@media screen and (max-width: 1000px){
	main{
		width: 94%;
	}
}

@media screen and (max-width: 800px){
	#colis-hide{
		display: none;
	}
}

@media screen and (max-width: 700px){
	.wKrlDyqShP{
		flex-direction: column;
	}
	.tHvKFbpRho{
		width: 100% !important;
		margin-left: 0px;
		margin-bottom: 16px;
	}

	.tHvKFbpRho > div {
		display: flex;
	}

	.tHvKFbpRho img {
	    margin-bottom: 0px;
	    margin-right: 20px;
	}

	.tHvKFbpRho > div p{
		justify-content: initial;
	}

	.MR-Widget .MRW-Content {
	    position: relative;
	    width: 100%;
	    min-height: 160px;
	    padding: 10px 0px;
	}

	.MR-Widget{
		margin: 0px !important;
	}
	.MR-Widget .MRW-Title{
		padding: 7px 10px;
	}
	.MRW-ButtonContainer{
		left: 44px;
	}

	.MR-Widget .MRW-fl-Select, .MR-Widget .PR-AutoCplCity{
		left: 78px !important;
		bottom: 10px;
	}

	table{
        width: 100% !important;
        box-shadow: none !important;
	}

	td{
	    text-align: right;
	}

}

@media screen and (max-width: 540px){

	#auth{
		width: 100%;
	}
	
	.YaJxlKrBnq > span{
		font-size: 10px;
		font-weight: 500;
		width: 100px;
	}
	.type{
		width: 100%;
	}
	.iEGlvbgjuD{
		align-items: flex-start;
	}
	.iEGlvbgjuD svg{
		position: relative;
		top: 2px;
	}
	.gdZGUkDoYz-container h2{
		margin-top: 0px;
		font-size: 26px;
	}
	.MflmFeExPG-page{
		font-size: 14px;
	}
	.gdZGUkDoYz-container{
		margin-top: 30px;
	}
	.days label, .timeslots label, .delivery-type label{
		font-size: 13px;
	}

}

@media screen and (max-width: 400px){
	.days label, .timeslots label, .delivery-type label{
		width: 100%;
	}
}

.iEGlvbgjuD {
    border-color: #35b9b8;
    background: #e7fbfb;
    box-shadow: 0 8px 22px rgba(77, 193, 190, 0.14);
}

.MflmFeExPG {
    letter-spacing: 0;
}

.lmKZCvcYiu table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #eee8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(21, 18, 34, 0.08);
}

.lmKZCvcYiu th,
.lmKZCvcYiu td {
    padding: 16px 20px;
    font-size: 15px;
    border-bottom: 1px solid #f0edf3;
}

.lmKZCvcYiu tr:last-child th,
.lmKZCvcYiu tr:last-child td {
    border-bottom: 0;
}

.lmKZCvcYiu th {
    width: 42%;
    background: #f7f4f8;
    color: #25212d;
    font-weight: 600;
}

.lmKZCvcYiu td {
    background: #fff;
    color: #111;
    font-weight: 500;
}

.HxWaECsbLQ {
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(150, 21, 74, 0.18);
}

.tHvKFbpRho {
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(21, 18, 34, 0.08);
}

.tHvKFbpRho > div {
    border: 1px solid #f0edf3;
}

@media screen and (max-width: 560px) {
    .lmKZCvcYiu table,
    .lmKZCvcYiu tbody,
    .lmKZCvcYiu tr,
    .lmKZCvcYiu th,
    .lmKZCvcYiu td {
        display: block;
        width: 100%;
    }

    .lmKZCvcYiu th {
        padding-bottom: 6px;
    }

    .lmKZCvcYiu td {
        padding-top: 6px;
    }
}
