/* CSS Document */
#page
{
	background-color: #EBEBEB;

}

#page-content
{
    margin-top: 20px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    padding-bottom: 20px;
	padding-top:1px;
}

@media only screen and (max-width: 1100px) and (min-width: 796px) {

	#page-content {
	    /*margin-left: 7%;
	    margin-right: 7%;*/
	}
	#commander {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 795px) and (min-width: 765px) {

	#commander {
		/*margin-right: 0 !important;*/
	}
}



@media screen and (max-width: 795px){
	#page-content{
		width:100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0px;
	}
	
	#page{
		background-color:#FFF;
		background-image:none;
	}
}

#page-content h2
{
	float:left;
	margin:0px;
	padding:0px;
	font-size: 20px;
	margin-bottom:20px;
	color:#34558E;
}

#page-content h1 {

	color:#34558E;
}

#page-content p
{
	padding-top:10px;
	color: #5e5e5f;
}

#valider
{
	text-align:center;
}

#ariane {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	margin-top:20px;
	margin-bottom:30px;
}

#ariane ul {
	padding: 0px;
	margin: 0px;
}

#ariane li {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 30px 0 43px;
	background: #666;
	background: linear-gradient(#e4e4e4, #8d8d8d);
	position: relative;
	
}

#ariane li:first-child {
	padding-left: 20px;
	border-radius: 5px 0 0 5px; 
}

#ariane li:first-child:before {
	left: 14px;
}

#ariane li:last-child {
	border-radius: 0 5px 5px 0; 
	padding-right: 45px;
}

#ariane li.active{
	background: #333;
	background: linear-gradient(#ff97c8, #ff0078);
}

#ariane li.active:after{
	background: #333;
	background: linear-gradient(135deg, #ff8cc2, #ff1382);
}

#ariane li:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; 
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #e4e4e4, #8d8d8d);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}

form
{
	clear:both;
	color:#34558E;
}

form ul
{
	list-style:none;
	margin:0px;
	padding:0px;	
}

form>ul>li
{
	/*width:707px;*/
	margin-bottom:10px;
	text-align:left;
}

form>ul>li .content>label
{
	display:block;
	float:left;
	width:136px;
	color:#FFF;
	font-size:10px;
	text-align:left;
	margin:0px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}

form>ul>li .content>label strong
{
	font-size:12px;
}

.paire .before
{
	background-image:url(/images/formulaire/haut-paire.png);
	background-repeat:no-repeat;
	/*width:707px;*/
	height:4px;
}
.paire .content
{
	background-image:url(/images/formulaire/fond-paire.png);
	background-repeat:repeat-y;
	/*width:707px;*/
}
.paire .after
{
	background-image:url(/images/formulaire/bas-paire.png);
	background-repeat:no-repeat;
	/*width:707px;*/
	height:4px;
}

.impaire .before
{
	background-image:url(/images/formulaire/haut-impaire.png);
	background-repeat:no-repeat;
	/*width:707px;*/
	height:4px;
}
.impaire .content
{
	background-image:url(/images/formulaire/fond-impaire.png);
	background-repeat:repeat-y;
	/*width:707px;*/
}
.impaire .after
{
	background-image:url(/images/formulaire/bas-impaire.png);
	background-repeat:no-repeat;
	/*width:707px;*/
	height:4px;
}

.saisie
{
	float:left;
	padding-left:20px;
	padding-top:6px;
	/*width:515px;*/
	background-repeat:no-repeat;
	background-position:0px -3px;
}

.impaire .saisie
{
	background-image:url(/images/fleche-rose.jpg);
}

.paire .saisie
{
	background-image:url(/images/fleche-rose2.jpg);
}


.saisie label
{
	color:#1F1F1F;
}

.saisie img
{
	vertical-align:middle;
}


.liste-vehicule li
{
	float:left;
	width:120px;
	text-align:center;
	margin-bottom:10px;
}

.liste-vehicule li img
{
	padding-bottom:5px;
}

.detail-vehicule
{
	display:none;
	/*background-image:url(/images/sep-detail.png);
	background-repeat:no-repeat;
	background-position:top center;*/
	padding-top:10px;
	margin-top:10px;
	padding-bottom:10px;
}

.detail-vehicule li
{
	float:left;
	min-width:200px;
	font-size:11px;
}

.aide
{
	float:right;
}

.liste-etat li
{
	float:left;
	text-align:center;
	margin-bottom:10px;
	text-align:left;
	font-size:11px;
	color:#808080;
	margin-right:50px;
}

.liste-etat li label
{
	font-size:12px;
}

.erreurForm
{
	background-image:url(/images/formulaire/fond-erreur.png);
	width:687px;
	height:30px;
	padding:10px;
	color:#FF0D0D;
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

.erreurForm .warning-left
{
	float:left;
	margin-left:20px;
}

.erreurForm .warning-right
{
	float:right;
	margin-right:20px;
}

.infos
{
	text-align:left;
	color:#6E6E6E;
	font-size:11px;
	padding-top:20px !important;
}

select, input
{
	border:1px solid #999;
	margin-left: 5px;
}

input[type=image], input[type=radio]
{
	border:0px;
}

input[type=submit] {

	    padding-bottom: 10px;
    /* padding: 0px; */
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #0098FF;
    border: 1px solid #0098FF;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4em;
    transition: all 0.3s ease-in;
}

input[type=submit]:hover {

	transform: scale(1.05);
}

.rempli
{
	/*background-color:#d8dae4 !important;*/
	border:1px solid #999;
}

#texte-bas
{
	margin-top:15px;
}

#texte-bas span
{
	color:#F80075;
}

#texte-bas h2
{
	float:none;
	font-size:18px;
	font-weight:normal;
	color:#404040;
}

#texte-bas h3
{
	color:#404040;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

#texte-bas p
{
	margin-top:0px;
	padding-top:0px;
}

#texte-bas a
{
	color:#404040;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
}
#texte-bas a:hover
{
	text-decoration:none;
}
#texte-bas a img
{
	vertical-align:middle;
	padding-right:3px;
}

#texte-bas strong
{
	color:inherit;
}


.liste_documents .document {
	font-weight:bold;
	background-color:#CF0;
	font-size:13px;
	padding:0 3px;
}

.fond_impaire_label{
	    background-color: #ffffff;
    color: #34558E;
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(52, 85, 142, 0.22);
    padding: 15px 0 5px 10px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.8s ease-in;
}

.fond_paire_label{
	    background-color: #ffffff;
    color: #34558E;
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(52, 85, 142, 0.22);
    padding: 15px 10px 5px 10px;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.8s ease-in;
}

.fond_impaire_label:hover {

	background-color: #34558E;
	color: #ffffff;
}

.fond_paire_label:hover {

	background-color: #34558E;
	color: #ffffff;
}

/* Page de confirmation de commande */
.titre_telechargement{
	background-color:#ffffff; 
	border:2px solid #34558E;
	color:#FFF; 
	padding:30px; 
	border-radius:5px; 
	margin-top:30px
}

.titre_telechargement p {

	color: #34558E !important;
}

.cadre_bloc{
	border:2px solid #34558E; 
	padding:10px;
}

.titre_duplicata{
	font-weight:bold; 
	font-size:16px; 
	color:#34558E;
}

.titre_confirmation_commande{
	background-color:#34558E; 
	color:#FFF; 
	font-size:14px; 
	margin:15px 0;
}

.cadre_box{
	background-color: white;
    border: 1px solid #a7b9d8;
    padding: 5px;
    border-radius: 5px;
    height: 140px;
}