/* CSS Document */

/*****   FONT   *****/
@font-face {
font-family: 'LassiterRegular';
src: url('/RessourcesCentrales/fonts/Lassiter/Regular/lassiter-webfont.eot');
src: url('/RessourcesCentrales/fonts/Lassiter/Regular/lassiter-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Lassiter/Regular/lassiter-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Lassiter/Regular/lassiter-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Lassiter/Regular/lassiter-webfont.svg#Lassiter') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'OxygenRegular';
src: url('/RessourcesCentrales/fonts/Oxygen/Regular/oxygen-regular-webfont.eot');
src: url('/RessourcesCentrales/fonts/Oxygen/Regular/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Oxygen/Regular/oxygen-regular-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Oxygen/Regular/oxygen-regular-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Oxygen/Regular/oxygen-regular-webfont.svg#Oxygen') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'OxygenBold';
src: url('/RessourcesCentrales/fonts/Oxygen/Bold/oxygen-bold-webfont.eot');
src: url('/RessourcesCentrales/fonts/Oxygen/Bold/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/oxygen-bold-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/oxygen-bold-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/oxygen-bold-webfont.svg#OxygenBold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'OxygenLight';
src: url('/RessourcesCentrales/fonts/Oxygen/Light/oxygen-light-webfont.eot');
src: url('/RessourcesCentrales/fonts/Oxygen/Light/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Oxygen/Light/oxygen-light-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Oxygen/Light/oxygen-light-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Oxygen/Light/oxygen-light-webfont.svg#OxygenLight') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Rokkitt';
src: url('/RessourcesCentrales/fonts/Rokkitt/Regular/rokkitt-webfont.eot');
src: url('/RessourcesCentrales/fonts/Rokkitt/Regular/rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Rokkitt/Regular/rokkitt-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Rokkitt/Regular/rokkitt-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Rokkitt/Regular/rokkitt-webfont.svg#Rokkitt') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'RokkittBold';
src: url('/RessourcesCentrales/fonts/Oxygen/Bold/rokkitt-bold-webfont.eot');
src: url('/RessourcesCentrales/fonts/Oxygen/Bold/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/rokkitt-bold-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/rokkitt-bold-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Oxygen/Bold/rokkitt-bold-webfont.svg#RokkittBold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Peralta';
src: url('/RessourcesCentrales/fonts/Peralta/Regular/peralta-regular-webfont.eot');
src: url('/RessourcesCentrales/fonts/Peralta/Regular/peralta-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/RessourcesCentrales/fonts/Peralta/Regular/peralta-regular-webfont.woff') format('woff'),
url('/RessourcesCentrales/fonts/Peralta/Regular/peralta-regular-webfont.ttf') format('truetype'),
url('/RessourcesCentrales/fonts/Peralta/Regular/peralta-regular-webfont.svg#Peralta') format('svg');
font-weight: normal;
font-style: normal;
}

html{
	font-size:16px;
}

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-family:OxygenRegular, Verdana, Geneva, sans-serif;
	color:#514447;
	background-color:#f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
	font-family:LassiterRegular, Verdana, Geneva, sans-serif;
	color:#b41d32;
}
h2, h3, h4, h5, h6  {	
	margin-top:30px;
}

h2 {
	font-size:2rem;
}

h3 {
	font-size:1.5rem;
}

h4 {
	font-size:1.375rem;
}

h5 {
	font-size:1.25rem;
}

h6 {
	font-size:1rem;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color:#b41d32;
	text-decoration:none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a:hover, a:focus, a:active {
	color:#DD314A;
}

.button {	
	background-color:#b41d32;
	color:#fff;
	font-size:1.125rem;
	text-transform:uppercase;
	letter-spacing:1px;
}
.button:hover, .button:focus, .button:active  {
	background-color:#DD314A;
	color:#FFF;	
}
a.button {
	color:#fff;
}
.button2 {
	border:1px solid #b41d32;
	color:#b41d32;
	display:inline-block;
	text-align:center;
	padding:8px 12px;
	margin-right:4px;
	margin-top:12px;
}
.button2:hover, .button2:focus, .button2:active  {
	background-color:#b41d32;
	color:#FFF;	
}
.button3 {
	background-color:#b41d32;
	border:1px solid #b41d32;
	color:#fff;
	display:inline-block;
	text-align:center;
	padding:8px 12px;
	margin-top:12px;
}
.button3:hover, .button3:focus, .button3:active  {
	background-color:#DD314A;
	border:1px solid #DD314A;
	color:#FFF;
}
a.button3 {
	color:#fff;
}

div.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border:0;
}

.gauche {
	text-align:left;
}

.droite {
	text-align:right;
}

.centrer {
	text-align:center;
}
ul.largeIcon {
	list-style:none;
	padding:0;
	margin-left:0;
}
ul.largeIcon li {
	margin-bottom:6px;
}
.largeIcon i {
	font-size:1.125rem;	
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float:left;
}

select {
	margin:0;
}

.espacementTop {
	margin-top:2rem;
}

.espacementBottom {
	margin-bottom:2rem;
}

ul {
	list-style-position:outside;
	margin-left:1.25rem;
}

div.cache {
	display:none;
}

body.body-page-9 div.cache {
	display:inherit;
}

label {
	color:#514447;
}

/* utilisé pour les vidéos des pages Médias */
iframe {
position:relative;
float:left;
margin:0.5rem 1rem 0.5rem 0 !important;
}

/***********************************************************/
/*******************     header       **********************/
/***********************************************************/
div#header {
	padding:0;
	margin:auto;
	background:url(../images/design/bg-header.png) repeat top left;
	position:relative;
}

