@charset "iso-8859-1";
/* CSS Document */

/*
- - - - - - - - - - - - Z-INDEX - - - - - - - - - - - -
fond: z-index:1
bruit: z-index:2
contenu: z-index:3
menu: z-index:4
logo, icone menu, etc.. : z-index:5
lightbox: z-index:6
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body,html{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family: "Source Sans Pro", Helvetica, Arial, "Helvetica Neue", Gotham, Verdana, sans-serif;
	background-color:#FFF;
	color:#000;
	font-size:16px;
	
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}

::selection{
	background-color:#000;
	color:#FFF;
}

::-moz-selection{
	background-color:#000;
	color:#FFF;
}

@viewport {
   width:device-width;
   zoom:1;
}


/* fonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@font-face {
	font-family: 'Source Sans Pro';
	src: url(#);
	src: url(#) format('embedded-opentype'),
		 url(#) format('woff2'),
		 url(#) format('woff'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Regular.ttf') format('truetype'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(#);
	src: url(#) format('embedded-opentype'),
		 url(#) format('woff2'),
		 url(#) format('woff'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Bold.ttf') format('truetype'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro Light';
	src: url(#);
	src: url(#) format('embedded-opentype'),
		 url(#) format('woff2'),
		 url(#) format('woff'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Light.ttf') format('truetype'),
		 url('/CSS/fonts/source_sans_pro/hinted-SourceSansPro-Light.svg') format('svg');
	font-weight:normal;
	font-style: normal;
}

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

h1,.titre1{/*.titre1*/
	margin:0px;
	margin-bottom:30px;
	padding:0px;
	font-size:60px;
	line-height:68px;
	font-weight:bold;
	font-style:normal;
	overflow:hidden;
}


h2,.titre2{/*.titre2*/
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	font-size:23px;
	line-height:30px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	overflow:hidden;
}

h3,.titre3{/*.titre3*/
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:inherit;
	line-height:inherit;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}

@media (max-width: 800px){
	h1,.titre1{
		font-size:44px;
		line-height:50px;
	}
}
	
@media (max-width: 600px){
	h1,.titre1{
		font-size:38px;
		line-height:44px;
	}
}

@media (max-width: 500px){
	h1,.titre1{
		font-size:33px;
		line-height:39px;
	}

	h2,.titre2{
		font-size:20px;
		line-height:27px;
	}
}

