@font-face {
	font-family: "sequel";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Sequel-Regular.woff") format("woff"), url("../fonts/Sequel-Regular.eot?#iefix") format("embedded-opentype");
}

body {
	background-color: #e6e7e8;
	font-size: 12px;
}

.clear {
	clear: both;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

/*******************************************
				   header
********************************************/
#l-header {
	background-color: #ffffff;
	border-top: 3px solid #0c9ead;
	height: auto;
	position: relative;
	width: 100%;
}

#l-header .v4_logo img {
	height: 100%;
	width: 100%;
}

#l-header .v4_logo {
	float: left;
	height: 11%;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

#l-header .detail-phone {
	float: right;
	color: #818286;
}

#l-header a {
	color: #818286;
	text-decoration: none;
  }

#l-header .bann_head {
	float: left;
	margin-left: 10.5%;
	margin-right: 10.5%;
	margin-top: 2px;
	width: 78.9%;
}

#l-header .bann_head img {
	width: 100%;
}

#l-header .logo_isis {
	margin-left: 29%;
	position: absolute;
	width: 22%;
}

#l-header .logo_isis img {
	width: 100%;
}

#l-header .logo {
	color: #bc6776;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	top: 6px;
	text-align: center;
	line-height: 18px;
}

#l-header .logo_img {
	float: left;
	height: 53px;
	width: 250px;
}

#l-header .logo_img img {
	width: 100%;
}

#l-header .icon-headphone:before {
	color: #0c9ead;
	content: "\75";
	font-size: 32px;
	float: left;
	padding: 0px 12px;
	margin-top: 10px;
	margin-left: 16%;
	width: auto;
	text-align: center;
}

#l-header .title {
	color: #818286;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}

#l-header .number {
	color: #0c9ead;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
}

#l-header .moncompte {
	background-color: #0c9ead;
	cursor: pointer;
	float: right;
	height: 50px;
	text-align: center;
	width: 39%;
}

#l-header .moncompte img {
	margin-top: 5px;
}

#l-header .monconnexion {
	background-color: #0c9ead;
	cursor: pointer;
	float: right;
	height: 50px;
	text-align: center;
	width: 60%;
}

#l-header .tit_compte {
	color: #fff;
	font-family: sequel;
	font-size: 13px;
	line-height: 13px;
	margin-top: 3px;
}

#l-header .tit_connex {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 12px;
	margin-top: 2px;
}

#l-header .tit_connex span {
	cursor: pointer;
}

#l-header .detail-phone {}

#l-header .navbar-toggle {
	background-color: #0c9ead;
	/* For browsers that do not support gradients */
	border-radius: 0;
	display: block;
	float: left;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 8px;
	padding-top: 3px;
}

#l-header .sr-only {
	clip: auto;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin: 0;
	overflow: visible;
	position: relative;
}

#l-header .navbar-toggle .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	display: block;
	height: 3px;
	width: 29px;
}

#l-header .select_devi {
	float: right;
	width: 120px;
}

#l-header .select_devi .btn-group {
	width: 100%;
}

#l-header .select_devi .btn-default {
	background-image: none;
	border-color: none;
	text-shadow: none
}

#l-header .select_devi .btn {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	color: #5d5c5c;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 600;
	height: 32px;
	padding: 0 0 0 13px;
}

#l-header .select_devi .caret {
	color: #0c9ead;
}

#l-header .select_devi .dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

#l-header .select_devi .dropdown-menu>li>a {
	color: #5d5c5c;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 600;
	padding: 0 0 0 13px;
}

/*******************************************
				  Fin header
********************************************/
/*******************************************
				    Menu
********************************************/
#menu {
	background-color: #0c9ead;
	/* For browsers that do not support gradients */
	height: 44px;
}

#menu .menu {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}

#menu .men {
	border-right: 1px solid #fff;
	cursor: pointer;
	height: 44px;
	float: left;
	text-align: center;
	width: 12%;
	transition: all 0.45s linear 0s;
}

#menu .tra {
	border: 0 none;
	width: 15%;
}

#menu .men:hover {
	background-color: #818286;
}

#menu .active {
	background-color: #818286;
}

#menu .title-menu {
	color: #ffffff;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	position: relative;
	text-transform: uppercase;
	top: 13px;
}

