/* cmsms stylesheet: home2014--prangins2014 modified: jeudi 23 décembre 2021 10:13:33 */
@charset "UTF-8";
.wrapper {
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

a.txtBold {
	font-weight: 700 !important;
}

/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 42px;
	line-height: 45px;
	letter-spacing: -1px;
		text-align:left;

}
#menupage .menuactive {
display:none
}
.large, h2 {
	font-size: 26px;
	line-height: 30px;
	text-align:left;
}

.bigger, h3 {
	font-size: 22px;
	line-height: 25px;
}

.big, h4 {
	font-size: 16px;
	line-height: 20px;
}

body {
	font: 16px/24px Cantarell, serif;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
	padding: 0px 0px;	 
	background: #ececec;
	color: rgb(66,66,66);
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	
	-webkit-user-select: auto;
	font-family: 'Cantarell', sans-serif;

}
.list-group-item hr {
border-top: 1px solid grey
}
div.website, div.website * {
  display: none !important;
}
textarea {
width: 100%;
}

/*SLICK*/

.slickdiaporama {
	width: 100%;
/*max-height: 45vh;*/
overflow-y: hidden;
}
.slickdiaporama img {
width: 100%;
height: auto;
}  
.slickitem {
	position: relative;
}
.slickLogo {
	position: absolute;
	right: 10%;
	top: 10%;
}
a {color:#007ffa;}

a:hover {color:#ee6c16;}

a:visited {color:#2e5c8a;}


.redirectlink a {
	color: #00ba55 !important;
}


.clear {clear: both}

.automargin {
	margin: 0 auto;
	}
	
.defaultWidth {
width: 960px;
}	

.verylargeWidth {
width: 1111px;

}

.positionRelative {
position: relative;
}
.cgMaps {
	width: 100%;
	height: 400px;
}
/*MAPS*/
.infoBox {
  padding: 0.5em;
  border: 1px solid-black;
  background-color: yellow;
}
.m_tooltip {
  padding: 0.5em;
  border: 1px solid-black;
  border-radius: 3px;
  background-color: white;
}

/*BOOTSTRAP*/
.list-group-item ul {
	margin-left: 40px;
}
#full-slider-wrapper {
	margin-top: 90px;
	
}
.navbar-default {
	background-color: rgba(0,0,0,0);
border-color: rgba(0,0,0,0);
}
.navbar {
	position: relative;
min-height: 20px;
margin-bottom:  0px;
border: 1px solid transparent;
}
.navbar-nav>li>a {
	padding: 8px 15px 8px 15px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}

.navbar-default .navbar-nav>li>a {	
	color: rgba(255,255,255,0.8);
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0px;	
	   -webkit-transition:All 0.2s ease;
	   -moz-transition:All 0.2s ease;
	   -o-transition:All 0.2s ease;
}
.navbar-default .navbar-nav>li>a:hover {	
	color: rgba(255,255,255,1);
		background-color: #2a6496;

}

#menupage, #menupage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
#menupage li {
	margin: 3px 40px;
}
.blueBox {
	background-color: #2a6496;

}
.blueBox a, .blueBox h2 {

		color: white;
	font-size: 12px;
	text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 1px;
		padding: 0;
		margin: 0;
}

.upcominglist h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.upcominglist .calendar-date-from {
	font-size: 12px;
	line-height: 14px;
}

.row {
	margin-top: 30px;
}
.top-shadow {
background-image: url('../../uploads/site/meteo-shadow.png');
	background-repeat: no-repeat;
		background-position: 0px 85px;

	width: 1083px;
	height: 67px;
	padding-top:85px;
}

.top-shadow-gallery {
	background-image: url('../../uploads/site/image-gallery-background.png');
	background-repeat: no-repeat;
	width: 1111px;
	height: 292px;
	padding-top: 150px;

}
div#pginsHeader {
	background-repeat: repeat-x;
background-position: center bottom;
}
	#pginsHeader {
	background-image: url('../../uploads/site2014/top-background.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
	}
	.getSomeHeight {
		height: 150px;
	}
	.meteoBG {
/*	background-image: url('../../uploads/site/meteo-bg.png');*/
	background-repeat: no-repeat;
	background-position: 81px 35px;
	background-size: 85% auto;
	padding: 5px 0px 0px 5px;
	width:100%;
	position:absolute;
	/*background-color: rgba(0,0,0,0.2);*/
	z-index: 9999;
	
	font-family: 'Cantarell', sans-serif;
    color: #FFF;
    text-shadow:-1px -1px 0px #203858;
	}
	
	/*METEO*/
	
	.meteoPicto {
	float: left;
	min-width: 180px;
	}
	
.meteoActu {
	float: left;
	width: 100px;
	font-size: 70%;
	margin-top: 15px;
    border-right: 1px solid #2d5a88;
}

.meteoActu p:last-child {
font-size: 220%;
}

.meteoNext {
	float: left;
width: 200px;
	margin-top: 15px;
border-left: 1px solid #99b2cc;
padding-left: 25px;
}

.meteoSocial {
	float: right;
	margin-top: 15px;
margin-right: 120px;

}

.promoBox li{
	list-style-type: none;
}
.promoBox img {
	width: 100%;
	height: auto;
}

.boxLink {
 background-color: #e87706;	
 text-align: center;
}
.boxLink a {
	color: white;
	text-align: center;
}

