/*@import url('https://fonts.googleapis.com/css?family=Chonburi&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=BioRhyme:200,300,400,700,800&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&subset=latin-ext');
.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.demo-2 .sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.demo-2 .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 45%;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

.nav-arrows span:hover {
	/*border-color: rgba(150,150,150,0.9);*/
}

.nav-arrows span.nav-arrow-prev {
	left: 4%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 4%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 0%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.5;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 3px;
	/*background: #ddd;
	background: rgba(150,150,150,0.4);*/
	cursor: pointer;
	/*box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);*/
	border:1px solid #FFFFFF;
}

.demo-2 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	
}

.demo-1 .deco_02 {
	width: 260px;
	height: 260px;
	
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
	
	
}

.demo-1 .deco_03 {
	min-width: 100%;
	width: 100%;
	min-height:100vh;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
}


/*.demo-1 .deco_03:after{
	position:absolute;
	content:"";
	width:100%;
	height:100vh;
	background-color: rgba(33, 33, 33, 0.1);
}*/

.demo-1 .deco_03 img{
	display:inline-block;
	/*width: 49%;*/
	width: auto;
	height: 100vh;
	position:relative;
	z-index:2;
}

/*.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}*/

.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'Dingpartment_store';
	color: #FFF;
	
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 284px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 0px #f7f7f7;
	border-radius: 50%;
}


.demo-1 .sl-slide h2 {
	color: #FFF;
	text-shadow: 0 0 1px #0000;
	padding: 20px;
	position: absolute;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;

}



.demo-1 .sl-slide baseline {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}

.demo-1 .sl-slide baseline_haut {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 170px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 0px 0;
	padding: 0;
}


.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	height: 70px;
	color: #FFF;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}

.demo-1 .sl-slide blockquote p{
	margin: 0 auto;
	width: 65%;
	max-width: 410px;
	position: relative;
	
}
.description{
	/*z-index:9999999;
    position: absolute;*/
	display: inline-block;
    text-align: center;
    width: 100%;
	color:#FFFFFF;
}

.cta{
	z-index: 110;
    position: absolute;
    text-align: center;
    min-width: 100%;
	color:#FFFFFF;
	top:54%;
	display: inline-block;
	/*-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;*/
	
}

.cta.s2{
	top: 55%;
    left: 2.8%;
}

.cta a:before{
	content: '';
    position: absolute;
    left: 45.2%;
    top:36px;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cta.s2 a:before{
    /*left: 48.5%;
    top:-8px;
*/
	
}

.cta.fix3 a:before{
	 left: 48.9%;
}

.cta a{
	display: inline-block;
	width: 100%;
	margin-top:4%;
	position: relative;
	 -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.cta.fix1 a{
	margin-top:3%;
}

.cta.fix3 a{
	margin-top:3.5%;
}



.cta a span.logo_lkd:hover{
	opacity: 0.5;
}

.cta a span.logo_lkd{
	width:110px;
	height:auto;
	display: inline-block;
	cursor: pointer;
}

.cta a span.logo_lkd img{
	padding-top:20px;
	padding-left:35px;
}

.cta a span.logo_mail:hover{
	opacity: 0.5;
}

.cta a span.logo_mail{
	width:40px;
	height:auto;
	display: inline-block;
	cursor: pointer;
}

.cta a span.logo_mail img{
	padding-top:20px;
}

.description span{
	display: inline-block;
	width:42%;
	font-size: 1.2rem;
	padding-top:3%;
}

.description span.fix0{
	padding-top:0.5%;
}

.title{
	padding-top:0%;
	font-size: 0.9rem;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-transform:uppercase;
	
}


.description.fix1 span{
	padding-top:2%;
}

.description.fix2 span{
	padding-top:12%;
	font-size: 1.8rem;
	width:60%;
	text-align: center;
}

.description.fix3 span{
	padding-top:0.5%;
	display: inline-block;
	width:50%;

	
}

.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	/*font-family: "Bookman Old Style", Bookman, Garamond, serif;*/
	font-family: "Arial";
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;

	
}


.demo-1 .sl-slide blockquote h3{
	margin: 0 auto;
	width: 100%;
	max-width: 410px;
	position: relative;
}



.demo-1 .sl-slide blockquote h3:before {

	font-family: "Arial";
	position: absolute;
}

.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;

	letter-spacing: 4px;
}

