@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css');
body {
  font-family: calibri, sans-serif;
}
a:link {
    text-decoration: none;
}

.header-image {
    width: 100%;
    height: auto;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: right;
    width: 36%;
    font-size: 20px;
    position: absolute;
    top: 30;
    right: 40;
}

.a-header:link {
    color: rgb(150, 150, 150); 
}
 
.a-header:visited {
    color: rgb(150, 150, 150);
}
.a-header:hover {
  color: rgb(60, 160, 60);
}

.language-bar {
  font-size: 18px;
  color: rgb(150, 150, 150);
  box-decoration-break: slice;
  background: none;
  border: 0;
  line-height: 10px;
}
.language-bar:hover {
  color: rgb(60, 160, 60);
}

.header-sign {
    position: absolute;
    width: 30%;
    height: auto;
    top: 205;
    left: 20;
}

.slogan1 {
    color: rgb(220, 220, 220);
    font-size: 19;
    position: absolute;
    top: 256;
    left: 100;
    text-transform: lowercase;
    letter-spacing: 5;
    word-spacing: -4px;
  }
  
.slogan1 span {
    opacity: 0;
    animation: fade-in 2s forwards; 
  }
  
    @keyframes fade-in {
    to {
      opacity: 1;
    }
  }
  
.slogan1 span:nth-child(1) {
    animation-delay: 0s;
  }
  
.slogan1 span:nth-child(2) {
    animation-delay: 0.25s;
  }
  
.slogan1 span:nth-child(3) {
    animation-delay: 0.5s;
  }
  
.slogan1 span:nth-child(4) {
    animation-delay: 0.75s;
  }
  
.slogan1 span:nth-child(5) {
    animation-delay: 1.0s;
  }
  
.slogan1 span:nth-child(6) {
    animation-delay: 1.25s;
  }
  
.slogan1 span:nth-child(7) {
    animation-delay: 1.5s;
  }
  
.slogan1 span:nth-child(8) {
    animation-delay: 1.75s;
  }
  
.slogan1 span:nth-child(9) {
    animation-delay: 2.0s;
  }
  
.slogan1 span:nth-child(10) {
    animation-delay: 2.25s;
  }
  
.slogan1 span:nth-child(11) {
    animation-delay: 2.50s;
  }
  
.slogan1 span:nth-child(12) {
    animation-delay: 2.75s;
  }
  
.slogan1 span:nth-child(13) {
    animation-delay: 3.0s;
  }
  
.slogan1 span:nth-child(14) {
    animation-delay: 3.25s;
  }
  
.slogan1 span:nth-child(15) {
    animation-delay: 3.5s;
  }
  
.slogan1 span:nth-child(16) {
    animation-delay: 3.75s;
  }
  
.slogan1 span:nth-child(17) {
    animation-delay: 4.0s;
  }
  
.slogan1 span:nth-child(18) {
    animation-delay: 4.25s;
  }
  
.slogan1 span:nth-child(19) {
    animation-delay: 4.5s;
  }
  
.slogan1 span:nth-child(20) {
    animation-delay: 4.75s;
  }
  .slogan1 span:nth-child(21) {
    animation-delay: 5s;
  }

h1 {
    color: rgb(155, 155, 155);
    font-size: 80;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    position: absolute;
    top: 588px;
    left: 80;
}

h2 {
    color: rgb(155, 155, 155);
    font-size: 23;
    font-weight: normal;
    text-align: left;
    margin: 0px;
    line-height: 45px;
}

h3 {
    font-weight: normal;
    font-size: 20;
    text-align: left;
    margin: 0px;
    line-height: 15px;
    color: rgb(125, 125, 125);
}

h3 a:link {
  color: rgb(125, 125, 125); 
}

h3 a:visited {
  color: rgb(125, 125, 125); 
}

h3 a:hover {
  color: rgb(60, 160, 60);
}

.title2 {
  color: rgb(155, 155, 155);
  font-size: 26;
  font-weight: normal;
  text-align: left;
  margin-left: 75px;
  line-height: 45px;
}

.banner {
    height: 100px;
    color: rgb(155, 155, 155);
    font-size: 28;
    letter-spacing: 5;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 5px 0px;
    top: 25px;
    background: rgb(235, 235, 235);
}

