#left {
    overflow: hidden;
    background: #fff;
    padding-bottom: 15px;
}
#right {
    background: #fff;
}
#left-wrapper {
    width: 400%;
}
.currentSlide {
    width: 25%;
    float: left;
    background: #fff;
    position: relative;
}
.nextSlide {
    width: 25%;
    float: left;
    position: relative;
}
.right-slide {
    float: left;
}



#breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
	margin-bottom: 10px;
}


#breadcrumb {
  overflow: hidden;
  width: 100%;
}

#breadcrumb li{
  float: left;
  margin: 0 .5em 0 1em;
}

#breadcrumb a{
  background: #113651;
	padding: .2em 1em;
	float: left;
  	text-decoration: none;
  	color: #ffffff;
	position: relative;
	margin-right: 14px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}

#breadcrumb span{
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	margin-left: 10px;
}

#breadcrumb a:hover{
	/*background-color: silver;*/
}

#breadcrumb a::before{
  	content: "";
  	position: absolute;
  	top: 50%; 
  	margin-top: -1.5em;   
  	border-width: 1.5em 0 1.5em 1em;
  	border-style: solid;
 	border-color: #113651 #113651 #113651 transparent;
  	left: -1em;
	border-right-width: 0;
	border-right-color: #113651;
}

#breadcrumb a:hover::before{
  	border-color: #113651 #113651 #113651 transparent;
}

#breadcrumb a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #113651;
  right: -1em;
}

#breadcrumb a:hover::after{
  border-left-color: #113651;
}

.pan {
    min-width: 15px;
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    height: 1264px;
    float: left;
    width: 0.5%;
    background: #123751;
    margin-right: 0.1%;
    z-index: 2;
    margin-top: 20px;
}
.pan:hover {
    color: #fff;
    text-decoration: none;
}
/* couleur pan */

.pan {
    background-color: #123751;
}
.pan:nth-of-type(2) {
    background-color: #1C577F;
}
.pan:nth-of-type(3) {
    background-color: #2B79B0;
}
/*link droite*/

a.list-group-item.link-highlight {
    background: #f5f5f5;
}
#right a.list-group-item::before {
    content: "○ ";
    font-size: 23px;
}
#right a.list-group-item.link-highlight::before {
    content: "● ";
    color: #53a841;
}
a.list-group-item.link-highlight:hover {
    color: #555;
}
.little-info {
    visibility: hidden;
    font-size: 8px;
    font-weight: bold;
    float: right;
    text-align: right;
    margin-right: 5px;
    line-height: 1em;
}
a:hover .little-info {
    visibility: visible;
}
.glyphicon {
    font-size: 0.8em;
}
@media (max-width: 991px) {
    .pan,
    a.pilier.unselect {
        display: none;
    }
}
/* 3 plier */

.container ul {
    margin-left: 0px;
    padding-left: 0px;
}
.title-carrefour {
    margin-top: 20px;
    margin-bottom: 10px;
}
a.pilier {
    font-size: 44px;
    font-weight: 300;
    color: #222222;
    margin-left: 0px;
    line-height: 1.1;
}
a.pilier.unselect {
    font-size: 44px;
    font-weight: 300;
    color: #ccc;
    margin-left: 30px;
    line-height: 1.1;
}
.list-group .pull-right {
    margin: 5px -8px 0 3px;
}
/* icone pdf*/

.icon-pdf {
    width: 20px;
    height: 22px;
    background: url('img/icon-pdf.png');
}
/* icone liste*/

.icon-list {
    width: 14px;
    height: 15px;
    background: url('img/icon-list.png');
}
a:hover .icon-list {
    width: 14px;
    height: 15px;
    background: url('img/icon-list-hover.png');
}
/* icone new*/

.icon-new {
    width: 17px;
    height: 17px;
    background: url('img/icon-new.png');
    background-size: cover;
}
a:hover .icon-new {
    width: 17px;
    height: 17px;
    background: url('img/icon-new-hover.png');
    background-size: cover;
}

#hide-all, #view-all {
	display: block;
	float: right;
	padding-top: 9px;
	text-align: right;
	cursor: pointer;
}

/*filtres*/

#hide-all,
#view-all {
	width: 105px;
	height: 21px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 7px;
	padding-top: 0;
	font-size: .8em;
	text-transform: uppercase;
}

#view-all {
	background: url('img/filter_on.png') right / contain no-repeat;
}

#hide-all {
	background: url('img/filter_off.png') right / contain no-repeat;
}

/*styles*/

h3.carretitle small {
	font-size: .7em;
}