@charset "UTF-8";
/**** IMPORTATION DES FEUILLES SCSS ****/
/******** VARIABELS , MAPS , LIST ***********/
/**** COLOURS ****/
/**** MAPS ****/
/*** BREAKPOINTS ***/
@import url("./_variables.scss");
/** LAYOUT **/
/** PROPERTY **/
/** FORMAT **/
/** BREAKPOINTS **/
@keyframes moveLabel {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: -47px;
    left: -5px;
  }
}

/*** POLICES ***/
@font-face {
  font-family: 'Comfortaa';
  src: url("../police/Comfortaa/comfortaa-variablefont_wght-webfont.eot");
  src: url("../police/Comfortaa/comfortaa-variablefont_wght-webfont.eot?#iefix") format("embedded-opentype"), url("../police/Comfortaa/comfortaa-variablefont_wght-webfont.woff2") format("woff2"), url("../police/Comfortaa/comfortaa-variablefont_wght-webfont.woff") format("woff"), url("../police/Comfortaa/Comfortaa-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSansBold';
  src: url("../police/AzoSans/AzoSans-Bold/AzoSans-Bold.ttf") format("truetype");
  src: url("../police/AzoSans/AzoSans-Bold/AzoSans-Bold.woff") format("woff"), url("../police/AzoSans/AzoSans-Bold/AzoSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSansRegular';
  src: url("../police/AzoSans/AzoSans-Regular/AzoSans-Regular.ttf") format("truetype");
  src: url("../police/AzoSans/AzoSans-Regular/AzoSans-Regular.woff") format("woff"), url("../police/AzoSans/AzoSans-Regular/AzoSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSansLight';
  src: url("../police/AzoSans/AzoSans-Light/AzoSans-Light.ttf") format("truetype");
  src: url("../police/AzoSans/AzoSans-Light/AzoSans-Light.woff") format("woff"), url("../police/AzoSans/AzoSans-Light/AzoSans-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/** CODE **/
* {
  font-family: 'Comfortaa', sans-serif;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  min-width: 280px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  min-width: 280px;
}

.header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 106.8px;
  width: 100%;
  background-color: #0c294e;
  position: relative;
  overflow: hidden;
  padding: 13px 0px;
}

@media screen and (max-width: 1048px) {
  .header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 1;
  }
}

@media screen and (orientation: landscape) and (max-height: 560px) and (max-width: 1020px) {
  .header {
    height: 44px;
  }
}

@media screen and (orientation: portrait) and (max-height: 900px) and (max-width: 715px) {
  .header {
    height: 44px;
  }
}

.header__logo {
  width: min-content;
  margin-left: 40.8px;
  margin-right: 160.2px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .header__logo {
    margin-right: 55px;
    margin-left: 19.5px;
  }
}

@media screen and (max-width: 1048px) {
  .header__logo {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: min-content;
    z-index: 10;
  }
}

.header__logo::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -60px;
  top: -90px;
  height: 230px;
  width: 320px;
  transform: rotate(-45deg);
  background-color: white;
}

@media screen and (max-width: 1330px) {
  .header__logo::after {
    left: -60px;
    top: -90px;
    height: 165px;
    width: 290px;
  }
}

@media screen and (max-width: 1048px) {
  .header__logo::after {
    position: relative;
    height: 150px;
    width: 150px;
    top: 0px;
    left: -40px;
    border-radius: 50%;
    transform: rotate(0deg);
  }
}

@media screen and (orientation: landscape) and (max-height: 560px) and (max-width: 1020px) {
  .header__logo::after {
    height: 100px;
    width: 100px;
  }
}

@media screen and (orientation: portrait) and (max-height: 900px) and (max-width: 715px) {
  .header__logo::after {
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 1330px) {
  .header__logo__img {
    height: 55px;
  }
}

@media screen and (max-width: 1048px) {
  .header__logo__img {
    height: 66px;
    position: relative;
    right: -87px;
  }
}

@media screen and (orientation: landscape) and (max-height: 560px) and (max-width: 1020px) {
  .header__logo__img {
    height: 38.5px;
    right: -42px;
  }
}

@media screen and (orientation: portrait) and (max-height: 900px) and (max-width: 715px) {
  .header__logo__img {
    height: 38.5px;
    right: -42px;
  }
}

.header__nav {
  width: min-content;
  position: relative;
}

@media screen and (max-width: 1048px) {
  .header__nav {
    height: 89px;
    width: 100px;
    z-index: 2;
    position: absolute;
    right: 0;
  }
}

.header__nav__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1048px) {
  .header__nav__list {
    display: none;
  }
}

.header__nav__list__item {
  margin-right: 104.5px;
  width: max-content;
  transition: 0.23s ease;
}

@media screen and (max-width: 1800px) {
  .header__nav__list__item {
    margin-right: 34px;
  }
}

.header__nav__list__item:hover {
  transform: scale(1.15);
  transition: 0.23s ease;
}

@media screen and (max-width: 1167px) {
  .header__nav__list__item__house {
    display: none;
  }
}

.header__nav__list__item__link {
  font-family: 'AzoSansBold';
  text-transform: uppercase;
  color: #f5f5f5;
  font-size: 23.1px;
  padding: 8px;
  border-bottom: #0c294e 4px solid;
  transition: 0.23s ease;
}

@media screen and (max-width: 1440px) {
  .header__nav__list__item__link {
    font-size: 21px;
  }
}

.header__nav__list__item__link__svg {
  height: 89px;
}

@media screen and (max-width: 1330px) {
  .header__nav__list__item__link__svg {
    height: 71.5px;
  }
}

.header__nav__list__item__link:hover {
  border-bottom: #af8950 4px solid;
  text-shadow: 0px 0px 20px white;
  transition: 0.23s ease;
}

.header__nav__burgerMenu {
  position: absolute;
  height: max-content;
  width: max-content;
  right: 30px;
  top: 32px;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1048px) {
  .header__nav__burgerMenu {
    display: block;
  }
}

.header__contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: min-content;
  margin-right: 40.8px;
}

@media screen and (max-width: 1440px) {
  .header__contact {
    margin-right: 19.5px;
  }
}

@media screen and (max-width: 1048px) {
  .header__contact {
    display: none;
  }
}

.header__contact__mail {
  margin-right: 34px;
}

@media screen and (max-width: 1330px) {
  .header__contact__mail {
    margin-right: 13px;
  }
}

.header__contact__mail__link {
  display: inline-block;
  height: max-content;
}

.header__contact__mail__link:hover {
  transform: scale(1.3);
  transition: 0.23s ease;
}

.header__contact__mail__link__svg {
  height: 42px;
}

@media screen and (max-width: 1330px) {
  .header__contact__mail__link__svg {
    height: 27.3px;
  }
}

.header__contact__phone__link {
  display: inline-block;
  height: max-content;
}

.header__contact__phone__link:hover {
  transform: scale(1.3);
  transition: 0.23s ease;
}

.header__contact__phone__link__svg {
  height: 54.4px;
}

@media screen and (max-width: 1330px) {
  .header__contact__phone__link__svg {
    height: 40.8px;
  }
}

.div-menu-burger {
  background-color: #1F3B62;
  width: 25%;
  min-width: 263px;
  max-width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 13px;
  z-index: 5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(500px);
  transition: 1.33s ease;
}

.div-menu-burger__arrow-icon {
  fill: #eeecec;
  cursor: pointer;
  height: 44.2px;
  width: 44.2px;
  padding-right: 13px;
  align-self: flex-end;
  position: absolute;
}

.div-menu-burger__nav {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 13px;
  position: absolute;
}

.div-menu-burger__nav__item {
  margin-bottom: 21px;
}

.div-menu-burger__nav__item__link {
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  cursor: pointer;
}

.div-menu-burger__nav__item:first-child {
  margin-top: 21px;
}

.banner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 582.5px;
  background-color: #FAFAF8;
}

