body *{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:1.03em;
}

.clear {
	clear:both;
	display:block;
	width: 100%;
}
.center {
	text-align:center;
}
.placeholder {
	color:#aaa;
}

.cookie-banner {
	position: fixed;
	bottom: 150px;
	left: 10%;
  right: 10%;
  width: 80%;
  padding: 20px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

h1 {
	font-size: 22px;
	line-height: 22px;
	display:block;
	text-align: center;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	padding: 30px 0;
	margin-top:30px;
}
#fond-noir {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:black;
	z-index:500;
}
#popup {	
	display: none;
	opacity:0;
	width: 400px;
	z-index:550;
	left:50%;
	position: fixed;
	top: 10px;
	margin-left:-215px;
	background: white;
	border: #eee 3px solid;
	border-radius: 3px;
	padding: 15px;
}
#popup .croix {
	background:url(../../img/default/croix.png) center center no-repeat ;
	display: block;
	float:right;
	position: relative;
	top:-7px;
	right: -7px;
	opacity: .4;
	cursor: pointer;
	width: 10px;
	height: 10px;
}
#popup .croix:hover {
	opacity:1;
}
#logout-confirm-html {
	display: none;
}
#popup .submit {
	display: block;
	width: 100%;
	background:#E41149;
	color: #fff;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.msg {
	display:block;
	background:#eee;
	padding: 5px 20px;
	margin-top: 10px;
	text-align:center;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.msg.error {
	background:#d31919;
	color:white;
}
.msg.ok {
	background:#1bc41b;
	color:#fff;
}
.msg a {
	color:rgba(0,0,0,.5);
}

.just {
	text-align: justify;
}
/*---*/
header {
	display:block;
	height:100px;
	background: #fff;
	overflow:hidden;
	border-bottom:#ccc 1px solid;
}

header #inside-header {
	max-width: 1000px;
	min-width:400px;
	display:block;
	margin:0 auto;
	height: 100px;
	overflow-y:hidden;
}

header #inside-header #logo{
	display:inline-block;
	float:left;
	margin-right: 20px;
	height: 100px;
}
header #inside-header #logo img{
	height: 60px;
	padding: 20px 10px;
}
header #inside-header nav {
	margin-top:-30px;
}
header #inside-header nav ul li{
	display: inline-block;
	height: 100px;
	margin: 0 5px;
}
header #inside-header nav ul li:only-child{
	display: none;
}
header #inside-header nav ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	margin-top:27px ;
	padding: 0 10px;
	color:white;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
	color:white;
	text-transform: uppercase;
	background:#000;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
}
header #inside-header nav ul li a:hover, header #inside-header nav ul li a.selected {
	opacity:0.8;
}
/*
header #inside-header nav ul li a.highlight {
	background:#666;
	border:#999 solid 1px;
}
header #inside-header nav ul li a.highlight:hover {
	border:#555 solid 1px;
}
*/
header #inside-header nav ul li a.selected {
	background:#555;
}

header #connectedas {
	display: block;
	text-align: right;
	height: 20px;
	line-height: 20px;
	color:#000000;
	padding-top: 15px;
	font-weight: bold;
}
header #connectedas p{
	display: inline-block;
	background: #fff;
	padding:0 10px;
	
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
header #connectedas a{
	color:#000000;
}
header #languages {
	float:right;
	margin-top:5px;
}
header #languages select{
	max-width:100px;
	height: 30px;
	border:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:none;
}
header #under-header {
	display:none;
}
/* --- Mobile menu */
#mobile-menu {
	display: block;
	width: 100%;
	text-align:center;
	border-top: 2px #fff solid;
	display:none;
}
#mobile-menu ul li {
	border: 2px solid #fff;
	border-top:none;
}
#mobile-menu ul li a {
	height:40px;
	line-height:40px;
	display: block;
	background: #eee;
	vertical-align:middle;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	color:#333;
	text-transform: uppercase;
}
#mobile-menu ul li a.selected {
	background:#333;
	color:white;
}

#menu-icon-btn {
	display: none;
	float:right;
	width:60px;
	height:60px;
	background:#fff;
	margin-top:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	line-height:60px;
	color:#DA291C;
	text-decoration:none;
	font-size: 30px;
	margin-right: 10px;
}
/* --- fin mobile menu */

.test-lang select {
	padding-left: 31px;

}
 /* select with custom icons */
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item {
      padding: 0.5em 0 0.5em 3.5em;
    }
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
      height: 12px;
      width: 21px;
      top: 0.1em;
    }
 
    /* select with CSS avatar icons */
    option.avatar {
      background-repeat: no-repeat !important;
      padding-left: 20px;
    }
    .avatar .ui-icon {
      background-position: left top;
    }

#content {
	max-width: 1020px;
	min-width:400px;
	padding:0 10px;
	margin:auto;
}

/*----------------*/
footer {
	display: block;
	background:#CCCCCC;
	margin-top: 50px;
	width: 100%;
}
#inside-footer {
	text-align:center;
	max-width: 1020px;
	min-width:400px;
	margin:auto;
	padding: 50px 10px;
}
#inside-footer .col {
	display: inline-block;
	width: 32%;
	text-align: center;
	vertical-align:top;
	margin-bottom: 20px;
}
#inside-footer .col.double {
	max-width: 650px;
	text-align: left;
}

#inside-footer a {
	color:#000000;	
}
#inside-footer .col .btn {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	display: inline-block;
	background: #666666;
	color:#fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	text-decoration:none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
#btn-send-sms {
	cursor:pointer;
}
#inside-footer .col .btn span#img-send-sms {
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	height:30px;
	width: 30px;
	text-align:center;
	margin-right:10px;
	float: left;
}
#inside-footer .col .btn.ok{
	background:#1bc41b;
}
#inside-footer .col .btn.ko{
	background:#d31919;
}

@media all and (max-width: 999px){
	#inside-footer .col,#inside-footer .col.double {
		display:block;
		width:100%;
		text-align:center;
	}
	header #inside-header nav ul li.current_page {
		display:none;
	}
	header #inside-header #languages {
		margin-top: 45px;
		margin-right: 20px;
	}
	header nav, header #connectedas {
		display:none;
	}
	
	header #menu-icon-btn {
		display:block;
	}
}

.ar_AE input:not([type=tel]):not([type=email]):not([name=pan_4last]):not([name=cardtoken]):not([name=voucher_code]):not([name=product_amount]):not([name=firstname]):not([name=lastname]):not([name=displayed_phone]):not([name=recipient_name]):not([name=address]):not([name=zip]):not([name=city]){
	direction: rtl;
    /*unicode-bidi: bidi-override;*/
}
.ar_AE input:not([type=tel]), .ar_AE select{
	text-align:right;
}
.ar_AE   {
	text-align:right;
}
.ar_AE td, .ar_AE nav {
	text-align:left;
}