@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.bggris {
  background-color: #595957;
}
.bgwhite {
  background-color: #fff;
}
.imagecover {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header,
.footer {
  background-image: url("../img/header-deco.png");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: cover;
  background-position: center;
  min-height: 160px;
}
.header #made-in-france {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  background-image: url("../img/header-made-in-france.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header img {
  display: block;
  width: 300px;
  padding-top: 25px;
  margin: 0 auto;
}
.footer img {
  display: block;
  height: 50px;
  margin: auto;
}
.fullbanner {
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/fenetre-haussmannienne.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fullbanner .block50 {
  position: absolute;
  display: block;
  height: 50vh;
  width: 50vw;
  background-color: #b38d3a;
  right: 0;
  margin-top: 50vh;
}
.mobile .fullbanner .block50 {
  display: none;
}
.mobile .blocktitle {
  position: relative;
  display: block;
  background-color: #b38d3a;
  min-height: 300px;
}
.mobile .blocktitle p {
  position: absolute;
  color: white;
  width: 70%;
  padding: 10px;
  font-size: 8vw;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.blocktitle {
  display: none;
}
.positioning-center-horizontal-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.absolute-center {
  height: 100%;
  width: 70% !important;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fullbanner .block50 p {
  display: block;
  color: white;
  margin: auto;
  width: 70%;
  padding: 10px;
  font-size: 4vw;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
p.text {
  position: relative;
  display: block;
  color: white;
  margin: auto;
  width: 95%;
  padding: 10px;
  font-size: 1.6vw;
  line-height: 150%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
p.text a {
  color: white;
}
.mobile p.text {
  font-size: 3.5vw;
  width: 90%;
}
span.text {
  color: white;
  font-size: 1.6vw;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
p.small-text {
  position: relative;
  display: block;
  color: white;
  margin: auto;
  width: 95%;
  padding: 10px;
  font-size: 1.4vw;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.mobile p.small-text {
  font-size: 3vw;
}
span.logo-text {
  color: white;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.container {
  padding: 10px;
}
em {
  color: white;
  font-size: 3vw;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding-bottom: 20px;
}
.mobile em {
  font-size: 5vw;
}
.mobile .hide-on-mobile {
  display: none;
}
.deco1 {
  width: 100px;
  margin-top: -50px;
}
.circle-icon {
  aspect-ratio: 1;
  padding: 1.3vw;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.vertical-line {
  width: 1px;
  height: 100%;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.material-icons {
  color: #fff;
}
.btn-large .material-icons {
  color: #595957;
}
.btn-large:hover .material-icons {
  color: #fff;
}
.msg-error {
  color: #f44336 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
p.recaptcha-text {
  color: white;
  font-size: min(12px, 1.1vw);
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
p.recaptcha-text a {
  color: white;
}