/*
MPS
#1 color = #323d4a;   #323d4a;
#2 color = #004AA1;  #004AA1;
*/

.trier a{
    color:#323d4a
}



a:hover,
a:focus {
    color: #323d4a;
}

.circled {
	background: #323d4a;
}

.con1 > div, .con2 > div, .con3 > div { 
	background-color: #323d4a;
}

.scrollup:hover {
	background: #323d4a;
}


/* service */

.service-icon span {
	color: #323d4a;
}



/* button */
.btn-skin {
  background-color: #323d4a;
  border-color: #323d4a;
}


/* top */
.top-area {
	background: #004AA1;
}

/* menu */

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #004AA1;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,.navbar-custom.top-nav-collapse .nav li.active a  {
    color: #004AA1;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #323d4a;
}


.bg-skin {
	background: #323d4a;
}
.color2-skin {
	color: #323d4a;
}
.color1-skin {
	color: #bb0102;
}
.bg-titre-veh {
	background: #bb0102;
}

.highlight-color {
	background-color: #323d4a;
}
.color {
	color: #323d4a;
}

/* pricing box  */
.pricing-content.featured h2,.pricing-content.featured .price-bottom {
	background-color:#004AA1;
}
.pricing-content.featured h3 {
	background:#323d4a;
}



/* team */
.cbp-l-grid-team-name {
    color: #323D4A;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #323d4a;
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    /* @editable properties */
    background-color: #323d4a;
    border:1px solid #323d4a;
}

.cbp-l-filters-dropdownWrap {
    /* @editable properties */
    width: 200px;
    position: absolute;
    right: 0;
    background: #323d4a;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #323d4a;
    border-color: #323d4a;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #323d4a;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #004AA1;
}

.form-control:focus {
  border-color: #004AA1;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #c61717;
  background-image: -webkit-linear-gradient(top, #bb0404 0%, #db7e7e 100%);
  background-image: -o-linear-gradient(top, #bb0404 0%, #db7e7e 100%);
  background-image: linear-gradient(to bottom, #bb0404 0%, #db7e7e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0404', endColorstr='#db7e7e', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #d1d8db  0%, #323d4a 100%);
  background-image: -o-linear-gradient(top, #d1d8db 0%, #323d4a 100%);
  background-image: linear-gradient(to bottom, #d1d8db 0%, #323d4a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d8db', endColorstr='#323d4a', GradientType=0);
}