/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	/*background: #52c0bc;*/
	background-image: radial-gradient(circle 600px at center, #5fd5d1 0%, #58cac6 47%, #52c0bc 100%);
}

/*.demo-1 .bg-1 .sl-content{
	position:relative;
}*/


/*.demo-1 .bg-1 .sl-content:after{
	position:absolute;
	content:"";
	width:100%;
	height:100vh;
	background-color: rgba(33, 33, 33, 0.1);
}*/



/* Second Slide */
.demo-1 .bg-2 .sl-slide-inner,
.demo-1 .bg-2 .sl-content-slice {
	
	/*background: rgb(89, 172, 175);*/
	
	/*background-image: radial-gradient(circle 500px at center, #7ee9ec 0%, #73dcdf 47%, #6ed0d3 100%);*/
	/*background-image: radial-gradient(circle 500px at center, #ff868a 0%, #fd696e 47%, #fd565c 100%);*/
	background-image: radial-gradient(circle 500px at center, #75d0d6 0%, #5fc6cc 47%, #54bdc4 100%);
	
	
	
	
}

.demo-1 .bg-2 [data-icon]:after,
.demo-1 .bg-2 h2 {
	color: #fff;
	
}

.demo-1 .bg-2 blockquote:before {
	color: #222;
}

/* Third Slide */
.demo-1 .bg-3 .sl-slide-inner,
.demo-1 .bg-3 .sl-content-slice {
	/*background: #5bc2ce;*/
	background-image: radial-gradient(circle 500px at center, #66dbe9 0%, #61cedb 47%, #5bc2ce 100%);
}

.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}

.demo-1 .bg-3 h2{
	color: #fff;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.demo-1 .bg-3 blockquote{
	
	color: #fff;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}

/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner,
.demo-1 .bg-4 .sl-content-slice {
	background: #5bc2ce;
}

.demo-1 .bg-4 .deco {
	border-color: #379eaa;
}

.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}

.demo-1 .bg-4 h2,
.demo-1 .bg-4 blockquote{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}

/* Fifth Slide */
.demo-1 .bg-5 .sl-slide-inner,
.demo-1 .bg-5 .sl-content-slice {
	background: #ffcc00;
}

.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}

.demo-1 .bg-5 .deco:after {
	color: #FFF;
	
}

.demo-1 .bg-5 h2{
	color: #FFF;
	
}
.demo-1 .bg-5 blockquote{
	color: #333333;
	
}

.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}

.demo-2 .bg-img-1 {
	background-image: url(../images/1.jpg);
}
.demo-2 .bg-img-2 {
	background-image: url(../images/2.jpg);
}
.demo-2 .bg-img-3 {
	background-image: url(../images/3.jpg);
}
.demo-2 .bg-img-4 {
	background-image: url(../images/4.jpg);
}
.demo-2 .bg-img-5 {
	background-image: url(../images/5.jpg);
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
	.demo-1 .deco {
		width: 130px;
		height: 130px;
		margin-left: -65px;
		margin-bottom: 50px;
	}

	

	.demo-1 .sl-slide h2 {
		line-height: 22px;
		font-size: 18px;
		margin-bottom: -40px;
		letter-spacing: 8px;
	}

	.demo-1 .sl-slide blockquote p:before {
		line-height: 10px;
		width: 40px;
		height: 40px;
		font-size: 120px;
		left: -45px;
	}

	.demo-2 .sl-slider-wrapper {
		height: 500px;
	}

	.demo-2 .sl-slider h2 {
		font-size: 36px;
	}

	.demo-2 .sl-slider blockquote {
		font-size: 16px;
	}

}


/*Refonte*/

