
section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h1, section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h2.like-h1 {
    font-family: 'Montserrat', cursive;
    font-weight: bold;
    font-size: 68px;
    text-transform: none;
    letter-spacing: initial;
}
h2, h3, h4 {
    font-family: 'Montserrat', cursive;
    letter-spacing: initial;
    font-weight: 700;
}

h2 {
    color: #26436D;
    font-size: 48px;
}
h3 {
    font-size: 30px;
    color: #26436D;
}
h4 {
    font-weight: 700;
    color: #26436D;
}
h5 {
    text-transform: uppercase;
}
h3:not(.no-style) {
    color: #26436D;

}
h2 .additional {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}
#presentation h4 {
    color: white;
    font-size: 16px;
    font-style: italic;
}
.form-popup .form-popup-content form p {
    margin: 0;
    padding: 0 15px;
}
form .checkbox-box .checkbox-label {
    padding: 0 16px;
}
/*
section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h1, section.heading-slider .heading-slider-single-slide .heading-slider-single-slide-content h2.like-h1 {
    font-size: 58px;
    text-transform: none;
    font-family: "Alex Brush", cursive;
}*/
section.icon-blocks .icon-block .title {
    font-size: 14px;
}
section.faq .single-faq .single-faq-title .tcon {
    vertical-align: middle;
}

section.faq {
    background: #f7f7f7;
    padding: 75px 0;
    margin: 0 30px;
}
section.faq.white {
    background: white;
}
section.about-box .about-box-heading .about-box-heading-image {
    filter: none;
    -webkit-filter: none;
}
footer .menu > li {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}
footer .menu > li > ul > .adrinline:after {
    content: '\b7';
    display: inline-block;
    margin: 0 12px 0 10px;
    opacity: 0.4;
}

.btn-etage:not(.button-open-on-white):after {
    width: -webkit-calc( 100% + 4px );
    width: -moz-calc( 100% + 4px );
    width: calc( 100% + 4px );
}

.etage .imp-wrap {
    max-width: 100%;
    position: relative;
    /* margin-bottom: -35%;*/
    /*transform: rotate(-1deg);*/


}

.etage1 .imp-wrap {
}
.etage {
    position: absolute;
    /*transition: all .5s ease-in-out;*/
    transition: all .5s cubic-bezier(0.56, 0, 0.21, 1.4);
    width: 100%;
}

.etage.active .imp-wrap {
    /* margin-bottom: 35%; */
}
.etage:not(.active) .imp-tooltip, .etage:not(.active) .imp-shape {
    visibility: hidden;
}

#bata-container {
    max-width: 1500px;
    margin: 0 auto;
}
/*
#bata-container {
    max-width: 1500px;
    padding-right: 40px;
    margin-right: -40px;
    right: 0;
}
*/
.imp-tooltip.imp-tooltip-visible {
    z-index: 10;
}


/*
.etage.disabled .imp-wrap {
    filter: brightness(100%) blur(3px);
}
*/

.etage0 .imp-wrap {
    z-index: 0;
}
.etage1 .imp-wrap {
    z-index: 1;
}
.etage2 .imp-wrap {
    z-index: 2;
}
.etage3 .imp-wrap {
    z-index: 3;
}
.etage4 .imp-wrap {
    z-index: 4;
}
.etage5 .imp-wrap {
    z-index: 5;
}
.etage6 .imp-wrap {
    z-index: 6;
}

.etage .imp-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px !important;
}
.etage {
    bottom: 0%;
}
#bata-container {
    position: relative;
    overflow: hidden;
}

.property-summary-content .button-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}
.property-summary-content .button-group .button {
    margin: 5px auto;
}
section.property-summary .property-summary-contents .property-summary-content {
    position: relative;
}
section.property-summary .property-summary-contents {
    overflow: hidden;
    height: auto !important;
}
section.property-attributes .property-attributes-list li.inactive:before {
    content: '\f104';
}

.gallery.no-margin {
    margin-top: 45px;
    padding: 0;
}

