/* Vignette Gérant Section
--------------------------------*/

.vignette-gerant .profile {
	text-align: center;
}

.vignette-gerant .profile .pic {
	margin-bottom: 15px;
	overflow: hidden;
}

.vignette-gerant .profile .pic img {
	max-width:100%;
}


/* Adresse Vignette Section
--------------------------------*/

.class-nom-etablissement {
	font-weight: 700;
	color: #ffb03b;
}

.class-adresse-etablissement {
	color: #000;
}



/* Adresse Vignette Section
--------------------------------*/

.quote-message-gerant {
	position: relative;
	background: #f1edea;
	padding: 30px;
	font-size: 16px;
	font-style: italic;
	border-radius: 5px;
}

.quote-message-gerant b {
	display: inline-block;
	font-size: 22px;
	left: -9px;
	position: relative;
	top: -8px;
}

.quote-message-gerant small {
	display: inline-block;
	right: -9px;
	position: relative;
	top: 4px;
}


.parent{
	display: flex;
	align-items: center;
}






.action-acheter a {
	display: flex;
	padding: 8px 20px;
	border-radius: 5px;
	transition: 0.5s;
	margin: 10px;
	justify-content: center;
}

.btn-acheter {
	background: #ffb03b;
	border: 2px solid #ffb03b;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.section-valeur-acheter{
	text-align: center;
	color: #ffb03b;
}

.btn-acheter:hover {
	background: #ffa012;
	color: #fff;
}

@media (min-width: 991px) {
	.btn-action-acheter{
		padding-top: 50%;
	}

	.btn-gerant{
		margin-top: 20%;
	}
}




@media (max-width: 768px) {

	.img-fiches{
		width: 100%; /* You can set the dimensions to whatever you want */
		height: 100px;
		object-fit: cover;
	}

	.fiche-nom-etablissement{
		font-size: 15px;
	}

	.fiche-ville-etablissement{
		font-size: 10px;
	}

	.btn-fiche{
		font-size: 10px;
	}
}

@media (min-width: 768px) {

	.img-fiches{
		width: 100%; /* You can set the dimensions to whatever you want */
		height: 200px;
		object-fit: cover;
	}
}


.parent{
	display: flex;
}

.enfant{
	margin: auto;
}

#about-img-explication {
	padding-bottom: 0px;
}


/*****************************************************/
/**   Form enregistrement etablissement & client    **/
/*****************************************************/

.form-enregistrement {
	position: fixed;
	z-index: 4;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	width: 100%;
	top: 70px;
}

.form-enregistrement .form-enregistrement-btn-close {
	float: right;
}

.form-enregistrement .form-enregistrement-btn-close:hover i, .delete-article:hover {
	color: #FF0000;
}

.form-enregistrement .form-btn-enregistrement {
	padding: 5px;
}

.form-enregistrement .form-btn-enregistrement:hover,
.form-enregistrement .form-btn-enregistrement:hover input {
	background-color: #03C4EB;
	color: #FFFFFF;
}

.form-enregistrement-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.5);
}




.corner-round {
	border-radius: 5px;
}

.lien-accueil{
	margin-bottom: 20px;
}

.max-height-250{
	max-height: 250px;
}






/** Images gallery gerants accueil **/

.gallery-item {
	overflow: hidden;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.gallery-item img {
	transition: all ease-in-out 0.4s;
}

.gallery-item:hover img {
	transform: scale(1.1);
}


/** Ils parlent de nous accueil **/

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
	background: url(../img/events-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.events::before {
	content: '';
	background-color: rgba(12, 11, 10, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.events .section-title h2 {
	color: #fff;
}

.events .contain-div {
	position: relative;
}

@media (min-width: 1024px) {
	.events {
		background-attachment: fixed;
	}
}


.box:hover span, .box:hover h4, .box:hover p {
	color: #fff;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	padding: 80px 0;
	background: url("../img/testimonials-bg.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(12, 11, 10, 0.7);
}

.testimonials .contain-div {
	position: relative;
}

.testimonials .section-header {
	margin-bottom: 40px;
}

.testimonials .testimonial-item {
	text-align: center;
	color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
	width: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #ddd;
	margin: 0 0 15px 0;
	font-family: "Comic Neue", sans-serif;
}

.testimonials .testimonial-item .stars {
	color: #ffb03b;
	margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: rgba(255, 255, 255, 0.4);
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}

.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
	background-color: #ffb03b !important;
}

@media (min-width: 1024px) {
	.testimonials {
		background-attachment: fixed;
	}
}

@media (min-width: 992px) {
	.testimonials .testimonial-item p {
		width: 80%;
	}
}
