/*
 Theme Name:     Divi Child cip
 Theme URI:      http://wptheme.fr/theme-wordpress-divi/
 Description:    Theme Enfant Divi
 Author:         WPTheme.fr
 Author URI:     http://wptheme.fr/
 Template:       Divi
 Version:        2025
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */
.home article h2::after, .actu-link::after, .single h1::after, .home-section1 h2::after, .page h1::after, .archive h1::after {
    background-color: #007BC5;      /* couleur orange */
}

.single article p a, .page article p a {
    color:#007BC5; 
    font-weight: 900;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

.home-CIP-sectionAcc .et_pb_row{
    width: 60%;
    max-width: 980px;
}

.wpcf7-submit {
    background-color: #007BC5;
}

.home-CIP-sectionAcc .et_pb_blurb_content {
    max-width: unset;
}

.et_pb_section--with-menu .fa-solid, .fas {
    color:#007BC5;
}

.breadcrumb .current {
    font-weight: bold;
    color: #007BC5;
}

.home .ariane {
    display: none;
}

@media (max-width:980px) {
    .banniere-arrondie {
        background-image: url(https://cap-solidaire.corsica/wp-content/uploads/images/cipmob.png)!important;
    }
}

@media (min-width:981px) {
    .et-menu li > a:hover {
        color: var(--GEIQ-1, #007BC5)!important;
        font-weight: 700!important;
        opacity: 1!important;
        text-decoration: underline;
    }

    .et-menu .sub-menu a:hover {
        /*background-color: #FDE1C3;*/
    }
}