.gallery.no-margin .gallery-images .gallery-single-image {
    /*width: 50%;*/
    margin: 0;
}
section.about-box, section.location-details, section.property-summary, section.contact-agent {
    margin: 0;
}
/*
section.property-summary {
    padding-left: 30px;
}
*/

section.icon-blocks .icon-block[data-icon-block-id="3"] {
    margin-right: 13px;
    margin-bottom: 13px;
}
section.icon-blocks .icon-block[data-icon-block-id="4"], section.icon-blocks .icon-block[data-icon-block-id="5"], section.icon-blocks .icon-block[data-icon-block-id="6"] {
    margin-bottom: 13px;
}
section.icon-blocks .icon-block[data-icon-block-id="2"], section.icon-blocks .icon-block[data-icon-block-id="4"], section.icon-blocks .icon-block[data-icon-block-id="6"] {
    margin-right: 0;
    margin-bottom: 13px;
}
section.icon-blocks .icon-block {
    width: -webkit-calc(50% - 9px);
    width: -moz-calc(50% - 9px);
    width: calc(50% - 9px);
}

section.icon-blocks .icon-block i:before {
    font-weight: 400;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #26436D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #26436D;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #26436D;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #26436D;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #26436D;
}
::placeholder {
    color: #26436D;
}

input.add::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f94458;
    font-style: oblique;
}
input.add:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f94458;
    font-style: oblique;
    opacity: 1;
}
input.add::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f94458;
    font-style: oblique;
    opacity: 1;
}
input.add:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f94458;
    font-style: oblique;
}
input.add::-ms-input-placeholder { /* Microsoft Edge */
    color: #f94458;
    font-style: oblique;
}
input.add::placeholder {
    color: #f94458;
    font-style: oblique;
}
.background-parallax {
    height: -webkit-calc(100vh - 136px);
    height: -moz-calc(100vh - 136px);
    height: calc(100vh - 136px);
   /* margin: 0px 30px; */
    background-size: cover;
     background-repeat: no-repeat;
    background-position: 50% 50%;
}
.block-parallax {
    min-height: 585px;

}
.plan-masse {
    max-height: -webkit-calc(100vh - 71px);
    max-height: -moz-calc(100vh - 71px);
    max-height: calc(100vh - 71px);
}
.align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.location-details-description.block-parallax {
    position: relative;
}
.location-details-description.block-parallax .padding {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.etage.disabled .imp-shape {
    visibility: hidden;
}
@media (max-width: 991px) {
    .location-details-description.block-parallax {
        min-height: 0;
    }
    .location-details-description.block-parallax .padding {
        position: relative;
        transform: none;
        top: 0;
    }
    .location-details-description.block-parallax .label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 430px) {
    .background-parallax {
        height: -webkit-calc(100vh - 71px);
        height: -moz-calc(100vh - 71px);
        height: calc(100vh - 71px);
    }
    .parallax {
        min-height: -webkit-calc(100vh - 71px);
        min-height: -moz-calc(100vh - 71px);
        min-height: calc(100vh - 71px);
    }
    .plan-masse {
        max-height: -webkit-calc(100vh - 71px);
        max-height: -moz-calc(100vh - 71px);
        max-height: calc(100vh - 71px);
    }
}
.jarallax .overlay {
   /* background: rgba(0,0,0, 0.15);*/
    height: 100%;
    width: 100%;
    position: relative;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background-parallax .text-wrapper {
    position: absolute;
    top: 30%;
    width: 100%;
    /* left: 50%; */
    transform: translateY(-30%);
    padding: 30px;
    text-align: center;
}
.background-parallax .text-wrapper h3 {
    margin-bottom: 0;
    font-size: 30px;
}
.background-parallax .text-wrapper h1, .background-parallax .text-wrapper h2, .background-parallax .text-wrapper h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 4px #1f395b;
    font-family: 'Montserrat', cursive;
}
.background-parallax .text-wrapper h2 {
    margin-bottom: 0;
}
.background-parallax .text-wrapper h1 {
    font-variant-caps: small-caps;
    font-weight: bold;
    font-size: 68px;
    text-transform: none;
    letter-spacing: initial;
}


.hideOverflow {
    overflow: hidden;
}

/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 54px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;    /* affiche un curseur adapté */
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 33px; height: 33px; /* dim. de la case */
    border: 2px solid #26436D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:hover:before,
[type="checkbox"]:checked + label:hover:before {
    border-color: #cc5d6f;
}

/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: block;
    width: 33px;
    font-size: 24px;
    transition: all .2s;
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0) translateY(-50%); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1) translateY(-50%); /* mise à l'échelle 1:1 */
}

