@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";

html { margin: 0; padding: 0; height: 100%;}
body { margin: 0; padding: 0 0 250px 0; min-height: 100%; position: relative;}

#loading {
	position: absolute;
	top: 0;
    margin: auto;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: url(../images/load.gif) no-repeat center center;
	background-size: 60px 60px;
    cursor: wait;
}
	
#black_overlay { position: fixed; top: 105px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); z-index: 9998;}
	 	
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Définition des polices personnalisées */
 
@font-face {
    font-family: 'Cabin';
    src: url('../includes/fonts/cabin-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LibertySans';
    src: url('../includes/fonts/LibertySans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../includes/fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Définition des balises de titre */

 h1 { 
	font-family: 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 2em;
	color: rgba(0,0,0,0.6);	
	margin: 0px;
 }

 h2 { 
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0px;
 }

 h3 { 
	font-family: 'vodafone', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 0.08em;
	border-bottom: 4px solid #333;
	padding: 8px 20px;
	color:  #fff;
	background-color: #555;
	padding-bottom: 5px;
	margin: 10px 0;
	
 }


 h4 { 
	font-family: helvetica;
	font-weight: 300;
	font-size: 0.75em;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,0.6);
	margin : 3px 0 12px 0;	
 }
		
 
 h5 { 
 	font-family: helvetica; 
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
 }
 		
 a { 
 	text-decoration: none; 
	border: none; 
	font-family: arial; 
	color: rgba(0,0,0,0.7);
}	

 img, img a { border: none; }
 
 p {
	color: #fff; 
	font-family: 'LibertySans', helvetica; 
	font-size: 14px; 
	font-weight: 500;
	margin: 0;
}
 
 * {
	font-family: 'Roboto', helvetica, Arial, sans-serif;  
 	margin: 0;
	padding: 0;
 	-webkit-box-sizing: border-box; -O-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  
 
 }

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                   ///// 
/////                                          BALISES                                                  ///// 
/////                                                                                                   ///// 
///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 article {
	position: relative;
	width: 100%;
	margin: 0 auto ;
	overflow: hidden;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
 }

 span { font-family: arial; font-size: 12px; color: rgba(0,0,0,0.6);}

 ul { margin: 0; padding: 0;}
 ul li { margin: 0; padding: 0; list-style-type: none; display: inline-block;}
  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                            CLASSES                                                 ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.w960 { 
	position: relative;
	max-width: 1060px; 
	margin: 0 auto;
	padding: 0 5%;
}

.last_li { 
	border-right: none;
	margin-right: 0;
}


.social_logo{
	border-radius: 4px;
}

.avatar_container {
	display: inline-block;
	width: 90px;
	height: 60px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/missing_file.png) no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #000;
}

.print_this {
	float: right;
	width: 60px;
	min-height: 60px;
	padding: 20px;
	margin: 10px;
	cursor: pointer;
	
	background: url(../images/imprimante.png) no-repeat ;
	background-position: center;
	background-color: rgba(0,0,0,0.08);
	box-shadow: inset 0 35px 30px 0 rgba(255,255,255,0.8);
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.07);
		
}

.print_this:hover {
	background-color: rgba(0,0,0,0.2);
	border-radius: 8px;
		
}

/* Message d'erreur */
 .error {
	width: 100%;
	text-align: center;
	vertical-align: central;
	color: #f55;
	font-family: Arial; 
	font-size: 12px;
}

 .error img {width: 10px; height: 10px; padding: 0px; margin: 0px;}

 .message_confirmation {
	width: 100%;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.1); 
	font-size: 14px;
	color: #51ab51;
	text-align: center;
	 
 }
 .message_confirmation img { margin_right: 8px; vertical-align: middle;}
 
 .ligne_date { display: inline-block; width: 100%; margin: 3px 0 0 0;}
 .ligne_date > select:first-child  { margin: 0 2% 0 0; }
  .ligne_date > select:last-child  { margin: 0 0 0 -4px; }
 .ligne_date select { display: inline-block; width: 32%; margin: 0 2% 0 -4px; }
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                      ELEMENTS DE FORMULAIRE                                        ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

textarea, input[type=text], input[type=submit], input[type=password]  {
	font-family: Arial; 
	font-size: 12px; 
	color: rgba(0,0,0,0.6); 
	border: solid 1px rgba(0,0,0,0.2); 
	border-radius: 4px; 
	background-color: #FFF; 
	padding: 0px 8px 0 8px;
	margin: 10px 0;
	width: 100%;
	height: 40px;
}