div#header div.expanded div.columns {
	padding-left:0;
	padding-right:0;
}

div#langues {
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	position:absolute;
	top:10px;
	right:10px;
	color:#514447;
	text-transform:uppercase;
	text-align:center;
	line-height:1.2;
	z-index:9999;
}

div#langues a {
	color:#b41d32;
}

div#langues a:hover, div#langues a:focus, div#langues a:active {
	color:#514447;
}

div#langues a i {
	font-size:1.5rem;
}

/*------------------     header-menu    ------------*/
/*--------------------------------------------------*/
div#header div#main-menu {
	padding:5rem 0 9rem 0;
	display:inline-block;
}
div#header div#main-menu ul#slickMenu {
    margin:0 0 0 8rem;
    padding:0;
    list-style:none;
	text-align:center;
}
div#header div#main-menu ul#slickMenu li {
    margin:0;
	padding:0;
	padding:0.375rem 0;
	position:relative;
}
div#header div#main-menu ul#slickMenu li a {
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	font-size:2rem;
	color:#514447;
	text-transform:uppercase;
	text-shadow:0 1px rgba(0, 0, 0, 0.16);
	letter-spacing:1px;
	padding:0.75rem;		
}

div#header div#main-menu ul#slickMenu li a:hover, div#header div#main-menu ul#slickMenu li a:focus , div#header div#main-menu ul#slickMenu li a:active {
	color:#FFFFFF; 	
}

body.body-accueil div#header div#main-menu ul#slickMenu li.mnuAccueil a::before, 
body.body-partenaires div#header div#main-menu ul#slickMenu li.mnuPartenaires a::before, 
body.body-tirage div#header div#main-menu ul#slickMenu li.mnuTirage a::before, 
body.body-equipe div#header div#main-menu ul#slickMenu li.mnuEquipe a::before, 
body.body-programmation div#header div#main-menu ul#slickMenu li.mnuProgrammation a::before, 
body.body-acces-service div#header div#main-menu ul#slickMenu li.mnuAccesService a::before,
body.body-medias div#header div#main-menu ul#slickMenu li.mnuMedias a::before,
body.body-inscriptions-formulaires div#header div#main-menu ul#slickMenu li.mnuInscriptionsFormulaires a::before,
body.body-contact div#header div#main-menu ul#slickMenu li.mnuContact a::before,
div#header div#main-menu ul#slickMenu li a:hover::before {
	content:"";
	width:39px;
	height:57px;
	position:absolute;
	top:0;
	left:-39px;
	background:url(../images/design/mnu-gauche.png) no-repeat;
}

