/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for Dreev
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --text-color: #09357A;
  --hover-color: #1089FF;
  --white-color: #fff; }

/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease; }
  body.freeze {
    overflow: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--text-color);
  font-family: 'Work Sans', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.2; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--text-color);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--hover-color); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hover-color); } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
.content-wrapper {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 2rem; }

@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0; } }
a.button,
button.wpcf7-submit,
#main-menu .menu-item a {
  background: transparent;
  border: 0.1rem solid var(--text-color);
  border-radius: 3rem;
  padding: 1.5rem 2rem;
  color: var(--white-color);
  transition: all .2s ease-out;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1; }
  a.button:before, a.button:after,
  button.wpcf7-submit:before,
  button.wpcf7-submit:after,
  #main-menu .menu-item a:before,
  #main-menu .menu-item a:after {
    content: '';
    height: 100%;
    position: absolute;
    z-index: -1; }
  a.button:before,
  button.wpcf7-submit:before,
  #main-menu .menu-item a:before {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 3rem;
    background: var(--text-color); }
  a.button:after,
  button.wpcf7-submit:after,
  #main-menu .menu-item a:after {
    width: 0;
    top: 0;
    left: 0;
    border-radius: 3rem;
    background: var(--white-color);
    transition: width ease 0.3s, opacity 0s ease 0.3s;
    opacity: 0; }
  a.button.white,
  button.wpcf7-submit.white,
  #main-menu .menu-item a.white {
    color: var(--text-color); }
    a.button.white:before,
    button.wpcf7-submit.white:before,
    #main-menu .menu-item a.white:before {
      background: var(--white-color); }
    a.button.white:after,
    button.wpcf7-submit.white:after,
    #main-menu .menu-item a.white:after {
      background: var(--text-color); }

nav.internal-link {
  text-align: center;
  margin: 10rem auto 5rem; }
  nav.internal-link a.button span:after {
    content: ' >'; }

@media screen and (min-width: 800px) {
  a.button:hover,
  button.wpcf7-submit:hover,
  #main-menu .menu-item a:hover {
    color: var(--text-color); }
    a.button:hover:after,
    button.wpcf7-submit:hover:after,
    #main-menu .menu-item a:hover:after {
      width: 100%;
      opacity: 1;
      transition: width ease 0.3s, opacity 0s ease 0s; }
  a.button.white:hover,
  button.wpcf7-submit.white:hover,
  #main-menu .menu-item a.white:hover {
    border: 0.1rem solid var(--white-color);
    background: var(--text-color);
    color: var(--white-color); } }
.wp-block-columns.two-columns-blocks {
  max-width: 90%;
  margin: 10rem auto; }
  .wp-block-columns.two-columns-blocks .wp-block-column {
    border: 0.1rem solid var(--text-color);
    border-radius: 3rem;
    padding: 4rem;
    margin-bottom: 2rem; }

@media screen and (min-width: 800px) {
  .wp-block-columns.two-columns-blocks {
    max-width: 800px;
    margin: 10rem auto; }
    .wp-block-columns.two-columns-blocks .wp-block-column {
      border: 0.1rem solid var(--text-color);
      border-radius: 3rem;
      padding: 4rem; } }
.bg-on {
  background: rgba(16, 137, 255, 0.2); }

.entry-footer {
  text-align: center;
  margin: 2rem auto; }

