/* Functions */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #0059a7;
  color: #fff;
}

::selection {
  background: #0059a7;
  color: #fff;
}

html.menu-open {
  overflow: hidden;
}

body,
html,
#tinymce {
  margin: 0;
  padding: 0;
  font-family: "Slabo 27px";
  font-size: 18px;
  color: #808080;
}
body .hide_mobile,
html .hide_mobile,
#tinymce .hide_mobile {
  display: block;
}
body .show_mobile,
html .show_mobile,
#tinymce .show_mobile {
  display: none;
}
body main,
html main,
#tinymce main {
  display: block;
}
body #cookie-notice .button.bootstrap,
html #cookie-notice .button.bootstrap,
#tinymce #cookie-notice .button.bootstrap {
  background: #0059a7;
}
body #cookie-notice .button.bootstrap:hover,
html #cookie-notice .button.bootstrap:hover,
#tinymce #cookie-notice .button.bootstrap:hover {
  background: #0059a7;
}
body .clearfix,
html .clearfix,
#tinymce .clearfix {
  height: 1%;
}
body .clearfix:after,
html .clearfix:after,
#tinymce .clearfix:after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body a,
html a,
#tinymce a {
  text-decoration: none;
  color: #0059a7;
}
body a:hover,
html a:hover,
#tinymce a:hover {
  text-decoration: underline;
}
body a.nolink,
html a.nolink,
#tinymce a.nolink {
  cursor: auto;
  pointer-events: none;
}
body .mfp-arrow-right::after,
html .mfp-arrow-right::after,
#tinymce .mfp-arrow-right::after {
  border-left: 17px solid #0059a7;
}
body .mfp-arrow-left::after,
html .mfp-arrow-left::after,
#tinymce .mfp-arrow-left::after {
  border-right: 17px solid #0059a7;
}
body .mfp-image-holder .mfp-close,
body .mfp-iframe-holder .mfp-close,
html .mfp-image-holder .mfp-close,
html .mfp-iframe-holder .mfp-close,
#tinymce .mfp-image-holder .mfp-close,
#tinymce .mfp-iframe-holder .mfp-close {
  color: #0059a7;
}
body strong,
html strong,
#tinymce strong {
  font-weight: bold;
}
body .style-uppercase,
html .style-uppercase,
#tinymce .style-uppercase {
  text-transform: uppercase;
}
body .color-blue-light,
html .color-blue-light,
#tinymce .color-blue-light {
  color: #00b8ed;
}
body .color-blue,
html .color-blue,
#tinymce .color-blue {
  color: #0059a7;
}
body .btn,
html .btn,
#tinymce .btn {
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
  font-size: 17px;
  color: #0059a7;
  border: 2px solid #0059a7;
  font-family: "Raleway";
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body .btn a,
html .btn a,
#tinymce .btn a {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body .btn:hover,
html .btn:hover,
#tinymce .btn:hover {
  text-decoration: none;
  color: #fff;
  background: #0059a7;
}
body .btn:hover a,
html .btn:hover a,
#tinymce .btn:hover a {
  color: #fff;
  text-decoration: none;
}
body .btn.white,
html .btn.white,
#tinymce .btn.white {
  color: #fff;
  border-color: #fff;
}
body .btn.white:hover,
html .btn.white:hover,
#tinymce .btn.white:hover {
  background: #fff;
  color: #0059a7;
}
body .btn.white:hover a,
html .btn.white:hover a,
#tinymce .btn.white:hover a {
  color: #0059a7;
  text-decoration: none;
}
body .alert,
html .alert,
#tinymce .alert {
  display: block;
  width: 100%;
  padding: 20px;
  background: #ccc;
  border: 1px solid #666;
}
body .alert.error,
html .alert.error,
#tinymce .alert.error {
  font-weight: bold;
  color: red;
  font-size: 15px;
}
body form .input-mid,
html form .input-mid,
#tinymce form .input-mid {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 10px;
}
body form .input-mid label,
html form .input-mid label,
#tinymce form .input-mid label {
  display: block;
}
body form .input-mid input,
html form .input-mid input,
#tinymce form .input-mid input {
  width: 100%;
}
body form .input-mid:nth-child(2n),
html form .input-mid:nth-child(2n),
#tinymce form .input-mid:nth-child(2n) {
  margin-right: 40px;
}
body form .input-full,
html form .input-full,
#tinymce form .input-full {
  width: 100%;
  clear: both;
}
body form .input-full textarea,
body form .input-full input,
html form .input-full textarea,
html form .input-full input,
#tinymce form .input-full textarea,
#tinymce form .input-full input {
  clear: both;
  width: 100%;
}
body form .input-full label,
html form .input-full label,
#tinymce form .input-full label {
  margin-bottom: 7px;
  margin-top: 5px;
}
body form .submit,
html form .submit,
#tinymce form .submit {
  text-align: right;
  position: relative;
  z-index: 1;
}
body form .submit input[type=submit],
html form .submit input[type=submit],
#tinymce form .submit input[type=submit] {
  float: right;
  cursor: pointer;
  border: 0;
}
body form .submit input[type=submit]:hover,
html form .submit input[type=submit]:hover,
#tinymce form .submit input[type=submit]:hover {
  text-decoration: none;
}
body form label,
html form label,
#tinymce form label {
  display: block;
  cursor: pointer;
}
body form input,
body form textarea,
body form select,
html form input,
html form textarea,
html form select,
#tinymce form input,
#tinymce form textarea,
#tinymce form select {
  padding: 5px 10px;
  font-family: "Slabo 27px";
  font-size: inherit;
}
body form input,
html form input,
#tinymce form input {
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
body form input[type=submit], body form input[type=button], body form input[type=reset],
html form input[type=submit],
html form input[type=button],
html form input[type=reset],
#tinymce form input[type=submit],
#tinymce form input[type=button],
#tinymce form input[type=reset] {
  cursor: pointer;
}
body form input[type=file],
html form input[type=file],
#tinymce form input[type=file] {
  background: transparent;
  height: auto;
}
body form input[type=radio],
body form input[type=checkbox],
html form input[type=radio],
html form input[type=checkbox],
#tinymce form input[type=radio],
#tinymce form input[type=checkbox] {
  height: auto;
  border: 0;
}
body form textarea,
html form textarea,
#tinymce form textarea {
  resize: none;
}
body form span.wpcf7-not-valid-tip,
html form span.wpcf7-not-valid-tip,
#tinymce form span.wpcf7-not-valid-tip {
  float: right;
  font-size: 11px;
}
body form div.wpcf7-validation-errors,
html form div.wpcf7-validation-errors,
#tinymce form div.wpcf7-validation-errors {
  border: 1px solid #0059a7;
  color: #0059a7;
}
body table,
html table,
#tinymce table {
  margin: 0 auto;
  text-align: center;
}
body table tr th,
html table tr th,
#tinymce table tr th {
  padding: 5px;
}
body table tr td,
html table tr td,
#tinymce table tr td {
  padding: 5px;
}
body table tr td p,
html table tr td p,
#tinymce table tr td p {
  margin: 0;
}
body table tr td figure,
html table tr td figure,
#tinymce table tr td figure {
  margin-left: 0;
}
body p,
html p,
#tinymce p {
  margin: 0 0 10px 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-weight: bold;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
