
/*
	Ultra-Book modèle : Grid Responsive 2015
	Version: 1.0 (decembre 2014)
	Author: Raphaël Tardif
	Author URI: http://raphaeltardif.fr

	Mise en ligne 28 sept 2015

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* @group ELEMENTS */

/* global box-sizing */
/* global box-sizing */
/*
#mdl_grid_2015 *,
#mdl_grid_2015 *:after,
#mdl_grid_2015 *:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
*/
*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;

}



/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
  font-size: -webkit-calc(0.625em);
  font-size: -moz-calc(0.625em);
  font-size: calc(0.625em);
  /* disallow text zooming on orientation change (non standard property) */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#mdl_grid_2015 {
  /*font: 11px/15px 'Dosis', Helvetica, Arial, sans-serif;*/
  font: 13px/17px 'Dosis', sans-serif;
  font-weight: 400;
  color: #0E0E0E;
}



/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}
.clear:after {
  clear:both;
}
.clear {
  *zoom:1;
}
img {
  max-width:100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
video {
  display: inline-block;
}

/* @end */


/* @group TYPOGRAPHIE */
a {
  color:#323232;
  text-decoration:none!important;
  /*border-bottom: 1px solid rgba(50, 50, 50, 0);*/

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
a[href$=".jpg"],
a[href$=".jpeg"],
a[href$=".png"],
a[href$=".gif"],
a[href*="tel:"],
a.no-border,
.menu a,
.logo a,
a.bt-full,
.slicknav_menu a{
  border-bottom-width: 0;
  border-bottom-style: none;
}
a:hover {
  color:#323232;
  /*border-bottom: 1px solid #323232;*/
}
a[href$=".jpg"]:hover,
a[href$=".jpeg"]:hover,
a[href$=".png"]:hover,
a[href$=".gif"]:hover,
a[href*="tel:"]:hover,
.logo a:hover,
.menu a:hover,
.slicknav_menu a:hover,
a.no-border:hover,
a.bt-full:hover {
  border-bottom: 0px solid #323232;
}
a:focus {
  outline:0;
}
a:hover,
a:active {
  outline:0;
}
input:focus {
  outline:0;
  border:1px solid #04A4CC;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0;
  margin-bottom: 0;
}
address{
  font: italic 11px/15px Helvetica, Arial, sans-serif;
  color:#323232;
}
#mdl_grid_2015 h1,
#mdl_grid_2015 .h1-like,
#mdl_grid_2015 h2, .h2-like,
#mdl_grid_2015 h3, .h3-like,
#mdl_grid_2015 h4, .h4-like,
#mdl_grid_2015 h5, .h5-like,
#mdl_grid_2015 h6, .h6-like{
  font: 19px/24px 'Dosis', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
  /*	text-shadow: 0 0 1px rgba(0, 0, 0, 0.21);*/
}

#mdl_grid_2015 h1,
#mdl_grid_2015 .h1-like {
  font-size: 18px;
  line-height: 24px;
}
#mdl_grid_2015 h2,
#mdl_grid_2015 .h2-like {
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
}
#mdl_grid_2015 h3,
#mdl_grid_2015 .h3-like {
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}
#mdl_grid_2015 h4,
#mdl_grid_2015 .h4-like,
#mdl_grid_2015 h5,
#mdl_grid_2015 .h5-like,
#mdl_grid_2015 h6,
#mdl_grid_2015 .h6-like {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 5px;
}


code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: Consolas, 'DejaVu Sans Mono', Courier, monospace;
  line-height: normal;
}
em,
.italic,
address,
cite,
dfn,
var {
  font-style: italic;
}
#mdl_grid_2015 strong,
#mdl_grid_2015 .bold {
  font-weight: bold;
}
small,
sub,
sup {
  font-size: smaller;
  vertical-align: 0;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}

/* @end */

/* @group BROWSERS CONSISYENCY */

/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}

/* @end */



