@import "reset.css";
@import "prestations.css";
@import "voir_produits.css";
@import "realisations.css";
@import "cookie.css";


/* LOADER */


.loader{
  width: 100%;
  height: 100%;
  background: #151515;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 5;
}
  
.loader.hidden{
  opacity: 0;
  visibility: hidden;
}

.lettre{
  color: white;
  font-size: 2rem;
  letter-spacing: 15px;
  margin: 250px 0;
  animation: flash 1.2s linear infinite;
}

@keyframes flash{
  0% {
    color: #6bc6d9;
    text-shadow: #90f1ef;
  }
  90% {
    color: #151515;
    text-shadow: none;
  }
  100% {
    color: #6bc6d9;
    text-shadow: 0 0 7px #6bc6d9;
  }
}

.lettre:nth-child(1){
  animation-delay: 0.1s;
}
.lettre:nth-child(2){
  animation-delay: 0.2s;
}
.lettre:nth-child(3){
  animation-delay: 0.3s;
}
.lettre:nth-child(4){
  animation-delay: 0.4s;
}
.lettre:nth-child(5){
  animation-delay: 0.5s;
}
.lettre:nth-child(6){
  animation-delay: 0.6s;
}
.lettre:nth-child(7){
  animation-delay: 0.7s;
}
.lettre:nth-child(8){
  animation-delay: 0.8s;
}
.lettre:nth-child(9){
  animation-delay: 0.9s;
}
.lettre:nth-child(10){
  animation-delay: 1s;
}

.fondu-out{
  opacity: 0;
  transition: opacity 0.4s ease-out;
}


