:root {
	--iflea-bt1-bg-color: #d3e3fd;
	--iflea-bt2-bg-color: #a8c7fa;
	--iflea-bt3-bg-color: #e3e3e3;
	--iflea-bt4-bg-color: #c7c7c7;
	--iflea-bt5-bg-color: #c2e7ff;
	--iflea-bt6-bg-color: #7fcfff;
	--iflea-bt7-bg-color: #c4eed0;
	--iflea-bt8-bg-color: #6dd58c;
	--iflea-bt1-color: #464948;
	--iflea-bt2-color: #000;
	--iflea-fen1-bg-color: #eff2ef;
	--iflea-fen2-bg-color: #e3e3e3;
	--iflea-fo1-bg-color: #baaeff;
	--iflea-fo2-bg-color: #b2dbbf;
	--iflea-fo3-bg-color: #eef8d0;
	--iflea-fo4-bg-color: #dcffa8;
	--iflea-fo5-bg-color: #cee6fe;
	--iflea-fo6-bg-color: #a6d966;
	--iflea-fo1-color: #4e6276;
	--iflea-fo2-color: #00a8ff;
	--iflea-fo3-color: #ff0000;
	--iflea-fo4-color: #006D8E;
	--iflea-fo5-color: #006D8E;
	--iflea-color-logo: #00a8ff;
	--iflea-color-logo2: #18da2a;
	--iflea-color-logo3: #108fa8;
	--iflea-color-logo4: #ff0000;
}



html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}


