@charset "utf-8";
/* CSS Document */



/* General Bootstrap */
@import url("alert.css?95");





body, label, h3, h2{
	    font-family: 'Century Gothic', sans-serif;
}
body{                                           
  margin: 0;
  padding: 0px;
	overflow-x: hidden;
	background-image: url(../img/bg4.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
#container {
  max-width: 800px;
  margin: 0 auto;

}

@media only screen and (max-width: 1024px) {
  #container {
    max-width: 94%;
  }
}
.recipe {
	 font-family: 'Century Gothic', sans-serif;
	font-size: 16px;

}
	
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
	vertical-align: middle;
	text-align: center;
	
}

.recipe {
  margin-top: 20px;
}
.image{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1024px;
  overflow: hidden; 
  padding: 0px; 
}

.image img {
  display: block;
  margin: 0px;
  padding:0px;
  height:auto;
  width: 100%;
  max-width: 1024px;
  border: #ddd solid 0px;
}
.head1 {
  display: block;
		background-image: url(../img/header1.png?dd);
		background-repeat: no-repeat;
		background-position: center center; 
		background-size: cover;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left:2%;
		padding-right: 2%;
		background-color: #fff;
		height: 300px;
	 font-family: 'Century Gothic', sans-serif;
                                                
	
}
.footer1 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 6%;
  padding-right: 6%;
  text-align: center;
  color: #fff;
  background-color: #01426A;
  z-index: 1000;

  /* Add shadow to top, left, and right borders only */
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1), -1px 0 1px rgba(0, 0, 0, 0.1), 1px 0 1px rgba(0, 0, 0, 0.1);
}
		.head1 h1 {
			color: #0080c8;
			line-height: 280px;
			font-family: 'Century Gothic', sans-serif;
				background-image: none;
}
			h2,h3 {
			font-size: 15px;
			font-family: 'Century Gothic', sans-serif;
				background-image: none;
}
			p {
			font-size: 15px;
				font-family: 'Century Gothic', sans-serif;
}

.bouton{
	background-color: #0b80c9;
	width: 80%; 
	height: 50px; 
	margin-top: 12px; 
	margin-bottom: 12px; 
	color: #fff; 
	font-weight: 400;
	font-size: 1.4rem;
	border: none;
	border-radius: 16px;
	box-shadow:2px 2px 10px #c1b9b9;
	cursor: pointer;
	transition: transform 0.3s, filter 0.3s; /* Add a smooth transition for the hover effect */

}

.bouton:hover {
  filter: brightness(1.2); /* Increase the brightness of the element by 20% */
}

.bouton:disabled {
	color: #bbb;
	box-shadow: none;
	cursor: not-allowed;
}
	
	@media (max-width: 767.98px) {
		.head1 h1 {
			color: #0080c8;
			font-size: 22px;
			line-height:30px;
			margin-top: -60px;
		}
				.centermo {
			text-align: center;
					padding-top: 40px;
		}
			
		
		
	}
	
  .recipe{
  min-height:500px;

}
	
.recipe h2 {
  color: #0180c9;
  font-size: 1.4em;
  font-family: "Century Gothic", sans-serif !important;
  background-color: #f2f4f6;
  padding: 10px 16px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

	


	
.recipe h3 {
  color: #333;
  background-color: #f8f8f8;
  padding: 4px 8px;
  font-size: 1.2em;
  font-family: "Century Gothic", sans-serif !important;
  border-radius: 1px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}	
	
.recipe h3:last-of-type {
  background-color: #f8f8f8;

}

.recipe ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.recipe ul li:before {
  content: "●";
  color: #0046be;
  font-size: 0.8em;
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-right: 0.5em;
  margin-top: -1px;
}

[dir="rtl"] .recipe ul li:before {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

	
	
.recipe ol {
  background-color: #f7f8fb;
  border: #f5f6f7 solid 1px;
  margin-top: 1rem;
  padding: 14px;
  border-radius: 1px;
}


.recipe ol {counter-reset: repas;} 
	.recipe ol li {
	list-style-type: none;
	counter-increment: repas; 
	margin-bottom: 12px;
}
	.recipe ol li:before {
	content: counter(repas); 
	padding-top: 4px;
    padding-bottom: 4px;
		padding-left: 7px;
		padding-right: 7px;
	margin-right: 5px;
	vertical-align: middle;
	background: #037fc5;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	font-size: 0.6em;
	color:#fff;		
}

.tag-cloud-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      transition: all 0.3s ease;

}
.tag {
      padding: 8px;
      border-radius: 8px;
      cursor: pointer;
      opacity: 0.9;
      margin: 12px;
      font-size:1em !important;
      background-color: #E5E3DD !important;
      box-shadow: 2px 2px 8px #ccc;
      transition: transform 0.3s, filter 0.3s; /* Add a smooth transition for the hover effect */

}
.tag:hover {
  	  background-color: #0b80c9 !important;
      transform: scale(1.1);
      color:white;
}

.selected {
  	  background-color: #0b80c9 !important;
      transform: scale(1.1);
      color:white;
      font-weight: bold;
}
.selected:hover {
      transform: scale(1.2);
}
.ui-slider {
  height: 20px;
  width: 80%;
  margin: 30px auto;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.ui-slider .ui-slider-handle {
  height: 28px;
  width: 28px;
  border: 1px solid #d3d3d3;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border-radius: 50%;
}
#slider{
  background-color: #e9e9e9;
}
.toggle-button {
  background-color: #0b80c9;
  color: #fff;
  margin: 20px auto;
  padding: 8px 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px #ccc;
  cursor: pointer;
  transition: transform 0.3s, filter 0.3s; /* Add a smooth transition for the hover effect */
  border:0px;

}

.toggle-section {
  display: none;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #ccc;
}
.toggle-section input {
  background-color: inherit !important;
  color:#0b80c9 !important;
  font-size:1.9em !important;
  width: 84px !important;
  border:0px;
  text-align:center;
}
sup {
	color: #0047AB; /* Beko blue text color */
	background-color: #E0F7FF; /* Very light blue background color */
	font-size: 75%; /* Adjust the font size for the sup element */
	line-height: 1; /* Set the line height to avoid vertical misalignment */
	vertical-align: super; /* Align the sup element to the top */
	padding: 2px 4px; /* Add some padding around the text */
	border-radius: 3px; /* Add some border-radius for a smoother appearance */
  margin:4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
label{
 font-weight: bold;
 vertical-align:center;
}

h3.call{
	margin: 20px;
	margin-top:24px;
	font-size: 1.4em;
	color:#0b80c9;
	background-image: none;
}
.toolbar {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.toolbar a {
  display: inline-block;
  width: 34px;
  height: 34px;
  transition: transform 0.3s, filter 0.3s; /* Add a smooth transition for the hover effect */
}

.toggle-button:hover, .tag:hover, .toolbar a:hover {
  transform: scale(1.2); /* Scale the element to 1.2 times its original size */
  filter: brightness(1.2); /* Increase the brightness of the element by 20% */
}

.toggle-button:active, .tag:active, .bouton:active, .toolbar a:active {
  filter: brightness(0.8); /* Decrease the brightness of the element by 20% when active (clicked) */
}

.toolbar svg {
  width: 100%;
  height: 100%;
}
#Tab1{
  margin-bottom: 80px;
}
.bg-very-light-gray {
  background-color: #f5f5f5; /* or any other shade of gray */
}

section, ol, ul {
    page-break-inside: avoid !important;
}
.beta{
  font-size: 0.4em;
  color: #a9a8a9;
  font-weight: normal;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  vertical-align: super;
}
.cf-turnstile{
	tex-align:center;
}