.banner__img {
  height: 585px;
  width: 585px;
}

.why {
  height: max-content;
  width: 100%;
  margin: 133.5px 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
  .why {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 377px) {
  .why {
    margin-bottom: 0px;
  }
}

.why__title {
  font-family: 'Comfortaa';
  text-transform: uppercase;
  color: #af8950;
  margin-bottom: 144px;
  letter-spacing: 3.2px;
  font-size: 54.4px;
  position: relative;
  padding-top: 21px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .why__title {
    margin-bottom: 89px;
  }
}

@media screen and (max-width: 462px) {
  .why__title {
    font-size: 40.8px;
  }
}

@media screen and (max-width: 377px) {
  .why__title {
    font-size: 37.4px;
  }
}

.why__title__blueCircle {
  position: absolute;
  right: 0px;
  top: -55px;
  z-index: -1;
}

@media screen and (max-width: 557px) {
  .why__title__blueCircle {
    right: 50px;
  }
}

.why__title__brownCircle {
  position: absolute;
  left: -63px;
  top: 12px;
  z-index: -1;
}

@media screen and (max-width: 557px) {
  .why__title__brownCircle {
    left: 110px;
    top: 70px;
  }
}

.why__reasons-list {
  height: min-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 1398px;
}

@media screen and (max-width: 1085px) {
  .why__reasons-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    width: min-content;
  }
}

@media screen and (max-width: 650px) {
  .why__reasons-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

.why__reasons-list__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transform: rotateY(0deg);
  margin-right: 89px;
}

