.menuhamburguer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 400ms ease-out;
    z-index: 100;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all 400ms ease-out;
}

.change .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
    transition: 300ms;
}

.change .bar3 {
    transform: rotate(45deg) translate(-8px, -6px);
    -webkit-transform: rotate(45deg) translate(-8px, -6px);
}

.hover:hover {
    cursor: pointer;
}

.lemonde-title {
    font-size: 2.5em !important;
    font-weight: normal !important;
}

body {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow: overlay;
}

h1 {
    font-family: 'Elsie Swash Caps', cursive;
    font-size: 2rem !important;
    white-space: nowrap;
}

section {
    overflow: hidden;
}

.raleway {
    font-family: 'Raleway',
        sans-serif;
}

.home {
    font-family: 'Playfair Display',
        serif;
    animation-duration: 300ms !important;
}

.home .swal2-title,
.home .swal2-html-container {
    color: #fff !important;
}

.home .swal2-popup {
    background-color: #899C81 !important;
}

.home .swal2-styled.swal2-confirm {
    color: #899C81 !important;
}

.home .swal2-styled.swal2-default-outline:focus {
    box-shadow: none !important;
}

.home .swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

header {
    transition: all 300ms;
    background-color: #899C81;
    height: 75px;
    font-size: 1em;
    overflow: hidden;
}

header .container {
    height: 100%;
}

header nav a svg {
    width: 17px;
}

header nav a:hover {
    color: #2d5119 !important;
}

header nav a:focus {
    color: #2d5119 !important;
}

.loading {
    display: block;
    width: 100%;
    height: 100%;
    top: -75px;
    left: 0;
    z-index: 1200;

}

.loading p {
    font-size: 3rem;
}

.loading .row {
    height: 100vh;
}

.logo-header {
    max-height: 60px;
}

.banner {
    margin-top: 70px;
}

.soon {
    right: 20%;
    top: 20%;
    padding: 25px 80px;
    width: auto;
    transition: all 300ms ease-in;
}

.soon h4 {
    font-size: 1.35em;
    font-weight: normal;
}

.project {
    background-image: url('../images/back-leaves.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120vh;
    background-attachment: fixed;
}

.project p {
    width: 70%;
}

.logo-gif {
    height: 140px !important;
}

.logo-text {
    height: 40px !important;
    opacity: 0;
    transition: all 300ms ease-in;
}

#logo-project {
    height: 140px !important;
}

.project::before {
    content: "";
    background-color: #495A40;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fadeIn,
.fadeOut,
.fadeInUp {
    animation-duration: 400ms !important;
}

.localization {
    background-image: url('../images/back-location.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 968px;
    min-height: 968px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.localization div {
    z-index: 0;
}

.localization::before {
    content: "";
    background-color: #4B5321;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.local-cards {
    font-family: 'Raleway', sans-serif;
    color: #708266;
    font-weight: bold;
    font-size: .85em;

}

.local-card div {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.local-card {
    height: 300px;
}

.local-cards img {
    width: 60px;
    height: 60px;
}

.local-cards p {
    width: 80%;
    text-align: center;
    margin-top: 20px;
}

.world {
    height: fit-content;
    -moz-height: auto;
    background-color: #899C81;
}

.world p {
    font-size: 1em;
}

.world text {
    cursor: pointer;
    font-size: 1rem !important;
}

#world-house,
#world-house-mobile {
    width: 270px;
    height: 28px;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 10;

    transition: opacity 150ms ease-in;
    opacity: 0;
    pointer-events: none;
    font-family: "Raleway", sans-serif;
}

#world-house {
    top: 1400;
    left: 0;
}

#world-house-mobile {
    bottom: -20px;
}

.house-status {
    width: 40%;
    height: 100%;
    background-color: #A2BF94;
    color: #fff;
    position: relative;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    align-items: center;
    font-size: .85rem;
    justify-content: center;
}

.house-name {
    width: 60%;
    color: #899C81;
    position: relative;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: .85rem;
}

#world-house.arrow-left::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 7%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: 0;
}

#world-house.arrow-right::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 7%;
    width: 10px;
    height: 10px;
    background-color: inherit;
    transform: rotate(45deg);
    border-radius: 2px;
    z-index: 0;
}

#world-house.no-arrow::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 7%;
    width: 0;
    height: 0;
    z-index: 0;
}

.tingui p {
    font-size: 1em;
}

.tingui-info {
    z-index: -1;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;

}

.tingui img {
    height: 100%;
}

