@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/*
Theme Name: WowTours
Theme URI: 
Description: WowTours.
Version: 1.1
Author: WowTours
 
Creation Theme by WowTours
 
*/
*{
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
  /*height: 100%;*/
}
body {
	min-height: 100%;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	float:left;
}
a img {
	border: none;
}
img {
	max-width:100%;
}
a, a:focus{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin-bottom:10px;
}
/********************************/
body {
	font-family: 'Open Sans', sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	font-weight:normal;
	background: #e9e3d4;
}
html {
	position: relative;
	min-height: 100%;
}
.container{
	max-width:1200px;
	/*padding:0;*/
}
.acc_bloc1{
	padding-left: 15px;
	padding-right: 15px;
}
/***************/
header{

}
.top_bar{
	width: 100%;
	margin: 0;
	background-color: #057bfe;
	color: #fff;
	line-height: 40px;
}
.top_bar .top_bar_left{
	text-align: left;
	font-size: 16px;
}
.top_bar .top_bar_left a{
	color:#fff;
	display: inline-block;
	margin-right: 15px;
}
.top_bar .top_bar_right{
	text-align: right;
}
.top_bar .top_bar_right a{
	color:#fff;
	display: inline-block;
	margin-left: 15px;
}

/* Header */
.logo_blc img{
	width: 125px;
	max-width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.code_b_blc{
	text-align: right;
}
@media (max-width: 991px) {
	.code_b_blc{
		width: 100%;
		text-align: center;
	}
}
/* MENU */
.navbar-cont {
	z-index:99;
	margin: 0;
	float:right;
  list-style: none;
  position: relative;
  /*width: auto;*/
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.navbar {
	margin-bottom:0;
	border:none;
	height:auto;
	min-height:0;
	display: inline-block;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar li {
	width:auto;
	float:left;
	border:none;
	padding-left:30px;
}
.navbar li a {
	font-size:16px;
    color: #243035;
    display: block;
	line-height:normal;
	font-weight:normal;
	padding:0;
	line-height:32px;
	text-transform:uppercase
}
.navbar .caret{
	display:none;
}
.navbar li a:hover, .navbar li a.highlighted, .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .navbar li.current_page_item a, .navbar li:hover>a{
	background:none;
    color:#057bfe;
	border-bottom:1px solid #057bfe;
}
.navbar .icon-bar {
	background:#f0f0f0;
}
.navbar .dropdown-menu {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin:0;
	left: auto;
	right: 0;
	border:none;
	padding:10px;
    width: 250px;
    /*max-width: 100%;*/
	min-width:0;
    z-index: 18;
    /*display: none;*/
	box-shadow: 0px 7px 7px 0px #656565;
	background-color:#057bfe;
}
.navbar .dropdown-menu li{
	position:relative;
	width:100%;
}
.navbar .dropdown-menu a {
	margin:0;
	height:auto;
	color:#fff;
	font-size:16px;
	line-height:normal;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	text-align: left; 
	background:none;
	display:block;
	height:auto;
	white-space:normal;
	
}
.dropdown-menu>li{ 
	margin:0;
	background:none;
	border:none;
}
.navbar .navbar-nav {
	display: block;
	float: none;
	vertical-align: top;
}
.dropdown-menu li a:hover{
	background:none;
	text-decoration:underline;
	color:#fff;
}
.navbar .dropdown-menu li:first-child a {
	border:none !important;
}
.navbar .dropdown-menu li:first-child a:hover {
	border:none !important;
}
.navbar li:hover > .sub-menu{
	display:block;
}

/*********Sliders********/
.sliders{
	margin: 0;
	padding: 0;
}
.acc_sliders{
	width: 100%;
	position: relative;
}
.rslides li{
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}
.rslides li::before{
	content: "";
	position:absolute;
	left: 0;
	top: 0;
	right:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.rslides li img{
	/*position: absolute;*/
	left: 0;
	width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
.acc_slider_bg{
	/*position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);*/
}
.acc_slider_title{
	position: absolute;
	/*top: calc(50% - 140px);*/
	top:10px;
	left: calc(50% - 350px);
	width: 700px;
	font-size: 30px;
	color: #243035;
	line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 20px;
}
.acc_slider_title h1{
	margin-bottom: 20px;
}
.acc_slider_sub_title{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 350px);
	width: 700px;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.acc_slider_btn{
	position: absolute;
	top: 50% ;
	left: calc(50% - 350px);
	width: auto;
	max-width: 700px;
	font-size: 18px;
	color: #000;
	line-height: 18px;
	background-color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
}
.acc_slider_btn:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
	}
  
  .rslides_nav:active {
	opacity: 1.0;
	}
  
  .rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
	}

/*********Services********/
.acc_bloc2_col{
	background-color: #eaf3f6;
}
.acc_bloc2{
	margin-top: 60px;
	margin-bottom: 60px;
}
h2.acc_blc2_title{
	margin-top: 40px;
	margin-bottom: 40px;
	color: #243035;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.blc_srv{
	margin-bottom: 40px;
}
.blc_srv_cont{
	background-color: #fff;
	border-radius: 25px;
	padding-bottom: 30px;
}
.blc_srv_icon{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	
}
.blc_srv_icon img{
	width: auto !important;
	height: auto;
	max-width: 377px;
	max-height: 210px;
	/*border-top-left-radius: 25px;
	border-top-right-radius: 25px;*/
}
.blc_srv_icon{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	/*width: 450px;*/
	width: 100%;
	float: left;
}
.blc_srv_icon img{
	width: auto !important;
	height: auto;
	max-width: 450px;
	max-height: 270px;
	/*border-top-left-radius: 25px;
	border-top-right-radius: 25px;*/
}
.blc_srv_cont_txt{
	width: calc(100% - 450px);
	float: left;
	margin-bottom: 40px;
}
@media (max-width: 990px){
	.blc_srv_icon{
		width: 50%;
	}
	.blc_srv_cont_txt{
		width: 50%;
	}
}
@media (max-width: 770px){
	.blc_srv_icon{
		width: 100%;
	}
	.blc_srv_cont_txt{
		width: 100%;
	}
}
.blc_srv_titre{
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	color: #243035;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.blc_srv_descri{
	/*text-align: center;*/
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	min-height: 90px;
}
.blc_srv_btn{
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #057bfe;
	border-radius: 10px;
	margin-left: 30px;
	margin-right: 30px;
	
}
.blc_srv_btn:hover{
	color: #243035;
}
/*********gallery********/
.acc_bloc4{
	margin-top: 60px;
	margin-bottom: 60px;
}
h2.acc_blc4_title{
	margin-top: 40px;
	margin-bottom: 40px;
	color: #243035;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.blc_gal{
	margin-bottom: 40px;
}
.blc_gal_cont{

}
.blc_gal_cont img{
	/*width: 100%;*/
	width: 100%;
	height: auto;
	max-width: 377px;
	max-height: 340px;
	/*border-radius: 15px;*/
	display: block;
	margin: auto;
}

/*********Blog********/
.acc_bloc3_col{
	background-color: #eaf3f6;
}
.acc_bloc3{
	margin-top: 60px;
	margin-bottom: 60px;
}
h2.acc_blc3_title{
	margin-top: 40px;
	margin-bottom: 30px;
	color: #243035;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.blc_blg{
	margin-bottom: 40px;
}
.blc_blg2{
	margin-bottom: 10px;
}
.blc_blg_cont{
	padding: 10px;
	text-align: center;
}
.blc_blg_cont2{
	padding: 0;
	/*height: 325px;*/
}
.blc_blg_photo{
	display: block;
	text-align: left;
	margin-bottom: 10px;
	text-align: center;
}
.blc_blg_photo img, .blc_blg_cont img{
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
	max-width: 377px;
	max-height: 340px;
}
.blc_blg_cont2 a{
	display: block;
	height: auto;
	/*max-height: 300px;
	overflow: hidden;*/
	margin-bottom: 0;
}
#cboxContent .container{
	max-width: 100%;
	margin: 0;
}
#cboxContent .container .row{
	margin: 0;
}
.blc_blg_titre{
	margin-bottom: 7px;
	color: #243035;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.blc_blg_cont2 .blc_blg_titre{
	font-size: 14px;
	text-transform:none;
	text-align: center;
}
.blc_blg_descri{
	text-align: center;
	margin-bottom: 10px;
	min-height: 70px;
}
.blc_blg_btn{
	display: block;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.blc_blg_btn:hover{
	color: #333;
	text-decoration: underline;
}
.lst_btn_cont{
	text-align: center;
	margin-bottom: 60px;
}
.lst_btn_cont .lst_btn{
	display: inline-block; 
	cursor:pointer; 
	padding:10px 20px; 
	font-weight: bold;
	font-size: 16px;
	background-color:#243035;
	color: #fff;
	border-radius: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
.lst_btn_cont .lst_btn.active{
	background-color:#057bfe;
}

/**************/
.acc_cont{
	margin-top: 20px;
	margin-bottom: 40px;
}
.acc_cont_cont{
	margin-top: 0;
}
.acc_cont_frm{
	margin-bottom: 40px;
}
.page_photo{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 40px;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.acc_cont h1, .acc_cont h2, .acc_cont h3, .acc_cont h4{
	margin-bottom: 20px;
	color: #243035;
	font-family: "Open Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.acc_cont h2{
	margin-top: 15px;
	font-size: 26px;
}
.acc_cont_cont h2{
	text-align: left;
	margin-top: 0;
	padding: 0;
}
.acc_cont h3{
	margin-top: 15px;
	font-size: 22px;
}
.acc_cont h4{
	margin-top: 15px;
	font-size: 18px;
}
.detail_prd_name{
	font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.acc_cont_txt{
	padding-left: 0;
	text-align: justify;
	padding-bottom: 20px;
}
.flexslider{
	background-color: transparent !important;
	border: none !important;
}
.acc_cont_txt.col-lg-12{
  margin-bottom: 60px;
  border-bottom: 1px solid;
}
.cont_blc1_txt input[type=text], .cont_blc1_txt input[type=email],.cont_blc1_txt input[type=tel], .cont_blc1_txt textarea{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #057bfe;
	padding: 6px 6px 6px 6px;
	color: #333333;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
	margin-bottom: 15px;
}
.cont_blc1_txt textarea{
	height: 170px;
}
.cont_blc1_txt input[type=submit]{
	background-color: #057bfe;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #057bfe;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	cursor: pointer;
}
.rep_cont{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.rep_blc1{
	margin-bottom: 30px;
}
.rep_blc1_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.rep_blc1_img:hover img {
	transform: scale(1.2);
	opacity: 1;
}
.rep_blc1_img img{
	width: 100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.rep_cont h2{
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.rep_cont h2 a{
	color:#333;
}
.rep_blc1_desc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px;
	background: rgba(0,0,0,.4);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
}
.rep_blc1_img:hover .rep_blc1_desc{
	opacity: 1;
	pointer-events: auto;
}
.rep_det_title{
	color: #666666;
	font-family: "Open Sans", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 29px;
	padding-left: 25px;
	padding-right: 25px;
}
.rep_det_cont{
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}
/* Footer */
footer{
	margin-top:0;
}
.footer1
{
	margin:0;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #057bfe;
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.fooer1_title{
	color:#fff;
	font-size:16px;
	font-weight:700;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer1 p
{
	margin-top:0;
	color: #fff;
	font-size:14px;
	font-weight:400;
	margin-bottom: 18px;
}
.footer1 i{
	font-size: 16px;
	margin-right: 7px;
}
.footer1 i.fa-circle{
	font-size: 10px;
}
.footer1 .footer_blc a, .footer1 .footer_blc a:hover{
	color: #fff;
	text-decoration: none;
}
.footer2
{
	margin-top:0;
	background-color: #e9e3d4;
	line-height:65px;
	color:#243035;
	font-size:14px;
	font-weight:400;
	text-align: center;
}
.footer2 p{
	margin:0;
}
.footer2 .footer_blc a, .footer2 .footer_blc a:hover{
	color: #243035;
	text-decoration: underline;
}

/**************************/
.wpcf7-form-control{
	margin-bottom:15px !important;
}
/***************************/
.h2_contact h2{
	position:relative;
	padding-left:50px;
}
.h2_contact h2:before{
	position:absolute;
	left:0;
	top:calc(50% - 1px);
	display:block;
	width:37px;
	height:1px;
	background-color:#adadad;
	content:"";
}
.contact_2col1{
	width:calc(50% - 10px) !important;
	margin-right:10px !important;
}
.contact_2col2{
	width:calc(50% - 10px) !important;
	margin-left:10px !important;
}
#wpcf7-f23-p7-o1 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color:#fff;
}
#wpcf7-f23-p7-o1 .wpcf7-not-valid-tip{
	display:none !important;
}




/******************************/
.rouge{
	color:#F00;
}
#cboxWrapper, #colorbox{
	max-width:100% !important;
}
.clear { clear:both; }
/***************************************/
/*******************************/
.comments-template{
	margin: 10px 0 0 0;
}
 
.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}
 
.comments-template ol p{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 

 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
	float: left;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: justify;
    width: 872px;
}
.cadre_commentaires a{
	color:#52727A;
}
.cadre_commentaires li{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}
#form_comment{
	float:left;
	font-size: 12px;
    height: auto;
    line-height: 18px;
    padding-left: 24px;
    padding-right: 24px;
	padding-top: 24px;
    text-align: justify;
    width: 872px;
}
#form_comment h3{
	font-weight:bold;
}
#form_comment input, #form_comment textarea{
	margin-top:3px;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.zonetxt {
	background-color: #fff;
    border: 1px solid #334c4a;
    color: #334c4a;
    height: 34px;
    line-height: 32px;
	width:100%;
	max-width:200px;
	padding-left:12px;
	display:block;
	margin-bottom:20px;
}
.acc_blc2_txt, .acc_bloc1_txt{
	max-width:1000px;
	padding-left:15px;
	padding-right:15px;
}
.mCSB_scrollTools .mCSB_buttonUp{
	top:auto;
	bottom:18px;
	height:10px;
	background-position:top !important;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{
	height:10px;
	background-position:0 -2px !important;
}
.info_u_blc{
	color:#fff;
	font-weight:bold;
	background-color:#18a3ed;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}
.flex-direction-nav a::before {
	margin-top: 10px;
}
.srv_a_det{
	font-weight: bold;
	text-decoration: underline;
}
.srv_price{
	font-weight: bold;
	font-size: 18px;
}
.prd_select {
	width: 60px;
	height: 37px;
	line-height: 37px;
	margin-top: 7px;
	margin-bottom: 20px;
	background-color: #057bfe;
	position: relative;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
  }
  .prd_select2{
	margin: 0;
	height: 36px;
	line-height: 36px;
	padding: 5px;
  }
.prd_send{
	display: inline-block;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #057bfe;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
}
.prd_send:hover{
	color: #243035;
}
#panier_haut{float:left;width:100%;height:42px;background-color: #057bfe; margin-top: 20px;}
#panier_haut_nom{float:left;width:calc(100% - 430px);height:42px;text-align:center; line-height: 42px; font-weight: bold; color: #fff; border-right: 1px solid #fff; text-transform: uppercase;}
#panier_haut_qte{float:left;width:120px;height:42px;text-align:center; line-height: 42px; font-weight: bold; color: #fff; border-right: 1px solid #fff;  text-transform: uppercase;}
#panier_haut_pu{float:left;width:120px;height:42px;text-align:center; line-height: 42px; font-weight: bold; color: #fff; border-right: 1px solid #fff; text-transform: uppercase;}
#panier_haut_total{float:left;width:120px;height:42px;text-align:center; line-height: 42px; font-weight: bold; color: #fff; border-right: 1px solid #fff; text-transform: uppercase;}
#panier_haut_suppr{float:left;width:70px;height:42px;text-align:center; line-height: 42px; font-weight: bold; color: #fff;}
.block_panier_centre{float:left;width:100%;height:50px;}
.panier_presta_nom{float:left;padding:15px;padding-right:5px;width:calc(100% - 430px);height:50px; border: 1px solid #057bfe; border-right: none;border-bottom: none;}
.panier_presta_qte{float:left;width:120px;height:50px; border: 1px solid #057bfe;text-align: center;padding-top: 5px;  padding-bottom: 5px;border-right: none;border-bottom: none;}
.panier_presta_prix{float:left;padding:15px;padding-right:5px;width:120px;height:50px;border: 1px solid #057bfe;border-right: none;border-bottom: none;text-align:center; }
.panier_presta_total{float:left;padding:15px;padding-right:5px;width:120px;height:50px;border: 1px solid #057bfe;border-right: none;border-bottom: none;text-align:center; }
.panier_presta_suppr{float:left;width:70px;height:50px;text-align:center;border: 1px solid #057bfe; padding-top: 6px; padding-bottom: 6px;border-bottom: none;}
.block_panier_centre_frm{border-top: 1px solid #057bfe;float: left;width: 100%;}
.panier_presta_suppr img{ width: 30px;margin-top: 3px;}
#panier_bas{float:left;width:100%;height:63px;border-left:1px solid #057bfe;border-right:1px solid #057bfe;border-top:1px solid #057bfe;}
#panier_bas_remise{float:left;width:641px;height:73px;border-bottom:1px solid #057bfe;}
#panier_red_txt{float:left;width:calc(100% - 220px);padding-left:5px;height:63px;line-height:16px;font-weight:bold;padding-top:15px;padding-right:10px;text-align:right;}
#panier_red_txt2{float:left;width:198px;padding-left:5px;height:73px;line-height:73px;font-weight:bold;}
.panier_red_zon{border:none;width:134px;padding-left:4px;padding-right:4px;height:33px;line-height:33px;color:#333;margin-top:15px;float:left;}
.panier_red_zon2{border:none;width:166px;padding-left:4px;padding-right:4px;height:33px;line-height:33px;color:#333;margin-top:20px;float:left;}
#panier_red_btn{float:left;width:40px;height:33px;margin-top:15px;}
#panier_red_btn2{float:left;width:40px;height:33px;margin-top:20px;}
#panier_rem_txt{float:left;width:86px;height:29px;line-height:29px;font-weight:bold;margin-left:9px;text-align:center;font-size:11px;}
#panier_rem_mnt{float:left;width:100px;height:29px;line-height:29px;font-weight:bold;color:#057bfe;text-align:right;font-size:13px;}
#panier_total_txt{float:left;width:calc(100% - 200px);height:63px;line-height:63px;font-weight:bold;text-align:right;}
#panier_total_mnt{float:left;width:200px;height:63px;line-height:63px;font-weight:bold;color:#057bfe;text-align:center;font-size:20px; padding-right:70px; padding-left: 10px;}
#panier_total_txt2{float:left;width:86px;height:44px;line-height:44px;font-weight:bold;margin-left:9px;text-align:center;}
#panier_total_mnt2{float:left;width:100px;height:44px;line-height:44px;font-weight:bold;color:#057bfe;text-align:right;font-size:20px;}
#pan_continue_achat{float:left;width:100%;text-align:left;height:auto; padding-top: 30px; }
#pan_continue_achat a{display: inline-block;width:auto;height:auto; padding: 10px 10px; background-color: #057bfe;text-decoration: none; color: #fff; font-size: 18px; font-weight: bold;}
#panier_info_h{width:642px;height:29px;margin-top:45px;float:left;}
#panier_info_c{width:100%;height:auto;float:left;margin-top:20px; margin-bottom: 60px;}
#panier_info_b{width:642px;height:18px;float:left;}
.pan_info_txt{width:602px;height:auto;min-height:35px;line-height:35px;font-weight:bold;}
.pan_info_btn1{float:left;width:582px;padding-left:106px;height:35px;}
.pan_info_zone1{float:left;border:none;color:#333;width:507px;height:117px; border: 1px solid #057bfe; border-radius: 0; margin-bottom: 20px;padding-left: 5px;}
.pan_info_zone2{float:left;margin-left:156px;border:none;color:#333;width:195px;height:30px; border: 1px solid #057bfe; border-radius: 0;}
.pan_info_btn2{float:left;width:100%;padding-left:0;padding-top:20px;height:auto; padding-bottom:30px;}
.pan_info_btn2 a, .pan_info_btn_sub{display: inline-block;width:auto;height:auto; padding: 10px 10px; background-color: #057bfe;text-decoration: none; color: #fff; font-size: 18px; border: none; cursor: pointer; font-weight: bold;}
.list_cmd_haut{border:1px solid #057bfe;color:#057bfe;text-align:center;padding: 5px;}
.list_cmd_bas{border:1px solid #057bfe;text-align:center;padding: 5px;}
.blog_date{margin:0;padding:0;line-height:25px;width:503px;max-width:100%;text-align:left;font-size:14px;color:#057bfe;}
.blog_nom{margin:0;padding:0;line-height:25px;width:503px;max-width:100%;text-align:left;margin-top:10px;font-size:14px;color:#057bfe;}
.blog_msg{margin:0;padding:0;width:503px;max-width:100%;text-align:justify;line-height:25px;font-size:14px;}
.blog_pays{margin:0;padding:0;line-height:25px;width:503px;max-width:100%;text-align:left;font-size:14px;color:#057bfe;}
.blog_separateur{margin:0;padding:0;width:503px;max-width:100%;text-align:left;margin-top:10px;line-height:25px;}
.form_ce_block{width:100%;float:left;font-size:16px;color:#333}
.form_ce_block1{width:155px;height:37px;text-align:right;padding-right:5px;padding-top:5px;float:left;}
.form_ce_block2{width:calc(50% - 155px);height:42px;float:left;}
.form_ce_block3{width:150px;text-align:right;padding-right:5px;padding-top:5px;height:37px;float:left;}
.form_ce_block4{width:calc(50% - 150px);height:42px;float:left;}
.form_ce_block5{width:calc(100% - 155px);;height:104px;float:left;}
.form_ce_block5_2{height:42px;}
.form_ce_zonetxt{border:1px solid #333;color:#333;width:100%;height:32px;padding-left:5px;padding-right:5px;background-color:#fff;line-height:32px;}
.form_ce_zonetxt2{border:1px solid #333;color:#333;width:100%;height:32px;padding-left:5px;padding-right:5px;background-color:#fff;line-height:32px; max-width:100% !important;}
.form_ce_zonetxtarea{background:none;border:1px solid #333;color:#333;width:100%;background-color:#fff;height:102px; max-width:100% !important;}
.ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-color: transparent !important;
  }
  .ui-widget-content{
	color: #333 !important;
  }
  .ui-tabs{
	padding: 0 !important;
  }
  .ui-tabs .ui-tabs-nav{
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{
	cursor: pointer;
  }
  .ui-tabs .ui-tabs-panel{
	border-right: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	border-bottom: 1px solid #333 !important; 
  }
  .ui-widget-content{
	border: none !important;
  }
  .prd_btn1, #panier_haut, .prd_select, #pan_continue_achat a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background-color: #057bfe;
}

.prd_btn1 span, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	color: #ffffff;
}
.prd_btn1 input{
  /*margin-top:6px;
	margin-left:11px;
	background-color:#fff;
	border:none;*/
}
.flexslider .slides img{
	width: auto !important;
  	max-width: 377px;
  	max-height: 340px;
  	margin: auto;
}
.pan_title_mob{
	display: none;
}
.blc_gal_cont img{
  max-width: 190px;
  max-height: 170px;
}
.blc_gal_srv_cont_txt{
	width: 100%;
}
.blc_gal_srv_cont a{
	text-align: left;
	margin-left: 30px;
}