@font-face {
    font-family: "winkel";
    src: url("../fonts/OCRBStd.otf") format("opentype");
   
    }
@font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/Gotham-Bold.otf") format("opentype"), 
            url("../fonts/GothamBold.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    
}
@font-face {
    font-family: "Gotham Book";
    src: url("../fonts/Gotham-Book.otf") format("opentype"),
    url("../fonts/GothamBook.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    
}

@font-face {
    font-family: "Novecento WideBold";
    src: url("../fonts/Novecento\ WideBold.otf") format("opentype"), 
    url("../fonts/Novecento\ WideBold.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/Novecento\ WideBold.woff") format("woff"), /* chrome、firefox */
    url("../fonts/Novecento\ WideBold.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    
}

.menu_center {
    position : fixed;
    height: 100%;
    left: 40px;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
    transition : height 0.5s;
}

.menu_center.tiny {
    height: 80%;
}

.menu_wapper {
  /*  position : fixed;
   left: 30px;
   top : 30px; */
   box-shadow: 8px 8px 10px 0px rgb(0, 0, 0);
   max-height: calc(95% - 30px);
   /* z-index: 110; */
   overflow: auto;
   scrollbar-width: none;
   -ms-overflow-style: none;
   transition: max-height 0.5s;

}

/* .menu_wapper {
    position : fixed;
    left: 30px;
    top : 30px;
    box-shadow: 8px 8px 10px 0px rgb(0, 0, 0);
    max-height: calc(95% - 30px);
    z-index: 110;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: max-height 0.5s;
 } */

/* .menu_wapper.tiny {
    max-height: calc(75% - 30px);
} */

.menu_wapper::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}

.admin-bar .menu_wapper {
    margin-top : 30px ;
    max-height: calc(95% - 60px);
}

.admin-bar .menu_wapper.tiny {
    
    max-height: calc(75% - 60px);
}

.logo_menu_container {
    text-align: center;
    cursor: pointer;
}

.logo_menu {
    width: 80%;
    margin-bottom: 20px;
}

.menu_bio {
    font-size: 0.7em;
    height: 0px;
    overflow: hidden;
    transition : height 0.5s;
}

.menu_sections {
    font-size: 0.9em;
    margin-bottom: 20px;
}

.menu_inside {
    padding :43px;
    padding-bottom: 30px;
}

#main_menu {
    z-index: 1;
    background : url('../images/menuback.png');
    background-repeat: repeat;
    font-family: "winkel";
    font-size : 1em;
    width: 280px;
    height: 100%;
    
}

.menu_date_div {
    display: flex;
    justify-content: space-between;
    
}
.menu_infos {
    margin-bottom: 20px;
    font-size: 0.6em;
}

.menu_title_div {
    margin-bottom: 20px;
}

.menu_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
}
.menu_separation {
    margin-top : 20px;
    margin-bottom: 20px;
    border-bottom: black dashed 1px;
}

.menu_deco {
    overflow: hidden;
    font-size: 0.7em;
}

.menu_editor_div,.menu_suites_div,.menu_contact_div {
    cursor : pointer;
    font-size: 1.2em;
}

.menu_editor_div:hover,.menu_suites_div:hover,.menu_contact_div:hover {
    color: rgb(255,0,255);
}

.menu_editor_name_div, .menu_suites_name_div {
    text-align: right;
    overflow: hidden;
    height: 0px;
    transition : height 0.5s;
    color: black;
    font-size : 0.7em;
}

.menu_editor_div.open .menu_editor_title, .menu_suites_div.open .menu_suites_title, .menu_contact_title.open {
    color: rgb(255,0,255);
}

.menu_editor_div.open .menu_editor_title .menu_editor_title_main:before, .menu_suites_div.open .menu_suites_title .menu_suites_title_main:before, .menu_editor_div.open .menu_editor_title .menu_editor_title_main:after, .menu_suites_div.open .menu_suites_title .menu_suites_title_main:after, .menu_contact_div .menu_contact_title.open .menu_contact_title_main:before, .menu_contact_div .menu_contact_title.open .menu_contact_title_main:after {
    content: '*';
}
.menu_editor_name.activated {
    color: rgb(255,0,255);
}

