/* Nouvelle ressource *//** Couleurs **/ 
/** Orange : #f36e26 **/
/** Noir : #20222f **/

:root {
	--colorPrimary : #144386;
	--colorSecondary : #007ffe;
	--swiper-navigation-color: var(--colorPrimary);
}

/*Fond de page...*/
body {
		background-image: url("./PartageWeb/Module_B2B/Site_pneus-direct/Fond_Home_Page_Site_9.jpg") !important;
		min-height:100vh;
}

body.diproconnect {
		background-image: url("./PartageWeb/Module_B2B/Site_pneus-direct/Fond_Recherche_DC_Site_9.jpg") !important;
}

body.rechercheLancee {
    background-image: url("./PartageWeb/Module_B2B/Site_pneus-direct/Fond_Recherche_DO_Site_9.jpg") !important;   
}

body.diproconnect.rechercheLancee  {
		background-image: url("./PartageWeb/Module_B2B/Site_pneus-direct/Fond_Recherche_DC_Site_9.jpg") !important;

}

body.cnxpage {
		background-image: url(./PartageWeb/Module_B2B/Site_pneus-direct/Fond_Connexion_Page_Site_9.jpg)!important;  
}

/*...Fond de page*/

/*Gestion de l'entete du site... retrait du bleu Dipro*/
.entete {
    background-color: #144386;
    background-repeat: repeat-x;
}

.entete .bleudipro {
     background-color: inherit;
}

body.cnxpage .entete {
     background-color: #144386;
}

.infouser {color: inherit;}
/*...Gestion de l'entete du site*/

/*Gestion du logo*/
.logo-header img, .logo-header.logo-dc img  {
    content: url(./PartageWeb/Module_B2B/Site_pneus-direct/Logo_site_9.png);
}

/*Cacher les éléments Dipro...*/
.textAidePanierDipro, .void_vconnect, .infocontact {display:none;}
/*...Cacher les éléments Dipro*/

.pro-mea1 { border-bottom-right-radius: 80px 80px !important; background-color: #144386; color: #FFFFFF !important;}
.pro-mea2 { border-bottom-right-radius: 80px 80px !important; background-color: #007ffe; color: #FFFFFF !important;}
.pro-mea3 { border-bottom-right-radius: 80px 80px !important; background-color: #007ffe; color: #FFFFFF !important;}
.pro-mea4 { border-bottom-right-radius: 80px 80px !important; background-color: #14b534; color: #FFFFFF !important;}