.house-view {
    background-image: url('../images/blueprint.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: #899C81;
}

.house-view-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    height: fit-content;
    height: -moz-auto;
    background-color: #F2ECE6;
    margin-top: 15px;
    font-size: 2em;
    color: #899c81;
    padding: 20px 30px;
    line-height: 90%;
}

.house-icons {
    color: #F2ECE6;
    font-family: 'Raleway',
        sans-serif;
}

.house-icons img {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
}

.house-icons p {
    width: 50%;
    text-align: center;
    font-size: .75em;
    font-weight: bold;
}

.blueprint {


    font-family: 'Raleway',
        sans-serif;
}

.blueprint table thead {
    background-color: #899C81;
    color: #f2ece6;
}

.blueprint tbody {
    font-size: 1em;
    color: #625B54;
    border-style: none !important;
}

.blueprint span {
    font-size: .65em;
}

.blueprint b {
    color: #625B54;
}

.blueprint tbody tr {
    border-bottom: 2px solid #899c81;
}

.blueprint tbody tr:last-of-type {
    border-bottom: none;
}

.blueprint .lemonde-title {
    font-family: 'Playfair Display';
}

.blueprint p {
    margin: auto;
    width: 70%;
}

.blueprint tbody,
.blueprint td,
.blueprint tfoot,
.blueprint th,
.blueprint thead {
    border-style: none !important;
}

.gallery .swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery .swiper-slide {

    text-align: center;
    font-size: 18px;
    background-color: #899c81;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.gallery .swiper-slide img {
    width: 100% !important;
    max-height: 500px !important;
    cursor: url('../images/icon-magnifier.png'), auto;
}

.gallery-button-next img,
.gallery-button-prev img {
    cursor: pointer !important;
}

.gallery-button-next {
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 2;
    width: 44px;
    height: 44px;
    transform: rotateY(180deg);
}

.gallery-button-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: 2;
    width: 44px;
    height: 44px;
}

.legend {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.authorship {
    overflow: hidden;
}

.authorship-link {
    color: #899c81;
    font-weight: bold;
    font-size: .8em;
}

.close-author-modal.btn {
    height: 40px;
    width: 40px;
    background-color: #f2ece6;
    border-radius: 50%;
    color: #899c81;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.close-author-modal.btn-close {
    background-color: #f2ece6;
    background: #f2ece6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(137, 156, 129)'%3e %3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.author-modal {
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in;
    height: 100%;
}

.author-modal-text {
    width: 80%;
    height: 100%;
    margin: auto;
    color: #f2ece6;

}

.authorship-link:hover {
    color: #4B5321;
}

.authorship .swiper-container {
    width: 100%;
    height: fit-content;
}

.authorship .swiper-slide {
    height: fit-content;
    background: transparent;
    opacity: 0;
    transform: scale(0.85);
    transition: all 300ms ease-in-out;
    font-size: 1em;
    color: #899c81;
    font-family: 'Raleway', sans-serif;
    text-align: start;
}

.authorship .swiper-slide h6 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
}

.authorship .swiper-slide p {
    text-align: start;
}

.authorship .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1);
    transition: all 750ms ease-in;
}


.authorship .swiper-slide img {
    border: 20px solid #fff;
    width: 75%;
}

.authorshipSwiper-pagination {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.authorshipSwiper-pagination img {
    width: 85px;
    height: 85px;
}

.authorshipSwiper-pagination .swiper-pagination-bullet {

    width: auto;
    height: auto;
    max-height: 121px;
    text-align: center;
    line-height: 1.5em;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: all 600ms ease-in-out;
    opacity: 1;
    color: #899C81;
    font-size: 1.5em;
    font-family: 'Playfair Display';
    font-style: italic;
    padding: 5px;
}

.authorshipSwiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transition: all 600ms;
    border-color: #fff;
}


.authorshipSwiper-pagination .swiper-text {
    font-size: 1.375em;
    font-weight: normal;
}

.infra {
    min-height: 600px;
}

.infra-icons img {
    width: 50px;
    height: 40px;
}

.infra-icons p {
    font-size: .8em;
    font-weight: bold;
}

.infra-img {
    width: 100% !important;
    height: 100% !important;
    min-height: 600px;
}

.checklist {
    height: fit-content;
    height: -moz-auto;
}