.menu_editor_name,.menu_suites_name {
    text-transform: uppercase;
}

.menu_editor_name:hover,.menu_suites_name:hover {
    cursor : pointer;
    color: rgb(255,0,255);
}

.menu_editor_name:hover::before,.menu_suites_name:hover::before {
    content : '>> ';
    color: rgb(255,0,255);
}

.menu_thank {
    margin-top: 20px;
    margin-bottom : 20px;
    font-size: 0.6em;
    text-align: center;
}

.menu_social {
    display: flex;
    margin: 0 -5px 0 -5px;
}
.menu_social a {
   /*  margin : 5px;
    width : 100px; */
    width: 20%;
}

.menu_social a svg {
    margin : 0 5px 0 5px; 
    width : calc( 100% - 10px );
}

.menu_social a svg:hover {
    fill : rgb(255,0,255);
}

.menu_editor_info{
    font-size: 0.73em;
    height: 0px;
    overflow: hidden;
    transition : height 0.5s;
    
}

.menu_editor_info_div{
    display: none;
    padding-top : 20px;
}

.menu_editor_info_div h4 {
    margin : 0px;
    font-size: 1.1em;
    text-transform: uppercase;
    color: rgb(255,0,255);

}

.menu_editor_info_div a {
    color : black;
    
}

.email_editor {
    text-decoration: none;

}

/* .menu_social a:first-child img {
    margin-left : 0px;
    width : calc( 100% - 5px );
}

.menu_social a:last-child img {
    margin-right : 0px;
    width : calc( 100% - 5px );
} */

/* .videowrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
} */
.videowrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1;
}

.fullscreen {
    /* position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    top: 0px;
    left: 0px; */
    cursor: pointer;
}

.background {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}
.popipPlayer .blink_me {
    z-index: -2;
}

.blink_me {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    
    animation: blinker 1s linear infinite;
}

.blink_me img {
    max-width:150px;
    max-height:150px;
    /* filter: invert(1); */
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.popipPlayer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity : 0;
    background : black;
    transition : opacity 0.2s linear;
    /* display : none; */
}

.popipPlayer.activated {
    pointer-events: all;
    opacity : 1;
   /*  display: block; */
}



.popipVideoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
    overflow: hidden;
}

.popipVideoContainer .popipVideo {
    width: 100%;
    height: 100vh;
}

.popipVideoContainer .popipVideo iframe {
    width: 100%;
    height: 100%;
}

.closepopip {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 4;
    width: 40px;
}

.popipTimeLine {
    position: fixed;
    bottom : 50px;
    max-width: 1200px;
    margin: 0 auto;
    height: 20px;
    width: calc(100% - 180px);
    left: 50%;
    transform: translateX(-50%);
}

.popTime {
    background: white;
    height: 2px;
    width : 0px;
    margin-top: 9px;
}

.thumbnails_container { 
    z-index: 2;
    position: fixed;
    height: 20%;
    bottom: -20%;
    transition : bottom 0.5s;
    left: 0;
    right: 0;
    display: flex;
    background : black;
    /* width: 100%; */
   
}
.thumbnails_container .thumbnails {
    position: absolute;
    top: 0;
    left: -25%;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
}

.thumbnails_container .thumbnails::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}
.thumbnails_container.activated { 
    bottom: 0;
}

.thumbnails_container .thumbnails > .imageThumb  {
    width: 25%;
    min-width: 25vw;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color : white;
    transition: opacity 0.5s;
}

.thumbnails_container .thumbnails > .imageThumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition : transform 0.5s,opacity 0.5s;
}

.thumbnails_container .thumbnails > .imageThumb:hover img {
    transform-origin: center;
    transform: scale(1.2);
    opacity: 1;
}

