
/* --------- Général ---------- */
body {
	position: relative;
	background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;    
}

/* ---------- Typographie ---------- */	
a {
    text-decoration: none !important;
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #848484;  
	letter-spacing: 0.4px;
	line-height: 28px;
}

hr {
	border-top: 2px solid #828282;
	width: 120px;
} 

th, tr, label {
	font-size: 16px;
	font-weight: 400;
}

/* ---------- Les class ---------- */	
.error {
	font-size: 16px;
	font-weight: 400;
	color: #841025;  
	letter-spacing: 0.4px;
	line-height: 28px;	
}

.bckgrnd {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*i {
	font-size: 36px;
	font-weight: 400;
	color: #C50;  
	letter-spacing: 0.4px;
	line-height: 28px;	*/
}

.container_checkbox {
/*#container_checkbox {*/
	background: #fff; 
	width: auto; /*width: 500px;*/		
	margin: 0 auto; /* centrage horizontal */	
	padding: 20px;
}

.checkbox_titre {
	background: #eee;
	font-size: 20px;
	font-weight: 400;	
	padding: 10px;
}

.checkbox_box {
	float: left;
	background: #fff; /* fff */	
	width: 25%; /* 5 colonnes */	
	padding: 20px;
}

@media screen and (max-width: 600px) {
  .checkbox_box {
    width: 100%;
  }
}

.checkbox_box p label {
	float: left;
	background: #fff; /* fff */
	width: auto; /* 275px */
	border-left: 2px solid 	#eee;
	border-bottom: 1px solid #eee;	
	font-weight: 500;	
	text-align: left;	
	padding-left: 4px;
}

.checkbox_box p input {	
	float: right;
	background: #fff; /* fff */	
	border: 1px solid #eee;
	margin-left: 20px;
	margin-top: 10px;	
}

.checkbox_box p {
	clear: both;
}

.checkbox_width {		
	width: 50%; 	
}

.paddingtype {		
	padding-top: 0px; 	
	padding-bottom: 40px; 	
}

.margin {
margin-top: 20px;
}

.overlay {
    background: linear-gradient(0deg, rgba(128, 128, 128, 0.4), rgba(128, 128, 128, 0.4));	
    background-size: cover;
	border-radius: 6px;
	min-height: 100%;
	padding: 20px;
}

/* ---------- Header ---------- */		
.heading {
	font-size: 52px;
	font-weight: 500;
}

.heading-title h2 {
	font-size: 24px;
	font-weight: 400;
	color: #C50;
	padding: 20px;	
}

.subheading {
	font-size: 16px;
	padding-bottom: 60px;
}

/* ---------- Les sections ---------- */	
#home {
	padding-top: 140px;
	padding-bottom: 160px;
} 

#propos {
	padding-top: 60px;
	padding-bottom: 60px;
} 


#gallery, #news, #heures, #pam, #contact {
	padding-top: 100px;
	padding-bottom: 100px;
} 
#propos, #heures, #contact, #boite {
	background: #e6e6e6;
}

.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}

/* ---------- Preloader section ---------- */
.preloader  {
	position: fixed;
	background: none repeat scroll 0 0 #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-flex;
		display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
	align-items: center;
	z-index: 99999;        
}

.sk-spinner-pulse {
	background-color: #f6d76b;
	border-radius: 100%;
	width: 40px;
	height: 40px;	
	-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
		animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
			transform: scale(0); }
	100% {
		-webkit-transform: scale(1);
            transform: scale(1);
		opacity: 0; 
		} 
	}

@keyframes sk-pulseScaleOut {
	0% {
		-webkit-transform: scale(0);
			transform: scale(0); }
	100% {
		-webkit-transform: scale(1);
			transform: scale(1);
		opacity: 0; 
		} 
	}

/* ---------- Start navigation ---------- */
.navbar-default {
	background: #f5f5f5;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-brand, .navbar-nav li a {
	line-height: 30px; /* 28 */
	text-decoration: none; /* underline */
}

.navbar-default .navbar-brand  {
	font-size: 30px;
	font-weight: bold;
	color: #C50;
	letter-spacing: 2px;
}

.navbar-default .navbar-nav li a {
	font-size: 16px;	
	letter-spacing: 1px;
}

/* ---------- Effect 21: borders slight translate ---------- */
.cl-effect-21 a {	
	-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
	transition: color 0.3s;
	padding: 10px;	
}

.cl-effect-21 a::before, 
.cl-effect-21 a::after {		
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #C50; /* fff */
	content: '';	
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;	
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	transform: translateY(0px);
} 

/* ---------- Home section ---------- */
#home {
	background: url('../images/page/home-bg.jpg') 50% 0 repeat-y fixed;
	background-size: cover;
		-webkit-background-size: cover;	
	background-position: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	/*height: 100vh; */
	text-align: center;
}

#home h1 {
	font-size: 52px;
	font-style: normal;	
	letter-spacing: 8px;	
	padding-top: 10px;
}

#home h2 {
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps !important;	
	letter-spacing: 8px;	
	padding-top: 10px;
}

