/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
	}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.wrapper2{
  width: 960px;
  margin: 0 auto;
}
.wrapper3{
  width: 960px;
  margin: 0 auto;

}
.wrapper4{
  width: 780px;
  margin: 0 auto;

}
html{
	font-size:62.5%;
}
main{
  /*background: url(../img/grille-horizontale.png),url(../img/grille-verticale.png) center top repeat-y;*/
}

p{
	font-size: 1.6rem;
	line-height: 2rem;
  font-family: 'Archivo', sans-serif;
  color: #595959; 
 }
 .design{
  font-family: 'Archivo', sans-serif;
  font-size: 1.6rem;
  color: #595959;
  padding-top: 4rem;
  font-weight: bold; 
 }
 span.gaetano{
  font-family:'Archivo Black', sans-serif ;
  text-transform: uppercase;
 }

.create{
  font-family: 'Archivo Black', sans-serif;
  font-size: 5rem;
  color: #595959;
  line-height: 7rem;
  text-align: center;
}
 .create span{
  font-family: 'Archivo Black', sans-serif;
  font-size: 4rem;
  color: #3d3c3d;
  text-align: center;
  text-transform: uppercase;
}
.page1{
	font-size: 9rem;
  color: #3d3c3d;
	text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
}
.page3{
  font-size: 6rem;
  color: #3d3c3d;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  padding-bottom: 5rem;
  padding-top: 4rem;
}
.page2{
  font-size: 5rem;
  color: #3d3c3d;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  padding-bottom: 5rem;
}
.pg2{
  font-size: 4rem;
  color: #3d3c3d;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  padding-bottom: 5rem;
}
.logo{
  
  width: 90px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 85px;
  left: 58px;
}
.logo a{
  background: url(../img/logo3.svg) no-repeat right top;
  display: inline-block;
  width: 80px;
  height: 50px;
}
.image{
  background: url(../img/art3.jpg) no-repeat right top;
  background-size: cover;
  
  height: 600px;
  width: 100%;
  position: relative;
 }
 .button{
  text-decoration: none;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.2rem;
  color:#3d3c3d;
  border: 2px solid #ce3475;
  background:rgba(255, 255, 255, 1);
  padding: 1.5rem 3.5rem;
  border-radius: 0.7rem;
 }
 .button:hover{
  background-color: #c7c7c9;
 }
#nav{
  width: 300px;
  height: 600px;
  padding-top: 140px;
  position: absolute;
  top: 0;
  left: 0%;
  background-color:rgba(210, 209, 208, 0.7);
}
nav ul li a{
  display: block;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding-left: 100px;
  padding-top: 9px;
  padding-bottom: 6px;
  font-family: 'Archivo Black', sans-serif;
}
nav ul li a{
  display: block;
  padding: 5px 60px;
  text-decoration: none;
  color: #595959;
  text-transform: uppercase;
}
nav ul .bur{
  display: none;
}


 #nav li:hover {
   background-color: whitesmoke;
}


#stuck_container2.isStuck{
  display: none;
}


#stuck_container2.isStuck.navfix {
  top: 0px;
  display: block;
  position: fixed;
  width: 100%;
  margin-top: 0px;
}
.isStuck {
  padding: 6px 24px;
  padding-top: 0px;
  z-index: 50;
  background-color: #605f60;
}
.isStuck .third li {
  float: left;
  text-align: center;

}
.isStuck .third li a{
  color: white;
}
.isStuck .third li a:hover{
  color: lightgrey;
}
.projet{
  height: 300px;
  text-align: center;
  background-color:#e6e7e8;
  padding-top: 4rem;
}
.projet2{
  background: url(../img/hands1xx.jpg) fixed no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  text-align: center;
  background-color:white;
  
}
.projet2 p{
  padding-top: 15rem;
  color: #3d3c3d;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 7rem;
  font-family: 'Archivo Black', sans-serif;
}
.color div.art{
  width: 17.5%;
  height: 168px;
  float: left;
  transition: all 0.5s ease;

}
.color div.art a{
  width: 168px;
  height: 168px;
  display: inline-block;
}
.color div:first-child a{
  background:  url(../img/picto.svg) no-repeat center center;
  
}
.color div:nth-child(2) a{
  background:  url(../img/picto2.svg) no-repeat center center;
  
}
.color div.art:first-child{
  margin-left: 9%;
}
.color div.art:nth-child(2){
  margin-left: 17%;
}

.color div:last-child a{
  background:  url(../img/picto3.svg) no-repeat center center;
  
}
.color div.art:last-child{
  margin-left: 15%;
}
.color div.art:hover{
  transform: scale(1.1 , 1.1);
  transition: all 0.5s ease;
}

.color div.art div p{
  font-size: 2rem;
  text-transform: uppercase;
  font-family:'Archivo Black', sans-serif; 
  text-align: center;
  color: #595959;
  padding-top: 2rem;

}
.color div a {
  width: 168px;
  height: 168px;
  display: inline-block;
}
.parallax{
  background: url(../img/komp4x.jpg) center fixed;
  background-size: cover;
  height: 500px;
  width: 100%;

}
.parallax p{
  float: right;
  line-height: 6rem;
  padding-right: 3rem;
  padding-top: 15rem;
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  color: #3d3c3d;
  font-family: 'Archivo Black', sans-serif;

}
.citations1{
  padding-top: 8rem;
  width: 34%;
  padding-bottom: 10rem;
  /*background-color:#d2d1d0;*/
  background-color: white;
}

.citations2{
  width: 66%;
  padding:4.5rem 10rem;
  background-color: white;
  position: relative;
  margin-top: -6rem;
  text-align: center;
  padding-bottom: 15.5rem;
}

.color3{
  width: 34%;
  height: 200px;
  background-color: rgba(129, 96, 63, 0.6);
  float: right;
  position: absolute;
  top: 45rem;
  left: 65rem;
}
.citations div{
  float: left;
}
footer{
  width: 100%;
  background-color: #404041;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.end ul li a{
   font-size: 1.6rem;
   text-transform: uppercase;
   color: lightgrey;
   font-family: 'Archivo Black', sans-serif;
   text-decoration: none;

}
.end .wrapper4{
  text-align: center;
  
}
.end div{
  float: left;
  margin-bottom: 3rem;
}

