/* CSS Document */



/*------------------------------------------------------*/

*{
	margin:0;
	padding:0;	
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent; 
	
	/*
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	*/
	
	
	/*-webkit-transform: translate3d(0,0,0);*/

}



@viewport {
	width: auto, device-width !important;
	zoom:1 !important;
	min-zoom:1 !important;
	max-zoom:1 !important;
} 


html{
	height:100%;
	
    overflow: hidden;
}

body{

	height:100%;
	min-height:100%;
	
	min-width:320px;

    font-family:'GothamRounded', Arial, sans-serif;
	
	text-align:center;	
	position:relative;
	
	
	font-size:12px;
	line-height:normal;
    
    font-size: 20px;
    line-height: 26px;

	
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	
    background:#FFF url("../_img/body_bg.png?v2") no-repeat center center;
    background-size:cover;
	color: #000;

	
	/*overflow-x:hidden;
	overflow-y:auto;*/
 overflow: hidden;
	
	opacity:0;
  
}


body.loaded{
	opacity:1;	
}

/*
body.mobile{
	overflow-x:hidden;
	overflow-y:auto;
	
}*/

html.popinVisible body.res_640{
	overflow:hidden;	
}



/*--- REAL SIZE CHECKER ----*/


#current_size_checker_tl{
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_tr{
	position:fixed;
	z-index:0;
	top:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
}

#current_size_checker_bl{
	position:fixed;
	z-index:0;
	bottom:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_br{
	position:fixed;
	z-index:0;
	bottom:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
	
}



.clear{
	float:none; 
	clear:both;
	height:0;
	line-height:0;
	font-size:0.0001em;
	overflow:hidden;
	display:block;
}

#cache,
.cache{
	height:0;
	width:0;
	overflow:hidden;
	line-height:0.000001em;
	font-size:0.000001em;	
}

img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;		
}

a img{
	border:none;	
}

li{
	list-style:none none outside;	
}


*:focus {
    outline: none;
}

input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

input[type='checkbox']{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.hidden{
	display:none !important;
}

img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
}

*:focus {
    outline: none;
}

input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

.verticalAlign{

	position:absolute;
	top:50%;	
	left:0;
	width:100%;
	-moz-transform:    translateY(-50%);
    -o-transform:      translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform:         translateY(-50%);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0,
            M21=0,
            M22=1,
            SizingMethod='auto expand');
   
   

}

/*--------------------------------------------------------*/


#root{
    margin: auto;
    max-width: 1440px;
    min-width: 1200px;
    min-height: 650px;

    position:relative;
    /*background:rgba(255,0,4,0.1);*/
}

#menus{
    left:0;
    width: 330px;
    overflow: visible;
}


#sns{
    width:290px !important;
    right:40px;
    left: auto !important;
    

}

.ynsectLinkTitle{
    font-family: 'YanoneKaffeesatz';
    font-weight: bold;
    color:#007380;
    text-align: center;
    font-size: 44px;
    line-height: 50px;
    text-shadow: 2px 2px 2px rgba(0,115,128,0.52);
    margin-bottom: 6px;
    clear: both;
    letter-spacing: -0.2px;
}

a.ynsectLink:link,
a.ynsectLink:visited{
    font-family: 'MontserratMedium';
    display:block;
    text-align: center;
    background:#007380;
    color:#FFF;
    font-size: 29px;
    text-decoration: none;
    padding: 23px 0;
}

a.ynsectLink.hover{
    background-color:#4c8b33;
}

#snsLogo{
    position:relative;
    text-align: center;
}

#snsLogo a:link,
#snsLogo a:visited{
    display: inline-block;
    vertical-align:middle;
    text-decoration: none;
}

#snsLogo a.sns_instagram{
    background:url("../_img/logo_instagram.png") no-repeat center center;
    background-size: contain;
    width:54px;
    height:54px;
    float:left;
}

#snsLogo a.sns_youtube{
    background: url("../_img/logo_youtube.png") no-repeat center center;
    background-size: contain;
    width:76px;
    height:53px;
}

#snsLogo a.sns_facebook{
    background: url("../_img/logo_facebook.png") no-repeat center center;
    background-size: contain;
    width:53px;
    height:53px;
    float:right;
}

#snsLogo a.sns_linkedin{
    background: url("../_img/logo_linkedin2.png") no-repeat center center;
    background-size: contain;
    width:53px;
    height:53px;
    float:right;
}

.snsFlow{
    background: #007380;
    margin-bottom: 13px;
    padding:7px 16px 18px 16px;

}

.snsFlow .ctn{
    background:#FFF;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 104px;
    padding: 5px;
}

#facebook{
    height:405px;
}

#twitter .ctn{
    max-height: 147px;
}
#linkedin .ctn{
    max-height: 285px;
}