a{
	outline:0;
	color:inherit;
	text-decoration:none;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover{
	opacity: 0.4;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

ul{
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:inherit;
	line-height:inherit;
}

li{
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-bottom:5px;
	list-style-type:disc;
	list-style-position:outside;
}

img{
	vertical-align:bottom;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
}

tr{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
}

td{
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

input,textarea,select{
	position:relative;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
	background-color:#FFF;
	font-family:inherit;
	border-width:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #000;
}

@media (max-width:800px){
	input,textarea,select{
		font-size:16px;
		margin-bottom:20px;
	}
}

[type="checkbox"]{
	width:auto;
	margin:0px;
	margin-right: 5px;

}

form{
	position:relative;
	width:100%;
	overflow: hidden;
}

.formulaire_bouton{
	width:auto;
	float:right;
	margin-bottom:0px;
	cursor:pointer;
}

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

.largeur_100{
	position:relative;
	width:100%;
	height:auto;
}

iframe{
	position:relative;
	max-width:100%;
}

.fond_div_fixed{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.fond_div{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.fond_div_fixed_contain{
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-ms-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

@media (max-width: 800px){
	.fond_div_fixed,.fond_div_fixed_contain{
		background-attachment:scroll;
	}
}

.max_width{
	position:relative;
	width:auto;
	height:auto;
	max-width:100%;
}

.max_height{
	position:relative;
	width:auto;
	height:auto;
	max-height:100%;
}

.largeur_100{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.survole{
	opacity:1;
}

.survole:hover{
	opacity:0.6;
}

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

.accroche{
	font-size:30px;
	line-height:36px;
	font-weight: bold;
	margin-bottom: 30px;
}

.paragraphe{
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 30px;
}

.accroche a,.paragraphe a{
	text-decoration: underline;
}

.paragraphe img, .accroche img{
	position:relative;
	max-width:100%;
	height: auto;
	overflow: hidden;
}

.paragraphe iframe, .accroche iframe{
	position:relative;
	width:100%;
	max-width: 700px;
	height: 400px;
	overflow: hidden;
}

.paragraphe video, .accroche video{
	display:block;
	position: relative;
    top: 0px;
    left: 0px;
	width:100%;
	max-width: 700px;
	height: auto;
    transform: none!important;
	z-index: 1;
	background-color: #000;
}

@media (max-width: 800px){
	.paragraphe iframe, .accroche iframe{
		height: 300px;
	}
}


@media (max-width: 800px){
	.accroche{
		font-size:22px;
		line-height:28px;
	}
	
	.paragraphe{
		font-size:17px;
		line-height:24px;
	}
}

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

.conteneur_alignement{
	position:relative;
	width:100%;
	margin:auto;
	overflow:hidden;
}

.contenu_alignement{
	position:relative;
	margin-left:50px;
	margin-right:50px;
	overflow:hidden;
}

.contenu_conteneur{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}

.contenu_small{
	position:relative;
	width:48%;
	overflow:hidden;
}

.contenu_big{
	position:relative;
	width:48%;
	overflow:hidden;
}

.contenu_left{
	float:left;
}

.contenu_right{
	float:right;
}

@media (max-width: 1000px){
	.contenu_alignement{
		margin-left:30px;
		margin-right:30px;
	}
	
	.contenu_small,.contenu_big{
		width:100%;
	}
	
	.contenu_left,.contenu_right{
		float:none;
	}
	
	.contenu_top{
		margin-bottom:50px;
	}
}

.contenu_largeur1{
	position:relative;
	width:100%;
	max-width: 900px;
	overflow:hidden;
}

.marge_top,.marge_bottom{
	position:relative;
	width:100%;
	height:170px;
	overflow:hidden;

}

@media (max-height: 600px){
	.marge_top,.marge_bottom{
		height:140px;
	}
}

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

#fond{
	position:fixed;
	width:100%;
	height:100%;
}

#fond_video,.fond_video{
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
	display:none;
}

.fond_video_shield{
	position:fixed;
	width:100%;
	height:100%;
}

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

#brief_conteneur{
	position:fixed;
	right:0px;
	bottom:50%;
	height:134px;
	margin-bottom:-67px;
	text-align:center;
	z-index:3;
	opacity:0;
	overflow:hidden;
	
}

#brief_conteneur a{
	text-align:center;
	opacity:1;
	display:inline-block;
	text-decoration:none;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#brief_conteneur a:hover{
	opacity:0.3;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#brief_image{
	position:relative;
	width:10px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
}

@media (max-width: 800px){
	#brief_conteneur{
		display:none;
	}
}

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

#menu_barre_conteneur,#menu_barre_conteneur2{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	overflow:hidden;
	z-index:5;
	
	opacity:0;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

#menu_barre_fond,#menu_barre_fond_bleu{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	height:170px;
	background-color:#FFF;
	z-index:4;
}

#menu_barre_fond_bleu{
	background-color:#FFF;
}

#menu_barre_contenu{
	position:relative;
	overflow:hidden;
	z-index:20;
}

.menu_barre_marge_top,.menu_barre_marge_bottom{
	position:relative;
	width:100%;
	height:50px;
	overflow:hidden;
}

@media (max-height: 600px){
	.menu_barre_marge_top,.menu_barre_marge_bottom{
		height:30px;
	}
	
	#menu_barre_fond,#menu_barre_fond_bleu{
		height:105px;
	}
}

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

#logo_conteneur,.logo_conteneur{
	position:relative;
	width:150px;
	float:left;
	overflow:hidden;
}

.logo_image{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: opacity 0.7s;
}

#logo_image_blanc{
	display:none;
}