.thumbnails_container .thumbnails .cache {
    position : absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    pointer-events: none;
    
}
.thumbnails_container .thumbnails .cache2 {
    position : absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(30,30,30);
    z-index: -2;
    pointer-events: none;
    
}

.thumbnails_container .thumbnails .info-video {
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "winkel";
    
}

.thumbnails_container .thumbnails > div:hover .info-video {
    opacity: 1;
}


/* .thumbnails_container > div:hover {
    color : rgb(255,0,255);
} */

.thumbnails_container > .closeThumb {
    position: fixed;
    z-index: 2;
    width: 100%;
    display: flex;
    bottom: -25%;
    justify-content: center;
    transition: bottom 0.5s;
    margin-bottom: 10px;
}
.thumbnails_container > .closeThumb.activated {
    bottom: 0;
}

.thumbnails_container > .closeThumb img {
    transition: transform 0.5s;
    transform-origin: center;
    /* max-height: 30px; */
    width: 4%;
}

.thumbnails_container > .closeThumb img.activated {
    transform: rotate(180deg);
}

.thumbnails_container .arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100vw;
    pointer-events: none;
}

.thumbnails_container .arrow .arrowLeft,.thumbnails_container .arrow  .arrowRight {
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0px;
    z-index: 10;
    display: flex;
    pointer-events: all;
}

.thumbnails_container .arrow .arrowLeft {
    left: 0px;
}

.thumbnails_container .arrow .arrowRight {
    right: 0px;
}

.playButton {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 40px;
    bottom: 40px;
}

.playButton div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playButton div img {
    width: 100%;
}

.playButton div img.play {
    width : 0;
    transition: width 0.2s;
    padding-left: 10%;
}

.playButton div img.play.activated {
    width : 40%;
}


.playButton div img.pause {
    width : 29%;
    transition: width 0.2s;
}

.playButton div img.activated {
    width : 0;
}

.project-info {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    display: block;
    height: 100vh;
    width: 100vw;
    font-size : 1.8em;
    font-family: 'winkel';
    transform: translateX(50px);
    opacity: 0;
    color : white;
    transition : transform 0.5s,opacity 0.5s;
     /* -webkit-text-stroke: 0.5px grey; */
}

.project-info.activated {
    transform: translateX(0);
    opacity: 1;
}
.project_info-video {
    
    position: absolute;
    top: 70px;
    left: 350px;
    display: flex;
    flex-direction: column;
}

.awards,.coedits {
    display: flex;
    flex-direction: column;
    font-size: 0.8em;
    margin-top: 10px;
    max-width: 400px;
}

.awards span,.coedits span {
    margin-top: 10px;
}

.coedits img {
    width: 15px;
}

.info-fullscreen {
    position : fixed;
    left: 30px;
    top : 30px;
    z-index: 4;
    transform: translateX(50px);
    opacity: 0;
    transition : transform 0.5s,opacity 0.5s;
    pointer-events: none;
}

.info-fullscreen.activated {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.info-fullscreen-container {
    position: fixed;
    padding :50px;
    padding-bottom: 30px;
    color: white;
    width: fit-content;
    font-family: "winkel";
    width: 200px;
    font-size : 0.8em;
    overflow: auto;
    max-height: calc(100vh - 200px);
    scrollbar-width: none;
    -ms-overflow-style: none;
   
   
   
}
.info-fullscreen-container::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}

.movie_infos_container {
    /* position: absolute; */
    top : 0px;
    left: 0px;
    width: 100%;
}

.movie_infos_div {
    position : relative;
}

.logo_fullscreen_info {
    position: relative;
    width: 100%;
}

.popipPlayer .infoButton {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 10;
    cursor: pointer;
}

.infoButton div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infoButton div img {
    width: 100%;
}

.infoButton div img.close {
    width : 0;
    transition: width 0.2s;
    
}

.infoButton div img.close.activated {
    width : 38%;
}


.infoButton div img.info {
    width : 20%;
    transition: width 0.2s;
}

