/* ------------------------------------------------ */
/* ------------------ BASE ---------------------- */
/* ------------------------------------------------ */

hr{
height: 1px;
margin: 10px 0px 10px 0px;
padding: 0;
color: #d6d6d6;
/*background-color: #d6d6d6;*/
border: 0;
background:url(../images/pontille.gif);
} 



/* ------------------------------------------------ */
/* ------------------ HEADER ---------------------- */
/* ------------------------------------------------ */
.BlocHeader{

margin:40px 0px 30px 0px;
padding:0px 0px 0px 0px;
z-index:1;
max-width: 100%;
width:100%;
height: auto;
background:#ffffff;

}
.header{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;


}
.social{
position: absolute;
z-index: 3;
right: 20px;
top: 50px;

}
.social img{
margin:0px 0px 0px 2px;
}

/* BORDURE POUR PETITS ECRANS ajout*/
@media (max-width: 767px) {    

.social{
/*top: 30px;	*/
display:none;	

}
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (min-width: 900px) {
  
}

/* Large screen and bigger */
@media (min-width: 1220px) { 
  
}

/* ------------------------------------------------ */
/* ------------------ SLIDER ---------------------- */
/* ------------------------------------------------ */

.slider{
margin:0px 0px 15px 0px;
padding:0px 0px 0px 0px;
}

@keyframes EffetSlider {
0%   { margin-bottom: -70px;opacity:0; }
100% { margin-bottom: 0;opacity:1; }
}

.infos_slider{
	position: absolute;
	bottom: 0px;
	left : 55px;	
	max-width: 350px;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 15px 20px 15px 20px;	 
	opacity:0;animation: EffetSlider 1s ease-in-out 0.5s forwards;
}



.infos_slider_titre {	
	/*white-space: nowrap;	*/		
	font-size:22px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 400;		
	color: #444444;	
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
	
}

.infos_slider_texte {	
	font-size:15px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 400;		
	color: #444444;					
	border-top: 1px solid #d6d6d6;	
	padding: 5px 0px 0px 0px;	
	margin: 10px 0px 0px 0px;	
}


/* BORDURE POUR PETITS ECRANS ajout*/
@media (max-width: 767px) {  
  

.infos_slider{
	position: absolute;
	bottom: 0px;
	left : 0px;		
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);	 
	padding: 4px 6px 4px 6px;
}
.infos_slider_titre {	
	/*white-space: nowrap;	*/		
	font-size:18px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 400;		
	color: #444444;	
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;		
}
.infos_slider_texte {					
	display:none;	
}
.wk-slideshow .next, .wk-slideshow .prev {
  display:none;
}
.wk-slideshow-bdic .nav {
  display:none;
}
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (min-width: 900px) {
  
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  
  
}

/* ------------------------------------------------ */
/* --------------------  blog  -------------------- */
/* ------------------------------------------------ */




.enVedette {
	position: relative;
    border: 1px solid #d6d6d6;
	margin:0px 0px 15px 0px;
	padding:8px 8px 8px 8px;
	
}

enVedette  img {    
	margin:-6px -6px -6px -6px;
	width:100%;	
}


.LireLaSuite{
    border: 1px solid #d6d6d6;
	margin:10px 0px 0px 0px;
	padding:1px 4px 1px 4px;
	background: #ffffff;
	font-size:14px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 300;		
	color: #444444;		
	text-decoration: none;
	float: right;
}
.LireLaSuite:hover{
    border: 1px solid #d6d6d6;	
	background: #4c3b14;
	color:#ffffff;
	text-decoration: none;
	-webkit-transition: background-color 0.6s linear;
	-moz-transition: background-color 0.6s linear;
	-ms-transition: background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;
	transition: background-color 0.6s linear;
}

/* ------------------------------------------------ */
/* --------------------  TABLE  -------------------- */
/* ------------------------------------------------ */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #eeeeee;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #f2fae3;
}
.table tbody tr.error > td {
  background-color: #fff1f0;
}
.table tbody tr.warning > td {
  background-color: #fffceb;
}
.table tbody tr.info > td {
  background-color: #ebf7fd;
}
.table-hover tbody tr.success:hover > td {
  background-color: #e8f6cd;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ffd9d7;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fff8d1;
}
.table-hover tbody tr.info:hover > td {
  background-color: #d4eefb;
}

