/*
Theme Name: Thème officiel Festival de Biarritz
Theme URI: http://festivaldebiarritz.com
Author: rezo 21
Author URI: http://www.rezo21.net
Version: 1.0.0
Description: Développement par l'agence web rezo 21
*/


/*******************************************/
/********** DEBUT DES GENERALITES **********/
/*******************************************/

a, a:hover, a:focus{
    color: #2806cc;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

ol,ul{
	list-style: none;
    margin-bottom: 0px;
}

hr{
	clear:both;
}

h1{
    font-size: 1.6em;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-top: 10px;
    border-bottom: 1px solid #2806cc;
    color: #2806cc;
    font-weight: 600;
}

h2{
    font-size: 1.6em;
    color: #2806cc;
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 1.6em;
}

.center{
    text-align: center;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clear-left{
    clear: left;
}

.clear-right{
    clear: right;
}

.clear-both{
    clear: both;
}

.no-padding-left{
    padding-left: 0;
}

.padding-left-double{
    padding-left: 30px;
}

.no-padding-right{
    padding-right: 0;
}

.padding-right-double{
    padding-right: 30px;
}

.no-padding{
    padding: 0px;
}

/*****************************************/
/********** FIN DES GENERALITES **********/
/*****************************************/

/**********************************************************************/

/*******************************************/
/********** DEBUT DES ALIGNEMENTS **********/
/*******************************************/

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/*****************************************/
/********** FIN DES ALIGNEMENTS **********/
/*****************************************/

/**********************************************************************/

/************************************/
/********** DEBUT DU CORPS **********/
/************************************/

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: black;
}

div.wpcf7-validation-errors{
    border: none;
}

div.wpcf7-response-output{
    margin: 0;
    padding: 0;
    border: none;
}

#content{
    max-width: 1366px;
    padding: 0 15px;
    margin: auto;
}

#content ul{
    margin-bottom: 10px;
    font-size: 1.2em;
}

#content ul li{
    list-style: disc;
}

#content p{
    font-size: 1.2em;
}

#content p.stock{
	display: none;
}

h2.vous-aimerez-aussi{
    border-bottom: 1px solid #2806cc;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.6em;
	clear: both;
}

.entry-content{
    margin-top: 10px;
}

.thumbnail_container:hover {
    border: 1px solid #2806cc;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
    display: block;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
}

.thumbnail_content {
    width:100%;
    height:100%;
    display: block;
}

.thumbnail_content img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.galerie-images .photo-page:hover{
	border:1px solid #2806cc;
}


.galerie-images .photo{
	/*max-height: 200px;*/
}

.photo-membre{
    padding-bottom: 0px;
}

.photo-membre .thumbnail_content img{
    position: relative;
    max-height: 250px;
}

.nom-membre{
    display: block;
    text-align: center;
    margin-top: 10px;
    min-height: 20px;
    line-height: 1.3em;
}

.role-membre{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    word-wrap: break-word;
    min-height: 20px;
    line-height: 1.3em;
}

img{
    max-height:100%;
    max-width:100%;
}

.thumbnail>img, .thumbnail a>img{
    width: 100%;
    height: auto;
}

.wrapperSlider{
    width: 100%;
    overflow: hidden;
    max-height: 360px;
}

.wrapperSlider .bx-controls{
    width: 700px;
    margin: auto;
    position: relative;
    top: -210px;
}

.wrapperSlider .bx-controls-direction{
    width: 100%;
    text-align: center;
}

.wrapperSlider .bx-viewport{
    overflow: visible !important;
}

.bx-wrapper{
    max-width: 100% !important;
}

.slide{
    margin: 10px 5px;
    min-width: 700px;
    min-height: 360px;
}

.owl-carousel{
    padding: 10px;
}

.owl-carousel .item img{
    max-height: 100px;
    width: auto;
}

#category .thumbnail{
    padding: 0px;
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
    display: block;
}

#category .caption{    
    display: block;
    text-align: center;
}

#category .thumbnail .titre-category{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    line-height: 1.2em;
	height:50px;
}

#category .thumbnail .caption .price{
    font-size: 2.4em;
    font-weight: 600;
    display: block;
    color: #2806cc;
}

