body{
	overflow-x: hidden;
	overflow-y: auto;
}

@media screen and (min-width: 320px){
	.navbar{
		width: 100%;
		height: auto;
		min-height: 45px;
		padding: 5px 0;
		text-align: center;
	}
	.navbar:after{
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		height: 10px;
		width: 100%;
		background: url(../img/frise.svg) repeat-x left bottom;
	}
	
	#contact{
		/*height: auto !important;
		min-height: 0 !important;*/
	}
	
	.reseau{
		margin: 0;
		padding: 0 20px 20px 20px;
		float: none;
		text-align: center;
	}
	.reseau li{
		float: none;
		display: inline-block;
		margin: 0 5px;
	}
	.middle{
		/*display: block;*/
	}
	.info{
		display: block;
		padding: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.info img{
		max-width: 100%;
		height: auto;
	}
	
	#contact p{
		font-size: 10px;
	}
	
	.copy{
		/*position: static;*/
	}
	
	.content-gallery.active{
		z-index: 9999;
	}
	#typed {
	  font-size: 15px;
	}
	.bienvenue {
	  font-size: 15px;
	}
	.fleche {
	  font-size: 16px;
	}
	.fondlogo {
		max-width: 60%;
		padding-top: 20%;
	}
/*	.fondlogo {
	  position: relative;
	  z-index: 9;
	  margin: auto;
	  box-sizing:border-box;
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: 10%;
      max-width: 60%;
      left: 10%;
	  right: 10%;
	}*/
}


