<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (orientation:landscape) {
  @-ms-viewport {
    width: device-width;
  }
}
@media (orientation:portrait) {
  @-ms-viewport {
    width: device-width;
  }
}

iframe
{
  border:none;
  padding:0;
  margin:0;
}

#preloaderSplashScreen
{
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  table-layout: fixed;
  top: 0;
  width: 100%;
}
#preloaderSplashScreen .cell
{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#progressBarPreloader
{
  background-color: rgba(185, 185, 185, 1);
  height: 5px;
  margin: auto;
  width: 200px;
}
#progressBarPreloader div
{
  background-color: rgba(32, 32, 32, 1);
  height: 100%;
  width: 0;
}

@media (orientation:landscape) {
  [device_name="ios"],
  [device_name="iOS"] {
    bottom: 0;
    position: fixed;
    top: 0;
  }
}

div,span,p,a,li,td,[draggable]
{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,li
{
  list-style:none;
  margin: 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

a img
{
  border:none;
}

input,textarea,label
{
  border:none;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color:transparent;
}

textarea
{
  background-color:#ffffff;
}

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

body {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -ms-touch-action: none;
}

.animation_fadeOut
{
  -ms-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity:0;
}

.superLayer
{
  width: 100%;
  height: 100%;
  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%;
}

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

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

.blockCont canvas.onIn
{
  transition: transform 350ms;
  -ms-transition: -ms-transform 350ms;
  -webkit-transition: -webkit-transform 350ms;
}

.blockCont canvas.onOut
{
  transition: transform 200ms;
  -ms-transition: -ms-transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
}

.blockCont canvas.onMove
{
  transition: 0ms;
  -ms-transition: 0ms;
  -webkit-transition: 0ms;
}

.listenerFlipable
{
  margin:0;
  padding:0;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  opacity:1;
  z-index:200;
  background-color:rgba(0,0,0,0.01);
}

.tiles
{
  float:left;
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  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;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  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;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  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_type="tab"] .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;
  -ms-transition: -ms-transform 0.3s ,opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;

  -ms-transform:translate3d(0,-100%,0);
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0);
  opacity:1;
}

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

}

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

.contentMenuTop
{
  height: 65px;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:250;
  display:table;

  -ms-transform:translate3d(0,-100%,0);
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0);
  opacity:0;

  transition: transform 0.3s ,opacity 0.3s;
  -ms-transition: -ms-transform 0.3s ,opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;
}

[device_type="tab"] .contentMenuTop
{
  height: 65px;
}

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

[device_type="tab"] .contentMenuTop canvas
,[device_type="tab"] .contentMenuTop svg
{
  height:50px;
  width:50px;
}

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

[device_type="phone"] .contentMenuTop
{
  height: 80px;
}

.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;
  vertical-align:middle;
}

.contentMenuTop .menu_top_sous
{
  display:table;
  margin: auto;
  table-layout: fixed;
}

.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;
  vertical-align:middle;
  cursor:pointer;
}

.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 : 140px;
  height : 35px;
  position : relative;
}

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

div.popupSlide[state="slideUp"]
{
  opacity: 0;
}

div.popupSlide[state="slideDown"]
{
  opacity: 1;
}

