
/*********************************************************************************/
/* Default css                                                                    */
/*********************************************************************************/


html, body
{
	height: 100%;
}

body
{
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #5F5F5F;
	font-family: 'Arial',sans-serif;
	font-size: 11pt;

}

img {
	max-width: 100%;
}

td {
	overflow: hidden;
	text-overflow: ellipsis;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin: 0px;
}

p
{
	line-height: 120%;
}

strong
{
	font-weight:bold;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}


hr
{
	display: none;
}


table
{
	text-align:center;
}

table.tickets
{
	text-align:left;
	width:70%;
	/*table-layout:fixed;*/
	overflow: hidden;
	word-wrap: break-word;
}

table.tickets a
{
	cursor:pointer;
}

table.tickets tr.message
{
	display:none;
}

.message_content
{
	background-color:#f5f5f5;
}
th
{
	padding: 2px 15px;	
	background-color:#999;
	color:#fff;
}
tr:hover
{
	background-color:#e8e8e8;
}
th.last{
	background:none;
}

td.total_panier{
	border-top:1px solid grey;
}

textarea{
	width:100%;
}
label {
	text-align:left;
}
option{
	padding-bottom:2px;
}

/*********************************************************************************/
/* Header and Wrapper                                                            */
/*********************************************************************************/


#wrapper {
	background-color: #fff;
	margin-top:2px;
}
#header-wrapper{
	background-size: 100% 600%;
}
.bandeau {
	height:2.4em;
	background:rgba(0,0,0,0.1);
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.container
{
	max-width:100%;
	width: 980px;
	margin: 0px auto;
}

#header
{
	position: relative;
	padding-left:1em;
	color:#fff;

}
#user a 
{
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	float:right;
	padding:0 0.5em;
}

#user a.off{
	line-height:2;
}

#user .icon::before{
	font-size:10pt;
}

#user a:hover 
{
	text-decoration:underline;
} 

.logo{
	line-height:120px;
	clear:both;
	margin:0.5em 0 0.5em 0;
	background-repeat:no-repeat;
        background-size: auto 75%;
        background-position:90% 50%;

}

.logo img{
	max-height: 90px;
	vertical-align: middle;
	border: 10px solid rgb(255, 255, 255);
	border-radius: 3px;
	margin:1em;
	box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
	border-collapse: collapse;
	background:#fff;
}

.button, .button_small{
	cursor:pointer;
}

#user .button_small{
	border: solid 1px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
	box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	text-transform: lowercase;
	cursor:pointer;
}

.button_small.coupon {
	border-radius:8px 0 0 8px;
}

#user .button_small:hover{
	background: rgba(0,0,0,0.2);
}

#user input{
	border-radius:2px;
	border: solid 1px rgba(255,255,255,0.8);
}


/*********************************************************************************/
/* Menus                                                                         */
/*********************************************************************************/

#user
{
	float:right;
	margin-right:5%;
}


#user form
{
	display:inline;
	float:left;
	margin-top:0.25em;
	max-width:100%;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
	margin-right:2px;
}

#menu li a, #menu li span
{
	display: block;
	padding: 0.5em 1.5em;
	letter-spacing: 0.15em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	font-variant:small-caps;
	outline: 0;
	color:#FFF;
	border:solid 1px rgba(0,0,0,0.2);
	border-bottom:0;
	background: rgba(0,0,0,0.1);
	border-radius:2px 2px 0 0;
/*	box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;*/
}


#menu .current_page_item a,
#menu  a:hover
{
	background: rgba(0,0,0,0.2);
}

#fil
{
	margin-bottom:20px;
	background-color:#ECECEC;
	display:inline-block;
	border-radius:5px;
}

#fil .icon 
{
margin:0 10px;
color:#5f5f5f;

}

#fil a.current .icon 
{
	font-size:1.75em;
}

#fil .icon-arrow-right
{
	font-size:0.45em;
} 

#account-menu,#admin-menu{
	background:#fff;
	display:none;
	list-style:none;
	box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	position:absolute;
	right:10px;
	clear:both;
}
#account-menu li,#admin-menu li{
	border-bottom:solid 1px;
	margin:5px 0;
	margin-right:25px;
	list-style:none;
	clear:both;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	overflow:visible;
}

#page
{
	position: relative;
	overflow: hidden;
	padding: 3em 0;
	min-height:350px;
	background-color:#fff;
}

td{
	white-space:nowrap;
}
td.message_content{
	white-space:normal;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	padding: 2em 0.5em 2em 0.5em;
	text-align:center;
	background-size:100% 600%;
}

#copyright p
{
	letter-spacing: 0.10em;
	text-align: center;
	font-size: 0.80em;
	font-variant:small-caps;
	color: #FFF;
	margin-top:0.5em;
}

#copyright a {
color:#fff;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
	margin-bottom: 1em;
	padding:0 10px 0 10px;
}

