/* GENERALS --------------------------------------------------------------------------------------- */
.bouton_red {
	display:inline-block;
	border-style:solid;
	border-width:1px;
	text-transform:uppercase;
	font-family:'Lato', sans-serif;
	font-size:13px;
	line-height:14px;
	padding:5px 10px;
	background-color:#d30000; border-color:#d30000; color:#fff;
	-webkit-transition:border-color .3s linear, background-color .3s linear, color .3s linear;
	-o-transition:border-color .3s linear, background-color .3s linear, color .3s linear;
	transition:border-color .3s linear, background-color .3s linear, color .3s linear;
}
.bouton_red:hover { background-color:#ff3a3a; border-color:#ff3a3a; }

/* > PAGES COMPTE
-------------------------------------------------------------------------------------------------------------------------------- */
#pages-comptes { padding:0 0 20px; }
#pages-comptes .content_row { 
	display:table;
	min-height:380px;
	max-width:1280px;
	padding:0 30px;
	width:100%;
}
#pages-comptes #breadcrumb { 
	padding: 30px; 
}
.show-on-mob { display:none; }

.bt-ico:before { vertical-align:middle; }
.bt-ico .icon-left { margin-right:0 }
.bt-ico .bt-text { display:inline-block; margin-left:10px; }
#pages-comptes h3,
#pages-comptes legend {
	display:block;
	font-weight:700;
	font-size:16px; 
	color:#39afdb;
}

/* > menu compte */
#menu-compte-content {
	padding:20px 0 20px 10px;
	vertical-align:top;
	display:table-cell;
	width:25%;
}
#compte-bienvenue {
	border-radius: 20px 20px 0 0;
	background: #1ca9e3;
	padding: 30px 30px 0;
	color: #fff;
}
#compte-bienvenue p { margin:0 }
#compte-bienvenue strong {
	display:block;
	font-size:1.2em;
	margin-bottom:10px;
}
#menu-compte {
	background:#1ca9e3;
	min-height:260px;
	padding:20px 20px 30px;
	border-radius: 0 0 20px 20px;
	color:#fff;
}
#menu-compte li {
	position:relative;
	padding-right:10px;
	border-top:#84d8e7 1px solid;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}
#menu-compte li:hover {
	border-left: #005999 3px solid;
	background: #6ccff8;
	padding-right:0;
	padding-left:10px;
	color: #005999 
}
#menu-compte li.active { 
	border-left:#005999 3px solid;
	padding-right:0;
	padding-left:10px;
	color: #004678  
}
#menu-compte li a { display:block; padding:10px 0; }
#alt-menu-compte {
	float:right;
	display:none;
	padding:8px 10px;
	border-radius:10px;
	border:#fff 1px solid;
	-webkit-transition:background-color .3s, border-color .3s;
	-o-transition:background-color .3s, border-color .3s;
	transition:background-color .3s, border-color .3s;
}
#alt-menu-compte:hover, 
#alt-menu-compte:active { background-color:#005999; border-color:#005999; }
#alt-menu-compte .icon-member { font-size:14px; }
#menu-compte-overlay {
	width:100%;
	height:100%;
	display:none;
	top:0; left:0;
	position:fixed;
	background-color:rgba(255,255,255,.8)
}
/* --- */
#compte-content {
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	width:75%;
}

/* >>> TABLEAU DE BORD ---------------------------------------------------------- */
/* >>> common */
#compte-content .compte-row {
	display:table;
	width:100%;
	color:#fff;
	border-spacing:20px 10px;
	border-collapse:separate;
}
#compte-content .compte-row .wp33,
#compte-content .compte-row .wp50,
#compte-content .compte-row .wp66,
#compte-content .compte-row .wp100 {
	display:table-cell;
	vertical-align:top;
	padding:30px;
}
#compte-content .compte-row h3 { color:#fff; margin:0 0 20px }

#compte-content .submit {
	background-color: #e2001a;
	border-color: #e2001a;
	margin: 1em 0 0;
	min-width: 180px;
}
#compte-content .submit:hover {
	background-color: #005999;
	border-color: #005999;
}

