body,
html {
  overflow-x: hidden;
  overflow: auto;
}
body {
  background-color: #042a45;
}
body header {
  background-color: #03263a;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767.98px) {
  body header {
    padding: 1rem 0;
  }
}
body header .logo {
  margin-bottom: 1rem;
}
body header .logo img {
  max-width: 25%;
  display: block;
}
body header .logo h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: .56rem;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Affogato';
  font-weight: normal;
  color: #fff;
}
body header .menu-mobile .menu-toggler {
  color: #fff;
  background-color: transparent;
  padding: .4rem .8rem;
  text-align: center;
  width: 60%;
  text-transform: uppercase;
  margin-left: 50%;
  border: solid 1px #fff;
  transform: translateX(-50%);
}
body header .menu-mobile .menu-toggler span {
  margin-left: .5rem;
}
body header .menu-mobile .menu-smart {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: #031725;
  top: 0;
  left: -100%;
  z-index: 200;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-smart .bt-close {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
}
body header .menu-mobile .menu-smart .bt-close svg {
  font-size: 1rem;
  color: #fff;
  display: block;
  height: 100%;
}
body header .menu-mobile .menu-smart.active {
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-smart ul {
  padding: .5rem;
  margin-bottom: 0;
  margin-top: 6rem;
  text-align: center;
}
body header .menu-mobile .menu-smart ul li {
  display: block;
  list-style-type: none;
  margin: 1.5rem 0;
}
body header .menu-mobile .menu-smart ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir Next Condensed Demi';
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .menu-mobile .menu-smart ul li a:hover,
body header .menu-mobile .menu-smart ul li a.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886;
}
body header .menu-mobile .menu-smart ul li.active a {
  color: #c3a886;
}
body header .menu-mobile .menu-smart .btn-contact {
  text-align: center;
  position: relative;
}
body header .menu-mobile .menu-smart .btn-contact::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
  background-color: #c3a886;
}
body header .main-menu {
  padding: 1rem 0;
}
body header .main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: .5rem 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .main-menu ul {
    padding: .5rem 1rem .5rem 0rem;
  }
}
body header .main-menu ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4rem;
  position: relative;
}
body header .main-menu ul li:first-child {
  margin: 0 6rem 0 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .main-menu ul li:first-child {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .main-menu ul li {
    margin: 0 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .main-menu ul li {
    margin: 0 2rem;
  }
}
body header .main-menu ul li::after {
  content: "";
  position: absolute;
  background-image: url('../img/puce-menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 18px;
  right: -70px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .main-menu ul li::after {
    right: -55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .main-menu ul li::after {
    width: 5px;
    height: 15px;
    right: -35px;
  }
}
body header .main-menu ul li:first-child::after {
  transform: translateY(-50%) rotate(-58deg);
}
body header .main-menu ul li:first-child a {
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 50px;
  background-image: url("../img/logo.svg");
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .main-menu ul li:first-child a {
    width: 65px;
    height: 40px;
  }
}
body header .main-menu ul li:nth-child(2)::after {
  transform: translateY(-50%) rotate(-25deg);
}
body header .main-menu ul li:nth-child(4)::after {
  transform: translateY(-50%) rotate(25deg);
}
body header .main-menu ul li:last-child::after {
  display: none;
}
body header .main-menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Avenir Next Condensed Demi';
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .main-menu ul li a {
    font-size: .85rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .main-menu ul li a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body header .main-menu ul li a {
    font-size: 1.2rem;
  }
}
body header .main-menu ul li a:hover,
body header .main-menu ul li a.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886;
}
body header .main-menu ul li.active a {
  color: #c3a886;
}
body header .btn-contact {
  text-transform: uppercase;
  color: #fff !important;
  font-family: 'Avenir Next Condensed Demi';
  font-size: 1.4rem;
  position: relative;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body header .btn-contact {
    font-size: .85rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .btn-contact {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body header .btn-contact {
    font-size: 1.2rem;
  }
}
body header .btn-contact:hover,
body header .btn-contact.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886 !important;
}
body header .btn-contact::after {
  content: "";
  position: absolute;
  background-image: url('../img/puce-menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 18px;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(58deg);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .btn-contact::after {
    left: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .btn-contact::after {
    width: 5px;
    height: 15px;
    left: -35px;
  }
}
body header .sous-menu-villa {
  background-color: #c3a886;
}
@media (max-width: 767.98px) {
  body header .sous-menu-villa {
    display: none;
  }
}
body header .sous-menu-villa .container {
  max-width: 1340px;
}
@media (min-width: 768px) and (max-width: 1299.98px) {
  body header .sous-menu-villa .container {
    max-width: 100%;
  }
}
body header .sous-menu-villa .container .menu-piece {
  text-align: center;
}
body header .sous-menu-villa .container .menu-piece .block-link {
  text-align: center;
  display: inline-block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link {
    padding: 1rem 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link {
    padding: 1rem .5rem;
  }
}
body header .sous-menu-villa .container .menu-piece .block-link::before {
  content: "";
  position: absolute;
  background-color: #031725;
  width: 6px;
  height: 6px;
  right: -3px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link::before {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link::before {
    width: 4px;
    height: 4px;
  }
}
body header .sous-menu-villa .container .menu-piece .block-link::after {
  content: "";
  position: absolute;
  background-color: #031725;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .sous-menu-villa .container .menu-piece .block-link:last-child::before {
  display: none;
}
body header .sous-menu-villa .container .menu-piece .block-link:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .sous-menu-villa .container .menu-piece .block-link:hover::after {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .sous-menu-villa .container .menu-piece .block-link.active::after {
  width: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .sous-menu-villa .container .menu-piece .block-link .item-menu {
  color: #031725;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: 'Avenir Next Condensed';
  font-weight: normal;
  text-decoration: none;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link .item-menu {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body header .sous-menu-villa .container .menu-piece .block-link .item-menu {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body header .sous-menu-villa .container .menu-piece .block-link .item-menu {
    font-size: .85rem;
    letter-spacing: 0;
  }
}
body,
html {
  overflow-x: hidden !important;
  overflow: auto !important;
}
body .btn-actus {
  display: block;
  position: fixed;
  padding: 4px 10px;
  background: #c3a886;
  color: #031725;
  border: none;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 50%;
  right: -32px;
  height: 25px;
  width: 90px;
  cursor: pointer;
  text-align: center;
  outline: none;
  z-index: 1006;
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .btn-actus:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background: #031725;
  color: #c3a886 !important;
}
body.page-id-13 .sous-menu-villa {
  display: none;
}
body.page-id-13 main #wrapper-mentions .container {
  padding: 8rem 0 5rem 0;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-13 main #wrapper-mentions .container h2,
body.page-id-13 main #wrapper-mentions .container h3 {
  color: #fff;
  font-weight: 600;
}
body.page-id-13 main #wrapper-mentions .container h2 {
  text-transform: uppercase;
}
body.page-id-13 main #wrapper-mentions .container h3 {
  margin-top: 2rem;
}
body.page-id-13 main #wrapper-mentions .container strong {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
body.page-id-13 main #wrapper-mentions .container a {
  color: #c3a886;
}
body.page-id-3 .sous-menu-villa {
  display: none;
}
body.page-id-3 main #wrapper-politique .container {
  padding: 8rem 0 5rem 0;
}
body.page-id-3 main #wrapper-politique .container h2,
body.page-id-3 main #wrapper-politique .container h3 {
  color: #fff;
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container h2 {
  text-transform: uppercase;
}
body.page-id-3 main #wrapper-politique .container h3 {
  margin-top: 2rem;
}
body.page-id-3 main #wrapper-politique .container p {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
body.page-id-3 main #wrapper-politique .container p strong {
  font-weight: 600;
}
body.page-id-3 main #wrapper-politique .container a {
  color: #c3a886;
}
body.page-id-3 main #wrapper-politique .container ul li {
  color: #fff;
  font-weight: 400;
  font-size: .85rem;
  font-style: italic;
}
body .fa-instagram-square::before {
  content: "\e055";
}
body .col-md-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767.98px) {
  body .col-md-2-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body svg {
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body svg {
    max-width: 100%;
  }
}
body #wrapper-plan-rez-de-chaussee {
  height: 100%;
}
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-salle-de-reunion_1_ .st7,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-salle-de-reunion .st7,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-domiciliation-entreprise .st7,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-evenement .st7 {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-salle-de-reunion_1_ .st7.active,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-salle-de-reunion .st7.active,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-domiciliation-entreprise .st7.active,
body #wrapper-plan-rez-de-chaussee #plan-rez-de-chaussee #infos-bulle-evenement .st7.active {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-rez-de-chaussee .st0 {
  fill: #FFFFFF;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: pointer;
}
body #wrapper-plan-rez-de-chaussee .st0:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  fill: #c3a886;
}
body #wrapper-plan-rez-de-chaussee .st1 {
  opacity: 0.2;
  fill: #FFFFFF;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-rez-de-chaussee .st1:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-rez-de-chaussee .st1.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-rez-de-chaussee .st2 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 7;
  stroke-miterlimit: 10;
}
body #wrapper-plan-rez-de-chaussee .st3 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
body #wrapper-plan-rez-de-chaussee .st4 {
  fill: #C3A886;
  stroke: #C3A886;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