/* ------------------------------------------------ */
/* --------------------  Entete Article  -------------------- */
/* ------------------------------------------------ */
.entete {	
	position: absolute;
	top: 30px;
	left : 0px;		
	width: auto;
				
}
.entete_liste {	
	position: relative;
	bottom: 50px;
	left : 0px;		
	width: auto; 	
	margin: 0px 0px 0px 0px; 				
}
.entete_titre {	
				
	color: #ffffff;	
	background: #222222;				
	font-size:22px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 400;		
	margin: 0px 0px 2px 0px;	
	padding: 6px 6px 6px 15px;	
	display: inline-block; 
	
}

.entete_soustitre {	
					
	color: #ffffff;			
	background: #222222;	
	font-size:20px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 300;		
	margin: 0px 0px 0px 0px;	
	padding: 6px 6px 6px 15px;			
	
}

@media (max-width: 480px) {
.entete_titre {	
	top: 5px;				
	font-size:16px;		
	padding: 5px 5px 5px 15px;		
}

.entete_soustitre {		
	display:none;			
}
}

@media (max-width: 767px) {  
.entete_titre {	
	top: 10px;				
	font-size:19px;		
	padding: 5px 5px 5px 15px;		
}

.entete_soustitre {		
	top: 42px;	
	font-size:16px;		
	padding: 5px 5px 5px 15px;			
}
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (min-width: 900px) {
  
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  
  
}

/* ------------------------------------------------ */
/* ------------------ BTN PRINT ET MAIL  ---------------------- */
/* ------------------------------------------------ */
.icones{
	position:relative;  
	
   
}
.print-icon{
	position:absolute;
   bottom:10px;
   right: 35px;
   background: url(../images/picto_print_off.png) no-repeat;	
    height: 28px;
    width: 28px;
  /*  overflow: hidden;*/
  /* display: inline-block;*/
  display:block;
}
.print-icon:hover{
   background: url(../images/picto_print_on.png) no-repeat;	  
}
.email-icon{
	position:absolute;
   bottom:10px;
   right: 0px;
    background: url(../images/picto_mail_off.png) no-repeat;
    height: 28px;
    width: 28px;
 /*   overflow: hidden;
    display: inline-block;*/
	display:block;
}
.email-icon:hover{
background: url(../images/picto_mail_on.png) no-repeat;
}
.print-icon a,
.email-icon a{
    color:transparent;
}

/* ------------------------------------------------ */
/* ------------------ FORM ---------------------- */
/* ------------------------------------------------ */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #444444;  
  background-color: #ffffff;
  text-decoration: none;   
  border: 1px solid #cccccc;  
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #444444;  
  border: 1px solid #444444;  
}


.btn-primary {
  color: #ffffff;  
  background-color: #444444;  
  border: 1px solid #444444;  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #cccccc;  
}


/* ------------------------------------------------ */
/* ------------------ COPYRIGHT ---------------------- */
/* ------------------------------------------------ */