/* aspect désactivée */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
/* styles de la coche (si cochée/désactivée) */
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
/* on style aussi le label quand désactivé */
[type="checkbox"]:disabled + label {
    color: #aaa;
}

/* aspect au focus de l'élément */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

.form-error {
    border-color: #ff4c3d !important;
    margin-bottom: -3px !important;
}
.error-message {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: white;
    background-color: #ff4c3d;
    margin-bottom: 15px;
    border-radius: 0 0 3px 3px;
    font-weight: bold;
    font-size: 14px;
}
label {
    font-size: 14px;
    color: #26436D;
    margin-top: 10px;
}
.imp-tooltip-plain-text {
    font-size: 14px;
}
.squares-element ul li {
    color: white;
    font-size: 13px;
}
.contact-agent-gray  h2 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #cc5d6f;
}

.contact-agent-gray section.documents {
    padding: 0;
    margin: 0;
}
.contact-agent-gray section.documents h2 {
    text-align: left;
}
.contact-agent-gray section.documents .document {
    display: block;
    margin: 20px 0;
}

.message {
    font-size: 15px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
}
.message.success {
    color: green;
}
.message.error {
    color: #ff4c3d;
}

table.table {
    font-size: 14px;
}
.table-bordered {
    border: 5px solid #26436D;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(230, 151, 98, 0.03);
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #F1D997;
}
.table>thead>tr>th {
    border-bottom: 2px solid #F1D997;
}
.table a {
    color: #F1D997;
}
ul.font-list {
    list-style: none;
}
ul.font-list li {
    padding-left: 1.3em;
}
ul.font-list li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.fa-ul {
    list-style: none;
    padding: 0;
}
.fa-ul li {
    padding-left: 2em;
}
.fa-ul .fa-li:before {
    display: inline-block;
    margin-left: 2em; /* same as padding-left set on li */
    width: 2em; /* same as padding-left set on li */
}
.fa-ul .font-list {
    padding-left: 0;
    margin-bottom: 20px;
}
section.property-summary .icon-block {
    display: inline-block;
    padding: 15px 25px;
}
fieldset {
    margin-top: 15px;
}
form .select:last-child {
    margin-bottom: 0;
}
form.extraspace input, form.extraspace span.select, form.extraspace textarea {
    margin-bottom: 15px !important;
}
.input-group {
    margin-bottom: 15px;
    width: 100%;
}
.input-group input.form-field {
    border-left: 0 !important;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-bottom: 0 !important;
}

.input-group .input-group-addon {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border: 2px solid #26436D;
    padding:0;
}
.input-group .input-group-addon .select {
    margin-bottom: 0;
    border: none;
    height: 100%;
}
.input-group .input-group-addon .select select {
    width: auto;
}
.input-group .input-group-addon .select:after {
    top:0;
    height: 100%;
}

.legal {
    clear: both;
    text-align: center;
    padding-top: 10px;
    font-style: italic;
}

footer p {
    text-align: center;
    margin-bottom: 23px !important;
    text-transform: uppercase;
}
/* SLIDE */
.slick-arrow.slick-next {
    right: 25px;
}
.slick-arrow.slick-prev {
    left: 25px;
}
.slick-arrow.slick-next:before {
    content: "\f105";
}
.slick-arrow.slick-prev:before {
    content: "\f104";
}
.slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
    font-family: 'FontAwesome';
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: -5px;
}
.slick-slider {
    margin-bottom: -3px !important;
}