#category a:hover .thumbnail{
    text-decoration: none;
    background: #2806cc;
    border: 1px solid #2806cc;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

#category a:hover .thumbnail .caption .price{
    color: #fff;
}

#category a:hover{
    text-decoration: none;
}

#category a:hover .thumbnail .titre-category{
    color: #fff;
}

#category .add_to_cart_button{
    width: 100%;
	display:block;
    text-align: center;
	font-size:0.8em;
	margin-bottom:30px;
}

body.woocommerce-page #content ul li.payment_method_paypal{
    list-style: none;
}

body.woocommerce-page #content ul li.payment_method_cheque{
    list-style: none;
}

body.woocommerce-page .woocommerce header{
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body.woocommerce-page .woocommerce header h3{
    margin: 0px;
    padding: 10px;
    font-size: 1.2em;
}

body.woocommerce-page .woocommerce header h2{
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
}

#content p.price{
	font-size:3.0em;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{

	font-weight:600;
	color:#2806cc;
}

#content p.stock{
	font-size:1.5em;
}



.woocommerce div.product .stock{
	color:#888888;
}


.postid-108 div.quantity{
	display:none;
}

.postid-107 div.quantity{
	display:none;
}

.woocommerce #content .related.products span.titre-category{
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-top:10px;
}

.woocommerce #content .related.products span.price{
	display:block;
	text-align:center;
}

.woocommerce #content .related.products .add_to_cart_button{
    width: 100%;
	display:block;
    text-align: center;
	font-size:0.8em;
	margin-bottom:30px;
}

#content .addon-description p{
	font-size:0.9em;
}

.woocommerce #content .lien-financement{	
	background: #2806cc;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
}

.woocommerce #content .lien-financement:hover{
    background: #fff;
    color: #2806cc;
    border: 1px solid #2806cc;
    text-decoration: none;
}

.woocommerce-cart table.cart td.product-quantity, 
.woocommerce-cart table.cart th.product-quantity{
	display: none;
}

.woocommerce-page #category .thumbnail .titre-category{
	height: 100px;
}

/**********************************/
/********** FIN DU CORPS **********/
/**********************************/

/**********************************************************************/

/**************************************/
/********** DEBUT DE ACCUEIL **********/
/**************************************/

.titre-dernieres-actualites{
    border-bottom: 1px solid #2806cc;
    padding-bottom: 5px;
}

.liens-sous-header{
    text-align: right;
	margin-top:10px;
}

body.home .liens-sous-header{
	margin-top:0px;
}

.liens-sous-header a{
    background: #2806cc;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-left: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
}

.liens-sous-header a:hover{
    background: #fff;
    color: #2806cc;
    border: 1px solid #2806cc;
    text-decoration: none;
}

#actualites-accueil .thumbnail{
    padding: 0px;
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
    display: block;
}

#actualites-accueil .caption{    
    display: block;
}

#actualites-accueil .thumbnail .titre-actualite{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    line-height: 1.2em;
}

#actualites-accueil a:hover .thumbnail{
    text-decoration: none;
    background: #2806cc;
    border: 1px solid #2806cc;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

#actualites-accueil a:hover{
    text-decoration: none;
}

#actualites-accueil a:hover .thumbnail .titre-actualite{
    color: #fff;
}

#infos-festival{    
    max-width: 1366px;
    margin: auto;
}

#infos-festival .thumbnail{
    padding: 10px;
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
    display: block;
}

#infos-festival .reseaux-sociaux{
    padding: 0px;
    background: #2806cc;
}

#infos-festival .reseaux-sociaux .titre-reseaux-sociaux{
    display: block;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.4em;
}

#infos-festival .reseaux-sociaux:hover{
    background: #fff;
    color: #2806cc;
    border: 1px solid #2806cc;
    text-decoration: none;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

#infos-festival .reseaux-sociaux:hover  .titre-reseaux-sociaux{
    color: #2806cc;
}

#infos-festival .reseaux-sociaux .titre-reseaux-sociaux .big{
    font-size: 1.4em;
}

/************************************/
/********** FIN DE ACCUEIL **********/
/************************************/

/**********************************************************************/