@media screen and (min-width: 320px) and (max-width: 649px) {
	body.overflow{
		overflow: hidden;
	}

	.mobile-menu{
		z-index: 10;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 12px;
		height: 30px;
		width: 30px;
		display: block;
	}
	.mobile-menu span{
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
		width: 18px;
		margin: 13px auto;
		display: block;
		height: 3px;
		position: relative;
		background-color: #fff;
		border-radius: 15px;
	}
	.mobile-menu span:after, 
	.mobile-menu span:before{
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		height: 3px;
		border-radius: 15px;
		background-color: #fff;
		-webkit-transform-origin: center center;
		   -moz-transform-origin: center center;
				transform-origin: center center;
		-webkit-transition-duration: 0.3s, 0.3s;
		   -moz-transition-duration: 0.3s, 0.3s;
				transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		   -moz-transition-delay: 0.3s, 0s;
				transition-delay: 0.3s, 0s;
	}
	.mobile-menu span:after{
		bottom: -6px;
		-webkit-transition-property: bottom, transform;
		   -moz-transition-property: bottom, transform;
				transition-property: bottom, transform;
	}
	.mobile-menu span:before{
		top: -6px;
		-webkit-transition-property: top, transform;
		   -moz-transition-property: top, transform;
				transition-property: top, transform;
	}
	.navbar.active .mobile-menu span{
		background: none;
	}
	.navbar.active .mobile-menu span:after, 
	.navbar.active .mobile-menu span:before{
		-webkit-transition-delay: 0s, 0.3s;
		   -moz-transition-delay: 0s, 0.3s;
				transition-delay: 0s, 0.3s;
	}
	.navbar.active .mobile-menu span:before{
		top: 0;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.navbar.active .mobile-menu span:after{
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	
	.navbar .nav{
		margin: 0;
		position: relative;
		background: none;
		left: 0;
		width: 100%;
		padding-top: 20px;
		text-align: center;
		height: auto;
		display: none;
		clear: both;
	}
	.navbar .nav li{
		float: none;
	}
	.navbar .nav a{
		display: block;
		width: 100%;
		height: auto;
		padding: 17px 0;
		font-size: 13px;
	}
	.navbar .nav a:hover{
		background: none;
		color: #364b5c;
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	.link-logo{
		display: block;
		text-align: center;
				max-width: 120px;
		margin: 0 auto;
		max-width: 120px;
		height: auto;
		width: auto;
		float: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	
	.petitlogo{
		display: block;
		margin: 0 auto;
		max-width: 120px;
		height: auto;
		width: auto;
		float: none;
	}
	
	.og-grid li{
		height: auto !important;
		margin: 10px 0px 0 0px;
		max-width: 100%;
	}
	.og-grid li > a, .og-grid li > a img{
		margin: 0 auto;
	}
	.typing{
	  bottom:30%;
	}
	#typed {
	  font-size: 15px;
	}
	.bienvenue {
	  font-size: 15px;
	}
	.fleche {
	  font-size: 16px;
	}
	.fondlogo {
		max-width: 60%;
		padding-top: 20%;
	}
/*	.fondlogo {
	  position: relative;
	  z-index: 9;
	  margin: auto;
	  vertical-align: middle;
	  margin-top: 5%;
	  left: 25%;
	  right: 10%;
      box-sizing:border-box;
      max-width: 50%;
	}*/
}


@media screen and (min-width: 320px) and (max-width: 780px) {

	.lightbox, .lightboxOverlay{
		display: none !important;
	}
	.content-gallery .image-gallery .bx-viewport a:hover{
		background: none;
	}
	.content-gallery{
		height: 100% !important;
		position: fixed;
		top: 0;
		margin: 0 !important;
	}
	.content-gallery{
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.content-gallery .right-gallery{
		display: block;
		width: 100%;
		padding: 0;
		margin: 20px 0 20px 0;
	}
	.content-gallery .image-gallery{
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 85px auto 20px auto;
		max-width: 500px;
	}
	.content-gallery .slider-gallery ul li{
		line-height: 1 !important;
	}
	.content-gallery .image-gallery img{
	}
	.content-gallery .slider-gallery .bx-controls-direction{
		display: none;
	}
	
	.content-gallery .slider-gallery >div{
		margin: 0;
	}
	
	.content-gallery .title-gallery h2{
		font-size: 20px;
	}
	.content-gallery .title-gallery p, 
	.content-gallery .info-gallery p{
		font-size: 14px;
	}
	.logo{
		  height: 50%;
	}
	#typed {
	  font-size: 15px;
	}
	.bienvenue {
	  font-size: 15px;
	}
	.fleche {
	  font-size: 16px;
	}
	.typing{
	  bottom:35%;
	}
	.fondlogo {
		max-width: 60%;
		padding-top: 20%;
	}
/*	.fondlogo {
	  position: relative;
	  z-index: 9;
	  margin: auto;
	  box-sizing:border-box;
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: 10%;
      max-width: 60%;
      width: 50%;
      left: 25%;
	  right: 10%;
	}*/

}

@media screen and (min-width: 650px) {
	.link-logo{
		position: absolute;
		top: 10px;
		left: 15px;
	}
	.petitlogo{
		float: none;
		margin-left: 20px;
		margin-top: 0px
	}
	
	.navbar{
		padding: 0;
	}
	.nav{
		margin: 0;
		height: auto;
		padding: 30px 0;
	}
	.link{
		width: 160px;
		height: auto;
		margin: 0;
		padding: 12px 0px;
		background-size: 100% 100% !important;
	}
	.menu{
		float: none;
		display: inline-block;
		margin: 0;
		margin-left: 20px;
	}
	
	.info{
		padding: 0;
		width: 100%;
	}
	
	.navbar{
		text-align: left;
	}
	.navbar .nav{
		padding-left: 125px;
	}
	.typing{
	  bottom:30%;
	}
	#typed {
	  font-size: 18px;
	}
	.bienvenue {
	  font-size: 18px;
	}
	.fleche {
	  font-size: 19px;
	}
	.fondlogo {
		max-width: 35%;
		padding-top: 14%;
	}
/*	.fondlogo {
	  width: 50%;
	  position: relative;
	  z-index: 9;
	  margin: auto;
	  box-sizing:border-box;
	  display: inline-block;
	  vertical-align: middle;
	  margin-top: 5%;
      max-width: 50%;
      left: 30%;
	  right: 10%;
	}*/

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.fondlogo {
	    max-width: 45%;
	    padding-top: 17%;
	}

@media only screen and (max-width : 1368px) {
	.fondlogo {
	max-width: 35%;
    padding-top: 15%;
	}
