@charset "UTF-8";
/* CSS Document */
/*** variables ***/
/*** base sup ***/
body {
  color: #000000;
}
a,
a:visited,
a:hover {
  color: #000;
  text-decoration: underline;
}
#page {
  width: 100%;
  min-width: 960px;
  padding: 0;
  margin: 0;
  position: relative;
}
#page .container {
  margin: 3em 6em;
  position: relative;
}
#content .wam_wrap,
.postauthor,
.postmeta,
#sidebar .widget,
#postnav {
  display: none;
}
#linked_works ul {
  margin: 0;
  padding: 0;
}
#linked_works li {
  list-style: none outside none;
}
.header-menu-bloc {
  float: left;
  padding: 0 1em;
  border-left: 1px dotted #0000ff;
  height: 2.6em;
}
/*** HEADER ***/
body.fixed-header {
  margin: 6em 0 0;
}
body.fixed-header #page > .container > header {
  background-color: #FFFFFF;
  display: block;
  left: 0;
  margin: 0 6em;
  min-width: 960px;
  padding: 3em 0 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
#header-content {
  width: 100%;
  float: none;
}
#header-content ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
#header-content a,
#header-content a:visited,
#header-content a:hover {
  text-decoration: none;
}
#title {
  width: 1em;
  margin: 0;
  position: absolute;
  float: left;
  padding: 0 1em;
  border-left: 1px dotted #0000ff;
  height: 2.6em;
}
/*** menu ***/
#header-content > .menu {
  margin-left: 10em;
}
#header-content .menu a:hover,
#header-content .menu a.active {
  color: #FFF;
  background-color: #0000ff;
  padding-left:0.3em;
  padding-right:0.3em;
  text-decoration: none;
}
#header-content .menu li {
  width: 8em;
  line-height: 4em;
  float: left;
  padding: 0 1em;
  border-left: 1px dotted #0000ff;
  height: 2.6em;
}
/*** qtranslate ***/
#qtranslate-chooser {
  line-height: 4em;
  float: left;
  padding: 0 1em;
  border-left: 1px dotted #0000ff;
  height: 2.6em;
}
#qtranslate-chooser li {
  background: url("../images/menu_border.png") no-repeat scroll 0.1em 0.1em transparent;
  padding-left: 1em;
  display: inline;
}
#qtranslate-chooser li:first-child {
  background: none repeat scroll 0 0 transparent;
}
.js #qtranslate-chooser {
  display: none;
}
#qtranslate-chooser {
  text-transform: uppercase;
}
#qtranslate-chooser a {
  color: #AAA;
}
#qtranslate-chooser .active a {
  color: #000;
}
/*** CONTENT ***/
#main-top {
  float: left;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#main-top .post {
  padding: 0 1em;
  margin: 0;
  border-left: 1px dotted #0000ff;
  font-size: 0.8em;
}

/* CALENDAR STYLE*/

#main-top #calendar {
  padding: 0 1em;
  margin: 0;
  margin-left: 309px;
  font-size: 0.8em;
  position:relative;

}

#main-top #calendar ul {
    border-left: 1px dotted #0000ff;
}

#main-top #calendar li{
  list-style:none;
}

#main-top #calendar .actu-futur {
  color: #0000ff;

}

#main-top #calendar .actu-futur a{
  color: #0000ff;

}

#main-top #calendar .year-title {
  color: #0000ff;
  margin-left:-17px;

}

#main-top #calendar .invisible {
  display:none;

}

#main-top #calendar .invisible.show {
  display:block;
  visibility: visible;
}

#main-top #calendar #toggle_date {
  position: absolute;
  bottom: -1.7em;
  left: 0;
  padding: 0 0.3em 0.1em 0.29em;
  line-height:1em;
  font-size:25px;
  border: 1px dotted #0000ff;
  cursor: pointer;
  display:block;
  text-decoration: none;
  color: #0000ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