.pro-prev, .pro-next {
  position: absolute;
  color: rgb(155, 155, 155);
  font-size: 18px;
  top: 705px;}

.pro-prev {  
  left: 15px;
}

.pro-next {
  right: 15px;
}

.pro-prev:hover {
  color: rgb(200, 200, 200);
}

.pro-next:hover {
  color: rgb(200, 200, 200);
}


.flex {
    display: flex;
    justify-content:space-around;
    background: rgb(255, 255, 255);
    padding: 5px;
    margin: 0px 45px 0px 45px;
}

.flex div {
    width: 400;
    border: solid .3px rgb(155, 155, 155);
    padding: 10px;
}


.lead {
  color: rgb(120, 120, 120);
  height: 24px;
  font-size: 20;
  margin-left: 2;
  list-style-type: none;
}

.circle1 {
  display: inline-block;
  width: 10;
  height: 10;
  background:  rgb(220, 140, 200);
  border-radius: 50%;
}
.circle2 {
  display: inline-block;
  width: 10;
  height: 10;
  background:  rgb(255, 196, 21);
  border-radius: 50%;
}
.circle3 {
  display: inline-block;
  width: 10;
  height: 10;
  background:  rgb(196, 62, 0);
  border-radius: 50%;
}
.description {
  font-size: 20;
  color: rgb(120, 120, 120);
  padding: 5;
  text-align: justify;
  margin: 0 50px 0px 0;
}

.other-title {
  color: rgb(60, 160, 60);
padding-top: 5;
padding-left: 15;
}
.other-texte {
  color: rgb(150, 150, 150);
  font-size: 19;
}

.subtitle {
  height: 35px;
    color: rgb(120, 120, 120);
    font-size: 22;
    text-align: left;
    background: linear-gradient(to left, rgb(238, 245, 230), rgb(238, 245, 230) 99%, rgb(60, 160, 60) 75%);
    padding: 3;
    vertical-align: middle;
}

.image-produit {
    filter: grayscale(100%); 
  }
  
.image-produit:hover {
    filter: grayscale(0%);
    transition: 0.4s;

  }

.header-sign2 {
    position: absolute;
    width: 18%;
    height: auto;
    top: 20;
    left: 75;
}

.flex-box {
  border: solid .3px rgb(155, 155, 155);
  display: flex;
  font-size: 20;
  color: rgb(223, 20, 20);
  grid-template-columns: 800px 400px;
  justify-content: space-around;
  background: rgb(255, 255, 255);
  padding: 10;
margin: 10px 75px 0px 75px;
}


.colonnes {
    font-size: 20;
    color: rgb(120, 120, 120);
    column-width: 400px;
    column-gap: 50px;
    margin: 0px 70px 0px 82px;
    text-align: justify;
}
ul{
  position: relative;
  padding: 0;
  left: 0;
  margin: 0;
}
.ul-list {
  position: relative;
  padding: 0;
  left: 10;
  margin: 0;
  list-style-type: none;
}

.footer-flex {
  font-size: 19;
  color: rgb(101, 101, 101);
  display: flex;
  height: 200px;
  line-height: 30px;
  justify-content: space-around;
  background-color: rgb(235, 235, 235);
  padding-top: 15px;
}

.footer-flex div {
  width: 400;
  border: solid 0px rgb(152, 152, 152);
}

.footer-sign {
    width: 120PX;
    height: 80;
    padding: 5 0 0 30;
}

.footer-title {
  font-size: 40px;
  margin: -10 0 0 25;
  color: rgb(60, 160, 60);
  font-family: Edwardian Script ITC;
}

.a-footer:link {
  color: rgb(100, 100, 100); 
}

.a-footer:visited {
  color: rgb(100, 100, 100); 
}

.a-footer:hover {
  color: rgb(150, 150, 150);
}

.suivre {
  margin-top: 0;
  margin-bottom: 5;
}

.social-icons {
    display: flex;
    height: 40;
}

.social-icons div {
  height: 20;
  width: 50;
}

