/* GLOBAL */

  /* All */
  .embedsocial-hashtag{
    overflow: auto ;
  max-height: 500px ;
  }
    body {
      min-width: 990px;
      position: relative;
      font-family: 'arca_majoraheavy';
      letter-spacing: 2px;
    }
    article { width: 100%; display: inline-block; background-color: #fff }
    p { margin: 20px 0; }
    h5 { font-size: 20px; margin-bottom: 30px; }
    a { color: #8e8386; }

    .button {
      min-width: 190px;
      padding: 15px 25px;
      border: 1px solid;
      color: #8e8386;
      display: inline-block;
      font-size: 10px;
      cursor: pointer;

      text-align: center;
      letter-spacing: 1px;
      font-family: 'arca_majoraheavy';
      font-size: 10px;
      line-height: 15px;
    }
    .button:hover {
      background-color: #8e8386;
      color: #fff
    }
    .button.gold { color: #c79728; }
    .button.gold:hover {
      background-color: #c79728 !important;
      color: #fff
    }

    .button.white {
      border-color: #fff;
      color: #fff;
    }

    .button.blue {
      border-color: #6c8b9f;
      color: #6c8b9f;
    }

    .button.blue:hover {
      background-color: #6c8b9f;
      color: white;
    }

    .button.big {
      font-size: 16px;
      padding: 20px 30px;
    }

    .arca { font-family: 'arca_majoraheavy' !important; font-size: 14px }
    .quattro { font-family: 'quattrocentoregular' !important; }
    .black { color: #000; }
    .block { display: block; }
    .right { float: right !important; }
    .center { text-align: center; }
    .white, .whiteall * { color: #fff !important }
    .black { color: #000 !important }
    .forceone p { width: 100%; display: block !important; }
    .font13 { font-size: 13px; }
    .texte { background: #f1f1f1 !important }
    .typetexte { font-size: 16px !important; letter-spacing: 2px !important; line-height: 40px !important; }
    .icon { position: relative; top: 1px; }
    .left { text-align: left; }
    .trait {
      display: inline-block;
      width: 20px; height: 1px;
      margin-bottom: 30px;
      background: #392d41;
    }
    .fright { float: right; }
    .fleft {  float: left; }
    .arrow { letter-spacing: -3px !important; }
    .noheight { height: auto !important }

    .valign {
      display: table;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .valignchild {
      display: table-cell;
      vertical-align: middle;
    }
    .valignchild p:last-child { margin-bottom: 0 }

  /* Animation */

    .button, .animation, .animation * {
      -webkit-transition: all 250ms ease-out;
      -moz-transition: all 250ms ease-out;
      -ms-transition: all 250ms ease-out;
      -o-transition: all 250ms ease-out;
      transition: all 250ms ease-out;
    }

    .noanimation, .noanimation * {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
    }



/* HEADER */

  header {
    width: 100%;
    padding: 50px 4% 0;
    position: fixed;
    top: 0; left: 0;
    color: #fff;
    font-size: 12px;
    z-index: 2;
  }

  header .bg {
    z-index: -1;
    position: absolute;
    left: 0; top:0;
    width: 100%;
    height: 200px;
    background: -webkit-linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,0));
    background:    -moz-linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,0));
    background:     -ms-linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,0));
    background:      -o-linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,0));
    background:         linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    pointer-events: none;
  }

  header nav { float: left; width: 65%; }
  header nav a {
    padding-bottom: 18px;
    margin-right: 2%;
    color: #fff;
    border-bottom: 1px solid transparent;
  }
  header nav a:last-child { margin-right: 0 }
  header nav a.active { border-color: #fff; }
  header nav:hover a { opacity: .7 }
  header nav:hover a:hover { opacity: 1 }

  /* Bloc newsletter */

    .newsletter {
      position: relative;
      font-size: 13px;
      font-family: 'quattrocentoregular';
      letter-spacing: 0;
      color: #8e8386;
    }
    .newsletter input {
      font-family: 'arca_majoraheavy';
      letter-spacing: 2px;
    }
    .newsletter input[type=EMAIL] {
      width: 220px;
      height: 50px;
      padding: 0 20px;
      background: none;
      border: 1px solid;
    }
    .newsletter input[type=submit] {
      height: 44px;
      padding: 0 18px;
      position: absolute;
      top: 3px; right: 0;
      border: none;
      background: none;
      border-left: 1px solid;
      cursor: pointer;
    }
    .newsletter input[type=EMAIL], .newsletter input[type=submit] { border-color: #e3e1e1; color: #8e8386; }
    .newsletter input[type=submit]:hover { background: rgba(255,255,255,.1) }

    .newsletter .form.mc4wp-form { position: relative; float: right; }
    .newsletter .mc4wp-alert { position: absolute; bottom: -30px; }
    .newsletter .mc4wp-alert.mc4wp-notice, .newsletter .mc4wp-alert strong, #popups .newsletter .mc4wp-alert { display: none; }

    header .newsletter {
      top: -16px;
      float: right;
      margin-right: 20px;
      color: #fff;
       z-index: 2
    }
    header .newsletter .registernews {
      position: absolute;
      top: -20px; left: 0;
      margin: 0;
    }
    .newsletter input[type=text] { padding: 0 65px 0 5%; font-family: arial; }
    header .newsletter input[type=submit] { padding: 0 15px; }
    header .newsletter input[type=text], header .newsletter input[type=submit] { border-color: rgba(255,255,255,.2); color: #fff; }
    header ::-webkit-input-placeholder { color:#fff; }
    header ::-moz-placeholder { color:#fff; }
    header :-moz-placeholder { color:#fff; }
    header :-ms-input-placeholder { color:#fff; }

  /* Bloc langues */

    header #language {
      float: right;
      position: relative;
      top: -15px;
    }
    header #language a {
      color: #fff;
      margin-top: -1px;
      border: 1px solid;
      width: 100%;
      padding: 18px 20px;
      text-align: center;
      display: block;
    }
    header #language .sub { display: none; }
    header #language a:hover { background: rgba(255,255,255,.2) }
    header #language li:first-child a i {
      position: relative;
      top: -4px; right: -4px;
      margin-left: 2px;
      display: inline-block;
      border: 3px solid #fff;
      border-left-color: transparent;
      border-top-color: transparent;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

  /* No bg */

    header.nobg {
      color: #392d41;
      background: -moz-linear-gradient(top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0)));
      background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0) 100%);
      background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0) 100%);
      background: -ms-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0) 100%);
      background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#00ffffff',GradientType=0 );
    }

    header.nobg nav a { color: #392d41; }
    header.nobg nav a.active { border-color: #392d41; }
    header.nobg .newsletter { color: #392d41 }
    header.nobg .newsletter input[type=text], header.nobg .newsletter input[type=submit] {
      border-color: rgba(57,45,65,.2);
      color: #392d41;
    }
    header.nobg .newsletter input[type=submit]:hover { background: rgba(57,45,65,.1) }
    header.nobg ::-webkit-input-placeholder { color:#392d41; }
    header.nobg ::-moz-placeholder { color:#392d41; }
    header.nobg :-moz-placeholder { color:#392d41; }
    header.nobg :-ms-input-placeholder { color:#392d41; }

    header.nobg #language a { color: #392d41 }
    header.nobg #language a:hover { background: rgba(57,45,65,.2) }
    header.nobg #language li:first-child a i {
      border-color: #392d41;
      border-left-color: transparent;
      border-top-color: transparent;
    }



/* FOOTER */

  footer {
    position: relative;
    padding: 75px 4%;
    color: #443c4a;
    font-size: 10px;
  }

  footer nav { float: right }
  footer a { color: #443c4a; margin-left: 18px; }
  footer nav:hover a { opacity: .7 }
  footer nav:hover a:hover { opacity: 1 }

  footer #scrolltop {
    width: 60px; height: 50px;
    position: absolute;
    left: 50%; top: 42%;
    margin-left: -30px;
    border: 1px solid #d7d5d9;
    cursor: pointer;
    background: url(../img/arrowtop.gif) no-repeat center;
  }
  footer #scrolltop:hover
  {
    background-position-y: 10px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }



/* POPUPS */

  #popups {
    width: 100%;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 10;
    font-size: 16px;
    line-height: 30px;
    display: none;
  }
  #popups .popup {
    margin: 5%;
    display: none;
  }
  #popups .popup .content {
    width: 100%; max-width: 1350px;
    padding: 10% 25%;
    margin: auto;
    position: relative;
    background: #fff;
  }
  #popups .popup .content h2 {
    position: relative;
    margin-bottom: 70px;
    font-size: 24px;
    line-height: 60px;
    color: #443c4a;
  }
  #popups .popup .content h2 .bulle {
    position: absolute;
    left: -35px; top: 18px;
  }
  #popups .popup .content p {
    text-align: justify;
    color: #8e8386;
    margin: 0 0 45px;
    letter-spacing: 0;
  }
  #popups .popup .poptitle {
    display: block;
    font-family: 'arca_majoraheavy';
    font-size: 20px;
    margin: 20px 0 30px;
  }
  .close {
    position: absolute;
    right: 50px; top: 40px;
    color: #8e8386;
    font-size: 10px;
    cursor: pointer;
  }
  .close i {
    width: 26px; height: 26px;
    position: relative;
    top: 9px;
    margin-left: 10px;
    display: inline-block;
    background: url(../img/close.gif) no-repeat;
  }

  .botbandeau {
    width: 81%;
    margin: 0 5%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    padding: 30px;
    text-align: center;
  }
  .botbandeau a {
    margin: 0 10px;
  }