/****************************************/
/********** DEBUT DE PROGRAMME **********/
/****************************************/

.programme .panel{
    border: none;
    box-shadow: none;
}

.programme .table>thead>tr>th, .programme .table>tbody>tr>td, .programme .table>tbody>tr{
    border: none;
}

.programme th{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
}

.nav li.active a, .nav li.active a:hover, .nav li.active a:focus, .nav li.active a:active{
    background: #2806cc;
    color: #fff;
    border-color: #fff;
}

.programme .libelle-theme{
    text-transform: uppercase;
    color: #2806cc;
    font-weight: 600;
    font-size: 1.4em;
}

.programme .table>tbody>tr.nouvel-horaire{
    border-top: 1px solid #ddd;
}

.programme .nom-evenement{
    font-weight: 600;
}

.programme .icone-participant{
    height: 15px;
    width: auto;
    margin-left: 5px;
}

.programme .icone-gratuit{
    height: 15px;
    width: auto;
    margin-left: 5px;
}

.programme .avertissement{
    color: #f00;
}

/**************************************/
/********** FIN DE PROGRAMME **********/
/**************************************/


/**************************************/
/***** DEBUT HOTELS RESTAURANTS ******/
/**************************************/


a.hotel-restaurant{
	display:block;
    min-height: 200px;
}

a.hotel-restaurant span.logo_container{
	display:block;
}

a.hotel-restaurant span.logo_container span.thumbnail_content{
	display:block;
	height:300px;
	position:relative;
    background: #fff;
}

a.hotel-restaurant span.logo_container span.thumbnail_content img{
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

a.hotel-restaurant .thumbnail{
    min-height: 490px;
}

a.hotel-restaurant span.nom-etablissement{
	display:block;
	font-size:1.3em;
	font-weight:600;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	line-height:1.3em;
}

a.hotel-restaurant span.adresse-etablissement{
	display:block;
	padding-left:10px;
	padding-right:10px;
}

a.hotel-restaurant span.telephone-etablissement{
	display:block;
	padding-left:10px;
	padding-right:10px;
}

a.hotel-restaurant span.lien-site-internet{
	display:block;
	padding-left:10px;
	padding-right:10px;
    word-wrap: break-word;
    font-size: 0.8em;
}


/*************************************/
/******* FIN HOTELS RESTAURANTS ******/
/*************************************/

/**********************************************************************/

/***********************/
/***** DEBUT FILM ******/
/***********************/

body.single-film .glyphicon{
	margin-right: 10px;
	margin-bottom: 10px;
}

body.single-film h2{
	margin-top: 10px;
	margin-bottom: 5px;
}

body.single-film .galerie-images .photo{ 
	max-height: none;
}

/***********************/
/******* FIN FILM ******/
/***********************/

/**********************************************************************/

/**************************************/
/********** DEBUT DE SIDEBAR **********/
/**************************************/

#sidebar-front{
    margin-top: 20px;
}

.rechercher{
	margin-bottom:20px;
}

.rechercher .label-searchform{
	display:none;
}

#sidebar-front .thumbnail{
    padding: 0px;
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
}

#sidebar-front .thumbnail h2{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
}

#sidebar-front a:hover .thumbnail{
    text-decoration: none;
    background: #2806cc;
}

#sidebar-front a:hover{
    text-decoration: none;
}

#sidebar-front a .thumbnail .titre-affiche{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    line-height: 1.2em;
}

#sidebar-front a:hover .thumbnail .titre-affiche{
    color: #fff;
}

#sidebar-front .titre-sidebar{
    background: #2806cc;
    color: #fff;
    font-size: 1.4em;
    padding: 15px;
    text-transform: uppercase;
    line-height: 1.4em;
}

#sidebar-front .titre-sidebar .big{
    font-size: 1.5em;
    font-weight: 600;
    display: block;
}

#sidebar-front #bouton-abonner{
    background: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #2806cc;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #2806cc;
    padding-bottom: 5px;
}

#sidebar-front .reseaux-sociaux{
    padding: 0px;
    background: #2806cc;
}

#sidebar-front .reseaux-sociaux .titre-reseaux-sociaux{
    display: block;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.4em;
}