input[type=submit] {
	float: right;
	text-align: center;
	display: inline-block;
	width: auto;
	background-color: #D31D31;
	color: white;
	margin: 10px 0;
	border: none;
	padding: 10px 30px;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 8px;
	color: rgba(0,0,0,0.4);
}

 input, textarea {	
 
 	font-family: 'LibertySans', helvetica; 
	font-size: 14px; 
	font-weight: 500;
	
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearence: none;
 }
 
 
  input:focus, textarea:focus {
	outline: none;
	
	-webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    cursor:pointer;
	}
  
  select {
	height: 38px;
    padding:3px 10px;
    margin: 0 1% 0 0;
    border-radius:4px;
    background-color: rgba(0,0,0,0.03);
	box-shadow: inset 0 15px 15px 0 rgba(0,0,0,0.05);
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
	
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    cursor:pointer;
}

 input[type=checkbox], input[type=radio] {
	background-color: #fff;
	border: solid 2px #dadada;
	-webkit-border-radius: 0.25em;
	box-shadow: inset -10px 5px -5px #dadada;
    display: inline-block;
    font-size: 15px;
	line-height: 1em;
	margin: 2px 6px 2px 2px;
	padding: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	
	-webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearence: none;
 }
 
 input[type=checkbox]:checked,input[type=radio]:checked {
	background: url("../images/tick.png") no-repeat center center;
	background-color: #fff;
	overflow: visible;
	-webkit-background-size: 18px 18px; /* shrink high resolution background */
	
	-webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearence: none;
 }
  
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                               AFFICHAGE PHOTO PLEIN FORMAT                                         ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 #ask_confirmation {
    position: fixed;
	margin-left: auto;
	top: 0; left: 0; right:0; bottom:0;
	opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1002;
	
	-moz-transition:  opacity 0.4s linear;
	-webkit-transition:  opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition:  opacity 0.4s linear;
	
	visibility: hidden;
	z-index: 1003;
	overflow: scroll;
 }

 #ask_confirmation:target{ visibility: visible; opacity: 1; }

 .confirmation_bloc {
	text-align: center;
    position: relative;
    margin: 5% auto;
    width: 300px ;
	height: auto !important;
	max-width: 1200px;
	box-shadow: 0px 0px 25px #000,  inset 0 90px 50px -50px rgba(255,255,255,1);
    border-radius: 4px;
	border: solid 3px white;
	background-color: #fff;
	z-index: 1001;
	padding: 10px;
 }

 #ask_confirmation p {font-size: 14px; font-family: arial; color: rgba(0,0,0,0.8); margin: 0;}

 
 #annuler, #valider {display: inline-block; font-family: Arial; font-size: 14px; border: solid 2px #dadada; border-radius: 4px; background-color: #e3e3e3; box-shadow: inset 0 -28px 10px -20px rgba(255,255,255,1); width: 18%; vertical-align: central; margin: 10px 5px 0px 5px; padding: 3px; }
 #annuler a, #valider a{color: rgba(0,0,0,0.7); margin-top: 3px;}
 
 #annuler a:hover, #valider a:hover{color: rgba(0,0,0,1);}
 #annuler:hover, #valider:hover{ box-shadow: inset 0 -25px 10px -20px rgba(255,255,255,1);}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                HEADER                                              ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

header {
	position: relative;	
	vertical-align: bottom;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
}

header .w960 {padding: 20px 5% 10px 5%; position: relative;}

header h1 {
 	position: absolute;
	bottom: 10px; right: 12%;
	margin: 0;
	vertical-align: bottom;
	color: #D31D31;
}

header a {
	font-size: 12px;
	color: #31a7d2;	
	font-weight: 100;
}

#username_box {
	position: absolute;
	top: 10px; right: 12%;	
}

#username_box p {
	display: inline-block;
	border-right: solid 1px #31a7d2;
	padding-right: 10px;
	margin-right: 10px;
	font-family: helvetica;
	font-size: 12px;
	color: #2c8cbb;	
	font-weight: bold;
}


/* Site Location */

#site_location {
	background: rgba(0,0,0,0);	
	padding-left: 1%;
	padding-top: 5px;
	margin-bottom: 20px;
}

#site_location li{
	font-size: 11px;
	color: rgba(0,0,0,0.6);;
	margin-right: 10px;
	padding: 2px 0;
}