.infoButton div img.info.activated {
    width : 0;
}

.movie_infos_container {
    display: none;
}

.info-fullscreen-container .menu_title_div {
    margin-bottom: 0;
}

.info-editor {
    text-align: center;
    color :rgb(255,0,255);
}

.info-fullscreen-container .menu_separation {
    margin-top : 20px;
    
    border-bottom: white dashed 1px;
    margin-bottom: 5px;
}

.info_project{
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.title-video-info {
    color :rgb(255,0,255);
    font-size: 1.05em;
}

.info_project_sub,.project_director,.project_prod,.project_dop,.project_show,.project_music {
    color :rgb(255,0,255);
    text-align: right;
}

.info_content {
    margin-bottom: 5px;
}

.fullButton {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.fullButton div img {
    width: 100%;
}

.fullButton div img.close {
    width : 0;
    transition: width 0.2s;
    opacity: 0.8;
}

.fullButton div img.close.activated {
    width : 45%;
}


.fullButton div img.open {
    width : 45%;
    transition: width 0.2s;
    opacity: 0.8;
}

.fullButton div img.open.activated {
    width : 0;
}

.fullButton div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popipControls {
    height: 100%;;
}
.arrowLeft img,.arrowRight img {
    width: 30px;
    height: 50px;
}


.arrowLeft,.arrowRight {
    position: fixed;
    display: none;
    align-items: center;
    top : 0px;
    margin : 0px 10px;
    height: 100%;
}

.arrowLeft.activated,.arrowRight.activated {
  display: flex;
}
.arrowRight{
    right : 0px;
}

.gmap_canvas {
    width:194px;
    height: 194px;
    overflow: hidden;
}

.gmap_canvas iframe{
    width:200px;
    height: 200px;
    
}

.suites_Info_Contact .menu_suites_adress {
    margin-top: 10px;
}

.menu_suites_adress {
    color: rgb(255,0,255);
    /* text-transform: uppercase; */
    
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu_suites_adress a,.menu_suites_adress a:link{
    /* text-decoration: none; */
    color: rgb(255,0,255);
}

.mapouter {
    padding-top: 10px;
}

.menu_info_phone {
    text-align: right;
}

.menu_suites_info {
    height: 0;
    overflow: hidden;
    font-size: 0.85em;
    transition: height 0.5s;

}

.menu_suite_info {
    display: none;
}

.menu_info_phone a, .menu_info_phone a:link{
    text-decoration: none;
    color: rgb(255,0,255);
}

.menu_suites_name.activated {
    color : rgb(255,0,255);
}

.suites_container {
    z-index: 101;
    position: fixed;
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: top 0.5s;
}
.suites_container.activated {
    top: 0;
}

.body {
    overflow: hidden;
}

.suites_img_container {
    display: flex;
    overflow: auto;
    overflow-y: hidden;
    height: 100vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}
.suites_img_container.grabbing{
    cursor: grabbing;
}

.suites_img_container::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}

.suites_adress {
    margin-top : 5px;
}

.menuBurger {
    display: none;
}

.suites_img_container img {
    height: 100vh;
}

.suites_img_container .suite_contain:first-child img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.suite_cache {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0);
    opacity: 0.8;
    transition: opacity 0.5s;
   
}

.suites_container.activated .suite_cache.mask {
   opacity: 0;
}

.section {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.section-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slide {
    position : relative;
}
body #fp-nav ul li a span,body .fp-slidesNav ul li a span {
    background: white;
}

.section-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: "winkel";
    color : white;
    font-size: 2em;
    padding-bottom: 0;
    transition: padding-bottom 0.5s;
}

.opened .section-title {
    padding-bottom: 20vh;
}

.section-title .title-video {
    text-transform: uppercase;
}

.section-title .subtitle-video {
    font-size: 0.8em;
}

