/* --------------------------------------------------
	
	GOOGLE REVIEWS
	
-------------------------------------------------- */
.container-google-reviews {
	background: #f5f5f5;
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}

.container-google-reviews h2{
	font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}


.c-google-reviews {
	background: #f5f5f5;
	width: 740px;
	max-width: 100%;
	padding: 20px 30px;
    box-sizing: border-box;
	margin: 0 auto;
	/* outline: 1px solid green; */
}
@media (max-width: 500px) {
	.c-google-reviews {
		padding: 20px 0px;
	}
}

.business-review {
	display: flex;
	margin-bottom: 15px;
}
@media (max-width: 500px) {
	.business-review {
		flex-direction: column;
		/* align-items: center; */
	}
}

.business-img {
	width: 50px;
	min-width: 50px;
    height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.business-img img{
	object-fit: cover;
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.business-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.business-content a {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.business-rating {
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130px;
}
.business-rating .business-rate{
	color: #e7711b!important;
	font-size: 20px!important;
	margin-right: 5px;
}

.star-bg{
	background: url(../img/stars-bg.svg);
	background-size: cover;
	width: 92px;
	max-width: 100%;
	height: 20px;
	z-index: 0;
	position: relative;
  }
.star-rate  {
	background: url(../img/stars-full.svg);
	background-size: cover;
	z-index: 1;
	height: 20px;
	max-width: 100%;
	position: absolute;
}
.business-total-comments {
	color: #777!important;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px; 
}
.business-assurance {
	max-width: 144px;
}



.author-list {
	display: flex;
    flex-direction: column;
}
.author-review {
	display: flex;
	margin-bottom: 15px;
	width: 100%;
	/* outline: 1px red solid; */
}
@media (max-width: 500px) {
	.author-review {
		flex-direction: column;
	}
}
.author-img {
	width: 50px;
	min-width: 50px;
    height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.author-img img{
	object-fit: cover;
    border-radius: inherit;
    height: 100%;
    width: 100%;
}
.author-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.author-content .author-name {
	color: #427fed!important;
	text-decoration: none!important;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.author-content .author-time {
	color: #999!important;
	font-size: 13px;
	margin: 0;
	margin-bottom: 5px;
}
.author-content .author-rate {
	display: flex;
	align-items: center;
}
@media (max-width: 500px) {
	.author-content .author-rate {
		flex-direction: column;
		align-items: flex-start;
	}
} 

.author-content .author-rate .author-text{
	font-size: 13px;
	margin: 0;
	margin-left: 5px;
}
.author-content .author-rate .author-text a{
	font-size: 13px;
	color: #136AAF;
}
.to-all-reviews {
	font-size: 14px;
	color:#2C7CFF;
	text-decoration: none;
	align-self: center;
}

/* --------------------------------------------------
	
	GOOGLE RECAPTCHA
	
-------------------------------------------------- */
.grecaptcha-badge { visibility: hidden !important; }

.recaptcha {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #BABBBD;
}

.recaptcha p{
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0;
}

.recaptcha span{
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0;
}

.recaptcha-links a{
	color: #021624;
	font-size: 14px !important;
	font-weight: 400 !important;
}

/* --------------------------------------------------
	
	RGPD
	
-------------------------------------------------- */
.rgpd {
	margin-top: 20px;
	color: #BABBBD;
}

.rgpd p{
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0;
}

.rgpd-links a{
	color: #021624;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
}

.flex-column-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}

.flex-column-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 100%;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-60{
	margin-bottom: 60px;
}
.mb-40{
	margin-bottom: 40px;
}

.mb-30{
	margin-bottom: 30px;
}
.mb-20{
	margin-bottom: 30px;
}


.red {
	color: #FB5D5A
}

.blue-link {
	color: #017CD8;
}
   
.bg-grey {
	background-color: #F7F8F9;
}

.clearfix::after {
	content: '';
	clear: both;
	visibility: hidden;
  	display: block;
  	height: 0;
}

/* --------------------------------------------------
	
	(component) TEST BLOC ACF
	
-------------------------------------------------- */
.acf-article {
	max-width: 800px;
}