body #wrapper-plan-rez-de-chaussee .st5 {
  fill: none;
  stroke: #C4A986;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
body #wrapper-plan-rez-de-chaussee .st6 {
  fill: #C3A886;
}
body #wrapper-plan-1er-etage {
  height: 100%;
}
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_4_ .st7,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau .st7,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_1_ .st7,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_2_ .st7,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_3_ .st7,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-evenement .st7 {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_4_ .st7.active,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau .st7.active,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_1_ .st7.active,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_2_ .st7.active,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-location-bureau_3_ .st7.active,
body #wrapper-plan-1er-etage #plan-1er-etage #infos-bulle-evenement .st7.active {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-1er-etage .st0 {
  fill: #FFFFFF;
  cursor: pointer;
}
body #wrapper-plan-1er-etage .st0:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  fill: #c3a886;
}
body #wrapper-plan-1er-etage .st1 {
  opacity: 0.2;
  fill: #FFFFFF;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-1er-etage .st1:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-1er-etage .st1.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-1er-etage .st2 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 7;
  stroke-miterlimit: 10;
}
body #wrapper-plan-1er-etage .st3 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
body #wrapper-plan-1er-etage .st4 {
  fill: none;
  stroke: #C4A986;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
body #wrapper-plan-1er-etage .st5 {
  fill: #C3A886;
}
body #wrapper-plan-1er-etage .st6 {
  fill: #C3A886;
  stroke: #C3A886;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