/* Navigation
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white-color);
  box-shadow: -0.1rem 0 1.6rem rgba(49, 49, 49, 0.2);
  height: 8rem;
  z-index: 20; }
  .site-header .site-branding {
    position: absolute;
    font-family: 'Britannic', serif;
    font-size: 4rem;
    text-transform: uppercase;
    margin: -1rem 0 0;
    z-index: 25; }
    .site-header .site-branding img {
      width: 14rem;
      left: 2rem;
      position: relative;
      top: 2rem; }
    .site-header .site-branding p {
      margin: 0; }
  .site-header .button {
    position: absolute;
    top: 1.2rem;
    right: 10rem; }
    .site-header .button.desktop {
      display: none; }
    .site-header .button.mobile {
      padding: 1rem; }
      .site-header .button.mobile .picto {
        width: 3rem;
        height: 3rem;
        background: transparent no-repeat center / 2rem; }
    .site-header .button.active {
      right: calc(40rem + 3rem); }

#site-navigation {
  display: block; }
  #site-navigation button.menu-toggle {
    display: block;
    position: absolute;
    top: 0.7rem;
    right: 2rem;
    width: 6.5rem;
    height: 6.5rem;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    cursor: pointer;
    text-indent: -999px;
    transition: all .2s ease;
    z-index: 60; }
    #site-navigation button.menu-toggle span,
    #site-navigation button.menu-toggle span:before,
    #site-navigation button.menu-toggle span:after {
      height: 0.2rem;
      width: 3.5rem;
      margin: 0;
      background: var(--text-color);
      position: absolute;
      display: block;
      content: '';
      transition: all .2s ease-in; }
    #site-navigation button.menu-toggle span {
      background: transparent;
      top: 3rem;
      left: 50%;
      transform: translateX(-50%); }
    #site-navigation button.menu-toggle span:before {
      top: -0.5rem; }
    #site-navigation button.menu-toggle span:after {
      bottom: -0.5rem; }
    #site-navigation button.menu-toggle + #menu-wrapper {
      top: 0;
      right: calc(-40rem - 10rem);
      position: absolute;
      padding: 7rem 4rem 4rem;
      width: 40rem;
      height: 100vh;
      text-align: center;
      list-style-type: none;
      transition: all .3s;
      z-index: -1;
      background-color: var(--white-color);
      box-shadow: -0.1rem 0 1.6rem rgba(49, 49, 49, 0.2);
      overflow-y: auto; }
      #site-navigation button.menu-toggle + #menu-wrapper #main-menu li {
        display: block;
        position: relative;
        margin: 0.7rem 0;
        transition: margin 0.2s ease-out 0.2s; }
        #site-navigation button.menu-toggle + #menu-wrapper #main-menu li a {
          display: block; }
      #site-navigation button.menu-toggle + #menu-wrapper #language-menu {
        position: absolute;
        top: 3rem;
        left: 4rem; }
        #site-navigation button.menu-toggle + #menu-wrapper #language-menu li {
          display: inline-block; }
          #site-navigation button.menu-toggle + #menu-wrapper #language-menu li.wpml-ls-current-language {
            font-weight: 500; }
          #site-navigation button.menu-toggle + #menu-wrapper #language-menu li:nth-of-type(2):before {
            content: '| ';
            font-weight: 300; }
      #site-navigation button.menu-toggle + #menu-wrapper #footer-menu {
        font-size: 1.2rem;
        text-align: left;
        position: absolute;
        bottom: 3rem;
        background: var(--white-color); }
        #site-navigation button.menu-toggle + #menu-wrapper #footer-menu li {
          display: inline-block;
          padding-right: 0.5rem; }
          #site-navigation button.menu-toggle + #menu-wrapper #footer-menu li:first-of-type {
            display: block; }
    #site-navigation button.menu-toggle.active:hover span:before, #site-navigation button.menu-toggle.active:hover span:after {
      margin: 0; }
    #site-navigation button.menu-toggle.active span:before {
      top: 0;
      transform: rotate(225deg); }
    #site-navigation button.menu-toggle.active span:after {
      bottom: 0;
      transform: rotate(-45deg); }
    #site-navigation button.menu-toggle.active + #menu-wrapper {
      right: 0;
      z-index: 50; }
      #site-navigation button.menu-toggle.active + #menu-wrapper #main-menu li {
        margin: 1rem 0; }

.admin-bar .site-header {
  top: 3.2rem; }
.admin-bar #site-navigation button.menu-toggle + #menu-wrapper #footer-menu {
  bottom: 6rem; }

@media screen and (min-width: 960px) {
  .site-header .button.mobile {
    display: none; }
  .site-header .button.desktop {
    display: block; }

  #site-navigation button.menu-toggle:hover {
    color: var(--hover-color);
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; } }
/* Homepage
--------------------------------------------- */
.home .entry-header {
  position: relative; }

