@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf");
  font-weight: 100; }

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/Cormorant_Garamond/Cormorant-Garamond-regular.woff"); }

@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf");
  font-weight: 300; }

@font-face {
  font-family: "CormorantGaramond";
  font-weight: 700;
  src: url("../fonts/Cormorant_Garamond/Cormorant-Garamond-700.woff") format("woff"); }

@font-face {
  font-family: "LetterGothic";
  src: url("../fonts/Letter-Gothic/LetterGothicStd.otf"); }

@font-face {
  font-family: "LetterGothicStd";
  src: url("../fonts/Letter-Gothic/LetterGothicStd-Bold.otf");
  font-weight: bold; }

* {
  color: #1c1c1c;
  font-weight: 100; }

body {
  position: relative;
  padding: 0 0 100px 0;
  margin: 0; }

.clearfix {
  clear: both; }

.button {
  display: inline-block;
  padding: 10px 20px;
  color: transparent;
  text-decoration: none;
  font-size: 20px;
  font-family: "CormorantGaramond"; }
  .button.big {
    text-transform: uppercase;
    font-size: 3em; }
    .button.big.brown {
      color: #c08a5f;
      border: 1px solid #c08a5f;
      background: transparent; }
  .button.pink {
    color: #ffdde2;
    border: 1px solid #ffdde2; }

.button:hover {
  background: transparent;
  color: white;
  border: 1px solid white; }

/*
 *
 * IMG BLOCK
 *
 */
@keyframes img-block-left-animation {
  0% {
    transform: translateX(-100px); }
  100% {
    transform: translateX(0px); } }

@keyframes img-block-right-animation {
  0% {
    transform: translateX(100px); }
  100% {
    transform: translateX(0px); } }

@keyframes img-block-center-animation {
  0% {
    transform: translateX(100px); }
  70% {
    transform: translateX(-30px); }
  100% {
    transform: translateX(0px); } }

.img-block {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 40%; }

.img-block--left {
  margin-left: 120px;
  animation: img-block-left-animation 2s;
  display: inline-block; }

.img-block--bigger-left {
  margin-left: 140px;
  animation: img-block-left-animation 2s;
  display: inline-block; }

.img-block--center {
  margin-left: auto;
  margin-right: auto;
  animation: img-block-center-animation 2s; }

.img-block--right {
  float: right;
  margin-right: 160px;
  animation: img-block-right-animation 2s;
  display: inline-block; }

.img-block--with-shadow, .img-block--with-border-shadow {
  margin-top: 150px; }

.img-block--small-margin {
  margin-top: 100px; }

.img-block--master {
  max-width: 70%;
  margin-top: 100px; }

.img-block--text {
  max-width: 70%; }

.img-block--master + .img-block--text {
  margin-top: -47px; }

.img-block__img {
  position: relative; }
  .img-block__img img {
    max-width: 100%;
    display: block;
    z-index: 4;
    position: relative; }

.img-block__img--with-right-border:before {
  content: ' ';
  position: absolute;
  top: -40px;
  right: -40px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ffdde2; }

.img-block__img--with-left-border:before {
  content: ' ';
  position: absolute;
  top: -40px;
  left: -40px;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ffdde2; }

.img-block__img--with-right-shadow {
  box-shadow: 40px -40px 0px 0px #ffdde2; }

.img-block__img--with-left-shadow {
  box-shadow: -40px -40px 0px 0px #ffdde2; }

.img-block__content {
  text-decoration: none;
  display: block; }

.img-block__content--master {
  margin: 30px 0 0 30px;
  display: inline-block; }
  .img-block__content--master:after {
    content: " ";
    padding-top: 10px;
    width: 50px;
    display: block;
    border-bottom: 5px solid #c08a5f; }

.img-block__content--left {
  border-left: 5px solid #c08a5f;
  padding: 0px 0 0 30px;
  margin: 20px 0 0 0;
  background-image: linear-gradient(to right, #c08a5f 50%, white 50%);
  background-size: 230% 100%;
  background-position: -80% 0%;
  cursor: pointer;
  transition: background-position 1s, padding-top 1s, padding-bottom 1s; }
  .img-block__content--left > * {
    transition: color 1s; }
  .img-block__content--left:hover {
    background-position: -165% 0%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .img-block__content--left:hover > * {
      color: white; }

.img-block__content--right {
  border-right: 5px solid #c08a5f;
  padding: 0px 30px 0 0px;
  margin: 20px 0 0 0;
  text-align: right;
  background-image: linear-gradient(to right, #c08a5f 50%, white 50%);
  background-size: 230% 100%;
  background-position: -80% 0%;
  cursor: pointer;
  transition: background-position 1s, padding-top 1s, padding-bottom 1s; }
  .img-block__content--right > * {
    transition: color 1s; }
  .img-block__content--right:hover {
    background-position: 0% 0%;
    padding: 20px 30px 20px 0px; }
    .img-block__content--right:hover > * {
      color: white; }

.img-block__content--no-border {
  border: none; }

.img-block__content__title {
  color: #c08a5f;
  font-family: "CormorantGaramond";
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 200;
  line-height: 0.7em; }

.img-block__content__sub-title {
  color: #c08a5f;
  font-size: 1em;
  line-height: 1em;
  font-style: italic;
  padding-top: 14px;
  font-family: Lato; }

.img-block__content__date {
  color: #c08a5f;
  font-family: "LetterGothic";
  font-size: 0.8em;
  line-height: 0.8em;
  font-style: italic;
  padding-top: 14px; }

.img-block__content__description {
  margin-left: 25%;
  margin-right: 65px;
  margin-bottom: 65px;
  padding: 20px;
  display: block;
  font-family: "Lato", "Helvetica";
  line-height: 22px;
  box-shadow: 35px 35px 0 0px #ffdde2; }
  .img-block__content__description a {
    text-decoration: none;
    color: #c08a5f; }
    .img-block__content__description a:hover {
      border-bottom: 1px solid #c08a5f; }

.img-block__img--width-70 {
  width: 70%; }

.img-block__img--center {
  margin: 30px auto; }

.img-block__img--right {
  float: right;
  margin: 30px 30px 0 0px; }

.img-block__img--left {
  float: left;
  margin: 30px 0 0 30px; }

@media (max-width: 1000px) {
  .img-block {
    max-width: 50%; }
  .img-block--master {
    max-width: 70%; }
  .img-block--text {
    max-width: 70%; } }

@media (max-width: 700px) {
  .img-block {
    max-width: 80%;
    margin: 50px auto;
    float: none;
    display: block; }
  .img-block--master {
    margin: 100px auto 20px; }
  .img-block__content--master {
    margin-left: 0; }
  .img-block--with-shadow {
    margin-top: 60px; }
  .img-block__content__title {
    font-size: 2em; }
  .img-block__content__sub-title {
    font-size: 1em; }
  .img-block--master + .img-block--text {
    margin-top: 0px; }
  .img-block__content__description {
    margin-left: 0;
    padding-left: 0;
    margin-right: 35px; }
  .img-block__img--left, .img-block__img--right {
    margin: 0; }
  .img-block__img--width-70 {
    width: 100%; }
  .img-block__img--with-left-border:before, .img-block__img--with-right-border:before {
    border: none; }
  .img-block__img--with-right-shadow, .img-block__img--with-left-shadow {
    box-shadow: none; } }

.title-block {
  width: 70%;
  margin: 20px auto; }

.title-block__title {
  font-family: "CormorantGaramond";
  color: #c08a5f;
  font-size: 4em;
  font-weight: 800;
  text-transform: uppercase; }
  .title-block__title > span {
    color: #c08a5f;
    display: inline-block; }
    .title-block__title > span:after {
      content: ' ';
      display: block;
      width: 100%;
      height: 10px;
      border-bottom: 5px solid #c08a5f; }

.title-text-block__sub-title {
  font-family: "CormorantGaramond"; }

.title-text-block__description {
  font-family: "Lato"; }

@media (max-width: 700px) {
  .title-block {
    width: 80%; } }

/*
 * HEADER
 */
.header {
  background: rgba(255, 228, 232, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 20px 20px 0px 20px;
  z-index: 10;
  margin-bottom: 30px; }

.header__logo > img {
  margin-top: -10px;
  width: 100px; }

.header__menu {
  float: right; }
  .header__menu > a {
    margin: 0 10px;
    text-decoration: none;
    color: #c08a5f;
    font-family: "CormorantGaramond";
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer; }
    .header__menu > a:hover {
      padding-bottom: 2px;
      border-bottom: 2px solid #c08a5f; }

.header__menu__img {
  width: 25px;
  margin-top: -4px;
  vertical-align: middle; }

.footer {
  background: #ffdde2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px; }

.footer__text {
  font-family: "Lato";
  font-size: 14px;
  color: #c08a5f;
  text-align: center; }

.block {
  padding: 20px; }

.arrow-to-top {
  background: url("../img/black_arrow.png");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  margin: -30px auto 0;
  bottom: 50%;
  right: -29px; }

/*
 * STYLES BY BLOCK
 */
/*
 * BLOCK ABOUT
 */
.block-about {
  background: rgba(255, 221, 226, 0.8);
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.block-about__div {
  display: inline-block;
  margin: 0 30px 10px;
  max-width: 825px; }
  .block-about__div > p {
    padding-right: 12px;
    display: inline-block;
    letter-spacing: 3px;
    font-family: "CormorantGaramond";
    font-size: 4em;
    font-weight: 300;
    border-bottom: 2px solid #c08a5f;
    line-height: 1.3em;
    color: #c08a5f;
    margin: 0; }
  .block-about__div > a {
    font-size: 2.6em;
    font-family: "CormorantGaramond";
    font-style: italic;
    text-decoration: none;
    color: #c08a5f;
    line-height: 2.6em;
    float: right;
    cursor: pointer; }
    .block-about__div > a:hover {
      color: white; }

.block-about__button {
  margin: 0 160px -78px auto; }
  .block-about__button > a {
    display: inline-block; }

@media screen and (min-width: 501px) and (max-width: 880px) {
  .block-about__div {
    max-width: 500px; }
    .block-about__div > p {
      letter-spacing: 2px;
      font-size: 2.3em;
      line-height: 1.3em; }
    .block-about__div > a {
      font-size: 1.4em; } }

@media screen and (max-width: 500px) {
  .block-about__div {
    margin-left: 30px;
    margin-right: 30px; }
    .block-about__div > p {
      letter-spacing: 2px;
      font-size: 1.5em;
      line-height: 1.3em; }
    .block-about__div > a {
      font-size: 1.2em; } }

.divider {
  background: url("../img/FLECHE-01.png");
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  margin: -30px auto 0; }

.title-block {
  margin-top: 90px; }

.img-block--about {
  margin-top: -50px;
  max-width: 70%; }
  .img-block--about .title-text-block__sub-title {
    font-weight: 300;
    font-size: 3em; }
  .img-block--about .img-block__content--no-border {
    padding-left: 100px;
    padding-right: 100px; }
  .img-block--about .img-block__content__description {
    margin-left: 0;
    padding: 20px 20px 20px 0; }

@media (max-width: 1100px) {
  .img-block--about .img-block__content--no-border {
    padding-right: 0px; } }

@media (max-width: 700px) {
  .img-block--about {
    max-width: 80%; }
    .img-block--about .img-block__content--no-border {
      padding-left: 0px;
      padding-right: 0px; } }

.contact-page h1 {
  font-family: "CormorantGaramond";
  font-weight: bold;
  font-size: 4em;
  margin: 100px 0 20px 20%;
  color: #c08a5f; }

.contact-page p {
  font-family: "Lato";
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0px 0 0 20%; }
  .contact-page p.big-margin {
    margin-top: 30px; }
  .contact-page p a {
    text-decoration: underline; }

@media (max-width: 700px) {
  .contact-page h1 {
    font-size: 3em;
    margin-left: 10%; }
  .contact-page p {
    font-size: 1.7em;
    margin-left: 10%; }
    .contact-page p.big-margin {
      margin-top: 20px; } }