/* --- */
#dashboard-pool { border-radius: 20px; }
#dashboard-pool ul { margin-left:20px; }
#dashboard-pool ul li { list-style:square; margin-bottom:10px; }
#dashboard-pool ul li span,
#dashboard-pool ul li a {
	display:inline-block;
	width:50%; float:left;	
}
#dashboard-pool ul li span { font-weight:700; }
#dashboard-pool ul li a {
	text-decoration:underline; 
	text-align:right;
	font-size:12px;
}
#dashboard-pool ul li a:hover { color:#005999 }
/* --- */
#dashboard-team { border-radius: 20px; }
#dashboard-team h3 { width:66.666%; }
#dashboard-team .dispo-user {
	font-size:12px;
	display:block;
	width:33.333%;
	float:right;
}
#dashboard-team .info-user {
	clear:both;
	width:66.666%;
	float:left;
}
#dashboard-team .horaire-user { 
	width:33.333%; 
	float:left;
	margin:0;
}
.info-user .thumb-user {
	border-radius:50%;
	vertical-align:middle;
	margin-right:20px;
	overflow:hidden;
	max-width:100px;
	margin:0 auto;
	float:left;
	width:25%;
}
.info-user .thumb-user img { display:block; width:100%; }
.info-user p {
	padding:10px 15px;
	font-size:16px;
	float:left;
	width:75%;
	margin:0;
}
.info-user p a { text-decoration:underline; font-size:12px; }
.info-user p a:hover { color:#e2001a }

/* >>> historique des commandes */
#dashboard-commande { 
	background-color: #1ca9e3;
	border-radius: 20px;
}
#dashboard-commande a.right { font-size:12px; }
#dashboard-commande a.right:hover { color:#005999 }
#dashboard-commande .cell-icons a:hover { 
	background-color: #e2001a; 
	color: #fff 
}

.compte-row .table-compte { border-spacing:0; }
.compte-row .article-prix { color:#fff; }

/* >>> description */
#dashboard-desc {
	background-color: #1ca9e3;
	border-radius: 20px;
}

/* >>> base documentaire */
#dashboard-doc { 
	background-color: #005999;
	border-radius: 20px;
}
#dashboard-doc a.right { font-size:12px; }
#dashboard-doc a.right:hover { color: #e2001a }
#dashboard-doc ul { clear:both }
#dashboard-doc ul li { text-align:left }
#dashboard-doc ul li a {
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-position:5px center;
	min-height:50px;
	border-bottom: rgba(255,255,255,.3) 1px solid;
	padding:15px 40px 15px 50px;
	line-height:16px;
	font-size:11px;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
#dashboard-doc ul li a:after {
	content:"";
	right:10px; top:50%;
	position: absolute;
	margin-top: -10px;
	height: 20px; width:20px;
	background:url(../icons/icon_dwnl.png);
}
#dashboard-doc ul li a:hover:after { opacity:1 }
#dashboard-doc ul li a:hover { color:#e2001a; }
#dashboard-doc ul li a strong { font-size:12px; }
#dashboard-doc ul li a.ico-doc  { background-image:url(../icons/icon-doc.png);   }
#dashboard-doc ul li a.ico-img  { background-image:url(../icons/icon-image.png); }
#dashboard-doc ul li a.ico-vid  { background-image:url(../icons/icon-video.png); }
#dashboard-doc ul li a.ico-file { background-image:url(../icons/icon-file.png);  }

/* >>> Compte > formulaires ----------------------------------------------------------- */
.compte-row form {
	padding:0;
	max-width:520px;
}

/* >>> Compte > adresse ------------------------------------------------------------------ */
#page_compte-adresses .compte-row .wp100  { 
	background-color: #005999;
	border-radius: 20px;
}
#page_compte-adresses .compte-row .wp100 .button { 
	background-color: #e2001a;
	border-color: #e2001a;
	color: #fff;
}
#page_compte-adresses .compte-row .wp100 .button:hover {
	background-color: #1ca9e3; 
	border-color: #1ca9e3;
	color:#fff 
}
#page_compte-adresses h1 { 
	margin: 5px 0;
	color:#fff; 
}
.adresses-content { 
	background-color: #e2001a;
	border-radius: 20px;
}
#compte-content .adresses-content h3 { 
	color: #fff;
	text-transform: uppercase;
}
.adresses-content h3 strong { display:block; font-size:0.875em; }
.adresses-content .cell-icons { text-align:center }
.adresses-content .cell-icons a {
	padding:8px 5px;
	margin:5px; 
	width:110px; 
}
.adresses-content .cell-icons a:hover { 
	background-color: #005999; 
	border-color: #005999;
	color:#fff 
}

