/*****************************************

		CUSTOM CSS

******************************************/

.website-content.without-image {
	padding-top: 0px;
}

#home .sppb-row-container {
	width: 100%;
}

[class*="color-"] {
	padding: 0;
	margin: 0; 
}

.main_component > * {
	padding: 0px 0 40px 0;
}

.main_content {
	padding: 0;
}

#home .sppb-row-container {
	padding-left: 0;
	padding-right: 0;
}

.uppercase-menu-title h1, .uppercase-menu-title .componentheading, .uppercase-menu-title .blog > h2 {
	text-transform: inherit;
}

.formulaire {
	background: rgb(249, 249, 249);
	padding: 25px;
	max-width: 600px;
	min-width: 350px;
}

.flex{
    display: flex;
    flex-wrap: wrap;	
	justify-content: space-around;
}

.w50{
	max-width: 49%;
	min-width: 350px;
}

.page-header {
	margin: 25px;
}

.bouton {
	background: #f78400 none repeat scroll 0 0;
	border: 1px solid #e1d5e2;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #b5a49f;
	padding: 3px 8px;
	display: table-cell;
	color: #fff;
}

.bouton_lien {
	background: #00afef none repeat scroll 0 0;
	border: 1px solid #e1d5e2;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #b5a49f;
	padding: 3px 8px;
	display: table-cell;
}

.bouton_lien:hover {
	background: #3281b3 none repeat scroll 0 0;
	transition: opacity 0.35s, transform 0.35s;
}

.bouton_lien a{
	display: block;
	color: #fff;
	text-decoration: none;
}

.gris .sppb-row{
	background: #d9f3fd;
}

.arrondi .sppb-row{
	-moz-box-shadow: 2px 2px 4px #b5a49f;
	-webkit-box-shadow: 2px 2px 4px #b5a49f;
	box-shadow: 2px 2px 4px #b5a49f;
	border: 1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px	
	}

.no-style img{	
	background: transparent!important;
	border-radius: 0!important;
	border:none!important;
	box-shadow:none!important;
}

.drop-down li ul {
	width: 400px;
}

#easybook .easy_big {
	font-size: 18px;
}

#easybook .easy_small {
	font-size: inherit;
}
	