/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  modifier - Fabien Wajcman - DUO-internet.com
  Site - http://dallasbass.com
*/


[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

[class*='col-'] {
	float: left;
  	min-height: 1px;
	padding-right: 20px; /* column-space */
	position:relative;
}

[class*='col-'] [class*='col-']:last-child {
	padding-right: 0;
}
/* règle générale pour header */
.headerSite{
  background: white!important;
  position:fixed;
  z-index: 999!important;
}
.grid {
	width: 100%;
	max-width: 1600px;
	min-width: 748px; /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding-top: 20px;
	padding-left: 50px;
	margin-bottom: 20px;
	padding-bottom: 20px /* grid-space to left */
	padding-right: 0; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}

.col-2-2 {
	width: 100%;
	padding-top: 100px;
	padding-left: 40px;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}
footer{
    float:left;
    clear: both;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
 }


 /*.footer p{
  font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
  }*/
/****************************************/
/*            ECRAN ORDINATEUR          */
/****************************************/

@media only screen and (min-width: 768px){
.hamburger, .navMobile, .indexMobile{display:none!important;}
.headerSite{
  text-decoration: none;
  width:100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
}
h1 { 
	font-family: 'Helvetica Neue LT Std';
	font-weight: 500;
	font-size: 40px;
	padding: 7% 0 0;
	margin-bottom: 10%;
	text-align: right;
	border-bottom: 0.5px solid;
	color: #26C4EC;
}

@keyframes cercle {
    0%   { width:60px; height:60px; margin-right: 2px; margin-bottom: 1px;}
    50%  {width:70px; height:70px; margin-right: 2px; margin-bottom: 1px;}
    100% { width:60px; height:60px; margin-right: 2px; margin-bottom: 1px;}
}

.pointp1{
  display: block;
  position: absolute;
  background:#FF007F;
  border-radius:50%;
  width:60px;
  height:60px;
 text-decoration: none;
 left:48%;
 top: 48%;
   animation-name: cercle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.pointp1shadow{
  display: block;
  position: absolute;
  background:none;
  border-radius:50%;
  width:74px;
  height:74px;
 text-decoration: none;
 /*left:45%;
 top: 45%;*/
 z-index: 999;
 cursor:pointer;
}


.index.intro h1{
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-stretch: condensed;
  font-weight: 200;
  font-size: 40px;
  color: black;
  border-bottom: 0px;
  position: relative;
  z-index: 3;
  text-align: center;

  width: 100%;
  line-height:110%;
  padding-top: 3%;
  padding-left: 0px;
}


.intro {
  display: block;
  height: 97vh;
  width: 97vw;
  background: url('images/dessin.jpg');
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.blocAdresse{
  width:100%;
  background: rgba(255, 255, 255);
  position: absolute;
  z-index: 999;
  bottom:0;
}
.main{
  position:relative;
  z-index: 10;
}
.illu{
  /*width:60%; 
  height:60%;*/
  text-align: center;
  margin-left: 10%;
 }
.listLifting{
  padding-left: 15px;
}
.right{
  height:100%;
  overflow: hidden;
  background: yellow;
}
.image-p2{
  position:fixed;
  z-index: 1;
  padding-top: 10px;
}
aside{
  text-align: center;
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 200;
  font-size: 35px;
  line-height: 37px;
  color: black;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
 }


 .footer p{
 float: right;
 margin-right: 10%;
  font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
  }
	

}


/****************************************/
/*        ECRAN TABLETTE PAYSAGE        */
/****************************************/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles pour cette Media Queries */
body{
	
}
.headerSite{
  position: fixed;
  z-index: 3000;
  text-decoration: none;
  width:100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 10px;

  }
.indexMobile{display:block!important;}
.indexMobile h1{
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-stretch: condensed;
  font-weight: 200;
  font-size: 50px;
  color: black;
  border-bottom: 0px;
  position: relative;
  z-index: 3;
  text-align: center;
  top: calc(50% - 20px);
  width: 100%;
  line-height:110%;
  padding-top: 3%;
  padding-left: 0px;
}

@keyframes cercle {
    0%   { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
    50%  {width:55px; height:55px; margin-right: 2px; margin-bottom: 1px;}
    100% { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
}

.pointp1{
  display: block;
  position: absolute;
  background:#FF007F;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:48%;
 top: 48%;
   animation-name: cercle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.pointp1shadow{
  display: block;
  position: absolute;
  background:none;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:25%;
 top: 25%;
 z-index: 999;
 cursor:pointer;
}
.intro {
  display: block;
  height: 97vh;
  width: 97vw;
  background: url('images/dessin.jpg');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.blocAdresse{
  width:100%;
  background: rgba(255, 255, 255);
  position: absolute;
  z-index: 999;
  bottom:0;
}
aside{
	width:33.333333%!important;
	float:left;
	/*clear:left;*/
  text-align: center!important;
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 200;
  font-size: 24px;
  color: black;
}
.index, .navScreen{display:none;}
.headerSite{
	background: white;
	height:100px!important;
}
.main{
	padding-top: 90px!important;
}
.navMobile {
	overflow: hidden;
	display:block!important;
	position: fixed;
	right:0;
}
.navMobile ul {
	padding: 15px 0 ;
}
.navMobile li{
	clear: both;
	text-align:right;
	padding-right: 20px;
}
	/* menu hamburger*/
.hamburger{display:block !important;}
.hamburgerIcon{
  position:static;
  display:block;
  float:left;
  width: 35px;
  height: 50px;
  cursor:pointer;
}
.hamburgerIcon .iconBurger{
  position:absolute;
  display:block;
  width:1rem;
  height: 0;
  top:8px;
  left:8px;
  box-shadow: 0 10px 0 1px #26C4EC, 0 16px 0 1px #26C4EC, 0 22px 0 1px #26C4EC;
}

#hamburgerMenu{
	background: white;
  box-shadow: 3px 3px 5px #CCC;
  clear:left;
  display:none;
  position:absolute;
  top:0px;
  left:35px;
  z-index: 999;
  padding: 10px 10px 0;
}
#hamburgerMenu li{
  margin:5px 0;
}
#hamburgerMenu li a{
  font-family: 'Helvetica Neue LT Cn';
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
  border-bottom: none;
  color:#000;
}
.main{padding-top: 40px;}
.image-p2 a{display:none;}

footer{
    float:left;
    clear: both;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
 }


 .footer p{
  font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
  }
}

/****************************************/
/*         ECRAN TABLETTE PORTRAIT      */
/****************************************/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles pour cette Media Queries */
.right{display:none!important;}
.index, .navScreen{display:none!important;}
.headerSite{
  position: fixed;
  z-index: 3000;
  text-decoration: none;
  width:100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 10px;

  }
.indexMobile{display:block!important;}
.indexMobile h1{
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-stretch: condensed;
  font-weight: 200;
  font-size: 50px;
  color: black;
  border-bottom: 0px;
  position: relative;
  z-index: 3;
  text-align: center;
  top: 0;
  width: 100%;
  line-height:110%;
  padding-top: 3%;
  padding-left: 0px;
}

@keyframes cercle {
    0%   { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
    50%  {width:55px; height:55px; margin-right: 2px; margin-bottom: 1px;}
    100% { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
}

.pointp1{
  display: block;
  position: absolute;
  background:#FF007F;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:48%;
 top: 48%;
   animation-name: cercle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.pointp1shadow{
  display: block;
  position: absolute;
  background:none;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:25%;
 top: 25%;
 z-index: 999;
 cursor:pointer;
}
.intro {
  display: block;
  height: 97vh;
  width: 97vw;
  background: url('images/dessin.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.blocAdresse{
  width:100%;
  background: rgba(255, 255, 255);
  position: absolute;
  z-index: 999;
  bottom:0;
}
aside{
	width:100%!important;
	float:left;
	clear:left;
  text-align: center!important;
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 200;
  font-size: 24px;
  color: black;
}
.headerSite{
	background: white;
	height:100px!important;
}
.main{
	padding-top: 80px;
}
.navMobile {
	display:block!important;
	position: static;
	right:5px;
	top:2px;
}
.navMobile ul {
	padding: 15px 0 ;
}
.navMobile li{
	text-align:right;
	padding-right: 20px;
}
	/* menu hamburger*/
.hamburger{display:block!important;}
.hamburgerIcon{
  position:static;
  display:block!important;
  float:left;
  width: 35px;
  height: 50px;
  cursor:pointer;
}
.hamburgerIcon .iconBurger{
  position:absolute;
  display:block;
  width:1rem;
  height: 0;
  top:8px;
  left:8px;
  box-shadow: 0 10px 0 1px #26C4EC, 0 16px 0 1px #26C4EC, 0 22px 0 1px #26C4EC;
}

#hamburgerMenu{
	background: white;
  box-shadow: 3px 3px 5px #CCC;
  clear:left;
  display:none;
  position:absolute;
  top:0px;
  left:35px;
  z-index: 999;
  padding: 10px 10px 0;
}
#hamburgerMenu li{
  margin:5px 0;
}
#hamburgerMenu li a{
  font-family: 'Helvetica Neue LT Cn';
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
  border-bottom: none;
  color:#000;
}
h1 { 
	font-family: 'Helvetica Neue LT Std';
	  font-weight: 500;
	  font-size: 40px;
	  padding-top: 0%;
	  padding-right: 0px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	  text-align: right;
	  border-bottom: 0.5px solid;
	  color: #26C4EC;
	}
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}  

	[class*='col-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
	}

	[class*='col-'] [class*='col-'] {
		padding-right: 0;
	}

	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin: 0 0 10px;
		padding-left: 0;
		padding-right: 10px; /* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}

footer{
    float:left;
    clear: both;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
 }


 .footer p{
  font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
  }
}
/****************************************/
/*               ECRAN MOBILE           */
/****************************************/


@media handheld, only screen and (max-width: 767px) {
.right{display:none!important;}
.index, .navScreen{display:none!important;}
.headerSite{
  position: fixed;
  z-index: 3000;
  text-decoration: none;
  width:100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 10px;

  }
.indexMobile h1{
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-stretch: condensed;
  font-weight: 200;
  font-size: 50px;
  color: black;
  border-bottom: 0px;
  position: relative;
  z-index: 3;
  text-align: center;
  top: 0;
  width: 100%;
  line-height:110%;
  padding-top: 3%;
  padding-left: 0px;
}

@keyframes cercle {
    0%   { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
    50%  {width:55px; height:55px; margin-right: 2px; margin-bottom: 1px;}
    100% { width:45px; height:45px; margin-right: 2px; margin-bottom: 1px;}
}

.pointp1{
  display: block;
  position: absolute;
  background:#FF007F;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:48%;
 top: 48%;
   animation-name: cercle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.pointp1shadow{
  display: block;
  position: absolute;
  background:none;
  border-radius:50%;
  width:45px;
  height:45px;
 text-decoration: none;
 left:25%;
 top: 25%;
 z-index: 999;
 cursor:pointer;
}
.intro {
  display: block;
  height: 97vh;
  width: 97vw;
  background: url('images/dessin.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow:hidden;
}
.blocAdresse{
  width:100%;
  background: rgba(255, 255, 255);
  position: absolute;
  z-index: 999;
  bottom:0;
}
aside{
	width:100%!important;
	float:left;
	clear:left;
  text-align: center!important;
  font-family: 'Helvetica Neue LT Cn';
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 200;
  font-size: 24px;
  color: black;
}
.headerSite{
	background: white;
	height:100px!important;
}
.navMobile {
	position: static;
	right:5px;
	top:2px;
}
.navMobile ul {
	padding: 15px 0 ;
}
.navMobile li{
	text-align:right;
	padding-right: 20px;
}
	/* menu hamburger*/
.hamburgerIcon{
  position:static;
  display:block;
  float:left;
  width: 35px;
  height: 50px;
  cursor:pointer;
}
.hamburgerIcon .iconBurger{
  position:absolute;
  display:block;
  width:1rem;
  height: 0;
  top:8px;
  left:8px;
  box-shadow: 0 10px 0 1px #26C4EC, 0 16px 0 1px #26C4EC, 0 22px 0 1px #26C4EC;
}

#hamburgerMenu{
	background: white;
	box-shadow: 3px 3px 5px #CCC;
  clear:left;
  display:none;
  position:absolute;
  top:0px;
  left:35px;
  z-index: 999;
  padding: 10px 10px 0;
}
#hamburgerMenu li{
  margin:5px 0;
}
#hamburgerMenu li a{
  font-family: 'Helvetica Neue LT Cn';
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
  border-bottom: none;
  color:#000;
}
.main{
	padding-top: 100px;
}
aside{
	text-align: left;
}
h1 { 
	font-family: 'Helvetica Neue LT Std';
	  font-weight: 500;
	  font-size: 35px!important;
	  padding-top: 1%;
	  padding-right: 0px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	  text-align: right;
	  border-bottom: 0.5px solid;
	  color: #26C4EC;
}
.illu{
	width: 100%;
	text-align: center;
}	
.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
}

[class*='col-'] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
}

[class*='col-'] [class*='col-'] {
		padding-right: 0;
}

	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin: 0 0 10px;
		padding-left: 0;
		padding-right: 10px; /* column-space */
		padding-bottom: 0;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}

footer{
    float:left;
    clear: both;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
 }


 .footer p{
  font-family: 'Helvetica LT Std';
  font-weight: 200;
  font-size: 8px;
  }
}

