/*
–
CSS LA MACHINE
© www.animaproductions.com / 2015
–
*/


/* ------------------------------------------------- &1 WEB FONTS */
	
	
	@font-face 
	{
	    font-family: 'n_bold';
	    src: url('webfonts/n_bold.eot');
	    src: url('webfonts/n_bold.eot?#iefix') format('embedded-opentype'),
	         url('webfonts/n_bold.woff') format('woff'),
	         url('webfonts/n_bold.ttf') format('truetype'),
	         url('webfonts/n_bold.svg#N_BOLD') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	@font-face 
	{
	    font-family: 'n_medium';
	    src: url('webfonts/n_medium.eot');
	    src: url('webfonts/n_medium.eot?#iefix') format('embedded-opentype'),
	         url('webfonts/n_medium.woff') format('woff'),
	         url('webfonts/n_medium.ttf') format('truetype'),
	         url('webfonts/n_medium.svg#N_MEDIUM') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	@font-face 
	{
	    font-family: 'n_light';
	    src: url('webfonts/n_light.eot');
	    src: url('webfonts/n_light.eot?#iefix') format('embedded-opentype'),
	         url('webfonts/n_light.woff') format('woff'),
	         url('webfonts/n_light.ttf') format('truetype'),
	         url('webfonts/n_light.svg#N_LIGHT') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	/*
#video-viewport {
    position: absolute;
    top: 0px;
    left : 0px;
    overflow: hidden;
    z-index: 9999; 
    width: 100%;
    height : 690px;
}

#debug {
    position: absolute;
    top 0;
    z-index: 100;
    color: #fff;
    font-size: 12pt;
}
	
	
	
#video-bg {
    position: absolute;
    top: 0; right: 0; bottom: 100px; left: 0;
    overflow: hidden;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  // 1. No object-fit support: 
  @media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
  }
 // 2. If supporting object-fit, overriding (1): 
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }	
	
	*/
	
/* ------------------------------------------------- &2 STRUCTURE */

html, body
{
	background-color: #f1f1f1;
	margin: 0px;
	line-height: 1.6;
}

/*
hr
{
	border : solid 0.08em black;
}
*/

hr {
	background-color: black;
	background-color: rgba(0,0,0, 1);
	border: 0;
	height: 2px;
	margin-bottom: 1.6em;
}

body:before
{
	width: 0px;
}





#video-viewport {
    position: absolute;
    top: 0;
    left:0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
}

#header-image-viewport {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1; /* for accessing the video by click */
}





.lamachine_header_video {
  /*height: 690px;*/
  height: 100vh ;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
  background-color: black;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	/*height:100%;*/
	height: 100vh ;
	width:100%;
	overflow: hidden;
	background-color: black;
}

#video-container-wrapper
{
	top:0%;
	left:0%;
	/* height:100%; */
	height: 100vh ;
	width:100vw /* % */;
	min-width: 100vw /* 1226px */;
	/* min-height: 690px; */
	min-height: 100vh ;
	overflow: hidden;
	background-color: black;

	
}
/*
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
*/

#lamachine_see_more
{
	width: 50px;
	height : 30px;
	background-image: url('../images/ui/see_more.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 999999;
	bottom : 10px;
	left : 50%;
	margin-left: -25px;
}

#lamachine_logo
{
	width: 350px;
	height: 350px;
	background-image: url('../images/ui/logo_la_machine.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top : 450px /*70vh */;
	left : 100px;
	z-index: 999;
}

.logo_home
{
	top : 70vh !important;
}

#lamachine_menu
{
	width: 100%;
	height : 100%;
	min-height : 100%;
	background-color: black;
	position: fixed;
	top : 0px;
	left : 0px;
	z-index: 99999;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/illustration/la_compagnie_header.jpg');
	display : none;
}

#lamachine_menu_logo
{
	width: 250px;
	height: 250px;
	background-image: url('../images/ui/logo_la_machine.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top : 50%;
	left : 50%;
	margin-top : -350px;
	margin-left : -500px;
	z-index: 99999;
}

#lamachine_menu_container
{
	width : 800px;
	height : 500px;
	position: absolute;
	top : 50%;
	left : 50%;
	margin-top : -250px;
	margin-left : -400px;
	background-color: rgb(90,81,70);
	font-family: 'n_bold', Arial, sans-serif;
	color : white;
	font-size : 1.5em;
	text-align: center;
	line-height: 1.2em;
}

#fermer_menu
{
	font-family: 'n_bold', Arial, sans-serif;
	color : white;
	font-size : 1em;
	position: absolute;
	width: 100px;
	height: 40px;
	text-align: right;
	top : 50%;
	right : 50%;
	margin-top : -245px;
	margin-right : -395px;
	text-transform: uppercase;
	z-index: 99999;
	cursor: pointer;
}

#lamachine_menu_colonne_gauche,
#lamachine_menu_colonne_droite
{
	width: 350px;
	float: left;
	margin-top : 60px;
}

#lamachine_menu_colonne_gauche
{
	margin-left : 60px;
}

.lamachine_submenu
{
	font-family: 'n_medium', Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
}

#lamachine_header
{
	width: 100%;
	height: 690px;
	background-color: rgb(90,81,70);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#lamachine_footer
{
	width: 100%;
	min-height: 300px;
	background-color: rgb(90,81,70);
}

#lamachine_footer_conteneur
{
	width: 1100px;
	margin: 0px auto;
	padding-top: 50px;
}

.lamachine_footer_colonne
{
	float: left;
	width : 200px;
	margin : 0px 10px 0px 10px;
	font-family: 'n_bold', Arial, sans-serif;
	color : white;
	font-size : 1.3em;
	line-height: 1.1em;
	font-weight: 100;

}

.colonne_slim
{
	width: 160px;
}

.lamachine_footer_colonne .lamachine_submenu
{
	font-family: 'n_medium', Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
}

#lamachine_tag_menu
{
	width: 100px;
	height: 65px;
	background-color: white;
	position: fixed;
	left : 0px;
	top : 300px;
	color : black;
	text-align: center;
	font-family: 'n_bold', Arial, sans-serif;
	line-height: 0.9em;
	padding-top: 20px;
	z-index: 9999;
	cursor: pointer;
}

#lamachine_tag_langues
{
	width: 100px;
	height: 20px;
	background-color: white;
	position: fixed;
	left : 0px;
	top : 390px;
	color : black;
	text-align: center;
	font-family: 'n_bold', Arial, sans-serif;
	line-height: 0.9em;
	font-size: 0.8em;
	padding-top: 10px;
	z-index: 9999;
	text-transform: uppercase;
	
	/*display: none !important;*/
}

.lamachine_fiche_colonne_gauche,
.lamachine_fiche_colonne_droite
{
	width : 410px;
	display: block;
	height: auto;
	float: left;
	margin : 0px 10px 0px 10px;
}

.lamachine_fiche_colonne_gauche
{
	text-align: right;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: -15px;
}

.lamachine_conteneur_colonnes
{
	width: 860px;
	margin: 0 auto;
}

.lamachine_page
{
	height: auto;
	background-color: #f1f1f1;
	display: block;
	margin : 50px 0px 50px 0px;
}

.lamachine_page_texte
{
	height: auto;
	background-color: #f1f1f1;
	display: block;
	width : 700px;
	margin : 0px auto;
	margin-top : 50px;
	margin-bottom: 50px;
}

.galery
{
	margin-top: 50px;
	margin-bottom: -50px;
	background-color: black;
}

.galery img
{
	width: 100%;
	height: auto;
}

.galery iframe
{
	width: 800px;
	height: 450px;
	display: block;
	margin : 0 auto;
	padding-top : 20px;
	padding-bottom : 20px;
}

.social_link
{
	display: block;
	float: left;
	margin-top : -15px;
}

.menu_social_link
{
	width: 160px;
	margin: 0 auto;
	height: 30px;
}

.lamachine_bloc_equipe
{
	width : 33.3334%;
	height : 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.lamachine_bloc_equipe_tag
{
	width : 100%;
	height : 400px;
	position: relative;
	top : 0px;
	left : 0px;
	background-color: rgb(90,81,70);
	color : white;
	line-height: 400px;
	cursor: pointer;
}

.lamachine_bloc_equipe_tag span
{
	width: 100%;
	vertical-align:middle;
	display:inline-block;
	line-height: 1.2em !important;
	text-align : center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

.lamachine_bloc_equipe_soustitre
{
	font-family: 'n_medium', Arial, sans-serif !important;
	font-size: 0.5em !important;
}

.tag_tous,
.tag_bois,
.tag_etudes,
.tag_spectacle,
.tag_a_la_prochaine,
.tag_administration,
.tag_peinture,
.tag_machinerie,
.tag_cuisine
{
	cursor: pointer;
}


.lamachine_bloc_demi
{
	width : 50%;
	height : 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.lamachine_bloc_demi_tag
{
	width : 300px;
	height: 250px;
	position: relative;
	top : 50%;
	left : 50%;
	margin-top : -125px;
	margin-left: -150px;
	background-color: rgb(90,81,70) /* ex-rouille */;
	color : white;
	line-height: 250px;
	cursor: pointer;
}

.lamachine_bloc_demi_tag:hover,
.lamachine_bloc_full_tag:hover
{
	background-color: white;
	color : rgb(90,81,70) /* ex-rouille */;
}

.lamachine_bloc_demi_tag span
{
	width: 300px;
	vertical-align:middle;
	display:inline-block;
	line-height: 1.2em !important;
	text-align : center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

.lamachine_bloc_full
{
	width : 100%;
	height : 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.lamachine_bloc_full_tag
{
	width : 500px;
	height: 300px;
	position: relative;
	top : 50%;
	left : 50%;
	margin-top : -150px;
	margin-left: -250px;
	background-color: white;
	color : black;
	line-height: 240px;
	cursor: pointer;
}

.lamachine_bloc_full_tag span
{
	width: 480px;
	vertical-align:middle;
	display:inline-block;
	line-height: 1.2em !important;
	text-align : center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

.lamachine_bloc_full_surtitre
{
	font-family: 'n_light', Arial, sans-serif !important;
	font-size: 1em !important;
	font-weight: 100;
}

.lamachine_bloc_full_more
{
	width: 100%;
	background-color: white;
	color: rgb(90,81,70);
	padding-top : 5px;
	line-height: normal;
	text-align: center;
	font-family: 'n_medium', Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	height: 60px;
	position: relative;
	bottom: 0px;
}

.lamachine_bloc_full_more:hover
{
	background-color: black;
	color: white;
}

.lamachine_pageactu_header
{
	width: 100%;
	height : 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a.lamachine_bloc_full_link
{
	text-decoration: none;
}

.lamachine_bloc_full_tag>span>a
{
	text-decoration: none;
	color : black;
}

span.st_createur
{
	display: block;
	margin-top : 0px;
	margin-bottom: 0px;
	font-size: 0.6em;
	line-height: 0.6em;
	color : rgba(0,0,0,.5);
}

span.st_createur_gd
{
	display: block;
	margin-top : 0px;
	margin-bottom: -10px;
	font-size: 0.5em;
	line-height: 1.4em;
	color : rgba(0,0,0,.3);
}

.lamachine_bloc_produit
{
	width: 700px;
	margin: 0 auto;
}

.lamachine_bloc_produit_couverture
{
	width : 350px;
	height: 350px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}

.lamachine_bloc_produit_contenu
{
	float: left;
	margin-left: 20px;
	width: 330px;
	padding-bottom: 100px !important;
}

h2.lamachine_bloc_produit_titre
{
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0px;
}

.lamachine_bloc_produit_prix
{
	display: inline-block;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: -80px !important;
	margin-top: 0px !important;
}

.lamachine_bloc_produit_notes
{
	text-transform: uppercase;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

.lamachine_bloc_produit_infos
{
	border-left: 4px solid black;
	padding-left: 5px;
	width: 315px;
}

.part_institution
{
	width : 400px;
	margin: 0 auto;
}

.part_institution img
{
	margin-right: 20px;
}

/* ------------------------------------------------- &3 TYPOGRAPHIES */

body, html
{
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
}

strong, b
{
	font-weight: 700;
}

a
{
	text-decoration: underline;
	color : black;
}

a:hover
{
	text-decoration: none;
}


.lamachine_page h2,
.lamachine_page_texte h2
{
	font-family: 'n_medium', Arial, sans-serif;
	text-transform: uppercase;
	font-weight : 100;
	font-size: 1.4em;
	line-height: 1.4em;
	display: block;
	margin-bottom: 20px;
}

h2.date_historique
{
	display: inline-block;
	padding : 5px 10px 0px 10px;
	background-color: black;
	color : white;
	font-size: 1.5em;
	margin-bottom: -10px;
	margin-top: 30px;
}

.lamachine_fiche_notes
{
	font-size: 0.75em;
	text-transform: uppercase;
}

.lamachine_page_texte h1
{
	text-align: center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
}

.lamachine_page_texte h3
{
	text-align: center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	text-transform: uppercase;
	margin-top : 50px;
	margin-bottom : 15px;
}

a>.lamachine_submenu, 
.lamachine_footer_colonne a,
#lamachine_menu_container a
{
	color: white;
	text-decoration: none;
}

a:hover>.lamachine_submenu, 
.lamachine_footer_colonne a:hover,
#lamachine_menu_container a:hover
{
	text-decoration: underline;
}

.carre200
{
	float: left;
	width : 180px;
	height : 180px;
	margin: 26px;
}

.clearfloat
{
	clear : both;
}

h2.titre_coprod
{
	font-size : 1.2em;
	cursor: pointer;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
}

.titre_coprod_tag
{
	display: inline-block;
	width : 15px;
	height : 15px;
	margin-left: 5px;
	background-image: url('../images/ui/plus.svg');
}

.titre_coprod_tag_opened
{
	background-image: url('../images/ui/minus.svg');
}

.first_page
{
	margin-top : 105vh;
}

a.prendre_contact
{
	text-align: center;
	font-family: 'n_bold', Arial, sans-serif;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}

a.prendre_contact:hover
{
	color : rgb(90,81,70);
} 

/* MAINTENANCE */

.lamachine_maintenance_container
{
	width: 400px;
	margin : 0 auto;
	text-align: center;
	margin-top : 75px;
}

.lamachine_maintenance_container_img
{
	width: 400px;
	margin : 0 auto;
	
}

.maintenance_social_container
{
	width: 180px;
	height: 50px;

	margin: 0 auto;
}


.maintenance_social img
{
	height : 50px;
}

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

/* ------------------------------------------------------ MEDIAQUERIES ------------------------------------------------------ */


@media screen and (max-width:699px) 
{
	.hide_on_mobile
	{
		display: none;
	}
	
	.lamachine_page_texte
	{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.lamachine_page_texte img
	{
		max-width: 100%;
		height : auto;
	}
	
	.galery iframe
	{
		max-width: 100%;
		height : auto;
		min-height: 66vw;
	}

	
	#lamachine_header
	{
		height: 66vw;
		margin-top : 60px;
	}
	
	#lamachine_logo
	{
		width : 60vw;
		height : 60vw ;
		top : 10px;
		left : -20vw;
		z-index: 99999999;
	}
	
	.lamachine_bloc_demi 
	{
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    float: left;
	    height: 100vw;
	    width: 100%;
	}
	
	.lamachine_bloc_demi_tag 
	{
	    background-color: rgb(90, 81, 70);
	    color: white;
	    cursor: pointer;
	    height: 70vw;
	    left: 50%;
	    line-height: 70vw;
	    margin-left: -35vw;
	    margin-top: -35vw;
	    position: relative;
	    top: 50%;
	    width: 70vw;
	}
	
	/* BLOC FULL HOME > ACTUS */
	
	.lamachine_bloc_full
	{
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    float: left;
	    height: 100vw;
	    width: 100%;
	}
	
	.lamachine_bloc_full_tag 
	{
	    background-color: white;
	    color: black;
	    cursor: pointer;
	    height: 70vw;
	    left: 50%;
	    line-height: 70vw;
	    margin-left: -35vw;
	    margin-top: -35vw;
	    position: relative;
	    top: 50%;
	    width: 70vw;
	}
	
	.lamachine_bloc_full_tag span 
	{
	    line-height: 1.2em !important;
	    text-align: center;
	    text-transform: uppercase;
	    vertical-align: middle;
	    width: 60vw;
	    margin-left: 5vw;
	    margin-top: -60px;
	    font-size: 1.4em;
	}
	
	.lamachine_bloc_full_more 
	{
	    background-color: white;
	    bottom: 60px;
	    color: rgb(90, 81, 70);
	    font-family: "n_medium",Arial,sans-serif;
	    font-size: 1em;
	    height: 60px;
	    line-height: normal;
	    padding-top: 5px;
	    position: relative;
	    text-align: center;
	    text-transform: uppercase;
	    width: 100%;
	}
	
	
		
	.lamachine_bloc_demi_tag span 
	{
	    
	    text-align: center;
	    text-transform: uppercase;
	    vertical-align: middle;
	    width: 70vw;
	    font-size: 1.4em;
	}
	
	span.st_createur 
	{
	    font-size: 0.6em;
	    line-height: 0.5em;
	    margin-bottom: 0;
	    margin-top: 0;
	}
	

	.lamachine_bloc_equipe 
	{
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    float: left;
	    height: 100vw;
	    width: 100vw;
	}
	
	.lamachine_bloc_equipe_tag 
	{
	    background-color: rgb(90, 81, 70);
	    color: white;
	    cursor: pointer;
	    height: 100vw;
	    left: 0;
	    line-height: 100vw;
	    position: relative;
	    top: 0;
	    width: 100%;
	}
		
	.lamachine_page_texte h1
	{
		text-align: center;
		font-family: 'n_bold', Arial, sans-serif;
		font-size: 2.5em;
		line-height: 1em;
		text-transform: uppercase;
	}
	
	.lamachine_page_texte h3
	{
		text-align: center;
		font-family: 'n_bold', Arial, sans-serif;
		font-size: 1.6em;
		line-height: 1.6em;
		text-transform: uppercase;
		margin-top : 50px;
		margin-bottom : 15px;
	}
	
	/* MENU */
	
	#lamachine_tag_menu 
	{
	    background-color: white;
	    color: black;
	    cursor: pointer;
	    font-family: "n_bold",Arial,sans-serif;
	    height: 50px;
	    left: 0;
	    line-height: 0.9em;
	    padding-top: 10px;
	    position: absolute;
	    text-align: center;
	    top: 0px;
	    width: 100%;
	    z-index: 9999;
	}
	
	#lamachine_menu 
	{
	    background-color: rgb(90, 81, 70);
	    background-image: none;
	    height: 100%;
	    left: 0;
	    min-height: 100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 99999;
	}
	
	#lamachine_menu_container 
	{
	    background-color: rgb(90, 81, 70);
	    color: white;
	    font-family: "n_bold",Arial,sans-serif;
	    font-size: 1.5em;
	    height: auto;
	    padding-bottom: 100vw;
	    left: 0%;
	    line-height: 1.2em;
	    margin-left:0px;
	    margin-top: 0px;
	    position: absolute;
	    text-align: center;
	    top: 0%;
	    width: 100%;
	}
	
	#lamachine_menu_colonne_gauche,
	#lamachine_menu_colonne_droite
	{
		width: 100%;
		float: none;
		clear: both;
		
		margin-top : 0px;
	}
	
	#lamachine_menu_colonne_gauche
	{
		margin-left : 0px;
		margin-top: 60vw;
	}
	
	#fermer_menu 
	{
	    color: white;
	    cursor: pointer;
	    font-family: "n_bold",Arial,sans-serif;
	    font-size: 1em;
	    height: 40px;
	    top: 10px !important;
	    right: 20px !important;
	    margin-right: 0px !important;
	    margin-top: 0px !important;
	    position: absolute;
	    
	    text-align: right;
	    text-transform: uppercase;
	    
	    width: 100px;
	    z-index: 9999999999;
	   /* display : none;*/
	}
	
	#lamachine_menu_logo 
	{
	    background-image: url("../images/ui/logo_la_machine_footer.png");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    height: 50vw;
	    left: 50%;
	    margin-left: -25vw;
	    margin-top: 0px;
	    position: absolute;
	    top: 5vw;
	    width: 50vw;
	    z-index: 99999;
	    
	    display : none;
	}
	
	/* TAG LANGUES */
	
	#lamachine_tag_langues
	{
		display: none;
	}
	
	/* PARTENAIRES */
	
	img.carre200 
	{
	    display: block;
	    float: none !important;
	    clear : both !important;
	    height: 180px;
	    margin: 0 auto !important;
	    left : 50%;
	    width: 180px;
	}
	
	/* BOUTIQUE */
	
	.lamachine_bloc_produit
	{
		width: 90vw;
		margin: 0 auto;
	}
	
	.lamachine_bloc_produit_couverture
	{
		width : 90vw;
		height: 90vw;
		background-size: contain;
		background-position: top center;
		background-repeat: no-repeat;
		float: none;
	}
	
	.lamachine_bloc_produit_contenu
	{
		float: none;
		margin-left: 0px;
		width: 90vw;
		padding-bottom: 100px !important;
	}
	
	/* VIEWPORT HOME */
	
	#header-image-viewport 
	{
	    position: absolute;
	    top: 60px;
	    left:0;
	    width: 100%;
	    height: 110vw;
	    overflow: hidden;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	    z-index: -1; /* for accessing the video by click */
	}
	
	.first_page
	{
		margin-top : 130vw;
	}
	
	.logo_home
	{
		top : 70vw !important;
	}
	
 
}


@media screen and (max-width:999px) 
{
	/* FOOTER */
	.hide_on_mobile_footer
	{
		display : none;
	}
	
	.lamachine_footer_colonne 
	{
	    color: white;
	    float: none;
	    clear : both;
	    font-family: "n_bold",Arial,sans-serif;
	    font-size: 1.3em;
	    font-weight: 100;
	    line-height: 1.1em;
	    margin: 0 10px;
	    width: 200px;
	    text-align: center;
	}
	
	#lamachine_footer_conteneur 
	{
	    margin: 0 auto;
	    padding-top: 50px;
	    padding-bottom: 100px;
	    width: 200px;
	}
	
	.social_link_footer_container
	{
		width: 160px;
		margin: 0 auto;
	}
}



@media screen and (max-width:859px) 
{
	.lamachine_fiche_colonne_gauche,
	.lamachine_fiche_colonne_droite
	{
		width : 90%;
		display: block;
		height: auto;
		float: none;
		clear : both;
		margin : 0% 5% 0% 5%;
	}
	
	.lamachine_fiche_colonne_gauche
	{
		text-align: right;
		font-family: 'n_bold', Arial, sans-serif;
		font-size: 2.1em;
		line-height: 1em;
		text-transform: uppercase;
		margin-top: -15px;
		text-align: center;
	}
	
	.lamachine_conteneur_colonnes
	{
		width: 100%;
		margin: 0 auto;
	}
}