.checklist ul li {
    list-style: none;
    font-weight: bold;
    color: #899c81;
    padding: 30px 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.checklist ul li::before {
    content: '';
    background-image: url('../images/check.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 27px;
    left: -45px;
}

.contact {
    font-family: 'Raleway',
        sans-serif;
    color: #899C81;
}

.contact h4 {
    font-family: 'Playfair Display',
        sans-serif;
}

.contact a {
    color: #899C81;
    text-decoration: none;
    width: fit-content;
    width: -moz-fit-content;
}

.contact a:hover,
.contact a:focus {
    color: #2d5119;
}

.contact-links svg {
    width: 20px
}

.contact-links a:hover svg path {
    fill: #2d5119 !important;
}

.contact-infos,
.contact-form {
    height: auto;
}

.contact-info {
    width: 50%;
}

.contact form {
    width: 80%;
    color: #fff;
}

.contact form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    margin-top: 10px;
}

.contact form textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    resize: none;
    border-radius: 0;
    margin-top: 10px;
}

.contact ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    padding: 10px;
    opacity: 1;
    color: #c9c9c9;
    /* Firefox */
}

.contact :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding: 10px;
    opacity: 1;
    color: #c9c9c9;
}

.contact ::-ms-input-placeholder {
    /* Microsoft Edge */
    padding: 10px;
    opacity: 1;
    color: #c9c9c9;
}

.contact form p {
    color: #cfd6cd;
}

.contact form button {
    height: 60px;
    border: none;
    line-height: 60px;
    width: 40%;
    color: #2d5119;
    font-weight: bold;
    background-color: #fff;
    transition: all 450ms ease-in-out;
}

.contact form button:hover {
    background-color: #2d5119;
    color: #f2ece6;
    transition: all 450ms ease-in-out;
}

.form-btn {
    width: 100%;
}

.home header a {
    text-decoration: none;
    color: #fff;
    font-size: .9rem;
    height: 40px;
}

.home header a:hover {
    color: #000;

}

.map {
    height: 70vh;
    width: 100vw;
    /*background-position: center;
    background-image: url('../images/map.webp');
    background-size: cover;
    background-repeat: no-repeat;*/
}

.bg-1 {
    background-color: #899c81;
}

.bg-2 {
    background-color: #f2ece6;
}

.color-1 {
    color: #899c81;
}

.color-2 {
    color: #f2ece6;
}

.color-3 {
    color: #cfd6cd;
}

footer {
    height: fit-content;
    height: -moz-auto;
    color: #899c81;
}

footer a {
    text-decoration: none;
    color: #899c81;
}

.footer-svg {
    max-height: 60px;
    width: 250px;
}

.tnb svg {
    width: 10px;
    height: 20px;
    margin-right: 10px;
}

.tnb:hover {
    color: #2d5119;
}

.tnb:hover svg path {
    fill: #2d5119 !important;
}

.footer-last {
    height: 100%;
}

.cookies-banner {
    font-size: .8em;
}

.btn-cookies {
    background-color: #fff !important;
    color: #899C81 !important;
    height: fit-content !important;
}

.btn-cookies:hover {
    color: #4B5321 !important;
}

.implantation img {
    width: 95%;
    margin-left: 4%;
}

.implantation .row {
    margin-bottom: -120px;
}

@media(max-width:540px) {
    /*.banner {
        margin-top: 70px;
        height: 100vh;
        background-image: url('../images/banner.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        transition: all 2000ms;
    }*/

    .implantation .row {
        margin-bottom: -20px;
    }

    .house-view {
        background-size: 100%;
        height: 200px;
    }

    .tingui img {
        width: 75%;
        margin-top: 30px;
    }

    .infra img {
        max-height: 300px;
    }

    #worldMap svg {
        width: 230% !important;
    }

    .soon {
        right: -150%;
    }

    .banner {
        overflow-x: scroll;
    }

    .banner-img {
        max-height: 700px;
    }
}

@media(min-width:541px) and (max-width:767.98px) {
    .banner-img {
        width: 100%;
    }

    .house-view {
        background-size: 100%;
        height: 360px;
    }

    .tingui img {
        max-height: 320px;
    }

    .infra-img-div {
        height: 415px;
    }

    #worldMap svg {
        width: 190% !important;
    }

    /*.banner {
        margin-top: 70px;
        height: 100vh;
        background-image: url('../images/banner.webp');
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: left;
        transition: all 2000ms;
    }*/
}

