#container .contenu {
  position:relative;
  padding:30px 0 15px 30px;
  font-size:12px;
  line-height:1.3em;
}

#container .contenu h2 {
  float:left;
  margin:0 0 15px 0;
  padding:0;
  color:#002540;
  font-size:28px;
  font-weight:normal;
  font-family:"News Cycle", Arial, Helvetica, sans-serif;
  text-transform:none;
  line-height:34px;
}

#container .contenu h3 {
  margin:0 0 0.5em 0;
  padding:0;
  color:#002540;
  font-size:20px;
  font-weight:normal;
  font-family:"News Cycle", Arial, Helvetica, sans-serif;
  line-height:1.2em;
  text-transform:none;
}

/* 

:: MISE EN PAGE   -----------------------------------------------------------

*/
.simple,
.double,
.moitie {
  float:left;
}

.simple {width:286px;}
.double {width:603px;}
.moitie {width:444px;}

.m-left {margin-left:31px;}
.m-right {margin-right:31px;}
.m-both {margin-left:31px; margin-right:31px;}
.m-bottom {margin-bottom:31px;}

.clear.separateur {
  clear:both;
  padding:0 0 11px 0;
  height:19px;
  background:url(/resources/images/activites-hebergement/separateur.png) 50% 0 no-repeat;
}

/* 

:: PAGE PHOTO OU VIDÉO   -----------------------------------------------------------

*/
#media figure {
  position:relative;
  margin:0 0 15px 0;
  padding:4px;
  background:#fff;
  border:1px solid #d4d4d4;
}

#media figure img {
  display:block;
  width:100%;
}

#media .btn-next,
#media .btn-previous {
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:100%;
  background:url(/resources/images/interface/fleche_gauche.png) 0 50% no-repeat;
  cursor:pointer;
  opacity:0.2;
  filter:alpha(opacity = 20);
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
#media .btn-next {
  left:auto;
  right:0;
  background:url(/resources/images/interface/fleche_droite.png) 100% 50% no-repeat;
}

#media .btn-next:hover,
#media .btn-previous:hover {
  opacity:1;
  filter:alpha(opacity = 100);
}

#media .addthis_toolbox {
  float:left;
}

#media .addthis_toolbox a {
  float:left;
  margin:0 3px 0 0;
  padding:0;
}

#media .nombre {
  color:#888;
  text-align:right;
}

/*#media .description {
  padding-bottom:15px;
}*/

#media .credits {
  color:#888;
}

#media ul.categories {
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
  overflow:hidden;
}

#media ul.categories li {
  float:left;
  margin:0 10px 10px 0;
  padding:0;
}

#media ul.categories li a {
  white-space:nowrap;
  float:left;
  padding:2px 5px;
  color:#fff;
  font-size:11px;
  text-decoration:none;
  background:#aaa;
  border-radius:2px;
}

#media ul.categories li a:hover {
  background:#999;
}

/* 

:: TYPE PHOTO OU VIDEO   -----------------------------------------------------------

*/
#container .types {
  float:right;
  margin:0px 30px 15px 0;
  padding:1px;
  list-style:none;
  background:#ededed;
  background-image: linear-gradient(bottom, rgb(237,237,237) 50%, rgb(212,212,212) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 50%, rgb(212,212,212) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 50%, rgb(212,212,212) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 50%, rgb(212,212,212) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, rgb(237,237,237)), color-stop(1, rgb(212,212,212)));
  border:1px solid #d4d4d4;
  border-radius:3px;
  z-index:2;
}

.types li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
  list-style:none;
}

.types li a,
.types li strong {
  display:block;
  margin:0;
  padding:6px 15px;
  color:#002540;
  font-weight:normal;
  text-decoration:none;
  text-indent:-1000px;
  overflow:hidden;
  background:url(/resources/images/interface/pictos-photos-videos.png) 6px -44px no-repeat;
  border-radius:3px;
}
.types li.video a,
.types li.video strong {margin-left:1px; background-position:-44px -44px;}

.types li.photo strong {background-position:6px 6px; background-color:#aaa;}
.types li.video strong {background-position:-44px 6px; background-color:#aaa;}

.types li.photo a:hover {background-position:6px 6px; background-color:#aaa;}
.types li.video a:hover {background-position:-44px 6px; background-color:#aaa;}

/* 

:: DROPDOWN SAISONS ET CATÉGORIES   -----------------------------------------------------------

*/
#container .dropdown {
  position:relative;
  float:right;
  margin:0 0 15px 0;
  padding:0;
  list-style:none;
  z-index:1;
}

.dropdown li {
  position:relative;
  float:left;
  margin:0 16px 0 0;
  padding:0;
  width:200px;
  list-style:none;
}

.dropdown li button.fake-dropdown {
  display:block;
  margin:0;
  padding:7px 40px 7px 10px;
  color:#002540;
  font-weight:normal;
  background:#ededed url(/resources/images/interface/fleche_dropdown.gif) 100% 50% no-repeat;
  border:1px solid #d4d4d4;
  border-radius:3px;
  cursor:default;
  width: 100%;
  text-align: left;
}

#container .dropdown li ul {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  margin:0;
  padding:0;
  background:#ededed;
  border:1px solid #d4d4d4;
  border-top:0;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

#container .dropdown li:hover button.fake-dropdown {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

#container .dropdown li:hover ul {
  display:block;
}

.dropdown li li {
  margin:0;
  padding:0;
  width:199px;
}

.dropdown li a {
  display:block;
  margin:0;
  padding:7px 10px;
  
  color:#404040;
  text-decoration:none;
  background:#ededed;
  border:none;
  border-radius:0;
}

.dropdown li a:hover,
.dropdown li.actif a {
  background-color:#fff;
}

/* 

:: PHOTOS   -----------------------------------------------------------

*/
#liste-photos {
  margin:0;
  padding:0;
}

#liste-photos figure {
  position:relative;
  float:left;
  margin:0 15px 15px 0;
  padding:4px;
  width:209px;
  height:209px;
  background:#fff url(/resources/images/interface/loader-blanc.gif) 50% 50% no-repeat;
  border:1px solid #d4d4d4;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
  box-shadow:0 1px 3px rgba(0, 0, 0, .2);
}

