 /* CSS Document */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           POLICES                                                  ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 h1,
 article h1 { 
	font-family: 'Giorgio-thin', 'Roboto', 'Cabin',  helvetica;
	font-weight: 200;
	font-size: 3em;
	line-height: 0.9;
	color: #fff;
	text-align: right;
	margin-bottom: 5px;
 }

 h2 { 
	font-family: 'Giorgio-thin', 'Roboto', Cabin,  helvetica;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: -0.0em;
	color: rgba(0,0,0,0.4);
	margin: 0px;
 }

 h3 { 
	margin: 0 0 30px 0;
	color: #fff;
	text-align: right;
 }

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

/* Définition des balises de textes */
 
 p {
	color:  rgba(0,0,0,0.6);
	text-align: justify;
}
 
 * {
	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;  
 
 }


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                           PAGE                                                     ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Mise en page*/

#page_fournisseurs #full_width1{
	padding-bottom: 0px;
}

#page_fournisseurs #site_location{
	margin-bottom: 8px;
}

#page_fournisseurs #page_content {
	background-color: #FFF;
	padding: 0px ;
	border-radius: 12px 12px 0 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	min-height: 58vh;
	
}

#page_fournisseurs #fournisseurs_photo{
	background: url('../images/photos/fournisseurs.jpg') center;
	background-position: center;
	background-size: cover;
	height: 300px;
	margin-bottom: 15px;
	border-radius: 0 0 12px 12px;
	border-top: solid 1px rgba(0,0,0,0.6);
	box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,1), inset 0px 10px 10px -10px rgba(0,0,0,1), 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

#page_fournisseurs #fournisseurs_photo #fournisseurs_intro {
	background-color: rgba(0,0,0,0.5);
	height: 300px; width: 30%;
	float: right;
	padding: 20px;
}



#page_fournisseurs .left_column {
	display: inline-block;
	width: 70%;	
	min-height: 58vh;
	padding: 20px 40px 20px 40px;
	vertical-align: top;
	box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.2);
}

#page_fournisseurs .right_column {
	display: inline-block;
	width: 30%;	
	min-height: 58vh;
	padding: 20px 20px 20px 0;
	margin: 0 0 0 -4px;
	background-color: rgba(0,0,0,0.05);

}

.left_column h2{
	color: #D31D31;
	text-align: left;
}

.left_column h3{
	color: rgba(0,0,0,0.6);
	text-align: left;
}

/* COLONNE DROITE */

#page_fournisseurs .right_column .title {
	background-color: #D31D31;
	color: #FFF;
	line-height: 25px;
	padding: 0 12px;
	margin: 0;
	border-radius: 0 10px 0 0;	
	text-align: left;
}

#page_fournisseurs .right_column #contacter_service_achat { text-align: center; border-radius: 0 10px 10px 0;}

#page_fournisseurs .right_column .title img { vertical-align: middle; margin: 10px 5px;}
#page_fournisseurs .right_column .title a { color: #FFF;}


#page_fournisseurs .right_column .title + ul {
	background-color: #fff;
	padding: 10px;
	margin: 0 0 20px 0;
	border-radius: 0 0 4px 0;	
}

#page_fournisseurs .right_column .title + ul li {
	display : list-item;
	list-style-type: disc;
	list-style-image : url(../images/puce2.png);
	margin-left: 20px;
	color: #31a7d2;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

#page_fournisseurs .right_column a { color: #31a7d2; -webkit-transition: all 0s ease-in-out;	-moz-transition: all 0s ease-in-out;-o-transition: all 0s ease-in-out; transition: all 0s ease-in-out;}
#page_fournisseurs .right_column a:hover { color: #ccc; }

#page_fournisseurs .right_column #documentation li {
	list-style-image : url(../images/document_bw.png);
}

#voir_implantations {
	background: url('../images/implantations.jpg') center;
	background-position: center;
	background-size: cover;
	height: 100px;
	overflow: hidden;
}

#voir_implantations a {
	display: inline-block;
	width: 20%;
	margin: 0 40%;
	background: url('../images/loupe_light.png') no-repeat;
	background-position: center;
	background-size: contain;
	height: 100px;
}



/* Colonne gauche : INTRO */

/* Colonne gauche : APPELS D'OFFRE */
/* Affichage des offres */

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

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

#appels_offre_table a{
	color: #31A7D2;
}

#appels_offre_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;
	
}

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

.appels_offre_line li { width: 18%; text-align: center; line-height: 40px; color: #777;}
li .appels_offre_ref {text-align: left; width: 10%; float: left;}
li .appels_offre_title {text-align: left; width: 50%; }
li .appels_offre_date { float: right;}

#appels_offre_table #column_titles .appels_offre_title { text-align: center; }

/* Detail de l'appel d'offre */

#fiche_appels_offre {
}

#fiche_appels_offre h3 { 
	font-size: 16px; 
	color: #31A7D2;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	margin-bottom: 0;
}

#fiche_appels_offre h3 span{ 
	float: right;
	line-height: 22px;
	color: #31A7D2;
	
}

#fiche_appels_offre p { 
	margin: 2px 0;
	font-size: 15px;
	color: rgba(0,0,0,0.5);
}

#fiche_appels_offre h4 { 
	font-size: 14px; 
	font-weight: bold;
	color: #777;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	margin: 20px 0 10px;
}


#detail_offre, #repondre_offre {
	padding: 0 20px;	
}

#detail_offre li, #repondre_offre li { 
	display: block;
	margin: 2px 0;
	font-size: 15px; 
	font-family: "LibertySans",helvetica;
	color: rgba(0,0,0,0.5);
}

#detail_offre li span, #repondre_offre li span { 
	font-weight: bold;
}

#detail_ao_HTML {padding: 0 20px;}

#detail_ao_HTML,
#detail_ao_HTML p,
#detail_ao_HTML ul,
#detail_ao_HTML ul li {
	font-size: 14px; 
	font-family: "Roboto",helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.6);

}

#detail_ao_HTML li{
	margin-left: 20px;
	display : list-item;
	list-style-type: circle;

}

/* RECEVOIR ALERTES */

#alertes_ao_form {
	width: 100%;	
	padding: 20px 0;
}

#alertes_ao_form ul {
	width: 100%;	
}

#alertes_ao_form ul li {
	width: 100%;	
}

#alertes_ao_form label,
#alertes_ao_form h5 {
	width: 100%;
	font-family: helvetica;
	font-weight: bold;
	font-size: 11px;
	color: rgba(0,0,0,0.5);
}

#alertes_ao_form input[type=text]{
	width: 100%;	
	height: 40px;
	margin: 3px 0 10px;
}

#alertes_ao_form_col1 {display: inline-block; width: 48%; vertical-align: top; margin: 0 2% 5px 0;}
#alertes_ao_form_col2 {display: inline-block; width: 48%;vertical-align: top;}

#alertes_ao_form input[type=checkbox]{
	margin: 10px 30px;
}

#alertes_ao_form input[type=submit]{
	display: block;
	height: 40px;
	width: 150px;
	float: right;
	background-color: #666;
	color: #FFF;
	margin-top: 50px;
	
}

#confirmation_alertes_ao {
	width: 100%;
	margin: 10px;
	color: #51AB51;
	text-align: center;	
}