.end ul li{
  padding-bottom: 2rem;
}
.end div:first-child{
  padding-left: 9.8rem;
}
.end div:last-child{
  padding-left: 26.7rem;
}
.end div a{
  padding-right: 1rem;
}
footer{
  text-align: center;
  /*background: url(../img/grille-horizontale.png),url(../img/grille-verticale.png) center top repeat-y;*/

}
footer div #droits{
  color: lightgrey;
  font-size: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid white;
}
.twitter{
  width: 35px;
}
.linkedin{
  width: 35px;
}
.mail{
  width: 35px;
}
.facebook{
  width: 35px;
}





/*------------------PROJETS---------------------*/




.mac p{
  padding-bottom: 5rem;
}
.mac{
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.mac .cf .mac1,.mac2 {
  float: left;
}
.mac1{
  width: 58.75%;
}
.mac1 div a img{
  width: 100%;
}
.mac1 div:first-child{
  width:100%;
 
 
}
.mac1 div:nth-child(2){
 
  width: 100%;
 
  margin-top: 3rem;
}
.mac1 div:nth-child(1){
  position: relative;
}
.mac1 div:nth-child(2){
  position: relative;
}
.mac1 div:nth-child(1) .black{

    background-color:rgba(96, 95, 96, 0.7);
    position: absolute;
    width: 100%;
    height: 264px;
    top: -11.8%;
    display: none;
   
}
.mac1 div:nth-child(1):hover .black{
  display: block;
}
.mac1 div:nth-child(1) .black .text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mac1 div .black .description{
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  padding-top: 7rem;
}
.mac1 div .black .description a{
  line-height: 8rem;

}
.mac1 div:nth-child(2) .black{

    background-color:rgba(96, 95, 96, 0.7);
    position: absolute;
    width: 100%;
    height: 264px;
    top: -11.8%;
    display: none;
   
}
.mac1 div:nth-child(2):hover .black{
  display: block;
}
.mac1 div:nth-child(2) .black .text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.mac2{
  width: 38.06%;
  position: relative;
  margin-left: 3rem;
}
.mac2 .black{

    background-color: rgba(96, 95, 96, 0.7);
    position: absolute;
    width: 100%;
    height: 560px;
    top: 0;
    display: none;
}
.mac2:hover .black{
  display: block;
}
.mac2 .black .text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mac2 .black .description{
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}
.mac2 .black .description a{
  line-height: 8rem;
}
.mac2 a img{
  width: 100%;
 
}
.news{
  margin-bottom: 5rem;
}
.news .cf div{
  float: left;
}
.news .cf div.newsletter{
  width: 38.06%;
  
  position: relative;
}
.news .cf div.newsletter a img{
  width: 100%;
}
.news .cf div.newsletter .letter{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-size: 2rem;
}
.news .cf div.choco{
  width: 58.75%;
  
  margin-left: 3rem;
  position: relative;
}
.news .cf div.choco a img{
  width: 100%;
}

.news .black{

    background-color: rgba(96, 95, 96, 0.7);
    position: absolute;
    width: 100%;
    height: 264px;
    top: 0;
    display: none;
}
.newsletter:hover .black{
  display: block;
}
.newsletter .black .text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.newsletter .black .description{
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  
}
.news .black .description a{
  line-height: 8rem;
}

.choco .black{

    background-color: rgba(96, 95, 96, 0.7);
    position: absolute;
    width: 100%;
    height: 264px;
    top: 0;
    display: none;
}
.choco:hover .black{
  display: block;
}
.choco .black .text{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.choco .black .description{
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  
}
.choco .black .description a{
  line-height: 8rem;
}
.maquette{
  padding-top: 2rem;
  width: 100%;
  display: none;
  
}
.maquette p{
  padding-bottom: 3rem;
}
.maquette .cf{
  text-align: center;
}
.maquette .cf div{
  width: 30.41%;
  float: left;
 
  margin-bottom: 2rem
}


.maquette .cf div a img{
  width: 100%;
  
}
.slider{
  width: 100%;
  text-align: center;
}
.slider h2{
  padding-bottom: 0rem;
}
.slider p{
  padding-top: 2rem;

}



.bx-wrapper .bx-viewport{
  left: 0px;
  box-shadow:none;
}

.bx-wrapper img{
  margin: 0 auto;
}
.bxslider li:first-child div p{
  position: absolute;
  right: 7%;
  top: 20%;
}
.bxslider li:nth-child(2) div p{
  position: absolute;
  right: 7%;
  top: 20%;

}
.bxslider li:last-child div p{
  position: absolute;
  right:7%;
  top: 20%;
}

.pslide{
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 5rem;
  text-align: center;
  font-family:'Archivo Black', sans-serif;
}







/*-------------CONTACT---------------*/


.moi2 .cf .street41 div{
  float: left;
}

#anim4{
  width: 48.7%;
  margin-left: 3rem;
}

.moi2 .cf .street31 {
  width: 48.7%;
  
}
.moi2 .cf .street31 .street1 img{
  width: 100%;
  
}
.moi2 .cf .street31 .street21 img{
  width: 100%;
  margin-top: 3rem;
 
}




.moi2 .cf div:first-child img{
  width: 100%;
 
}

.moi2 .cf div:last-child img{
  width: 100%;
  
}

.paint11 .cf div{
  float: left;
  width: 100%;
}
.paint11 .cf .book1 {
  width: 48.7%;
  margin-top: 3rem;
}
.paint11 .cf .book1 div:first-child img{
  width: 100%;
  
}
.paint11 .cf .book1 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint11 .cf .chef1 {
  width: 48.7%;
  margin-left: 3rem;
  margin-top: -47rem;
}
.paint11 .cf .chef1 div:first-child img{
  width: 100%;
  margin-top: 13rem;
}
.paint11 .cf .chef1 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint11 .cf div:first-child img{
  width: 100%;
 
}

.paint11 .cf div:last-child img{
  width: 100%;
  
}
.paint31 .cf div{
  float: left;
}
.paint31 .cf .city11{
  width: 48.7%;
  margin-top: 44rem;
  
}
.paint31 .cf .city11 div:first-child img{
  width: 100%;
  margin-top:-41rem;
}
div#anim2{
  width: 100%;
  margin-top: 3rem;
}
.paint31 .cf .city21{
  width: 48.7%;
  margin-left: 3rem;
  margin-top: -16rem;
}
div#anim{
  width: 100%;
  margin-top: 14rem;
}
.paint31 .cf .city21 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}
.paint28 .cf div{
  float: left;
}
.paint28 .cf .night8{
  width: 48.7%;
  margin-top: -25rem;
  
}
.paint28 .cf .night8 div:first-child img{
  width: 100%;
  margin-top: -1rem;
}
#anim5{
  width: 100%;
  margin-top: 3rem;
}