body.body-accueil div#header div#main-menu ul#slickMenu li.mnuAccueil a::after,
body.body-partenaires div#header div#main-menu ul#slickMenu li.mnuPartenaires a::after,
body.body-tirage div#header div#main-menu ul#slickMenu li.mnuTirage a::after,
body.body-equipe div#header div#main-menu ul#slickMenu li.mnuEquipe a::after,
body.body-programmation div#header div#main-menu ul#slickMenu li.mnuProgrammation a::after,
body.body-acces-service div#header div#main-menu ul#slickMenu li.mnuAccesService a::after,
body.body-medias div#header div#main-menu ul#slickMenu li.mnuMedias a::after,
body.body-inscriptions-formulaires div#header div#main-menu ul#slickMenu li.mnuInscriptionsFormulaires a::after,
body.body-contact div#header div#main-menu ul#slickMenu li.mnuContact a::after,
div#header div#main-menu ul#slickMenu li a:hover::after {
	content:"";
	width:39px;
	height:57px;
	position:absolute;
	top:0;
	right:-39px;
	background:url(../images/design/mnu-droite.png) no-repeat;
}

body.body-accueil div#header div#main-menu ul#slickMenu li.mnuAccueil a,
body.body-partenaires div#header div#main-menu ul#slickMenu li.mnuPartenaires a,
body.body-tirage div#header div#main-menu ul#slickMenu li.mnuTirage a,
body.body-equipe div#header div#main-menu ul#slickMenu li.mnuEquipe a,
body.body-programmation div#header div#main-menu ul#slickMenu li.mnuProgrammation a,
body.body-acces-service div#header div#main-menu ul#slickMenu li.mnuAccesService a,
body.body-medias div#header div#main-menu ul#slickMenu li.mnuMedias a,
body.body-inscriptions-formulaires div#header div#main-menu ul#slickMenu li.mnuInscriptionsFormulaires a,
body.body-contact div#header div#main-menu ul#slickMenu li.mnuContact a,
div#header ul#slickMenu li a:hover {
	position:relative;
	color:#FFFFFF;
	background:url(../images/design/bg-menu.png) repeat-x top left;
}

div#header div#main-menu ul#slickMenu li::after {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-13px;
	width:26px;
	height:2px;
	background:rgba(81, 68, 71, 0.2);
	bottom:7px;
}

/* Menu mobile */ 
#header .row.mobile-menu {
	max-width:100%;
	padding:0;
}
#header .row.mobile-menu .column {
	padding:0;
}
#mobile-menu {
	text-align:left;
}
#mobile-menu .slicknav_menu {
	background-color:#514447;
}
#mobile-menu  .slicknav_btn {    
    background-color:#514447;
	padding:6px;
	margin:0;
}
#mobile-menu .slicknav_menu .slicknav_menutxt {
	text-shadow:none;
}
#mobile-menu .slicknav_nav ul {
	margin-left:0px;
}
#mobile-menu .slicknav_nav ul li {
	width:100%;	
}
#mobile-menu .slicknav_nav a {
    color: #FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-left:0;
	padding:5px 12px;
	display:inline-block;	
}
#mobile-menu .slicknav_nav a:hover , #mobile-menu .slicknav_nav a:focus , #mobile-menu .slicknav_nav a:active {
	background-color:rgba(255,255,255,0.4);	
}



/*------------------     header-bandeau    ------------*/
/*-----------------------------------------------------*/
div#bandeau {
	max-height:800px;
	overflow:hidden;
	position:relative;
}

div#bandeau div.ms-slide {
	color:#FFF;	
	text-align:center;
}

div#bandeau .ms-layer {
	max-width:50%;
	margin-top:2rem;
}

div#bandeau div.logo img {
	width:175px;
}

div#bandeau div#masterslider div.ms-layer {
	top:5% !important;
}