#logo_conteneur a,.logo_conteneur a{
	opacity:1;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#logo_conteneur a:hover,.logo_conteneur a:hover{
	opacity:0.3;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

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

#menu_icone{
	position:relative;
	float:right;
	margin-top:1px;
	overflow:hidden;
	height:33px;
	display: none;
}

#menu_menu{
	position:relative;
	float:right;
	overflow: hidden;
}

#menu_menu a{
	display:inline-block;
	margin-left:25px;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}

#menu_menu a:first-of-type{
	margin-left:0px;
}

#menu_menu a.active{
	text-decoration:underline;
}

@media (max-width: 900px){
	#menu_icone{
		display:block;
	}
	
	#menu_menu{
		display:none;
	}
}

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

#menu_structure{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align: center;
	color:#000;
	z-index:4;
	overflow-y:auto;
	display:none;
	opacity:0;
	
	-webkit-transition: opacity 0.7s ease-in-out;
	-moz-transition: opacity 0.7s ease-in-out;
	-ms-transition: opacity 0.7s ease-in-out;
	-o-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
}

#menu_fond{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
	background-color:#FFF;
}

.disparition{
	-webkit-transition: opacity 0.7s ease-in-out !important;
	-moz-transition: opacity 0.7s ease-in-out !important;
	-ms-transition: opacity 0.7s ease-in-out !important;
	-o-transition: opacity 0.7s ease-in-out !important;
	transition: opacity 0.7s ease-in-out !important;	
}

.chargement{
	opacity:0;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

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

#menu_conteneur{
	position:relative;
	overflow:hidden;
}

#menu_conteneur a{
	color:inherit;
	opacity:1;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#menu_conteneur a:hover{
	opacity:0.3;
	text-decoration:none;
	
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

#menu_contenu{
	position:relative;
	overflow:hidden;
	font-size:30px;
	line-height:39px;
	font-weight:bold;
}

#menu_contenu a{
	display:inline-block;
	margin-top:20px;
}

#menu_contenu a:first-of-type{
	margin-top:0px;
}

.sous_menu{
	position:relative;
	width:100%;
	max-width: 400px;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden;
	margin-bottom: 5px;
}

.sous_menu a{
	margin-top: 10px!important;
}

.sous_menu a::after{
	content: "/";
	padding-left:8px;
	padding-right:8px;
}

.sous_menu a:last-of-type::after{
	content: "";
}

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

#menu_coordonnees{
	position:relative;
	margin-top:40px;
	font-size:14px;
	line-height:20px;
}

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

#menu_media{
	position:relative;
	margin-top:40px;
	font-size:16px;
	line-height:24px;
	font-weight: bold;
	overflow: hidden;
}

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

#menu_copyright{
	position:absolute;
	width:100%;
	bottom:20px;
	font-size:12px;
	line-height:15px;
	overflow:hidden;
}

#menu_copyright a{
	white-space: nowrap;
}

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

#conteneur_structure{
	position:relative;
	min-height:100%;
	z-index:2;
	overflow:hidden;
	opacity:0;
	
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

@media (max-width: 600px){
	#conteneur_structure{
		/*text-align:center;*/
	}
}

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

#contenu{
	position:relative;
	overflow:hidden;
}

#conteneur_structure a{
	opacity:1;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#conteneur_structure a:hover{
	opacity:0.3;
	
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#conteneur_conteneur{
	position:relative;
	overflow: hidden;
	z-index: 2;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - */

.bouton,.bouton_noir{
	position:relative;
	display:inline-block;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	border:solid #000 2px;
	text-decoration: none!important;
	color:#000;
	font-weight:bold;
	text-align:center;
	opacity:1!important;
	
	-webkit-transition: 0.4s!important;
	-moz-transition: 0.4s!important;
	-ms-transition: 0.4s!important;
	-o-transition: 0.4s!important;
	transition: 0.4s!important;
}

.bouton_noir{
	color:#FFF;
	border-color:#000;
	background-color:#000;
}