.title h2
{
	letter-spacing: 0.10em;
	font-weight: 700;
	font-size: 2em;
}

.title .byline
{
	letter-spacing: 0.15em;
	font-variant:small-caps;
	font-weight: 400;
	font-size: 0.90em;
        opacity:0.75;
}

/*********************************************************************************/
/* Button and forms elemens Style                                                */
/*********************************************************************************/

.button
{
	display: inline-block;
	margin-top: 2em;
	padding: 1em 3em;
	border-radius: 8px;
	box-shadow: rgba(255,255,255,0.25) 0 0 10px;
	border-collapse: collapse;

	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	line-height:normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.90em;
	color: #FFF;
	border:#fff;
}


.button_small
{
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.25s ease-in-out 0s;
	border:#fff;
	font-size:10px;
	border:1px solid #fff;
}
	
.button-right
{
	float:right;
	margin-right:30px;
}
	
select.button,select.button_small {
	font-weight:normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	 appearance: none; 
}    
.choisirqte .columnheader select.button, .choisirqte .columnheader select.button_small,
.publipostage .columnheader select.button, .publipostage .columnheader select.button_small,
.signature .columnheader select.button,.signature .columnheader select.button_small
 {
	padding:0.2em;
	font-size:10pt;
}

input[type="button"],input[type="submit"]{
	cursor:pointer;
}

input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, select:disabled  {
	border: medium none;
	background-color: transparent;
	color: #4C4C4C;
}

	label.selectawesome {
    position: relative;   
	}
	
	label.selectawesome:after {
    content: "\f063";
    font-family: FontAwesome;
    color: #FFF;
    position: absolute; right: 0; top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    min-width:25px;
    border-left:dashed 1px #fff;
    margin-left:10px;
    pointer-events: none;
	}

/*********************************************************************************/
/* featured                                                                      */
/*********************************************************************************/


#featured-wrapper
{
	/*overflow: hidden;*/
	padding:1em 0 2em 0;
	background: #FFF;
}

#featured h2
{
	text-align: center;
	letter-spacing: 0.20em;
	font-weight: 700;
	color: #323232;
}


 #featured a h3
{
	color: #323232;
	margin-bottom: 0.5em;
}
.accueil #featured a strong{
	font-variant:small-caps;
}

.accueil #featured .icon {
	float:left;
	margin:20px;
}
.accueil #featured .lien {
float:left;
margin:3.5em 20px 0 0;
}

a .columncenter:hover,
.choixdelenveloppe a .column:hover,
.recap a .column:hover,
{
	/*background-color:#FFC8B1;*/
	/*border:1px solid #FFC8B1;*/
	font-size:110%;
}


#featured .icon
{
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	line-height:  normal;
	font-size: 3em;
	text-align: center;
	border-radius: 50% 50%;
	border: solid 2.5px;
	height:1.75em;
	width:1.75em;
	line-height:1.70em;
	box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	border-collapse: collapse;
}


#featured .icon:hover{
transform: scale(0.9);
-webkit-transform: scale(0.9);
}

.choixdelenveloppe #featured .icon {
	border:0;
	box-shadow:none;
}


 #featured .liste_enveloppes .icon
{
	font-size: 3em;
}

.columnheader
{
	float: left;
	margin-right: 24px;
	min-width:20%;
}

.column
{
	float: left;
	margin-right: 24px;
	min-width:20%;
	background-color: #ECECEC;
	padding:1em 0 1em 0;
	border-radius:5px;
	margin-bottom:1em;
}

.columncenter
{
	float: left;
	text-align: center;
	width: 33%;
	margin-top:10px;
}

.choixdelenveloppe .column, .recap .column
{
	text-align:center;
	min-height:150px;
	margin-right: 24px;
	min-width:30%;
}

#featured .enveloppe
{
	width:30px;
	float:left;

}

/*********************************************************************************/
/* Custom                                                                        */
/*********************************************************************************/

.clear
{
	clear:both;
}

.center
{
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

fieldset{
	border:none;
}

#support fieldset,
#account fieldset,
#expediteur fieldset{
	padding: 1em;
	font:80%/1 sans-serif;
	border-top-width:1px;
    border-top-style:solid;
	margin-top:20px;
	clear:both;
 }


div.formfield {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
} 
.disabled{
	border:none;
	background-color:transparent;
}

#support label,
#account label,
#expediteur label{
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
}

#filedrag .icon
{
	font-size:3em;
	color: #C8C8C8;
	
}

#clipart_select{
	
	float: left;
	clear:both;
	font-weight: bold;
    	font-size:10pt !important;
	text-align: left;
	width: 340px;
	min-height: 200px;
	margin-left:10px;
}

#account{
	float:left;
	width:700px;
    max-width:100%;
}


#messages
{
	padding: 0 10px;
	margin: 1em 0;
	/*border: 1px solid #999;*/
}
#waiting{
	background: url("../images/ajax-loader.gif") no-repeat;
    visibility:hidden;
	height: 20px;
	width: 220px;
	margin:0 auto;
}