div#bandeau div.ms-slide h1 {
	font-size:3.5rem;
	font-weight:bold;
	line-height:1;
	margin:3rem 1rem 1rem 0;
	color:#FFFFFF;
	text-align:left;
}

div#bandeau div.ms-slide p {
	font-size:2rem;
	text-align:left;
	margin-right:1rem;
}

div#bandeau div.ms-slide a.button {
	background-color:#FFF;
	color:#333;
	margin-top:30px;
}
div#bandeau div.ms-slide a.button .fa-play{
	margin-left:8px;
}

.ms-layer {
	right:0 !important;
	left:inherit !important;
}


/***********************************************************/
/**********************     slogan     *********************/
/***********************************************************/
.body-accueil div#slogan {
	display:block;
}
div#slogan {
	position:absolute;
	left:50%;
	bottom:0;
	background:url(../images/design/slogan.png) no-repeat top center;
	width:900px;
	height:210px;
	-ms-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
	z-index:999;
	display:none;
}

div#slogan h1 {
	font-size:3rem;
	color:#514447;
	text-shadow:0 1px rgba(0, 0, 0, 0.16);
	letter-spacing:1px;
	text-align:center;
	padding:1.375rem 0;
	line-height:1.1;
	text-transform:uppercase;
}


/***********************************************************/
/********************     Évènements     *******************/
/***********************************************************/
div#evenements {
	background-color:#514447;
}
div#evenements.vide {
	background-color:#F6F6F6;
	height:100px;
}
div#evenements div.conteneur {
	position:relative;
	overflow:hidden;
}
div#evenements img {
	opacity:0.5;
	width:100%;
}
div#evenements div.image-defaut {
	background:url(../images/design/evenement-accueil-defaut.jpg) top center no-repeat; 
	background-size:cover;
	height:100%;
}
/*** Info d'un évènement sur la page d'accueil ***/
div.evenementInfo {
	position:absolute;
	width:100%;
	display:block;
	height:100%;
	top:8%;
	opacity:0;
	padding:2rem 1rem;
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	text-align:center;
	line-height:1;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

div.evenementInfo:hover {
	opacity:1;
	-ms-transform:translateY(14%);
	-webkit-transform:translateY(14%);
	transform:translateY(14%);
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

div.evenementInfo div.mois {
	color:#b41d32;
	font-size:2.5rem;
}

div.evenementInfo div.jour {
	color:#b41d32;
	font-size:3.5rem;
	line-height:0.75;
}

div.evenementInfo div.nom {
	font-size:2.5rem;
	color:#FFFFFF;
	margin-bottom:1.5rem;
	text-transform:uppercase;
}

div.evenementInfo span.heures {
	position:relative;
	background:url(../images/design/button.png) repeat-x top center;
	width:auto;
	height:34px;
	font-size:2rem;
	color:#514447;
	padding:2px 1rem 2px 1rem;
	margin:1.5rem 0 0 0;
}

div.evenementInfo span.heures::before, div.evenementInfo span.heures::after {
	content:"";
	width:18px;
	height:34px;
	position:absolute;
	top:0;
}

div.evenementInfo span.heures::before {
	background:url(../images/design/button-left.png) no-repeat top center;
	left:-17px;
}

div.evenementInfo span.heures::after {
	background:url(../images/design/button-right.png) no-repeat top center;
	right:-17px;
}

.body-accueil a.programmation {
	margin:10px 10px 0 0;
	display:inline-block;
	float:right;
}
/***********************************************************/
/*******************     main-content     ******************/
/***********************************************************/
div#main-content {
	margin:4rem auto 4rem auto;
	max-width:1920px;
	padding:0;
	min-height:400px;
}
body.body-accueil div#main-content {
	margin:4rem auto 0 auto;
}
div#main-content div.row {
	max-width:80%;
}
div#main-content div.row div.row {
	max-width:100%;
	margin-left:0;
	margin-right:0;
}
.body-accueil div.fb-page {
	float:left;
}
.body-accueil .contenuPage {
	text-align:justify;
}