/* PAGE */

  /* Intro */

    #intro {
      display: block;
      padding-top: 150px;
      overflow: hidden;
      min-height: 540px;
      background: url(../img/introfond.jpg) no-repeat center;

      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    #intro.apropos { background-image: url(../img/pcollection.jpg); }
    #intro.collection { background-image: url(../img/pcollection.jpg); }
    #intro.contact { background-image: url(../img/pcontactbg.jpg); }
    #intro.blog { background-image: url(../img/blog.jpg); }
    #intro.conferences { background-image: url(../img/pconferences.jpg) }

    .es-header-btn {
      background-color: #00f3ff !important;
    }

    .label-text{
      margin: 50px;
    }

    .twitter-timeline-rendered{
      display: inline-flex !important;
    }

    #intro h1 {
      font-size: 90px;
      text-align: center;
      color: #fff;
      letter-spacing: 10px;
      max-width: 1000px;
      margin: 0 auto;
    }

    #intro h1.title-small {
      font-size: 46px;
      line-height: 1.5;
    }
    #intro h1 span {
      display: block;
      margin-top: 40px;
      text-transform: uppercase;
      font-size: 20px;
      font-family: 'hans_kendrick_3regular';
      letter-spacing: 4px;
    }

    #intro.calendrier h1 {
      font-size: 33px;
    }

    #intro.calendrier h1 span {
      margin-top: 20px;
    }

    #intro.calendrier { min-height: 380px; padding-top: 150px; background-image: url(../img/pconferences.jpg); }

    #intro #scroll {
      position: relative;
      height: 110px;
      margin: 70px 0;
      text-align: center;
      color: #fff;
      cursor: pointer;
    }
    #intro #scroll.page { margin-top: 120px }
    #intro #scroll img {
      margin-top: -140px;
      pointer-events: none;
    }
    #intro #scroll p {
      width: 100%;
      position: absolute;
      bottom: -15px;
      font-size: 12px;
    }
    #intro #scroll:hover img {
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -o-transform: translateY(5px);
      transform: translateY(5px);
    }
    #intro #scroll:hover p {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
    }

    #intro .blocsline {
      margin-bottom: 4%;
      text-align: center;
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 4%;
    }
    #intro .blocsline > div {
      width: 30%; height: 100%;
      padding: 3%;
      float: left;
      text-align: left;
      background: #fff;
      font-size: 10px;
    }
    #intro .blocsline > div:nth-child(2) { margin: 0 5% }
    #intro .blocsline div h3 {
      color: #8e8386;
      text-transform : uppercase;
      font-family: 'hans_kendrick_3regular';
      line-height: 2;
    }
    #intro .blocsline div p {
      color: #443c4a;
      line-height: 28px;
      font-size: 18px;
      font-family: 'quattrocentoregular';
    }

  /* Blocs */

    .blocs, .blocslarge {
      width: 100%;
      height: 700px;
      margin-top: -5px;
      position: relative;
    }
    .blocslarge { text-align: center; }
    .blocslarge h4 { margin: 90px 0 50px }
    .blocs h4 {
      font-size: 20px;
      color: #443c4a;
      line-height: 30px;
    }
    .blocs .bloccontain {
      width: 35%;
      height: 50%;
      padding: 5%;
      float: left;
      background: no-repeat center;

      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
    .blocs .bloccontain p {
      color: #8e8386;
      line-height: 22px;
      font-size: 13px;
      font-family: 'quattrocentoregular';
      letter-spacing: 0;
    }
    .blocs .big {
      position: relative;
      width: 65%; height: 100%;
      padding-top: 72px;
      text-align: center;
    }
    .blocs .medium{
      position: relative;
      width: 50%;
      height: 100%;
    }
    .blocs .big h4 {
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 2px;
    }
    .blocs .big p {
      font-size: 20px;
      line-height: 36px;
      letter-spacing: 2px;
    }
    .blocs .big .img { width: 100%; height: 100%; display: block; }
    .blocs .big .arca { font-size: 14px; }

    .blocs .p2cols {
      width: 46%;
      float: left;
      font-family: 'quattrocentoregular';
      text-align: left;
      line-height: 23px;
      letter-spacing: 1px;
      color: #8e8386
    }
    .blocs .p2cols b { font-family: 'quattrocentobold'; }
    .blocs .p2cols:last-child { float: right; }
    .blocs .p2cols li { margin-bottom: 40px; }
    .blocs .p2cols li:last-child { margin-bottom: 0; }

    .blocs .bloccontain.onecol { height: 100% }
    .blocs .bloccontain.onecol h4 { margin-bottom: 45px }
    .blocs .bloccontain.onecol .button { margin-top: 45px }

    .blocs .btnunderline { font-family: 'arca_majoraheavy'; color: #fff; }
    .blocs .btnunderline span { display: inline-block; border-bottom: 2px solid; cursor: pointer; }

    .blocs .colimg { position: absolute; }

  /* SLIDES */

    #slideshow {
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    #slideshow .slide {
      text-align: left;
    }
    #slideshow .prev, #slideshow .next {
      height: 470px;
      position: absolute;
      top: 0;
      padding: 2.2%;
      cursor: pointer;
      text-align: center;
    }
    #slideshow .prev i, #slideshow .next i {
      position: absolute;
      top: 50%;
      padding: 15px;
      margin-top: -15px;
      border: 1px solid #443c4a;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #slideshow .prev:hover, #slideshow .next:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
    #slideshow .prev, #slideshow .next i { left: 0; }
    #slideshow .prev i {
      border-top-color: transparent;
      border-right-color: transparent;
    }
    #slideshow .next, #slideshow .prev i { right: 0; }
    #slideshow .next i {
      border-bottom-color: transparent;
      border-left-color: transparent;
    }

    #slideshow .slide ul {
      width: 20000px;
      position: relative;
      display: inline-block;
      margin-left: 5%;
    }
    #slideshow .slide ul li {
      width: 300px;
      margin-right: 30px;
      padding: 20px;
      min-height: 470px;
      background: #fff;
      float: left;
      position: relative;
      cursor: pointer;

      text-align: left;
      font-family: 'quattrocentoregular';
      font-size: 13px;
      line-height: 16px;
    }

    #slideshow .slide ul li img {
      width: 100%;
      margin-bottom: 25px;
    }
    #slideshow .slide ul li h5 {
      margin-bottom: 20px;
      line-height: 24px;
    }
    #slideshow .slide ul li b {
      font-family: 'quattrocentobold';
    }
    #slideshow .slide ul li .block {
      margin-bottom: 10px;
    }
    #slideshow .slide ul li .button {
      width: 125px;
      min-width: initial;
      padding: 10px 0;
      color: #c79728
    }
    #slideshow .slide ul li .button:hover { color: #fff; background: #c79728; }
    #slideshow .slide ul li .prix {
      float: right;
      font-family: 'arca_majoraheavy';
      font-size: 16px;
      margin-top: 10px;
      letter-spacing: 0;
    }
    #slideshow .slide ul li .content {
      padding: 0 20px;
      position: relative;
      height: 215px;
    }
    #slideshow .slide ul li .moreinfos {
      width: 100%;
      position: absolute;
      bottom: 0; left: 0;
      padding: 0 20px;
    }
    #slideshow .slide ul li .informations {
      height: 320px;
      width: 100%;
      overflow: auto;
      position: absolute;
      top: 0; left: 0;
      margin: 0;
      padding: 20px;
      background: rgba(255,255,255,.9);
      line-height: 22px;
      font-size: 14px;
      letter-spacing: 1px;
      opacity: 0;
    }
    #slideshow .slide ul li .image {
      height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 20px;
    }
    #slideshow .slide ul li:hover .informations { opacity: 1; }
    /*#slideshow .slide ul li:hover h5, #slideshow .slide ul li:hover .block { opacity: 0; }*/

    .nav {
      margin-top: 20px;
    }
    .nav li {
      display: inline-block;
      padding: 5px;
      cursor: pointer;
      margin: 0 -2px;
    }
    .nav li i {
      display: inline-block;
      border: 1px solid transparent;
      border-radius: 10px;
      padding: 3px;
    }
    .nav li:hover i, .nav li.active i {
      border: 1px solid #8e8386;
    }
    .nav li i:before {
      content: '';
      background: #8e8386;
      padding: 2px;
      border-radius: 2px;
      display: block;
    }

    #productlistes {
      width: 100%;
      padding: 0;
      height: auto;
      margin-top: 30px;
    }
    #productlistes .nav {
      width: 100%;
      position: absolute;
      bottom: 0; left: 0;
      padding: 10%;
    }
    #productlistes .produits {
      width: 100%;
      display: inline-block;
      font-family: 'quattrocentoregular';
      text-align: left;
      color: #443c4a !important;
    }
    #productlistes .produits h5 {
      min-height: 70px;
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 35px;
    }
    #productlistes .produits p {
      font-size: 14px;
      line-height: 20px;
    }
    #productlistes .produits li {
      width: 300px;
      float: left;
      padding: 20px;
      background: #fff;
      height: 430px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      margin-right: 30px;
    }
    #productlistes .produits li.active { display: block; }
    #productlistes .produits li img { width: 100% }

    #productlistes .produits li .moreinfos {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0; top: 0;
      padding: 345px 15%;
      background: rgba(255,255,255,0);
    }

    #productlistes .produits li:hover .moreinfos {
      -webkit-transform: translateY(-200px);
      -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
      -o-transform: translateY(-200px);
      transform: translateY(-200px);
      background: rgba(255,255,255,.8);
    }

    #productlistes .next {
      height: 50px;
      position: absolute;
      right: 4%;
      top: 280px;
      font-size: 10px;
      color: #8e8386;
      cursor: pointer;
    }
    #productlistes .next i {
      padding: 12px;
      display: inline-block;
      border: 1px solid #8e8386;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: relative;
      top: 10px; left: -10px;

      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #productlistes .next:hover i {
      -webkit-transform: scale(1.1) translateX(3px) rotate(45deg);
      -moz-transform: scale(1.1) translateX(3px) rotate(45deg);
      -ms-transform: scale(1.1) translateX(3px) rotate(45deg);
      -o-transform: scale(1.1) translateX(3px) rotate(45deg);
      transform: scale(1.1) translateX(3px) rotate(45deg);
    }

  /* SPECIAL */

    #intro.single {
      background: #fff;
      color: #8e8386;
      font-size: 16px;
      line-height: 30px;
    }
    #intro.single h1 {
      font-size: 90px;
      font-family: 'arca_majoraheavy';
      color: #392d41;
    }
    #intro.single h2 {
      margin-top: 60px;
      font-size: 30px;
      color: #392d41
    }
    #intro .contain {
      width: 50%;
      margin: 160px auto;
    }

    #bloccalendar h4 { margin-bottom: 30px; }
    #bloccalendar h4.currentdate { text-align: center; overflow: hidden; height: 30px; }
    #bloccalendar h4.currentdate span { display: block; }

    #bloccalendar #legends {
      background: #fafafa;
      padding: 10px 20px;
      margin-right: 40px;
      margin-bottom: 10px;
    }

    #bloccalendar #legends li {
      cursor: pointer;
      position: relative;
      display: inline-block;
      padding-left: 30px;
      margin: 10px 30px 10px 0;
    }
    #bloccalendar #legends li span {
      display: inline-block;
    }
    #bloccalendar #legends li .bulle {
      margin-right: 15px;
      position: absolute;
      top: -5px; left: 0;
    }

    #bloccalendar #calendar {
      position: relative;
    }

    #bloccalendar #calendar .prev span, #bloccalendar #calendar .next span { display: inline-block; }
    #bloccalendar #calendar .prev span.new, #bloccalendar #calendar .next span.new { opacity: 0; margin: 0 10px; }

    #bloccalendar #calendar .prev, #bloccalendar #calendar .next {
      position: absolute;
      top: 54px;
      font-size: 12px;
      padding: 0 15px 15px;
      cursor: pointer;
    }
    #bloccalendar #calendar .prev { left: -30px; }
    #bloccalendar #calendar .next { right: -30px; }
    #bloccalendar #calendar .prev i, #bloccalendar #calendar .next i {
      width: 30px; height: 30px;
      display: inline-block;
      position: relative;
      top: 10px;
      border: 1px solid #dad8db;
      border-left-color: transparent;
      border-top-color: transparent;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    #bloccalendar #calendar .next i {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    #bloccalendar #calendar .prev:hover {
      -webkit-transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      -o-transform: translateX(-5px);
      transform: translateX(-5px);
    }
    #bloccalendar #calendar .next:hover {
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
      -o-transform: translateX(5px);
      transform: translateX(5px);
    }
    #bloccalendar #calendar .prev:hover i, #bloccalendar #calendar .next:hover i {
      margin: 0 -5px;
    }

    #bloccalendar #calendar ul {
      width: 100%;
      display: table;
      font-size: 13px;
      font-family: 'quattrocentoregular';
      text-align: left;
    }
    #bloccalendar #calendar ul li {
      width: 100px;
      display: table-cell;
      border-left: 1px solid transparent;
      padding: 15px 7px 0 ;
    }
    #bloccalendar #days {
      border-bottom: 1px solid #ddd;
      overflow: hidden;
    }
    #bloccalendar #days .calendarline {
      width: 200%;
      clear: both;
    }
    #bloccalendar #days ul {
      width: 50%;
      float: left;
      border-right: 1px solid #ddd;
    }
    #bloccalendar #days ul li {
      width: 14%; height: 75px;
      font-size: 12px;
      background: #fff;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
    }
    #bloccalendar #days ul li.sub { background: none }
    #bloccalendar #days ul li.sub .bulle { background: #ddd }
    #bloccalendar #days ul li span {
      display: block;
      text-align: right;
      margin-top: 16px;
    }
    #bloccalendar #days ul li span i { margin-left: 5px; }
    #bloccalendar #days ul li span i:first-child { margin-left: 0; }

    .bulle {
      height: 20px; width: 20px;
      display: inline-block;
      border-radius: 10px;
      cursor: pointer;
      margin-right: 5px;
    }

    .bulle a{
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
    }

    .bulle a .info{
      display: none;
      position: absolute;
      bottom: 100%;
      left: 50%; margin-left: -100px;
      margin-bottom: 4px;
      width: 200px;
      text-align: center;
    }

    #bloccalendar #days ul li:first-child .bulle a .info {
      left: -20px; margin-left: 0;
      text-align: left;
    }

    #bloccalendar #days ul li:last-child .bulle a .info {
      left: auto; right: -10px;
      text-align: right;
    }

    .bulle a:hover .info{
      display: block;
    }

    #bloccalendar #days ul li .bulle a span{
      display: inline-block;
      border: 1px solid #CCC;
      background-color: #fff;
      text-align: center;
      padding: 4px;
      font-size: 10px;
      font-family: 'hans_kendrick_3regular';
      color: #000;
        letter-spacing: 2px;
      box-shadow: 0 3px 5px rgba(0,0,0,.2);
    }

    .bulle.bgturk {
      background: #15dbd5;
      background: -webkit-linear-gradient(#13e5ca, #17cfe3);
      background:    -moz-linear-gradient(#13e5ca, #17cfe3);
      background:     -ms-linear-gradient(#13e5ca, #17cfe3);
      background:      -o-linear-gradient(#13e5ca, #17cfe3);
      background:         linear-gradient(#13e5ca, #17cfe3);
    }
    .bulle.bgpurple {
      background: #825af7;
      background: -webkit-linear-gradient(#7258f7, #975df7);
      background:    -moz-linear-gradient(#7258f7, #975df7);
      background:     -ms-linear-gradient(#7258f7, #975df7);
      background:      -o-linear-gradient(#7258f7, #975df7);
      background:         linear-gradient(#7258f7, #975df7);
    }
    .bulle.bgpink {
      background: #f25bc9;
      background: -webkit-linear-gradient(#f75898, #ee5df7);
      background:    -moz-linear-gradient(#f75898, #ee5df7);
      background:     -ms-linear-gradient(#f75898, #ee5df7);
      background:      -o-linear-gradient(#f75898, #ee5df7);
      background:         linear-gradient(#f75898, #ee5df7);
    }
    .bulle.bgorange {
      background: #f7b138;
      background: -webkit-linear-gradient(#f79f58, #f7c01b);
      background:    -moz-linear-gradient(#f79f58, #f7c01b);
      background:     -ms-linear-gradient(#f79f58, #f7c01b);
      background:      -o-linear-gradient(#f79f58, #f7c01b);
      background:         linear-gradient(#f79f58, #f7c01b);
    }
    .bulle.bggreen {
      background: #3bf784;
      background: -webkit-linear-gradient(#58f7a7, #1bf75f);
      background:    -moz-linear-gradient(#58f7a7, #1bf75f);
      background:     -ms-linear-gradient(#58f7a7, #1bf75f);
      background:      -o-linear-gradient(#58f7a7, #1bf75f);
      background:         linear-gradient(#58f7a7, #1bf75f);
    }

    #contact {
      padding: 0 18% 0 32%;
      font-size: 13px;
    }
    #contact div {
      position: relative;
      margin-bottom: 30px;
    }
    #contact span {
      width: 100px;
      position: absolute;
      left: -130px; top: 20px;
      text-align: right;
    }
    #contact input, #contact textarea, #contact select {
      padding: 20px;
      width: 100%;
      resize: none;
      font-family: 'quattrocentoregular' !important;
      font-size: 13px;
      border-radius: 0;
      border: 1px solid #ddd;
      background: #fff;

      outline: none;
      -webkit-appearance: none;
      -moz-appearance:    none;
      appearance:         none;
    }
    #contact .button {
      font-family: 'arca_majoraheavy' !important;
      background: none;
      color: #8e8386 !important;
    }
    #contact select {
      cursor: pointer;
    }
    #contact textarea {
      height: 260px;
    }
    #contact div .cross {
      width: 15px; height: 15px;
      position: absolute;
      top: 15px; right: 25px;
      transform: rotate(45deg);
      border: 1px solid #bbb;
      border-top: transparent;
      border-left: transparent;
    }

    #blog {
      min-height: 800px;
      padding: 0;
      float: none;
      font-family: 'quattrocentoregular' !important;
    }
    #blog .contain {
      width: 700px;
      text-align: left;
      display: inline-block;
    }
    .blocs .sidebar {
      position: absolute;
      top: 0; right: 0;
      background: #f8f8f8;
    }
    #blog article {
      padding: 60px 0;
      border-top: 1px solid #eee;
    }
    #blog article.pagination, #blog article:first-child {
      border: none;
    }
    #blog article.pagination {
      background: #f1f1f1;
      font-size: 10px;
      color: #8e8386;
    }
    #blog article.pagination span {
      font-size: 10px;
    }
    #blog article img.mea {
      margin-bottom: 60px;
      width: 100%;
    }
    #blog article h5 {
      margin-bottom: 20px;
      color: #443c4a;
      font-size: 28px;
    }
    #blog article .infos {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px;
      color: #8e8386;
    }
    #blog article .infos:last-child {
      margin-bottom: 0;
    }
    #blog article .infos .date {
      float: left;
      font-size: 16px;
    }
    #blog article .infos .tags {
      float: right;
      font-size: 12px;
      letter-spacing: 0;
    }
    #blog article .infos .tags a {
      color: #8e8386;
      margin-left: 10px;
    }
    #blog article .trait {
      margin-bottom: 10px;
    }
    #blog article span, #blog article p {
      font-size: 13px;
      line-height: 20px;
      letter-spacing: 0;
    }
    #blog article .lire {
      color: #000 !important;
      border-bottom: 2px solid;
      font-size: 13px;
    }
    #blog article .lire i {
      width: 7px; height: 7px;
      margin-left: 10px;
      background: url(../img/arrow.gif) no-repeat;
      display: inline-block;
    }
    #blog article .share {
      width: 18px; height: 18px;
      display: inline-block;
      background: url(../img/share.gif) no-repeat;
      float: right;
    }

    .single {
      position: relative;
      padding-top: 72px;
      color: #8e8386;
      font-family: 'quattrocentoregular' !important;
    }
    .single .contain {
      width: 50%;
      margin: auto;
    }
    .single img.mea {
      height: auto;
      width: 100%;
    }
    .single img {
      max-width: 100%;
      height: auto;
    }

    .single h1 {
      font-size: 50px;
      color: #443c4a;
    }


    .single p {
      line-height: 30px;
      letter-spacing: 0;
    }

    .single h2,
    .single h3,
    .single h4,
    .single h5{
      margin-top: 40px;
      color: #000;
      font-size: 26px;
    }

    .single b {
      color: #000;
    }
    .single .date {
      margin: 30px 0;
      display: block;
    }
    .single .tags {
      margin-bottom: 40px;
      font-size: 12px;
    }
    .single .tags a {
      color: #8e8386;
      margin-right: 10px;
    }

    .wpinfos li { list-style: none }
    .wpinfos a {
      color: #8e8386;
      font-family: 'quattrocentoregular';
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0;
    }