/*******************************************
				  Fin Menu
********************************************/
.rowliste {
	margin-top: 20px;
}

.filtresbtnresp {
	float: right;
	text-align: center;
	background-color: #0c9ead;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 14px;
	height: 25px;
	text-transform: uppercase;
	width: 86px;
	padding-top: 2px;
	cursor: pointer;
	display: none;
	margin-top: 12px;
	margin-right: 12px;
}

.ombre_filtre {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 490;
}

/*******************************************
				  Left Liste 
********************************************/
#left_liste {
	background-color: #fff;
	float: left;
	width: 100%;
}

#left_liste .title {
	color: #818286;
	font-family: sequel;
	font-size: 16px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 10px;
}

#left_liste .filtrer {
	margin-bottom: 10px;
	margin-left: 10px;
}

#left_liste .tit_fil {
	color: #818286;
	cursor: pointer;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
}

#left_liste .inp_hot {
	background: #fff url("../images/loupe.png") no-repeat scroll 96% center;
	border: 1px solid #eaeaea;
	color: #444a55;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	height: 36px;
	margin-top: 10px;
	padding-left: 4%;
	width: 92%;
}

#left_liste .leschesk {
	margin: 10px 0;
}

#left_liste .star_filt {
	margin-left: 8px;
}

#left_liste .leschesk label {
	color: #494d56;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	margin-left: 8px;
}

#left_liste .filt_slid {
	margin-top: 16px;
}

#left_liste .ui-slider {
	height: 6px !important;
	background: #fff !important;
	width: 92% !important;
	border-radius: 0 !important;
}

#left_liste .ui-slider-range {
	background-color: #818286 !important;
	border-radius: 0 !important;
}

#left_liste .ui-slider-handle {
	background: #ebeced linear-gradient(#fff, #cdd0d2) repeat scroll 0 0 !important;
	border: 1px solid #818286 !important;
	border-radius: 1em;
	height: 20px !important;
	margin-top: -3px;
	width: 20px !important;
}

#left_liste .ui-slider-handle:focus {
	background: #ebeced linear-gradient(#fff, #cdd0d2) repeat scroll 0 0 !important;
}

#left_liste .prix_bas {
	color: #114967;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
}

#left_liste .prix_haut {
	color: #114967;
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 8px;
}

#left_liste .prix_bas_prix {
	color: #114967;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
}

#left_liste .prix_haut_prix {
	color: #114967;
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 8px;
}

#left_liste .prix_bas_v {
	color: #114967;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
}

#left_liste .prix_haut_v {
	color: #114967;
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 8px;
}

/*******************************************
				Fin Left Liste 
********************************************/
/*******************************************
				  Right Liste 
********************************************/
#right_liste {}

#right_liste .head_result {
	background-color: #fff;
	padding: 10px 35px;
}

#right_liste .num_result {
	color: #3c3c3c;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#right_liste .tit_result {
	color: #3c3c3c;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

#right_liste .tri_result {
	color: #3c3c3c;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-left: 20%;
}

#right_liste .btn-group {
	margin-left: 4%;
	margin-top: -2px;
}

#right_liste .sele1 {
	background-color: #fff !important;
	border-color: #e3e3e3;
	border-radius: 0;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

#right_liste .dropdown-menu {
	border-color: #e3e3e3;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

#right_liste .block {
	margin-top: 10px;
}

#right_liste .blok_bottom_modal {
	margin-bottom: 20px;
}

#right_liste .bloc {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

#right_liste .img_bloc {
	float: left;
	height: 170px;
	overflow: hidden;
	position: relative;
	width: 38%;
}

#right_liste .prev {
	cursor: pointer;
	left: 8px;
	position: absolute;
	top: 64px;
	z-index: 200;
}

#right_liste .suiv {
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 67px;
	z-index: 200;
}

#right_liste .img_slide {
	height: 170px;
	width: 100%;
}

#right_liste .contenu_bloc {
	float: left;
	height: 170px;
	position: relative;
	width: 62%;
	background-color: #fff;
}

#right_liste .title_hotel {
	color: #818286;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
	margin-left: 4%;
	margin-top: 28px;
}

