@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

.first-letter {
  font-size: 130%; }

.a {
  outline: none !important; }

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  position: relative; }

body {
  font-weight: 400;
  font-family: "CormorantGaramond", sans-serif !important;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-repeat: repeat; }

.body-screencap {
  height: 100% !important;
  overflow-y: hidden !important; }

.logo-area {
  height: 50px;
  position: relative;
  width: 100%;
  z-index: 10; }

.logo-area-inner {
  width: 260px;
  height: 100px;
  background-color: #2a2c14;
  left: 50%;
  position: relative;
  margin-left: -130px;
  text-align: center;
  line-height: 95px;
  -webkit-box-shadow: 0px 10px 30px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -6px rgba(0, 0, 0, 0.75); }
  .logo-area-inner img {
    width: 73%; }

@media only screen and (max-width: 992px) {
  .logo-area {
    height: 60px; }

  .logo-area-inner {
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin-left: -0px;
    left: 0%; }
    .logo-area-inner img {
      width: 85px; } }
.footer-social {
  margin-left: 50px;
  margin-top: 10px;
  height: 30px;
  float: left; }
  .footer-social ul {
    padding: 0px;
    margin: 0px; }
    .footer-social ul li {
      list-style: none;
      float: left;
      margin-right: 10px;
      height: 30px;
      width: 30px;
      position: relative;
      border-radius: 50%;
      overflow: hidden;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid transparent; }
      .footer-social ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        text-decoration: none !important;
        color: white;
        background-color: #2a2c14;
        line-height: 30px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .footer-social ul li:last-child {
      margin-right: 0px; }
    .footer-social ul li:hover {

      border: 0px solid #2a2c14; }
      .footer-social ul li:hover a {
        background-color: white;
        color: #2a2c14; }

.footer-cag {
  height: 30px;
  margin-right: 50px;
  float: right;
  margin-top: 15px; }
  .footer-cag img {
    height: 20px; }
    .footer-cag img svg {
      fill: #2a2c14; }

.footerinner {
  padding-top: 10px;
  background-color: white;
  margin-top: 100px; }

.footerinner-menu {
  width: 100%;
  position: relative; }
  .footerinner-menu ul {
    width: 100%;
    padding: 0px;
    margin: 0px; }
    .footerinner-menu ul li {
      list-style: none;
      float: left;
      margin-right: 10px;
      height: 20px; }
      .footerinner-menu ul li a {
        display: inline-block;
        text-decoration: none !important;
        color: black;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .footerinner-menu ul li a:hover {
        color: #2a2c14; }
    .footerinner-menu ul li:after {
      content: '\f111';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      font-size: 6px;
      position: relative;
      margin-left: 10px;
      top: -2px;
      height: 20px;
      line-height: 22px; }
    .footerinner-menu ul li:last-child {
      margin-right: 0px; }
    .footerinner-menu ul li:last-child:after {
      display: none; }

.footerinner-cag {
  height: 20px;
  float: right;
  margin-bottom: 10px;
  position: relative; }
  .footerinner-cag img {
    height: 16px;
    margin-top: 2px; }
    .footerinner-cag img svg {
      fill: #2a2c14; }

@media only screen and (max-width: 992px) {
  .footer-social {
    height: 20px;
    margin-left: 15px; }
    .footer-social ul li {
      height: 20px;
      width: 20px;
      border: 0px solid transparent;
      background-color: #2a2c14; }
      .footer-social ul li a {
        line-height: 20px;
        font-size: 12px; }
    .footer-social ul li:hover {
      border: 0px solid transparent; }

  .footer-cag {
    height: 20px;
    margin-right: 50px;
    float: right;
    margin-top: 10px;
    margin-right: 15px; }
    .footer-cag img {
      height: 13px; }

  .footerinner-menu ul li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    height: 20px; }
  .footerinner-menu ul li:after {
    display: none; }

  .footerinner-cag {
    height: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px; } }
#home-inner {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  position: relative;
  left: 50px;
  overflow: hidden; }

.home-inner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 1; }

.home-inner-box-header-area {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  z-index: 3;
  background-size: cover;
  background-position: center;
  z-index: 5; }
  .home-inner-box-header-area a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 6; }

#hib-3 .home-inner-box-header-area {
  width: 34%; }
#hib-3 .home-inner-box-writing-area {
  width: 66%; }

.home-inner-box-header-filtre {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(28%, rgba(0, 0, 0, 0.1)), color-stop(47%, rgba(0, 0, 0, 0.1)), color-stop(75%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.1) 47%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.home-inner-box-header-area-top-deco {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  position: absolute;
  z-index: 6;
  bottom: 50%;
  margin-bottom: 35px;
  text-align: center; }
  .home-inner-box-header-area-top-deco svg {
    max-width: 100%;
    width: 210px; }

.home-inner-box-header-area-bottom-deco {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: 45px;
  text-align: center; }
  .home-inner-box-header-area-bottom-deco svg {
    max-width: 100%;
    width: 210px; }

.home-inner-box-header-area-top-writing {
  width: 100%;
  font-size: 15px;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 6;
  bottom: 50%;
  margin-bottom: -3px;
  letter-spacing: 1px; }

.home-inner-box-header-area-bottom-writing {
  width: 100%;
  font-size: 30px;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: -3px;
  letter-spacing: 1px; }

.home-inner-box-writing-area {
  width: 67%;
  height: 100%;
  position: relative;
  float: right;
  z-index: 3;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.home-inner-box-writing-filtre {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.home-inner-box-writing-area-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 5; }
  .home-inner-box-writing-area-close a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 4; }
  .home-inner-box-writing-area-close ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%; }
    .home-inner-box-writing-area-close ul li {
      width: 100%;
      height: 1px;
      background-color: white;
      margin-bottom: 20px;
      list-style: none;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }
    .home-inner-box-writing-area-close ul li:first-child {
      opacity: 1;
      -ms-transform: rotate(45deg) translate(16px, 14px);
      /* IE 9 */
      -webkit-transform: rotate(45deg) translate(16px, 14px);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg) translate(16px, 14px); }
    .home-inner-box-writing-area-close ul li:last-child {
      opacity: 1;
      -ms-transform: rotate(-45deg) translate(16px, -14px);
      /* IE 9 */
      -webkit-transform: rotate(-45deg) translate(16px, -14px);
      /* Chrome, Safari, Opera */
      transform: rotate(-45deg) translate(16px, -14px); }