div#publicite {
text-align:center;
display:block;
background:url(../images/design/logo-pale.png) no-repeat top center;
padding:100px 0 140px 0;
margin-top:10px;
z-index:99999999;
}

div#publicite h3 {
max-width:85%;
margin:0 auto;
}


/***********************************************************/
/******************     Programmation     ******************/
/***********************************************************/
div.listeProgrammation {
	margin-bottom:40px;
}
div.listeProgrammation a img {
	opacity:1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
div.listeProgrammation a:hover img {
	opacity:0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
div.listeProgrammation h4 {
	margin-top:0;
	margin-bottom:0;
	line-height:1;
	color:#514447;
}
div.listeProgrammation p {
	margin-bottom:0.25rem;	
}
div.listeProgrammation p.sommaire {
	color:#8D8386;
	line-height:1.2;
	text-align:justify;
	margin:16px 0 10px 0;
}
div.listeProgrammation p.heure {
	font-weight:bold;
}
div.listeProgrammation div.columns {
padding-left:0;
}
div.listeProgrammation a.bouton {
	margin-right:3rem;
}
div#main-content div.listeProgrammation .row {
	max-width:100%;
}

.body-details-evenement h3.date-heure {
	margin-bottom:0;
	line-height:1.1;
}
.body-details-evenement h4.prix {
	margin-top:0;
	margin-bottom:10px;
}
.body-details-evenement a.button {
	margin-bottom:40px;
}

/*** bouton ***/
.bouton {
	color:#FFFFFF;
	font-size:1.25rem;
	position:relative;
	display:inline-block;
	text-align:center;
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	background:url(../images/design/bouton.png) repeat-x top center;
	padding:0.1875rem 0.75rem;
	margin:0.5rem 0 0 0;
	opacity:1;
}

a.bouton2 {
	color:#b41d32 !important;
	font-size:1.375rem;
	position:relative;
	display:inline-block;
	text-align:center;
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	border:6px solid #b41d32;
	padding:0.25rem 1.25rem;
	margin:0.5rem 0 0 0;
	opacity:1;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a.bouton2:hover, a.bouton2:focus, a.bouton2:active {
    opacity:0.7;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

label {
	margin-bottom:6px;
	text-transform:uppercase;
	line-height:1;
}

a.bouton {
	color:#FFFFFF;
}

a:hover.bouton {
	opacity:0.7;
}

.bouton:before, .bouton:after, label:before, label:after {
	content:"";
	width:23px;
	height:34px;
	position:absolute;
	top:0;
}

.bouton:before, label:before {
	background:url(../images/design/bouton-gauche.png) no-repeat top center;
	left:-23px;
}

.bouton:after, label:after {
	background:url(../images/design/bouton-droite.png) no-repeat top center;
	right:-23px;
}

div.droite .bouton {
	margin:3rem 0 0 0;
}

button.bouton {
	color:#b41d32;
	font-size:1.25rem;
	position:relative;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-family:Rokkitt, Verdana, Geneva, sans-serif;
	background:url(../images/design/button.png) repeat-x top center;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.4);
	padding:0.5rem 1rem;
	margin:0.5rem 0 0 0;
	opacity:1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

button.bouton:hover {
	opacity:0.7;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

button.bouton:before, button.bouton:after {
	content:"";
	width:18px;
	height:34px;
	position:absolute;
	top:0;
}

button.bouton:before {
	background:url(../images/design/button-left.png) no-repeat top center;
	left:-17px;
}

button.bouton:after {
	background:url(../images/design/button-right.png) no-repeat top center;
	right:-17px;
}


/***********************************************************/
/*******************     partenaires     *******************/
/***********************************************************/
body.body-partenaires div#partenaires-majeurs {
	display:none;
}

/***********************************************************/
/**************     partenaires majeurs     ****************/
/***********************************************************/
div#partenaires-majeurs {
	background:url(../images/design/bg-header.png) repeat top center;
	padding:2rem 0;
	margin:2rem 0 0 0;
	text-align:center;
}

div#partenaires-majeurs div.row {
	max-width:80%;
}

div#partenaires-majeurs ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div#partenaires-majeurs ul li {
	float:left;
	width:11.111%;
	padding:0 1.5rem;
}