.paint28 .cf .night28{
  width: 48.7%;
  margin-top: -83rem;
  margin-left: 3rem;
  
}
.paint28 .cf .night28 div:first-child img{
  width: 100%;
  margin-top: 86rem;
}
.paint28 .cf .night28 div:last-child img{
  width: 100%;
  margin-top: 3rem;
 

}

.paint48 .cf div{
  float: left;
  
  width: 100%;
}
.paint48 .cf .night38{
  width: 48.7%;
  padding-top: -58rem;
  
}
.paint48 .cf .night38 div:first-child img{
  width: 100%;
  margin-top: -13rem;
}
.paint48 .cf .night38 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}


.paint48 .cf .night48{
  width: 48.7%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
#anim3{
  width: 100%;
  
}
.paint48 .cf .night48 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  
}

.paint58 .cf .night58{
  width: 48.7%;
  margin-top: -71rem;
  display: inline-block;
  
}
.paint58 .cf .night58 img{
  width: 100%;
  
  margin-bottom: 9rem;

}







/*----------------------PORTFOLIO-----------------------*/


.moi .cf .street4 div{
  float: left;
}

.moi .cf .man{
  width: 48.7%;
  
}
.moi .cf .man img{
  width: 100%;
}
.moi .cf .street3 {
  width: 48.7%;
  
}
.moi .cf .street3 .street img{
  width: 100%;
  
}
.moi .cf .street3 .street2 img{
  width: 100%;
  margin-top: 3rem;
 
}

.moi .cf .man {
  margin-left: 3rem;
 
}

.moi .cf div:first-child img{
  width: 100%;
 
}

.moi .cf div:last-child img{
  width: 100%;
  
}

.paint .cf div{
  float: left;
}
.paint .cf .book {
  width: 48.7%;
  
}
.paint .cf .book div:first-child img{
  width: 100%;
  margin-top: 3rem;
  
}
.paint .cf .book div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint .cf .chef {
  width: 48.7%;
  margin-left: 3rem;
}
.paint .cf .chef div:first-child img{
  width: 100%;
  margin-top: -3rem;
}
.paint .cf .chef div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint .cf div:first-child img{
  width: 100%;
 
}

.paint .cf div:last-child img{
  width: 100%;
  
}
.paint3 .cf div{
  float: left;
}
.paint3 .cf .city{
  width: 48.7%;
  
}
.paint3 .cf .city div:first-child img{
  width: 100%;
  margin-top:3rem;
}
.paint3 .cf .city div:last-child img{
  width: 100%;
  margin-top: 3rem;

}
.paint3 .cf .city2{
  width: 48.7%;
  margin-left: 3rem;
}
.paint3 .cf .city2 div:first-child img{
  width: 100%;
  margin-top: -3rem;
}
.paint3 .cf .city2 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}
.paint2 .cf div{
  float: left;
}
.paint2 .cf .night{
  width: 48.7%;
  margin-top: -18rem;
  
}
.paint2 .cf .night div:first-child img{
  width: 100%;
  margin-top: 14rem;
}
.paint2 .cf .night div:last-child img{
  width: 100%;
  margin-top: 3rem;
}


.paint2 .cf .night2{
  width: 48.7%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint2 .cf .night2 div:first-child img{
  width: 100%;
}
.paint2 .cf .night2 div:last-child img{
  width: 100%;
  margin-top: 3rem;
 

}

.paint4 .cf div{
  float: left;
}
.paint4 .cf .night3{
  width: 48.7%;
  margin-top: -11rem;
  
}
.paint4 .cf .night3 div:first-child img{
  width: 100%;
  margin-top: 13rem;
}
.paint4 .cf .night3 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}


.paint4 .cf .night4{
  width: 48.7%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint4 .cf .night4 div:first-child img{
  width: 100%;
}
.paint4 .cf .night4 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  
}

.paint5 .cf .night5{
  width: 48.7%;
  display: inline-block;
  margin-top:-57rem;
  
}
.paint5 .cf .night5 img{
  width: 100%;
  margin-bottom: 9rem;
  margin-top: 24rem;

}




/*-------------------MEDIA--------------------*/
@media screen and (max-width: 2500px) and (min-width: 1500px){
.image{
  background: url(../img/art5.jpg) no-repeat right top;
  background-size: cover;
  
  height: 600px;
  width: 100%;
  position: relative;
 }
 #anim4{
  width: 48.7%;
 }
}

@media screen and (max-width: 1600px) and (min-width: 1440px){
  .citations2{
    margin-top: -3rem;
    padding-bottom: 12.5rem;
  }
}


