@import url('https://fonts.googleapis.com/css?family=Montserrat|Fontdiner+Swanky|Nothing+You+Could+Do&display=swap');

html {
  margin: 0px;
  width: 100%;
  background: url('../res/principale.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;

  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

a.anchor {
  display: block;
  position: relative;
  top: -5vh;
  visibility: hidden;
}

header {
  height: 5em;
  width: 100%;
  background-color: rgb(62, 68, 75);

  display: flex;
  align-items: center;
  justify-content: flex-end;

  position: fixed;
  left: 0;
  top: 0;

  z-index: 2;
}

nav {
  display: flex;
  flex-direction: row;
}

.logo {
  font-family: "Fontdiner Swanky", cursive;
  color: white;
  margin-left: 2em;
  text-decoration: none;
  font-size: 2em;
}

.separator {
  flex:1;
}

nav a {
  margin: 1em;
  /* font-size: 2em; */
  font-size: 2em;
  font-family: Ringside Regular A,Ringside Regular B,Rubik,Lato,Lucida Grande,Lucida Sans Unicode,Tahoma,Sans-Serif;
  color: rgb(184, 192, 202);
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .logo, nav a {
    font-size: 1.5em;
  }
  header {
    height: 4em;
  }
}

@media only screen and (max-width: 700px) {
  .logo, nav a {
    font-size: 1em;
    margin: 0.1em;
    margin-left: 0.5em;
  }
  nav a:last-child {
    margin-right: 0.5em !important;
  }
  header {
    height: 2em;
  }
}

nav a:last-child {
  margin-right: 2em;
}

main {
  width: 100%;
}

#topSection{
  position: relative;
  text-align: center;
  height: 100vh;
}

#topImage {
  width: 100%;
  object-fit: cover;
}

h1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10vw;
  font-family: "Fontdiner Swanky", cursive;
  color: white;
  /* z-index: 1; */
}

@media only screen and (min-width: 1500px) {
  h1 {
    font-size: 10em;
  }
}

.fullScreen {
  width: 100%;
  height: 100vh;
  /* padding: 40vh; */
  /* background: url('../res/trois-etageres-beton.jpg') center/cover; */
}

.fullScreen img {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
}

#description {
  background-color: white;
  display: block;
  height: 5em;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  padding-top: 2em;
  text-align: center;
  padding-bottom: 3em;
}

@media only screen and (max-width: 640px) {
  .descr_top {
    padding-bottom: 9em !important;
  }
}

p {
  font-size: 1.5em;
}



.dash {
  position: relative;
  left: 40%;
  margin: 2em;
  width: 20%;
  height: 0.5em;
  background-color: goldenrod;
}



/* .collection { */
section {
  background-color: white;
  width: 100%;
}

.h2 {
  height: 5em;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 2em;
  text-align: center;

  text-decoration: underline;
  text-decoration-color: goldenrod;
  text-underline-position: below;
}

.gallerie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* flex-grow: 1; */
  /* width: 100%; */
  list-style-type: none;
  /* padding-left: 1%; */
  padding-left: 0.5%;
  margin-bottom: 0;
}

.gallerie img {
  width: 98%;
  /* min-height: 30vh;
  max-height: 40vh; */
  height: 40vh;
  object-fit: cover;
  flex-grow: 1;
  /* padding: 0 1% 1% 0; */
  padding: 0 0.5% 0.5% 0;
}

@media only screen and (min-width: 768px) {
  .gallerie img {
    width: 49%;
  }
}

@media only screen and (min-width: 1200px) {
  .gallerie img {
    width: 31%;
  }
}


/* .gallerie img {
  width: 31%;
  object-fit: cover;
  flex-grow: 1;
  padding: 0 1% 1% 0;
} */

/* .gallerie img:last-child {
  width: 31%;
  max-height: 50vh;
  object-fit: cover;
  flex-grow: 1;
  padding: 0 1% 1% 0;
} */

#description_mobilier {
  padding-top: 0;
  text-align: center;
  padding-bottom: 3em;
}



section.contact {
  display: flex;
  justify-content: center;
  padding-bottom: 0em;
}

.contact p {
  text-align: justify;
}

.contact > div {
  /* width: 60vw; */
  width: 1000px;
  margin-left: 5%;
  margin-right: 5%;
}

.contact h2 {
  margin-bottom: 0;
  margin-block-end: 0;
}

input, textarea {
  font-size: 2rem;
  width: 45%;
  margin: 0;
  margin-bottom: 1em;
  height: 3rem;
  padding: 0;
}

@media only screen and (max-width:768px) {
  input {
    width: 90%;
  }
}

.mailphone {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#envoi_ok {
  width: 100%;
  background-color: lightgreen;
  /* visibility: hidden; */
  /* visibility: collapse; */
  text-align: center;
}






footer {
  padding-bottom: 5vh;
  background-color: white;

  display: flex;
  justify-content: center;
}

.footer_links {
  width: 80%;
}

.rs {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer div {
  margin: 5%;
}

footer img {
  width: 2rem;
}

footer p {
  margin: 0;
}

.img_p {
  display: flex;
  padding-right: 10%;
  align-items: center;
  margin: 0;
}

.img_p p {
  font-size: 1.5em;
  margin-left: 10%;
}

@media only screen and (max-width:350px) {
  .img_p p {
    font-size: 1.2em;
    margin-left: 5%;
  }
}

.img_p.phone{
  padding-right: 0;
}