div#partenaires-majeurs ul li.columns {
	float:none;
	display:inline-block;
	vertical-align:top;
}

div#partenaires-majeurs ul li.col1, div#partenaires-majeurs ul li.col2, div#partenaires-majeurs ul li.col3, div#partenaires-majeurs ul li.col4, div#partenaires-majeurs ul li.col5, div#partenaires-majeurs ul li.col9, div#partenaires-majeurs ul li.col10 {
	width:20%;
}

div#partenaires-majeurs ul li.col6, div#partenaires-majeurs ul li.col11, div#partenaires-majeurs ul li.col12 {
	width:16.666%;
}

div#partenaires-majeurs ul li.col7, div#partenaires-majeurs ul li.col13, div#partenaires-majeurs ul li.col14 {
	width:14.28%;
}

div#partenaires-majeurs ul li.col8, div#partenaires-majeurs ul li.col15, div#partenaires-majeurs ul li.col16 {
	width:12.5%;
}


/*------------------ Formulaire de contact --------*/
/*-------------------------------------------------*/

/* Erreurs de saisie */
.messages-box.error {
    background-color: #de4343;
    border-color: #c43d3d;
}
.messages-box {
background-size: 40px 40px;
background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
width: 100%;
border: 1px solid;
color: #fff;
padding: 15px;
text-shadow: 0 1px 0 rgba(0,0,0,.5);
animation: animate-bg 5s linear infinite;
margin: 0 0 1rem 0;
text-align: left;
}
@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
	border:none;
	box-shadow:none;
}

input[type=text].invalid, textarea.invalid {
border:1px solid #DE4343;
margin-bottom:0;
}
.error-message {
	display:inline-block;
	background-color:#DE4343;
	color:#FFF;
	width:100%;
	margin-bottom:14px;
	padding:0.3em 0.5em;
	font-size:85%;
}

div.espacementDroite {
	margin-right:100px;
	text-align:justify;
}
.body-contact ul.coordonnees.fa-ul {
	margin-left:18px;
}

#BoutonInscription {
	margin-top:3rem;
}

/*---- confirmation ----*/
.confirmation {
	font-family:OxygenRegular, Verdana, Geneva, sans-serif;
	margin-left:16px;	
}
.confirmation h1 {
	color:#5A6652;
	font-size:1.25rem;
}
.confirmation p {
	color:#63747C;
	font-size:0.875rem;
}
.confirmation a.ok {
	padding:10px 20px;
	color:#FFF;
	background-color:#b41d32;
	float:right;	
}
/*----- page contact ----*/
.body-contact ul.coordonnees {
	list-style-type:none;
}
.body-contact ul.coordonnees li {
	margin-bottom:12px;
	color:#8D8386;
}
.body-contact ul.coordonnees li .fa, ul.coordonnees li span {
	color:#514447;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.body-contact ul.coordonnees li a {
	color:#8D8386;
}
.body-contact ul.coordonnees li a:hover, .body-contact ul.coordonnees li a:focus, .body-contact ul.coordonnees li a:active {
	color:#b41d32;
}

/*------------------ Pour le contenu dynamique --------*/
/*-----------------------------------------------------*/