@media screen and (max-width: 1280px){
    .wrapper{
      width: 100%;
    }
    .paint .cf div:first-child img{
      width: 100%;
      

    }
    .paint .cf div:nth-child(2) img{
      width: 100%;
      
    }
    .paint .cf div:last-child img{
      width: 100%;
      
    }
    .wrapper2{
      width: 100%;
    }
    .wrapper3{
      width: 100%;
    }
  
    .citations div{
      float: none;
  
    }
    .color3{
      display: none;
    }
    .citations{
      width: 100%;
    }
    .citations2{
      width: 100%;
    }
    .citations1{
      width: 100%;
      background-color: #d2d1d0;
    }
    .end div:first-child{
      padding-left: 11rem;
    }
     .mac1 div:nth-child(1):hover .black {
      display: none;
    }
     .mac1 div:nth-child(2):hover .black {
      display: none;
    }
     .mac2:hover .black {
     display: none;
    }
      .newsletter:hover .black{
      display: none;
    }
    .choco:hover .black{
      display: none;
    }

}
@media screen and (max-width: 950px) and (min-width: 769px) {

   .mac .cf .mac1,.mac2{
      float: none;
    }
    .maquette .cf div{
      float: none;
    }
    .maquette{
      display: table;
    }
    .slider{
      display: none;
    }
    .mac2{
      width: 100%;
    }
    .mac2 a img{
      width: 100%;
    }
    .maquette .cf div{
      width:100%;
    }
    #content{
      width: 90%;
      margin: 0 0 4% 5%;
    }

  
    .mac2{
      margin-left: 0rem;
      margin: 0 auto;
      padding-top: 3rem;
    }
    .mac1{
      width: 100%;
    }
     .mac1 div:nth-child(1):hover .black {
      display: none;
    }
       .mac1 div:nth-child(2):hover .black {
      display: none;
    }
       .mac2:hover .black {
      display: none;
    }
    .newsletter:hover .black{
      display: none;
    }
    .choco:hover .black{
      display: none;
    }
    .end div:last-child{
    padding-left: 15rem;
    }
    .end div:first-child{
      padding-left: 16rem;
    }
    .wrapper{
      width: 100%;
      
    }
    .wrapper2{
      width: 100%;
    }
    .wrapper3{
      width: 100%;
    }

   nav ul li a{
    padding: 5px 42px;
   }
  
}