body #wrapper-plan-2eme-etage {
  height: 100%;
}
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau .st7,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-espace-coworking .st7,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-evenement .st7,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau_1_ .st7,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau_2_ .st7 {
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau .st7.active,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-espace-coworking .st7.active,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-evenement .st7.active,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau_1_ .st7.active,
body #wrapper-plan-2eme-etage #plan-2eme-etage #infos-bulle-location-bureau_2_ .st7.active {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-2eme-etage .st0 {
  fill: #FFFFFF;
  cursor: pointer;
}
body #wrapper-plan-2eme-etage .st0:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  fill: #c3a886;
}
body #wrapper-plan-2eme-etage .st1 {
  opacity: 0.2;
  fill: #FFFFFF;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body #wrapper-plan-2eme-etage .st1:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-2eme-etage .st1.active {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: .9;
}
body #wrapper-plan-2eme-etage .st2 {
  fill: #C3A886;
  stroke: #C3A886;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
body #wrapper-plan-2eme-etage .st3 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 7;
  stroke-miterlimit: 10;
}
body #wrapper-plan-2eme-etage .st4 {
  fill: none;
  stroke: #C5AA86;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
body #wrapper-plan-2eme-etage .st5 {
  fill: none;
  stroke: #C4A986;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
body #wrapper-plan-2eme-etage .st6 {
  fill: #C3A886;
}
body.home .wrapper-attente {
  position: relative;
}
body.home .wrapper-attente .logo {
  height: 420px;
  width: 420px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 50%;
  background-position: center;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.home .wrapper-attente .logo {
    height: 400px;
    width: 380px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.home .wrapper-attente .logo {
    height: 420px;
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.home .wrapper-attente .logo {
    height: 310px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.home .wrapper-attente .logo {
    height: 280px;
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  body.home .wrapper-attente .logo {
    height: 190px;
    width: 190px;
  }
}
body.home .wrapper-attente .texte {
  position: absolute;
  bottom: 6rem;
}
body.home .wrapper-attente .texte h2 {
  font-family: 'Affogato';
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
body.page-id-6 .infos-plan-btn {
  margin-top: 2rem;
}
body.page-id-6 .infos-plan-btn #legende .fleches {
  margin-right: .8rem;
  border-right: solid 1px #fff;
  padding-right: .8rem;
}
body.page-id-6 .infos-plan-btn #legende .fleches .fa-w-14 {
  color: #fff;
  font-size: 1.5rem;
}
body.page-id-6 .infos-plan-btn #legende .infos-fleche {
  font-family: 'Affogato';
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
}
body.page-id-6 .infos-plan-btn .btn-tarif {
  background-color: #c3a886;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 1.5rem;
  padding: .5rem 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-6 .infos-plan-btn .btn-tarif:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #031725;
}
body.page-id-6 #entete {
  height: 925px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #entete {
    height: 345px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-6 #entete {
    height: 750px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-6 #entete {
    height: 820px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #entete {
    height: 580px;
    margin-top: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #entete {
    height: 520px;
    margin-top: 5.8rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #entete {
    margin-top: 5.7rem;
  }
}
body.page-id-6 #entete .logo {
  height: 480px;
  width: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/logo-big.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-6 #entete .logo {
    height: 400px;
    width: 380px;
  }
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
  body.page-id-6 #entete .logo {
    height: 420px;
    width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #entete .logo {
    height: 310px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #entete .logo {
    height: 280px;
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #entete .logo {
    height: 190px;
    width: 190px;
  }
}
body.page-id-6 #a-propos {
  padding: 7rem 3rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos {
    padding: 6rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos {
    padding: 3rem .5rem;
  }
}
body.page-id-6 #a-propos::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #c3a886;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos::before {
    width: 85%;
    bottom: -20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .container {
    padding: 0;
  }
}
body.page-id-6 #a-propos .titre h1 {
  font-family: 'Affogato';
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.page-id-6 #a-propos .sous-titre h2 {
  font-family: 'Affogato';
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .sous-titre h2 {
    font-size: 1.5rem;
  }
}
body.page-id-6 #a-propos .sous-titre h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 32px;
  bottom: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-a-propos.png');
}
body.page-id-6 #a-propos .presentation {
  padding: 0 5rem;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .presentation {
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .presentation {
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
body.page-id-6 #a-propos .presentation p {
  font-family: 'Avenir Next Condensed';
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .presentation p {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre {
    padding: 0;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .identiter,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter {
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .identiter,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .identiter .nom,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .identiter .prenom,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter .nom,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter .prenom {
  font-family: 'Affogato';
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .identiter .nom,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter .nom {
  text-transform: uppercase;
  margin-left: .3rem;
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .fonction h4,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .fonction h4 {
  font-family: 'Affogato';
  font-size: 1rem;
  color: #c3a886;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .fonction h4,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .fonction h4 {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .texte p,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
  font-family: 'Avenir Next Condensed';
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.9;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .texte p,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .texte p,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
    text-align: center;
    font-size: .85rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .texte p,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
    font-size: .85rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper {
  padding-right: 1rem;
  text-align: right;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction {
  color: #c3a886;
  font-size: 18px;
  font-family: 'Avenir Next Condensed';
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction {
    font-size: 12px;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction::before {
  content: "";
  position: absolute;
  background-image: url('../img/puce-menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 18px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction::before,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction::before {
    display: none;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction::before {
  transform: translateY(-50%) rotate(-25deg);
}
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .toc,
body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .addiction,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .toc,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .addiction {
  color: #fff;
  font-family: 'Avenir Next Condensed';
  font-size: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .addiction {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .toc-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia .infos-membre .addiction-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .content-addiction .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-toc .addiction,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .toc,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .content-addiction .addiction {
    font-size: 12px;
  }
}
body.page-id-6 #a-propos .infos-generale .photo-both {
  height: 350px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both {
    height: 320px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both {
    height: 260px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both {
    height: 240px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
  }
}
body.page-id-6 #a-propos .infos-generale .photo-both::before {
  content: "";
  position: absolute;
  right: -9px;
  top: -2rem;
  width: 65px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/aurelia.gif');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::before {
    right: -5px;
    width: 60px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::before {
    right: -15px;
    width: 50px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::before {
    right: -5px;
    width: 50px;
    height: 80px;
  }
}
body.page-id-6 #a-propos .infos-generale .photo-both::after {
  content: "";
  position: absolute;
  right: inherit;
  top: inherit;
  width: 90px;
  height: 100px;
  left: -25px;
  bottom: -2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/sandrine.gif');
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::after {
    left: -25px;
    width: 75px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::after {
    left: -25px;
    width: 70px;
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale .photo-both::after {
    left: -20px;
    width: 70px;
    height: 90px;
  }
}
body.page-id-6 #a-propos .infos-generale .photo-both .wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-aurelia {
    order: -1;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter {
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .identiter {
    text-align: center;
    justify-content: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .fonction h4 {
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .fonction h4 {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .texte p {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper {
  padding-left: 1rem;
  padding-right: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper {
    text-align: center;
  }
}
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc::before,
body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction::before {
  right: inherit;
  left: -15px;
}
@media (max-width: 767.98px) {
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .toc-wrapper .titre-addiction::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-toc::before,
  body.page-id-6 #a-propos .infos-generale #presentation-sandrine .infos-membre .addiction-wrapper .titre-addiction::before {
    display: none;
  }
}
body.page-id-6 #la-villa {
  padding: 7rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #la-villa {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa {
    padding: 3rem 0;
  }
}
body.page-id-6 #la-villa::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #c3a886;
  display: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa::before {
    width: 85%;
  }
}
body.page-id-6 #la-villa #infos-villa {
  padding: 0 3rem;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-6 #la-villa #infos-villa {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #infos-villa {
    order: -1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa {
    padding: 0 1rem;
  }
}
body.page-id-6 #la-villa #infos-villa .titre h1 {
  font-family: 'Affogato';
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .titre {
    margin-top: 2rem;
  }
}
body.page-id-6 #la-villa #infos-villa .sous-titre h2 {
  font-family: 'Affogato';
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .sous-titre h2 {
    font-size: 1.5rem;
  }
}
body.page-id-6 #la-villa #infos-villa .sous-titre h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 32px;
  bottom: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-a-propos.png');
}
body.page-id-6 #la-villa #infos-villa .presentation {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.page-id-6 #la-villa #infos-villa .presentation p {
  font-family: 'Avenir Next Condensed';
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.9;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-6 #la-villa #infos-villa .presentation p {
    font-size: .95rem;
    text-align: justify;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .presentation p {
    font-size: .85rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #infos-villa .presentation p {
    text-align: center;
  }
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa {
  margin-bottom: .8rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .pictogramme {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .8rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .pictogramme {
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .pictogramme img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .titre {
    margin-top: .5rem;
  }
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .titre h5 {
  font-family: 'Affogato';
  font-size: 1.1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .titre h5 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa #item-villa .titre h5 {
    font-size: .95rem;
  }
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa .btn-video-chambre {
  background-color: #c3a886;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 1.5rem;
  padding: .5rem 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-6 #la-villa #infos-villa .les-plus-de-la-villa .btn-video-chambre:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #031725;
}
body.page-id-6 #la-villa #galerie-villa {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #galerie-villa {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #galerie-villa {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa {
    width: 100%;
    margin: 0 auto;
  }
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa {
  position: relative;
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa::before {
  content: "";
  position: absolute;
  right: -60px;
  width: 445px;
  height: 325px;
  top: -65px;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/lauriers.gif');
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa::before {
    width: 300px;
    height: 285px;
    right: -55px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa::before {
    width: 310px;
    height: 270px;
    right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa::before {
    width: 250px;
    height: 230px;
    right: -30px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa::before {
    display: none;
  }
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-stage-outer .owl-stage .owl-item .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 850px;
}
@media (min-width: 992px) and (max-width: 1299.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-stage-outer .owl-stage .owl-item .item {
    height: 790px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-stage-outer .owl-stage .owl-item .item {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-stage-outer .owl-stage .owl-item .item {
    height: 300px;
  }
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-dots {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-dots {
    display: none;
  }
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 .3rem;
  background-color: transparent;
  outline: none;
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-dots .owl-dot.active {
  background-color: #fff;
  outline: none;
}
body.page-id-6 #la-villa #galerie-villa .slider-villa #owl-galerie-villa .owl-dots .owl-dot:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #fff;
}
body.page-id-6 #services {
  padding: 0 0 9rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services {
    padding: 1rem 0 7rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services {
    padding: 2rem 0 7rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services {
    padding: 2rem 0 4rem 0;
  }
}
body.page-id-6 #services::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  background-color: #c3a886;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services::before {
    bottom: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services::before {
    bottom: 4.5rem;
    width: 85%;
  }
}
body.page-id-6 #services .titre h1 {
  font-family: 'Affogato';
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.page-id-6 #services .sous-titre h2 {
  font-family: 'Affogato';
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .sous-titre h2 {
    font-size: 1.5rem;
  }
}
body.page-id-6 #services .sous-titre h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 32px;
  bottom: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-a-propos.png');
}
body.page-id-6 #services .les-pieces {
  position: relative;
  margin-top: 4rem;
}
body.page-id-6 #services .les-pieces .menu-piece {
  margin-top: 1rem;
  position: relative;
  height: 200px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece {
    height: 100px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link {
  transform: rotate(-90deg) translateX(-100%);
  text-align: right;
  line-height: 1.2;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  text-decoration: none;
  letter-spacing: 1px;
  position: absolute;
  width: 155px;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link {
    width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link {
    width: 95px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(1) {
  left: 0%;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(2) {
  left: 22.5%;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(3) {
  left: 45%;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(4) {
  left: 67.5%;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(5) {
  left: 90%;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:nth-child(5)::before {
  display: none;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 86px;
  right: 0;
  background-color: #c3a886;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link::before {
    height: 7px;
    width: 7px;
    top: 55px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link::before {
    height: 5px;
    width: 5px;
    top: 48px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link::after {
  content: "";
  position: absolute;
  opacity: 0;
  height: 3px;
  width: 0;
  top: 7px;
  left: -100px;
  background-color: #c3a886;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link::after {
    left: -100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link::after {
    left: -35px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link::after {
    left: -50px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link .item-menu {
  font-family: 'Affogato';
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  opacity: .4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link .item-menu {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link .item-menu {
    font-size: .9rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link .item-menu {
    font-size: .85rem;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link.active .item-menu {
  font-size: 1.5rem;
  width: 155px;
  opacity: 1;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active .item-menu {
    width: 95px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active .item-menu {
    font-size: 1.2rem;
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active .item-menu {
    font-size: 1.1rem;
    width: 125px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active .item-menu {
    font-size: 1rem;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link.active::after {
  width: 85px;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active::after {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active::after {
    width: 35px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link.active::after {
    width: 40px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:hover::after {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 95px;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link:hover::after {
    width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link:hover::after {
    width: 35px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces .menu-piece .block-link:hover::after {
    width: 40px;
  }
}
body.page-id-6 #services .les-pieces .menu-piece .block-link:hover .item-menu {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  opacity: 1;
}
body.page-id-6 #services .les-pieces #content-piece {
  margin-top: 2.5rem;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece {
  display: none;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece.active {
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  width: 100%;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .descriptif-piece {
  margin-top: 1rem;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .descriptif-piece p {
  color: #fff;
  font-family: 'Avenir Next Condensed';
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .descriptif-piece p {
    font-size: .95rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .descriptif-piece p {
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .descriptif-piece p {
    font-size: .85rem;
    text-align: center;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece {
  padding-left: 1rem;
  margin-top: 2rem;
  border-left: solid 1px #c3a886;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece {
    border-left: none;
    padding-left: 0;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece p {
  font-family: 'Affogato';
  font-size: 1.3rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece p {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece p {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
    border-top: solid 1px #c3a886;
    border-bottom: solid 1px #c3a886;
    margin-bottom: 0;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .infos-sup-piece p strong {
  font-weight: bold;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .btn-video-piece {
  background-color: #c3a886;
  display: inline-block;
  width: 80%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 1rem;
  padding: .5rem 1rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .wrapper-infos-piece .btn-video-piece:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #031725;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece {
  margin-top: 10rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece {
    margin-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece {
    margin-top: 3rem;
    width: 100%;
    display: block;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece {
  padding: 0 2rem;
  border-right: solid 3px rgba(255,255,255,0.2);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece {
    padding: 1rem;
    border-right: none;
    border-bottom: solid 3px rgba(255,255,255,0.2);
    width: 100%;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece:last-child {
  border-right: none;
  border-bottom: none;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .pictogramme {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .pictogramme {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .pictogramme {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .pictogramme {
    width: 45px;
    height: 45px;
    margin-bottom: .4rem;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .pictogramme img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre {
  text-align: center;
  margin-top: .5rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre {
    margin-top: 0;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre h5 {
  font-family: 'Affogato';
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre h5 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre h5 {
    font-size: .85rem;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece .les-avantages-de-la-piece .item-piece .titre h5 {
    font-size: .9rem;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa {
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa {
    padding: 0;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece {
  position: relative;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-stage-outer .owl-stage .owl-item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-stage-outer .owl-stage .owl-item .image {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-stage-outer .owl-stage .owl-item .image {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-stage-outer .owl-stage .owl-item .image {
    height: 250px;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots {
    display: none;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin: 0 .2rem;
  background-color: rgba(255,255,255,0.3);
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
  }
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots .owl-dot.active {
  background-color: #fff;
  outline: none;
}
body.page-id-6 #services .les-pieces #content-piece .bloc-piece .bloc-infos-piece #galerie-piece-villa #slider-piece .owl-dots .owl-dot:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #fff;
}
body.page-id-6 #services .les-pieces #plans-villa {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  body.page-id-6 #services .les-pieces #plans-villa {
    display: none;
  }
}
body.page-id-6 #services .les-pieces #plans-villa .map-area {
  height: 650px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area {
    height: 570px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area {
    height: 470px;
  }
}
body.page-id-6 #services .les-pieces #plans-villa .map-area .plan-svg {
  display: none;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #services .les-pieces #plans-villa .map-area .plan-svg.active {
  display: block;
  opacity: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-rez-de-chaussee svg {
    max-width: 113%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-rez-de-chaussee svg {
    max-width: 104%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-1er-etage svg {
    max-width: 115%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-1er-etage svg {
    max-width: 108%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-2eme-etage svg {
    max-width: 109%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #services .les-pieces #plans-villa .map-area #wrapper-plan-2eme-etage svg {
    max-width: 97%;
  }
}
body.page-id-6 #contact {
  padding: 6rem 0;
  position: relative;
  background-color: #c3a886;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.page-id-6 #contact {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #contact {
    padding: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #contact {
    padding: 3rem 0;
  }
}
body.page-id-6 #contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url('../img/fond-contact.gif');
  opacity: .3;
}
body.page-id-6 #contact .titre h1 {
  font-family: 'Affogato';
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.page-id-6 #contact .sous-titre h2 {
  font-family: 'Affogato';
  font-size: 1.7rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767.98px) {
  body.page-id-6 #contact .sous-titre h2 {
    font-size: 1.5rem;
  }
}
body.page-id-6 #contact .sous-titre h2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 32px;
  bottom: -36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/puce-contact.png');
}
body.page-id-6 #contact .formulaire {
  width: 95%;
  margin-top: 4rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #contact .formulaire {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body.page-id-6 #contact .formulaire {
    width: 100%;
  }
}
body.page-id-6 #contact .formulaire .nf-form-cont {
  width: 100%;
}
body.page-id-6 #contact .formulaire .nf-form-cont input,
body.page-id-6 #contact .formulaire .nf-form-cont textarea,
body.page-id-6 #contact .formulaire .nf-form-cont option {
  padding: .5rem 1.5rem;
  outline: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  font-weight: 300;
  font-size: 11px;
  color: #042a45;
  font-weight: 500;
  border: none;
  background-color: rgba(255,255,255,0.8);
}
body.page-id-6 #contact .formulaire .nf-form-cont label {
  display: none;
}
body.page-id-6 #contact .formulaire .nf-form-cont .nf-field-element p {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
}
body.page-id-6 #contact .formulaire .nf-form-cont textarea {
  height: 190px;
}
body.page-id-6 #contact .formulaire .nf-form-cont #nf-form-title-1 {
  display: none;
}
body.page-id-6 #contact .formulaire .nf-form-cont .submit-wrap {
  text-align: center;
}
body.page-id-6 #contact .formulaire .nf-form-cont .submit-wrap input {
  color: #fff;
  background-color: #042a45;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  font-size: .9rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
  margin-left: 50%;
  display: block;
  transform: translateX(-50%);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  margin-top: 1rem;
}
body.page-id-6 #contact .formulaire .nf-form-cont .submit-wrap input:hover {
  background-color: #031725;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-id-6 #contact .formulaire .nf-form-cont .nf-field-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page-id-6 #contact .formulaire .nf-form-cont .nf-field-container {
    margin-bottom: 10px;
  }
}
body.page-id-6 #contact .formulaire .nf-form-cont .nf-form-fields-required {
  display: none;
}
body.page-id-6 #contact .formulaire .nf-form-cont .nf-error-msg {
  font-weight: 300;
  font-size: 11px;
}
#MapModal .modal-dialog {
  position: relative;
  max-width: 750px;
}
#MapModal .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  background-color: #031725;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content {
    padding: 1rem;
  }
}
#MapModal .modal-dialog .modal-content .modal-header {
  border-bottom: solid 1px #c3a886;
}
#MapModal .modal-dialog .modal-content .modal-header h5 {
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .modal-header h5 {
    font-size: 1rem;
  }
}
#MapModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#MapModal .modal-dialog .modal-content .modal-body .intro {
  font-weight: 300;
  color: #fff;
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .modal-body .intro {
    font-size: .85rem;
  }
}
#MapModal .modal-dialog .modal-content .modal-body .map .ctn-map #map {
  height: 350px;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .modal-body .map .ctn-map #map {
    height: 300px;
  }
}
#MapModal .modal-dialog .modal-content .gps .titre-section {
  margin-bottom: 1rem;
}
#MapModal .modal-dialog .modal-content .gps .titre-section h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: solid 2px #c3a886;
  display: inline;
  padding-bottom: .5rem;
}
#MapModal .modal-dialog .modal-content .gps .inner .lat,
#MapModal .modal-dialog .modal-content .gps .inner .long {
  text-align: center;
}
#MapModal .modal-dialog .modal-content .gps .inner .lat span,
#MapModal .modal-dialog .modal-content .gps .inner .long span {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
#MapModal .modal-dialog .modal-content .gps .inner .lat {
  border-right: solid 1px #fff;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .gps .inner .lat {
    border-right: none;
  }
}
#MapModal .modal-dialog .modal-content .zone .region {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#MapModal .modal-dialog .modal-content .zone .distance {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#MapModal .modal-dialog .modal-content .zone .distance span {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  border-right: solid 1px #c3a886;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .zone .distance span {
    border-right: none;
    margin-bottom: 1rem;
  }
}
#MapModal .modal-dialog .modal-content .zone .distance span strong {
  font-weight: 500;
  text-transform: uppercase;
}
#MapModal .modal-dialog .modal-content .zone .distance span:last-child {
  border-right: none;
}
#MapModal .modal-dialog .modal-content .zone .around {
  font-weight: 300;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .zone .around {
    margin-top: 0;
  }
}
#MapModal .modal-dialog .modal-content .infos-map {
  margin-top: 2rem;
}
#MapModal .modal-dialog .modal-content .infos-map .adresse {
  text-align: center;
}
#MapModal .modal-dialog .modal-content .infos-map .adresse .titre-section {
  margin-bottom: 1.5rem;
}
#MapModal .modal-dialog .modal-content .infos-map .adresse .titre-section h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: solid 2px #c3a886;
  display: inline;
  padding-bottom: .5rem;
}
#MapModal .modal-dialog .modal-content .infos-map .adresse .lieu span {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: 'Avenir Next Condensed Demi';
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #MapModal .modal-dialog .modal-content .infos-map .adresse .lieu span {
    font-size: .9rem;
  }
}
#MapModal .modal-dialog .modal-content .infos-map .tel-mail {
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .infos-map .tel-mail {
    margin-top: 1rem;
  }
}
#MapModal .modal-dialog .modal-content .infos-map .tel-mail::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  left: 0;
  top: 10px;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .modal-content .infos-map .tel-mail::before {
    display: none;
  }
}
#MapModal .modal-dialog .modal-content .infos-map .tel-mail .titre-section {
  margin-bottom: 1.5rem;
}
#MapModal .modal-dialog .modal-content .infos-map .tel-mail .titre-section h5 {
  font-weight: 300;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: solid 2px #c3a886;
  display: inline;
  padding-bottom: .5rem;
}
#MapModal .modal-dialog .modal-content .infos-map .tel-mail .inner a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  display: block;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: 'Avenir Next Condensed Demi';
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #MapModal .modal-dialog .modal-content .infos-map .tel-mail .inner a {
    font-size: .9rem;
  }
}
#MapModal .modal-dialog .close {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: .8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border: none;
  outline: none;
}
@media (max-width: 767.98px) {
  #MapModal .modal-dialog .close {
    font-size: 1.2rem;
  }
}
#MapModal .modal-dialog .close:hover {
  color: #c3a886;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
#ActusModal .modal-dialog {
  position: relative;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog {
    max-width: 100%;
  }
}
#ActusModal .modal-dialog .modal-content {
  width: 100%;
  height: auto;
  background-color: #03263a;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}
#ActusModal .modal-dialog .modal-content .modal-header {
  border-bottom: solid 1px #c3a886;
}
#ActusModal .modal-dialog .modal-content .modal-header h5 {
  font-weight: 600;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog .modal-content .modal-header h5 {
    font-size: 1rem;
  }
}
#ActusModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#ActusModal .modal-dialog .modal-content .modal-body .visuel-actus {
  height: 350px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog .modal-content .modal-body .visuel-actus {
    height: 200px;
  }
}
#ActusModal .modal-dialog .modal-content .modal-body .titre-actus {
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog .modal-content .modal-body .titre-actus {
    font-size: 1.2rem;
  }
}
#ActusModal .modal-dialog .modal-content .modal-body .titre-actus::before {
  content: "";
  position: absolute;
  background-color: #c3a886;
  width: 40px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
#ActusModal .modal-dialog .modal-content .modal-body .texte-actus {
  margin: 2rem 0;
  padding: 0 2rem;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog .modal-content .modal-body .texte-actus {
    padding: 0 1rem;
  }
}
#ActusModal .modal-dialog .modal-content .modal-body .texte-actus p {
  font-weight: 300;
  color: #fff;
  font-size: .85rem;
  text-align: justify;
}
#ActusModal .modal-dialog .close {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: .8;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border: none;
  outline: none;
}
@media (max-width: 767.98px) {
  #ActusModal .modal-dialog .close {
    font-size: 1.2rem;
  }
}
#ActusModal .modal-dialog .close:hover {
  color: #c3a886;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
@media (max-width: 767.98px) {
  #cookie-law-info-again {
    display: none !important;
  }
}
.nf-response-msg {
  padding: 2rem;
  background-color: #031725;
  border: solid 1px #fff;
  position: relative;
  z-index: 2;
}
.nf-response-msg p {
  font-family: 'Affogato';
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.nf-response-msg p b {
  font-weight: 600;
}
.nf-response-msg p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-o-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
footer {
  background-color: #03263a;
  overflow-x: hidden;
  padding: 3rem 0;
}
footer .container {
  max-width: 1340px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer .wrapper-footer .logo-footer {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .logo-footer {
    margin-bottom: 1.5rem;
  }
}
footer .wrapper-footer .logo-footer img {
  max-width: 30%;
  display: block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .wrapper-footer .logo-footer img {
    max-width: 10%;
  }
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .logo-footer img {
    max-width: 20%;
  }
}
footer .wrapper-footer .logo-footer h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: .5rem;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Affogato';
  font-weight: normal;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .wrapper-footer .logo-footer h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .logo-footer h2 {
    font-size: 1.4rem;
  }
}
footer .wrapper-footer .infos-contact .coordonner {
  position: relative;
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .infos-contact .coordonner {
    padding: 0;
  }
}
footer .wrapper-footer .infos-contact .coordonner::before {
  content: "";
  position: absolute;
  background-image: url('../img/puce-menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 18px;
  left: -7px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .infos-contact .coordonner::before {
    display: none;
  }
}
footer .wrapper-footer .infos-contact .coordonner a,
footer .wrapper-footer .infos-contact .coordonner .lieu {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: 'Avenir Next Condensed Demi';
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .wrapper-footer .infos-contact .coordonner a,
  footer .wrapper-footer .infos-contact .coordonner .lieu {
    font-size: .9rem;
  }
}
footer .wrapper-footer .infos-contact .coordonner .lieu {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner .lieu .cp {
  margin: 0 .3rem;
}
footer .wrapper-footer .infos-contact .coordonner .lieu:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886;
}
footer .wrapper-footer .infos-contact .coordonner a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886;
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .infos-contact .coordonner.tel {
    margin-bottom: .8rem;
  }
}
footer .wrapper-footer .infos-contact .coordonner.tel::before {
  left: 15px;
  transform: translateY(-50%) rotate(-58deg);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  footer .wrapper-footer .infos-contact .coordonner.tel::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .infos-contact .coordonner.mail {
    margin-bottom: .8rem;
  }
}
footer .wrapper-footer .infos-contact .coordonner.adresse::before {
  left: -16px;
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .wrapper-footer .infos-contact .coordonner.adresse::before {
    left: -2px;
  }
}
@media (max-width: 767.98px) {
  footer .wrapper-footer .infos-contact .coordonner.adresse .lieu span {
    font-size: .85rem;
  }
}
footer .wrapper-footer .infos-contact .coordonner.reseaux::before {
  left: 11px;
  transform: translateY(-50%) rotate(20deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  footer .wrapper-footer .infos-contact .coordonner.reseaux::before {
    left: 2px;
  }
}
footer .wrapper-footer .infos-contact .coordonner.reseaux a {
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner.reseaux a i {
  color: #fff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner.reseaux a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner.reseaux a:hover i {
  color: #c3a886;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
footer .wrapper-footer .infos-contact .coordonner.reseaux .instagram {
  margin-left: .5rem;
}
footer .wrapper-footer .footer-bottom {
  margin-top: 1rem;
}
footer .wrapper-footer .footer-bottom a {
  color: #fff;
  font-weight: 300;
  font-size: .75rem;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
footer .wrapper-footer .footer-bottom a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  color: #c3a886;
}
footer .wrapper-footer .footer-bottom .separator {
  color: #c3a886;
  margin: 0 1rem;
}
@font-face {
  font-family: 'Affogato';
  src: url('../fonts/Affogato-Bold.eot');
  src: url('../fonts/Affogato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Bold.woff2') format('woff2'), url('../fonts/Affogato-Bold.woff') format('woff'), url('../fonts/Affogato-Bold.ttf') format('truetype'), url('../fonts/Affogato-Bold.svg#Affogato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Affogato';
  src: url('../fonts/Affogato-Light.eot');
  src: url('../fonts/Affogato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Light.woff2') format('woff2'), url('../fonts/Affogato-Light.woff') format('woff'), url('../fonts/Affogato-Light.ttf') format('truetype'), url('../fonts/Affogato-Light.svg#Affogato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Affogato';
  src: url('../fonts/Affogato-Medium.eot');
  src: url('../fonts/Affogato-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Medium.woff2') format('woff2'), url('../fonts/Affogato-Medium.woff') format('woff'), url('../fonts/Affogato-Medium.ttf') format('truetype'), url('../fonts/Affogato-Medium.svg#Affogato-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Affogato';
  src: url('../fonts/Affogato-Regular.eot');
  src: url('../fonts/Affogato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Affogato-Regular.woff2') format('woff2'), url('../fonts/Affogato-Regular.woff') format('woff'), url('../fonts/Affogato-Regular.ttf') format('truetype'), url('../fonts/Affogato-Regular.svg#Affogato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed Ultra';
  src: url('../fonts/AvenirNextCondensed-UltraLight.eot');
  src: url('../fonts/AvenirNextCondensed-UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-UltraLight.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-UltraLight.woff') format('woff'), url('../fonts/AvenirNextCondensed-UltraLight.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-UltraLight.svg#AvenirNextCondensed-UltraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Regular.eot');
  src: url('../fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Regular.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'), url('../fonts/AvenirNextCondensed-Regular.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed Demi';
  src: url('../fonts/AvenirNextCondensed-DemiBold.eot');
  src: url('../fonts/AvenirNextCondensed-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-DemiBold.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-DemiBold.woff') format('woff'), url('../fonts/AvenirNextCondensed-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-DemiBold.svg#AvenirNextCondensed-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Heavy.eot');
  src: url('../fonts/AvenirNextCondensed-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Heavy.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Heavy.woff') format('woff'), url('../fonts/AvenirNextCondensed-Heavy.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Heavy.svg#AvenirNextCondensed-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Medium.eot');
  src: url('../fonts/AvenirNextCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Medium.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Medium.woff') format('woff'), url('../fonts/AvenirNextCondensed-Medium.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Medium.svg#AvenirNextCondensed-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Next Condensed';
  src: url('../fonts/AvenirNextCondensed-Bold.eot');
  src: url('../fonts/AvenirNextCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextCondensed-Bold.woff2') format('woff2'), url('../fonts/AvenirNextCondensed-Bold.woff') format('woff'), url('../fonts/AvenirNextCondensed-Bold.ttf') format('truetype'), url('../fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
