/*
	Theme Name: Pedibus GE
	Theme URI: etienneetienne.com
	Description: WordPress Theme
	Version: 1
	Author: Edouard Corfu
	Author URI: etienneetienne.com
*/
/*------------------------------------*\
	SMOOTH LOADING
\*------------------------------------*/
html body.loading #page {
  opacity: 0;
}

html body.loading::before {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

html body.loading::after {
  content: '';
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #ed1f23;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

html body #page {
  opacity: 1;
  min-height: 100vh;
  transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
html,
body {
  margin: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

strong {
  font-weight: 600;
}

a img {
  border: 0px;
}

a {
  transition: all 0.5s ease;
  color: #ed1f23;
}

.red {
  color: #ed1f23;
}

a:focus,
a:hover {
  text-decoration: underline;
  outline: none;
  color: #000;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
  padding: 2rem 0;
}

#header .nav {
  align-items: center;
  height: 100%;
}

#logo {
  display: block;
}

#mainnav a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.8rem;
  font-weight: 600;
}

#mainnav .current-menu-item a,
#mainnav a:hover {
  color: #ed1f23;
}

#searchtrigger {
  cursor: pointer;
}

#searchbox {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

#searchbox .container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.search-active #searchtrigger i {
  font-size: 1.6rem;
}

.search-active #searchtrigger i:before {
  content: "\e08c";
  font-weight: 400;
}

.search-active #searchbox {
  -webkit-transition: height 500ms cubic-bezier(0, 0.5, 0.2, 1.4);
  transition: height 500ms cubic-bezier(0, 0.5, 0.2, 1.4);
  height: 142px;
  opacity: 1;
}

#searchbox .form-inline {
  display: flex;
}

#searchbox .form-control {
  border: none;
  background: none;
  font-size: 2.5rem;
  border-bottom: 1px solid #ededed;
  height: 3rem;
  padding: 1rem 0;
  border-radius: 0;
  flex: 1;
}

#searchbox .btn {
  border: none;
  background: none;
}

#searchbox .btn i {
  font-size: 2.5rem;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
#home {
  position: relative;
}

.caption {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.5rem;
  padding-top: 3rem;
}

.caption h1 {
  font-size: 3rem;
}

.caption p {
  max-width: 600px;
  margin: 0 auto 1rem;
}

.image_1 {
  position: relative;
  z-index: 2;
}

.image_2 {
  transform: translate(0, -5rem);
  z-index: 0;
}

#services img {
  max-width: 80px;
}

#services a {
  color: #4d4d4d;
}

#services a:hover {
  text-decoration: none;
}

#services h5 {
  color: #000;
  display: inline-block;
  position: relative;
}

#services h5:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 15px;
  background: #fdf4b3;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
}

#film {
  background: #45c2c6;
  color: #fff;
}

article.item {
  position: relative;
  margin-bottom: 2rem;
  background: #fff;
  height: calc(100% - 2rem);
}

article.item .a_img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

article.item .a_img:before {
  content: "";
  padding-top: 52.33%;
  display: block;
}

article.item .a_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

article.item .a_img a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

article.item .a_content {
  padding: 1.5rem 0;
}

article.item .a_cat {
  display: inline-block;
}

article.item .a_date {
  color: #666;
}

article.item .a_title {
  font-size: 1.45rem;
  font-weight: 400;
  margin-top: 1rem;
}

article.item .a_title a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

a.more {
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}

.slickslider1,
.slickslider2,
.slickslider4,
.slickslider5 {
  height: 300px;
  overflow: hidden;
}

.slickslider3 {
  height: 600px;
  overflow: hidden;
}

#gallery .slick-slider .slick-track,
#gallery .slick-slider .slick-list {
  height: 100%;
}

#gallery .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#line1 {
  position: absolute;
  left: 0;
  transform: translate(0, -20%);
  width: auto;
  height: 70vh;
  display: block;
  pointer-events: none;
  opacity: 0.7;
}