#site_location .separation_mark{
	cursor: default;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                    TABLEAU PAGE "SELECTIONNER"                                     ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Définition du tableau */
.tableau_selection {
	width: 100%;	
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 25px;
	text-align: center;
	font-size: 14px;
}

/* Définition des lignes du tableau */
.tableau_selection > li {
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	height: 40px;
	text-align: left;
}

/* Couleur des liens (titres) du tableau */
.tableau_selection a {
	color: #31A7D2;
}


/* Titres des colonnes en gras */
.tableau_selection .table_titles,
.tableau_selection #column_titles {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	padding-bottom: 5px;
	text-align: left;
	height: 30px;
}


.tableau_selection .table_titles li {line-height: 20px;}

/* Chaque ligne contient un nouveau tableau*/
/* largeur des colonnes*/
.tableau_selection ul li { display:inline-block; width: 15%; text-align: center; line-height: 40px; color: rgba(0,0,0,0.6); }
.tableau_selection  .avatar, .tableau_selection .ref {text-align: left; width: 80px; float: left;}
.tableau_selection  .title { text-align: left; width: 40%; }
.tableau_selection  .date { }
.tableau_selection  .delete { float: right; width: 8%; vertical-align: middle; }
.tableau_selection  .delete img{  vertical-align: middle; margin: 10px 0;}

/* Avatar en début de ligne */
.tableau_selection .avatar_container {
	overflow: hidden;	
	margin: 5px 0;
	border-radius: 4px;
	height: 30px;
	width: 40px;
}

.tableau_selection .avatar_container img {
	width: 100%;
	height: 100%;
}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                INDEX                                               ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 


#connecting_box {
	width: 350px;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	text-align: center;
	overflow: hidden;
}

#connecting_box img{
}

input[type=text]:focus, input[type=password]:focus  {
	background-color: #fff;
}

input[type=text]:focus ~ input[type=submit], input[type=password]:focus ~ input[type=submit]  {
	background-color: #51AB51;
	color: #fff;
}

#page_accueil h3{
	border: none;
	margin: 0;	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                               ACCUEIL                                              ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#page_accueil article {
	padding-top: 20px;
}

#page_accueil article h2 {
	float: left;
	font-size: 18px;
	/*color: rgba(0,0,0,0.6);*/
	background-color: rgba(0,0,0,0.5);
	margin: 45px 0 -65px -45px;
	border-radius: 8px 8px 0 0;
	height: 40px;
	width: 130px;
	line-height: 40px;
	text-align: center;
	
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

#page_accueil article ul {
	margin: 10px 0 40px 0;
	background-color: rgba(0,0,0,0.04);
	vertical-align: top;
	overflow: visible;
	height: 130px;
	border-radius: 8px ;
}

#page_accueil article ul li {
	position: relative;
	width: 150px;
	height: 150px;
	margin: -10px 20px 0 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
	border-radius: 8px;
	vertical-align: top;
	
	text-align: center;
	padding: 20px 10px 0;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	
	
 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}

#page_accueil article ul li h3 {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	text-align: center;
	color: #fff;
	background-color: #CCC; 
	border-radius: 0 0 8px 8px;
	padding: 4px 5px;
	
	
}

#page_accueil article .first_li {
	margin: -10px 20px 0 -20px;
}

#page_accueil article ul li:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#page_accueil article ul li img {
	opacity: 0.3;
	height: 60px;
	margin: 10px auto;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                          REDIGER ARTICLE                                           ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

/* auteur du textarea pour ecrire le contenu d'un article, d'une annonce, d'une offre d'emploi... etc */
#article_content {
	height: 250px;
	
}

#french_article,
#english_article {
	display: inline-block;
	width: 48%;
}

#french_article {
	border-right: 2px solid #D31D31;
	padding-right: 15px;
	margin-right: 15px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                         MODIFIER ARTICLES                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 


/* PAGE MODIFIER ARTICLE */

#page_modifier .avatar_container  {
	display: inline-block;
	width: 50%;
	height: 100%;
	min-height: 200px;
	border-radius: 8px;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 15px;
	overflow: hidden;
	border: solid 8px #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}

#page_modifier .avatar_container img {
	width:  100%;
}
 
#main_photo_upload {width: 48%;}

#upload_more_pics {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 10px;
}
	

#current_pictures {
	display: inline-block;
	width: 48%;
	text-align: right;
	vertical-align: top;
	overflow:hidden;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	padding: 8px;
	
}

#current_pictures li {
	width: 32%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

