/* OtraVista
 *
 * /sass/styles.scss - Main stylesheet
 *
 * coded by Anne@caractere-advertising
 * started at 09/01/2019
 */
/* OtraVista
  *
  * /sass/settings/colors.scss - Color variables
  *
  * coded by Anne
  * started at 09/01/2019
  */
/* OtraVista
  *
  * /sass/settings/fonts.scss - Font variables
  *
  * coded by Anne
  * started at 09/01/2019
  */
@import url("//fonts.googleapis.com/css?family=Oxygen:300,700|Permanent+Marker|Poppins:300,500,700");
@font-face {
  font-family: "Bad Signal";
  src: url("http://www.otravistaprod.com/wp-content/themes/OtraVista/assets/fonts/Bad-Signal.otf"); }

@font-face {
  font-family: "Casablanca Bold";
  src: url("http://www.otravistaprod.com/wp-content/themes/OtraVista/assets/fonts/Casablanca URW Bold.otf");
  font-weight: bold; }

@font-face {
  font-family: "Casablanca Med";
  src: url("http://www.otravistaprod.com/wp-content/themes/OtraVista/assets/fonts/Casablanca URW Medium.otf");
  font-weight: normal; }

@font-face {
  font-family: "Futura PT";
  src: url("http://www.otravistaprod.com/wp-content/themes/OtraVista/assets/fonts/Futura PT oblique.otf");
  font-weight: normal; }

/* OtraVista
  *
  * /sass/tools/_utils.scss - Small utilities
  *
  * coded by Anne
  * started at 09/01/2019
  */
.hidden {
  display: none; }

