@charset "utf-8";
/*imports*/
@import url(reset.css);
/*variables*/
/*mixins*/
/*styles*/
body {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
html {
  /*GLOBAL*/
  font-family: "balto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 1em;
  color: #fff;
  background: #fff;
  overflow-x: hidden;
}
html .mobile {
  display: none;
}
html .center {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html a {
  text-decoration: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  outline-style: none !important;
}
html a:hover {
  text-decoration: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html em {
  font-style: italic;
}
html strong {
  font-weight: 600;
}
html .lightbox {
  display: none;
}
html .navbar {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: -220px;
  transform: translateY(-50%);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
html .navbar .nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
html .navbar .nav-menu::before {
  content: '';
  position: absolute;
  top: 0;
  right: -14px;
  width: 35px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  z-index: -1;
  pointer-events: none;
}
html .navbar .nav-menu li {
  position: relative;
  min-width: 200px;
  text-align: right;
}
html .navbar .nav-menu li .dot {
  display: block;
  color: #FFB600;
  padding: 5px 0;
}
html .navbar .nav-menu li .dot::before,
html .navbar .nav-menu li .dot::after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  top: 50%;
  transition: all 0.3s ease;
}
html .navbar .nav-menu li .dot::before {
  width: 5px;
  height: 5px;
  right: 0;
  border: 2px solid #181818;
  transform: translateY(-50%);
}
html .navbar .nav-menu li .dot::after {
  width: 15px;
  height: 15px;
  border: 2px solid ;
  right: -5px;
  transform: translateY(-50%) scale(0);
}
html .navbar .nav-menu li .dot.active::before,
html .navbar .nav-menu li .dot:hover::before {
  background: #FFB600;
  border-color: #fff;
}
html .navbar .nav-menu li .dot.active::after,
html .navbar .nav-menu li .dot:hover::after {
  transform: translateY(-50%) scale(1);
}
html .navbar .nav-menu li .dot span {
  display: inline-block;
  opacity: 0;
  font-family: "balto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #775F2A;
  background-color: #FFB600;
  padding: 10px 20px;
  padding-top: 12px;
  padding-bottom: 8px;
  border-radius: 3px;
  margin-right: 30px;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
html .navbar .nav-menu li .dot span::before {
  display: block;
  position: absolute;
  content: '';
  color: #FFB600;
  border-left: 7px solid ;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  top: 50%;
  transform: translate(7px, -50%);
  right: 0;
  transition: all 0.3s ease;
}
html .navbar .nav-menu li .dot.active span,
html .navbar .nav-menu li .dot:hover span {
  transform: translateX(0px);
  opacity: 1;
}
html .sidebarNavIn {
  margin-right: 250px;
  opacity: 1 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html header {
  display: flex;
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
html header img {
  position: absolute;
  z-index: 100;
}
html header .invite {
  position: absolute;
  bottom: 10px;
  z-index: 200;
}
html header .invite span.unu,
html header .invite span.doi,
html header .invite span.trei {
  display: block;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 4px solid #FFB600;
  border-bottom: 4px solid #FFB600;
  margin: 0 0 6px 12px;
}
html header .invite .unu {
  margin-top: 12px;
}
html header .invite .unu,
html header .invite .doi,
html header .invite .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
html header .invite .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
html header .invite .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
html header .invite .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
}
html header .invite .mouse {
  height: 42px;
  width: 28px;
  border-radius: 20px;
  transform: none;
  border: 4px solid #FFB600;
  top: 350px;
  margin-left: 1px;
}
html header .invite .wheel {
  height: 10px;
  width: 4px;
  display: block;
  margin: 10px auto;
  background: #FFB600;
  position: relative;
}
html header .invite .wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
html header .rslides {
  position: relative;
  z-index: 10;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
html header .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 800;
  display: inline;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
}
html header .rslides_nav {
  position: absolute;
  display: block;
  z-index: 700;
  font-size: 0;
  line-height: 0;
  top: 50%;
  left: 5%;
  width: 40px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html header .rslides_nav img {
  width: 30px;
  height: auto;
  padding-left: 5px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html header .rslides_nav:active {
  opacity: 1;
}
html header .rslides_nav.prev:hover img {
  width: 30px;
  height: auto;
  padding-left: 0px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html header .rslides_nav.next {
  right: 5%;
  left: auto;
}
html header .rslides_nav.next:hover img {
  width: 30px;
  height: auto;
  padding-left: 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc1 {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #775F2A;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
html .bloc1 h2 {
  position: relative;
  z-index: 101;
}
html .bloc1 h2 img {
  width: 150px;
  height: auto;
}
html .bloc1 h3 {
  position: relative;
  z-index: 102;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 600;
  padding-bottom: 20px;
}
html .bloc1 div {
  position: relative;
  display: inline-block;
  z-index: 103;
  width: 40%;
  min-width: 400px;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
  background: rgba(119, 95, 42, 0.8);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc1 div p {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.4em;
  padding-bottom: 30px;
  font-family: "balto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
}
html .bloc1 .steps {
  position: absolute;
  z-index: 10;
  top: -20px;
  left: -20px;
  height: 110%;
  width: auto;
  opacity: 0.6;
}
html .bloc2 {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 160px;
}
html .bloc2 .blocimage {
  width: 100%;
  height: 600px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  -webkit-border-bottom-right-radius: 200px;
  -moz-border-radius-bottomright: 200px;
  border-bottom-right-radius: 200px;
}
html .bloc2 .blocimage .textes {
  float: left;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-top: 100px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0) 60%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc2 .blocimage .textes h2 {
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
  padding-left: 70px;
}
html .bloc2 .blocimage .textes h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border: 3px solid #fff;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
html .bloc2 .blocimage .textes p {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 50%;
  min-width: 250px;
}
html .bloc2 .carousel {
  width: 100%;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc2 .carousel li {
  float: left;
  display: flex;
  position: relative;
  width: 250px;
  height: 350px;
  margin-right: 30px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-color: #775F2A;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc2 .carousel li .textes {
  position: absolute;
  float: left;
  width: 100%;
  height: 350px;
  top: 220px;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc2 .carousel li .textes h3 {
  font-size: 1.6em;
  font-weight: 600;
}
html .bloc2 .carousel li .textes p {
  padding-top: 15px;
  font-weight: 300;
}
html .bloc2 .carousel li .textes p.next {
  opacity: 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc2 .carousel li:hover {
  cursor: pointer;
}
html .bloc2 .carousel li:hover .textes {
  top: 0px;
  padding-top: 185px;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc2 .carousel li:hover .textes p.next {
  opacity: 1;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc2 .carousel-wrapper {
  position: relative;
  max-width: 800px;
  margin: auto;
}
html .bloc2 .carousel-navigation {
  position: absolute;
  bottom: 60px;
  left: 5%;
  display: flex;
  gap: 15px;
}
html .bloc2 .carousel-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
html .bloc2 .carousel-navigation a:hover {
  opacity: 0.7;
}
html .bloc2 .carousel-navigation a img {
  width: 100%;
  height: auto;
}
html .bloc3 {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
html .bloc3 h2 {
  display: inline-block;
  width: auto;
  text-align: center;
  position: relative;
  font-size: 2.2em;
  font-weight: 600;
  margin-top: 160px;
  padding-bottom: 160px;
  padding-left: 70px;
  color: #775F2A;
}
html .bloc3 h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border: 3px solid #775F2A;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
html .bloc3 #imageTransition {
  float: left;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Images en background */
}
html .bloc3 #imageTransition .image-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
html .bloc3 #imageTransition #contentAmbiances {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
html .bloc3 #imageTransition #contentAmbiances .textes {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-left: 5%;
  padding-top: 100px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 30%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc3 #imageTransition #contentAmbiances .textes h3 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1500;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: left;
  color: #775F2A;
}
html .bloc3 #imageTransition #contentAmbiances .textes p {
  position: absolute;
  left: 20px;
  top: 70px;
  z-index: 1500;
  font-size: 1.2em;
  line-height: 1.4em;
  width: 50%;
  min-width: 250px;
  text-align: left;
  color: #775F2A;
}
html .bloc3 #imageTransition #contentAmbiances .black {
  background: linear-gradient(170deg, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 30%);
}
html .bloc3 #imageTransition .image-wrapper {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
html .bloc3 #imageTransition .img1 {
  background-image: url('/images/Bluementhal_Bedroom_Copenhague.webp');
  z-index: 3;
}
html .bloc3 #imageTransition .img2 {
  background-image: url('/images/Bluementhal_Bedroom_Lisbonne.webp');
  z-index: 2;
}
html .bloc3 #imageTransition .img3 {
  background-image: url('/images/Bluementhal_Bedroom_Milan.webp');
  z-index: 1;
}
html .bloc3 .center .bloc-inside {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #775F2A;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: translateY(50px);
}
html .bloc3 .center .bloc-inside .textes {
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-left: 20px;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 40%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc3 .center .bloc-inside .textes h3 {
  position: relative;
  z-index: 500;
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
}
html .bloc3 .center .bloc-inside .textes p {
  position: relative;
  z-index: 500;
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
}
html .bloc3 .center .bloc-inside .black {
  background: linear-gradient(175deg, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 40%);
}
html .bloc3 .center #bloc3-2 {
  float: left;
  width: 45%;
  height: 270px;
}
html .bloc3 .center #bloc3-2 h3,
html .bloc3 .center #bloc3-2 p {
  color: #775F2A;
}
html .bloc3 .center #bloc3-3 {
  float: right;
  width: 54%;
  height: 270px;
}
html .bloc3 .center #bloc3-4 {
  float: left;
  width: 40%;
  height: 450px;
}
html .bloc3 .center #bloc3-4 h3,
html .bloc3 .center #bloc3-4 p {
  color: #775F2A;
}
html .bloc3 .center .groupe1 {
  float: right;
  width: 59%;
  height: 450px;
  margin-bottom: 10px;
}
html .bloc3 .center .groupe1 #bloc3-5 {
  float: left;
  width: 100%;
  height: 220px;
}
html .bloc3 .center .groupe1 #bloc3-6 {
  float: left;
  width: 100%;
  height: 220px;
  margin-bottom: 0px;
}
html .bloc3 .center .groupe2 {
  float: left;
  width: 59%;
  height: 400px;
  margin-bottom: 10px;
}
html .bloc3 .center .groupe2 #bloc3-7 {
  float: left;
  width: 100%;
  height: 195px;
}
html .bloc3 .center .groupe2 #bloc3-7 h3,
html .bloc3 .center .groupe2 #bloc3-7 p {
  color: #775F2A;
}
html .bloc3 .center .groupe2 #bloc3-8 {
  float: left;
  width: 100%;
  height: 195px;
  margin-bottom: 0px;
}
html .bloc3 .center #bloc3-9 {
  float: right;
  width: 40%;
  height: 400px;
}
html .bloc3 .center #bloc3-10 {
  float: right;
  width: 100%;
  height: 400px;
}
html .bloc3 .center #bloc3-10 h3,
html .bloc3 .center #bloc3-10 p {
  color: #775F2A;
}
html .bloc3 h4 {
  float: left;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 50px;
  font-size: 4em;
  font-weight: 300;
  text-align: center;
  color: #775F2A;
  font-style: italic;
}
html .bloc4 {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 160px;
  background: #775F2A;
}
html .bloc4 .textes {
  width: 100%;
  padding-left: 5%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc4 .textes h2 {
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
  padding-left: 70px;
}
html .bloc4 .textes h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border: 3px solid #fff;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
html .bloc4 .textes p {
  font-size: 1.2em;
  line-height: 1.4em;
  width: 50%;
  min-width: 250px;
}
html .bloc4 .carousel2 {
  width: 100%;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc4 .carousel2 li {
  float: left;
  display: flex;
  position: relative;
  width: 600px;
  height: 300px;
  margin-right: 30px;
  padding: 20px;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  background-color: #000;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc4 .carousel2 li h3 {
  z-index: 200;
  font-size: 1.6em;
  font-weight: 600;
  width: 50%;
}
html .bloc4 .carousel2 li p {
  z-index: 200;
  font-weight: 300;
  width: 50%;
}
html .bloc4 .carousel2 li .bg {
  position: absolute;
  z-index: 100;
  float: left;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 50%);
}
html .bloc4 .carousel2 li .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Comme background-size: cover */
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
  /* Noir et blanc par défaut */
  transition: filter 0.5s ease-in-out;
}
html .bloc4 .carousel2 li:hover .background-video {
  filter: grayscale(0%);
  /* Devient en couleur au survol */
}
html .bloc4 .carousel-navigation {
  position: absolute;
  bottom: 60px;
  left: 5%;
  display: flex;
  gap: 15px;
}
html .bloc4 .carousel-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
}
html .bloc4 .carousel-navigation a:hover {
  opacity: 0.7;
}
html .bloc4 .carousel-navigation a img {
  width: 100%;
  height: auto;
}
html .bloc5 {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 160px;
  color: #775F2A;
  text-align: center;
  /* Quand l'élément est actif */
}
html .bloc5 h2 {
  width: auto;
  display: inline-block;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  padding-left: 70px;
}
html .bloc5 h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border: 3px solid #775F2A;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
html .bloc5 .faq-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: left;
}
html .bloc5 .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
html .bloc5 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2em;
}
html .bloc5 .faq-icon {
  font-size: 1.6em;
  font-weight: 600;
  transition: transform 0.2s ease;
}
html .bloc5 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0px;
  font-size: 1.2em;
  color: #555;
  opacity: 0;
}
html .bloc5 .faq-answer p {
  padding: 15px;
}
html .bloc5 .faq-item.active .faq-answer {
  opacity: 1;
  padding-top: 10px;
}
html .bloc5 .faq-item.active .faq-icon {
  transform: rotate(45deg);
  /* Tourne le + en X */
}
html .bloc6 {
  float: left;
  position: relative;
  width: 100%;
}
html .bloc6 .blocimage {
  float: right;
  width: 90%;
  height: 600px;
  background-size: 100% auto;
  /* 100% en largeur et auto en hauteur */
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-border-bottom-left-radius: 200px;
  -moz-border-radius-bottomleft: 200px;
  border-bottom-left-radius: 200px;
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc6 .blocimage .textes {
  float: left;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-top: 100px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 70%);
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc6 .blocimage .textes h2 {
  float: right;
  width: auto;
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
  padding-left: 70px;
}
html .bloc6 .blocimage .textes h2 span {
  position: absolute;
  left: 0;
  top: -15px;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border: 3px solid #fff;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
html .bloc6 .blocimage .textes p {
  float: right;
  width: 50%;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-left: 50%;
  min-width: 250px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc6 .blocimage .textes p img {
  margin-left: 40px;
}
html .bloc6 .blocimage:hover {
  filter: grayscale(0%);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc6 h3 {
  float: left;
  width: 100%;
  font-size: 2.2em;
  font-weight: 600;
  padding-top: 90px;
  padding-bottom: 10px;
  text-align: center;
  color: #775F2A;
}
html .bloc6 .partenaires-container {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 50px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc6 .partenaires-container .partenaire {
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .bloc6 .partenaires-container .partenaire img {
  max-width: 300px;
  height: auto;
}
html .bloc7 {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fff;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  background-position: center center;
  text-align: center;
}
html .bloc7 div.frame {
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 30px;
  max-width: 80%;
  border: 3px solid #775F2A;
}
html .bloc7 div.frame h2 {
  z-index: 100;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 2.2em;
  font-weight: 600;
  color: #775F2A;
  padding-bottom: 20px;
}
html .bloc7 div.frame a {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 15px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  background: #775F2A;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 10px, 100% 100%, 15px 100%, 0 calc(100% - 10px));
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc7 div.frame a:hover {
  background: #FFB600;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc7 div.frame .bg {
  position: absolute;
  z-index: 10;
  float: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
html .bloc8 {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 160px;
  background: #000;
  overflow-x: hidden;
}
html .bloc8 .filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
html .bloc8 video {
  position: absolute;
  z-index: 10;
  left: -220px;
  bottom: 0;
  height: 100%;
  width: auto;
}
html .bloc8 .center .content {
  position: relative;
  z-index: 100;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
}
html .bloc8 .left {
  padding: 30px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html .bloc8 .right {
  padding: 30px;
  text-align: center;
  color: #FFB600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
html .bloc8 h2 {
  font-size: 2.2em;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
}
html .bloc8 p {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 10px;
  text-align: center;
}
html .bloc8 p a {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 15px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  background: #775F2A;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 10px, 100% 100%, 15px 100%, 0 calc(100% - 10px));
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html .bloc8 p a:hover {
  background: #FFB600;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
html footer {
  float: left;
  position: relative;
  width: 100%;
}
html footer .top {
  float: left;
  width: 100%;
  padding-top: 100px;
  background: #775F2A;
}
html footer .top .left {
  float: left;
  width: 50%;
  overflow: hidden;
}
html footer .top .left .logo1 {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .left address {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.6em;
}
html footer .top .left address a {
  color: #fff;
}
html footer .top .left address a:hover {
  color: #FFB600;
}
html footer .top .right {
  float: right;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  overflow: hidden;
}
html footer .top .right ul.niv1 {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 {
  position: relative;
  display: inline-block;
  flex-basis: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html footer .top .right ul.niv1 li.niv1 h4 {
  font-family: "balto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
html footer .top .right ul.niv1 li.niv1 ul li a,
html footer .top .right ul.niv1 li.niv1 ul li button.btncookies {
  text-align: left;
  color: #b8b8b8;
  font-size: 1.1em;
  line-height: 1.8em;
  font-family: "balto", sans-serif;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 300;
}
html footer .top .right ul.niv1 li.niv1 ul li button.btncookies {
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
html footer .top .right ul.niv1 li.niv1 ul li a:hover,
html footer .top .right ul.niv1 li.niv1 ul li button:hover {
  color: #FFB600;
}
html footer .top .right ul.niv1 li.niv1 ul li a:before {
  padding-right: 5px;
  content: ">";
}
html footer .top .right ul.niv1 li.niv1 ul li .btncookies:before {
  padding-right: 5px;
  content: ">";
}
html footer .top .right ul.niv1 li.niv1 ul li a.social:before {
  content: "";
}
html footer .top .right ul.niv1 .social h4 {
  text-align: right;
}
html footer .top .right ul.niv1 .social ul li {
  text-align: right;
}
html footer .bottom {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  background: #775F2A;
}
html footer .bottom p {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  font-weight: 400;
}
html footer .bottom p img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
html footer .bottom a {
  color: #fff;
}
html footer .bottom a:hover {
  color: #FFB600;
}
html footer .bottom .esr {
  float: right;
  margin-left: 20px;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 3px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */