@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body { overflow: auto !important; }

.img-fluid {
  width: 100%;
  height: auto;
}


#scroll-animate
{
  overflow: hidden;
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

header
{
  width: 100%;
  height: 100%;
  background: url("img/back-header.webp") no-repeat 50% 50%;
  top: 0;
  position: fixed;
  z-index: -1;
}

footer
{
  width: 100%;
  height: 300px;
  background: gray;
  bottom: -300px;
  position: fixed;
  z-index: -1;
}

.content
{
    height: auto;
  background: #ededed;
  position: relative;
  z-index: 1;
}

.wrapper-parallax {
  margin-top: 100%;
  margin-bottom: 300px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

#section1 {
  height: auto;
  
}

#section1 h1{
 color: #1C1F24;
 font-size: 60px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  
}

#section1 h2{
 color: #4187B1;
 font-size: 45px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  
}
#section1 p{
 color: white; opacity: 0.8;
 font-size: 14px; font-weight: 200;
 font-family: "Montserrat Alternates", sans-serif; text-align: justify;
  
}

.fond-section1 {
  background: #1C1F24; padding: 100px!important;

}

.fleche {
    margin-top: -100px;
}

#section2 h2{
 color: #1C1F24;
  font-family: "Playfair Display", serif;
  
}
#section2 h4{
 color: #1C1F24
 font-weight: 200; font-size: 20px;
 font-family: "Montserrat Alternates", sans-serif; letter-spacing: 1px;
  
}

.content {
 min-height: 1500px;
}

footer h1
{
  line-height: 300px;
}

header,
footer,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

.dark {
  background: #1C1F24 !important;
}
