.textwidget{
color:#999!important;
}

.ts_section_title
{
	font-family: 'Gochi Hand', cursive;
		color:rgba(0, 216, 255, 1);
		font-size:70px;
		text-align:center;
		width:100%;
padding-top:50px;
}

.ts_icn_search svg
{
	color:orange;
}
.ts_page_title
{
	position:absolute;
	display:block;
	width:80%;
	padding:5%;
	left:5%;
	/*top:12px;*/
	top:50px;
	justify-content:center;
	align-items:center;
	height:20px;
	font-family: 'Gochi Hand', cursive;
	text-align:center;
	font-size:100px;
	text-shadow:0px 0px 10px rgba(0, 0, 0, .3);
	color:white;
	z-index:0;
}
.ts_baniere_item
{
	position:relative;
	width:100%;
	height:400px;
}
.ts_content_wrapper
{
	background:white;
	padding-top:50px;
	padding-bottom:50px;
}
.ts_content_title
{
	position:relative;
	margin:auto;
	display:block;
	width:80%;
	font-family: 'Gochi Hand', cursive;
	text-align:center;
	font-size:30px;
	color:rgba(0, 216, 255, 1);
	z-index:0;
}
.ts_bar
{
	width:100px;
	height:5px;
	background:rgba(0, 216, 255, 1);
	margin:auto;
	margin-bottom:30px;
	border-radius:3px;
}
.ts_content_desc
{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	width:80%;
	margin:auto;
}
.ts_social{
margin-top:30px;
position:relative;
}
.ts_social li{
list-style:none;
display:inline-block;
}
.ts_social li img{
width:35px;
}
					
/*------------------------ITEM1-----------------------------------------*/
@media screen and (min-width:991px){
.ts-tour-back{
background:url(../img/background-home.jpg);
background-position:bottom;
background-size:cover;
padding-bottom:300px;
padding-top:0px;
}
.ts-tour-col{
width:33.33%;
padding-left:0px;
background:rgba(0, 216, 255, .6);
}
.ts-tour-col li{
margin:0px;
padding:0px;
}
.ts-tour-col a{
color:white!important;
font-weight:bolder;
font-size:18px;
}


.ts_item_wrapper_1
{
	position:relative;
	height:580px;
	margin:auto;
	transform:translateZ(1px);
	z-index:1;
	border-radius:5px;
	box-shadow:0px 0px 35px rgba(0,0,0,.5);
}
.ts_pres_item_content_wrapper
{
	width:900px;
	padding:20px;
}
.ts_deco
{
	position:absolute;
	top:-300px;
	right:0px;
	transform:translateZ(2px);
	z-index:100;
}
							}
@media screen and (max-width:991px){
.ts_weather{
display:none;
}
.ts_item_wrapper_1
{
	position:relative;
	height:1760px;
	margin:auto;
	transform:translateZ(1px);
	z-index:1;
	border-radius:5px;
	box-shadow:0px 0px 35px rgba(0,0,0,.5);
}
.ts_pres_item_content_wrapper
{
	width:auto;
	padding:20px;
}
.ts_deco
{
	position:absolute;
	display:none;
	top:-300px;
	right:0px;
	transform:translateZ(2px);
	z-index:100;
}
							}
.ts_item_1
{
	padding:0px;
	margin:0px;
	border-left:solid 15px rgba(255,255,255,1);
	border-top:solid 15px rgba(255,255,255,1);
	border-bottom:solid 15px rgba(255,255,255,1);
}
.ts_item_1:last-child
{
	border-right:solid 15px rgba(255,255,255,1);
}
.ts_item_img_1
{
	position:absolute;
	width:100%;
	height:100%;
}
.ts_item_title_1
{
	position:absolute;
	display:block;
	width:80%;
	padding:5%;
	left:5%;
	/*top:12px;*/
	top:450px;
	justify-content:center;
	align-items:center;
	height:20px;
	z-index:100;
	font-family: 'Gochi Hand', cursive;
	text-align:center;
	font-size:20px;
	color:white;
}
.ts_item_desc_1
{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5%;
	width:80%;
	left:5%;
	/*top:73px;*/
	top:600px;
	height:370px;
	z-index:100;
	background:rgba(0,0,0,.5);
	color:white;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-align:justify;
}
.ts_item_btn_1
{
	position:absolute;
	width:80%;
	padding:5%;
	left:5%;
	/*top:483px;*/
	top:800px;
	justify-content:center;
	align-items:center;
	height:20px;
	z-index:100;
	background:rgba(0, 0, 0, .5);
	font-family: 'Gochi Hand', cursive;
	text-align:center;
}
.ts_item_button_1
{
	color:rgba(0, 216, 255, 1);
	border:solid 2px rgba(0, 216, 255, .4);
	padding:5px;
	padding-left:25px;
	padding-right:25px;
	background:rgba(0, 216, 255, .1);
	border-radius:3px;
	transition:all .5s;
}
.ts_item_button_1:hover
{
	color:white;
	text-decoration:none;
	background:rgba(0, 216, 255, 1);	
	border:solid 2px rgba(255, 255, 255, 1);
	transition:all .5s;
}