/* @group POSITIONS */
.center {
  margin-left: auto;
  margin-right: auto;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
.float-R{
  float: right;
}
.float-L{
  float: left;
}
.float-N{
  float: none;
}

.margin-T{
  margin-top: 15px;
}
.margin-Tx2{
  margin-top: 30px;
}
.margin-Tx4{
  margin-top: 60px;
}
.margin-Tx6{
  margin-top: 90px;
}
.margin-B{
  margin-bottom: 15px;
}
.margin-L{
  margin-left: 15px;
}
.margin-R{
  margin-right: 15px;
}

.no-display{
  display: none;
}
.no-js .hideifnojs, .showifnojs{
  display: none;
}
.no-js .showifnojs{
  display: block;
}
.no-select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
body > script {
  display: none !important;
}
/* @end */


/* @group APPARITIONS */
.show-fade {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  transition: opacity 400ms;
}
.show-fade.show {
  opacity: 1;
}
.show-scale {
  opacity: 0;
  -webkit-transform: scale(0.97) translateX(-15px);
  -moz-transform: scale(0.97) translateX(-15px);
  -ms-transform: scale(0.97) translateX(-15px);
  transform: scale(0.97) translateX(-15px);
  -webkit-transition: box-shadow 0.5s, opacity 0.5s, scale 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, opacity 0.5s, scale 0.5s, transform 0.5s;
}

.show-scale.show {
  opacity: 1;
  -webkit-transform: scale(1) translateX(0px) translateY(0px);
  -moz-transform: scale(1) translateX(0px) translateY(0px);
  -ms-transform: scale(1) translateX(0px) translateY(0px);
  transform: scale(1) translateX(0px) translateY(0px);
}

.no-js .show-scale,
.no-js .show-fade {
  opacity: 1;
  transform: scale(1) translateX(0px);
  transition: all 0ms;
  transition: all 0ms; }

/* @end */
/* @group ANIMATION */

.transition {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
  transition-timing-function: ease-in-out;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.transition.slow {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms;
  transition-timing-function: ease-in-out ;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.wrap-grid.transition.ease{
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -moz-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.transition.ease{
  -webkit-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -moz-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  -o-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.no-transition {
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  -ms-transition: all 0ms;
  transition: all 0ms;
}


/* @end */




/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
html,
body{
  overflow: hidden;

  /*	pour l'overflow sur tactile, avec les translateY*/
  height: 100%;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.no-js body{
  overflow: auto;
}


/* wrapper */
.wrapper{
  position: absolute;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  overflow: hidden;
}



/* @group HEADER MENU */
/* header */
#mdl_grid_2015 .header {
  width: 160px;
  max-height: 710px;
  margin-left: 5%;

  /*	centrage vertical*/
  margin-top: -355px;
  top: 50%;
  /*	background-color: rgba(0, 128, 0, 0.49);*/
}

/* img-Book */
.img-book {
  max-width: 160px;
  max-height: 160px;
  overflow: hidden;
  /*	background-color: rgba(255, 0, 254, 0.35);*/
}

.wrap-menu{
  height: 475px;
  position: relative;

  padding-left: 5px;
  overflow: hidden;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  /*barre scroll à gauche*/
  direction: rtl; text-align: left;
}
.wrap-menu::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.10);
  width: 1px;
  height: 2px;
}

/* nav */
#mdl_grid_2015 .nav {
  display: none;
}
.bt-menu{
  height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.bt-menu .icon{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  float: left;
  margin-left: 5px;
}
.bt-menu .icon span, .bt-menu .icon span:before, .bt-menu .icon span:after {
  height: 2px;
  width: 20px;
  background: black;
  position: relative;
  display: block;
  content: '';
  top: 9px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.bt-menu .icon span:before {
  top: -6px;
}
.bt-menu .icon span:after {
  top: 4px;
}
.bt-menu.open .icon span {
  background-color: transparent;
}
.bt-menu.open .icon span:before, .bt-menu.open .icon span:after {
}
.bt-menu.open .icon span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bt-menu.open .icon span:after{
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bt-menu .text{
  line-height: 20px;
}

#mdl_grid_2015 ul.menu{
  margin: 0;
  padding: 0;
  overflow: hidden;
  word-wrap: break-word;
}
#mdl_grid_2015 ul.menu li{
  /*	list-style: none;*/
}
ul.menu li.section,
ul.menu ul.sub-section li.sub-sub-section{
  margin: 0 0 30px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  font: 12px/15px Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
}
ul.menu ul.sub-section li.sub-sub-section{
  margin-top: 15px;
}
ul.menu li.section > a{
  cursor: default;
}
ul.menu ul.sub-section{
  margin: 5px 0 0;
  padding: 0 0 0 5px;
}
ul.menu ul.sub-section ul.sub-section{
  margin: 5px 0 0;
  padding: 0;
}
ul.menu ul.sub-section li{
  margin: 0 0 7px;
  padding-right: 0;
  padding-bottom: 0;
  font: 13px/15px 'Dosis', Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  list-style: none;
  text-transform: none;
  padding-left: 0;
}
ul.menu ul.sub-section li a{
  position: relative;
  left: -5px;
  /*border-bottom: 1px dotted rgba(0, 0, 0, 0);*/
}
ul.menu ul.sub-section li a:hover{
  /*border-bottom: 1px dotted #000;*/
}
ul.menu ul.sub-section ul.sub-sub-section{

}
ul.menu ul.sub-section li.sub-sub-section{
  margin-left: 7px;
}

/*ul.menu ul.sub-section li:before{
	content:'\00b7'; font-size:30px; line-height:14px; vertical-align:top;
}*/

.infos-book{
  overflow: hidden;
}

/* @end */


/* @group GRID HOME */

#grid{

}

.wrap-grid{
  /*	background-color: rgba(254, 255, 0, 0.58);*/
  width: 75%;
  width: -moz-calc(90% - 160px); /*IE9+*/
  width: -webkit-calc(90% - 160px); /*IE9+*/
  width:  calc(90% - 160px);

  left: 160px;
  margin-left: 10%;

  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

  opacity: 1;
  visibility: visible;

  /*	centrage vertical*/
  margin-top: -355px;
  top: 50%;
}

.wrap-grid.down{
  -webkit-transform: translateY(135%);
  -moz-transform: translateY(135%);
  -ms-transform: translateY(135%);
  transform: translateY(135%);
  opacity: 0;
  visibility: hidden;
}

.wrap-grid .content-iscroll{
  height: 710px;
  /* decalage pour les ombres hover*/
  margin-top: 10px;
  margin-left: 10px;
}

.item{
  width: 335px;
  height: 335px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.item.small{
  width: 160px;
  height: 160px;
}

.item .bloc-titre{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  color: black;
  padding: 10px;
  text-align: center;
  opacity: 0.95;
}
.item.small .bloc-titre{
  padding: 5px 8px;
}
.item .bloc-titre h2{
  margin: 0;
  color: #000;
}
.item .bloc-titre h2.parent{
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
  right: 0;
}
.item .bloc-titre.light h2 {
  color: #000;
}
.item .bloc-titre.dark h2{
  color: #fff;
}

.item.small:not(.type-page) .bloc-titre h2{
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0;
}
.item.type-page .bloc-titre{
  display: table;
  height: 100%;
  top: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
}
.item.type-page .bloc-titre h2{
  display: table-cell;
  vertical-align: middle;
}
/*effets hover*/
.item{
  box-shadow: 0 4px 10px rgba(0,0,0,0);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
.item:hover{
  -webkit-transform: perspective(1000px) translate3d(0,0,10px);
  -moz-transform: perspective(1000px) translate3d(0,0,10px);
  -ms-transform: perspective(1000px) translate3d(0,0,10px);
  -o-transform: perspective(1000px) translate3d(0,0,10px);
  transform: perspective(1000px) translate3d(0,0,10px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}

/* @end */


/* @group TYPE BOOK FOTORAMA */

/* FOTORAMA */
.wrap-fotorama{
  position: absolute;

  width: 72%;
  width: -moz-calc(90% - 180px); /*IE9+*/
  width: -webkit-calc(90% - 180px); /*IE9+*/
  width:  calc(90% - 180px);

  left: 160px;
  margin-left: 10%;

  overflow: hidden;
  top: 0px;
  bottom: 0px;
  /*	background-color: rgba(255, 0, 254, 0.35);*/
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.no-js .wrap-fotorama{
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  -ms-transition: all 0ms;
  transition: all 0ms;
}
.wrap-fotorama.up{
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.wrap-fotorama.hide{
  opacity: 0;
}
.wrap-index-fotorama{
  position: absolute;
  display: none;

  height: 90%; /*IE9+*/
  height: -moz-calc(100% - 70px); /*IE9+*/
  height: -webkit-calc(100% - 70px); /*IE9+*/
  height:  calc(100% - 70px);

  top: 70px;
  left: 0;
  overflow: hidden;
}

.wrap-index-fotorama .content-iscroll{
  height: 100%; /*IE9+*/
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wrap-index-fotorama .thumb-index{
  margin: 4px;
}
.wrap-index-fotorama .thumb-index a{
  height: 100%;
  display: block;
}

/*effets hover*/
.thumb-index{
  box-shadow: 0 4px 10px rgba(0,0,0,0);
}
.thumb-index:hover{
  -webkit-transform: perspective(1000px) translate3d(0,0,10px);
  transform: perspective(1000px) translate3d(0,0,10px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.6);
}


.fotorama.galerie {
  /*	background-color: rgba(0, 127, 128, 0.16);*/
  top: 0;
  position: relative;
}
.no-js .fotorama.galerie a {
  display: block;
  margin-right: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
  width: 160px;
  height: 160px;
  float: left;
  padding: 5px;
}
.no-js .fotorama.galerie a:before{
  content: attr(data-caption);
}
.fullscreen,
.fotorama.galerie .fotorama--fullscreen{
  right: 30px;
  left: 30px;
  top: 10px!important;
  bottom: 30px!important;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
}

.fotorama.galerie.fotorama--fullscreen .fotorama__stage
.fotorama.galerie.fotorama--fullscreen .fotorama__nav {
  background-color: black; }

.fotorama.galerie .fotorama__stage {
  padding-bottom: 80px;

}
.fotorama.galerie.fotorama--fullscreen .fotorama__stage {
  padding-bottom: 0px;
}
.fotorama.galerie:not(.fotorama--fullscreen) .fotorama__stage__frame img{
  /*	left: 0 !important;
      margin-left: 0 !important;*/
  /*	top: 0px !important;
      margin-top: 0px !important;*/
}

.fotorama__stage:before{
  left: 0;
}
.fullscreen,
.fotorama.galerie .fotorama--fullscreen {
  right: 30px;
  left: 30px; }

.fotorama.galerie.fotorama--fullscreen .fotorama__stage {
  padding-bottom: 0px;
}

.fotorama__caption__wrap {
  background-color: transparent;
  padding: 0; }

.fotorama__caption {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  font: normal normal 13px/14px 'Dosis', Helvetica, Arial, sans-serif;
  color: #323232; }
.fotorama--fullscreen .fotorama__caption{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.52);
}
.fotorama__caption a{
  border-bottom: 1px solid rgba(132, 132, 132, 0);
  color: #1d1d1d;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
.fotorama__caption a:hover{
  border-bottom: 1px solid #848484;
  color: #1d1d1d;
}
.fotorama.galerie.fotorama--fullscreen .fotorama__caption {
  color: #e2e2e2;
  font-size: 13px;
  text-shadow: 0 0 1px #050505;
}


.fotorama__caption .fotorama__caption__wrap {
  /*	background-color: rgba(255, 165, 0, 0.51);*/
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
}

.fotorama--fullscreen .fotorama__caption .fotorama__caption__wrap {
  padding-bottom: 7px;
}
.fotorama__nav-wrap, .fotorama__caption {
  /*	opacity: 0;*/
  margin-top: 0px;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -ms-transition: all 600ms;
  transition: all 600ms; }

.fotorama__nav-wrap.open, .fotorama__caption.open {
  opacity: 1; }


.fotorama--fullscreen .fotorama__fullscreen-icon {
  width: 30px;
  height: 30px;
  background: url(none);
  opacity: 1 !important;
  right: 12px !important;
  top: 12px !important;

  display: block;

  opacity: 1;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:before{
  font-family: "ub-grid-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 30px; /*1em;*/
  height: 30px;

  content: '\e804';
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: 32px;

  font-size:160%;
  overflow: hidden;
  padding-right: 2px;
  color: #000;
}
.fotorama__fullscreen-icon{
  display: none;
}


.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
}

.fotorama__fullscreen-icon {
}

.fotorama__fullscreen-icon:hover {
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(0px, 0px, 0); }

.fotorama__video {
  margin-bottom: 60px; }

.fotorama__video-play {
  margin-top: -70px;
}

.fotorama__video-close {
  width: 35px;
  height: 35px;
  /*  background: url(img/fotorama-nav.png) -210px 0 no-repeat;*/
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAlUlEQVRIx6WVwQ0AIQgEKcSethnK9UEn3ONyMUZPgfXlY5koLCAiUDQpHDSoiEDh6HkEGjoc+l2SiCkqj1gicoitOo74VcYQR9UdcVWcBaE3/ovCWdoLU3VaxWmnzAElr46gmtUHwmC1ZnsRBofDau3OAsgvkEkky0gaibQy2UxkO5MDhRxp5FAlxzq5WOjVRi9Xdr0//4QGMJH67QoAAAAASUVORK5CIIA=) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.fotorama__arr--prev,
.fotorama__arr--next{
  background: url(none);
  margin-left: 10px;
  margin-right: 10px;
}

.fotorama__arr--prev:before,
.fotorama__arr--next:before{
  font-family: "ub-grid-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 35px; /*1em;*/
  height: 35px;
  content: '\e80e';
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 35px;
  font-size:25px;
  overflow: hidden;
  border-radius: 50%;
  padding-right: 2px;
}
.fotorama__arr--next:before{
  content: '\e80d';
  padding-right: 0px;
}
/*wrap nav fotorama*/

.wrap-nav-fotorama{
  height: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  /*	overflow: hidden;*/
}
.wrap-nav-fotorama .col-gauche{
  position: absolute;
  left: 0;
  max-width: 70%;
  max-width: -moz-calc(100% - 150px); /*IE9+*/
  max-width: -webkit-calc(100% - 150px); /*IE9+*/
  max-width: calc(100% - 150px); /*IE9+*/
}
.wrap-nav-fotorama .col-droite{
  position: absolute;
  right: 0;
}
.wrap-nav-fotorama h1{
  text-transform: uppercase;
  line-height: 19px;
  padding-top: 6px;
  padding-right: 60px;
}
.wrap-nav-fotorama .compteur{
  line-height: 20px;
  position: absolute;
  top: 0;
  right: -40px;
}
.wrap-nav-fotorama .compteur .current{
  font-weight: 700;
}
.wrap-nav-fotorama .full.disable .bt{
  opacity: 0.3;
  cursor: default;
}

/* @end */


/* @group TYPE PAGE */

.wrap-page{
  position: absolute;
  height: auto;
  width: 72%;
  width: -moz-calc(90% - 180px); /*IE9+*/
  width: -webkit-calc(90% - 180px); /*IE9+*/
  width: calc(90% - 180px); /*IE9+*/

  top: 0px;
  left: 0px;
  bottom: 0px;
  left: 160px;
  margin-left: 10%;

  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.no-js .wrap-page{
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  -ms-transition: all 0ms;
  transition: all 0ms;
  overflow: auto;
}
.wrap-page.up{
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.wrap-page .content-iscroll{
  position: absolute;

  width: 100%;
  padding-right: 20%;

  height: 90%; /*IE9+*/
  height: -moz-calc(100% - 70px); /*IE9+*/
  height: -webkit-calc(100% - 70px); /*IE9+*/
  height:  calc(100% - 70px);

  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 70px;
  left: 0;
}
.wrap-nav-page{
  position: relative;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  top: 0;
  left: 0;

}
.wrap-nav-page .col-gauche{
  position: absolute;
  left: 0;
  max-width: 85%;
  max-width: -moz-calc(100% - 50px);
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.wrap-nav-page .col-droite{
  position: absolute;
  right: 0;
}
.wrap-nav-page h1{
  text-transform: uppercase;
  line-height: 19px;
  padding-top: 6px;
  padding-right: 60px;
}
/* @end */


/* @group EXTRA DIVERS */
.img-preload{
  position: absolute;
}

.back-grid{
  position: absolute;
  bottom: 25px;
  margin-left: 10%;
  left: 100px;
  opacity: 0;
}
.djax-preload{
  position: absolute;
  margin-left: 10%;
  left: 130px;
  top: 25px;

  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);

  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}
.djax-preload.show{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bt{
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  width: 100%;
  height: 100%;
  display: block;
}
.bt.select{

}
.bt.specialhover {
  display: inline-block;
  overflow: hidden;
  text-transform: lowercase;
}

a.bt-full{
  width: 100%;
  height: 100%;
  display: block;
}




/*------------------------------------*\
    FONT ICONS
\*------------------------------------*/
/* @group FONTICON Fontello */



/* @end */
[class^="grid_icon-"]:before, [class*=" grid_icon-"]:before {
  font-family: "ub-grid-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 30px; /*1em;*/
  height: 30px;
  /*  margin-right: .2em;*/
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 33px;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* you can be more comfortable with increased icons size */
  font-size:150%;
  font-size:25px;
  overflow: hidden;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  padding-left: 0;
}
[class^="grid_icon-"]{
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -ms-transition: all 400ms;
  transition: all 400ms;
}


.grid_icon-linkedin:before { content: '\e800'; } /* '' */
.grid_icon-export:before { content: '\e801'; } /* '' */
.grid_icon-vimeo:before { content: '\e802'; } /* '' */
.grid_icon-share:before { content: '\e803'; } /* '' */
.grid_icon-resize-close:before { content: '\e804'; } /* '' */
.grid_icon-instagram:before { content: '\e805'; } /* '' */
.grid_icon-resize-open:before { content: '\e806'; font-size: 18px;} /* '' */
.grid_icon-tumblr:before { content: '\e807'; } /* '' */
.grid_icon-pinterest:before { content: '\e808'; } /* '' */
.grid_icon-gplus:before { content: '\e809'; } /* '' */
.grid_icon-facebook:before { content: '\e80a'; } /* '' */
.grid_icon-twitter:before { content: '\e80b'; } /* '' */
.grid_icon-up:before { content: '\e80c'; } /* '' */
.grid_icon-right:before { content: '\e80d'; } /* '' */

.grid_icon-home:before { content: '\e815';font-size: 14px; margin-left:-20px;}

.grid_icon-left:before { content: '\e80e'; } /* '' */
.grid_icon-down:before { content: '\e80f'; } /* '' */
.grid_icon-close:before { content: '\e810'; } /* '' */
.grid_icon-grid-close:before { content: '\e811'; font-size: 18px;} /* '' */

.index.selected .grid_icon-grid-close:before,
.grid_icon-grid-open:before { content: '\e812'; font-size: 18px;} /* '' */

.grid_icon-info:before { content: '\e813'; } /* '' */
/*.grid_icon-spin6:before { content: '\e814'; font-size: 17px;line-height: 35px;opacity: 0.7; } /* '' *!/*/

.grid_icon-spin6{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-left-color: #000;
}

[class*=" grid_icon-"]:hover{
  background-color: transparent;
  display: block;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -ms-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  display: block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* @end */






/*------------------------------------*\
    FOOTER
\*------------------------------------*/
/* @group FOOTER */


footer {
  margin-left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;

}


.footer{
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 6px;
  margin-left: 5%;
  line-height: 13px;
}


.footer .icon-ub{
  background: url('https://www.ultra-book.com/2012_web/grid2015/__/img/ub_footer_logo_20px.png') 50% 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  float:left;

}

.footer .ub_logo_text {
  float:left;
  margin-top:1px;
  font: 12px/19px 'Dosis', Helvetica, Arial, sans-serif;

}


.social-bookmarks-services{

}

/* @end */


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Calage à gauche des image fotorama pour grand ecran*/
@media only screen and (min-width:768px) {

  body:not(.patch_center) .fotorama.galerie:not(.fotorama--fullscreen) .fotorama__stage__frame img {
    left:0!important;
  }

  footer {
    /*bottom:auto;*/
    margin-top: 50px;
  }

}



@media only screen and (max-width:768px) {

  html, body{
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
    line-height: 17px;
  }
  /*on supprime lescrollS du body si djax ouvert (pour version mobile uniquement)*/
  .overflowhidden body{
    overflow: hidden !important;
    -webkit-overflow-scrolling: auto;
    width: auto;
  }
  /*on masque les élement de la home ; bug fixed position safari mobile */
  .overflowhidden .header, .overflowhidden .footer, .overflowhidden .wrap-grid{
    display: none;
  }

  .h3-like{
    font-size: 15px;
  }
  .show-scale {
    opacity: 0;
    -webkit-transform: scale(0.97) translateY(15px);
    -moz-transform: scale(0.97) translateY(15px);
    -ms-transform: scale(0.97) translateY(15px);
    transform: scale(0.97) translateY(15px);
    -webkit-transition: box-shadow 0.5s, opacity 0.5s, scale 0.5s, transform 0.5s;
    transition: box-shadow 0.5s, opacity 0.5s, scale 0.5s, transform 0.5s;
  }
  .transition.ease{
    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
  }
  .wrapper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 92%;
    height: auto;
  }

  .wrap-grid.transition.ease{
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -o-transition: all 0ms;
    -ms-transition: all 0ms;
    transition: all 0ms;
  }
  .djax-preload{
    left: 50%;
    top: 50%;
    position: fixed;
    -webkit-backface-visibility: hidden;
    margin: -10px 0 0 -10px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50% 50%;
    width: 30px;
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  #mdl_grid_2015 .header{
    margin-top: 10px;
    top: 0;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 2%;
  }
  #mdl_grid_2015 .header .img-book{
    width: 160px;
    max-height: 160px;
    float: left;
    margin-bottom: 10px;
    clear: left;
  }
  .infos-book{
    margin-bottom: 15px;
    overflow: auto;
  }

  .bt-menu{
    float: right;
    width: auto;
    margin: 70px 10px 0;
  }
  .wrap-menu{
    height: auto;
    clear: left;
    float: left;
    max-height: none;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  ul.menu li.section, ul.menu ul.sub-section li.sub-sub-section {
    font: 16px/19px 'Dosis', Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-top: 1px solid gray;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  ul.menu ul.sub-section,
  ul.menu ul.sub-section ul.sub-section {
    margin: 15px 0 0;
  }
  ul.menu ul.sub-section li {
    margin: 0 0 20px;
    font: 15px/17px 'Dosis', Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    list-style: none;
    text-transform: none;
    padding-left: 0;
  }
  #grid{

  }
  .wrap-grid{
    position: relative;
    width: 610px;
    left: 0;
    margin-left: auto;
    margin-right: auto;

    margin-top: 0;
    top: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .wrap-grid .content-iscroll{
  }


  .wrap-grid.down{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .wrapper-djax{
    position: fixed;
    -webkit-backface-visibility: hidden;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .wrap-fotorama,
  .wrapper.wrap-page{
    position: fixed;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wrap-page .content-iscroll{
    padding-right: 1%;
    padding-left: 1%;
  }
  .wrap-nav-page{
    margin-top: 10px;
  }
  .wrap-nav-page .col-gauche{
    padding-left: 0.5%;
  }
  .wrap-fotorama.up, .wrap-page.up{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  .fotorama__caption .fotorama__caption__wrap {
    padding-bottom: 20px;
  }
  .wrap-nav-fotorama{
    height: 85px;
    margin-top: 10px;
  }
  .wrap-nav-fotorama .col-gauche{
    width: 100%;
    max-width: 100%;
    top: 50px;
  }
  .wrap-nav-fotorama h1{
    padding-right: 0;
  }
  .wrap-nav-fotorama .col-gauche .compteur{
    top: -40px;
    left: 0;
  }
  .wrap-index-fotorama{
    height: 90%; /*IE9+*/
    height: -moz-calc(100% - 100px); /*IE9+*/
    height: -webkit-calc(100% - 100px); /*IE9+*/
    height:  calc(100% - 100px);

    top: 100px;
  }
  .thumb-index{
    width: 87px;
    height:auto;
  }
  .item.big{
    width: 285px;
    height: 285px;
  }
  .item.small{
    width: 135px;
    height: 135px;
  }
  .back-grid{
    display: none;
  }

  /*
  .footer{
      position: relative;
      margin-top: 15px;
      width: 610px;
      margin-left: auto;
      margin-right: auto;
      left: 10px;
  }
*/

  footer {
    bottom:     unset;
    position:   absolute;
    width:      100%;
    margin-top: 100px;
  }

}

@media only screen and (max-width:635px) {
  .wrap-grid,
  #mdl_grid_2015 .header,
  .footer{
    width: 460px;
  }
}
@media only screen and (max-width:470px) {
  .wrap-grid,
  #mdl_grid_2015 .header,
  .footer{
    width: 310px;
  }
}

@media only screen and (max-height:769px) and (orientation : landscape){
  #mdl_grid_2015 .header,
  .wrap-grid {
    margin-top: 0px;
    top: 10px;
  }
  .wrap-menu{
    max-height: 380px;
  }
  .wrap-grid .content-iscroll{
    height: 625px;
  }
  .item.big{
    width: 285px;
    height: 285px;
  }
  .item.small{
    width: 135px;
    height: 135px;
  }
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}






/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-webkit-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
::-moz-selection {
  background:#04A4CC;
  color:#FFF;
  text-shadow:none;
}
/*CUSTOM SCROLLBARR */
::-webkit-scrollbar { width: 8px; height: 6px; cursor:pointer;}
::-webkit-scrollbar-track { background-color: rgba(255, 255, 255, 0);}
::-webkit-scrollbar-track-piece { background-color: rgba(255, 255, 255, 0);}
::-webkit-scrollbar-thumb { height: 50px; background-color: #333333; border-radius: 3px;
}
::-webkit-scrollbar-corner { background-color: rgba(255, 255, 255, 0.97);}
::-webkit-resizer { background-color: rgba(255, 255, 255, 0);}

/*pour IE*/
body{
  scrollbar-base-color: #5c5c5c;
  scrollbar-3dlight-color: #FFF;
  scrollbar-highlight-color: #FFF;
  scrollbar-track-color: #FFF;
  scrollbar-arrow-color: #5c5c5c;
  scrollbar-shadow-color: #5c5c5c;
  scrollbar-dark-shadow-color: #5c5c5c;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background:transparent !important;
    color:#000 !important;
    box-shadow:none !important;
    -webkit-box-shadow: none !important;
    text-shadow:none !important;
  }
  a,
  a:visited {
    text-decoration:none;
  }
  a[href]:after {
    content:" (" attr(href) ")";
  }
  abbr[title]:after {
    content:" (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content:"";
  }
  pre,blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }
  thead {
    display:table-header-group;
  }
  tr,img {
    page-break-inside:avoid;
  }
  img {
    max-width:100% !important;
  }
  @page {
    margin:0.5cm;
  }
  p,
  h2,
  h3 {
    orphans:3;
    widows:3;
  }
  h2,
  h3 {
    page-break-after:avoid;
  }

  /* Optimisation mod!le GRID RESPONSIVE 2015 */


}






/* social */


/* =icone
-------------------------------------------------------------- */
.social-bookmarks-services {
  margin-top:18px;
  margin-bottom:20px;
}
img.icon24x {margin-top:-10px;}

.icon24x {
  font-size:24px;
  margin-right:4px;
}

.icon24x:hover { opacity:0.8}