#line1 .st0 {
  fill: none;
  stroke: #FC0000;
  stroke-width: 8;
  stroke-miterlimit: 10;
}

#line1 .st1 {
  fill: none;
  stroke: #FC0000;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke-dasharray: 20.0108, 20.0108;
}

#news {
  position: relative;
}

#line2 {
  position: absolute;
  left: 0;
  top: 10%;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  opacity: 0.7;
  z-index: -1;
}

#line2 .st1 {
  fill: none;
  stroke: #45C2C6;
  stroke-width: 7px;
  stroke-miterlimit: 10;
  stroke-dasharray: 15;
}

#line3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  opacity: 0.7;
  z-index: -1;
}

#line3 .st1 {
  fill: none;
  stroke: #FC0000;
  stroke-width: 7px;
  stroke-miterlimit: 10;
  stroke-dasharray: 15;
}

.svg-anim {
  -webkit-animation: anim-dash 5s forwards;
  animation: anim-dash 5s forwards;
}

@keyframes anim-dash {
  0% {
    stroke-dashoffset: 500;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 500;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.section {
  padding: 2rem 0;
}

article img {
  height: auto;
}

article.gut_content {
  background: #fff;
}

.gut_content {
  line-height: 1.7;
}

.wp-block-image {
  margin: 1rem 0;
}

.wp-block-quote {
  border-left: 5px solid #ededed;
  color: #aaa;
  margin: 1.5rem;
  padding-left: 1rem;
}

.gsection_title,
.gut_content h3 {
  color: #000;
  display: inline-block;
  position: relative;
}

.gsection_title:after,
.gut_content h3:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 15px;
  background: #fdf4b3;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
}

#lignesmap,
.single_map {
  width: 100%;
  height: 600px;
  display: block;
  position: relative;
}

.redbg {
  background: #45c2c6;
  color: #fff;
  margin-top: 4.5rem;
}

.redbg a:not(.btn) {
  color: #dbe11d;
}

.gfield_description {
  color: #999;
  font-size: 80%;
}

.gfield_required {
  color: #ED1F27;
}

/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/
.meta {
  background: #f8f8f8;
  padding: 0.5rem;
  margin: 1rem 0;
}

#respond {
  background: #f8f8f8;
  padding: 2rem;
  margin: 1rem 0;
}

.comment-notes {
  font-size: 12px;
}

#respond form label {
  width: 30%;
  font-size: 1.2rem;
}

#respond form input,
#respond form textarea {
  width: 65%;
}

#respond form .form-submit {
  width: auto;
  margin-top: 5px;
}

.comment-author img {
  max-width: 30px;
  height: auto;
}

.comment-meta a,
.comment-meta {
  color: #c1c1c1;
  font-size: 14px;
}

.comment-list .comment {
  border-left: 5px solid #f2f2f2;
  padding-left: 30px;
  margin: 15px 0;
  list-style-type: none;
}

.comment .children {
  margin: 15px 0;
}

.gsection_description {
  margin-bottom: 2rem;
}

.gsection_description img {
  max-width: 100%;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#partners .slide {
  position: relative;
  min-height: 130px;
}

#partners .logopartner {
  position: absolute;
  padding: 0 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.slickslider .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
  color: #999;
}

.slickslider .slick-arrow i {
  font-size: 3rem;
}

.slickslider .prevslide {
  left: -50px;
}

.slickslider .nextslide {
  right: -50px;
}

#footer {
  background: #ED1F27;
  color: #fff;
  padding: 4rem 0;
}

#footer small {
  display: block;
  margin-top: 2rem;
}

/*------------------------------------*\
    Gmap
\*------------------------------------*/
.acf-map {
  width: 100%;
  height: 500px;
  margin: 0px 0;
}

.markercontent h3,
.markercontent {
  color: #333;
}

/*------------------------------------*\
    Gravity FORMS
\*------------------------------------ */
.nolabel>label {
  display: none;
}