section.documents div.document {
    cursor: default;
}
section.documents div.document a i {
    vertical-align: baseline;
    float: right;
}
section.documents div.document a i:before {
    font-size: 14px;
}


/* Alignment styles for images, videos and iframes in editable regions */

/* Center (default) */
[data-editable] iframe,
[data-editable] image,
[data-editable] [data-ce-tag=img],
[data-editable] img,
[data-editable] video {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Left align */
[data-editable] .align-left {
    clear: initial;
    float: left;
    margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
    clear: initial;
    float: right;
    margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
    text-align: center;
}

[data-editable] .text-left {
    text-align: left;
}

[data-editable] .text-right {
    text-align: right;
}
.ce-element--type-list-item-text {
    display: inline;
}
section.heading-slider-full {
    height: 100vh;
}
section.heading-slider-colorful {
    background-color: #143b66;
    height: 200px;
}
section.heading-slider-colorful .text-wrapper {
    top: 50%;
    transform: translateY(-50%);
}
header.header-bar .header-bar-bottom .menu.admin li a {
    padding-left: 10px;
}


.password-lost {
    text-align: center;
    margin-top: 10px !important;
}
.btn-wait {
    cursor:wait !important;
}


.psla-box {
    background-color: #244670;
    margin-top: 30px;
    padding: 15px;
    text-align: justify;
}
.psla-box * {
    color: white;
}

.psla-box .promotion {
    width: 90px;
    height: 90px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 992px) {
    .psla-box .promotion {
        top: -20px;
    }
    .col-md-6 .input-group-addon:first-child {
        display: block;
        width: 100%;
        margin-bottom: -2px;
    }
    .col-md-6 .input-group input.form-field {
        border-left: 2px solid #143b66 !important;
    }
}
.psla-box h4:first-of-type {
    margin-left: 70px;
}
.psla-box ul:last-of-type {
    margin-bottom: 0;
}

.psla-box .promotion .promotion-description {
    margin: 0;
}
.psla-box .promotion .promotion-value {
    font-size: 14px;
}
.price-table td {
    border-top: none !important;
    border-bottom: 2px solid #F1D997;
    color: #26436D;
    font-weight: 600;
    padding: 2px 3px !important;
}
.price-table td.price, .price-table th.price {
    background-color: #F1D997;
    width: 150px;
    text-align: center;
    color: #244670;
    vertical-align: middle;
    border-top: 3px solid white !important;
}
.price-table td small {
    display: block;
    font-weight: normal;
}
.form-popup .form-popup-content:not(.animated) {

}
.form-popup .form-popup-content:not(.animated)
{
    top: 50%;
    transform: translateY(-50%);
    max-height: 85vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.form-popup .form-popup-content i.close-popup-icon {
    top: -25px;
    left: 0;
    position: sticky;
    display: block;
    width: calc( 100% + 25px );
    text-align: right;
    margin-top: -30px;
}
.form-popup .form-popup-content.animated .grecaptcha-badge {
    visibility: hidden;
}
#anim-container {
    overflow: hidden;
}
#environnement h2, #programme h2 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 991px) {
    #environnement h2, #programme h2 {
        font-size: 39px;
    }
}
@media (max-width: 410px) {
    #environnement h2, #programme h2 {
        font-size: 34px;
    }
}
@media (max-width: 350px) {
    #environnement h2, #programme h2 {
        font-size: 39px;
    }
}



.responsive-menu-content li.logo-3f {
    background: white;
    text-align: center;
    padding: 10px 0 5px 0;
    border-left: 1px solid #152950;

}
.menu li.logo-3f img {
    height: 45px;
}



header.header-bar .header-bar-bottom {
    background: #C7D6EC url("/img/visuels/blue-bk.png") repeat;
    border-bottom: none;
}



#presentation .block-intro {
	position: absolute;
	bottom: 0px;
}

#presentation .block-intro h1 {
	position: relative;
    display: inline-block;
    bottom: 0;
}