#compte_adresses .button {
	background-color: transparent; 
	border-color: #005999;
	color: #005999
}
#compte_adresses .submit:hover,
#compte_adresses .button:hover { 
	background-color: #1ca9e3; 
	border-color: #1ca9e3;
	color:#fff 
}

/* >>> Compte > commandes / remises ------------------------------------------------------ */
#compte-commandes-content { 
	background-color: #005999;
	border-radius: 20px;
}
#compte-commandes-content .cell-icons a.bouton_2 { 
	background-color: #e2001a;
	border-color: #e2001a;
	color:#fff 
}
#compte-commandes-content .cell-icons a:hover { 
	background-color: #1ca9e3;
	border-color: #1ca9e3;
	color:#fff 
}
#compte-remises-content   { 
	background-color: #e2001a; 
	border-radius: 20px;
}
#compte-commandes-content h1,
#compte-remises-content h1 { color:#fff; }
#compte-remises-content .table-compte .table-row .table-cell { border-color: rgba(255,255,255,.3) }

/* >>> Compte > équipement ------------------------------------------------------------------ */
#page_compte-equipement .compte-row .wp100 { 
	background-color: #005999;
	border-radius: 20px;
}
#page_compte-equipement h1 { margin:5px 0; color:#fff; }
.equipement-content { 
	background-color: #e2001a;
	border-radius: 20px;
}
.equipement-content ul { margin-left:20px; }
.equipement-content li { list-style:square; margin-bottom:10px; }

/* >>> Compte > équipe --------------------------------------------------------------------- */
#page_compte-equipe .compte-row .wp100 { 
	background-color: #e2001a;
	border-radius: 20px;
}
#page_compte-equipe h1 { margin:5px 0; color:#fff; }
#compte-content .compte-row .equipe-content {
	border-radius: 20px;
	background-color: #005999;
}
#compte-content .compte-row:nth-child(2n) .equipe-content:nth-child(2n)   { background-color: #1ca9e3; }
#compte-content .compte-row:nth-child(2n+1) .equipe-content 			  { background-color: #1ca9e3; }
#compte-content .compte-row:nth-child(2n+1) .equipe-content:nth-child(2n) { background-color: #e2001a; }
.equipe-content h3 { width:66.666%; }
.equipe-content .dispo-user {
	font-size:12px;
	display:block;
	width:33.333%;
	float:right;
}
.equipe-content .info-user {
	clear:both;
	width:66.666%;
	float:left;
}
.equipe-content .horaire-user { 
	width:33.333%; 
	float:left;
	margin:0;
}