#current_pictures li img {
	width: 100%;
	border-radius: 3px;
}
	
#delete_photo  {
	position: absolute;
	right: 2px; top: 2px;
}

#delete_photo img {
	height: 25px;
	width: 25px;	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                          REDIGER OFFRE                                             ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 


#page_rediger_offre article #details_offre,
#page_ajouter_occasion article #details_offre,
#page_modifier article #details_offre {
	overflow: hidden;	
	padding-bottom: 15px;
	border-bottom: 2px solid #c20015;
}


#page_rediger_offre article #details_offre label,
#page_rediger_offre article #details_offre h4,
#page_ajouter_occasion article #details_offre label,
#page_ajouter_occasion article #details_offre h4,
#page_modifier article #details_offre label,
#page_modifier article #details_offre h4  {
	display: inline-block;
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	width: 30%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 5px 0;
	text-align: right;
}

#page_rediger_offre article #details_offre input[type=text],
#page_ajouter_occasion article #details_offre input[type=text],
#page_modifier article #details_offre input[type=text] {
	float: right;
	width: 65%;
	vertical-align: middle;
	margin: 5px 0;
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .offre_select select {
		padding-right:18px
	}
}

.offre_select select {
		width: 65%;
		float: right;
		vertical-align: middle;
		margin: 5px 0;
	}
	
.offre_select label { position:relative ; }
.offre_select label:after {
    content:'<>';
    font:14px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
    transform:rotate(90deg);
	
    right:20px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.offre_select  label:before {
    content:'';
    right: 13px; top:-8px;
    width: 30px; height:38px;
	border-radius: 0 4px 4px 0;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	box-shadow: inset 0 15px 15px 0 rgba(255,255,255,0.7);
	border-left: 1px solid rgba(0,0,0,0.1);
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                            MODIFIER OFFRE                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                           MODIFIER FAITS ALEATOIRES "OFFRE D'EMPLOI"                               ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 


#career_facts {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin: 0 0 10px 0;
}

#career_facts li {
	position: relative;
	height: 130px;
	width: 21%;
	margin: 1.2%;
	padding: 10px;
	background-color: rgba(0,0,0,0.02);
	box-shadow: inset 0 90px 90px 0px rgba(255,255,255,1);
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	
}

#career_facts li .h1 {
	color: rgba(0,0,0,0.5); 
	text-align: center; 
	margin: 0; 
	font-family: 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 2.5em;
}

#career_facts li .h3 {
	color: rgba(0,0,0,0.4); 
	text-align: center;
	font-family: 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1em;
	max-width: 100%;
}

#career_facts input[type=text],
#career_facts textarea {
	border: none;
	background-color: transparent;
}


#career_facts input[type=text]:focus,
#career_facts textarea:focus {
	border: solid 1px rgba(0,0,0,0.1);
	background-color: #FFF;
}

#career_facts input[type=submit]{
	margin-top: 20px;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                    MODIFIER CONTENUS DIVERS                                        ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#page_modifier_accueil span {
	font-size: 22px;	
}

#page_modifier_accueil #modifier_video {
	width: 300px;
	padding-left: 3px;
}


#page_modifier_accueil input[type=text] {
	width: 100%;
	font-size: 22px;	
	padding: 10px 20px;
}

#main_photo_preview {
	width: 100%;	
	height: 200px;	
	overflow: hidden;
	margin: 15px 0;
	border-radius: 6px;
}

#page_modifier_accueil input[type=submit] {
	background-color: #51ab51;
	color: #FFF;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                    MODIFIER FAITS ALEATOIRES                                       ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

/* AJOUTER UN FAIT */

#new_fact  input[type=text] {
	height: 40px;	
	margin-right: 1%;
}

#new_fact  input[type=submit] {
	background-color: #51ab51;
	color: #fff;
	height: 40px;
	width: 10%;
	vertical-align: bottom;
	margin-top: 10px;
}

#new_fact_value {width: 10%;}
#new_fact_fact {width: 50%;}
#new_fact select {width: 12%; text-align: center;}

#new_fact #lang {width: 12%; text-align: center;}

/* Affichage des faits */

.tableau_selection .table_content li { display:inline-block; line-height: 40px; color: rgba(0,0,0,0.6); vertical-align: top; overflow: hidden; height: 40px; }
.tableau_selection .ref {text-align: left; width: 10%; float: left;}
.tableau_selection .title { width: 33%; }
.tableau_selection .categorie { width: 10%; }
.tableau_selection .lang { width: 10%; }
.tableau_selection .date { width: 14%; }
.tableau_selection .delete { width: 15%; float: right; }

