@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --primary-bg-color:  #3d466c;
    --primary-text-color: white; 
    --main-text-color: #353A46; 
    --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:#9BC7CB; /**couleur de fond du footer**/
    --p-footer-text-color: #353A46;  /**couleur de text du footer**/
    --p-topbar-bg-color: #9BC7CB;
    --p-topbar-text-color:  #353A46;
    --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:#353A46; 
	--login-bloc-bg-color: transparent;
	--agency-title:#353A46;
	--main-background:url('../../stlo/images/fond.jpg');
	--bs-link-color-rgb: 128, 172, 221;
} 


.main_background {
	
	opacity: 0.5 !important;
}