@media screen and (max-width: 1085px) {
  .why__reasons-list__item {
    margin-right: 27.5px;
  }
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item {
    margin-bottom: 89px;
    margin-right: 34px;
  }
}

@media screen and (max-width: 650px) {
  .why__reasons-list__item {
    margin-bottom: 34px;
    margin-right: 0px;
  }
}

.why__reasons-list__item:last-child {
  padding-right: 0px;
}

@media screen and (min-width: 1085px) {
  .why__reasons-list__item:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 800px) {
  .why__reasons-list__item:last-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item:last-child {
    margin-right: 0;
  }
}

.why__reasons-list__item__round {
  background-color: white;
  height: 244.8px;
  width: 244.8px;
  border: 3px solid #1F3B62;
  outline: none;
  border-radius: 50%;
  margin-bottom: 13px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotateY(0deg);
  transition: transform 0.3s ease 0.5s, box-shadow 0.5s ease;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round {
    height: 186.4px;
    width: 186.4px;
  }
}

.why__reasons-list__item__round:hover {
  box-shadow: #1f3b6279 2px 10px 20px;
}

.why__reasons-list__item__round__svg-experienxce {
  width: 187.2px;
  position: relative;
  left: 3px;
  pointer-events: none;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round__svg-experienxce {
    height: 163.1px;
    width: 163.1px;
  }
}

.why__reasons-list__item__round__svg-sav {
  width: 172.8px;
  position: relative;
  top: -8px;
  left: -3px;
  pointer-events: none;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round__svg-sav {
    height: 151.45px;
    width: 151.45px;
  }
}

.why__reasons-list__item__round__svg-expertise {
  width: 158.4px;
  position: relative;
  top: -5px;
  pointer-events: none;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round__svg-expertise {
    height: 139.8px;
    width: 139.8px;
  }
}

.why__reasons-list__item__round__back {
  height: 244.8px;
  width: 244.8px;
  background: radial-gradient(ellipse at center, #ff0202 0%, #af8950 70%, rgba(0, 128, 172, 0) 70.4%);
  position: absolute;
  top: 0;
  margin-bottom: 13px;
  outline: none;
  z-index: -1;
  cursor: pointer;
  transform: rotateY(90deg);
  transform-origin: center;
  transition: transform 0.5s ease;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round__back {
    height: 186.4px;
    width: 186.4px;
  }
}

.why__reasons-list__item__round__back__textBlock {
  background: radial-gradient(ellipse at center, #f4ebd4 0%, #f4ebd4 68.4%, rgba(255, 255, 255, 0) 68.7%);
  height: 100%;
  width: 100%;
  color: black;
  position: relative;
}

.why__reasons-list__item__round__back__textBlock::before {
  content: "";
  float: left;
  height: 100%;
  width: 50%;
  shape-outside: polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);
  shape-margin: 2%;
}

.why__reasons-list__item__round__back__textBlock__text {
  height: 100%;
  text-align: center;
  padding-top: 25.5px;
  font-size: 14.48px;
  line-height: 18.2px;
  font-weight: 600;
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__round__back__textBlock__text {
    font-size: 11.6px;
    padding-top: 27.2px;
    line-height: 13px;
    font-weight: 600;
  }
}

.why__reasons-list__item__round__back__textBlock__text::before {
  content: "";
  float: right;
  height: 100%;
  width: 50%;
  shape-outside: polygon(3.74% -11.09%, 99.13% -12.54%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 80.94% 14.41%, 51.74% -3.65%);
  shape-margin: 2%;
}

.why__reasons-list__item__title {
  text-transform: uppercase;
  font-family: 'AzoSansRegular';
  color: #af8950;
  font-size: 23.1px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .why__reasons-list__item__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 840px) {
  .why__reasons-list__item__title {
    font-size: 21px;
  }
}

.why__reasons-list__item__title strong {
  font-family: 'AzoSansRegular';
}

.services {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 209.7px;
  padding-top: 21px;
}

@media screen and (max-width: 840px) {
  .services {
    margin-top: 93.2px;
  }
}

@media screen and (max-width: 377px) {
  .services {
    margin-top: 144px;
  }
}

.services__title {
  font-family: 'Comfortaa';
  text-transform: uppercase;
  color: #af8950;
  margin-bottom: 144px;
  letter-spacing: 3.2px;
  font-size: 54.4px;
  position: relative;
  text-align: center;
  margin-bottom: 115.2px;
}

@media screen and (max-width: 800px) {
  .services__title {
    margin-bottom: 89px;
  }
}

@media screen and (max-width: 462px) {
  .services__title {
    font-size: 40.8px;
  }
}

@media screen and (max-width: 377px) {
  .services__title {
    font-size: 40.8px;
    width: 233px;
  }
}

.services__title__blueCircle {
  position: absolute;
  left: -20px;
  top: -57px;
  z-index: -1;
}

@media screen and (max-width: 462px) {
  .services__title__blueCircle {
    left: 110px;
  }
}

.services__title__brownCircle {
  position: absolute;
  left: -55px;
  top: -90px;
  z-index: -2;
}

@media screen and (max-width: 462px) {
  .services__title__brownCircle {
    left: 110px;
  }
}

.services__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  gap: 35px;
  margin-bottom: 21px;
}

