@charset "UTF-8";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


.ilightbox-overlay.dark {
    background: rgba(15,15,15,1) none repeat scroll 0 0 !important;
	opacity:0.8 !important;
}

.ilightbox-holder.dark {
    background: transparent !important;
    box-shadow: none !important;
}

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}









* {
    box-sizing: border-box;
}

body {
    background-color:#000000;
    font-family:Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
	color:rgba(210,210,210,1.00);
	overflow-x:hidden;
}

.cookies-eu-banner {
  background-color: rgba(117,0,0,1.00);
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid white;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #000;
}

.hidden {
  display: none;
}


b {
    font-weight: bold;
} 


a {
  text-decoration: none;
  color:inherit;
}


.fond_engagement {
   background: url(images/engagement/fond_engagement.jpg) no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_historique {
   background: url(images/historique/fond_historique.jpg) no-repeat bottom center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_produits {
   background: url(images/produits/fond_produits.jpg) no-repeat bottom center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_traction {
   background: url(images/produits/fond_traction_m.jpg) no-repeat center center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_compression {
   background: url(images/produits/fond_compression_m.jpg) no-repeat center center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_torsion {
   background: url(images/produits/fond_torsion_m.jpg) no-repeat center center;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_flexion {
   background: url(images/produits/fond_flexion_m.jpg) no-repeat center center;
  -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}


.fond_mouvements {
   background: url(images/mouvements/fond_mouvements.jpg) no-repeat bottom center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_boites {
   background: url(images/boites/fond_boites.jpg) no-repeat bottom center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_qualite {
   background: url(images/qualite/fond_qualite.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_innovation {
   background: url(images/innovation/fond_innovation.jpg) no-repeat bottom center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}


.fond_localisation {
   background: url(images/localisation/fond_localisation.jpg) no-repeat bottom center;
 -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_contact {
   background: url(images/contact/fond_contact.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.fond_confidentialite {
   background: url("images/confidentialite/fond_confidentialite.jpg") no-repeat bottom center;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#video {
  opacity: 0.3;
  object-fit:cover;
  height: 430px;
  width:100%;
  z-index: -100;
  position: absolute;
  top:0;
}

#play {
    background-image:url(images/index/play.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#cgv {
	background-image:url(images/index/cgv.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#politique {
	background-image:url(images/engagement/politique.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#ethique {
	background-image:url(images/engagement/ethique.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#environnement {
	background-image:url(images/engagement/environnement.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#qualite {
	background-image:url(images/index/qualite.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#engagement {
	background-image:url(images/index/engagement.png);
	background-repeat:no-repeat;
	background-position:center;
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#plat, #traction, #torsion, #compression, #horlogerie {
	background-size: auto;
	background-repeat:no-repeat;
	background-position:center;
}

#plat{
	background-image:url(images/index/ressort_plat.png);
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#boites{
	background-image:url(images/index/boites.png);
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#mouvements{
	background-image:url(images/index/mouvements.png);
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#traction{
	background-image:url(images/index/ressort_traction.png);
   -webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#torsion {
	background-image:url(images/index/ressort_torsion.png);
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#compression {
	background-image:url(images/index/ressort_compression.png);
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#horlogerie {
	background-image:url(images/index/ressort_horlo.png);
	background-color: rgba(99,0,1,1);
	-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
		
}

#horlogerie_b {
	background-image:url(images/index/ressort_horlo.png);
	background-color: rgba(99,0,1,1);
	-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
		
}

#robinet {
	background-image:url(images/historique/robinet.png);
	-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#electro {
	background-image:url(images/historique/electro.png);
		-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#horlo {
	background-image:url(images/historique/horlogerie.png);
		-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#sport {
	background-image:url(images/historique/sport.png);
		-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#auto {
	background-image:url(images/historique/auto.png);
		-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#machine {
	background-image:url(images/historique/machine.png);
		-webkit-background-size:cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size:cover;
}

#pressoirs {
	background-image:url(images/boites/pressoirs_m.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#cliquet {
	background-image:url(images/boites/cliquet_m.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#brides {
	background-image:url(images/boites/brides_m.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#compli {
	background-image:url(images/mouvements/compli_m.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
	

}

#onetoone {
	background-image:url(images/qualite/1to1.png);
	background-position:center;
	background-repeat:no-repeat;
}

#sqs {
	background-image:url(images/qualite/logo_sqs.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#reach {
	background-image:url(images/qualite/logo_reach.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#rohs {
	background-image:url(images/qualite/logo_rohs.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}



#iso {
	background-image:url(images/qualite/logos_iso.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#mail {
	background-image:url(images/contact/mail.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#mail_grey {
	background-image:url(images/confidentialite/mail_grey.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}

#phone {
	background-image:url(images/contact/phone.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


#comm {
	background-image:url(images/contact/comm.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}



#maps {
	background-image:url(images/contact/maps.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size:contain;
}


.onetoone {
	width:100%;
	height:auto;
	margin-top:15px;
}


.header {
	display:block;
	height: 80px;
	width:100%;
	max-width:450px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	height:48px;
	margin-top:25px;
	margin-left:15px;
}

.nav-toggle {
	float:right;
	height:40px;
	margin-top:25px;
	margin-right:15px;
	font-size:0.85em;
}

.logo_menu {
	margin-top:8px;
	width:33px;
	height:25px;
	transition: transform 0.4s;
}




.mm-navbar {
	display:none !important;
}

#mm-0 {
	padding:0 !important;
}

.mm-panels > .mm-panel::after, .mm-panels > .mm-panel::before {
    height: 0 !important;
}

.menu_container {	
	height:100%;
    width:100%;
	max-height:none;
	max-width:none;
	margin:0;
}

.mm-menu {
    max-width: none !important;
    min-width: none !important;
    width: 80%;
}


.menu {
	width:100%;
	height:10.777777%;
	font-size:0.7em;
	color:rgba(210,210,210,1.00) !important;
}

.menu_b {
	width:100%;
	height:3%;
	font-size:0.7em;
	color:rgba(210,210,210,1.00) !important;
}



.container {
	 width:100%;
    height:100%;
}

.left {
	display:block;
	width:100%;
	height:100%;
	min-height:450px;
	overflow:hidden;
}


.right {
	display:block;
	width:100%;
	height:auto;
}

.right_container {
	display:block;
	width:100%;
	height:auto;
}



.content {
	text-align:left;
	padding:0;
	margin:0;
	display:block;
	position:relative;
	background-color: transparent;
	max-width:450px;
	max-height:450px;
	height:auto;
	
}


.product {

	max-height:600px;
	
}

.spacer {
	margin-bottom: 20px;
	
}


.square {
	width:88vw;
	margin-left:auto;
	margin-right:auto;
}

.square_medium {
	width:88vw;
	margin-left:auto;
	margin-right:auto;
}



.rectangle {
	width:88vw;
	margin-left:auto;
	margin-right:auto;

}

.rectangle_3_1, .rectangle_half {
	width:88vw;
	margin-left:auto;
	margin-right:auto;
}

.rectangle_3_2 {
	width:88vw;
	margin-left:auto;
	margin-right:auto;
}

.rectangle_1_2 {
	width:88vw;
	margin-left:auto;
	margin-right:auto;
}




.strict {
	height:88vw;
}


.prime {
	display:table;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-size:1.3em;
	line-height:normal;
	text-align:justify;
	margin-top:20px;
	max-width:450px;
	background-color: rgba(0,0,0,0.3)
}

.secondary {
	display:table;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	font-size:1em;
	line-height:normal;
	text-align:justify;
	margin-top:20px;
	margin-bottom: 100px !important;
	max-height: 50%;
	max-width:450px;
	overflow-y: scroll;
	background-color: rgba(0,0,0,0.8)
}

.last {
	margin-bottom:20px;
}

.one {
	background-color:rgba(30,30,30,1.00);
}

.two {
	background-color:rgba(35,35,35,1.00);
}

.three {
	background-color:rgba(40,40,40,1.00);
}

.four {
	background-color:rgba(45,45,45,1.00);
}

.zero {
	background-color:rgba(50,50,50,1.00);
}

.five {
	background-color:rgba(57,0,0,1.00);
}

.six {
	background-color:rgba(72,0,0,1.00);
}

.seven {
	background-color: rgba(87,0,0,1.00);
}

.eight {
	background-color: rgba(102,0,0,1.00);
}

.nine {
	background-color: rgba(117,0,0,1.00);
}

.ten {
	background-color: rgba(132,0,0,1.00);
}

.eleven {
	background-color: rgba(147,0,0,1.00);
}

.grey_one {
	background-color:rgba(30,30,30,1.00);
}
	

.red, .grey, .m_lure, .francais, .allemand {
	-ms-transition: background-color 0.5s ease-in-out;/* transition pour Chrome et Safari */
    -webkit-transition: background-color 0.5s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: background-color 0.5s ease-in-out;/* transition pour Firefox */
    -o-transition: background-color 0.5s ease-in-out;/* transition pour Opéra */
    transition: background-color 0.5s ease-in-out;
}

.red:hover, .red:active {
	background-color:rgba(184,4,4,1);
}

.grey:hover, .m_lure:hover, .grey:active, .m_lure:active {
	background-color:rgba(210,210,210,1);
}

.offre, .vente {
	-ms-transition: color 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -webkit-transition: color 0.3s ease-in-out;/* transition pour Chrome et Safari */
    -moz-transition: color 0.3s ease-in-out;/* transition pour Firefox */
    -o-transition: color 0.3s ease-in-out;/* transition pour Opéra */
    transition: color 0.3s ease-in-out;
}

.vente:hover{
	color:rgba(30,30,30,0);
}

.offre:hover{
	color:rgba(210,210,210,0);
}




.text, .title {	
	text-align: left !important;
	font-size:1.05em;
}

.title {
	text-transform:uppercase;
}




.dim {	
    color: rgba(100,100,100,1.00);
}

.ghost {
	display:none;
}

.lure {
	height:100%;
	width:100%;
	display:inline-block;
}




.main_wrap {
	height:100%;
	display:table-cell;
	vertical-align:top;
}

.long_text {
	height:1000px !important;
	overflow: hidden;
}

.lure p {
  display:block;
  margin:15px;
}

.confidentialite p {
  margin-top:5px !important;
  margin-bottom:5px !important;
}

.lure #texttop {
  line-height:100%;
  vertical-align:top !important;
  text-align:left !important;
}

.notitle {
	margin-top:-42px !important;
}

.specs, .text {
	line-height:1.2em;
	font-size: 1.2em;
}



.horlo {
	color: rgba(99,0,1,0.9);	
}



.footer {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	height:30px;
	background-color:rgba(0,0,0,1);
}
.adresse {
	width:140px;
	margin-bottom:30px;
	margin-left:15px;
}

.scrolldown {
	display:block;
	position:fixed;
	bottom:15px;
	right:15px;
	width:39px;
}


 .lure_button {
	width: 100%;
	 height: 100%;
}

 .offre {
	font-size: 1.2em !important;
	text-align: center !important;
	margin:20px;
	padding: 30px;
	background-color: rgba(184,4,4,1);
}

 .vente {
	font-size: 1.2em !important;
	text-align: center !important;
	margin: 20px;
	padding: 30px;
	background-color:rgba(210,210,210);
	color:rgba(30,30,30,1.00);

}


@media (min-width: 765px)  {	/* remplacer par and (max-device-width : 640px)*/	



.fond_traction {
   background: url(images/produits/fond_traction.jpg) no-repeat center center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_compression {
   background: url(images/produits/fond_compression.jpg) no-repeat center center;
 -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_torsion {
   background: url(images/produits/fond_torsion.jpg) no-repeat center center;
   -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.fond_flexion {
   background: url(images/produits/fond_flexion.jpg) no-repeat center center;
  -webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}


	
#video {

  height: 100%;

}



#pressoirs {
	background-image:url(images/boites/pressoirs.png);
}

#brides {
	background-image:url(images/boites/brides.png);
}

#cliquet {
	background-image:url(images/boites/cliquet.png);
}

#compli {
	background-image:url(images/mouvements/compli_t.png);
	min-height: 300px;
}

#horlogerie_b {
	background-image:url(images/index/ressort_horlo_b.png);
}


.one {
	background-color:rgba(30,30,30,1.00) !important;
}

.two {
	background-color:rgba(35,35,35,1.00) !important;
}

.three {
	background-color:rgba(40,40,40,1.00) !important;
}


.header {
	width:94%;
	max-width:none;
	margin-left:3%;
	margin-right:3%;
	height:85px;
}

.menu_container {
	margin-top:0;
	margin-bottom:20vh;
}

.logo, .nav-toggle {
	margin-left:0;
	margin-right:0;
	font-size:inherit;
}

.logo{
	height:55px;
}

.mm-menu {
    max-width: none !important;
    min-width: none !important;
    width: 90%;
}

.menu {
	font-size:1em;
}

.logo_menu {
	width:38px;
	height:33px;
}




.left {
	display:block;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:700px;
}

.right {
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.right_container {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}

.content {
	max-width:none;
	max-height:none;
	float: left;
	
}

.text, .title {	
	font-size:1.1em;
}

.spacer {
	margin-bottom: 0;
	
}

.square {
	width:33.3333%;
	height:33.3333vw;

}
	

.square_medium {
	width:50%;
	height:33.3333vw;

}
	


.rectangle {
	width:66.6666%;
	height:33.3333vw;

}

.rectangle_1_2 {
	width:33.3333%;
	height:66.6666vw;
}

.rectangle_3_1 {
	width:33.33333%;
	height:33.33333vw;
}
	
	.bouton_boite{
		width: 50%;
	}
	
	
#iso {
	width:100%;
}
	
.rectangle_half {
	height:auto;
	min-height:0;
	width: 100%;
}


.rectangle_3_2 {
	height:33.3333vw;
	width: 100%;
}

.product {
	height:auto;
}


.prime {
	display:table;
	width:94%;
	max-width:none;
	color:rgba(210,210,210,1.00);
	margin-left:3%;
	margin-right:3%;
	margin-top:50px;
	font-size:2.2em;
	line-height:normal;
	text-align:justify;
}
	
.secondary {
	display:table;
	width:94%;
	max-width:none;
	color:rgba(210,210,210,1.00);
	margin-left:3%;
	margin-right:3%;
	margin-top:50px;
	font-size:1.4em;
	line-height:normal;
	text-align:justify;
	background-color: rgba(0,0,0,0.8)
	}

.ghost {
	display:inherit;
}
	
.overghost {
	display:none;
}


.lure p {
  display:block;
  margin:15px !important;
}
	
.confidentialite p {
  margin-top:5px !important;
  margin-bottom:5px !important;
}

.footer {
	width:94%;
	margin-left:3%;
	margin-right:3%;
}

.adresse {
	margin-left:0;
}

}


@media (min-width: 960px) {

.text, .title {	
	font-size:1.2em;
	line-height:1.2 em;
}

.lure p {
  margin:20px !important;
}
	
.confidentialite p {
  margin-top:7px !important;
  margin-bottom:7px !important;
}
	
.logo_menu {
	width:43px;
	height:43px;
}

.logo {
	height:65px;
}

.product {
	height:auto;
}

}

@media (min-width: 1350px) and (max-aspect-ratio: 7/5) {

	
#compli {
	background-image:url(images/mouvements/compli.png);
		min-height:none;
}
	
.menu_container {	
	height:100vh;
    width:100vh;
	max-height:none;
	max-width:70vw;
	margin:0;
}

.mm-menu {
    min-width: 1086px !important;
    max-width: 70vw !important;
    width: 100vh;
}

html.mm-opening .logo_menu {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.onetoone {
	margin-top:10px;
	width:66%;
	margin-left:17%;
	margin-right:17%
}

.header {
	height: auto;
	width:100%;
	padding:0;
	margin-left:0;
	margin-right:0;

}

.logo_menu {
	height:35px;
	width:35px;
	margin-top:10px;
}

.logo {
	margin-top:30px;
	height:57px;
	margin-left:50px;
}


.navigator {
	width:40%;
}

.nav-toggle {
	float:right;
    display: block;
	width:120px;
    margin:0;
}

.front {
	float:right;
	margin:20px;
	margin-right:50px;
	margin-top:30px;
}

.container {
	position:inherit;
	 width:100vw;
    height:100vh;
	margin-bottom:0;
}

.left {
	position:inherit;
	width:auto;
	min-width:none;
    height:100%;
	margin:0;
	float:none;
	min-height: inherit;
}


.right {
	position:inherit;
	height:100%;
    width:100vh;
	max-width:70vw;
	min-width:none;
    float:right;
	margin:0;
    background-color: rgba(57,0,0,1.00);

}

.right_container {
	max-width:70vw;
	min-width: none;
	width:100vh;
	display:block;
	height:100vh;
	max-height:70vw;
	overflow:auto;
	position:fixed;
	right:0;
	top:0;
	margin:0;
	
}

.content {
	text-align:left;
	max-width:none;
	padding:0;
	margin:0;
	float:left;
	display:block;
	position:relative;
	min-height:282px;
	
}

.prime {
	display:block;
	top:0;
	width:100% !important;
	font-size:2.2em;
	line-height:normal;
	margin:auto;
	margin-top:100px;
	padding-left:50px;
	padding-right:50px;
}
	
.secondary {
	display:block;
	top:0;
	width:100% !important;
	font-size:1.4em;
	line-height:normal;
	margin:auto;
	margin-top:100px;
	padding-left:50px;
	padding-right:50px;
	background-color: rgba(0,0,0,0.8)
	}


.square {
	width:33.3333%;
	height:33.3333%;

}
	
.square_medium {
	width:50%;
	height:33.3333%;

}

.rectangle {
	width:66.6666%;
	height:33.3333%;
}

.rectangle_1_2 {
	width:33.3333%;
	height:66.6666%;
	min-height:564px;
}

.rectangle_3_1 {
	width:100%;
	height:33.3333%;
}
	
.rectangle_half {
	width:100%;
	height:16.66666%;
	min-height:0;
}



.rectangle_3_2 {
	width:100%;
	height:66.6666%;
	min-height:564px;
}


.text, .title {
	text-align:left;
	font-size:1em;
	line-height:1em;
	
}

.specs, .text {
	font-size:1.15em;
}

.main_text {
	display:block;
	text-align: justify !important;
}

.lure p {
  margin:30px !important;
}
	
.confidentialite p {
  margin-top:10px !important;
  margin-bottom:10px !important;
}
	


.stealth {
	display:inine-block;
	background-color:transparent;
}


.ghost, .overghost {
	display: inherit;
}

.last {
	margin-bottom:0;
}
	
.offre, .vente {
	font-size: 1.5em !important;
}

.footer {
	position:fixed;
	bottom:0;
	width:40%;
	margin:0;
	padding:0;
	height:auto;
	background-color:transparent;
}
.adresse {
	width:180px;
	margin-left:50px;
	margin-bottom:5%;
}

.scrolldown {
	display:none;
}
}

@media (min-width: 1550px) {


.text, .title {
	font-size:1.2em;
	line-height:1.2em;
	
}

.logo_menu {
	height:42px;
	width:42px;
	margin-top:10px;
}

.logo {
	margin-top:30px;
	height:67px;
	margin-left:30px;
}

.front {
	margin-top:30px;
	margin-right:30px;
}

.prime {
	padding-left:30px;
	padding-right:30px;
}
	
.secondary {
	padding-left:30px;
	padding-right:30px;
}



}

@media (min-width: 1350px) and (min-aspect-ratio: 7/5) {
	
#compli {
	background-image:url(images/mouvements/compli.png);
		min-height:none;
}
.menu_container {	
	height:100vh;
    width:100vh;
	max-height:none;
	max-width:none;
	margin:0;
}

.mm-menu {
    max-width: none !important;
    width: 100vh;
}

html.mm-opening .logo_menu {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}

.onetoone {
	margin-top:10px;
	width:66%;
	margin-left:17%;
	margin-right:17%
}

.header {
	height: auto;
	width:100%;
	padding:0;
	margin-left:0;
	margin-right:0;

}

.logo_menu {
	height:46px;
	width:46px;
	margin-top:10px;
}

.logo {
	margin-top:30px;
	height:76px;
	margin-left:50px;
}


.navigator {
	width:40%;
}

.nav-toggle {
	float:right;
    display: block;
	width:120px;
    margin:0;
}

.front {
	float:right;
	margin:20px;
	margin-right:50px;
	margin-top:30px;
}

.container {
	position:inherit;
	 width:100vw;
    height:100vh;
	margin-bottom:0;
}

.left {
	position:inherit;
	width:auto;
    height:100%;
	margin:0;
	float:none;
	min-height: inherit;
}


.right {
	position:inherit;
	height:100%;
    width:100vh;
    float:right;
	margin:0;
    background-color: rgba(57,0,0,1.00);

}

.right_container {
	width:100vh;
	display:block;
	height:100vh;
	overflow:auto;
	position:fixed;
	right:0;
	top:0;
	margin:0;
	
}

.content {
	text-align:left;
	max-width:none;
	padding:0;
	margin:0;
	float:left;
	display:block;
	position:relative;
	
}

.prime {
	display:block;
	top:0;
	width:100% !important;
	font-size:2.4em;
	line-height:normal;
	margin:auto;
	margin-top:50px;
	padding-left:50px;
	padding-right:50px;
}
	
.secondary {
	display:block;
	top:0;
	width:100% !important;
	font-size:1.4em;
	line-height:normal;
	margin:auto;
	margin-top:50px;
	padding-left:50px;
	padding-right:50px;
	background-color: rgba(0,0,0,0.8)
	}


.square {
	width:33.3333%;
	height:33.3333%;

}
	
.square_medium {
	width:50%;
	height:33.3333%;

}

.rectangle {
	width:66.6666%;
	height:33.3333%;
}

.rectangle_1_2 {
	width:33.3333%;
	height:66.6666%;
}

.rectangle_3_1 {
	width:100%;
	height:33.3333%;
}
	
.rectangle_half {
	width:100%;
	height:16.6666%;
	min-height:0;
}
	
.vente {
	font-size: 1em !important;

}



.rectangle_3_2 {
	width:100%;
	height:66.6666%;
}
	
.reduced{
	width:100%;
	height:50%;
}


.text, .title {
	text-align:left;
	font-size:1.3em;
	line-height:1.2em;
	
}

.specs, .text {
	font-size:1.5em;
}

.main_text {
	display:inline-block;
	text-align: justify !important;
}

.lure p {
  margin:30px !important;
}
	
.confidentialite p {
  margin-top:10px !important;
  margin-bottom:10px !important;
}

.stealth {
	display:inine-block;
	background-color:transparent;
}


.ghost, .overghost {
	display: inherit;
}
	

.last {
	margin-bottom:0;
}

.footer {
	position:fixed;
	bottom:0;
	width:40%;
	margin:0;
	padding:0;
	height:auto;
	background-color:transparent;
}
.adresse {
	width:180px;
	margin-left:50px;
	margin-bottom:5%;
}

.scrolldown {
	display:none;
}



}

@media (min-width: 1850px) and (min-aspect-ratio: 7/5) {

.prime {
	font-size:2.4em;
}
	
.secondary {
	font-size:1.4em;
	background-color: rgba(0,0,0,0.8)
	}


}

@media (min-width: 2165px) and (min-aspect-ratio: 7/5) {

.logo_menu {
	height:46px;
	width:46px;
}

.logo {
	margin-top:30px;
	height:76px;
}


.prime {
	font-size:3em;
	max-width:930px;
	padding:30px;
}
	
.secondary {
	font-size:1.4em;
	max-width:930px;
	padding:30px;
	background-color: rgba(0,0,0,0.8)
	}

.adresse {
	margin-left:50px;
	margin-bottom:30px;
}


}

@media (max-height: 1080px) and (min-aspect-ratio: 7/5) {


.text, .title {
	font-size:1.1em;
	line-height:1.1em;
	
}

.specs, .text {
	font-size:1.3em;
}

.lure p {
  margin:15px !important;
}
	
.confidentialite p {
  margin-top:5px !important;
  margin-bottom:5px !important;
  
}



.logo_menu {
	width :40px;
	height:40px;
}

.logo {
	
	height:65px;
}




}

@media screen and (min-aspect-ratio: 7/5) {
	

}