/* >>> Compte > documentation ------------------------------------------------------------ */
#compte-documentation-content { 
	background-color:#e2001a;
	border-radius: 20px;
}
#compte-documentation-content h1 { 
	margin: 5px 0;
	color: #fff; 
}
#compte-content .compte-row .doc-content 			     { 
	background-color: #1ca9e3;
	border-radius: 20px;
}
#compte-content .compte-row:nth-child(2n) .doc-content { background-color: #005999 }
.doc-content ul li { }
.doc-content ul li a {
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-position:5px center;
	min-height:50px; margin:0 5px;
	padding:15px 40px 15px 50px;
	border-bottom: rgba(255,255,255,.3) 1px solid;
	line-height:16px;
	font-size:11px;
	-webkit-transition:background-color .3s linear, color .3s linear;
	-o-transition:background-color .3s linear, color .3s linear;
	transition:background-color .3s linear, color .3s linear;
}
.doc-content ul li a:hover { color:#e2001a; }
.doc-content ul li a strong { /*display:block;*/ font-size:12px; }
.doc-content ul li a:after {
	content:"";
	right:10px; top:50%;
	position:absolute;
	margin-top:-10px;
	height:20px; width:20px;
	background:url(../icons/icon_dwnl.png);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.doc-content ul li a.ico-doc  { background-image:url(../icons/icon-doc.png);   }
.doc-content ul li a.ico-img  { background-image:url(../icons/icon-image.png); }
.doc-content ul li a.ico-vid  { background-image:url(../icons/icon-video.png); }
.doc-content ul li a.ico-file { background-image:url(../icons/icon-file.png);  }

/* >>> Compte > Identification ----------------------------------------------------------- */

#login-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%; color:#fff;
	padding-bottom:10%;
}
#login-content .wp50 {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 5%;
}
#login-content .wp50 h2 { margin: 0 0 20px }
#login-content .wp50 .bouton_2 {
	display: block;
	width: 230px;
	margin: 20px 5px 0;
}
#login-content .wp50:first-child { border-radius: 20px 0 0 20px; }
#login-content .wp50:last-child { border-radius: 0 20px 20px 0; }
/* --- */
#login-create {
	/*background: rgb(251,101,8);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(251,101,8,1)), to(rgba(255,168,0,1)));
	background: -o-linear-gradient(bottom, rgba(251,101,8,1) 0%, rgba(255,168,0,1) 100%);
	background: linear-gradient(0deg, rgba(251,101,8,1) 0%, rgba(255,168,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb6508",endColorstr="#e2001a",GradientType=1);*/
    background-color: #e2001a;
}
#login-create h2 { color:#fff; }
#login-create ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#login-create li { 
	width: 25%; 
	padding: 0 5px;
}
#login-create li img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}
/* --- */
#login-connect { background-color: #005a9b; }
#login-connect h2 { color: #FFFFFF }
#login-connect form {
	width: 100%;
	max-width: 260px;
}
#login-connect .bouton_2 {
	background-color: #e2001a;
	border-color: #e2001a;
}
#login-connect .bouton_2:hover {
	background-color: #31b3c2;
	border-color: #31b3c2;
}
#login-connect #mdp_oublie a { color: #fff; }
#login-connect #mdp_oublie a:hover { color: #e2001a }
/* --- */
#pages-comptes #compte-creation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width:100%; color:#fff;
	padding-bottom:10%;
}
#compte-creation .wp50:first-child { border-radius: 20px 0 0 20px; }
#compte-creation .wp50:last-child { border-radius: 0 20px 20px 0; }
#compte-avantages {
	background: url(../../theme/images/bg_compte.jpg) center no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.compte-avantages_bloc {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.compte-avantages_bloc h2 { 
	color: #fff;
	margin: 0 0 10px;
	font-size: 1.25em;
}
.compte-avantages_bloc.bloc-1 {
	width: 50%;
	height: 28vw;
	max-height: 450px;
	margin: 5% 0 15% -10%;
	background: url(../../theme/images/decoration/compte_1.png) 0 center no-repeat;
	background-size: 100% auto;
	padding: 5% 5% 8% 10%;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.compte-avantages_bloc.bloc-1 .inner { max-width: 220px; }
.compte-avantages_bloc.bloc-2 {
	width: 60%;
	height: 38vw;
	max-height: 580px;
	margin: 15% 0 5%;
	background: url(../../theme/images/decoration/compte_2.png) 0 center no-repeat;
	background-size: 100% auto;
	padding: 5% 10% 5% 5%;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.compte-avantages_bloc.bloc-2 .inner { max-width: 250px; }
/* --- */
#compte-create {
	background-color: #005a9a;
	border-radius: 0 20px 20px 0;
	padding: 5%;
	color: #fff;
}
#compte-create h2 { color: #fff; }
#compte-create h3, 
#compte-create legend { color: #fff; }
#compte-create .submit {
	background-color: #e2001a;
	border-color: #e2001a;
	margin: 1em 0 0;
	min-width: 180px;
}
#compte-create .submit:hover {
	background-color: #1ca9e3;
	border-color: #1ca9e3;
}
#compte-creation .privacy_disclaimer {
	width: 100%;
	color: #818181;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.compte-avantages_bloc.bloc-1 {
	    width: 50%;
    	height: 42vw;
		max-height: 360px;
		margin-left: -25%;
		position: relative;
		z-index: 1;
	}
	.compte-avantages_bloc.bloc-2 {
	    width: 75%;
    	height: 45vw;
		/*max-height: 480px;
		max-height: 540px;*/
		padding-right: 15%;
	}
}
@media screen and (max-width: 990px) {

	#login-create li { width: 50%; }
	#compte-avantages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.compte-avantages_bloc.bloc-1 {
		-ms-flex-item-align: end;
		    align-self: flex-end;
		margin-bottom: 0;
		width: 250px;
		height: 290px;
	}
	.compte-avantages_bloc.bloc-2 {
		-ms-flex-item-align: start;
		    align-self: flex-start;
		margin-top: 0;
		width: 360px;
		height: 450px;
	}
}
@media screen and (max-width: 780px) {
	#pages-comptes #compte-creation {
		padding: 0 20px;
	}
	#login-content {
		padding: 20px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#login-content .wp50 {
		width: 100%;
		margin: 0 0 20px;
	}
	#login-content .wp50,
	#login-content .wp50:first-child,
	#login-content .wp50:last-child { border-radius: 20px; }
	#login-create li { width: 25%; }
	/* --- */
	#compte-creation { }
	#compte-creation .wp50 { width: 100%; }
	#compte-creation .wp50:first-child { border-radius: 20px 20px 0 0; }
	#compte-create { border-radius: 0 0 20px 20px; }
	.compte-avantages_bloc.bloc-2 { margin-top: -25% }
}
@media screen and (max-width: 440px) {
	#login-content .wp50 { padding: 20px; }
	#login-create li { width: 50%; }
	/* --- */
	#compte-avantages {
		position: relative;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#compte-avantages::after {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		content: "";
		display: block;
		height: 44vw;
		width: 100%;
		background: url(../../theme/images/bg_compte.jpg) center no-repeat;
		background-size: cover;
	}
	.compte-avantages_bloc.bloc-1,
	.compte-avantages_bloc.bloc-2 {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 30px 20px;
		max-width: 100%;
	}
	.compte-avantages_bloc.bloc-1 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		border-radius: 20px 20px 0 0;
		background: rgb(0,89,153);
		background: -webkit-gradient(linear,  left top, left bottom,  color-stop(1%, rgba(0,89,153,1)),to(rgba(30,135,174,1)));
		background: -o-linear-gradient(top,  rgba(0,89,153,1) 1%,rgba(30,135,174,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,89,153,1) 1%,rgba(30,135,174,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005999', endColorstr='#1e87ae',GradientType=0 );
	}
	.compte-avantages_bloc.bloc-2 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		background: rgb(255,168,0); /* Old browsers */
		background: -webkit-gradient(linear,  left top, left bottom,  color-stop(1%, rgba(255,168,0,1)),to(rgba(251,102,8,1)));
		background: -o-linear-gradient(top,  rgba(255,168,0,1) 1%,rgba(251,102,8,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,168,0,1) 1%,rgba(251,102,8,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#fb6608',GradientType=0 );
	}
	.compte-avantages_bloc.bloc-1 .inner,
	.compte-avantages_bloc.bloc-2 .inner {
		max-width: 320px;
		width: 100%;
	}
}

/* > Compte mdp oublié */
#login_coordonnee h2 { color: #ffffff; }
#page_compte-mdp #login_coordonnee {
	margin: 0 auto;
	max-width: 480px;
	text-align: center;
	border-radius: 20px;
	padding: 30px;
}
#page_compte-mdp #login_coordonnee fieldset {
	max-width: 320px;
	margin: 0 auto;
}
#page_compte-mdp #login_coordonnee .error_output {
	padding: 10px 20px;
	margin: 0 5px;
}
#page_compte-mdp #pages-comptes .content_row { padding:3% 20px 5%; }


