/* importing fonts */
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins.woff2') format('woff2'),
        url('./fonts/Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Cond';
    src: url('./fonts/DINPro-CondensedMedium.woff2') format('woff2'),
        url('./fonts/DINPro-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro-Bold.woff2') format('woff2'),
        url('./fonts/DINPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro-Black.woff2') format('woff2'),
        url('./fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Optima';
    src: url('./fonts/Optima.woff2') format('woff2'),
        url('./fonts/Optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('./fonts/Optima.woff2') format('woff2'),
        url('./fonts/Optima.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima Italic Wd';
    src: url('./fonts/OptimaItalicWd-Italic.woff2') format('woff2'),
        url('./fonts/OptimaItalicWd-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('./fonts/Optima-Bold.woff2') format('woff2'),
        url('./fonts/Optima-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('./fonts/Optima-Medium.woff2') format('woff2'),
        url('./fonts/Optima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima BQ';
    src: url('./fonts/OptimaBQ-Medium.woff2') format('woff2'),
        url('./fonts/OptimaBQ-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('./fonts/Optima-ExtraBlack.woff2') format('woff2'),
        url('./fonts/Optima-ExtraBlack.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}




/* resetting css */
* {
    margin: 0px;
    padding: 0px;
}

/* stting standard styles for elements */
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

h2 {
    font-size: 1.75rem;
    font-family: 'Optima';
    font-weight: 800;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

h3 {
    font-size: 1.5rem;
    font-family: 'Optima';
    font-weight: bold;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

h4 {
    font-size: 1.2rem;
    font-family: 'Optima';
    font-weight: bold;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

p {
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

p>b {
    font-weight: 600;
}

b {
    font-weight: 900;
}

ul {
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
}

a {
    font-size: 1rem;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    letter-spacing: x
        /*replace x with a value*/
    ;
    line-height: x
        /*replace x with a value*/
    ;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

button:focus {
    box-shadow: 0;
}

a.button {
    padding: 5px 30px;
    padding-top: 6px;
    color: white;
    background-color: black;
    border: 1px solid black;
    font-weight: 500;
    margin-right: 10px;
    position:relative;
    text-transform: uppercase;
}

a.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    will-change: transform, background-color;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .35s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

a.button:hover {
    color: black;
}

a.button:hover::before {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-timing-function: ease;
}

a.button span {
    position: relative;
    z-index: 10;
}

a:hover,
button:hover {
    cursor: pointer;
}


a:focus,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

body {
    background: #f5f5f5;
}

.header-wrapper {
    width: 100%;
    position: absolute;
    z-index: 10;
}

.header {

    padding: 20px 0px;
}

.rel-nav {
    position: relative;
    display: flex;
}

.button_container_wrapper {
    background-color: rgba(255, 255, 255, .5);
    padding: 50px;
    border-radius: 50%;
}

.button_container {
    position: absolute;
    top: 2%;
    right: 15px;
    height: 45px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    display: flex;
    align-items: flex-start;

}

.button_container .close {
    display: none;
}

.button_container .open {
    display: block;
}
.button_container .open {
    width: 100%;
}

.button_container.active .open {
    display: none;
}

.button_container.active .close {
    display: block;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #1abc9c;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: black;
    top: 0;
    right: 0;
    width: 30%;
    padding: 20px 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 10;
    height: 100%;
}

.overlay.open {
    opacity: 10;
    visibility: visible;
    height: 100%;
    z-index: 991;
}

.overlay img {
    width: 80px;
    position: relative;
    z-index: 3;
}

.overlay img:hover {
    cursor: pointer;
}

.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}

.overlay ul {
    width: 100%;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 40%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-self: center;
    align-items: flex-start;
    flex-direction: column;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.overlay li {
    display: block;
    position: relative;
    opacity: 0;
    padding: 20px 10px;
    margin: 0 auto;
}

.overlay li a {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
    margin: 0 auto;
}


.overlay li a:hover {
    color: #42a69c;
}
/*
.overlay ul li::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    top: 0px;
    left: 0px;
    background-color: #42a69c;
}
.overlay ul li.first::after {
    display: none;
}*/
.overlay .nav-logo-ov {
    width: 100%;
}
.overlay .nav-logo-ov img {
    width: 44%;
    margin: 0 auto;
    margin-bottom: 15px;
}
/*
.overlay ul li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background-color: #007C70;
    transition: .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.overlay ul li a:hover::after {
    width: 100%;
}
*/
.overlay ul:first-child li:first-child::after {
    display: none;
}

/*
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
}*/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.logo-header {
    flex: 1;
}

.logo-header img {
    width: 80px;
    height: auto;
}


.banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner.home {
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    position: relative;
    background-color:#07423E;
}

.banner.home .row {

    background-size: 41%;
    background-position: 100%;
    background-repeat: no-repeat;
}
.banner.home .overlay-banner {
    display: none;
}

.banner.first-screen {
    background-repeat: no-repeat;
    position: relative;
    background-color:#07423E;
    background-image: none;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner.first-screen.ps {
    background-repeat: no-repeat;
    position: relative;
    background-color:#07423E;
    background-image: none;
}

.banner.first-screen.pc {
    background-repeat: no-repeat;
    position: relative;
    background-color:#07423E;
    background-image: none;
}

.banner.first-screen.contact {
    background-repeat: no-repeat;
    position: relative;
    background-color:#07423E;
    background-image: none;
}
.banner.first-screen.ps .row {
    background-size: 50%;
    background-position: 105% 100%;
    background-repeat: no-repeat;
    position: relative;
}
@media (min-width: 1000px) and (max-height:799px) {
.banner.first-screen.ps .row {
     background-size: 38%;
     background-position: 105% 100%;
     background-repeat: no-repeat;
     position: relative;
 }
}

.banner.first-screen.pc .row {

     background-size: 50%;
     background-position: 103% 100%;
     background-repeat: no-repeat;
     position: relative;
 }
 @media (min-width: 1000px) and (max-height:799px) {
 .banner.first-screen.pc .row {

      background-size: 38%;
      background-position: 103% 100%;
      background-repeat: no-repeat;
      position: relative;
  }
 }

 .banner.first-screen.contact .row {
     background-size: 38%;
     background-position: 85%;
     background-repeat: no-repeat;
     position: relative;
 }
 @media (min-width: 1000px) and (max-height:799px) {
 .banner.first-screen.contact .row {

      background-size: 28%;
      background-position: 103% ;
      background-repeat: no-repeat;
      position: relative;
  }
 }
 .banner.first-screen.appt .row {

     background-size: 45%;
     background-position: 100%;
     background-repeat: no-repeat;
     position: relative;
 }
 @media (min-width: 1000px) and (max-height:799px) {
    .banner.first-screen.appt .row {
         background-size: 38%;
         background-position: 100%;
         background-repeat: no-repeat;
         position: relative;
     }
    }
.banner.first-screen.threesixty .row {
     background-size: 50%;
     background-position: 103% 100%;
     background-repeat: no-repeat;
     position: relative;
 }
 @media (min-width: 1000px) and (max-height:799px) {
    .banner.first-screen.threesixty .row {
         background-size: 40%;
         background-position: 103% 100%;
         background-repeat: no-repeat;
         position: relative;
     }
    }

.banner.contact .title h1 {
    width: 50%;
}


.banner.full-height-page.one.threesixty {
    background-image: none;
    background-color: #07423E;
    position: relative;
}
.banner.full-height-page.one.threesixty .container .row {
    position: relative;
    z-index: 9;
}
.banner.full-height-page.one.threesixty .title-light h2,
.banner.full-height-page.one.threesixty .text p {
    color: white;
}
.banner.full-height-page.one.threesixty .title {
    width: 80%;
}
.banner.full-height-page.one.threesixty .title h2 {
    width: 58%;
}
.banner.full-height-page.one.threesixty::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner.full-height-page.one.threesixty::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner.full-height-page.one.appart .title {
    width: 80%;
    margin-left: 0px;
    margin-right: auto;
}
.banner.full-height-page.one.appart .overlay-banner {
    opacity: .4;
}



.banner.full-height-page.two.threesixty {
    background-image: none;
    background-color: #66C0B6;
    position: relative;
}
.banner.full-height-page.two.threesixty .container .row {
    z-index: 9;
}
.banner.full-height-page.two.threesixty::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner.full-height-page.two.threesixty::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner.full-height-page.two.appart {
    background-image: none;
    background-color: #07423E;
}

.banner.full-height-page.two.third.appart {
    background-image: none;
    background-color: #42A69C;
}




.banner .overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0;
}

h2.for-validation {
    display: none;
}

.banner .container {
    width: 100%;
    height: 100%;
}

.banner .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.banner .title {
    display: block;
}
.banner .title p {
    color: white;
}
.banner .title p:first-child  {
    color: #66C0B6;
    font-size: 1.2rem;
    font-family: 'Optima BQ';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%;
}

.banner.home .title p:first-child {
    color: #66C0B6;
}
.banner.full-height-page .title p {
 color: white;
 width: 100%;
}

.banner .title h1 {
    color: white;
    width: 56%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    font-size: 2.4rem;
}

.banner.home h1 {
    font-size: 2.4rem;
}

.banner .title h1::before {
    content: "";
    position: absolute;
    background-color: #66C0B6;
    width: 200px;
    height: 3px;
    bottom: -20px;
    left: 0px;
}


.banner .button-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.banner .button-wrapper a {
    padding: 5px 30px;
    padding-top: 9px;
    color: white;
    background-color: #585555;
    border: 1px solid white;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    position: relative;
}

.banner .button-wrapper a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    will-change: transform, background-color;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .35s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.banner .button-wrapper a:hover {
    color: #585555;
    border: 1px solid #585555;
}

.banner .button-wrapper a:hover::before {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-timing-function: ease;
}

.banner .button-wrapper a span {
    position: relative;
    z-index: 10;
    font-size: .9rem;
}

.banner.home .button-wrapper a span {
    font-size: .9rem;
}

.banner.full-height-page .title h2 {
    color: white;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    font-weight: 800;
}

.banner.full-height-page .title h3 {
    color: white;
    text-transform: uppercase;
}

.banner.full-height-page .title a.link {
    color: #66C0B6;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.banner.full-height-page .title p {
    text-transform: none;
    font-family: 'Poppins';
    font-size: .8rem;
    font-weight: 100;
}

.banner.full-height-page .title ul {
    color: white;
    padding: 0px;
}

.banner.full-height-page .title ul li {
    color: white;
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    margin-bottom: 10px;
    font-size: .8rem;
}

.banner.full-height-page .title ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/bullet-point.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.banner.full-height-page .title h2::before {
    content: "";
    position: absolute;
    background-color: #66C0B6;
    width: 200px;
    height: 3px;
    bottom: -8px;
    left: 0px;
}

.banner.full-height-page.two.threesixty h2::before {
    background-color: #07423E;
}

.banner .menu-2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    z-index: 9;
    height: 60px;
}
.menu-warp .menu-2{
  width: 100%;
  display: flex;
  z-index: 9;
  height: 60px;
}
.menu-warp .menu-2 li,
.banner .menu-2 li {
    flex: 1;
    list-style-type: none;
}
.menu-2{
  margin: 0;
  padding: 0;
}
.menu-warp .menu-2 a,
.banner .menu-2 a {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #42A69C;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    transition: .2s ease-in-out;
    box-shadow: inset 0 -0px 0 #42A69C;
    padding-top: 19px;
}
.menu-warp .menu-2 a.active,
.banner .menu-2 a.active {
    color: white;
    background-color: #66C0B6;
    box-shadow: inset 0 -5px 0 #42A69C;
}
.menu-warp .menu-2 a:hover,
.banner .menu-2 a:hover {
    color: white;
    background-color: #66C0B6;
    box-shadow: inset 0 -5px 0 #42A69C;
}

.contact-footer {
    width: 100%;
    height: 100%;
    background-color: #08423E;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;

}
.contact-footer::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.contact-footer::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.contact-footer .container {
    flex: 1;
    padding-top: 20px;
}

.contact-footer .container .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-footer .container:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

.contact-footer .container:first-child .row {
    width: 100%;
}

.contact-footer .contact-form h2 {
    color: #FFFFFF;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.contact-footer .contact-form h2::before {
    content: "";
    position: absolute;
    background-color: #00C6A5;
    width: 200px;
    height: 3px;
    bottom: -20px;
    left: 0px;
}

.contact-footer .contact-form form .flexed-inputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-footer .contact-form form .flexed-inputs .flexed-in {
    flex: 1;
}

.contact-footer .contact-form form .flexed-inputs .flexed-in input {
    width: 98%;
}

.contact-footer .contact-form form .flexed-inputs .flexed-in:first-child input {
    margin-left: 0;
    margin-right: auto;
}

.contact-footer .contact-form form .flexed-inputs .flexed-in:last-child input {
    margin-right: 0;
    margin-left: auto;
}

.contact-footer .contact-form form .form-control {
    background-color: transparent;
    border-radius: 0%;
    border: none;
    border-bottom: 1px white solid;
    color: white;
    margin-bottom: 20px;
    padding: 8px 0px;
}

.contact-footer .contact-form form textarea.form-control {
    padding-bottom: 12px;
}

.contact-footer .contact-form form .form-control::-moz-placeholder {
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    opacity: .8;
}

.contact-footer .contact-form form .form-control:-ms-input-placeholder {
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    opacity: .8;
}

.contact-footer .contact-form form .form-control::placeholder {
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    opacity: .8;
}

.contact-footer .contact-form form .form-control:focus::-moz-placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:focus:-ms-input-placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:focus::placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:active::-moz-placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:active:-ms-input-placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:active::placeholder {
    opacity: 0;
}

.contact-footer .contact-form form .form-control:focus,
.contact-footer .contact-form form .form-control:active {
    box-shadow: none;
}


.contact-footer .contact-form form button {
    padding: 5px 30px;
    padding-top: 6px;
    width: 100%;
    color: white;
    background-color: #585555;
    border: 1px solid white;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 20px;
}

.contact-footer .contact-form form button:focus {
    box-shadow: none !important;
}

.contact-footer .contact-form form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    will-change: transform, background-color;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .35s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.contact-footer .contact-form form button:hover {
    color: #585555;
    border: 1px solid #585555;
}

.contact-footer .contact-form form button:hover::before {
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition-timing-function: ease;
}

.contact-footer .contact-form form button span {
    position: relative;
    z-index: 10;
}

#map {
    height: 250px;
    width: 77%;
    margin: 0 auto;
    margin-top: 10px;
}
#map>div {
    top: -3% !important;
    left: -2% !important;
}
.contact-info {
    position: relative;
}
.contact-info::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 3.5%;
    bottom: -14.5%;
    background-image: url('../img/icons/lines-rec.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#map2 {
    height: 230px;
    /* The height is 400 pixels */
    width: 90%;
    /* The width is the width of the web page */
    margin: 30px auto;
}

.contact-info {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: auto;
}

.contact-info .address {
    display: flex;
    align-items: center;
    width: 77%;
    margin: 0 auto;
    justify-content: flex-start;
}

.contact-info .address .icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.contact-info .address .icon img {
    width: 69%;
}

.contact-info .address a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
    width: calc(100% - 50px);
}
.social {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0px;
    margin-top: 20px;
}

.contact-info .social {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .social {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 80px;
    margin-top: 0px;
}
.social a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.contact-info .social a {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.header  .social a {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.contact-info .social a:last-child {
    margin-right: 0px;
}
.social a:last-child {
    margin-right: 0px;
}
.social a img {
    width: 100%;
    height: auto;
}
.contact-info .social a img {
    width: 100%;
    height: auto;
}
.header .social a img {
    width: 90%;
    height: auto;
}

.contact-footer footer {
    justify-self: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding-bottom: 20px;
}

.contact-footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-footer footer a {
   /* flex: 1;*/
    color: white;
    text-align: center;
}

.contact-footer footer a img {
    width: 60%;
}

.contact-moba-visible {
    display: none;
}

/* contact */
.contact-footer.page {
    background-color: white;
}

.contact-footer.page .contact-form form .form-control {
    color: black;
    border-bottom: 1px black solid;
}

.contact-footer.page .contact-form form .form-control::-moz-placeholder {
    color: black;
    font-family: 'Poppins';
    font-size: 16px;
}

.contact-footer.page .contact-form form .form-control:-ms-input-placeholder {
    color: black;
    font-family: 'Poppins';
    font-size: 16px;
}

.contact-footer.page .contact-form form .form-control::placeholder {
    color: black;
    font-family: 'Poppins';
    font-size: 16px;
}

.contact-info-page h2 {
    color: black;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.contact-info-page h2::before {
    content: "";
    position: absolute;
    background-color: #66C0B6;
    width: 200px;
    height: 3px;
    bottom: -20px;
    left: 0px;
}

.contact-info-page .information .wrapper {
    display: flex;
    align-items: center;
}

.contact-info-page .information .wrapper .icon {
    margin-right: 10px;
}

.contact-info-page .information .wrapper .icon img {
    width: 35px;
    height: auto;
}

.contact-info-page .information .wrapper:nth-child(3) .icon img {
    width: 45px;
}

.contact-info-page .information .wrapper .text a {
    color: black;
    text-decoration: underline;
}

.contact-info-page .information .double-flexed {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}

.contact-info-page .information .double-flexed .wrapper {
    flex: 1;
}

.contact-info-page .information .double-flexed .wrapper:first-child {
    position: relative;
    margin-right: 10px;
}

.contact-info-page .information .double-flexed .wrapper:first-child::before {
    content: "";
	display:none;
    position: absolute;
    height: 50%;
    width: 2px;
    background-color: #66C0B6;
    top: 25%;
    right: 9%;
}

.contact-info-page .information .double-flexed .wrapper:last-child {
    margin-left: 10px;
}

.contact-footer.page {
    background-color: transparent;
}

.contact-footer.page .social {
    margin-top: 20px;
}

.contact-map-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-map-wrapper .contact-map {
    flex: 1;
}

.contact-map-wrapper .contact-map #map {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

.contact-map-wrapper .contact-footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 20px;
}

.title-light h2 {
    color: black;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.title-light h2::before {
    content: "";
    position: absolute;
    background-color: #00C6A5;
    width: 200px;
    height: 3px;
    bottom: -20px;
    left: 0px;
}

.img-threesixty {
    height: 330px;
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.square {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

}

.slider-gallery.flexed .slick-track {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slider-gallery.flexed .gallery-slide {
    width: 100%;
}

.slider-gallery.flexed .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    width: 15px;
    height: 15px;
    list-style-type: none;
    position: absolute;
    bottom: -55px;
    right: 50%
}

.slider-gallery.flexed .slick-dots li {
    margin: 0 .25rem
}

.slider-gallery.flexed .slick-dots button {
    display: none;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px
}

.slider-gallery.flexed .slick-dots button {
    display: none;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #07423E;
    text-indent: -9999px
}

.slider-gallery.flexed li.slick-active button {
    background-color: #000000;
    outline: 0
}
.threesixty-gal-wrapper {
    position: relative;
}
.threesixty-gal-wrapper .arrows ul li {
    list-style-type: none;
}
.threesixty-gal-wrapper .arrows ul li img {
    height: 60px;
    width: auto;
  }

.threesixty-gal-wrapper .arrows ul li:hover {
    cursor: pointer;
  }

.threesixty-gal-wrapper .arrows .prev {
    position: absolute;
    top: calc(50% - 30px);
    right: 3%;
  }

.threesixty-gal-wrapper .arrows .next {
    position: absolute;
    top: calc(50% - 30px);
    left: 3%;
  }

.banner.ps {
    position: relative;
}

.banner.ps .img {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    right: 0%;
    top: 0%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.singul section:nth-child(2n+3) .banner.ps .img {
    left: 0%;
    right: 50%;

}

.banner.ps .img img {
    width: auto;
    height: 100%;
}

body.singul section .banner.split {
    background-color: #08423E;
    background-image: none;
    position: relative;
}

body.singul section .banner.split::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/icons/shapes-white.png');
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
}

body.singul section:nth-child(2n+3) .banner.split {
    background-color: #43A69C;
    background-image: none;
}

body.singul section:nth-child(2n+3) .banner.split::before {
    right: 0px;
    top: 0px;
}

body.singul section:nth-child(2n+3) .banner.split h2::before {
    background-color: #08423E;
}


body.singul .banner.full-height-page .container {
    max-width: 100% !important;
}

body.singul .banner.full-height-page .title {
    display: block;
    width: 55%;
    margin: 0 auto;
}
/*
body.singul .banner.full-height-page .title h2.h1 {
    font-size: 2rem;
}
*/
body.singul .banner.full-height-page .title h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1.1rem;
}

body.singul .banner.full-height-page .mobile-img {
    display: none;
}

body.singul .banner.full-height-page .mobile-img .wrapper img {
    width: 100%;
    height: auto;
}



.banner.full-height-page.two.appart .fixed-height {
    height: 330px !important;
    align-self: flex-start;
}
.banner.full-height-page.two.appart .fixed-height .img {
    height: 280px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner.full-height-page.two.appart .row .fixed-height:last-child {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.banner.full-height-page.two.appart .row .fixed-height:last-child .img {
    height: 280px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner.full-height-page.two.appart .row .fixed-height .img-wrapper {
    overflow: hidden;
    position: relative;
}
.banner.full-height-page.two.appart .row .fixed-height .img-wrapper img {
    position: absolute;
    width: 100%;
    right: 10%;
    top: 10%;
    z-index: 10;
    height: 100%;
}
.banner.full-height-page.two.appart .row .fixed-height:last-child .img img {
    width: 100%;
    height: auto;
}

.banner.full-height-page.two.appart .row .fixed-height:last-child .button {
    height: 50px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
}
.banner.full-height-page.two.appart .row .fixed-height .button {
    height: 50px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
}
.banner.full-height-page.two.appart .row .fixed-height .button .button-wrapper,
.banner.full-height-page.two.appart .row .fixed-height .button-wrapper a,
.banner.full-height-page.two.appart .row .fixed-height:last-child .button .button-wrapper,
.banner.full-height-page.two.appart .row .fixed-height:last-child .button .button-wrapper a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}



.banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable {
    height: 330px !important;
}

.banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable .slick-track {
    height: 330px !important;
}

.banner.full-height-page.two.appart .row .slider-appart .slide-appart {
    width: 100% !important;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}


.banner.full-height-page.two.appart .row .slider-appart .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    width: 15px;
    height: 15px;
    list-style-type: none;
    position: absolute;
    bottom: 20px;
    right: 50%
}

.banner.full-height-page.two.appart .row .slider-appart .slick-dots li {
    margin: 0 .25rem
}

.banner.full-height-page.two.appart .row .slider-appart .slick-dots button {
    display: block;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .5);
    text-indent: -9999px
}

.banner.full-height-page.two.appart .row .slider-appart .slick-dots button {
    display: block;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .5);
    text-indent: -9999px
}

.banner.full-height-page.two.appart .row .slider-appart li.slick-active button {
    background-color: #fff;
    outline: 0
}

.banner.full-height-page.two.appart .row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.banner.full-height-page.two.appart .container {
    display: flex;
    align-items: center;
}

.banner.full-height-page.two.third.appart .title h2::before {
    background-color: #007C70;
}

.banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .img {
    height: 280px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .img img {
    width: 100%;
    height: auto;
}

.banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .button {
    height: 50px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 10px;
}

.banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .button .button-wrapper,
.banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .button .button-wrapper a {
    display: block;
    width: 100%;
    text-align: center;
}



.header-wrapper.mob {
    display: none;
}

.header-wrapper.desk {
    display: block;
}

#myHeader.nav-colored {
    background-color: rgba(255, 255, 255, 1);
}

@media (min-height: 800px) {
    .img-threesixty {
        height: 600px;
    }
}

@media(min-width:1024px) and (min-height: 800px) {
    .banner.full-height-page.two.appart .fixed-height {
        height: 550px !important;
    }

    .banner.full-height-page.two.appart .row .fixed-height:last-child .img {
        height: 450px;
    }
    .banner.full-height-page.two.appart .fixed-height .img {
        height: 450px;
    }
    .banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable {
        height: 500px !important;
    }

    .banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable .slick-track {
        height: 500px !important;
    }

    .banner.full-height-page.two.appart .row .slider-appart .slick-dots {
        bottom: 80px;
    }

    .banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .img {
        height: 450px
    }
}

@media(min-width:1024px) and (min-height: 900px) {
    .banner.full-height-page.two.appart .fixed-height {
        height: 650px !important;
    }

    .banner.full-height-page.two.appart .row .fixed-height:last-child .img {
        height: 540px;
    }
    .banner.full-height-page.two.appart .fixed-height .img {
        height: 540px;
    }
    .banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable {
        height: 600px !important;
    }

    .banner.full-height-page.two.appart .row .slider-appart .slick-list.draggable .slick-track {
        height: 600px !important;
    }

    .banner.full-height-page.two.appart .row .slider-appart .slick-dots {
        bottom: 100px;
    }

    .banner.full-height-page.two.third.appart .row .fixed-height:nth-child(2) .img {
        height: 540px
    }
}

.plus {
    transition: .5s ease-in-out;
}

.plus.none {
    display: none;
}

.plus.block {
    display: block;
}

#voir-plus.block {
    display: block;
}

#voir-plus.none {
    display: none;
}
.logo.moba.none {
    display: none;
}

.menu.moba.none {
    display: none;
}

.contact-page-footer footer{
    padding-bottom: 0px !important;
}

.contact-page-footer footer a {
    padding-top: 4px;
}
.contact-page-footer footer a.logo {
    padding-top: 0px;
}
.footer-here {
    display: flex;
}
.footer-here .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto;

}
.footer-here .logo img {
    width: 195px;
}
.footer-here .footer-content {
    flex: 1;
    position: relative;
    z-index: 10;
}
.footer-here .footer-content ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;justify-content: center;
    text-transform: uppercase;
}
.footer-here .footer-content a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 20px;
      text-transform: uppercase;
      color: white;


}
.footer-here .footer-content a:hover {
 color: #42a69c;
}
.copyright span a{
    text-decoration: underline;
}

.banner .scroll img {
    width: 35px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: calc(50% - 50px);
    bottom: 80px;
    bottom: -30px;

}

@-webkit-keyframes scroller {
    from {bottom: 80px;}
    to {bottom: 70px;}
  }

@keyframes scroller {
    from {bottom: 80px;}
    to {bottom: 70px;}
  }

  .banner.first-screen .button-wrapper .social {
    display: none;
}

.banner.full-height-page .text-wrapper {
    width:70%;
    padding: 100px 60px;
    position: relative;
    padding-bottom: 30px;

}
.banner.full-height-page .text-wrapper.gr1 {
    background-color:#43A69C ;
}
.banner.full-height-page .text-wrapper.gr2 {
    background-color: #08423E;
}
.banner.full-height-page .text-wrapper.gr3 {
    background-color: #66C0B6;
}
.banner.full-height-page .text-wrapper.gr1 .title h2::before,
.banner.full-height-page .text-wrapper.gr3 .title h2::before {
    background-color: #08423E;
}
.banner.full-height-page .text-wrapper::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: url('../img/icons/lines-shape.svg');
    background-position: center;
    background-size: cover;
    top: 20px;
    right: 20px;
    background-repeat: no-repeat;
}
.responsecontact p{
  margin-top: 15px;
      text-align: center;
      color: white;
}
.contact-form .responsecontact p{
    color:black;
}
label.error{
  margin: 0;
  color: red;
  margin-top: 5px;
}
.form-control.error{
  margin-bottom: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


  /*
#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid #007c70;
    position: fixed;
    border-radius: 4px;
    z-index: 101;
    pointer-events: none;
    transition: border-color 0.5s;
    background-color: #007c70;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2px solid #007c70;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
    background-color: transparent;

}

html {
    cursor: none !important;
}

a {
    cursor: none !important;
}


button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: none;
}
*/

.background-banner-moba {
    display: none;
}
.header .social a img.w {
    display: block;
}
.header .social a img.g {
    display: none;
}
.header .social a:hover img.w {
    display: none;
}
.header .social a:hover img.g {
    display: block;
}

.social a img.w {
    display: block;
}
 .social a img.g {
    display: none;
}
.social a:hover img.w {
    display: none;
}
.social a:hover img.g {
    display: block;
}

.contact-footer.page .contact-info-x .social {
    margin-left: 0px;
    margin-right: auto;
}

.contact-info-x {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../img/icons/dropdown.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 15px;

}
select option{

    color: black;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px white solid;
    border-radius: 0px;
}

.select2-container {
    padding-bottom: 4px;
}

.contact-form.page-con form .select2-container--default .select2-selection--single{
    border-bottom: 1px black solid;
}

.banner .title p {
    color: white;
    text-transform: none;
    font-size: .9rem;
    font-family: 'Poppins';
    width: 40%;
    margin-bottom: 15px;
}
.loader_container {
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: fixed;
  display: block;
  background-color: #07423E;
  z-index: 9999999999999999
}

.loader_container>div {
  justify-content: center;
  width: 155px;
  height: 155px;
  display: flex;
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-animation: fadeInLogo 2s ease-in-out infinite;
  animation: fadeInLogo 2s ease-in-out infinite;
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.gallery-sec .slide {
    width: 100px;
    height: 100px;
}
.gallery-sec .slide a {
    width: 100%;
    height: 100%;
}
.gallery-sec .slide .gallery-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.nav-for-slider .slide-sec img{

    width: 80%;
    margin: 0 auto;
}
.slider-gallery .slick-slide .gallery-slide img.mob {
    display: none;
}
.slider-gallery .slick-slide .gallery-slide img.desk {
    display: block;
}
.slider-gallery .slick-slide .gallery-slide {
    position: relative;
    display: block;
    margin-left: 65px;

}
.slider-gallery .slick-slide .gallery-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    top: 0px;
    right: 0px;
    z-index: 20;
}
.slider-gallery .slick-slide {
    transform: scale(1.4);
}
.slider-gallery .slick-center {
    transform: scale(2.2);
    z-index: 10;
}
.slider-gallery .slick-list.draggable {
    padding: 100px 0px !important;
    margin-top: 50px;
}
.slider-gallery .slick-center .gallery-slide::after {
    display: none;

}
.slider-gallery .slick-center .gallery-slide {
    margin: 0 auto;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-appart-wrapper {
    position: relative;
}

.slider-appart-wrapper .arrows ul li {
    list-style-type: none;
}
.slider-appart-wrapper .arrows ul li img {
    height: 40px;
    width: auto;
  }

.slider-appart-wrapper .arrows ul li:hover {
    cursor: pointer;
  }

.slider-appart-wrapper .arrows .prev {
    position: absolute;
    top: calc(50% - 20px);
    right: 3%;
  }

.slider-appart-wrapper .arrows .next {
    position: absolute;
    top: calc(50% - 35px);
    left: 3%;
  }

  .slider-appart-wrapper .arrows .prev-2 {
    position: absolute;
    top: calc(50% - 35px);
    right: 3%;
  }

.slider-appart-wrapper .arrows .next-2 {
    position: absolute;
    top: calc(50% - 35px);
    left: 3%;
  }

.slider-appart-wrapper .arrows .prev-3 {
    position: absolute;
    top: calc(50% - 35px);
    right: 3%;
  }

.slider-appart-wrapper .arrows .next-3 {
    position: absolute;
    top: calc(50% - 35px);
    left: 3%;
  }

.slider-appart-wrapper .arrows .prev-4 {
    position: absolute;
    top: calc(50% - 35px);
    right: 3%;
  }

.slider-appart-wrapper .arrows .next-4 {
    position: absolute;
    top: calc(50% - 35px);
    left: 3%;
  }



.banner.full-height-page.two.appart::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner.full-height-page.two.appart::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-image: url('../img/icons/shape-right.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}


.banner.full-height-page.one.appart .hidden-moba {
    display: none;
}
.banner.full-height-page.one.appart .title {
    width: 100%;
}
.lb-nav a.lb-next {
    background-image: url('../img/icons/arrow-right.svg');
    width: 50px;
    margin-right: 25px;
    opacity: 1;

}

.lb-nav a.lb-prev {
    background-image: url('../img/icons/arrow-left.svg');
    width: 50px;
    margin-left: 25px;
    opacity: 1;
}
.slider-gallery.flexed .slick-dots{
  display: none;
}

.for-ipad {
    display: none;
}

.banner.full-height-page.appart .title h2 {
    margin-bottom: 30px;
}
.banner.full-height-page.appart .title h2::before {
    bottom: -15px;
}
.wpcf7 form .wpcf7-response-output {
    margin: .3em 0em 0em;
    padding: 0;
    border: 0;
	  color: white;
}
.page-template-contact .wpcf7 form .wpcf7-response-output {
    margin: .3em 0em 0em;
    padding: 0;
    border: 0;
    color: black;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    top: 45px;
}
.form-group{
	position:relative
}
.contact-footer-wrapper-error{
    background-color: #08423E;
        height: 100vh;
}
.error-section {
    height: 80vh;
    position: relative;
    display: flex;
    width: 100%;
    padding: 120px 0px 120px 0px;
    background-color: #08423E;
    align-items: center;
    text-align: center;
}
.content-box {
   color:white;
}
.page-padding-5{
  padding: 5rem 0;
}
.page-padding-8{
  padding: 8rem 0;
}
footer{
  background: #000;
  padding: 4rem 0;
  color: white;
}
.copyright{
  text-align: center;
}
.copyright span{
  color: white;
  font-size: 14px;
}
.copyright span a{
 display: inline-block !important;
 text-transform: none !important;
     padding: 0px !important;
     width: auto !important;
font-size: 14px;
}

.sticky {
  position: fixed !important;
  top: 0  !important;
  z-index: 99 !important;
}
.admin-bar .sticky {
  top: 32px  !important;
}
#map > .control-bottm-left{
  position: absolute;
  z-index: 5;
  top: auto !important;
  left: 10px !important;
  bottom: 10px;
  background: #08423E;
padding: 5px;
border-radius: 100%;
pointer-events: auto;
}
.control-bottm-left img {
    width: 25px;
    height: 25px;
    filter: invert(1);
}
.mv-m .map-btn-m {
    display: none;
}
.mv-s .map-btn-s {
    display: none;
}

span.map-btn-s:hover::before,
span.map-btn-m:hover::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  width: 90px;
  font-size: 12px;
  padding: 3px 0;
  text-align: center;
  color: black;
  background: white;
}

span.map-btn-m:hover::before {
  content: 'Vue plan ';
}

span.map-btn-s:hover::before {
  content: 'Vue satellite';
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
  background-image: url('../img/icons/plus.svg') !important;
  background-size: cover !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  margin-left: auto !important;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
  background-image: url('../img/icons/minus.svg') !important;
  background-size: cover !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  margin-left: auto !important;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon,.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url('../img/icons/full-screen.svg') !important;
  background-size: cover !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  margin-left: auto !important;
}
.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: unset !important;
    padding-bottom: 10px;
}
.mapboxgl-ctrl-group{
    background:transparent !important;
}
.mapboxgl-ctrl-group button {
    width: 29px;
    height: 31px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
}
.mapboxgl-ctrl-top-right {
    justify-content: space-between;
    height: 100% !important;
    display: flex;
    flex-direction: column-reverse;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact{
  display:none;
}
.marker-lpa {
      background-image: url('../img/icons/location.png') !important;
      background-size: contain;
    width: 30px;
    height: 45px;
    border-radius: 0;
    cursor: pointer;
    background-repeat: no-repeat;
}
.mapboxgl-ctrl-compass{
  display: none !important
}
.warp-img-header{
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 0;
  text-align: right;
  bottom: 20px;;
}
.warp-img-header img{
  width: 35%;
}
.mapboxgl-ctrl-attrib-inner,
.mapboxgl-ctrl-logo{
  display: none;
}
.pdc-page a{
  color: #42A69C
}
.pdc-screen{
  min-height: 450px;
  position: relative;
    background-color: #07423E;
    display: flex;
    align-items: center;
}

/* /// */
body::-webkit-scrollbar {
  display: block;
  width: 6px;
  background-color: #f1f5f6
}

body::-webkit-scrollbar-track {
  background: 0 0
}

body::-webkit-scrollbar-thumb {
  background: #42A69C;
  border-right: none;
  border-left: none
}

body::-webkit-scrollbar-track-piece:end {
  background-color: rgb(7 66 62 / 25%)
}

body::-webkit-scrollbar-track-piece:start {
  background-color: rgb(7 66 62 / 25%);
  margin-top: 0
}
.btn-map-single-bien{
  padding: 0;
  margin: 0;
}
