/*****************************************
		CUSTOM CSS
******************************************/

/* début logo */

.logo {padding-left:0px;}

/* fin logo */

/* début couleurs de fond du site */

.website-header {background : #993333;}
.middle-website {background : #ffffff;}
html {background : #933;}

/* fin couleurs de fond du site */

/* début slogan */

.slogan-position {
	color : #933;
	font-size:120%;
	text-align:center;
}

.striped_bg {background : none;}

/* fin slogan */

/* début menu bas droite */

.horizontal_menu li a, .horizontal_menu li span.separator {
	color: #fff;
	font-size:120%;
}

/* fin menu bas droite */

/* début COLUMN LAYOUTS */

.one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth {
	float:left;
	margin : 10px 4% 10px 0;
}

.one-half {width:48%;}
.one-third {width:30.6%;}
.two-third {width:65.4%;}
.one-fourth {width:22%;}
.two-fourth {width:48%;}
.three-fourth {width:74%;}
.one-fifth {width:16.8%;}
.two-fifth {width:37.6%;}
.three-fifth {width:58.4%;}
.four-fifth {width:79.2%;}
.last {margin-right: 0 !important;}
.last + * {clear:both;}

/* fin COLUMN LAYOUTS */

/* début effets sur les images */

.ombre {
	box-shadow: 0px 0px 10px 2px rgba(117, 117, 117, 0.75);
	-moz-box-shadow: 0px 0px 10px 2px rgba(117, 117, 117, 0.75);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(117, 117, 117, 0.75);
}

.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* fin effets sur les images */

/* début menu */

.drop-down li a {text-transform: none;}
@media screen and (max-width: 979px){.drop-down a {text-decoration: none !important;}}

/* fin menu */

/* début icônes réseaux sociaux */

.social-links li a img {width: 25px;}
	
/* fin icônes réseaux sociaux */