#main-top .post .entry-header {
  display: none;
}
#main-top.ajax-loading {
  height: 50px;
  background: url("../images/spinner.gif") no-repeat scroll center center transparent;
}
#main {
  padding-bottom: 8em;
  padding-top: 4em;
  position: relative;
  float: left;
  width: 100%;
  top: 0em;
}
#content .post {
  width: 600px;
}
/***  contentleft-slider  anythingSlider ***/
/***  homebanner anythingSlider ***/
/*** views ***/
.view-home-activite > * {
  border-left: 1px dotted #0000FF;
  font-size: 0.8em;
  height: 6em;
  left: 19%;
  padding: 0 1em;
  margin-top:1.5em;
  position: absolute;
  top: 2em;
  width: 600px;
  color: #0000ff;
}
.view-home-activite > * a {
  color: #0000ff;
}
.view-home .item-row .cell > * {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* pour Opera 9 */

  text-overflow: ellipsis;
  /* pour le reste du monde */

  white-space: nowrap;
  max-width: 100%;
}
.view-home .target .item-row .cell > *,
.view-home :target .item-row .cell > * {
  white-space: normal;
}
.view-home-activite {
  z-index: 1;
}
.view-home-activite h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.view-home-activite p {
  margin-top: 0;
}

.view-home-activite .category-activite {
  visibility: hidden;
  opacity:0;
  -webkit-transition-property: visibility, opacity;
     -moz-transition-property: visibility, opacity;
       -o-transition-property: visibility, opacity;
          transition-property: visibility, opacity;

  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;

}

.view-home-activite .category-activite-select {
  visibility: visible;
  opacity:1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;

  -webkit-transition-delay: .15s;
     -moz-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}

.view-home {
  width: 100%;
  float: left;
}
.view-home .item-title {
  font-weight: bold;
}
/*
.view-home .items,
.view-home .items-group,
.view-home .item { width:100%; float:left; }
.view-home .cell { display:block; padding:0.2em 0.4em; }
.view-home .cell > span { margin-right:1em; }
.view-home .cols { overflow:hidden; }
.view-home .col { display:block; float:left; }
.view-home .col-0 { display:none; } // .id
.view-home .col-1 { width:20%; } // .activite
.view-home .col-2 { width:30%; } // .title (piece)
.view-home .col-3 { width:20%; } // .formats
.view-home .col-4 { width:10%; } // .date (creation)
.view-home .col-5 { width:20%; } // .actualite
.view-home .col-1-2 { width:50%; }
.view-home .col-2-3 { width:50%; }
.view-home .col-3-4 { width:30%; }
*/
.view-home .items,
.view-home .items-group,
.view-home .item {
  width: 100%;
  float: left;
}
.view-home .cell {
  display: block;
  padding: 0.2em 1.7em;
}