@font-face {
	font-family: 'ifleaFont';
	src: url('webfonts/Inter-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'CommentaireIflea';
	src: url('webfonts/commentaire_iflea.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CommentaireIflea2';
	src: url('webfonts/commentaire2_iflea.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.navbar-dark .navbar-brand {
	color:  var(--iflea-color-logo);
	font-size: 1.5rem;
	font-weight: bold;
}

.navbar-dark .navbar-toggler-icon {
	background-color:  var(--iflea-color-logo);
}

.navbar-nav .nav-item {
	margin-right: 10px;
}

.navbar-dark .nav-link {
	color: #333333;
	font-size: 1.2rem;
	transition: color 0.3s ease-in-out;
}

.navbar-dark .nav-link:hover {
	color:  var(--iflea-color-logo);;
}

.hero-section {
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	padding: 80px 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #333333;
	font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link:active {
	color: #333333;
	font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #333333;
	font-size: 0.9rem;
}

.hero-title {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.hero-subtitle {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.cta-button {
	background-color:  var(--iflea-color-logo);
	color: white;
	padding: 15px 30px;
	font-size: 1.5rem;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}

.cta-button:hover {
	background-color: #2980b9;
}

.feature-section {
	background-color: #ffffff;
	color: #333333;
	padding: 60px 0;
	text-align: center;
}

.feature-icon {
	font-size: 3rem;
	margin-bottom: 20px;
}

.product-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media only screen and (min-width: 768px) {
	.navbar {
		background-color: #ffffff;
		margin-bottom: 0%;
		padding-bottom: 0%;
	}
	.espace_haut {
		height: 124px;
		padding-bottom: 20px;
	}
	body {
		background-color: #efefef;
		font-family: 'ifleaFont', sans-serif;
		margin: 0;
		padding: 0;
	}
	.product-video-card {
		padding: 0px;
		margin: 0%;
		background-color: #343a40;
		background-size: contain;
		background-repeat: no-repeat;
		border: 0px solid #eeeeee;
		height: 300px;
		width: 233px;
	}
	.navbar:hover .collapse.navbar-collapse.menu {
		display: block;
	}
	.iflea-product {
		color: #ffffff;
		padding: 35px;
		margin-bottom: 10px;
		border-radius: 0;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		transition: box-shadow 0.90s;
	}
	.iflea-product:hover {
		box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
	}
	.product-card {
		width: 100%;
		color: #ffffff;
		padding: 0px;
		margin: 0%;
		cursor: pointer;
		overflow: hidden;
		background-color: #fff;
		background-size: contain;
		background-repeat: no-repeat;
		border: 1px solid #eeeeee;
		height: 0;
		padding-bottom: calc(334.5/ 223 * 100%);
	}
	.product-card video {
		width: 100%;
	}
	.product-info {
		background-color: #fff;
		top: 0%;
		left: 0%;
		transform: translate(-0%, -0%);
		width: 100%;
	}
	.product-info .title {
		color: #000;
		font-size: 0.85rem;
		float: left;
	}
	.product-actions {
		transform: translate(-0%, -0%);
		width: 100%;
		float: left;
	}
	.product-info .price {
		color: var(--iflea-fo2-color);
		font-size: 1.0rem;
		float: right;
		font-weight: bold;
		transform: translateY(-50%); 
	}
	
	.product-info .titre {
		color: var(--iflea-bt1-color);
		font-size: 0.80rem;
		float: left;
		font-weight: bold;
		height:20px;
		width: 100%;
		text-align: left;
	}
	.product-info .pseudo {
		color: var(--iflea-bt1-color);
		font-size: 0.70rem;
		float: left;
		font-weight: bold;
	}
	.publicite {
		cursor: pointer;
		margin-bottom: 20px;
	}
	.publicite img {
		padding: 5px;
		width: 60%;
		border: 1px solid #eeeeee;
		float: right;
	}
	.publicite p {
		font-size: 0.80rem;
		text-align: left;
		padding: 5px;
		width: 30%;
		float: left;
	}
	.jconfirm .jconfirm-box.jconfirm-type-animated {
		width: 80%;
		background-color: #42a2ca;
		color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	.publicite {
		cursor: pointer;
		margin-bottom: 20px;
	}
	.publicite img {
		padding: 5px;
		width: 100%;
		border: 1px solid #eeeeee;
		float: left;
	}
	.publicite p {
		font-size: 0.75rem;
		text-align: left;
		padding: 5px;
		width: 100%;
		float: left;
	}
	.jconfirm .jconfirm-box.jconfirm-type-animated {
		width: 80%;
		background-color: #42a2ca;
		color: #fff;
	}
	label {
		margin-bottom: .5rem;
	}
	.navbar {
		background-color: #ffffff;
		margin-bottom: 0%;
		padding-bottom: 0%;
		justify-content: unset;
	}
	.espace_haut {
		height: 80px;
		padding-bottom: 20px;
	}
	.close {
		float: right;
		font-size: 3.0rem;
		line-height: 1;
		color: #51c0ee;
	}
	body {
		background-color: #fff;
		font-family: 'ifleaFont', sans-serif;
		margin: 0;
		padding: 0;
	}
	.product-video-card {
		padding: 0px;
		margin: 0%;
		background-color: #343a40;
		background-size: contain;
		background-repeat: no-repeat;
		border: 0px solid #eeeeee;
		height: 300px;
		width: 233px;
	}
	.iflea-product {
		color: #ffffff;
		border-radius: 0;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		background-size: cover;
		background-repeat: no-repeat;
		transition: box-shadow 0.90s;
		padding: 2px;
		background: #ffffff;
		max-width: 80%;
	}
	.iflea-product .cadre {
		border: 1px solid #dfdede;
		padding: 2px;
	}
	.iflea-product:hover {
		box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
	}
	.product-card {
		width: 100%;
		color: #ffffff;
		padding: 0px;
		margin: 0%;
		cursor: pointer;
		overflow: hidden;
		background-size: contain;
		background-repeat: no-repeat;
		border: none;
		height: 0;
		padding-bottom: calc(334.5/ 223 * 100%);
		background-color: #fff;
	}
	.product-card video {
		width: 100%;
	}
	.product-info {
		background-color: #fff;
		top: 0%;
		left: 0%;
		transform: translate(-0%, -0%);
		width: 100%;
		margin-top: 30px;
	}
	.product-info .title {
		color: #000;
		font-size: 0.85rem;
		text-align: center;
	}
	.product-actions {
		transform: translate(-0%, -0%);
		width: 100%;
		float: left;
	}
	.product-info .price {
		color: var(--iflea-fo2-color);
		font-size: 0.95rem;
		float: right;
		font-weight: bold;
		padding-left: 5x;
		transform: translateY(-50%); 
		
		
	}
	.product-info .pseudo {
		color: #000;
		font-size: 0.65rem;
		float: left;
		font-weight: bold;
		padding-right: 5px;
	}
	
	
	.product-info .titre {
		color: var(--iflea-bt1-color);
		font-size: 0.80rem;
		float: left;
		font-weight: bold;
		height:20px;
		width: 100%;
		text-align: left;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}



.separator__________ {
	height: 20px;
}

.message_historique {
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	font-size: 0.85rem;
	color: #006D8E;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.authentification {
	height: 250px;
	width: 100%;
	background-image: url(../images/authentification.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0%;
}

.authent_slogan {
	background-color: #f3f1f1;
	color: #006D8E;
	font-size: 0.85rem;
	padding: 20px;
	margin-top: 10px;
}

.authent_slogan a:link, .authent_slogan a:visited, .authent_slogan a:hover,
	.authent_slogan a:focus {
	color:var(--iflea-color-logo);
	border-radius: 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	font-weight: bold;
}

.message-vous {
	width: 70%;
	font-size: 0.80rem;
	float: right;
	background: var(--iflea-color-logo);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
}

.message-autre {
	width: 70%;
	font-size: 0.80rem;
	float: left;
	background: var(--iflea-color-logo2);
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
}

.message-personne {
	width: 100%;
	padding: 5px;
}

.footer {
	padding: 5px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.btn-circl {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 0;
	padding: 5px;
	margin: 5px;
	border-width: 0;
	cursor: pointer;
	font-size: 0.85rem;
}

.feature-title {
	font-size: 2rem;
	margin-bottom: 15px;
	margin-top: 15px;
}

.feature-description {
	font-size: 1.2rem;
}

.step_s {
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.step_1 {
		background-color: var(--iflea-fo2-bg-color);
		background-image: url('../images/step_1.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
		margin-bottom: 0;
		height: 250px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.step_2 {
		background-image: url('../images/step_2.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
		margin-bottom: 0;
		height: 250px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.step_3 {
		background-image: url('../images/step_3.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
		margin-bottom: 0;
		height: 250px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.step_4 {
		background-image: url('../images/step_4.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 50px;
		margin-bottom: 0;
		height: 250px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 4rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.title_1 {
		font-family: 'iflea', sans-serif;
		font-size: 1.4rem;
		color: #fff;
		background-color: #5a9669;
		text-shadow: 1px 1px #000;
		margin: 0;
		padding: 2px;
	}
	.title_2 {
		font-family: 'iflea', sans-serif;
		font-size: 1.4rem;
		color: #fff;
		background-color: #f3c087;
		text-shadow: 1px 1px #000;
		margin: 0;
		padding: 2px;
	}
	.title_3 {
		font-family: 'iflea', sans-serif;
		font-size: 1.4rem;
		color: #fff;
		background-color: #efa0a3;
		text-shadow: 1px 1px #000;
		margin: 0;
		padding: 2px;
	}
	.title_4 {
		font-family: 'iflea', sans-serif;
		font-size: 1.4rem;
		color: #fff;
		background-color: var(--iflea-color-logo);;
		text-shadow: 1px 1px #000;
		margin: 0;
		padding: 2px;
	}
}

@media only screen and (max-width: 767px) {
	.image_font_video_eton {
		height: 140px;
		width: 100%;
		background-image: url(../images/video_eton.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin: 0%;
	}
	.step_1 {
		background-color: var(--iflea-fo2-bg-color);
		background-image: url('../images/step_1.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
		height: 150px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
		margin-top: 70px;
	}
	.step_2 {
		background-image: url('../images/step_2.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
		height: 150px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
		margin-top: 70px;
	}
	.step_3 {
		background-image: url('../images/step_3.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
		height: 150px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.step_4 {
		background-image: url('../images/step_4.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
		height: 150px;
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3rem;
		color: #fff;
		text-shadow: 1px 1px #000;
		font-family: ifleaFont, Helvetica, sans-serif;
		font-weight: bold;
	}
	.title_1 {
		font-family: 'iflea', sans-serif;
		font-size: 1.2rem;
		color: #fff;
		background-color: #5a9669;
		text-shadow: 1px 1px #000;
		padding: 2px;
		height: 60px;
	}
	.title_2 {
		font-family: 'iflea', sans-serif;
		font-size: 1.2rem;
		color: #fff;
		background-color: #f3c087;
		text-shadow: 1px 1px #000;
		padding: 2px;
		height: 60px;
	}
	.title_3 {
		font-family: 'iflea', sans-serif;
		font-size: 1.2rem;
		color: #fff;
		background-color: #efa0a3;
		text-shadow: 1px 1px #000;
		padding: 2px;
		height: 60px;
	}
	.title_4 {
		font-family: 'iflea', sans-serif;
		font-size: 1.2rem;
		color: #fff;
		background-color: #18bbda;
		text-shadow: 1px 1px #000;
		padding: 2px;
		height: 60px;
	}
	.custom-toggler {
		background-color: #000;
		border-color: #000;
	}
	.custom-toggler-icon {
		background-color: #000;
	}
}

.btn-header {
	margin-top: 10px;
	background-color: var(--iflea-bt7-bg-color);
	color: var(--iflea-bt2-color);
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.btn-circl i {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
		filter 0.2s ease-in-out;
}

.btn-rect {
	border: 0;
	cursor: pointer;
}

.btn-purchase {
	background-color: var(--iflea-bt7-bg-color);
	color: var(--iflea-bt2-color);
}

.btn-default {
	background-color: #fff;
	color: #5a5a5a;
	font-size: 0.75rem;
}

è ² .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--iflea-color-logo);
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 0.85rem;
}

.page-link-selected {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff;
	background-color: var(--iflea-color-logo);
	border: 1px solid #dee2e6;
	font-size: 0.85rem;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.image_font_video_eton {
		height: 110px;
		width: 350px;
		background-image: url(../images/video_eton.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-size: 100% 100%;
		margin: 0%;
	}
	.width-container {
		width: 80%;
		max-width: 1280px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
		background-color: #fff;
	}
	.navbar-brand .title {
		height: 60px;
		width: 83px;
		background-image: url('../images/logo.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
	}
}

@media ( max-width : 767px) {
	.width-container {
		width: 100%;
		padding: 0%;
		background-color: white;
	}
	.navbar-brand .title {
		height: 50px;
		width: 70px;
		background-image: url('../images/logo.webp');
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0%;
		float: inline-start;
		margin-left: 8px;
	}
}

.btn-foot {
	background-color: #000;
	color: #fff;
	font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
	.navbar-dark .navbar-nav .nav-link {
		color: var(--iflea-bt2-color);
		font-size: 0.85rem;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active,
		.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
		{
		color: var(--iflea-color-logo3);
	}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
		{
		border-bottom: 1px solid var(--iflea-color-logo2);
		padding-bottom: 5px;
		color: var(--iflea-bt2-color);
		font-size: 0.85rem;
	}
	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: var(--iflea-bt2-color);
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	.dropdown-item-cat {
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.dropdown-item:hover {
		background-color: #fff;
		color: var(--iflea-bt2-color);
	}
	.dropdown-item a {
		padding-bottom: 5px;
		font-size: 0.85rem;
		color: var(--iflea-bt2-color);
	}
	.dropdown-item a:hover {
		border-bottom: 1px solid var(--iflea-color-logo2);
	}
	.dropdown {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		color: var(--iflea-bt2-color);
		text-align: inherit;
		background-color: transparent;
		border: 0;
	}
	.dropdown:hover {
		background-color: #fff;
		color: var(--iflea-bt2-color);
	}
	.dropdown a {
		padding-bottom: 5px;
		font-size: 0.85rem;
		color: var(--iflea-bt2-color);
	}
	.dropdown a:hover {
		border-bottom: 1px solid var(--iflea-color-logo2);
	}
	.navbar-collapse {
		width: 50%;
	}
	.nav-item {
		position: relative;
	}
	.nav-item .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		margin-bottom: 0%;
		padding-bottom: 0%;
		justify-content: space-evenly;
	}
	.navbar_m {
		background: #f6f6f6;
	}
	.navbar-dark .navbar-nav .nav-link {
		color: var(--iflea-bt2-color);
		font-size: 0.85rem;
	}
	.navbar-dark .navbar-toggler-icon {
		background-color: var(--iflea-color-logo);
		color: #000;
		font-size: 1.05rem;
	}
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active,
		.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link
		{
		color: var(--iflea-bt2-color);
		font-size: 0.85rem;
	}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
		{
		color: var(--iflea-bt2-color);
		font-size: 0.85rem;
	}
	.dropdown-menu {
		border: none;
	}
	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: var(--iflea-bt2-color);
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	.dropdown-item:hover {
		background-color: #fff;
		color: var(--iflea-bt2-color);
	}
	.dropdown-item a {
		padding-bottom: 5px;
		font-size: 0.85rem;
		color: var(--iflea-bt2-color);
	}
	.dropdown-item a:hover {
		border-bottom: 1px solid var(--iflea-color-logo2);
	}
	.dropdown {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: var(--iflea-bt2-color);
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	.dropdown:hover {
		background-color: #fff;
		color: var(--iflea-bt2-color);
	}
	.dropdown a {
		padding-bottom: 5px;
		font-size: 0.85rem;
		color: var(--iflea-bt2-color);
	}
	.dropdown a:hover {
		border-bottom: 1px solid var(--iflea-color-logo2);
	}
	.compte_utilisateur {
		color: #3c7993;
		font-size: 1.2rem;
	}
	.custom-toggler {
		background-color: #ffffff;
		border: 1px solid var(--iflea-fo2-color);
		color: #51d451;
		padding: 5px 5px;
		margin-top: 0px;
		margin-bottom: 10px;
		border-radius: 25px;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	.custom-toggler:hover {
		background-color: #ffffff;
		color: var(--iflea-fo2-color);
	}
	.custom-toggler:active {
		background-color: #ffffff;
		color: var(--iflea-fo2-color);
	}
	.custom-toggler-icon {
		border-color: var(--iflea-fo2-color);
		color: var(--iflea-fo2-color);
		text-align: center;
	}
}

.search {
	background-color: transparent;
	padding: 0px 0px 0px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
		filter 0.2s ease-in-out;
}

.search-button, .search-button:hover, .search-button:active,
	.search-button:focus {
	background-color: var(--iflea-color-logo);
	color: #fff;
	font-size: 0.85rem;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #dadada;
}

.search-input {
	color: #000;
	background: #f6f6f6;
	font-size: 0.85rem;
	border-color: #dadada;
	padding: 10px;
	border: none;
	width: 500px;
}

.connection-button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--iflea-fo2-color);
	font-weight: bold;
}

.connection-button, .connection-button:hover, .connection-button:active,
	.connection-button:focus {
	color: var(--iflea-fo2-color);
	font-size: 0.85rem;
}

.menu {
	margin-top: 80px;
}

.nav-top {
	padding: 0px;
	border-bottom: #fff;
}

.nav-bottom {
	padding: 0px;
	border-bottom: #fff;
}

.form-group {
	background-color: #fff;
}

.form-group input {
	font-size: 0.85rem;
	color: var(--iflea-bt1-color);
}

.form-group textarea {
	font-size: 0.85rem;
	color: var(--iflea-bt1-color);
	height: 100px;
}

.form-group select {
	font-size: 0.85rem;
	color: var(--iflea-bt1-color);
}

.form-group label {
	margin-top: 10px;
	margin-bottom: 0%;
	font-size: 0.85rem;
	color: var(--iflea-color-logo);
}

.annonce_en_ligne {
	font-size: 0.80rem;
	color: var(--iflea-color-logo3);
}

.annonce_pas_en_ligne {
	font-size: 0.80rem;
	color: var(--iflea-fo3-color);
}

.button-ok, .button-ok:hover, .button-ok:active, .button-ok:focus {
	background-color: var(--iflea-fo2-color);
	color: #fff;
	font-size: 0.85rem;
}

.button-simple, .button-simple:hover, .button-simple:active,
	.button-simple:focus {
	background-color: #ffff;
	color: var(--iflea-fo2-color);
	font-size: 0.85rem;
	border: 1px solid var(--iflea-fo2-color);
}

.button-valid, .button-valid:hover, .button-valid:active, .button-valid:focus
	{
	background-color: #fff;
	color: var(--iflea-color-logo2);
	font-size: 0.85rem;
	margin-bottom: 10px;
	width: 100%;
}

.button-novalid, .button-novalid:hover, .button-novalid:active,
	.button-novalid:focus {
	background-color: #fff;
	color: var(--iflea-fo3-color);
	font-size: 0.85rem;
	margin-bottom: 10px;
	width: 100%;
}

.button-message-ret, .button-message-ret:hover, .button-message-ret:active,
	.button-message-ret:focus {
	background-color: #fff;
	color: var(--iflea-bt1-color);
	font-size: 0.85rem;
	margin-bottom: 10px;
	width: 100%;
}

.button-historique-message, .button-historique-messagehover,
	.button-historique-message:active, .button-historique-message:focus {
	background-color: #fff;
	color: #000;
	font-size: 0.85rem;
	margin-bottom: 10px;
	width: 100%;
	text-decoration: underline;
}

.texte-barre {
	text-decoration: line-through;
}

.button-inscription, .button-inscription:hover, .button-inscription:active,
	.button-inscription:focus {
	border: none;
	margin: 15px;
	background-color: #fff;
	color: var(--iflea-bt2-color);
	font-size: 1rem;
	text-decoration: underline;
}

.button-ko, .button-ko:hover, .button-ko:active, .button-ko:focus {
	background-color: #fff;
	color: var(--iflea-color-logo4);
	font-size: 1rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
		filter 0.2s ease-in-out;
}

.button-delete, .button-delete:hover, .button-delete:active,
	.button-delete:focus {
	background-color: var(--iflea-fo3-color);
	color: #fff;
	font-size: 1rem;
	margin: 0%;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active,
	.btn-outline-primary:focus {
	color: var(--iflea-color-logo3);
	background-color: transparent;
	background-image: none;
	border-color: var(--iflea-color-logo3);
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus
	{
	background-color: #fff;
	color: var(--iflea-color-logo2);
	border: 2px solid var(--iflea-color-logo2);
	border-radius: 10px;
	width: 108px;
	font-weight: bold;
	font-size: 0.85rem;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus {
	background-color: #fff;
	color: var(--iflea-color-logo);
	border: 2px solid var(--iflea-color-logo);
	border-radius: 10px;
	width: 108px;
	font-weight: bold;
	font-size: 0.85rem;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
	background-color: #fff;
	color: var(--iflea-fo3-color);
	border: 2px solid var(--iflea-fo3-color);
	border-radius: 10px;
	width: 108px;
	font-weight: bold;
	font-size: 0.85rem;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus
	{
	background-color: #fff;
	color: var(--iflea-color-logo2);
	border: 2px solid var(--iflea-color-logo2);
	border-radius: 10px;
	width: 110px;
	font-weight: bold;
	font-size: 0.85rem;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active,
	.btn-secondary:focus {
	background-color: var(--iflea-fo3-color);
	color: #fff;
}

.toast-error {
	background-color: #ff4d4d;
	color: #fff;
	border: 1px solid #ff1a1a;
}

.toast-error {
	background-color: #ff4d4d;
	color: #fff;
	border: 1px solid #ff1a1a;
	font-size: 0.85rem;
}

.toast-success {
	background-color: var(--iflea-color-logo2);
	color: #fff;
	border: 1px solid var(--iflea-bt8-bg-color);
	font-size: 0.85rem;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin-left: 10px;
}

.galerie {
	background-color: #000;
	height: 350px;
	overflow-y: scroll;
}

.ombre {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
		filter 0.2s ease-in-out;
	border-radius: 0;
}

.title-media {
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 0.85rem;
}

.iflea_table {
	width: 100%;
	padding: 5px;
	border: none;
}

.iflea_table tr td {
	width: 50%;
	padding: 5px;
	margin: 0%;
	color: var(--iflea-bt1-color);
	font-size: 1rem;
	text-transform: uppercase;
	border: none;
}

.iflea_table tr td label {
	color: var(--iflea-color-logo3);
	font-size: 1.20rem;
}

.iflea_titre_ {
	color: var(--iflea-fo5-color);
	font-size: 1.30rem;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.iflea_ligne_ {
	color: var(--iflea-bt2-color);
	font-size: 1rem;
	padding: 2px;
	margin-bottom: 2px;
	width: 100%;
	text-align: justify;
}

.ombre_leger {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.button-achat {
	margin-top: 5px;
	background: var(--iflea-color-logo2);
	color: #fff;
	font-size: 1rem;
	width: 100%;
}

.button-message {
	margin-top: 5px;
	background: var(--iflea-fen2-bg-color);
	color: #000;
	font-size: 1rem;
	width: 100%;
}

.button-video {
	margin-top: 5px;
	background: #000;
	color: #fff;
	font-size: 1rem;
	width: 50%;
}

.carousel-control-prev-icon {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 20px solid white;
	background-color: transparent;
	display: inline-block;
}

.carousel-control-next-icon {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid white;
	background-color: transparent;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.button-negociation___, .button-negociation___:hover,
		.button-negociation___:active, .button-negociation___:focus {
		background-color: #fe9900;
		color: #fff;
		font-size: 1.2rem;
		width: 100%;
		font-weight: bold;
	}
	.commentaire_iflea {
		font-family: 'CommentaireIflea', sans-serif;
		font-size: 2.2rem;
		color: #6ecaf1;
	}
	.commentaire_iflea2 {
		font-size: 0.80rem;
		font-style: italic;
		text-align: center;
		padding: 0%;
	}
	.commentaire_video {
		color: #000;
		font-size: 0.85rem;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.iflea_commande_table {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody tr {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody td {
		background-color: #fff;
		border: none;
		font-size: 0.85rem;
		color: #000;
		padding: 10px;
		border-bottom: 1px solid #cbcbcb;
		width: 50%;
		max-width: 50%;
	}
	.commentaire_annonce__ {
		margin-top: 15px;
		color: #5e5e5e;
		font-size: 0.75rem;
		width: 100%;
		text-align: justify;
		font-style: italic;
	}
	.commentaire_annonce__ span {
		margin-top: 15px;
		color: #158799;
		font-weight: bold;
		font-size: 0.75rem;
	}
	.iflea_description_ {
		color: #000;
		font-size: 0.85rem;
		padding: 5px;
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
		text-align: justify;
		overflow-wrap: break-word;
		white-space: normal;
	}
	.b_navigation {
		color: #000;
		font-size: 1rem;
		float: left;
		width: 100%;
	}
	.iflea_show_medias {
		background: #fff;
		width: 100%;
		float: right;
	}
	.iflea_show_image {
		padding: 1px;
		background-color: #fff;
		width: 50%;
		float: left;
	}
	.iflea_show_video {
		padding: 1px;
		background-color: #fff;
		width: 50%;
		float: left;
	}
	.iflea_media_font {
		background: #fff;
		padding: 10px;
	}
	.modal_iflea {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
		background-color: #fff
	}
}

@media only screen and (min-width: 768px) {
	.button-negociation___, .button-negociation___:hover,
		.button-negociation___:active, .button-negociation___:focus {
		background-color: #fe9900;
		color: #fff;
		font-size: 0.85rem;
		width: 100%;
		font-weight: bold;
	}
	.commentaire_iflea {
		font-family: 'CommentaireIflea', sans-serif;
		font-size: 2.0rem;
		color: var(--iflea-color-logo);
	}
	.commentaire_iflea2 {
		font-family: 'CommentaireIflea2', sans-serif;
		font-size: 0.85rem;
		color: #000;
		font-style: italic;
		text-align: left;
	}
	.commentaire_video {
		color: #000;
		font-size: 1rem;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.iflea_commande_table {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody tr {
		background-color: #fff;
		border: none;
	}
	.iflea_commande_table tbody td {
		background-color: #fff;
		border: none;
		font-size: 0.85rem;
		color: #000;
		padding: 10px;
		border-bottom: 1px solid #cbcbcb;
		width: 50%;
		max-width: 50%;
	}
	.commentaire_annonce__ {
		margin-top: 15px;
		color: #5e5e5e;
		font-size: 0.75rem;
		width: 100%;
		text-align: justify;
		font-style: italic;
	}
	.commentaire_annonce__ span {
		margin-top: 15px;
		color: #158799;
		font-weight: bold;
		font-size: 0.75rem;
	}
	.iflea_description_ {
		color: var(--iflea-color-logo);
		font-size: 1rem;
		padding: 5px;
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
		text-align: justify;
		overflow-wrap: break-word;
		white-space: normal;
	}
	.b_navigation {
		color:  var(--iflea-color-logo);;
		font-size: 1rem;
		float: left;
		width: 100%;
	}
	.iflea_show_medias {
		background: #fff;
		width: 100%;
		float: right;
	}
	.iflea_show_image {
		padding: 1px;
		background-color: #fff;
		float: left;
		width: 300px;
		height: 300px;
	}
	.iflea_show_video {
		padding: 1px;
		background-color: #fff;
		float: left;
		width: 300px;
		height: 300px;
	}
	.iflea_media_font {
		background: #fff;
		padding: 10px;
	}
	.modal_iflea {
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
		background-color: #fff
	}
}

#plan_videos {
	display: none;
	border: none;
}

.table-iflea2 {
	font-size: 0.85rem;
	border: none;
	padding: 0%;
}

.separateur_bas {
	border-bottom: 1px solid rgb(189, 189, 189);
}

.table-iflea2 thead tr th {
	font-size: 0.85rem;
	text-align: center;
	border: none;
	background: #fff;
	color: #000;
	vertical-align: top;
	width: 33%;
	padding: 0%;
}

.table-iflea2 tbody tr td {
	font-size: 0.85rem;
	text-align: center;
	border: none;
	background-color: #fff;
	color: var(--iflea-bt2-color);
	width: 33%;
	padding: 0%;
}

.label_pseudo {
	text-align: left;
	font-size: 1rem;
	color: #333333;
}

.label_pseudo_message {
	text-align: justify;
	font-size: 1rem;
	color: #000;
	font-style: italic;
	width: 100%;
	max-width: 150px;
	overflow-wrap: break-word;
	white-space: normal;
}

.label_pseudo_alerte_message {
	padding: 5px;
	text-align: center;
	font-size: 1rem;
}

.price_message {
	color: var(--iflea-fo2-color);
	font-size: 0.85rem;
	font-weight: bold;
}

.autres_message {
	color: var(--iflea-bt2-color);
	font-size: 0.75rem;
	padding: 10px;
	text-align: left;
}

.autres_message_refuser {
	color: #ff1a1a;
	font-size: 1rem;
	padding: 10px;
	text-align: left;
}

.autres_message_accepter {
	color: hwb(135 5% 39%);
	font-size: 1rem;
	padding: 10px;
	text-align: left;
}

.autres_message_attente {
	color: hwb(0 50% 50%);
	font-size: 1rem;
	padding: 10px;
	text-align: left;
}

.encadre {
	border: 1px solid #949494;
	padding: 0px;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	margin: 1rem;
	border-top-right-radius: .3rem;
	align-items: center;
	background-image: url('../images/logo_l.webp');
	background-repeat: no-repeat;
}

.modal-header h5 {
	margin-left: 70px;
	color: #000;
	font-size: 0.85rem;
}

.container {
	padding: 0%;
}

.form-control {
	display: block;
	width: 100%;
	padding: 2px;
	font-size: 1rem;
	color: var(--iflea-color-logo);
	background-color: #fff;
	border: none;
	border-radius: 0%;
	border-bottom: 1px solid var(--iflea-color-logo);
}

.historique-message {
	width: 100%;
	color: #000;
	font-size: 0.85rem;
	text-align: left;
	background-color: hsl(0, 0%, 100%);
	height: 200px;
	overflow-y: scroll;
	display: none;
	background: #eaeaea78;
	padding: 10px;
}

.votre_annonce {
	text-align: center;
}

.votre_annonce_text {
	opacity: 0.8;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	background-color: #fff;
	color: #000;
	color: var(--iflea-color-logo3);
}

.revenir, .revenir:hover, .revenir:active, .revenir:focus {
	padding: 20px;
	width: 100%;
	color:  var(--iflea-color-logo);;
	border: none;
	background: #fff;
	text-align: left;
	cursor: pointer;
	font-size: 1.10rem;
	font-weight: bold;
}

.carousel-inner {
	display: flex;
	flex-direction: row;
}

.carousel-item {
	width: 100%;
	transition: transform 0.6s ease;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
	visibility: hidden;
	text-align: -webkit-center;
}

.loader-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	width: 80%;
	max-width: 400px;
	color: #006D8E;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.anim_wait {
	height: 100px;
	width: 100px;
	background-image: url('../images/wait.gif');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0%;
	padding-top: 20px;
}

.modal.fade .modal-dialog.modal-slide {
	transform: translateX(-100%);
	transition: transform 0.3s ease-out;
}

.modal.fade.show .modal-dialog.modal-slide {
	transform: translateX(0);
}

.p_text {
	text-align: center;
	color: #006D8E;
	font-size: 0.65rem;
}

.p2_text {
	text-align: center;
	color: var(--iflea-fo2-color);
	font-size: 0.85rem;
}

.alert-danger {
	color: #dc3545;
	background-color: #ffffff;
	border-color: #ff0000;
	visibility: hidden;
}

.font_edition {
	background-color: #fff;
}

.fa-icon-sup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #fff;
	padding: 25px;
	opacity: 0.8;
}

.fa-icon-sup .text__ {
	width: 100%;
	padding: 5px;
	font-size: 1.5rem;
	color: #006D8E;
}

.inscription a {
	padding: 10px;
	border: none;
	background: #fff;
	text-align: left;
	cursor: pointer;
	font-size: 0.90rem;
	color: #006D8E;
}

.espace_prive {
	color: var(--iflea-color-logo);
	background: #fff;
	padding: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	border: 2px solid var(--iflea-color-logo);
}

.bt_edition_media, .bt_edition_media:hover, .bt_edition_media:active,
	.bt_edition_media:focus {
	color: var(--iflea-color-logo);
	background: #fff;
	padding: 1px;
	cursor: pointer;
	outline: none;
	border-radius: 10px;
	border: 1px solid var(--iflea-color-logo);
	width: 70px;
}

.bt_edition_media label {
	float: left;
	width: 100%;
	color: var(--iflea-color-logo);
	font-size: 0.65rem;
	cursor: pointer;
}

.bt_edition_annonce, .bt_edition_annonce:hover, .bt_edition_annonce:active,
	.bt_edition_annonce:focus {
	color: var(--iflea-color-logo);
	background: #fff;
	padding-bottom: 1px;
	padding-top: 3px;
	cursor: pointer;
	outline: none;
	border-radius: 5px;
	border: 1px solid var(--iflea-color-logo);
	width: 100%;
	cursor: pointer;
	font-size: 0.80rem;
	margin-top: 5px;
}

.__edition___titre {
	width: 100%;
	color: var(--iflea-color-logo3);
	font-size: 0.85rem;
	text-align: center;
	margin-top: 10px;
}

.__nb_media_id {
	width: 100%;
	color: var(--iflea-color-logo3);
	font-size: 0.85rem;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

.separateur_message {
	background: #fff;
	border: 1px solid #e7e5e5;
	margin: 10px;
	padding: 10px;
}

.btn-danger2, .btn-danger2:hover, .btn-danger2:active, .btn-danger2:focus
	{
	background-color: #fff;
	color: var(--iflea-fo3-color);
	border: 2px solid var(--iflea-fo3-color);
	border-radius: 10px;
	width: 85px;
	font-weight: bold;
	font-size: 1.10rem;
	padding: 1px;
}

.btn-danger2 span {
	font-size: 0.75rem;
	padding: 0%;
	margin: 0%;
}

.btn-success2, .btn-success2:hover, .btn-success2:active, .btn-success2:focus
	{
	background-color: #fff;
	color: var(--iflea-color-logo2);
	border: 2px solid var(--iflea-color-logo2);
	border-radius: 10px;
	width: 85px;
	font-weight: bold;
	font-size: 1.10rem;
	padding: 1px;
}

.btn-success2 span {
	font-size: 0.75rem;
	padding: 0%;
	margin: 0%;
}

.btn-info2, .btn-info2:hover, .btn-info2:active, .btn-info2:focus {
	background-color: #fff;
	color: var(--iflea-color-logo);
	border: 2px solid var(--iflea-color-logo);
	border-radius: 10px;
	width: 85px;
	font-weight: bold;
	font-size: 1.10rem;
	padding: 1px;
}

.btn-info2 span {
	font-size: 0.75rem;
	padding: 0%;
	margin: 0%;
}

.ajouter_nouvelle_annonce {
	width: 100%;
	color: var(--iflea-color-logo);
	text-align: center;
	margin-top: 5px;
}

.ajouter_nouvelle_annonce a {
	width: 100%;
	color: var(--iflea-color-logo);
	border: 2px solid var(--iflea-color-logo);
	border-radius: 10px;
	padding: 5px;
	text-decoration: none;
	font-size: 0.85rem;
}

.ajouter_nouvelle_annonce a:hover {
	text-decoration: none;
}

.bt_supprimer_annonce, .bt_supprimer_annonce:hover,
	.bt_supprimer_annonce:active, .bt_supprimer_annonce:focus {
	background-color: #fff;
	color: var(--iflea-color-logo);
	border: 1px solid var(--iflea-color-logo);
	border-radius: 10px;
	width: 100%;
	font-size: 0.85rem;
	padding-top: 5px;
	margin-top: 7px;
	cursor: pointer;
}

.contenant_succes {
	background-color: #e3fce3;
}

.contenant_succes {
	background-color: #e3fce3;
}

.iflea-menu-mobile {
	width: 100%;
}

.form-control:focus {
    background-color: #fff;
    outline: none;         
    border-color: #007bff; 
}