.social-icons div:nth-child(1) {
  transform: scale(0.72);
  filter: grayscale(100%);
  height: 15;
}

.social-icons div:nth-child(2) {
  transform: scale(0.72);
  filter: grayscale(100%);
  height: 11;
}

.social-icons div:nth-child(3) {
  transform: scale(.7);
  filter: grayscale(100%);
  height: 10;
}

.social-icons div:nth-child(4) {
  transform: scale(0.68);
  filter: grayscale(100%);
  height: 19;

}

.social-icons div:hover {
  filter: grayscale(0%);

}

.circle {
  display: inline-block;
  width: 10;
  height: 10;
  background: rgb(200, 200, 200);
  border-radius: 50%;
}
.copy {
  color: rgb(101, 101, 101);
  font-size: 16;
  text-align: center;
  background-color: rgb(235, 235, 235);
  padding: 10px;
  margin: 3px 0px 50px 0px;
}



.fleche-h {
  color: rgb(150, 150, 150);
  position: relative;
  height: 5%;
}

#haut {
  position: fixed;
  right: 0;
  opacity: 0.5;
  transform: scale(0.07);
}

  #haut:hover {
    opacity: 1;
}


.form-group {
  font-size: 19;
  color: rgb(100, 100, 100);
  margin-left: 75;
  line-height: 30px;
}

.choix {
  display: flex;
  width: 40%;
  align-items: center;
}

.choix div:nth-child(1) {
  width: 30px;
  padding: 5;
}

.choix div:nth-child(2) {
  width: 120px;
}
.choix div:nth-child(3) {
  width: 30px;
   
}
.choix div:nth-child(4) {
  width: 120px;
}

label {
  display: flex;
}

input {
  display: block;
  width: 40%;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
}
textarea {
  display: block;
  width: 40%;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 13px;
}
button {
  width: 100px;
  text-align: center;
  font-size: 15px;
  margin: 5px;
  padding: 7px;
  border: none;
  color: white;
  background-color: rgb(190, 190, 190);
}

button:hover {
  background-color: rgb(155, 155, 155);
} 

.required {
  color: red;
}



.photo-album {
  display: flex;
  position: absolute;
  background: rgb(255, 255, 255);
  border: solid .3px rgb(155, 155, 155);
  width: 895px;
  height: 719px;
  top: 110px;
  left: 550px;
}

.photo-album div {
  padding: 5px;
}

.slideshow-container {
  width: 100%;
  position: relative;
}

.slide {
  display: none;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 270px;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  user-select: none;
}

.next {
  right: 0;
  background-color: rgba(239, 239, 239, 0.8);
  opacity: 0.9;

}
.next:hover {
  background-color: rgba(237, 250, 223, 0.8);
  opacity: 0.8;

}

.prev {
  left: 0;
  background-color: rgba(239, 239, 239, 0.8);
  opacity: 0.9;

}

.prev:hover {
  background-color: rgba(237, 250, 223, 0.8);
  opacity: 0.8;

}

.slide img {
  max-width: 882px;
  height: auto;
  max-height: 700px;
}

.active {
  display: block; 
}

.prev.disabled,
.next.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.prev.disabled:hover, 
.next.disabled:hover {
  background: #007bff; 
}

.photos {
  color: rgb(155, 155, 155);
  margin: 0 1015px 0 85;
  font-size: 20px;
  text-align: right;
  background: linear-gradient(to right, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 50%, rgb(235, 235, 235) 100%);

}
.photographe {
  color: rgb(155, 155, 155);
  margin-right: 1010px;
  font-size: 18px;
  text-align: right;
}
.subtitle2 {
  height: 35px;
    color: rgb(120, 120, 120);
    font-size: 20;
    text-align: left;
    background: linear-gradient(to left, rgb(238, 245, 230), rgb(238, 245, 230) 99%, rgb(238, 245, 230) 75%);
    padding: 3;
    margin-top: -13px;
}

.colonnes2 {
  color: rgb(120, 120, 120);
  column-width: 400px;
  column-gap: 50px;
  margin: 0px 70px 0px 82px;
  text-align: justify;
}

.line {
  border: 3px solid rgb(235, 235, 235);
  margin: 5 72 0 85;
}
