/*
	Surgarche Red
    - debut : #ea1b1a
    - fin : #fb6161
*/


/* Footer */
footer .down-footer 
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ea1b1a+0,fb6161+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #ea1b1a 0%, #fb6161 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#ea1b1a 0%,#fb6161 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#ea1b1a 0%,#fb6161 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fb6161',GradientType=0 ); /* IE6-9 */
	
}
/* --------------------------- */

/* Style : titre, texte, ... */
.heading1, h1, .post-title-detail, a, .title-section h1, .article-detail-txt h2, .article-detail-txt h4, .article-detail-txt blockquote::before, .article-detail-txt blockquote::after, .slider-news .slider-caption h2 a, .standart-post h2 a  {
  color: #ea1b1a;
}

.article-detail-txt blockquote {
  border-bottom:5px solid #ea1b1a;
  border-top:5px solid #ea1b1a;
}

.annonce-type
{
	color: #ea1b1a;
}

.page-title {
	color: #ea1b1a;
}

.pagination-font:hover {
	color: #ea1b1a;
}
#fb6161
.pagination-activated {
	color: #ea1b1a;
}

a.category {
  background-image: linear-gradient(120deg, #ea1b1a 0%, #fb6161 80%, #fb6161 100%);
}

.partenaire-name:hover {
	color: #ea1b1a !important;
}

/* Info subtitle */
.info-subtitle {
	font-family: 'Roboto Condensed';
	font-size: 11px;
	color: #ea1b1a;
	text-transform: uppercase;
	font-weight: bold
}

/* --------------------------- */

/* Bouton */
.blue-label
{
	background-color: #ea1b1a;
}

.btn-large {
	background-image: linear-gradient(120deg, #ea1b1a 0%, #fb6161 80%, #fb6161 100%);
}

.btn-magazines {
	background-image: linear-gradient(120deg, #ea1b1a 0%, #fb6161 80%, #fb6161 100%);
}

.btn-publier-annonce,
.btn-thin {
	background-image: linear-gradient(120deg, #ea1b1a 0%, #fb6161 80%, #fb6161 100%);
}

/* dégradé bouton inscrivez vous*/
.bg-btn-style {
	margin-left: 254px;
	background: -webkit-gradient(linear, left top, right bottom,  from(#ea1b1a), to(#fb6161));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-grad {
    background-image: linear-gradient(120deg, #ea1b1a 0%, #fb6161 40%, #fb6161	 100%)
}

/* --------------------------- */

.navbar-personalized > li a:before
{
    background: #ea1b1a;
}

.navbar-personalized > li a:after
{
    background: #fb6161;
}

/* hover personalisé : */
.link-underline-animation {
    transition:all 1s linear;
    display:inline;
    /*@include font-size(2.2, 4.5);*/
    text-decoration:none;
    padding-bottom:5px;
    background: linear-gradient(to right, #ea1b1a 0%,#fb6161 98%);
    background-size:0px 2px;
    background-repeat: no-repeat;
    background-position:left 85%;
    text-shadow:0;
}


.a-underline {
	font-size: 16px;
    color: #565656;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    transition:all 1s linear;
    display:inline;
    /*@include font-size(2.2, 4.5);*/
    text-decoration:none;
    padding-bottom:5px;
    background: linear-gradient(to right, #ea1b1a 0%,#fb6161 98%);
    background-size:100% 3px;
    background-repeat: no-repeat;
    background-position:left 85%;
    text-shadow:0;
}

.a-highlight {
	font-size: 16px;
    color: #565656;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    transition:all 1s linear;
    display:inline;
    /*@include font-size(2.2, 4.5);*/
    text-decoration:none;
    padding-bottom:5px;
    background: linear-gradient(to right, #ea1b1a 0%,#fb6161 98%);
    background-size:100% 30px;
    background-repeat: no-repeat;
    background-position:left 85%;
    text-shadow:0;
}


