.container_2 [class*="col"]{
	margin-bottom: 20px;
}



/**citation en page d'accueil**/
.row_citation{
	margin-top : 30px;
}
#photo{
	width:100%;
	box-shadow:2px 2px 10px black;
}
blockquote{
	padding-top : 50px;
	color : #31708f !important;	
}

/*** Concerne les 3 colonnes, grise, bleue et rouge****/
.col_prestation{
	
	
	padding-top:10px;

}.col_prestation, .prest_titre {
	text-align : center;
	color : white !important;
}


/******Liens vers les reseaux sociaux et autres etc (ceux avec un fond bleu)******/

.list-group a{
	font-size:1.2em;
}

.list-group a:hover{
	background-color:rgba(0,51,102,1) !important;
	transition: all 0.5s;
}