.snsFlow a.logo:link,
.snsFlow a.logo:visited{
    display:block;
    text-decoration: none;
    height:38px;
    margin-bottom: 5px;
}

#linkedin a.logo{
    background: url("../_img/logo_linkedin.png") no-repeat center center;
    background-size: auto 38px;
}

#twitter a.logo{
    background: url("../_img/logo_twitter.png") no-repeat center center;
    background-size: auto 35px;
}

#tweetsCache{
    width:0;
    height:0;
    overflow: hidden;
    display: none;
}



.actu_twitter:after{	content:"";	line-height:1px; display:block;	height:1px;	width: 260px; border-bottom: 1px solid #e6e6e6; margin:18px 0 18px 0;}
.actu_twitter{
	font-size:12px; color:#3c4144;
	

}
.logo_twit{
	margin-right:12px; display:inline-block; vertical-align:top; width:30px;

}
.logo_twit img{border: solid 1px #dfdfdf;}
.nom_twit{color:#3c4144;  display:inline-block; vertical-align:middle; }
.nom_twit a{color:#8c9093; text-decoration:none;}
.fil_twitter span{color:#8c9093;  display:inline-block; vertical-align:middle; font-size:8px;}
.date_twit{color:#8c9093;  display:inline-block; vertical-align:middle;}
.texte_twit{color:#3c4144;display:inline-block; vertical-align:top; }
.texte_twit a{color:#55acee; text-decoration:none;}
.cta_twitter{ margin:34px auto 14px; vertical-align:middle; text-align:center;}
.cta_twitter:hover{opacity:0.6; filter: alpha(opacity=60);}

.accName{
    font-weight: bold;
    color:#007380 !important;
}
.twitHead{
    margin-bottom: 5px;
}

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

.menu{
    position:relative;
    text-align: left;
    display:block;
}

.menu li{
    position:relative;
    display:block;
    margin: 0;
}

.menu li a:link,
.menu li a:visited{
    display:block;
    text-decoration: none;
    color:#FFF;
    background: #fdc652;
    
    font-family: 'YanoneKaffeesatz';
    font-weight: bold;
    
    font-size: 30px;
    line-height: 32px;
    
    padding:8px 10px 8px 20px;
}

.menu li:nth-child(even)  a:link,
.menu li:nth-child(even) a:visited{
    background:#f6b223;
}

.menu li a .arrow{
    right:10px;
    left: auto;
    width:30px;
    height: 30px;
    overflow: hidden;
    background-image: url("../_img/arrow1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px auto;
}

.menu li a .arrow.icon{
    /*background-color: #FFF;*/
    background-size: contain;
    
    border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

#menu1{
    margin-bottom: 15px;
}
#menu2{
    margin-bottom: 15px;
}

#menu2.menu li a:link,
#menu2.menu li a:visited{
    background-color:#4c8b33;
}
#menu2.menu li:nth-child(even)  a:link,
#menu2.menu li:nth-child(even) a:visited{
    background:#66a64c;
}

#menu3.menu li a:link,
#menu3.menu li a:visited{
    background-color:#007380;
}
#menu3.menu li:nth-child(even)  a:link,
#menu3.menu li:nth-child(even) a:visited{
    background:#1e8e9b;
}

.menu li a.hover{
    margin-left: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    z-index: 100;
}


#centerColumn{
    margin: auto;
    width:538px;
    
}

#infoDuMois{
    background: url("../_img/infoDuMois.png") no-repeat center top;
    background-size: 538px auto;
    padding-top: 64px;
    margin-bottom: 5px;
    
}

#infoDuMois .info_du_mois{
    text-align:left;
    background:#FFF url("../_img/info_du_mois_logo.png") no-repeat right bottom;
    background-size: 52px auto;
    padding:25px 83px 30px 55px;
    font-family: 'Montserrat';
    font-size: 28px;
    line-height: 34px;
}

#infoDuMois .info_du_mois .chiffreCle{
    font-family: 'YanoneKaffeesatz';
    font-weight: bold;
    float: left;
    margin-right: 20px;
    font-size: 72px;
    line-height:75px;
    margin-top: -6px;
    color:#4c8b33;
}

#bigIllu{
    background:#4c8b33;
    padding:12px;
    margin-bottom: 25px;
}

#bigIllu .img{
    height:340px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a#wally:link,
a#wally:visited{
    display:block;
    text-decoration: none;
    font-family: 'YanoneKaffeesatz';
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color:#007380;
    background: #FFF;
    background-image: url("../_img/logo_steeple.png");
    background-repeat: no-repeat;
    background-size: auto 104px;
    background-position: right 9px center;
    
    padding:17px 165px 17px 10px;
}

a#wally:link .y,
a#wally:visited .y{
    color:#f6b223;
}

a#wally.hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}