/*social*/

.socialIcon {

float: left;
margin-left:3px;}
.socialIcon a{
display: block;
	width: 33px;
	height: 33px;
	background-image: url(/uploads/home2014/social.png);
	background-repeat: no-repeat;
	
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

}

#socialFB a {background-position: 0px 0px}
#socialFB a:hover {background-position: 0px -33px}

#socialTW a {background-position: -33px 0px}
#socialTW a:hover {background-position: -33px -33px}

#socialEmail a {background-position: -66px 0px}
#socialEmail a:hover {background-position: -66px -33px}

.pginsHeadHeight {
height: 444px;
}

.pageHeadHeight {

}

.pgins-gallery {

width: 960px;
height: 390px;
padding: 0 10px 0 10px;
margin-left: 70px;
top: 110px;
position: absolute;
border-bottom: 1px solid #737373;
}
.pgins-gallery:after {
content: "";
width: 980px;
margin: 0;
padding: 0;
position: absolute;
top: 391px;
left: 0;
border-top: 1px solid #FFF;
}

.pageImageComment {
width: 100%;
height: 50px;

position: absolute;
top: 163px;
z-index: 0;

background-image: url('../../uploads/site/gallery-comment-background.png');
background-repeat: repeat-x;

}

.pginsImageComment {
width: 100%;
height: 39px;

background-color: black;

/*
background-image: url('../../uploads/site/gallery-comment-background.png');
background-repeat: repeat-x;
*/
}


.logoContainer {
background-image: url('../../uploads/site/background-gris.png');
background-repeat:repeat-x;
padding-top: 20px;
height: 151px;

border: 0px solid green;
}

.pagelogoContainer {
background-image: url('../../uploads/site/background-gris.png');
background-repeat:repeat-x;
margin-top: 38px;
padding-top: 20px;
height: 131px;

border: 0px solid green;
}

#logo {
width: 321px;
height: 79px;
margin: 0 auto;
padding-top: 30px;

border: 0px dashed yellow;

}

#nbHabitants {
position: relative;
top: 53px;
left: 192px;

font-size: 70%;
font-family: 'Cantarell', sans-serif;
color: #4c4c4c;
text-shadow:1px 1px 0px #FFF;

}

.breadcrump {
margin-top: 30px;

float: left;
}

/*breadcrumbs*/

.breadcrumbs {

font-family: 'Cantarell', sans-serif;
font-size: 11px;
margin-top: 30px;
border: 0px solid purple;
width: 780px;
height: 30px;
float: left;
}

.breadcrumbs a{
text-decoration: none;
color: #469ad0;
}

.breadcrumbs a:visited{
color: #2c5680;
}

/*MENU QUICK ACCESS*/
.pageMenuAcces {
z-index: 9999;

margin-top: 0;
margin-left: 5px;
float: left;
width: 170px;
border-bottom: 0px dashed blue;

font-family: 'Cantarell', sans-serif;
}

.menuAcces {
z-index: 9999;

margin-top: 17px;
margin-left: 5px;
float: left;
width: 170px;
border-bottom: 0px dashed blue;

font-family: 'Cantarell', sans-serif;
}

#QuickAccessPMenu {

z-index: 9999;

}
ul.quickaccess li.mparent {


background-color: none;
list-style-type: none;
display: block;


}

ul.quickaccess li.mparent p {
background-image: url('../../uploads/site/quickaccess.png');
background-repeat: no-repeat;
display: block;
height: 23px;
width: 171px;
text-align: center;
line-height: 23px;
color: #FFF;
text-shadow:-1px -1px 0px #000000;
text-decoration: none;
font-size: 80%;

border-bottom: 1px solid #9e9e9e;
cursor: pointer;

background-position: 0px 0px;
}
ul.quickaccess li.mparent p:active {
background-position: 0px -23px;

}

ul.quickaccess li.mparent ul li:last-child {
margin-top: 0px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}

ul.quickaccess li.mparent ul {
position: absolute;


}

/*BOX SHADOW*/



/*NAVIGATION*/

#vertiNav {

border: 0px solid red;
margin-top: 30px;
width: 230px;

float: left;
}

.articleWrapper {
float: left;

}

ul#menuprincipal {
background:-webkit-gradient(linear, 50% 50%, 50% 100%, from(#404040), to(#070707));
background-color: #404040;
list-style-type: none;
font-family: 'Cantarell', sans-serif;

}

ul#menuprincipal li a {
text-shadow:-1px -1px 0px #000000;

border-top: 1px solid #848484;
border-bottom: 1px solid #000;
display:block;
height: 44px;
line-height: 44px;
padding-left: 45px;
text-decoration: none;
color: white;


-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

}
ul#menuprincipal li:hover {
position: relative;
}
ul#menuprincipal li a:hover,ul#menuprincipal li a.menuactive  {
/*
background:-webkit-gradient(linear, 50% 0%, 50% 100%, from(#000), to(#2e5c8a));
*/
background-color: #2e5c8a;

-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
/*menu picto styling*/

#i15 a, #i60 a, #i62 a, #i63 a, #i64 a, #i65 a, #i66 a, #i74 a {
background-image: url('../../uploads/site/menu.png');
background-repeat: no-repeat;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}

#i15 a {background-position: 8px 0px;}
#i15 a:hover {background-position: 8px -44px;}