@media (min-width: 1600px){
	.bouton,.bouton_noir{
		padding-top:10px;
		padding-bottom:10px;
		padding-left:30px;
		padding-right:30px;
	}
}


.bouton:hover,.bouton_noir:hover{
	background-color:#000;
	color:#FFF;
	opacity:1!important;
	
	-webkit-transition: 0.4s!important;
	-moz-transition: 0.4s!important;
	-ms-transition: 0.4s!important;
	-o-transition: 0.4s!important;
	transition: 0.4s!important;
}

.bouton_noir:hover{
	color:#000;
	border-color:#000;
	background-color:#FFF;
}

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

#footer_conteneur,#footer_conteneur2{
	position:relative;	
	font-size: 13px;
	line-height: 18px;
	height:40px;
	margin-top: -40px;
	overflow: hidden;
	z-index: 2;
	opacity:0;
	
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

#footer_conteneur2{/*footer de la page d'accueil*/
	margin-top: -55px;
}

#footer_copyright{
	position:relative;
	float:left;
	overflow: hidden;
}

#footer_copyright a{
	white-space: nowrap;
}

#footer_conteneur2 #footer_copyright{
	float:right;
	font-weight: bold;
	font-size: 14px;
}

#langue_conteneur{
	position:relative;
	font-size: 16px;
	line-height: 18px;
	float:right;
	overflow: hidden;
	display: none;
}

#langue_conteneur a.active{
	font-weight: bold;
}

/* SI LES LANGUES SONT ACTIVES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@media (max-width:500px){
	#footer_copyright{
		width:200px;
	}
	#footer_conteneur,#footer_conteneur2{
		margin-top: -55px;
	}

	#footer_conteneur2{/*footer de la page d'accueil*/
		/*margin-top: -65px;
	}
}
*/

@media (max-width:420px){
	#footer_conteneur,#footer_conteneur2{
		/*margin-top: -100px; SI LES LANGUES SONT ACTIVES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
		margin:auto;
		max-width:300px;
		margin-top:-50px;
		text-align: center;
		height: auto;
	}

	#footer_conteneur2{/*footer de la page d'accueil*/
		margin-top:-65px;
		padding-bottom: 20px;
		/*margin-top: -90px; SI LES LANGUES SONT ACTIVES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
	}
	
	#footer_copyright,#langue_conteneur{
		float:none;
		width:100%;
	}
	
	#langue_conteneur{
		margin-bottom: 30px;
	}
}

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

#puce_conteneur{
	position:fixed;
	left:0px;
	margin-left:0px;
	font-size:8px;
	line-height:10px;
	text-align:center;
	z-index:3;
	opacity:0;
	
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-ms-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

@media (max-width: 800px){
	#puce_conteneur{
		display:none;
	}
}

.puce{
	position:relative;
	margin-top:15px;
	overflow:hidden;
}

.puce_icone{
	position:relative;
	float:right;
	width:12px;
	height:12px;
	overflow:hidden;
	
	background-image:url(http://kaleo-solar.ch/images/puce.png);
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:0% 50%;
	background-repeat:no-repeat;
}

.puce:hover{
	cursor:pointer;
}

.puce:hover .puce_icone, .puce.active .puce_icone{
	background-position:100% 50%;
}

.puce_text{
	position:relative;
	float:right;
	margin-right:8px;
	display:none;
}

.puce.active .puce_text, .puce:hover + .puce_text{
	display:block;
}

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

#scroll_conteneur{
	position:relative;
	width:39px;
	height:40px;
	margin:auto;
	margin-top:50px;
	overflow:hidden;
	display:none;	
}

#scroll_contenu{
	position:relative;
	height:19px;
	margin:auto;
	overflow:hidden;
}

#scroll_contenu{
    -webkit-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -moz-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -ms-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    -o-animation: 1.5s ease-in-out 0s normal none infinite scroll;
    animation: 1.5s ease-in-out 0s normal none infinite scroll;
}

@media (max-width: 800px){
	#scroll_conteneur{
		display:block;
	}
}


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