body {
	  background-color: #dcdbdb;
}
.containerWrap {
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}


.white a:link, .white a:visited, .white a:hover, .white a:active {
	color:#fff;
	text-decoration: none;
}
/* header */
#top-header{
  	padding-bottom:10px;
	background-color:#f2dcbd;
	font-size: 12px;
	color:#8c1513;
}

#top-header a:link, #top-header a:visited, #top-header a:hover, #top-header a:active {
	color:#8c1513;

}

.img-center {
    display: block;
    margin: 8px auto 0px auto;
}

.head-infos {
	border-left:2px solid #C8BF7B;
	padding-left: 38px!important;
	margin-top:5px;
	padding-top:5px;
	padding-bottom: 5px;
}

.padMe {
	margin-left:10px;
	padding-top:10px;
	
}

.phoneEmail { 
	background-image: url(/images/common/phone-icon.png);
	background-repeat: no-repeat;
	background-position:left center;
}

.heuresOuvertures { 
	background-image: url(/images/common/heures-ouvertures-icon.png);
	background-repeat: no-repeat;
	background-position:left center;
}

.heuresOuverturesPlus { 
	border:none;
	padding-left: 0!important;

}

.facebook { 
	background-image: url(/images/common/facebook-icon.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-top:0.5rem;
}

@media (max-width: 767px) {

	.heuresOuverturesPlus { 
	border-left:2px solid #C8BF7B;
	padding-left: 38px!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.heuresOuverturesPlus { 
	padding-left: 10px!important;
	}
}

/* header end */

/* navigation */

.navbar {
	border-bottom:2px solid #e8ab5e;
	font-size: 0.9rem;
}

.bg-light {
    background-color: #fff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #8c1513;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #8c1513;
    font-weight: bold;
}

.custom-toggler.navbar-toggler {
    border-color: #8c1513;
    color:#8c1513;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(140,21,19, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  
  
}

.menuText {
	padding-left:10px;
}

/* end navigation */

/* search box */

.submitSearchBt {
	color: #8c1513;
}

.searchFieldFormat {
	border-color: #8c1513;
	color: #c0c0c0;
	font-size: 0.8rem;
}

/* end search box */

/* special buttons */

.btn-outline-orange {
    color: #e8ab5e;
    background-color: transparent;
    background-image: none;
    border-color: #e8ab5e;
}

a.btn-outline-orange:hover  {
    color: #fff;
    background-color: #e8ab5e;
    background-image: none;
    border-color: #e8ab5e;
}

/* end special buttons */
/* partenaires */

.partenairesHome {
	padding:1rem 1.5rem;
	background-color: #fff;
	border-top:2px solid #797979;

}

.partenairesHome h2{
	color:#95221e;
    text-transform: uppercase;
    font-size: 1.5rem;
	
}



/* End partenaires */

/* footer */
.footer {
	padding:1rem 1.5rem;
	background-color: #95221e;
	color:#fff;
	font-size:0.8rem;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#fff;
	text-decoration: underline;
}


/* end footer */

/*page elements */

.page a:link, .page a:visited, .page a:hover, .page a:active {
	color:#fff;
	text-decoration: underline;
}
.oneColumnRow, .twoColumnsRow {
	margin-left:15px;
	margin-right:15px;
}
