/*--------------------------------------------------------------
# Styles green grey template
--------------------------------------------------------------*/
/*https://www.monsiteprodemial.fr/img/cms/gabarit_bleu_vert.jpg */

body.home:not(.maintenance){
    background-color: #363942;
}

body.maintenance h1,
body.error404 h1{
    color: #00c29a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00c29a;
    border-color: #00c29a;
}

h2:after,
span.title:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #00c29a;
    margin-top: 15px;
}

#portfolio h2:after{
    background-color: #FFFFFF;
}

.text-center h2:after,
h2.text-center:after{
    margin-left: auto;
    margin-right: auto;
}

h3{
    color: #363942;
}

a:hover, a:focus{
    color: #363942;
    text-decoration: none;
}

#top-bar a.anchor{
    color: #00c29a;
}

.page-controll .page-numbers,
.breadcrumb-item a,
.card-body > a,
#contact a:hover,
#contact a:focus{
    color: #00c29a;
}

.card-body > a:hover,
.card-body > a:focus,
#top-bar a.anchor:hover,
#top-bar a.anchor:focus{
    color: #373737;
}


.social-links ul > li > a{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.social-links ul > li > a:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

header#masthead ul.navbar-nav li.nav-item:hover{
    border-color: #00c29a;
}

header#masthead .navbar-nav > li > a:hover{
    color: #00c29a;
}

/* HERO */
section#hero .hero-box{
    background-color: rgba(255,255,255,.9);
}
section#hero .hero-content{
    border: none;
}

section#hero h1 .domain:before{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #00c29a;
    margin: 0 auto;
    position: relative;
    top: -10px
}

section#hero h1{ color: #a9a9a9; }

section#hero h1 .domain, section#hero .slide-title,section#hero .carousel-cell{
    color: #373737;
}

section#hero .location{
    font-weight: 700;
}

section#metier .text-center{
    color: #FFFFFF;
}

section#about .block-grey{
    background-color: #f7f6f6;
}

section#about .block-grey,
section#about .block-grey .text-with-icon h3{
    color: #000;
}

section#about .block-grey .text-with-icon > div{
    border-bottom: 1px solid #a9a9a9;
}

section#portfolio{
    background-color: #00c29a;
}

section#portfolio h2,
section#portfolio h3,
section#portfolio h4,
section#portfolio p{
    color: #FFFFFF;
}

.btn-primary{
    background-color: #00c29a;
    border: 2px solid #00c29a;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: white;
    border-color: #00c29a;
    color: #00c29a;
}

#mobile_cta{
    background-color: #00c29a;
}

/** ACTUALITES **/
section#actualites #news{
    background-color: #363942;
}

section#actualites article .grow > span{
   background-color: rgba(0, 194, 154, 0.7);
}

section#actualites article:hover span.date, section#actualites article:focus span.date, section#actualites article .article-content > a, section#actualites article .article-content > a {
    color: #363942;
}

section#actualites article .article-content:hover > a {
    color: #00c29a;
}

section#quote .flickity-viewport{
    background-color: #FFFFFF;
}

section#quote blockquote{
    color: #373737;
}

section#quote .flickity-viewport{
    background-image: url('../img/icons/4_greengrey/quote_bg.png');
    background-repeat: no-repeat;
    background-position: bottom 0px right 110px;
}

body .flickity-prev-next-button .arrow{
    fill: #a9a9a9;
}

section#quote blockquote::before,
section#quote blockquote::after{
    content: "";
}

footer#colophon{
    background-color: #FFFFFF;
}

footer#colophon a:hover,
footer#colophon a:hover{
    color: #00c29a;
}

body.single-post #post-content article{
    border-color: #00c29a rgb(230, 230, 230) rgb(230, 230, 230);
}