p {
  line-height: 1.6;
  font-family: "roboto";
  font-weight: 500;
}
.center {
  width: 80%;
  margin: 0 auto;
}
body {
  font-family: "Fredoka One";
  background-color: white;
}
body header {
  width: 100%;
  background-image: url(img/fond_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 402px;
  box-shadow: 0px 7px 5px black;

}

header .nav{
background-color: #6bc6d9;
}
.img_logo{
  width: 20%;
}

header h3{
  text-align: center;
  font-size: 3rem;
  color: white;
  padding-bottom: 50px;
  text-shadow: 3px 3px 2px black;
}

h2, h1{
  text-align: center;
  font-size: 2rem;
}
h1{
  color: #6ec7d9;
  font-size: 5rem;
  text-shadow: 3px 3px 2px black;

}
h2{
  color: black;
}

/*--------------------TOP-----------------*/
/* reseau top */

.top{
  height: 70px;
  padding: 5px 10px;
  background: rgb(0, 0, 0);
  display: flex;
  position: relative;
}
.contact_top{
    margin: 20px;
}

.reseau_top{
  margin: 20px;
}
.mail_top{
  justify-content: space-between;

}
.telephone_top{
margin-right: 25px;
}
.mail_top a{
  color: white;
  font-size: 15px;
}
.telephone_top a{
  color: white;
  font-size: 15px;
}
.icon_tel{
  padding: 7px;
  background-image: url(img/tel2.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.icon_mail{
  padding: 15px;
  background-image: url(img/mail.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;

}
body .reseau li:nth-last-of-type(1) {
  background-image: url(img/Fichier%203.svg);
}
body .reseau li:nth-last-of-type(2) {
  background-image: url(img/Fichier%204.svg);
}
body .reseau li:nth-last-of-type(3) {
  background-image: url(img/Fichier%202.svg);
}
body .reseau li a {
  text-indent: -10000px;
  display: block;
  padding: 0 12px;
}
body .reseau li {
  margin: auto;
  justify-content: space-between;
  background-repeat: no-repeat;
  margin: 0 10px;
}
body .reseau li a {
  text-indent: -10000px;
  display: block;
  padding: 0 12px;
}

/* fin reseau top */

/* catalogyes */

.catalogue{
  justify-content: center;
}
.payper{
  border: solid 2px #6ec7d9;
  padding: 1.5rem;
  margin: 1.5rem;
}
.multimarque{
  border: solid 2px #6ec7d9;
  padding: 1.5rem;
  margin: 1.5rem;
}

/* fin catalogyes */


/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.header li a:hover,
.header .menu-btn:hover {
  color: black;
}

.logo {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 50px 0;
  }
  .header .logo img{
      width: 200%;
  }



/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 35px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 10px;
}

.header .menu-icon .navicon:after {
  top: -10px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

h3,h4 {
  font-weight: 200;
  margin: 0.4em 0;
}
h3{ 
  text-align: center;
  font-size: 3.5em; 
}


/*-------------------FIN-TOP-----------------*/

/*------------------burger--------------------*/

nav div.barre .burger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 10px;
  background-color: white;
  border-radius: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
nav div.barre .burger div {
  background-color: #6ec7d9;
  height: 3px;
  width: 100%;
}
nav div.barre .burger div:before,
nav div.barre .burger div:after {
  content: '';
  display: block;
  background-color: #6ec7d9;
  height: 3px;
  width: 100%;
  position: relative;
}
nav div.barre .burger div:before {
  top: -13px;
}
nav div.barre .burger div:after {
  top: 10px;
}
nav div.barre .burger.burgerOpen div {
  background-color: rgba(124, 60, 33, 0);
}
nav div.barre .burger.burgerOpen div:before,
nav div.barre .burger.burgerOpen div:after {
  width: 100%;
  transform: rotate(135deg);
  top: -4px;
  transition: all 0.5s;
}
nav div.barre .burger.burgerOpen div:before {
  transform: rotate(45deg);
  top: -1px;
  transition: all 0.5s;
}
nav div.barre ul.menu {
  position: fixed;
  top: 0;
  min-height: 50%;
  background-color: white;
  transition: all 0.5s;
  width: 100%;
  top: -1000px;
  justify-content: center;
  z-index: 1;
}
nav div.barre ul.menu li a {
  font-size: 1.5rem;
  border: solid 3px #6ec7d9;
  display: flow-root;
  width: 70%;
  margin: 50px auto;
  text-align: center;
  color: #6ec7d9;
  padding: 10px 0px 10px 0px;
  border-radius: 50px;
  box-shadow: 0px 4px 5px black;
}
nav div.barre ul.menu li a:active {
  color:white;
  background-color: black;
}
nav div.barre ul.menu.isOpen {
  top: 0px;
  right: 0;
  left: 0;
}

/*------------------fin burger--------------------*/
/*--------------------caroussel--------------------*/
.container {
  height: 600px;
  margin: 0 auto;
  display: flex;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.intro{
  border-top: solid 20px white;
}

div#carousel {
  grid-row: 1 / 2;
  grid-column: 1 / 5;
  width: 100vw;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
  justify-content: center;
}

div.item {
  position: absolute;
  width: 600px;
  height: 400px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
  border: solid 5px #6ec7d9;
}

div.item:nth-of-type(1) {
  --offset: 1;
  background-color: #90f1ef;
}
div.item:nth-of-type(2) {
  --offset: 2;
  background-color: #ff70a6;
}
div.item:nth-of-type(3) {
  --offset: 3;
  background-color: #ff9770;
}
div.item:nth-of-type(4) {
  --offset: 4;
  background-color: #ffd670;
}
div.item:nth-of-type(5) {
  --offset: 5;
  background-color: #e9ff70;
}
div.item:nth-of-type(6) {
  --offset: 6;
  background-color: #e9ff70;
}
div.item:nth-of-type(7) {
  --offset: 7;
  background-color: #e9ff70;
}

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ .image#carousel {
  --position: 1;
}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ .image#carousel {
  --position: 2;
}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ .image#carousel {
  --position: 3;
}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ .image#carousel {
  --position: 4;
}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ .image#carousel {
  --position: 5;
}

/*----------------fin caroussel----------------*/


