/* CSS Document */
@font-face {
	font-family: 'Agency';
	src: url('../fonts/AGENCYR.eot');
	src: local('☺'), 
		url('../fonts/AGENCYR.eot#iefix') format('embedded-opentype'),
		url('../fonts/AGENCYR.woff') format('woff'), 
		url('../fonts/AGENCYR.ttf') format('truetype'), 
		url('../fonts/AGENCYR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Agency';
	src: url('../fonts/AGENCYB.eot');
	src: local('☺'), 
		url('../fonts/AGENCYB.eot#iefix') format('embedded-opentype'),
		url('../fonts/AGENCYB.woff') format('woff'), 
		url('../fonts/AGENCYB.ttf') format('truetype'), 
		url('../fonts/AGENCYB.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
.debug {
	padding:10px;
	position:fixed;
	top:20px;
	left:20px;
	z-index:9999;
	background-color:#ccc;
	color:#000;
}

* {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
}

a, a:hover, a:active, a:visited {
	text-decoration:none;
}

html, body {
	height:100%;
	font-size:18px;
	font-family:'Agency';
	overflow: hidden;
}
.lienla5e:hover {
	color:#C00;
}

body #page .hideme {
	visibility:hidden;
	display:none;
	opacity:0;
}
body #page .is-playing, body #page .is-paused {
	background-image:none;
}

#loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:999999;
}

body {
	position:relative;
}

img {
	border:none;
}

.red {
	color: #af101d;
}

.red-btn {
	font-family: 'Agency';
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #af101d;
	border: 1px solid #af101d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.red-btn:hover {
	color: #af101d;
	background-color: #ffffff;
}

.wrapper {
	position:relative;
	display:block;
	clear:both;
}
.wrapper:after {
	display:block;
	content:'';
	clear:both;
}

#loadingMask {
	height:100%;
	width:100%;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index:9999;
	background-color:#000;
}
.loadingLogo {
	position:relative;
	top:40%;
	height:25%;
	text-align:center;
}
.loadingLogo img {
	width:auto;
	height:100%;
	position:relative;
	left:4px;
}
.loadingText {
	position:relative;
	top:45%;
	text-align:center;
	color:#fff;
}

#menu {
	position:fixed;
	left:5px;
	top:30%;
	z-index: 999;
	width:200px;
	display:none;
	margin-bottom:0;
}
#menu li {
	display:inline-block;
	width:150px;
	margin-bottom:0;
}
#menu li a {
	border:1px solid #d4d4d4;
	background-color:#af101d;
	color:#fff;
	padding:2px 3px;
	font-size:12px;
	margin-bottom:2px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*background-image:url('../images/menu-radio-off.png');*/
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 10px 10px;
	cursor:pointer;
	display:inline-block;
	width:10px;
	overflow:hidden;
}
#menu li a:hover, #menu li a.on {
	background-image:url('../images/menu-radio-on.png');
}
#menu li a.on {
	width:120px;
}
#menu li a span {
	padding-left:22px;
	white-space:nowrap;
}

/***** CONTENT ******/

#page {
	position:relative;
	/*height:100%;*/
}

#main {
	/*height:100%;*/
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	background-color:#919191;
}

#main p {
	font-family: 'Open Sans', sans-serif;
}

#empty {
	height:35000px;
}

#content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#content .floatleft {
	float:left;
	width:49%;
}

#content .floatright {
	float:left;
	width:49%;
}

#content .left {
	position:absolute;
	width:50%;
	top:0;
	left:0;
}

/*#content .right .section img {
	float:left;
}

#content .left .section img {
	float:right;
}*/
#content .section img.fluid {
	width:100%;
	height:auto;
}
body.portrait #content .section img.fluid {
	height:100%;
	width:auto;
}
#content .section img {
	position:relative;
	z-index:1;
}
#content .section h1 {
	position:relative;
	height:18%;
}
#content .section h1.intro {
	height:25%;
}
#content .section .section-content {
	position:absolute;
	z-index:10;
	height:100%;
	width:100%;
	top:40%;
}
#content .black {
	background-color:#000;
	color:#fff;
}
#content .white {
	background-color:#fff;
	color:#000;
}
#content .section .top, #content .section .bottom {
	position:relative;
	width:100%;
	height:50%;
	overflow:hidden;
}
#content .left .section h1 img {
	float:right;
}
#content .right .section h1 img {
	float:left;
}
#content .section h1 img {
	width:auto;
	height:100%;
}