/* >>> Compte > Création ----------------------------------------------------------------- */


#info-creation {
	background: url(../../theme/images/background_login.gif) center no-repeat;
    background-size: cover;
	position: relative;
    border-radius: 20px;
    padding: 30px;
	color: #fff;
}
#info-creation h2 em {
	font-style: normal;
	font-size: 13px;
}
#info-creation ul li { 
	padding-left: 15px;
	background: 0 6px no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='6' height='6'%3E%3Cpath fill='%232a4b9a' d='M3.000,-0.000 C4.657,-0.000 6.000,1.343 6.000,3.000 C6.000,4.657 4.657,6.000 3.000,6.000 C1.343,6.000 -0.000,4.657 -0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z'/%3E%3C/svg%3E"); 
	margin-bottom: 10px;
}
#info-creation p { margin: 20px 0 0; }
#privacy_disclaimer { 
	clear:both; padding:10px; 
	font-size:13px; margin:10px 0;
}
#compte-create .error_output p {
	padding:0; margin:0;
	font-size:14px;
}
#compte-create p strong { font-size:14px; }
/*
#compte-create fieldset {
	border:#e3e3e3 1px solid;
	border-radius:20px;
	margin-bottom: 30px;
	padding:30px;
}
#compte-create fieldset legend, 
#compte-create h3 {
	color:#47c9e3;
	display:block;
	text-transform:uppercase;
	margin-bottom:15px;
}
*/
#compte-create #field-infos .floated-label { max-width:500px; /*width:calc(50% - 50px);*/ }
#compte-create #field-infos .floated-label input[type="password"] { width:40%; } 
#compte-create  #same-adresse { position:relative; padding-right:70px; }
#same-adresse .committer {
	position:absolute;
	right:0; top:15px;
}
#same-adresse .inline-label {
	line-height:normal;
	font-weight:700; 
	font-size:14px;
	display:block;
	width:auto;
}
#compte-create .radio-civilites .inline-label { margin-right:22px; }
#compte-create .radio-civilites .inline-label input {
    display: inline-block;
    width: auto;
	float:none;
	margin-right: 8px;
}
#compte-create label input#different_adresse {
    width: 12px;
    height: 12px;
    margin: 0 0 0 8px;
}
#show_livraison { clear:both; }