.error{
	border:4px solid;
	padding:10px;
    margin:10px;
}

.pub {
    max-width: 30%;
    margin: 1%;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
    border-collapse: collapse;
}

.promo img{
	float:right;
	margin-top:10px;
}

table tbody tr td a 
{
	/*margin:5px;*/
}

.description
{
	margin-bottom:20px;
    padding:0 10px 0 10px;
    letter-spacing: 0.5px;
    text-align: justify;
    hyphens: auto;
}

.description_left
{
	margin-left:10px;
	float:left;
	max-width:55%;
	margin-bottom:20px;
}

#fenetre,#timbre {
	position:absolute;
	background-color: #fff;
	border:1px dotted #aaaaaa;
	z-index:99;
}
#mailing{
	position:absolute;
	z-index:99;
	background-color:transparent;
}

#filedrag{
	float: left;
	display: inline-block;
	max-width:99%;
}

.description_left p
{
    margin-bottom:1em;
}

#msg_error {
    background-color: #C0C0C0;
}

fieldset.address{
    margin-top:1em;display:inline-block;width:33%;float:left;border: 2px groove;min-height:9em;
}

.admin_form {
		margin:0 0.5em 0.5em 0;
		display:inline-block;
	}
.admin_nav{
	clear:left;
	margin:0.5em 0 1em 0;
}

.togglecontact{
position:fixed;
bottom:0;
right:5%;
width:10%;
text-align:center;
color:#fff;
padding-top:2px;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #fff;
border-radius:3px 3px 0 0;
cursor:pointer;
}

.contact {
display:none;
background:#fff;
position:fixed;
right:0;
bottom:0;
width:280px;
height:400px;
padding:20px;
border-radius:3px;
border:1px solid;
}

.theme{
display:inline-block;
float:left;
width:45%;
}

/*********************************************************************************/
/* responsive                                                                    */
/*********************************************************************************/

#toggle{
	display:block;
	width: 30px;
	float: right;
	cursor: pointer;
	margin-right: 2em;
}
.mobile{
	display:none;
}

@media (max-width: 640px) {
	
	#menu ul {
		padding:0;
		}
    #menu li a, #menu li span {
		display: block;
		font-size: 0.8em;
		padding: 0.25em 0.5em;
		letter-spacing: 0em;
	}
	.logo {
		background-size:50% auto;
		line-height: 100px;
		clear:both;
	}
    #fil{
        display:none;
    }
    #featured .icon{
        margin-top:20px;
    }
    .accueil #featured .icon {
	float:none;
	margin:auto;
	}
	.accueil #featured .lien {
	float:none;
	margin:auto;
	}
    .columncenter, .choixdelenveloppe .column, .recap .column{
    width:100%;
    }
	.choisirqte .columnheader,.signature .columnheader {
    margin-right:4px;
	}
	.container,.pub,.promo{
		max-width:95%;
	}
	.promo img{
	float:none;
	}
	.title, .title .byline, .description{
		padding-left:0px;
		clear:both;
	}
	th,td,.button {
		padding:2px;
		font-size:9pt;
		letter-spacing:0;
		hyphens:none;
	}
	td select.button_small{
		font-size:8pt;
	}
	td img {
	max-width:none;
	}
	#support label, #account label {
		width:100%;
	}
	input,.button_small {
		font-size:8pt;
	}
	.choisirqte .columnheader select.button,.choisirqte .columnheader select.button_small,.signature .columnheader select.button,.signature .columnheader select.button_small{
		font-size:7pt;
		letter-spacing:normal;
	}

	table.tickets {
		text-align: left;
		width: 100%;
	}
	#user {
		margin-right:0;
		}
	#user a {
		font-size:7.5pt;
	}
	#user input,#user .button_small,
	#user .icon::before{
		font-size:7pt;
	}
	
	#account-menu,#admin-menu {
		margin-top:0;
		position:absolute;
		top:2.5em;
		right:70px;
		background:#fff;
		display:none;
		list-style:none;
		box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	}
	
	.admin_form select{
		min-width:100px;
		max-width:100px;
		display:inline-block;	
	}
	.admin_form label{
		min-width: 80px;
		max-width: 80px;
		padding-left:20px;
	}
	
	.admin_form .label_first{
		padding-left: 0px;
	}
	
	fieldset.address{
		width:90%
	}
	.description_left{
		max-width:90%;
	}
	.theme{
		width:100%;
	}
	.mobile{
		clear:both;
		margin:1em;
		display:block;
		color:#fff;
	}
	.mobile .button_small{
		padding:1em;
		color:#fff;
	}
	.mobile a.button_small{
		color:#fff;
		font-weight:bold;
	}
	.togglecontact{
	width:35%;
	}
	#content
{
	overflow-x:auto;
	overflow-y:visible;
}
}