.form-group {
  margin: 0 0 1rem 0;
}

.btn-primary {
  color: #fff;
  background-color: #ed1f23;
  border-color: #ed1f23;
  transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #ed1f23;
  border-color: #ed1f23;
  opacity: 0.8;
}

.btn-secondary {
  color: #000;
  background-color: #dbe11d;
  border-color: #dbe11d;
  transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #000;
  background-color: #dbe11d;
  border-color: #dbe11d;
  opacity: 0.8;
}

.form-control,
.btn {
  border-radius: 0px;
  padding: .5rem 1.5rem;
}

button:focus,
button:active,
input:focus,
input:active {
  outline: none !important;
  box-shadow: none !important;
}

select:not([multiple=multiple]) {
  height: calc(2.25rem + 2px);
}

.gform_fields,
.gform_fields ul {
  margin: 0;
  padding: 0;
}

.gform_fields li {
  list-style: none;
}

ul.gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gfield:not([class*=col]) {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ginput_complex span {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1rem;
}

.ginput_complex span label {
  font-size: 80%;
  font-weight: 400;
  opacity: 0.6;
}

.ginput_complex span.ginput_full {
  flex: 0 0 100%;
  max-width: 100%;
}

.ginput_complex span.ginput_left,
.ginput_complex span.ginput_right,
.ginput_complex span[class*=name_] {
  flex: 0 0 50%;
  max-width: 50%;
}

.validation_message {
  color: #cd1728;
  font-size: 80%;
  font-weight: 400;
}

.validation_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.gform_footer {
  position: relative;
}

.gform_footer img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ui-datepicker-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ui-datepicker-title select {
  height: auto;
  width: auto;
}

/*------------------------------------*\
    TOOLS
\*------------------------------------*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

#backtotop {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  z-index: 9999;
}

.valign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hidden,
.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .tablet-hide {
    display: none !important;
  }
}

.scrollanim {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.scrollanim:not(.showup) {
  opacity: 0;
}

@-webkit-keyframes showdown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

@keyframes showdown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

.showdown {
  -webkit-animation-name: showdown;
  animation-name: showdown
}

@-webkit-keyframes showup {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes showup {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.showup {
  -webkit-animation-name: showup;
  animation-name: showup
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.delay01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc(calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc(calc(6 * (100vw / 12) - 28px) / 2);
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item>div>a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item>div>a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 992px) {
  html body .gform_wrapper ul.gform_fields>li.gfield {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
  }

  .hamburger:hover {
    opacity: 0.7;
  }

  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease;
  }

  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
  }

  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
  }

  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s;
  }

  .overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(237, 31, 39, .35);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1), visibility .5s steps(1, end);
    z-index: 999;
  }

  #mainnavmobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    background: #fff;
    z-index: 200;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.75s cubic-bezier(.19, 1, .22, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
  }

  #mainnavmobile>ul {
    padding: 0 2rem;
    width: 100%;
    list-style: none;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
  }

  #mainnavmobile a {
    display: block;
    padding: 1rem 1rem;
    margin: 0.5rem 0;
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
  }

  html body.menu-active #mainnavmobile {
    transform: translate3d(0, 0, 0);
  }

  html body.menu-active {
    overflow: hidden !important;
  }

  html body.menu-active #page {
    transform: translate3d(-80%, 0, 0);
  }

  html body.menu-active .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), visibility .6s steps(1, start);
  }

  .image_2 {
    transform: translate(0, 0rem);
  }

  .caption h1 {
    font-size: 2rem;
  }

  .slickslider .prevslide {
    left: 0px;
  }

  .slickslider .nextslide {
    right: 0px;
  }

  .slickslider .slick-arrow i {
    font-size: 2rem;
  }

  .logopartner {
    text-align: center;
    display: block;
    width: 100%;
  }

  html body svg {
    width: 100% !important;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .caption {
    position: relative;
  }
}

@media only screen and (max-width: 479px) {}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}