@media screen and (max-width: 768px) and (min-width: 481px) {

    .wrapper{width: 420px;}
    nav ul li:not(:last-child){
      display: none;
    }
    #nav{
      width: 100%;
      padding-top: 0px;
      height: auto;
      position: relative;
 
      z-index: 10;
      background-color: rgba(210, 209, 208, 0.7)

    }
    #nav li:hover{
      background-color: rgba(210, 209, 208, 0.1);
    }
   
    nav ul li:last-child{
      display: block;
      float: right;
    }
    nav ul.responsive li{
      position: relative;
    }
    nav ul{
      background-color: grey;
    }
    nav ul.responsive li{
      display: block;
      float: none;
      text-align:center;
    }
    nav ul.responsive li:last-child{
      position: absolute;
      top: 0;
      right: 0;
    }
  .logo{
    top: 0px;
    z-index: 50;
  }
  .wrapper{
    width: 100%;
      
  }
  .wrapper2{
     width: 100%;
  }
  .wrapper3{
    width: 100%;
  }
  .wrapper4{
    width: 100%;
  }
  .citations div{
    float: none;
  
  }
  .color3{
    display: none;
  }
  .citations{
    width: 100%;
  }
  .citations2{
    width: 100%;
  }
  .citations1{
    width: 100%;
    background-color: #d2d1d0;
  }
  
  .image{
    width: 100%;
    background-position-x:89%;
  }
   .color{
    padding-bottom: 17rem;
  }
  .color div.art{
    float: none;
  }
  .projet{
    width: 100%;
    height: auto;
  }

  .color div.art:first-child{
    margin-left: 0%;
  }
  .color div.art:last-child{
    margin-left: 0%;
    padding-top: 9rem;
  }
  .color div.art:nth-child(2){
    margin-left: 0%;
    padding-top: 5rem;
  }
  .color div.art{
    width: 100%;
  }
  #stuck_container2.isStuck.navfix{
    display: none;
  }
  
  .end div:first-child{
    padding-left: 17rem;
  }
  .end div:last-child{
    padding-left: 11.7rem;
  }


  .mac .cf .mac1,.mac2{
    float: none;
  }
  .maquette .cf div{
    float: none;
  }
  .maquette{
    display: table;
  }
  .slider{
    display: none;
  }
  .mac2{
    width: 100%;
  }
  .mac2 a img{
    width: 100%;
  }
  .maquette .cf div{
    width:100%;
  }
  #content{
    width: 90%;
    margin: 0 0 4% 5%;
  } 

 
  .mac2{
    margin-left: 0rem;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .mac1{
    width: 100%;
  }
  .mac1 div:nth-child(1):hover .black {
    display: none;
  }
  .mac1 div:nth-child(2):hover .black {
    display: none;
  }
  .mac2:hover .black {
    display: none;
  }
  form div.contact , .contact1{
    float: none;
  }
  #lastname , #firstname , #email , #tel{
    width: 100%;
  }
  .contact , .contact1{
    width: 100%;
  }
   .contact{
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .news .cf div.newsletter{
  width: 100%;
  
  position: relative;
}
.news .cf div.choco{
 display: none;
}




}
@media screen and (max-width: 618px){
.end div:last-child{
  padding-left: 10rem;
  
}
.end div:first-child{
  padding-left: 12rem;
}

}
@media screen and (max-width: 604px) {
.citations2{
  padding: 4.5rem 7rem;
}
.end div:last-child{
  padding-left: 0rem;
  padding-top: 2rem;
}
.end div:first-child{
  padding-left: 0rem;
}
.end div{
  float: none;
}
  .news .cf div.newsletter{
  width: 100%;
  
  position: relative;
}
.news .cf div.choco{
 display: none;
}



}
@media only screen and (max-width: 480px){

   .wrapper{width: 420px;}
    nav ul li:not(:last-child){
      display: none;
    }
    #nav{
      width: 100%;
      padding-top: 0px;
      height: auto;
      position: relative;
      z-index: 10;
    }
    #nav li:hover{
      background-color: rgba(210, 209, 208, 0.1);
    }
   
    nav ul li:last-child{
      display: block;
      float: right;
    }
    nav ul.responsive li{
      position: relative;
    }
    nav ul{
      background-color: grey;
    }
    nav ul.responsive li{
      display: block;
      float: none;
      text-align:center;
    }
    nav ul.responsive li:last-child{
      position: absolute;
      top: 0;
      right: 0;
    }
     #stuck_container2.isStuck.navfix{
      display: none;
    }
    .logo{
      top: 0px;
      left: 30px;
      z-index: 50;
      width: 60px;
      height: 30px;
    }
    .logo a{
      width: 60px;
      height: 30px;

    }
    .image{
      background: url(../img/art4.jpg) no-repeat right top;
      background-position-x:52%;
      background-position-y:52%;
      background-size: cover;
    }
 

    .wrapper{
      width: 100%;
      
    }
    .wrapper2{
      width: 100%;
    }
    .wrapper3{
      width: 100%;
    }
     .wrapper4{
      width: 100%;
    }
    .citations div{
      float: none;
  
    }
    .color3{
      display: none;
    }
    .citations{
      width: 100%;
    }
    .citations2{
      width: 100%;
      padding: 4.5rem 4rem;
    }
    .citations1{
      width: 100%;
      background-color: #d2d1d0;
    }
    .color{
      padding-bottom: 17rem;
    }
    .image{
      width: 100%;
    }
    .color div.art{
      float: none;
    }
    .projet{
      width: 100%;
      height: auto;
    }
    .projet2{
      background-position: 59% 47%;
    }

    .color div.art:first-child{
     margin-left: 0%;
    }
    .color div.art:last-child{
      margin-left: 0%;
      padding-top: 9rem;
    }
    .color div.art:nth-child(2){
      margin-left: 0%;
      padding-top: 5rem;
    }
    .color div.art{
      width: 100%;
    }
    #stuck_container2{
      display: none;
    }
    .page1{
      font-size: 5rem;
    }
    .parallax{
      background: url(../img/komp4x.jpg) center fixed;
      background-size: cover;
      height: 550px;
      width: 100%;

    }
    .parallax p{
      float: none;
      padding-right: 0rem;
    }
    .end div{
      float: none;
    }
    .end div:last-child{
      padding-top: 2rem;
    }
    .end div:first-child{
      padding-left: 0rem;
    }
    .end div:last-child{
      padding-left: 0rem;
    }
    .pg2{
      font-size: 3rem;
    }
    .page2{
      font-size: 3rem;
    }

    .mac2{
    width: 100%;
    }
    .mac2 a img{
      width: 100%;
    }
    .maquette .cf div{
      width:100%;
    }
    #content{
      width: 90%;
      margin: 0 0 4% 5%;
    }
    .maquette .cf div{
      margin-left: 0rem;
      margin: 0 auto;
    }
    .mac2{
      margin-left: 0rem;
      margin: 0 auto;
      padding-top: 3rem;
    }
    .mac1{
      width: 100%;
    }
    .mac1 div:nth-child(1):hover .black {
      display: none;
    }
    .mac1 div:nth-child(2):hover .black {
      display: none;
    }
    .mac2:hover .black {
      display: none;
    }
    .maquette{
      display: table;
    }
    .maquette .cf div:last-child{
      
       padding-top: 2rem;
    }
    .maquette .cf div.cosmetique{
      
      padding-top: 2rem;
    }
   
    .slider{
      display: none;
    }
    form div.contact , .contact1{
      float: none;
    }
    #lastname , #firstname , #email , #tel{
      width: 100%;
    }
    .contact , .contact1{
      width: 100%;
    }
     .contact{
      padding-left: 0rem;
      padding-right: 0rem;
    }
      .news .cf div.newsletter{
  width: 100%;
  
  position: relative;
}
.news .cf div.choco{
 display: none;
}

  

}


      @media screen and (max-width: 1300px)and (min-width: 1024px){
      .paint11 .cf .chef1{
        margin-top: -43rem;
      }
      .paint28 .cf .night8 {
        margin-top: -23rem;
      }
      .paint48 .cf .night38 div:first-child img{
        margin-top: 2rem;
      }
      .paint58 .cf .night58 {
        margin-top: -59rem;
      }
      #anim4{
        width: 48.7%;
      }
         .paint2 .cf .night div:first-child img {
      margin-top: 12rem;
    }
    .paint4 .cf .night3 div:first-child img{
      margin-top: 12rem;
    }
    .paint5 .cf .night5 img{
      margin-top: 24rem;
    }
    } 




     @media screen and (max-width: 1280px)and (min-width: 1200px){

    .wrapper{
      width: 100%;}
     
    .moi .cf .man img{
      width: 100%;
}
      
    .moi .cf .street3 .street img{
      width: 100%;
  
}
    .moi2 .cf .man1 img{
      width: 100%;
}
      
    .moi2 .cf .street31 .street1 img{
      width: 100%;
  
}
.paint11 .cf .chef1 div:first-child img{
  margin-top: 7rem;
}
.paint28 .cf .night8 div:first-child img{
  margin-top: -5rem;
}
.paint48 .cf .night38 div:first-child img{
  margin-top: -15rem;
}
.paint58 .cf .night58 {
  margin-top: -76rem;
}
  .newsletter:hover .black{
      display: none;
    }
    .choco:hover .black{
      display: none;
    }
    .paint2 .cf .night div:first-child img {
      margin-top: 12rem;
    }
    .paint4 .cf .night3 div:first-child img{
      margin-top: 12rem;
    }
    .paint5 .cf .night5 img{
      margin-top: 21rem;
    }

    }

    @media screen and (max-width: 1200px)and (min-width: 950px){
    .wrapper{
      width: 100%;
}
    .moi .cf .man{
      width: 48%;
  
}
    .moi .cf .man img{
      width: 100%;
}
    .moi .cf .street3 {
      width: 48%;
  
}

   .paint .cf .book {
     width: 48%;
  
}
  .paint .cf .book div:first-child img{
    width: 100%;
    margin-top: 3rem;
 
 
}
  .paint .cf .book div:last-child img{
    width: 100%;
  
  
}

  .paint .cf .chef {
   width: 48%;
   margin-left: 3rem;
}
  .paint .cf div:last-child img{
   width: 100%;
  
}

 .paint3 .cf .city{
   width: 48%;
  
 
}
 .paint3 .cf .city div:first-child img{
   width: 100%;
   margin-top:3rem;
}
 .paint3 .cf .city div:last-child img{
   width: 100%;
   margin-top: 3rem;
 
}
.paint3 .cf .city2{
  width: 48%;
  margin-left: 3rem;
}

.paint2 .cf .night{
  width: 48%;
  margin-top: -18rem;
  
}
.paint2 .cf .night div:first-child img{
  width: 100%;
  margin-top: 15rem;
}
.paint2 .cf .night div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint2 .cf .night2{
  width: 48%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint2 .cf .night2 div:first-child img{
  width: 100%;
}
.paint2 .cf .night2 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  

}

.paint4 .cf .night3{
  width: 48%;
  margin-top: -12rem;
  
}
.paint4 .cf .night3 div:first-child img{
  width: 100%;
  margin-top: 14rem;
}
.paint4 .cf .night3 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}