#i60 a {background-position: -222px 0px;}
#i60 a:hover {background-position: -222px -44px;}

/*
#i61 a {background-position: -452px 0px;}
#i61 a:hover {background-position: -452px -44px;background-color: #ba2c2c !important;}
*/
#i62 a {background-position: -682px 0px;}
#i62 a:hover {background-position: -682px -44px;}

#i63 a {background-position: -912px 0px;}
#i63 a:hover {background-position: -912px -44px;}

#i64 a {background-position: -1142px 0px;}
#i64 a:hover {background-position: -1142px -44px;}

#i65 a {background-position: -1372px 0px;}
#i65 a:hover {background-position: -1372px -44px;}

#i66 a {background-position: -1602px 0px;}
#i66 a:hover {background-position: -1602px -44px;}

#i74 a {background-position: -1832px 0px;}
#i74 a:hover {background-position: -1832px -44px;}

/*menu actif ouvert*/

ul#menuprincipal li.menuactive ul  {
display: block;
}


/*sous-menu*/

/*
ul#menuprincipal li ul:hover {
display: block;
z-index:9999;
}
*/
ul#menuprincipal { }

/*POUR JQUERY MENU - TEST 29.05.2012 */
/*
ul#menuprincipal li:hover ul {
display:block;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
}
*/
ul#menuprincipal li ul {

display: none;

width: 230px;
height: auto;

background:-webkit-gradient(linear, 50% 50%, 50% 100%, from(#222222), to(#000));
background-color: #111;

/*
background-color: black;
background-color: rgba(0,0,0,0.9);
*/
border: 0px solid white;
position: relative;
z-index: 999;
list-style-type: none;
/*
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
*/
}

li.sectionheader {
position: relative;

}

li.sectionheader:after {
position: absolute;
right: 10px;
top: 20px;
content:url('https://prangins.pixdev.ch/uploads/site/expand.png');
}

#footerMenu li.sectionheader:after {
content:"";
}

#menuprincipal li ul li.parent:after {
position: absolute;
right: 10px;
top: 20px;
content:"";
}

ul#menuprincipal li ul li{

}

ul#menuprincipal li ul li a{
display: block;
width: 210px;
height: auto;
background-image: none;
font-size: 80%;
padding-left: 20px;
margin-left: 0px;
line-height: 30px;
background-position: 0;
}

ul#menuprincipal li ul li.pasMenuPrincipal ul, ul#menuprincipal li ul li ul li ul li.pasMenuPrincipal{
display:none !important;
} 

ul#menuprincipal li ul li.parent a{
border-bottom: 0;
}

/*3ème niveau*/

ul#menuprincipal li ul li.parent:hover ul {
display:block;
}

ul#menuprincipal li ul li.parent ul{
display: none;

position: absolute;
z-index: 999;
left: 220px;
top: -5px;
border: 1px solid white;

width: 300px;
}

ul#menuprincipal li ul li ul li a{
width: 280px;

}


/*
ul#menuprincipal li ul li ul li:first-child{

border-top: 1px dashed rgba(255,255,255,0.1);


}

ul#menuprincipal li ul li ul li:last-child{

padding-bottom: 5px;
border-bottom: 1px solid black;


}
*/

/*4ème niveau*/

/*
ul#menuprincipal li ul li ul li:hover ul li{
display:block;
}

ul#menuprincipal li ul li ul li ul li{
display: none;
}
*/
ul#menuprincipal li ul li ul li ul li a{
border: none;
line-height: 160%;
color: rgba(255,255,255,0.8);
width: 260px;
padding-left:40px;
}

ul#menuprincipal li ul li.parent ul li ul{
/*position: relative;
left: 0px;
top: 0px;
*/

display: none;

position: relative;
left: 0px;
top: 0px;

background: #474747;
width: 300px;
padding-left: 0px;
border: none;
padding-bottom: 0px;

}

/*5ème niveau*/
ul#menuprincipal li ul li ul li ul li ul {display:none !important}

/*MENU PAGE*/

ul.boutonlienMedium li ul {display: none}

/*MENU FOOTER*/

#f15, #f74, #f65, #f66 {display: none;}

ul#footerMenu {
font-family: 'Cantarell', sans-serif;
list-style-type: none;
}

ul#footerMenu li {float:left;
width: 25%;}

ul#footerMenu li.sectionheader {
color: white;
font-size: 90%;
}
ul#footerMenu li a {
float:left;
background: none;
text-shadow:-1px -1px 0px #000000;
font-size: 80%;
font-weight: bold;

border:0;

padding-left: 0px;
text-decoration: none;
color: white;


-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

}

ul#footerMenu li ul {

list-style-type: none;

}



ul#footerMenu li li:first-child {
border-top: 1px solid rgba(255,255,255,0.1);
padding-left: 0;
}
ul#footerMenu li li {
clear: left;
float:none;
font-size: 80%;
width: 90%;
line-height: 100%;
padding: 3px 0;
padding-left:0px;
}
ul#footerMenu li li a {
padding: 0;
}

ul#footerMenu li li ul{
display:none;
}
/*CONTENT*/

.infoBox {
margin: 20px 0;
width: 230px;
background-color: #000;

display:none;

}

#Box_Important, #Box_Question, #Box_Information {display: block}

#Box_Important {background-color: #b40909;}

.infoBoxLabel {

font-size: 50px;
line-height: 120px;
text-align: center;
color: white;
width: 40px;
min-height: 120px;
float:left;
}