.suites_Info_Container {
    position: absolute;
    top: 0;
    left: 360px;
    right: 50px;
    bottom: 0px;
    pointer-events: none;
    font-family: 'winkel';
    font-size : 1em;
    color: white;
    
}

.suites_Info_Container a{
    color : white;
}

.suites_Info {
    position: absolute;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    top: 0;
    width: 100%;
    right: -100px;
    height: 100%;
    opacity: 0;
    transition : opacity 0.2s linear, right 0.2s linear;
   
}

.suites_Info.activated{
    opacity: 1;
    
    right: 0px;
    
   
    
}
.suites_Info_Contact_Container {
    display: flex;
    width: 100%;
   /*  justify-content: space-around; */
    margin-top: 30px;

}

.suites_Info_Contact_Container .infoButton {
    pointer-events: all;
}

.suites_Info.activated .suites_Info_Contact_Container > div{
    pointer-events: all;
}

.suites_Info_Title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 2em;
}

.suites_Info_Container .menu_suites_adress {
    padding : 0px;
    font-size: 1em;
}

.suites_Info_Container .infoButton {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 0px;
    pointer-events: all;
}

.admin-bar .suites_Info_Container .infoButton {
    top: 60px;
}
.contact_page {
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -100%;
    transition: bottom 0.5s;
}

.contact_page p:first-child {
    margin-top: 0;
}

.contact_page.activated {
    bottom: 0px;
}

.contact_container {
    position: absolute;
    top: 0;
    font-weight: 100;
    left: 360px;
    right: 50px;
    bottom: 0px;
    padding-left: calc(((100vw - 600px)/2) - 360px);
    font-family: 'winkel';
    font-size : 1em;
    color: white; 
    display: flex;
    
    /* justify-content: center; */
   /*  align-items: center; */
   
}

.contact_container h3, .contact_container h4 {
    font-weight: 100;
}

.contact_container a {
    color : white;
}

.contact_content {
    /* background: rgba(37, 37, 37, 0.86); */
    padding: 0 20px;
}

.contact_editor_info_div h4 {
    margin: 0px;
    
}

.contact_editor_suites {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_editor_suites > div {
    width: 50%;
    min-width: 270px;
} 

.suites_Contact {
    display: flex;
    justify-content: space-between;
}

.contact_editor_info_div {
    margin-bottom: 20px;
}

.contact_content {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scrollbar-width: none;
   -ms-overflow-style: none;
}

.Mentions {
    padding : 10px 0px;
    font-family: "Gotham Book";
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    flex-wrap: wrap;
}



.contact_content::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}

.contact_desc {
    font-family: "Gotham Book";
}

.contact_editor h4, .contact_editor a, .contact_suites div, .suites_Info_Contact_Layout .suites_Desc,.suites_Info_Contact_Layout .suites_Info_Contact_Container  {
    font-family: "Gotham Book";
}


.contact_editor a, .contact_suites div a {
    font-size: 0.8em;
}

.contact_editor h4, .contact_suites h4 {
    
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 8px;
}

.contact_editor_suites .dashicons,.suites_Info_Contact  .dashicons {
    height: auto;
    font-size: 1em;
    text-align: start;
    vertical-align: bottom;
}
.contact_suites .suites_adress a{
    /* text-decoration: none;*/
} 

.suites_Info_Contact {
    margin-right: 20px;
}

.suites_Contact {
    margin-bottom: 20px;
}

.suites_container .arrowLeft, .suites_container .arrowRight {
    position : absolute;
    display: none;
    margin : 0px;
    cursor: pointer;
    padding: 0 10px;
}

.suites_container .arrowLeft.activated, .suites_container .arrowRight.activated {
    
    display: flex;
    

   
}

.suites_Info_Contact_Layout {
    max-width: 600px;
    padding-left: calc(((100vw - 600px)/2) - 360px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */

}
.contact_menu_info_phone a{
    text-decoration: none;
}

.suites_Info_Contact_Layout .menu_suites_adress a,.suites_Contact .menu_suites_adress a {
    color : white; 
}

.loader {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    opacity: 1;
    transition : opacity 0.5s;
}

.loader.stop {
    opacity: 0;
    pointer-events: none;
}

.logo_loader {
    width: 250px;
    animation: blinker 1s linear infinite;
}

.whiteScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition : 0s linear 0s;
    
}