/* Pages */
div.containerTitrePage {
	text-align:center;
}
div#titrePage {
	color:#FFFFFF;
	background:url(../images/design/banner-3.png) repeat-x top left;
	display:inline-block;
	position:relative;
	margin:0 0 40px 0;
}
div#titrePage h1 {
	font-size:2.25rem;
	text-transform:uppercase;
	padding:1.25rem 1.75rem 1rem 1.75rem;
	color:#FFFFFF;
}
div#titrePage:before, div#titrePage:after {
	content:"";
	width:182px;
	height:94px;
	position:absolute;
	top:0;
}
div#titrePage:before {
	left:-182px;
	background:url(../images/design/banner-3-left.png) no-repeat;
}
div#titrePage:after {
	right:-182px;
	background:url(../images/design/banner-3-right.png) no-repeat;
}
.contenuPage {
	padding:0;
	margin-bottom:40px;		
}
.image-flottante-droite {
	border:none;
	padding:0px 0px 5px 5px;
	background:none;
	float:right;
	margin:0px 0px 10px 40px;
}
.image-flottante-gauche {
	border:none;
	padding:0px 5px 5px 0px;
	background:none;
	float:left;
	margin:0px 20px 10px 0px; 
	display:block;
}
.tableau-flottant-gauche-largeur { 
	width:50%;
	float:left;
	margin:0px 10px 20px 0px;
}
.image-flottante-droite-largeur {
	max-width:50%;
	float:right;
	margin:0px 0px 20px 10px;
}
.adresse {
	margin-top:0;
	color:#8D8386;
	font-size:0.875rem;
}
.point-vente {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:0;
	font-size:0.875rem;
}
hr {
	clear:both;
	margin:0px 0px 10px 0px;
	padding:0;
	height:0px;
	font-size:0;
	border:none;
	background-color:#FFFFFF;
}
table.tableau-invisible, table.tableau-invisible tbody, table.tableau-invisible tr:nth-of-type(even), table.tableau-invisible tr:nth-of-type(odd) {
	border:none;
	background:none;
}
table thead {
	background-color:#b41d32;
	color:#FFFFFF;
}
table tr td {
	vertical-align:top;
}
.texte-discret {
	font-size:0.875rem;
	color:#888888;	
	font-style:italic;
}
td.texte-discret {
	font-size:0.625rem;
	color:#FFFFFF;	
}

/* documents */
h3.titre-document {
	margin-top:0;
}
ul.liste-documents {
	list-style-type:none;	
	margin-bottom:40px;	
}
li.document {	
	margin-bottom:2px;
	margin-top:0px;
	color:#291E20;
}
ul.liste-documents li.description {
	line-height:1.25rem;
	font-family:OxygenLight, Verdana, Geneva, sans-serif;	
	margin-bottom:16px;
}

/* Pages enfants */
.blocEnfants {
	margin:2rem auto 4rem auto;
}

div.enfant {
	margin:16px 0;
}

div.enfant a {
	color:#FFFFFF;
	opacity:1;
}

div.enfant a:hover, div.enfant a:focus, div.enfant a:active {
	color:#FFFFFF;
	opacity:0.8;
}

div.backgroundImageEnfant {	
	min-height:280px;
	display:block;
	background-size:cover !important;		
}
div.backgroundImageEnfant .film {
	background-color:rgba(81,68,71,0.5);
	min-height:280px;
	padding-top:110px;	
}
div.backgroundCouleurEnfant {
	min-height:280px;
	background-color:#514447;
	padding-top:110px;	
}
h2.titreEnfant {
	font-size:1.5rem;	
	letter-spacing:1px;
	text-align:center;
	color:#b41d32;
	max-width:60%;
	margin:auto;
	background-color:rgba(255,255,255,0.7);
	padding:8px 8px 6px 8px;
}


.row.blocEnfants .columns {
	float:none;
	display:inline-block;
	vertical-align:top;	
}
.row.blocEnfants {
	text-align:center;
}
div.enfant p.contenuSecondaire {
	display:none;
}
/* Photos */
div#gallery {
	margin-top:30px;
}
/* Articles*/
.row.liste-articles .columns {
	float:none;
	display:inline-block;
	vertical-align:top;	
}
.row.liste-articles {
	text-align:center;
}
div.article a:hover , div.articles a:focus , div.articles a:active {	
	opacity:0.8;
}
div.article {
	margin-top:25px;
	margin-bottom:25px;
	text-align:left;
}
div.article div.backgroundImageArticle {
	min-height:280px;
	display:block;
	background-size:cover !important;
}
div.article div.backgroundCouleurArticle {
	min-height:280px;
	background-color:#514447;
}
div.article  h5.titre{
	color:#514447;
	font-size:1.25rem;
	line-height:1.2;
	padding:20px 0 20px 0;			
}
div.article p.sommaire {
	color:#A2B0B9;
}
div.article p.auteur {
	color:#7D8E99;
}