html h1 a,
html h2 a,
html h3 a,
html h4 a,
html h5 a,
html h6 a,
#tinymce h1 a,
#tinymce h2 a,
#tinymce h3 a,
#tinymce h4 a,
#tinymce h5 a,
#tinymce h6 a {
  color: inherit;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover,
html h1 a:hover,
html h2 a:hover,
html h3 a:hover,
html h4 a:hover,
html h5 a:hover,
html h6 a:hover,
#tinymce h1 a:hover,
#tinymce h2 a:hover,
#tinymce h3 a:hover,
#tinymce h4 a:hover,
#tinymce h5 a:hover,
#tinymce h6 a:hover {
  text-decoration: none;
}
body h1 + p,
body h2 + p,
body h3 + p,
body h4 + p,
body h5 + p,
body h6 + p,
html h1 + p,
html h2 + p,
html h3 + p,
html h4 + p,
html h5 + p,
html h6 + p,
#tinymce h1 + p,
#tinymce h2 + p,
#tinymce h3 + p,
#tinymce h4 + p,
#tinymce h5 + p,
#tinymce h6 + p {
  margin-top: 0px;
}
body h1,
html h1,
#tinymce h1 {
  font-size: 138px;
  font-weight: 300;
  color: #00b8ed;
  font-family: "Roboto Slab";
}
body h2,
html h2,
#tinymce h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0059a7;
  font-family: "Roboto Slab";
  margin: 20px 0 5px 0;
}
body h3,
html h3,
#tinymce h3 {
  font-size: 15px;
  margin: 20px 0 5px 0;
}
body h4,
html h4,
#tinymce h4 {
  font-size: 13px;
  margin: 20px 0 5px 0;
}
body img,
html img,
#tinymce img {
  max-width: 100%;
  height: auto;
}
body img.alignright,
html img.alignright,
#tinymce img.alignright {
  margin: 10px 0 10px 10px;
  float: right;
}
body img.alignleft,
html img.alignleft,
#tinymce img.alignleft {
  margin: 10px 10px 10px 0;
  float: left;
}
body img.aligncenter,
html img.aligncenter,
#tinymce img.aligncenter {
  margin: 10px;
}
body .alignleft,
html .alignleft,
#tinymce .alignleft {
  text-align: left;
}
body .alignright,
html .alignright,
#tinymce .alignright {
  text-align: right;
}
body .aligncenter,
html .aligncenter,
#tinymce .aligncenter {
  text-align: center;
}
body blockquote,
html blockquote,
#tinymce blockquote {
  text-align: center;
  margin: 40px 0;
  color: #00b8ed;
  font-size: 51px;
  font-family: "Roboto Slab";
  font-weight: 300;
}
body blockquote p,
html blockquote p,
#tinymce blockquote p {
  line-height: 51px;
}
body blockquote p:last-of-type,
html blockquote p:last-of-type,
#tinymce blockquote p:last-of-type {
  margin-bottom: 0;
}
body .video-container,
html .video-container,
#tinymce .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
body .video-container iframe,
body .video-container object,
body .video-container embed,
html .video-container iframe,
html .video-container object,
html .video-container embed,
#tinymce .video-container iframe,
#tinymce .video-container object,
#tinymce .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .wp-gallery,
html .wp-gallery,
#tinymce .wp-gallery {
  margin: 20px 0;
}
body .wp-gallery ul,
html .wp-gallery ul,
#tinymce .wp-gallery ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  padding-left: 50%;
  height: 100%;
}
body .wp-gallery ul li,
html .wp-gallery ul li,
#tinymce .wp-gallery ul li {
  display: inline-block;
  width: 50%;
  height: 50%;
  background-size: cover;
  background-position: center;
  vertical-align: top;
  margin: 0;
  position: relative;
}
body .wp-gallery ul li:first-of-type,
html .wp-gallery ul li:first-of-type,
#tinymce .wp-gallery ul li:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
body .wp-gallery ul li:nth-child(4),
html .wp-gallery ul li:nth-child(4),
#tinymce .wp-gallery ul li:nth-child(4) {
  width: 100%;
}
body .wp-gallery ul li a,
html .wp-gallery ul li a,
#tinymce .wp-gallery ul li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  left: 0;
  top: 0;
}
body .wp-gallery ul li a span,
html .wp-gallery ul li a span,
#tinymce .wp-gallery ul li a span {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../images/picto-photo.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11Px 0 0 -11px;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  pointer-events: none;
}
body .wp-gallery ul li a:hover,
html .wp-gallery ul li a:hover,
#tinymce .wp-gallery ul li a:hover {
  background: rgba(0, 89, 167, 0.88);
}
body .wp-gallery ul li a:hover span,
html .wp-gallery ul li a:hover span,
#tinymce .wp-gallery ul li a:hover span {
  opacity: 1;
  pointer-events: auto;
}

body.fixed #page #header-container {
  max-width: 181px;
}
body.fixed #page #header-container header#masthead #site-logo {
  max-width: 107px;
}
body.fixed #page #header-container header#masthead #site-logo a span.logo-1 {
  max-width: 24px;
  margin-right: 0;
}
body.fixed #page #header-container header#masthead #site-logo a span.logo-2 {
  max-width: 19px;
}
body #page #languages-block-right {
  width: 103px;
  height: 74px;
  display: inline-block;
  z-index: 2;
  background: #0059a7;
  padding: 20px 5px;
  position: relative;
  text-align: center;
  line-height: calc(74px - 40px);
  position: fixed;
  right: 0;
  top: 0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
