html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirNext';
	src: url('fonts/fontscore.eot');
}

@font-face {
	font-family: 'AvenirNext';
	src: url('fonts/fontscore.woff') format('woff'), url('../img/fontscore.svg#AvenirNextLTPro-Regular') format('svg');
       }

html{
	background: url(img/background_splash_application_temperature_lac_riviere_suisse.jpg)  no-repeat center center fixed;  ;
 -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover;
	color: #ffffff;
	font: normal 20px AvenirNext, sans-serif;
	text-decoration: none;
}

body {
	line-height: 1;
	width: 90%;
	margin: 0 auto 0;
	overflow-x: hidden;
	max-width: 1400px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/* CLEARFIX */
.clear:before,
.clear:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clear {
    *zoom: 1;
}


header{
	width: 90%;
	margin: 30px auto 50px;
}

header img{
	margin: 0 auto;
	display: block;
}

header p{
	margin-top: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size: 20px;
	line-height: 1.3;
}

#phones{
	position: relative;
	width: 80%;
	margin: 0 8% 40px 12%;
	clear: both;
	float: none;
	display: block;
}

#phones img.galaxy{
	position: relative;
	top: 0;
	width: 80%;
	height: auto;
	max-width: 371px;
	max-height: 721px;
}

#phones img.iphone{
	position: absolute;
	right: 0px;
	top: 7%;
	width: 80%;
	height: auto;
	max-width: 371px;
	max-height: 721px;
}

.download-btn-desk{
	display: none;
}

.download-btn-mobi{
	padding-top: 5%;
}

.download-btn-mobi p{
	width: 208px;
	display: block;
	margin: 20px auto 0;
}

.downloadios{
	width: 208px;
	height: 60px;
	display: inline-block;
	text-indent: -9999px;
}

.fr .downloadios{
		background: url(img/bouton_telecharger_gratuitement_appstore.svg) no-repeat;
}

.no-svg .fr .downloadios{
	background: url(img/bouton_telecharger_gratuitement_appstore.png) no-repeat;
}

.en .downloadios{
		background: url(img/button_download_free_appstore.svg) no-repeat;
}

.no-svg .en .downloadios{
	background: url(img/button_download_free_appstore.png) no-repeat;
}

.de .downloadios{
		background: url(img/button_kostenlos_download_appstore.svg) no-repeat;
}

.no-svg .de .downloadios{
	background: url(img/button_kostenlos_download_appstore.png) no-repeat;
}

.it .downloadios{
		background: url(img/button_scaricare_gratuitamente_appstore.svg) no-repeat;
}

.no-svg .fit .downloadios{
	background: url(img/button_scaricare_gratuitamente_appstore.png) no-repeat;
}

.downloadandroid{
	width: 208px;
	height: 60px;
	display: inline-block;
	text-indent: -9999px;
}

.fr .downloadandroid{
	background: url(img/bouton_telecharger_gratuitement_googleplay.svg) no-repeat;
}

.no-svg .fr .downloadandroid {
	background: url(img/bouton_telecharger_gratuitement_googleplay.png) no-repeat;
}

.en .downloadandroid{
	background: url(img/button_download_free_googleplay.svg) no-repeat;
}

.no-svg .en .downloadandroid {
	background: url(img/button_download_free_googleplay.png) no-repeat;
}

.de .downloadandroid{
	background: url(img/button_kostenlos_download_googleplay.svg) no-repeat;
}

.no-svg .de .downloadandroid {
	background: url(img/button_kostenlos_download_googleplay.png) no-repeat;
}

.it .downloadandroid{
	background: url(img/button_scaricare_gratuitamente_googleplay.svg) no-repeat;
}

.no-svg .it .downloadandroid {
	background: url(img/button_scaricare_gratuitamente_googleplay.png) no-repeat;
}

.download-btn-mobi p a:hover, .download-btn-desk p a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.description{
	margin: 50px auto 0;
	width: 90%;
	font-size: 20px;
	line-height: 1.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}

.description h1{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.description p{
	margin-bottom: 10px;
}

footer{
	padding-bottom: 20px;
	padding-top: 50px;
}

footer .social{
	width: 100%;
	display: block;
	margin: 0 auto 40px;
	text-align: center;
}

footer .social .socialbutton{
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100px;
}

footer a.atipik{
	display: block;
	text-indent: -9999px;
	width: 89px;
	height: 29px;
	background: url(img/logo_atipik_developpement_design_application_ios_android-temp.svg) no-repeat center;
	margin: 0 auto;
}

footer a.atipik .no-svg{
	background: url(img/logo_atipik_developpement_design_application_ios_android-temp.png) no-repeat;
}


@media screen and (min-width: 800px) {

#phones{
	width: 42.857143%; /* 600/1400*/
	float: left;
	clear: none;
	margin: 0;
}

.description{
	clear: none;
	float: right;
	width: 50%;
	margin-top: 0;
	margin-bottom: 0;
}

.download-btn-mobi{
	display: none;
}

.download-btn-desk{
	display: block;
	margin: 30px auto 0;
	clear: both;
	text-align: center;
}

.download-btn-desk .downloadios{
	margin: 0 15px 30px;
}

.download-btn-desk .downloadandroid{
	margin: 0 15px 30px;
}



footer{
	float: none;
	clear: both;
}

}

@media screen and (min-width: 1025px) {

body{
	padding-top: 70px;
}

header p{
	display: none;
}

header{
	width: 50%;
	float: right;
}

.download-btn-desk{
	margin-top: 60px;
}

footer{
	padding-bottom: 40px;
	padding-top: 100px;
}

}





