body{ 
  padding: 0px;
  margin: 0px;  
  overflow-x: hidden;

  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

ul, li{ 
  margin: 0px; 
  padding: 0px; 
  text-decoration: none;  
  list-style-type: none; 
}

a{ 
  color: #000; 
  text-decoration: none; 
}

html{ 
  scroll-behavior: smooth;
}

.span{
  display: block;
}

.pointer{
  cursor: pointer;
}

/* MENU */

/* LIEN BURGER https://freefrontend.com/css-hamburger-menu-icons/ */

.barremenu{
  position: sticky;
  background-color: #C3E9E6;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.185);
  width: 100%;
  padding-bottom: 10px;
  top: 0px;

  z-index: 1;
}

.flexmenu{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.logo{
  width: 11vh;
  height: auto;

  margin: 15px 0px 0px 15px;

  z-index: 1;
}

.flexmenu__event{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pevent{
  font-size: 16px;
  margin-left: 30px;
}

/* LANGUE */
/* .flexmenu__langue{
  align-self: center;
}

.nav {
    position: relative;
    display: inline-block;
}

.nav__toggle {
    background: #10A89E;
    color: white;
    padding: 8px 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
}

.nav__list {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 6px;
    overflow: hidden;
}

.nav__list li a {
    display: block;
    padding: 8px 12px;
    color: black;
    text-decoration: none;
}

.nav__list li a:hover {
    background: #f1f1f1;
}

.nav__list.show {
    display: block;
} */

/* TITRE */

.chantier{
  margin-left: 15px;
}

.h1{
  font-size: 65px;
  font-weight: 350;
  margin: 60px 0px 5% 0px;
}
.h1__second{
  font-size: 75px;
}
.h1__en{
  font-size: 50px;
}

.imgchantier{
  width: auto;
  height: 40vh;
}

.flechechantier{
  width: 10%;
  height: auto;

  margin-top: 15%;
  margin-bottom: 30%;
  margin-left: 40%;

  animation: fleche 2s infinite;
}

/* EVENT */
.carre{
  display: block;
  background-color: #C3E9E6;
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, 
  rgba(255, 255, 255, 1) 100px, 
  rgba(195, 233, 230, 1) 100px, 
  rgba(195, 233, 230, 1) 100%);  
  padding-bottom: 20px;

  z-index: -5;
}

.liseret{
  border-bottom: solid #10A89E 3px;
  border-radius: 0px 50% 50% 0px;

  width: 50%;
  height: auto;

  margin: 30px 0px 40px 0px;
}

.event{
  display: flex;
  flex-direction: column;

  margin: 0px 15px 20px 15px;
}

.affiche, .h3{
  text-align: center;
}

.affiche__bonus{
  width: auto;
  height: 40vh;

  box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.185);
}

.h3{
  font-size: 20px;
  font-weight: 550;
}

.p{
  font-size: 16px;
  text-align: left;

  margin-bottom: 5px;
}

.flecheEvent{
  text-align: right;
}
.flecheEvent__bonus{
  width: 10%;
  height: auto;
}

.event__none{
  display: none;
}

/* VISITER */
.visite, .contact{
  margin-left: 15px;
}

.h2{
  font-size: 30px;
  font-weight: 390;

  margin-top: 40px;
}

.soustitre{
  font-size: 20px;
  font-weight: 550;
}

.soustitre__bonus{
  font-size: 18px;
}

/* CONTACT */
.div{
  margin-top: 50px;
}

.pcontact{
  margin: 0px;
}

.pmr{
  width: 50vw;
  height: auto;
}

.flexmtp{
  display: flex;
  flex-direction: row;

  align-items: center;

  margin-top: 20px;
}

.mtp{
  width: 50px;
  height: auto;

  justify-content: center;

  margin-right: 20px;
}

/* FOOTER */
.reseau{
  display: none;
}
.reseaux{
  display: flex;
  flex-direction: row;
  justify-content: space-around;

  margin: 30px 90px 20px 90px;
}

.reseaux__img{
  width: 50px;
  height: auto;
}

/* ANIMATION */
@keyframes fleche{
  0%   { transform: translateY(0); }
  20%  { transform: translateY(8px); }
  40%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* LANGAGE */
/* .section {
  display: none;
}

body[data-page="fr"] .section--fr {
  display: block;
}

body[data-page="nl"] .section--nl {
  display: block;
}

body[data-page="en"] .section--en {
  display: block;
} */

/* 480px */
@media (min-width: 480px) {
    /* MENU */
    .pevent__left{
      margin-left: 60px;
    }

      /* CHANTIER */
    .chantier{
      margin-left: 30px;
    }
    .chantierflex{
      display: flex;
      flex-direction: column;
    }

    .h1{
      margin: 60px 0px 10% 0px;
    }

    /* EVENT */
    .event{
      margin: 0px 30px 20px 30px;
    }
    .h3{
      margin-bottom: 0px;
    }

    /* CONTACT */
    .visite, .contact{
      margin-left: 30px;
    }
    .pmr{
      width: 150px; 
    }
}

/* 540px */
@media (min-width: 540px) {
  /* MENU */
    .flexmenu{
      justify-content: space-between;
    }
    .flexmenu__event{
      margin-right: 30px;
    }
    .pevent__left{
      margin-left: 0px;
    }
    .barremenu{
      margin-right: 10%;
    }
    .logo{
      margin: 15px 0px 0px 30px;
    }

  /* CHANTIER */
    .imgchantier{
      height: 40vh;
    }

    /* EVENT */
    .flecheEvent__bonus{
      width: 40px;
    }
}

/* 640px */
@media (min-width: 640px) {
  /* MENU */
    .chantier{
      margin: 0px 30px 0px 30px;
    }
    .imgchantier{
      text-align: center;
    }

  /* CHANTIER */
    .h1{
      margin-bottom: 10px;
      margin-top: 50px;
    }
    .chantierflex__img{
      align-self: center;
    }

    .flechechantier{
      margin-left: 45%;
      margin-top: 3%;
      width: 50px;
    }

  /* EVENT */
  .affiche__bonus{
    height: 50vh;
  }
  
  .p{
      margin-top: 20px;
    }

  /* MARGES */
    .visite, .contact{
      margin-left: 30px;
      margin-right: 30px;
    }
}

/* 700px*/
@media (min-width: 700px) {
  /* MENU */
    .flexmenu__event{
      margin-right: 50px;
    }

  /* CHANTIER */
    .imgchantier{
      height: 50vh;
    }

    /* EVENT */
    .p{
      margin: 20px 0px 5px 0px;
    }

}


/* 768px  Font-size: 18px;*/ 
@media (min-width: 768px) {
  /* MENU */
  .pevent{
    font-size: 18px;
    margin-left: 40px;
  }

  /* CHANTIER */
  .h1{
    font-size: 75px;
  }
  .h1__second{
    font-size: 85px;
  }

  /* EVENT */
  .event{
    margin: 0px 60px 20px 60px;
  }

  .h3{
    font-size: 25px;
  }
  .p{
    font-size: 18px;
  }
  
  /* VISITECONTACT */
  .visitecontactflex{
    display: flex;
    justify-content: space-around;

    padding-bottom: 50px;
  }

  .h2{
    font-size: 35px;
  }

  .reseaux{
    display: none;
  }

  .reseau{
    display: block;
  } 

  .reseau__footer{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    margin-top: 45%;
  }

  .reseau__img{
    width: 50px;
    height: auto;
  }
}

/* 900px  Font-size: 20px;*/
@media (min-width: 900px) {
  /* MENU */
  .flexmenu{
    flex-direction: column;
  }
  .logo{
    margin: 20px 0px 10px 0px;
    width: 10vh;
  }
  .pevent__left{
    margin-left: 0px;
  }
  .flexmenu__event{
    margin-right: 0px;
  }

  /* CHANTIER */
  .fond{
    position: absolute;
    background-color: #C3E9E6;

    width: 70vw;
    height: 65vh;

    top: 0;
    right: 0;

    z-index: -1;
  }
  .chantierflex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 70px;
  }
  .imgchantier{
    width: auto;
    height: 50vh;
  }

  .flechechantier{
    margin-bottom: 20%;
  }

  /* EVENT  */
  .event{
    margin: 0px 70px 20px 70px;
  }

  /* VISITER CONTACT  */
  .h2{
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/* 1024px  Font-size: 20px;*/
@media (min-width: 1024px) {
  /* MENU */

  /* CHANTIER */
  .imgchantier{
    height: 60vh;
  }
  
  .fond{
    height: 70vh;
  }
  .h1{
    font-size: 85px;
  }
  .h1__second{
    font-size: 95px;
  }

  /* EVENT */
  .event{
    margin: 0px 90px 20px 90px;
  }

  .p{
    font-size: 20px;
  }
  /* VC */
}

/* 1280px */
@media (min-width: 1200px) {

  /* MENU */
  .fond{
    height: 75vh;
  }
  /* CHANTIER  */
  .h1{
    font-size: 100px;
  }
  .h1__second{
    font-size: 115px;
  }

  .flechechantier{
    margin-top: 0%;
  }

  /* EVENT */
  .eventE{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }

  .event{
    margin: 0px 20px 20px 20px;
  }

  .affiche__bonus{
    width: auto;
    height: 30vh;
  }
  
  .h3{
    font-size: 20px;
  }
  .p{
    font-size: 16px;
  }

  /* CV */
  .visite, .contact{
    margin-left: 0px;
    margin-right: 0px;
  }

  .reseau__footer{
    margin-top: 48%;
  }
}

/* 1300px */
@media (min-width: 1300px) {
  /* MENU */
  
  /* CHANTIER */
  .imgchantier{
    height: 65vh;
  }

  /* EVENT */
  .affiche__bonus{
    height: 35vh;
}
  /* CV */

}

/* 1400px */
@media (min-width: 1400px) {
  /* MENU */

  /* CHANTIER */

  /* EVENT */

  /* CV */
}

/* 1536px */
@media (min-width: 1536px) {
  /* MENU */

  /* CHANTIER */

  /* EVENT */

  /* CV */
}