:root {
/*--hdf-color-blue : #00439d;*/
--hdf-color-blue : #0050a4;
/*--hdf-color-blue-dark : #00377e;*/
--hdf-color-blue-dark :#002e6a;
--hdf-color-blue-content : #0F4496;
--hdf-color-blue-light:#629DD8;

--hdf-color-green : #79B41D;
--hdf-color-green-light : #95C11F;

--hdf-color-green-entreprises-dark : #34ddab;
--hdf-color-green-entreprises : #64fed0;

--hdf-color-gray : #a6a6a6;
--hdf-color-gray-darker : #3D3D3D;
--hdf-color-gray-dark : #626262;
--hdf-color-gray-light : #cdcdcd;
--hdf-color-gray-lighter : #dfdfdf;
--hdf-color-gray-lightest : #F4F4F4;

--hdf-color-white: #FFF;
--hdf-color-black : #000;
--hdf-color-black-alpha-50 : rgba(0,0,0,0.5);

--hdf-homepage-carousel-indicators-height: 96px;

}

body { font-family: Raleway, "Open Sans", Helvetica, Arial, sans-serif;}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 ,
.btn {
    font-family: Raleway,sans-serif;
}


.btn {text-transform:none !important;}
.btn.btn-round {
    border:none;
    border-radius:10rem;
}

.btn.btn-primary {color:#FFF !important;background-color:var(--hdf-color-gray-dark) !important;}
.btn.btn-primary:hover {color:#FFF !important;background-color:var(--hdf-color-blue-dark) !important;}



.btn-blue {
    background-color:var(--hdf-color-blue);
    color: var(--hdf-color-white);
}
.btn-blue:hover {
    background-color:var(--hdf-color-blue-dark);
    color: var(--hdf-color-white);
}


.btn-gray {
    background-color:var(--hdf-color-gray);
    color: var(--hdf-color-blue);
}

.btn-gray:hover {
    background-color:var(--hdf-color-blue);
    color: var(--hdf-color-white);
}


.btn-blue-dark {
    background-color:var(--hdf-color-blue-dark);
    color: var(--hdf-color-white);
}
.btn-blue-dark:hover {
    background-color:var(--hdf-color-white);
    color: var(--hdf-color-blue-dark);
}



footer .btn-gray {color: var(--hdf-color-white);}
footer .btn-gray:hover {color: var(--hdf-color-white);}




#post-breadcrumb {
    color:var(--hdf-color-white);
    font-size: 0.75rem;
    background-color: var(--hdf-color-gray-dark);
    font-weight: bold;
    letter-spacing: 0;
    font-family: Raleway;
}

#post-breadcrumb a {
    color:var(--hdf-color-white);
}
#post-breadcrumb a:hover {text-decoration:underline;} 


.gallery-item .gallery-thumb img {height:auto;
width:100%;}



#tarteaucitronPremium {height:0px !important;}


/*
#archivesTag .dropdown-toggle::after {display:none !important;}
*/


.malinky-ajax-pagination-loading {
    margin: 1rem auto !important;
}

.malinky-load-more {
    width:100%;
}

.malinky-load-more a#malinky-ajax-pagination-button {
    display:inline-block;
    margin: 0px auto;
    padding:0.5rem 2rem;
    background-color:var(--hdf-color-blue);
    border: solid 2px var(--hdf-color-blue);
    color: var(--hdf-color-white);
    font-weight:bold;
    border-radius: 4px;
}

.malinky-load-more a#malinky-ajax-pagination-button:hover {
    border: solid 2px var(--hdf-color-blue-light);
}


.w3eden .btn.btn-primary,
.w3eden .btn.btn-primary  {border:0;}



.article-list-item ul.tag-list {margin-bottom:0;}
.article-list-item ul.tag-list a {color:var(--hdf-color-gray-darker);}
.article-list-item .date {margin-bottom:0.5rem;color:var(--hdf-color-gray-dark);font-size:0.625rem;}
.article-list-item .titre-article-recherche a {text-transform:none; font-size:1.375rem;}
.article-list-item p {font-size:1rem;}