/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana,  courier, sans-serif;
}

body.root-drawer-page .homepage-mobile-header,
body.root-drawer-page .homepage-drawer-content,
body.root-drawer-page .homepage-drawer-topbar
{
	display: none;
}

@media screen and (max-width: 1024px)
{
	body.root-drawer-page .homepage-mobile-header
	{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		padding: 0;
		background: #000000;
		border-bottom: 2px solid #A00000;
	}

	body.root-drawer-page .homepage-burger-button
	{
		display: block;
		flex: 0 0 46px;
		cursor: pointer;
		width: 46px;
		height: 88px;
		position: relative;
		background: #111111;
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	body.root-drawer-page .homepage-mobile-brand
	{
		display: block;
		flex: 1 1 auto;
		max-width: none;
	}

	body.root-drawer-page .homepage-mobile-banner-frame
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		height: 88px;
		overflow: hidden;
		margin: 0;
	}

	body.root-drawer-page .homepage-mobile-banner
	{
		display: block;
		width: auto;
		max-width: 100%;
		height: 88px;
		margin: 0;
	}

	body.root-drawer-page .homepage-burger-icon
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 18px;
		transform: translate(-50%, -50%);
	}

	body.root-drawer-page .homepage-burger-icon span
	{
		position: absolute;
		left: 0;
		right: 0;
		height: 3px;
		background: #ffffff;
		border-radius: 2px;
	}

	body.root-drawer-page .homepage-burger-icon span:nth-child(1)
	{
		top: 0;
	}

	body.root-drawer-page .homepage-burger-icon span:nth-child(2)
	{
		top: 7px;
	}

	body.root-drawer-page .homepage-burger-icon span:nth-child(3)
	{
		top: 14px;
	}

	body.root-drawer-page .homepage-drawer-content
	{
		display: block;
		position: fixed;
		inset: 0;
		width: auto;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		background: silver;
		padding: 70px 15px 110px;
		box-sizing: border-box;
		transform: translateX(-100%);
		transition: transform 220ms ease, visibility 220ms ease, opacity 220ms ease;
		z-index: 9999;
		box-shadow: 2px 0 12px rgba(0, 0, 0, 0.35);
	}

	body.root-drawer-page .homepage-drawer-topbar
	{
		display: flex;
		justify-content: flex-end;
		margin: -50px 0 12px;
	}

	body.root-drawer-page .homepage-drawer-close
	{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 0;
		border-radius: 4px;
		background: #111111;
		color: #ffffff;
		font-size: 30px;
		line-height: 1;
		cursor: pointer;
		padding: 0;
	}

	body.root-drawer-page.homepage-drawer-open .homepage-drawer-content
	{
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	body.root-drawer-page.homepage-drawer-open
	{
		overflow: hidden;
	}

	body.root-drawer-page .homepage-drawer-inner
	{
		text-align: center;
	}

	body.root-drawer-page .homepage-drawer-inner .logo
	{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	body.root-drawer-page .homepage-drawer-content table
	{
		width: 100%;
	}

	body.root-drawer-page .homepage-mobile-community-links
	{
		display: block;
		margin: 18px 0 0;
		padding: 14px 0 0;
		border-top: 1px solid #9a9a9a;
	}

	body.root-drawer-page .homepage-community-row
	{
		display: none;
	}

	body.root-drawer-page .homepage-desktop-logo-row
	{
		display: none !important;
	}

	body.root-drawer-page .homepage-drawer-content iframe
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 12px;
	}

	body.root-drawer-page .homepage-drawer-content img
	{
		max-width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px)
{
	body.root-drawer-page .homepage-burger-button,
	body.homepage .homepage-burger-button,
	body.root-drawer-page .homepage-mobile-banner-frame,
	body.homepage .homepage-mobile-banner-frame,
	body.root-drawer-page .homepage-mobile-banner,
	body.homepage .homepage-mobile-banner
	{
		height: 120px;
	}
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: Silver;

}



/*
	Standard paragraph style
*/

p
{

	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	color: Black;
	line-height: 1.2em;
	text-align: left;
}

p.left-header-bold
{

	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
	color: Black;
	line-height: 1.2em;
	text-align: left;
  border-bottom: 1px;
}

p.liens
{


	text-align: center;
}

p.left-header
{

	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	color: Black;
	line-height: 1.2em;
	text-align: left;
  border-bottom: 1px;
}

li
{

	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	color: Black;
	line-height: 1.3em;
	text-align: left;
}







  



  
/*
	Front Page Table Links
*/


a.menu:link { 
	color: White !important; 
  background: black;
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: White !important; 
background: black;
	font-size: 1em; 
	text-decoration: none; 
	}
   
a.menu:hover { 
	color: White; 
background: black;
	font-size: 1em; 
	text-decoration: underline;
	} 
  
a.menu:active { 
	color: White;
background: black;
	font-size: 1em; 
	text-decoration: none; 
	} 


/*
	Links
*/


a:link, a:visited { 
	color: #580000  !important; 
  margin-bottom:2px;
	font-size: 1em; 
	text-decoration: none;  
	}
  

a:hover, a:focus { 
	color: White; 
  margin-bottom:2px;
	font-size: 1em; 
	text-decoration: underline ;
	} 



/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 1em;
	color: Black;
  margin-top: 50px;
}

h2
{
	font-size: 0.8em;
	color: Black;
	margin-top: 10px;
	margin-left: 15px;
}

h2.left
{
	font-size: 0.8em;
	color: Black;
	margin-top: 9px;
  text-align: center
}
a.miseajour {margin-left: 15px; border-bottom: 0px;}

h1.miseajour
{
	font-weight: bold;
	font-size: 1.2em;
	color: #A00000;
  margin-top: 50px;
  margin-left: 15px;
  border-bottom: 0px;
}


h2.miseajour
{
	font-size: 0.7em;
	color: Black;
	margin-top: 0px;
  border-bottom: 0px;
  margin-left: 0;
  
}

h2.edito
{
	font-size: 1em;
	color: #A00000;
	margin-top: 10px;
	margin-left: 30px;
  
}



h1.left-header
{
	font-weight: bold;
	font-size: 0.8em;
	color: #A00000;
	margin-left: 10px;	
  margin-top:10px;	
  margin-bottom:10px;

}

h1.interview 
{
margin-left: 100px;
color: #A00000 ;
text-decoration: underline ;
font-style: italic;
  font-size: 1.2em;	
}


p.edito 
{	font caption; 
  font-style: italic;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: 30px;
  font-size: 1.2em;		
  line-height: 1.5em;
  color: Black; 
  text-align: justify; 	
  border-bottom: 1px solid Grey;
  border-top: 1px solid Grey;
  }
  
p.left-text{	font-size: 0.8em;	margin:10px	;	color: Black;}
p.left-news{	font-size: 0.8em;	margin:10px;	color: Black;}

img
{
	border: none;
	background-color: none;
}

