/* colors 

terracotta : #9B4C32;
terracotta-light : #ede9d0;
Or, doré : #BCA34F;
Noir bouton (default) : #32373c;

*/

h1.wp-block-heading,
h2.wp-block-heading {
  text-transform: uppercase;
}

.content h1::first-letter,
.content h2::first-letter {
  color: #bca34f;
  font-size: 1.2em;
}

/* animate */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

/* icomoon */

span.icon {
  font-size: 3rem;
}

span.icon.gold {
  color: #bca34f;
}

span.icon-size-small {
  font-size: 1.5rem;
}

/* Reset */

a:not(.wp-block-button__link) {
  color: #222;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.wp-block-code {
  position: absolute;
}

.wp-block-image {
  margin-bottom: 0;
}

p {
  line-height: 1.8;
}

.wp-block-columns.alignfull:not(.content) {
  padding: 0 !important;
  justify-content: center;
}

.hfg_header.site-header {
  box-shadow: none !important;
}

.header-menu-sidebar .nav-ul li:not([class*="block"])>.wrap>a {
  font-weight: 400;
}

/* mini boostrap margin padding */

.a-center {
  text-align: center !important;
}

div.a-center ul li {
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

/* sliders */

.flex-control-paging li a {
  background: #fff !important;
  cursor: default;
}

.flex-control-paging li a.flex-active {
  opacity: 0.71;
}

/* bg-color block */

.terrazzo {
  position: relative;
  background-color: #091322;
  /* Couleur de fond bleu nuit */
  color: #fff;
}

.terrazzo .wp-block-column {
  position: relative;
  z-index: 1;
}

.terrazzo .wp-block-column .has-text {
  position: relative;
  z-index: 2;
}

.terrazzo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../wp-content/uploads/2024/05/granito-terrazzo.jpg");
  background-repeat: repeat;
  opacity: 0.6;
  background-size: 15%;
}

.terracotta {
  background-color: #9b4c32;
  color: #fff;
}

.terracotta-medium {
  background-color: #ede9d0;
}

.terracotta-medium-light {
  background-color: #f7f5e6;
}

.terracotta-light {
  background-color: #fbfaf0;
}

/* menu */

header nav li:not(.lang-item) a {
  padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
}

header nav li:not(.lang-item) a[href*="contact"],
header nav li:not(.lang-item) a[href*="contact"]:hover,
header nav li.current-menu-item a[href*="contact"] {
  color: #fff !important;
  background-color: #bca34f;
  font-weight: 600;
}

header nav li:last-child .wrap::after {
  display: none !important;
}

/* css tools */

.content {
  padding: 3.6rem 2rem;
}

.content>p:last-child {
  margin-bottom: 0;
}

/* animUp */

.animUp {
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.animUp.animDelay1 {
  animation-delay: 1.5s;
}

.animUp.visible {
  position: relative;
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
}

/* header */

.site-header,
.wp-block-button a {
  transition: all 0.5s;
}

.header-main {
  background-color: transparent;
  --bgcolor: transparent !important;
}

.home .site-header,
.fixed .site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0;
}

.home.logged-in .site-header {
  top: 46px;
}

/* logo */

.logged-in:not(.fixed) .site-header .custom-logo-link::before {
  top: 46px;
}

.site-header .custom-logo-link::before {
  position: fixed;
  left: 0;
  top: 0;
  margin: 1rem;
  opacity: 0;
  transition: opacity 1.5s;
  content: " ";
  display: block;
  width: 32px;
  /* Largeur spécifiée */
  height: 45px;
  background-image: url("../wp-content/uploads/2024/05/vllla-amane-logo-only-166x240.svg");
  background-size: cover;
  /* Redimensionnement de l'image pour couvrir complètement le conteneur */
  background-repeat: no-repeat;
}

.fixed .site-header .custom-logo-link::before {
  opacity: 1;
}

.custom-logo-link img {
  opacity: 1;
}