body #page #languages-block-right ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: normal;
  height: 27px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #page #languages-block-right ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  line-height: normal;
}
body #page #languages-block-right ul li:first-of-type {
  margin-left: 0;
}
body #page #languages-block-right ul li a {
  display: block;
  border-radius: 1.3rem;
  border: 0.1rem solid transparent;
  position: relative;
  overflow: hidden;
  padding: 2px;
}
body #page #languages-block-right ul li a > span {
  display: none !important;
}
body #page #languages-block-right ul li img {
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
body #page #languages-block-right ul li.current-lang a {
  border-color: #ffffff;
}
body #page #header-container {
  max-width: 388px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1000;
  height: 74px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
body #page #header-container header#masthead {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body #page #header-container header#masthead #site-logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
  max-width: 314px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
body #page #header-container header#masthead #site-logo a {
  display: inline-block;
  width: 100%;
  padding: 18.5px 25px;
}
body #page #header-container header#masthead #site-logo a span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body #page #header-container header#masthead #site-logo a span.logo-1 {
  margin-right: 20px;
  max-width: 114px;
  height: 36px;
}
body #page #header-container header#masthead #site-logo a span.logo-2 {
  max-width: 129px;
  height: 36px;
}
body #page #header-container header#masthead #site-logo a span.white {
  display: none;
}
body #page #header-container header#masthead #toggle-menu {
  width: 74px;
  height: 74px;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
  background: #0059a7;
  padding: 24px 21px;
  position: relative;
}
body #page #header-container header#masthead #toggle-menu .content {
  background: #fff;
  height: 3px;
  position: absolute;
  width: calc(100% - 42px);
  top: 50%;
  margin-top: -2px;
  left: 21 px;
}
body #page #header-container header#masthead #toggle-menu .content:before, body #page #header-container header#masthead #toggle-menu .content:after {
  background: #fff;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  content: "";
  display: block;
}
body #page #header-container header#masthead #toggle-menu .content:before {
  margin-top: -11px;
}
body #page #header-container header#masthead #toggle-menu .content:after {
  margin-top: 11px;
}
body #page #header-container header#masthead #main-menu {
  display: none;
  padding: 100px 60px 60px 60px;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 89, 167, 0.95);
  font-size: inherit;
  text-align: center;
  line-height: calc(100vh - 120px);
  overflow: auto;
}
body #page #header-container header#masthead #main-menu ul {
  padding: 0;
  margin: 0;
}
body #page #header-container header#masthead #main-menu .container {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: middle;
  padding-bottom: 20px;
}
body #page #header-container header#masthead #main-menu .container > div > ul.menu li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
body #page #header-container header#masthead #main-menu .container > div > ul.menu li:last-child {
  margin-bottom: 0;
}
body #page #header-container header#masthead #main-menu .container > div > ul.menu > li a {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  font-family: "Roboto Slab";
}
body #page #header-container header#masthead #main-menu .container > div > ul.menu > li ul.sub-menu {
  display: none;
}
body #page #header-container header#masthead #main-menu .container > div > ul.menu > li:hover > a, body #page #header-container header#masthead #main-menu .container > div > ul.menu > li.current-menu-item > a, body #page #header-container header#masthead #main-menu .container > div > ul.menu > li.current-menu-parent > a, body #page #header-container header#masthead #main-menu .container > div > ul.menu > li.current_page_parent > a {
  color: #00b8ed;
  text-decoration: none;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) {
  margin-top: 160px;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) > ul.menu li {
  display: inline-block;
  width: auto;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) > ul.menu > li a {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  font-family: "Slabo 27px";
  text-transform: uppercase;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) > ul.menu > li a:after {
  content: "/";
  display: inline-block;
  color: #00b8ed;
  margin: 0 7px;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) > ul.menu > li a:hover {
  color: #00b8ed;
  text-decoration: none;
}
body #page #header-container header#masthead #main-menu .container > div:nth-child(2) > ul.menu > li:last-of-type a:after {
  display: none;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 315px;
  width: 100%;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links .title {
  color: #fff;
  margin-bottom: 7px;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links ul.langs {
  margin: 0;
  padding: 0;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links ul.langs li {
  list-style-type: none;
  display: inline-block;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links ul.langs li a {
  background: #0059a7;
  color: #fff;
  line-height: 25px;
  border: 1px solid #fff;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links ul.langs li.current-lang a, body #page #header-container header#masthead #main-menu .container #main-menu-footer-links ul.langs li:hover a {
  background: #fff;
  color: #0059a7;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links div.social {
  max-width: 145px;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links a {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 54px;
  background: #fff;
  color: #0059a7;
  margin: 0 5px 5px 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 14px;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links a i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
body #page #header-container header#masthead #main-menu .container #main-menu-footer-links a:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
body #page #header-container header#masthead.active #main-menu {
  display: block;
}
body #page #header-container header#masthead.active #site-logo span {
  display: none;
}
body #page #header-container header#masthead.active #site-logo span.white {
  display: inline-block;
}
body #page #header-container header#masthead.active #toggle-menu {
  background: #fff;
}
body #page #header-container header#masthead.active #toggle-menu .content {
  background: none;
}
body #page #header-container header#masthead.active #toggle-menu .content:before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #0059a7;
}
body #page #header-container header#masthead.active #toggle-menu .content:after {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #0059a7;
}

body footer#colophon {
  background: #e3e3e3;
  padding: 61px 20px 38px 20px;
  position: relative;
  z-index: 1;
}
body footer#colophon #footer-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body footer#colophon #footer-container .block {
  margin: 0 20px 20px 0;
}
body footer#colophon #footer-container .block .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
body footer#colophon #footer-container .block .title p {
  margin: 0;
}
body footer#colophon #footer-container .block .text ul.langs {
  margin-top: 0;
}
body footer#colophon #footer-container .block .text ul.langs li {
  display: inline-block;
  margin-right: 5px;
}
body footer#colophon #footer-container .block .text p:first-of-type {
  margin-top: 0;
}
body footer#colophon #footer-container .block .text p:last-of-type {
  margin-bottom: 0;
}
body footer#colophon #footer-container .block#footer-logo {
  max-width: 204px;
}
body footer#colophon #footer-container .block#footer-logo .title img {
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px);
}
body footer#colophon #footer-container .block#footer-menu {
  max-width: 385px;
}
body footer#colophon #footer-container .block#footer-menu ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
body footer#colophon #footer-container .block#footer-menu ul li {
  list-style-type: none;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