#liste-photos figure:hover {
  border-color:#999;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
  box-shadow:0 1px 3px rgba(0, 0, 0, .4);
}

#liste-photos a {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
}

#liste-photos .square {
  width:442px;
  height:442px;
}

#liste-photos .landscape {
  width:442px;
  height:209px;
}

#liste-photos .portrait {
  width:209px;
  height:442px;
}

#liste-photos .right {
  float:right;
  margin-right:30px;
}

#liste-photos figcaption {
  display:none;
}

/* 

:: VIDEOS   -----------------------------------------------------------

*/
#liste-videos {
  margin:0;
  padding:0;
}

#liste-videos figure a {
  display:block;
}

#liste-videos figure {
  float:left;
  margin:0 15px 30px 0;
  padding:0;
  width:219px;
}

#liste-videos figure a span {
  position:relative;
  display:block;
  margin:0 0 10px 0;
  padding:4px;
  width:209px;
  height:209px;
  overflow:hidden;
  background:#fff url(/resources/images/interface/loader-blanc.gif) 50% 50% no-repeat;
  border:1px solid #d4d4d4;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, .2);
  box-shadow:0 1px 3px rgba(0, 0, 0, .2);
}

#liste-videos figure a:hover span {
  border-color:#999;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
  box-shadow:0 1px 3px rgba(0, 0, 0, .4);
}

#liste-videos figcaption {
  margin:0;
  padding:0 5px;
}

/* BTN PLAY */
#liste-videos a span span {
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  padding:0;
  width:60px;
  height:60px;
  background:url(/resources/images/interface/btnVideo.png);
  border:none;
  opacity:0.75;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#liste-videos a:hover span span {
  opacity:1;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

/* 

:: POPOVER   -----------------------------------------------------------

*/
#media-container {
  position:fixed;
  top:-5000px;
  left:50%;
  padding:5px;
  background:#fff;
  z-index:10001;
}

#media-container.show {
  top:50%;
}

/*#media-photo {
  width:100%;
  height:100%;
}*/

#media-header {
  position:absolute;
  bottom:5px;
  left:0;
  width:100%;
  background:#fff;
  background:rgba(255,255,255,0.9);
  z-index:1;
}

#media-header-content {
  padding:15px 25px 10px 25px;
}

#media-header h3 {
  margin:0 0 0.3em 0;
  padding:0;
  color:#404040;
  font-size:14px;
  font-weight:bold;
  text-transform:none;
}

#media-header p {
  margin:0 0 0.5em 0;
  padding:0;
  font-size:12px;
}

#media-header p small {
  color:#888;
}

#media-handle {
  position:absolute;
  top:-20px;
  left:50%;
  margin-left:-20px;
  width:40px;
  height:20px;
  background:#fff url(/resources/images/interface/handle.gif) 50% 50% no-repeat;
  background:rgba(255,255,255,0.9) url(/resources/images/interface/handle.gif) 50% 50% no-repeat;
  cursor:pointer;
}

#media-footer {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
}

#media-footer p {
  float:right;
  margin:0;
  padding:15px 0;
  color:#fff;
  font-size:12px;
}

p.media-share {
  position:absolute;
  top:15px;
  right:15px;
}

/* Fermer */
#media-close {
  position:absolute;
  top:-22px;
  right:-21px;
  width:42px;
  height:42px;
  background:url(/resources/images/interface/box_close_white.png) 50% 50% no-repeat;
  z-index:10002;
}
/* Navigation */
#media-previous,
#media-next {
  position:fixed;
  top:50%;
  left:15px;
  width:45px;
  height:90px;
  margin-top:-45px;
  background:url(/resources/images/interface/fleches_adbanner.png) 0 0 no-repeat;
  opacity:0.8;
  z-index:10002;
  cursor:pointer;
}
#media-next {
  left:auto;
  right:15px;
  background-position:-45px 0;
}

#media-previous:hover,
#media-next:hover {
  opacity:1;
}

#media-previous.disable,
#media-previous.disable:hover,
#media-next.disable,
#media-next.disable:hover {
  opacity:0.2;
  filter:alpha(opacity = 0);
  cursor:default;
}

/* Overlay */
#media-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000 url(/global/images/sepaq/ajax-loader-2.gif) 50% 50% no-repeat;
  z-index:10000;
  opacity:.85;
  filter:alpha(opacity = 85);
}

/* 

:: SOCIAL MEDIA   -----------------------------------------------------------

*/
.addthis_button_facebook_like {
  overflow:hidden;
  width: 59px !important;
}
.addthis_button_compact {
  padding-top: 3px;
}
.addthis_button_pinterest_pinit {
  overflow: hidden;
  width: 42px !important;
}
