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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'dekar';
    src: url('../fonts/dekar-webfont.woff2') format('woff2'),
         url('../fonts/dekar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 1;
	font-family: 'Open Sans';
	font-size: 16px;
	color:#fff;
	letter-spacing: 0.05em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, input, select, textarea
{
	outline: none;

}

.clear
{
	clear: both;
}

a
{
	color:#fff;
	text-decoration: none;
}

input[type="submit"], input[type="text"], input[type="tel"], input[type="password"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.bloc-option {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
 
.bloc-option::selection { background: transparent; color:inherit; }
.bloc-option::-moz-selection { background: transparent; color:inherit; }

.relative
{
	position: relative;
}

.eye
{
	background: #FFF;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 10px;
	bottom:20px;
}

.eye-open
{
	background: url('../images/eye-open.png');
}

.eye-close
{
	background: url('../images/eye-close.png');
}

.page
{
	background: #555;
}

.wrapper
{
	min-width: 980px;
}

.header-no-connected
{
	padding-top: 30px;
	height: 160px;
	text-align: center;
}

.header-no-connected img
{
	display: inline-block;
	width: 103px;
	height: auto;
	position: relative;
	margin-left: 0;
	margin-top: 0;
}


.header-no-connected img:hover
{
  animation: animationlogo2 .5s ease-in-out;

}

@keyframes animationlogo2 {

  0%
  {
    transform: rotate(0);
    width: 103px;
    margin-left: 0px;
    height: auto;
    margin-top:0px;
  }
  40%
  {
    transform: rotate(-10deg);
    width: 103px;
    margin-left: 0px;
    height: auto;
    margin-top:0px;
  }
  60%
  {
    transform: rotate(-10deg);
    width: 123px;
    margin-left: -10px;
    height: auto;
    margin-top:-10px;
    margin-bottom: -10px;
  }
  100%
  {
    transform: rotate(0);
    width: 103px;
    margin-left: 0px;
    height: auto;
    margin-top:0px;
  }

}


.left
{
	float: left;
}

.right
{
	float: right;
}

.central-bloc
{
	width: 980px;
	margin: 0 auto;
}

.connexion-bloc
{
	width: 300px;
	margin-left: 90px;
}

.connexion-bloc h1,
.inscription-bloc h1
{
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform:none;
	color:#FFF;
}

.inscription-bloc h1
{
	padding-left: 130px;
}

.inscription-bloc .popin h1
{
	padding-left: 0;
}


.connexion-bloc label
{
	display: block;
	padding-left: 15px;
	line-height: 30px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
select,
textarea
{
	width: 270px;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	background: #FFF;
	border:none;
	border-radius: 2px;
	color:#000;
	margin-bottom: 10px;

	font-size: 16px;
	font-family: 'Open Sans';
}

select
{
	width: auto;
	height: 40px;
	padding-right: 0;
}

input[type="submit"]
{

	padding-right: 40px;
	padding-left: 20px;
	background: #FFF url('../images/fleche-input.png') no-repeat right 20px center;
	background-color: #FFF;
	border-radius: 2px;
	height: 40px;
	font-family: "dekar";
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
	color:#222222;
	border:none;
	box-shadow: 0px 5px 0 #DDD;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;

	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type="submit"]:hover
{
	background-color: #EEE;
}

input[type="submit"]:active
{
	background-color: #EEE;
	box-shadow: 0px 1px 0 #DDD;
	margin-top: 4px;
	margin-bottom: 1px;
}

.connexion-bloc input[type="submit"]
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.connexion-bloc input[type="submit"]:active
{
	margin-top: 34px;
}

.bad
{
	padding: 10px;
	background: #D00;
	border-radius: 2px;
	margin-bottom: 20px;
	color:#FFF;
}

.connexion-bloc a
{
	padding-top: 30px;
	display: block;
	text-align: center;
	color:#EEE;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.connexion-bloc a:hover
{
	text-decoration:underline;
}

.inscription-bloc input[type="text"],
.inscription-bloc input[type="tel"],
.inscription-bloc input[type="password"]
{
	float: right;
}

.inscription-bloc .container-input
{
	overflow: auto;
	width: 430px;
}

.inscription-bloc .container-input
{
	line-height: 40px;
}

.inscription-bloc 
{
	margin-right: 50px;
}

.inscription-bloc input[type="submit"]
{
	margin-left: 200px;
	margin-top: 30px;
}

.inscription-bloc input[type="submit"]:active
{
	margin-top: 34px;
}

.footer
{
	height: 50px;
	clear: both;
}

.inscription-bloc a
{
	
	color:#EEE;
	text-decoration: underline;
}

.page-no-connected h1
{
	text-align: center;
	color:#FFF;
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: 'dekar';
}

.p-message
{
	color:#FFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

.form-center label
{
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	display: block;
}

.form-center input[type="text"],
.form-center input[type="tel"]
{
	margin-left: auto;
	display: block;
	margin-right: auto;
}

.form-center input[type="submit"]
{
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
}

.form-center input[type="submit"]:active
{
	margin-top: 34px;
}

input[type="submit"].big-submit 
{
	width: 230px;
}

.form-center .bad
{
	text-align: center;
}

.bad a
{
	color:#D00;
}

.centrer
{
	width: 980px;
	margin:0 auto;
}

.header-connected
{
	height: 200px;
	background: #FFF;
}

.header .pop-in-menu
{
	display: none;
	width: 200px;
	padding: 10px 20px;
	box-shadow: 0 0 20px -5px #000;
	background: #555;
	position: absolute;
	right: 0;
	top:30px;
	z-index: 99999;
}

.header .pop-in-menu a
{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	padding: 10px 0;
	color:#fff;
	text-decoration: none;
}

.header .pop-in-menu a:hover
{
	color:#EEE;
}

.header .pop-in-menu a+a
{
	border-top:1px solid #FFF;
}


.header .menu-actif .pop-in-menu
{
	display: block;
}

.header .back-noir
{
	display: none;
}

.header .menu-actif .back-noir
{
	display: block;
}

.burger
{
	width: 32px;
	height: 32px;
	background: url("../images/icon_burger.svg") no-repeat center center;
	right: 0;
	top:30px;
	cursor: pointer;
	position: absolute;
}

.header .centrer
{
	position: relative;
}

.page-connected h1
{
	font-family: 'dekar';
	font-size: 30px;
	color:#111;
	line-height: 30px;
	margin-top: -200px;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: none;
}

.form-selection-site
{
	text-align: center;
	margin-bottom: 14px;
}

.bloc-centre
{
	display: inline-block;
}

.form-selection-site select,
.form-selection-site input[type="submit"]
{
	float: left;
	margin-left: 20px;
}

.align-center
{
	text-align: center;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.bloc-panier
{
	margin-top: 30px;
	float: right;
	width: 360px;
	padding: 20px;
	background: #333;
	border-radius: 20px;
}

.bloc-panier h2
{
	font-size: 18px;
	text-transform:none;
	font-weight: bold;
	text-align: center;
	font-family: 'dekar';
	padding-top: 10px;
	padding-bottom: 30px;
}

.quantite-panier
{
	float: left;
	background: #FFF;
	border-radius: 10px;
	width: 50px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin:0 10px;
	color:#222;
	text-align: center;
}

.bloc-textile
{
	overflow: hidden;
	margin-bottom: 25px;
}

.prix-option
{
	float: right;
	line-height: 30px;
	font-weight: bold;
}

.bloc-nom-prix
{
	width: 205px;
}

input[type="submit"].small-submit
{
	box-shadow: none;
	width: 30px;
	height: 30px;
	background-image: none;
	padding: 0;
	border-radius: 15px;
	margin:0;
}

input[type="submit"].small-submit:active
{
	margin: 0;
}

.bloc-option-panier
{
	margin-left: 10px;
	line-height: 15px;
	width: 130px;
	float: left;
}

.bloc-option-panier .nom-textile
{
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.bloc-option-panier .nom-option
{
	font-style: italic;
}


input[type="submit"].delete-submit
{
	background: url('../images/delete.png') no-repeat center center;
	width: 16px;
	height: 30px;
	text-indent: -10000px;
	box-shadow: none;
	padding: 0;
	margin: 0;

}

input[type="submit"].delete-submit:active
{
	margin: 0;
}

.total
{
	width: 280px;
	margin:0 auto;
	padding-top: 20px;
	border-top: 2px solid #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	clear: both;
}

.ttc
{
	font-style: italic;
	text-align: center;
	display: block;
}

.validation-panier
{
	margin-top: 20px;
	float: right;
}

#form-textile
{
	float: left;
	width: 540px;
	margin-top: 30px;
}

.h2-cat
{
	
	line-height: 20px;
	font-size: 22px;
	font-family: 'dekar';
	color:#FFF;
	padding-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;

	border-bottom: 2px dotted #999;
	display: block;
}

.h2-cat span
{
	display: inline-block;

	background: #999;

	color: #FFF;

	padding: 5px;

	border-radius: 2px 2px 0 0;
	margin-bottom: -2px;
	cursor: pointer;
}

.liste-textile-cat
{
	overflow: auto;
}

.h3-textile
{
	cursor: pointer;
	width: 115px;
	float: left;
	padding: 10px;
	text-align: center;
	padding-top: 80px;
	background: url('../images/produit-specifique.svg') no-repeat center top;
	background-size: 70px 70px;
	word-wrap: break-word;
	line-height: 20px;
	height: 110px;
}

.bloc-option .popin
{
	background: #555;
	border-radius: 20px;
	padding: 0 20px;
	width: 750px;
	margin-left: -385px;
	padding-bottom: 20px;
	height: 510px;
	margin-top: -250px;
	overflow: auto;
	padding-bottom: 30px;
	position: fixed;
}

.cross
{
	width: 20px;
	height: 20px;
	background: url('../images/cross.png') no-repeat center center;
	position: absolute;
	right: 20px;
	top:20px;
	cursor:pointer;
	z-index: 999;
}

.bloc-option h3
{
	padding-top: 30px;
	text-align: center;
	font-family: "dekar";
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: none;
	position: relative;
}

.bloc-option .option-bloc
{
	width: 220px;
	position: relative;
	float: left;
	padding: 10px;
}

.bloc-cadre
{
	position: relative;
	margin-left: 20px;
	margin-top:20px;
	width: 180px;
	border:2px solid #fff;
	border-radius: 10px;
	margin-bottom: 30px;

	height: 220px;
}

.option-bloc input[type="submit"]
{
	display: inline-block;
	margin-top: 20px;
}

.bloc-cadre .nom-option
{
	display: block;
	line-height: 22px;
	/*height: 44px;*/
	overflow: hidden;
	padding: 0 30px;
	padding-top: 85px;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;

	word-wrap: break-word;


	background: url('../images/produit-specifique.svg') no-repeat center top;
	background-size: 70px 70px;
}

.bloc-cadre .prix-option
{
	font-size: 12px;
	width: 50px;
	line-height: 50px;
	height: 50px;
	background: #444;
	border:2px solid #FFF;
	text-align: center;
	position: absolute;
	left: -23px;
	bottom: -23px;
	color:#FFF;
	border-radius: 30px;
}



.option-bloc .moins,
.option-bloc .plus
{
	font-family: "dekar";
	font-size: 22px;
	text-transform:none;
	color:#FFF;
	border:none;
	box-shadow: 0px 5px 0 #ab9a33;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;

	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;

	background: #999;
	background-color:#999;

	line-height: 30px;
	text-align: center;

	box-shadow: none;
	width: 30px;
	height: 30px;
	background-image: none;
	padding: 0;
	border-radius: 15px;
	margin:0;

	float: left;

}

.option-bloc .moins
{
	margin-left: 40px;
}

.option-bloc input[type='text']
{
	width: 60px;
	text-align: center;
	padding: 0;
	margin:0 12px;
	background: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color:#222;
	float: left;
}

.option-bloc .masque-input-quantite
{
	width: 60px;
	height: 30px;
	left: 92px;
    position: absolute;
    top: 243px;
}

.option-bloc .align-center
{
	text-align: center;
}

.bloc-nb-produit
{
	clear: both;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 20px;
}

.bloc-nb-produit .nb-produit
{
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 25px;
	font-size: 30px;
	color:#111;
	float: left;
	font-weight: bold;
	margin-right: 20px;
}

.bloc-option .align-center input[type="submit"]
{
	display: inline-block;
	margin-bottom: 30px;
}

.bloc-option .align-center input[type="submit"]:active
{
	margin-bottom: 28px;
}

.bloc-option .align-center
{
	clear: both;
}

.bouton-retour
{
	padding-right: 20px;
	padding-left: 40px;
	background: #FFF url('../images/fleche-retour.png') no-repeat left 20px center;
	background-color: #FFF;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: "dekar";
	text-transform: none;
	font-size: 16px;
	color:#111;
	border:none;
	box-shadow: 0px 5px 0 #CCC;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;

	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;

    float: right;
    margin-right: 150px;
}

.bouton-retour:hover
{
	background-color: #DDD;
}

.bouton-retour:active
{
	background-color: #DDD;
	box-shadow: 0px 1px 0 #CCC;
	margin-top: 4px;
	margin-bottom: 1px;
}


.bouton-recommencer
{
	padding-right: 40px;
	padding-left: 20px;
	background: #FFF url('../images/fleche-input.png') no-repeat right 20px center;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: "dekar";
	font-size: 16px;
	color:#111;
	border:none;
	box-shadow: 0px 5px 0 #CCC;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;

	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;

    float: right;
    margin-right: 150px;
}

.bouton-recommencer:hover
{
	background-color: #EEE;
}

.bouton-recommencer:active
{
	background-color: #EEE;
	box-shadow: 0px 1px 0 #CCC;
	margin-top: 4px;
	margin-bottom: 1px;
}

.phrase-calendrier
{
	font-size: 18px;
	line-height: 22px;
	color:#111;
	width: 440px;
	margin-left: 180px;
	font-weight: bold;
	margin-bottom: 22px;
}


.liste-jours
{
	overflow: auto;
	width: 700px;
	margin:0 auto;
	margin-top: 50px;
}

.liste-jours > div
{
	float: left;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 100px;
	font-family: 'dekar';
	text-transform:none;
}

.calendrier
{
	width: 700px;
	margin:0 auto;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.calendrier .liste-date
{
	overflow: auto;
}

.calendrier .liste-date > div
{
	float: left;
	width: 97px;
	height: 97px;
	line-height: 97px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}

.jour-gris
{
	background: #bababa;
}

.jour-vert
{
	background: #86ca7f;
}

.jour-rouge
{
	background: #bababa;
}

.jour-bleu
{
	background: #FFF;
	color:#111;
}




.calendrier input[type="radio"]
{
	display: none;
}

.calendrier input[type="radio"]:checked+label
{

	background: #333;
	color:#FFF;
}

.calendrier label
{
	display: block;
	width: 100%;
	line-height: 15px;
	padding-top: 35px;
	text-align: center;
	cursor: not-allowed;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 29px;
}

.calendrier label span
{
	font-size: 12px;
}


.calendrier .jour-vert label
{
	cursor: pointer;
}

.calendrier .jour-vert label:hover
{
	background: #333;
	color:#FFF;
}


.calendrier .jour-bleu label
{
	margin:15px;
	width: 63px;
	height: 63px;
	line-height: 15px;
	padding-top: 17px;
	border:2px solid #FFF;
	border-radius: 50px;
}

.bloc-apres-calendar
{
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}

.bloc-apres-calendar-visible
{
	display: block;
}

.p-result-date
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 20px;
}

.p-result-date span
{
	color:#CCC;
}

.delais-indi
{
	font-style: italic;
	line-height: 22px;
}

.bloc-recap-panier
{
	float: none;
	margin:0 auto;
	margin-top: 140px;
	margin-bottom: 50px;
}

.bloc-recap-panier .prix-option
{
	float: right;
	line-height: 40px;
	margin-top: 15px;

}

.bloc-recap-panier .quantite-panier
{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color:#111;
	margin-top: 15px;
}

.bloc-recap-panier .quantite-panier::after
{
	content: "x";
}

.bloc-recap-panier .bloc-option-panier
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 90px;
	background: url('../images/default.png') no-repeat left 10px center;
	line-height: 20px;

	background-size: 70px;
}

.form-valide-commande
{
	width: 620px;
	margin: 0 auto;
	margin-top: 30px;
}

.form-valide-commande textarea
{
	display: block;
	width: 600px;
	resize: none;
}

.form-valide-commande .bloc-textarea label
{
	margin-left: 20px;
	line-height: 20px;
}

.bloc-checkbox a
{
	color:#fff;
	text-decoration: underline;
}

.form-valide-commande .bloc-checkbox
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-valide-commande input[type="submit"]
{
	display: inline-block;
}

.image-paiement-valide
{
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 200px;
}

.p-depot-valide
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 40px;
}

.form-depot
{
	text-align: center;
}

.form-depot label
{
	display: block;
	line-height: 20px;
	text-align: center;
}

.form-depot input[type="text"]
{
	text-align: center;
}

.form-depot input[type="submit"]
{
	display: inline-block;
	margin-top: 20px;
}

.modification-client
{
	width: 900px;
	margin: 0 auto;
	margin-top: 140px;
}

.modification-client label
{
	width: 120px;
	display: inline-block;
	line-height: 40px;
}

.modification-client input[type="submit"]
{
	display: inline-block;
	margin-top: 20px;
}

.p-liste-commande
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 140px;
	margin-bottom: 40px;
}

.form-oublie-mdp
{
	text-align: center;
}

.form-oublie-mdp label
{
	display: block;
	line-height: 20px;
}

.form-oublie-mdp input[type="submit"]
{
	display: inline-block;
	margin-top: 20px;
}

.bloc-commande
{
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	overflow: auto;
}

.commande-tout
{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.tab-commande
{
	background: #fff;
	overflow: auto;
	margin:0 auto;
}

.tab-commande td
{
	text-align: center;
}

.tab-commande .ligne-titre 
{
	border-right: 1px solid #AAA;
	background: #DDD;
	padding: 10px 15px;
	color:#000;
	height: 40px;
	line-height: 20px;
	font-weight: bold;
}

.tab-commande .ligne-texte 
{
	border-right: 1px solid #AAA;
	background: #fff;
	padding: 0 15px;
	color:#000;
	line-height: 20px;
	padding: 10px;
}

.tab-avoir
{
	margin-bottom: 20px;
	overflow: auto;
}

.tab-avoir .col
{
	width: 25%;
	float: left;
}

.tab-avoir .ligne-titre 
{
	border-right: 1px solid #AAA;
	background: #DDD;
	padding: 10px 15px;
	color:#000;
	height: 40px;
	line-height: 20px;
	font-weight: bold;
}

.tab-avoir .ligne-texte 
{
	border-right: 1px solid #AAA;
	background: #fff;
	padding: 0 15px;
	color:#000;
	line-height: 20px;
	padding: 10px;
}


.tab-etat
{
	overflow: hidden;
	/*margin-top: 20px;*/
	display: inline-block;
}

.tab-etat .colonne-etat
{
	float: left;
	margin-right: 1px;
}

.tab-etat .colonne-etat .l-1
{
	
	margin-bottom: 1px;
	background: #DDD;
	text-align:center;
	color:#000;
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	font-weight: bold;
}

.tab-etat .colonne-etat .l-2
{
	background: #FFF;
	margin-bottom: 1px;
	text-align:center;
	color:#000;
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	color:#000;
}

.tab-etat .colonne-etat .l-3
{
	
	margin-bottom: 1px;
	background: #DDD;
	text-align:center;
	color:#000;
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
}


.tab-etat .etat-actif .l-1
{
	border:5px solid #000;
	padding-top: 5px;
	border-bottom: 0;
}

.tab-etat .etat-actif .l-2
{
	border:5px solid #000;
	border-top: 0;
	border-bottom: 0;
}

.tab-etat .etat-actif .l-3
{
	border:5px solid #000;
	border-top: 0;
	padding-bottom: 5px;
}


.tab-etat .colonne-etat-0
{
	width: 123px;
}

.tab-etat .colonne-etat-1
{
	width: 150px;
}

.tab-etat .colonne-etat-2
{
	width: 130px;
}

.tab-etat .colonne-etat-3
{
	width: 170px;
}

.tab-etat .colonne-etat-4
{
	width: 130px;
}

.tab-etat .colonne-etat-5
{
	width: 130px;
}

.tab-etat .colonne-etat-6
{
	width: 140px;
}




.apres-valide-commande
{
	margin-top: 30px;
}

.apres-valide-commande a
{
	float: none;
	display: inline-block;
	margin: 0;
}

.margin-140
{
	margin-top: 140px;
}




















































.departement-masque
{
	display: none;
	visibility: hidden;
}

.liste-textile-cat
{
	display: none;
}



.liste-textile-cat-0,
.liste-textile-cat-9
{
	display: block;
}

.liste-textile-cat-visible
{
	display: block;
}

.bloc-option
{
	display: none;
}

.bloc-option-visible
{
	display: block;
}

.back-noir 
{
	background: #000;
	opacity: .7;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}

.popin
{
	position: absolute;
	width: 980px;
	background: #FFF;
	left: 50%;
	margin-left: -490px;
	height: 400px;
	top:50%;
	margin-top: -200px;
	z-index: 99999;
}

.pop-in-cgv
{
	display: none;
}

.pop-in-cgv-visible
{
	display: block;
}


.pop-in-pdc
{
	display: none;
}

.pop-in-pdc-visible
{
	display: block;
}


.mobile
{
	display: none;
}

.modification-client
{

}

.modification-client .bloc-input
{
	overflow: auto;
}

.modification-client label
{
	float: left;
	line-height: 20px;
	padding: 10px 0;
}

.modification-client .double-ligne label
{
	padding: 0 10px 0 0;
    width: 110px;
}

.modification-client .bloc-input input
{
	float: right;
}


.commentaire
{
	color:#fff;
	padding: 20px 0;
}

.commentaire > span
{
	padding-left: 15px;
	display: block;
	line-height: 20px;
	padding-bottom: 10px;
}

.commentaire div
{
	border-radius: 15px;
	background: #DDD;
	padding: 20px;
	color:#111;
}

.commentaire .note
{
	width: 87px;
	height: 12px;
	padding-bottom: 10px;
	display: block;
}

.commentaire .note-0
{
	background: url('../images/note-0.png') no-repeat center center;
}

.commentaire .note-1
{
	background: url('../images/note-1.png') no-repeat center center;
}

.commentaire .note-2
{
	background: url('../images/note-2.png') no-repeat center center;
}

.commentaire .note-3
{
	background: url('../images/note-3.png') no-repeat center center;
}

.commentaire .note-4
{
	background: url('../images/note-4.png') no-repeat center center;
}

.commentaire .note-5
{
	background: url('../images/note-5.png') no-repeat center center;
}

.form-contact
{
    margin: 140px auto 0;
    width: 500px;
}

.form-contact label
{
	padding-left: 20px;
	display: block;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.form-contact textarea
{
	width: 460px;
	height: 150px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.h2-carte
{
	color: #FFF;
    display: block;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    text-transform:none;
}

.h2-carte-fat
{
	color: #FFF;
    display: block;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    text-transform:none;
    font-family: 'dekar';
    font-size: 40px;
}

.h2-carte-fat+.p-depot-valide
{
	margin-top: 100px;
}

.bloc-liste-carte
{
	width: 600px;
	padding: 50px;
	background: #333;
	border-radius: 2px;
	margin: 0 auto;
}

.bloc-cb 
{
	line-height: 40px;
	margin-bottom: 20px;
}

.bloc-cb input[type="submit"]
{
	float: right;
}

.form-mdp-prive
{
	float: left;
	margin-top: 30px;
	width: 460px;
}

.form-mdp-prive label
{
	display: block;
	padding-left: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.form-mdp-prive input[type="submit"]
{
	float: right;
}

.form-mdp-prive input[type="text"]
{
	float: left;
}

:selection { background: transparent; color:inherit; }
::-moz-selection { background: transparent; color:inherit; }

span.hide
{
	display: none;
}

.p-note
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 40px;
}

.input-notes
{
	text-align: center;
	margin-bottom: 40px;
}

.input-notes input
{
	display: none;
}

.input-notes label
{
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	margin:0 7px;
	display: inline-block;
	border-radius: 50px;
	border:5px solid #fff;
	cursor: pointer;
}

.input-notes input:checked+label,
.input-notes label:hover
{
	background: #fff;
	color:#222222;
	border:5px solid #fff;
	
}

.form-depot textarea
{
	resize: none;
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 10px;
}

.form-promo
{
	clear: both;
	overflow: auto;
	padding: 20px 0;
}

.form-promo label
{
	padding-left: 10px;
	font-size: 16px;
	text-transform:none;
	font-weight: bold;
	font-family: 'dekar';
	padding-bottom: 25px;
	display: block;
}

.form-promo input[type="text"]
{
	background: #fff;
	color:#333;
	float: left;
	width: 80px;
}

.form-promo input[type="submit"]
{
	float: left;
	margin-left: 20px;
}

.texte-etat
{
	padding-top: 20px;
	font-weight: bold;
	line-height: 20px;
}

select[name="code_casier_depot_commande"]
{
	width: 200px;
	text-align: center;
}



.mobile
{
	display: none;
}

.menu-mobile
{
	display: none;
}


.photo-commande
{
	max-width: 100%;
	margin:20px 0;
	height: auto;
}

.aide-bloc
{
	display: inline-block;
	margin-left: 20px;

	background: #999 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: none;
    color: #FFF;
    cursor: pointer;
    font-family: "dekar";
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    text-transform:none;
    transition: all 0.1s ease-in 0s;
    width: 30px;
}

.aide-bloc .icone-aide
{
	display: block;
}

.aide-bloc .texte-aide
{
	display: none;
	background: #333;
	border-radius: 15px;
	position: absolute;
	top:0;
	z-index: 99999;
	font-size: 14px;
	text-transform: none;
	color:#fff;
	width: 200px;
	right: 50%;
	margin-right: -120px;
	padding: 20px;
	line-height: 20px;
}

.aide-bloc .texte-aide.active-aide
{
	display: block;
}

.aide-bloc .fermer-aide
{
	position: absolute;

	right: 10px;

	top: 10px;

	font-size: 15px;

	font-family: 'Open sans';

	font-weight: normal;
}

.picto-facture
{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 20px;
	font-family: 'dekar';
	text-decoration: none;
}


.picto-facture img
{
	display: inline-block;
	margin-bottom: 20px;
}

.form-valide-commande input[type="checkbox"] + label
{
	cursor:pointer;
}

.finaliser-commande
{
	font-family: 'dekar';
	text-transform:none;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}

.fin-inscription label
{
	display: inline-block;
    text-align: left;
    width: 130px;
}

.pop-in-cgv .popin
{
	overflow: auto;
}

.pop-in-cgv h1,
.pop-in-pdc h1
{
	margin-top: 0;
}

.pop-in-cgv,
.pop-in-pdc
{
	color:#111;
}

.pop-in-cgv p,
.pop-in-pdc p
{
	color:#111;
	padding: 0 20px;
	line-height: 20px;
	padding-bottom: 20px;
}

.pop-in-cgv h2,
.pop-in-pdc h2
{
	padding: 0 20px;
    color: #111;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
    text-transform:none;
}

.pop-in-cgv ul,
.pop-in-pdc ul
{
	padding: 0 20px;
	list-style: disc;
}
.pop-in-cgv li,
.pop-in-pdc li
{
	line-height: 20px;
	padding-bottom: 20px;
}

.bloc-centre-option
{
	text-align: center;
}

.option-centre
{
	display: inline-block;
}

.form-selection-site .etape
{
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color:#111;
	background: #AAA;
	border-radius: 20px;
	margin-left: 20px;
	font-size: 20px;
	font-family: 'dekar';
	text-transform:none;
	font-weight: bold;
}

.footer a
{
	color:#fff;
	text-decoration: none;

}

.footer
{
	padding-bottom: 20px;
}

.p-message a 
{
	color:#fff;
}


#payment-form
{
	max-width: 500px;
	margin:0 auto;
}

#payment-form .paiement-secu
{
	height: 50px;
	background: url('../images/paiement-secu.png') no-repeat center center;
}

#payment-form .btn
{

	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
	border-radius: 10px;
	height: 40px;
	font-family: "dekar";
	font-size: 16px;
	text-transform: none;
	color:#222222;
	border:none;
	box-shadow: 0px 5px 0 #DDD;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;

	-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

input[type="submit"]:hover,
#payment-form .btn
{
	background-color: #EEE;
}

#payment-form #card-errors
{
	padding: 10px 0;
	color:#D00;
}

.ElementsApp, .ElementsApp .InputElement
{
	color:#FFF!important;
}

.ElementsApp .InputElement + .Input-placeholder,
.ElementsApp .InputElement::placeholder
{
	color:#EEE;
}

#payment-form .btn.masque
{
	display: none;
}

#payment-form .load-paiement
{
	background: url('../images/rolling.svg') no-repeat center center;
	height: 40px;
	margin-bottom: 20px;
}

#payment-form .load-paiement.masque
{
	display: none;
}

#card-element
{
	background: #fff;
	padding: 5px;
	margin-top: 10px;
	border-radius: 3px;
}

.legende
{
	text-align: center;
	margin-top: 40px;
	overflow: hidden;
}

.legende .div-centre
{
	overflow: hidden;
	display: inline-block;
}

.legende  .div-centre div
{
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin: 0 10px;
	float: left;
}

.legende .txt
{
	line-height: 24px;
	height: 24px;
}

.legende .case-verte
{
	width: 20px;
	background: #86ca7f;
	border:2px solid #FFF;
}

.legende .case-grise
{
	width: 20px;
	border:2px solid #FFF;
	background: #bababa;
}

.legende .div-centre .clear-mobile
{
	display: none;
}



@media (max-width: 980px) {

	.desktop
	{
		display: none;
	}

	.mobile
	{
		display: block;
	}

	.wrapper
	{
		min-width: 300px;
	}

	.central-bloc, 
	.centrer
	{
		width: 300px;
	}

	input[type="text"], 
	input[type="tel"], 
	input[type="password"], 
	select, 
	textarea
	{
		width: 270px;
	}

	.connexion-bloc
	{
		width: 300px;
		margin:0;
	}

	.inscription-bloc .container-input
	{
		width: 300px;
	}

	#inscription-form label
	{
		padding-left: 15px;
	}

	.inscription-bloc h1
	{
		padding-left: 0;
	}

	.inscription-bloc
	{
		margin-right: 0;
		width: 300px;
	}

	.inscription-bloc input[type="submit"]
	{
		margin-left: 0;
		display: inline-block;
	}

	#connexion-form,
	#inscription-form
	{
		display: none;

	}

	.inscription-bloc .bad,
	.connexion-bloc .bad
	{
		margin-top: 30px;
		margin-bottom: 0;
	}

	#connexion-form.actif,
	#inscription-form.actif
	{
		margin-top: 40px;
		display: block;
	}

	.connexion-bloc,
	.inscription-bloc
	{
		text-align: center;

		margin-bottom: 40px;
	}

	.connexion-bloc > h1,
	.inscription-bloc > h1
	{
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 40px;
		padding-left: 20px;
		background: #FFF url('../images/fleche-input.png') no-repeat right 20px center;
		background-color: #FFF;
		border-radius: 3px;
		height: 40px;
		line-height: 40px;
		font-family: "dekar";
		font-size: 16px;
		text-transform: none;
		color:#222222;
		border:none;
		box-shadow: 0px 5px 0 #DDD;
		cursor: pointer;
		margin-top: 0px;
		margin-bottom: 5px;
		display: inline-block;

		-webkit-transition: all .1s ease-in;
	    -moz-transition: all .1s ease-in;
	    -o-transition: all .1s ease-in;
	    transition: all .1s ease-in;
	}

	.pop-in-cgv .popin
	{
		width: 280px;
		margin-left: -140px;
	}

	.connexion-bloc h1
	{
		/*display: none;*/
	}

	.connexion-bloc > h1:hover,
	.inscription-bloc > h1:hover
	{
		background-color: #EEE;
	}

	.connexion-bloc > h1:active,
	.inscription-bloc > h1:active
	{
		background-color: #EEE;
		box-shadow: 0px 1px 0 #DDD;
		margin-top: 4px;
		margin-bottom: 1px;
	}

	.page-connected h1
	{
		font-size: 20px;
		margin-top: -110px;
	}

	.header-connected
	{
		height: 160px;
	}

	#form-textile
	{
		width: 300px;
	}

	.bloc-panier
	{
		width: 260px;
	}

	.bloc-option .popin
	{
		width: 260px;
		height: auto;
		margin-left: -150px;
		position: absolute;
	}

	.bloc-nb-produit
	{
		font-size: 14px;
		line-height: 40px;
	}

	.bloc-nb-produit .nb-produit
	{
		width: 40px;
		line-height: 40px;
		height: 40px;
		font-size: 25px;
		margin-right: 10px;
	}

	.liste-textile-cat
	{
	}

	.liste-textile-cat-visible
	{
		display: block;
	}

	.left-panier
	{
		width: 50px;
	}

	.left-panier .left
	{
		/*margin-bottom: 5px;*/
	}

	.left-panier .quantite-panier
	{
		width: 40px;
		margin: 10px 0;
	}

	.bloc-nom-prix
	{
		margin-top: 30px;
	}

	.bloc-textile
	{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
	}

	.total
	{
		width: 260px;
	}

	.page-connected h1
	{
		font-size: 15px;
		padding-bottom: 30px;
		line-height: 20px;
	}

	.phrase-calendrier
	{
		width: 300px;
		color:#FFF;
		margin-left: 0;
		clear: both;
		padding-top: 20px;
	}

	.liste-jours
	{
		width: 300px;
	}

	.calendrier
	{
		width: 294px;
		border-right: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	}

	.liste-jours > div
	{
		width: 42px;
		font-size: 7px;
		height: 20px;
		line-height: 20px;
	}

	.calendrier .liste-date > div
	{
		border-left: 2px solid #fff;
	    border-top: 2px solid #fff;
	    float: left;
	    height: 40px;
	    line-height: 40px;
	    width: 40px;
	}

	.calendrier label {
	    cursor: not-allowed;
	    display: block;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 40px;
	    text-align: center;
	    width: 100%;
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.calendrier .jour-bleu label {
	    border: 2px solid #fff;
	    border-radius: 50px;
	    font-size: 12px;
	    height: 23px;
	    line-height: 23px;
	    margin: 5px;
	    padding-top: 0;
	    width: 23px;
	}

	.calendrier label span
	{
		display: none;
	}

	.bloc-apres-calendar
	{
		width: 300px;
	}

	.bloc-recap-panier .bloc-option-panier
	{
		background: none;
		padding-left: 0;
	}

	.form-valide-commande textarea
	{
		width: 270px;
	}

	.form-valide-commande
	{
		width: 300px;
	}


	.image-paiement-valide
	{
		margin-top: 100px;
	}

	.p-depot-valide
	{
		width: 300px;
		margin-top: 100px;
	}

	input[type="file"]
	{
		background: #DDD none repeat scroll 0 0;
	    border: medium none;
	    border-radius: 20px;
	    color: #000;
	    font-family: "Open Sans";
	    font-size: 16px;
	    height: 40px;
	    line-height: 40px;
	    margin-bottom: 10px;
	    padding: 0 15px;
	    width: 270px;
	}

	.form-valide-commande .bloc-input.mobile label {
	    line-height: 20px;
	    margin-left: 20px;
	    margin-top: 20px;
	}

	.p-note
	{
		margin-top: 50px;
		font-weight: normal;
	}

	.input-notes label
	{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin:0 2px;

	}

	.modification-client
	{
		width: 300px;
		margin-top: 100px;
	}

	.modification-client label
	{
		padding-left: 15px;
	}

	.modification-client .double-ligne label
	{
		width: auto;
		line-height: 20px;
		padding: 10px 0;
		padding-left: 15px;
	}

	.bloc-liste-carte
	{
		width: 200px;
	}

	.bloc-cb
	{
		line-height: 20px;
		margin-bottom: 0;

		text-align: center;
	}

	.bloc-cb input[type="submit"]
	{
		float: none;
		display: inline-block;
		margin-top: 20px;
	}

	.align-center .bouton-retour
	{
		margin-right: 20px;
	}

	.tab-commande-mobile .col-1
	{
		background: #fff;
		color:#111;
	}

	.tab-commande-mobile .col-2
	{
		background: #DDD;
		color:#111;
	}

	.tab-commande-mobile .ligne-titre
	{
		font-weight: bold;
		border-right: 2px solid #AAA;
	}

	.tab-commande-mobile .ligne-titre,
	.tab-commande-mobile .ligne-texte
	{
		padding: 5px;
	}

	.bloc-commande textarea
	{
		width: 270px;
	}

	.tab-etat .colonne-etat-0
	{
		display: none;
	}

	.page-middle .tab-etat .colonne-etat
	{
		width: 100%;
		margin: 0;
	}

	.tab-etat .colonne-etat .l-1
	{
		float: left;
		width: 177px;
		height: 100px;
		margin-bottom: 0;
	}

	.tab-etat .colonne-etat .l-2,
	.tab-etat .colonne-etat .l-3
	{
		width: 121px;
		float: right;
		margin-bottom: 0;
	}

	.tab-etat .colonne-etat-1 > div,
	.tab-etat .colonne-etat-3  > div,
	.tab-etat .colonne-etat-5  > div,
	.tab-etat .colonne-etat-7  > div
	{
		background: #fff!important;
    	color: #111!important;
	}

	.tab-etat .colonne-etat-2  > div,
	.tab-etat .colonne-etat-4  > div,
	.tab-etat .colonne-etat-6  > div
	{
		background: #DDD!important;
    	color: #000!important;
	}

	.tab-etat .etat-actif .l-1
	{
		border:5px solid #000;
		border-right: none;
		width: 172px;
	}

	.tab-etat .etat-actif .l-2
	{
		border:5px solid #000;
		border-left: none;
		border-bottom: none;
		width: 116px;
	}


	.tab-etat .etat-actif .l-3
	{
		border:5px solid #000;
		border-left: none;
		border-top: none;
		width: 116px;
		
	}

	.tab-etat .colonne-etat
	{
		width: auto;
	}

	.tab-avoir .col
	{
		width: 100%;
		float: left;
	}

	.apres-valide-commande a.bouton-retour
	{
		margin: 0;
		margin-bottom: 20px;
	}

	.apres-valide-commande a.bouton-retour:active
	{
		margin-bottom: 18px;
	}

	.form-selection-site .etape
	{
		margin-left: 130px;
		margin-bottom: 10px;
	}

	.voir-panier
	{
		font-family: "dekar";
	    text-align: center;
	    text-transform:none;
	    cursor: pointer;
	}

	.option-bloc .moins, .option-bloc .plus
	{
		height: 40px;
		line-height: 40px;
		width: 40px;
		border-radius: 20px;
		margin-top: -5px;
	}
	.option-bloc .moins
	{
		margin-left: 30px;

	}

	.form-mdp-prive
	{
		width: auto;
	}

	.form-mdp-prive input[type="submit"]
	{
		float: left;
	}

	.off
	{
		display: none!important;
	}

	.h2-cat
	{
		font-size: 18px;
	}

	.legende .div-centre .clear-mobile
	{
		clear: both;
		display: block;
		height: 10px;
		float: none;
	}
}