#right_liste .title_activite {
	color: #818286;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 4%;
	margin-top: 28px;
}

#right_liste .title_hotel_exc {
	color: #818286;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
	margin-left: 4%;
	margin-top: 14px;
}

#right_liste .img_etoi {
	margin-left: 0.5%;
	position: relative;
	top: -1px;
}

#right_liste .adress_hotel {
	background: url("../images/localis.png") no-repeat;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left: 4%;
	margin-top: 6px;
	padding-left: 14px;
	width: 70%;
}

#right_liste .distnc_hotel {
	font-family: "Titillium Web", sans-serif;
	font-size: 10px;
	margin-left: 6.5%;
}

#right_liste .type_chambre {
	color: #444a55;
	float: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-right: 2%;
	margin-top: -4%;
}

#right_liste .type_chambre span {
	color: #818286;
	font-size: 16px;
	font-weight: 700;
}

#right_liste .type_chambre2 {
	color: #444a55;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 12px;
	position: absolute;
	right: 7%;
	text-align: center;
	top: 13%;
	width: 20%;
}

#right_liste .type_chambre2 span {
	color: #818286;
	font-size: 18px;
	font-weight: 700;
}

#right_liste .buton_resr {
	bottom: 12px;
	float: right;
	position: absolute;
	right: 20%;
	font-size: 10px;
	color: #0c9ead;
}

#right_liste .inp_res {
	background-color: #818286;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	height: 30px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 138px;
}

#right_liste .inp_res:hover {
	background-color: #0c9ead;
}

#right_liste .activites_des_hold1 {
	margin-left: 4%;
	margin-top: 6px;
	width: 96%;
}

#right_liste .acte {
	color: #40494d;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 400;
	min-height: 24px;
	line-height: 13px;
	padding-left: 16px;
}

#right_liste .acte1 {
	background: url("../images/acte1.png") no-repeat;
}

#right_liste .acte span {
	color: #818286;
	font-weight: 700;
}

#right_liste .acte2 {
	background: url("../images/acte2.png") no-repeat;
}

#right_liste .acte3 {
	background: url("../images/acte3.png") no-repeat;
}

#right_liste .ligne_soublok_hold {}

#right_liste .ligne_soublok_hold_brd {}

#right_liste .tab {
	float: left;
}

#right_liste .t1 {
	color: #be411f;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin-top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 36.1%;
}

#right_liste .t2 {
	color: #272d30;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	margin-top: 8px;
	text-align: center;
	width: 18.44%;
}

#right_liste .t3 {
	color: #181818;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	margin-top: 11px;
	text-align: center;
	width: 17.4%;
}

#right_liste .t4 {
	margin-top: 9px;
	width: 12.85%;
}

#right_liste .t5 {
	color: #818286;
	font-family: "Viga", sans-serif;
	font-size: 17.72px;
	line-height: 17px;
	margin-top: 12px;
	text-align: center;
	width: 13.5%;
}

#right_liste .t5 span {
	font-size: 10px;
	position: relative;
	top: -4px;
}

#right_liste .t6 {
	text-align: center;
	width: 14.54%;
}

#right_liste .t6 input {
	background-color: #818286;
	border: none;
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 30px;
	margin-top: 6px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 100%;
}

#right_liste .t6 input:hover {
	background-color: #0c9ead;
}

#right_liste .affiche {
	color: #333333;
	cursor: pointer;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin-top: 6px;
	text-transform: uppercase;
}

#right_liste .soubl_holdrehide {
	height: 0;
	overflow: hidden;
	padding: 0;
}

#right_liste .av_hold {
	margin-left: -2px;
}

#right_liste .av {
	float: left;
}

#right_liste .av1 {
	width: 84px;
}

#right_liste .av2 {
	width: 91px;
}

#right_liste .av3 {
	width: 78px;
}

#right_liste .av4 {
	width: 84px;
}

#right_liste .img_ic {
	float: left;
	width: 36px;
}

#right_liste .text_av {
	color: #221f20;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 10px;
	margin-left: 8px;
	margin-top: 6px;
}

#right_liste .text_av1 {
	width: 30px;
}

#right_liste .text_av2 {
	width: 36px;
}

#right_liste .text_av3 {
	width: 28px;
}

#right_liste .text_av4 {
	width: 38px;
}