.sro {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* OtraVista
   *
   * /sass/generic/meyer-reset.scss - Meyer reset
   *
   *
   * started at 09/01/2019
   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* OtraVista
   *
   * /sass/generic/box-sizing.scss - box sizing definition
   *
   * coded by Anne
   * started at 09/01/2019
   */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* OtraVista
  *
  * /sass/components/root.scss - Base styles
  *
  * coded by Anne
  * started at 09/01/2019
  */
html {
  font-size: 15px;
  line-height: 1.6;
  font-weight: lighter;
  min-width: 320px !important;
  font-family: "Oxygen", sans-serif; }

.colored, body.colored {
  background: #020b1b;
  color: white;
  margin-bottom: 20em; }
  .colored .call_to_single, body.colored .call_to_single {
    color: white; }

.page-template-video-template {
  background: #020b1b; }

.jarallax {
  position: relative;
  z-index: 0;
  height: 40em;
  max-height: 1000px; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

@media screen and (min-width: 300px) and (max-width: 768px) {
  .colored, body.colored {
    margin-bottom: 10em; }
  .jarallax {
    height: 20em; } }

@media screen and (min-width: 625px) and (max-width: 980px) {
  .jarallax {
    height: 33.333em; } }

@media screen and (min-width: 2000px) {
  .jarallax {
    height: 60em; } }

/* OtraVista
  *
  * /sass/objects/animation.scss - Animations
  *
  * coded by Anne
  * started at 09/01/2019
  */
@-webkit-keyframes creation_show {
  0% {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  1% {
    display: table;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }

@keyframes creation_show {
  0% {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  1% {
    display: table;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; } }

/* OtraVista
  *
  * /sass/objects/slogan.scss - Slogan
  *
  * coded by Anne
  * started at 04/02/2019
  */
.slogan {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 25em;
  background: none;
  padding: 2em 28%; }
  .slogan-big {
    font-size: 3em;
    margin-bottom: 3em;
    font-family: "Casablanca Bold", sans-serif;
    text-transform: uppercase;
    line-height: 1.5; }
  .slogan-small {
    font-size: 1.7em;
    font-family: "Futura PT", "Futura", sans-serif;
    font-weight: lighter;
    line-height: 1.5; }

.text-centered {
  text-align: center;
  margin: 3em auto;
  width: 50%;
  font-size: 1.7em;
  line-height: 1.5;
  max-width: 800px;
  font-family: "Futura PT", "Futura", sans-serif;
  font-weight: lighter; }

@media screen and (min-width: 300px) and (max-width: 1023px) {
  .slogan {
    padding: 2em 5%;
    top: 10em; }
    .slogan-big {
      font-size: 2em; }
    .slogan-small {
      font-size: 1.5em; }
  .text-centered {
    font-size: 1.5em;
    width: 90%; } }

@media screen and (min-width: 650px) and (max-width: 1223px) {
  .slogan {
    top: 18em; }
    .slogan-big {
      font-size: 3em; }
    .slogan-small {
      font-size: 2em; }
  .text-centered {
    font-size: 2em;
    width: 90%; } }

@media screen and (min-width: 981px) and (max-width: 1023px) {
  .slogan {
    padding: 2em 15%;
    top: 25em; }
  .text-centered {
    font-size: 2em;
    width: 70%; } }

@media screen and (min-width: 1024px) and (max-width: 1223px) {
  .slogan {
    padding: 2em 20%;
    top: 20em; }
  .text-centered {
    font-size: 2em;
    width: 70%; } }

@media screen and (min-width: 2000px) {
  .slogan {
    top: 45em;
    padding: 2em 30%; } }

/* OtraVista
  *
  * /sass/components/header-page.scss - Header Page styles
  *
  * coded by Anne@caractere-advertising
  * started at 09/01/2019
  */
/* OtraVista
  *
  * /sass/components/outdoor.scss - Outdoor
  *
  * coded by Anne@caractere-advertising
  * started at 09/01/2019
  */
.outdoor-container {
  width: 75%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.outdoor-projet {
  width: 48.5%;
  margin-bottom: 2em;
  height: 30em;
  position: relative;
  text-decoration: none;
  color: white; }
  .outdoor-projet__figure {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative; }
    .outdoor-projet__figure img {
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      right: 0;
      bottom: 0;
      height: 100%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .outdoor-projet__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 35% 1em;
    font-size: 2.3em;
    font-family: "Casablanca Bold", sans-serif;
    text-transform: uppercase; }
  .outdoor-projet__subtitle {
    color: #55bbb2;
    font-size: .4em;
    font-family: "Oxygen", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: .3em;
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px); }
  .outdoor-projet:hover .outdoor-projet__figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .outdoor-projet:hover .outdoor-projet__subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.outdoor-logo {
  width: 20%;
  margin: 2em auto 0;
  text-align: center; }
  .outdoor-logo img {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .outdoor-logo p {
    font-family: "Bad Signal", sans-serif;
    font-size: 2em;
    margin: .5em 0;
    letter-spacing: 10px; }

@media screen and (min-width: 300px) and (max-width: 980px) {
  .outdoor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .outdoor-projet {
    width: 100%;
    height: 20em; }
    .outdoor-projet__content {
      padding: 0 25% 1em;
      font-size: 2em; }
    .outdoor-projet__subtitle {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .outdoor-logo {
    width: 50%; } }

@media screen and (min-width: 525px) and (max-width: 980px) {
  .outdoor-projet {
    height: 25em; }
  .outdoor-logo {
    width: 35%; } }

@media screen and (min-width: 981px) and (max-width: 1024px) {
  .outdoor-projet {
    height: 30em; }
    .outdoor-projet__content {
      font-size: 2em; } }

/* OtraVista
  *
  * /sass/components/realisations.scss - Realisation page
  *
  * coded by Anne@caractere-advertising
  * started at 5/02/2019
  */
.parallax-container {
  width: 80%;
  margin: 3em auto; }

.parallax-text {
  font-size: 2.4em;
  width: 50%;
  margin: 3em 0;
  font-family: "Casablanca Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px; }

.parallax-text:nth-child(2) {
  margin-left: 50%; }

@media screen and (min-width: 300px) and (max-width: 980px) {
  .parallax-container {
    width: 95%; }
  .parallax-text {
    font-size: 1.7em;
    width: 85%; }
  .parallax-text:nth-child(2) {
    margin-left: 15%; } }

@media screen and (min-width: 600px) and (max-width: 980px) {
  .parallax {
    width: 90%; }
    .parallax-text {
      font-size: 2em;
      width: 60%; }
    .parallax-text:nth-child(2) {
      margin-left: 40%; } }

@media screen and (min-width: 2000px) {
  .parallax-container {
    width: 70%; } }

/* OtraVista
  *
  * /sass/components/realisations.scss - Realisation page
  *
  * coded by Anne@caractere-advertising
  * started at 09/01/2019
  */
.page-template-realisations-new #page {
  height: auto; }

.realisations {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95%;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -50px; }
  .realisations-single {
    position: relative;
    overflow: hidden;
    text-decoration: none; }
    .realisations-single__image {
      width: 100%; }
      .realisations-single__image img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .realisations-single__title {
      font-family: "Permanent Marker", cursive;
      font-size: 2em;
      color: white; }
    .realisations-single__subtitle {
      color: #55bbb2;
      font-size: 1em;
      font-family: "Oxygen", sans-serif;
      text-transform: uppercase;
      letter-spacing: 5px;
      margin-top: .3em;
      opacity: 0;
      -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
      transform: translateY(25px); }
    .realisations-single .hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.4);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .realisations-single .hover:hover .realisations-single__subtitle {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .realisations-single .middle {
      display: -webkit-flex;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    .realisations-single:hover .realisations-single__image img {
      -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
      transform: translateY(-50%) scale(1.1); }
  .realisations-group {
    height: 36em; }

.realisations-group.show {
  display: grid;
  -webkit-animation: creation_show 2s ease-out both;
  -moz-animation: creation_show 2s ease-out both;
  animation: creation_show 2s ease-out both; }

.realisations-group.hide {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

a.more_creations {
  max-width: 300px; }

a.more_creations.vimeo {
  display: block; }

@media screen and (min-width: 300px) and (max-width: 767px) {
  .realisations-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 45em; }
  .realisations-single__image img {
    width: 135%; }
  .realisations-single__title {
    font-size: 1.5em;
    padding: 0 3%; }
  .realisations-single__subtitle {
    opacity: 1; } }

@media screen and (min-width: 768px) {
  .realisations-group {
    height: 20em; } }

@media screen and (min-width: 1024px) {
  .realisations-group {
    height: 26em; } }

@media screen and (min-width: 1224px) {
  .realisations-group {
    height: 30em; } }

@media screen and (min-width: 1440px) {
  .realisations-group {
    height: 36em; } }

@media screen and (min-width: 768px) {
  .realisations-group {
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: 50%; }
    .realisations-group:nth-child(odd) .realisations-single:first-child {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: span 2; }
      .realisations-group:nth-child(odd) .realisations-single:first-child:hover .realisations-single__image img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .realisations-group:nth-child(odd) .realisations-single:first-child .realisations-single__image img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .realisations-group:nth-child(odd) .realisations-single:nth-child(2) {
      grid-column-start: 2;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 1; }
    .realisations-group:nth-child(odd) .realisations-single:nth-child(3) {
      grid-column-start: 2;
      grid-column-end: 2;
      grid-row-start: 2;
      grid-row-end: 2; }
    .realisations-group:nth-child(even) .realisations-single:first-child {
      grid-column-start: 1;
      grid-column-end: 1;
      grid-row-start: 1;
      grid-row-end: 1; }
    .realisations-group:nth-child(even) .realisations-single:nth-child(2) {
      grid-column-start: 1;
      grid-column-end: 1;
      grid-row-start: 2;
      grid-row-end: 2; }
    .realisations-group:nth-child(even) .realisations-single:nth-child(3) {
      grid-column-start: 2;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: span 2; }
      .realisations-group:nth-child(even) .realisations-single:nth-child(3):hover .realisations-single__image img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
      .realisations-group:nth-child(even) .realisations-single:nth-child(3) .realisations-single__image img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

/* OtraVista
 *
 * /sass/components/video-player.scss - Video Player
 *
 * coded by Anne@caractere-advertising
 * started at 04/02/2019
 */
.video {
  margin-bottom: 25em; }

.jarallax-video-pause {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 150px;
  left: calc(50% - 100px);
  cursor: pointer;
  color: white;
  text-align: center; }

@media screen and (min-width: 525px) and (max-width: 1023px) {
  .video {
    margin-bottom: 20em; } }

@media screen and (min-width: 1224px) and (max-width: 1439px) {
  .video {
    margin-bottom: 30em; } }

@media screen and (min-width: 2000px) {
  .video {
    margin-bottom: 35em; } }