.article-item .contain{
  position: relative;
  padding-left: 240px;
}

.article-image{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

img.alignleft{
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright{
  float: right;
  margin: 20px 0 20px 20px;
}

img.alignleft{
  float: left;
  margin: 20px 20px 20px 0;
}

.aligncenter{
  text-align: center;
}

img.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption{
  position: relative;
  display: block;
  text-align: center;
}

.wp-caption.aligncenter{
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft{
  float: left;
  margin: 20px 20px 20px 0;
}

.wp-caption.alignright{
  float: right;
  margin: 20px 0 20px 20px;
}

.wp-caption .wp-caption-text{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  padding: 10px;
  line-height: 18px;
  margin: 0;
}

.wp-caption img{
  display: block;
  width: 100%;
}

.blocs .bloccontain.partners{
  display: table;
  background: #211A22;
}

.table-cell{
  display: table-cell;
  vertical-align: middle;
}

.partners img{
  display: inline-block;
  margin: 20px;
  max-width: 300px;
  opacity: 0.6;
  vertical-align: middle;
  transition: opacity 0.4s;
}

.partners .febea{
  max-width: 200px;
}

.partners .isipca{
  max-width: 250px;
}

.partners .sfp{
  max-width: 250px;
}

.partners img:hover{
  opacity: 1;
}

.blocs .bloccontain .event, #intro .blocsline div .event{
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.blocs .bloccontain .event .bulle, #intro .blocsline div .event .bulle{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.blocs .bloccontain .event a, #intro .blocsline div .event a{
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.blocs .bloccontain .event a:hover, #intro .blocsline div .event a:hover{
  background: #fafafa;
}

.blocs .bloccontain p.event-date, #intro .blocsline div p.event-date{
  margin: 0 0 5px;
  color: #8e8386;
  font-size: 18px;
}

.blocs .bloccontain p.event-title, #intro .blocsline div p.event-title{
  margin: 0;
  color: #443c4a;
  font-size: 24px;
  text-transform: none;
}

