@charset "utf-8";

/*** Carousel-related styles ***/
/* Containers */
.carousel {
display: block;
overflow: hidden;
position: relative;
width: 662px;
margin: 10px auto;
}
.carousel-container {
border: 1px solid #cccccc;
margin: 20px 40px;
display: block;
overflow: hidden;
width: 99%;
margin: 0 auto;
}
.carousel-wrapper, .carousel-wrapper2 {
clear: both;
height: auto;
overflow: hidden;
margin: 0;
}
.carousel-element {
width: 100%;
height: 230px;
float: left;
margin: 0;
padding: 0;
border: 1px;
}
/* Text */
.infos {
background: #e5e5e5;
display: block;
padding: 4px;
}
.infos p {
margin: 0;
padding: 2px !important;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
}
.infos p a {
text-decoration: underline;
color: #e16f00;
text-transform: lowercase;
}
.carousel-element span.t1 {
color: #53b9ff;
font-size: 24px;
font-family: Georgia;
text-transform: uppercase;
}
.carousel-element span.t2 {
color: #0b7cc3;
font-size: 28px;
font-family: Georgia;
text-transform: uppercase;
}
.carousel-element span.t3 {
color: #e37a00;
font-size: 20px;
font-family: Verdana;
}
.carousel-element span.t3 span {
font-size: 28px;
font-weight: bold;
}
.carousel-element span.t1, .carousel-element span.t2, .carousel-element span.t3 {
display: block;
text-align: center;
line-height: 34px;
}
/* Prev/Next nav */
.carousel-nav, .carousel-index {
display: block;
margin: 0 auto;
}
.carousel-nav {
position: absolute;
margin-top: -40px;
width: 100%;
clear: both;
float: left;
}
.carousel-nav .precedent {
float: left;
display: block;
margin-left: 15px;
margin-top: 0;
color: #000;
}
.carousel-nav .suivant {
float: right;
display: block;
margin-right: 15px;
margin-top: 0;
color: #000;
}
/* Numbered nav */
.carousel-index {
display: block;
margin: 0 auto;
width: 100%;
}
.carousel-index a {
display: block;
padding: 5px;
text-align: center;
float: left;
text-decoration: none;
margin: 3px;
background-color: #888;
color: #fff;
border: 1px solid white;
width: 18px;
}
.carousel-index a:hover, .carousel-index a.clic {
display: block;
padding: 5px;
text-align: center;
float: left;
text-decoration: none;
margin: 3px;
background-color: #888;
color: #fff;
border: 1px solid #888;
}
/* Responsive slider */
.responsive {
width: 80% !important;
}


.carousel-element span.overlay {
    position: absolute;
bottom: 31px;
left: 0;
width: 99%;
height: 61px;
background: #000;
margin: 0 0 0 3px;
}
.carousel-element .title {
    position: absolute;
    left: 15px;
    top: 180px;
    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 18px;
}
.carousel-element .info {
    position: absolute;
    left: 15px;
    top: 208px;
    font-size: 11px;
    color: #ddd;
    margin-right: 20px;
}
#topnav li:last-child {
    border-right: 1px solid #afbdc0;
}