/* RESET */
* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
/*	list-style-type: none;*/
}

/* COMMON */
html, body {
        font-family:'arial';
	min-height: 100%;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a.help {
	text-decoration: underline;
}

a.help {
	font-size: 11px;
	color: #818181;
}

a.help:hover {
	text-decoration: none;
}

a.help:before {
    content: ">";
}

a.print {
	display: inline-block;
	height: 26px;
	width: 25px;
	background-image: url('../img/print_button.png');
        background-repeat: no-repeat;
}

/*.print {
	display: inline-block;
	height: 26px;
	width: 25px;
	background-image: url('../img/print_button.gif');
        background-repeat: no-repeat;
}*/

a.acrobat {
	display: inline-block;
	height: 30px;
	width: 31px;
	background-image: url('../img/acrobat.png');
	float: left;
	margin-right: 8px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.float-left {
        margin-left: 18px;
	float: left;
}

.float-right {
	float: right;
}

.bold {
	font-family: arial;
}
	
.align-left {
	text-align: left;
}

.center {
	text-align: center;
}

body {
	/*background-color: #62c2da;*/
/*	background-color: #e6e6e6;*/
        background-color: #eee;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#wrapper-global.cheque {
	background-color: #fff;
}

#wrapper-global.cheque div.content {
	color: #565656;
	padding: 50px;
	font-size: 16px;
	background-color: white;
}

#wrapper-global.cheque div.content p + p {
	margin-top: 25px;
}

#header {
	background-image: url('../img/entete.png');
        background-repeat: no-repeat;
/*	padding: 15px;*/
}

#header #nav {
	line-height: 36px;
	font-family: arial;
	float: right;
	font-size: 12px;
}

#header #nav a {
	display: inline-block;
	margin-right: 20px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 9px;
        color: white;
}

#hello {
    margin-right: 25px;
    text-transform: uppercase;
    color: white;
}

#footer {
	background-color: #0079D4;
        position: relative;
/*        bottom: 0;*/
        top: 0;
        width: 990px;
        float: left;
        margin-top: 0;
}

#footer_login {
	background-color: #0079D4;
        position: relative;
/*        bottom: 0;*/
        top: 8px;
        width: 990px;
        float: left;
        margin-top: 0;
}

#nav-footer2 {
        background-color: #0079D4;
	line-height: 36px;
	font-family: arial;
	float: left;
	font-size: 12px;
	margin-right: 30px;
	padding-left: 25px;
}
#nav-footer {
        background-color: #0079D4;
	line-height: 36px;
	font-family: arial;
	float: right;
	font-size: 12px;
        color: white;
}

#nav-footer a {
	display: inline-block;
	margin-right: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: 0 9px;
        color: white;
}

#nav-footer .active {
	background-color: transparent !important;
        font-weight: bolder;
        text-decoration: underline;
        color:black;
}

#title-head {
    position: absolute; 
    width: 30%; background-color: white; height: 50px; top: 0; left: 0; padding-top: 10px;
}

#nav-help {
	background-image: url('../img/question-mark.png');
}

/*#nav-help-footer {
	background-image: url('../img/question-mark.png');
}*/

#nav-cgu {
	background-image: url('../img/paper.png');
}

/*#nav-cgu-footer {
	background-image: url('../img/paper.png');
}*/

#nav-logout, #nav-close {
/*	background-image: url('../img/blue-cross.png');*/
	color: #1170c2;
	width: 85px;
}

#header #nav .nav-logout, #header #nav a#nav-logout, #header #nav a#nav-close {
	display: inline-block;
	margin-right: 0;
}

#header #nav .nav-logout{
	width: 105px;
}
#nav-logout2 {
	display: inline-block;
	margin-right: 0;
	width: 105px;
	min-width: 105px;
	max-width: 105px;
}

#nav-castorama-link{
        display: inline-block;
	margin-right: 0;
	width: 105px;
	min-width: 105px;
	max-width: 105px;  
        color: #1170c2;
