/*
		Couleurs Vert Moto Lab  :   VERT : 00fe00  #00b800
										RGB : 0,184,0	
									GRIS : 8d8d8d
									
									

									A essayer   #7ddc1f
												#3CE43C
*/

* {padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
	font-family: "Modithorson";
	src: url(../fonts/modithorson.ttf);
}

h1, h2, h3, h5{
	font-family: 'Modithorson';
}

h4 {
	width: max-content;
	display: inline;
}


body{
    color: #000000;
}


.logo{
    width: 60%;
}

.bgtop{
	background-image: url("../img/fond.jpg");
	background-repeat: repeat;
	max-height: 300px;
}

.navbar a, .footer a{
    color: black !important;
	max-width: max-content;
	border: none;
	margin: 0;
	padding: 0;
}


.bg-navbar, footer{
    background: rgba(0,184,0,1);  /* #00b800*/
	/*background: rgba(0,228,0,1);*/
}

.nav-item{
	max-width: max-content;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 600;
}


.nav-item:hover, .nav-link.active, .nav-link:focus{
	transform: scale(1.1);
	font-weight: 700;
}


.img-contact-presentation {
    height: 1.3em;
    padding-right: 1em;
}

#accueil{
    background-color: #e6eaef;
}

/* Carousel*/
#testimonial_area {
	padding: 3% 0;
}
.box-area {
	padding: 30px 30px 10px 30px;
	position: relative;
	display: block;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin: 40px 0;
    height: 280px;
}
.box-area h5 {
	font-size: 16px;
	font-weight: 700;
    color:#00b800;
	margin-top: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box-area span {
	color: #262626;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 400;
}
.box-area .content {
	color: #262626;
}
.box-area .img-area {
	width: 90px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	z-index: 1;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.box-area .img-area img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.socials {
	margin-top: 30px;
}
.socials i {
	margin: 0 10px;
	color: #8793a4;
	font-size: 18px;
}
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #8d8d8d;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
}
#testimonial_area .owl-prev {
	left: -60px;
	top: -30px;
}
#testimonial_area .owl-next {
	right: -60px;
	top: -30px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(100%);
}


.owl-item{
	padding-top: 15px;
}
.owl-item:hover{
	transform: scale(1.1);
}



@media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.box-area {
		text-align: center;
	}
	.owl-nav {
		display: none;
    }
}


.bg-grey{
	background-color: #e6eaef;
}

.bg-white{
	background-color: white;
}

.form-control{
	border-radius: 10px;
}

.btn{
	background-color: white;
	color: #00b800 !important;
	border-radius: 10px;
	font-weight: 500;
}

.btn:hover{
	transform: scale(1.1);
	font-weight: 700;
}

.contact-box{
	/* border-radius: 10px; */
	max-width: 800px;
}

li{
	margin-bottom: 10px;
}

#services {
	overflow:hidden;
	clear: both;
}
#ultrasons {
	overflow:hidden;
	clear: both;
}
#procedure {
	overflow:hidden;
	clear: both;
}


html {
	scroll-behavior: smooth;
}


.ultrason img {
	width: 99%;
}

/*
#carouselExampleControls1, #carouselExampleControls2 {
	width: 80%;
}
*/

.carousel-item {
	max-width: max-content;
	max-height: 240px;
}

#btn-modal {
	border-color: #00b800;
	font-size: large;
}

#btn-modal:hover, #btn-modal:focus, #btn-modal:active {
	background-color: #fff;
}

#btn-modal:focus {
	box-shadow: none;
}

.close {
	border-color: #fff;
}

.createdAt {
	font-size: 14px;
}

.modal-title {
	margin-left: 80px;
}

.modal-dialog {
	margin-top: 350px;
}

.anchor {
	display: block;
	height: 350px; /*same height as header*/
	margin-top: -350px; /*same height as header*/
	visibility: hidden;
  }

img.avis {
	width: 18px;
  }

span.avis {
	margin: 0px -1px 0px -1px;
	max-width: max-content;
  }

footer {
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer span a, footer i {
	color: #000 !important;
}

iframe {
	margin: 0 auto;
	display: block;
}

footer a {
	background-color: #00b800 !important;
}

.fb {
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
}

.logo-avis-fb {
	width: 50px;
	margin-top: -5px;
	margin-left: -5px;
}

.logo-avis {
	width: 30px;
	margin-top: -5px;
}

.titre-avis h4 {
	color: #000;
	font-family: "Modithorson";
	font-size: larger;
}

.titre-avis h4:hover {
	transform: scale(1.2);
	font-weight: 700;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.g-recaptcha {
	display: inline-block;
}

.videos-avis {
	padding-top: 48px !important; 
}

.checked {
	color: #ffd700;
}