.paint4 .cf .night4{
  width: 48%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint4 .cf .night4 div:first-child img{
  width: 100%;
}
.paint4 .cf .night4 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  

}

.paint5 .cf .night5{
  width: 48%;
  display: inline-block;
  margin-top: -52rem;
  
  
}
.paint3 .cf .city2 div:first-child img{
  margin-top: -3rem;
}
.paint5 .cf .night5 img{
  width: 100%;

}
.projet2{
  background: url(../img/hands2.jpg);
  background-size: cover;
  width: 100%;
  height: 500px;
  text-align: center;
  background-color:white;
  
}
.parallax{
  background: url(../img/komp4x.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;

}
.wrapper{
      width: 100%;
}
    .moi2 .cf .man1{
      width: 48%;
  
}
    .moi2 .cf .man1 img{
      width: 100%;
}
    .moi2 .cf .street31 {
      width: 48%;
  
}

   .paint11 .cf .book1 {
     width: 48%;
  
}
  .paint11 .cf .book1 div:first-child img{
    width: 100%;
    margin-top: 1rem;
 
 
}
  .paint11 .cf .book1 div:last-child img{
    width: 100%;
  
  
}

  .paint11 .cf .chef1 {
   width: 48%;
   margin-left: 3rem;
}
  .paint11 .cf div:last-child img{
   width: 100%;
  
}

 .paint31 .cf .city11{
  width: 48%;
  margin-top: 10rem;
 
}
 .paint31 .cf .city11 div:first-child img{
   width: 100%;
   margin-top:-7rem;
}
 .paint31 .cf .city11 div:last-child img{
   width: 100%;
   margin-top: 3rem;
 
}
.paint31 .cf .city21{
  width: 48%;
  margin-left: 3rem;
}

.paint28 .cf .night8{
  width: 48%;
  margin-top: -23rem;
  
}
.paint28 .cf .night8 div:first-child img{
  width: 100%;
  margin-top: -2rem;
}
.paint28 .cf .night8 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}

.paint28 .cf .night28{
  width: 48%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint28 .cf .night28 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint28 .cf .night28 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  

}

.paint48 .cf .night38{
  width: 48%;
  margin-top: -12rem;
  
}
.paint48 .cf .night38 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint48 .cf .night38 div:last-child img{
  width: 100%;
  margin-top: 3rem;
}


.paint48 .cf .night48{
  width: 48%;
  margin-top: 3rem;
  margin-left: 3rem;
  
}
.paint48 .cf .night48 div:first-child img{
  width: 100%;
}
.paint48 .cf .night48 div:last-child img{
  width: 100%;
  margin-top: 3rem;
  

}

.paint58 .cf .night58{
  width: 48%;
  display: inline-block;
  margin-top: -68rem;
  
  
}
.paint58 .cf .night58 img{
  width: 100%;

}
.paint11 .cf .chef1 div:first-child img{
  margin-top: 11rem;
}




  }
  @media screen and (max-width: 1200px){
    .paint2 .cf .night div:first-child img{
      margin-top: 14rem;
    }
    .paint5 .cf .night5 img{
      margin-top: 20rem;
    }
  }



@media screen and (max-width: 1024px){
  .moi .cf .man{

     width: 48.5%;
  }

  .moi .cf .street3 {
    width: 48.5%;
  }

  .paint .cf .book {
  width: 48.5%;
  
  }

 .paint .cf .chef {
  width: 48.5%;
  
  }
  .paint3 .cf .city{
  width: 48.5%;
  
 }

.paint3 .cf .city2{
  width: 48.5%;
  
}

.paint2 .cf .night{
  width: 48.5%;
  
}

.paint2 .cf .night2{
  width: 48.5%;
  
}

.paint4 .cf .night3{
  width: 48.5%;
  
}

.paint4 .cf .night4{
  width: 48.5%;
  
}

.paint5 .cf .night5{
  width: 48.5%;
  
}
.paint31 .cf .city11{
  width: 48.5%;
}
.projet2{
  background: url(../img/hands2.jpg);
  background-size: cover;
  width: 100%;
  height: 500px;
  text-align: center;
  background-color:white;
  
}
.parallax{
  background: url(../img/komp4x.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;

}
.projet2 p{
  padding-top: 15rem;
  color: #ce3475;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 7rem;
}
#anim4{

     width: 48.5%;
  }

  .moi2 .cf .street31 {
    width: 48.5%;
  }

  .paint11 .cf .book1 {
  width: 48.5%;
  
  }

 .paint11 .cf .chef1 {
  width: 48.5%;
  margin-top: -42rem;
  
  }
  .paint31 .cf .city1{
  width: 48.5%;
  
 }

.paint31 .cf .city21{
  width: 48.5%;
  margin-top: -17rem;
}

.paint28 .cf .night8{
  width: 48.5%;
  
}

.paint28 .cf .night28{
  width: 48.5%;
  
}

.paint48 .cf .night38{
  width: 48.5%;
  
}

.paint48 .cf .night48{
  width: 48.5%;
  
}

.paint58 .cf .night58{
  width: 48.5%;
  
}
.paint11 .cf .chef1 div:first-child img{
  margin-top: 12rem;
}
div#anim{
  margin-top: 13rem;
}
  .newsletter:hover .black{
      display: none;
    }
    .choco:hover .black{
      display: none;
    }
    .paint28 .cf .night8 div:first-child img{
      margin-top: 4rem;
    }
    .paint58 .cf .night58{
      margin-top: -58rem;
    }
    .paint48 .cf .night38 div:first-child img{
      margin-top: 3rem;
    }
    .paint2 .cf .night div:first-child img{
      margin-top: 15rem;
    }
    .paint5 .cf .night5 img{
      margin-top: 24rem;
    }

    }