/*        font-weight: bold;*/
}

#nav-castorama-link-login {
        position: absolute;
        top: 10px;
        right: 20px;    
        display: inline-block;
        margin-right: 0;
        width: 125px;
        min-width: 105px;
        max-width: 125px; 
        color: #1170c2;
        font-weight: bold;
}

#header a#nav-close {
	margin-right: 50px;
}

.img_castorama {
    max-width: 100%;
    height: auto;
}
#form-login .img_castorama {
    max-width: 100%;
    height: auto;
}
#form-login-temporaire .img_castorama {
    max-width: 100%;
    height: auto;
    margin-left:20px
}
#form-login h1 {
        width: 257px;
}
#form-login-temporaire h1 {
        width: 257px;
}
h1 {
/*	background-image: url('../img/castorama-logo.png');*/
	width: 255px;
}

h1 span {
	display: none;
}

h1, .header {
	height: 36px;
}

h2 {
        color: #58585A;
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	font-size: 25px;
	font-family:'century Gothic';
}
.annexe p + h2 {
	margin-top: 60px;
}
h3 {
        color: #58585A;
	font-size: 30px;
	font-family:'century Gothic';
}
.border {
	height: 6px;
	position: relative;
	
	background-color: #2c74ac;
	background: -moz-linear-gradient(top, rgba(104,167,218,1) 0%, rgba(44,116,172,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,167,218,1)), color-stop(100%, rgba(44,116,172,1)));
	background: -webkit-linear-gradient(top, rgba(104,167,218,1) 0%, rgba(44,116,172,1) 100%);
	background: -o-linear-gradient(top, rgba(104,167,218,1) 0%, rgba(44,116,172,1) 100%);
	background: -ms-linear-gradient(top, rgba(104,167,218,1) 0%, rgba(44,116,172,1) 100%);
	background: linear-gradient(to bottom, rgba(104,167,218,1) 0%, rgba(44,116,172,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68a7da', endColorstr='#2c74ac', GradientType=0 );
	
	box-shadow: 0px 1px 2px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=2);
}

.annexe h3 {
    border-top: 1px solid #fff;
    font-size: 22px;
    margin: 35px 0;
    padding-top: 35px;
    font-weight: normal;
}

/* FORM */
form {
/*	background-color: #fff;*/
/*        height: 50px;*/
        
}

/*form div + div, .bloc div + div {
	margin-top: 5px;
}*/

form div, .bloc div {
    margin-top: 5px;
}

form div label {
    width: 40%;
}

#form-login {
    	background-color: #fff;
	padding: 15px;
	margin: 10px;
        margin-top: 25px;
        margin-left: 28px;
        margin-bottom: 70px;
	width: 254px;
        height: 460px;
	padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        color: #5D5D5D;
        box-shadow: 0 0 10px 1px #656565;
        
}
#form-login-temporaire {
    	background-color: #fff;
	padding: 15px;
	margin: 10px;
        margin-top: 25px;
        margin-left: 28px;
        margin-bottom: 70px;
	width: 480px;
        height: 420px;
	padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        color: #5D5D5D;
        box-shadow: 0 0 10px 1px #656565;
}

#form-login .float-left {
    margin-left: 39px;
}
#form-login-temporaire .float-left {
    margin-left: 39px;
}
.subtitle-form-login, .subtitle-form-login-temporaire{
    margin-top: 0px; 
    margin-bottom: 40px; 
    width: 80%; 
    font-size: 25px; 
    font-weight:  bold;
    font-family:'century Gothic';
    color: #58585A;
}

#form-login label {
	color: #58585A;
	display: inline;
	width: auto;
	font-size: 20px;
	font-weight: bold;
        font-family:'century Gothic';
}