#page #content .logo, #page #content .page-content {
	text-align: center;
}

#page #content .logo img, #page #content .page-content img {
	height:100%;
	float:none;
}
#page #content .section h2 {
	position:relative;
	font-family:'Agency';
	margin-top:8.5%;
	text-transform:uppercase;
	font-size:2.8em;
	font-weight:normal;
}
#page #content .left .logo h2 {
	margin-top:5%;
}
#page #content .section h3 {
	position:relative;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	font-size:1em;
	margin-bottom:12px;
	text-align: center;
}
#page #content .section h4 {
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	line-height:2em;
}
#page #content .section p {
	margin-bottom: 1.5em;
	font-size:0.7em;
	line-height:1.5em;
	letter-spacing:0.05em;
	text-align:justify;
}
#page #content .note .bottom p {
	position:absolute;
}
#page #content .section .navigation {
	position:absolute;
	z-index:5;
	bottom:0;
	width:100%;
	background-color:inherit;
	padding-bottom:5%;
	padding-top:10px;
	height:9px;
	text-align:center;
}
#page #content .section .navigation div {
	background-image:url(../images/dot-off.png);
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	top: -6px;
	position: relative;
	display:inline-block;
	height:9px;
	width:9px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	font-size:22px;
	line-height:11px;
	cursor:pointer;
	color:#fff;
}
#page #content .black .navigation div.on, #page #content .black .navigation div:hover {
	background-image:url(../images/dot-on.png);
}

#content .right {
	position:absolute;
	width:50%;
	top:0;
	right:0;
}

#content .volume .bottom .wrapper {
	width:60%;
	margin:auto;
}
#content .volume .bottom .wrapper h4 {
	text-align:left;
}
#content .volume .bottom .wrapper h5 {
	text-align:left;
	font-weight:normal;
}

#content .right .section {
	text-align:left;
}

.section {
	position:relative;
	width:100%;
	overflow:hidden;
}

/******* NEW ACCOLADE *******/

.section .content-wrapper {
	width: 100%;
	margin: auto;
	height: 100%;
	overflow: hidden;
}

#page .section .overlapping {
	position: relative;
	left: -5%;
	width: 110%;
	overflow:auto;
}

.section .content {
	width: 60%;
	margin: auto;
	margin-top: 5%;
}

.slideshow ul {
	display: none;
}

#page #content .section .content h2 {
	text-align: center;
	margin-bottom: 5%;
}
#page #content .section .content img + h2 {
	margin-top: 0;
}