#sidebar-front .reseaux-sociaux:hover{
    background: #fff;
    color: #2806cc;
    border: 1px solid #2806cc;
    text-decoration: none;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

#sidebar-front .reseaux-sociaux:hover  .titre-reseaux-sociaux{
    color: #2806cc;
}

#sidebar-front .reseaux-sociaux .titre-reseaux-sociaux .big{
    font-size: 1.4em;
}

/************************************/
/********** FIN DE SIDEBAR **********/
/************************************/

/**********************************************************************/

/*************************************/
/********** DEBUT DU HEADER **********/
/*************************************/

header{
    padding: 15px;
    background: #2806cc;
    color: #fff;
}

header #header{
}

header #header #logo{
    
}

header #header #logo .logo{
    display: block;
}

header #header #slogan{
    border-left: 1px solid #fff;
    padding-left: 10px;
}

header #header #slogan .titre{
    font-weight: 600;
    font-size: 1.2em;
    display: block;
}

header #header #slogan .date{
    font-size: 0.8em;
}

header #header #reseaux-sociaux{
    float: right;
	text-align:right;
}

header #header #reseaux-sociaux a{
    display: inline-block;
    margin-right: 5px;
}

header #header #reseaux-sociaux img{
    width: 30px;
    height: auto;
}

header #header #reseaux-sociaux img#version-espagnole{    
    margin-right: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
}

header #header #reseaux-sociaux a.lien-mon-compte{
	margin-left:25px;
}

#header #qtranslate-4{
	float:right;
}

#header #qtranslate-4 ul{
	padding-left:0px;
	padding-top:4px;
	margin-left:20px;
}

/***********************************/
/********** FIN DU HEADER **********/
/***********************************/

/**********************************************************************/

/***********************************/
/********** DEBUT DU MENU **********/
/***********************************/

.navbar-default{
    border: none;
    background: none;
    min-height: 0px;
    margin-bottom: 0px;
    float: right;
    margin-top: 5px;
}

nav .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

nav .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

nav .navbar-brand{
    display: none;
}

.navbar-default .navbar-brand{
	color: #fff;
	float: right;
}

.navbar-default .navbar-nav>li{
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
    background: none;
}

/***** DEBUT MENU DEROULANT *****/

.navbar-nav>li>.dropdown-menu{
    border: none;
    box-shadow: none;
    background: url('./images/background-menu-dropdown.png');
    padding-top: 15px;
}

.navbar-nav .dropdown-menu{
    border-radius: 0px;
    padding: 10px;
}

.dropdown-menu>li{
    border-bottom: 1px solid #fff;
}

.dropdown-menu>li:hover{
}

.dropdown-menu>li:last-child{
    border: none;
}

.dropdown-menu>li>a{
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}

.dropdown-menu>li>a:hover{
    color: #2806cc;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus{
    color: #2806cc;
}

.navbar-nav .dropdown-menu .dropdown-menu{
	display: block;
	position: relative;
    background: none;
    box-shadow: none;
	border: none;	
    padding: 0 10px;
}

/***** FIN MENU DEROULANT *****/

/*********************************/
/********** FIN DU MENU **********/
/*********************************/

/**********************************************************************/

/*************************************/
/********** DEBUT DU FOOTER **********/
/*************************************/

footer{
    /*max-width: 1366px;
    padding: 0 20px;
    margin: auto;*/
}

footer #infos-site{
    max-width: 1366px;
    padding: 10px 20px;
    margin: auto;
    padding-bottom: 10px;
    font-size: 0.8em;
}

footer #infos-site ul{
    padding-left: 0px;
}

footer #infos-site ul li{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
}

#main-infos-festival{
    background: #f4f4f4;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	margin-top:50px;
}

#infos-festival{
    padding: 0 15px;
}

#dernieres-actualites .thumbnail{
    padding: 0px;
    border-radius: 0px;
    -moz-box-shadow: 3px 3px 5px 0px #ddd;
    -webkit-box-shadow: 3px 3px 5px 0px #ddd;
    -o-box-shadow: 3px 3px 5px 0px #ddd;
    box-shadow: 3px 3px 5px 0px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=135, Strength=5);
    display: block;
}

