header.articleHeader {
  background: url(../img/bm/jpeg-13.jpg) center center no-repeat;
  background-size: cover; }

span.imgArticle {
  position: relative;
  margin: 0 auto;
  height: 68px;
  width: 100%;
  display: inline-block;
  padding: 0 0 10px 0; }
  span.imgArticle img.author-img {
    position: relative;
    height: 60px !important;
    top: 50%;
    border: 3px solid transparent;
    border-radius: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.8, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.8, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.8, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.8, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.8, 1); }
    span.imgArticle img.author-img:hover {
      border: 3px solid rgba(255, 255, 255, 0.4) !important; }

.changeBgBeta {
  width: 100% !important; }

.sectionQuote {
  position: relative;
  padding: 80px 10% !important;
  text-align: center !important; }

span.quote {
  position: relative;
  width: 80% !important;
  max-width: 80% !important;
  font-size: 33px !important;
  font-family: "Adobe Caslon Pro" !important;
  font-weight: 100;
  font-variant: small-caps;
  letter-spacing: 5px;
  line-height: 1.6 !important; }

#addContent div .addContentButton {
  width: 182px !important; }

.photoFullTest {
  height: auto;
  width: 100%;
  background: #f12f38; }

section.photoFullWidth div.texte, section.photoFullWidth div.image {
  position: relative;
  overflow: hidden; }

.image form {
  width: 122px; }
  .image form .custom-file-input {
    width: 122px; }

section.photoFullWidth div.texte {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px; }
  section.photoFullWidth div.texte p.editable.para {
    width: 100%; }
  section.photoFullWidth div.texte ul {
    top: 90px; }

article.mainContent.article {
  position: relative;
  padding: 0 0 113px 0; }

span.timeToRead {
  position: absolute;
  font-family: serif !important;
  color: #b4b4b4;
  font-weight: 300;
  z-index: 1000;
  right: 0;
  margin: 30px; }

.showimgToolsList {
  opacity: 1 !important; }

.imgTools {
  z-index: 1000 !important; }
  .imgTools li.settings ul {
    opacity: 0;
    margin-top: 0px;
    position: absolute; }
    .imgTools li.settings ul li.action {
      width: 35px;
      height: 35px;
      opacity: 1;
      float: left;
      margin: 2px 0px 0px 0px;
      color: #fff;
      background: #1e1e1e;
      text-align: center;
      line-height: 35px;
      font-weight: 600;
      font-family: Gotham,Serif;
      cursor: pointer; }
      .imgTools li.settings ul li.action:hover {
        color: #fff; }

.KeyboardInfo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .KeyboardInfo p {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0; }
  .KeyboardInfo ul li {
    cursor: auto;
    color: #fff;
    line-height: 72px;
    font-size: 26px; }

.photoFullWidth {
  position: relative;
  height: auto; }
  .photoFullWidth ul.imgTools {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0; }
    .photoFullWidth ul.imgTools li {
      position: relative;
      float: left;
      background: rgba(255, 255, 255, 0.2);
      margin: 0 2px 0 0; }
      .photoFullWidth ul.imgTools li a {
        display: block;
        width: 35px;
        height: 35px; }
  .photoFullWidth .spot-1 {
    visibility: visible;
    top: 72%;
    left: 24%; }
  .photoFullWidth .spot-2 {
    top: 43%;
    left: 64%; }
  .photoFullWidth .spot-3 {
    visibility: visible;
    top: 47%;
    left: 49%; }
    .photoFullWidth .spot-3 div.infoSuppPhoto {
      background: url(../img/bm/jpeg-10.jpg) center center no-repeat !important;
      background-size: cover !important;
      cursor: pointer;
      border: 1px solid rgba(255, 255, 255, 0.7);
      -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -moz-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -ms-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -o-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      transition: all 1s cubic-bezier(0.23, 1, 0.8, 1); }
      .photoFullWidth .spot-3 div.infoSuppPhoto:hover {
        border: 1px solid white; }
    .photoFullWidth .spot-3 div.infoSuppPhoto:after {
      margin-left: 109px !important;
      border-left: 5px solid transparent !important;
      border-right: 5px solid transparent !important;
      border-top: 5px solid white !important;
      bottom: -6px !important; }
  .photoFullWidth .spot-4 {
    top: 55%;
    left: 45%;
    visibility: hidden; }
    .photoFullWidth .spot-4 div.infoSuppPhoto {
      background: url(../img/bm/jpeg-7.jpg) center center no-repeat !important;
      background-size: cover !important;
      border: 1px solid rgba(255, 255, 255, 0.5);
      -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -moz-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -ms-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      -o-transition: all 1s cubic-bezier(0.23, 1, 0.8, 1);
      transition: all 1s cubic-bezier(0.23, 1, 0.8, 1); }
      .photoFullWidth .spot-4 div.infoSuppPhoto:hover {
        border: 1px solid white; }
  .photoFullWidth .spot-5 {
    visibility: visible !important;
    top: 73%;
    left: 57%; }
  .photoFullWidth .spot-6 {
    visibility: visible !important;
    top: 48%;
    left: 48%;
    transition: all 1s cubic-bezier(0.23, 1, 0.8, 1); }
  .photoFullWidth div.spotGenerate {
    display: none; }
    .photoFullWidth div.spotGenerate .infoSupp {
      border: 1px solid rgba(255, 255, 255, 0.5);
      opacity: 1 !important; }
      .photoFullWidth div.spotGenerate .infoSupp:hover {
        border: 1px solid white; }
      .photoFullWidth div.spotGenerate .infoSupp .infoSuppClose {
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../img/infoSuppCloseCircle.svg) no-repeat top left;
        background-size: 25px 25px;
        cursor: pointer;
        position: relative;
        top: -35px;
        right: -136px; }
      .photoFullWidth div.spotGenerate .infoSupp div {
        position: relative !important; }
        .photoFullWidth div.spotGenerate .infoSupp div .custom-file-input::before {
          position: absolute !important;
          top: -163px !important;
          left: -22px !important;
          width: 268px;
          height: 188px;
          border-radius: 0;
          padding: 0;
          opacity: 0;
          border: 1px solid rgba(255, 0, 0, 0.4); }
    .photoFullWidth div.spotGenerate div.infoSupp.infoSuppPhoto:after {
      bottom: -5px !important;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #fff;
      margin-left: 109px !important; }
  .photoFullWidth div.spotDiv {
    width: 48px;
    height: 48px;
    position: absolute; }
    .photoFullWidth div.spotDiv a.spot {
      position: absolute;
      background: white;
      border: 16px solid rgba(255, 255, 255, 0.2);
      -webkit-background-clip: padding-box;
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */
      width: 6px;
      height: 6px;
      border-radius: 50px; }
      .photoFullWidth div.spotDiv a.spot:hover {
        border: 16px solid rgba(255, 255, 255, 0.1);
        -webkit-transform: scale(1.2, 1.2);
        -webkit-transition: cubic-bezier(0.8, 0.52, 0.61, 1.28); }
    .photoFullWidth div.spotDiv div.infoSupp {
      position: absolute;
      width: 230px;
      height: 150px;
      bottom: 50px;
      padding: 20px;
      text-align: center;
      left: -116px;
      opacity: 0;
      -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
      -moz-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
      -ms-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
      -o-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
      box-shadow: 0 0 22px rgba(50, 50, 50, 0.06); }
      .photoFullWidth div.spotDiv div.infoSupp h5 {
        display: inline-block;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 20px 0px 10px 0px;
        text-transform: uppercase;
        color: #444;
        border-bottom: 1px solid #dedede; }
      .photoFullWidth div.spotDiv div.infoSupp p {
        font-family: serif;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 1px;
        margin: 15px 0px 0px 0px;
        padding: 0px 0px 20px 0px;
        color: #999;
        overflow: hidden;
        height: 55px; }
    .photoFullWidth div.spotDiv div.infoSupp:after {
      z-index: -1 !important;
      content: "";
      display: block;
      position: absolute;
      margin-top: 32px;
      margin-left: 105px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff; }
    .photoFullWidth div.spotDiv a.spot:hover ~ div.infoSupp {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .photoFullWidth div.spotDiv div {
      display: block;
      background: #fff; }
      .photoFullWidth div.spotDiv div div.infoSuppClose {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: -180px;
        right: -92px;
        cursor: pointer;
        z-index: 100;
        background: url(../img/infoSuppClose.svg);
        background-size: 16px 16px; }
        .photoFullWidth div.spotDiv div div.infoSuppClose:hover {
          background: url(../img/infoSuppCloseHover.svg); }
        .photoFullWidth div.spotDiv div div.infoSuppClose rect {
          fill: #fff; }
      .photoFullWidth div.spotDiv div div.infoSupp {
        position: absolute;
        width: 230px;
        height: 150px;
        bottom: 50px;
        padding: 20px;
        text-align: center;
        left: -116px;
        opacity: 1;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
        -moz-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
        -ms-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
        -o-box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
        box-shadow: 0 0 22px rgba(50, 50, 50, 0.06);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .photoFullWidth div.spotDiv div div.infoSupp h5 {
          display: inline-block;
          font-size: 16px;
          letter-spacing: 1px;
          padding: 20px 0px 10px 0px;
          text-transform: uppercase;
          color: #444;
          border-bottom: 1px solid #dedede; }
        .photoFullWidth div.spotDiv div div.infoSupp p {
          font-family: serif;
          font-size: 14px;
          line-height: 1.4;
          letter-spacing: 1px;
          margin: 15px 0px 0px 0px;
          padding: 0px 0px 0px 0px;
          color: #999;
          overflow: hidden !important;
          height: 75px; }
    .photoFullWidth div.spotDiv div.infoSupp.infoSuppPhoto:after {
      bottom: -10px; }
    .photoFullWidth div.spotDiv .showInfoSupp {
      opacity: 1;
      -webkit-transform: scale(1) !important;
      -moz-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      -o-transform: scale(1) !important;
      transform: scale(1) !important;
      visibility: visible !important; }
    .photoFullWidth div.spotDiv .infoSuppPhoto div {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .photoFullWidth div.spotDiv .infoSuppPhoto div .ico-infoSupp {
        fill: #9e9e9e;
        display: block;
        margin: 0 auto; }
      .photoFullWidth div.spotDiv .infoSuppPhoto div h5 {
        padding: 0px 0px 0px 0px !important;
        border-bottom: none !important;
        font-size: 18px !important;
        color: #666666 !important; }
      .photoFullWidth div.spotDiv .infoSuppPhoto div p {
        height: 75px;
        font-family: Gill Sans, sans-serif !important;
        color: rgba(0, 0, 0, 0.25) !important;
        font-size: 15px !important;
        letter-spacing: 0px !important;
        margin: 0 !important;
        height: inherit !important;
        padding: 0px;
        overflow-y: hidden !important; }
        .photoFullWidth div.spotDiv .infoSuppPhoto div p span {
          font-weight: 600 !important; }

input::-webkit-input-placeholder {
  color: #252525; }

input:focus::-webkit-input-placeholder {
  color: #252525; }

input:-moz-placeholder {
  color: #252525; }

input:focus:-moz-placeholder {
  color: #252525; }

input::-moz-placeholder {
  color: #252525; }

input:focus::-moz-placeholder {
  color: #252525; }

input:-ms-input-placeholder {
  color: #252525; }

input:focus:-ms-input-placeholder {
  color: #252525; }

.photoFullWidth:hover ul.imgTools {
  opacity: 1; }

.photoFullWidth:hover ul.imgTools li:hover {
  background: #f12f38; }

.imgContainer:hover ul.imgTools {
  opacity: 1; }

.imgContainer:hover ul.imgTools li:hover {
  background: #f12f38; }

.imgContainer {
  position: relative; }
  .imgContainer ul.imgTools {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0; }
    .imgContainer ul.imgTools li {
      position: relative;
      float: left;
      background: rgba(255, 255, 255, 0.2);
      margin: 0 2px 0 0; }
      .imgContainer ul.imgTools li a {
        display: block;
        width: 35px;
        height: 35px; }

.the-icons {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 18px;
  margin: 0 !important; }

span.infoIcon {
  text-align: center;
  position: absolute;
  z-index: 300;
  border: none;
  background-color: #fff;
  padding: 10px 10px;
  color: #999;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  pointer-events: none; }

span.infoReplace {
  width: 90px;
  margin-top: 50px;
  margin-left: -75px; }

span.infoReplace:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -31px;
  margin-left: 78px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent; }

a.infoReplaceIcon:hover > span.infoReplace {
  opacity: 1; }

span.infoCustom {
  width: 110px;
  margin-top: 50px;
  margin-left: -47px; }

span.infoCustom:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -31px;
  margin-left: 50px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent; }

a.infoCustomIcon:hover > span.infoCustom {
  opacity: 1; }

ul.textTools {
  position: absolute;
  right: 0px;
  top: 168px;
  opacity: 1; }
  ul.textTools li {
    position: relative;
    cursor: pointer;
    margin: 2px 2px 0 0; }
    ul.textTools li:hover .svgTextTools {
      fill: #878282; }
    ul.textTools li a {
      display: block;
      width: 35px;
      height: 35px; }

.svgTextTools {
  fill: #b4b4b4; }

#addContent {
  position: absolute;
  bottom: -20px;
  width: 100%; }
  #addContent div {
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  #addContent .addContentButton {
    text-align: center;
    padding: 30px 20px;
    margin: 20px;
    letter-spacing: 2px;
    background: #fff;
    cursor: pointer;
    display: inline-block; }
    #addContent .addContentButton a {
      color: #252525; }
      #addContent .addContentButton a:hover {
        color: white !important; }
    #addContent .addContentButton:hover {
      background: #222;
      color: white !important; }

p.addSetPhoto:hover a {
  color: white !important; }

section.multiple {
  padding: 0 0 0px 0 !important; }

ul#addSecondaryContent {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 78px;
  margin-top: -39px;
  margin-left: -78px;
  visibility: hidden; }

.centerInfo {
  position: relative;
  z-index: 1000;
  text-align: center;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: right;
  margin: 2px;
  transition: all ease-in 0.3s;
  cursor: pointer; }
  .centerInfo:hover {
    background: rgba(255, 255, 255, 0.5); }

.prevDisp {
  display: none; }

.test {
  visibility: hidden; }

section.wrap.footer {
  background: #f7f7f7;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 80px 0px !important; }
  section.wrap.footer i.icon-location::before {
    font-size: 16px;
    color: #b4b4b4;
    padding: 5px; }
  section.wrap.footer h4 {
    font-family: serif;
    font-style: italic; }
    section.wrap.footer h4 input::-webkit-input-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:focus::-webkit-input-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:-moz-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:focus:-moz-placeholder {
      color: #252525; }
    section.wrap.footer h4 input::-moz-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:focus::-moz-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:-ms-input-placeholder {
      color: #252525; }
    section.wrap.footer h4 input:focus:-ms-input-placeholder {
      color: #252525; }

section.footerInfoProfile {
  position: relative;
  margin: 0px 0px 300px 0px;
  background: #fff; }
  section.footerInfoProfile div {
    position: relative;
    max-width: 600px;
    padding: 50px 50px 60px 50px;
    margin: 0 auto;
    text-align: center; }
    section.footerInfoProfile div img.author-img {
      margin: 0 auto;
      display: block; }
    section.footerInfoProfile div h3 {
      display: inline-block;
      font-size: 18px;
      margin: 20px;
      border-bottom: 1px solid #e0e0e0;
      padding: 0px 10px 20px 10px; }
      section.footerInfoProfile div h3 span {
        font-family: serif;
        font-style: italic;
        color: #b4b4b4; }
      section.footerInfoProfile div h3 a {
        color: #252525 !important; }
    section.footerInfoProfile div p {
      font-size: 16px;
      font-family: serif;
      font-style: italic;
      color: #252525; }
  section.footerInfoProfile a.shareButton {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f12f38;
    border-radius: 30px;
    display: inline-block;
    padding: 17px 26px;
    margin-bottom: 90px; }
    section.footerInfoProfile a.shareButton:hover {
      background: #ee1e28; }
    section.footerInfoProfile a.shareButton span:first-child {
      font-family: "Gotham",sans-serif,Arial;
      font-weight: 500;
      letter-spacing: 2px;
      font-size: 13px;
      padding: 5px 8px 5px 0px;
      border-right: 1px solid rgba(255, 255, 255, 0.4); }
    section.footerInfoProfile a.shareButton span.icoShare {
      display: inline-block;
      width: 16px;
      height: 16px;
      text-indent: -9999px;
      margin-left: 8px;
      background: url(../img/shareIcon.svg) no-repeat;
      background-size: 16px 16px; }
  section.footerInfoProfile ul {
    display: none;
    position: absolute;
    list-style: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 80px 0 40px 0; }
    section.footerInfoProfile ul li {
      float: left;
      text-transform: uppercase; }
      section.footerInfoProfile ul li a {
        font-family: "Gotham",sans-serif,Arial;
        color: rgba(108, 108, 108, 0.5);
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 12px;
        padding: 10px 20px; }
        section.footerInfoProfile ul li a:hover {
          color: rgba(108, 108, 108, 0.8); }
    section.footerInfoProfile ul .animEffect {
      -webkit-animation: fromTop .4s ease-out;
      -moz-animation: fromTop .4s ease-out;
      -ms-animation: fromTop .4s ease-out;
      -o-animation: fromTop .4s ease-out;
      animation: fromTop .4s ease-out; }
    section.footerInfoProfile ul .animUn {
      animation-delay: 0.08s;
      -webkit-animation-delay: 0.08s;
      -moz-animation-delay: 0.08s;
      -ms-animation-delay: 0.08s;
      -o-animation-delay: 0.08s; }
    section.footerInfoProfile ul .animDeux {
      animation-delay: 0.16s;
      -webkit-animation-delay: 0.16s;
      -moz-animation-delay: 0.16s;
      -ms-animation-delay: 0.16s;
      -o-animation-delay: 0.16s; }
    section.footerInfoProfile ul .animTrois {
      animation-delay: 0.32s;
      -webkit-animation-delay: 0.32s;
      -moz-animation-delay: 0.32s;
      -ms-animation-delay: 0.32s;
      -o-animation-delay: 0.32s; }

@keyframes fromTop {
  0% {
    opacity: 0;
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    transform: translateY(0px); } }
@-webkit-keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-moz-keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-ms-keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-o-keyframes fromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
#test {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0; }

#map-canvas {
  margin: 1px;
  height: 1px;
  width: 400px;
  z-index: 100;
  display: none; }

#map-canvas1 {
  margin: 100px;
  height: 200px;
  width: 400px;
  z-index: 100;
  display: none; }

.controls {
  border: none;
  border-radius: 2px 0 0 2px;
  height: 32px;
  outline: none; }

input#pac-input:focus {
  border: none;
  padding: 0; }

input#pac-input1:focus {
  border: none;
  padding: 0; }

#pac-input {
  background-color: #f7f7f7;
  width: 60%;
  padding: 0 !important;
  font-family: serif;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-overflow: ellipsis;
  z-index: 500;
  opacity: 0.85; }

#pac-input1 {
  position: absolute;
  right: 22px;
  top: 57px;
  background-color: #fff;
  padding: 0;
  width: 400px;
  font-family: serif;
  font-style: italic;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  z-index: 500;
  display: none; }

section#fw1.photoFullWidth.searchBoxClass ul.imgTools li a.iconLocation:hover > #pac-input1 {
  display: block; }

#pac-input:focus {
  width: 400px; }

#pac-input1:focus {
  width: 400px; }

.pac-container {
  z-index: 100000;
  font-family: Roboto; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center !important;
  text-align-last: center;
  -moz-text-align-last: center; }

.t-justified {
  text-align: justify !important; }

.column {
  padding-top: 20px !important;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px; }

.extendParaWidth {
  padding-top: 40px !important;
  position: relative !important;
  width: 1200px !important;
  left: 50% !important;
  margin-left: -600px !important;
  max-width: 1200px !important;
  -webkit-column-gap: 70px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 70px;
  /* Firefox */
  column-gap: 70px; }

ul.inside {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  ul.inside li {
    position: relative;
    cursor: pointer;
    margin: 16px 10px; }
    ul.inside li a {
      display: inline-block;
      margin: 8px;
      width: 6px;
      height: 6px;
      background: white;
      border-radius: 50px; }
    ul.inside li a.bulActive {
      width: 9px;
      height: 9px;
      margin: 5px 5px 5px 6px;
      background: transparent;
      border: 1px solid #fff; }

footer {
  display: inline-block;
  background: #252525;
  height: 300px;
  width: 100%;
  position: fixed;
  bottom: 0;
  opacity: 1;
  transition: all ease-in 0.1s;
  color: #fff; }

ul.articleGrid li.articleGridArticle {
  width: 400px;
  height: 400px;
  background: #b4b4b4; }
  ul.articleGrid li.articleGridArticle a {
    display: block;
    line-height: 400px; }

@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/fontface-g/gothambold.eot");
  src: url("../../fonts/fontface-g/gothambold.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontface-g/gothambold.woff") format("woff"), url("../../fonts/fontface-g/gothambold.ttf") format("truetype"), url("../../fonts/fontface-g/gothambold.svg#gothambold") format("svg");
  font-weight: 600;
  font-style: bold; }
@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/fontface-g/gothammedium.eot");
  src: url("../../fonts/fontface-g/gothammedium.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontface-g/gothammedium.woff") format("woff"), url("../../fonts/fontface-g/gothammedium.ttf") format("truetype"), url("../../fonts/fontface-g/gothammedium.svg#gothammedium") format("svg");
  font-weight: 500;
  font-style: medium; }
@font-face {
  font-family: 'Gotham';
  src: url("../../fonts/fontface-g/gothambook.eot");
  src: url("../../fonts/fontface-g/gothambook.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontface-g/gothambook.woff") format("woff"), url("../../fonts/fontface-g/gothambook.ttf") format("truetype"), url("../../fonts/fontface-g/gothambook.svg#gothambook") format("svg");
  font-weight: 400; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../../fonts/fontface-gs/gil.eot");
  src: url("../../fonts/fontface-gs/gil.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontface-gs/gil.woff") format("woff"), url("../../fonts/fontface-gs/gil.ttf") format("truetype"), url("../../fonts/fontface-gs/gil.svg#gil") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../../fonts/fontface-gs/gillsansmtbold.eot");
  src: url("../../fonts/fontface-gs/gillsansmtbold.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontface-gs/gillsansmtbold.woff") format("woff"), url("../../fonts/fontface-gs/gillsansmtbold.ttf") format("truetype"), url("../../fonts/fontface-gs/gillsansmtbold.svg#gillsansmtbold") format("svg");
  font-weight: 600;
  font-style: bold; }
body, html {
  position: relative;
  background-color: #f7f7f7;
  color: #252525;
  height: 100%;
  font-family: Gill Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  body ::selection, html ::selection {
    background: #333;
    color: white; }
  body ::-moz-selection, html ::-moz-selection {
    background: #333;
    color: white; }

.container {
  position: relative;
  z-index: 1200;
  width: 100%;
  height: 100%; }

#introContainer {
  width: 100%;
  height: inherit;
  position: relative; }

.fadeScroll {
  -webkit-transition: all 0.4s ease-in; }

.fadeScrollIphone {
  -webkit-transition: all 0.4s ease-in; }

a {
  text-decoration: none;
  color: #fafafa; }

a.h-underline:hover {
  border-bottom: 1px solid white; }

.wrap {
  position: relative;
  margin: 0 auto;
  width: 80%;
  /* height:600px; */
  text-align: center;
  padding: 80px 0px 0px 0px; }

.wrapFull {
  width: 100% !important; }

.wrap h2 {
  padding: 0px 0px 30px 0px !important;
  color: #444;
  font-family: serif;
  font-style: italic;
  font-size: 60px;
  width: 80%;
  margin: 0 auto; }

.wrap p {
  margin: 0 auto;
  padding: 0 0 91px 0px;
  width: 80%;
  color: #555555;
  line-height: 1.5;
  font-size: 22px;
  text-align: left;
  font-family: "Serif";
  font-weight: 400; }

.wrapImage {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 80px 0px 0px 0px; }
  .wrapImage p {
    margin: 0 auto;
    padding: 0 0 91px 0px;
    width: 80% !important;
    color: #555555;
    line-height: 1.5;
    font-size: 22px;
    text-align: left;
    font-family: "Serif";
    font-weight: 400; }
  .wrapImage h2 {
    padding: 0px 0px 30px 0px !important;
    color: #444;
    text-align: center;
    font-family: serif;
    font-style: italic;
    font-size: 60px;
    width: 80%;
    margin: 0 auto; }

.formInscription {
  width: inherit !important; }

#topBar {
  transition: top 0.2s ease-in-out; }

.topBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 100px; }
  .topBar .topBar-up {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100px; }
  .topBar .barInner {
    margin: 0 auto;
    padding: 0 1.875em;
    display: block;
    height: inherit; }

header {
  position: relative;
  z-index: 1300;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background: url(../img/DSCF3524w.jpg) center center no-repeat;
  background-size: cover; }

header.headerEdit {
  background: rgba(0, 0, 0, 0.8);
  background-size: cover; }

.fade {
  position: absolute;
  width: 100%;
  height: inherit;
  z-index: 1350;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz4KICAgIDxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNDUiLz4KICAgIDxzdG9wIG9mZnNldD0iNjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNDciLz4KICAgIDxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNTMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.47) 69%, rgba(0, 0, 0, 0.53) 89%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(3%, rgba(0, 0, 0, 0.06)), color-stop(65%, rgba(0, 0, 0, 0.45)), color-stop(69%, rgba(0, 0, 0, 0.47)), color-stop(89%, rgba(0, 0, 0, 0.53)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.47) 69%, rgba(0, 0, 0, 0.53) 89%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.47) 69%, rgba(0, 0, 0, 0.53) 89%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.47) 69%, rgba(0, 0, 0, 0.53) 89%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 3%, rgba(0, 0, 0, 0.45) 65%, rgba(0, 0, 0, 0.47) 69%, rgba(0, 0, 0, 0.53) 89%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f000000', endColorstr='#87000000',GradientType=0 );
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.centerAll {
  width: 100%;
  position: absolute;
  z-index: 300;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
  -o-animation: fadeInDown 1s;
  animation: fadeInDown 1s; }

.main {
  position: relative;
  height: 200%;
  background: #fafafa; }

.topBar h1,
.topBar nav, .topBar-up nav {
  display: inline-block;
  position: relative; }

.topBar h1,
.topBar nav a, .topBar-up nav a {
  line-height: 100px; }

.topBar h1 {
  text-transform: uppercase;
  color: #333;
  letter-spacing: 4px;
  font-size: 4em;
  margin: 0;
  float: left; }

.topBar nav, .topBar-up nav {
  float: right; }

.topBar nav a, .topBar-up nav a {
  color: #fff;
  margin: 0 0 0 20px;
  font-size: 1.4em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.topBar nav a:hover {
  color: #666666 !important; }

/* Transitions and class for reduced height */
.topBar h1,
.topBar.topBar-shrink {
  height: 90px; }

.topBar.topBar-shrink h1,
.topBar.topBar-shrink nav a {
  line-height: 90px; }

.topBar.topBar-shrink h1 {
  font-size: 2em; }

h1 {
  font-size: 6em; }

h2 {
  font-family: Serif;
  font-size: 2.5em;
  font-style: italic;
  padding-top: 15px; }

h1.register-title {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 5px; }

h2.register-subtitle {
  font-size: 1.4em; }

.hideAll {
  opacity: 0 !important;
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.8, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.8, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.8, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.8, 1); }

.drop-cover {
  margin-top: 25px; }

.custom-file-input {
  visibility: hidden;
  position: relative;
  cursor: pointer; }

.custom-file-input::before {
  content: 'Drag and drop one of your photo for the cover';
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  padding: 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  visibility: visible;
  position: absolute;
  border: 1px solid transparent; }

span.infoSupp {
  position: relative;
  z-index: 200; }

span.infoSupp form {
  position: absolute !important; }

span.infoSupp .custom-file-input::before {
  position: absolute;
  content: '';
  border-radius: 0px !important;
  width: 237px;
  height: 150px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  top: -137px;
  left: -5px;
  background: transparent !important; }

span.infoSupp .custom-file-input:hover::before {
  border: 1px dashed #dedede !important; }

.custom-file-input:hover::before {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed rgba(255, 255, 255, 0.8); }

form.formImageFullWidth {
  position: absolute;
  padding: 0px 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  form.formImageFullWidth .custom-file-input::before {
    content: 'Drop or select a photo ';
    margin-top: -25px;
    margin-left: -15px; }

h1.logo {
  top: 25px;
  width: 95px;
  height: 166px;
  background: url(../img/logo-fokus.svg) no-repeat top left;
  background-size: 95px 166px;
  text-indent: -9999px; }

footer.footerBottom div {
  position: relative;
  width: 63px;
  height: 172px;
  text-align: center;
  margin: 0 auto;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/enjoy.svg) top left no-repeat;
  background-size: 63px 172px; }

.likeButton {
  color: #252525;
  font-size: 20px;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  width: 63px;
  height: 172px; }
  .likeButton span {
    margin-top: 130px;
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0; }

.logoLanding {
  margin: 0 auto;
  width: 150px;
  height: 252px;
  background: red;
  background: url(../img/logo_visual.png) center center no-repeat;
  background-size: cover; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.formfield {
  display: block; }

span.full {
  width: 650px !important; }

textarea.full {
  resize: none;
  display: block;
  color: white;
  outline: 0px none;
  background: transparent;
  margin: 10px 0px;
  border: 2px solid #c6c6c6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Gill Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 200px;
  padding: 20px; }

input[type="text"], input[type="password"], textarea, select {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

.f-form input[type="text"], .f-form input[type="password"], input[type="submit"] {
  color: white;
  outline: 0px none;
  height: 50px;
  width: 300px;
  background: transparent;
  margin: 10px;
  border: 2px solid #c6c6c6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: Gill Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }

.f-form input::-webkit-input-placeholder {
  color: white;
  line-height: 16px; }

.f-form input:focus::-webkit-input-placeholder {
  color: #b4b4b4; }

.f-form input:hover::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.f-form input:-moz-placeholder {
  color: white;
  line-height: 16px; }

.f-form input:focus:-moz-placeholder {
  color: #b4b4b4; }

.f-form input:hover:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.f-form input::-moz-placeholder {
  color: white;
  line-height: 16px; }

.f-form input:focus::-moz-placeholder {
  color: #b4b4b4; }

.f-form input:hover::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.f-form input:-ms-input-placeholder {
  color: white;
  line-height: 16px; }

.f-form input:focus:-ms-input-placeholder {
  color: #b4b4b4; }

.f-form input:hover:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.f-form input:hover {
  background: transparent;
  color: white;
  border: 2px solid white; }

.f-form input:focus {
  background: white;
  color: #b4b4b4; }

input[type="submit"] {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #f12f38;
  border: none !important;
  cursor: pointer;
  width: 200px; }

input[type="submit"]:hover, input[type="submit"]:focus {
  background: #df2a32; }

.firstlast {
  float: left;
  display: inline;
  width: 50%; }

.firstlast input.first {
  float: right;
  width: 150px;
  margin: 10px 0px 10px 0px;
  border: 2px solid #c6c6c6; }

.firstlast input.last {
  float: left;
  width: 151px;
  margin: 10px 0px 10px -1px;
  border-left: 0px !important; }

.firstlast input.first:hover {
  border-color: #fff; }

.firstlast input.last:hover {
  border-color: #fff; }

.hideScreen {
  position: absolute;
  z-index: 20000;
  width: 100%;
  height: 100%;
  -webkit-animation: opa 0.6s cubic-bezier(0.5, 0.36, 0.55, 1);
  -moz-animation: opa 0.6s cubic-bezier(0.5, 0.36, 0.55, 1);
  -ms-animation: opa 0.6s cubic-bezier(0.5, 0.36, 0.55, 1); }

@-webkit-keyframes opa {
  0% {
    opacity: 0; }

  50% {
    opacity: 0.8; }

  100% {
    opacity: 1; } }
@-moz-keyframes opa {
  0% {
    opacity: 0; }

  50% {
    opacity: 0.8; }

  100% {
    opacity: 1; } }
@keyframes opa {
  0% {
    opacity: 0; }

  50% {
    opacity: 0.8; }

  100% {
    opacity: 1; } }
.lightGray {
  background: #f2f2f2; }

#popup {
  position: relative;
  background: white;
  margin: 0 auto;
  top: 50%;
  margin-top: -210px;
  width: 420px;
  height: 420px;
  text-align: center;
  -webkit-animation: pop-in 0.5s cubic-bezier(0.5, 0.36, 0.55, 1);
  -moz-animation: pop-in 0.5s cubic-bezier(0.5, 0.36, 0.55, 1);
  -ms-animation: pop-in 0.5s cubic-bezier(0.5, 0.36, 0.55, 1); }

@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-in {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2); }

  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(1.2); }

  100% {
    opacity: 1;
    transform: scale(1); } }
.hideScreen h1 {
  color: #252525;
  font-size: 1.6em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 2; }

.hideScreen h1.littleTitle {
  font-size: 12px;
  font-weight: 400; }

.hideScreen h2 {
  color: #b4b4b4;
  font-size: 20px;
  padding-top: 15px; }

.centerAllSimple {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

header.member {
  background: #222;
  padding-top: 100px;
  height: 400px; }

#memberTop {
  position: relative;
  margin: 0 auto;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%); }
  #memberTop ul.float li {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin: 0px 5px 0px 0px; }

h1.bigTitle {
  font-size: 40px;
  padding: 10px 0px 20px 0px; }

p.infoBiography {
  font-family: serif;
  font-style: italic;
  font-size: 19px;
  text-align: center;
  max-width: 700px;
  padding: 10px 30px 20px 30px;
  margin: 0 auto; }

a.infoWebsite {
  display: block;
  padding: 0px 0 20px 0; }

ul.float {
  /* class general */ }
  ul.float li {
    display: inline; }

.author-general {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 15px; }
  .author-general .author-details-name {
    color: rgba(255, 255, 255, 0.5); }
    .author-general .author-details-name i {
      letter-spacing: 0px;
      font-family: serif; }
    .author-general .author-details-name a:hover {
      color: rgba(255, 255, 255, 0.5); }

.centerCenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

body.profile {
  height: 100%;
  background: url(../img/tumblr_mpohu4WWZk1qb97bpo4_1280.jpg) no-repeat;
  background-size: cover; }

.centerAllProfile h1 {
  padding-top: 150px; }

.centerAllProfile h2 {
  padding-bottom: 75px; }

header.headerEdit {
  overflow: auto; }

.centerAllProfile {
  width: 690px;
  position: relative;
  margin: 0 auto; }

#separateCross {
  margin: 0 auto;
  display: block;
  padding: 35px;
  margin-bottom: 20px; }

fieldset.editProfil input[type="file"] {
  position: relative;
  height: 110px;
  width: 110px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  padding: 0 !important;
  z-index: 500; }
fieldset.editProfil input[type="file"]:hover {
  border: none !important; }
fieldset.editProfil span.profilePic {
  position: relative;
  margin-top: 200px; }
  fieldset.editProfil span.profilePic #avatar-edit {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden; }

img.author-img {
  height: 110px; }

.editProfil span.formfield {
  width: 305px;
  margin: 0px 20px 20px 20px;
  float: left; }

.editProfil span.formfield p {
  opacity: 0.6; }

.editProfil input[type="text"], .editProfil input[type="password"], .editProfil p {
  text-align: left;
  width: inherit;
  margin-left: 0px;
  width: 280px; }

.editProfil input[type="submit"] {
  margin-bottom: 40px; }

.editProfil span.formfield input {
  margin-left: 0px;
  left: 0;
  padding-left: 20px; }

.editProfil input::-webkit-input-placeholder {
  color: #b4b4b4;
  line-height: 16px;
  text-align: left; }

.editProfil input:focus::-webkit-input-placeholder {
  color: #b4b4b4; }

.editProfil input:hover::-webkit-input-placeholder {
  color: #b4b4b4; }

.editProfil input:-moz-placeholder {
  color: #b4b4b4;
  line-height: 16px;
  text-align: left; }

.editProfil input:focus:-moz-placeholder {
  color: #b4b4b4; }

.editProfil input:hover:-moz-placeholder {
  color: #b4b4b4; }

.editProfil input::-moz-placeholder {
  color: #b4b4b4;
  line-height: 16px;
  text-align: left; }

.editProfil input:focus::-moz-placeholder {
  color: #b4b4b4; }

.editProfil input:hover::-moz-placeholder {
  color: #b4b4b4; }

.editProfil input:-ms-input-placeholder {
  color: #b4b4b4;
  line-height: 16px;
  text-align: left; }

.editProfil input:focus:-ms-input-placeholder {
  color: #b4b4b4; }

.editProfil input:hover:-ms-input-placeholder {
  color: #b4b4b4; }

.topUpAlert {
  font-size: 18px;
  position: absolute;
  color: #fff;
  z-index: 5000;
  display: block;
  background: #F12F38;
  padding: 10px 20px;
  opacity: 1;
  text-align: center;
  top: 5%;
  border-radius: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: fadeInBottom 8s;
  -moz-animation: fadeInBottom 8s;
  -o-animation: fadeInBottom 8s;
  animation: fadeInBottom 8s; }

p.upAlert {
  font-size: 18px;
  position: absolute;
  color: #fff;
  z-index: 5000;
  display: block;
  background: #F12F38;
  padding: 10px 20px;
  opacity: 1;
  text-align: center;
  top: 15%;
  border-radius: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: fadeInBottom 8s;
  -moz-animation: fadeInBottom 8s;
  -o-animation: fadeInBottom 8s;
  animation: fadeInBottom 8s; }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -10px); }

  20% {
    -webkit-transform: translate(-50%, 0); }

  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0); } }
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -10px); }

  20% {
    -webkit-transform: translate(-50%, 0); }

  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0); } }
@keyframes fadeInBottom {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -10px); }

  20% {
    transform: translate(-50%, 0); }

  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0); }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0); } }
.secondLevel {
  margin-top: 40px !important; }

article.mainContent.article {
  background: #f7f7f7;
  position: relative;
  z-index: 1000; }

.last-child-p {
  padding: 0px !important; }

@media screen and (min-width: 1300px) {
  section.footer.wrap {
    max-width: 100% !important; }

  .wrap {
    max-width: 1000px;
    padding: 80px 0px 0px 0px; }
    .wrap p {
      font-size: 24px;
      line-height: 36px;
      max-width: 800px; }

  section.photoFullWidth div.texte p.editable.para {
    width: 80% !important; }

  .wrapImage div.texte p.editable.para {
    font-size: 24px;
    line-height: 36px;
    max-width: 800px;
    width: 80% !important; }

  .photoFullWidth {
    max-width: 100% !important; } }
@media screen and (min-width: 1600px) {
  span.quote {
    font-size: 40px !important; }

  .wrap ul.pushRight {
    top: 210px !important;
    right: -190px !important; } }
@media screen and (min-width: 2000px) {
  .centerAll h1 {
    font-size: 9em;
    margin: 0 auto;
    max-width: 1300px; }
  .centerAll h2 {
    font-size: 3.5em;
    padding-top: 25px; }

  .wrap h2 {
    max-width: 960px; }
  .wrap p {
    font-size: 26px !important;
    line-height: 39px !important;
    max-width: 960px;
    width: 100%; }

  .wrapImage p {
    font-size: 26px !important;
    line-height: 39px !important;
    max-width: 960px !important;
    width: 100% !important; }

  span.quote {
    font-size: 50px !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .author-general {
    bottom: 30px; } }
@media screen and (max-width: 1024px) {
  body, html {
    background-color: #fafafa; }

  .fade {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

  .articleHeader .centerAll h1 {
    font-size: 5em !important; }
  .articleHeader .centerAll h2 {
    font-size: 2.15em !important; }

  .centerAll {
    top: 46%;
    -webkit-transform: translateY(-46%);
    -moz-transform: translateY(-46%);
    -ms-transform: translateY(-46%);
    -o-transform: translateY(-46%);
    transform: translateY(-46%); }

  .custom-file-input::before {
    content: 'Select your cover photo';
    background: rgba(0, 0, 0, 0.2) !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .custom-file-input.drop-cover::before {
    background: #f12f38; }

  .author-general {
    bottom: 30px; }

  section.footerInfoProfile {
    margin: 0 !important; }

  section.footer {
    margin-bottom: 0px; }

  footer {
    position: relative; } }
@media screen and (max-width: 992px) {
  section.wrap div.multip img {
    width: 49.7% !important; } }
/* Example Media Queries (+-iPad Vertical) */
@media screen and (max-width: 55em) {
  article.mainContent.article {
    background-color: #fafafa !important; }

  .f-form input[type="text"], .f-form input[type="password"], input[type="submit"] {
    color: #b4b4b4;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
    text-align: center; }

  .f-form input::-webkit-input-placeholder {
    color: #b4b4b4;
    line-height: 16px;
    text-align: center; }

  .f-form input:focus::-webkit-input-placeholder {
    color: #b4b4b4; }

  .f-form input:hover::-webkit-input-placeholder {
    color: #b4b4b4; }

  .f-form input:-moz-placeholder {
    color: #b4b4b4;
    line-height: 16px;
    text-align: center; }

  .f-form input:focus:-moz-placeholder {
    color: #b4b4b4; }

  .f-form input:hover:-moz-placeholder {
    color: #b4b4b4; }

  .f-form input::-moz-placeholder {
    color: #b4b4b4;
    line-height: 16px;
    text-align: center; }

  .f-form input:focus::-moz-placeholder {
    color: #b4b4b4; }

  .f-form input:hover::-moz-placeholder {
    color: #b4b4b4; }

  .f-form input:-ms-input-placeholder {
    color: #b4b4b4;
    line-height: 16px;
    text-align: center; }

  .f-form input:focus:-ms-input-placeholder {
    color: #b4b4b4; }

  .f-form input:hover:-ms-input-placeholder {
    color: #b4b4b4; }

  input[type="submit"] {
    color: rgba(255, 255, 255, 0.9) !important;
    background: transparent;
    border: none !important;
    cursor: pointer;
    width: 200px;
    background: #F12F38; }

  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background: #df2a32; }

  .custom-file-input.drop-cover::before {
    content: 'Select your cover photo';
    background: #f12f38 !important; }

  .centerAllProfile h1 {
    padding-top: 220px; }

  .articleHeader .centerAll h1 {
    font-size: 4em !important; }
  .articleHeader .centerAll h2 {
    font-size: 1.8em !important; }

  .wrap {
    padding: 80px 0 0 0;
    width: 85%; }
    .wrap p {
      color: rgba(0, 0, 0, 0.8);
      text-align: left;
      width: 100% !important; }
    .wrap h2 {
      color: #333;
      width: 100%; }

  .wrapImage p {
    width: 100% !important;
    color: rgba(0, 0, 0, 0.8); }
  .wrapImage h2 {
    color: #333;
    width: 100%; }

  ul.textTools {
    position: relative;
    height: 80px;
    overflow: hidden;
    opacity: 1 !important;
    width: 148px;
    top: -50px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 20px; }
    ul.textTools li {
      float: left;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

  .image form .custom-file-input {
    background: green; }

  section.footer {
    padding-bottom: 100px; }

  .infoIcon {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .editProfil input[type="text"], .editProfil input[type="password"], .editProfil p {
    text-align: center !important; }

  .centerAllProfile {
    width: 420px;
    position: relative;
    margin: 0 auto; }

  .editProfil span.formfield {
    display: block;
    width: 100%; }

  .f-form input[type="text"], .f-form input[type="password"], input[type="submit"] {
    color: #b4b4b4;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7); }

  input[type="submit"] {
    color: rgba(255, 255, 255, 0.9) !important;
    background: transparent;
    border: none !important;
    cursor: pointer;
    width: 200px; }

  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background: #F12F38; } }
@media screen and (max-width: 777px) {
  section.wrap div.multip img {
    width: 99.9% !important; } }
@media screen and (max-width: 32.25em) {
  .topBar .barInner nav a {
    font-size: 1.2em;
    margin: 0 0 0 15px; }
    .topBar .barInner nav a:hover, .topBar .barInner nav a:active {
      color: #646464 !important; }

  .centerAllProfile {
    width: 340px; }

  .editProfil span.formfield {
    display: block;
    width: 100%;
    float: none;
    text-align: center !important; }

  .editProfil span.formfield input[type="text"], .editProfil span.formfield input[type="password"], .editProfil p {
    text-align: center !important;
    padding-left: 0px; }

  .editProfil span.formfield input {
    margin-left: 10px; }

  h1.logo {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important; }

  #introContainer .centerAll h1 {
    font-size: 32px !important;
    padding: 0px 10px; }
  #introContainer .centerAll h2 {
    font-size: 22px !important;
    padding: 10px 0 0 0; }

  .bigBackground header {
    position: fixed !important;
    overflow: auto; }
  .bigBackground #introContainer .centerAll {
    margin: 90px 0 30px 0; }

  article.mainContent.article {
    padding: 0 !important; }

  section.wrap.firstSection {
    padding: 80px 0 0 0; }

  section.sectionQuote {
    padding: 40px 10% !important; }

  .wrap {
    width: 85% !important;
    padding: 30px 0 0 0; }
    .wrap p.editable.para {
      font-size: 18px;
      line-height: 27px;
      padding: 0 0 40px 0; }
    .wrap h2 {
      padding: 0px 0px 30px 0px !important;
      font-size: 30px; }
    .wrap ul.textTools {
      height: 35px;
      top: -10px;
      margin: 30px 0 -10px 20px !important; }

  .wrapImage {
    padding: 40px 0 0 0; }
    .wrapImage p {
      font-size: 18px;
      line-height: 27px;
      padding: 0 0 40px 0; }
    .wrapImage h2 {
      padding: 0px 0px 30px 0px !important;
      font-size: 30px; }
    .wrapImage ul.textTools {
      height: 35px;
      top: -20px !important;
      margin: 30px 0 -10px 0 !important; }

  div.texte ul.textTools {
    margin: 0 0 10px 20px !important; }

  #topBar {
    display: none; }

  .author-general {
    bottom: -10px; }
    .author-general span.author-img {
      width: 30px !important; }
      .author-general span.author-img img.author-img {
        height: 30px !important; }
    .author-general .author-details-name {
      color: rgba(255, 255, 255, 0.5);
      margin: 0 0 0 6px; }
      .author-general .author-details-name i {
        letter-spacing: 1px;
        font-size: 10px; }
      .author-general .author-details-name a {
        font-size: 10px;
        font-weight: 100; }
      .author-general .author-details-name a:hover {
        color: rgba(255, 255, 255, 0.5); }

  .custom-file-input.drop-cover::before {
    content: 'Select your cover';
    background: #f12f38; }

  a.spot {
    background: white;
    border: 8px solid rgba(255, 255, 255, 0.2) !important;
    width: 3px !important;
    height: 3px !important;
    border-radius: 50px; }
    a.spot:hover {
      border: 16px solid rgba(255, 255, 255, 0.1);
      -webkit-transform: scale(1.2, 1.2);
      -webkit-transition: cubic-bezier(0.8, 0.52, 0.61, 1.28); }

  ul.imgTools li a {
    width: 22px !important;
    height: 22px !important; }
    ul.imgTools li a [class^="icon-"]:before, ul.imgTools li a [class*=" icon-"]:before {
      font-size: 12px !important; }

  #addContent {
    position: absolute;
    bottom: -85px; }
    #addContent div {
      margin: 10px 0 10px 0; }
      #addContent div .addContentButton {
        width: 133px !important;
        padding: 25px 0px !important;
        margin: 0;
        font-size: 7px !important;
        background: #fafafa !important; }
        #addContent div .addContentButton:hover {
          color: rgba(0, 0, 0, 0.9) !important; }
        #addContent div .addContentButton:visited {
          color: rgba(0, 0, 0, 0.8) !important; }

  section.footerInfoProfile {
    padding-top: 60px;
    margin: 0 !important; }
    section.footerInfoProfile div {
      padding: 30px !important; }
      section.footerInfoProfile div img.author-img {
        height: 80px; }
      section.footerInfoProfile div p {
        line-height: 1.3 !important;
        font-size: 12px; }
    section.footerInfoProfile ul {
      width: 82%;
      display: none; }
      section.footerInfoProfile ul li a {
        font-size: 10px !important;
        padding: 10px 8px !important; }

  footer.footerBottom {
    opacity: 1 !important; } }
@media screen and (max-width: 320px) {
  .spotDiv {
    display: none !important; }

  h1.logo {
    margin-left: -16px; }

  .topBar nav {
    margin-top: 40px;
    left: -7px; }
    .topBar nav a:first-child {
      margin: 0 !important; }
    .topBar nav a {
      font-size: 0.8em !important; } }
@media screen and (max-width: 24em) {
  .topBar nav a,
  .topBar.topBar-shrink nav a {
    line-height: 1; } }