/* adresse liste */
.adresse_radio_liste li { border-top:#e3e0de 1px solid; }
.adresse_radio_liste li.odd { background-color:#f5f5f5  }
.adresse_radio_liste li label { display:block; padding:10px; margin:0 }
.adresse_radio_liste li input { vertical-align:middle; }
.adresse_radio_liste li label span  {
	display:inline-block;
	vertical-align:middle;
	width:80%; margin-left:10px;
	line-height:1.2em;
}
.adresse_radio_liste li.add_adress a { margin:20px 40px; }
.adresse_radio_liste li.add_adress a strong {
	display:inline-block; vertical-align:middle;
	font-size:1.6em; margin-right:5px;
}

/* > compte-identifiants */
#field_mdp label input { width:50%; }


/* > compte-adresses */
#compte-content .bouton_2 strong {
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	font-weight:700;
	font-size:24px;
}
.table-compte {
	display:table;
	border-collapse:separate;
	margin:20px auto; 
	max-width:960px;
	font-size:13px;
	width:100%;
}
.table-compte .table-row, .table-legend { display:table-row; }
/*.table-compte .table-row:nth-child(2n+1) { background-color:#1ebcc6; }*/
.table-compte .table-cell { 
	display:table-cell;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.table-compte .table-legend .table-cell {
	font-size:13px;
	font-weight:700;
	padding:5px 10px;
}
.table-compte .table-row .table-cell { 
	padding:10px; vertical-align:middle;
	border-top: rgba(255,255,255,.3) 1px solid; 
}
.table-compte .cell-icons { text-align:right; width:150px }
.table-compte .cell-icons a { padding:6px 10px; font-size:11px; }
.table-compte .cell-icons a .icon-print,
.table-compte .cell-icons a .icon-zoom { display:none }

/* > QUERIES
-------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1440px) {
	
	#pages-comptes #breadcrumb { padding: 30px 50px; }
	
	#pages-comptes .content_row { max-width: 1600px; }
	#menu-compte li a { 
		font-size: 16px;
		line-height: 1.25em;
	}
	#compte-content .compte-row h3 { font-size: 1.75em; }
	
	#dashboard-doc ul li a,
	.doc-content ul li a { font-size: 13px; }
	#dashboard-doc ul li a strong,
	.doc-content ul li a strong { font-size: 16px; }
		
	.table-compte { 
		max-width: 100%;
		font-size: 15px;
	}
	.table-compte .table-legend .table-cell { font-size: 15px; }
	.table-compte .cell-icons { width: 220px; }
	.table-compte .cell-icons a {
		padding: 10px 15px;
		font-size: 13px; 
	}
	
	.compte-row form { max-width: 640px; }
	.adresses-content .cell-icons a { width: 180px; }
}

@media screen and (max-width: 990px) {
	
	/* compte > commun */
	#menu-compte-content { padding:20px 0; width:20%; }
	#menu-compte { padding:15px; }
	#compte-bienvenue { padding:15px 15px 0 }
	#compte-content { width:80%; padding:15px 0 }
	#compte-content .compte-row { border-spacing:10px 5px; }
	#compte-content .compte-row .wp33,
	#compte-content .compte-row .wp50,
	#compte-content .compte-row .wp66, 
	#compte-content .compte-row .wp100 { padding:15px; }
		
	/* >>> acceuil */
	#dashboard-pool { width:33.333%; }
	#dashboard-pool ul li { margin-bottom:10px; }
	#dashboard-pool ul li span, 
	#dashboard-pool ul li a {
		display:block;
		width:auto; float:none;
		text-align:left;
	}
	#dashboard-team { width:66.666%; }
		
}
/* tablette verticale */
@media screen and (max-width: 750px) {
		
	/* compte > commun */
	.bt-ico .bt-text { display:none }
	
	#pages-comptes .content_row { display:block; padding:0 10px; }
	#compte-content {
		display:block;
		width:100%;
		padding:5px 0;
	}
	#menu-compte-content {
		/*overflow:hidden;*/
		border-right:none;
		padding:20px 10px 0; width:100%; display:block;
		-webkit-transition:height .3s linear;
		-o-transition:height .3s linear;
		transition:height .3s linear;
	}
	#compte-bienvenue { padding-bottom:15px; }
	#compte-bienvenue p { width:40%; float:left; }
	#alt-menu-compte { display:inline-block; }
	#menu-compte {
		position:fixed;
		right:-280px; top:0;
		overflow:hidden;
		height:100%;
		width:250px;
		z-index:1000;
		padding:0;
		-webkit-box-shadow:#000 0 0 30px;
		-ms-box-shadow:#000 0 0 30px;
		-o-box-shadow:#000 0 0 30px;
		box-shadow:#000 0 0 30px;
		-webkit-transition:right .5s ease;
		-o-transition:right .5s ease;
		transition:right .5s ease;
	}
	#menu-compte ul {
		padding:0 0 20px;
		position:relative;
		height:100%;
		overflow:auto;
	}
	#menu-compte li { border-top:none; border-bottom: #84d8e7 1px solid; }
	#menu-compte li a { padding:8px 20px; }
	#menu-compte ul li:first-child {
		padding-top:30px;
		background-color:#005999;
		color:#fff;
	}
	#menu-compte ul li:first-child:hover { background-color:#1ca9e3 }
	body.compte-opened #menu-compte { right:0; }
	body.compte-opened #menu-compte-overlay { display:block; }
		
	/* compte > accueil */
	#compte-historique-commande li > span { width:90%; }
	#compte-historique-commande .link-black.smaller {
		width:20px; height:20px; padding:0; content:""; text-indent:9999px;
		vertical-align:middle;
	}
		
	/* Tableaux */
	.table-compte  { font-size:12px; line-height:13px; }
	.table-compte .table-legend .table-cell { font-size:11px; line-height:13px; }
	
}