.Box_Important li:first-child {
	background-color: red;
}
.Box_Question li:first-child {
	background-color: black;
}
.Box_Important li:first-child h2:before {
content:"!  ";
font-weight: bolder;
font-size: 150%;

}
.Box_Question li:first-child h2:before {
content:"?  ";
font-weight: bolder;
font-size: 150%;
}
.Box_Information li:first-child h2:before {
content:"info  ";
font-weight: bolder;
font-size: 150%;
text-transform: lowercase;
}
.infoBoxContent {
float:left;
min-height: 120px;
border-bottom: 1px solid rgba(0,0,0,0.2)
color: red;
width: 170px;
padding: 10px;
background-color: #FFF;
font-family: 'Cantarell', sans-serif;
font-size: 80%;
line-height: 150%;
}

.articleWrapper {
border: 0px dashed red;
width: 480px;
margin-top: 30px;
margin-left: 35px;
min-height: 400px;
float: left;

}

.articleWrapperLarge {
border: 0px dashed red;
width: 690px;
margin-top: 30px;
margin-left: 35px;
min-height: 400px;
float: left;

}

article ul {
margin-left: 30px;
}

/*RIGHT CONTENT*/
.pageRightContentWrapper {

width: 170px;
min-height: 50px;
float: left;

margin-left: 40px;
margin-top: 20px;


}

.rightContentWrapper {

width: 170px;
min-height: 50px;
float: left;

margin-left: 40px;
margin-top: 210px;


}

/*newsletter*/
#newsletterWrapper, #champCommentaire {
font-family: 'Cantarell', sans-serif;
}
#newsletterWrapper h2 {

color: #424242;

text-shadow:1px 1px 0px #FFF;
}

#newsletterWrapper label {
display:none}

#newsletterWrapper input, #champCommentaire input {
width: 168px;
margin:0;
padding: 5;
height: 30px;
line-height: 30px;
}

#champCommentaire input[type=checkbox] {
width:16px;
height: 16px;
}

#notifyComment {
font-size: 80%}

#newsletterWrapper input:focus {

}
ol {
margin-left: 40px
}
#newsletterWrapper p, #champCommentaire p {
font-size: 70%;
background-image: url('../../uploads/site/bouton.png');
background-repeat: no-repeat;
height: 20px;
padding-left: 4px;
color: white;
line-height: 20px;
margin-left: 5px;
margin-top: 5px;
background-position-x: 0;

background-position-y: 0;
}

#newsletterWrapper input[type=submit] {
background-image: url('../../uploads/site/bouton.png');
background-repeat: no-repeat;
width: 122px;
height: 33px;

margin: 10px 0px 0px 29px;
padding: 0;
border: 0;

color: white;

}
.backgroundChange {
background-position: 0px -33px;

-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
margin-bottom: 20px;

}


#newsletterWrapper input[type=submit]:hover {
background-position: 0px -33px;

-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;
margin-bottom: 20px;
}

/*COMMENTAIRE*/

#ajoutCommentaire {

background-image: url('../../uploads/site/bouton.png');
background-repeat: no-repeat;
width: 122px;
height: 33px;
font-family: 'Cantarell', sans-serif;
color: #FFF;
font-size: 10px;
line-height: 33px;
text-align: center;

-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

margin: 10px 0;
cursor: pointer;
}

#ajoutCommentaire:hover {
background-position: 0px -33px;

}

#champCommentaire input {
width: 220px;

}

#champCommentaire textarea {
width: 380px;
margin: 0;
}

.feedback_summary_stats, .feedback_item_rating {display: none}

.feedback_summary_item {
font-family: 'Cantarell', sans-serif;

}

.feedback_item_authodatee {
display: block;
    background-image: url("../../uploads/site/bouton.png");
    background-repeat: no-repeat;
    background-position: 0px -33px;
    color: white;
    font-size: 70%;
    height: 20px;
    line-height: 20px;
    margin-left: 0px;
    margin-top: 5px;
    padding-left: 4px;
    border-bottom: 1px solid #9e9e9e;
    
}

.feedback_item_title {
    border-top: 1px solid #FFF;

}

.feedback_item_title h1{
font-size: 140%;
padding:0;
margin:0;
line-height: normal;
}

.feedback_item_authorname {
margin-bottom: 10px;
}

.feedback_item_data {
font-size: 80%;

}

/*FORM*/

.formbuilderform{
font-family: 'Cantarell', sans-serif;

}
.formbuilderform fieldset{

width: 100%;
float: left;
padding: 20px 20px 20px 20px;
}

.formbuilderform legend{
display: block;

    color: #2a6496;
    font-size: 22px;
    text-transform: uppercase;
    height: 25px;

	font-weight: 700;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #9e9e9e;
}
.formbuilderform fieldset fieldset legend{
	font-size: 18px;
	font-weight: 700;
}
.formbuilderform label {
display: block;
width: 50%;
float: left;
height: 33px;
font-size: 14px;
background-color: #2a6496;
height: 30px;
padding-left: 5px;
color: white;
line-height: 30px;
margin-left: 0px;
margin-top: 15px;

}
.radioBtn {
}
.frm_prangins {
	display: none;
}
.radioBtn label {
	width: 100%;

}
.radioBtn div:first-child {
	clear: both;
}
.radioBtn div:first-child:last-child {
	clear: both;
}
.radioBtn div {
		float: left;
			background-color: rgba(0,0,0,0.1)
		
}
.radioBtn div:hover {
		float: left;
			background-color: rgba(0,0,0,0.15)
		
}
.radioBtn div input{
	width: 30px;
}
.clearForm {
	clear: both;
}
.infoForm {
	padding: 20px 100px 100px 100px;
}
.radioBtn div label{
		text-align: right;
		padding-right: 5px;
	width: 120px;
	background-color: rgba(0,0,0,0);
	color: black;
	height: auto;
		line-height: 14px;
}
.radioBtn:after {
	clear: both;
}