div.popupSlide
{
  display: none;
  position: absolute;
  opacity:0;
  left:0;
  top:0;
  z-index:250;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  -ms-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
div.popupSlide.active:last-child
{
  display: block;
}

div.popupSlide .tdTop
{
  background-color:rgba(32, 32, 32, 1);
  height:50px;
  width:100%;
  position: relative;
  z-index: 10;
}
[device_type="phone"] div.popupSlide .tdTop {
  height: 80px;
}

div.popupSlide .tdTop .title
{
  text-align: center;
  line-height: 36pt;
}
[device_type="phone"] div.popupSlide .tdTop .title {
  height: 100%;
  line-height: 250%;
}

div.popupSlide .tdBot
{
  background-color:rgba(48, 48, 48, 1);
  height:100%;
  top: 0;
  position: absolute;
  padding: 50px 0 0 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
[device_type="phone"] div.popupSlide .tdBot
{
  padding: 80px 0 0 0;
  width: 100%;
}

div.popupSlide .popupSlide_Back
{
  position:absolute;
  left:0;
  top:0;
  height:50px;
  width:50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url(../icones_1/folder_back.png);
}
[device_type="phone"] div.popupSlide .popupSlide_Back
{
  height: 80px;
  width: 80px;
}
div.popupSlide .popupSlide_close
,div.popupSlide .popupSlide_reduct
{
  position:absolute;
  right:0;
  top:0;
  height:50px;
  width:50px;
}
[device_type="phone"] div.popupSlide .popupSlide_close
,[device_type="phone"] div.popupSlide .popupSlide_reduct
{
  padding: 15px;
}

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 .bigContResRecherche
{
  width:100%;
}

.title .bigContResRecherche .formRecherche
{
  width: 100%;
  height: 50px;
  background-color:rgba(32, 32, 32, 1);
  position:absolute;
  padding:0;
  margin:0;
  top:0;
}
[device_type="phone"] .title .bigContResRecherche .formRecherche
{
  height: 80px;
  left: 20px;
  right: 90px;
  top: 0;
  width: auto;
  z-index: 999;
}


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

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

.title .bigContResRecherche .formRecherche .rechercheCont
{
  height:36px;
  position:relative;
  background-color:#ffffff;
}
[device_type="phone"] .title .bigContResRecherche .formRecherche .rechercheCont {
  height: 64px;
  z-index: 999;
  width: 100%;
}

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

.title .bigContResRecherche .formRecherche .rechercheCont .rechercheOKProgress
{
  background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
  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;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.title .bigContResRecherche .formRecherche .submit
{
  width: 70px;
  height: 100%;
  top:0;
  right:0;
  border:none;
  position:absolute;
  background-color:transparent;
  text-align:center;
  line-height:36px;

  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

}
.popupSlide_content {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling:touch;
  height: 100%;
}
.popupSlide_content .bigContResRecherche .resultRechercheParent .resultRecherche
{
  width:100%;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne .tdTXTRecherche
{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne .tdImgRecherche
{
  padding: 0;
  width:90px;
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  display: table-cell;
}
[device_type="phone"] .popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne .tdImgRecherche
{
  background-position: left center;
  height: 125px;
  width: 160px;
}

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

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

.popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne
{
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width:100%;
  padding:0;
  margin:auto;
  height:122px;
  background-image: url('../icones_1/arrow.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
[device_type="phone"] .popupSlide_content .bigContResRecherche .resultRechercheParent .rechercheReslutByOne
{
  border-collapse: separate;
  padding: 18px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .nbTitle p
{
  text-align:center;
  padding: 34px 0;
  margin: 0;
}

.popupSlide_content .bigContResRecherche .resultRechercheParent .nbTitle
{
  width:100%;
  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% 0;
}
[device_type="phone"] .popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li .label
{
  background-position: 98% center;
  height: 96px;
  display: table;
}
.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;
  float:left;
  overflow:hidden;
  height:100%;
  line-height: 60px;
  width:85%;
  text-overflow: ellipsis;
}
[device_type="phone"] .popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li span.labelSpan {
  line-height: normal;
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0 0 0 40px;
  text-indent: 0;
}
.popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li span.numSpan
{
  display:block;
  float:right;
  text-align:center;
  overflow:hidden;
  line-height: 60px;
  text-indent: 0;
  /*margin-right: 70px;*/
  width:15%;
}
[device_type="phone"] .popupSlide_sommaireManager .popupSlide_content .sommaireParent .sommaire ul li span.numSpan
{
  line-height: 96px;
  float: none;
  margin: 0;
  display: table-cell;
  text-align: left;
  padding: 0 0 0 10px;
}
.popupSlide_sommaireManager .popupSlide_content .sommaireParent
{
  text-decoration:none;
  cursor:pointer;
}
.popupSlide_vignetteManager .popupSlide_content .vignetteParent
{
  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
{
  text-align:center;
  display:inline-block;
}
.popupSlide_vignetteManager .popupSlide_content .vignetteParent .steps .liImg img
{
  margin:5px 0;
}

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

.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content
{
  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;
  color: #ffffff;
  font-family: helvetica;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .photo_type[type_dest="photo"] img
,.popupSlide[popupattr="galeriePhoto"] .tdBot .popupSlide_content .gallery_content .video_type[type_dest="photo"] img
{
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

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

.popupSlide.popupSlide_galerieVisio .tdBot .popupSlide_content .galerieVisio_iframe
{
  height:100%;
  width:100%;
  background-color:transparent;
  border: 0;
  display: block;
}

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

div.popupSlide_mailManager .tdBot
{
  margin: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;
}
[device_type="tab"] div.popupSlide_mailManager .popupSlide_content .sendToFriend {
  padding: 4px 0;
}

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

div.popupSlide_mailManager .popupSlide_content .sendToFriend input[errorInput="1"]
{
  background: -ms-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: -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 */

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

div.popupSlide_mailManager .popupSlide_content .sendToFriend input[errorInput="0"]
{
  background-color:#fff;
  -ms-box-shadow : none;
  -webkit-box-shadow : none;
  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;
  padding: 4px 0;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend input
{
  width:100%;
  height:30px;
  border:none;
  padding: 0 12px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[device_type="phone"] div.popupSlide_mailManager .popupSlide_content .sendToFriend input {
  height: 48px;
}

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

div.popupSlide_mailManager .popupSlide_content .sendToFriend .friend_text_area
{
  padding: 4px 0;
  border:none;
}

div.popupSlide_mailManager .popupSlide_content .sendToFriend textarea
{
  display: block;
  border:none;
  width:100%;
  height:130px;
  padding: 12px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  cursor:pointer;
  border:none;
  background:#ffffff;
}
[device_type="phone"] div.popupSlide_mailManager .popupSlide_content input[type=submit]
,[device_type="phone"] div.popupSlide_mailManager.pad .popupSlide_content input[type=submit] {
  height: 48px;
  padding: 0 12px;
}
/*
* NAVIGATION BAR TOP FIN
* */

/*
* NAVIGATION BAR BOTTOM
* */

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

.contentMenuBottom
{
  -ms-transition: -ms-transform 0.3s ,opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ,opacity 0.3s;
  transition: transform 0.3s ,opacity 0.3;
  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:250;
  -ms-box-shadow:  0 0 5px 1px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow:  0 0 5px 1px rgba(0, 0, 0, 0.74);
  box-shadow:  0 0 5px 1px rgba(0, 0, 0, 0.74);
  bottom:0;
  -ms-transform:translate3d(0,100%,0);
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0);
}

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

.linkVideo
{
  position: absolute;
  z-index: 999;
}

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

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

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

[zoom_stat="1"] .animPage.animIframe.underListenerFlippable
{
  top: -10000px!important;
  display: initial;
}
[zoom_stat="1"] .animPage.animIframe
{
  display:none;
}

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

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

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

.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;
  -ms-overflow-style: scrollbar;
}

.popupLinkParent .image
{
  position: relative;
}

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

.popupLinkContent td
{
  position:relative;
}

.popupLinkParent[popup_in_type="audio_fiche"] .popupLinkContent
{
  -ms-box-shadow:none;
  -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
{
  z-index: 201;
}

.videoParent .video
{
  position: absolute;
}
.videoParent.popup .video
{
  margin: 10%;
}

.galerieParent
{
  overflow:auto;
  -ms-overflow-style: scrollbar;
  -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
{
  -ms-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 9px 0 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;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling:touch;
}

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

 /*
 * NAVIGATION BAR BOTTOM FIN
 * */


.audio-player {
  background-color: #202020;
  border-collapse: collapse;
  border-spacing: 0;
  color: #FFFFFF;
  display: table;
  height: 120px;
  margin: auto;
  max-width: 899px;
  table-layout: fixed;
  width: 100%;
}
.audio-player-button,
.audio-player-elapsed,
.audio-player-progress,
.audio-player-total {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.audio-player-button {
  background-image: url(../icones_1/audio_control.svg);
  background-position: center top;
  background-size: 100% 200%;
  width: 85px;
}
.audio-player-pause {
  background-position: center bottom;
}
.audio-player-elapsed {
  font-size: 18px;
  font-weight: bold;
  width: 85px;
}
.audio-player-progress {
  width: 100%;
}
.audio-player-progress-wrapper {
  background: #050505;
  border-bottom: 1px solid #292929;
  padding: 5px;
}
.audio-player-progress-value {
  border-top: 2px solid #98C7D3;
  background: #6BAFC0;
  height: 18px;
  width: 0%;
  -ms-transition: width 0.25s linear;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.audio-player-total {
  font-size: 18px;
  font-weight: bold;
  width: 120px;
}
.audio-player-domelement {
  display: none;
}
[popup_in_type="audio_fiche"] .popupLinkContent {
  padding: 0 35px;
  max-width: 899px;
}

[popup_in_type="audio_fiche"] .close {
  margin-right: 50px;
  margin-top: 15px;
}
[popup_in_type="image_fiche"] .popupLinkContent {
  box-shadow: none;
  background-color: transparent;
}
</pre></body></html>