img.logo
{
	background-color: none;

}
img.left-news{	margin-left: 35px;	}
input.left-news{	margin-left: 45px;	}
img.left-cdc{	margin-left: 60px;}
img.left-pochette{	margin-left: 60px; 	border: black;}
a.left-link{	font-size: 0.6em;	float:right;	margin-right:100px;	color: Black;	margin-top:5px;	margin-bottom:10px;}
a.left-cdc{	font-size: 0.6em;	  text-align: center;color: Black;	margin-top:5px;	margin-bottom:10px;margin-left:50px;}
a.left-cdc:hover{
	color: White; 
	font-size: 0.6em; 
	text-decoration: underline;
	} 
a.left-news{	font-size: 1em;	float:right;	margin-right:80px;	color: Black;	margin-top:5px;	margin-bottom:10px;}
script.left-news {	margin-left: 35px; margin-right: 100px;	}
img.chro{
    float: left;
    margin-right: 15px;
    padding-top: 25px;
    	background-color: none;
}
img.edito
{
    float: right;
    margin: 15px;
    padding: 25px;
    	background-color: none;
} 


/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: Silver;
  vertical-align: top;
    border-bottom: 1px solid Black;
  width: 1024px;
}

.newmaintable 
{
	background-color: Silver;
  border-bottom: 1px solid Black;
  padding-top: 0px;
}





.miseajour 
{
    	border-bottom: 2px solid Black;
      margin-left:15px;
}

.misesajour 
{
	background-color: Silver;
  margin-left:15px;
}

body.homepage .homepage-burger-button
{
	display: none;
}

body.homepage .homepage-drawer-content
{
	display: block;
}

body.homepage .homepage-mobile-header
{
	display: none;
}

body.homepage .homepage-mobile-community-links
{
	display: none;
}

body.homepage .homepage-drawer-topbar
{
	display: none;
}

body.homepage .homepage-desktop-logo-row
{
	display: table-row;
}

body.homepage .homepage-visually-hidden
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.album-props
{
  width: 350px; 
	font-size: 1em;
	background-color: DarkGrey;
  margin-top: 50px;
  padding-left: 15px;
  margin-left:0px;

}


.menutable 
{
	height: 50px;	
/*	width: 750px; */
	font-size: 1em;
	background-color: black;
/*	border-bottom: 2px solid Black;*/
  padding-left: 15px;
  margin-left:0px;
}

.menucell
{
  /*padding-left: 15px;*/

}



/*
	Left hand column on homepage - the big image
*/

.home
{
/*   width: 876px;
	height: 600px;
/*	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 335px;
  border-right: 2px solid Black;*/
}

.home-left 
{
  width: 250px;
  padding-left: 15px;
  padding-top:45;
  border-right: 2px solid #A00000  ;
	background-color: DarkGrey;
  vertical-align: top;
  border-bottom: 1px solid Black;
}

.interview-left 
{
  width: 200px;
  padding-left: 15px;
  padding-top:45;
  border-right: 2px solid #A00000 ;
	background-color: DarkGrey;
  vertical-align: top;
  border-bottom: 1px solid Black;
}

.report-left 
{
  width: 200px;
  padding-left: 15px;
  padding-top:45;
  border-right: 2px solid #A00000 ;
	background-color: DarkGrey;
  vertical-align: top;
  border-bottom: 1px solid Black;
}


.chroniques
{
padding:25px;
text-align: justify; 	

}

.sorties
{
/*
	width: 276px;
	height: 600px;
	background-image: url("images/sorties.gif");
	background-repeat: no-repeat;
	padding-top: 550px; */


	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
	color: Black;
	line-height: 1.2em;
	text-align: left;
  	margin: 0px;
	padding: 60px;
	font-size: 100%;
	background-color: Silver;
}

.liens
{
}

.coupsdecoeur
{

	padding-top: 550px;
}

.speciales
{

}

.backtothepast
{
/*	width: 276px;
	height: 600px;
	padding-top: 550px;*/
}

.interviews
{
  border-bottom: 1px solid Black;
}

.virtuoses
{
	width: 276px;
	height: 600px;
	background-image: url("images/virtuoses.gif");
	background-repeat: no-repeat;
	padding-top: 550px;
}

.contact
{
  padding: 150px;
  padding-top:10px;
}


.reports
{

  padding: 60px;
}

/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 75px;
	padding-right: 75px;
}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;

}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 75px;
  width: 500px;
}




/*
	Page footer area
*/

p.notes
{
  text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	color: Black;
	font-size: 0.6em;
	margin-bottom: 10px;
}


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #666666;
	font-size: 0.6em;
	margin-bottom: 20px;
}





/*
	Standard images
*/







/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}

a.index
{
font caption; 
	font-size: 2.5em;
}
table.index
{
  border: 1px solid Black;
  padding: 20px;
  margin: 20px;
}
p.index
{


  width: 100%;
  text-align: center;
}


/* Menu horizontal  */
#modernbricksmenu2 {
padding: 0;
width: 100%;
margin-top:15px;


background: transparent;
}

#modernbricksmenu2 ul{
    list-style-type: none;

    padding: 10px;
    overflow: hidden;
}
/*
margin:0;
margin-left: 40px; 
padding: 0;
list-style: none;
*/



#modernbricksmenu2 li{
/*display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/

    float: center;
    list-style-type: none;

}

#modernbricksmenu2 a:link, a:visited {
    display: block;
    width: 120px;
    color: Black;
    background-color: DarkGray;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#modernbricksmenu2 a:hover, a:active {
    background-color: Gray;
}
/*
 a{
float: left;
display: block;
font: bold 11px Arial;
color: DarkGray; 
text-decoration: none;
margin: 0 1px 0 0; /
padding: 5px 10px;
background-color: #CC6666;  
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #660000; //
color: white;
}

#modernbricksmenu2 #current a{ 
background-color: #395998; 
color: white;
border-color: #395998; 
}
*/

.centered-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
  }