#home .btn {
	background: rgba(230, 230, 230, 0.4);
	border: 3px solid #fff; /* #C50 */ 
	border-radius: 4px;
	transition: all 0.4s ease-in-out;	
	font-size: 18px;
	font-weight: bold;
	color: #fff;	
	letter-spacing: 2px;
	margin-top: 40px;
	padding: 16px 42px;		
}

#home .btn:hover {
	background: #fff;
	border: 3px solid #C50; /* #fff */ 
	color: #202020;
}

/* ---------- Gallery section ---------- */
#gallery {
	padding-top: 80px;
	padding-bottom: 80px;
}

#gallery h3 {
	font-size: 18px;
	line-height: 8px;
	padding-top: 8px;
}

#gallery img {
	width: 100%;
	border: 1px solid #000;
	padding-bottom: 0px;	
}

#gallery .col-md-4 {
	padding-top: 50px;
}

#gallery .col-md-4 div {
	position: relative;
	bottom: 18px;
	padding-bottom: 12px;
}

/* ---------- Boite lunch section ---------- */
#boite {
	border-radius: 8px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#boite h4 {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
}

#boite p {	
	font-size: 16px;
	color: #cc5500;
	text-align: center;
	line-height: 28px;
}

#boite img {
	width: 100%;
	padding-bottom: 10px;
}

/* ---------- News section ---------- */
#news h3 {
	font-size: 22px;
	font-style: normal;	
	font-weight: 400;
	color: #3d3d3d;		
	padding-top: 10px;
}

#news h4 {
	font-size: 18px;
	font-style: normal;	
	padding-top: 10px;
}

#news span {	
	font-size: 16px;
	font-style: normal;
	color: #c50;		
}

/* ---------- types de cafe section ---------- */
#type {
	background: url('../images/page/type-bg.jpg') 50% 0 repeat-y fixed;
	background-size: cover;
		-webkit-background-size: cover;	
	background-position: center;
	color: #fff;		
}

#type {
	padding-top: 80px;
	padding-bottom: 80px;
}

#type h3 {
	font-size: 22px;
	line-height: 8px;
	padding-top: 8px;
}

#type h4 {
	font-size: 20px;
	text-align: center;
	color: #fff; /* 5C5C5C */
	line-height: 1.5;
}

#type p {
	font-size: 16px;
	text-align: center;
	color: #fff; /* 5C5C5C */
	line-height: 8px;
	padding: 8px;
}

#type img {
	width: 100%;
	border: 2px solid #000;		
}

#type .margin {		
	margin-bottom: 40px;			
}

#type .font-size {		
	font-size: 18px;			
}

/* ---------- pret a manger section ---------- */
#pam {
	text-align: center;
}

#pam h3 {
	font-size: 24px;
	line-height: 4px;
}

#pam h4 {
	font-size: 22px;
	font-variant: small-caps;
	color: #5c5c5c;
	padding-top: 10px;
}

#pam img {
	border: 1px solid #222;
}

#pam .col-md-4 {
	padding-top: 20px;
} 

/* ---------- contact section ---------- */
#contact {
	padding-top: 80px;
	padding-bottom: 100px;
}

#contact .col-md-8 {
	margin-bottom: 32px;
}

#contact .form-control {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;	
}

#contact .form-control:focus {
	border-color: #f9f9f9;
}

#contact input {
	height: 48px;
}

#contact input[type="submit"] {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	height: 50px;
	color: #C50;
	letter-spacing: 2px;
	margin-top: 12px;	
}

#contact input[type="submit"]:hover {
	background: #C50;
	color: #fff;
}

/* ---------- Footer section ---------- */
#footer {
	background: url('../images/page/footer-bg.jpg') 50% 0 repeat-y fixed;
		-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#footer h2 {
	padding-bottom: 14px;
}
#footer h3 {
	padding-top: 8px;
}
#footer h4 {
	text-align: justify;
}
#footer p {	
	color: #fff;
}
#footer span {
	font-weight: bold;
	padding-left: 24px;
}
#footer .ph, #footer .address, #footer .email {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer .fa {
	font-size: 18px;
	padding-right: 10px;
}

/* --------- Social icon ---------- */
.social-icon {
	padding: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;	
	padding: 0;
}
.social-icon li a {
	position: relative;
	background: #f0f0f0;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-size: 18px;	
	text-align: center;
	text-decoration: none;
	color: #C50;  
	line-height: 48px; 
	transition: all 0.4s ease-in-out;
	margin-top: 12px;
	margin-right: 16px;
	top: 0; 
	padding: 0;
}
.social-icon li a:hover {
	background: #F6D76B;
	top: 5px;
}

/* ---------- Copyright section ---------- */
#copyright {
	background: #343434;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;  
}

#copyright h4 {
	text-align: center;
}

#copyright p {
	font-size: 14px;
	color: #fff;
}

#copyright a {
	color: #fff;
}

#copyright a:hover {
	color: #aaa;
}

#copyright .img {
	border: 2px solid #cc5500;
	border-radius: 4px;
}
