@font-face {
font-family: Engravers;
src: url(/fonts/Engravers.ttf);
font-weight: 400;
}
@font-face {
font-family: Engravers;
src: url(/fonts/Engravers-Bold.ttf);
font-weight: 700;
}
@font-face {
font-family: Engravers Gothic;
src: url(/fonts/Engravers-Gothic.otf);
font-weight: 400;
}
body, .app, .content .column, .overlay, .content, .overlay-content, .overlay-content-text {
	/*height: 601px!important; /*sans toolbar bottom from Lenovo*/
    height: 553px!important;
}
.content .column, .content .welcome {
    border-bottom: 0px solid red;
}
body, .overlay {
    width: 1000px!important;
}
body {
    font-family: Engravers;
	overflow: hidden;
	margin:0;
}
.content .action a, h4 {
    font-family: Engravers Gothic;
}
html {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}
h4 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 40px;
}
.app {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    padding: 0;
    margin: 0;
}
.overlay {
    background: #00000066;
    position: absolute;
    z-index: 1;
}
.show-single-content .header {
    z-index: 1;
}
.header {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.lang {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
	text-align:center;
}
.lang a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 100;
    margin-bottom: 12px;
}
.lang a.active {
    font-weight: 900;
}
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    z-index: 2;
    position: relative;
}
.content .welcome {
    font-size: 46px;
    display: flex;
    justify-content: center;
    width: 425px;
    padding-right: 25px;
    text-transform: none;
    color: #fff;
    flex-direction: column;
}
.content .welcome .no {
    font-size: 107px;
    line-height: 1;
}
.content .column {
    display: flex;
    background: #000;
    width: 360px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.content .logo  {
    margin-bottom: 25px;
}
.content .logo img {
    width: 210px;
    filter: invert(1);
}
.content .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content .action a, .content .action .overlay-content-text a.book, .content .action a.white:hover {
    background: #000;
    color: white;
    text-decoration: none;
    padding: 10px 0 12px;
    margin: 7px 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	transition:1s;
}
.content .action a:hover, .content .action a:focus, .content .action a.white, .content .action a.book {
    background: #fff;
    border: 1px solid #fff;
	color:#000;
	font-weight:900;
}
.content .action a:last-child {
    margin-bottom:0;
}
.content .action a i {
    font-size: 30px;
}
.no-show {
    display:none;
}
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	33% {
		opacity: 0.6;
	}
	66% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
}
@keyframes intervalHamburgerBorder {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	33% {
		opacity: 0.6;
	}
	66% {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
}
.chat-splash {
    width: 0;
    height: 0;
    content: '';
    display: block;
    position: fixed;
    bottom: 42px;
    right: 20px;
    pointer-events: none;
    border: 20px solid #fff;
    border-radius: 50%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
	animation-delay: 4s;
	opacity:0;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*Animation : Fade in*/
@-webkit-keyframes fadein {
    100% { opacity:1;}
}
@keyframes fadein {
    100% { opacity:1;}
}
.chat-text {
    -webkit-animation-name: fadein 1s both;
    animation: fadein 1s both;
    display: flex;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    animation-delay: 4s;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 120px;
	display:none;
}
.chat-text-title {
    font-size: 26px;
    font-weight: 100;
    color: #fff;
    font-family: 'Caveat', cursive;
}
.chat-text-arrow img {
    width: 40px;
    transform: rotate(-45deg);
    position: absolute;
    right: -27px;
    bottom: 24px;
}
.chat-text-vertical {
	-webkit-animation-name: fadein 2s both;
    animation: fadein 2s both;
    display: flex;
    animation-delay: 4s;
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    background: #fff;
    padding: 12px;
    padding-bottom: 16px;
    bottom: 65px;
    border-radius: 0 50px 0 0;
    padding-top: 35px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: Engravers Gothic;
    text-transform: uppercase;
}


/*POPUP CUSTOM*/
body.show-single-content {
    overflow: hidden;
}
.overlay-img img {
    position: relative;
    filter: brightness(15);
    width: 73px;
}
.overlay-img {
    background-size: cover!important;
    background-position: center!important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-img, .overlay-img:before {
    position: fixed;
    left: -28%;
    height: calc(100vh - 80px);
    width: 28%;
    top: 0;
}
.overlay-img:before {
    content: "";
    background: rgb(0 19 43 / 60%);
}
.overlay-bg {
    display: block!important;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100vh!important;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    background: rgb(255 255 255 / 20%);
	opacity:0;
	visibility:hidden;
	transition:1s;
}
.overlay-bg.on {
    opacity:1;
	visibility:visible;
}
.overlay-content {
    background: #ffffff;
    width: 446px;
    position: absolute;
    top: 0px!important;
    left: 0;
    right: 0;
    margin: 0;
    cursor: default;
    z-index: 10001;
    border-radius: 0;
    box-shadow: none;
    display: block!important;
    margin-left: 80px;
}
/*Fullscreen promos*/
.fullscreen.overlay-content {
    background: #000000de;
    width: 100%;
    margin-left: 0;
}
.fullscreen .slick-track {
    padding-left: 33.33%;
}
.fullscreen .overlay-content-text {
    overflow: hidden;
    display: block;
}
.fullscreen .slick-slide img {
    width: auto;
    height:553px;
}
.fullscreen .close-btn {
    left: auto;
    right: 80px;
    background: white;
    color: black;
}
body .slick-dots li button:before {
    color: white;
}
body .slick-dots li {
    margin: 0;
}
body .slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}
body .slick-dots {
    bottom: 5px;
}
body .slick-prev {
    left: 100px;
}
body .slick-next {
    right: 100px;
}
body .slick-prev:before, body .slick-next:before {
    font-size: 25px;
}
/***/
.close-btn {
    cursor: pointer;
    padding: 0;
    width: 55px;
    height: 55px;
    font-size: 29px;
    position: absolute;
    top: 0;
    left: 0;
	right:0;
    border-radius: 0;
    border: 0;
    background: #000;
	color:#fff;
    transition: .5s;
}
.close-btn i {
    font-weight: 300;
}
.overlay-content.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.overlay-content {
	transition: transform 1s cubic-bezier(.76,0,.24,1);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
#services .overlay-content strong:after {
    display:none;
}
.overlay-content p {
    padding-bottom: 25px;
}
.overlay-content p:last-child {
    padding-bottom: 0;
}
.overlay-content-text {
    overflow: hidden;
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content .action .overlay-content-text a {
    background: #fff;
    border-color: #000;
    color: #000;
    font-weight: 900;
    margin: -1px!important;
}
.content .action .overlay-content-text a.book {
    border-color:#000;
}
img.ophelia {
    width: 130px;
    margin-top: 40px;
}
img.atelier  {
    width: 85px;
}
img.quoi-faire {
    width: 165px;
}
img.quoi-faire, img.ophelia, img.atelier {
    margin-bottom: 20px;
}


@media screen and (max-width: 960px) {
body .overlay, body .header, body .content, iframe {
    display:none!important;
}
body, .app {
    width: 100%!important;
    height: 300px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .no-show {
    display:block;
}
body .no-show img {
    width:300px;
}
html, body, .app {
    background: #faf9f4!important;
}
}


@media screen and (min-width: 1010px) {
body .overlay, body .header, body .content, iframe {
    display:none!important;
}
body, .app {
    width: 100%!important;
    height: 300px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .no-show {
    display:block;
}
body .no-show img {
    width:400px;
}
html, body, .app {
    background: #faf9f4!important;
}
}