@media screen and (max-width: 1000px){
  .moi .cf .man{

     width: 48%;
  }

  .moi .cf .street3 {
    width: 48%;
  }

  .paint .cf .book {
  width: 48%;
  
  }

 .paint .cf .chef {
  width: 48%;
  
  }
  .paint3 .cf .city{
  width: 48%;
  
  }

.paint3 .cf .city2{
  width: 48%;
  
  }

.paint2 .cf .night{
  width: 48%;
  
}

.paint2 .cf .night2{
  width: 48%;
  
}

.paint4 .cf .night3{
  width: 48%;
  
}

.paint4 .cf .night4{
  width: 48%;
  
}

.paint5 .cf .night5{
  width: 48%;
  
}
#anim4{

     width: 48%;
  }

  .moi2 .cf .street31 {
    width: 48%;
  }

  .paint11 .cf .book1 {
  width: 48%;
  
  }

 .paint11 .cf .chef11 {
  width: 48%;
  
  }
  .paint31 .cf .city11{
  width: 48%;
  
  }

.paint31 .cf .city21{
  width: 48%;
  
  }

.paint28 .cf .night8{
  width: 48%;
  
}

.paint28 .cf .night28{
  width: 48%;
  
}

.paint48 .cf .night38{
  width: 48%;
  
}

.paint48 .cf .night48{
  width: 48%;
  
}

.paint58 .cf .night58{
  width: 48%;
  
}



    }
@media screen and (max-width: 950px) and (min-width: 280px){
.page3{
  font-size: 3rem;
}
.moi .cf .street4 div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}

.moi .cf .man{
  width: 83%;
}
.moi .cf .man img{
  width: 100%;
}
.moi .cf .street3 {
  width: 83%;
  
}
.moi .cf .street3 .street img{
  width: 100%;
  
}
.moi .cf .street3 .street2 img{
  width: 100%;
  margin-top: 0rem;
  
}

.moi .cf div:first-child img{
  width: 100%;
  
}

.moi .cf div:last-child img{
  width: 100%;
  
}

.paint .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;

}
.paint .cf .book {
  width: 83%;
  
}
.paint .cf .book div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint .cf .book div:last-child img{
  width: 100%;
  margin-top: 0rem;
  
}

.paint .cf .chef {
  width: 83%;
  margin: 0 auto;
}
.paint .cf .chef div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint .cf .chef div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint .cf div:first-child img{
  width: 100%;
 

}

.paint .cf div:last-child img{
  width: 100%;
  
}
.paint3 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}
.paint3 .cf .city{
  width: 83%;
  
 
}
.paint3 .cf .city div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint3 .cf .city div:last-child img{
  width: 100%;
  margin-top: 0rem;
 
}
.paint3 .cf .city2{
  width: 83%;
  margin: 0 auto;
}
.paint3 .cf .city2 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint3 .cf .city2 div:last-child img{
   width: 100%;
   margin-top: 0rem;
}
.paint2 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}
.paint2 .cf .night{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
}
.paint2 .cf .night div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint2 .cf .night div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint2 .cf .night2{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint2 .cf .night2 div:first-child img{
  width: 100%;
}
.paint2 .cf .night2 div:last-child img{
  width: 100%;
  margin-top: 0rem;
  
}

.paint4 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}
.paint4 .cf .night3{
  width: 83%;
  margin-top: 3rem;
  
}
.paint4 .cf .night3 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint4 .cf .night3 div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint4 .cf .night4{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint4 .cf .night4 div:first-child img{
  width: 100%;
}
.paint4 .cf .night4 div:last-child img{
  width: 100%;
  margin-top: 0rem;
  
}

.paint5 .cf .night5{
  width: 83%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
  
}
.paint5 .cf .night5 img{
  width: 100%;
  margin-top: 0rem;

}
  .news .cf div.newsletter{
  width: 100%;
  
  position: relative;
}
.news .cf div.choco{
 display: none;
}
.moi2 .cf .street41 div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}

#anim4{
  width: 83%;
  margin-left: 7rem;
}
#anim4 img{
  width: 100%;
}
.moi2 .cf .street31 {
  width: 83%;
  
}
.moi2 .cf .street31 .street11 img{
  width: 100%;
  
}
.moi2 .cf .street31 .street21 img{
  width: 100%;
  margin-top: 0rem;
  
}

.moi2 .cf div:first-child img{
  width: 100%;
  
}

.moi2 .cf div:last-child img{
  width: 100%;
  
}

.paint11 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;

}
.paint11 .cf .book1 {
  width: 83%;
  
}
.paint11 .cf .book1 div:first-child img{
  width: 100%;
  
}
.paint11 .cf .book1 div:last-child img{
  width: 100%;
  margin-top: 0rem;
  
}

.paint11 .cf .chef1 {
  width: 83%;
  margin: 0 auto;
}
.paint11 .cf .chef1 div:first-child img{
  width: 100%;
  margin-top: -1rem;
}
.paint11 .cf .chef1 div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint11 .cf div:first-child img{
  width: 100%;
 

}