.slideshow {
	background-size:100% 100%;
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

/*** RESTAURANT ***/
.restaurant {
	background: url('../img/pages/p-restaurant-r.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}

#slideshow-restaurant {
	background-image: url('../img/pages/p-restaurant-l-0.jpg');
}

.restaurant .logo-restaurant {
	margin: auto;
	display: block;
	margin: 5% auto;
	width: 35%;
}

/*** CHEF ***/
.chef {
	background: url('../img/pages/p-chef-l.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}

#slideshow-chef {
	background-image: url('../img/pages/p-chef-r-0.jpg');
}
.chef .wrapper {
	margin:auto;
	margin-bottom: 2.8em;
	text-align:center;
	width:260px;
}
#content .chef .wrapper img {
	float:left;
	margin-right:10px;
}
.chef .wrapper span {
	font-family: 'Agency';
	padding: 0px 10px;
	font-size: 20px;
	line-height:42px;
	padding-top: 3px;
	/*font-weight: bold;*/
}
.chef .wrapper a {
	padding: 8px 30px;
}

/*** CARTE ***/
#slideshow-carte {
	background-image: url('../img/pages/p-carte-l-0.jpg');
}
.carte {
	background: url('../img/pages/p-carte-r.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}
.carte div {
	margin: 0 10%;
	margin-bottom: 2.8em;
	text-align: center;
}
.carte div span {
	font-family: 'Agency';
	padding: 0px 10px;
	font-size: 20px;
	line-height:42px;
	padding-top: 3px;
	/*font-weight: bold;*/
}
.carte div a {
	padding: 8px 50px;
}

/*** VINS ***/
#slideshow-vins {
	background-image: url('../img/pages/p-vins-r-0.jpg');
}
.vins {
	background: url('../img/pages/p-vins-l.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}
.vins div {
	/*margin: 0 10%;*/
	margin-bottom: 2.8em;
	text-align: center;
}
.vins div span {
	display:inline-block;
	font-family: 'Agency';
	padding: 0px 10px;
	font-size: 20px;
	/*line-height:42px;*/
	padding-top: 3px;
	/*font-weight: bold;*/
	margin-bottom:15px;
}
.vins div a {
	padding: 8px 30px;
}

/*** PRODUCTEURS ***/

.producteurs {
	background: url('../img/pages/p-carte-r.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}
#slideshow-producteurs {
	background-image: url('../img/pages/p-prods-l-0.jpg');
}

/*** ACTUS ***/

.actus {
	background: url('http://www.laccolade.fr/wp-content/themes/laccolade/img/pages/p-carte-l.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}

.actu {
	background: url('../img/picto-actu.png') no-repeat 0px 5px;
	margin-bottom:15px;
	margin-left:5%;
	margin-right:5%;
}

#page #content .actu h3 {
	margin-left:25px;
	height:27px;
	line-height:27px;
	font-size:16px;
	font-family:'Open Sans';
	border-bottom:2px solid #cc7b94;
	margin-bottom:8px;
	text-align:left;
}
#page #content .actu p {
	text-align:left;
	font-family:'Open Sans';
	font-size:12px;
	line-height:18px;
	padding-left:25px;
}
.actus .social {
	text-align:center;
	margin-top:25px;
	margin-bottom:20px;
}
.actus .social .red-btn {
	padding:5px 10px;
	margin-top:10px;
}

/**** CONTACT/RESA *****/
@media (max-width:1200px){
.btn_resa iframe{
	max-width:80%;
	}
.btn_resa >div>div,
.btn_resa >div{
 	width:520px !important;
 	margin:0 auto;
	}
.btn_resa{
	margin-left:0 !important;
	}
 }
.btn_resa{
	margin-left:90px;
}
.section-cours {
	background-color: white;
}

.cours-cuisine {
	position: absolute;
	width: 80%;
    top: 50%;
    left: 50%;
    text-align: center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cours-cuisine .red-btn {
	padding: 5px 20px;
}

.cours-cuisine iframe {
	min-height: 450px !important;
}

.contact {
	background: url('../img/pages/p-resa-r.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}
.contact strong {
	font-weight:700;
}
#page #content .contact .content {
	width: 80%;
}
#page #content .contact h2 {
	text-transform: none;
}
#page #content .contact h3 {
	margin-bottom: 5%;
}
#page #content .contact p {
	font-weight: 600;
	text-align:center;
	margin-bottom: 2em;
}

#page #content .contact .warning {
	width: 300px;
	margin: auto;
	border: 1px solid #af101d;
	color: #af101d;
	padding: 8px 30px 12px 30px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	margin-bottom: 25px; 
}

#page #content .contact #datepickerBtn {
	cursor: pointer;
	/*vertical-align: text-bottom;
	position: relative;
	top: 3px;*/
	font-family: 'Open Sans';
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #af101d;
	vertical-align:bottom;
	height:25px;
	line-height:25px;
	text-align:center;
	background-color:#af101d;
	width:171px;
	/*background: url(../img/picto-calendrier.png) no-repeat 15px center #af101d;*/
}
#page #content .contact #datepickerBtn img {
	margin-right:10px;
	vertical-align:sub;
}
#page #content .contact form {
	margin-bottom:30px;
}
form label {
	display:inline-block;
	width:20%;
	font-size:1.6em;
	margin-right:5px;
	text-align:right;
	font-family: 'Agency';
}
form div {
	text-align:left;
	width:100%;
	margin:auto;
	margin-bottom:10px;
	font-size: 12px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
}
form div strong {
	display: inline-block;
	width: 40%;
	vertical-align:middle;
}
form input {
	width:180px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #a1a1a1;
	height:25px;
	line-height:25px;
	font-size:1em;
	margin-right: 10px;
}
/*form input#nom {
	width: 380px;
}*/
form input#date {
	width: 200px;
	margin-right: 7px;
}
.ui-datepicker {
	border: 1px solid #a1a1a1;
	border-radius: initial;
}
.ui-datepicker-header {
	background-color: #af101d;
	border: none;
	border-radius: initial;
	font-family: 'Open Sans';
	font-size: 16px;
}
.ui-datepicker-header .ui-state-hover {
	border: none;
	background: transparent;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span {
	margin-top: -10px;
}
.ui-datepicker-prev .ui-icon {
	background: url('../img/picto-prev.png') no-repeat;
	width: 15px;
	height: 22px;
}
.ui-datepicker .ui-datepicker-next span {
	margin-top: -10px;
}
.ui-datepicker-next .ui-icon {
	background: url('../img/picto-next.png') no-repeat;
	width: 15px;
	height: 22px;
}
.ui-datepicker-calendar {
	font-family: 'Open Sans', sans-serif;

}
.ui-datepicker th {
	font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	color: #000;
	font-size: 14px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color: #af101d;
	color: #fff;
	border: none;
}
form textarea {
	width:380px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #a1a1a1;
	font-size:1em;
	height:80px;
	vertical-align:top;
	resize: none;
}
form #submitButton {
	cursor: pointer;
	padding: 4px 30px;
	margin-right: 15px;
}
form div #submitButton.sending {
	background-color:#ccc;
	cursor:default;
}
form .validForm, form .err {
	display:none;
	margin-left: 20%;
	padding-left: 5px;
	margin-top: 10px;
	font-size: 11px;
}
form .err {
	color: #f00;
}