@media screen and (max-width: 1520px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 25px;
  }
}

@media screen and (max-width: 800px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }
}

.services__list__item {
  border: 2.5px solid #1F3B62;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 256.3px;
  width: 172.8px;
  border-radius: 8px;
  box-shadow: #0c294e73 2px 3px 6px;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1520px) {
  .services__list__item {
    height: 279.6px;
    width: 216px;
  }
}

@media screen and (max-width: 557px) {
  .services__list__item {
    height: 233px;
    width: 172.8px;
  }
}

@media screen and (max-width: 377px) {
  .services__list__item {
    height: 163.1px;
    width: 115.2px;
  }
}

.services__list__item__svg {
  width: 106.8px;
  position: relative;
  top: -15px;
  pointer-events: none;
}

@media screen and (max-width: 557px) {
  .services__list__item__svg {
    width: 100.8px;
  }
}

@media screen and (max-width: 377px) {
  .services__list__item__svg {
    width: 57.6px;
  }
}

.services__list__item__svg-serrurerie {
  width: 133.5px;
  transform: rotate(-45deg);
  left: 10px;
}

@media screen and (max-width: 377px) {
  .services__list__item__svg-serrurerie {
    width: 89px;
  }
}

.services__list__item__svg-plomberie {
  width: 151.3px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 557px) {
  .services__list__item__svg-plomberie {
    width: 133.5px;
  }
}

@media screen and (max-width: 377px) {
  .services__list__item__svg-plomberie {
    width: 89px;
  }
}

.services__list__item__title {
  text-transform: uppercase;
  color: #1F3B62;
  position: absolute;
  bottom: 15px;
  text-align: center;
  font-size: 21px;
}

@media screen and (max-width: 557px) {
  .services__list__item__title {
    font-size: 20.4px;
  }
}

@media screen and (max-width: 377px) {
  .services__list__item__title {
    font-size: 13.6px;
  }
}

.services__list__item:hover {
  border: solid 2px #af8950;
  box-shadow: #f7debae1 2px 10px 20px;
}

.services__description {
  height: 0;
  width: 100%;
  background-color: #f7debae1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  overflow: hidden;
  border: none;
  transition: height 1s ease, box-shadow 1s ease;
  position: relative;
}

.services__description__box {
  display: none;
  transition: height 1s ease, box-shadow 1s ease;
  position: relative;
}

.services__description__box__title {
  font-size: 23.8px;
  text-transform: uppercase;
  color: #0c294e;
  letter-spacing: 0.8px;
  transition: height 1s ease;
  height: min-content;
  padding-top: 34px;
  padding-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 462px) {
  .services__description__box__title {
    font-size: 18.7px;
  }
}

@media screen and (max-width: 377px) {
  .services__description__box__title {
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 340px) {
  .services__description__box__title {
    padding-bottom: 0px;
  }
}

.services__description__box__text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .services__description__box__text {
    padding-top: 18.2px;
  }
}

@media screen and (max-width: 800px) {
  .services__description__box__text {
    padding-top: 18.2px;
    font-size: 16.8px;
  }
}

@media screen and (max-width: 557px) {
  .services__description__box__text {
    padding-top: 18.2px;
  }
}

.services__description__box__text__container {
  font-family: 'AzoSansRegular';
  line-height: 27.3px;
  font-size: 18.9px;
  padding-top: 13px;
  padding-right: 68px;
  padding-left: 34px;
  padding-bottom: 47.6px;
  color: #2c2c2c;
  transition: height 1s ease;
  text-align: justify;
  word-wrap: break-word;
}

@media screen and (max-width: 462px) {
  .services__description__box__text__container {
    font-size: 14.7px;
  }
}

.services__description__box__text__link {
  position: absolute;
  bottom: -40px;
  font-size: 14.3px;
  color: #1F3B62;
  font-weight: bold;
  text-transform: uppercase;
}

.services__description__box__text__link:hover {
  color: #866737;
}

.services__description__backToCards {
  background-color: #0c294e;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  right: 13px;
  bottom: 14.3px;
  position: absolute;
  transform: rotate(-90deg);
  border-radius: 50%;
  opacity: 0.5;
  height: 49.5px;
  width: 49.5px;
  box-shadow: #1F3B62 -2px 0px 6px;
  cursor: pointer;
  transition: opacity 0.23s ease;
}