#presentation .block-intro h2 {
    bottom: -65px;
    position: relative;
    font-size: 45px;
    background-color: #A7CC89;
    padding: 5px 7px;
    transform: rotate(-5deg);
    display: inline-block;
    left: -125px;
}
#presentation .block-intro h2 small {
font-size: 11px;
display: block;
text-align: center;
color: white;
}



#vefa-timeline {
    list-style: none;
    margin: 0 0 30px 120px;
    padding-left: 30px;
    border: 8px solid #a6cc89;
    border-radius: 10px;
    padding-right: 30px;
}
#vefa-timeline.vefa-small {
    margin-left: 0;
}
#vefa-timeline.vefa-small .date {
    display: none;
}
.vefa-title {
 font-size: 22px;
    position: absolute;
    right: 5%;
    background: #a6cc89;
    top: -20px;
    padding: 5px 10px;
    border-radius: 10px;
}
#vefa-timeline li {
  margin: 40px 0;
  position: relative;
}
#vefa-timeline p {
  margin: 0 0 15px;
}
#vefa-timeline .date {
  margin-top: -10px;
  top: 50%;
  left: -158px;
  font-size: 24px;
  line-height: 20px;
font-weight: 600;
    position: absolute;
    color: #a6cc89;
}
#vefa-timeline .circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 20px;
  height: 20px;
  background: #a6cc89;
  border: 5px solid #a6cc89;
  border-radius: 50%;
  display: block;
  position: absolute;
}
#vefa-timeline .content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
#vefa-timeline .content:before, #vefa-timeline .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
#vefa-timeline .content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
#vefa-timeline input:checked ~ .content:after {
  border-right-color: #F1D997;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
}
#vefa-timeline .content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
#vefa-timeline label {
  font-size: 1.3em;
  position: absolute;
cursor: pointer;
  z-index: 100;
  top: 2px;
  -webkit-transition: -webkit-transform 0.2s linear;
}
#vefa-timeline .radio {
  display: none;
}
#vefa-timeline .radio:checked + .relative label {
  cursor: auto;
  -webkit-transform: translateX(42px);
}
#vefa-timeline .radio:checked + .relative .circle {
  background: #F1D997;
}
#vefa-timeline .radio:checked ~ .content {
  max-height: fit-content;
  border-color: #F1D997;
  background-color: #F1D997;
  margin-right: 20px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: background-color 0.4s linear, border-color 0.4s linear, -webkit-transform 0.2s linear/*max-height 0.4s linear, border-color 0.5s linear, -webkit-transform 0.2s linear*/;
  transition: background-color 0.4s linear, border-color 0.4s linear, -webkit-transform 0.2s linear;

}
#vefa-timeline .radio:checked ~ .content p {
  max-height: 200px;
  color: white;
  /*-webkit-transition: color 0.3s linear 0.3s;*/
}


@media (max-width: 767px) {
	#presentation .block-intro h1 {
		margin-bottom:0;
	}
    #presentation .block-intro h2 {
        left: 0;
        bottom: -60px;
    }
	#vefa-timeline {
		margin-left: 0;
	}
	#vefa-timeline .date {
		display: none;
	}
	#vefa-timeline label {
		font-size: 20px;
		display: block;
		width: 100%;
	}
	#vefa-timeline .radio:checked + .relative label {
		line-height: 20px;
	}
	#vefa-timeline .radio:checked ~ .content {
		margin-right: 0;
	}
}

.table-fixed-head {
    overflow: auto;
    height: 507px;
}
.table-fixed-head:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
}
.table-fixed-head table {
    border-collapse: separate;
}

.table-fixed-head thead th {
    position: sticky;
    font-size: 16px;
    top: 0;
    z-index: 1;
    background-color: white;
}


header.header-bar .header-bar-bottom .logo {
    width: auto;
}
header.header-bar .header-bar-bottom .logo img {
    max-height: 95%;
    position: unset;
    top: unset;
    transform: unset;
}
header.header-bar .header-bar-bottom .logo .location {
    color: #030405;
    font-weight: bolder;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
