/*
Released by BuroCom
http://www.burocom.ch
normalize.css v1.0.1 | MIT License | git.io/normalize
*/

/*-- Voir image dans le slide --*/
.field img {
    height: auto;
	margin-left:10px;
    max-width: 100%}

/*-- Setting Pager Type --*/
.carousel-pager {
    float: right;
    display:none}

/*-- Radius Slide--*/
.carousel-image img {
    height:auto;
    width:100%;
    border: 0 none;
    border-radius: 0px;
    vertical-align: text-bottom}

/*-- Slide dans la partie Top --*/

.carousel-banners, .carousel-slider, .carousel-banner {
    max-width: 100%}
    
#top-carousel{
	background:#e9e9e9;
	height:auto;
	width:auto;
	margin-top:0;
	border-top:0px solid #3671b3;
	border-bottom:5px solid #a9a6a1}
#top-carousel .carousel-banners{
	margin:auto;
	max-width:100%}
#top-carousel .carousel-text {
    background-color: rgba(0, 174, 239, 0.9);
    border-radius: 0px;
    bottom: 0;
    height: 200px;
    left: 0;
    margin: 0 0 0 630px;
    padding: 0px;
    right: 0;
    width: 300px;
	display:none}
#top-carousel .carousel-text span {
    color: #FFFFFF;
    font-family: Abel,Montez,Verdana,sans-serif;
    font-size: 300%;
    font-style: italic;
    font-weight: bold;
    line-height: 100px;
    padding: 25px}
#top-carousel .carousel-text p {
    color: #4b4b4b;
    font-size: 125%;
    padding: 0 25px 25px}
#top-carousel .carousel-text p span {
    color: #fff;
    font-family: Verdana,sans-serif;
    font-size: 100%;
    line-height: 20px}
#top-carousel .carousel-text a{
    color:#4b4b4b}
#top-carousel .carousel-text a:hover{
	color:#FF0000}
#top-carousel .carousel-pager{
	left:50%;
	margin:0 0 0 -4px;
	padding:0;
	right:auto;
	text-align:right;
	z-index:2;
	display:yes}
    
/*-- Slide dans la partie Page --*/
#page-carousel .carousel-text {
    background-color: rgba(158, 119, 18, 0.75);
    border-radius: 15px;
    bottom: 0;
    height: 105px;
    left: 0;
    margin: 20px 20px 20px 300px;
    padding: 15px;
    width: 340px;
    right: 0}
#page-carousel .carousel-text span {
    color: #FFF;
    font-family: Montez,Verdana,sans-serif;
    font-size: 250%;
    line-height: 30px}
#page-carousel .carousel-text p {
    color:#FFF;
    margin-top: 15px}
#page-carousel .carousel-text p span {
    color: #fff;
    font-family: Verdana,sans-serif;
    font-size: 100%;
    line-height: 20px}
    