.selectForm select:first-child{
	clear: both;
}
.selectForm label{
	width: 100%;
}
.selectForm select{
	width: 30% !important;
}
.formbuilderform .fb_invalid label{
    background-position: 0px -66px;

}

.formbuilderform input, .formbuilderform select {
width: 50%;
margin:0;
padding: 5;
height: 30px;
line-height: 30px;
margin-left: 0px;
margin-top: 15px;
}

.statTXTbox {
margin: 20px;
clear: both;
height: 200px;
overflow: auto;
background-color: #FFF;
padding: 10px;
border: 1px solid #9e9e9e;
font-size: 80%;
}
.simpleLabel label{
background: none;
color: black;
float: left;
width: 200px;
margin: 0;
}
.simpleLabel input {
width: 16px;
height: 16px;
margin: 3px;
}

.simpleLabel input[type="checkbox"] {
width: 16px;
height: 16px;
margin: 3px;
}

.simpleLabel {
margin-bottom: 20px;
}

fieldset.formSiConnu {
margin:0;
padding: 0;
background: none;
background-position: top;
border: 1px dashed grey;
}

fieldset.formSiConnu legend{
display: block;
background: none;
width: 122px;
height: 33px;
color: black;
font-size: 70%;
height: 20px;
line-height: 20px;
margin-left: 10px;
margin-top: 5px;
padding-left: 4px;
border-bottom: 0px solid #9E9E9E;
}

.formbuilderform .submit input {
clear: both;
}

.error_message {
padding: 10px 20px;
font-size: 80%;
color: white;
background-color: #f50033;
border: 1px solid white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 0px 0px 5px #000000;
-webkit-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000;

font-family: 'Cantarell', sans-serif;
margin: 20px;


}
/*CALENDAR upcoming events*/

.cal-upcominglist-home {
font-family: 'Cantarell', sans-serif;

line-height: 110%;

}

.cal-upcominglist-home h1 a{
display: block;
font-size: 20px;
width: 150px;
background-color: #404040;
margin-top: 20px;
padding: 10px;
line-height: 110%;

color: white;
text-decoration: none;
}
.cal-upcominglist-home h1 a:hover{
background-color: #2E5C8A;

}
.cal-upcominglist-home h2{
font-size: 14px;
line-height: 110%;

}
.cal-upcominglist-home .calendar-date-from, .cal-upcominglist-home .calendar-summary {
font-size: 12px;
}

.cal-upcominglist-home .calendar-next{
display:none;

}

.cal-upcominglist-home .calendar-event {
margin: 0px 0px 0px 0px;
padding: 3px 5px;
border-top: 1px solid #FFF;
border-left: 1px solid #dcdcdc;

border-bottom: 1px solid #dcdcdc;
border-right: 1px solid #FFF;
}
.cal-upcominglist {
margin-top: 0px;
font-family: 'Cantarell', sans-serif;
}

.cal-upcominglist h2 {
color: #424242;

text-shadow:1px 1px 0px #FFF;
font-size: 120%;
}
.agendaLogo img {
height: 50px;
}
.agendaLogo {
float:left;
width: 60px;
height: 70px;
padding: 10px;

}

ul#agendaList {
margin: 0;
padding: 0;
list-style-type: none;
}

li#agendalistitem {
list-style-type: none;
}

ul#agendaList  {
	position: relative;
	width: 680px;
	height: 480px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style: none;
}
	ul#agendaList  li {
		position: relative;
		padding: 16px;
		background: #eee;
		color: #252525;
		font-size: 18px;
		z-index: 2;
                border-top: 1px solid rgba(255,255,255,1);

	}
	ul#agendaList  li:nth-child(odd) {
		background: #fff;
                border-top: 1px solid rgba(0,0,0,0.2);
                border-bottom: 1px solid rgba(0,0,0,0.2);

	}


.calendar-date-title, .calendar-summary-title {display: none}
/*FOOTER*/

#footerWrapper {
margin-top: 40px;
border-top: 1px solid #1d3c5b; 
border-bottom: 1px solid #FFF;
background-color: #2d5782;
min-height: 150px;
padding: 20px 0;
}

.copyright {
font-family: 'Cantarell', sans-serif;
font-size: 60%;
text-align: center;
text-shadow:1px 1px 0px #FFF;

}

/*FORMBUILDER*/

.multicontact {}

.multicontact fieldset, .multicontact .captcha, .multicontact .submit {
/*background:-webkit-gradient(linear, 50% 50%, 50% 100%, from(#404040), to(#070707));
background-color: #404040;*/
list-style-type: none;
font-family: 'Cantarell', sans-serif;
font-size: 90%;

width: 450px;

margin: 0 0 0px 0;
padding: 10px 0 ;

display:block;
padding-left: 45px;

border-top: 1px solid #FFF;
border-left: 1px solid #dcdcdc;

border-bottom: 1px solid #dcdcdc;
border-right: 1px solid #FFF;
 

text-decoration: none;
color: #424242;
text-shadow:1px 1px 0px #fff;


-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

}

