/*
	Surgarche Bleu
    - debut : #122d86
    - fin : #8497d3
*/


/* Footer */
footer .down-footer 
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,207cca+0,122d86+0,8497d3+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #122d86 0%, #8497d3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 0%,#122d86 0%,#8497d3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%,#207cca 0%,#122d86 0%,#8497d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#8497d3',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: #122d86;
}

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

.title-section h1 {
    color: #122d86;
}

.annonce-type
{
	color: #122d86;
}

.page-title {
	color: #122d86;
}

.pagination-font:hover {
	color: #122d86;
}

.pagination-activated {
	color: #122d86;
}

a.category {
  background-image: linear-gradient(120deg, #122d86 0%, #6c9ad6 80%, #6c9ad6 100%);
}

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

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

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

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

.btn-large {
	background-image: linear-gradient(120deg, #122d86 0%, #6c9ad6 80%, #6c9ad6 100%);
}

.btn-magazines {
	background-image: linear-gradient(120deg, #122d86 0%, #6c9ad6 80%, #6c9ad6 100%);
}

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

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

.btn-grad {
    background-image: linear-gradient(120deg, #122d86 0%, #6c9ad6 40%, #6c9ad6 100%)
}

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



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

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

/* 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, #122d86 0%,#8497d3 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, #122d86 0%,#8497d3 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, #122d86 0%,#8497d3 98%);
    background-size:100% 30px;
    background-repeat: no-repeat;
    background-position:left 85%;
    text-shadow:0;
}