.whiteScreen.activated {
    opacity: 1;
    transition : 0.1s linear 0.5s;
    
}

.playButtonMain {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 100000;
    pointer-events: all;
}

.playButtonMain div {
    
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playButtonMain div img {
    height: 100%;
    width: 100%;
}
.playButtonMain div .play {
    height: 50%;
    width: 50%;
    margin-left: 10%;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
    display: none;
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 60px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (max-width: 767px) { 
    .suites_Info_Contact_Layout{
        font-size: 0.85em;
    }
    .playButtonMain {
        display: block;
    }
    
    #fullpage .section:first-child .icon-scroll {
        display: block;
    }

    .menu_center {
        top: 0;
        left: -100%;
        transition: left 0.5s;
        width: 100vw;
        height: 100%;
    }

    .menu_wapper {
        width: 100vw;
        height: 100%;
        box-shadow: none;
        max-height: none;
        background: url(../images/menuback.jpg);
    }
    .admin-bar .menu_wapper {
        max-height: none;
    }
    .menu_wapper.tiny{
        max-height: none;
    }
    
    .menu_center.tiny {
        height: 100%;
    }

    .admin-bar .menu_wapper.tiny {
        max-height: none;
    }

    .menu_center.open {
        left: 0;
    }

    .admin-bar .menuBurger {
        top: 50px;
    }

    .menuWidth {
        max-width: 300px;
        margin: 0 auto;
    }

    .menuBurger {
        filter: invert(0);
        transition: 0.5s;
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
    }

    .open .menuBurger {
        filter: invert(1);
    }


    #main_menu {
        width: 100%;
        background: none;
    }

    .gmap_canvas {
        width:100%;
        height: 200px;
        overflow: hidden;
    }
    
    .gmap_canvas iframe{
        width:100%;
        height: 200px;
        
    }

    .project_info-video {
        left: 10px;
    }

    .info-fullscreen {
        left: 0;
        top: 50px;
    }
    .admin-bar .info-fullscreen {
        top: 90px;
    }

    .info-fullscreen-container {
        width: calc(100vw - 100px);
        padding-top: 0;
    }

    .admin-bar .info-fullscreen-container {
        
    }

    .thumbnails_container  {
        max-height: 40%;
        flex-wrap: wrap;
        display: none;
        bottom: -40%;
    }

    .opened .section-title {
        padding-bottom: 0px;
    }

    /* .thumbnails_container > div {
        width: 50%;
    } */
    .suites_Info_Container {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .suites_Info_Contact_Layout {
        padding-left: 20px;
        padding-right: 20px;
    }

    .suites_Info_Container .infoButton {
        width: 30px;
        height: 30px;
        
        top: 55px;
        right: 23px;
        
    }

    .arrowLeft img, .arrowRight img {
        width: 15px;
        height: 50px;
    }

    .closepopip {
        
        top: 10px;
        right: 10px;
       
        width: 30px;
    }

    .popipPlayer .infoButton {
        width: 30px;
        height: 30px;
        
        left: 10px;
        top: 10px;
       
    }

    .playButton {
        width: 30px;
        height: 30px;
       
        left: 10px;
        bottom: 10px;
    }
    .fullButton {
        width: 30px;
        height: 30px;
        
        right: 10px;
        bottom: 10px;
    }

    .popipTimeLine {
        
        bottom: 15px;
        max-width: 1200px;
        
    }

    .contact_container {
        left: 0;
        right: 0;
        
    }

    .contact_editor_suites {
        flex-direction: column;
    }

    .contact_desc {
        padding-top : 20px;
    }

    .thumbnails_container .thumbnails > .imageThumb img {
        opacity: 1;
    }

    
}