.splashpage-background {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent no-repeat center / cover; }
  .splashpage-background:after {
    content: '';
    background: var(--white-color);
    opacity: 0.8;
    width: 100%;
    position: absolute;
    height: 100vh; }

.splashpage-content {
  position: absolute;
  width: 50rem;
  max-width: 90%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10rem;
  text-align: center; }
  .splashpage-content img {
    width: 20rem;
    margin: 0 auto 2rem; }
  .splashpage-content h1 {
    color: var(--hover-color); }
  .splashpage-content .button {
    top: 3rem;
    position: relative; }

@media screen and (min-width: 800px) {
  .splashpage-content {
    top: 38%; }
    .splashpage-content img {
      width: 28rem; } }
/* Block image / text
--------------------------------------------- */
.block-image-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .block-image-text .content-wrapper .text-column,
  .block-image-text .content-wrapper .image-column {
    width: 100%; }
  .block-image-text .content-wrapper .text-column img {
    width: 10rem;
    margin: 0 auto; }
  .block-image-text .content-wrapper .text-column h2,
  .block-image-text .content-wrapper .text-column .intro {
    font-weight: 500; }
  .block-image-text .content-wrapper .text-column h2 {
    font-size: 2.7rem;
    color: var(--hover-color); }
  .block-image-text .content-wrapper .text-column .intro {
    margin-bottom: 2rem; }
  .block-image-text .content-wrapper .image-column {
    margin: 2rem 0; }
    .block-image-text .content-wrapper .image-column .image {
      width: 100%;
      padding-bottom: 100%;
      display: block;
      background: transparent no-repeat center / contain; }
      .block-image-text .content-wrapper .image-column .image.frame {
        border-radius: 2rem;
        background: transparent no-repeat center / cover;
        box-shadow: 0.2rem 0.2rem 2rem rgba(49, 49, 49, 0.2); }
.block-image-text.layout-image-text .content-wrapper {
  flex-direction: row-reverse; }
.block-image-text.bg-on .content-wrapper {
  padding: 2rem; }

@media screen and (min-width: 800px) {
  .block-image-text .content-wrapper .text-column,
  .block-image-text .content-wrapper .image-column {
    width: 50%; }
  .block-image-text .content-wrapper .text-column img {
    margin: 0; }
  .block-image-text .content-wrapper .text-column h2 {
    font-size: 3rem; }
  .block-image-text .content-wrapper .image-column {
    padding: 4rem;
    margin: 0; }
  .block-image-text.bg-on .content-wrapper {
    padding: 0 2rem; } }
/* Block marquee
--------------------------------------------- */
.block-marquee {
  margin: -5rem 0; }
  .block-marquee .marquee-container {
    overflow: hidden;
    display: flex; }
    .block-marquee .marquee-container h3 {
      font-weight: 300;
      font-size: 5rem;
      padding-right: 2.5rem;
      white-space: nowrap; }

/* Block contact
--------------------------------------------- */
.block-contact {
  padding: 5rem 0; }
  .block-contact .content-wrapper h2 {
    font-size: 2.7rem;
    color: var(--hover-color); }
  .block-contact .content-wrapper .form-container {
    max-width: 800px;
    background: var(--text-color);
    border-radius: 2rem;
    margin: 5rem auto;
    padding: 5rem;
    color: var(--white-color); }
    .block-contact .content-wrapper .form-container form p:last-of-type {
      text-align: center;
      margin-bottom: -1rem; }
    .block-contact .content-wrapper .form-container input,
    .block-contact .content-wrapper .form-container label,
    .block-contact .content-wrapper .form-container textarea {
      width: 100%; }
    .block-contact .content-wrapper .form-container input,
    .block-contact .content-wrapper .form-container textarea {
      background: transparent;
      padding: 1rem 0;
      border: none;
      border-bottom: 0.1rem solid var(--white-color);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: var(--white-color);
      margin-bottom: 2rem; }
      .block-contact .content-wrapper .form-container input:focus, .block-contact .content-wrapper .form-container input:active,
      .block-contact .content-wrapper .form-container textarea:focus,
      .block-contact .content-wrapper .form-container textarea:active {
        outline: none; }
    .block-contact .content-wrapper .form-container button.wpcf7-form-control.wpcf7-submit {
      min-width: 20rem; }
    .block-contact .content-wrapper .form-container .wpcf7-spinner {
      position: absolute; }
    .block-contact .content-wrapper .form-container form .wpcf7-response-output {
      border-radius: 2rem;
      margin: -1rem 0 3rem;
      text-align: center; }