#right_liste .ti_col {
	color: #818286;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}

#right_liste .ti_col1 {
	width: 36.1%;
}

#right_liste .ti_col2 {
	width: 18.44%;
}

#right_liste .ti_col3 {
	width: 17.4%;
}

#right_liste .ti_col4 {
	width: 13.5%;
}

#right_liste .ti_col5 {
	width: 14.54%;
}

#right_liste .ligne_titre {
	margin-left: 1.76%;
	margin-top: 11px;
	width: 96.1%;
}

#right_liste .dat {
	color: #292120;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
}

#right_liste .box5.btn-group {
	width: 106px;
}

#right_liste .box5 .caret {
	margin-top: -2px;
	position: absolute;
	right: 12px;
	top: 50%;
	vertical-align: middle;
}

#right_liste .box5 .filter-option {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	color: #40494d;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	top: -5px;
}

#right_liste .box5 .btn {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	color: #738089;
	width: 105px;
	height: 21px;
}

#right_liste .box5 .btn-group {
	width: 105px;
}

#right_liste .z_menu {
	float: left;
	width: 24.8%;
	margin-right: 0.2%;
	height: 31px;
	text-align: center;
	cursor: pointer;
	background-color: #818286;
	transition: all 0.45s linear 0s;
}

#right_liste .men_btn {}

#right_liste .men_btn span {
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

#right_liste .zmhold {
	margin-top: 5px;
}

#right_liste .z_menu5 {
	width: 33.2%;
	margin-right: 0%;
}

#right_liste .z_menu_active {
	background-color: #0c9ead;
}

#right_liste .z_menu:hover {
	background-color: #0c9ead;
}

#right_liste .soubl_holdre {
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #f3f3f5;
	padding-left: 6px;
	padding-right: 6px;
}

#right_liste .ligne_soublok {
	background-color: #f9f9fa;
	margin-bottom: 1px;
	min-height: 30px;
	width: 100%;
}

#right_liste .typ_tar {
	/*color: #be411f;*/
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 10.74px;
	/*font-weight: 700;*/
	line-height: 30px;
	margin-left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 38%;
}

#right_liste .pax {
	float: left;
	margin-top: 4px;
	width: 14%;
}

#right_liste .dat_inp {
	background-color: #fff;
	background-image: url("../images/icon_date.png");
	background-position: 94% center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #2b2724;
	cursor: pointer;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	height: 21px;
	margin-left: 2%;
	margin-top: 0;
	padding: 0 0 0 18px;
	text-align: left;
	width: 90%;
}

#right_liste .champ_inp {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	color: #2b2724;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	height: 21px;
	margin-left: 2%;
	margin-top: 0;
	padding: 0 0 0 18px;
	text-align: left;
	width: 80%;
}

#right_liste .pension {
	color: #4b7024;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 13.97px;
	font-weight: 400;
	line-height: 30px;
	width: 17.14%;
}

#right_liste .leprice {
	color: #818286;
	float: left;
	font-family: "Viga", sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin-top: 8px;
	text-align: center;
	width: 3%;
}

#right_liste .leprice span {
	font-size: 11px;
	position: relative;
	top: -4px;
}

#right_liste .reserv {
	float: left;
	width: 23.06%;
	height: 30px;
}

#right_liste .reserv input {
	width: 100%;
	height: 30px;
	background-color: #818286;
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
	line-height: 11px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	transition: all 0.45s linear 0s;
	font-weight: 700;
}

#right_liste .reserv input:hover {
	background-color: #0c9ead;
}

#right_liste .inp_res_tot {
	background-color: #818286;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 30px;
	line-height: 11px;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 14%;
}

#right_liste .zone_nuite {
	float: left;
	text-align: center;
	margin-top: 4px;
	width: 14%;
}

#right_liste .zone_nuite .btn-group {
	margin-left: 0;
	margin-top: 3px;
	width: 94%;
}

#right_liste .zone_nuite .btn-default {
	background-image: none;
}

#right_liste .zone_nuite .btn {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #2b2724;
	font-size: 11px;
	height: 21px;
	padding: 0 0 0 10px;
}

#right_liste .zone_quntiti {
	float: left;
	text-align: center;
	width: 16%;
}

