/* Large Desktop
==================================================================================================== */
@media (min-width: 1200px) {
  header nav a {
    font-size: 14px;
    padding: 0 18px;
  }
}


/*  #Mobile et tablette portrait
==================================================================================================== */

@media (max-width: 1025px) {

	.only-mobile {display: block!important;}
	.no-mobile {display: none!important;}
	#mobile-header{
		position: fixed;
		z-index: 99999;
		display:block;
		height:60px;
		width:100%;
		top:0;
		left:0;
		width: 100%;
		background:#fff;
	   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
		-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
		box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	}
	#mobile-header #responsive-logo {
		width: 60px;
		margin-top: 0px;
		margin-left: -35px;
		position: absolute;
		left: 50%;
	}
	#mobile-header #responsive-logo img{
		width: 100%;
		height: auto;
	}
	header, .pas-mobile,#back-to-top, #top, #sidebar{
		display: none;
	}
	#main {
		padding-top: 60px;
	}

	}
/* #Tablet (Portrait)
==================================================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  /* #mobile-header {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
  }
  #mobile-header #responsive-logo {
    width: 100px;
    margin-top: 12px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
  }
  #mobile-header #responsive-logo img {
    width: 100%;
    height: auto;
  }
  #mobile-header #responsive-menu-button {
    z-index: 9999999;
    display: block;
    text-indent: -9999px;
    width: 20px;
    padding: 17px 0 0 25px;
    height: 56px;
    background: url("../img/nav-icon.png") center center no-repeat;
  } */
  #top,
  .arrow,
  header {
    display: none;
  }
}
/*  #Mobile (Portrait)
==================================================================================================== */
@media (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
  .home-header.parallax {
    height: 550px;
    background-size: cover;
  }
  /* #mobile-header {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
  }
  #mobile-header #responsive-logo {
    width: 100px;
    margin-top: 12px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
  }
  #mobile-header #responsive-logo img {
    width: 100%;
    height: auto;
  }
  #mobile-header #responsive-menu-button {
    z-index: 9999999;
    display: block;
    text-indent: -9999px;
    width: 20px;
    padding: 17px 0 0 25px;
    height: 56px;
    background: url("../img/nav-icon.png") center center no-repeat;
  } */
  #top,
  .arrow,
  header {
    display: none;
  }
}
@media (max-width: 979px) {
  /* #main {
    padding-top: 0;
  } */
}

/*  #Mobile (Paysage)
==================================================================================================== */
@media (max-width: 480px) {
  /* .home-header.parallax {
    height: 330px;
    background-size: cover;
  } */
  /* #main {
    padding-top: 60px;
  } */
  .home #page h2 {
    text-align: left;
  }
  .parallax {
    height: 170px;
	background-position: 50% 50px !important;
  }
	.home-header.parallax h1.entete_titre {
  font-size: 4rem;
}
}
