/*
Theme Name: Casprix V2
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media not screen and (max-width: 48em) {
/*************** ADD NOT ONLY CSS HERE  ***************/
.bouton_login_menu{
	outline: 2px solid;
}

}

/** Lien connexion / mon compte Menu header */
.bouton_login_menu{
	border-radius:99px !important;
	color:#be0707 !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.bouton_login_menu:hover{
	background-color:#be0707 !important;
}

.bouton_login_menu a{
	color:#be0707 !important;
    line-height: 16px !important;
}

.bouton_login_menu a:hover{
	color:#FFFFFF !important;
}
/* fin lien connexion */

/* margin général pour lisibilité */ 
.page_paragraphe{
	margin:10px;	
}

/* Lien pour les invités sur les fiches produit */
.lien_creation_compte_page_produit{
		font-weight:bold;
}