#form-login input {
	width: 100%;
	border-color: #0078d7;
        background-color: #f2f2f2;
	border-radius: 5px;
	font-family: arial;
}
#form-login-temporaire label {
	color: #58585A;
	width: 40%;
	font-size: 16px;
	font-weight: bold;
        font-family:'century Gothic';
}

#form-login-temporaire input {
	width: 55%;
	border-color: #0078d7;
        background-color: #f2f2f2;
	border-radius: 5px;
	font-family: arial;
}

label {
	font-size: 16px;
	color: #58585A;
	display: inline-block;
	width: 110px;
	font-family:  arial;
        font-weight: bold;
}

.pass_info {
    background-color: rgb(216, 237, 246);
    
}

.infobulle_login{
    padding: 10px;
    padding-left: 25px;
    padding-top: 0;
    color: #0078d7;
    font-size: 16px;
}

#f_password {
        color: #007ddd;
    
}
a.disabled {
   pointer-events: none;
   cursor: wait;
   color: gray;
}

#btn-connect {
    font-size: 22px;    
}

/*label.large {
	width: 260px;
}*/

label.infolarge {
	width: 260px;
        color: #62c2da;
	font-size:16px;
}

label .complement {
	font-size:12px;
	color: #979797;
}

label.textarea  {
	vertical-align: top;
}

label.checkbox {
	width: auto;
}

input, textarea {
	color: #5b5b5b;
	border: 1px solid;
	border-color: #0078d7;
/*	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #f6f8fa, white);
	background-image: -moz-linear-gradient(top, #f6f8fa, white);
	background-image: -o-linear-gradient(top, #f6f8fa, white);
	background-image: linear-gradient(to bottom, #f6f8fa, white);*/
        background-color: #F2F2F2;
	width: 300px;
	border-radius: 7px;
}

input {
	height: 32px;
        margin-bottom: 10px;
}

textarea {
	resize: none;
	height: 75px;
}

input[type='submit'] {
	background-image: none;
	color: #fff;
	border: none;
	font-family: arial;
	width: 50%;
	font-size:16px;
        border-radius: 5px;
}

input[type='submit'].valid {
/*	background-color: #0175be;*/
        background-color: #007ddd;
}

input[type='submit'].cancel {
	background-color: #575757;
}

input[type='checkbox'] {
	width: auto;
	height: auto;
}

input.medium {
	width: 150px;
}

#form-login .float-left {
    margin-bottom: 20px;    
}
#form-login-temporaire .float-left {
    margin-bottom: 20px;    
    margin-left: 245px;     
}

#password_panel{
    width:100% !important;   
    margin-left: 200px;  
}
#infopassword{
    position:absolute;
    left:510px;
    top:255px;
}
div.castorama-card {
	background-image: url('../img/castorama-card.png');
	background-repeat: no-repeat;
	height: 91px;
	width: 145px;
	position: relative;
	box-shadow: 0 0 10px 1px #656565;
	margin: 20px 0 40px;
	border-radius: 10px;
}

#form-login div.castorama-card {
/*	left: 132px;*/
        position: absolute;
        float: right;
        left: 222px;
        top: 130px;
        transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
}

#left div.castorama-card {
	left: 127px;
	margin: 20px 0 50px;
}

form div.buttons {
	margin-top: 25px;
}

.tab {
	padding-left: 25px;
}

.tab-double {
	padding-left: 50px;
}




/* SCROLLBAR */
::-webkit-scrollbar {
	width: 15px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}

::-webkit-scrollbar-track-piece  {
	background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
	background: #0075be url('../img/scrollbar.png') no-repeat center;
}

/* WRAPPER */
#wrapper-global {
	position:relative;
	height:100%;
	width: 990px;
	margin: auto;
	background-color: #eee;
}
#wrapper-content {
/*	background-image:url('../img/background-content-full.jpg'); */
    background-repeat: repeat-y;
	min-height:600px;
}
#wrapper-global.background-2colors{
/*	background-image:url('../img/background-content-full.jpg'); */
	background-repeat:repeat-y;
}	
#background-girl-medium {
	width:100%; 
	height:203px;
}