/* smartphone horiz BIG */
@media screen and (max-width: 540px) {
	
	/* compte > commun */
	.show-on-mob { display:block }
	span.show-on-mob { display:inline-block; }
	#pages-comptes .content_row { padding:0; }
	#menu-compte-content { padding-top:0 }
	#compte-content { padding:10px 0 20px; }
	#compte-content .compte-row { display:block; padding:0 10px; }
	#compte-content .compte-row .wp33, 
	#compte-content .compte-row .wp50,
	#compte-content .compte-row .wp66, 
	#compte-content .compte-row .wp100 {
		display:block;
		margin-bottom:10px;
		width:100%;
	}
	
	/* >>> compte > accueil */
	#dashboard-team:after {
		content:"";
		display:block;
		clear:both;
	}
	
	/* >>> compte > historique des commandes */
	#table-commandes .table-legend { display:none }
	#table-commandes { display:block; }
	#table-commandes .table-row { 
		display:block; padding:20px 0 10px;
		border-bottom: #68dde5 1px solid; 
	}
	#compte-remises-content #table-commandes .table-row { border-bottom-color: #b9e37d;  }
	#table-commandes .table-cell.prix-commande { font-size:14px; font-weight:700 }
	#table-commandes .table-row:after { display:block; content:""; clear:both }
	#table-commandes .table-cell { 
		display:block; border:none;
		width:60%; float:left;
		padding:2px 0;
		text-align:left;
	}
	#table-commandes .table-row .table-cell:nth-child(3),
	#table-commandes .table-row .table-cell:nth-child(5) { 
		float:right; width:40%;
		text-align:right;
		padding:5px 0;
	}
	#table-commandes .table-row .table-cell:nth-child(3) { margin:-15px 0 0; }
	
	/* >>> compte > form */
	#pages-comptes h1.left { float:none }
	#pages-comptes .formulaire-2 input.submit.right,
	#page_compte-adresses .button.right { 
		display:block;
		text-align:center;
		margin:10px auto; 
		float:none 
	}
	#pages-comptes a.left.button { display:block; float:none; text-align:center; margin:10px 0; }
	fieldset legend em { display:block; padding:5px 0; }
	
	/* >>> identifiants */
	#field_mdp label input { width:100%; }
		
	/* >>> fancy detatil commande */
	#fancy-details-commande #table-panier .article-prix,
	#fancy-ajout-panier #table-panier .article-prix { 
		background:#f6f6f6; height:60px; line-height:40px;
		width:40%; float:left; min-width:inherit; font-size:14px;
	}
	#fancy-details-commande  #table-panier .quantite,
	#fancy-ajout-panier #table-panier .quantite { 
		background:#f6f6f6; height:60px; line-height:40px;
		width:20%; float:left; min-width:inherit; font-size:12px;
	}
	#form-valid .button { display:none; }
	#form-valid .submit { display:block; float:none; }
	
}