@media screen and (min-width: 800px) {
  .block-contact .content-wrapper h2 {
    font-size: 3rem; }
  .block-contact .content-wrapper .intro-container {
    max-width: 40%; }
  .block-contact .content-wrapper .form-container input[type="submit"]:hover {
    background: var(--text-color);
    color: var(--white-color); } }
/* Slider
--------------------------------------------- */
.flickity-viewport {
  width: 100%;
  height: 100%; }
  .flickity-viewport .flickity-slider {
    display: flex;
    align-items: center; }

.flickity-page-dots {
  list-style: none; }
  .flickity-page-dots .dot.is-selected {
    background: var(--text-color); }

/* Faq section
--------------------------------------------- */
#faq-section {
  padding: 5rem 0; }
  #faq-section h2 {
    font-size: 2.7rem;
    color: var(--hover-color); }
  #faq-section ul li.faq-item {
    width: 90%;
    box-shadow: 0 0 1.6rem rgba(49, 49, 49, 0.2);
    border-radius: 3rem;
    padding: 4rem;
    margin: 2rem;
    background: var(--white-color); }
    #faq-section ul li.faq-item .question {
      font-weight: 500;
      font-size: 1.4rem; }
      #faq-section ul li.faq-item .question span {
        font-weight: 300; }
      #faq-section ul li.faq-item .question .empty-quoter {
        min-height: 6rem; }
    #faq-section ul li.faq-item .answer {
      font-weight: 300;
      font-size: 1.8rem; }

@media screen and (min-width: 800px) {
  #faq-section h2 {
    font-size: 3rem; }
  #faq-section .intro {
    max-width: 40%; }
  #faq-section ul li.faq-item {
    width: 40%; } }
/* Block slider
--------------------------------------------- */
.block-slider h2.section-title,
.block-slider .intro {
  font-weight: 500; }
.block-slider h2.section-title {
  font-size: 2.7rem;
  color: var(--hover-color); }
.block-slider .intro {
  margin-bottom: 2rem; }
.block-slider.bg-on {
  padding: 2rem 0; }
.block-slider ul {
  margin-bottom: 5rem; }
  .block-slider ul li {
    width: calc(100% / 3); }
    .block-slider ul li img {
      padding: 3rem;
      width: 100%;
      height: auto; }

@media screen and (min-width: 800px) {
  .block-slider h2.section-title {
    font-size: 3rem; }
  .block-slider .intro {
    max-width: 40%; }
  .block-slider ul li {
    width: calc(100% / 8); } }
/* They talked about us page
--------------------------------------------- */
.page-template-page-articles .entry-content {
  margin-top: 12rem; }

.block-article .content-wrapper h2.section-title,
.block-article .content-wrapper .intro {
  font-weight: 500; }
.block-article .content-wrapper h2.section-title {
  font-size: 2.7rem;
  color: var(--hover-color); }
.block-article .content-wrapper .intro {
  margin-bottom: 2rem; }
.block-article .content-wrapper ul {
  margin-top: 5rem; }
  .block-article .content-wrapper ul li {
    margin-bottom: 2rem; }
    .block-article .content-wrapper ul li a {
      display: flex;
      align-items: center; }
      .block-article .content-wrapper ul li a .thumbnail {
        width: 40%;
        padding-bottom: 39%;
        background: transparent no-repeat center / cover;
        border-radius: 2rem;
        margin-right: 2rem;
        box-shadow: 0.2rem 0.2rem 1.6rem rgba(49, 49, 49, 0.2);
        opacity: 1;
        transition: opacity 0.3s ease; }
      .block-article .content-wrapper ul li a .text {
        width: 60%; }
      .block-article .content-wrapper ul li a h2 {
        color: var(--hover-color); }