#background-info-perso {
	width:100%; 
	height:203px;
}

#background-cumul_achats{
        width:100%; 
	height:203px;    
}

#background-coupon_fidelite {
        width:100%; 
	height:203px;    
}


.background-girl-tall  {
	background-image: url('../img/VisuEcranAccueil.png');
        background-position: top left;
	background-repeat: no-repeat;
        max-height: 640px;
        width: auto;
}

.background-girl-medium {
/*	background-position: top left;*/
	background-repeat: no-repeat;
	background-image: url('../img/entete_home_page.png');
}

.background-info-perso {
/*	background-position: top left;*/
	background-repeat: no-repeat;
	background-image: url('../img/entete_info_perso.png');
}

.background-cumul_achats {
/*	background-position: top left;*/
	background-repeat: no-repeat;
	background-image: url('../img/entete_cumulachats.jpg');
}

.background-coupon_fidelite {
    /*	background-position: top left;*/
	background-repeat: no-repeat;
	background-image: url('../img/entete_coupon_fidelite.jpg');
}


.fidelite_recompensee {
/*        background-repeat: no-repeat;
	background-image: url('../img/fideliterecompensee.png');*/
        
        width:260px; 
        height: 80px;
        position: absolute;
        top: 242px;
        z-index: 10;
}

#img_fidelite {
    max-width: 100%;
    height: auto;
}

.pos_logo_casto {
    
}


#wrapper {
	
	position: absolute;
	min-height: 100%;
}

/* CONTENT */

ul {
 padding:0;
 margin:0;
/* list-style-type:none;*/
 }
li {
 float:left; /*pour IE*/
/* background-color: #f2f2f2;*/
 }
ul li a {
 display:block;
 float:left;   
 height: 25px;
 border: #f2f2f2 solid 1px;
 text-decoration:none;
 text-align:center;
 padding: 10px 0 0 0;
 color: #0078d7;
 font-weight: bold;
 }

#ul-home {
     background-image: url('../img/home_button.gif');
     background-repeat: no-repeat;
     border: #646464 solid 1px;
}


#left {
	/*background-color: #fff; */
	width: 250px;
	color: #555555;
	font-family: arial;
}
#left ul {
	margin-left: 40px;
}

#left ul li {
	padding: 15px 0;
}

#left ul li + li {
	border-top: 1px solid #d2d2d2;
}

#home {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

#title_home {
    font-family:'century Gothic';
    font-weight: bold;
    font-size: 30px;
    color: #58585A;
}

#subtitle_home {
    font-family: 'casto_slogan';
    color: #0078d7;
    font-size: 30px;
}

.subtitle {
    font-family:'century Gothic';
    font-size: 18px;
    font-weight: bold;
    color: #58585A;
}

#main_field {
    margin-top: 50px;
    font-family: arial;
    font-size: 13px;
    color: #58585A;
}

#right_field {
    float: right;
    width: 390px;
    padding-left: 15px;
}

#left_field {
    float: left;
    width: 390px;
    min-height: 400px;
    padding-right: 15px;
}

#expiration {
    color: #0078d7;
    font-family: arial;
}

#expiration tr {
    background-color: #FFF;
    display: block;
}

#expiration td {
    text-decoration: none;
    text-align: left;
    display: block;
    height: auto;
    
   margin-bottom: 5px;
}

#expiration input {
    height: auto;
    width: auto;
}

#expiration label {
    width: 90%;
    padding-left: 10px;
    color: #0078D7;
}

#expiration_cumul_achat {
    color: #58585A;
    font-family: arial;
}

#expiration input[type='submit'] {
    background-color: #0078d7;
}