#right_liste .zone_quntiti .btn-group {
	margin-left: 0;
	margin-top: 3px;
	width: 94%;
}

#right_liste .zone_quntiti .btn-default {
	background-image: none;
}

#right_liste .zone_quntiti .btn {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #2b2724;
	font-size: 11px;
	height: 21px;
	padding: 0 0 0 10px;
}

#right_liste .leprice_total {
	color: #818286;
	float: left;
	font-family: "Viga", sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin-top: 8px;
	text-align: center;
	width: 10%;
}

#right_liste .leprice_total span {
	font-size: 11px;
	position: relative;
	top: -4px;
}

#right_liste .inp_res_tot:hover {
	background-color: #0c9ead;
}

#right_liste .desc_resthold {
	float: left;
	margin-left: 5%;
	margin-top: 24px;
	width: 95%;
}

#right_liste .v_ben {
	color: #40494d;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 13px;
	list-style-image: url("../images/chek_transfet.png");
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}

#right_liste .v_ben li {
	min-height: 21px;
}

.image_hold .image-mesure {
	background: #fff none repeat scroll 0 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 2px 4px 1px #e2e2e2;
	float: left;
	padding-bottom: 5px;
	width: 99.9%;
}

.image_hold .image_grand {
	float: left;
	height: 340px;
	overflow: hidden;
	position: relative;
	width: 71%;
}

.image_hold .imgp {
	float: left;
	height: 342px;
	margin-left: 3%;
	width: 24%;
}

.image_hold .imgp a {
	display: none;
}

.image_hold .imgp img {
	cursor: pointer;
	float: left;
	margin-bottom: 6px;
	margin-right: 4px;
}

.image_hold #slide-fiche {
	margin-left: 3%;
	margin-right: 0;
	margin-top: 24px;
	min-height: 365px;
	width: 98%;
}

.mesure_container .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-right: 14px;
	opacity: 0.8;
	text-shadow: 0 1px 0 #fff;
	margin-top: 17px;
}

.resp_img1 {
	display: none;
}

/*******************************************
				Fin Right Liste 
********************************************/
/*******************************************
			      Add header
********************************************/
#l-header .modal-dialog {
	background-color: hsla(0, 0%, 100%, 0.9);
	min-height: 332px;
	padding: 16px;
	position: relative;
	margin: 12px auto;
	width: 35%;
}

#l-header .modal-content {
	box-shadow: none;
}

#l-header .tit_inscr {
	color: #818286;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 1px;
	text-align: center;
	text-transform: uppercase;
}

#l-header .tit_champs {
	color: #818286;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 6px;
}

#l-header .inp_inscri {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	color: #444a55;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	height: 25px;
	margin-bottom: 16px;
	/*padding-left: 4%;*/
	width: 100%;
}

#l-header .button_inscri {
	background-color: #818286;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	line-height: 15px;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 100%;
}

#l-header .button_inscri:hover {
	background-color: #0c9ead;
}

#l-header .button_compte {
	background-color: #fff;
	border: 1px solid #818286;
	color: #818286;
	cursor: pointer;
	float: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	line-height: 15px;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 100%;
}

/*******************************************
			   Fin Add header
********************************************/
#panier .bloc_panier {
	background-color: #0c9ead;
	height: 58px;
	margin-top: 40px;
	width: 100%;
}

#panier .titre {
	background-image: url("../images/pan_icon.png");
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-family: sequel;
	font-size: 15.47px;
	height: 26px;
	line-height: 15px;
	margin-left: 36px;
	margin-top: 16px;
	padding-left: 59px;
	text-transform: uppercase;
}

#panier .titre span {
	position: relative;
	top: 7px;
}

#panier .tab_titre {
	background-color: #fff;
	height: 39px;
	margin-bottom: 1px;
	width: 100%;
}

#panier .col {
	float: left;
	width: 16%;
}

#panier .col1 {
	float: left;
	width: 20%;
}

#panier .col div {
	border-right: 1px solid #d9d9d9;
	color: #506371;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: 18px;
	line-height: 13px;
	margin-top: 10px;
	padding-top: 4px;
	text-align: center;
}