.block-article.articles-internes .content-wrapper ul, .block-article.internal-articles .content-wrapper ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .block-article.articles-internes .content-wrapper ul li, .block-article.internal-articles .content-wrapper ul li {
    width: 100%; }
    .block-article.articles-internes .content-wrapper ul li a, .block-article.internal-articles .content-wrapper ul li a {
      flex-wrap: wrap; }
      .block-article.articles-internes .content-wrapper ul li a .thumbnail, .block-article.internal-articles .content-wrapper ul li a .thumbnail {
        width: 100%;
        padding-bottom: 98%;
        margin-right: 0; }
      .block-article.articles-internes .content-wrapper ul li a .text, .block-article.internal-articles .content-wrapper ul li a .text {
        width: 100%; }

@media screen and (min-width: 800px) {
  .block-article .content-wrapper h2.section-title {
    font-size: 3rem; }
  .block-article .content-wrapper .intro {
    max-width: 40%; }
  .block-article .content-wrapper ul {
    padding: 0 5rem; }
    .block-article .content-wrapper ul li a .thumbnail {
      width: 14%;
      padding-bottom: 14%; }
    .block-article .content-wrapper ul li a .text {
      width: 86%; }
    .block-article .content-wrapper ul li a:hover .thumbnail {
      opacity: 0.7;
      transition: opacity 0.3s ease; }
  .block-article.articles-internes .content-wrapper ul li, .block-article.internal-articles .content-wrapper ul li {
    width: 48%; }
    .block-article.articles-internes .content-wrapper ul li a .thumbnail, .block-article.internal-articles .content-wrapper ul li a .thumbnail {
      width: calc(40% - 2rem);
      padding-bottom: 38%;
      margin-right: 2rem; }
    .block-article.articles-internes .content-wrapper ul li a .text, .block-article.internal-articles .content-wrapper ul li a .text {
      width: 60%; } }
/* Single
--------------------------------------------- */
.single .content-wrapper {
  margin-top: 12rem;
  display: flex;
  flex-wrap: wrap; }
  .single .content-wrapper .entry-header,
  .single .content-wrapper .entry-content {
    width: 100%; }
    .single .content-wrapper .entry-header h1,
    .single .content-wrapper .entry-content h1 {
      color: var(--hover-color);
      font-size: 3.5rem; }
  .single .content-wrapper .entry-header {
    margin-bottom: 2rem; }
    .single .content-wrapper .entry-header img {
      border-radius: 3rem;
      box-shadow: 0.2rem 0.2rem 1.6rem rgba(49, 49, 49, 0.2); }

@media screen and (min-width: 800px) {
  .single .content-wrapper {
    margin-top: 15rem;
    flex-direction: row-reverse; }
    .single .content-wrapper .entry-header,
    .single .content-wrapper .entry-content {
      width: 50%; }
      .single .content-wrapper .entry-header h1,
      .single .content-wrapper .entry-content h1 {
        font-size: 4.5rem; }
    .single .content-wrapper .entry-header {
      padding-left: 4rem; }
      .single .content-wrapper .entry-header img {
        position: sticky;
        top: 15rem; } }
/* Loading page plugin
--------------------------------------------- */
.lp-screen span {
  width: 200px !important; }
  .lp-screen span img {
    width: 200px !important; }

@media screen and (min-width: 800px) {
  .lp-screen span {
    width: 250px !important; }
    .lp-screen span img {
      width: 250px !important; } }
/* Cookies consent plugin
--------------------------------------------- */
.cli-plugin-button,
.cli-tab-footer .wt-cli-privacy-accept-btn {
  border-radius: 4rem;
  padding: 1.5rem; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background: var(--text-color);
  color: var(--white-color); }

@media screen and (min-width: 800px) {
  #cookie-law-info-bar {
    width: 90%;
    border-radius: 7rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto 2rem; }
    #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
      padding: 1.5rem 4rem; } }

/*# sourceMappingURL=style.css.map */