.view-home .cell > span {
  margin-right: 1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.view-home .cols {
  overflow: hidden;
}
.view-home .col {
  display: block;
  float: left;
}
.view-home .col-0 {
  display: none;
}
.view-home .col-1 {
  width: 40%;
}

.view-home .col-1.media.text .cell {
  padding-left: 1.7em;
  padding-right:4em;
}

.view-home .col-2 {
  width: 20%;
}

.view-home .col-2.info{
  width: 40%;

}

.view-home .col-2.info .cell{
 padding-left: 1.7em;
 padding-right:5em;

}

.view-home .col-3 {
  width: 20%;
}
.view-home .col-4 {
  width: 20%;
}

.view-home .col-4.actu .cell {
  padding-left: 1.7em;
}

.view-home .item-title {
  border-bottom: 1px dotted #0000ff;
}
.view-home .items-group-body > * {
  width: 100%;
  float: left;
  border-bottom: 1px solid #CCC;
}
.view-home .items-group-body > *:first-child {
  border-top: 0;
}
.view-home .items-group-head .cell {
  background-color: #FFFFFF;
}
.view-home .items-group-head .item {
  z-index: 1;
}
.view-home .items-head-bg {
  background-color: #FFFFFF;
  height: 260px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
}
.view-home .items-group-body {
  position: relative;
}
/*
.view-home .items-group-body .item-row { height: 2em; }
.view-home .items-group-body > *:target .item-row { height:auto; }
.view-home .items-group-body .formats .cell { white-space: pre; overflow:hidden; }
*/
.view-home .items-navbar {
  z-index: 1;
  height: 4em;
  top: 65px;
}
.view-home .items-navbar a {
  margin: 0.2em 0.4em;
}
.view-home .item-ajax {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  -o-transition: height 0.1s ease-in;
  -ms-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
}
.view-home .ajax-loading {
  height: 50px;
  background: url("../images/spinner.gif") no-repeat scroll center center transparent;
}
.view-home .info ul {
  list-style: none outside none;
  padding: 0;
}
.view-home .info,
.view-home .text,
.view-home .actu {
  font-size: 0.8em;
  line-height: 1.4em;
}
.view-home .info img,
.view-home .text img,
.view-home .actu img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.view-home .target .ajax-succed,
.view-home :target .ajax-succed {
  height: 100%;
  overflow: auto;
}
.view-home .hover {
  cursor: pointer;
}
.view-home .bn {
  color: #000;
  text-decoration: none;
}
.view-home .bn:hover,
.view-home .target .title a,
.view-home :target .title a,
.view-home .title a:hover,
.view-home .hover,
.view-home .select {
  color: #FFF;
  background-color: #0000ff;
  padding-left:0.3em;
  padding-right:0.3em;
  text-decoration: none;
}
.view-home .date {
  display: none;
}
.view-home .entry-content > p {
  overflow-y: auto;
}
.view-home .entry-content,
.view-home .media .gallery,
.view-home .media .video {
  margin: 1em 0;
}

.view-home .media .gallery {
  margin:0;
  float:left;
  width:20%;
}

.view-home .media .gallery .gallery-item {
  margin-top: 0!important;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.view-home .media .gallery .gallery-item a {
  display: block;
  padding-right: 10px;
}
.view-home .media .gallery .gallery-item-current {
  display: block;
}
.view-home .media .gallery > br {
  display: none;
}
.view-home .media .gallery img {
  border: medium none!important;
  height: auto;
  width: 100%;
}
.view-home .media .gallery .titre-hover {
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  color:#FFF;
  font-size:15px;
}
.view-home .media .gallery .titre-hover > div {
  position:absolute;
  bottom: 10px;
  background: #0000ff;
  padding:5px;
  display:none;
}
.view-home .media .gallery:hover .titre-hover > div {
  display:block;
  z-index: 10;
}

.view-home .media .gallery .nav {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
  line-height: 1em;
  color: #666;
}
.view-home .media .gallery .nav > * {
  height: 30px;
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 1.4em;
  background-color: #FFFFFF;
}
.view-home .media .gallery .nav .nav-previous span,
.view-home .media .gallery .nav .nav-next span {
  display: none;
}
.view-home .media .gallery .nav .nav-counter {
  text-align: center;
  width: 3em;
}
.view-home .media .gallery .nav .nav-previous,
.view-home .media .gallery .nav .nav-next {
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
}
.view-home .media .gallery .nav .nav-previous {
  background-image: url("../images/bn-prev.png");
}
.view-home .media .gallery .nav .nav-previous:hover {
  background-image: url("../images/bn-prev-hover.png");
  cursor: pointer;
}
.view-home .media .gallery .nav .nav-next {
  background-image: url("../images/bn-next.png");
}
.view-home .media .gallery .nav .nav-next:hover {
  background-image: url("../images/bn-next-hover.png");
  cursor: pointer;
}
.view-home .media .video {
  float: left;
  position: relative;
  width: 100%;
}
.view-home .media .video .video-bg {
  width: 100%;
  height: auto;
}
.view-home .media .video > iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-home .item-row a,
.view-home .item-row a:visited,
.view-home .item-row a:hover {
  text-decoration: none;
}
.post .entry-content > ul:first-child,
.post .,
.view-home .actus {
  margin: 0;
  padding: 0;
}
.post .entry-content > ul:first-child > li,
.post .actus > li,
.view-home .actus > li {
  list-style: none outside none;
}
.view-home .item-row .actualite .actu-sep,
.view-home .item-row .actualite .actu-content,
.view-home .item-row .actualite .actu-title {
  display: none;
}
.view-home .item-ajax .actualite .actu-link {
  display: none;
}
.view-home .item-title .actualite,
.view-home .item-row .actualite > * {
  display: none;
}
.view-home .item-title .active {
  color: #0000ff;
}
#main-top .actus > .actus-title {
  display: none;
}


#main-top .actu-content p,
.view-home .actu-content p,
body.page-template-page_agenda-php .actu-content p,
body.single-post .actu-content p {
  margin: 0;
}
#main-top .item-ajax .actu .cell,
.view-home .item-ajax .actu .cell,
body.page-template-page_agenda-php .item-ajax .actu .cell,
body.single-post .item-ajax .actu .cell {
  padding-right: 0;
}
#main-top .actus-title,
.view-home .actus-title,
body.page-template-page_agenda-php .actus-title,
body.single-post .actus-title {
  margin: 1em 0;
  border-bottom: 1px dotted;
  padding: 0 0 1em;
}
#main-top .actus-futur,
.view-home .actus-futur,
body.page-template-page_agenda-php .actus-futur,
body.single-post .actus-futur,
#main-top .actus-past,
.view-home .actus-past,
body.page-template-page_agenda-php .actus-past,
body.single-post .actus-past {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
#main-top .actus-futur .actus-title,
.view-home .actus-futur .actus-title,
body.page-template-page_agenda-php .actus-futur .actus-title,
body.single-post .actus-futur .actus-title,
#main-top .actus-past .actus-title,
.view-home .actus-past .actus-title,
body.page-template-page_agenda-php .actus-past .actus-title,
body.single-post .actus-past .actus-title {
  display: none;
}
#main-top .actus-futur,
.view-home .actus-futur,
body.page-template-page_agenda-php .actus-futur,
body.single-post .actus-futur {
  color: #0000ff;
}
#main-top .actus-futur a,
.view-home .actus-futur a,
body.page-template-page_agenda-php .actus-futur a,
body.single-post .actus-futur a {
  color: #0000ff;
}
#main-top .actu-link,
.view-home .actu-link,
body.page-template-page_agenda-php .actu-link,
body.single-post .actu-link {
  text-decoration: none;
  cursor: default;
}
#main-top .actu-item,
.view-home .actu-item,
body.page-template-page_agenda-php .actu-item,
body.single-post .actu-item {
  border-bottom: 1px solid #CCCCCC;
  margin: 0.5em 0;
  padding: 0 0 0.5em;
}
#main-top .actu-post-title a,
.view-home .actu-post-title a,
body.page-template-page_agenda-php .actu-post-title a,
body.single-post .actu-post-title a {
  text-decoration: none;
  font-weight: bold;
}
.single-post .actus .actu-content .actu-sep,
.view-home .actu-content .actu-sep {
  display: none;
}
.single-post .entry-content img {
  border: 0 none;
  height: auto;
  width: 100%;
}
#main-top .post .actus .actu-link,
#main-top .post .actus .actu-content .actu-sep {
  float: left;
  margin-right: 0.3em;
}

#main-top .post .actu-limit {
  font-size:2em;
  text-decoration: none;
}

#main-top .post .actu-limit :hover{
  cursor:pointer;
}

#main-top .post .actu-unshow {
  display:none;

}


/*** FOOTER ***/
/* js fixemenutop */
/*** OTHER ***/
.fullscreen {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  overflow: auto;
}
.fullscreen .ajax-loading {
  height: 50px;
  background: url("../images/spinner.gif") no-repeat scroll center center transparent;
}
.fullscreen .nav {
  z-index: 1;
}
.fullscreen .nav-close span {
  display: none;
}
.fullscreen .nav-close:hover {
  background-image: url("../images/bn-close-hover.png");
}
.fullscreen .nav-close {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/bn-close.png");
  background-color: #FFFFFF;
  cursor: pointer;
  height: 30px;
  padding: 10px;
  position: fixed;
  right: 30px;
  top: 20px;
  width: 30px;
}
.fullscreen-image .container {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.fullscreen-image .container img {
  max-width: 100%;
  max-height: 100%;
}
.fullscreen-image .container-fit {
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
}
#top .fullscreen  > .container {
  margin: 3em 6em;
  position: relative;
}
