/*28.10.2014*/

/*Les couleurs :
	Bleu du template : 0b96f3
	Bleu foncé du template :
	Jaune foncé du template :f3c244
	Jaune clair du template : ebcf88
*/

/*Le logo*/
.logo-image img {
max-width: 200px;
max-height: 130px;
margin-top: -5px;
}

/*Background de la bar top*/
.t3-header {
background: #f3c244;/*code jaune*/
}

/*Petite fantaisie sur le menu pour faire la flêche*/
.navbar-nav > li.nav-highlight > a:before, .navbar-nav a.nav-highlight:before {
border-left: 15px solid #f3c244;
}
.navbar-nav > li.nav-highlight > a,
.navbar-nav a.nav-highlight {
  padding: 10px 10px 10px 20px;
}

/*Espacement ente les menus*/
.navbar-nav > li > a {
padding: 30px 8px;
}

/*Taille de la police des titres des menus*/
.t3-navbar {
font-size: 15px;
}

/* Gestion du menu liens vers Nos sites*/
  .navbar-collapse ul.navbar-nav > li.nav-highlight2 > a {
    background: transparent;
    margin: 0;
  }
  .navbar-collapse ul.navbar-nav > li.nav-highlight2 > a:before {
    display: none;
  }
.navbar-nav > li.nav-highlight2 > a,
.navbar-nav a.nav-highlight2 {
  background: #0b96f3;
  padding: 10px 20px 10px 10px;
  margin: 20px 0;
  color: #ffffff;
}
.navbar-nav a.nav-highlight2:before {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  border-left: 15px solid transparent;
  border-top: 45px solid #f3c244;
}
.navbar-nav > li.nav-highlight2 > a:hover,
.navbar-nav a.nav-highlight2:hover,
.navbar-nav > li.nav-highlight2 > a:focus,
.navbar-nav a.nav-highlight2:focus {
  border-color: transparent;
  background: #0a87db;
  color: #ffffff;
}
.old-ie .navbar-nav > li.nav-highlight2 > a,
.old-ie .navbar-nav a.nav-highlight2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Fon jaune claire des sous menus*/
.navbar-nav > li > .dropdown-menu {
background: #ebcf88;
}
.t3-megamenu .mega-dropdown-menu {
background: #ebcf88;
}

/*Fon jaune foncé des sous menus*/
.t3-megamenu .mega-dropdown-menu .mega-nav .mega-dropdown-inner li > a .mega-nav li a {
background: #f3c244;
color: #000000;
}
.t3-megamenu .mega-dropdown-menu .mega-nav li a {
color: #000000;
background: #f3c244;
}
.t3-megamenu .mega-dropdown-menu .mega-nav .mega-dropdown-inner li > a {
background: #f3c244;
color: #000000;
}

/*Titre des sous menu mega en bleu*/
.t3-megamenu .dropdown-header, .t3-megamenu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header, .t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
color: #0b96f3;
}

/*fond gris de certais modules #333333*/
.background-gray {
background-color: #f3c244;
}

/*pieds de page*/
.t3-footer {
background: #f3c244;
}

/*10.11.2014*/

/*Couleur du fil d'ariane*/
.t3-masthead a {
    color: #555555;
}
.t3-masthead a:hover {
    color: #0869AA;
}
.t3-masthead {
    color: #f0f0f0;
}

/*Faq*/
p {
    margin: 0px 10px 11.5px;
}

div.faq_category_head a.fsf_highlight {
    display: block;
    padding: 6px 10px;
}
h1, h2, h3 {
    margin-left: 10px;
}
.pagination {
    padding-left: 20px;
}

.testimonial-box {
    text-align: left;
}

/*Ne pas afficher le titre de la page*/
.page-title, .page-header h1 {
    display: none;
}
.page-header {
   display: none;
}


/* les puces des envoyer par mail imprimer PDF*/
.caret {
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}


.breadcrumb {
    background-color: #DAD0B6;
}