.BlocCopyright {    
   -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0px 20px 0px 20px;
  background: #ffffff; /* ajout*/
  position: relative;
  z-index: 1;
  top:0px;
  /*border: 1px solid #d6d6d6;*/
  margin:10px auto 15px auto;
     
}
.copyright {    
  font-size: 12px;
  font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;  
  color: #a7a7a7; 
}
/* BORDURE POUR PETITS ECRANS ajout*/
@media (max-width: 767px) {  
  .BlocCopyright {  
  padding: 0px 20px 0px 20px;
  }
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (min-width: 900px) {
  .BlocCopyright {
    padding: 0px 20px 0px 20px;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  
  .BlocCopyright {
    max-width: 1200px;
    padding: 0px 20px 0px 20px;
	/*border: 0px solid #000000;*/
  }
}
/* ------------------------------------------------ */
/* ------------------  RUE DES FACS  ------------------- */
/* ------------------------------------------------ */
.RuedesFacs {  
  position: absolute;  
  top:-10px;
  left:0px;
  /*border: 1px solid #d6d6d6;*/
  margin:0px 0px 0px 0px;
     
}


/* ------------------------------------------------ */
/* ------------------  MODULES  ------------------- */
/* ------------------------------------------------ */


.TitreDeBloc {  
  margin:30px 0px 15px 0px;
  padding:0px 0px 0px 0px;
  font-size: 24px;
  font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;  
  font-style: italic; 
  text-transform: uppercase;
  color: #222222; 
}




/* ---------------  MODULE ENCADRE  --------------- */


.ModuleEncadre {
   border: 1px solid #d6d6d6;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background: #ffffff;	
}
.ModuleEncadre div {
    border: 0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.ModuleEncadre .uk-panel-title {
  color:#444444;
	font-size:2px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	background: #ffffff;  
}

/* ---------------  MODULE MENU CONTEXTUEL  --------------- */
.MenuContextuel {
   
}


.MenuContextuel li {
  
  /*border: 1px solid #dddddd;*/
  margin:0px 0px 0px -30px;
  
  list-style-type: none;
}


.MenuContextuel li a {
  display:block;
  color: #444444;
  font-size: 17px;
  font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
 /* text-transform: uppercase;*/
  /*border: 1px solid #d6d6d6;*/
  margin:0px 0px 0px 0px;
  padding:7px 8px 7px 8px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #d6d6d6;
  text-decoration:none;
}

.MenuContextuel li a:hover,
.MenuContextuel li a:focus {
  color: #ffffff;
  background: #444444;  
  border: 1px solid #d6d6d6;
  /* 2 */
  outline: none;
  text-decoration:none;
}
/* Active */
.MenuContextuel li a:active {
  color: #000000;
  border: 1px solid #d6d6d6;
}



/* ---------------  MODULE OUTILS  --------------- */

.ModuleOutils {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background: #ffffff;	
}

.ModuleOutils .uk-panel-title {  
  color:#444444;
	font-size:23px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	background: #ffffff;  
	
}
.ModuleOutils a {
    text-decoration: none;
	color:#444444;	
}
.ModuleOutils a:hover {
    text-decoration: none;
	color:#939393;		
}
.ModuleOutils .bouton{	
	color: #525252;			
	font-size:12px;	
}

.ModuleOutils .bouton:hover{		
	color: #ffffff;		
}
@media (max-width: 1200px) {
.ModuleOutils .uk-panel-title {    
	font-size:22px;		
}
}
@media (max-width: 960px) {
.ModuleOutils .uk-panel-title {    
	font-size:20px;		
}
}
@media (max-width: 767px) {
.ModuleOutils .uk-panel-title {    
	font-size:24px;		
}
}
@media (max-width: 480px) {

}


/* ---------------  MODULE OUTILS COMPACTES  --------------- */

.ModuleOutils_compacts {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 0px 0px;
	padding:12px 15px 12px 15px;
	background: #ffffff;
	color:#444444;
	font-size:18px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;	
	text-align: center;	
	
}

.ModuleOutils_compacts a {
    text-decoration: none;
	color:#444444;	
}
.ModuleOutils_compacts a:hover {
    text-decoration: none;
	color:#ca3d29;		
}
.ModuleOutils_compacts .bouton{	
	color: #525252;			
	font-size:12px;	
}

.ModuleOutils_compacts .bouton:hover{		
	color: #ffffff;		
}
@media (max-width: 1200px) {
.ModuleOutils_compacts .uk-panel-title {    
	font-size:22px;		
}
}
@media (max-width: 960px) {
.ModuleOutils_compacts .uk-panel-title {    
	font-size:20px;		
}
}
@media (max-width: 767px) {
.ModuleOutils_compacts .uk-panel-title {    
	font-size:24px;		
}
}
@media (max-width: 480px) {

}
/* ---------------  MODULE OUTILS MOBILE  --------------- */

.ModuleOutilsMobile {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	background: #ffffff;
	text-align: center;	
}

.ModuleOutilsMobile a {
    text-decoration: none;
	color:#444444;	 
	font-size:16px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;	
}
.ModuleOutilsMobile a:hover {
    text-decoration: none;
	color:#939393;		
}

/* ---------------  MODULE VOIR AUSSI  --------------- */

.ModuleVoirAussi {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background: #ffffff;	
}

.ModuleVoirAussi .uk-panel-title {  
  color:#444444;
	font-size:24px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	background: #ffffff;  
	
}
.ModuleVoirAussi a {
    text-decoration: none;
	color:#444444;	
}
.ModuleVoirAussi a:hover {
    text-decoration: none;
	color:#939393;		
}
.ModuleVoirAussi .bouton{	
	color: #525252;			
	font-size:12px;	
}

.ModuleVoirAussi .bouton:hover{		
	color: #ffffff;		
}
@media (max-width: 1200px) {
.ModuleVoirAussi .uk-panel-title {    
	font-size:22px;		
}
}
@media (max-width: 960px) {
.ModuleVoirAussi .uk-panel-title {    
	font-size:20px;		
}
}
@media (max-width: 767px) {
.ModuleVoirAussi .uk-panel-title {    
	font-size:24px;		
}
}
@media (max-width: 480px) {

}

/* ---------------  MODULE LES COLLECTIONS  --------------- */
.ModuleCollections {
	overflow: hidden;	
}
.ModuleCollections_image {
	/*
	 -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	*/	
}
.ModuleCollections_image:hover {	
	/*  -moz-transform:scale(1.30);
    -webkit-transform:scale(1.30);
    -o-transform:scale(1.30);
    -ms-transform:scale(1.30);  
	
	/*-webkit-filter: blur(5px);*/
/*	-webkit-filter: grayscale(100%);*/

}

.ModuleCollections_bandeau {
	position: absolute;
	left : 0px;
	bottom: 0px;
	width: 100%;
	height: auto;	
	/*background-color: rgba(85, 195, 195, 0.85);*/
	background-color: rgba(255, 255, 255, 0.90);
}
.ModuleCollections_titre {	
	color:#444444;
	font-size:22px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 400;			
	padding:10px 10px 0px 10px;
	margin:0px 0px 6px 0px;
}
.ModuleCollections_texte {	
	color:#444444;
	/*font-size:15px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 300;		*/	
	padding:5px 10px 5px 10px;
	margin:0px 0px 6px 0px;
	line-height: 17px;
}
.ModuleCollections_texte .legende {	
	color:#737171;
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	display:block;
	line-height:10px;
}
.visuel_ModuleCollections {	
	left : 0px;
	top: 0px;
}
@media (max-width: 1200px) {
.ModuleCollections_titre {		
	font-size:19px;			
}
}
@media (max-width: 960px) {
.ModuleCollections_titre {		
	font-size:20px;			
}
.ModuleCollections_texte {	
	display:none;
}
}
@media (max-width: 767px) {
.ModuleCollections_titre {		
	font-size:22px;		
}
.ModuleCollections_texte {	
	display:block;
}
}
@media (max-width: 480px) {

}

/* ---------------  MODULE BDIC  --------------- */

.ModuleBdic {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background: #ffffff;
	
}

.ModuleBdic .uk-panel-title {  
  color:#444444;
	font-size:24px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	background: #ffffff;  
	
}

.ModuleBdic .partenaires {  
  
 /* background: #000000;*/
  min-height:150px;
  line-height: 150px;
  text-align: center; 
}
.ModuleBdic img {
    margin:0px 30px 0px 0px;	
}
.ModuleBdic a {
    text-decoration: none;
	color:#444444;	
}
.ModuleBdic a:hover {
    /*text-decoration: none;
	color:#e52e7e;		*/
}
.ModuleBdic .bouton{	
	color: #525252;			
	font-size:12px;	
}

.ModuleBdic .bouton:hover{		
	color: #ffffff;		
}
@media (max-width: 1200px) {
.ModuleBdic .uk-panel-title {    
	font-size:22px;		
}
}
@media (max-width: 960px) {
.ModuleBdic .uk-panel-title {    
	font-size:20px;		
}
}
@media (max-width: 767px) {
.ModuleBdic .uk-panel-title {    
	font-size:24px;		
}
}
@media (max-width: 480px) {

}

/* -------------------------------------------------- */

/* MODULE TWITTER */


/* -------------------------------------------------- */
.ModuleTwitter{	
		
	/*height:250px;	*/	
	width: auto;
	max-width: 100%;	
	/*font-weight:bold;*/
	/*color:#5c5c5c;*/	
	text-align:left;	
	color:#454545;		
	/*border:1px solid #d6d6d6;*/	
	border: 1px solid #d6d6d6;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	background: #ffffff;
	
}

.twitter-timeline{	
	background: #ffffff;	
	height:120px;	
	max-height:100px;
	width: 100%;
	margin:0px 0px 0px -5px;
}

.ModuleTwitter .uk-panel-title {
  color:#444444;
	font-size:22px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	background: #ffffff;  
}

/* ---------------  MODULE MOBILE - OFFCANVAS  --------------- */

.ModuleMobile {
    border: 1px solid #bbbbbb;
	border-style : dotted;
	margin:0px 0px 0px 0px;
	padding:15px 15px 15px 15px;
	color:#333333;
	font-size:14px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:300;
	
	
}

.ModuleMobile .uk-panel-title {  
  color:#ffffff;
	font-size:18px;
	font-family:'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight:400;
	margin:0px 0px 10px 0px;	
	padding:0px 0px 0px 0px;	
	/*text-transform: uppercase;*/
	 
	
}

.ModuleMobile .bouton{
	border:1px solid #d6d6d6;
	margin:0px 0px 10px 0px;	
	padding:3px 8px 3px 8px;
	color: #ffffff;	
	display:inline-block;	
	text-decoration:none;	
	font-size:12px;
		
}

.ModuleMobile .bouton:hover{		
	/*border:1px solid #00adb9;*/
	color: #444444;	
	background:#ffffff;	
	text-decoration:none;		
}


/* -------------------------------------------------- */

/* LES LISTES */


/* -------------------------------------------------- */


.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 8px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background:url(../images/fond_raye.png);  
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #eeeeee;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* Condensed */
.list-condensed li {
  padding: 20px 20px 20px 20px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}
/* Bordered */
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* -------------------------------------------------- */

/* STYLE POUR ACYMAILING */


/* -------------------------------------------------- */
.acymailing_module{
	background:#ffffff;		
}
.acymailing_module .inputbox{
	color:#444444;
	border:1px solid #d6d6d6;
	max-width: 400px;
	padding:6px 6px 6px 6px;	
	margin:0px 0px 20px 0px;
}
.acymailing_module .inputbox:hover{
	border:1px solid #d6d6d6;

}
.acymailing_module .inputbox:focus{
	border:1px solid #d6d6d6;
}
.acysubbuttons
{
  text-align: left;
}
.acysubbuttons input.button, .acysubbuttons .button, .acysubbuttons button.validate, .acymailing_mootoolsbutton a:link, .acymailing_mootoolsbutton a:visited {
	
	border:1px solid #d6d6d6;
	padding:5px 10px 5px 10px;
	color: #444444;	
	background: #ffffff;	
}
.acysubbuttons input.button:hover, .acysubbuttons .button:hover, .acysubbuttons button.validate:hover, .acymailing_mootoolsbutton a:hover, .acymailing_mootoolsbutton a:active {
	color: #ffffff;	
	background: #444444;	
	
}
.acymailing_module_form td{
	padding-bottom:0px;}

.acymailing_module .acyfield_html {
	display:inline-block;
	padding-right:10px !important;
}
.acymailing_module .acymailing_mootoolsbutton p{
	text-align:left;}

.acymailing_module a.acymailing_togglemodule{
	display:inline;
		font-size: 15px;
		
}
.acymailing_mootoolsbutton a:link, .acymailing_mootoolsbutton a:visited{
	text-decoration:none !important;
	display:inline-block !important;
}
.acymailing_module table.acymailing_form {
	margin:0px;}

.acymailing_module .acymailing_module_form td{
	padding-bottom:8px;}


.acymailing_form {
	margin:0px;}

.acymailing_form label{
	margin-right:10px;
	}

.acymailing_module .acymailing_module_form td{
	padding-bottom:8px;}

.acymailing_module .acymailing_module_form .acymailing_lists a:link, .acymailing_module .acymailing_module_form .acymailing_lists a:visited{
	color:#444444;
	text-decoration:none;}

.acymailing_module form a:hover, .acymailing_module form a:active, .acymailing_module form a:focus{
	color:#444444!important;
	text-decoration:underline !important;
	background-color:transparent !important;}

.acymailing_module .acymailing_module_form .acymailing_lists .acymailing_checkbox{
	margin-right:10px;}

.acymailing_module_form .acymailing_form a:link{
	background-color:transparent;
	color:#444444;
	text-decoration:none;}

.acymailing_module .acyfield_html input{
	margin-right:10px;
	margin-left:10px;
	border:none !important;
	background:none !important;
	filter:none !important;}

.acymailing_form .checkbox{
	border: none !important;
	background:none !important;
	filter:none !important;}


.acymailing_module .invalid{
border:1px solid #999 !important;}


/* -------------------------------------------------- */

/* VIDEO YOUTUBE  */


/* -------------------------------------------------- */

.videoResponsive {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
/* L'enfant */
.videoResponsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* -------------------------------------------------- */

/* COMPOSANT XMAP  */


/* -------------------------------------------------- */

#xmap a {	
	color:#444444;
	font-size:17px;
	font-family : 'Roboto Condensed', Helvetica, Arial, sans-serif;	
	font-weight: 300;
	text-decoration:none;	
}
#xmap a:hover {		
		
	padding-left:6px;	
	padding-right:6px;					
	color: #ffffff;	
	background: #444444;
	
	
	
}
#xmap ul.level_0 li {	
	text-transform:uppercase;
	padding:8px 0px 8px 0px;
	margin:15px 0px 0px 15px;
	border-bottom:1px solid #d6d6d6;
}
#xmap ul.level_1 li {
	text-transform:none;
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 15px;	
	border:none;
}
#xmap .active {
	font-style	: italic;
}

#xmap ul {
	display		: block;
	list-style	: none;
	margin:0px 0 0px 0;
	padding:0px 0px 0px 0px;	
	
}

#xmap ul li {
list-style-type:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-weight: bold;
font-size:12px;

}

#xmap ul li li {
font-weight: bold;
padding:0px 0px 0px 0px;
font-weight: normal;
font-size:12px;
 }

#xmap ul li li li {

 }

#xmap ul li li li li {

 }
.xmap a img {
	border		: none;
}