@keyframes spinner
{
	from
	{
		transform:rotate(0deg);
	}
	to
	{
		transform:rotate(360deg);
	}
}
@-webkit-keyframes spinner
{
	from
	{
		-webkit-transform:rotate(0deg);
	}
	to
	{
		-webkit-transform:rotate(360deg);
	}
}

@-webkit-keyframes slideDown
{
	from
	{
		-webkit-transform:translate3d(0,-100%,0);
	}
	to
	{
		-webkit-transform:translate3d(0,0,0);
	}
}

@keyframes slideDown
{
	from
	{
		transform:translate3d(0,-100%,0);
	}
	to
	{
		transform:translate3d(0,0,0);
	}
}

@-webkit-keyframes slideUp
{
	from
	{
		-webkit-transform:translate3d(0,0,0);
	}
	to
	{
		-webkit-transform:translate3d(0,-100%,0);
	}
}

@keyframes slideUp
{
	from
	{
		transform:translate3d(0,0,0);
	}
	to
	{
		transform:translate3d(0,-100%,0);
	}
}




@-webkit-keyframes fadeOut
{
	from
	{
		opacity:1;
	}
	to
	{
		opacity:0;
	}
}

@keyframes fadeOut
{
	from
	{
		opacity:1;
	}
	to
	{
		opacity:0;
	}
}

@-webkit-keyframes fadeIn
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}

@keyframes fadeIn
{
	from
	{
		opacity:0;
	}
	to
	{
		opacity:1;
	}
}



#preloaderSplashScreen
{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	display:table;
	margin:0;
	padding:0;
}

#preloaderSplashScreen .cell #progressBarPreloader
{
	width:200px;
	height:5px;
	margin: auto;
	background-color:rgba(185, 185, 185, 1);
}

#preloaderSplashScreen .cell #progressBarPreloader div
{
	width:0;
	height:100%;
	background-color:rgba(32, 32, 32, 1);
}

