/* SCSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic);
@import url(https://fonts.googleapis.com/css?family=Lora);
/*  VARIABLES */
.container a:link {
  color: #333; }

.container a:visited {
  color: #333; }

.container a:hover {
  color: #333;
  text-decoration: none; }
.etsylink {background:#eee !important;color:#333 !important;}
/*  RESET */
*, ul, li, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Lora, Open Sans, sans-serif; }

img {
  border: none; }

/*  TYPOGRAPHIE */
.brun1 {
  color: #fff; }

.color2 {
  color: #eee; }

.beige {
  color: #fff; }

.color4 {
  color: #eee; }

.beige {
  color: #fff; }

.brun {
  color: #eee; }

a, a:hover {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a[href^=tel] {
  color: #000 !important;
  text-decoration: none; }

blockquote em {
  display: block;
  font-size: 150%;
  padding-bottom: 20px;
  padding-top: 20px; }

.backlink {
  background: none;
  border: 1px solid #866842;
  border-radius: 5px;
  color: #866842;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 30px;
  font-size: 80%;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s; }
  
    .caldera-grid {
    text-align: left !important;
    margin-left: 3% !important;
}

.astm-search-menu a {
    position: absolute;
    left: -100 !important;
    top: 10px;
}
  @media screen and (max-width: 780px) {
    .backlink {
      top: 15px; } }
  @media screen and (max-width: 500px) {
    .backlink {
      display: none; } }
  .backlink:hover {
    color: #ede2c4 !important;
    background: #866842 !important;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s; }

.shad {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important; }

.main-container .poeme {
  font-style: italic; }

.poemeleft {
  display: block;
  float: left;
  width: 290px; }

.poemeright {
  display: block;
  float: right;
  width: 290px; }

iframe {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border: 0; }

.leftdiv {
  position: relative;
  text-align: left;
  float: left;
  width: 420px; }
  @media screen and (max-width: 780px) {
    .leftdiv {
      width: 48% !important;
      margin: 1%; } }
  @media screen and (max-width: 500px) {
    .leftdiv {
      float: none;
      width: 100% !important; } }

.rightdiv {
  position: relative;
  text-align: left;
  float: right;
  width: 480px; }
  @media screen and (max-width: 780px) {
    .rightdiv {
      width: 48% !important; } }
  @media screen and (max-width: 500px) {
    .rightdiv {
      float: none;
      width: 100% !important; } }

.spacecontent {
  border-bottom: 1px dashed #9C7A4D;
  clear: both;
  display: block;
  height: 1px;
  margin-bottom: 40px;
  padding-top: 40px;
  width: 100%; }

/*  GLOBAL */
body {
  background: #fff;
  font-family: Lora, Open Sans, sans-serif;
  font-size: 1rem;
  text-align: center; }
  @media screen and (min-width: 700px) {
    body {
      background: #fff url(../img/background1.jpg) fixed center center;
      background-size: cover !important; } }

.ajxc {
  color: #000 !important; }

.morelink {
  background: #ede2c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #eee 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #eee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #eee 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #eee 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #eee 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #eee 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$beige', endColorstr='$brungris',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #000000 !important;
  display: inline-block;
  margin-top: 20px;
  padding: 7px 50px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .morelink:hover {
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.warper {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  clear: both;
  box-sizing: border-box; }
  @media screen and (max-width: 780px) {
    .warper {
      width: 100%;
      padding: 20px;
      padding-top: 40px; } }

.clear {
  display: block;
  clear: both;
  width: 100%; }

/* BASIC SITE */
/* FIRST PAGE */
.home .warper {
  height: 400px;
  left: 50%;
  margin-left: -200px;
  margin-top: -200px;
  position: fixed;
  top: 50%;
  width: 400px; }
  .home .warper .slogan {
    font-size: 150%;
    left: 79px;
    position: relative;
    top: -30px; }
  .home .warper .homelink {
    background: linear-gradient(to bottom, #fff 0%, #eee 99%) repeat scroll 0 0 transparent;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    color: #000000 !important;
    display: inline-block;
    margin: 20px;
    padding: 10px 50px;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 500px) {
      .home .warper .homelink {
        width: 90%;
        margin: auto;
        margin-bottom: 10px; } }
    .home .warper .homelink:hover {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .home .warper #text-fr, .home .warper #text-en {
    display: none;
    font-size: 110%;
    letter-spacing: 0.02em;
    position: relative;
    top: 25px; }

/** TOPBAR **/
.top {
  display: block;
  height: 20px;
  width: 100%;
  position: relative;
  clear: both; }
  .top .topbarre {
    line-height: 30px;
    text-align: center; }
    @media screen and (min-width: 781px) {
      .top .topbarre {
        display: none; } }
  @media screen and (max-width: 780px) {
    .top {
      background: rgba(255, 255, 255, 0.3);
      box-sizing: border-box;
      clear: both;
      display: block;
      height: 50px;
      left: 0;
      padding: 10px;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 4000; } }

.switch-lang {
  display: block;
  position: absolute;
  right: 0; }
  @media screen and (max-width: 780px) {
    .switch-lang {
      display: none; } }
  .switch-lang li {
    list-style: none;
    float: left;
    padding-left: 10px; }
    .switch-lang li a {
      color: #000000;
      font-size: 100%;
      text-decoration: none; }
      .switch-lang li a:hover {
        color: #866842; }

/** HEADER **/
.head {
  clear: both;
  display: block;
  height: 150px;
  width: 100%;
  /*A SUPPRIMER*/ }
  @media screen and (max-width: 780px) {
    .head {
      clear: both;
      display: block;
      height: 130px;
      padding-top: 20px;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .head {
      display: none; } }
  .head header {
    position: relative; }
  .head figure {
    display: block;
    left: 0;
    position: absolute;
    width: auto; }
    @media screen and (max-width: 780px) {
      .head figure img {
        width: 160px;
        height: auto; } }
  .head .slogan {
    font-size: 150%;
    left: 135px;
    position: absolute;
    top: 87px; }
    @media screen and (max-width: 780px) {
      .head .slogan {
        font-size: 120%;
        left: 110px;
        top: 75px; } }
  .head .main-quote {
    font-size: 120%;
    font-style: italic;
    position: absolute;
    right: 140px;
    top: 40px;
    text-align: center !important; }
    @media screen and (max-width: 780px) {
      .head .main-quote {
        font-size: 100%;
        right: 50px;
        top: 35px; } }

/** MOBILE **/
.mobiletitle {
  color: #FFFFFF;
  display: inline-block;
  font-size: 150%;
  padding-top: 5px; }

#menuicon {
  display: inline-block;
  float: left;
  padding-left: 5px; }

#langicon {
  display: inline-block;
  float: right;
  padding-right: 5px; }

.mobilehead {
  width: 100%;
  height: 35px; }

.topmenu, #menuicon, #langicon, .mobiletitle, .mobilehead {
  display: none; }

.topbarre > #mobilemenuopen {
  float: left; }

.topbarre > #mobileswitch {
  float: right; }

/** NAVIGATION **/
@media screen and (max-width: 780px) {
  #mainnav {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100vh;
    left: -300px;
    position: fixed;
    top: 50px;
    width: 300px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #mainnav.open {
      left: 0px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
.switch-lang-mobile {
  display: none; }
  .switch-lang-mobile li {
    list-style: outside none none;
    border-bottom: 1px dotted #9c7a4d;
    background: #ede2c4; }
    .switch-lang-mobile li a {
      text-decoration: none;
      color: #9c7a4d;
      line-height: 35px; }
  @media screen and (max-width: 780px) {
    .switch-lang-mobile {
      display: block; } }

.iconburger {
  background: none;
  cursor: pointer;
  display: block;
  height: 30px;
  padding: 10px;
  position: fixed;
  left: 10px;
  top: 15px;
  width: 40px;
  z-index: 3000;
  text-decoration: none !important; }

.iconburger span {
  display: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#menuicon {
  background: #866842;
  display: block;
  height: 3px;
  position: absolute;
  top: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px;
  z-index: 2500; }

#menuicon:before {
  background: #866842;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px; }

#menuicon:after {
  background: #866842;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 22px; }

#menuicon.cross {
  background: none; }

#menuicon.cross:before {
  background: #866842;
  top: 0px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#menuicon.cross:after {
  background: #866842;
  top: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav {
  position: relative;
  z-index: 100;
  display: block;
  height: 35px;
  width: 100%;
  background: #9c7a4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #eee 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(99%, #eee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #eee 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #eee 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #eee 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #eee 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brunclair', endColorstr='$brunfonce',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
.nav .main-navigation li a {color: #333 !important;} 
  .nav .main-navigation {
    position: absolute; }
    .nav .main-navigation li {
      display: block;
      float: left;
      text-align: center;
      list-style: none outside none;
      -moz-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      @media screen and (max-width: 780px) {
        .nav .main-navigation li {
          width: 100%;
          border-bottom: 1px dotted #ede2c4; } }
      .nav .main-navigation li:hover {
        -moz-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease; }
      .nav .main-navigation li a {
        display: block;
        color: #333 !important;
        font-size: 120%;
        height: 35px;
        width: 160px;
        line-height: 35px;
        text-decoration: none;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media screen and (max-width: 780px) {
          .nav .main-navigation li a {
            width: 100%;
			color: #333 !important;
			} 
}
        .nav .main-navigation li a:hover {
          -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
          -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
      .nav .main-navigation li ul {
        display: block;
        position: relative;
        width: 100%; }
        @media screen and (min-width: 781px) {
          .nav .main-navigation li ul {
            display: none;
            -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
            position: absolute;
            height: auto;
            width: 171px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; } }
        .nav .main-navigation li ul li {
          background: none repeat scroll 0 0 #eee;
          font-size: 90% !important;
          list-style: none outside none;
          border-bottom: 1px dashed #f0e5c9;
          text-align: left;
          height: auto;
          line-height: 20px;
          width: 100%;
          -moz-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease; }
          @media screen and (max-width: 780px) {
            .nav .main-navigation li ul li {
              text-align: center;
              border-bottom: 1px dotted #ede2c4; } }
          .nav .main-navigation li ul li:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border: none; }
          .nav .main-navigation li ul li:hover {
            -moz-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            -webkit-transition: all 0.1s ease;
            transition: all 0.1s ease; }
          .nav .main-navigation li ul li a {
            padding-left: 5px;
            padding-right: 5px;
            display: block;
            width: 100%;
            height: 100%; }
            .nav .main-navigation li ul li a:hover {
              background: rgba(0, 0, 0, 0.3);
              -moz-box-shadow: 0px 0px 2px transparent inset;
              -webkit-box-shadow: 0px 0px 2px transparent inset;
              box-shadow: 0px 0px 2px transparent inset;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
  .nav.keepit {
    border-radius: 0 0 4px 4px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    width: 960px;
    z-index: 100; }
    .nav.keepit .toptotop {
      display: block; }
  .nav .toptotop {
    background: url("../img/totop.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: none;
    position: absolute;
    top: -2px;
    right: 0;
    height: 40px;
    width: 40px; }

/** MAIN CONTENT **/
@media screen and (max-width: 780px) {
  .iframecontainer {
    margin: 0;
    padding: 0;
    height: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    padding-top: 56% !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    margin-top: 20px; }

  .iframecontainer iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; } }
.container {
  clear: both;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 0; }
  .container > h1 {
    margin-bottom: 0px; }
  .container .main-container {
    clear: both;
    display: block;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
    position: relative; }
    .container .main-container h1 {
      border-bottom: 1px dashed #9c7a4d;
      clear: both;
      display: block;
      font-size: 150%;
      margin-bottom: 25px;
      padding-bottom: 5px;
      padding-top: 30px;
      text-align: left; }
      @media screen and (max-width: 780px) {
        .container .main-container h1 {
          padding-top: 10px; } }
    .container .main-container h3 {
      padding-bottom: 10px; }
    .container .main-container p {
      display: block;
      width: 100%;
      font-size: 16px;
      margin-top: 15px; }
    .container .main-container a {
      color: #333; }
      .container .main-container a:hover {
        color: #000; }
    .container .main-container ul li {
      border-bottom: 1px dashed #9c7a4d;
      display: block;
      padding-bottom: 10px;
      padding-top: 10px; }
    .container .main-container .alignleft {
      float: left;
      margin-bottom: 20px;
      margin-right: 20px; }
    .container .main-container .alignright {
      float: right;
      margin-bottom: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 780px) {
        .container .main-container .alignright {
          float: none;
          margin: 0;
          margin-bottom: 20px;
          width: 100%;
          height: auto; } }
    .container .main-container .event-date {
      font-size: 150%;
      position: absolute;
      right: 0;
      top: 30px; }
    @media screen and (max-width: 780px) {
      .container .main-container img {
        border: none;
        height: auto;
        width: 100%;
        margin: auto;
        margin-bottom: 20px !important; } }
  .container h1 {
    border-bottom: 1px dashed #9c7a4d;
    clear: both;
    display: block;
    font-size: 150%;
    margin-bottom: 25px;
    padding-bottom: 5px;
    padding-top: 30px;
    text-align: left; }

/* PAGES */
/* liste expo */
.demilist {
  float: left;
  margin-right: 10px;
  text-align: left;
  width: 460px; }
  @media screen and (max-width: 780px) {
    .demilist {
      float: left;
      margin-right: 0;
      text-align: left;
      width: 100%;
      margin-bottom: 40px; } }

.demilistright {
  float: right;
  margin-left: 10px;
  text-align: left;
  width: 460px; }
  @media screen and (max-width: 780px) {
    .demilistright {
      float: left;
      margin-right: 0;
      text-align: left;
      width: 100%; } }

/* Oeuvres */
.single-oeuvre img.alignright {
  background: none;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  display: block;
  float: right;
  margin-left: 20px; }

@media screen and (max-width: 780px) {
  .single-oeuvre .main-container article img {
    width: 45%; } }
/* accueil */
.sticky-posts {
  border: 1px dashed #9c7a4d;
  display: block;
  padding: 0;
  width: 300px;
  height: 440px !important;
  position: relative;
  margin-bottom: 50px;
  background: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 780px) {
    .sticky-posts {
      width: 48%;
      margin: 1% !important; } }
  @media screen and (max-width: 500px) {
    .sticky-posts {
      width: 100%;
      height: auto; } }
  .sticky-posts:hover {
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .sticky-posts.slk-first {
    float: left; }
  .sticky-posts.slk-second {
    float: left;
    margin-left: 25px;
    margin-right: 25px; }
    @media screen and (max-width: 780px) {
      .sticky-posts.slk-second {
        margin: 1% !important; } }
  .sticky-posts.slk-third {
    float: right; }
    @media screen and (max-width: 780px) {
      .sticky-posts.slk-third {
        float: left; } }
    @media screen and (max-width: 500px) {
      .sticky-posts.slk-third {
        margin-right: auto;
        margin-left: auto; } }
  .sticky-posts .morelink {
    display: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .sticky-posts .sticklink {
    bottom: 15px;
    position: absolute;
    right: 15px;
    text-decoration: none; }
  .sticky-posts .stikymg {
    display: block;
    height: auto;
    width: 100%;
    position: relative; }
    .sticky-posts .stikymg img {
      height: auto;
      left: -1px;
      position: relative;
      top: -1px;
      width: 300px; }
      @media screen and (max-width: 780px) {
        .sticky-posts .stikymg img {
          width: 100%;
          height: auto;
          left: 0; } }
      @media screen and (max-width: 500px) {
        .sticky-posts .stikymg img {
          width: 100%;
          height: auto;
          left: 0; } }
  .sticky-posts h2 {
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;padding-right:10px; padding-left:10px; }
  .sticky-posts p {
    padding: 20px;
    position: relative;
    text-align: justify;
    top: 0; }

/* category */
.category-artiste {
  text-align: justify;
  display: block;
  clear: both;
  border-bottom: 1px dashed #9c7a4d;
  padding-top: 20px;
  padding-bottom: 20px; }
  .category-artiste h2 a {
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none; }

.category-actuality {
  text-align: justify;
  display: block;
  clear: both;
  border-bottom: 1px dashed #9c7a4d;
  padding-top: 20px;
  padding-bottom: 20px; }
  .category-actuality h2 a {
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    text-decoration: none; }
  .category-actuality .cat-thumbnail img {
    display: block;
    height: auto; }
    @media screen and (max-width: 780px) {
      .category-actuality .cat-thumbnail img {
        width: 100%; } }

@media screen and (max-width: 780px) {
  .gallery .clear {
    display: none; } }
.container:last-child .category-artiste, .container:last-child .category-actuality {
  border-bottom: 0px dashed #9c7a4d; }

.category-expo {
  border: 1px dashed #9c7a4d;
  display: block;
  padding: 0;
  width: 300px;
  height: 360px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
  background: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 780px) {
    .category-expo {
      width: 48%;
      margin: 1%;
      padding-bottom: 20px;
      text-align: center; } }
  @media screen and (max-width: 500px) {
    .category-expo {
      width: 100%;
      height: auto;
      padding-bottom: 20px; } }
  .category-expo:hover {
    background: #eee;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .category-expo.first {
    float: left; }
    @media screen and (max-width: 500px) {
      .category-expo.first {
        margin-left: auto;
        margin-right: auto; } }
  .category-expo.second {
    float: left;
    margin-left: 25px;
    margin-right: 25px; }
    @media screen and (max-width: 780px) {
      .category-expo.second {
        margin-left: 1%;
        margin-right: 1%; } }
    @media screen and (max-width: 500px) {
      .category-expo.second {
        margin-left: auto;
        margin-right: auto; } }
  .category-expo.third {
    float: right; }
    @media screen and (max-width: 780px) {
      .category-expo.third {
        float: left; } }
    @media screen and (max-width: 500px) {
      .category-expo.third {
        margin-left: auto;
        margin-right: auto; } }
  .category-expo .morelink {
    display: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .category-expo .sticklink {
    bottom: 15px;
    position: absolute;
    right: 15px;
    text-decoration: none; }
  .category-expo .cat-thumbnail {
    display: block;
    height: auto;
    width: 100%;
    position: relative; }
    .category-expo .cat-thumbnail img {
      position: relative;
      top: -1px;
      left: -1px;
      width: auto;
      height: auto;
      max-width: 300px;
      max-height: 265px;
      -moz-box-shadow: 0 0 0px transparent;
      -webkit-box-shadow: 0 0 0px transparent;
      box-shadow: 0 0 0px transparent; }
      @media screen and (max-width: 780px) {
        .category-expo .cat-thumbnail img {
          width: 100%;
          height: auto;
          left: 0; } }
      @media screen and (max-width: 500px) {
        .category-expo .cat-thumbnail img {
          width: 100%;
          height: auto;
          left: 0; } }
  .category-expo h2 {
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%; }
    .category-expo h2 a {
      color: #000 !important;
      font-size: 80%;
      text-decoration: none; }
  .category-expo p {
    padding: 20px;
    position: relative;
    text-align: justify;
    top: 0; }

.category-galerie {
  padding-top: 20px; }
  .category-galerie > li {
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3) inset;
    float: left;
    height: 170px;
    list-style: none outside none;
    padding: 11px;
    width: 20%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none; }
    @media screen and (max-width: 780px) {
      .category-galerie > li {
        width: 33%; } }
    @media screen and (max-width: 500px) {
      .category-galerie > li {
        width: 50%; } }
    .category-galerie > li:hover {
      background: #eee;
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 130%; }
  .category-galerie .category-item > a {
    clear: both;
    color: #000000 !important;
    display: block;
    text-decoration: none; }

/*---------------------------*/
/*      CATEGORY OEUVRES     */
/*---------------------------*/
.category-post {
  border: 1px dashed #9C7A4D;
  display: block;
  float: left;
  height: 120px;
  margin-bottom: 0px;
  margin-top: 30px;
  width: 31%;
  padding: 5px;
  background: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left; }
  @media screen and (max-width: 780px) {
    .category-post {
      height: auto;
      width: 48%;
      margin: 1%; } }
  @media screen and (max-width: 500px) {
    .category-post {
      height: auto;
      width: 100%; } }
  .category-post.second {
    margin-left: 2%;
    margin-right: 2%; }
    @media screen and (max-width: 780px) {
      .category-post.second {
        margin-left: 1%;
        margin-right: 1%; } }
  .category-post:hover {
    background: #eee;
    transition: all ease .3s; }
  .category-post h2 {
    font-size: 110%;
    padding-bottom: 10px;
    padding-top: 10px; }
    .category-post h2 a {
      color: #000 !important;
      text-decoration: none !important; }
  .category-post .morelink {
    display: none; }
  .category-post .cat-thumbnail {
    display: block;
    float: left;
    margin-right: 10px; }
    .category-post .cat-thumbnail img {
      height: 105px;
      width: auto; }
      @media screen and (max-width: 780px) {
        .category-post .cat-thumbnail img {
          width: 100%;
          height: auto; } }

/*  OEUVRES */
.second-container {
  clear: both;
  display: block;
  padding-top: 30px;
  width: 100%; }
  .second-container .oeuvre-subcontent {
    border: 1px dashed #9c7a4d;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 5px;
    position: relative;
    width: 900px;
    display: none; }
    @media screen and (max-width: 780px) {
      .second-container .oeuvre-subcontent {
        float: left;
        width: 100%; } }
    .second-container .oeuvre-subcontent .incat-galerie > li {
      border: 1px dashed rgba(0, 0, 0, 0.1);
      height: 160px;
      margin: 1%;
      width: 23% !important;
      background: none;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 1px solid #9c7a4d; }
      @media screen and (max-width: 780px) {
        .second-container .oeuvre-subcontent .incat-galerie > li {
          width: 30% !important; } }
      @media screen and (max-width: 500px) {
        .second-container .oeuvre-subcontent .incat-galerie > li {
          width: 90% !important; } }
      .second-container .oeuvre-subcontent .incat-galerie > li:hover {
        background: #eee;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .second-container .oeuvre-subcontent .incat-galerie > li a {
        background: #EDE2C4;
        box-shadow: none;
        color: #000000 !important;
        display: block;
        width: 100%;
        border: none; }
      .second-container .oeuvre-subcontent .incat-galerie > li img {
        height: 120px;
        width: auto; }
  .second-container .pict-galerie, .second-container .gallery {
    display: block;
    float: right;
    height: auto;
    text-align: left;
    width: 650px;
    min-height: 150px; }
    @media screen and (max-width: 780px) {
      .second-container .pict-galerie, .second-container .gallery {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      .second-container .pict-galerie, .second-container .gallery {
        width: 100%;
        margin-top: 30px; } }
  .second-container .info-supp {
    display: block;
    float: left;
    height: auto;
    text-align: left;
    width: 290px;
    padding-right: 20px;
    min-height: 150px; }
    @media screen and (max-width: 780px) {
      .second-container .info-supp {
        width: 49%;
        padding-right: 1%; } }
    @media screen and (max-width: 500px) {
      .second-container .info-supp {
        width: 100%;
        padding-right: 0px; } }
    .second-container .info-supp > p {
      padding-left: 10px;
      padding-top: 10px; }
  .second-container h2 {
    border-bottom: 1px dashed #9c7a4d;
    display: block;
    font-size: 130%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%; }
  .second-container .supp-links {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 30px; }
    .second-container .supp-links ul {
      clear: both;
      display: block;
      width: 100%; }
      .second-container .supp-links ul li {
        float: left;
        list-style: none outside none;
        text-align: center;
        width: 320px;
        overflow: hidden; }
        @media screen and (max-width: 780px) {
          .second-container .supp-links ul li {
            width: 32%;
            margin-right: 1%; } }
        @media screen and (max-width: 500px) {
          .second-container .supp-links ul li {
            font-size: 100%;
            margin-right: 0;
            width: 100%; } }
        .second-container .supp-links ul li a {
          background: none;
          color: #000;
          display: inline-block;
          padding: 10px;
          text-decoration: none;
          width: 258px;
          border: 1px solid #9c7a4d; }
          @media screen and (max-width: 780px) {
            .second-container .supp-links ul li a {
              width: 100%;
              font-size: 80%; } }
          @media screen and (max-width: 500px) {
            .second-container .supp-links ul li a {
              margin-bottom: 20px;
              width: 100%; } }
          .second-container .supp-links ul li a:hover {
            color: #fff !important;
            background: #9c7a4d; }
  .second-container .ajax-content {
    border: 1px dashed #9c7a4d;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
    clear: both;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 300px;
    width: 95%; }
  .second-container .closediv {
    background: url("../img/closeme.png") no-repeat scroll 0 0 transparent !important;
    top: -5px;
    color: #e1d3b3 !important;
    height: 35px;
    line-height: 100px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    width: 35px; }
    @media screen and (max-width: 780px) {
      .second-container .closediv {
        right: 0;
        top: 0;
        width: 30px;
        height: 30px; } }

/*  pages links */
.pages-links {
  clear: both;
  display: block;
  width: 100%;
  padding-top: 60px; }
  .pages-links li {
    display: block;
    list-style: none outside none; }
  .pages-links .left a {
    color: #000000;
    float: left;
    text-align: left;
    text-decoration: none; }
  .pages-links .left:before {
    content: " "; }
  .pages-links .left:hover {
    color: #866842; }
  .pages-links .right a {
    color: #000000;
    float: right;
    text-align: right;
    text-decoration: none; }
    .pages-links .right a:hover {
      color: #866842; }
    .pages-links .right a:after {
      content: " "; }

/** FOOTER **/
.foot {
  clear: both;
  display: block;
  height: auto;
  padding-top: 30px;
  width: 100%; }
  .foot h3 {
    border-bottom: 1px dashed #9c7a4d;
    display: block;
    font-size: 110%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left; }
  .foot .footright {
    display: inline-block;
    width: 300px; }
  .foot .copyright {
    border-top: 1px dashed #9C7A4D;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 95%; }
  .foot .sitemap {
    display: block;
    float: left;
    padding: 10px;
    width: 660px; }
    @media screen and (max-width: 780px) {
      .foot .sitemap {
        display: none; } }
    .foot .sitemap #openmobilesitemap {
      background: linear-gradient(to bottom, #ede2c4 0%, #b59971 99%) repeat scroll 0 0 transparent;
      -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      color: #000000;
      display: none;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-decoration: none; }
    .foot .sitemap .sitemap-navigation li {
      float: left;
      list-style: none outside none;
      width: 100px;
      height: 20px !important; }
      .foot .sitemap .sitemap-navigation li ul {
        display: block;
        height: auto;
        width: 100px; }
        .foot .sitemap .sitemap-navigation li ul li {
          font-size: 90%;
          margin: 0;
          padding-top: 5px; }
          .foot .sitemap .sitemap-navigation li ul li a {
            height: 100%;
            text-decoration: none;
            width: 100%; }
      .foot .sitemap .sitemap-navigation li a {
        color: #866842;
        display: block;
        height: 100%;
        text-align: left;
        text-decoration: underline;
        width: 100%; }
        .foot .sitemap .sitemap-navigation li a:hover {
          color: #000000; }
  .foot .cols-3 {
    display: block;
    float: left;
    padding: 10px;
    width: 300px; }
    @media screen and (max-width: 780px) {
      .foot .cols-3 {
        float: none;
        width: 100%; } }
    .foot .cols-3 .addthis_toolbox {
      display: block;
      height: 80px;
      width: 100%; }
      .foot .cols-3 .addthis_toolbox a img {
        height: auto;
        padding: 2px;
        width: 42px; }

/** CAROUFREDSEL **/
.caroufredsel_wrapper {
  bottom: auto !important;
  display: block !important;
  float: right !important;
  height: 164px !important;
  left: 0 !important;
  margin: 0 45px 0 0 !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: left !important;
  top: auto !important;
  width: 575px !important;
  z-index: auto !important; }
  @media screen and (max-width: 780px) {
    .caroufredsel_wrapper {
      margin: auto !important;
      width: 95% !important; } }

.image_carousel {
  padding: 10px 0 10px 30px;
  position: relative; }
  .image_carousel a {
    display: block;
    float: left; }
    .image_carousel a.prev {
      background: none;
      width: 40px;
      height: 100px;
      display: block;
      position: absolute;
      top: 20px;
      left: -10px;
      background-position: 0 0; }
      .image_carousel a.prev:hover {
        background-position: 0 -50px; }
      .image_carousel a.prev span {
        display: block; }
    .image_carousel a.next {
      background: none;
      width: 40px;
      height: 100px;
      display: block;
      position: absolute;
      top: 20px;
      right: 2px;
      background-position: -50px 0; }
      .image_carousel a.next:hover {
        background-position: -50px -50px; }
      .image_carousel a.next span {
        display: block; }
  .image_carousel img {
    border: 0px solid #ccc;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left; }
  .image_carousel .fredlink {
    display: inline-block;
    float: left;
    margin: 7px;
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    background: #ede2c4;
    text-decoration: none;
    position: relative; }
  .image_carousel .clearfix {
    float: none;
    clear: both; }

@media screen and (max-width: 780px) {
  .caroufredsel_wrapper .fredlink > img {
    height: auto !important;
    width: 100px !important; } }
/** contact form 7 **/
@media screen and (max-width: 780px) {
  .googlemapsframe {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .googlemapsframe {
    display: none; }

  div.wpcf7 img.ajax-loader {
    height: 20px;
    width: 20px; } }
.contactform {
  display: block;
  float: right;
  text-align: left;
  width: 460px; }
  @media screen and (max-width: 780px) {
    .contactform {
      width: 48%; } }
  @media screen and (max-width: 500px) {
    .contactform {
      width: 100%; } }
  .contactform .demi {
    padding-top: 0;
    padding-bottom: 0; }
  .contactform .full {
    clear: both;
    display: block;
    padding: 10px; }
    .contactform .full input[type="submit"] {
      display: block;
      margin: 0;
      position: absolute;
      right: -30px; }
    .contactform .full .secure {
      margin-bottom: 0;
      margin-top: -15px;
      width: 98%; }

.wpcf7-form label {
  display: inline;
  height: 45px; }
.wpcf7-form input {
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px #000000 inset;
  -webkit-box-shadow: 0 0 1px #000000 inset;
  box-shadow: 0 0 1px #000000 inset;
  border: 0 solid #CDCDCD;
  color: #000;
  background: #f0e5c9;
  display: block;
  margin: 0;
  padding: 9px 2px 9px 5px;
  width: 98%;
  font-size: 1rem; }
  .wpcf7-form input[type="submit"] {
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 0 1px #000000;
    -webkit-box-shadow: 0 0 1px #000000;
    box-shadow: 0 0 1px #000000;
    float: right;
    font-weight: bold;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    width: 100px; }
.wpcf7-form textarea {
  border: 1px solid #CDCDCD;
  border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 0 0 1px #000000 inset;
  -webkit-box-shadow: 0 0 1px #000000 inset;
  box-shadow: 0 0 1px #000000 inset;
  border: 0 solid #CDCDCD;
  color: #000;
  display: block;
  margin: 0;
  padding: 9px 2px 3px 5px;
  width: 98%;
  background: #f0e5c9;
  font-size: 1rem; }
.wpcf7-form .demi {
  display: block;
  float: left;
  padding: 10px;
  text-align: left;
  width: 50%; }
  @media screen and (max-width: 780px) {
    .wpcf7-form .demi {
      width: 100%; } }
.wpcf7-form .full input[type="submit"] {
  background: #9c7a4d;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 50px;
  padding: 0;
  width: 200px;
  cursor: pointer; }
.wpcf7-form .secure {
  clear: both;
  margin-bottom: 20px;
  width: 98%;
  border: none;
  border-radius: 3px;
  -moz-box-shadow: 0 0 1px #000000 inset;
  -webkit-box-shadow: 0 0 1px #000000 inset;
  box-shadow: 0 0 1px #000000 inset;
  background: #f0e5c9;
  height: 38px; }
  .wpcf7-form .secure .wpcf7-form-control.wpcf7-captchar {
    float: left;
    margin-right: 2%;
    width: 70%;
    border: none;
    background: none;
    border-radius: 0;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }
  .wpcf7-form .secure .wpcf7-form-control.wpcf7-captchac {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    float: right;
    height: 36px;
    margin-right: 1px;
    margin-top: 1px;
    width: 100px;
    margin-bottom: 0px !important; }
  .wpcf7-form .secure .wpcf7-not-valid-tip {
    display: inline-block;
    width: 100%; }
.wpcf7-form .wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 brown;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  color: #fff !important;
  margin-top: -2px;
  padding: 5px;
  width: 98%; }
.wpcf7-form div.wpcf7-validation-errors {
  background: none;
  border: 0 solid #398f14;
  border-radius: 3px;
  color: green;
  height: 0;
  padding: 8px;
  position: relative;
  width: 100%; }
.wpcf7-form div.wpcf7-mail-sent-ok {
  background: none;
  border: 0 solid #398f14;
  border-radius: 3px;
  color: green;
  height: 0;
  padding: 8px;
  position: relative;
  width: 100%; }

/*---------------------------*/
/*         LES LIENS         */
/*---------------------------*/
.linkbox {
  border: 1px dashed #9C7A4D;
  display: block;
  float: left;
  height: 100px;
  width: 303px;
  margin-bottom: 20px;
  background: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 780px) {
    .linkbox {
      width: 48%;
      margin: 1%; } }
  @media screen and (max-width: 615px) {
    .linkbox {
      height: auto;
      width: 100%;
      margin: auto;
      margin-bottom: 20px; } }
  .linkbox h2 {
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
    text-align: left;
    font-size: 110%; }
  .linkbox > p {
    margin: 5px 0 0 !important;
    text-align: left;
    font-size: 90% !important; }
  .linkbox:hover {
    background: #eee;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .linkbox.second {
    margin-left: 25px;
    margin-right: 25px; }
    @media screen and (max-width: 780px) {
      .linkbox.second {
        margin-left: 1%;
        margin-right: 1%; } }
    @media screen and (max-width: 500px) {
      .linkbox.second {
        margin-left: auto;
        margin-right: auto; } }
  .linkbox .linkimg {
    display: block;
    float: left;
    padding: 10px;
    padding-right: 20px; }
  .linkbox .linkhref {
    bottom: 0;
    display: block;
    margin-top: 5px;
    right: 0;
    text-align: left;
    text-decoration: none !important;
    color: #000 !important;
    font-size: 90% !important; }

/*---------------------------*/
/*         CREATOR           */
/*---------------------------*/
#creator {
  float: right;
  margin-bottom: 20px; }
  #creator .logodp {
    float: right;
    margin-left: 5px; }
  #creator .creator {
    float: left;
    width: 250px;
    text-align: right;
    margin-top: 7px;
    font-size: 12px;
    color: #000; }
  #creator a {
    text-decoration: none; }

/*---------------------------*/
/*       MAIL CHIMP          */
/*---------------------------*/
#mc_embed_signup {
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 300px; }
  #mc_embed_signup form {
    display: block;
    padding: 0px !important;
    position: relative;
    text-align: left; }
  #mc_embed_signup div.mce_inline_error {
    background-color: #6B0505;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 5px 10px;
    position: absolute !important;
    top: 39px !important;
    z-index: 1; }
  #mc_embed_signup .mc-field-group label {
    display: none;
    margin-bottom: 0px; }
  #mc_embed_signup .mc-field-group input[type=email] {
    background: none repeat scroll 0 0 transparent;
    border-color: #866842;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    display: block;
    font-size: 100%;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-indent: 0;
    width: 95%; }
  #mc_embed_signup .mc-field-group input[type="submit"] {
    display: block;
    float: right;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 13%;
    background: url(../img/gogo.png); }

/** BOXES A VERIFIER **/
.box-2 {
  display: block;
  width: 470px;
  height: auto; }

.padleft {
  float: left;
  margin-left: 0px;
  margin-right: 10px; }

.padright {
  float: left;
  margin-left: 0px;
  margin-right: 10px; }

.pict-galerie {
  float: left;
  text-align: left; }

.fancybox-opened .fancybox-title {
  visibility: hidden !important; }

.fancybox-placeholder {
  background: #f0e5c9 !important; }
  