.multicontact fieldset:first-child {
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;

background: #dcdcdc;
}
.multicontact .captcha {
border-bottom: 0;
}

.multicontact .submit {
border-top: 0;
}
.multicontact textarea {
width: 400px;
}

.multicontact select {
width: 200px;
}

.multicontact label {
width: 400px;
float:left;
}

.multicontact label.labelHeight {
width: 400px;
height: 40px;
float:left;
line-height: 40px;
}

.multicontact input {
width: 400px;
height: 40px;
line-height: 40px;
float:left;
}
.multicontact input.shortInput {
width: 180px;
height: 40px;
line-height: 40px;
font-size: 2em;
float:left;
text-align: right;
}

.multicontact input[type="checkbox"] {
clear: left;
width: 40px;
height: 40px;
line-height: 40px;
float:left;
}
.multicontact input.cms_submit {
float: none;
}
.multicontact .captcha input.cms_textfield {
display:none;
}

/*NEWS PILIER*/


.pilierSummary .NewsSummary {
list-style-type: none;
font-family: 'Cantarell', sans-serif;
font-size: 90%;

width: 450px;

margin: 0 0 0px 0;
padding: 10px 20px 40px 20px;

display:block;

border-top: 1px solid #FFF;
border-left: 1px solid #dcdcdc;

border-bottom: 1px solid #dcdcdc;
border-right: 1px solid #FFF;
 

text-decoration: none;
color: #424242;
text-shadow:1px 1px 0px #fff;


-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;

}

.pilierSummary .NewsSummaryPostdate {
float: none;
display: block;

}

.pilierSummary .NewsSummaryLink {
background: none;
}
.pilierSummary .NewsSummaryLink a {
float: none;
width: 350px;
font-family: 'Cantarell', sans-serif;
font-size: 120%;
text-decoration: none;
color: #404040;
margin-left: 0px;
height: auto;
padding-top: 10px;
text-shadow: 1px 1px 0px white;
line-height: 20px;
}
.pilierSummary .NewsSummaryContent, .pilierSummary .NewsSummarySummary {
display: block;
padding: 0;
font-size: 80%;
height: auto;
overflow: auto;


}

.pilierSummary .NewsSummaryMorelink {
clear: both

}

/*TABS*/

#tabs_wrapper {
    width: 522px;
}
#tabs_container {
width: 522px;
    border-bottom: 1px solid #ccc;
}
#tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font: 0.75em arial;
}
#tabs li {
    display: inline;
}
#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color: #eeeeee;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
    background-color: #dddddd;
    padding: 4px 6px;
}
#tabs li.active a {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
#tabs li.active a:hover {
    background-color: #eeeeee;
    padding: 4px 6px 5px 6px;
    border-bottom: none;
}
 
#tabs li a.icon_accept {
    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
#tabs li a.icon_accept:hover {
    padding-left: 24px;
}
 
#tabs_content_container {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    width: 500px;
}
.tab_content {
    display: none;
}

/*SITEMAP*/

.sitemapCSS ul {
font-size: 14px;
font-family: 'Cantarell', sans-serif;
margin: 10px 0 0 40px;
list-style-type: disc; 
}

.sitemapCSS ul li {
font-size: 14px;
}

.sitemapCSS ul li ul{
font-size: 12px;
color: #424242;
}

.sitemapCSS ul li ul li ul{
font-size: 12px;
color: #dadada;
}

.sitemapCSS ul li ul li ul li{
font-size: 12px;
}

.sitemapCSS ul li ul li ul li ul{
font-size: 10px;
}

.pagination {
float:right;
margin-right: 20px;
font-family: 'Varela Round', sans-serif;
font-size: 11px;
color: #bbb9b1;

}

.pagination a {
text-decoration: none;
border-top: 1px solid #bbb9b1;
border-left: 1px solid #bbb9b1;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;padding: 2px 5px;
color: #bbb9b1;
}

.pagination a:hover {
background-color: rgba(0,0,0,0.1);
border: 1px solid #bbb9b1;

}


/*SLIDE MENU*/
/*
  Menu
*/
/*
  Menu
*/
nav#slide-menu {
  position: fixed;
  top: 0;
  left: -100px;
  bottom: 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 284px;
  height: auto;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/*
nav#slide-menu > ul {
  display: block;
  margin: 40px;
  padding: 0;
  list-style: none;
  opacity: 0.5;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
nav#slide-menu > ul li {
  color: #dfe5eb;
  padding: 6px 0;
  cursor: pointer;
}
nav#slide-menu > ul li:hover {
  color: #59e9df;
}
nav#slide-menu > ul li:before {
  font-family: "ico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  color: #59e9df;
  margin-right: 12px;
  text-align: center;
  font-variant: normal;
  font-size: 0.75em;
  text-transform: none;
  line-height: 1em;
}
nav#slide-menu > ul li.sep {
  margin-top: 7px;
  padding-top: 14px;
  border-top: 1px solid #6b7b8d;
}
nav#slide-menu > ul li.timeline:before {
  content: '\e805';
}
nav#slide-menu > ul li.events:before {
  content: '\e802';
}
nav#slide-menu > ul li.calendar:before {
  content: '\e800';
}
nav#slide-menu > ul li.settings:before {
  content: '\e803';
}
nav#slide-menu > ul li.logout:before {
  content: '\e804';
}
*/
body.menu-active nav#slide-menu {
  left: 0px;
}