@media screen and (min-width: 1520px) {
  .services__description__backToCards {
    display: none;
  }
}

.services__description__backToCards:hover {
  opacity: 1;
  transition: opacity 0.23s ease;
}

.services__description__backToCards__arrow-icon {
  fill: white;
  height: 31.5px;
}

.contact {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 116.5px;
  margin-top: 139.8px;
  padding-bottom: 89px;
  padding-left: 209.7px;
  padding-right: 209.7px;
  width: 100%;
  background-color: #eae8e8;
  z-index: -3;
  height: max-content;
}

@media screen and (max-width: 462px) {
  .contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 377px) {
  .contact {
    padding-top: 93.2px;
  }
}

.contact__title {
  font-family: 'Comfortaa';
  text-transform: uppercase;
  color: #af8950;
  margin-bottom: 144px;
  letter-spacing: 3.2px;
  font-size: 54.4px;
  position: relative;
  margin-bottom: 44px;
  z-index: 1;
  width: max-content;
}

@media screen and (max-width: 800px) {
  .contact__title {
    width: min-content;
    text-align: center;
  }
}

@media screen and (max-width: 462px) {
  .contact__title {
    font-size: 40.8px;
  }
}

@media screen and (max-width: 377px) {
  .contact__title {
    font-size: 30.6px;
  }
}

.contact__title__blueCircle {
  position: absolute;
  right: -50px;
  top: -90px;
  z-index: -1;
}

@media screen and (max-width: 557px) {
  .contact__title__blueCircle {
    right: -10px;
  }
}

@media screen and (max-width: 462px) {
  .contact__title__blueCircle {
    left: 25px;
    top: -90px;
    height: 106.8px;
  }
}

@media screen and (max-width: 377px) {
  .contact__title__blueCircle {
    left: 25px;
    top: -50px;
    height: 80.1px;
  }
}

.contact__title__brownCircle {
  position: absolute;
  right: -73px;
  top: -12px;
  z-index: -2;
}

@media screen and (max-width: 557px) {
  .contact__title__brownCircle {
    right: -35px;
  }
}

@media screen and (max-width: 462px) {
  .contact__title__brownCircle {
    left: 90px;
    top: -100px;
  }
}

@media screen and (max-width: 377px) {
  .contact__title__brownCircle {
    left: 90px;
    top: -80px;
    height: 53.4px;
  }
}

.contact__group {
  width: min-content;
}

@media screen and (max-width: 462px) {
  .contact__group {
    width: 100%;
  }
}

.contact__group__means {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 144px;
  padding-left: 115.2px;
  padding-right: 158.4px;
  margin-bottom: 34px;
}

@media screen and (max-width: 920px) {
  .contact__group__means {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 89px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact__group__means__mail {
  padding-right: 466px;
  width: max-content;
}

@media screen and (max-width: 1085px) {
  .contact__group__means__mail {
    padding-right: 233px;
  }
}

@media screen and (max-width: 920px) {
  .contact__group__means__mail {
    padding-right: 0;
  }
}

@media screen and (max-width: 1675px) {
  .contact__group__means__mail {
    transform: scale(1);
  }
}

.contact__group__means__mail__title {
  font-family: 'AzoSansBold';
  color: #707070;
  font-weight: 600;
  font-size: 18.9px;
}

@media screen and (max-width: 920px) {
  .contact__group__means__mail__title {
    width: 100%;
    text-align: center;
  }
}

.contact__group__means__mail__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10.4px;
  margin-left: -3px;
}

.contact__group__means__mail__body__svg {
  width: 55px;
  margin-right: 8px;
}

.contact__group__means__mail__body__link {
  color: #707070;
  font-family: 'AzoSansBold';
}

.contact__group__means__mail__body__link:hover {
  color: #0c294e;
}

.contact__group__means__phone {
  width: 200px;
  margin-left: -100px;
  width: max-content;
}

@media screen and (max-width: 920px) {
  .contact__group__means__phone {
    margin-left: 0;
    margin-top: 51px;
  }
}

@media screen and (max-width: 1675px) {
  .contact__group__means__phone {
    transform: scale(1);
  }
}

.contact__group__means__phone__title {
  font-family: 'AzoSansBold';
  color: #707070;
  font-weight: 600;
  font-size: 18.9px;
}

@media screen and (max-width: 920px) {
  .contact__group__means__phone__title {
    width: 100%;
    text-align: center;
  }
}

.contact__group__means__phone__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10.4px;
  width: 100%;
}

.contact__group__means__phone__body__svg {
  width: 47.6px;
  margin-right: 8px;
  transform: rotate(-10deg);
  transform: translateY(-2px);
}

.contact__group__means__phone__body__link {
  color: #707070;
  font-family: 'AzoSansBold';
}