@media screen and (max-width: 1024px)
{
	body.homepage
	{
		overflow-x: hidden;
	}

	body.homepage table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.homepage table.newmaintable > tbody > tr
	{
		display: block;
	}

	body.homepage table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.homepage td.home-left
	{
		width: auto;
		border-right: none;
		border-bottom: 2px solid #A00000;
		padding: 0;
	}

	body.homepage .homepage-mobile-header
	{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 0;
		padding: 0;
		background: #000000;
	}

	body.homepage .homepage-burger-button
	{
		flex: 0 0 46px;
	}

	body.homepage .homepage-mobile-brand
	{
		display: block;
		flex: 1 1 auto;
		max-width: none;
	}

	body.homepage .homepage-mobile-brand img.logo
	{
		display: block;
		max-width: 180px;
		height: auto;
		margin: 0;
	}

	body.homepage .homepage-mobile-banner-frame
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		height: 88px;
		overflow: hidden;
		margin: 0;
	}

	body.homepage .homepage-mobile-banner
	{
		display: block;
		width: auto;
		max-width: 100%;
		height: 88px;
		margin: 0;
	}

	body.homepage .homepage-burger-button
	{
		display: block;
		cursor: pointer;
		width: 46px;
		height: 88px;
		position: relative;
		background: #111;
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	body.homepage .homepage-burger-icon
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 18px;
		transform: translate(-50%, -50%);
	}

	body.homepage .homepage-burger-icon span
	{
		position: absolute;
		left: 0;
		right: 0;
		height: 3px;
		background: #ffffff;
		border-radius: 2px;
	}

	body.homepage .homepage-burger-icon span:nth-child(1)
	{
		top: 0;
	}

	body.homepage .homepage-burger-icon span:nth-child(2)
	{
		top: 7px;
	}

	body.homepage .homepage-burger-icon span:nth-child(3)
	{
		top: 14px;
	}

	body.homepage .homepage-drawer-content
	{
		display: block;
		position: fixed;
		inset: 0;
		width: auto;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		background: silver;
		padding: 70px 15px 110px;
		box-sizing: border-box;
		transform: translateX(-100%);
		transition: transform 220ms ease, visibility 220ms ease, opacity 220ms ease;
		z-index: 9999;
		box-shadow: 2px 0 12px rgba(0, 0, 0, 0.35);
	}

	body.homepage .homepage-drawer-topbar
	{
		display: flex;
		justify-content: flex-end;
		margin: -50px 0 12px;
	}

	body.homepage .homepage-drawer-close
	{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 0;
		border-radius: 4px;
		background: #111;
		color: #ffffff;
		font-size: 30px;
		line-height: 1;
		cursor: pointer;
		padding: 0;
	}

	body.homepage.homepage-drawer-open .homepage-drawer-content
	{
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	body.homepage.homepage-drawer-open
	{
		overflow: hidden;
	}

	body.homepage td.home-left table,
	body.homepage .homepage-drawer-content table
	{
		width: 100%;
	}

	body.homepage .homepage-mobile-community-links
	{
		display: block;
		margin: 18px 0 0;
		padding: 14px 0 0;
		border-top: 1px solid #9a9a9a;
	}

	body.homepage .homepage-community-row
	{
		display: none;
	}

	body.homepage .homepage-desktop-logo-row
	{
		display: none !important;
	}

	body.homepage .homepage-drawer-content iframe
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 12px;
	}

	body.homepage .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.homepage a.menu:link,
	body.homepage a.menu:visited,
	body.homepage a.menu:hover,
	body.homepage a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.homepage img,
	body.homepage iframe
	{
		max-width: 100%;
		height: auto;
	}

	body.homepage img.left-cdc,
	body.homepage img.left-news,
	body.homepage img.left-pochette,
	body.homepage img.logo
	{
		margin-left: 0;
	}

	body.homepage a.left-link,
	body.homepage a.left-news,
	body.homepage a.left-cdc
	{
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	body.homepage .misesajour,
	body.homepage .miseajour
	{
		margin-left: 0;
		padding: 15px;
	}

	body.homepage h1
	{
		margin-top: 20px;
	}

	body.homepage h1.miseajour
	{
		margin-top: 0;
		margin-left: 0;
		font-size: 1.05em;
	}

	body.homepage h2.edito
	{
		margin-left: 0;
		margin-bottom: 10px;
	}

	body.homepage p.edito
	{
		margin-left: 0;
		margin-right: 0;
		font-size: 1em;
		line-height: 1.4em;
	}

	body.homepage table.miseajour,
	body.homepage td.misesajour > table
	{
		width: 100%;
		margin-left: 0;
	}

	body.homepage td.misesajour > table,
	body.homepage td.misesajour > table > tbody,
	body.homepage td.misesajour > table > tbody > tr
	{
		display: block;
		width: 100%;
	}

	body.homepage td.misesajour > table > tbody > tr
	{
		margin-bottom: 16px;
	}

	body.homepage table.miseajour tr td,
	body.homepage td.misesajour > table > tbody > tr > td
	{
		display: block;
		width: auto;
		padding-bottom: 8px;
	}

	body.homepage table.miseajour tr td:first-child,
	body.homepage td.misesajour > table > tbody > tr > td:first-child
	{
		padding-bottom: 0;
		text-align: center;
	}

	body.homepage table.miseajour tr td:not(:first-child),
	body.homepage td.misesajour > table > tbody > tr > td:not(:first-child)
	{
		text-align: left;
	}

	body.homepage table.miseajour tr td:first-child img,
	body.homepage td.misesajour > table > tbody > tr > td:first-child img
	{
		display: block;
		margin: 0 auto 10px;
	}

	body.homepage table.miseajour tr td:not(:first-child) img,
	body.homepage td.misesajour > table > tbody > tr > td:not(:first-child) img
	{
		display: inline-block;
		margin: 0 0 0 6px;
		vertical-align: middle;
	}

	body.homepage p.left-news,
	body.homepage p.left-text
	{
		margin: 10px 0;
	}

	body.homepage table.miseajour tr td:not(:first-child) > p,
	body.homepage td.misesajour > table > tbody > tr > td:not(:first-child) > p
	{
		margin: 8px 0 6px;
		line-height: 1.35;
	}

	body.homepage table.miseajour tr td:not(:first-child) > h2.miseajour,
	body.homepage td.misesajour > table > tbody > tr > td:not(:first-child) > h2.miseajour
	{
		margin: 0;
		font-size: 0.78em;
		line-height: 1.35;
		color: #333333;
	}
}