body footer#colophon #footer-container .block#footer-menu ul li:last-of-type {
  margin-bottom: 0;
}
body footer#colophon #footer-container .block#footer-contact {
  max-width: 338px;
  margin: 0 111px 0 71px;
}
body footer#colophon #footer-container .block#footer-contact .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 45px;
}
body footer#colophon #footer-container .block#footer-contact .text > div {
  width: 50%;
}
body footer#colophon #footer-container .block#footer-contact .text > div .title {
  font-size: 18.5px;
  color: #0059a7;
  font-weight: 400;
}
body footer#colophon #footer-container .block#footer-contact ul.langs {
  margin: 0;
  padding: 0;
}
body footer#colophon #footer-container .block#footer-contact ul.langs li {
  margin-right: 5px;
  margin-bottom: 10px;
}
body footer#colophon #footer-container .block#footer-contact ul.langs li a {
  background: #fff;
  border: 1px solid #0059a7;
  color: #0059a7;
  line-height: 25px;
}
body footer#colophon #footer-container .block#footer-contact ul.langs li.current-lang a, body footer#colophon #footer-container .block#footer-contact ul.langs li:hover a {
  background: #0059a7;
  color: #fff;
}
body footer#colophon #footer-container .block#footer-contact a {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 54px;
  background: #0059a7;
  color: #fff;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 14px;
}
body footer#colophon #footer-container .block#footer-contact a i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
body footer#colophon #footer-container .block#footer-contact a:hover {
  color: #0059a7;
  background: #fff;
  text-decoration: none;
}
body footer#colophon #footer-container .block#footer-contact a.social {
  margin-right: 5px;
  margin-bottom: 10px;
}
body footer#colophon #footer-copyright {
  text-align: left;
  margin: 0 auto;
  max-width: 1205px;
  opacity: 0.5;
  font-size: 14px;
  color: #0059a7;
}
body footer#colophon #footer-copyright a:hover {
  text-decoration: underline;
}

body.blog #page #content-full #content #primary #main .entry-content,
body.category #page #content-full #content #primary #main .entry-content {
  padding: 44px 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1043px;
}
body.blog #page #content-full #content #primary #main > article,
body.category #page #content-full #content #primary #main > article {
  background: #e3e3e3;
  padding: 44px 20px;
}
body.blog #page #content-full #content #primary #main > article .paginate,
body.category #page #content-full #content #primary #main > article .paginate {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
body.blog #page #content-full #content #primary #main > article .paginate a,
body.blog #page #content-full #content #primary #main > article .paginate span,
body.category #page #content-full #content #primary #main > article .paginate a,
body.category #page #content-full #content #primary #main > article .paginate span {
  color: #0059a7;
  border-color: #0059a7;
  border-width: 2px;
  font-weight: 500;
  font-size: 17px;
  font-family: "Raleway";
  padding: 12px;
  margin: 2px 5px;
}
body.blog #page #content-full #content #primary #main > article .paginate a.current, body.blog #page #content-full #content #primary #main > article .paginate a:hover,
body.blog #page #content-full #content #primary #main > article .paginate span.current,
body.blog #page #content-full #content #primary #main > article .paginate span:hover,
body.category #page #content-full #content #primary #main > article .paginate a.current,
body.category #page #content-full #content #primary #main > article .paginate a:hover,
body.category #page #content-full #content #primary #main > article .paginate span.current,
body.category #page #content-full #content #primary #main > article .paginate span:hover {
  background: #0059a7;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
body.blog #page #content-full #content #primary #main > article .paginate:last-child,
body.category #page #content-full #content #primary #main > article .paginate:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}
body.blog #page #content-full #content #primary #main > article .entry-content,
body.category #page #content-full #content #primary #main > article .entry-content {
  padding: 0;
  max-width: 1305px;
}

body.home #page #banner {
  position: fixed;
  left: 0;
  top: 0;
}
body.home #page #banner .video-container {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body.home #page #banner .v-align {
  position: relative;
  z-index: 2;
}
body.home #page #banner.has-video .v-align {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
body.home #page #banner.has-video video {
  min-width: 100%;
  min-height: 100%;
}
body.home #page #content-full {
  background: #fff;
  margin-top: 855px;
  position: relative;
  z-index: 1;
}
body.home #page #content-full #content #primary {
  width: 100%;
}
body.home #page footer#colophon {
  position: relative;
  z-index: 1;
}

body:not(.home) #page #banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

body {
  overflow-x: hidden;
}
body .owl-simple {
  background-color: #0059a7;
}
body #page {
  position: relative;
}
body #page #banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 855px;
  width: 100%;
  line-height: 855px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
body #page #banner .v-align {
  line-height: normal;
  max-width: 1023px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
body #page #banner .v-align h1 {
  line-height: 138px;
  margin: 0;
}
body #page #banner:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 382px;
  height: 3px;
  background: #00b8ed;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
body #page #banner img.bg {
  min-height: 855px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #page #banner img.bg.responsive {
  display: none;
}
body #page #banner + div {
  margin-top: 855px;
}
body #page #hat {
  background: #e3e3e3;
  padding: 47px 20px;
  position: relative;
  z-index: 1;
}
body #page #hat .container {
  max-width: 1003px;
  margin: 0 auto;
  font-size: 23.5px;
  text-align: center;
}
body #page #hat .container p:last-of-type {
  margin-bottom: 0;
}
body #page .grid {
  max-width: 1305px;
  padding: 0;
}
body #page .grid article.grid-item {
  width: calc(33.3333% - 16px);
  margin-bottom: 23px;
}
body #page .grid article .img {
  position: relative;
  overflow: hidden;
}
body #page .grid article .img a {
  display: block;
}
body #page .grid article .img a img {
  display: block;
  width: 200%;
  max-width: 100%;
  visibility: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body #page .grid article .img a img.zoom-img {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