#dernieres-actualites .live-tweets .thumbnail{
    padding: 10px;
}

#dernieres-actualites .fil-facebook .thumbnail{
    padding: 10px;
}

#dernieres-actualites .caption{    
    display: block;
}

#dernieres-actualites .thumbnail .titre-actualite{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
    display: block;
    line-height: 1.2em;
}

#dernieres-actualites a:hover .thumbnail{
    text-decoration: none;
    background: #2806cc;
    border: 1px solid #2806cc;
    -moz-box-shadow: 3px 3px 5px 0px #888;
    -webkit-box-shadow: 3px 3px 5px 0px #888;
    -o-box-shadow: 3px 3px 5px 0px #888;
    box-shadow: 3px 3px 5px 0px #888;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#888, Direction=135, Strength=5);
}

#dernieres-actualites a:hover{
    text-decoration: none;
}

#dernieres-actualites a:hover .thumbnail .titre-actualite{
    color: #fff;
}

/***********************************/
/********** FIN DU FOOTER **********/
/***********************************/

/**********************************************************************/

/*************************************/
/********** FORMAT TABLETTE **********/
/*************************************/

@media screen and (max-width: 1024px) {
    body {
        width: auto;
    }
	
	header{		
		padding-bottom: 0px;
	}

    header #header{
        width: auto;
    }
    
	header #header #reseaux-sociaux{
        margin-top: 10px;
    }	
	
    nav.navbar-default{
        margin: 10px 0;
        float: none;
    }
	
    #content{
        padding: 0 15px;
    }

    .col-xs-12.padding-right-double{
        padding-right: 10px;
    }
	
	.navbar-default .navbar-nav>li{
		z-index: 1001;
	}
		
	#actualites-accueil .thumbnail .titre-actualite{
		font-size: 0.9em;
	}
	
	#dernieres-actualites .thumbnail .titre-actualite{
		font-size:0.8em;
	}
	
	#sidebar-front .titre-sidebar{
		font-size: 1.0em;
	}
	
	#sidebar-front .titre-sidebar .big{
		font-size: 1.2em;
	}
	
	#sidebar-front #bouton-abonner{
		font-size: 1.0em;
	}
	
	#infos-festival .reseaux-sociaux .titre-reseaux-sociaux{
		font-size: 1.5em;
	}
	
}

/*************************************/
/********** FORMAT TABLETTE **********/
/*************************************/

/**********************************************************************/

/***********************************/
/********** FORMAT MOBILE **********/
/***********************************/

@media screen and (max-width: 767px) {     
    header #logo {
        text-align: center;
        padding-bottom: 10px;
    }    
	
	header #header #slogan{
		border-left:none;
		text-align:center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
    header #header #reseaux-sociaux a{
        margin: 0px;
    }

    nav .navbar-brand{
        display: block;
    }

    nav .container-fluid{
    }

    nav .navbar-collapse{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu{
        padding: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }

    .navbar-default .navbar-nav>li{
        border-right: none;
    }

    .navbar-default .navbar-nav>li>a{
        padding: 5px 15px;
    }

    .liens-sous-header{
        text-align: left;
        margin-top: 0px;
        padding: 0 15px;
    }

    .liens-sous-header a{
        margin-top: 5px;
        margin-left: 0px;
    }

    .wrapperSlider{
        display: none;
    }

    footer .infos-site{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    footer #liens-footer .menu-footer{
        border: none;
        padding-top: 10px;
        padding-left: 0px;
    }
}

/***********************************/
/********** FORMAT MOBILE **********/
/***********************************/

/**********************************************************************/

/**************************************************/
/********** FORMAT ORDINATEUR UNIQUEMENT **********/
/**************************************************/

@media screen and (min-width: 1024px) {
    
    /* Permet d'afficher le menu déroulant au survol de la souris */
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;   
    }

    /* Permet de cacher le triangle des items du menu possédant un menu déroulant */
    .caret {
        display: none;
    }

	/*.cultures .dropdown-menu{
		left: -30px;
	}
	
	.infos-pratiques .dropdown-menu{
        left: -40px;
    }*/

    .presse-pros .dropdown-menu{
        left: -65px;
    }
}