#alert-mail {
    background-color: #ffda00;
    padding: 20px;
    padding-top: 5px;
    padding-right: 30px;
    margin-right: 30px;
    font-weight: bold;
}

#cross_alert {
    background-color: transparent;
    display: block;
    position: relative;
    left: -17px;;
    top: -5px;
    color: white;
}

#cross_alert:hover {
    cursor:pointer;
}

#cross_detail {
    color: white;
    float: right;
}

#cross_detail:hover {
    cursor:pointer;
}

#sondage input[type='submit'] {
    width: 40%;
    margin-top: 10px;
    background-color: #0078d7;
}

.home_print {
    width: 190px;
    color: #0078d7;
    font-weight: bold;
    display: inline-block;
    height: 26px;
/*	width: 25px;*/
    background-image: url('../img/print_button.gif');
    background-repeat: no-repeat;
}

#right {
	color: #fff;
	padding: 40px 40px 40px 60px;
	font-size: 16px;
	margin-left: 250px;
	/*background-color: #62c2da;*/
}

#radio {
    height: 20px;
    
}



.light {
    background-image: url('../img/idea_logo.gif');
    background-repeat: no-repeat;
    position : relative;
    height: 55px;
    width: 29px;
    left: 360px;
    top: -65px;
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

#btn_home {
    font-weight: bold; 
    border-radius: 5px; 
    background-color: #007ddd; 
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    text-decoration: none;
}

#sondage {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    color: #58585A;    
}

.mentions p + p {
	margin-top: 10px;
}

.slogan {
	margin: 25px;
	margin-left:40px;
	font-size: 20px;
}

.slogan span {
	color: #68c0cc;
	font-size: 22px;
	font-family:'casto_slogan';
}

.active {
/*	color: #62c2da;*/
        color: white;
        background-color: #666;
        border-color: #666;
}

#img_home_btn{
    max-width: 100%;
    height: auto;
}

.img_home_btn_none {
    display: none;
}

.active_home {
/*	color: #62c2da;*/
        background-image: url('../img/home_icon_selected.jpg');
}

.not_active_home {
/*	color: #62c2da;*/
        background-image: url('../img/home_icon.jpg');
}
	
#item-wrapper {
/*	max-width: 550px;*/
}

#right .item {
	position: relative;
	width: 190px;
	height: 190px;
	background-color: #fff;
	color: #000;
	display: table;
	/*background-image: url('../img/information.png');
	background-repeat: no-repeat;
	background-position: 165px 165px;*/
	margin: 30px 30px 0 0;
	box-shadow: 0 0 10px 1px #656565
}
#right .item .i_logo {
	width:18px;
	height: 20px;
	position:absolute;
	right:5px;
	bottom:2px;
	background-image: url('../img/information.png');
	background-repeat: no-repeat;
}
#right .item a {
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
	color: #4e4e4e;
	font-size: 24px;
}

#right .bloc {
	padding: 30px;
	background-color: #fff;
	color: #555555;
	font-size: 14px;
	margin-bottom: 25px;
}

#edit_client{
    margin-left: 150px;
}

.bloc2 {
    margin-top: 20px;
}

.bloc {
    margin-top: 20px;
}

.bloc input {
    background-color: #f2f2f2;
}

.bloc input[type='checkbox'] {
    height: 25px;
    width: 25px;
}

#right .bloc2 {
	padding: 30px;
	padding-bottom: 0px;
	background-color: #fff;
	color: #555555;
	font-size: 14px;
	margin-bottom: 0px;
}

.bloc2 div {
    height: 30px;
}

.bloc2 input {
    height: auto;
}

.bloc2 input[type='submit'].valid {
    padding:6px; 
    width: auto;
    border-radius: 3px;
}

.bloc input[type='submit'].valid {
    padding:6px; 
    width: auto;
    border-radius: 3px;
}

hr {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: #1A171B;
}

