.header {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  min-height: 10vh;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #0095c2;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: radial-gradient(circle, #fff, #fff);
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  line-height: 0;
  text-decoration: none;
  display: flex;
  box-shadow: inset 3px 2px 20px 2px #99e7ff;
}

.body {
  background-color: #99e7ff;
}

.homelogo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  height: 90vh;
  min-height: 90vh;
  padding: 0 0 25px;
  display: flex;
}

.projets_titre {
  text-align: left;
  width: 70%;
  margin-top: 0;
  padding-right: 25px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.about_txt {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  mix-blend-mode: luminosity;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  height: 100%;
  display: block;
}

.logo_inprocess {
  pointer-events: auto;
  width: 100%;
  max-width: 100vw;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
}

.projets_page {
  color: #333;
  background-color: #99e7ff;
}

.projets_txt {
  color: #000;
  text-transform: none;
  text-overflow: clip;
  overflow-wrap: normal;
  max-width: 80%;
  padding-right: 0;
  font-family: "Exo 2", sans-serif;
}

.projets_titre_vignette {
  opacity: 1;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-clip: border-box;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.vignettes_bloc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.vignettes_img {
  box-sizing: border-box;
  aspect-ratio: 1;
  vertical-align: baseline;
  mix-blend-mode: luminosity;
  object-fit: cover;
  border-radius: 500px;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  overflow: clip;
}

.projets_bloc_txt {
  word-break: normal;
  width: 50%;
  position: fixed;
  bottom: auto;
  
}

.projets_bloc {
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.projets_colonne_txt {
  width: 50%;
  padding-left: 25px;
  padding-right: 0;
 

}

.box_header {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.box_lien {
  min-width: 30%;
  max-width: 30%;
  text-decoration: none;
}

.projets_colonne_img {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.header_logo {
  max-width: 20%;
}

.header_projets {
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.header_lien_logo {
  width: 100%;
  height: 100%;
}

.about_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100vw;
  min-height: 100%;
  max-height: 100%;
  padding: 120px 50px;
  display: flex;
}

.vignettes_projets_section {
  box-sizing: border-box;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100vw;
  min-height: 100%;
  max-height: 100%;
  padding: 120px 50px;
  display: flex;
}

.contacts {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contacts_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.contacts_section_right {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
}

.projets_div_img {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 25px;
  display: flex;
}

.projets_bloc_txt_02 {
  width: 50%;
  height: 100%;
  padding: 0 25px 120px 50px;
  position: sticky;
  inset: 0%;
}

.div-block {
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  padding-left: 25px;
  padding-right: 25px;
}

.contacts_section_left {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
}

.contacts_bloc_right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.contacts_bloc_left {
  width: 50%;
}

.contacts_section_left_mail {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: italic;
}

.contacts_section_right_insta {
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: italic;
}

.about_txt_02 {
  opacity: 1;
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-clip: border-box;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header {
    width: 50%;
    padding-right: 25px;
  }

  .homelogo {
    flex-flow: row;
    width: 100%;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .projets_titre {
    padding-right: 0;
  }

  .about_txt {
    width: 100%;
    min-width: 100vw;
    display: inline;
  }

  .logo_inprocess {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .projets_titre_vignette {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    overflow: visible;
  }

  .box_lien {
    min-width: 50%;
    max-width: 50%;
  }

  .header_logo {
    width: 100%;
    max-width: 50%;
  }

  .header_lien_logo {
    width: 50%;
  }

  .about_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .about_txt_02 {
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .logo_inprocess {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 100%;
    max-width: 100vw;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .homelogo {
    max-height: 90vh;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .projets_titre {
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 0%;
    min-width: 100%;
    max-width: 100%;
    height: 0%;
    min-height: 100%;
    max-height: 100%;
    padding-right: 0;
    display: flex;
  }

  .about_txt {
    text-align: left;
    width: 100%;
    min-width: 100%;
    font-family: Exo, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }

  .logo_inprocess {
    width: 100%;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .projets_txt {
    max-width: 100%;
  }

  .projets_titre_vignette {
    padding-top: 15px;
    font-size: 18px;
  }

  .projets_bloc {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }

  .box_header {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .box_lien {
    min-width: 100%;
  }

  .header_logo {
    min-width: 100%;
    max-width: 50%;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .header_projets {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .header_lien_logo {
    text-align: center;
    order: 0;
    align-self: auto;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .about_section {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0 25px 150px;
  }

  .vignettes_projets_section {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 0 25px;
  }

  .contacts {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0 25px;
  }

  .contacts_box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .contacts_section_right {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .projets_div_img {
    width: 100%;
    padding-right: 25px;
  }

  .projets_bloc_txt_02 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 25px;
    position: static;
  }

  .contacts_section_left {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .contacts_bloc_right, .contacts_bloc_left {
    width: 100%;
  }

  .contacts_section_left_mail, .contacts_section_right_insta {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    display: flex;
  }

  .about_txt_02 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }
}