.blocs .bloccontain p.event-title a, #intro .blocsline div p.event-title a{
  color: #443c4a;
}

.overflow-auto{
  overflow: auto;
}

#intro .blocsline div h3{
  margin-bottom: 20px;
}

#intro .blocsline div .event a{
  padding: 10px;
}

#intro .blocsline div p.event-title{
  font-size: 18px;
  line-height: 24px;
}

#intro .blocsline div p.event-date{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

#intro .blocsline .events-list{
  margin-bottom: 20px;
}

.col-container {
  display: flex;
}

.col{
  flex: 0 0 auto;
  padding: 4%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col.vcenter{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col.no-pd{
  padding: 0;
}

.col-container.col-3 > .col{
  width: calc(100% / 3);
}

.col-container.col-2 > .col{
  width: calc(100% / 2);
}

.col-container > .col.main{
  width: calc(200% / 3);
  padding: 4% 8%;
}

.col-container > .col.aside{
  width: calc(100% / 3);
}

.col-container > .col.full{
  width: 100%;
}

.social-widgets-title{
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.social-widgets-container{
  background-color: #211A22;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.social-widgets-col{
  text-align: center
}

.bg-white{
  color: #8e8386;
  background-color: #fff;
}

.bg-dark{
  background-color: #211A22;
  color: white;
}

.bg-grey{
  background-color: #f1f1f1;
}

.bg-white .col-title, .bg-grey .col-title{
  color: #443c4a;
}

.bg-white .col-text, .bg-grey .col-text{
  color: #8e8386;
}

.col-text{
   margin: 20px 0;
}

.col-text:first-child{
   margin-top: 0;
}

.col-text:last-child{
   margin-bottom: 0;
}

.col p{
  line-height: 1.5;
  font-size: 16px;
  font-family: 'quattrocentoregular';
  letter-spacing: 0;
}

.col-text p:first-child{
  margin-top: 0;
}

.col-text p:last-child{
  margin-bottom: 0;
}

.col .col-title{
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 2px;
}

.col-text{
  line-height: 22px;
  font-size: 13px;
  font-family: 'quattrocentoregular';
  letter-spacing: 0;
}

.col .text-big{
  font-family: 'quattrocentoregular';
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}

.col .text-center{
  text-align: center;
}

.images-list{
  text-align: center;
}

.images-list img, .images-list a{
  display: inline-block;
  max-width: 300px;
  max-height: 120px;
  margin: 20px;
  vertical-align: middle;
}

.images-list.images-list-small img, .images-list.images-list-small a {
  max-width: 180px;
  max-height: 110px !important;
}

.images-list a img{
  margin: 0;
}

.images-list img{
  filter: grayscale(1);
}

.images-list img:hover{
  filter: grayscale(0);
}

.video-player-container {
  position: relative;
}

.video-player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: black;
}

.video-player {
  display: block;
  width: 100%;
  height: 100%;
}

.video-player-trigger-wrapper {
  position: relative;
  z-index: 5;
}

.video-player-container.video-player-visible .video-player-wrapper {
  opacity: 1;
  z-index: 10;
}

.video-player-container.video-player-visible .video-player-trigger-wrapper {
  opacity: 0;
}