@media screen and (max-width: 1024px)
{
	body.review-page
	{
		overflow-x: hidden;
	}

	body.review-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.review-page table.newmaintable > tbody > tr
	{
		display: block;
	}

	body.review-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.review-page td.home-left
	{
		width: auto;
		border-right: none;
		border-bottom: 2px solid #A00000;
		padding: 15px;
	}

	body.review-page .album-props
	{
		width: 100%;
		margin-top: 15px;
		padding: 12px;
		box-sizing: border-box;
	}

	body.review-page .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.review-page a.menu:link,
	body.review-page a.menu:visited,
	body.review-page a.menu:hover,
	body.review-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.review-page img,
	body.review-page iframe
	{
		max-width: 100%;
		height: auto;
	}

	body.review-page img.left-pochette,
	body.review-page img.chro
	{
		margin-left: 0;
		float: none;
		padding-top: 0;
		display: block;
		margin-right: auto;
		margin-bottom: 15px;
	}

	body.review-page .chroniques
	{
		padding: 15px;
	}

	body.review-page .chroniques p
	{
		overflow-wrap: break-word;
	}

	body.review-page .fb-like
	{
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px)
{
	body.review-legacy .legacy-review-shell
	{
		width: 100%;
		margin: 0;
	}

	body.review-legacy .legacy-review-content
	{
		display: flex;
		flex-direction: column;
	}

	body.review-legacy .legacy-review-menu
	{
		width: 100%;
		box-sizing: border-box;
	}

	body.review-legacy h1
	{
		margin-top: 20px;
	}
}

body.review-legacy .legacy-review-shell
{
	margin: 0 auto;
}

body.review-legacy .legacy-review-content
{
	display: flex;
	align-items: flex-start;
}

body.review-legacy .legacy-review-sidebar
{
	width: 276px;
	padding: 20px;
	box-sizing: border-box;
}

body.review-legacy .legacy-review-main
{
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
}

body.review-legacy .legacy-review-cover
{
	display: block;
	margin: 0 auto 15px;
}

body.review-legacy .legacy-review-meta
{
	margin: 0;
}

body.review-legacy .legacy-review-meta dt
{
	font-weight: bold;
	color: #A00000;
	margin-top: 10px;
}

body.review-legacy .legacy-review-meta dd
{
	margin: 4px 0 0;
}

body.review-legacy .legacy-review-sidebar .left-header
{
	margin-left: 0;
}

body.review-page .review-top-menu
{
	margin: 0 auto;
}

body.interview-page .interview-top-menu
{
	margin: 0 auto;
}

@media screen and (max-width: 1024px)
{
	body.interview-page
	{
		overflow-x: hidden;
	}

	body.interview-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.interview-page table.newmaintable > tbody > tr
	{
		display: block;
	}

	body.interview-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.interview-page td.interview-left
	{
		width: auto;
		border-right: none;
		border-bottom: 2px solid #A00000;
		padding: 15px;
	}

	body.interview-page .album-props
	{
		width: 100%;
		margin-top: 15px;
		padding: 12px;
		box-sizing: border-box;
	}

	body.interview-page .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.interview-page a.menu:link,
	body.interview-page a.menu:visited,
	body.interview-page a.menu:hover,
	body.interview-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.interview-page img,
	body.interview-page iframe
	{
		max-width: 100%;
		height: auto;
	}

	body.interview-page img.left-pochette,
	body.interview-page img.chro
	{
		float: none;
		padding-top: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	body.interview-page .chroniques
	{
		padding: 15px;
	}

	body.interview-page .chroniques p
	{
		overflow-wrap: break-word;
	}

body.interview-page .fb-like
	{
		display: block;
		max-width: 100%;
	}
}

body.interview-legacy .interview-legacy-shell
{
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

body.interview-legacy .interview-legacy-content
{
	display: flex;
	align-items: flex-start;
}

body.interview-legacy .interview-legacy-sidebar
{
	width: 276px;
	padding: 20px;
	box-sizing: border-box;
}

body.interview-legacy .interview-legacy-main
{
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
}

body.interview-legacy .interview-legacy-cover
{
	display: block;
	margin: 0 auto 15px;
}

body.interview-legacy .interview-legacy-meta
{
	margin: 0;
}

body.interview-legacy .interview-legacy-meta dt
{
	font-weight: bold;
	color: #A00000;
	margin-top: 10px;
}

body.interview-legacy .interview-legacy-meta dd
{
	margin: 4px 0 0;
}

body.interview-legacy .interview-legacy-sidebar .left-header
{
	margin-left: 0;
	margin-top: 0;
}

body.interview-legacy .interview-legacy-menu
{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

body.interview-legacy .interview-legacy-main > h1:first-child
{
	margin-top: 0;
}

@media screen and (max-width: 1024px)
{
	body.interview-legacy .interview-legacy-shell
	{
		width: 100%;
		margin: 0;
	}

	body.interview-legacy .interview-legacy-content
	{
		display: flex;
		flex-direction: column;
	}

	body.interview-legacy .interview-legacy-main
	{
		width: 100%;
	}

	body.interview-legacy .interview-legacy-sidebar
	{
		width: 100%;
	}

	body.interview-legacy .interview-legacy-menu
	{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px 12px;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 10px;
	}

	body.interview-legacy a.menu:link,
	body.interview-legacy a.menu:visited,
	body.interview-legacy a.menu:hover,
	body.interview-legacy a.menu:active
	{
		display: inline-block;
		padding: 0;
		white-space: normal;
		background: transparent !important;
	}

	body.interview-legacy img
	{
		max-width: 100%;
		height: auto;
	}

	body.interview-legacy h1
	{
		margin-top: 20px;
	}

body.interview-legacy .interview-legacy-sidebar .left-header,
	body.interview-legacy .interview-legacy-main > h1:first-child
	{
		margin-top: 0;
	}
}

body.report-legacy .report-legacy-shell
{
	margin: 0 auto;
}

body.report-legacy .report-legacy-content
{
	display: flex;
	align-items: flex-start;
}

body.report-legacy .report-legacy-sidebar
{
	width: 276px;
	padding: 20px;
	box-sizing: border-box;
}

body.report-legacy .report-legacy-main
{
	flex: 1;
	padding: 20px;
	box-sizing: border-box;
	min-width: 0;
}

body.report-legacy .report-legacy-cover
{
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
}

body.report-legacy .report-legacy-meta
{
	margin: 0;
}

body.report-legacy .report-legacy-meta dt
{
	font-weight: bold;
	color: #A00000;
	margin-top: 10px;
}

body.report-legacy .report-legacy-meta dd
{
	margin: 4px 0 0;
}

body.report-legacy .report-legacy-sidebar .left-header
{
	margin-left: 0;
	margin-top: 0;
}

body.report-legacy .report-legacy-menu
{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

body.report-legacy .report-legacy-main > h1:first-child
{
	margin-top: 0;
}

body.report-legacy .report-index-list
{
	margin-top: 20px;
}

body.report-legacy .report-index-item
{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

body.report-legacy .report-index-item img
{
	display: block;
}

body.report-legacy .report-index-item p
{
	margin: 0;
}

@media screen and (max-width: 1024px)
{
	body.report-legacy .report-legacy-shell
	{
		width: 100%;
		margin: 0;
	}

	body.report-legacy .report-legacy-content
	{
		display: flex;
		flex-direction: column;
	}

	body.report-legacy .report-legacy-main
	{
		width: 100%;
	}

	body.report-legacy .report-legacy-main table
	{
		width: 100% !important;
		max-width: 100%;
	}

	body.report-legacy .report-legacy-sidebar
	{
		width: 100%;
	}

	body.report-legacy .report-legacy-menu
	{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px 12px;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 10px;
	}

	body.report-legacy a.menu:link,
	body.report-legacy a.menu:visited,
	body.report-legacy a.menu:hover,
	body.report-legacy a.menu:active
	{
		display: inline-block;
		padding: 0;
		white-space: normal;
		background: transparent !important;
	}

	body.report-legacy img
	{
		max-width: 100%;
		height: auto;
	}

	body.report-legacy h1
	{
		margin-top: 20px;
	}

body.report-legacy .report-legacy-sidebar .left-header,
	body.report-legacy .report-legacy-main > h1:first-child
	{
		margin-top: 0;
	}

	body.report-legacy .report-legacy-main h1
	{
		overflow-wrap: anywhere;
	}

	body.report-legacy .report-index-item
	{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

body.report-page .report-top-menu
{
	margin: 0 auto;
}

body.report-photo-page .report-photo-main
{
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}

body.report-photo-page .report-photo-main h1
{
	margin-top: 0;
	overflow-wrap: anywhere;
}

body.report-photo-page .report-photo-grid
{
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

body.report-photo-page .report-photo-grid img
{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

body.report-photo-page .report-photo-item
{
	display: block;
	flex: 0 1 220px;
	text-align: center;
}

@media screen and (max-width: 1024px)
{
	body.report-photo-page .report-photo-shell
	{
		width: 100%;
		margin: 0;
	}

	body.report-photo-page .report-photo-menu
	{
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px 12px;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 10px;
	}

	body.report-photo-page a.menu:link,
	body.report-photo-page a.menu:visited,
	body.report-photo-page a.menu:hover,
	body.report-photo-page a.menu:active
	{
		display: inline-block;
		padding: 0;
		white-space: normal;
		background: transparent !important;
	}

	body.report-photo-page .report-photo-main
	{
		padding: 10px;
	}

	body.report-photo-page .report-photo-grid
	{
		gap: 10px;
	}

	body.report-photo-page .report-photo-item
	{
		flex-basis: calc(50% - 5px);
	}
}

body.report-page
{
	margin: 0;
}

body.report-page .report-modern-shell
{
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	background-color: Silver;
	border-bottom: 1px solid Black;
	box-sizing: border-box;
}

body.report-page .report-modern-sidebar
{
	width: 200px;
	padding-left: 15px;
	padding-top: 45px;
	border-right: 2px solid #A00000;
	background-color: DarkGrey;
	border-bottom: 1px solid Black;
	box-sizing: border-box;
}

body.report-page .report-modern-main
{
	flex: 1;
	min-width: 0;
	padding: 25px;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-break: break-word;
}

body.report-page .report-modern-sidebar img
{
	max-width: 100%;
	height: auto;
}

body.report-page td.report-left table.album-props + table.album-props td
{
	vertical-align: top;
}

body.report-index-page .report-index-list
{
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 1024px)
{
	body.report-index-page .report-index-main
	{
		width: 100% !important;
		max-width: 100% !important;
	}

	body.report-index-page .report-index-list
	{
		width: 100% !important;
		max-width: 100% !important;
	}

	body.report-index-page .report-index-list tr
	{
		display: block;
		margin-bottom: 16px;
	}

	body.report-index-page .report-index-list td
	{
		display: block;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
		box-sizing: border-box;
	}

	body.report-index-page .report-index-list img
	{
		display: block;
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto;
	}

	body.report-page
	{
		margin: 0;
		overflow-x: hidden;
	}

	body.report-page > table.newmaintable
	{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body.report-page td[colspan="2"] > table.newmaintable
	{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	body.report-page > table.newmaintable > tbody > tr
	{
		display: block !important;
	}

	body.report-page > table.newmaintable > tbody > tr > td
	{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	body.report-page td[colspan="2"] > table.newmaintable > tbody > tr
	{
		display: block !important;
	}

	body.report-page td[colspan="2"] > table.newmaintable > tbody > tr > td
	{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	body.report-page td.report-left
	{
		width: 100% !important;
		border-right: none;
		border-bottom: 2px solid #A00000;
		padding: 15px;
		padding-top: 15px;
		padding-left: 15px;
		text-align: center;
		box-sizing: border-box;
	}

	body.report-page td.report-left + td
	{
		width: 100% !important;
		box-sizing: border-box;
	}

	body.report-page .album-props
	{
		width: 100%;
		margin-top: 15px;
		padding: 12px;
		box-sizing: border-box;
	}

	body.report-page .album-props td
	{
		text-align: center;
	}

	body.report-page td.report-left table.album-props + table.album-props
	{
		width: 100%;
		table-layout: auto;
	}

	body.report-page td.report-left table.album-props + table.album-props td
	{
		vertical-align: top;
	}

	body.report-page td.report-left table.album-props + table.album-props .left-header
	{
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	body.report-page td.report-left table.album-props + table.album-props td a
	{
		display: inline-block;
		vertical-align: top;
		line-height: inherit;
	}

	body.report-page .album-props a
	{
		display: block;
		text-align: center;
	}

	body.report-page .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.report-page a.menu:link,
	body.report-page a.menu:visited,
	body.report-page a.menu:hover,
	body.report-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.report-page img,
	body.report-page iframe
	{
		max-width: 100%;
		height: auto;
	}

	body.report-page .album-props img
	{
		display: block;
		margin: 0 auto;
	}

	body.report-page .chroniques
	{
		padding: 15px;
	}

	body.report-page .chroniques p
	{
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	body.report-page .chroniques p[style*="text-align: center"]
	{
		text-align: center !important;
	}

	body.report-page .chroniques p[style*="text-align: center"] img
	{
		display: block !important;
		margin: 0 auto 12px !important;
	}

	body.report-page .chroniques div[style*="text-align: center"]
	{
		text-align: center !important;
	}

	body.report-page .chroniques div[style*="text-align: center"] img
	{
		display: block !important;
		margin: 0 auto 12px !important;
	}

	body.report-page .report-modern-shell
	{
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	body.report-page .report-modern-sidebar
	{
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #A00000;
		padding: 15px;
		text-align: center;
		box-sizing: border-box;
	}

	body.report-page .report-modern-main
	{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	body.report-page .report-top-menu table.newmaintable,
	body.report-page .report-modern-shell,
	body.report-page .report-modern-sidebar,
	body.report-page .report-modern-main
	{
		max-width: 100%;
	}
}

@media screen and (max-width: 1024px)
{
	html,
	body.cdcoeur-page
	{
		max-width: 100%;
		overflow-x: hidden;
	}

	body.cdcoeur-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.cdcoeur-page table.newmaintable > tbody > tr
	{
		display: block;
	}

	body.cdcoeur-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.cdcoeur-page .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.cdcoeur-page a.menu:link,
	body.cdcoeur-page a.menu:visited,
	body.cdcoeur-page a.menu:hover,
	body.cdcoeur-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.cdcoeur-page h1
	{
		margin-top: 24px;
		margin-left: 0;
		padding: 0 12px;
	}

	body.cdcoeur-page td[valign="top"][align="center"] > table[border="0"]
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		table-layout: fixed;
	}

	body.cdcoeur-page td[valign="top"][align="center"] > table[border="0"] tbody
	{
		display: block;
	}

	body.cdcoeur-page td[valign="top"][align="center"] > table[border="0"] tr
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	body.cdcoeur-page td[valign="top"][align="center"] > table[border="0"] td
	{
		width: 25%;
		box-sizing: border-box;
		padding: 6px 4px;
		text-align: center;
		vertical-align: top;
	}

	body.cdcoeur-page td[valign="top"][align="center"] > table[border="0"] img
	{
		max-width: 100%;
		height: auto;
	}

	body.cdcoeur-page p.notes
	{
		margin: 4px 0 0;
	}
}

@media screen and (max-width: 1024px)
{
	body.contact-page
	{
		overflow-x: hidden;
	}

	body.contact-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.contact-page table.newmaintable > tbody > tr,
	body.contact-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.contact-page .menutable
	{
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.contact-page a.menu:link,
	body.contact-page a.menu:visited,
	body.contact-page a.menu:hover,
	body.contact-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.contact-page table.contact
	{
		width: 100%;
		max-width: 100%;
		padding: 8px 6px;
		box-sizing: border-box;
	}

	body.contact-page .contact
	{
		padding: 8px 6px;
	}

	body.contact-page table.contact > tbody > tr,
	body.contact-page table.contact > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.contact-page img[hspace]
	{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 16px;
	}

	body.contact-page table[id]
	{
		width: 100%;
		display: block;
		margin-bottom: 24px;
	}

	body.contact-page table[id] > tbody,
	body.contact-page table[id] > tbody > tr,
	body.contact-page table[id] > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.contact-page table[id] img
	{
		display: block;
		max-width: 150px;
		height: auto;
		margin: 0 auto 12px;
	}

	body.contact-page table[id] table
	{
		width: 100%;
	}

	body.contact-page table[id] table td
	{
		display: block;
		width: auto;
		padding: 0;
	}

	body.contact-page table[id] table img
	{
		max-width: 100%;
		height: auto;
	}

	body.contact-page table[id] > tbody > tr > td > table
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	body.contact-page table[id] > tbody > tr > td > table > tbody
	{
		display: block;
	}

	body.contact-page table[id] > tbody > tr > td > table > tbody > tr
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	body.contact-page table[id] > tbody > tr > td > table td:has(img)
	{
		display: inline-block;
		width: 33.3333%;
		box-sizing: border-box;
		padding: 4px;
		text-align: center;
		vertical-align: top;
	}

	body.contact-page table[id] > tbody > tr > td > table td:has(img) img
	{
		display: block;
		width: 100%;
		max-width: 100px;
		height: auto;
		margin: 0 auto;
	}

	body.contact-page h1
	{
		margin-left: 0;
		padding: 0 4px;
	}

	body.contact-page p
	{
		margin-left: 0;
		margin-right: 0;
	}

	body.contact-page table[id]
	{
		padding: 0 4px;
	}
}

@media screen and (max-width: 1024px)
{
	body.interview-index-page
	{
		overflow-x: hidden;
	}

	body.interview-index-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.interview-index-page table.newmaintable > tbody > tr,
	body.interview-index-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.interview-index-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.interview-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.interview-index-page a.menu:link,
	body.interview-index-page a.menu:visited,
	body.interview-index-page a.menu:hover,
	body.interview-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.interview-index-page table[border="0"][align="center"]
	{
		width: 100%;
		max-width: 100%;
	}

	body.interview-index-page table[border="0"][align="center"] tr
	{
		display: block;
		margin-bottom: 20px;
	}

	body.interview-index-page table[border="0"][align="center"] tr td
	{
		display: block;
		width: auto;
		text-align: center;
		padding: 0 8px;
	}

	body.interview-index-page table[border="0"][align="center"] img
	{
		max-width: 100%;
		height: auto;
	}

	body.interview-index-page h1
	{
		margin-left: 0;
		padding: 0 10px;
	}
}

@media screen and (max-width: 1024px)
{
	html,
	body.backtothepast-page
	{
		max-width: 100%;
		overflow-x: hidden;
	}

	body.backtothepast-page table.newmaintable
	{
		width: 100%;
		max-width: 100%;
		display: block;
	}

	body.backtothepast-page table.newmaintable > tbody > tr,
	body.backtothepast-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
		max-width: 100%;
	}

	body.backtothepast-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.backtothepast-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
		white-space: normal;
	}

	body.backtothepast-page a.menu:link,
	body.backtothepast-page a.menu:visited,
	body.backtothepast-page a.menu:hover,
	body.backtothepast-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.backtothepast-page td.menutable
	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		white-space: normal;
	}

	body.backtothepast-page #modernbricksmenu2
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 12px;
		padding: 0 10px;
		box-sizing: border-box;
		list-style: none;
		background: transparent;
	}

	body.backtothepast-page #modernbricksmenu2 ul
	{
		padding: 0;
		margin: 0;
	}

	body.backtothepast-page #modernbricksmenu2 li
	{
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 8px;
	}

	body.backtothepast-page #modernbricksmenu2 a:link,
	body.backtothepast-page #modernbricksmenu2 a:visited,
	body.backtothepast-page #modernbricksmenu2 a:hover,
	body.backtothepast-page #modernbricksmenu2 a:active
	{
		display: block;
		width: 100%;
		min-width: 0;
		padding: 10px 12px;
		background-color: #d3d3d3;
		color: #000 !important;
		font-size: 0.95em;
		font-family: verdana, courier, sans-serif;
		font-weight: normal;
		line-height: 1.3;
		text-align: center;
		text-indent: 0;
		letter-spacing: normal;
		opacity: 1;
		text-transform: none;
		border-radius: 4px;
		text-decoration: none;
	}

	body.backtothepast-page #modernbricksmenu2 a
	{
		color: #000 !important;
	}

	body.backtothepast-page td[width="800"]
	{
		width: 100% !important;
		padding: 0 12px;
		box-sizing: border-box;
	}

	body.backtothepast-page p.edito
	{
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		overflow-wrap: break-word;
	}

	body.backtothepast-page h1
	{
		margin-left: 0;
		padding: 0 10px;
	}

	body.backtothepast-page td[colspan="2"][align="center"] > table[border="0"]
	{
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		table-layout: fixed;
	}

	body.backtothepast-page td[colspan="2"][align="center"] > table[border="0"] tbody
	{
		display: block;
	}

	body.backtothepast-page td[colspan="2"][align="center"] > table[border="0"] tr
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	body.backtothepast-page td[colspan="2"][align="center"] > table[border="0"] td
	{
		width: 33.3333%;
		box-sizing: border-box;
		padding: 6px 4px;
		text-align: center;
		vertical-align: top;
	}

	body.backtothepast-page td[colspan="2"][align="center"] > table[border="0"] img
	{
		max-width: 100%;
		height: auto;
	}

body.backtothepast-page p.notes
	{
		margin: 4px 0 0;
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media screen and (max-width: 1024px)
{
	body.livereports-index-page
	{
		overflow-x: hidden;
	}

	body.livereports-index-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.livereports-index-page table.newmaintable > tbody > tr,
	body.livereports-index-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.livereports-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 10px;
		line-height: 1.8;
		text-align: center;
	}

	body.livereports-index-page a.menu:link,
	body.livereports-index-page a.menu:visited,
	body.livereports-index-page a.menu:hover,
	body.livereports-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.livereports-index-page td.reports
	{
		width: auto;
		padding: 0 10px;
		box-sizing: border-box;
	}

	body.livereports-index-page td.reports > h1
	{
		margin-left: 0;
		padding: 0;
	}

	body.livereports-index-page td.reports > table[border="0"]
	{
		width: 100%;
		max-width: 100%;
	}

	body.livereports-index-page td.reports > table[border="0"] tr
	{
		display: block;
		margin-bottom: 20px;
	}

	body.livereports-index-page td.reports > table[border="0"] td
	{
		display: block;
		width: auto;
		text-align: center;
		padding: 0 0 10px;
	}

	body.livereports-index-page td.reports > table[border="0"] img
	{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 10px;
	}

	body.livereports-index-page > h1,
	body.livereports-index-page table.newmaintable + h1
	{
		margin-left: 0;
		padding: 0 10px;
	}
}

@media screen and (max-width: 1024px)
{
	body.speciales-index-page
	{
		overflow-x: hidden;
	}

	body.speciales-index-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.speciales-index-page table.newmaintable > tbody > tr,
	body.speciales-index-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.speciales-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.speciales-index-page .menucell
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.speciales-index-page a.menu:link,
	body.speciales-index-page a.menu:visited,
	body.speciales-index-page a.menu:hover,
	body.speciales-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.speciales-index-page td.speciales
	{
		display: none;
	}

	body.speciales-index-page td[valign="top"]:last-child
	{
		padding: 0 0 16px;
		box-sizing: border-box;
	}

	body.speciales-index-page h1
	{
		margin-left: 0;
		padding: 0 10px;
	}

	body.speciales-index-page p.left-text
	{
		margin-left: 0;
		padding: 0 10px;
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media screen and (max-width: 1024px)
{
	body.speciales-page
	{
		overflow-x: hidden;
	}

	body.speciales-page table.newmaintable,
	body.speciales-page table.contacts
	{
		width: 100%;
		display: block;
	}

	body.speciales-page table.newmaintable > tbody > tr,
	body.speciales-page table.newmaintable > tbody > tr > td,
	body.speciales-page table.contacts > tbody > tr,
	body.speciales-page table.contacts > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.speciales-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.speciales-page a.menu:link,
	body.speciales-page a.menu:visited,
	body.speciales-page a.menu:hover,
	body.speciales-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.speciales-page td.speciales
	{
		display: none;
	}

	body.speciales-page table.contacts > tbody > tr > td:last-child
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.speciales-page h1,
	body.speciales-page h2,
	body.speciales-page p.edito
	{
		margin-left: 0;
	}

	body.speciales-page table.miseajour
	{
		width: 100%;
		max-width: 100%;
	}

	body.speciales-page table.miseajour tr
	{
		display: block;
		margin-bottom: 20px;
	}

	body.speciales-page table.miseajour td
	{
		display: block;
		width: auto;
		text-align: center;
		padding: 0 0 10px;
	}

	body.speciales-page table.miseajour img
	{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 10px;
	}

	body.speciales-page table.miseajour td p,
	body.speciales-page table.miseajour td h2
	{
		text-align: left;
	}

	body.speciales-page table.miseajour > tbody > tr:first-child
	{
		display: grid;
		grid-template-columns: 100px minmax(0, 1fr);
		align-items: start;
		gap: 12px;
	}

	body.speciales-page table.miseajour > tbody > tr:first-child > td
	{
		display: block;
		padding: 0;
	}

	body.speciales-page table.miseajour > tbody > tr:first-child > td:first-child
	{
		text-align: left;
	}

	body.speciales-page table.miseajour > tbody > tr:first-child > td:last-child
	{
		min-width: 0;
	}

	body.speciales-page table.miseajour > tbody > tr:first-child > td:first-child img
	{
		margin: 0;
	}
}

@media screen and (max-width: 1024px)
{
	body.sorties-page
	{
		overflow-x: hidden;
	}

	body.sorties-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.sorties-page table.newmaintable > tbody > tr,
	body.sorties-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.sorties-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.sorties-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.sorties-page .menucell,
	body.sorties-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.sorties-page a.menu:link,
	body.sorties-page a.menu:visited,
	body.sorties-page a.menu:hover,
	body.sorties-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.sorties-page td.sorties
	{
		display: none !important;
		padding: 0 !important;
		margin: 0 !important;
		height: 0 !important;
		min-height: 0 !important;
		line-height: 0 !important;
	}

	body.sorties-page td:not(.sorties)
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.sorties-page table.newmaintable > tbody > tr:nth-child(2) > td:last-child
	{
		padding-top: 0;
	}

	body.sorties-page h1
	{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 12px;
		padding: 0;
	}

	body.sorties-page form
	{
		margin: 0;
	}

	body.sorties-page label,
	body.sorties-page select
	{
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.sorties-page select
	{
		margin-top: 8px;
	}

	body.sorties-page #frame
	{
		margin: 16px 0 0;
	}

	body.sorties-page #frame iframe
	{
		width: 100%;
		max-width: 100%;
		height: 70vh;
		min-height: 420px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1024px)
{
	body.liens-page
	{
		overflow-x: hidden;
	}

	body.liens-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.liens-page table.newmaintable > tbody > tr,
	body.liens-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.liens-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.liens-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.liens-page .menucell,
	body.liens-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.liens-page a.menu:link,
	body.liens-page a.menu:visited,
	body.liens-page a.menu:hover,
	body.liens-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.liens-page td[valign="top"][align="center"]
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.liens-page h1
	{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 12px;
		padding: 0;
	}

	body.liens-page p.liens
	{
		margin: 0 0 16px;
		padding: 0;
	}

	body.liens-page p.liens img
	{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px)
{
	body.chroniques-index-page
	{
		overflow-x: hidden;
	}

	body.chroniques-index-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.chroniques-index-page table.newmaintable > tbody > tr,
	body.chroniques-index-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.chroniques-index-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.chroniques-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.chroniques-index-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.chroniques-index-page a.menu:link,
	body.chroniques-index-page a.menu:visited,
	body.chroniques-index-page a.menu:hover,
	body.chroniques-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.chroniques-index-page td[valign="top"][align="center"]
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.chroniques-index-page table.index
	{
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	body.chroniques-index-page table.index > tbody > tr
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px;
		padding: 0 8px;
		box-sizing: border-box;
	}

	body.chroniques-index-page table.index td
	{
		display: block;
		width: auto;
		min-width: 42px;
		box-sizing: border-box;
		padding: 0;
	}

	body.chroniques-index-page a.index
	{
		display: block;
		white-space: nowrap;
		padding: 2px 4px;
	}

	body.chroniques-index-page p.index
	{
		margin: 12px 0 16px;
		padding: 0;
	}

	body.chroniques-index-page img
	{
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1024px)
{
	body.editos-page
	{
		overflow-x: hidden;
	}

	body.editos-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.editos-page table.newmaintable > tbody > tr,
	body.editos-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.editos-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.editos-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.editos-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.editos-page table[width="800"]
	{
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 12px;
	}

	body.editos-page table[width="800"] > tbody > tr,
	body.editos-page table[width="800"] > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.editos-page table[width="800"] img
	{
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 12px;
	}

	body.editos-page h1
	{
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
	}

	body.groupes-index-page
	{
		overflow-x: hidden;
	}

	body.groupes-index-page table.newmaintable
	{
		width: 100%;
		display: block;
	}

	body.groupes-index-page table.newmaintable > tbody > tr,
	body.groupes-index-page table.newmaintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.groupes-index-page table.newmaintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.groupes-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.groupes-index-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.groupes-index-page a.menu:link,
	body.groupes-index-page a.menu:visited,
	body.groupes-index-page a.menu:hover,
	body.groupes-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.groupes-index-page td[valign="top"][align="center"]
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.groupes-index-page table.index
	{
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	body.groupes-index-page table.index > tbody > tr
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px;
		padding: 0 8px;
		box-sizing: border-box;
	}

	body.groupes-index-page table.index td
	{
		display: block;
		width: auto;
		min-width: 42px;
		box-sizing: border-box;
		padding: 0;
	}

	body.groupes-index-page a.index
	{
		display: block;
		white-space: nowrap;
		padding: 2px 4px;
	}

	body.groupes-index-page p.index
	{
		margin: 10px 0;
		padding: 0;
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

@media screen and (max-width: 1024px)
{
	body.virtuoses-page
	{
		overflow-x: hidden;
	}

	body.virtuoses-page .maintable
	{
		width: 100%;
		display: block;
	}

	body.virtuoses-page .maintable > tbody > tr,
	body.virtuoses-page .maintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.virtuoses-page .maintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.virtuoses-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.virtuoses-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.virtuoses-page a.menu:link,
	body.virtuoses-page a.menu:visited,
	body.virtuoses-page a.menu:hover,
	body.virtuoses-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.virtuoses-page td.virtuoses
	{
		display: block !important;
		width: 100% !important;
		height: 160px !important;
		padding: 0 !important;
		margin: 0 !important;
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
	}

	body.virtuoses-page td.virtuoses + td
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
	}

	body.virtuoses-page h1
	{
		margin-top: 20px;
		overflow-wrap: anywhere;
	}

	body.virtuoses-page td.virtuoses + td > p
	{
		text-align: center;
	}

	body.virtuoses-page td.virtuoses + td > p img
	{
		display: inline-block;
		max-width: 100%;
		height: auto;
		margin: 0 4px 8px;
	}

}

@media screen and (min-width: 1025px)
{
	body.review-artist-index-page .review-artist-index-main
	{
		text-align: center;
	}

	body.review-artist-index-page .review-artist-index-list
	{
		display: inline-flex;
		flex-direction: column;
		align-items: stretch;
	}

	body.review-artist-index-page .review-artist-index-item
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		margin-bottom: 8px;
	}

	body.review-artist-index-page .review-artist-index-item p
	{
		margin: 0;
		text-align: left;
	}
}

@media screen and (max-width: 1024px)
{
	body.review-artist-index-page
	{
		overflow-x: hidden;
	}

	body.review-artist-index-page table.newmaintable,
	body.review-artist-index-page table.maintable
	{
		width: 100%;
		display: block;
	}

	body.review-artist-index-page table.newmaintable > tbody > tr,
	body.review-artist-index-page table.newmaintable > tbody > tr > td,
	body.review-artist-index-page table.maintable > tbody > tr,
	body.review-artist-index-page table.maintable > tbody > tr > td
	{
		display: block;
		width: auto;
	}

	body.review-artist-index-page table.newmaintable > tbody > tr:first-child > td,
	body.review-artist-index-page table.maintable > tbody > tr:first-child > td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.review-artist-index-page .menutable
	{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding: 12px 0;
		line-height: 1.8;
		text-align: center;
	}

	body.review-artist-index-page .menutable td
	{
		padding-left: 0;
		padding-right: 0;
	}

	body.review-artist-index-page a.menu:link,
	body.review-artist-index-page a.menu:visited,
	body.review-artist-index-page a.menu:hover,
	body.review-artist-index-page a.menu:active
	{
		display: inline-block;
		padding: 6px 2px;
		white-space: normal;
	}

	body.review-artist-index-page td[valign="top"][align="center"],
	body.review-artist-index-page td.page-right
	{
		display: flex !important;
		flex-direction: column;
		align-items: center;
		width: auto !important;
		padding: 0 10px 16px;
		box-sizing: border-box;
		text-align: center;
	}

	body.review-artist-index-page td.chroniques
	{
		display: none !important;
	}

	body.review-artist-index-page td[valign="top"][align="center"] > table[border="0"],
	body.review-artist-index-page td.page-right > table[border="0"]
	{
		width: 100%;
	}

	body.review-artist-index-page td[valign="top"][align="center"] > table[border="0"] tr,
	body.review-artist-index-page td.page-right > table[border="0"] tr
	{
		display: flex !important;
		flex-direction: column;
		align-items: center;
		margin-bottom: 12px;
	}

	body.review-artist-index-page td[valign="top"][align="center"] > table[border="0"] td,
	body.review-artist-index-page td.page-right > table[border="0"] td
	{
		display: block !important;
		width: auto !important;
		float: none !important;
		text-align: center !important;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
	}

	body.review-artist-index-page td[valign="top"][align="center"] > table[border="0"] td:first-child,
	body.review-artist-index-page td.page-right > table[border="0"] td:first-child
	{
		padding-bottom: 6px;
	}

	body.review-artist-index-page td[valign="top"][align="center"] > table[border="0"] img,
	body.review-artist-index-page td.page-right > table[border="0"] img
	{
		display: inline-block;
		max-width: 100%;
		height: auto;
	}

	body.review-artist-index-page td[valign="top"][align="center"] p,
	body.review-artist-index-page td.page-right p
	{
		margin: 0;
		text-align: center !important;
		overflow-wrap: break-word;
		word-break: break-word;
	}

	body.review-artist-index-page td.page-right a,
	body.review-artist-index-page td.page-right > table[border="0"] tr > td:last-child > p > a
	{
		display: block;
		text-align: center !important;
	}

	body.review-artist-index-page .review-artist-index-list
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	body.review-artist-index-page .review-artist-index-shell
	{
		width: 100%;
		display: block;
	}

	body.review-artist-index-page .review-artist-index-main
	{
		padding: 0 10px 16px;
		box-sizing: border-box;
		text-align: center;
	}

	body.review-artist-index-page h1
	{
		margin-top: 16px;
	}

	body.review-artist-index-page .review-artist-index-item
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 1024px)
{
	body:not(.homepage) #site-menu
	{
		position: static !important;
		display: block;
		width: 100% !important;
		height: auto !important;
		box-sizing: border-box !important;
		background: #000000 !important;
		overflow: visible !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		transition: none !important;
		padding: 12px 0 !important;
		box-shadow: none !important;
	}

	body:not(.homepage) #site-menu tbody,
	body:not(.homepage) #site-menu tr,
	body:not(.homepage) #site-menu td
	{
		display: block !important;
		width: auto !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align: center !important;
	}

	body:not(.homepage) #site-menu a.menu:link,
	body:not(.homepage) #site-menu a.menu:visited,
	body:not(.homepage) #site-menu a.menu:hover,
	body:not(.homepage) #site-menu a.menu:active
	{
		display: inline-block !important;
		width: auto !important;
		box-sizing: border-box !important;
		padding: 6px 2px !important;
		margin: 0 !important;
		text-align: center !important;
		line-height: 1.8 !important;
		white-space: normal !important;
	}
}