/*** LIEU ***/

.lieu {
	background: url('../img/pages/p-chef-l.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
}
#page #content .lieu .content {
	width: 80%;
	text-align: center;
	/*height: 100%;*/
}
#page #content .lieu .content iframe {
	margin: auto;
	display:block;
	width: 80%;
	height: 40%;
	margin-bottom: 20px;
	margin-top: 40px;
}
#page #content .lieu h2 {
	text-transform: none;
}
#page #content .lieu h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}
#page #content .lieu p {
	font-weight: 600;
	text-align:center;
	margin-bottom: 14px;
}
#page #content .lieu p strong {
	font-family: 'Agency';
	font-size: 18px;
	font-weight:normal;
}
#page #content .lieu .red-btn {
	padding: 5px 50px;
	color: #ffffff;
}
#page #content .lieu .red-btn:hover {
	color: #000000;
}


/****** CREDITS ********/

.credits {
	background: url('../img/pages/p-credits-l.jpg') no-repeat 100% 100%;
	background-position: center;
	background-size: cover;
	text-align:right;
}
#content .left .credits img {
	float:none;
}
#page #content .credits .content {
	width: 80%;
}
#page #content .credits img.logo-noir {
	margin-bottom: 20px;
}
#page #content .credits .content h2 {
	text-align: right;
}
#page #content .credits p {
	font-family: 'Agency';
	text-align:right;
	position:relative;
	margin-right:0;
	font-size:1.1em;
	letter-spacing:normal;
	margin-bottom:3%;
}
#page #content .credits a {
	font-size:1.1em;
}
#page #content .credits p img {
	margin-bottom:8px;
}
#page #content .credits h3 {
	font-size:2em;
	margin-top:8%;
	font-weight:normal;
}

/**** FOOTER et NAV ********/

#footer {
	display:none;
	text-align:center;
	width:100%;
	z-index:99;
	position:fixed;
	bottom:12px;
	font-size:14px;
	color:#fff;
	font-family:'Agency';
	text-transform:uppercase;
}
#footer a img {
	vertical-align:-5px;
	margin-left:6px;
}

#navTop, #navBottom, #navHint {
	display:block;
	position:fixed;
	z-index:999;
	text-align: center;
}
#navTop {
	top:45px;
	left:50%;
	width: 40px;
}
#navBottom {
	bottom:45px;
	left:50%;
	width: 40px;
}
#navHint {
	font-family:'Agency';
	text-align:center;
	bottom:90px;
	left: 50%;
	width: 200px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
