@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(publicationMethods.css);
@import url(responsive.css);

/* Fix Login Izimedia */
body.izimedia .izimediaLayer.modal .layerFooter { overflow: visible; }
body.izimedia .izimediaLayer.modal .layerFooter .save { margin-right: 30px; }

.widgetActions .delete,
.widgetActions .up,
.widgetActions .down,
.addWidget {
	display: none !important;	
}

/* --------------------------------------
INITIALISATION DES STYLES
-------------------------------------- */
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body { height: 100%; }

/* --------------------------------------
ZONE EXTERIEURE
-------------------------------------- */
body {
	background: #fff;
	
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

/* --------------------------------------
APPARENCE DES IMAGES
-------------------------------------- */
img { border: 0; vertical-align: bottom; }

/* --------------------------------------
CALAGE DES BLOCS
-------------------------------------- */
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* --------------------------------------
PRELOADER
-------------------------------------- */
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

/* --------------------------------------
MESSAGE COOKIES
-------------------------------------- */
#cookie-bar {
	position: fixed;
	right: 30px; bottom: 30px;
	width: 400px;
	z-index: 10000;
	padding: 20px;
	background: rgba(0,0,0,.8);
	
	color: #fff;
	font-size: .85em;
}

#cookie-bar p { margin: 0; text-align: center; }

#cookie-bar a.cb-policy { text-decoration: underline; color: #3b9b2a; }
#cookie-bar a.cb-policy:hover { text-decoration: none; }

#cookie-bar a.cb-enable {
	display: inline-block;
	margin-right: 15px;
	margin-left: 5px;
	background: #3b9b2a;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	text-decoration: none;
}