body #page .grid article .img a:hover .zoom-img {
  max-width: 110%;
}
body #page .grid article .text {
  padding: 38px 33px;
  position: relative;
  text-align: left;
  background: #fff;
}
body #page .grid article .text h2 {
  line-height: normal;
  margin: 5px 0 10px 0;
  font-weight: bold;
  font-size: 28px;
  color: #0059a7;
}
body #page .grid article .text .date {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00b8ed;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg) translateY(50%);
          transform: rotate(-90deg) translateY(50%);
  -webkit-transform-origin: top;
          transform-origin: top;
}
body #page .grid article .text .excerpt {
  margin-bottom: 35px;
}
body #page #content-full {
  position: relative;
  z-index: 1;
  background: #fff;
}
body #page #content-full #content #primary #main .entry-content > *:first-child {
  margin-top: 0px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons {
  font-family: "Raleway";
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 42px 0 10px 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col {
  width: 100%;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col .heading {
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  color: #0059a7;
  padding-bottom: 13px;
  border-bottom: 1px solid #666666;
  padding-left: 23px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col:not(.season) .content > div {
  padding: 20px 23px 40px 23px;
  border-bottom: 1px solid #666666;
  height: 75px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col:not(.season) .content > div:last-of-type {
  border-bottom: 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season .season-title {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 23px;
  padding-left: 23px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season .season-periode {
  font-size: 15.5px;
  color: #00b8ed;
  font-weight: 600;
  padding-left: 23px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.villa .content .villa {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.type .content .type {
  font-size: 16.5px;
  font-weight: 600;
  text-transform: uppercase;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.services .content .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 8px 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.services .content .icon.bar {
  width: 25px;
  height: 25px;
  background: url("../images/price-icon-bar.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.services .content .icon.acces_plage {
  width: 36px;
  height: 28px;
  background: url("../images/price-icon-acces_plage.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.services .content .icon.animaux {
  width: 29px;
  height: 27px;
  background: url("../images/price-icon-animaux.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.price .content .price {
  font-size: 16.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .booking {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto 45px auto;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .booking .btn {
  color: #808080;
  border-color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .booking .btn:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-section {
  padding: 43px 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-section:nth-child(even) {
  background-color: #f5f3f3;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table {
  width: 100%;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table table {
  width: 100%;
  table-layout: fixed;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .villa-heading {
  width: 20%;
  font-size: 19px;
  font-weight: 600;
  color: #0059a7;
  padding-bottom: 13px;
  border-bottom: 1px solid #666666;
  padding-left: 23px;
  text-align: left;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table tbody td {
  padding: 20px 23px;
  border-bottom: 1px solid #666666;
  vertical-align: top;
  text-align: left;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table tbody td.villa-name {
  border-bottom: 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table tbody tr:last-child td {
  border-bottom: 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .villa-name {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-top: 23px;
  padding-left: 23px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .villa-season {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .villa-date {
  font-size: smaller;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .villa-price {
  font-size: 16.5px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 8px 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .icon.bar {
  width: 25px;
  height: 25px;
  background: url("../images/price-icon-bar.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .icon.acces_plage {
  width: 36px;
  height: 28px;
  background: url("../images/price-icon-acces_plage.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table .icon.animaux {
  width: 29px;
  height: 27px;
  background: url("../images/price-icon-animaux.png") no-repeat center;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget {
  background-color: transparent;
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-title {
  text-align: left !important;
  display: block !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
  padding-bottom: 15px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-title > div {
  display: block !important;
  text-align: left !important;
  color: #0059a7 !important;
  font-family: "Raleway" !important;
  font-weight: normal !important;
  font-size: 18px !important;
  text-transform: none;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate {
  background-color: transparent !important;
  border-radius: 0 none !important;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  font-family: "Roboto Slab" !important;
  border-radius: 0;
  border: 2px solid #d9d9d9;
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate::-webkit-input-placeholder {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate::-moz-placeholder {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate:-ms-input-placeholder {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate::-ms-input-placeholder {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-date #FieldDate::placeholder {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-i-calendar {
  right: 15px !important;
  bottom: 20px !important;
  color: #0059a7 !important;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-styled {
  background: none transparent !important;
  border-radius: 0 none !important;
  border-radius: 0;
  border: 2px solid #d9d9d9;
  color: #808080;
  height: 52px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-styled select {
  font-family: "Roboto Slab" !important;
  color: #808080;
  padding: 0 24px;
  height: 52px;
  line-height: 52px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-styled option {
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-styled.co-widget-chevron-down:before {
  margin-top: 19px !important;
  margin-right: 14px;
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-div-resume-capa > input {
  background-color: transparent !important;
  border-radius: 0 none !important;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  font-family: "Roboto Slab" !important;
  border-radius: 0;
  border: 2px solid #d9d9d9;
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget #btnResumeCapa {
  font-family: "Roboto Slab" !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  background: transparent;
  height: 52px;
  line-height: 52px;
  padding-right: 20px;
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-occupancy-define {
  background: transparent;
  border: 2px solid #d9d9d9;
  border-radius: 0;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-occupancy-define > .co-widget-title-room {
  height: 52px;
  line-height: 52px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0 none;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-room {
  line-height: 52px !important;
  font-family: "Roboto Slab" !important;
  font-weight: normal;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-remove {
  line-height: 52px !important;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-occupancy-define > div {
  border-top-color: #808080 !important;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-title-occupancy-people {
  height: 30px;
  line-height: 30px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy .co-widget-occupancy-define .co-widget-title-occupancy-people label {
  padding-right: 20px;
  padding-left: 20px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-div-age label {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-text-right a.co-widget-action {
  color: #808080;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget-occupancy-add button:not([class*=pika]),
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-search button:not([class*=pika]) {
  height: 52px;
  background-color: #0059a7;
  color: #fff;
  line-height: 52px !important;
  font-family: "Raleway" !important;
  border-radius: 0;
  border: 0 transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
  text-transform: none;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy select {
  background: transparent;
  border-radius: 0;
  color: #808080;
  border: 2px solid #d9d9d9;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-widget .co-widget .co-widget-occupancy option {
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-subdescription {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-subdescription a {
  text-decoration: underline;
  color: inherit;
}
body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-subdescription a:hover {
  text-decoration: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.text {
  background: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.text .container {
  padding: 44px 20px;
  max-width: 1043px;
  margin: 0 auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text,
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs {
  width: 50%;
  height: auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 815px;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .owl-dots {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  pointer-events: none;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 28px;
  background: #fff;
  display: inline-block;
  pointer-events: auto;
  margin-right: 10px;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .owl-dots .owl-dot.active {
  background: #0059a7;
  position: relative;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .owl-dots .owl-dot.active:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 44px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text {
  text-align: center;
  padding: 0 20px;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text strong {
  color: #000;
  font-weight: normal;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text .container {
  display: inline-block;
  text-align: left;
  max-width: 475px;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text .container h3 {
  font-size: 45px;
  font-weight: 300;
  color: #0059a7;
  font-family: "Roboto Slab";
  margin-bottom: 20px;
  line-height: 45px;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #0059a7;
  color: #bdbdbd;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .text strong {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .text h3 {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .text .btn {
  color: #fff;
  border-color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .text .btn:hover {
  background: #fff;
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block:nth-child(2n+2) .imgs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery {
  width: 100%;
  height: 605px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple {
  height: auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple img {
  display: block;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .owl-dots {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  pointer-events: none;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 28px;
  background: #fff;
  display: inline-block;
  pointer-events: auto;
  margin-right: 10px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .owl-dots .owl-dot.active {
  background: #0059a7;
  position: relative;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.simple .owl-dots .owl-dot.active:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 44px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced {
  height: auto;
  padding: 50px 0;
  position: relative;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .gal-title {
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .gal-title span {
  font-family: "Roboto Slab";
  color: #808080;
  font-size: 17.5px;
  display: inline-block;
  border-bottom: 2px solid #808080;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item {
  text-align: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) {
  opacity: 0.4;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) .description,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) .title-item,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) .subtitle-item,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) .btn.white {
  opacity: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item:not(.active) a {
  pointer-events: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item {
  opacity: 0.4;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item .description,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item .title-item,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item .subtitle-item,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item .btn.white {
  opacity: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-item.active + .owl-item a {
  pointer-events: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item {
  display: inline-block;
  position: relative;
  padding: 20px 0 60px 0;
  font-size: 18px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .title-item {
  font-weight: 300;
  font-size: 76.5px;
  font-family: "Roboto Slab";
  color: #0059a7;
  text-transform: uppercase;
  line-height: 76.5px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .subtitle-item {
  font-weight: normal;
  font-size: 17.5px;
  font-family: "Roboto Slab";
  color: #0059a7;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item img {
  width: 795px;
  max-height: 528px;
  max-width: 100%;
  display: block;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .description {
  color: #0059a7;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding: 0 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .btn.white {
  opacity: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item a {
  display: block;
  position: relative;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 89, 167, 0.6);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  left: 0;
  top: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item a > .btn.white {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item a:hover:after {
  opacity: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-prev,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-next {
  position: absolute;
  bottom: 60px;
  width: 100%;
  max-width: 50px;
  height: 528px;
  background: url("../images/next-advanced-slider.png") no-repeat center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-prev:hover,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-next:hover {
  max-width: 100px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 50px;
}
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-next {
  right: 50px;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq {
  padding: 72px 20px;
  background-color: #e9e8e7;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container {
  max-width: 1003px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-group {
  width: calc(50% - 16px);
  background: #fff;
  padding: 41px 32px 32px 32px;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item {
  border-top: 1px solid #f3f3f3;
  padding: 19px 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .title-content {
  display: inline-block;
  margin-right: 32px;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .show-content {
  display: inline-block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background-color: #00b8ed;
  font-size: 18px;
  border-radius: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .show-content .closed {
  display: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .show-content .open {
  display: inline-block;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .show-content.closed .closed {
  display: inline-block;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .ask .show-content.closed .open {
  display: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item .answer {
  display: none;
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 27px;
}
body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-item-title {
  color: #0059a7;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin: 0 0 41px 0;
}
@media screen and (max-width: 850px) {
  body #page #content-full #content #primary #main .entry-content .page-item.faq .faq-container .faq-group {
    width: 100%;
    margin-bottom: 32px;
  }
}
body #page #content-full #content #primary #main .entry-content .page-item.services {
  background: #ebe8e7;
  padding: 100px 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .title {
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .title span {
  font-family: "Roboto Slab";
  color: #808080;
  font-size: 17.5px;
  display: inline-block;
  border-bottom: 2px solid #808080;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 0;
  text-align: left;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list .item .icon {
  width: 105px;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list .item .text {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway";
  font-size: 16.5px;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list .item:nth-child(1n+9) {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list.open .item:nth-child(1n+9) {
  max-height: 100%;
  opacity: 1;
  margin-bottom: 25px;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .btn.grey {
  color: #808080;
  border-color: #808080;
  cursor: pointer;
}
body #page #content-full #content #primary #main .entry-content .page-item.services .container .btn.grey:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs {
  position: relative;
  padding: 90px 20px 125px 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .bg {
  position: absolute;
  background-position: center top;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.15;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container {
  max-width: 1003px;
  margin: 0 auto;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container > .title {
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container > .title span {
  font-family: "Roboto Slab";
  color: #808080;
  font-size: 17.5px;
  display: inline-block;
  border-bottom: 2px solid #808080;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left,
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right {
  width: 50%;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right {
  padding-left: 30px;
  text-align: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .season-down,
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .season-middle {
  border-bottom: 2px solid #a4a4a4;
  padding-bottom: 25px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .season-up,
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .season-middle {
  padding-top: 42px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .title {
  color: #333333;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 15.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .periode {
  font-size: 27.5px;
  color: #808080;
  font-family: "Roboto Slab";
  text-transform: uppercase;
  letter-spacing: 2px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .duration {
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right .price {
  font-size: 70px;
  color: #0059a7;
  font-family: "Roboto Slab";
  display: block;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left {
  padding-right: 30px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .description {
  font-size: 18.5px;
  color: #0059a7;
  margin-bottom: 23px;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left ul {
  display: block;
  margin: 0;
  padding: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down {
  position: relative;
  width: 440px;
  height: 82px;
  max-width: 100%;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  top: 50%;
  right: 33px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
  color: #fff;
  pointer-events: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down select,
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down option {
  font-weight: 600;
  font-family: "Raleway";
  font-size: 16.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  border: 0;
  width: 100%;
  height: 82px;
  line-height: 82px;
  padding: 0 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down select::-ms-expand {
  display: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down select {
  background: #0059a7;
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down option {
  padding: 33px 35px;
  line-height: normal;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down option:hover, body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left .drop-down option:checked {
  background: #0059a7;
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .btn.grey {
  margin-top: 35px;
  color: #808080;
  border-color: #808080;
  cursor: pointer;
}
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .btn.grey:hover {
  background: #808080;
  color: #fff;
  border-color: #808080;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas {
  padding: 45px 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container {
  max-width: 1200px;
  margin: 0 auto;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img {
  width: 794px;
  position: relative;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 89, 167, 0.6);
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img:hover:before {
  opacity: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img img {
  display: block;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text {
  width: calc(100% - 794px);
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text .villa-name {
  font-size: 45px;
  font-family: "Roboto Slab";
  font-weight: 300;
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text .villa-name a:hover {
  text-decoration: none;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text .villa-people {
  font-size: 23.5px;
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text .villa-description {
  color: #808080;
  font-size: 18.5px;
  margin: 25px 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa:nth-child(odd) .text {
  padding-right: 25px;
  text-align: right;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa:nth-child(even) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 25px;
}
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa:nth-child(even) .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha {
  background-color: #0059a7;
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget {
  background-color: transparent !important;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-title {
  text-align: center !important;
  display: block !important;
  margin-bottom: 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-title > div {
  display: block !important;
  text-align: center !important;
  color: #fff !important;
  font-family: "Slabo 27px" !important;
  font-weight: normal !important;
  font-size: 24px !important;
  letter-spacing: 2px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate {
  background-color: transparent !important;
  border-radius: 0 none !important;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  font-family: "Roboto Slab" !important;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate::-webkit-input-placeholder {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate::-moz-placeholder {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate:-ms-input-placeholder {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate::-ms-input-placeholder {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-date #FieldDate::placeholder {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-i-calendar {
  right: 15px !important;
  bottom: 20px !important;
  color: #fff !important;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-styled {
  background: none transparent !important;
  border-radius: 0 none !important;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 52px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-styled select {
  font-family: "Roboto Slab" !important;
  color: #fff;
  padding: 0 24px;
  height: 52px;
  line-height: 52px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-styled option {
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-styled.co-widget-chevron-down:before {
  margin-top: 19px !important;
  margin-right: 14px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-div-resume-capa > input {
  background-color: transparent !important;
  border-radius: 0 none !important;
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  font-family: "Roboto Slab" !important;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget #btnResumeCapa {
  font-family: "Roboto Slab" !important;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  background: transparent;
  height: 52px;
  line-height: 52px;
  padding-right: 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-occupancy-define {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-occupancy-define > .co-widget-title-room {
  height: 52px;
  line-height: 52px !important;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0 none;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-room {
  line-height: 52px !important;
  font-family: "Roboto Slab" !important;
  font-weight: normal;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-remove {
  line-height: 52px !important;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-occupancy-define > div {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-title-occupancy-people {
  height: 30px;
  line-height: 30px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy .co-widget-occupancy-define .co-widget-title-occupancy-people label {
  padding-right: 20px;
  padding-left: 20px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-div-age label {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-text-right a.co-widget-action {
  color: #fff;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget-occupancy-add button:not([class*=pika]),
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-search button:not([class*=pika]) {
  height: 52px;
  background-color: #fff;
  color: #0059a7;
  line-height: 52px !important;
  font-family: "Roboto Slab" !important;
  border-radius: 0;
  border: 0 transparent;
  padding-top: 0;
  padding-bottom: 0;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy select {
  background: transparent;
  border-radius: 0;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .co-widget .co-widget-occupancy option {
  color: #0059a7;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .eloha-subdescription {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Raleway";
  font-size: 13px;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .eloha-subdescription a {
  text-decoration: underline;
  color: inherit;
}
body #page #content-full #content #primary #main .entry-content .page-item.block_eloha .eloha-subdescription a:hover {
  text-decoration: none;
}
body #page #content-full #content #primary #main #map_societe {
  height: 400Px;
  width: 100%;
  margin-top: 40px;
}
body #page #content-full #content #primary #main #map_societe p {
  margin: 0;
}
body #page #content-full #content #primary #main #map_societe strong {
  font-weight: bold;
}
body #page #content-full #pre-footer #resa-dispos {
  width: 100%;
  height: 415px;
  text-align: center;
  line-height: 415px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
body #page #content-full #pre-footer #resa-dispos .bg {
  position: absolute;
  left: -25%;
  top: -25%;
  width: 150%;
  height: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
body #page #content-full #pre-footer #resa-dispos .container {
  line-height: normal;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 1003px;
  margin: 0 auto;
}
body #page #content-full #pre-footer #resa-dispos .container .title {
  font-size: 54.5px;
  color: #fff;
  font-family: "Roboto Slab";
  margin-bottom: 33px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form {
  padding: 35px 20px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .left {
  width: 380px;
  font-size: 23.5px;
  color: #0059a7;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right {
  width: calc(100% - 380px);
  padding-left: 26px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form {
  margin-bottom: 35px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form label {
  font-family: "Slabo 27px";
  font-size: 18.5px;
  color: #0059a7;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form .g-recaptcha {
  margin: 16px 0;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form input,
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form textarea {
  border: 2px solid #0059a7;
  color: #8a8a8a;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form #your-consent {
  width: 16px;
  height: 16px;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form input[type=submit] {
  float: none;
  text-align: center;
  width: 387px;
  height: 54px;
  line-height: 20px;
  max-width: 100%;
  background: #0059a7;
  color: #fff;
  font-size: 18.5px;
  font-weight: normal;
  text-transform: none;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form input[type=submit]:hover {
  background: #fff;
  color: #0059a7;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form div.submit {
  margin-top: 35px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form .input-mid {
  margin-bottom: 15px;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form .wpcf7-recaptcha {
  text-align: right;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form .wpcf7-recaptcha > div {
  display: inline-block;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form .ajax-loader {
  display: none;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right form div.clear {
  width: 100%;
  clear: both;
}
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right > p a {
  font-size: 23.5px;
  color: #0059a7;
}

body.single-post #page #content #primary #main article .entry-content {
  padding: 44px 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1043px;
}
body.single-post #page #content #primary #main article .entry-content .share-single {
  margin-top: 50px;
}
body.single-post #page #content #primary #main article .entry-content .share-single .text {
  display: block;
  font-size: 18.5px;
  color: #0059a7;
  margin-bottom: 10px;
}
body.single-post #page #content #primary #main article .entry-content .share-single a {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 90px;
  background: #0059a7;
  color: #fff;
  margin: 0 5px 5px 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  font-size: 21px;
}
body.single-post #page #content #primary #main article .entry-content .share-single a i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
body.single-post #page #content #primary #main article .entry-content .share-single a:hover {
  color: #0059a7;
  background: #fff;
  text-decoration: none;
}
body.single-post #page #pre-footer .block-recent-post {
  background: #e3e3e3;
  text-align: center;
  padding-bottom: 55px;
}
body.single-post #page #pre-footer .block-recent-post > h2 {
  font-size: 17.5px;
  color: #808080;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto Slab";
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  padding: 50px 0;
  display: inline-block;
  margin: 0;
}
body.single-post #page #pre-footer .block-recent-post > h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #808080;
  margin-top: 10px;
}
body.single-post #page #pre-footer .block-recent-post .grid {
  max-width: 1305px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1125px) {
  body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text,
body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img {
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 20px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .img img {
    display: block;
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.villas .container .villa .text {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media screen and (max-width: 1025px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #wpadminbar {
    display: none;
  }
  body #page footer#colophon #footer-container .block {
    max-width: calc(33.3333% - 20px);
  }
  body.home #page #banner,
body.home #page #banner.has-video {
    position: relative;
  }
  body.home #page #banner .v-align,
body.home #page #banner.has-video .v-align {
    left: 0;
    bottom: 10px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    right: auto;
  }
  body.home #page #content-full {
    margin-top: 0;
  }
  body #page #banner {
    height: auto;
    line-height: normal;
    position: relative;
  }
  body #page #banner .v-align {
    position: absolute;
    left: 0;
    bottom: 10px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  body #page #banner img.bg {
    min-height: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  body #page #banner + div {
    margin-top: 0;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text,
body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs {
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 20px;
    height: auto;
    line-height: normal;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .item {
    min-height: auto;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .imgs .item img {
    position: static;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 950px) {
  body.home #page #banner.has-video video {
    display: none;
  }
  body #page #banner .v-align h1 {
    font-size: 80px;
    line-height: 80px;
  }
  body #page .grid article.grid-item {
    width: calc(50% - 23px);
  }
  body #page #banner:after {
    display: none;
  }
  body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .left,
body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .right {
    width: 100%;
    padding-left: 0;
  }
  body.page-template-contact #page #content-full #content #primary #main .entry-content #contact-form .container .left {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 890px) {
  body #page form .input-mid {
    width: 100%;
  }
  body #page form .input-mid:nth-child(2n) {
    margin-right: 0;
  }
  body #page footer#colophon #footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #page footer#colophon #footer-container .block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  body #page footer#colophon #footer-container .block#footer-logo {
    display: none;
  }
  body #page footer#colophon #footer-container .block#footer-logo .title img {
    -webkit-transform: none;
            transform: none;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons {
    padding: 0 20px;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col {
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #666666;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col .heading {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    border-bottom: 0;
    font-size: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col .content > div {
    width: 25%;
    display: inline-block;
    min-width: 150px;
    vertical-align: top;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col > * {
    display: inline-block;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season {
    margin-bottom: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season .heading {
    padding-left: 0;
    padding-bottom: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season > div {
    vertical-align: top;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col.season .season-title {
    margin-top: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col:not(.season) .heading {
    padding: 0;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .season-array .col:not(.season) .content > div {
    border-bottom: 0;
    height: auto;
    padding: 10px 20px;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table {
    overflow-x: scroll;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table table {
    width: auto;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table tbody td {
    padding: 10px 5px;
    border-bottom: 1px solid #666666;
    vertical-align: top;
    text-align: left;
  }
  body #page #content-full #content #primary #main .entry-content #prices-seasons .villa-table tbody td.villa-name {
    border-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  body #page #header-container header#masthead #main-menu .container > div:nth-child(2) {
    margin-top: 50px;
  }
  body #page #header-container header#masthead #main-menu .container > div > ul.menu > li a {
    font-size: 30px;
    line-height: 30px;
  }
  body #page #header-container header#masthead #main-menu .container #main-menu-footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #page #header-container header#masthead #main-menu .container #main-menu-footer-links .languages {
    margin-bottom: 20px;
  }
  body #page #header-container header#masthead #main-menu .container #main-menu-footer-links > div {
    max-width: 100%;
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .gal-title {
    padding: 0 20px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.blocks-list .block .text .container h3 {
    word-wrap: break-word;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs {
    padding: 50px 20px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc {
    margin-top: 30px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.services {
    padding: 50px 20px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item {
    overflow: hidden;
    max-width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .title-item,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .subtitle-item {
    word-wrap: break-word;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item .title-item {
    font-size: 40px;
    line-height: 40px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .item img {
    height: auto;
    max-width: 100%;
    width: auto;
    min-height: 300px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-next,
body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-prev {
    height: 300px;
  }
}
@media screen and (max-width: 760px) {
  body #page #banner .v-align h1 {
    font-size: 50px;
    line-height: 50px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left,
body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right {
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.tarifs .container .tarifs-bloc .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  body #page form .input-mid {
    width: 100%;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.services {
    padding-bottom: 0;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.services .container .services-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body #page .grid article.grid-item {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  body.blog #page #content #primary #main article .entry-content article,
body.category #page #content #primary #main article .entry-content article {
    width: 100%;
    margin-right: 0 !important;
  }
  body #page #languages-block-right {
    display: none;
  }
  body .wp-gallery ul {
    padding-left: 0;
    padding-top: 50%;
  }
  body .wp-gallery ul li:first-of-type {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 550px) {
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-prev {
    left: 20px;
  }
  body #page #content-full #content #primary #main .entry-content .page-item.gallery.advanced .owl-nav .owl-next {
    right: 20px;
  }
  body #page #banner img.bg:not(.responsive) {
    display: none;
  }
  body #page #banner img.bg.responsive {
    display: block;
  }
  body footer#colophon #footer-container #footer-contact.block .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body footer#colophon #footer-container #footer-contact.block .text > div {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  body #page #header-container {
    max-width: 181px;
  }
  body #page #header-container header#masthead #site-logo {
    max-width: 107px;
  }
  body #page #header-container header#masthead #site-logo a span.logo-1 {
    max-width: 24px;
    margin-right: 0;
  }
  body #page #header-container header#masthead #site-logo a span.logo-2 {
    max-width: 19px;
  }
  body #page #content-full #pre-footer #resa-dispos .container .title {
    font-size: 30px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* TEMP */
#languages-block-right .lang-item-56,
#footer-contact .lang-item-56,
#main-menu-footer-links .lang-item-56 {
  display: none !important;
}