/**************************
*******Couleurs charte*****
**************************/

/*
Cyan_léger : #f1f5f7
Cyan_prononcé : #ca2d26
Cyan_sombre : #0d3958
Télégris : #e3e3e3
Gris +25% : #b6b6b6
Orange : #f4953d

Graphite Grey RAL7024 #575757
Light Grey RAL7047 #e3e3e3 (Télégris)
Traffic Red RAL2020 #ca2d26
*/

a {
  color: #ca2d26;
} 
a:hover, a:focus {
	color: #b6b6b6;
}

/*********************************************
******* BARRE ET BOUTON DE NAVIGATION ********
*********************************************/


/*********************************************
****Section HAUT DE PAGE : Option SLIDER *****
*********************************************/

#home-slider .caption h1 span {
  color: #ca2d26;
} 
.caption .btn-start, 
.left-control, 
.right-control {
  border: 1px solid #fff;
}
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
  border: 1px solid #ca2d26; background-color:#ca2d26;
}

/***************************************************
****Section HAUT DE PAGE : Option VIDEO-BANNER *****
***************************************************/

#home-video .video-content h1 span {
  color: #ca2d26;
}

#home-video .video-content h3 span {
  color: #ca2d26;
  font-weight : bold;
  font-size: 22px
}

#home-video .video-content .btn-start
{
  border: 1px solid #fff;
}

#home-video .video-content .btn-start:hover
{
  border: 1px solid #ca2d26; background-color:#ca2d26;
}

/* Boutons "flèches droite/gauche" si nécessaire */

/*
#home-video .video-content, 
.left-control, 
.right-control
{
  border: 1px solid #fff;
}

#home-video .video-content, 
.left-control:hover, 
.right-control:hover
{
  border: 1px solid #ca2d26; background-color:#ca2d26;
}
*/

/****************************
***Barre de menu principale**
****************************/

.main-nav {
  background-color:#575757;
}

/****************************
*******Section SERVICES******
****************************/

.service-icon {
  background-color:#575757;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #ca2d26 ;
}

/****************************
*******Section ABOUT US******
****************************/

.progress-bar.progress-bar-primary {
  background-color:#ca2d26;
}

/****************************
*******Section PORTFOLIO*****
****************************/

/* Englobe les 2 icônes flottantes : folio-link et folio-expand */
.folio-overview a:hover {
  background-color:#ca2d26;
}

#single-portfolio .close-folio-item:hover {
  color: #ca2d26;
} 

/****************************
*******Section PRICING*******
****************************/

.single-table.featured .btn.btn-primary {
  color: #575757;
} 

/* Produit "vedette" */
.single-table.featured {
  background-color:#575757;
}
/* Option "Souscrivez" du produit "vedette" : c'est l'encart entier qui se colore au survol */
.featured:hover {				
  background-color: #ca2d26
} 

/* Bouton "Souscrivez" */
.btn.btn-primary {
  background-color:#575757;
} 
.btn.btn-primary:hover {				
  background-color: #ca2d26
}

/****************************
*******Section TWITTER*******
****************************/

#twitter-carousel .item span {
  color: #ca2d26;
} 
.twitter-icon .fa-twitter {
  background-color:#ca2d26;
}
.twitter-icon .fa-twitter:after {
	border-color: #ca2d26 transparent transparent;
}
.twitter-left-control:hover, 
.twitter-right-control:hover {
	border: 1px solid #ca2d26; background-color:#ca2d26;
}

/****************************
*******Section BLOG**********
****************************/

/* Icône sur post : pencil, image, video */
.post-icon {
  background-color:#ca2d26;
}

/* Bouton "Load more" */
.btn-loadmore:hover  {
	border: 1px solid #ca2d26; background-color:#ca2d26
}

/* Encart du post et légendes */
.entry-header .date:after {
  background-color:#ca2d26;
}

/****************************
*******Section CONTACT*******
****************************/

.contact-info ul li a:hover {
  color: #ca2d26;
} 

/* Bouton "Envoyez maintenant" */
.btn-submit {
  background-color:#ca2d26;
}
.btn-submit:hover {				
  background-color: #b6b6b6
}

/****************************
****Section PIED DE PAGE*****
****************************/

#footer {
  background-color:#575757;
}
#footer .footer-bottom {
  color: #575757;
}
#footer .footer-bottom a  {
  color: #575757;
}