.home-inner-box-writing-area-close:hover ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%; }
  .home-inner-box-writing-area-close:hover ul li {
    width: 120%;
    height: 1px;
    background-color: white;
    margin-bottom: 20px;
    list-style: none;
    opacity: 1; }
  .home-inner-box-writing-area-close:hover ul li:first-child {
    opacity: 1;
    width: 35%;
    -ms-transform: rotate(45deg) translate(17px, 19px);
    /* IE 9 */
    -webkit-transform: rotate(45deg) translate(17px, 19px);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) translate(17px, 19px); }
  .home-inner-box-writing-area-close:hover ul li:last-child {
    opacity: 1;
    width: 35%;
    -ms-transform: rotate(-45deg) translate(17px, -19px);
    /* IE 9 */
    -webkit-transform: rotate(-45deg) translate(17px, -19px);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg) translate(17px, -19px); }

.home-inner-box-writing-area-links {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  height: 90px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4; }
  .home-inner-box-writing-area-links ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 90px;
    position: relative;
    text-align: center; }
    .home-inner-box-writing-area-links ul li {
      list-style: none;
      display: inline-block;
      height: 90px;
      margin-right: 10px;
      position: relative; }
      .home-inner-box-writing-area-links ul li a {
        position: relative;
        display: inline-block;
        padding: 0px 10px;
        height: 90px;
        line-height: 90px;
        text-decoration: none !important;
        color: white;
        font-size: 13px;
        letter-spacing: 1px; }
      .home-inner-box-writing-area-links ul li a:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: white;
        max-width: 0%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        top: 70px;
        left: 50%; }
    .home-inner-box-writing-area-links ul li:last-child {
      margin-right: 0px; }

.link-animated:after {
  max-width: 100% !important;
  left: 0% !important; }

.st0 {
  opacity: 0;
  fill-opacity: 0;
  stroke: transparent;
  stroke-width: 0.5;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: draw 4s, draw2 4.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }
@keyframes draw2 {
  0% {
    opacity: 1;
    fill-opacity: 0;
    stroke: #fff; }
  90% {
    opacity: 1;
    fill-opacity: 0;
    stroke: #fff; }
  95% {
    opacity: 1;
    fill-opacity: 1;
    stroke: #fff; }
  100% {
    fill: #fff;
    opacity: 1;
    fill-opacity: 1;
    stroke: transparent; } }
.home-inner-box-header-area:hover .home-inner-box-header-filtre {
  opacity: 0; }

.home-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.home-slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-position: center;
  background-size: cover; }

.home-slider-current {
  opacity: 1 !important; }

@media only screen and (max-width: 992px) {
  .home-inner-box-writing-area-close {
    top: 15px;
    right: 15px; }

  #home-inner {
    width: calc(100vw - 30px);
    left: 15px; }

  .home-inner-box-header-area {
    width: 100%;
    height: 50%;
    float: none; }

  .home-inner-box-writing-area {
    width: 100%;
    height: 50%;
    float: none; }

  #hib-3 .home-inner-box-header-area {
    width: 100%;
    height: 34%; }
  #hib-3 .home-inner-box-writing-area {
    width: 100%;
    height: 66%; }

  .home-inner-box-writing-area-links {
    position: absolute;
    top: 0%;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    height: auto;
    top: 80%; }
    .home-inner-box-writing-area-links ul {
      width: 100%;
      position: relative;
      height: auto; }
      .home-inner-box-writing-area-links ul li {
        height: 30px;
        margin-right: 0px;
        width: 100%; }
        .home-inner-box-writing-area-links ul li a {
          position: relative;
          display: inline-block;
          padding: 0px 0px;
          height: 30px;
          line-height: 30px;
          text-decoration: none !important;
          color: white;
          font-size: 15px;
          width: 100%;
          text-align: center; }
        .home-inner-box-writing-area-links ul li a:after {
          display: none; }

  .home-inner-box-header-area-top-deco {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    z-index: 6;
    bottom: 50%;
    margin-bottom: 15px;
    text-align: center; }
    .home-inner-box-header-area-top-deco svg {
      max-width: 100%;
      width: 110px; }

  .home-inner-box-header-area-bottom-deco {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    z-index: 6;
    top: 50%;
    margin-top: 25px;
    text-align: center; }
    .home-inner-box-header-area-bottom-deco svg {
      max-width: 100%;
      width: 110px; }

  .home-inner-box-header-area-top-writing {
    width: 100%;
    font-size: 12px;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 6;
    bottom: 50%;
    margin-bottom: -3px; }

  .home-inner-box-header-area-bottom-writing {
    width: 100%;
    font-size: 20px;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 6;
    top: 50%;
    margin-top: -3px; } }