.contact__group__means__phone__body__link:hover {
  color: #0c294e;
}

.contact__group__block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 699px;
  margin-top: 55px;
}

@media screen and (max-width: 920px) {
  .contact__group__block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: max-content;
  }
}

@media screen and (max-width: 1675px) {
  .contact__group__block {
    margin-top: 55px;
  }
}

.contact__group__block__form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 89px;
  position: relative;
}

@media screen and (max-width: 1085px) {
  .contact__group__block__form {
    margin-right: 21px;
  }
}

@media screen and (max-width: 920px) {
  .contact__group__block__form {
    margin-right: 0;
    margin-bottom: 89px;
  }
}

@media screen and (max-width: 1675px) {
  .contact__group__block__form {
    transform: scale(1);
  }
}

.contact__group__block__form__title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #eae8e8;
  background-color: #1F3B62;
  height: 44.2px;
  width: 419.4px;
  border-radius: 34px;
  text-transform: uppercase;
  font-family: 'AzoSansRegular';
  margin-bottom: 34px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__form__title {
    width: 302.9px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__form__title {
    width: 256.3px;
  }
}

.contact__group__block__form__errorsMessage {
  background-color: #f3aeae;
  height: max-content;
  min-height: 31.5px;
  width: 100%;
  font-weight: bolder;
  color: #8d0a0a;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #b06666;
  margin-top: -15px;
  margin-bottom: 21px;
  padding: 10.4px 8px;
}

.contact__group__block__form__errorsMessage p {
  margin-bottom: 8px;
}

.contact__group__block__form__errorsMessage p:last-child {
  margin-bottom: 0;
}

.contact__group__block__form__successMessage {
  background-color: #8deb84;
  height: max-content;
  min-height: 31.5px;
  width: 100%;
  font-weight: bolder;
  color: #256e1e;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #66b45f;
  margin-top: -15px;
  margin-bottom: 21px;
  padding: 10.4px 8px;
}

.contact__group__block__form__blockInput {
  position: relative;
  height: 37.4px;
  margin-bottom: 26px;
  border-radius: 8px;
  box-shadow: #c0c0c0 0px 3px 6px;
}

.contact__group__block__form__blockInput__input {
  height: 37.4px;
  width: 419.4px;
  border-radius: 8px;
  border: 2px solid #c0c0c0;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 55px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__form__blockInput__input {
    width: 302.9px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__form__blockInput__input {
    width: 256.3px;
  }
}

.contact__group__block__form__blockInput__input ~ p {
  transition: 0.3s ease all;
}

.contact__group__block__form__blockInput__input:focus {
  outline: none;
  border: 2px solid #af8950;
}

.contact__group__block__form__blockInput__input:focus ~ p {
  top: -27px;
  left: -5px;
  font-size: 13px;
  color: #af8950;
}

.contact__group__block__form__blockInput__input:valid ~ p {
  top: -27px;
  left: -5px;
  font-size: 13px;
  color: #af8950;
}

.contact__group__block__form__blockInput__input:valid:not(:focus) {
  border: 2px solid #0c294e;
}

.contact__group__block__form__blockInput__input:valid:not(:focus) ~ p {
  color: #0c294e;
}

.contact__group__block__form__blockInput__label {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 13px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  color: #c0c0c0;
  font-weight: bolder;
}

.contact__group__block__form__blockInput__nameFirstname:after {
  content: '';
  color: lightgray;
}

.contact__group__block__form__blockInput__nameFirstname:hover:after {
  content: 'Cette saisie ne peut contenir que des lettres. Les caractères suivants ne sont pas acceptés :  &~\#\{\}\'()[]|`\\^@°';
  position: absolute;
  width: 396.1px;
  height: 20.8px;
  left: 40px;
  top: 37px;
  font-size: 10px;
  font-weight: bolder;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 200px;
  line-height: 12px;
  border-radius: 7px;
  padding: 2px;
  color: #0c294e;
  transition: 0.5s ease color;
}

.contact__group__block__form__blockInput__email:after {
  content: '';
  color: lightgray;
}

.contact__group__block__form__blockInput__email:hover:after {
  content: 'Votre adresse mail doit correspondre à une adresse mail valide : monsieur@exemple.fr';
  position: absolute;
  width: 396.1px;
  height: 20.8px;
  left: 40px;
  top: 37px;
  font-size: 10px;
  font-weight: bolder;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 200px;
  line-height: 12px;
  border-radius: 7px;
  padding: 2px;
  color: #0c294e;
  transition: 0.5s ease color;
}

.contact__group__block__form__blockMsg {
  position: relative;
  height: 256.3px;
  margin-bottom: 26px;
  border-radius: 8px;
  box-shadow: #c0c0c0 0px 3px 6px;
}