@media(max-width:767.98px) {

    .local-card {
        height: 240px;
    }

    .project {
        height: auto;
        padding: 50px 0px;

    }

    .authorship .swiper-slide img {
        border: 10px solid #fff;
        width: 50%;
    }

    .authorshipSwiper-pagination .swiper-pagination-bullet {
        font-size: 1em;
    }

    .authorshipSwiper-pagination img {
        width: 50px;
        height: 50px;
    }

    .footer-last {
        height: 50% !important;
    }

    .tingui-info-div {
        min-height: 240px;
    }

    .tingui-info {
        width: 100%;
    }

    .tingui-info h4 {
        font-size: 2em !important;
    }

    .house-view-info {
        margin-top: 5px;
        font-size: .85em;
        padding: 5px;
    }

    .house-icons p {
        width: 80%;
    }

    .house-icons img {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    .blueprint table {
        font-size: .75em;
    }

    .svg-fenicia {
        align-self: flex-start;
    }


    #worldMap {
        overflow-x: scroll;

    }

    .lemonde-title {
        font-size: 1.85em !important;
    }

    .project p {
        width: 100%;
    }

    .soon h4 {
        font-size: 1em !important;
    }

    .soon {
        padding: 20px;
    }

    .gallery .swiper-slide img {
        height: 230px !important;
    }

    .gallery-button-next,
    .gallery-button-prev {
        width: 30px;
        height: 30px;
    }

    .localization {
        height: fit-content;
    }

    .contact form {
        width: 86%;
    }

    .author-modal {
        height: auto !important;
        max-height: 75vh !important;
        top: 170px;
        left: 0;
    }

    .close-author-modal.btn {
        height: 30px;
        width: 30px;
    }

    .infra-img {
        height: 100% !important;
        min-height: auto;
    }

    .local-cards {
        font-size: .75em;
    }

}

@media(min-width:768px) and (max-width:991.98px) and (max-height:600px) {

    /*.banner {
        margin-top: 70px;
        height: 100vh;
        background-image: url('../images/banner.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        transition: all 2000ms;
    }*/
    .banner-img {
        width: 100%;
    }

    .implantation .row {
        margin-bottom: -100px;
    }

    .project {
        height: auto;
        padding: 50px 0px;
    }

    .project h4 {
        font-size: 2em !important;
    }

    .project img {
        transform: scale(.8);
    }

    .localization {
        height: 800px;
        min-height: 800px;
    }

    .local-card div {
        width: 75%;
    }

    .local-card {
        height: 240px;
    }

    .local-cards {
        font-size: .75em;
    }

    .house-view-info {
        margin-top: 5px;
        font-size: 1em;
        padding: 15px 5px;
    }

    .tingui img {
        max-height: 270px;
    }

    .soon h4 {
        font-size: 1em !important;
    }

    .soon {
        padding: 20px;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .banner-img {
        width: 100%;
    }

    .soon h4 {
        font-size: 1em !important;
    }

    .soon {
        padding: 20px;
    }

    .authorship .swiper-slide img {
        border: 15px solid #fff;
        width: 100%;
    }

    .tingui-info {
        width: 100%;
    }

    .house-view {
        background-size: 100%;
        height: 350px;
    }

    #worldMap {
        overflow-x: scroll;

    }

    #worldMap svg {
        width: 150% !important;
    }

    .gallery .swiper-slide img {
        max-height: 320px !important;
    }

    /*.banner {
        margin-top: 70px;
        height: 100vh;
        background-image: url('../images/banner.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        transition: all 2000ms;
    }*/
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        z-index: 100;
        position: fixed;
        top: 0;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #899c81;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .contact-info {
        width: 75%;
    }

    .infra-img-div {
        height: 380px;
    }

    .infra-img {
        min-height: auto;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .home header a {
        font-size: 0.6em !important;
    }
}

@media(min-width:992px) {
    .banner-img {
        width: 100%;
    }

    .gallery .swiper-container {
        height: 600px;
    }

    .text-animate {
        width: 50%;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-moz-scrollbar {
        width: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.01);
    }

    ::-moz-scrollbar-track {
        background: rgba(0, 0, 0, 0.01);
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #fff;
        border: 1px solid #899C81;
        border-radius: 4px;
    }

    ::-moz-scrollbar-thumb {
        background: #fff;
        border: 1px solid #899C81;
        border-radius: 4px;
    }

    /*.banner-mobile {
        margin-top: 70px;
        height: 100vh;
        background-image: url('../images/banner.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all 2000ms;
    }*/
}

@media(min-width:1400px) {
    .contact form {
        width: 60%;
    }

    .house-icons p,
    .infra-icons p {
        font-size: 1em;
    }

    .house-icons p {
        width: 60%;
    }

    .tingui img {
        width: 100%;
    }

    .tingui-info h4 {
        font-size: 4em !important;
    }

    .tingui-info p {
        font-size: 2em !important;
    }

    .map {
        height: 40vh;
    }

    .banner img {
        width: 100%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}