body.menu-active nav#slide-menu ul {
  left: 0px;
  opacity: 1;
}

/*
  Content
*/
div#menuFixer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #fcfeff;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -3px 0 6px #4a5562;
  -webkit-box-shadow: -3px 0 6px #4a5562;
  box-shadow: -3px 0 6px #4a5562;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
div#menuFixer div.menu-trigger {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: #dfe5eb;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
div#menuFixer div.menu-trigger:before {
  content: '\e801';
  display: inline-block;
  width: 36px;
  height: 36px;
  color: black;
  font-family: "ico";
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-transform: none;
  line-height: 36px;
}
div#menuFixer div.menu-trigger:hover {
  background: #556270;
}
div#menuFixer div.menu-trigger:hover:before {
  color: #fcfeff;
}

body.menu-active div#menuFixer {
  left: 284px;
  border-radius: 7px 0 0 7px;
}

body.menu-active div#menuFixer .menu-trigger {
  left: 294px;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */


@media only screen and (min-width: 768px) and (max-width: 991px) {
	

}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
			

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
	
	
	
}

.copyright  {
	text-align: center;
	font-size: 70%;
	margin-bottom: 20px;
}
@media (max-width:1280px){
.meteoSocial { display: none;}
.navbar-collapse {position: relative;
	background-color: black;

}
	.row img {
		max-width: 100%;
		height: auto;
	}

}

@media only screen and (min-width: 200px) and (max-width: 1000px) {
	
	.slickdiaporama {
		max-height: 20vh
	}
	
	#hpw_1, #hpw_2, #hpw_3, #hpw_4, #hpw_5, .breadcrumbs, .slickLogo {
		display: none;
	}
	.hpw_txt {
		font-size: 8px;
		width: auto;
	}
		.meteoBG {
/*	background-image: url('../../uploads/site/meteo-bg.png');*/
	background-repeat: no-repeat;
	background-position: 81px 35px;
	background-size: 85% auto;
	padding: 5px 0px 0px 5px;
	width:90%;
	position:absolute;
	/*background-color: rgba(0,0,0,0.2);*/
	z-index: 9999;
	
	font-family: 'Cantarell', sans-serif;
    color: #FFF;
    text-shadow:-1px -1px 0px #203858;
	}
	#hpw_0 .hpw_date_exp, #hpw_0 .hpw_txt {
		display: none;
		
	}
#hpw_0 {
width: 100%;
}
#hpw_img_0 {
	width: 150px !important;
	height: 20vh !important;
}
.hpw_temp_0 {
	left: 140px !important;
}
#hpw_0 .hpw_date_exp {
	left: 180px !important;
}
#hpw_0 .hpw_txt {
	left: 180px !important;
top: 55px !important;
}
.pginsImageComment {
	height: 50px;
}
.logoContainer {
text-align: center;
}
.logoContainer img {
width: 60%;
height: auto;
}
.navbar-nav, .navbar-collapse {
z-index:1000;
}
}

.CompanySummaryPictureConseil {
float: left;
margin-right: 20px;
}
/* cmsms stylesheet: home2014--layer-slider modified: lundi 10 avril 2017 10:35:50 */
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(blank.gif);
}

.ls-slide > a > * {
	background-image: url(blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}

h3.ls-l span {
	margin-top: 10px !important;
		background-color: rgba(0,0,0,0.35) !important;
		padding: 3px 6px !important;
}

/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}
/* cmsms stylesheet: home2014--meteo modified: lundi 10 avril 2017 10:35:50 */
@import url("big.css");

#hpw {
   margin: 7px 10px 10px 20px;
   width: 800px;
   }
   
   #hpw span {
   margin: 0;
   padding: 0;
   
   }
   
#hpw_0 {
width: 450px;
height: 100px;
   float: left;
   }
   
 #hpw_1, #hpw_2, #hpw_3, #hpw_4, #hpw_5, #hpw_6 {
width: 50px;
height: 100px;
   float: left;
   margin: 0 10px;
   }

#hpw_0 .hpw_date_long,#hpw_0 .hpw_comma {

display:none}

p.hpw_subtitle {
display: none;
   clear: left;
   font-size: 1.3em;
   font-weight: bold;
   padding: 20px 0px 10px 0px;
   }

#hpw_0 .hpw_date_short {
display: none;
}

.hpw_date_short {
display:block;
width: 70px;
height: 20px;
padding: 0;
margin: 0 40px 0 0;
   }

.hpw_date_long {
   clear: both;
   display: none;
   float: left;
   width: 40px;
   text-align: center;
   font-weight: bold;
   padding: 0px 0px 5px 0px;
   }

.hpw_comma {
   display: none;
   float: left;
   font-weight: bold;
   }

.hpw_date_exp {
   display: none;
   font-weight: bold;
   margin-bottom: 5px;
   }

#hpw_0 .hpw_date_exp {
position: absolute;
left: 280px;
top: 40px;
padding-left: 5px;
   display: inline;
   font-weight: bold;
   margin-bottom: 5px;
   font-size: 80%;
   }
   