/* smartphone horiz */
@media screen and (max-width: 480px) {

	/* >>> compte > commun */
	.hide-480 { display:none !important }
	
	#table-commandes a .bt-text { display:none }
	#table-commandes a .icon-print,
	#table-commandes a .icon-zoom { display:block }
	
	/* >>> compte > accueil */
	#compte-content .compte-row h3.left { float:none; margin-bottom:10px; 	}
	#compte-content .compte-row #dashboard-commande,
	#compte-content .compte-row #dashboard-doc { position:relative; padding-bottom:60px; }
	#dashboard-commande a.right,
	#dashboard-doc a.right { 
		display: block; float: none;
		position:absolute;
		left:50%; bottom:15px;
		margin:0 -100px;
		width:200px; padding:5px 10px;
		font-weight:700; 
		text-decoration:none; text-align:center;
		border-radius:10px; border:#fff 1px solid;
		-webkit-transition:background-color .3s, border-color .3s, color .3s;
		-o-transition:background-color .3s, border-color .3s, color .3s;
		transition:background-color .3s, border-color .3s, color .3s;
	}
	#dashboard-commande a.right:hover,
	#dashboard-doc a.right:hover { 
		background-color: #005999; 
		border-color: #005999; 
		color: #fff }
		
	/* fancybox > detail commande */
	#fancy-details-commande h1 { font-size:16px; }
	#fancy-ajout-panier p { font-size:13px; }
	#fancy-details-commande p.wp50.font-rail-12 { float:none; width:100%; 	}
	#fancy-details-commande .content_row .wp60.right { width:100%; padding:20px; float:none; }
	#fancy-details-commande #table-panier .table-cell.article-info h2,
	#fancy-ajout-panier #table-panier .table-cell.article-info h2 { font-size:14px; }
	#fancy-details-commande #table-panier .article-thumb,
	#fancy-ajout-panier #table-panier .article-thumb { width:50px; }
	#fancy-details-commande #table-panier .article-prix,
	#fancy-ajout-panier #table-panier .article-prix { font-size:13px; }
	#fancy-ajout-panier .button,
	#fancy-ajout-panier .submit {
		float:none; display:block; width:100%;
		margin:10px 0; padding:0; text-align:center;
	}
}

/* smartphone verticale */
@media screen and (max-width: 360px) {
	
	/* >>> compte > commun */
	
	/* >>> compte > accueil */
	#dashboard-doc ul li,
	#dashboard-doc ul li a { display:block; }
}