.bloc2 h3 {
	color: #58585A;
	font-weight: bold;
	margin-bottom: 15px;
}
.bloc h3 {
	color: #58585A;
	font-weight: bold;
	margin-bottom: 15px;
}

.bloc h4 {
	color: #58585A;
	font-size: 18px;
        font-family: 'arial';
/*	text-align: center;*/
	font-weight: normal;
	margin-bottom: 15px;
}

#no_tel {
    width: 300px;
    display: block;
    position: relative;
    top: -44px;
    left: 330px;
}

#img_no_tel {
    max-width: 100%;
    height: auto;    
}
/*
.bloc table a.print {
	position:absolute;
	top:1px;
	left:4px;
}*/

#datatable {
    height: 330px;
}

#icon_detail {
    color: #0078d7; 
    font-weight: bold; 
    font-size: 33px;
}

#icon_detail:hover {
    text-decoration: none;
    cursor:pointer;
}

#icon_montant {
    color: #58585A; 
    font-weight: normal; 
}

#icon_montant:hover {
    text-decoration: none;
    cursor:pointer;
}

#volet_detail {
    display: none;
    position: relative;
    left: 432px;
    top: 62px;
    height: 324px;
    width: 375px;
    padding: 10px;
    background-color: #ffda00;
}

#right > p + p, .bloc p + p {
	margin-top: 15px;
}

.info {
	color: #58585A;
        font-weight: bold;
	font-size:16px;
}

p.medium {
        margin-top: 10px;
	font-size: 12px;
        font-family: 'arial'
}

p.small {
	font-size: 12px;
}

/* TABLE */
table {
/*	background-color: #62c2da; */
	width: 100%;
	text-align: center;
	font-size: 13px;
}
       
table th {
	color: #58585A;
	font-size:15px;
	font-weight: bold;
	padding: 2px;
        background-color: white;
}

table {
	color: #58585A;
}

table .odd {
        background-color: #0199c2;
}

tr:nth-child(even) {
        background-color : rgb(178, 214, 242); 
}

tr:nth-child(odd) {
        background-color: rgb(209, 231, 247); 
}

table td {
	padding: 0px 6px;
	height: 40px;
}

table th span {
	position: relative;
	top: 5px;
	right: 5px;
}

table th span br {
	height: 0;
}

table .up-down {
	display: inline-block;
	height: 10px;
	width: 8px;
	background-image: url('../img/up-down.png');
}

/* PAGINATION */
.pagination {
	text-align: center;
	margin-top: 10px;
}

.pagination a {
	color: #fff;
}

.pagination a:hover {
	text-decoration: none;
}
/*
.pagination .first, .pagination .previous, .pagination .page, .pagination .next, .pagination .last {
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: 0 -1px;
	font-size: 12px;
	line-height: 22px;
	font-family:'century Gothic';
}

.pagination .first {
	background-image: url('../img/first.png');
}
.pagination .previous {
	background-image: url('../img/previous.png');
}

.pagination .page {
	background-image: url('../img/page.png');
	margin: 0 8px;
}

.pagination .next {
	background-image: url('../img/next.png');
}

.pagination .last {
	background-image: url('../img/last.png');
}
*/
.ui-paginator-first, .ui-paginator-prev, .ui-paginator-page, .ui-paginator-next, .ui-paginator-last {
	display: inline-block;
	height: 22px;
	width: 22px;
	margin: 0 -1px;
	font-size: 12px;
	line-height: 22px;
	font-family:'arial';
}
.ui-paginator-first {
	background-image: url('../img/first.png');
}
.ui-paginator-prev {
	background-image: url('../img/previous.png');
}

