/*
Theme Name: SYNEXTA Core child theme
Theme URI:  https://synexta.fr
Description: Thème neutre Synexta, servant de base de travail pour nos créations.
Author: Synexta
Author URI: https://synexta.fr
Template: visual-composer-starter
Version: 1.0.0
License: GPLv2 ou ultérieure
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mon-theme-enfant
*/

/*
Début CSS
*/

.entry-content li:before{
  display: none;
}

#globalfooter a,#globalfooter a:hover {
    text-decoration: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    #menubar .vce-row-content {
      max-width: 100% !important;
    }
}

.comments-area .comment-list .reply a:hover, .comments-area .comment-list .reply a:focus, .comment-content p a, .comment-content ol a, .comment-content ul a, .comment-content table a, .comment-content datalist a, .comment-content blockquote a, .comment-content dl a, .comment-content address a, .entry-content p a, .entry-content ol a, .entry-content ul a, .entry-content table a, .entry-content datalist a, .entry-content blockquote a, .entry-content dl a, .entry-content address a {
    border: none;
}