/*
Theme Name: Veterinaire des Templiers - v1
Description: Theme enfant de Divi.
Author: alessiof
Author URI: https://alessiof.com
Template: Divi
Version: 1.0
*/

/* Rajoutez votre CSS ci-dessous */

/*Traduction du "Share This" de Monarch par "Partager" */
.et_social_heading {
	font-size: 0!important;
}
.et_social_heading::before {
	content: "Partager";
	font-size: 15px !important;
}

/*-----------------[CTA Menu Contact]————————*/
 
/* styliser le CTA contact */
            .contact-cta {border-radius: 0px;}
            .contact-cta a {color: #fff!important;}
            li.contact-cta {
                background-color:#a53b36; 
                font-weight: 700;
                text-transform: uppercase; 
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.contact-cta:hover {background-color:#963531;}
 
/* correction header bouton texte couleur */
                 .et-fixed-header #top-menu 
        .contact-cta a {
                        color: #fff!important;}
        .contact-cta li.current-menu-ancestor > a, 
        .contact-cta li.current-menu-item > a {
                    color: #fff !important;}

#top-menu-nav #top-menu li a:hover{
    color: #a53b36 !important;
}

#top-menu-nav #top-menu li:last-of-type a:hover{
    color: #fff !important;
}

#top-menu-nav #top-menu .sub-menu li:last-of-type a:hover{
    color: #a53b36 !important;
}
 
/* ===== Version Tablette=====*/
 
    @media only screen and (min-width : 981px) {
            li.contact-cta {height: 37px;}}