@media screen and (max-width: 377px) {
  .contact__group__block__form__blockMsg {
    height: 209.7px;
  }
}

.contact__group__block__form__blockMsg__msg {
  height: 256.3px;
  width: 419.4px;
  border-radius: 8px;
  border: 2px solid #c0c0c0;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__form__blockMsg__msg {
    width: 302.9px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__form__blockMsg__msg {
    width: 256.3px;
    height: 209.7px;
  }
}

.contact__group__block__form__blockMsg__msg ~ p {
  transition: 0.3s ease all;
}

.contact__group__block__form__blockMsg__msg:focus {
  outline: none;
  border: 2px solid #af8950;
}

.contact__group__block__form__blockMsg__msg:focus ~ p {
  top: -27px;
  left: -5px;
  font-size: 13px;
  color: #af8950;
}

.contact__group__block__form__blockMsg__msg:valid ~ p {
  top: -27px;
  left: -5px;
  font-size: 13px;
  color: #af8950;
}

.contact__group__block__form__blockMsg__msg:valid:not(:focus) {
  border: 2px solid #0c294e;
}

.contact__group__block__form__blockMsg__msg:valid:not(:focus) ~ p {
  color: #0c294e;
}

.contact__group__block__form__blockMsg__label {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
  padding-left: 13px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  color: #c0c0c0;
  font-weight: bolder;
}

.contact__group__block__form__btn {
  height: 44.2px;
  width: 115.7px;
  text-transform: uppercase;
  color: #0c294e;
  font-family: 'AzoSansBold';
  border: #0c294e 1px solid;
  border-radius: 8px;
  font-size: 13px;
  padding-top: 3px;
  cursor: pointer;
  margin-top: 21px;
  transition: 0.33s all ease;
}

.contact__group__block__form__btn:hover {
  background-color: #0c294e;
  color: #eae8e8;
}