.hpw_date_num {
   display: none;
   }

#hpw_img_0 {

position: absolute;
top:-10px;
left: -10px;
   background-position: 50%;
   background-repeat: no-repeat;
   border: 0px solid #D0D0D0;
   display: block;
   float: left;
   height: 150px;
   margin: 0px 5px 15px 0px;
   width: 260px;
   }



#hpw_img_1, #hpw_img_2, #hpw_img_3, #hpw_img_4, #hpw_img_5, #hpw_img_6 {
   background-position: 100%;
   background-repeat: no-repeat;
   background-size: 100%;
   border: 0px solid #D0D0D0;
   display: block;
   float: left;
   height: 24px;
   margin: 0px 25px 0px 0px !important;
   width: 40px;
   }


.hpw_txt {
   display: none;
   }
#hpw_0 .hpw_txt {

position: absolute;
left: 280px;
top: 55px;
width: 220px;
line-height: 100%;
padding-left: 5px;
padding-top: 5px;
   display: block;
   font-size: 80%;
   }
   
.hpw_temp_0 {
padding-top: 5px;
padding-right: 10px !important;
position: absolute;
left: 240px;
top: 47px;
font-size: 150%;
float: left;
   display: inline;
   }

.hpw_temp_min {
font-size: 70%;
   display: block;
   float: left;
   }

.hpw_temp_delim {
font-size: 70%;

   display: block;
   float: left;
   padding: 0px 5px 0px 5px;
   }

.hpw_temp_max {
font-size: 70%;

   display: block;
   }

p.hpw_copy {display:none;
   clear: left;
   }

p.hpw_copy a {
   }

#modul2-1,
#modul2-2,
#modul3a-1,
#modul3a-2,
#modul3b-1 {
    display: none;
    }

@media (max-width: 1000px) {
#hpw_0 .hpw_txt {

position: absolute;
left: 280px;
top: 35px;
width: auto;
line-height: 100%;
padding-left: 5px;
padding-top: 5px;
   display: block;
   font-size: 80%;
   }
   #hpw_0 {
width: auto;
height: 100px;
   float: left;
   }
   #hpw {
   margin: 7px 10px 10px 20px;
   width: auto;
   }
   .whenSmallHide {display: none;}
}



.hpw_img_code_1 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/1.png");
   }

.hpw_img_code_2 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/2.png");
   }

.hpw_img_code_3 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/3.png");
   }

.hpw_img_code_4 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/4.png");
   }

.hpw_img_code_5 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/5.png");
   }

.hpw_img_code_6 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/6.png");
   }

.hpw_img_code_7 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/7.png");
   }

.hpw_img_code_8 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/8.png");
   }

.hpw_img_code_9 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/9.png");
   }

.hpw_img_code_10 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/10.png");
   }

.hpw_img_code_11 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/11.png");
   }

.hpw_img_code_12 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/12.png");
   }

.hpw_img_code_13 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/13.png");
   }

.hpw_img_code_14 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/14.png");
   }

.hpw_img_code_15 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/15.png");
   }

.hpw_img_code_16 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/16.png");
   }

.hpw_img_code_17 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/17.png");
   }

.hpw_img_code_18 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/18.png");
   }

.hpw_img_code_19 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/19.png");
   }

.hpw_img_code_20 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/20.png");
   }

.hpw_img_code_21 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/21.png");
   }

.hpw_img_code_22 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/22.png");
   }

.hpw_img_code_23 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/23.png");
   }

.hpw_img_code_24 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/24.png");
   }

.hpw_img_code_25 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/25.png");
   }

.hpw_img_code_26 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/26.png");
   }

.hpw_img_code_27 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/27.png");
   }

.hpw_img_code_28 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/28.png");
   }

.hpw_img_code_51 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/51.png");
   }

.hpw_img_code_52 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/52.png");
   }

.hpw_img_code_53 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/53.png");
   }

.hpw_img_code_54 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/54.png");
   }

.hpw_img_code_55 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/55.png");
   }

.hpw_img_code_56 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/56.png");
   }

.hpw_img_code_57 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/57.png");
   }

.hpw_img_code_58 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/58.png");
   }

.hpw_img_code_59 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/59.png");
   }

.hpw_img_code_60 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/60.png");
   }

.hpw_img_code_61 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/61.png");
   }

.hpw_img_code_62 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/62.png");
   }

.hpw_img_code_63 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/63.png");
   }

.hpw_img_code_64 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/64.png");
   }

.hpw_img_code_65 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/65.png");
   }

.hpw_img_code_66 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/66.png");
   }

.hpw_img_code_67 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/67.png");
   }

.hpw_img_code_68 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/68.png");
   }

.hpw_img_code_69 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/69.png");
   }

.hpw_img_code_70 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/70.png");
   }

.hpw_img_code_71 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/71.png");
   }

.hpw_img_code_72 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/72.png");
   }

.hpw_img_code_73 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/73.png");
   }

.hpw_img_code_74 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/74.png");
   }

.hpw_img_code_75 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/75.png");
   }

.hpw_img_code_76 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/76.png");
   }

.hpw_img_code_77 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/77.png");
   }

.hpw_img_code_78 {
   background-image: url("https://prangins.pixdev.ch/meteo/images/big/78.png");
   }
