.presentation h1 {
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 7px #000000;
}
.presentation h2 {
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 7px #000000;
}



.presentation h3 {
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.presentation p {
    font-family: "Roboto";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
    padding-right:50px;

}

.fond-blanc h3 {
    color: #000 !important;
}
.fond-blanc p {
    color: #333333 !important;
}


div.rubriques {
	
	border-bottom: 1px solid #CCC;
}

span.rubrique {
	font-family: 'Roboto';
	font-size: 20px;
	height:30px;
	vertical-align:top;
	font-weight:700px;
	font-variant: small-caps;
	text-transform: uppercase;
	cursor: pointer;
}

span.rubrique-focus {
	font-weight:bold;
	font-variant: small-caps;
	text-transform: uppercase;
	border-bottom: 4px solid #000;

}


div.panel-gauche span.label {
    color: #828282;
    text-transform: uppercase;
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: transparent !important;
    margin: 5px 3px 3px 0;
    padding: 4px 6px 3px 6px;
    font-size: 10px;
}

/*PAGE D'ACCUEIL */
.presentation-index p {
    padding-right:0 !important;
}

@media (min-width:767px){
    .presentation-index .panel {
        margin-top:10px;
    }

}
@media (max-width:767px){	
    .presentation-index .panel {
        margin-top:150px;
    }
}

/* MOBILE - PRESENTATION */
.mob-images {
    background-color:#000;
}
.mob-images .col-xs-6 {
    border: 5px solid #000;
    background-size: cover;
}

.mob-images h1 {
    padding-top: 20px;
    padding-left:10px;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.mob-images h2 {
    font-size: 17px;
    color:#FFF;
    font-weight: 700;
    text-align: center;
    top:49%;
    position: relative;

    text-shadow:
    0px 0px 3px #000,
    0px 0px 5px #000,
    0px 0px 8px #000,
    0px 0px 10px #000;
    text-transform: uppercase;

}
#mob-1:hover h2, #mob-2:hover h2, #mob-3:hover h2, #mob-4:hover h2 {
    color:#FCC917;
    animation-name: blink;
    animation-duration: 1s;
}

@keyframes blink {
  from {color: #FFF;}
  to {color: #FCC917;}
}

.presentation-index .item {
    text-align: center;
    width:20%;
    float:left;
    clear:none;
}
.presentation-index .item p {
    font-family: "Roboto Condensed";
    font-size: 14px;
    text-align: center;
    padding-top:15px;
}
.presentation-index .item img {
    height:36px;
}

.blur {
    padding:18px 10px;
    border-radius: 10px 10px 0 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity/see-through */

 
    z-index: 2;
}