body .produits article {
  text-align: center;
  display: block;
  width: calc(33% - 20px);
  margin: 10px;
  background-color: silver;
  border-radius: 15px;
  padding: 40px;
}
body .produits article figure {
  height: 150px;
}
body .produits article h2 {
  color: #6ec7d9;
  padding: 20px 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
body .produits article p {
  color: black;
  text-align: left;
}
body .produits .bleu {
  background-color: #6ec7d9;
}
body .produits .bleu h2 {
  color: black;
}

.imgproduit{
  display: block;
  overflow: hidden;
  min-height: 350px;
}

.categorie a{
text-align: center;
color: rgb(0, 0, 0);
font-size: 30px;
margin-right: 30px;
padding: 10px;
display: inline-block;


}
.categorie a:hover{
  color: red;
  /*text-decoration: underline;*/
 }


body .contact {
  align-items: center;
}
.container-contact{
  margin-top: 30px;
}
.contact1{
  width: 60%;
    margin: 20px auto;
    background-color: white;
    padding: 40px;
    background-image: url(imgs/chiotcontact.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-height: 800px;
}
body form p {
  color: white;
  font-weight: 500;
}
body form .stopfade {
  opacity: 0.5;
}
body form h1 {
  font-size: 50px;
}
body form p.title {
  font-size: 70px;
  font-weight: 700;
  color: bisque;
}
body form input {
  background-color: rgba(0, 0, 0, 0.14);
}
body form input:focus {
  outline-offset: 0;
  background-color: white;
}
body form .go-form {
  margin-top: 40px;
  border: 0;
  width: 50%;
  margin-left: auto;
  background-color: #151515;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 25px;
  box-shadow: 0 10px 30px 0px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
body form label,
body form textarea {
  margin-top: 20px;
  height: 30px;
}
body form label,
body form input,
body form textarea {
  display: block;
  width: 100%;
  border: 0;
  font-family: 'Roboto', serif;
  font-size: 16px;
}
body form input {
  padding: 0 20px;
  height: 50px;
  border-bottom: solid 1px #848484;
}
body form input.mail {
  margin-top: 20px;
}
body form textarea {
  border-bottom: solid 1px #848484;
  height: 200px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.14);
}
body form textarea:focus {
  background-color: white;
}
body form .envoyer {
  border-radius: 20px;
  width: 30%;
  margin: 20px auto;
  color: white;
}
body .messageform {
  color: white;
  font-size: 20px;
  border: #0000ff;
  display: block;
  text-align: center;
  padding: 20px;
}
body form button{
  margin-top: 40px;
  border: 0;
  width: 50%;
  margin: auto;
  background-color: #151515;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  border-radius: 25px;
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

body .map {
  text-align: center;
  width: 100%;
}
body .map iframe {
  width: 100%;
}
body * {
  box-sizing: border-box;
}
body .micro {
  display: none;
}
body .pourquoi {
  justify-content: center;
  text-align: center;
  padding-bottom: 100px;
}
body .pourquoi article {
  width: calc(33% - 40px);
  margin: 20px auto 20px auto;
  background-color: #6ec7d9;
  border: solid 5px black;
  border-radius: 15px;
}
body .pourquoi article h3 {
  color: black;
  font-size: 28px;
}
body .pourquoi article p{
  color: white;
  font-size: 20px;
  }
  body .pourquoi article figure img{
    display: block;
    width: 20%;
    margin: 10px auto;
    }
h4{
  color: #6ec7d9;
  text-align: center;
  font-size: 40px;
  padding: 60px;
  text-shadow: 3px 3px 2px black;

} 
.carousellogo{
    align-items: center;
    height: 200px;
    justify-content: center;
 }
.carousellogo h5{
  text-align: center;
  font-size: 30px;
  color: #6ec7d9;
  padding: 20px 0;
  text-shadow: 3px 3px 2px black;


}
  @keyframes scroll {
    0% {
      transform: translateX(0);
   }
    100% {
      transform: translateX(calc(-250px * 7));
   }
 }
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 10px 5px 5px black;
    
 }
  .slider::before, .slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
 }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
 }
  .slider::before {
    left: 0;
    top: 0;
 }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
 }
  .slider .slide {
    height: 100px;
    width: 250px;
    margin: 0 20px;
    
 }

 .slide img{
  margin:20px;
 }
  
