html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: white;
}	

@media screen and (max-width: 750px) {
 
	body {
		background-color: white;	
	}
 
}


.logo_bcm img {
	width: 500px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.navBar {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
}

.navBar a{
	font-family: Arial black;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	color: black;
	float: left;
	display: block;
	text-decoration: none;
}

.navBar a.contact {
	float: right;
	margin-top: 55px;
	margin-right: 20px;
}

.navBar .icon {
	display: none;
}

.navBar a.contact:hover {
	color: #aa0000;
}

/*
.logo_bcm a {
	float: left;
	font-size: 30px;
	font-family: DejaVu sans;
	text-transform: uppercase;
	color: #aa0000;
	margin-left: 30px;
	border-bottom: 8px solid #4d4d4d;
	border-top: 8px solid #4d4d4d;
	padding: 5px;
}

.navBar ul {
	text-align: right;
	margin-right: 70px;
}

.navBar ul li {
	display: inline-block;
	vertical-align: top;
}

*/
@media screen and (max-width: 750px) {
  .navBar a:not(:first-child) {display: none;}
  .navBar a.icon {
    float: right;
    display: block;
    margin-top: 35px;
    margin-right: 20px;
  }
  .navBar  img {
	width: 300px;
	padding-bottom: 5px;
  }
}

@media screen and (max-width: 750px) {
  .navBar.responsive {position: relative;}
  .navBar.responsive .contact {
    float: none;
    display: block;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border-top: 1px solid #aa0000;
	width: 100%;
  }
  .navBar.responsive .logo_bcm {
	float: none;
	display: block;
	margin-left: -20px;
  }
  .navBar.responsive .icon {
  	top: 0;
	right: 0;
	position: absolute;
  }

}

.slideshow-container {
	max-width: 100%;
	position: relative;
	float: left;
}

.mySlides {
	display: none;
	float: left;
}

.mySlides img {
	max-width: 100%;
	float: left
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.prev {
	left: 0;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

.textCaption {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
/*
.produits {
	background-color: #b0a7a7;
	width: 100%;
	height: 600px;
	float: left;
}

.produits img {
	width: 100px;
	box-shadow: 0 4px 8px 0 #333333, 0 6px 20px 0 #333333;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-400%);
	margin-top: 150px;
}

#centerIcon {
	margin-left: 50px;
}
*/
.adresse {
	width: 100%;
	height: 600px;
}

.adresseChild {
	margin-top: 50px;
	margin-bottom: 50px;
	display: inline-block;
	float: right;
	position: relative;
}

#information {
	margin-left: 80px; 
	float: left;
	margin-top: 55px;
}

table {
	border-collapse: collapse;
}

th, td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	border-spacing: 15px;
	border-bottom: 1px solid #aa0000;
}

.dimanche{
	border-bottom: none;
}

#horaireTitre {
	font-family: Arial Black;
	color: white;
	font-size: 20px;
	background-color: #aa0000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 4px 8px 0 #333333, 0 6px 20px 0 #333333;
}

#horaireJour {
	font-family: Arial Black;
	font-size: 15px;
	text-align: right;
}

#horaireLigne {
	font-family: Arial Black;	
	font-size: 15px;
}

#map {
    height: 400px;
    width: 400px;  
	box-shadow: 0 4px 8px 0 #333333, 0 6px 20px 0 #333333;
	margin-right: 80px;
}

#contactInfo {
	border-right: 5px solid #aa0000;
	padding-right: 20px;
	margin-top: 55px;
	text-align: right;
	margin-right: 40px;
}

#contactTitre {
	font-family: Arial Black;
	font-size: 20px;
	color: white;
	font-size: 20px;
	background-color: #aa0000;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 220px;
	margin-left: 85px;
	box-shadow: 0 4px 8px 0 #333333, 0 6px 20px 0 #333333;
	margin-bottom: 30px;
}

#contactLigne {
	font-family: Arial Black;
	font-size: 15px;	
}

@media screen and (max-width: 1300px) {
	#map {
		height: 300px;
		width: 300px;  
	}
}

@media screen and (max-width: 1280px) {
	
	#map {
		display: none;
	}

}

@media screen and (max-width: 575px) {
	
	#contactInfo {
		display: block;
		border-right: none;
		text-align: left;
		left: 25%;
		margin-left: -25px;
		float: left;
	}
	#contactTitre {
		text-align: center;
		padding-right: 0px;
		margin-left: 0px;
	}
	#information {
		display: block;
		left: 25%;	
		margin-left: -50px;
	}
}