li .fact_delete img{  vertical-align: middle; margin: 10px 0;}

.tableau_selection form  input[type=text], .tableau_selection form select {
	border: none;
	height: 30px;	
	margin: 0;
	width : 90%;
}

.tableau_selection form select {margin-top: 5px; text-align: center;}
.tableau_selection form select option { text-align: center;}
 
.tableau_selection form  input[type=text]:focus {
	background-color: rgba(0,0,0,0.05);
	box-shadow: inset 0 15px 15px 0 rgba(255,255,255,0.7);
}

.tableau_selection .table_content input[type=submit] {
	background: url('../images/tick.png') no-repeat ;
	background-position: top;
	background-size: 20px;
	border: none;
	width: auto;
	cursor:pointer;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                       MODIFIER DES TEXTES                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#textes_groupe {width: 100%; text-align: center; }

#textes_groupe li {
	width: 31%;
	margin-right: 1%;
}

#textes_groupe li  h4 {
	font-family: 'Roboto', Cabin,  helvetica;
	margin: 3px 0 0;
	padding: 6px 10px 3px;
	background-color: #CCC;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	text-align:left;
}

#textes_groupe li textarea {
	height: 200px;
	text-align: justify;
	border-radius: 0 0 5px 5px;
	border: none;
}

	
#textes_groupe input[type=submit] {
	background-color: #51ab51;
	color: #fff;
	border: none;
	width: 120px;
	margin-right: 2.5%;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                              PARAMETRES                                            ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#page_parametres article label,
#page_parametres article  h4 {
	display: inline-block;
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
}

#champs_formulaire ul { width: 100%;}
#champs_formulaire ul li {display: inline-block; width: 49%; margin: 5px 0;}
#champs_formulaire .line1 {text-align: right; padding-right: 20px;}
#champs_formulaire .line2 {}

#page_parametres #champs_formulaire  input[type=text], 
#page_parametres #champs_formulaire  .password_line {
	display:inline-block;
	width: 100%;
	height: 40px;
	vertical-align: middle;
}

#page_parametres .password_line input[type=password],
#page_gerer_admin .password_line input[type=password],
#page_modifier_admin .password_line input[type=password] {
	width: 48%;
	height: 40px;
	vertical-align: middle;
	margin-top: 0;
}

#pass_conf{ float: right;}

#page_parametres input[type=submit],
#page_gerer_admin input[type=submit] {
	background-color: #51ab51;
	color: #fff;
	border: none;
	width: 120px;
}

.password_line li { 
	width: 48%;
	height: 40px;
	line-height: 40px;	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                         GERER ADMIN                                                ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 


#page_gerer_admin form {
	overflow: hidden; 
	height: 0px;

 	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out; 
}

#form_button { cursor: pointer; color: #31A7D2;}

#page_gerer_admin article label,
#page_modifier_admin article label {
	display: inline-block;
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
}

#page_gerer_admin article input[type=text], 
#page_gerer_admin .password_line,
#page_modifier_admin article input[type=text], 
#page_modifier_admin .password_line {
	width: 100%;
	height: 40px;
	vertical-align: middle;
}

#page_gerer_admin input[type=submit],
#page_modifier_admin input[type=submit]  {
	background-color: #51ab51;
	color: #fff;
	border: none;
	width: 120px;
}

#permissions_box {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	margin: 0 0 20px;	
}

/* Tableau des admins */


#admin_table {
	width: 100%;	
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 25px;
	text-align: center;
	font-size: 14px;
}

#admin_table > li {
	width: 100%;
	height: 40px;	
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

#admin_table a{
	color: #31A7D2;
}

#admin_table #column_titles {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	padding-bottom: 5px;
	text-align: center;
	height: 30px;
}

#admin_table #column_titles li {line-height: 20px;}

.admin_line li { display:inline-block; width: 15%; text-align: center; line-height: 40px; color: rgba(0,0,0,0.6); }
li .admin_username {text-align: left; width: 50%; float: left;}
li .admin_date {width: 20%; vertical-align: middle;}
li .admin_delete { float: right; width: 20%; vertical-align: middle; }
li .admin_delete img{  vertical-align: middle; margin: 10px 0;}

#modifier_article_form input[type=submit] {
	width: 200px;
}
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                     PUBLIER APPEL D'OFFRE                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/  
 
