<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-vendu
{
	position: absolute;
	left: 37px;	
}

BODY
{
	background: url(../images/fond.jpg) repeat-x;
	margin: 0;
	font-family: arial;
	font-size: 14px;
}

table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}

h1
{
	margin: 10px 0;
	
	font-size: 20px;
	color: #613B97;
}
h2
{
	margin: 5px 0;
	
	font-size: 16px;
	color: #613B97;
}
h3
{
	margin: 5px 0;
	
	font-size: 14px;
	color: #613B97;
}

h1 a,h2 a,h3 a
{
	color: #613B97;
	text-decoration: none;
}
.bloc h1, .bloc h2, .bloc h3
{
	font-weight: normal;
}


hr
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px dashed #613B97;
}

a img
{
	border: 0;
}
/*Formulaires*/
input[type="text"], input[type="password"], select
{
	border: 1px solid #613B97;
	width: 207px;
	/*height: 20px;*/
	padding: 5px;
	border-radius: 3px;
}
select
{
	height: 24px;
}
input[type="text"][readonly]
{
	background-color: #D3D3D3;
}


/*Top*/
#top
{
	/*box-shadow: 0 0 5px #000000;*/
}
#banniere &gt; tbody &gt; tr &gt; td
{
	background: url(../images/top.jpg) no-repeat;
	width: 980px;
	height: 160px;
}
#top #logo_site
{
	position: relative;
}
#top #logo_site img
{
	/*position: absolute;
	top: -5px;
	left: 15px;*/
}

/*Menu*/
@font-face
{
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
ul#menu
{
	background: url(../images/menu.jpg);
	height: 37px;
	margin: 0;
	padding: 0;
}
ul#menu &gt; li
{
	float: left;
	list-style: none;
	border-right: 1px solid #000000;
	position: relative;
	white-space:nowrap;
}
ul#menu &gt; li &gt; a
{
	display: inline-block;
	padding: 0 20px;
	
	height: 37px;
	
	color: #FFFFFF;
	line-height: 37px;
	text-decoration: none;
	font-family: AvantGardeBkBTBook;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
}
ul#menu &gt; li:hover
{
	background: #666666;
	text-shadow: 0px 1px 1px #000;
}
ul#menu &gt; li &gt; a &gt; img
{
	margin-top: 5px;
	vertical-align: text-bottom;
}
/*Sous menu*/
ul#menu &gt; li &gt; ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	background: #666666;
	
	position: absolute;
	display: none;
	z-index: 100;
}
ul#menu &gt; li &gt; ul &gt; li
{
	
}
ul#menu &gt; li &gt; ul &gt; li &gt; a
{
	display: block;
	font-size:12px;
	padding: 5px 5px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #000;
	text-decoration: none;
}
ul#menu &gt; li &gt; ul &gt; li &gt; a:hover
{
	background: #613B97;
}

/*Pagination*/
.pagination
{
	margin-top: 10px;	
}

.pagination form
{
	display:inline;
}

.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #403221;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}
.bouton_h2_accueil
{
	text-decoration: none;
}
.bouton_h2_accueil &gt; h2
{
	background: #ae93c6;
	color: #FFF;
	padding: 5px;
	border-radius: 5px; 
}
.fb_iframe_widget 
{
	display: inline-block;
	position: relative;
	padding: 0 30px;
	margin: 25px 0 10px;
}

/*Page*/
td#page
{
	position: relative;
	
	background: #FFFFFF;
	padding: 5px;
	height: 700px;
	max-width: 970px;
	vertical-align: top;
	padding-bottom: 20px;
}

a.bouton, input[type='submit'].bouton, input[type='button'].bouton, button.bouton
{
	display: inline-block;
	/*background: url(../images/btn.png);*/
	background-color: #ae93c6;
	background-position: 0 0;
	padding: 5px 20px;
	
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.90);*/
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #A882C9;
	
	color: rgba(255,255,255,0.7);
	font-weight: bold;
	text-decoration: none;
}

input[type='submit'].bouton, input[type='button'].bouton, button.bouton
{
	cursor: pointer;
}

a.bouton.absolute, input[type='submit'].bouton.absolute, input[type='button'].bouton.absolute, button.bouton.absolute
{
	position: absolute;
	top: 10px;
	right: 15px;
}

a.bouton:hover, input[type='submit'].bouton:hover, input[type='button'].bouton:hover, button.bouton:hover
{
	color: rgba(255,255,255,1);
	
	background-position: 0 -31px;
}
a.bouton:active, input[type='submit'].bouton:active, input[type='button'].bouton:active, button.bouton:active
{
	color: rgba(255,255,255,0.2);
	background-position: 0 -62px;
}

