@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(account.css);
@import url(publicationMethods.css);
@import url(layout.css);

/* ---------------------
INITIALISATION DES STYLES
------------------------*/

@font-face {
	font-family: 'locom';
	src:url('/images/fonts/locom.eot');
	src:url('/images/fonts/locom.eot?#iefix') format('embedded-opentype'),
		url('/images/fonts/locom.woff') format('woff'),
		url('/images/fonts/locom.ttf') format('truetype'),
		url('/images/fonts/locom.svg#locom') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html{
  min-height:100%;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
body {
	background:#fff url("/images/bg-header.jpg") repeat-x;
    font-family: "Rubik", Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	color : #44444f;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
}

.map img {
	max-width: none;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}


/* Skeleton */
.container { position: relative; width: 1000px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns {float: left; display: inline;}
.row {margin-bottom: 10px;}

/* Structure g�n�rale */
.container.two.columns {width: 655px; margin-left: 35px;}
.container.one.column {width: 310px;}

/* widgets / Blocs */
.one.col {width: 310px; margin-bottom: 25px; float: left; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box;}
.two.col {width: 655px; clear: both; margin-bottom: 25px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-sizing: border-box; -moz-box-sizing: border-box;}
.one.col.left {margin-right: 35px;}

/* R�seaux sociaux */
.socialNetworks {
	height: 35px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 45px;
	clear: both;
}

.socialNetworks .socialBlock {
	position: absolute;
	left: 0; top: 0;
	background: #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.socialNetworks .close {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0; right: 0;
	padding: 5px 10px;
	color: #44444f;
	background: #e2e2e4;
	font-size: 12px;
	line-height: 22px;
}

.socialNetworks .close:before {
	content: "\78";
	font-family: 'locom';
}

.socialNetworks .close:hover {
	color: #fff;
	background: #a0a0b2;
}

.socialNetworks .socialBlock .socialBtn {
	float: left;
	margin-right: 20px;
	width: 110px;
}

.socialNetworks .socialToggle {
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
	color: #44444f;
	background: #e2e2e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-webkit-transition:all 400ms ease-in-out;
}

.socialNetworks .socialToggle:before {
	font-family: 'locom';
	content: "\28";
	color: #44444f;
	margin-right: 10px;
	font-size: 14px;
	transition:all 400ms ease-in-out;
	-o-transition:all 400ms ease-in-out;
	-ms-transition:all 400ms ease-in-out;
	-moz-transition:all 400ms ease-in-out;
	-webkit-transition:all 400ms ease-in-out;
}

.socialNetworks .socialToggle:hover {
	background: #a0a0b2;
	color: #fff;
}

.socialNetworks .socialToggle:hover:before {
	color: #fff;
}





/* --------------------------------------

 		PR�FORMAT� �QUIPEMENTS
 
--------------------------------------- */

.equipementsContent .equipementBanner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.equipementsContent .pageLinks {
	padding: 20px 0;
	text-align: center;
}

.equipementsContent .pageLinks .pagelink a,
a.download {
	color: #fff;
	display: inline-block;
	line-height: 48px;
	font-size: 18px;
	background: #009f94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 20px;
	margin:0 10px;
	position: relative;
	text-indent: 40px;
	text-align: left;
	transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
}

a.download {
	margin: 10px 0;
}

.equipementsContent .pageLinks .pagelink a:before,
a.download:before {
	font-family: 'locom';
	content: '\3b';
	color: #a9cce3;
	color: rgba(255,255,255,.6);
	position: absolute;
	top: 0;
	left: -25px;
}

.equipementsContent .pageLinks .pagelink a:hover,
a.download:hover {
	color: #fff !important;
	background: #358fca;
}

.equipementsContent .blocInfos {
	padding: 20px;
	background: #f0f0f0;
	margin-bottom: 20px;
}

.equipementsContent .blocInfos .blocAdresse {
	width: 48%;
	font-size: 14px;
	float: left;
}

.equipementsContent .blocInfos .blocAdresse p {
	margin-bottom: 10px;
}

.equipementsContent .blocInfos .blocMap {
	width: 50%;
	float: right;
	border: 1px solid #d0d0d0;
	box-shadow:inset 0px 0px 3px #fff, 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0px 0px 3px #fff, 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow:inset 0px 0px 3px #fff, 0 0 5px rgba(0,0,0,.1);
}

.equipementsContent .blocHoraires {
	display: block;
}

.equipementsContent .blocHorairesContent {
	display: inline-block;
	vertical-align: top;
}

.equipementsContent .blocTarifs {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	width: 50%;
	margin-left: 40px;
}

.equipementsContent .blocTarifs h2 {
	color: #fff;
	background: #009f94;
	line-height: 60px;
	text-indent: 20px;
	margin-bottom: 0;
}

.equipementsContent .blocTarifs .blocTarifsContent {
	padding: 20px;
	background: #a1daf8;
	color: #404040;
}





/* --------------------------------------

 		PR�FORMAT� COMMUNES
 
--------------------------------------- */


.contentCommune .blocInfosCommune {
	position: relative;
	background: #f0f0f0;
}

.contentCommune .blocInfosCommune .photoContainer {
	overflow: hidden;
	height: 230px;
}

.contentCommune .blocInfosCommune .logoCommuneContainer {
	position: absolute;
	top: 30px; left: 80px;
	display: block;
	height: 160px;
	width: 160px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 7px;
	background: rgba(255,255,255,.4);
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contentCommune .blocInfosCommune .logoCommuneContainer .logoCommune {
	position: absolute;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 7px; left: 7px;
	bottom: 7px; right: 7px;
	text-align: center;
}

.contentCommune .blocInfosCommune .logoCommuneContainer .logoCommune img {
	text-align: center;
	margin-top: 30px;
	max-width: 98px;
}

.contentCommune .blocInfosCommune h1 {
	background: #a1daf8;
	text-align: center;
	line-height: 48px;
	font-size: 30px;
}

.contentCommune .blocInfosCommune .blocCommuneAdresse {
	padding: 0 20px 20px;
	font-size: 14px;
}

.contentCommune .blocInfosCommune .blocCommuneAdresse p {
	font-size: 14px;
}

.contentCommune .blocInfosCommune .contactMairie {
	color: #fff;
	display: block;
	background: #b9b9c6;
	font-size: 18px;
	text-indent: 40px;
	line-height: 50px;
	position: relative;
}

.contentCommune .blocInfosCommune .contactMairie:before {
	font-family: 'locom';
	content: '\3b';
	color: #fff;
	color: rgba(255,255,255,.6);
	position: absolute;
	top: 0; left: -25px;
}

.contentCommune .blocInfosCommune .contactMairie:hover {
	background: #9e9eb5;
	color: #fff;
	transition:background 400ms;
	-o-transition:background 400ms;
	-ms-transition:background 400ms;
	-moz-transition:background 400ms;
	-webkit-transition:background 400ms;
}

.contentCommune .viewHoraires {
	margin: 10px 0;
	line-height: 28px;
	background: #e2e2e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
}

.contentCommune .viewHoraires:hover {
	background: #9e9eb5;
	color: #fff !important;
	transition:background 400ms;
	-o-transition:background 400ms;
	-ms-transition:background 400ms;
	-moz-transition:background 400ms;
	-webkit-transition:background 400ms;
}

.contentCommune .blocWidgetsCommune .mapCommune {
	margin-bottom: 20px;
}

.contentCommune .blocWidgetsCommune .mapCommune img {
	max-width: none;
}

.contentCommune .blocWidgetsCommune .actusCommune {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.contentCommune .blocWidgetsCommune .actusCommune h4 {
	color: #fff;
	background: #e50051;
	text-indent: 20px;
	line-height: 60px;
	text-transform: none;
	font-size: 22px;
}

.contentCommune .blocWidgetsCommune .actusCommune .linkAllActus {
	color: #fff;
	display: block;
	background: #e50051;
	font-size: 18px;
	text-indent: 40px;
	line-height: 50px;
	position: relative;
}

.contentCommune .blocWidgetsCommune .actusCommune .linkAllActus:before {
	font-family: 'locom';
	content: '\3b';
	color: #fc8294;
	color: rgba(255,255,255,.6);
	position: absolute;
	top: 0; left: -25px;
}

.contentCommune .blocWidgetsCommune .actusCommune .linkAllActus:hover {
	background: #ff1568;
	color: #fff;
	transition:background 400ms;
	-o-transition:background 400ms;
	-ms-transition:background 400ms;
	-moz-transition:background 400ms;
	-webkit-transition:background 400ms;
}

.contentCommune .horairesMairie {
	padding: 15px;
	background: #f0f0f0;
}


/* --------------------------------------
MESSAGE COOKIES
-------------------------------------- */
#cookie-bar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 10000;
	padding: 7px 10px;
	background: #303030;
	border-top: 1px solid #606060;
	
	color: #fff;
}

#cookie-bar p { margin: 0; text-align: center; font-size: 14px; }

#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;
}





/* evos menu */

/* @media screen and (min-width:1000px) {
    #headerInner #nested { width:69% }
    #headerInner #nested .firstLevel > li {
     width: 25%;
    }
    
    #headerInner #nested .firstLevel > li > a {
        padding: 12px 7px!important;
     text-align: center;
    }
    
    #headerInner #nested .firstLevel li a {
        margin-left: 10px!important;
        font-size: 15px!important;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    #headerInner #nested {
        top: 60px!important;
    }
}
@media screen and (max-width:1000px) {
    .menu_portail_usager a, .menu_aqualand a, .menu_culture a, .menu_tourisme a {
        background-image: none!important;
    }
} */