.ts_next
{
	position:absolute;
	width:40px;
	height:40px;
	background:red;
	color:white;
	vertical-align:middle;
}
/*-------------------------------------------ABOUT ITEM--------------------------------*/
.ts_pres_item
{
	position:relative;
	margin-top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url(../img/fond-apropos.jpg);
	background-size:cover;
	padding:0px;
	height:600px;
	z-index:0px;
	transform:translateZ(.1px);
}

.ts_pres_background
{
	
}
.ts_pres_item_title
{
		font-family: 'Gochi Hand', cursive;
		color:rgba(0, 216, 255, 1);
		/*color:white;*/
		font-size:70px;
		text-align:center;
}
.ts_pres_item_desc
{
	text-align:center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	background:rgba(0, 0, 0,.3);
	padding:15px;
}
.ts_pres_item_btn
{
	
}




/* PACKAGE ----------------------------------------------------------------------------*/
.ts_package_item
{
	position:relative;
	transform:translateZ();
	z-index:0;
	background:white;
}
.ts_package_wrapper
{
	
}
.ts_pack
{
	padding:0px;
	margin:0px;
height:500px;
}
.ts_pack_image
{
	position:absolute;
	width:100%;
	height:100%;	
}
.ts_pack_title
{
	position:absolute;
	width:100%;
	z-index:2;
	top:0px;
	width:100%;
	height:20%;
	text-align:center;
	background:rgba(0, 216, 255, .6);
}
.ts_pack_title h1
{
	position:absolute;
	top:20px;
	font-family: 'Gochi Hand', cursive;
	font-size:24px;
	color:white;
	width:100%;
	text-align:center;
}

.ts_pack_title h3
{
	position:absolute;
	top:10px;
	font-family: 'Advent Pro', sans-serif;
	font-size:28px;
	color:white;
	width:100%;
	left:0%;
	text-align:center;
	background:rgba(255, 255, 255, .0);
}
.ts_pack_desc
{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:2%;
	width:96%;
	left:100%;
	height:385px;
	background:rgba(0, 0, 0, .3);
	top:100px;
	z-index:4;
	color:white;
	opacity:0;
}
.ts_pack_btn
{
	position:absolute;
	width:50%;
	height:auto;
	transform:translate();
	z-index:10;
	padding:5px;
	border:solid 2px rgba(0, 216, 255, .4);
	text-align:center;
	color:white;
	font-family: 'Gochi Hand', cursive;
	top:450px;
	left:25%;
	opacity:0;
}
/*-----------PARTENAIRES--------------------------------------------------------------------*/

.ts_partenaire_item
{
	background:white;
	padding-bottom:0px;
}




/* SLIDER -----------------------------------------------------------------------------*/
.ts_slider
{
	height:auto;
	transform:translate();
	z-index:10;
}

.ts_slider_nav
	{
		padding:0px;
		margin:0px;
		bottom:100px;
		background:rgba(0,5,5,.0);
		border-radius:5px;
	}
	
	.ts_slider_nav >li
	{
		vertical-align:middle;
		width:10px;
		margin:3px;
		height:10px;
		background:url(../img/ui/nav_up.png);
		background-size:10px;
		display:inline-block;
	}
	.ts_slider_nav >.uk-active
	{
		width:20px;
		margin:5px;
		height:20px;
		background:url(../img/ui/nav.png);
		background-size:20px;
		
		display:inline-block;
	}
	.ts_slider_nav >li >a
	{
		position:absolute;
		width:40px;
		height:40px;
	}
.ts_slider_title
{
	position:absolute;
	transform:translate();
	z-index:100;
	font-family: 'Gochi Hand', cursive;
	font-size:50px;
	line-height:60px;
	top:70%;
	left:8%;
	color:white;
	padding:10px;	
}
.list-compagnie{
positon:relative;
width:200px;
float:left;
}
.list-compagnie img{
width:50px!important;
padding-right:15px;
vertical-align:middle;
}