a.bouton.compte
{
	width: 145px;
	margin-bottom: 10px;
}

a.bouton.panier
{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	width: 183px;
}

a.bouton.panier div
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 8px;
	padding: 3px;
}

a.bouton.passeomobile
{
	width: 375px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

a.bouton img, input[type='submit'].bouton img, input[type='button'].bouton img, button.bouton img
{
	vertical-align: text-bottom;
	border: 0;
	margin-right: 5px;
}

/*Slider*/
#slider_accueil
{
	position: relative;
	width: 980px;
	/*height: 244px;*/
	height: 350px;
	margin: -5px -5px 10px -5px;
}
div#slider_accueil &gt; ul
{
	width: 100%
}
#slider_accueil &gt; ul &gt; li
{
	z-index: 1;
}
div#slider_accueil &gt; ul &gt; li &gt; span
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: 100%!important; 
	z-index: 10;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}
div#slider_accueil &gt; ul &gt; li
{
	width: 100%;
	text-align: center;
}
div#slider_accueil &gt; ul &gt; li &gt; img,
div#slider_accueil &gt; ul &gt; li &gt; a &gt; img
{
	width: auto;
	position: relative;
	z-index: 100;
}
/*Texte slider*/
#slider_accueil &gt; ul &gt; li &gt; a &gt; div, 
#slider_accueil &gt; ul &gt; li &gt; div
{
	position: absolute;
	bottom: 0;
	left: 0;
	
	padding: 10px;
	
	width: 100%;
	background: rgba(0,0,0,0.5);
	
	font-size: 18px;
	z-index: 200;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

/*Bloc*/
.blocs
{
	display: block;
	width: 970px;
	margin: 2px 0 50px 0;
}
.bloc
{
	display: block;
	float: left;
	border-radius: 3px 3px 3px 3px;
	width: 238px;
	margin: 0 1px;
	
	text-decoration: none;
	
	box-shadow: 0px 1px 1px rgba(0,0,0,0.50);
}
.bloc:nth-child(2),.bloc:nth-child(3)
{
	margin: 0 3px;
}
.bloc &gt; .titre
{
	display: block;
	
	background: url(../images/menu.jpg);
	border-radius: 3px 3px 0px 0px;
	
	border-bottom: 1px solid #504334;
	
	color: #FFFFFF;
	text-align: center;
	font-family: AvantGardeBkBTBook;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000000;
	line-height: 30px;
	
	white-space: nowrap;
	overflow: hidden;
}
.bloc &gt; h1.titre, .bloc &gt; h2.titre, .bloc &gt; .titre th
{
	font-weight: normal;
	margin: 0;
}
.bloc &gt; .contenu
{
	position: relative;
	display: block;
	border-radius: 0px 0px 3px 3px;
	background: #F0F0F0;
}
.bloc.single
{
	float: none;
	margin: 0 5px 10px 0;
}
.bloc.single &gt; .contenu
{
	border-radius: 3px 3px;
}
.bloc.single &gt; .contenu &gt; h1,
.bloc.single &gt; .contenu &gt; h2,
.bloc.single &gt; .contenu &gt; h3
{
	margin-top: 0;
}


/*Notification*/
.notification
{
	line-height: 20px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}
.notification.alert
{
	color: #000000;
	background: #FFB800;
}
.notification.information
{
	color: #FFFFFF;
	background: #000000;
}
.notification.erreur
{
	color: #FFFFFF;
	background: #940000;
}
.notification.validation
{
	color: #FFFFFF;
	background: #006F21;
}
.notification img
{
	vertical-align: middle;
	margin-right: 5px;
}
.notification a
{
	color: #FFFFFF;
}

/*Promotions*/
.promotion
{
	position: absolute;
	top: -20px;
	right: -10px;
	
	background-image: url(../images/promotion.png);
	width: 80px;
	height: 80px;
	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 80px;
	text-align: center;
	
	z-index: 99;
}

/*Divers*/
.clear
{
	clear: both;
}

/*Categories.php*/
.categorie .titre
{
	border-left: 5px solid #000000;
	padding-left: 5px;
}

.categorie .description
{
	border-left: 1px solid #000000;
	padding-left: 9px;
}

/*Nuage de liens*/
#nuage_lien
{
	text-align: center;
	margin-top: 20px;
}

/*Pied*/
#fin_page
{
	box-shadow: 0 0 5px #000000;
	width: 980px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	margin-bottom: 10px;
	border-radius: 0 0 3px 3px;
}

#pied
{
	font-size: 11px;
	color: #FFFFFF;
	background: #000000;
	overflow: hidden;
	
	padding-bottom: 10px;
}

#pied a
{
	color: #FFFFFF;
}

/*
/ DIVERS, A EDITER
*/
.adresse_facturation, .adresse_livraison
{
	width: 300px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.adresse_facturation .nom, .adresse .nom
{
	font-weight: bold;
	font-size: 14px;
}
.type_adresse
{
	font-weight: bold;
	font-style: italic;
}
/*
/ PAGES, A EDITER
*/
/*FIL ARIANE*/
#fil_ariane
{
	width: 95%;
	height: 48px;
	
	margin-left: auto;
	margin-right: auto;
	
	color: #FFFFFF;
	
	font-size: 14px;
}
#fil_ariane td
{
	text-align: center;
	
	background: #613B97 url(../images/fond_fil_ariane.png);
	
	text-shadow: 1px 1px 1px #000000;
}
#fil_ariane td.etape
{
	width: 24px;
	background: #613B97 url(../images/fond_etape_fil_ariane.png);
}
#fil_ariane td.etape.debut, #fil_ariane td.etape.fin
{
	width: 12px;
}
#fil_ariane td.etape.debut
{
	background-position: right;
}
#fil_ariane td img
{
	vertical-align: middle;
}
#fil_ariane td.select span
{
	
}
#fil_ariane td a
{
	color: #FFFFFF;
	text-decoration: none;
}

/*PANIER*/
#form_panier div#articles, 
#form_paiement #recapitulatif_commande div#articles
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#form_panier div#articles table, 
#form_paiement #recapitulatif_commande div#articles table
{
	width: 100%;
}

#form_panier div#articles td, 
#form_paiement #recapitulatif_commande div#articles td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_panier div#articles td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:first-child
{
	border-radius: 0 0 0 3px;
}
#form_paiement #recapitulatif_commande div#articles tr:last-child td:last-child
{
	border-radius: 0 0 3px 0;
}
#form_panier div#articles input
{
	width: 30px;
	text-align: center;
}
#form_panier div#articles input.reduction
{
	width: 100px;
	text-align: left;
}
#form_panier div#articles .bouton
{
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier div#articles .bouton.plus, #form_panier div#articles .bouton.moins
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	
	vertical-align: middle;
	
	line-height: 10px;
}
#form_panier div#articles .bouton.moins
{
	line-height: 7px;
}
#form_panier select
{
	max-width: 200px;
}

#form_panier div#total, 
#form_paiement #recapitulatif_commande div#total
{
	margin-top: 5px;
	/*border: 1px solid #000000;*/
	background: #F0F0F0;
	margin-left: auto;
	margin-right: 25px;
	float: none;
}
#form_panier div#total table, 
#form_paiement #recapitulatif_commande div#total table
{
	border-bottom: 1px solid #FFFFFF;
}
#form_panier div#total th, 
#form_paiement #recapitulatif_commande div#total th
{
	text-align: right;
}
#form_panier div#total td, 
#form_paiement #recapitulatif_commande div#total td
{
	padding: 5px;
}
#form_panier div#total .total_label, #form_panier div#total .total_valeur, 
#form_paiement #recapitulatif_commande div#total .total_label, #form_paiement #recapitulatif_commande div#total .total_valeur
{
	font-size: 17px;
}

/*PRODUITS*/
#produits
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#produits .bloc
{
	margin: 5px;
	
	width: 230px;
	float: none;
	
	background: #F0F0F0;
	
	text-align: center;
}

#produits .bloc .photo
{
	margin: 10px 0;
	min-height: 100px;
}

#produits .bloc a{
	margin: 10px 0;
}

#produits .prix
{
	font-size: 17px;
	color: #8A0000;
}


/*PRODUIT*/
#produit, #produit_details, #produit_complement
{
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#produit.bloc, #produit_details.bloc
{
	margin: 15px auto;
}

#produit #form_panier td
{
	padding: 5px 0;
}

#produit_details.bloc .contenu, #produit_complement.bloc .contenu
{
	padding: 5px;
}

#produit_details.bloc .contenu table
{
	width: 100% !important;
	border-width: 0;
	border-style: none;
}
#slider_produit
{
	position: relative;
	width: 250px;
	height: 150px;
	
}
#slider_produit ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#slider_produit li
{
	width: 250px;
	text-align: center;
}

/*Fiche dÃ©taillÃ©e invicta&gt;&gt;DEBUT*/
#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr &gt; td
{
	border: none  !important;
}
#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr:nth-child(1) &gt; td:nth-child(1)
{
	background-color: #000000 !important;
	border: none !important;
}
#produit_details.bloc .contenu table p
{
	padding: 0;
	margin: 0;
}
#produit_details.bloc .contenu table hr
{
	margin: 5px 0;
	/*border-bottom: 1px solid #000000;*/
}
#produit_details.bloc .contenu &gt; table &gt; tbody &gt; tr &gt; td &gt; table &gt; tbody &gt; tr &gt; td
{
	border-width: 0;
	border-style: none;
	background-color: #000000 !important;
	
	color: #FFFFFF;
	width: 33%;
	height: 25px;
	
	padding: 0;
}
#produit_details.bloc .contenu td
{
	border-width: 0;
	border-style: none;
	border: none;
	padding: 5px;
}
/*Fiche dÃ©taillÃ©e invikta&lt;&lt;FIN*/



#produit.bloc .titre
{
	margin: 0;
	font-weight: normal;
}

/*#produit.bloc .contenu, #produit_details.bloc .contenu{
	background: #F0F0F0;
}*/

#produit .photos
{
	padding: 10px 5px;
}

#produit .description
{
	padding: 10px 5px;
}

#produit .panier
{
	background-color: #dcdbdb;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

#produit .panier table
{
	height: 130px;
}

#produit .panier select
{
	width: auto;
}

#produit .panier a#quantite_moins, #produit .panier a#quantite_plus
{
	width: 15px;
	height: 10px;
	padding: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
	vertical-align: middle;
	line-height: 10px;
	text-align: center;
}

#produit .panier input
{
	width: 25px;
	text-align: center;
	margin-left: 2px;
}
#produit .panier .prix
{
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #8A0000;
	
	border-radius: 3px;
	background-color: #f0f0f0;
}
#produit .panier .etat
{
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
#produit .panier .etat.en_stock
{
	color: #27a51e;
}
#produit .panier .etat.limite
{
	color: #FFFF00;
}
#produit .panier .etat.rupture
{
	color: #FF0000;
}
#produit .panier .btn_panier
{
	text-align: center;
}

/*INSCRIPTION*/
#inscription .bloc .contenu
{
	padding: 5px;
}
#inscription input[type="text"], #inscription input[type="password"], #inscription select
{
	margin: 3px 0 0 0;
}
#inscription input[name="code_postal"]
{
	width: 80px;
	margin: 3px 3px 0 0;
}
#inscription input[name="ville"]
{
	width: 120px;
}

/*PAIEMENT*/
#form_paiement #moyens_paiement
{
	
}
#form_paiement #moyens_paiement td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_paiement #moyens_paiement td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_paiement #moyens_paiement td:hover, #form_paiement #moyens_paiement td.select
{
	background: #f6f6f6;
}
#form_paiement #moyens_paiement div.cgv
{
	display: none;
	margin-top: 5px;
}

#form_paiement #moyens_paiement .mode_paiement .intitule
{
	margin-top: 10px;
}

#form_paiement div#articles div.titre
{
	height: 22px;
	line-height: 22px;
}

#form_paiement #recapitulatif_commande .contenu
{
	background: rgba(240,240,240,0.5);
}

/*OPTIONS*/
#form_options div#options
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#form_options div#options table
{
	width: 100%;
}

#form_options div#options td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_options div#options td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_options div#options td label
{
	width: 100%;
	display: block;
}

/*OPTIONS POSE*/
#form_options div#options_pose
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#form_options div#options_pose table
{
	width: 100%;
}

#form_options div#options_pose td
{
	background: #F0F0F0;
	padding: 10px 5px;
	border-bottom: 1px solid #FFFFFF;
}
#form_options div#options_pose td:last-child
{
	border-radius: 0 0 3px 3px;
}
#form_options div#options_pose td label
{
	width: 100%;
	display: block;
}

/*OPTIONS SPECIALES*/
#form_option_speciale input, #form_option_speciale select
{
	width: auto;
}

/*ESPACE CLIENT*/
#espace_client
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background: #F0F0F0;
	padding: 3px;
}
#espace_client #entete
{
	position: relative;
}
#espace_client #entete #client
{
	
}
#espace_client #entete #deconnexion
{
	position: absolute;
	top: -45px;
	right: 0;
	padding: 3px;
	z-index: 2;
}

#espace_client #menu
{
	float: left;
	width: 200px;
}
#espace_client #menu ul
{
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#espace_client #menu li
{
	width: auto;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 3px;
}
#espace_client #menu li a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#espace_client #menu li a img
{
	vertical-align: text-bottom;
	margin-right: 5px;
}

#espace_client #menu li.select, #espace_client #menu li:hover
{
	background: #000000;
}
#espace_client #menu li.select a, #espace_client #menu li:hover a
{
	display: block;
	padding: 5px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
}


#espace_client #page
{
	position: relative;
	float: left;
	margin-left: 5px;
	padding: 0 5px 5px 5px;
	
	width: 705px;
	border-radius: 5px;
	
	background-color: #FFFFFF;
}

#espace_client input[type="text"], #espace_client input[type="password"], #espace_client select
{
	margin: 3px 0 0 0;
}
#espace_client input[name="code_postal"], #espace_client input[name="ville"],
{
	width: 100px;
}
#espace_client input[name="code_postal"],#espace_client input[name="ville"]
{
	width: 100px;
	margin: 3px 3px 0 0;
}

/*Espace client -- Listes*/
#espace_client table.liste
{
	width: 100%;
}
#espace_client table.liste th
{
	height: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000000;
}
#espace_client table.liste td
{
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
}

#espace_client table.liste tr:hover td
{
	background-color: #CCCCCC;
}

/*Espace client -- Commande*/
#espace_client #facture
{
	float: left;
	margin: 0px 0 0 80px;
	text-align: center;
}
#espace_client #entete
{
	float: none;
	margin: 0;
	width: 100%;
}
#espace_client #entete .contenu
{
	padding: 5px;
}
#espace_client #articles,
#espace_client #commandes,
#espace_client .adresse
{
	float: none;
	margin: 0;
}
#espace_client #articles, #espace_client #articles table,
#espace_client #commandes, #espace_client #commandes table,
#espace_client .adresse
{
	width: 100%;
}
#espace_client #articles .contenu td,
#espace_client #commandes .contenu td,
#espace_client .adresse .contenu td
{
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
#espace_client #articles .contenu tr:last-child td:first-child,
#espace_client #commandes .contenu tr:last-child td:first-child
{
	border-radius: 0 0 0 3px;
}
#espace_client #articles .contenu tr:last-child td:last-child,
#espace_client #commandes .contenu tr:last-child td:last-child
{
	border-radius: 0 0 3px 0;
}

#espace_client #total
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: 0;
	float: none;
}
#espace_client #total td
{
	padding: 5px;
}
#espace_client #total th
{
	text-align: right;
}
#espace_client #total .total_label, #espace_client div#total .total_valeur
{
	font-size: 17px;
}

/*Espace client -- Vos informations*/
#espace_client #informations_identite
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_identite .contenu
{
	padding: 5px;
}

#espace_client #informations_mdp
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#espace_client #informations_mdp .contenu
{
	padding: 5px;
}

/*Espace client -- Adresses*/
#espace_client .adresses
{
	float: none;
	margin: 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#espace_client .adresses .contenu
{
	padding: 5px;
}

.modulejulien
{
	position:relative;
	width:463px;
	height:300px;
}

.contenujulien
{
	position:absolute;
	margin-top:5px;
	margin-left:3px;
	width:463px;
	height:300px; 
	border-radius:10px 10px 10px 10px;
	box-shadow:0 0 5px #000000;
}

.modulejulien .contenujulien .labeljulien
{
	position: absolute;
	font-size: 12px;
	bottom: 56px;
	right:13px;
	text-align: center;
	padding: 5px;
	color: #000000;
	width: 397px;
	height:250px;
}

.labeljulien &gt; h2
{
	margin:15px 0;
}

#slider_actualites
{
	position:relative;
	width:453px;
	height:250px;
	overflow:hidden;
	margin-top:30px;
}

#slider_actualites &gt; ul &gt; li, #slider_actualites &gt; ul
{
	width:397px;
	height:250px;
}

#slider_actualites &gt; ul &gt; li
{
	padding:5px;
}

#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 10px auto;
}
#captchagc &gt; img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc &gt; img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
#captchagc &gt; img:nth-of-type(1) + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc &gt; img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc &gt; img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc &gt; i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid &gt; i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc &gt; i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc &gt; i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
#captchagc.valid &gt; img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
#captchagc.valid &gt; img:nth-of-type(2)
{
	display: none;
}</pre></body></html>