*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

@font-face {
  font-family: chapaza;
  src: url(font/Chapaza\ Italic.ttf);
}

@font-face{
  font-family: aramisi;
  src: url(font/aramisi.ttf); 
}

:root{
  --color1: #fff;
  --color2: #ff3627;
  --color3: #292a2b;
  --color4: #6f4344;
  --color5: rgb(254,228,229);
  --color6: rgb(169,92,95);
}

html{
  font-size: 16px;
}

/********************/
/*       Home       */
/********************/
.home{
  background-image: url('img/b4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center;
}

.overlay{
  background-image: url('img/b7.jpg');
  /*background-color: var(--color5);*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color1);

}

.logo{
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.home .toggle {
  display: none;
}

.logo img{
  max-width: 280px;
}

.menu {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  display: flex;
  width: 600px;
  justify-content: space-between;
}


.menu li a{
  color: var(--color4);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 10;
}

.text_top_home{
  display: flex;
  align-items: center;
}

.text_home{
  width: 80%;
}

.text_top_home .sep{
  width: 120px;
  height: 2px;
  background: var(--color4);
}

.text_top_home p {
  margin-left:  1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color4);
}

.text_mid_home h1{
  color: var(--color4);
  font-weight: 400;
  font-size: 10rem;
  line-height: 11rem;
  margin-top: 1rem;
  font-family: chapaza;
}

.text_bottom{
  color: var(--color4);
  font-size: 30px;
  font-family: chapaza;
  margin-left: 50px;
}

/* About */

.about {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.entete {
  display: flex;
}

.entete__slogan {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entete__slogan img {
  width: 600px;
  height: 400px;
  margin-right: 1rem;
}


.entete__titre {
  width: 70%;
  color: var(--color6);
}

.entete__titre h2 {
  font-size: 3rem;
  color: var(--color4);
  font-family: chapaza;
}

.entete__titre .barre {
  width: 120px;
  height: 5px;
  background: var(--color5);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.entete__titre p {
  line-height: 1.4rem;
  text-align: justify;
  margin-right: 100px;
}

.about__corps {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  margin-left: 10rem;
  margin-right: 10rem;
}

.about__corps__block {
  width: 31%;
}

.about__corps__block img {
  height: 500px;
  width: 500px;
  border-radius: 10px;
}

.about__corps__block h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  color: var(--color4);
}

.about__corps__block p {
  line-height: 1.4rem;
  text-align: justify;
  color: var(--color6);
}

/*****************/
/*    Photos     */
/*****************/

.galerie{
  min-height: 75vh;
  background: var(--color5);
}
.wrapper{
  width: 100%;
}

.wrapper .carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.carousel .cell{
  line-height: 250px;
  margin: 20px 0;
}

.cell .ph {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.owl-dots{
  text-align: center;
}

.owl-dot{
  height: 15px;
  width: 45px ;
  border-radius: 25px;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid var(--color4)!important;
}

.owl-dot:hover,
.owl-dot.active{
  background: var(--color4)!important;
}


.galerie h2 {
  position: relative;
  top: 10px;
  font-size: 3rem;
  color: var(--color4);
  text-align: center;
  font-family: chapaza;
}





/******************************/
/*      Contact Section       */
/******************************/
.contact{
  position: relative;
  min-height: 50vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--color5);
}

.contact .content{
  max-width: 100%;
  text-align: center;
}

.contact .content h2{
  font-size: 3rem ;
  color: var(--color4);
  font-family: chapaza;
}

.containerC{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  grid-template-columns: 60px 60px;
}

/**.containerC .containerInfo{
  display: flex;
  flex-direction: column;
  position: relative;
  right: 300px;
}*/

.containerC .containerInfo .box{
  position: relative;
  padding: 20px 0;
  display: flex;
}

.containerC .containerInfo .box .icon{
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}
.containerC .containerInfo .box .text{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: var(--color4);
  flex-direction: column;
  font-weight: 300;
  position: relative;
  top: 7px;
}

.containerC .containerInfo .box .text h3{
  font-weight: 500;
  color: var(--color6);
}

/**********************/
.containerC .containerForm{
  display: flex;
  flex-direction: column;
  position: relative;
  left: 150px;
}

.containerC .containerForm .box2{
  position: relative;
  padding: 20px 0;
  left: 50px;
  display: flex;
}

.containerC .containerForm .box2 .icon2{
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}
.containerC .containerForm .box2 .text2{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: var(--color4);
  flex-direction: column;
  font-weight: 300;
  position: relative;
  top: 7px;
}

.containerC .containerForm .box2 .text2 h3{
  font-weight: 500;
  color: var(--color6);
}

/******************************/
/*      Footer Section        */
/******************************/
footer{
  background: var(--color5);
  padding: 15px 23px;
  color: var(--color6);
  text-align: center;
}

/* Responsive */
@media all and (max-width: 1327px) {
  .text_mid_home h1 {
      font-size: 7rem;
      line-height: 6rem;
  }
  .text_bottom{
    font-size: 1rem;
  }
}
/* media contact */
@media all and (max-width: 1100px) {
  .containerC .containerForm {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 70px;
  }

 /* .containerC .containerInfo {
    display: flex;
    flex-direction: column;
    position: relative;
    right: 200px;

} */
}

/* Tablettes */
@media all and (max-width: 991px) {
  .home .toggle {
      display: block;
      position: absolute;
      top: 2.75rem;
      right: 1rem;
      font-size: 1.75rem;
      cursor: pointer;
  }

  .ouvrir {
      display: block;
  }

  .fermer {
      display: none;
  }

  .open .ouvrir {
      display: none;
  }


  .open .fermer {
      display: block;
  }

  .logo {
      z-index: 20;
  }

  .menu {
      /*background: var(--color4);*/
      /*centrer l'image avec le menu*/
      background: url(../img/b6.jpg) no-repeat center center;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      transform: translateX(-100%);
      transition: transform .5s;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
  }

  .menu li a {
      font-size: 2rem;
      color: var(--color6);
  }

  .open .menu {
      transform: translateX(0);
  }

  .open .logo {
      display: none;
  }
  .entete__titre p {
    margin-right: 0px;
    margin: 10px;
}
  .entete__titre h2 {
    margin-right: 20px;
  }


}

@media all and (max-width: 900px) {
  .overlay {
    background-image: url(img/b8.jpg);
  }
.containerC .containerForm {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 12px;
}
}
/* Mobile */
@media all and (max-width: 767px) {
  .text_mid_home h1 {
      font-size: 3rem;
      line-height: 4rem;
  }

  .entete__slogan {
      display: none;
  }

  .entete__titre {
      width: 100%;
  }
  
  .about__corps {
      flex-direction: column;
      margin-left: 17%;
      margin-left: 17%;
  }

  .about__corps__block {
      width: 100%;
      margin-bottom: 3rem;
  }
  .about__corps__block p {
    text-align: center;   
  }

  .about__corps__block img {
    height: 500px;
    width: 500px;
    border-radius: 10px;
  }

  .about__corps__block:last-child {
      margin-bottom: 1rem;
  }

  .work__corps {
      grid-template-columns: repeat(1, 1fr);
  }

}

@media all and (max-width: 700px) {
  .about__corps {
    flex-direction: column;
    margin-left: 12%;
    margin-right: 12%;
}

}

@media all and (max-width: 625px) {
  .about__corps {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
}
}