.SlidePart {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#jssor_1 {
  /*  max-height: 450px;
     max-height: 45vh; */
}
.jssorb032 {
	margin-top:-20px;
}

#arrow_left, #arrow_right {
    bottom: 50%;
    height: 67px;
    position: absolute;
    text-decoration: none;
    right: 30px;
    width: 60px;
    z-index: 1000;
	visibility:hidden;
}

/*-----------------------START ACCUEIL DIAPORAMA----------------------*/
/* I wanted to center my loader */
			#cycle-loader {
				height:32px;
				left:50%;
				margin:-8px 0 0 -8px;
				position:absolute;
				top:50%;
				width:32px;
				z-index:999;
			}
			
			/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
			#maximage {
				display:none;/* Only use this if you fade it in again after the images load */
				    z-index: 50;
				position:relative;
				background-color:#000;
			}
			#maximage a{
				font-size: 26px;
    font-weight: normal;
    text-decoration: none;
			}
			/*Set my gradient above all images*/
			#gradient {
				left:0;
				height:100%;
				position:absolute;
				top:0;
				width:100%;
				z-index:999;
			}
			
			/*Set my logo in bottom left*/
			#logo {
				bottom:30px;
				height:auto;
				left:30px;
				position:absolute;
				width:34%;
				z-index:1000;
			}
			#logo img {
				width:100%;
			}
			
			
.DiaporamaHome{
	position:relative;
	width:100%;
	overflow:hidden;
}
#arrow_left, #arrow_right {
				bottom:50%;
				/*top:50%;
				transform: translateY(-50%);*/
				height:67px;
				position:absolute;
				text-decoration: none;
				right:30px;
				width:60px;
				z-index:1000;
			}
			#arrow_left {
				left:30px;
				width:50px;
			}
			
			/*#arrow_left:hover, #arrow_right:hover {
				bottom:29px;
			}
			#arrow_left:active, #arrow_right:active {
				bottom:28px;
			}*/


#cycle-nav {
       margin-bottom: 20px;
    position: relative;
    margin-top: -62px;
    margin-right: auto;
    margin-left: auto;
    z-index: 50;
    width: 150px;
    text-align: center;
	
}

#cycle-nav ul {
    list-style-type:none;
	width: auto;
    margin: 0;
    padding: 0;
}
#cycle-nav ul li {
    border:0px solid #ffffcc;
    padding-top: 4px;
    float: none;
    margin: 4px;
    display: inline-block;
}


.jssorb032 .i{
	padding-top:6px;
}

.jssorb032 .iav{
	border-top:1.5px solid #000;
	padding-top:4px;
}
.jssorb032 .i li, .jssorb032 .iav li{
	list-style:none;
}
#cycle-nav ul li a, .jssorb032 .i li {
    background:transparent;
	border:1px solid #000;
    float:left;
    height:12px;
    margin:2px 0px;
    width:12px;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}
#cycle-nav ul li.activeSlide {
    border-top:1.5px solid #000;
}
#cycle-nav ul li.activeSlide a, .jssorb032 .iav li {
	 background:#000;
	 -webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}

div.mc-image{
	max-width:100%;
	max-height:100%;
}


.in-slide-content { 
	color: #fff;
    font-size: 40px;
    margin: 0px auto;
	opacity:0;
    padding:0 0px;
    /*position: absolute;
    bottom: 0px;
    width: 99%;*/
	width:70%;
   margin:0 auto;
   position:absolute;
   text-align:center;
   left:15%;
   /*top:50%;*/
   bottom:2%;
   transform: translateY(-50%);
   /* max-width: 1200px;*/
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
	text-transform:uppercase;
}

.ContainLinkProjet{
	position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
    top: auto;
    width: auto;

}

.in-slide-content a{ 
color:#fff;
/*background-color: rgba(255, 255, 255, 0.5);*/
padding:10px;
text-transform:lowercase;
    padding-right: 25px;
}
.in-slide-content p{ 
	display:inline-table;
}
.in-slide-content p.LinkProject{
	/*position:absolute;
	right:-3px;
	bottom:-10px;*/
	position: relative;
    margin: 0;
}
.in-slide-content p:first-child{
	/*max-width: 45%;
    overflow: hidden;
    height: 50px;
    padding: 0px 30px;
    position: absolute;
   
   top:40%;
   text-align:center;
    font-size: 26px;*/
	overflow: hidden;
    height: 50px;
    padding: 0;
	
    position: relative;
    text-align: center;
    font-size: 30px;
    width: 100%;
	
}
.light-text {color:#ddd;text-shadow: 0 1px 0 #666;}
.smaller-text {font-size:30px;}
.youtube-video, video {
	left:0;
	position:absolute;
	top:0;
}


.scroll-arrow, .scroll-arrow-projet {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    padding-top: 0px;
	opacity:1;
    z-index: 995;
	cursor:pointer;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}
.scroll-arrow{
	position:relative;
	/*margin-top:-11px;*/
	margin-top:-9px;
	display:none;
}
.scroll-arrow:hover .scroll-arrow__left, .scroll-arrow:hover .scroll-arrow__right{
	
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}
.scroll-arrow div, .scroll-arrow-projet div {
    display: inline-block;
    float: left;
}
.scroll-arrow__left, .scroll-arrow__right {
    width: calc(50% - 28px);
    height: 20px;
    background: #fff;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}
.scroll-arrow div.scroll-arrow__right, .scroll-arrow-projet div.scroll-arrow__right{
	float:right;
	border-right: 2px solid #fff;
    margin-right: -1px;
}
.scroll-arrow__middle {
    width: 56px;
    height: 20px;
	position:absolute;
    background: transparent url(../images/arrow_down.png) center bottom 0 no-repeat;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  transition: all 0.5s;
}
/*.scroll-arrow:hover .scroll-arrow__left, .scroll-arrow:hover .scroll-arrow__right{
	background: #000;
	-webkit-transition: all 0.5s; /* Safari prior 6.1 */
  
}*/