#panier .col1 div {
	border-right: 1px solid #d9d9d9;
	color: #506371;
	font-family: "Titillium Web", sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: 18px;
	line-height: 13px;
	margin-top: 10px;
	padding-top: 4px;
	text-align: center;
}

#panier .ligne_pan {
	background-color: #fff;
	height: 60px;
	width: 100%;
}

#panier .bg_gris {
	background-color: #f6f7f8;
}

#panier .col_tb {
	float: left;
	width: 16%;
}

#panier .col_tb1 {
	float: left;
	width: 20%;
}

#panier .respon_titre {
	color: #27262c;
	display: none;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#panier .col_tb div {
	line-height: 13px;
	margin-top: 8px;
	padding-top: 10px;
	text-align: center;
}

#panier .col_tb1 div {
	line-height: 13px;
	margin-top: 8px;
	padding-top: 10px;
	text-align: center;
}

#panier .t_ref {
	color: #818286;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
}

#panier .t_ref1 {
	color: #818286;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 700;
}

#panier .total {
	background-color: #0c9ead;
	float: right;
	height: 53px;
	width: 26.9%;
}

#panier .total_prix {
	float: right;
	height: 53px;
	margin-left: 13px;
	padding-right: 19px;
	padding-top: 14px;
	width: 169px;
}

#panier .total_prix span {
	color: #ffffff;
	font-family: "Viga", sans-serif;
	font-size: 24px;
	left: 10px;
	line-height: 17px;
	position: relative;
	top: 5px;
}

#panier .total_prix .curr {
	font-size: 12px;
	position: relative;
	top: -3px;
}

#panier .total_titre {
	color: #fff;
	display: block;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}

#panier .payem {
	margin-top: 36px;
	width: 100%;
}

#panier .subpay {
	background-color: #818286;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-family: "Titillium Web", sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 55px;
	line-height: 18px;
	text-transform: uppercase;
	transition: all 0.45s linear 0s;
	width: 27%;
}

#panier .subpay:hover {
	background-color: #0c9ead;
}

#head_panier {
	background-color: #818286;
	height: 57px;
	width: 100%;
}

#head_panier .bloc_nom {
	float: left;
	width: 23.86%;
}

#head_panier .tit_bnj {
	color: #fff;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	margin-top: 12px;
	text-transform: uppercase;
	width: 100%;
}

#head_panier .tit_nom {
	color: #fff;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin-top: 4px;
	text-transform: uppercase;
	width: 100%;
}

#head_panier .bloc_comp {
	cursor: pointer;
	float: left;
	height: 57px;
	transition: all 0.45s linear 0s;
	width: 14.6%;
}

#head_panier .compte {
	background-image: url("../images/comp_icon.png");
	background-repeat: no-repeat;
	border-right: 1px solid #dc95bf;
	color: #fff;
	font-family: sequel;
	font-size: 14px;
	margin-left: 13.8%;
	margin-top: 22px;
	padding-left: 35px;
}

#head_panier .compte span {
	position: relative;
	top: -3px;
}

#head_panier .bloc_reser {
	cursor: pointer;
	float: left;
	height: 57px;
	transition: all 0.45s linear 0s;
	width: 17.2%;
}

#head_panier .reser {
	background-image: url("../images/reser_icon.png");
	background-repeat: no-repeat;
	border-right: 1px solid #dc95bf;
	color: #fff;
	font-family: sequel;
	font-size: 14px;
	margin-left: 9.5%;
	margin-top: 22px;
	padding-left: 36px;
}

#head_panier .reser span {
	position: relative;
	top: -3px;
}

#head_panier .bloc_deco {
	cursor: pointer;
	float: left;
	height: 57px;
	transition: all 0.45s linear 0s;
	width: 16.1%;
}

#head_panier .deco {
	background-image: url("../images/deco_icon.png");
	background-repeat: no-repeat;
	color: #fff;
	font-family: sequel;
	font-size: 14px;
	margin-left: 10%;
	margin-top: 22px;
	padding-left: 33px;
}

#head_panier .deco span {
	position: relative;
	top: -3px;
}

.block2 {
	display: none;
}

.panier_blok {
	display: block;
}

#panier .titre_holder {
	background-color: #0c9ead;
	color: #fff;
	font-family: unset;
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	line-height: 29px;
	text-align: center;
}