body .carte h2 {
  margin-top: 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px 0 10px;
  color: white;
  border: solid 2px white;
  display: inline-block;
}
body .carte * {
  padding: 0;
  margin: 0;
}
body .carte .container {
  width: 50%;
  padding: 200px;
  position: relative;
  margin: 0 auto;
}
body .carte .image {
  perspective: 3000px;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  display: flex;
  justify-content: space-between;
}
body .carte .image img {
  transform: rotateX(70deg) rotateZ(-60deg) translate3d(-120px, 0px, 70px);
  box-shadow: -80px 60px 15px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  transform-style: preserve-3d;
  display: flex;
}
body .carte .image:hover img {
  transform: rotateX(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin: 0 50px;
}
body footer {
  background-image: url(img/footer.jpg);
  margin-top: 20px;
}
body footer div div{
  width: calc(33% - 40px);
  margin: 20px;
}
body footer div h3 {
  font-size: 16px;
  color: #6ec7d9;
  font-weight: 800;
  border-bottom: solid 2px #6ec7d9;
  padding: 5px 0;
}

body footer div p {
  color: black;
  font-size: 14px;
}

.copyright{
 margin: 0 auto;
 justify-content: space-around;
}

.bot{
  background-color: white;
  border-radius: 15%;
}

/*----------------Google avis----------------------*/

.avis{
  margin-top: 30px;
}

/*----------------fin Google avis----------------------*/


footer{
  height: 250px;
}

/*-----------------responsive-----------------------*/

@media screen and (max-width: 1440px) {
  body .center {
    width: 100%;
    padding: 0 40px;
  }
  footer{
    text-align: center;
  }
  .copyright{
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  
  body h1 {
    font-size: 2rem;
    margin-top: 20px;
  }
  body .produits article {
    width: calc(50% - 40px);
    margin: 20px;
  }
  body .produits article:nth-of-type(3) {
    background-color: #6ec7d9;
  }
  body .produits article:nth-of-type(3) h2 {
    color: rgb(213, 198, 198);
  }
  body .produits article:nth-of-type(4) {
    background-color:rgb(213, 198, 198);;
  }
  body .produits article:nth-of-type(4) h2 {
    color: #6ec7d9;
  }
  body .reseaux ul li a {
    text-indent: -10000px;
    display: block;
    padding: 50px;
  }
  body .reseaux ul {
    justify-content: space-between;
    width: 90%;
    margin-bottom: 80px;
  }
}


 
@media screen and (max-width: 768px) {
  h2{
    font-size: 1.5rem;
  }
  body .produits article {
    width: 100%;
    margin: 20px;
  }
  body .produits article:nth-of-type(3) {
    background-color: #6ec7d9;
  }
  body .produits article:nth-of-type(3) h2 {
    color: rgb(213, 198, 198);;
  }
  body .produits article:nth-of-type(4) {
    background-color: rgb(213, 198, 198);;
  }
  body .produits article:nth-of-type(4) h2 {
    color: #6ec7d9;
  }
  body .reseaux ul li a {
    text-indent: -10000px;
    display: block;
    padding: 30px;
  }
  body .produits article:nth-of-type(4) {
    background-color: #6ec7d9;
  }
  body .produits article:nth-of-type(4) h2 {
    color: rgb(213, 198, 198);;
  }
  body .produits article:nth-of-type(3) {
    background-color:rgb(213, 198, 198);;
  }
  body .produits article:nth-of-type(3) h2 {
    color: #6ec7d9;
  }
  body .pourquoi article h3{
    color: white;
    font-size: 20px;
    }
    body .pourquoi article p{
      color: white;
      font-size: 14px;
      }
      h4{
        padding: 0;
      }
}
@media screen and (max-width: 683px) {
body footer div div {
  width: calc(100% - 40px);
  margin: 20px;
}
}

@media screen and (max-width: 1024px) {
  .top {
    height: 69px;
    padding: 5px 10px;
    background: rgb(0, 0, 0);
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  header h3 {
    font-size: 2rem;
}
  body .pourquoi article {
    width: 50%;
  }
  body footer article {
    width: 100%;
    margin: 20px;
  }
}
@media screen and (max-width: 576px) {
.reseau_top {
  margin: 0px 5px 0px 20px;
}
}

@media screen and (max-width: 550px) {
  .realisation_blanc {
    display: block;
  }
  .realisation_bleu {
    display: block;
  }
  .image_realisation {
    width: 90%;
    margin: 0 auto;
  }
  .texte_realisation {
    width: 90%;  
  }
  .titre_realisation {
    font-size: 1.5rem;  
  } 
  }

@media screen and (max-width: 425px) {
  .top {
    height: 85px;
    justify-content: center;
  }
  
  h3 {
    text-align: center;
    font-size: 1.5em;
}

body header{
  min-height: 340px;
}

.img_logo {
  width: 50%;
}

  body .center {
    padding: 0;
  }
  
  body .pourquoi {
    padding-bottom: 50px;
  }
  body form {
    padding: 0px;
  }
  body form p {
    padding-left: 10px;
  }
  body form label {
    padding-left: 10px;
  }
  .contact1 {
    width: 95%;
    margin: 30px auto;
    padding: 0px;
}
  body .carte .container {
    width: 80%;
    padding: 80px 0;
    position: relative;
    margin: 50px auto;
  }
  body .carte .image {
    perspective: 3000px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
    display: block;
    justify-content: space-between;
  }
  h4 {
    font-size: 2rem;
  }
   
  body .pourquoi article {
    width: 45%;
}

.reseau_top {
  margin: 10px 0;
}
.contact_top {
  margin: 15px 0;
}
}

@media only screen and (max-width: 408px) {
.top {
    justify-content: center;
    height: 100px;
}
.contact_top{
  justify-content: center;
}
.contact_top {
  margin: 3px;
}
}

@media only screen and (max-width: 380px) {
  .text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 377px) {
  .g-recaptcha {
    display: block;
    width: 50%;
  }
}

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

  header h3 {
    font-size: 1.5rem;
}

header h1 {
  padding-top: 10px;
  text-align: center;
  font-size: 25px;
  color: white;
}
h2 {
  padding: 10px 0 40px 0px;
  text-align: center;
  font-size: 20px;
  color: black;
}

}