#preloaderSplashScreen .cell
{
	height:100%;
	width:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#preloaderSplashScreen .cell img
{
	/*animation: spinner 1s linear infinite normal;
	-webkit-animation: spinner 1s linear infinite normal;*/
}


@-webkit-keyframes carrouselSlideDown
{
	from
	{
		-webkit-transform:translate3d(0,0%,0);
		opacity:1;
	}
	to
	{
		-webkit-transform:translate3d(0,100%,0);
		opacity:0;
	}
}

@keyframes carrouselSlideDown
{
	from
	{
		transform:translate3d(0,0%,0);
		opacity:1;
	}
	to
	{
		transform:translate3d(0,100%,0);
		opacity:0;
	}
}

@-webkit-keyframes carrouselSlideUp
{
	from
	{
		-webkit-transform:translate3d(0,100%,0);
		opacity:0;
	}
	to
	{
		-webkit-transform:translate3d(0,0%,0);
		opacity:1;
	}
}

@keyframes carrouselSlideUp
{
	from
	{
		transform:translate3d(0,100%,0);
		opacity:0;
	}
	to
	{
		transform:translate3d(0,0,0);
		opacity:1;
	}
}

@-webkit-keyframes contentMenuTopDown
{
	from
	{
		-webkit-transform:translate3d(0,-100%,0);
		opacity:0;
	}
	to
	{
		-webkit-transform:translate3d(0,0%,0);
		opacity:1;
	}
}

@keyframes contentMenuTopDown
{
	from
	{
		transform:translate3d(0,-100%,0);
		opacity:0;
	}
	to
	{
		transform:translate3d(0,0,0);
		opacity:1;
	}
}

@-webkit-keyframes contentMenuTopUp
{
	from
	{
		-webkit-transform:translate3d(0,0,0);
		opacity:1;
	}
	to
	{
		-webkit-transform:translate3d(0,-100%,0);
		opacity:0;
	}
}

@keyframes contentMenuTopUp
{
	from
	{
		transform:translate3d(0,0,0);
		opacity:1;
	}
	to
	{
		transform:translate3d(0,-100%,0);
		opacity:0;
	}
}

*
{
	margin:0;
	padding:0;
	user-select: none;
	-webkit-user-select: none;
	list-style:none;
	border:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: transparent;
	
}

canvas
{
/*
	image-rendering:optimizeQuality;
	image-rendering:optimizeSpeed;
	*/
	/*image-rendering: -webkit-optimize-contrast;*/
}

input,textarea,label
{
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	user-select: auto;
	
	border:none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:transparent;
}

textarea
{
	background-color:#ffffff;	
}

[draggable]
{
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

html
,body
{
	height:100%;
	width:100%;
	border:none;
	padding:0;
	margin:0;
	/*overflow: hidden;*/
	color: #ffffff;
	font-family: helvetica;
	font-size: 12px;
	-webkit-overflow-scrolling:0;
}

body
{
	position:fixed;
}

.animation_fadeOut
{
	animation: fadeOut 0.2s ease-in-out normal;
	-webkit-animation: fadeOut 0.2s ease-in-out normal;
	opacity:0;
}

.superLayer
{
	width: 100%;
	height: 100%;
	background-color: blue;
	position: absolute;
	left: 0;
	z-index: 220;
	top: 0;
	opacity: 0.5;
}

.blankPng
{
	position:absolute;
	top:0;
	opacity:0;
	width:100%;
	height:100%;
}

.mainView
{
	height:100%;
	width:100%;
	z-index:10;
	/*overflow:hidden;*/
	background-color:transparent;
}

.blockCont
{
	height:100%;
	width:100%;
	z-index:10;
}

.blockCont canvas
{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.blockCont canvas.onIn
{
	transition: transform 0.4s;
	-webkit-transition: -webkit-transform 0.4s;
}

.blockCont canvas.onOut
{
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}

.blockCont canvas.onMove
{}

.listenerFlipable
{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	background-color: red;
	z-index:200;
}

.tiles
{
	float:left;
	-webkit-transform: scale(0.1, 0.1);
}

#authentification
{
	width:100%; 
	height:100%; 
	position:absolute; 
	top: 0; 
	left: 0;

	background-color: black;
	padding: 6px;
	
	z-index: 4000;
}

#authentification tr td
{
	text-align: center;
	vertical-align: top;
}

#authentification #div_authentication 
{
	position:relative;
	background-color: rgba(48, 48, 48, 1);	
	width: 320px;

	padding: 12px;
	margin: auto;	
}	

#authentification label
{
	width: 100px;
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}


fieldset, img
{
	border: 0;
}

#authentification input
{
	width: 180px;
	height: 22px;
	float: right;

	font-size: 12px;

	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#authentification .submitDiv 
{
	background-color: white;
	text-align: center;
	width: 70px;
	height: 36px;
	margin: auto;
}

#authentification input[type=submit] 
{
	width: 70px;
	height:36px;
	border:none;
	background-color:transparent;
	text-align:center;
	line-height:36px;
	float: none;				
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#authentification button
{
	padding: 15px;
	font-size: 15px;
}

#authentification fieldset
{
	padding-top: 20px;
}

/*
 * NAVIGATION BAR TOP
 * */

.textStyle
{
	color:white;
	font-family: helvetica;
	font-size:12px;
}
[device_type="phone"] .textStyle
{
	font-size: 20px;
}

.textStyle.title
{
	font-size: 18px;
	font-weight: bold;	
}
[device_type="phone"] .textStyle.title
{
	font-size: 30px;
}

.textStyle.vignette
{
	font-size:12px;
	font-weight: bold;
}
[device_type="phone"] .textStyle.vignette
{
	font-size:20px;
	font-weight: bold;
}

.textStyle.galerie
{
	overflow:hidden;
	white-space:nowrap;
	font-size: 11px;
	font-weight:bold;
	text-overflow:ellipsis; 
}
[device_type="phone"] .textStyle.galerie
{
	font-size: 18px; 
}

.textStyle.placeholder
{
	color:black;
}

.textStyle.placeholder, .textStyle.recherche, .textStyle.sommaire
{
	font-size:13px;
}
[device_type="phone"] .textStyle.placeholder, [device_type="phone"] .textStyle.recherche, [device_type="phone"] .textStyle.sommaire
{
	font-size:22px;
}

.textStyle.bouton
{
	font-size: 14px;
	font-weight:bold;
	color:black;
}

[device_type="phone"] .textStyle.bouton
{
	font-size:23px;
}

.textStyle.pagination
{
	font-size:22px;
	font-weight:bold;
}

[device_name="iPad"] .textStyle.pagination
{
	font-size:22px;
}

[device_type="phone"] .textStyle.pagination
{
	font-size:37px;
}

.textStyle.resultat
{
	font-size:15px;
	font-weight:bold;
}
[device_type="phone"] .textStyle.resultat
{
	font-size:25px;
}

.contentMenuTop .menu_gauche .menu_top_sous .menuTop_logo img
{
	transition: transform 0.3s ,opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;
	
	transform:translate3d(0,-100%,0);
	-webkit-transform:translate3d(0,-100%,0);
	opacity:1;
}

body[tools_status="show"] .contentMenuTop .menu_gauche .menu_top_sous .menuTop_logo img
{
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	opacity:1;
	
}

body[tools_status="hide"] .contentMenuTop
{}

body[tools_status="show"] .contentMenuTop
{
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	opacity:1;
}

.contentMenuTop
{
	height: 45px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:210;
	display:table;
	
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
	opacity:0;
	
	transition: transform 0.3s ,opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;
}

[device_name="iPad"] .contentMenuTop
{
	height: 45px;
}

.contentMenuTop canvas
,.contentMenuTop svg
{
	background-color:transparent;
	height:30px;
	width:30px;
}

[device_name="iPad"] .contentMenuTop canvas
,[device_name="iPad"] .contentMenuTop svg
{
	height:30px;
	width:30px;
}

[device_type="phone"] .contentMenuTop canvas
,[device_type="phone"] .contentMenuTop svg
{
	background-color:transparent;
	height:50px;
	width:50px;
}

[device_type="phone"] .contentMenuTop
{
	height: 80px;
}
.contentMenuTop *
{
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
}

.contentMenuTop .menu_gauche .menu_top_sous .menuTop_logo img
{
	opacity:0;
}

.contentMenuTop .menu_gauche .menu_top_sous .menuTop_logo
{
	padding:0 5px 0 0;
}

.contentMenuTop .menu_gauche,
.contentMenuTop .menu_milieu,
.contentMenuTop .menu_droite			
{
	width:33%;
	display:table-cell;
	position: relative;
}

.contentMenuTop .menu_top_sous
{
	display:table;
	margin: auto;
}

.contentMenuTop .menu_gauche .menu_top_sous
{
	margin: 0;
}

.contentMenuTop .menu_droite .menu_top_sous
{
	margin: 0;
	float: right;
}

.contentMenuTop .menu_top_sous [currclass]
{
	display:table-cell;
	padding: 0 5px;
}

.contentMenuTop .menu_milieu .menu_top_sous
{
	width:100%;
}

.contentMenuTop .menu_milieu .menu_top_sous .pagination
{
	width:100%;
	height:35px;
	text-align:center;
}

[device_type="phone"] .contentMenuTop .menu_milieu .menu_top_sous .menuTop_pages
{
	width : 100px;
	height : 35px;
	position : relative;
}

[device_type="phone"] .contentMenuTop .menu_milieu .menu_top_sous .pagination
{
	height: 70px;
	font-size: 28px;
}

div.popupSlide[state="slideUp"]
{
	animation: fadeOut 0.2s ease-in-out normal;
	-webkit-animation: fadeOut 0.2s ease-in-out normal;
	opacity:0;
}

div.popupSlide[state="slideDown"]
{
	animation: fadeIn 0.2s ease-in-out normal;
	-webkit-animation: fadeIn 0.2s ease-in-out normal;
	opacity:1;
}

div.popupSlide
{
	opacity:0;
	position:fixed;
	left:0;
	top:0;
	z-index:250;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div.popupSlide .tdTop
{
	background-color:rgba(32, 32, 32, 1);
	height:50px;
	width:100%;
	position:absolute;
	z-index:10;
}
div.popupSlide .tdTop .title
{
	text-align: center;
	line-height: 36pt;
}

div.popupSlide .tdBot
{
	background-color:rgba(48, 48, 48, 1);
	padding-top:50px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	height:100%;
}

div.popupSlide .popupSlide_Back
{
	position:absolute;
	left:0px;
	top:0px;
	height:50px;
	width:50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../icones_1/folder_back.png);
}
div.popupSlide .popupSlide_close
,div.popupSlide .popupSlide_reduct
{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
}
div.popupSlide .popupSlide_close span
,div.popupSlide .popupSlide_reduct span
{
	width:25px;
	height: 25px;
	top:12px;
	left:12px;
	display:block;
	position:relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(../icones_1/close.png);
}
	
.popupSlide_content
{
	width:100%;
	margin-bottom: 50px;
}

div.popupSlide.popupSlide_recherche .tdTop
{
	width: 50px;
	right: 0;
}

.popupSlide_content .bigContResRecherche
{
	width:100%;
}			

.popupSlide_content .bigContResRecherche .formRecherche
{
	width: 100%;
	height: 50px;
	background-color:rgba(32, 32, 32, 1);
	position:fixed;
	padding:0;
	margin:0;
	top:0px;
}


.popupSlide_content .bigContResRecherche .formRecherche .rechercheCont
{
	width: 690px;
	margin:auto;
	margin-top:8px;
	position:relative;
}

@media screen and (max-width: 640px)
{
	.popupSlide_content .bigContResRecherche .formRecherche .rechercheCont
	{
		width: 60%;
	}
}

.popupSlide_content .bigContResRecherche .formRecherche .rechercheCont
{
	height:36px;
	position:relative;
	background-color:#ffffff;
}

.popupSlide_content .bigContResRecherche .formRecherche .rechercheCont input[type=text]
{
	border:none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height:100%;
	left:0;
	top:0;
	right: 70px;
	position:absolute;
	background-color:transparent;
	padding-left: 12px;
}

.popupSlide_content .bigContResRecherche .formRecherche .rechercheCont .rechercheOKProgress
{
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);	
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	width: 100%;
	height:100%;
	left:0;
	top:0;
	border:none;
	position:absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.popupSlide_content .bigContResRecherche .formRecherche .submit
{
	width: 70px;
	height:36px;
	top:0;
	right:0;
	border:none;
	position:absolute;
	background-color:transparent;
	text-align:center;
	line-height:36px;
	
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
}			
.popupSlide_content .bigContResRecherche .resultRechercheParent
{
	overflow-y: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}			
.popupSlide_content .bigContResRecherche .resultRechercheParent .resultRecherche
{
	overflow:hidden;
	width:100%;
}			
	
.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne .tdTXTRecherche
{
	text-indent:10px;
	margin-top: 50px;
	float:left;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne .tdImgRecherche
{
	padding: 0;
	margin: 11px;
	height: 100px;
	width:90px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	float:left;
}			

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne:nth-child(odd)
{
	background-color:rgba(33, 33, 33, 1);
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne:nth-child(even)
{
	-webkit-box-shadow: none;
	box-shadow: none;	
	background-color:rgba(39, 39, 39, 1);
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne
{
	width:100%;
	padding:0;
	margin:auto;
	height:122px;
	background-image: url('../icones_1/arrow.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .nbTitle p
{
	text-align:center;
	padding-top: 9px;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .nbTitle
{
	width:100%;
	height:40px;
	background-color:#2d2d2d;
}

/*SOMMAIRE*/

.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul
{
	width:100%;
}			
.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li
{
	width:100%;
}

.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li .label
{				
	line-height:2.4;
	height:60px;
	background-image:url('../icones_1/arrow.png');
	background-repeat: no-repeat;
	background-position: 98% 0px;
}
.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li .label.nopagenum
{
	background:none;	
}

.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li .label.zero
{
	background-color:rgba(39,39,39,1);
}
.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li .label.un
{
	background-color:rgba(33,33,33,1);
}

.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li span.labelSpan
{
	display:block;
	width:auto;
	float:left;
	overflow:hidden;
	height:100%;
	line-height: 60px;
	width:85%;
	white-space: nowrap;
	text-overflow: ellipsis;
}			
.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li span.numSpan
{
	display:block;
	float:right;
	text-align:center;
	overflow:hidden;
	line-height: 60px;
	text-indent: 0px;
	/*margin-right: 70px;*/
	width:15%;
}			
.popupSlide_sommaireManager .popupSlide_content .sommaireParent
{
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	text-decoration:none;
	cursor:pointer;
}
.popupSlide_vignetteManager .popupSlide_content .vignetteParent
{
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	text-decoration:none;
	cursor:pointer;
}

.popupSlide_vignetteManager .text
{
	text-align: center;
}

.popupSlide_vignetteManager .popupSlide_content .vignetteParent .steps
{
	width:100%;
}			
.popupSlide_vignetteManager .popupSlide_content .vignetteParent .steps .liImg
{
	float:left;
	text-align:center;
}			
.popupSlide_vignetteManager .popupSlide_content .vignetteParent .steps .pageIsCurrent
{
}			
.popupSlide_vignetteManager .popupSlide_content .vignetteParent .steps .liImg img
{
	margin:5px 0;
}

.popupSlide[popupattr="galeriePhoto"]
{
	-webkit-box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, 0.5);    
	box-shadow:  0px 2px 4px 2px rgba(0, 0, 0, 0.5);
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content
{
	display:table;
	width: 100%;
	height:100%;
}
 
.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content_sous 
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	height:100%;
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content 
{
	margin:auto;
	height:100%;
	width: 100%;
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type .popup_gallery_title
,.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type .popup_gallery_title
{
	position:absolute;
	top:105%;
	left:0;
	width:100%;
	text-align:center;
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type
,.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type
{
	height:165px;
	width:15%;
	margin:5%;
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	background-size: contain;
	float:left;
	position: relative;
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type[type_dest="folder"] .popup_gallery_title
,.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type[type_dest="folder"] .popup_gallery_title
{
	top:80%;
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type[type_dest="folder"]
{
	background-image:url(../icones_1/folder_photo.png);	
}

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type[type_dest="folder"]
{
	background-image:url(../icones_1/folder_video.png);
}


.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type[type_dest="photo"]
,.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type[type_dest="photo"]
{
	background-size: contain;
}

.popupSlide.popupSlide_galerieVisio .tdBot .popupSlide_content
{
	height:100%;
	width:100%;
}

.popupSlide.popupSlide_galerieVisio .tdBot .popupSlide_content .galerieVisio_iframe
{
	height:90%;
	width:100%;
	background-color:transparent;
}	

div.popupSlide_mailManager .tdBot
{
	background-color:transparent;
}

div.popupSlide_mailManager .tdBot
{
	margin:0;
	padding:0;
}

div.popupSlide_mailManager .tdTop
{
	position:relative;
	margin:auto;
	width:640px;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend
{
	background-color:rgba(0, 0, 0, 0.74);
	margin:auto;
	width:640px;
}

@media screen and (max-width: 640px)
{
	div.popupSlide_mailManager .popupSlide_content .sendToFriend
	,div.popupSlide_mailManager .tdTop
	{
		width:100%;
	}
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend input[errorInput="1"]
{
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 1%,rgba(255,255,255,0.75) 2%,rgba(255,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 1%,rgba(255,255,255,0.75) 2%,rgba(255,229,229,1) 100%); /* W3C */

	box-shadow : 0px 0px 3px 2px rgba(255, 0, 0, 1);
	-webkit-box-shadow : 0px 0px 3px 2px rgba(255, 0, 0, 1);
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend input[errorInput="0"]
{
	background-color:#fff;
	box-shadow : none;
	-webkit-box-shadow : none;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend table
{
	width:610px;
	margin:auto;
}

@media screen and (max-width: 640px)
{
	div.popupSlide_mailManager .popupSlide_content .sendToFriend table
	{
		width:95%;
		margin:auto;
	}
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend table td
{
	vertical-align:middle;
	height:40px;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend input
{
	width:100%;
	height:30px;
	border:none;
	padding: 0;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend .submit_btn
{
	text-align:right;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend .friend_text_area
{
	height:140px;
	border:none;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend textarea
{
	border:none;
	width:100%;
	height:130px;
	padding: 0;
}

div.popupSlide_mailManager .popupSlide_content input[type=submit],
div.popupSlide_mailManager.pad .popupSlide_content input[type=submit],
[device_type="phone"] div.popupSlide_mailManager .popupSlide_content input[type=submit]
{
	margin:auto;
	width:auto;
	min-width:90px;
	height:30px;	
	cursor:pointer;
	border:none;
	background:#ffffff;
}
/*
* NAVIGATION BAR TOP FIN
* */

/*
* NAVIGATION BAR BOTTOM
* */

body[tools_status="show"] .contentMenuBottom
{
	/*animation: carrouselSlideUp 0.3s ease-in-out normal;
	-webkit-animation: carrouselSlideUp 0.3s ease-in-out normal;*/
	-webkit-transform:translate3d(0,0%,0);
	transform:translate3d(0,0%,0);
	opacity:1;
}

.contentMenuBottom
{
	transition: transform 0.3s ,opacity 0.3;
	-webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;
	opacity:0;
	/*border:1px solid rgba(0, 0, 0, 0);*/
	margin:0;
	padding:0;
	/*background-color:rgba(0, 0, 0, 0.74);*/
	position:fixed;
	left:0;
	z-index:210;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.74);
	box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.74);
	bottom:0;
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}

.link
{
	opacity:0; 
	position: absolute;
	-webkit-transition-property:opacity; 
	-webkit-transition-duration:0.3s;	
}

.linkVideo
{
	position: absolute;
}

.linkVideo.normal.hide
{
	display: none;	
}

.linkVideo.youtube.hide
{
	opacity:0;	
}

.animPage
{
	background: transparent;
	z-index: 220; 
	position:absolute;
}

.animPage.fromeswiffy 
{
	z-index:20;
}

.animPage.fromeswiffy div:first-child
{
	background-color:transparent!important;
}

.animPage.animIframe iframe
{
	background: transparent;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	overflow: hidden;
	z-index:220; 
}

.animPage.normal.hide
{
	opacity:0;
}

.animPage.animIframe.hide 
{
	display: none;	
}

.popupLinkParent
{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2011;	
}

.popupLinkParent .close
{
	position: relative;
	overflow: visible;
	width: 100%;
	text-align: right;
}

.popupLinkParent .close img
{
	height: 90%;
	margin-right: 3px;
	margin-top: 2px; 
}
 
.popupLinkContent iframe
{
	position: relative;
	-webkit-overflow-scrolling:touch;
}

.popupLinkParent .image
{
	position: relative;
}

.popupLinkParent .video
{
	position: relative;
}
/*
.popupLinkParent table tr td
{
	vertical-align:bottom!important;
}
*/
.popupLinkContent
{
	margin: auto; 
	position:relative; 
	overflow: visible;
	-webkit-box-shadow:0px 0px 0px 10px rgba(255, 255, 255, 1);
	box-shadow:0px 0px 0px 10px rgba(255, 255, 255, 1);
	background-color: white;
}

.popupLinkContent td
{
	position:relative;
}

.popupLinkParent[popup_in_type="audio_fiche"] .popupLinkContent
{
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color: transparent;
}

.videoParent
{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.videoParent.popup
{
	background-color: rgba(0, 0, 0, 0.5);
}

.videoParent.incruster
{
	background-color: black;
	z-index: 201;
}

.videoParent .video
{
	position: absolute;
	background-color: black;	
}
.videoParent.popup .video
{
	margin-top: 10%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
}
.videoParent.incruster .video
{}

.galerieParent
{
	overflow:auto; 
	-webkit-overflow-scrolling:touch;
	position: relative;	
}

.galerieContent
{
	position: relative; 
	overflow: hidden;
}

.galerieParent .label
{
	height:20px;  
	max-width: 130px; 
	position:relative;
}

.galerieParent .folder img, .galerieParent .photo img, .galerieParent .back img
{
	width:150px; 
	position:relative;
}

.galerieParent .image
{	
	width: 100%;
	height: 90%;
	position:relative;
	background-repeat: no-repeat;
	background-clip: content-box;
	background-size: contain;
	background-position: center center;
	margin-bottom: 10px;
}

.galerieParent .photo img
{
	-webkit-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.5);
}

.galerieParent .folder, .galerieParent .photo, .galerieParent .back
{
	padding: 15px 15px 20px 15px;
	width: 130px;	 
	height:130px; 
	overflow:hidden;
	float:left; 
	text-align:center;	
}

.iframeBox_parent
{
	position:relative;
	width:100%;
	height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}

.next, .prev
{
	border: 2px solid white;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	 width:40px; 
	 height:40px; 
	 position:absolute; 
	 background-color:white;
}

 /*
 * NAVIGATION BAR BOTTOM FIN
 * */