.bloc_signature{
	display: inline-block;
	width:100%;
	text-align: center;
	padding-top:10%;
	
}

.signature {
  /*position: relative;
  overflow: auto;
  width: 100%;
  height: 0;
  padding-bottom: 55.30973%;*/
	display: inline-block;
	 width: 65%;
  height: 100%;
}
.signature svg {
  /*position: absolute;
  top: 0;
  left: 0;*/
	display: inline-block;
  width: 100%;
  height: 100%;
	fill-opacity: 0.8;
}

.signature_style {
	fill:#3b9b94;
	/*fill:none;*/
	stroke:#3b9b94;
	stroke-width:0;
	stroke-linecap:round;
	stroke-linejoin:round;
}




.mooov{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
}

.demo-1 .deco_04 {
    width: 100%;
	height:100vh;
	text-align: left;
    border-radius: 50%;
	/*margin-bottom:2%;*/
	display: inline-block;
	position: relative;
	vertical-align: middle;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	
}

.demo-1 .deco_04 img {
   display: inline-block;
   width: auto;
   height:95vh;
   padding-top: 3%;
	transform: translateX(-30%);
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.demo-1 .deco_05 img {
	display: inline-block;
    width: 45%;
	margin-left:25px;
    margin-top: 50vh;
  	transform: translateY(-50%);
    margin-bottom: auto;
    margin-right: auto;
	vertical-align: middle;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.demo-1 .deco_05 {
    width: 100%;
	height:100vh;
	min-height:100vh;
	text-align: left;
	vertical-align: middle;
	margin-left: 100%; /* poussé de la moitié de hauteur de viewport */
  	transform: translateX(-55%);
    border-radius: 50%;
    /*position: absolute;
    top: 3.5%;
    left: 60%;
    margin: 0 0 0 -400px;*/
	display: inline-block;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.link1{
	color:#FFFFFF;
	font-style: italic;
	text-decoration: none;
	border-bottom: dotted 1px #e9494e;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.link1:hover{
	opacity: 0.5,
}



/**/
.Words {
  margin: 0 auto;
  padding: 80px 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 68px;
  font-weight: 900;
  letter-spacing: 0px;
  color:#FFFFFF;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

/*
** Apply common styles to each line of text
*/
.Words-line {
  height: 50px;
  overflow: hidden;
  position: relative;
}

/*.Words-line p.first{
	padding-left:120px;
}

.Words-line p.second{
	padding-left:128px;
}*/

.Words-line p{
	padding-left:200px;
}

.Words-line:nth-child(odd) {
  -webkit-transform: skew(60deg, -30deg) scaleY(0.66667);
          transform: skew(60deg, -30deg) scaleY(0.66667);
}
.Words-line:nth-child(even) {
  -webkit-transform: skew(0deg, -30deg) scaleY(1.33333);
          transform: skew(0deg, -30deg) scaleY(1.33333);
}
.Words-line:nth-child(1) {
  left: 29px;
}
.Words-line:nth-child(2) {
  left: 58px;
}
.Words-line:nth-child(3) {
  left: 87px;
}
.Words-line:nth-child(4) {
  left: 116px;
}
.Words-line:nth-child(5) {
  left: 145px;
}
.Words-line:nth-child(6) {
  left: 174px;
}
.Words-line:nth-child(7) {
  left: 203px;
}

/*
** Fine-grained text styles
*/
p {
  height: 50px;
  line-height: 45px;
  padding: 0 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  vertical-align: top;
  white-space: nowrap;
}

/*
** The hover interaction
*/
.Words:hover p {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}
.bloc_pictures{
	display:inline-block;
	width:100%;
	height: 100vh;
	vertical-align: middle;
	text-align:center;
}


.bloc_words{
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:10%;
	margin-left:3%;
}

.animation{
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}


/*IE*/
/*
.IE .demo-1 .deco_03 img{
	width:647px !important;
	height :431px !important;
}
.IE .demo-1 .deco_04 img{
	width:408px !important;
	height :400px !important;
		
}
.IE .demo-1 .deco_05 img{
	width:338px !important;
	height :368px !important;
}*/



   

.font_lg{
	position:absolute;
	text-transform: uppercase;
	width:100% !important;
	top:28%;
	left:45%;
	color:#FFF;
	font-family: 'Playfair Display', serif; 
	font-weight: bold;
    line-height: 100%;
    font-size: 65px !important;
	text-align: left;
	z-index:84;
}

.font_lg.s3{
	top:34%;
	left:12%;
}

.font_lg_s2{
	position:absolute;
	width:100% !important;
	top:28%;
	left:48%;
	color:#FFF;
	font-family: 'Playfair Display', serif; 
	font-weight: bold;
    line-height: 100%;
    font-size: 65px !important;
	text-align: left;
}



.font_xs{
	position:absolute;
	width:40% !important;
	top:47%;
	left:45%;
	color:#FFF;
	font-weight:400;
	/*font-family: 'Playfair Display', serif;  */ 
    /*line-height: 130%;*/
    font-size: 1.05rem !important;
	text-align: left;
}

.verysmall{
	    font-size: 0.4 !important;
}

.font_xs_s2{
	position:absolute;
	width:40% !important;
	top:48%;
	left:48.1%;
	color:#FFF;
	/*font-family: 'Playfair Display', serif;  */ 
    line-height: 130%;
	font-weight:400;
    font-size: 1.05rem !important;
	text-align: left;
}

.font_xs.s3{
	left:12%;
	top:45%;
}


.bloc_txt{
	position: absolute;
    width: 100%;
    min-height: 100vh;
    vertical-align: middle;
    text-align: right;
	display: inline-block;
	z-index:4;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bloc_txt_left{
	position: absolute;
    width: 100%;
    min-height: 100vh;
    vertical-align: middle;
    text-align: left;
	display: inline-block;
	z-index:4;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bloc_txt .layout_right{
	display: inline-block;
	width:55%;
	text-align:left;
	padding-top:35vh;
	height:100vh;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	
}
.bloc_txt_left .layout_left{
	display: inline-block;
	width:45%;
	text-align:right;
	padding-top:35vh;
	height:100vh;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	
}



.bloc_txt .layout_right_02{
	display: inline-block;
	width:50%;
	text-align:left;
	padding-top:32vh;
	height:100vh;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.bloc_txt .typo_1{
	color: #FFF;
	display:block;
	line-height: 135%;
    font-weight: 400;
    font-size: 1rem !important;
	padding-right:20%;
	
}

.bloc_txt .typo_2{
	display:block;
	color: #FFF;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 100%;
    font-size: 64px !important;
}

.bloc_txt  .layout_cta span.logo_lkd{
	width: 130px;
    height: auto;
    display: inline-block;
    cursor: pointer;
	position: relative;
	padding-left:40px;
	margin-top:25px;
}


.bloc_txt .layout_cta span.logo_lkd:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.bloc_txt_left .typo_1{
    display: block;
    color: #FFF;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 100%;
    font-size: 64px !important;
}
.bloc_txt_left .typo_2{
    color: #FFF;
    display: block;
    line-height: 135%;
    font-weight: 400;
    font-size: 1rem !important;
	padding-left:24%;
	padding-top:2%;
}

.bloc_txt_left .typo_1_bis{
    display: block;
    color: #FFF;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    line-height: 100%;
    font-size: 54px !important;
}

/**/
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 8 */
 .hovicon.effect-8 {
	text-align: center;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
	
}

 .hovicon.effect-8 img{
	 display: block;
	 width:6px;
	 margin: auto;
	 margin-top: 1px;
	 padding-top:8px;
	
}

.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 0.7s ease-out 50ms;
    -moz-animation: sonarEffect 0.7s ease-out 50ms;
    animation: sonarEffect 0.7s ease-out 50ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 10px 10px #FFFFFF, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.padding_top{
	padding-top:5px;
}

/*Media Queries*/


@media screen and (max-width:1100px) {
	.bloc_txt .typo_2, .bloc_txt_left .typo_1{
		font-size: 54px !important;
	}
	
	.bloc_txt .typo_1, .bloc_txt_left .typo_2{
		font-size: 0.9rem !important;
	}	
}



@media screen and (max-width:950px) {
	.bloc_txt .typo_2, .bloc_txt_left .typo_1{
		font-size: 48px !important;
	}
	
	.bloc_txt .typo_1, .bloc_txt_left .typo_2{
		font-size: 0.8rem !important;
	}	
	.bloc_txt_left .layout_left{
		/*width: 50%;*/
	}
	.bloc_txt_left .typo_2{
		padding-left:27%;
	}
	.demo-1 .deco_05 img{
		width:45%;
		margin-left: 15px;
	}
}

@media screen and (max-width:768px) {
	
	.bloc_txt .typo_2, .bloc_txt_left .typo_1{
		font-size: 54px !important;
	}
	
	.bloc_txt .typo_1, .bloc_txt_left .typo_2{
		font-size: 0.7rem !important;
	}	
	
	.bloc_txt .typo_1{
		padding-right:0%;
	}
	
	.bloc_txt .layout_right{
		width:100%;
	}
	.bloc_txt{
		position: relative;
		min-height: auto;
	}
	.bloc_txt .layout_right{
		height:auto;
		padding-top: 5vh;
		text-align: center;
	}
	.demo-1 .deco_03{
		min-height: auto;
		min-width: inherit; 
	}
	.demo-1 .deco_03 img{
		height:auto;
		width: 60%;
		padding-top:2vh;
	}
	
	/**/
	
	.bloc_txt .layout_right_02{
		width: 100%;
		height: auto;
		padding-top: 5vh;
		text-align: center;
	}
	
	.demo-1 .deco_04{
		height: auto;
		text-align: center;
	}
	
	.demo-1 .deco_04 img {
	   display: inline-block;
	   width: 60%;
	   height:auto;
	   transform: translateX(0%);
	   padding-top:5vh;
	}
	
	/**/
	
	.bloc_txt_left .layout_left{
		width: 100%;
		height: auto;
		padding-top: 5vh;
		text-align: center;
	}
	
	.demo-1 .deco_05{
		height: auto;
		min-height: inherit;
    	text-align: center;
		margin-left: auto;
		transform: translateX(0%);
	}
	
	.bloc_txt_left .typo_2 {
		padding-left: inherit;
		width: 70%;
		display: inline-block;
	}
	
	.demo-1 .deco_05 img{
		margin-top: auto;
		width: 55%;
    	margin-left: auto;
    	transform: translateY(0%);
		padding-top:5vh;

	}
	
	.bloc_txt_left{
		position: relative;
		min-height: inherit;
	}	
}

@media screen and (max-width:500px) {
	
	.bloc_txt .typo_2, .bloc_txt_left .typo_1{
		font-size: 38px !important;
	}
	
	.bloc_txt .typo_1, .bloc_txt_left .typo_2{
		font-size: 0.7rem !important;
	}	
	
	.nav-arrows span.nav-arrow-prev{
		left: 2%;
	}
	.nav-arrows span.nav-arrow-next{
		right:2%;
	}
	.bloc_txt_left .typo_2{
		width:100%;
	}
}

@media screen and (max-width:320px) {
	
	.bloc_txt .typo_2, .bloc_txt_left .typo_1{
		font-size: 28px !important;
		padding-left:10%;
		padding-right: 10%;
	}
	
	.bloc_txt .typo_1, .bloc_txt_left .typo_2{
		font-size: 0.7rem !important;
		padding-left:5%;
		padding-right: 5%;
	}	
	
	.nav-arrows span.nav-arrow-prev{
		left: 0%;
	}
	.nav-arrows span.nav-arrow-next{
		right:0%;
	}
	
	.bloc_txt .layout_cta span.logo_lkd{
		width:100px;
	}
	.bloc_txt .layout_cta span.logo_lkd:before{
		top:8px;
	}
	.bloc_txt_left .typo_2{
		width:100%;
	}
	
	
}


