/* Rouleau Photo */
/*****

IMPORTANT : les #ZoneRouleauPhoto et les #RouleauPhoto ne seront plus utilisés.

J'ai ajouté le suffixe "Texte" pour différencier le style du rouleau dans le texte
 	de celui de l'album : RouleauPhotoTexte vs RouleauPhotoAlbum

*****/

.Invisible {
	visibility:hidden;
	} 

.Visible {
	visibility:visible;
	}

img.Grisee {
	background-color: #f5fbf8;
	}
		
img.Centree {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

/* ZoneDesImages */ /* Mystère! */
/*.ZoneDesImages:not(.Articles) {
	white-space:nowrap;
    overflow:hidden;
}*/

.iconoConteneur {
	display:block;
	position: relative;
	margin-top: 1.5em;
	width:100%;
	height: auto;
	/*border: 1px solid #DFFF00;*/
	}

.iconoConteneur .IMG img:hover,
.iconoConteneur .IMG svg:hover {
	cursor:pointer;
	}		
 
.iconoConteneur .IMG {
	margin: 0;
	padding:0;
	position: relative;
	display:inline-block; 
	width: auto;
	height: auto;
	vertical-align:top;
	/*border: 1px solid #00B5FF;*/
	}
	
 .ZoneIcono .ZoneImage {
 		display:none; /* le display est défini dans albumModal.js */
	 }
 
.ZoneImage {
	display:none; /* le display est défini dans albumModal.js */
	}
.ZoneIcono .ZoneImage:first-child,
 .ZoneImage:first-child {
display:inline-block;
}

.iconoConteneur .IMG img  {
	margin:0;
	padding:0;
	display:inline-block;
/*	width: auto;*/
	width: 100%;
	height: auto;
	/*max-height: 65vh;*/
	background-color: #ffffff;
	border:2px solid #000000;
}

.iconoConteneur .IMG.L80 {
	width:80%;
	}

.iconoConteneur .IMG.L70 {
	width:70%;
	}

.iconoConteneur .IMG.L60 img {	
	width: 60%;
	}

.iconoConteneur .IMG.L50 {
	width:50%;
	}	

.iconoConteneur .IMG.L40 {
	width:40%;
	}

.iconoConteneur .IMG.L30 {
	width:30%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG {
	display:table;
	margin-bottom: 2em;
	position: relative;
	width:100%;
	height: auto;
	}
	
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource {
	position: relative;
	display:table-cell;
	height: auto;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage {
	width:60%;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L30,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L30.VertH500 {
	width:30%;
	}		

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L40,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L40.VertH500 {
	width:40%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L50,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L50.VertH500 {
	width:50%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L60,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L60.VertH500 {
	width:60%;
	}		

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L70,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L70.VertH500 {
	width:70%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L80,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L80.VertH500 {
	width:80%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage img {
	width:100%;
	height:auto;
	position: relative;
	z-index: 600;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage object {
	position: relative;
	z-index: 600;
	}		

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.VertH500 img {
	/*width:auto;*/
	width:100%;
	max-height: 500px;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.VertH550 img {
	/*width:auto;*/
	width:100%;
	max-height: 550px;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource	 .IconoTitre	{
	margin:0;
	margin-bottom: 10%;
	padding:0;
	padding-left: 17px;
	display:inline-block;
	width:100%;
	vertical-align:bottom;
	/*background-color: #FF0004;*/
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource	 .IconoTitre.PlusBas1 {	
	margin-bottom: 5%;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource	 .IconoTitre.PlusBas2 {	
	margin-bottom: 2%;
	}

.IconoTitre	{
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	font-style:italic;
	font-size: 0.78em;
	line-height: 1.45em;
	}

.IconoTitre	.NoFigureTitre {
	font-style:normal;
	color: #727272;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource .Vignette {
	margin:0;
	padding-left: 17px;
	padding-right: 7px;
	position:absolute;
	z-index: 500;
	top:10%;
	left:0;
	width:100%;
	background-color: #ffffff;
	}

.contenuTexte .iconoConteneur.TitreSourceJuxtaposee .IMG .CellTitreSource .Vignette.PlusHaute1 {	
	top: 5%;
	}

.iconoConteneur.DeuxPhotoJuxtaposees .IMG {
	margin:0;
	margin-right: 1em;
	display:inline-block;
	width: auto;
	max-width:48%;
	vertical-align:top;
	/*border: 1px solid #00FFB1;*/
	}	

.iconoConteneur.DeuxPhotoJuxtaposees .IMG.Vert30 {
	max-width:30%;
	}	

.iconoConteneur.DeuxPhotoJuxtaposees .IMG.Vert40 {
	max-width:40%;
	}		

.iconoConteneur.DeuxPhotoJuxtaposees .IMG:last-child {
	margin-right: 0em;
	}									

.iconoConteneur.DeuxPhotoJuxtaposees .IMG img {
	margin:0;
	margin-right: 1em;
	display:inline-block;
	width: auto; /*ici ne PAS mettre 100% de largeur */
	max-width:98%;
	height: auto;
	max-height: 300px;
	}
		
.iconoConteneur .IMG.SVG {
	margin:0;
	padding:0;
	position: relative;
	width: 100%;
	height: auto;
	}

.iconoConteneur .IMG.SVG object  {
	margin:0;
	padding:0;
	display:inline-block;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border:2px solid #000000;
	}

.iconoConteneur .IMG.SVG object.SVG30  {
	width: 30%;
	}			

.iconoConteneur .IMG.SVG object.SVG40 {
	width: 40%;
	}	

.iconoConteneur .IMG.SVG object.SVG50 {
	width: 50%;
	}

.iconoConteneur .IMG.SVG object.SVG60 {
	width: 60%;
	}

.iconoConteneur .IMG.SVG object.SVG70 {
	width: 70%;
	}	

.iconoConteneur .IMG.SVG object.SVG80 {
	width: 80%;
	}

.iconoConteneur .IMG.SVG object.SVG90 {
	width: 90%;
	}

.iconoConteneur .IMG.SVG object.SVG100 {
	width: 100%;
	}		

.iconoConteneur .IconoTitre.L20,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L30,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L20	{
	width:20%;
	}

.iconoConteneur .IconoTitre.L30,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L30,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L30	{
	width:30%;
	}

.iconoConteneur .IconoTitre.L35,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L35,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L35	{
	width:35%;
	}	
	
.iconoConteneur .IconoTitre.L40,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L40,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L40	{
	width:40%;
	}
	
.iconoConteneur .IconoTitre.L50,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L50,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L50	{
	width:50%;
	}	

.iconoConteneur .IconoTitre.L55,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L55,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L55	{
	width:55%;
	}	

.iconoConteneur .IconoTitre.L60,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L60,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L60	{
	width:60%;
	}	

.iconoConteneur .IconoTitre.L70,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L70,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L70	{
	width:70%;
	}		

.iconoConteneur .IconoTitre.L80,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L90,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L80 {
	max-width: 80%;
	}

.iconoConteneur .IconoTitre.L90,
.iconoConteneur.TitreSourceJuxtaposee .CellTitreSource .IconoTitre.L90,
.iconoConteneur.DeuxPhotoJuxtaposees .IconoTitre.L90 {
	max-width: 90%;
	}

.IconoTitre span.IconoSource {
	display:block;
	color:#6C6C6C;
	font-weight: 400;
	font-style:normal;
	font-size: 0.9em;
	text-transform: none;
	}

/* DÉBUT ROULEAU */


.Rouleau	{
	margin:0;
	padding:0;
	display:block;
	width: 100%;
	height:auto;
	overflow: hidden;
	/*border: 1px solid #FF0000;*/
	}	
	
	
.Rouleau div	{
	margin:0;
	margin-top: 0px;
	margin-right: 0px;
	padding:0;
	position:relative;
	width: auto;	
	height: 60px;
	display:inline-block;
}	

.Rouleau div img {
	margin:0;
	padding:0;
	display:block;
	width: auto;
	height:100%;	
	white-space:normal;
	border: 2px solid #000000;
}

/* FIN ROULEAU */


/*   DÉBUT Image en habillage */

.iconoConteneur.Habillage {
	margin-top: 7px;
	margin-right: 1.2em;
	margin-bottom: 1.5em;
	float:left;
	width:30%;
	}
	
.iconoConteneur.Habillage.MargePlus {
	margin-top: 1em;
	margin-left:1em;
	}

.iconoConteneur.Habillage .IconoTitre {
	width:auto;
	}

.iconoConteneur.Habillage .IMG img {
	display:inline-block;
	width:auto; /*ici ne PAS mettre 100% de largeur */
	max-height: none;
	height:250px;
	}	

.iconoConteneur.Habillage .IMG.H300 img {
	width:auto; 
	max-height: none;
	height:300px;
	}		

.iconoConteneur.Habillage .IMG.H350 img {
	width:auto;
	max-height: none;
	height:350px;
	}		

.iconoConteneur.Habillage .IMG.H400 img {
	width:auto;
	max-height: none;
	height:400px;
	}	

.iconoConteneur.Habillage.L35,
.iconoConteneur.Habillage.MargePlus.L35 {
	width:35%;
	}	

.iconoConteneur.Habillage.L35 .IMG.H450 img {
	width:auto;
	max-height: none;
	height:500px;
	}	
			
/*  FIN image en habillage */
		
		
	
/*  Début DIAPORAMA aléatoire au chargement */

.iconoConteneur.DiapoAleatoire {
	position:relative;
	width: 100%;
	/*border: 1px solid #FFC900;*/
	}

.iconoConteneur.DiapoAleatoire .IMG {
	position:absolute;
	top:0;
	left:0;
	width: auto;
	height:auto;
	/*border: 1px solid # FFC900;*/
	}	

.exemple .iconoConteneur.DiapoAleatoire .IMG {
	width: 100%;
	height: auto;
}

.exemple .iconoConteneur.DiapoAleatoire .IMG.FondAleatoire {
	min-height: 400px;
	background-size: 100% auto;
	/*border: 1px solid #FFC900;*/
	}

.iconoConteneur.DiapoAleatoire .IMG.ImgInvisible  {
	display:none;
	}	

.iconoConteneur.DiapoAleatoire .IMG.ImgVisible  {
	display:inline-block;
}

.iconoConteneur.DiapoAleatoire .IMG img {
	display:inline-block;
	width: 100%;
	border:0;
	/*display:none;*/
	}	

/*  FIN DIAPORAMA aléatoire au chargement */		
	
	
/*  DÉBUT DIAPORAMA en boucle avec transitions (opacité) */	

#exempleELP9 {
	height: 450px;
	}

.iconoConteneur.DiapoBoucle {
	position:relative;
	width: 100%;
	}

.iconoConteneur.DiapoBoucle .IMG {
	position:absolute;
	top:0;
	left:0;
	width: auto;
	height:auto;
/*	border: 1px solid #FFC900;*/
	}	
	
.iconoConteneur.DiapoBoucle .IMG img {
	display:inline-block;
	width: 100%;
	border:0;
	}	
	
/*  FIN DIAPORAMA en boucle avec transitions (opacité) */



/* DÉBUT NAVFLECHE TOUS - AffParution, Rouleau, MiniAlbum, etc. */

.NavFleche  {
	display:inline-block;
	} 
	
/* FIN NAVFLECHE TOUS - AffParution, Rouleau, MiniAlbum, etc. */




/* DÉBUT MiniAlbum */

.iconoConteneur.MiniAlbum {
	margin:0;
	margin-top: 1em;
	padding-bottom: 2em;
	padding:0;
	padding-bottom: 2em;
	width:auto;
	display: table;
	/*border: 1px solid #00F5FF;*/
	}	

.iconoConteneur.MiniAlbum > div { 
	display:table-cell;
}

.iconoConteneur.MiniAlbum .NavFleche  {
	margin:0;
	padding:0;
	padding-top:30%;
	height: auto;
	width: 70px;
	vertical-align:top;
	text-align: right;
	/*border: 1px solid #F9FF00;*/
	} 
	
.NavFleche.FlecheDroite,
.MiniAlbum .NavFleche.FlecheDroite {
	text-align: right;
	width:auto;
	}
	
.NavFleche div,
.MiniAlbum .NavFleche div {
	display:block;
	position:relative;
	height: 50px;
	width: 50px;
	/*background-repeat: no-repeat;
	background-size: 40px auto;*/
	/*border: 1px solid #00FFA8;*/
	}	

.MiniAlbum .NavFleche div:hover {
	cursor:pointer;
	}	

.MiniAlbum .NavFleche div svg {
	margin:0;
	padding:0;
	width:40px;
	height:auto;
	fill: #000000;
	}

.MiniAlbum .NavFleche.FlecheDroite div svg {
	margin-left: 15px;
	}

.MiniAlbum .NavFleche.FlecheGauche div svg {
	margin-right: 15px;
	}

.MiniAlbum .NavFleche div:hover svg {
	fill: #ffffff;
	}

.iconoConteneur.MiniAlbum .MiniAlbumCentre {
	margin:0;
	padding:0;
	width:auto;
	position:relative;
	text-align: left;
	/*border: 1px solid #FF0000;*/
	}

.iconoConteneur.MiniAlbum .MiniAlbumCentre.H300 .IMG img {
	height: 300px;
	}	
	
.iconoConteneur.MiniAlbum .MiniAlbumCentre.H200 .IMG img {
	height: 200px;
	}	

.iconoConteneur.MiniAlbum .MiniAlbumCentre .IMG {
	margin:0;
	padding:0;
	width: auto;
	height: auto;
	/*border: 1px solid #FF0000;*/
	/*visibility:hidden;*/
	}

.iconoConteneur.MiniAlbum .MiniAlbumCentre .IMG img {
	margin:0;
	padding:0;
	width: auto;
	height: 400px;
	display:inline-block;
	/*border: 2px solid #000000;*/
	}	

.iconoConteneur.MiniAlbum .IconoTitre .IconoSource {
	margin:0;
	margin-left: 10px;
	padding:0;
	display:inline-block;
	}
	
.iconoConteneur.MiniAlbum .MiniAlbumCentre  .Rouleau	{
	margin:0;
	margin-top:8px;
	padding:0;
	}

.iconoConteneur.MiniAlbum .MiniAlbumCentre .Rouleau div	{
	height: 60px;
	/*border: 1px solid #FFC703;*/
	}

.iconoConteneur.MiniAlbum .MiniAlbumCentre .Rouleau div img {

	}

.Rouleau div img:hover,
.MiniAlbumCentre .Rouleau div img.Actif {
	cursor:pointer;
	border-color: #0099FF;
	}

/* FIN MiniAlbum */
	
	
/*  BT plein écran */

.VoirIcono {
	margin: 0;
	padding: 0;
	padding-top:8px;
	padding-right: 7px;
	position: absolute;
	z-index: 700;
	top: 0;
	display: inline-block;
	box-sizing:border-box;
	width: 30px;
	height: 26px;
	font-weight: 400;
	font-size: small;
	line-height: 0.85em;
	color: #ffffff;
	background-image: url(../_albumModal/_images/BtAgrandir.svg);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-size: 19px 19px; /* correction IE*/
	background-color: rgba(0,0,0,1);
	}

.VoirIcono:hover,
.IMG:hover  .VoirIcono  {
	width:auto;
	cursor: pointer;
	}

.VoirIcono:hover:after,
.IMG:hover  .VoirIcono:after {
	content:'Plein écran';
	padding-left:33px;
	vertical-align: middle;
	}

/*  FIN BT plein écran */	
	
	
/* Fin Gestion des images  */




/*** ** ** ** ** ** ** ** ** 
	 Fenêtre Modale
** ** ** ** ** ** ** ** ** ***/

/* piedModale est-il utilisé ?? */ /* ELP - Je ne pense pas */

.piedModale:before,
.piedModale:after {
  content:"";
  display:table;
	}

.piedModale:after {
  clear:both;
	}

/****/

#FenetreModale {
	z-index: 999999;
	}

.Modale .VoirIcono {
	display: none;
	/*border: 1px solid #FF0051;*/
	}

.Modale {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	visibility:hidden;
	-webkit-transition: opacity 400ms ease-in, visibility 400ms ease-in;
	-moz-transition: opacity 400ms ease-in, visibility 400ms ease-in;
	transition: opacity 400ms ease-in, visibility 400ms ease-in;
}

.Modale.Ouverte {
	visibility:visible;
  	opacity:1;
	display: block;
}

.Modale.Textuelle {
	position: absolute;
}

.Modale .fermer {
	padding:0;
	margin:0;
	position:absolute;
	display:block;
  	right:30px;
  	top:30px;
	width: auto;
	min-width: 30px;
	height:28px;
	color:#ffffff;
	font-size: 0.8em;
	line-height: 0.8em;
	background-color:#000000;
  	z-index: 999999;
	text-align: center;
	text-decoration:none;
	border:none;
	text-indent:0;
	vertical-align: middle;
	}

.Modale .fermer .fermerTexte {
	padding:0;
	margin:0;
	padding: 9px 0 0 10px;
	display:none;
	vertical-align: top;
	width: auto;
	height:auto;
	}

.Modale .fermer:hover .fermerTexte {
	display:inline-block;
	}

.Modale .fermer svg {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 7px;
	width: 18px;
	height: auto;
	max-height: 19px; /*correction IE*/
	fill: #ffffff;
	}

.Modale .fermer:hover {
 	color: #FF0004;
	text-decoration:none;
	border:none;
 	}
 
 .Modale .fermer:hover svg {
 	fill: #FF0004;
	 }

.Modale > div {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
	}

.Modale.Ouverte > div {
	margin: 0;
 	margin: 0 auto 0 auto;
	padding-top: 15px;
	width:100%;
  	height: 100%;
	/*min-height: 500%*/
 	transition: all 0.4s ease-in-out;
 	-moz-transition: all 0.4s ease-in-out;
 	-webkit-transition: all 0.4s ease-in-out;
	}
 
.Modale > div h2 {
  margin:0;
	}
 
.Modale > div .btn {
  float:right;
	}
 
.Modale > div section,
.Modale > div > header,
.Modale > div > footer {
  padding:15px;
	}

.Modale.Ouverte > .IMG {
	width:89%;
	overflow: hidden;
	} 	

.Modale .iconoConteneur.AlbumModal {
	margin:0 auto;
	margin-top:15px;
	padding:0;
	display: table;
	text-align:center;
	width:auto;
	height: 95%;
}

.Modale .iconoConteneur.AlbumModal .NavFleche,
.Modale .iconoConteneur.AlbumModal .MiniAlbumCentre {
	display: table-cell;
	height:auto;
	/*border: 1px solid #009BFF;*/
}

.Modale .iconoConteneur.AlbumModal .NavFleche  {
	margin:0;
	padding:0;
	padding-top:30%;
	height: auto;
	width: 80px;
	vertical-align:top;
	text-align: left;

	} 
	
.Modale .iconoConteneur.AlbumModal .NavFleche.FlecheDroite {
	text-align: right;
	}
	
.Modale .iconoConteneur.AlbumModal .NavFleche div {
	display:block;
	position:relative;
	vertical-align:top;
	height: 60px;
	width: auto;
	/*border: 1px solid #81FF00;*/
	}	

.Modale .iconoConteneur.AlbumModal .NavFleche div:hover {
	cursor:pointer;
	}	

.Modale .iconoConteneur.AlbumModal .NavFleche div svg {
	margin:0;
	padding:0;
	width:45px;
	height:auto;
	fill: rgba(255,255,255,0.7);
	}

.Modale .iconoConteneur.AlbumModal .NavFleche.FlecheDroite div svg {
	margin-left: 15px;
	}

.Modale .iconoConteneur.AlbumModal .NavFleche.FlecheGauche div svg {
	margin-right: 15px;
	}

.Modale .iconoConteneur.AlbumModal .NavFleche div:hover svg {
	fill: #ffffff;
	}
	

.Modale .IMG {
	margin: 0 auto 0 auto;
	width:90%;
    overflow: hidden;
	height: calc(100vh - 60px);
	text-align:center;
	/*border: 1px solid #009BFF;*/
	}

 .Modale .IMG.Horiz img {
	 max-width: 89%; 
	 height:auto;
	 }	

.Modale .iconoConteneur.AlbumModal .IMG {
	margin: 0;
	padding:0;
	height: 90%;
	text-align:center;
	/*border: 1px solid #E1FF00;*/
	}	
	
.Modale .iconoConteneur.AlbumModal .IMG img {
	margin: 0;
	padding:0;
	height: 75vh;
	max-height: none;
	width:auto;
	}

.Modale .IMG object {
	max-width: 89%; 	
	}		

.Modale .iconoConteneur.AlbumModal .Rouleau {
	padding-top:12px;
	padding-bottom:12px;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	}	

.Modale .IMG .CellImage {
	margin: 0;
	padding:0;
	height: auto;
	min-height: 0;
	/*border: 1px solid #FF0004;*/
	}	

.Modale .IMG .Vignette,
.Modale .IMG .CellTitreSource .Vignette {
	display:none;
	}

.Modale .IMG img {
	margin:0;
	padding:0;
	display:inline-block;
	width:auto; /*ici ne PAS mettre 100% de largeur */
	height:90%;
	border: 2px solid #000000;
	background-color: #ffffff;
	}

/*.Modale .IMG .CellImage {
	margin:10px auto 0 auto;
	width:90%;
	height: calc(100% - 60px);
	}*/

.Modale .IMG .CellImage img {
	display:inline-block;
	height:100%;
	border: 2px solid #000000;
	background-color: #ffffff;
	}	

.Modale .IMG object {
	display:inline-block;
	width:auto;
	height:83vh;
	border: 2px solid #000000;
	background-color: #ffffff;
	}	
	
.Modale .IMG .IconoTitre,
.Modale .IMG .CellTitreSource .IconoTitre {
	margin: 0 auto 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width:90%;
	height:60px;
	max-height: 60px;
	font-size: 0.8em;
	color:#ffffff;
	/*border: 1px solid #D6DE38;*/
	}	

.Modale .IMG .IconoTitre .IconoSource,
.Modale .IMG .CellTitreSource .IconoTitre .IconoSource {
	margin-left: 6px;
	display:inline-block; 
	}

	/*}*/



/* DÉBUT STYLE RESPONSIVES */

.TestsResponsives {
		margin-top: 50px;
 		margin-left: 10px;
		position:fixed;
		float: left;
		top:0;
		left:0;
		display:block;
		z-index: 99999;
	}

.TestsResponsives div {
		display:none;
	}


/* Point de rupture 5 (grandes tablettes et liseuses) Orientation paysage */

@media only screen 
  and (max-height: 500px)   {

.Modale .iconoConteneur.AlbumModal .Rouleau {
	display:none;
	}

  }

@media only screen 
  and (max-width: 1100px)   {
	  
.TestsResponsives div.PointRuptureCinq {
		display:block;
		background-color:rgba(20,219,210,0.4);
	}  

.iconoConteneur .IMG img {
	max-width: 650px;
	max-height: none;
   }

.iconoConteneur.TitreSourceJuxtaposee .IMG img {
	max-width: 500px;
	max-height: none;
   }
  
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage,
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L50 {
	max-width: 400px;
	max-height: none;
	}  
  
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage object {
	max-width: 400px;
	max-height: none;
	} 
 
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L30,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L40,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L50,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L60,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L70,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L80 {
	 width: 500px;
	 } 
	

.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L30 {
	width:25%;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L40 {
	width:35%;
	}	

.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L50,
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L60,
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L70,
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.L80 {
	width:41%;
	}	
   
	 
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L30.VertH500,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L30.VertH550,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L40.VertH500,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.L40.VertH550 {
	 width:25%;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.VertH500 {
	 width:auto;
	 height: 400px;
	}

.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.VertH500 img,
.iconoConteneur.TitreSourceJuxtaposee .IMG .CellImage.VertH550 img,
.iconoConteneur.TitreSourceJuxtaposee .IMG.SVG .CellImage.VertH500 object {
	width:auto;
	height: 400px;
	}	

.iconoConteneur.Habillage {
	width:25%;
	}	

.iconoConteneur.Habillage.L35,
.iconoConteneur.Habillage.MargePlus.L35 {
	width:30%;
	}	
	
.iconoConteneur.Habillage .IMG.H350 img {
	width:auto;
	max-height: none;
	height:250px;
	}	

.iconoConteneur.Habillage .IMG.H400 img {
	width:auto;
	max-height: none;
	height:300px;
	}	

.iconoConteneur .IMG.SVG object.SVG30  {
	width: 5%;
	}			

.iconoConteneur .IMG.SVG object.SVG40 {
	width: 25%;
	}	

.iconoConteneur .IMG.SVG object.SVG50 {
	width: 35%;
	}

.iconoConteneur .IMG.SVG object.SVG60 {
	width: 45%;
	}

.iconoConteneur .IMG.SVG object.SVG70 {
	width: 55%;
	}	

.iconoConteneur .IMG.SVG object.SVG80 {
	width: 65%;
	}

.iconoConteneur .IMG.SVG object.SVG90 {
	width: 75%;
	}

.iconoConteneur .IMG.SVG object.SVG100 {
	width: 85%;
	}	
	
.Modale .IMG img {
	height:90%;
	max-height: 415px;
	}	

.Modale .IMG .IconoTitre {
	margin-top:5px;
	height:11%;
	max-height: 110px;
	font-size: 0.7em;
	}

.Modale .iconoConteneur.AlbumModal .IMG img {
	margin: 0;
	padding:0;
	height: 70vh;
	max-height: none;
	width:auto;
	border: 2px solid #0064FF;
	}	
   
  }
  
 
 
/* Point de rupture 6 et 7 (tablettes liseuses et petits écrans) Orientation paysage */

@media only screen 
  and (min-width: 1100px)
  and (max-width: 1280px)
     {

.TestsResponsives div.PointRuptureSix {
	display: block;
	background-color: rgba(76,219,20,0.40);
	}

/*.Modale .IMG img {
	height:90%;
	max-height: 415px;
	}	*/

.Modale .IMG .IconoTitre {
	/*margin-top:5px;
	height:11%;
	max-height: 110px;*/
	font-size: 0.7em;
	}

.Modale .iconoConteneur.AlbumModal .IMG img {
	height: 70vh;
	}		

 }
  
 
/* Point de rupture 8 (Grands écrans 1) toutes orientations */

@media only screen 
and (min-width: 1281px)
and (max-width: 1366px) {
	
.TestsResponsives div.PointRuptureHuit {
	display: block;
	background-color: rgba(219,210,20,0.40);	
	}
	
/* Ce point de rupture est notre format d'écran le plus utilisé 20%. Les styles sont définis par défaut dans le css principal */
	
   } 
  
 
   
  /* Point de rupture 9 (Grands écrans 2) toutes orientations */

@media only screen 
and (min-width: 1366px) {
	
.TestsResponsives div.PointRuptureNeuf {
	display: block;
	background-color: rgba(219,139,20,0.40);
	}	


}


.TestsResponsives div.PointRuptureCinq,
.TestsResponsives div.PointRuptureSix,
.TestsResponsives div.PointRuptureHuit,
.TestsResponsives div.PointRuptureNeuf {
	display: none; 
	} 
  
  /* FIN STYLE RESPONSIVES */