.ui-paginator-pages .ui-state-active {
    background-image: url("../img/page.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
}

.ui-paginator-next {
	background-image: url('../img/next.png');
}

.ui-paginator-last {
	background-image: url('../img/last.png');
}

/* SLIDER */
div.slider > div {
	font-size: 13px;
	font-family: 'arial';
}

.slider .ui-accordion-header,
div.slider div.open, div.slider div.close {
    background-repeat: no-repeat;
    background-color: #fff;
}
.slider .ui-accordion-header,
div.slider div.open {
    margin-bottom: -3px;
    background-image: url('../../img/open.png');
    background-position: 10px 15px;
}

.slider h3[aria-expanded='false'],
div.slider div.close {
	margin-bottom: 3px;
	background-image: url('../img/close.png');
	background-position: 10px 12px;
}
.slider .ui-accordion-header,
div.slider div.open, div.slider div.open p.question {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.slider .ui-accordion-content{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider h3[aria-expanded='false'],
div.slider div.close , div.slider div.close  p.question {
	border-radius: 5px;
}
.slider .answer,.slider .ui-accordion-header,
div.slider p {
	padding: 10px 15px 10px 25px;
}
.slider h3 a,
div.slider p.question {
	color: #0975b6;

}
.slider .answer ,
div.slider p.answer {
	background-color: #f2f2f2;
	color: #696969;
}

/* CHEQUE */
#cheque {
	font-size: 15px;
}

#cheque-talon, #cheque-details {
	border-top: 1px dashed #000;
}

#cheque-talon {
	background-color: #ababab;
	color: #fff;
	width: 18%;
	padding: 26px 5px;
}

#cheque-details {
	width: 79%;
	background-color: #ededed;
	color: #000;
	border-left: 1px dashed #000;
}

#cheque-entete {
	background-color: #5dbdd5;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

#cheque-corps {
	padding: 15px;
}

#cheque-logo {
	background-color: #fff;
	text-align: center;
	padding-top: 5px;
}

#cheque-montant  span:first-child + span {
	background-color: #fff;
	display: block;
	width: 110px;
	height: 34px;
	text-align: right;
	line-height: 34px;
	font-family: 'arial';
	padding-right: 5px;
	font-size: 16px;
}

span.scissor {
	display: inline-block;
	width: 36px;
	height: 20px;
	background-image: url('../img/scissor.png');
	margin-left: 7%;
	margin-top: 50px;
}

#ville_output {
	width: 200px;
}
#codepostal_output {
	width: 80px;
        margin-left: 10px; 
}

a.disabled {
   pointer-events: none;
   cursor: default;
   color: gray;
}

#display-cookie-policy  {
	width: 100%;
	border-color: #0078d7;
    font-size: 9pt; 
    font-weight:  normal;
    font-family:'century Gothic';
    color: #58585A;
        background-color: #f2f2f2aa;
}

#display-cookie-policy a {
    color: #58585A;
    text-decoration: underline;
}

#form-cookie-policy label {
	color: #58585A;
	display: inline;
	width: auto;
	font-size: 12px;
        font-family:'century Gothic';
}
#form-cookie-policy label {
	color: #58585A;
	display: inline;
	width: auto;
	font-size: 12px;
        font-family:'century Gothic';
}
#form-cookie-policy input {
	width: 55%;
	border: none;
        background-color: transparent;
	border-radius: 5px;
	font-family: arial;
}
#form-cookie-policy table {
        background-color: transparent !important;
        width:auto;
}
#form-cookie-policy tr {
        background-color: transparent !important;
        width:100px;
}

#form-cookie-policy td {
	padding: 0px 10px;
	height: auto;
        width: auto;
}


#form-cookie-policy input {
    height: auto;
    width: auto;
}

#form-cookie-policy label {
    width: 90%;
    padding-left: 10px;
    color: #0078D7;
}

#form-cookie-policy h3{
    border-top: 1px solid #fff;
    font-size: 22px;
    margin: 10px 0;
    padding-top: 10px;
    font-weight: normal;
}
#form-cookie-policy h4{
    border-top: 1px solid #fff;
    font-size: 14px;
    margin: 0px 0;
    padding-top: 0px;
    font-weight: bold;
}