/*détails article*/
.titreDetailArticle {
	text-align:center;
}
.imageDetailArticle {
	display:block;
	margin:20px auto 20px auto;
}

/* Équipe */
.equipe div.membre {
	position:relative;
	margin-bottom:40px;
}
.equipe div.fiche h4.nom-prenom {
	font-family:OxygenRegular, Verdana, Geneva, sans-serif;
	margin:0;
	line-height:1.4;
	color:#514447;
	font-weight:bold;
}
.equipe div.fiche {
	background-color:#fff;
	padding:30px;
	position:absolute;
	left:40%;
	top:20%;
	width:60%;
}
.equipe div.fiche p.poste {
	font-size:1.25rem;
	line-height:1;
	text-align:left;
	color:#8D8386;
}
.equipe ul.fa-ul.responsabilites {
	margin-left:22px;
	margin-bottom:0;
}

/* Partenaires */
.partenaires .row.membres .columns {
	float:none;
	display:inline-block;
	vertical-align:top;	
}
.partenaires .row.membres {
	text-align:center;
}
div.partenaires img {
	margin-bottom:1rem;
}

/*----------------------- Page 404 --------------------*/
/*-----------------------------------------------------*/

.body-404 {
	background-color:#F1F0F8;
	text-align:center;
}
.body-404 img {
	width:450px;
	margin:60px 0px 20px 0px;
}
.body-404 p {
	text-align:center;
	font-size:2rem;
	color:#1F1F1F;
}
.body-404 a {
	color:#1F1F1F;
	font-size:1.25rem;
}
.body-404 a:hover, .body-404 a:active, .body-404 a:focus {
	color:#687B80;
}


/***********************************************************/
/*******************     Footer       **********************/
/***********************************************************/
div#footer {
	max-width:1920px;
	margin:auto;
	/*background:url(../images/design/back-footer.jpg) no-repeat top center;*/
	background:url(../images/design/footer-image.jpg) no-repeat top center;
	background-size:cover;
}
div#footer .row {
	max-width:100%;
}

div#footer .row .columns {
	padding-left:0;
	padding-right:0;
}

div#footer div#donnees {
	color:#FFFFFF;	
}
div#footer div#donnees div.contact {
	max-width:100%;
	padding:2rem 4%;	
	background-color:rgba(255,255,255,0.7);
	color:#514447;
}
div#footer div.contact  h2 {
	text-transform:uppercase;
	color:#b41d32;	
}
div#footer div.contact p {
	text-align:justify;
}
div#footer div.contact ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#footer div.contact a.button {
	color:#fff;
	margin-bottom:0;
	margin-top:0;
	font-size:1rem;
}
div#footer div.contact div.mediaSociaux {
	text-align:right;
}
div#footer div.contact div.mediaSociaux ul {
	display:inline-block;
}
div#footer div.contact div.mediaSociaux ul li  {
	display:inline-block;
	margin-right:3px;
}
div#footer div.contact div.mediaSociaux a {
	width:30px;
	height:30px;
	display:block;
	border-radius:100%;
	background-color:#b41d32;
	color:#fff;
	text-align:center;
	padding-top:2px;
}
div#footer div.contact div.mediaSociaux a:hover, div#footer div.contact div.mediaSociaux a:focus, div#footer div.contact div.mediaSociaux a:active {
	background-color:#fff;
	color:#b41d32;
}

div#footer div#info {
	background-color:#31282B;
	color:#FFFFFF;
	padding:1rem 0;
}
div#footer div#info a {
	color:#c1c1c1;
}
div#footer div#info a:hover, div#footer div#info a:focus, div#footer div#info a:active {
	color:#fff;
}
div#footer div#info p {
	margin-bottom:0;
	font-size:0.875rem;
}
div#footer div#info p.intranet {
	text-align:right;
}