.contact__group__block__form__svg {
  position: absolute;
  height: 100.8px;
  width: 100.8px;
  left: 40px;
  bottom: -15px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__form__svg {
    left: -10px;
    bottom: 0px;
    height: 57.6px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__form__svg {
    left: -10px;
    bottom: 10px;
  }
}

.contact__group__block__position {
  margin-left: 89px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1085px) {
  .contact__group__block__position {
    margin-left: 21px;
  }
}

@media screen and (max-width: 920px) {
  .contact__group__block__position {
    margin-left: 0;
  }
}

@media screen and (max-width: 1675px) {
  .contact__group__block__position {
    transform: scale(1);
  }
}

.contact__group__block__position__title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #eae8e8;
  background-color: #1F3B62;
  height: 44.2px;
  width: 419.4px;
  border-radius: 34px;
  text-transform: uppercase;
  font-family: 'AzoSansRegular';
  margin-bottom: 34px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__position__title {
    width: 302.9px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__position__title {
    width: 256.3px;
    margin-bottom: 17px;
  }
}

.contact__group__block__position__iframe {
  margin-bottom: 21px;
}

@media screen and (max-width: 462px) {
  .contact__group__block__position__iframe {
    width: 302.9px;
  }
}

@media screen and (max-width: 377px) {
  .contact__group__block__position__iframe {
    width: 256.3px;
    height: 256.3px;
  }
}

.contact__group__block__position__headoffice {
  align-self: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16.9px;
}

.contact__group__block__position__headoffice__boxSvg {
  position: relative;
  cursor: pointer;
}

.contact__group__block__position__headoffice__boxSvg__svg {
  height: 44px;
  width: 44px;
  pointer-events: none;
  transform: scale(1);
  transition: transform 0.30s ease-in;
}

.contact__group__block__position__headoffice__body {
  padding-left: 13px;
  color: #707070;
}

.contact__group__block__position__headoffice__body__title {
  font-family: 'AzoSansBold';
  margin-bottom: 3px;
  margin-bottom: 8px;
}

.contact__group__block__position__headoffice__body__text {
  font-family: 'AzoSansBold';
}

.contact__group__block__position__workshop {
  align-self: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.contact__group__block__position__workshop__boxSvg {
  position: relative;
  cursor: pointer;
}

.contact__group__block__position__workshop__boxSvg__svg {
  height: 44px;
  width: 44px;
  pointer-events: none;
  transform: scale(1);
  transition: transform 0.30s ease-in;
}

.contact__group__block__position__workshop__body {
  padding-left: 13px;
  color: #707070;
}

.contact__group__block__position__workshop__body__title {
  font-family: 'AzoSansBold';
  margin-bottom: 3px;
  margin-bottom: 8px;
}

.contact__group__block__position__workshop__body__text {
  font-family: 'AzoSansBold';
}

.footer {
  height: 144px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0c294e;
  position: relative;
  overflow: hidden;
  padding: 13px 0px;
  z-index: 0;
}

@media screen and (max-width: 800px) {
  .footer {
    height: 89px;
  }
}

.footer__logo {
  z-index: 1;
  margin-left: 40.8px;
  width: min-content;
  margin-right: 160.2px;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 800px) {
  .footer__logo {
    display: none;
  }
}

.footer::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -45px;
  top: -80px;
  height: 230px;
  width: 340px;
  transform: rotate(-45deg);
  background-color: white;
}

@media screen and (max-width: 800px) {
  .footer::after {
    display: none;
  }
}

.footer__brandBlock {
  color: #eae8e8;
  font-size: 21px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 45%;
}

@media screen and (max-width: 800px) {
  .footer__brandBlock {
    position: static;
  }
}

@media screen and (max-width: 377px) {
  .footer__brandBlock {
    font-size: 16.8px;
  }
}

.footer__brandBlock__brand {
  font-family: 'AzoSansBold';
}

.footer__brandBlock__brandAll {
  font-family: 'AzoSansBold';
}

.footer__agency {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50.5%;
  color: #c0c0c0;
  font-size: 13px;
}

@media screen and (max-width: 800px) {
  .footer__agency {
    left: auto;
  }
}

@media screen and (max-width: 377px) {
  .footer__agency {
    font-size: 10.4px;
  }
}

/** GENERAL CLASSES **/
.strong {
  font-family: 'AzoSansRegular';
  font-size: 18.9px;
  font-weight: normal;
  color: #0c294e;
  display: inline;
}

@media screen and (max-width: 462px) {
  .strong {
    font-size: 14.7px;
  }
}

.strong-round {
  display: inline;
  color: #0c294e;
  font-size: 14.48px;
}

@media screen and (max-width: 840px) {
  .strong-round {
    font-size: 11.6px;
  }
}

.strongMin {
  font-family: 'AzoSansRegular';
  font-size: 18.9px;
  font-weight: normal;
  color: #2c2c2c;
  display: inline;
}

@media screen and (max-width: 462px) {
  .strongMin {
    font-size: 14.7px;
  }
}

.strongMin-round {
  display: inline;
  font-size: 14.48px;
}

@media screen and (max-width: 840px) {
  .strongMin-round {
    font-size: 11.6px;
  }
}

.general-link {
  font-family: 'AzoSansRegular';
  font-size: 18.9px;
  font-weight: normal;
  color: #af8950;
}

@media screen and (max-width: 462px) {
  .general-link {
    font-size: 14.7px;
  }
}

.general-link:hover {
  color: #866737;
}

.general-link-round {
  font-size: 14.48px;
  color: #af8950;
}

@media screen and (max-width: 840px) {
  .general-link-round {
    font-size: 11.6px;
  }
}

.general-link-round:hover {
  color: #866737;
}

/*** CLASSES FOR JS **/
.invalidEmail {
  border: 2px solid #8d0a0a;
  box-shadow: 0px 0px 6px #ee9797;
}

.invalidEmail ~ p {
  top: -27px;
  left: -5px;
  font-size: 13px;
  color: #8d0a0a;
}

.invalidEmail:focus {
  border: 2px solid #8d0a0a;
  box-shadow: 0px 0px 6px #ee9797;
}

.invalidEmail:focus ~ p {
  color: #8d0a0a;
}

.mapSelected {
  transform: scale(1.5);
  transition: transform 0.33s ease-in;
}

.activeDescription {
  box-shadow: inset 0px -5px 7px -5px #7C6F5D, inset 0px 5px 7px -5px #7C6F5D;
  transition: height 1s ease, box-shadow 1s ease;
}

.activeDescription-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.activeCard {
  border: solid 2px #af8950;
  box-shadow: #f7debae1 2px 10px 20px;
}

.goBack {
  transition: transform 0.5s ease 0.5s;
  transform: rotateY(0deg);
}

.skipFront {
  transition: transform 0.5s ease;
  transform: rotateY(-90deg);
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  transition: z-index 2s ease, background-color 0.53s ease;
}

.darken {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5;
  transition: 2s background-color ease;
}

.overflow-stop {
  overflow-y: hidden;
}

.disabled {
  display: none;
}

.apparation-burgerMenu {
  transform: translateX(0px);
  transition: 1.33s ease;
}

.less-than-limit-header {
  height: 55px;
}

.less-than-limit-header-logo-after::after {
  height: 160px;
  width: 220px;
  left: -20px;
}

.less-than-limit-header-img {
  height: 49.5px;
  right: -50px;
}

.less-than-limit-burger-button-img {
  height: 13px;
}

.less-than-limit-burger-button {
  right: 20px;
  top: 35px;
}

.activeDescriptionMinSize-landscape {
  height: 372.8px;
}
/*# sourceMappingURL=index.css.map */