.fixed .custom-logo-link,
.home .custom-logo-link {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.fixed .custom-logo-link img,
.home .custom-logo-link img {
  opacity: 0;
  height: 0;
  width: 0;
}

.custom-logo-link,
.custom-logo-link img {
  transition: opacity 0.3s ease-in-out;
}

/* block top-cover */

.top-cover .wp-block-column:first-child {
  margin: -3.6rem 10px 0;
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.top-cover .wp-block-column:first-child::before {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 120px;
  width: calc(100% + 24px);
  content: " ";
  display: block;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 85%,
      rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  filter: drop-shadow(0px -15px 9px rgba(0, 0, 0, 0.18));
}

/* block right-cover */

.right-cover .wp-block-column:last-child {
  top: -3.6rem;
  max-width: calc(1140px * 0.6);
  position: relative;
  margin: 0 22px 0;
  z-index: 3;
}

.right-cover .wp-block-column:first-child {
  max-width: calc(1140px * 0.4);
}

.right-cover .wp-block-column:last-child:before {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 120px;
  width: calc(100% + 24px);
  content: " ";
  display: block;
  filter: drop-shadow(0px -6px 9px rgba(0, 0, 0, 0.18));
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 85%,
      rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.ml-slider {
  background-color: #fff;
}

/* block left-cover */

.left-cover {}

.left-cover .wp-block-column:last-child {
  max-width: calc(1140px * 0.4);
}

.left-cover .wp-block-column:first-child {
  max-width: calc(1140px * 0.6);
  top: -3.6rem;
  margin: 0 22px;
  position: relative;
  z-index: 3;
}

.left-cover .wp-block-column:first-child:before {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 120px;
  width: calc(100% + 24px);
  content: " ";
  display: block;
  filter: drop-shadow(0px -6px 9px rgba(0, 0, 0, 0.18));
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 85%,
      rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

/* title */

.wp-block-cover h1 {
  text-shadow: 0px 0 12px rgba(0, 0, 0, 0.3);
}

h1+p,
h2+p {
  margin-top: 2.4em;
}

.wp-block-buttons {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

/* hr  */

hr.wp-block-separator {
  position: relative;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right,
      rgba(188, 163, 79, 0),
      rgba(188, 163, 79, 0.75),
      rgba(188, 163, 79, 0));
}

/* hr - mobile tablet */

.wp-block-columns+hr.wp-block-separator,
.wp-block-heading+hr.wp-block-separator,
.wp-block-group+hr.wp-block-separator {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
}

hr.wp-block-separator+div .top-cover,
hr.wp-block-separator+.top-cover,
hr.wp-block-separator+div .left-cover,
hr.wp-block-separator+.left-cover,
hr.wp-block-separator+div .right-cover,
hr.wp-block-separator+.right-cover {
  margin-top: 12rem;
}

/* logo */

.site-header .custom-logo-link::before {
  margin: 0.6rem;
}

.logged-in .site-header .custom-logo-link::before {
  top: 32px;
}

/* menu lang */

.menu li.lang-item {
  position: absolute !important;
  right: 12px;
}

.menu li.lang-item-fr {
  margin-right: 24px;
}

/* home - content */

.home .wp-block-cover:first-child h2 {
  top: 96px;
  position: relative;
}

.home .hero .logo {
  width: 240px;
  height: 168px;
  margin: 0 auto;
}

.home .logo>svg {
  height: auto;
  max-width: 100%;
  min-width: 100%;
}

/* button */

.wp-block-button a {
  text-decoration: none;
}

.wp-block-button a:hover {
  color: white;
  background-color: #bca34f;
}

.wp-block-cover .wp-block-button a {
  color: white;
  background-color: #bca34f;
}

.wp-block-cover .wp-block-button a:hover {
  color: white;
  background-color: #54595f;
}

/* Footer */

.site-footer .footer-bottom {
  display: none;
}

.site-footer .has_menu {
  justify-content: center;
  padding: 1rem !important;
}

/* Page "Séjour" ou privée */

.post-password-form {}

.post-password-form p {
  text-align: center;
  justify-content: center;
}

.post-password-form label {
  margin-top: 2em;
}

.post-password-form label input {
  margin-top: 0.9rem;
}

.post-password-form {
  padding: 2em;
}

/* metaslider - nav */

.metaslider .flex-control-nav {
  bottom: 45px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

/* button hero */

.down .wp-block-button__link {
  position: relative;
  /* Position relative pour positionner l'icône */
  text-indent: -9999px;
  /* Cacher le texte tout en le conservant pour l'accessibilité */
  padding: 1.8rem;
  height: 3.6rem;
  width: 3.6rem;
  background-color: #bca34f;
}

.down .wp-block-button__link::after {
  content: "";
  /* Ajoute un pseudo-élément */
  position: absolute;
  /* Position absolue par rapport au bouton */
  top: 50%;
  /* Déplace l'icône à mi-hauteur du bouton */
  left: 50%;
  /* Positionne l'icône au centre horizontal */
  transform: translate(-50%,
      -50%);
  /* Centre l'icône horizontalement et verticalement */
  width: 0;
  /* Largeur nulle pour l'icône */
  height: 0;
  /* Hauteur nulle pour l'icône */
  border-left: 15px solid transparent;
  /* Crée la partie supérieure de l'icône */
  border-right: 15px solid transparent;
  /* Crée la partie inférieure de l'icône */
  border-top: 15px solid #fff;
  /* Crée la pointe de l'icône */
  margin-top: 3px;
}

.down .wp-block-button__link::before {
  transition: all 0.5s;
  content: "";
  /* Ajoute un pseudo-élément */
  position: absolute;
  /* Position absolue par rapport au bouton */
  top: 50%;
  /* Positionne l'ellipse au-dessus de la flèche */
  left: 50%;
  /* Centre l'ellipse horizontalement */
  transform: translate(-50%,
      -50%);
  /* Centre l'ellipse verticalement et horizontalement */
  width: 40px;
  /* Largeur de l'ellipse */
  height: 20px;
  /* Hauteur de l'ellipse */
  border-radius: 50%;
  /* Forme l'ellipse en cercle */
  background-color: #bca34f;
  /* Couleur de fond du bouton */
  margin-top: -10px;
  z-index: 1;
}

.down .wp-block-button__link:hover,
.down .wp-block-button__link:hover::before {
  background-color: rgb(84, 89, 95);
  /* Couleur dorée au survol */
}

.down.wp-block-button {
  top: 2rem;
  position: relative;
}

/* mobile large */

@media (min-width: 576px) {
  .site-header .header-inner {
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  .hero h3.wp-block-heading {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
  }

  .home .hero .logo {
    position: relative;
    top: -3.6vw;
  }
}

/* center-cover */

.wp-block-columns.is-layout-flex.center-cover {
  position: relative;
  z-index: 3;
}

.wp-block-columns.is-layout-flex.center-cover>.wp-block-column {
  background: #fff;
}

.wp-block-columns.is-layout-flex.center-cover>.wp-block-column:nth-child(1) {}

.wp-block-columns.is-layout-flex.center-cover:nth-child(2n)::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 33%;
  width: 100%;
  content: " ";
  display: block;
  z-index: -5;
  filter: drop-shadow(0px -15px 9px rgba(0, 0, 0, 0.18));
}

/*tablet */

@media (max-width: 780px) {
  .m-mb-3 {
    margin-bottom: 3em !important;
  }

  .m-alignfull {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
  }

  .m-reverse-group h2 {
    margin-top: 1.5em !important;
  }

  .m-reverse-group p:last-child {
    margin-bottom: 3em;
  }

  /* center-cover */

  .wp-block-columns.is-layout-flex.center-cover {
    gap: 0;
    top: 3.6rem;
  }

  .wp-block-columns.is-layout-flex.center-cover {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;
  }

  .wp-block-columns.is-layout-flex.center-cover .wp-block-column {
    flex-basis: calc(50%);
    /* Définir la largeur des colonnes */
    max-width: calc(50%);
    /* Définir la largeur maximale */
    margin-bottom: 0;
    /* Ajouter un espacement entre les colonnes */
  }

  /* Dernière colonne à pleine largeur */

  .wp-block-columns.is-layout-flex.center-cover .wp-block-column:last-child {
 
    /* Supprimer l'espacement sous la dernière colonne */
  }

  .wp-block-columns.is-layout-flex.center-cover .wp-block-column:last-child {
    position: relative;
    right: 6px;
  }

  .wp-block-columns.is-layout-flex.center-cover
    > .wp-block-column:nth-child(2) {
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 0;
      padding: 0 12px 12px;
      order:3;
      z-index: 2;
  }

  .wp-block-columns.is-layout-flex.center-cover .wp-block-column:first-child {
    position: relative;
    bottom: -12px;
    left: 3px;
    z-index: 4;
    box-shadow: 6px 6px 6px rgba(50, 31, 31, 0.45);
  }

  .wp-block-columns.is-layout-flex.center-cover .wp-block-column:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    content: " ";
    display: block;
    background: #fff;
    z-index: -5;
    filter: drop-shadow(0px 15px 9px rgba(0, 0, 0, 0.18));
  }
}

/* fancybox */

.fancy-ico span {
  background: transparent;
  border: none;
  box-shadow: none;
  transition: none;
  left: 15px;
  top: -6px;
  width: 24px;
  height: 24px;
}

#fancybox-close span::before,
#fancybox-close span::after {
  top: 36px;
  left: -8px;
  width: 21px;
  height: 3px;
}

#fancybox-close {
  top: -36px;
  right: -36px;
}

/* desktop */

@media (min-width: 992px) {

  /* title */

  h1.wp-block-heading {
    font-size: 64px !important;
  }

  /* content */
  .home .hero {
    min-height: calc(100vh + 60px) !important;
  }

  .home .hero .logo {
    width: 320px;
  }

  .home .hero .down.wp-block-button {
    top: 6rem;
  }

  .center-cover {
    gap: 0 !important;
    margin-top: -27px;
  }

  .content {
    padding: 3rem;
  }

  div.terrazzo,
  div.terracotta,
  div.terracotta-light {
    min-height: 420px;
  }

  /* logo - desktop */

  .site-header .custom-logo-link::before {
    margin: 0.3rem;
    width: 16px;
    height: 24px;
  }

  /* header - desktop */

  /* header & menu  - home - desktop */

  .home.logged-in .site-header,
  .fixed.logged-in:not(.home) .site-header {
    top: 32px;
    border: none !important;
  }

  .home:not(.fixed) .site-header {
    background: transparent;
  }

  .home:not(.fixed) .site-header nav a {
    color: #fff;
  }

  .home:not(.fixed) .site-header nav li.nv-active>.wrap>a {
    color: white !important;
  }

  .fixed .site-header {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .site-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .site-header,
  .site-header .header-inner,
  .site-header:not(.header-stacked) .header-inner .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .site-header .header-inner .site-branding {
    margin: 0 auto;
  }

  .wp-block-columns.is-layout-flex.center-cover>.wp-block-column:nth-child(2n) {
    position: relative;
    top: -3.6rem;
    flex-basis: 18%;
    z-index: 3;
  }

  .wp-block-columns.is-layout-flex.center-cover>.wp-block-column:nth-child(2n)::before {
    position: absolute;
    top: -12px;
    left: -12px;
    height: 120px;
    width: calc(100% + 24px);
    content: " ";
    display: block;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 1) 85%,
        rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    filter: drop-shadow(0px -15px 9px rgba(0, 0, 0, 0.18));
  }

  /* right-cover */

  .right-cover .wp-block-column:last-child {
    left: 0;
  }

  /* left-cover */

  .left-cover .wp-block-column:first-child {
    max-width: calc(1140px * 0.6);
    top: auto;
    bottom: -3.6rem;
    right: 0;
    z-index: 4;
  }

  .left-cover .wp-block-column:first-child:before {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: -12px;
    height: 120px;
    width: calc(100% + 24px);
    content: " ";
    display: block;
    filter: drop-shadow(0px -6px 9px rgba(0, 0, 0, 0.18));
    background: linear-gradient(to top,
        rgba(255, 255, 255, 1) 85%,
        rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }

  /* hr - desktop */

  hr.wp-block-separator+.left-cover,
  hr.wp-block-separator+div .left-cover {
    margin-top: 0;
  }

  /* margin cover + padding content */

  hr.wp-block-separator+.right-cover,
  hr.wp-block-separator+div .right-cover {
    margin-top: calc(3.6rem);
  }

  .left-cover+hr.wp-block-separator {
    margin-top: calc(3.6rem + 3.6rem);
  }

  .top-cover+hr.wp-block-separator,
  .content+hr.wp-block-separator,
  .wp-block-group.m-reverse-group+hr.wp-block-separator {
    margin-top: 0;
  }
}

/* mobile tablet */

@media (max-width: 576px) {
  h1.wp-block-heading {
    font-size: 2.3.6rem !important;
  }

  h2.wp-block-heading {
    font-size: 1.8rem !important;
  }

  .home .wp-block-cover h2 {
    font-size: 21px !important;
    top: 36px;
    position: relative;
  }
}

@media (max-width: 992px) {

  /* header */

  .home:not(.fixed):not(.is-menu-sidebar) header .site-logo {
    display: none;
  }

  /* sidebarmenu */

  .builder-item .item--inner.has_menu {
    padding-top: 64px;
  }

  .header-menu-sidebar {
    width: calc(100vw - 72px) !important;
  }

  .header-menu-sidebar .hamburger {
    display: none;
  }

  /* content */

  .top-cover .content,
  .left-cover .content,
  .right-cover .content {
    padding-top: 0;
  }

  .left-cover .content,
  .right-cover .content {
    padding-bottom: calc(3.6rem + 3.6rem);
  }

  /* burger menu */

  .is-menu-sidebar {
    overflow: hidden;
  }

  .menu-mobile-toggle {
    position: relative;
    z-index: 999901 !important;
  }

  .navbar-toggle span.icon-bar {
    width: 36px;
    margin: 15px 0;
    height: 3px;
  }

  .navbar-toggle span.icon-bar:nth-child(2) {
    display: none;
  }

  .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
    bottom: 12px !important;
  }

  .navbar-toggle:focus,
  .navbar-toggle {
    border: none !important;
    outline: 0 !important;
  }

  .home:not(.fixed) .menu-mobile-toggle .navbar-toggle span.icon-bar,
  .is-active .navbar-toggle span.icon-bar {
    background-color: #fff;
  }

  .is-menu-sidebar .site-logo {
    z-index: 999901 !important;
    position: relative;
  }

  /* mobile - mini boostrap */

  .m-a-left {
    text-align: left;
  }

  .m-reverse,
  .m-reverse-group>div {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}