@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(boxes.css);
@import url(form.css);
@import url(publicationMethods.css);
@import url(layout.css);

/* Fix Login Izimedia */
body.izimedia .izimediaLayer.modal .layerFooter { overflow: visible; }
body.izimedia .izimediaLayer.modal .layerFooter .save { margin-right: 30px; }

@font-face {
	font-family: 'icomoon';
	src:url('/images/fonts/icomoon.eot?-3zzv92');
	src:url('/images/fonts/icomoon.eot?#iefix-3zzv92') format('embedded-opentype'),
		url('/images/fonts/icomoon.woff?-3zzv92') format('woff'),
		url('/images/fonts/icomoon.ttf?-3zzv92') format('truetype'),
		url('/images/fonts/icomoon.svg?-3zzv92#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --------------------------------------
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: transparent url("/images/bg-main.jpg");
	
	font-family: "Source sans pro", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #606060;
}

/* --------------------------------------
APPARENCE DES IMAGES
-------------------------------------- */
img { border: 0; vertical-align: bottom; }

/* --------------------------------------
CALAGE DES BLOCS
-------------------------------------- */
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* --------------------------------------
MESSAGE COOKIES
-------------------------------------- */
#cookie-bar {
	position: relative;
	left: 0; right: 0; top: 0;
	z-index: 10000;
	padding: 7px 10px;
	background: #303030;
	border-top: 1px solid #606060;
	
	color: #fff;
	font-size: .85em;
}

#cookie-bar p { margin: 0; text-align: center; }

#cookie-bar a.cb-policy { text-decoration: underline; color: #72b0f0; }
#cookie-bar a.cb-policy:hover { text-decoration: none; }

#cookie-bar a.cb-enable {
	display: inline;
	margin-right: 15px;
	margin-left: 5px;
	background: #006feb;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	text-decoration: none;
}


.widget-home { display: none; }

.addWidget,
/* .widgetActions .delete, */
.widgetActions .up,
.widgetActions .down {
	display: none !important;
}