#navTopBtn, #navBottomBtn {
	cursor:pointer;
}
#logoComplet {
	position:fixed;
	top:30%;
	height:25%;
	width:100%;
	text-align:center;
	z-index:998;
}
#logoComplet img {
	width:auto;
	height:100%;
	position:relative;
	left:4px;
	-webkit-box-shadow: 0 0 10px 0 #000000;
	box-shadow: 0 0 10px 0 #000000;
}
#logoComplet .pushactu {
	background-color:#af101d;
	text-align:center;
	margin:auto;
	padding-bottom:17px;
	padding-top:25px;
	position:absolute;
	left:50%;
	top:0;
	cursor:pointer;
}
#logoComplet .pushactu h2 {
	margin-bottom:10px;
	font-family:'Open Sans';
	font-size:13px;
	font-weight:600;
	color:#fff;
	height:26px;
	line-height:26px;
	border-bottom:1px solid #fff;
	padding:0px 10px;
	text-transform: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:15px;
	margin-right:15px;
}
#logoComplet .pushactu h2:hover {
	margin-left:10px;
	margin-right:10px;
}
#logoComplet .pushactu h3 {
	font-family:'Open Sans';
	font-size:16px;
	color:#ffffff;
	line-height:22px;
	font-weight:300;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
}
#logoComplet .pushactu span {
	font-family:'Open Sans';
	text-transform:none;
	font-style:italic;
	font-weight:300;
	padding:7px;
	background-color:#da1323;
	border: 1px solid #da1323;
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
	cursor:pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#logoComplet .pushactu span:hover {
	color: #af101d;
	background-color: #ffffff;
}

/*.repetition .bottom .slidefade {
	background-image:url(../images/section-show-bottom-2.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}
.note .bottom .slidefadenote {
	background-image:url(../images/slideshow/slide2.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}*/

/* FLOWPLAYER
*************/
#main .fp-embed {
	display:none;
}

@media (max-height: 740px) {
	
	#page #content .section h2 {
		font-size:2em;
	}
	#page #content .section h3 {
		font-size:1em;
		margin-bottom:12px;
	}
	#page #content .section h4 {
		font-size:1em;
		line-height:1.5em;
	}
	#page #content .section p {
		font-size:0.6em;
		line-height:1.5em;
	}
	
	form div {
		/*text-align:left;*/
		width:100%;
		margin:auto;
		margin-bottom:6px;
		font-size:0.6em;
	}
	form label {
		/*display:inline-block;
		width:20%;
		height:18px;*/
		line-height:18px;
		font-size:1.3em;
		/*margin-right:5px;
		text-align:right;*/
	}
	#page #content .contact form input {
		/*width:65%;
		padding-left:5px;
		padding-right:5px;
		border:1px solid #a1a1a1;
		height:18px;
		line-height:18px;
		height:24px;
		line-height:24px;*/
		width:300px;
		font-size:0.8em;
	}
	#page #content .contact form #heure, 
	#page #content .contact form #telephone, 
	#page #content .contact form #nbpers {
		width:140px;
	}
	#page #content .contact form textarea {
		/*width:65%;
		padding-left:5px;
		padding-right:5px;
		border:1px solid #a1a1a1;
		height:60px;
		vertical-align:top;
		resize: none;*/
		width:300px;
		font-size:0.8em;
	}
	form #submitButton {
		font-size:1.1em;
	}
	form div #submitButton.sending {
		background-color:#ccc;
		cursor:default;
	}
	form .validForm, form .err {
		display:none;
		padding-left: 20px;
		font-size: 12px;
	}
	form .err {
		color: #f00;
	}
	#page #content .contact #datepickerBtn {
		/*width: 28%;*/
		font-size:1em;
		width:129px;
		/*position: relative;
		top: 6px;
		height:24px;
		width:auto;*/
	}
	
	#page #content .contact form input#date {
		width:162px;
	}
	
	#page #content .credits p, #page #content .credits a {
		font-size:1em;
	}
	
}

@media (orientation:landscape) {
	.touch #logoComplet {
		top:25%;
	}
	.touch #logoComplet .pushactu {
		padding-top:2.8vh;
		padding-bottom:2.6vh;
	}
	.touch #logoComplet .pushactu h2 {
		margin-bottom: 1vh;
		font-size: 1.7vh;
		line-height:1.8vh;
		height:3.4vh;
	}
	.touch #logoComplet .pushactu h3 {
		font-size:1.8vh;
		line-height:2.4vh;
		margin-bottom:1.4vh;
	}
	.touch #logoComplet .pushactu span {
		font-size:1.5vh;
	}
	
	.touch #page #content .section h3 {
		font-size:0.8em;
		margin-bottom:12px;
	}
}