/* Large Desktop
==================================================================================================== */
@media (min-width: 1200px) {

header nav {
	right: 50px;
}
header a{
	font-size: 12px;
	padding: 0px 15px;
	letter-spacing: 1px;
}
.flex, .deux-col-image-texte, .deux-col-egal, .trois-col-egal {
	max-width: 1380px;
}
.flex.full {
	max-width: 100%;
}
}





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

@media (max-width: 1025px) {
#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: 180px;
	top: 15px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
}
#mobile-header #responsive-logo img{
	width: 100%;
	height: auto;
}
header{
	display: none;
}
#main {
	padding-top: 60px;
}
#page, #page.defaut{
	padding: 40px 0;
}
.parallax{
	height: 300px;
	background-position: center center;
	background-size: cover;
}
.parallax{
	width:100%; 
	height: 300px;
	background-attachment:inherit;
	background-repeat:no-repeat;
	position:relative;
	background-position: center center;
	background-size: cover;
}
.titre-parallax-page {
	font-size: 28px;
	line-height: 36px;
}
.sous-titre-parallax {
	font-size: 24px;
	line-height: 36px;
}
.row {
	padding: 0 15px;
}
.deux-col-image-texte .col-image, .deux-col-egal .col-image,.deux-col-egal .col-video, .deux-col-image-texte .col-video {
	width: 100%;
}
.deux-col-image-texte, .deux-col-egal, .trois-col-egal {
	display: block;
	padding: 20px;
}
.deux-col-image-texte .col-texte, .deux-col-egal .col-texte, .trois-col-egal .col-texte {
	width: 100%;
}
.col-image {
	height: 300px;
}
.content-texte{
	padding: 20px;
}
.juste-texte {
	padding: 10px;
}
.col-texte65,.col-texte35 {
	width: 100%;
}
.content-texte h2 {
	font-size: 36px;
	line-height: 44px;
}
.content-texte h3 {
	font-size: 22px;
	line-height: 30px;
}
.grid-sizer,
.grid-item {
  width: 100%;
  margin:1% 0;
  float: none;
}
#presentation {
	padding:50px 0;
	background: #f5f5f5;
}
.flex {
	display: block;
}
#presentation h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}
#presentation h1 span {
	font-size: 16px;
}
#presentation .titre-presentation {
	width: 100%;
}
#presentation .texte-presentation {
	width: 100%;
}
#presentation .texte-presentation .bloc-texte {
	padding-left: 0px;
	padding-right: 0px;
}

#presentation-page {
	padding: 50px 0;
}
#presentation-page h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}
#presentation-page .titre-presentation {
	width: 100%;
}
#presentation-page .texte-presentation {
	width: 100%;
}
#presentation-page .texte-presentation .bloc-texte {
padding-left: 0px;
	padding-right: 0px;
}

.zoom {
	width: 100%;
	float: none;
	height: 400px;
}
.zoom .info-zoom {
	top: 50px;
	left: 30px;
}
.news {
	width: 90%;
}
.content-news {
	padding: 30px;
	border-left: 0px;
}
.content-news .image-rond {
	position: relative;
	left: 0px;
	top: 0%;
	text-align: center;
	transform:translateY(0%);
}
.content-news:hover {
	border-left:0px;
}
.content-news.none {
	height: auto;
}
#bloc-icones .icone {
	text-align: center;
	width: 100%;
}
#realisations .projet {
	width: 100%;
	flex-basis:100%;
padding: 0px;
	margin-bottom: 30px;
}
.galerie {
	padding: 40px 20px;
}
footer {
	text-align: center;
}

}


@media (max-width: 979px) {
  
}


