/* Constante formulaire */
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-right-xs {
  padding-right: 0px;
}
.no-padding-left-xs {
  padding-left: 0px;
}
html {
  font-size: 16px;
}
.darkenColor {
  background: #2d2d2d;
}
.greyColor {
  background: #eeeeee;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
.title {
  height: 70px;
  background: #269bb6;
}
.title h1 {
  color: #FFF;
  line-height: 70px;
  margin: 0;
}
p {
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
a {
  color: #39b8d6;
}
a:hover {
  color: #63c7df;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  text-decoration: none;
}
.color1 {
  fill: #FFF;
}
.miseAvant {
  display: inline-block;
  background: #39b8d6;
  color: #FFF;
  padding: 30px;
  margin: 1rem 0;
}
.miseAvant p {
  font-size: 1.56rem;
  line-height: 2.31rem;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
[class^="icon-"] {
  fill: #FFF;
  width: 20px;
}
.flex {
  flex-direction: column;
}
form {
  margin: 2rem 0 1rem;
}
form label {
  display: inline-block;
  height: 30px;
  width: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}
form .form-control {
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  font-size: 1rem;
}
form .text-danger {
  background: #EF9A9A;
  width: 100%;
  padding: 0 10px;
  line-height: 30px;
  color: #cf2121;
  font-weight: 500;
}
form .text-danger ul {
  padding: 0;
}
form .text-danger ul li {
  list-style: none;
}
form textarea {
  min-height: 200px;
}
form .captcha {
  visibility: hidden;
  height: 1px;
  width: 100px;
  font-size: 0.5rem;
  padding: 0.5rem;
}
form .btn {
  display: block;
  border-radius: 0px;
  height: 50px;
  width: 150px;
  margin: 0 auto;
  text-transform: uppercase;
}
.loi-informatique {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem 0;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 0.7rem;
  line-height: 1.1rem;
  color: #7a7a7a;
  text-align: justify;
}
.sitemap ul {
  list-style-type: none;
  padding: 0;
}
.sitemap ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  width: 100%;
}
header {
  background: #2d2d2d;
  color: #FFF;
  min-height: 75px;
}
header .navbar {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
header .navbar .logo {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  color: #FFF;
}
header .navbar .logo span {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
header .navbar .logo .nom {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
header .navbar .logo .slogan {
  font-family: 'Lato', sans-serif;
}
header .navbar .navbar-nav a {
  height: 50px;
  padding: 15px 30px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
}
header .navbar .navbar-nav a:hover {
  color: #212121;
  background: none;
}
header .navbar .navbar-nav .active > a,
header .navbar .navbar-nav .active > a:focus,
header .navbar .navbar-nav .active > a:hover {
  color: #212121;
  background: none;
}
header .navbar .navbar-nav .dropdown-menu {
  color: #FFF;
  background: #2d2d2d;
  width: 100%;
  height: 200px;
}
header .navbar .navbar-nav .dropdown-menu li a {
  color: #FFF !important;
  line-height: 50px;
}
header .navbar .navbar-nav .open > a,
header .navbar .navbar-nav .open > a:focus,
header .navbar .navbar-nav .open > a:hover {
  color: #FFF;
  background: #39b8d6;
}
.slider {
  position: relative;
  width: 100%;
  margin-bottom: 3.75rem;
}
section {
  font-size: 1.1rem;
  line-height: 1.62rem;
}
.grilleImage img {
  width: 100%;
}
.miseAvant {
  display: inline-block;
  background: #212121;
  color: #FFF;
  padding: 30px;
  margin: 1rem 0;
}
.miseAvant p {
  font-size: 1.56rem;
  line-height: 2.31rem;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
section.success {
  background: #18BC9C;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #2C3E50;
  outline: none;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
body,
html {
  height: 100%;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper .hamburger {
  margin-left: 75px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled .hamburger {
  margin-left: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper {
  display: flex;
  justify-content: center;
  z-index: 1000;
  left: 320px;
  width: 0;
  height: 100%;
  margin-left: -320px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
  width: 300px;
}
#page-content-wrapper {
  width: 100%;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -320px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar-inverse .navbar-nav {
  width: 250px;
  margin: 75px auto;
}
.navbar-inverse .navbar-nav li {
  display: inline-block;
  width: 100%;
  height: 60px;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
}
.navbar-inverse .navbar-nav li a {
  display: inline-block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  padding: 0 30px;
  color: #2d2d2d;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #2d2d2d;
}
.navbar-inverse .navbar-nav .dropdown {
  position: relative;
  height: 60px;
  width: 220px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
  overflow-y: hidden;
}
.navbar-inverse .navbar-nav .dropdown a .caret {
  transition: transform 150ms ease;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
  position: relative;
  top: 0;
  padding: 0px;
  height: 240px;
  background: #f3f3f3;
  border: none;
  box-shadow: none;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu li a {
  padding: 0 30px;
}
.navbar-inverse .navbar-nav .dropdown.open {
  height: 300px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  transition: height 0.8s;
}
.navbar-inverse .navbar-nav .dropdown.open a {
  background: none;
  color: #2d2d2d;
}
.navbar-inverse .navbar-nav .dropdown.open a .caret {
  transform: rotate(-180deg);
  transition: transform 150ms ease;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: absolute;
  top: 30px;
  z-index: 999;
  display: block;
  width: 100px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger .name {
  color: #FFF;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 32px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #FFF;
  mix-blend-mode: difference;
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #FFF;
}
.hamburger.is-open .name {
  color: #FFF;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburgerMenu.is-closed .hamb-top,
.hamburgerMenu.is-closed .hamb-middle,
.hamburgerMenu.is-closed .hamb-bottom,
.hamburgerMenu.is-open .hamb-top,
.hamburgerMenu.is-open .hamb-middle,
.hamburgerMenu.is-open .hamb-bottom {
  background: #2d2d2d;
}
.hamburgerMenu.is-open .name {
  color: #2d2d2d;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 23, 21, 0.8);
  z-index: 11;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  background: #f3f3f3;
  width: 100%;
  height: 100%;
}
h1 {
  font-weight: 300;
}
.title-biens {
  display: inline-block;
  width: 100%;
  font-weight: 100;
  margin-bottom: 30px;
}
.title-biens span {
  font-weight: 300;
  color: #39b8d6;
}
p {
  text-align: left !important;
}
header {
  overflow: hidden;
}
header .containerCoordonnees {
  background: rgba(23, 21, 23, 0.8);
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
header .coordonneesHeader {
  z-index: 10;
  height: 75px;
  line-height: 75px;
}
header .coordonneesHeader .logo {
  height: 60px;
  margin-top: 5px;
}
header .coordonneesHeader address {
  height: 75px;
  line-height: 75px;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}
header .owl-carousel {
  z-index: 0;
}
header .containerDiaporama {
  position: relative;
  overflow: hidden;
}
header .containerDiaporama .diaporamaAccueil {
  width: 100%;
  overflow: hidden;
}
header .containerDiaporama .containerLogo {
  top: 200px;
  height: 200px;
  left: 0;
  right: 0;
  z-index: 2;
}
header .containerDiaporama .containerLogo .logo {
  width: 432px;
}
header .containerDiaporama .containerLogo .slogan {
  font-weight: 300;
  font-size: 1.2rem;
}
header .mask-diaporama {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21, 21, 21, 0.5);
}
.navbar-inverse .navbar-nav .dropdown {
  width: 100%;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
  width: 100%;
  height: 240px;
}
.navbar-inverse .navbar-nav .dropdown.open {
  max-height: 240px;
}
.navbar-inverse .navbar-nav .langue {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 50%;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.navbar-inverse .navbar-nav .langue:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.navbar-inverse .navbar-nav .langue img {
  height: 50px;
}
.navbar-collapse {
  max-height: auto;
}
footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #2d2d2d;
  font-weight: 300;
  color: #FFF;
  font-size: 0.7rem;
}
footer p,
footer a {
  font-size: 0.7rem;
  margin: 0;
  text-align: right;
  color: #FFF;
}
footer p:hover,
footer a:hover {
  color: #FFF;
}
footer ul {
  margin-bottom: 0px;
}
footer .content-footer {
  height: 60px;
  line-height: 60px;
  padding: 0;
}
footer .copyright {
  color: #FFF;
}
footer .AsCoConsulting {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 0.7rem;
  line-height: 60px;
}
footer .AsCoConsulting .icon-AsCoConsulting {
  width: 91px;
  margin-top: 14px;
  margin-right: 15px;
  color: #FFF;
}
footer .menu-footer {
  list-style: none;
}
footer .menu-footer ul {
  display: inline-block;
  float: right;
}
footer .menu-footer ul li {
  display: inline-block;
  float: left;
  margin-right: 0.5rem;
  font-weight: 300;
}
footer .menu-footer ul li a {
  color: #FFF;
  font-size: 0.7rem;
  line-height: 0.7rem;
}
footer section {
  padding: 0;
  margin: 0;
  min-height: 0;
  height: auto;
}
section {
  padding: 3rem 0;
}
.miniatureAnnonce {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 360px;
  margin-bottom: 30px;
  background: #FFF;
  color: #2d2d2d;
  text-transform: lowercase;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.miniatureAnnonce:hover {
  box-shadow: 0 2px 2px rgba(96, 96, 96, 0.3), 0 2px 2px rgba(96, 96, 96, 0.3);
}
.miniatureAnnonce .containerImage {
  height: 250px !important;
}
.miniatureAnnonce .containerImage img {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.miniatureAnnonce .containerImage .dispoBien {
  display: inline-block;
  top: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: rgba(35, 143, 168, 0.7);
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  font-size: 0.7rem;
}
.miniatureAnnonce .details {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  height: 110px;
  padding: 15px;
  font-weight: 300;
  font-size: 1rem;
}
.miniatureAnnonce .details .ville {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
.miniatureAnnonce .details .ville span {
  display: inline-block;
  height: 30px;
  position: relative;
}
.miniatureAnnonce .details .ville span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.miniatureAnnonce .details .description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 88px;
  overflow: hidden;
}
.miniatureAnnonce:hover {
  color: #2d2d2d;
}
.row-location {
  padding: 2rem 0;
}
.location-holidays {
  overflow: hidden;
  padding-bottom: 3rem;
}
.location-holidays .btn {
  height: 50px;
  padding: 0 12px;
  margin-right: 15px;
  border-radius: 1px;
  line-height: 50px;
  font-size: 1rem;
}
.nosPartenaires {
  padding: 2rem 0;
  background: #fbfbfb;
}
.nosPartenaires .partenaires h4 {
  font-weight: 300;
  font-size: 2.125rem;
}
.nosPartenaires .partenaires .containerPartenaires {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nosPartenaires .partenaires .logoPartenaires {
  margin-bottom: 60px;
}
.nosPartenaires .partenaires .logoCaribou {
  width: 200px;
  margin: 0 auto;
}
.nosPartenaires .partenaires .logoMorzine {
  width: 350px;
  margin: 0 auto;
}
.nosPartenaires .partenaires .logoFCExchange {
  height: 200px;
  margin: 0 auto;
}
.contactHome {
  padding: 2rem 0;
  background: #FFF;
  margin-bottom: -3rem;
}
.contactHome h1 {
  font-style: 2.125rem;
  margin-bottom: 30px;
}
.contactHome h1 .icon-contact02 {
  width: 46px;
  fill: #2d2d2d;
}
.contactHome h1 span {
  color: #39b8d6;
  font-weight: 400;
}
.contactHome .accrocheContact p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.contactHome .accrocheContact p span {
  font-weight: 700;
  font-style: italic;
  font-size: 0.875rem;
}
.contactHome .contactSocial .btn {
  width: 200px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #269bb6;
  border-radius: 2px;
  text-transform: uppercase;
}
.contactHome .contactSocial .btn .icon-contact02 {
  width: 25px;
  fill: #FFF;
  margin: 0 15px;
}
.contactHome .contactSocial .socialLink {
  align-items: center;
}
.contactHome .contactSocial .socialLink [class^="icon-"] {
  fill: #2d2d2d;
  width: 40px;
}
section.detail-annonce .retour-annonces {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 1rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.detail-annonce .retour-annonces:hover {
  color: #39b8d6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.detail-annonce .titre-annonce h1 {
  display: inline-block;
  width: 100%;
  height: 40px;
  position: relative;
  font-size: 1.25rem;
  line-height: 40px;
  text-transform: uppercase;
}
section.detail-annonce .titre-annonce h1:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #2d2d2d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
section.detail-annonce .visuels-annonce {
  max-height: 500px;
}
section.detail-annonce .presentation-annonce {
  margin-bottom: 2rem;
}
section.detail-annonce .presentation-annonce h2 {
  display: inline-block;
  font-size: 1.125rem;
  color: #269bb6;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
section.detail-annonce .presentation-annonce p {
  font-weight: 300;
}
section.detail-annonce .contact-annonce {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
section.detail-annonce .contact-annonce .content-contactAnnonce p {
  font-size: 0.9rem;
  font-weight: 300;
}
section.detail-annonce .contact-annonce h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}
section.detail-annonce .contact-annonce h4 .icon-contact {
  fill: #2d2d2d;
  margin-right: 10px;
}
section.detail-annonce .contact-annonce .btnContact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 195px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  background: #39b8d6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.detail-annonce .contact-annonce .btnContact .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
section.detail-annonce .contact-annonce .btnContact .content-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 50px;
  width: 145px;
}
section.detail-annonce .contact-annonce .btnContact:hover {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 2px rgba(96, 96, 96, 0.3), 0 2px 2px rgba(96, 96, 96, 0.3);
}
section.detail-annonce .autresInfos {
  font-weight: 300;
  margin: 4.375rem 0;
}
section.detail-annonce .autresInfos h5 {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #39b8d6;
  margin: 0;
}
section.detail-annonce .autresInfos [class^="ligne-0"] {
  position: relative;
  height: 40px;
}
section.detail-annonce .autresInfos .intituleDetails {
  font-weight: 700;
}
section.detail-annonce .autresInfos .information {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
.detail-annonce .contentDetailSeason {
  background: #FFF;
  box-shadow: 0 1px 1px rgba(96, 96, 96, 0.3), 0 1px 1px rgba(96, 96, 96, 0.3);
  padding: 0 2rem 2rem 2rem;
  overflow: hidden;
}
.detail-annonce .titre-annonce {
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.detail-annonce .titre-annonce h1 {
  margin: 0;
}
.detail-annonce .visuels-annonce {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.detail-annonce .visuels-annonce img {
  width: 100%;
}
.detail-annonce .containerDetailContact {
  background: #f3f3f3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  border: solid;
  border-width: 1px;
  border-color: #dfdfdf;
}
.detail-annonce .containerDetailContact .disponibilite-annonce {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.detail-annonce .containerDetailContact .disponibilite-annonce p {
  margin: 0 15px;
}
.detail-annonce .containerDetailContact .detail-annonce {
  padding: 0;
}
.detail-annonce .containerDetailContact .detail-annonce h4 {
  color: #39b8d6;
}
.detail-annonce .containerDetailContact .detail-annonce .intituleDetails {
  font-weight: 400;
  color: #2aadcb;
}
.detail-annonce .containerDetailContact .contact-annonce {
  background: #FFF;
}
.detail-annonce .containerDetailContact .contact-annonce .btn-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
}
.detail-annonce .containerDetailContact .contact-annonce .btn-contact .icon-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.detail-annonce .titlePresentationAnnonce {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-annonce .titlePresentationAnnonce h2 {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #39b8d6;
  margin: 2rem;
}
.detail-annonce .presentation-annonce.season {
  width: 100%;
}
.detail-annonce .presentation-annonce.season p iframe {
  width: 100%;
}
.modal .containerNomOffre input {
  width: 100%;
  height: 50px;
  font-style: italic;
  font-weight: 700;
  padding: 0 15px;
  background: #fdfdfd;
  color: #2d2d2d;
  border: none;
}
section.detail-holidays .visuels-annonce {
  position: relative;
}
section.detail-holidays .visuels-annonce .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 152px;
}
section.detail-holidays .visuels-annonce .owl-nav .owl-prev,
section.detail-holidays .visuels-annonce .owl-nav .owl-next {
  background: #dadada;
  border-radius: 0;
}
.logo .st0 {
  fill: #FFFFFF;
}
.logo .st1 {
  fill: #00B6ED;
}
.logo .st2 {
  fill: #FFFFFF;
  stroke: #6A3F26;
  stroke-width: 0.216;
}
.logo .st3 {
  fill: #FFFFFF;
  stroke: #6A3F26;
  stroke-width: 0.144;
}
.logo .st4 {
  opacity: 0.5;
}
.logo .st5 {
  clip-path: url(#SVGID_2_);
  fill: #71CFF3;
}
.logo .st6 {
  clip-path: url(#SVGID_4_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st7 {
  clip-path: url(#SVGID_6_);
  fill: #71CFF3;
}
.logo .st8 {
  clip-path: url(#SVGID_8_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st9 {
  clip-path: url(#SVGID_10_);
  fill: #71CFF3;
}
.logo .st10 {
  clip-path: url(#SVGID_12_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st11 {
  clip-path: url(#SVGID_14_);
  fill: #71CFF3;
}
.logo .st12 {
  clip-path: url(#SVGID_16_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st13 {
  clip-path: url(#SVGID_18_);
  fill: #71CFF3;
}
.logo .st14 {
  clip-path: url(#SVGID_20_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st15 {
  clip-path: url(#SVGID_22_);
  fill: #71CFF3;
}
.logo .st16 {
  clip-path: url(#SVGID_24_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st17 {
  clip-path: url(#SVGID_26_);
  fill: #71CFF3;
}
.logo .st18 {
  clip-path: url(#SVGID_28_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st19 {
  clip-path: url(#SVGID_30_);
  fill: #71CFF3;
}
.logo .st20 {
  clip-path: url(#SVGID_32_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st21 {
  clip-path: url(#SVGID_34_);
  fill: #71CFF3;
}
.logo .st22 {
  clip-path: url(#SVGID_36_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st23 {
  clip-path: url(#SVGID_38_);
  fill: #71CFF3;
}
.logo .st24 {
  clip-path: url(#SVGID_40_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo .st25 {
  opacity: 0.7;
}
.logo .st26 {
  clip-path: url(#SVGID_42_);
  fill: #71CFF3;
}
.logo .st27 {
  clip-path: url(#SVGID_44_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st28 {
  clip-path: url(#SVGID_46_);
  fill: #71CFF3;
}
.logo .st29 {
  clip-path: url(#SVGID_48_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st30 {
  clip-path: url(#SVGID_50_);
  fill: #71CFF3;
}
.logo .st31 {
  clip-path: url(#SVGID_52_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st32 {
  clip-path: url(#SVGID_54_);
  fill: #71CFF3;
}
.logo .st33 {
  clip-path: url(#SVGID_56_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st34 {
  clip-path: url(#SVGID_58_);
  fill: #71CFF3;
}
.logo .st35 {
  clip-path: url(#SVGID_60_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st36 {
  clip-path: url(#SVGID_62_);
  fill: #71CFF3;
}
.logo .st37 {
  clip-path: url(#SVGID_64_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st38 {
  clip-path: url(#SVGID_66_);
  fill: #71CFF3;
}
.logo .st39 {
  clip-path: url(#SVGID_68_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st40 {
  clip-path: url(#SVGID_70_);
  fill: #71CFF3;
}
.logo .st41 {
  clip-path: url(#SVGID_72_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st42 {
  clip-path: url(#SVGID_74_);
  fill: #71CFF3;
}
.logo .st43 {
  clip-path: url(#SVGID_76_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st44 {
  clip-path: url(#SVGID_78_);
  fill: #71CFF3;
}
.logo .st45 {
  clip-path: url(#SVGID_80_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st46 {
  clip-path: url(#SVGID_82_);
  fill: #71CFF3;
}
.logo .st47 {
  clip-path: url(#SVGID_84_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st48 {
  clip-path: url(#SVGID_86_);
  fill: #71CFF3;
}
.logo .st49 {
  clip-path: url(#SVGID_88_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st50 {
  clip-path: url(#SVGID_90_);
  fill: #71CFF3;
}
.logo .st51 {
  clip-path: url(#SVGID_92_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo .st52 {
  fill: #72CFF3;
  stroke: #20B4E6;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.logo02 .st0 {
  fill: #6A3F26;
}
.logo02 .st1 {
  fill: #00B6ED;
}
.logo02 .st2 {
  fill: #FFFFFF;
  stroke: #6A3F26;
  stroke-width: 0.216;
}
.logo02 .st3 {
  fill: #FFFFFF;
  stroke: #6A3F26;
  stroke-width: 0.144;
}
.logo02 .st4 {
  opacity: 0.5;
}
.logo02 .st5 {
  clip-path: url(#SVGID_2_);
  fill: #71CFF3;
}
.logo02 .st6 {
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st7 {
  clip-path: url(#SVGID_4_);
  fill: #71CFF3;
}
.logo02 .st8 {
  clip-path: url(#SVGID_4_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st9 {
  clip-path: url(#SVGID_6_);
  fill: #71CFF3;
}
.logo02 .st10 {
  clip-path: url(#SVGID_6_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st11 {
  clip-path: url(#SVGID_8_);
  fill: #71CFF3;
}
.logo02 .st12 {
  clip-path: url(#SVGID_8_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st13 {
  clip-path: url(#SVGID_10_);
  fill: #71CFF3;
}
.logo02 .st14 {
  clip-path: url(#SVGID_10_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st15 {
  clip-path: url(#SVGID_12_);
  fill: #71CFF3;
}
.logo02 .st16 {
  clip-path: url(#SVGID_12_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st17 {
  clip-path: url(#SVGID_14_);
  fill: #71CFF3;
}
.logo02 .st18 {
  clip-path: url(#SVGID_14_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st19 {
  clip-path: url(#SVGID_16_);
  fill: #71CFF3;
}
.logo02 .st20 {
  clip-path: url(#SVGID_16_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st21 {
  clip-path: url(#SVGID_18_);
  fill: #71CFF3;
}
.logo02 .st22 {
  clip-path: url(#SVGID_18_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st23 {
  clip-path: url(#SVGID_20_);
  fill: #71CFF3;
}
.logo02 .st24 {
  clip-path: url(#SVGID_20_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.189;
}
.logo02 .st25 {
  opacity: 0.7;
}
.logo02 .st26 {
  clip-path: url(#SVGID_22_);
  fill: #71CFF3;
}
.logo02 .st27 {
  clip-path: url(#SVGID_22_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st28 {
  clip-path: url(#SVGID_24_);
  fill: #71CFF3;
}
.logo02 .st29 {
  clip-path: url(#SVGID_24_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st30 {
  clip-path: url(#SVGID_26_);
  fill: #71CFF3;
}
.logo02 .st31 {
  clip-path: url(#SVGID_26_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st32 {
  clip-path: url(#SVGID_28_);
  fill: #71CFF3;
}
.logo02 .st33 {
  clip-path: url(#SVGID_28_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st34 {
  clip-path: url(#SVGID_30_);
  fill: #71CFF3;
}
.logo02 .st35 {
  clip-path: url(#SVGID_30_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st36 {
  clip-path: url(#SVGID_32_);
  fill: #71CFF3;
}
.logo02 .st37 {
  clip-path: url(#SVGID_32_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st38 {
  clip-path: url(#SVGID_34_);
  fill: #71CFF3;
}
.logo02 .st39 {
  clip-path: url(#SVGID_34_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st40 {
  clip-path: url(#SVGID_36_);
  fill: #71CFF3;
}
.logo02 .st41 {
  clip-path: url(#SVGID_36_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st42 {
  clip-path: url(#SVGID_38_);
  fill: #71CFF3;
}
.logo02 .st43 {
  clip-path: url(#SVGID_38_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st44 {
  clip-path: url(#SVGID_40_);
  fill: #71CFF3;
}
.logo02 .st45 {
  clip-path: url(#SVGID_40_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st46 {
  clip-path: url(#SVGID_42_);
  fill: #71CFF3;
}
.logo02 .st47 {
  clip-path: url(#SVGID_42_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st48 {
  clip-path: url(#SVGID_44_);
  fill: #71CFF3;
}
.logo02 .st49 {
  clip-path: url(#SVGID_44_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st50 {
  clip-path: url(#SVGID_46_);
  fill: #71CFF3;
}
.logo02 .st51 {
  clip-path: url(#SVGID_46_);
  fill: none;
  stroke: #00B6ED;
  stroke-width: 0.297;
}
.logo02 .st52 {
  fill: #72CFF3;
  stroke: #20B4E6;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
@media (min-width: 768px) {
  .navbar-nav li {
    float: none;
  }
  .presentation-annonce.season {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .nosPartenaires .partenaires .containerPartenaires {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 60px 0;
  }
  .nosPartenaires .partenaires .containerPartenaires .logoPartenaires {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .col-lg-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flex {
    flex-direction: row;
  }
  header .containerDiaporama {
    height: 600px;
  }
  header .navbar .navbar-nav {
    margin: 0;
  }
  header .navbar .navbar-nav li a:hover {
    background: #39b8d6;
  }
  header .navbar .navbar-nav li li.active {
    background: #3b3b3b;
  }
  .miniatureAnnonce {
    margin-bottom: 30px;
  }
  section.detail-annonce .autresInfos .ligne-01 {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #9E9E9E;
  }
  .owl-height {
    height: 300px;
    overflow: hidden;
  }
}