.ligne_date { 
 	width: 65%;
	float: right;
 }
 
 #selecteur_contrat { 
 	width: 65%; 
	float: right; 
	margin: 0;
 }
 
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                SELECTIONNER APPEL D'OFFRE                                          ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    /////
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                   SELECTIONNER OCCASION                                            ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#both_languages li {
	display: inline-block;
	width: 48%;	
}

#annonce_francais {
	margin-right: 15px;
	padding-right: 15px;
	border-right: solid 3px #D31D31;	
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                     ENQUETE SATISFACTION                                           ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#page_satisfaction #summary {
		
}

#page_satisfaction #summary li {
	display: block;
	font-size: 14px;
	font-family: avenir;
	color: #666;
}

#page_satisfaction #summary li span {
	font-weight: bold;
}

#page_satisfaction h4 {
	text-align: left;
	font-family: avenir;
	text-align:center;
	letter-spacing: 0.03em;
	margin-top: 20px;
	font-size: 16px;
	border-bottom: solid 1px #FFF;
	padding: 8px 15px;
	background-color: #555;
	color: #fff;
	margin: 0;
}

#page_satisfaction .title {
	font-weight: bold;
	background-color: #555;
	color: #fff;
}

#moyenneQuestions {
	border-top: solid 1px #666;
	margin-top: 10px;
	
}

#moyenneQuestions > li {
	
	display: block;
	
}

#moyenneQuestions > li > ul  {
	display: table;
	width: 100%;
	border-bottom: solid 1px #666;
	
}

#moyenneQuestions > li > ul > li{
	display: table-cell;
	border: solid 1px #666;
	line-height: 40px;
	padding: 0 15px;
	font-size: 13px;
	font-family: avenir;
	border-bottom: none;
	border-top: none;
}

#moyenneQuestions > li > ul > li:first-child {
	width: 90%;
	border-right: none;
	
}

#moyenneQuestions > li > ul > li:last-child {
	width: 10%;
	text-align: center;
	
}

#moyenneQuestions .total {font-weight: bold;}

#derniersRetours {
	width: 100%;
	border-top: solid 1px #666;
	margin-top: 50px;
	
}

#derniersRetours li {
	width: 100%;
}


#derniersRetours > li > ul {
	line-height: 40px;
	display: table;
	width: 100%;
	border-bottom: solid 1px #CCC;
}

#derniersRetours > li > ul > li{
	display: table-cell;
	border: solid 1px #666;
	line-height: 40px;
	padding: 0 15px;
	font-size: 13px;
	font-family: avenir;
	border-bottom: none;
	border-top: none;
	 text-align: center;
}

#derniersRetours  .columnSociete { width: 10%; }
#derniersRetours  .columnNom{ width: 10%; }
#derniersRetours  .columnCommentaire{ width: 60%;  text-align: left;}
#derniersRetours  .columnDate{ width: 10%;}
#derniersRetours  .columnMoyenne{ width: 10%; position: relative; }

#derniersRetours #detailNotes {
	display: none;	
	position: absolute;
	width: 800px; min-height: 400px;
	top: -40px; right : 0;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 #444;
}

#derniersRetours #detailNotes li{
	display: table-cell;
	width: 30px;
	border-right: solid 1px rgba(0,0,0,0.3);
	text-align: center;
	color: #51AB51;
	font-weight: bold;
}

#derniersRetours #detailNotes li span{  color: #666;}

#derniersRetours  .columnMoyenne:hover #detailNotes { display: table;}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                       TELECHARGEMENTS                                              ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

#page_telechargements .w960  {
	max-width: 960px;
}

#telechargements_form {
	background-color: #eaeaea;
	padding: 30px 5%;
	overflow: hidden;
}


#page_telechargements  #liste {
	background-color: #eaeaea;
	padding: 30px 5%;
	width: 100%;
	margin: 20px auto;
}

#page_telechargements  #liste li  {
	width: 100%;
	padding: 10px 0;
	margin: 2px 0;
	color: #31A7D2;
	background-color: #fff;
}

#page_telechargements  #liste li:first-child  {padding: 0;}
#page_telechargements  #liste li:first-child h3 {margin: 0;}

#page_telechargements  #liste li .delete {
	height: 35px;
	width: 35px;
	background-image: url('../images/poubelle.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	vertical-align: middle;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}

#page_telechargements  #liste li .delete:hover {
	background-image: url('../images/poubelle_ouverte.png');
}