.paint11 .cf div:last-child img{
  width: 100%;
  
}
.paint31 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}
div#anim{
  margin-top: 3rem;
}
.paint31 .cf .city11{
  width: 83%;
  margin-top: 3rem;
 
}
.paint31 .cf .city11 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint31 .cf .city11 div:last-child img{
  width: 100%;
  margin-top: 0rem;
 
}
.paint31 .cf .city21{
  width: 83%;
  margin: 0 auto;
}
.paint31 .cf .city21 div:first-child img{
  width: 100%;
  margin-top: 0rem;
}
.paint31 .cf .city21 div:last-child img{
   width: 100%;
   margin-top: 0rem;
}
.paint28 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 4rem;
}
.paint28 .cf .night8{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
}
.paint28 .cf .night8 div:first-child img{
  width: 100%;
  margin-top: -1rem;
}
.paint28 .cf .night8 div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint28 .cf .night28{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint28 .cf .night28 div:first-child img{
  width: 100%;
  margin-top: -1rem;
}
.paint28 .cf .night28 div:last-child img{
  width: 100%;
  margin-top: -1rem;
  
}

.paint48 .cf div{
  float: none;
  margin: 0 auto;
  margin-top: 3rem;
}
.paint48 .cf .night38{
  width: 83%;
  margin-top: 3rem;
  
}
.paint48 .cf .night38 div:first-child img{
  width: 100%;
  margin-top: -1rem;
}
.paint48 .cf .night38 div:last-child img{
  width: 100%;
  margin-top: 0rem;
}

.paint48 .cf .night48{
  width: 83%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint48 .cf .night48 div:first-child img{
  width: 100%;
}
.paint48 .cf .night48 div:last-child img{
  width: 100%;
  margin-top: 0rem;
  
}

.paint58 .cf .night58{
  width: 83%;
  margin: 0 auto;
  margin-top: 3rem;
  display: block;
}
.paint58 .cf .night58 img{
  width: 100%;

}



    }
@media screen and (max-width: 1000px)and (min-width: 820px){
  .logo{
     left: 38px;
      }
 #nav{
     background-color: rgba(210, 209, 208, 0.0)
      }
  .image{
    background-position-x: 77%;
  }
   .mac2{
      width: 50%;
    }
    .mac2 a img{
      width: 100%;
    }
}


@media screen and (max-width: 820px){
    .moi .cf .man{

     width: 93%;
  }

  .moi .cf .street3 {
    width: 93%;
  }

  .paint .cf .book {
    width: 93%;
  }

 .paint .cf .chef {
    width: 93%;
  }
  .paint3 .cf .city{
    width: 93%;
  }

 .paint3 .cf .city2{
   width: 93%;
  }

 .paint2 .cf .night{
   width: 93%;
  }

  .paint2 .cf .night2{
   width: 93%;
  }

.paint4 .cf .night3{
  width: 93%;
  
}

.paint4 .cf .night4{
  width: 93%;
  
}

.paint5 .cf .night5{
  width: 93%;
   
}
.logo{
  left: 38px;
}
#nav{
  background-color: rgba(210, 209, 208, 0.0)
}
.color div.art:first-child{
  margin-left: 6%;
}
#anim4{
    margin-left: 2.5rem;
    width: 93%;
  }

  .moi2 .cf .street31 {
    width: 93%;
  }

  .paint11 .cf .book1 {
    width: 93%;
  }

 .paint11 .cf .chef1 {
    width: 93%;
  }
  .paint31 .cf .city11{
    width: 93%;
    margin-top: 3rem;
  }

 .paint31 .cf .city21{
   width: 93%;
  }

 .paint28 .cf .night8{
   width: 93%;
  }

  .paint28 .cf .night28{
   width: 93%;
  }

.paint48 .cf .night38{
  width: 93%;
  
}

.paint48 .cf .night48{
  width: 93%;
  
}

.paint58 .cf .night58{
  width: 93%;
  display: block;
   
}

  }

@media screen and (max-width: 768px) and (min-width: 280px){
.moi .cf .man{
  width: 100%;
} 
.moi .cf .street3 {
  width: 100%;
  
}
.paint .cf .book {
  width: 100%;
  
} 
.paint .cf .chef {
  width: 100%;
  margin: 0 auto;
}
.paint3 .cf .city{
  width: 100%;
  
}
.paint3 .cf .city2{
  width: 100%;
  margin: 0 auto;
}
.paint2 .cf .night{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
}
.paint2 .cf .night2{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint4 .cf .night3{
  width: 100%;
  margin-top: 3rem;
  
}
.paint4 .cf .night4{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint5 .cf .night5{
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  
  
}
  .projet2{
  background: url(../img/hands2x.jpg);
  background-size: cover;
  background-position-x: 11%;
  width: 100%;
  height: 500px;
  text-align: center;
  background-color:white;
  
}
.projet2 p{
  padding-top: 25rem;
  color: #ce3475;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 7rem;
}
.parallax p{
  float: right;
  line-height: 6rem;
  padding-right: 3rem;
  padding-top: 15rem;
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  color: #ce3475;

}
.color div.art:first-child{
  margin-left: 0%;
}
#anim4{
  width: 100%;
  margin-left: 0rem;
} 
.moi2 .cf .street31 {
  width: 100%;
  
}
.paint11 .cf .book1 {
  width: 100%;
  
} 
.paint11 .cf .chef1 {
  width: 100%;
  margin: 0 auto;
  margin-top: 4rem;
}
.paint31 .cf .city11{
  width: 100%;
  margin-top: 3rem;
}
.paint31 .cf .city21{
  width: 100%;
  margin: 0 auto;
}
.paint28 .cf .night8{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
}
.paint28 .cf .night28{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint48 .cf .night38{
  width: 100%;
  margin-top: 3rem;
  
}
.paint48 .cf .night48{
  width: 100%;
  margin-top: 3rem;
  margin: 0 auto;
  
}
.paint58 .cf .night58{
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  
  
}
 



 }