/*@font-face {
    font-family: 'IBMPlexSans';
    src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans';
    src: url('../fonts/IBMPlexSans-semiBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBMPlexSans';
    src: url('../fonts/IBMPlexSans-Bold.woff2') format('woff2');
    font-weight: bolder;
    font-style: normal;
}*/

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

button{
	font-family: 'IBM Plex Sans', sans-serif;
}

header {
	text-align: center; 
	background-color: darkgrey;
	padding: 20px;
}

.main_part{
	display: flex;
	flex-direction: row;
	margin: 20px;
}

.left_part{
	/*background-color: rgb(87, 241, 182);*/
	width: 25%;
	position: sticky;
    top: 30px; /* Initial position below the top */
    height: calc(100vh - 30px); /* Take full height of the viewport minus 30px */
    overflow-y: auto;
	padding-right: 25px;
	padding-left: 35px;
}

.right_part{
	/*background-color: rgb(199, 183, 60);*/
	width: 75%;
}

/*Catégories*/

.categories, .offers{
	margin-bottom: 35px;
}

.categories ul{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.categories ul li{
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 5px;
    cursor: pointer;
}


.offres{
	background-image: url(https://co-restaurants.roocdn.com/images/390b88babfc2351cdb0b0ec8ed7a3869fceeef5d/shortcut/offers.png?width=167&height=69&fit=crop&bg-color=cc3a2f&auto=webp&format=png&quot;);
}

.restaurants{
	background-image: url(https://co-restaurants.roocdn.com/images/390b88babfc2351cdb0b0ec8ed7a3869fceeef5d/shortcut/restaurant.png?width=167&height=69&fit=crop&bg-color=00ccbc&auto=webp&format=png&quot;);
}

.courses{
	background-image: url(https://co-restaurants.roocdn.com/images/390b88babfc2351cdb0b0ec8ed7a3869fceeef5d/shortcut/grocery.png?width=167&height=69&fit=crop&bg-color=007e8a&auto=webp&format=png&quot;);
}

.boulangeries{
	background-image: url(https://co-restaurants.roocdn.com/images/390b88babfc2351cdb0b0ec8ed7a3869fceeef5d/shortcut/bakery.png?width=167&height=69&fit=crop&bg-color=9c006d&auto=webp&format=png&quot;);
}

.commandes{
	background-image: url(https://co-restaurants.roocdn.com/images/390b88babfc2351cdb0b0ec8ed7a3869fceeef5d/shortcut/commerce-de-bouche.png?width=167&height=69&fit=crop&bg-color=fabe00&auto=webp&format=png&quot;);
}

.offres, .restaurants, .courses, .boulangeries, .commandes{
	background-size: cover;
	width: 167px;
	height: 67px;
}

.category_description{
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.title{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

/*Offres*/

.offers ul{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.offers ul li{
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 5px;
    cursor: pointer;
}

.offer_1, .offer_2, .offer_3, .offer_4{
	background-size: cover;
	width: 344px;
	height: 172px;
}

.offer_1{
	background-image: url(https://f.roocdn.com/images/onsite_messages/418302/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=6&quot;);
}

.offer_2{
	background-image: url(https://f.roocdn.com/images/onsite_messages/878511/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=1700469737&quot;);
}

.offer_3{
	background-image: url(https://f.roocdn.com/images/onsite_messages/750715/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=1700469600&quot;);
}

.offer_4{
	background-image: url(https://f.roocdn.com/images/onsite_messages/878256/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=1700483843&quot;);
}

/*.con{
	background-image: url(&quot;https://f.roocdn.com/images/onsite_messages/873436/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=1699864098&quot;);
	background-image: url(&quot;https://f.roocdn.com/images/onsite_messages/877184/onsite-message-image.jpg?width=430&height=215&auto=webp&format=jpg&fit=crop&v=1700126205&quot;);
	
}

.ncon{
	background-image: url(https://rs-menus-api.roocdn.com/images/97bfc48a-d4f7-4fc6-9169-ad3a884e3d2b/image.jpeg?width=327.5&height=183.75&auto=webp&format=jpg&fit=crop&v=&quot;);

}*/

/*Articles*/

.restaurant{
	margin-bottom: 25px;
}

.restaurant ul{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.restaurant ul .restaurant_bloc{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 5px;
    cursor: pointer;
}

.restaurant ul li .restaurant_1, .restaurant_2{
	position: relative;
}

.restaurant_1, .restaurant_2, .restaurant_3, .restaurant_4{
	background-size: cover;
	width: 262px;
	height: 147px;
	margin-bottom: 20px;
}

.bottom-right {
	position: absolute;
	border-radius: 12px;
	border: 1px solid white;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 5px;
	bottom: -10px;
	z-index: 1;
	right: 16px;
}

.top-left {
	position: absolute;
	/*border-radius: 12px;*/
	top: 10px;
	z-index: 1;
	left: 0px;
	font-weight: bold;

	display: flex;
	flex-direction: column;
}

.command{
	width: fit-content;
	padding: 3px 5px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.receive{
	width: fit-content;
	padding: 3px 5px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.comment{
	width: fit-content;
	padding: 3px 5px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.restaurant_1{
	background-image: url(https://rs-menus-api.roocdn.com/images/97bfc48a-d4f7-4fc6-9169-ad3a884e3d2b/image.jpeg?width=327.5&height=183.75&auto=webp&format=jpg&fit=crop&v=&quot;);
}

.test{
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 15px;
}

.restaurant_2{
	background-image: url(https://rs-menus-api.roocdn.com/images/63c7bc72-00be-4772-af57-b5412948d834/image.jpeg?width=327.5&height=183.75&auto=webp&format=jpg&fit=crop&v=&quot;);
}

.restaurant_info{

	padding-left: 10px;
}

.other_restaurant{
	margin-top: 35px;
}

.line1{
	font-weight: bold;
}
.line2{
	display: flex;
	flex-direction: row;
	gap: 5px;
	flex-wrap: nowrap;
	align-items: center;
}

.line3{
	display: flex;
	flex-direction: row;
	gap: 5px;
	flex-wrap: nowrap;
	align-items: center;
}
.separator{
	margin-bottom: 5px;
}

/*Marques*/

.marque_1, .marque_2, .marque_3, .marque_4{
	background-size: cover;
	width: 91px;
	height: 100px;
}

.marque_1{
	background-image: url(https://rs-menus-api.roocdn.com/images/62a6458d-03b7-42ee-ac90-bb41c918f860/image.jpeg?width=113.75&height=125&auto=webp&format=jpg&fit=crop&v=&quot;);
}

.marque ul{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.marque ul .marque_bloc{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding-right: 5px;
	width: 33%;
}

.marque_info{
	line-height: 15px;
}

/*Black Friday*/

.bfriday_1{
	background-image: url(https://co-restaurants.roocdn.com/images/abdde41dc0746d284f495805329d9dafc340f39b/header/buy_one_get_one_free_banner_no_cta_fr.jpg?width=616.25&height=255&fit=crop&quot;);
}

.black_friday{
	margin-top: 40px;
	cursor: pointer;
}

.friday_details{
	margin-left: 20px;
}

.black_friday ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bfriday_1{
	background-size: cover;
	width: 493px;
	height: 204px;
}

.friday_line2, .friday_line3{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
} 

.friday_line1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sentence_line2{
	font-size: 16px;
	line-height: 22px;
}

.friday_button{
	margin-top: 20px;
}

.friday_button button:hover{
	background-color: #029a8d;
	cursor: pointer;
}

.friday_button button{
	padding: 8px 16px;
	background-color: #00ccbc;
	color: white;
	/*box-sizing: border-box;*/
	border-radius: 4px;
	font-weight: 600;
	border: none;
}

.last_button{
	width: 100%;
	padding: 10px; /* Adjust padding as needed */
    /*box-sizing: border-box;*/
	text-align: center;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	cursor: pointer;
}

.last_button button{
	border: none;
	background-color: white;
	color: #00b8a9;
	font-size: 16px;
	cursor: pointer;
}