@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--primary-bg-color:  #14425c;
    --primary-text-color: white; 
    --main-text-color: #14425c; 
    --main-title-color:rgb(128, 172, 221);
    --sub-title-color: rgb(203, 157, 174);
    --p-light-color:rgba(128, 172, 221, 0.13); 
    --p-homebloc-bg-color :#f5f5f5;
    --p-footer-bg-color:#2684b8; /**couleur de fond du footer**/
    --p-footer-text-color: white;  /**couleur de text du footer**/
    --p-topbar-bg-color: #2684b8;
    --p-topbar-text-color:  #14425c;
    --bs-body-font-family:"Roboto", sans-serif;
	--bs-body-bg-color:#f9f9f938; 
	--body-bg-color: linear-gradient(135deg, #fdfdfd, #edf6fd); /*couleur de fond des pages autres que la page d'accueil**/
	--bs-body-text-color: #14425c; 
	--login-bloc-bg-color: transparent; 
	--main-background:url('../../vesoul/images/fond.jpg');
	--bs-link-color-rgb: 128, 172, 221; 
/*couleurs top non connecté*/
	--p-top-bg-color: white;
	--p-top-separator-color:  lightgray; 
    --p-top-text-color:  black;  
    --agency-title: #14425c;
/*couleurs top  connecté*/
    --p-top-loggedin-bg-color: white;
	--p-top-loggedin-separator-color:  lightgray; 
    --p-top-loggedin-text-color:  black; 
	--p-topbar-text-color : white ;
} 	



footer a {
	color: white;
	text-decoration : underline !important;	
}

.main_background {
	
	opacity: 1 !important;
}