/*Accueil css*/

@font-face {
  font-family: "Futura";
  src: url(https://www.ide-imprimerie.com/data/newTemplate/futura-medium.ttf);
}

@font-face {
  font-family: "FuturaL";
  src: url(https://www.ide-imprimerie.com/data/newTemplate/futura-light.ttf);
}


@font-face {
  font-family: "Philippe";
  src: url(https://www.ide-imprimerie.com/data/newTemplate/Philippe.ttf);
}

h1, h2, h3, h4, h5{
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.Title{
  display : none;
}

body{
  font-family: 'Futura', 'Roboto', Arial sans-serif;
  background-color: rgba(255, 255, 255, 0.58);
  margin:0;
  padding: 0;
}

.menu-toggle, nav{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

a{
  text-decoration: none;
  color: black;
}

header{
  display: flex;
  justify-content: space-around;
  background-color: #343a40;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.topBtn{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #343a40;
  opacity: 0.8;
  width:45px;
  height: 40px;
  text-align: center;
  font-size: 25px;
  color: white;
  padding-top: 5px;
  cursor: pointer;
  z-index: 9999;
  -o-transition: all 0.4s ease-in-out; 
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topBtn:hover{
  background-color: #009790 ;
}

.catchPhrase{
  font-family: 'Philippe';
  align-self: center;
  margin-top: 30px;
  font-size: 30px;
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transition: rotate(10deg);
  transform: rotate(10deg);
  flex-basis: 40%;
}

.name{
  font-weight:inherit;
  align-self: center;
  font-size: 45px;
  flex-basis: 40%;
}


h1 span{
  color: #e2001b;
}


.btn{
  border-right:1px solid white;
  position: relative;
  font-family: 'FuturaL', sans-serif;
}

.last{
  border: 0;
}

nav a:first-child{
  border-bottom-left-radius: 10px;
}

nav a:last-child{  
  border-bottom-right-radius: 10px;
}

.littleIcon img {
  width: 50px;
  height: 50px;
}

nav{
  box-shadow: 0px 5px 10px #343a40;
  background-color: #343a40;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
 }

.navbar-fixed{
  position: fixed;
  top: 0;
  width:100%;
  z-index: 999;
}

.menu-toggle.ham-fixed{
  position:fixed; 
  top: 1em;
  opacity: 0.8;
}

.menu-toggle.ham-fixed:hover{
  opacity: 1;
}

.menu-toggle:hover .hamburger{
  background-color: #009790;
}

.menu-toggle:hover .hamburger:before{
  background-color: #009790;
}

.menu-toggle:hover .hamburger:after{
  background-color: #009790;  
}

nav a, .menu-toggle a{
  -o-transition: all 0.4s ease-in-out; 
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white;
}

.btn:before{
  content: "";
  position: absolute;
  width: 40%;
  height: 2px;
  bottom: -5px;
  left: 30%;
  background-color: white;
  visibility: hidden;
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}

nav a:hover .btn:before, .menu-toggle a:hover .btn:before{
  visibility: visible;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  
}

nav a:hover, .menu-toggle a:hover{
  background-color: #009790;
}

.menu-toggle a, nav a{
  text-align: center;
  width: 100%;
  height: 40px;
  padding-top: 15px;
}

.menu-toggle{
  display : none;
}

#logo{
 width: 150px;
 height: 160px;
 margin-top:5px;
}

h5{
 font-size: 22px;
}

.advantages{
  width: 80%; 
  margin-left: 10%;
  padding: 20px;
  color: white;
  text-align: center;
  background-color: #343a40;
  box-shadow: 0px 0px 10px #343a40;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  box-sizing: border-box;
}

.advantages p {
  width: 70%;
  margin-left: 15%;
}

.advantage{
  flex-basis: 33%;
}

.section1 h5:last-child{
  margin-top: 50px;
  font-family: 'Philippe';
  font-size: 30px;
  text-align: center;
}

.Sboost{
  flex-wrap: wrap;
  width: 80%;
  margin-left: 10%;
  margin-top: 5%;
}

.quarter{
  flex-basis: 50%;
  margin: 0;
  padding: 0;
  height: 300px;
  color: white;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 0 15px #343a40;
  box-shadow:  0 0 15px #343a40;
}

.quarter h5 {
  margin-bottom: 10%;
}

.pao{
  background:     
  linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
  ), url("https://www.ide-imprimerie.com/data/newTemplate/laptop.jpg");
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.fast{
  background:     
  linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
  ),url("https://www.ide-imprimerie.com/data/newTemplate/fast.jpg");
  border-right: 1px solid white;
  border-top: 1px solid white;
}

.exp{
  background:     
  linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
  ),url("https://www.ide-imprimerie.com/data/newTemplate/plate.jpg");
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.quarter.eco{
  background:     
  linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
  ),url("https://www.ide-imprimerie.com/data/newTemplate/wood.jpg");
  border-left: 1px solid white;
  border-top: 1px solid white;
}

#products{
width: 50%;
  margin-left: 5%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

h2{
  font-size: 35px;
  color: #e2001b; 
  margin-left: 5%;
  margin-bottom: 5%;
  margin-top:0;
  padding-top: 80px;
}


.product{
  border: 1px solid black;
  min-width: 150px;
  height: 50px;
  box-shadow: 0px 2px 6px 0px #343a40 ;
  background-color: white;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  padding-top: 25px;
  font-size: 20px;
  flex-basis: 49%;
  cursor: pointer;
}

.product:hover{
  background-color: rgba(0, 151, 144, 0.6);
}

.productOpen{
  background-color: rgba(0, 151, 144, 0.6);
  height: 120px;
}

.ul{
  display: none;
  list-style-type: none;
  margin-left: -10%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  padding: 0;
}

.ul li:before{
  content: '- ';
}

.ul li, td {
  cursor: pointer;
}

td{
  font-size:24px;
}

.ul li{
  font-size: 18px;
}
.content img{
  width: 100%;
  height: 702px;
}

.slideshow {
   width: 80%;
   height: 500px;
   margin-left: 10%;
   overflow: hidden;  
   position: relative;
   box-shadow: 0 0 15px #343a40;
}

.slideshow ul {
   padding:0; 
   margin:0;
}

.slideshow li {
   float: left;
}

.slideshow img{
  width: 1200px;
  height: 500px;
}

.slideshow p{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(52, 58, 64, 0.8);
  color: white;
  padding: 5px;
  width: 30%;
}

.dot{ 
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  background-color: rgba(52, 58, 64, 0.5);
  left: 50%;
  border: 1px solid #343a40;
}

.dot:hover{
  background-color: #009790 !important;
  cursor: pointer;
}

.dot1{
  left: calc(50% - 30px);
  background-color: #009790;
}

.dot3{
  left: calc(50% + 30px);
}

.start, .stop{
  width: 20px;
  font-size: 15px;
  cursor: pointer;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stop{
  font-size: 13px;
  opacity: 0.6;
}

.stop:hover, .start:hover{
  opacity: 1;
}

.btns{
  margin-left: calc(90% - 50px);
  display: flex;
  margin-top: 5px;
}

.gradient{
  background: -webkit-linear-gradient(to bottom, white, black, white, black, white);
  background: -o-linear-gradient(to bottom, white, black, white, black, white);
  background: -moz-linear-gradient(to bottom, white, black, white, black, white);
  background: -ms-linear-gradient(to bottom, white, black, white, black, white);
  background: linear-gradient(to bottom, white, black, white, black, white);
  width: 10%;
  height: 700px;  
}

.gradient2{
  background: -webkit-linear-gradient(to bottom, white, grey 10%, red 40%, blue 70%, green 100%);
  background: -o-linear-gradient(to bottom, white, grey 10%, red 40%, blue 70%, green 100%);
  background: -moz-linear-gradient(to bottom, white, grey 10%, red 40%, blue 70%, green 100%);
  background: -ms-linear-gradient(to bottom, white, grey 10%, red 40%, blue 70%, green 100%);
  background: linear-gradient(to bottom, white, grey 10%, red 40%, blue 70%, green 100%);
  width: 10%;
  height: 700px;
}

.gradient3{
  background: -webkit-linear-gradient(to bottom, green, yellow, red, magenta, blue, cyan, white);
  background: -o-linear-gradient(to bottom, green, yellow, red, magenta, blue, cyan, white);
  background: -moz-linear-gradient(to bottom, green, yellow, red, magenta, blue, cyan, white);
  background: -ms-linear-gradient(to bottom, green, yellow, red, magenta, blue, cyan, white);
  background: linear-gradient(to bottom, green, yellow, red, magenta, blue, cyan, white);
  width: 10%;
  height: 720px;
}

.content{
  width: 80%; 
}


.sFlex{
  display: flex; 
}

h6{
  font-size: 20px;
  margin-left: 7%;
  font-weight: inherit;
  clear: left;
}

.ecoDetails{
  font-size:16px;
  margin-left: 9%;
  width: 70%;
}

.eco{
  background: url("https://www.ide-imprimerie.com/data/newTemplate/arbre.jpg") no-repeat center right
}

.imVert, .pefc{
  margin: -4% 25% 0 5%;
  float: right;
  width: 200px;
  height: 200px;
}


footer{
  height: 150px;
  background-color: #343a40;
  color: white;
  box-shadow: 0px -2px 8px 0px #343a40;
  margin-top: 70px;
  display:flex;
  justify-content: space-between;
}

.menu a{
  color: white;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu a:hover, .phone:hover{
  color: #009790;
}

.phone{
  color: white;
}

.menu{
  margin-right: 5%;
  align-self: flex-end;
  margin-bottom: 30px;
  text-align: right;
  font-size: 15px;
}

.footerLogo{
  width:100px;
  height: 110px;
  margin-left: 5%;
  margin-top: 10px;
}

.infos{
 width: 30%;
 margin-top: 10px;
 align-self: center;
}

/*Gallery css --------------------------------------------------------------------------------------- */

 
.real{
  width: 400px;
  height: 250px;
  margin-left: 10px;
  margin-top: 10px;
  box-shadow: 0 0 5px #343a40; 
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -ms-transition: transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
}

.gallerySection{
  flex-wrap: wrap;
  justify-content: center;
}

.real img{
  width: 400px;
  height: 250px;
  cursor: pointer;  
}

.real:hover{
  -moz-transform: scale(1.3);  
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.show{
  z-index: 999;
  display: none;
}

.show .overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.66);
  position: fixed;
  top: 0;
  left: 0;
}

.show .imgShow{
  width: 1000px;
  height: 600px;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);  
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}


.endShow{
  position: fixed;
  font-size: 30px;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  color: #009790;
  box-shadow: 0px 0px 6px #009790;
  width: 30px;
  text-align: center;
}

.imgShow img{
  width: 100%;
  height: 100%;
  position: fixed;
}

/* Contact page --------------------------------------------------------------------------------*/
.title{
  text-align: center; 
}

.ways{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #009790;
  width: 60%;
  margin-left: 20%;
  padding-top: 15px;
}

.ways img{
  width: 50px;
  height: 50px;
  align-self: center;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.Icon:hover{
  filter: invert(51%) sepia(2%) hue-rotate(250deg) brightness(48%) contrast(86%);
}

.contactWay{
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
}

.contactWay p {
  text-align: center;
  margin-left: 15%;
  width: 70%;
}

.contactWay a {
  text-align:center;
  color: #009790;
}


.mail, .loc{
  cursor: pointer;  
}


.choices{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.answer{
  font-size: 20px;
  background-color: #343a40;
  border-radius: 2px;
  color: white;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  width: 25%;
  height: 60px;
  text-align: center;
  padding-top: 30px;
  margin: 100px 30px 0px 30px;
  cursor: pointer;
}

.answer:hover{
  background-color: #009790;
}

.contactForm, .devisForm{
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-top: 8%;
  justify-content: space-around;
}

.contactForm form, .devisForm form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 400px;
  flex-basis: 100%;
}

.contactForm h2, .devisForm h2{
  margin: 0;
  padding: 0;
  flex-basis: 80%;
  margin-right: 10%;
  margin-bottom: 40px;
}

.contactForm .underline{
  margin-top: -36px;
}

input, textarea{
  width: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: 25%;
  border-bottom: solid #343a40;
  border-width: 2px;
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
}

input ~ .underline {
  position: relative;
  margin-left: 25%;
  margin-top: -25px;
  width: 0;
  height: 2px;
  background-color: #27ad8a;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out; 
  transition: all 0.7s ease-in-out;
}

input::-webkit-input-placeholder, textarea::-webkit-placeholder {
  font-family: 'Futura', 'Roboto', Arial sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-placeholder {
  font-family: 'Futura', 'Roboto', Arial sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: 'Futura', 'Roboto', Arial sans-serif;
}

input:-o-placeholder, textarea:-o-placeholder {
  font-family: 'Futura', 'Roboto', Arial sans-serif;
}

input:focus, textarea:focus {
  border-width: 0;
  transition: all 0.7s ease-in-out;
  outline:none;
}

textarea{
  margin-top: 10px;
}

.label{
  color: gray;
  margin-left: 24%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.err{
  display: none;
  font-size: 12px;
  color: #e2001b;
  flex-basis: 100%;
}

.label div{
  width: 70px;
  height: 20px;
  background-color: #343a40;
  color: white;
  text-align: center;
  margin-top: -5px;
  margin-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: 0 0 8px #343a40;
  cursor: pointer;
}

input[type="file"]{
  display: none;
}

button{
  width: 120px;
  background-color: #343a40;
  border: 0;
  color: white;
  height: 50px;
  font-size: 15px;
  font-family: 'Futura', 'Roboto', Arial sans-serif;
  box-shadow: 0px 0px 15px #000;
  align-self: center;
  margin-top: 30px;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; 
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

button:hover{
  -o-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0px 0px 15px #009790;
  background-color: #009790;
}

.back:hover{
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 0px 15px #e2001b;
  background-color: #e2001b;
}


.back{
  flex-basis:10%;
  height: 30px;
  background-color: #343a40;
  color: white;
  box-shadow: 0px 0px 15px #000;
  cursor: pointer;
  font-size: 15px;
  padding-top: 10px;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mapPos{
  display: flex;
  margin-top: 10%;
  margin-bottom: -70px;
}

.map{
  width: 75%;
}

.fill{
  width: 15%;
  height: auto;
  background-color: #343a40;
}

  /* About page --------------------------------------------------------------------------------*/

.cropContainer{
  height: 750px;
  border: 1px solid black;
  clip-path: polygon(0% 40%, 50% 500px, 100% 40%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0% 40%, 50% 500px, 100% 40%, 100% 100%, 0 100%);
  background-color: #343a40;
}

@keyframes appearLeft{
  from{margin-left: -100px;}
  to{margin-left: 0;}
}

@keyframes appearRight{
  from{margin-right: -100px;}
  to{margin-right: 0;}
}

@keyframes collideLeft{
  from {
    margin-right:0;
  }
  to{
    margin-right: 165px;
    opacity: 1;
  }
}

@keyframes collideRight{
  from {
    margin-left: 0;
  }
  to{
    margin-left: 165px;
    opacity: 1;
  }
}

@keyframes spawn{
  from{
    opacity: 0;
    transform: scale(0);
  }
  to{
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes appearDown{
  from{
    margin-top: -200px;
  }
  to{
    margin-top: 110px;
    opacity: 1;
  }

}

.wrapper{
  width: 100%;
  position: absolute;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.ids{
  width: 350px;
  height: 300px;
  padding-right: 50px;
  animation: appearLeft 1.5s forwards;
}

.idl{
  width: 450px;
  height: 300px;
  margin-left: -50px;
}

.idlContainer{
  width: 400px;
   animation: appearRight 1.5s forwards;
}

.link img{
  width: 200px; 
  height: 133px;
  position: absolute;
}

.link img:first-child{  
  animation-name: collideRight;
  animation-duration: 3s;
  animation-fill-mode:forwards;
  animation-delay: 1s;
  left: 0;
  opacity: 0;
}

.link img:last-child{
  animation-name: collideLeft;
  animation-duration: 3s;
  animation-fill-mode:forwards;
  animation-delay: 1s;
  right: 0;
  opacity: 0;
}

.link{
  align-self: center; 
  width: 600px;
  position: relative;
}

.row{
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 2;
}

.row p {
  color: white;
  flex-basis: 20%;
  align-self: center;
  font-size: 19px;
  margin-top: -200px;
  opacity: 0;
  animation: appearDown 2s forwards 4s;
}

.ide{
  width: 300px;
  height: 350px;
  opacity: 0;
  margin-top: 30px;
  animation-name: spawn;
  animation-duration: 2s;
  animation-fill-mode:forwards;
  animation-delay: 2.5s;
}

.aboutTitle{
  margin-bottom: 2%;
}


@media screen and (max-width: 1024px){
  /*tablet display -----------------------------------------------------------------------------*/


  header{
    justify-content: space-around 
  }

  #logo{
    top: 0; 
    width: 150px;
    height: 160px;
  }

  .name{
    font-size: 35px;
  }

  .catchPhrase{
    font-size: 25px;
  }

  .Sboost{
    width: 100%;
    margin-left: 0;
  }

  .slideshow{
    height: 500px;
    width: 100%;
    margin-left: 0;
  }

  .slideshow img{
    width: 100%;
    height: 500px;
  }

  .btns{
    margin-left: 90%;
    margin-top: 2px;
  }

  .start, .stop{
    height: 20px;
  }
  
  .imVert, .pefc{
    width:150px;
    height: 150px;
    margin-left: 10%;

  }
  
  h4{
    margin-bottom: 40px;
  }

  .eco{
    background-position: bottom right;
  }
  
  footer{
    flex-wrap: wrap;
    height: 250px;
    margin-top: 50px;
    justify-content: space-around;
  }

  .menu{
    text-align: center;
  }
  
  #products{
    width:80%;
    margin-left: 10%;
  }

  .section1{
    height:130%;
  }  

  .ways{
    width: 80%;
    margin-left: 10%;
  } 

  .answer{
    width: 35%;
  }
}

@media screen and (max-width: 680px){
/*phone display*/


  #logo{
    width:150px;
    height: 160px;
    position: absolute;
    left:50%;
    margin-left: -75px;  
  }

  .name{
    margin-top:180px;
    font-size: 25px;
  }

  header{
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }

  h2{
    margin-bottom: 15%;
  }

  .btn{
    border-right: 0;
  }

  .catchPhrase{
    display:none;
  }

  .menu-toggle a, nav{
    display: none;
  }

  .menu-toggle{
    position: absolute;
    padding: 0.8em;
    top: 1em;
    right: .3em;
    cursor: pointer;
    display: block;
    background-color: #343a40;
    transition: all 0.4s ease;
  }

  .menu-toggle .first{
    margin-top: 30px;
  }

  .hamburger, .hamburger:before, .hamburger:after{
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    transition:all 0.4s ease-in-out;
    background-color: white;
  }

  .hamburger::before{
    transform: translateY(-7px);
  }

  .hamburger::after{
    transform: translateY(4px);
  }

  .open .hamburger{
    transform: rotate(45deg);
  }

  .open .hamburger::before{
    display: none
  }

  .open .hamburger::after{
    transform: translateY(-1px) rotate(-90deg);
  }

  .open{
    flex-direction: column; 
  }

  h2, h3, h4{
    font-size: 25px;  
  }

  .real, .real img{
    width: 300px;
    height: 187.5px;
  }

  header p{
    font-size: 15px;
    width: 50%;
  }

  .show .imgShow{
    width:  450px;
    height:  281.25px;
  }

  .section1{
    height: 130%;
   }
  
  .content img{
    height: 200px;
  }

  .advantage{
    flex-basis: 100%;
    margin-bottom: 20px;
  }



  .quarter{
    flex-basis: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-bottom: 1px solid white;
  }
 
  .exp{
    background-position: 70% 50%;

  }

  .fast{
    font-size: 14px;
  }

  .quarter.eco{
    border: 0;
  }

  .eco{
    font-size: 15px;
  }

  .gradient, .gradient2, .gradient3{
    height: 200px;
  }
  
  #products{
    width:80%;
    margin-left:10%;
  }

  .productOpen{
    height: 170px;
  }

  .ul{
   -moz-column-count: 1;
   -moz-column-gap: 0px;
   -webkit-column-count: 1;
   -webkit-column-gap: 0px;
   column-count: 1;
   column-gap: 0px;
  }

  .slideshow{
    height: 200px;
    width: 100%;
    margin-left: 0;
  }

  .slideshow p{
    top: 2px;
    right: 2px;
    font-size: 10px;
    bottom: auto;
  }

  .slideshow img{
    width: 100%;
    height: 200px;
  }

  .dot{
    width: 10px;
    height: 10px;
  }

  .btns{
    margin-left: 90%;
    margin-top: 2px;0
  }

  .start, .stop{
    height: 20px;
  }
  
  .eco{
   background: transparent;
  }

  .ecoDetails{
    margin-left: 15%;
    text-align: justify;
  }

  .imVert, .pefc{
   margin-top: 0;
   margin-bottom: 30px;
   margin-left: calc(50% - 60px);
   width: 120px;
   height: 120px;
   float: left;
  }
  
  footer a {
   white-space: pre;
  }
  
  footer{
   padding-bottom: 20px;
  }  

  .infos{
   width: 60%;
  }
  .menu{
   text-align: center;
   margin-top: 20px;
   margin-left: 5%;
  }
 
  .contactWay{
   flex-basis: 100%;
  }

  .answer{
   flex-basis: 100%;
   font-size: 17px;
  }

  .devisForm h2, .contactForm h2{
   flex-basis: 100%;
   margin-right:0;
   margin-bottom: 30px;
  }

  .devisForm, .contactForm{
   width: 90%;
   margin-left: 5%;
   margin-top: 15%;
  }

  input, textarea{
   width: 70%;
   margin-left: 15%;
  }

  .label{
    margin-left: 15%;
    width: 70%;
    text-align: center;
    flex-wrap: wrap;
  }

  .label div{
    margin-top: 15px;
    margin-left: calc(50% - 35px);
  }

  .devisForm span{
    margin-top: -18px;
  }

  .contactForm span{
    margin-top: -32px;
  }

  .answer{
    margin-top: 50px;
  }

  .back{
   flex-basis: 20%;
   margin-bottom: 20px;
  }
  .title{
   margin-bottom: 10%;
  }

  .mapPos{
   display: none;
  }
}