@charset "UTF-8";
/*
Theme Name: Ébéniste Deauville
Author: Demeillat Matthieu
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: ng1-fse
Requires at least: 6.1
Requires PHP: 7.4.33
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/* Importation des mixins depuis un fichier externe */
header.wp-block-template-part {
  width: 100%;
}
header.wp-block-template-part > .wp-block-group {
  height: 80px;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group {
    height: auto;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group {
  max-width: 1400px;
  margin: 15px auto 0;
}
@media (min-width: 1200px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group {
    min-width: 1200px;
  }
}
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group {
    width: 100%;
    margin: 0px 10px 0 0;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-image {
    display: none;
  }
}
@media (max-width: 768px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation {
    height: 50px;
  }
}
@media (min-width: 769px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation {
    width: 100%;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container:first-of-type {
  flex-grow: 2;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container:first-of-type .wp-block-navigation-item:first-of-type {
  flex-grow: 2;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__container:first-of-type .wp-block-navigation-item:first-of-type .wp-block-site-logo {
  padding: 0px 0px 20px;
  text-align: left;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-buttons {
  display: none;
}
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-buttons {
    display: flex;
  }
}
@media (min-width: 980px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-buttons {
    display: flex;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-site-logo {
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-site-logo img {
    width: 100%;
    max-width: 320px;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link.current-menu-item a {
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: none;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link.current-menu-item a:after {
  transition: all 0.6s ease;
  content: "";
  height: 1px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: var(--wp--preset--color--secondary);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link a {
  transition: color 0.3s ease;
  padding: 10px 10px 10px;
  text-align: center;
  position: relative;
  text-align: center;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link a:hover {
  color: var(--wp--preset--color--secondary) !important;
  text-decoration: none;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link a:hover:after {
  width: 100%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation-item.wp-block-navigation-link a:after {
  transition: all 0.6s ease;
  content: "";
  height: 1px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: 0;
  background-color: var(--wp--preset--color--secondary);
  left: 50%;
  transform: translateX(-50%);
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container {
  display: none;
}
@media (max-width: 767px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container {
    background-color: var(--wp--preset--color--primary);
  }
}
@media (min-width: 768px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container {
    display: flex !important;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
  display: flex;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__container {
  align-items: center;
  padding-left: 0px !important;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-close {
  background-color: var(--wp--preset--color--white);
  padding: 10px;
  border-radius: 50%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-close svg {
  width: 28px;
  height: 28px;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
  display: flex !important;
}
@media (min-width: 768px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
    display: none !important;
  }
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open .ebeniste-burger-icon {
  width: 50px;
  height: 30px;
  display: flex;
  flex-direction: column;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open .ebeniste-burger-icon span {
  background-color: var(--wp--preset--color--black);
  height: 2px;
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open .ebeniste-burger-icon span:first-of-type {
  width: 75%;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open .ebeniste-burger-icon span:last-of-type {
  width: 75%;
}

footer.wp-block-template-part {
  max-width: 100vw;
  overflow: hidden;
  margin-block-start: 0px;
}
footer.wp-block-template-part .hidden {
  display: none;
}
@media (max-width: 781px) {
  footer.wp-block-template-part > .wp-block-group > .wp-block-group {
    padding: 0 25px;
  }
}
footer.wp-block-template-part .wp-block-image {
  text-align: center;
}
@media (max-width: 600px) {
  footer.wp-block-template-part .wp-block-columns {
    flex-direction: column;
  }
}
footer.wp-block-template-part .top {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 20px;
}
footer.wp-block-template-part .top:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid var(--wp--preset--color--primary);
  background-image: url(./img/top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--wp--preset--color--white);
  z-index: 0;
}
footer.wp-block-template-part h3.wp-block-heading {
  border-bottom: 1px solid var(--wp--preset--color--black);
  text-transform: uppercase;
}
footer.wp-block-template-part .menu-footer {
  row-gap: 5px;
}
footer.wp-block-template-part .menu-footer ul {
  padding-left: 0 !important;
  padding-bottom: 15px;
  list-style: none;
}
footer.wp-block-template-part .menu-footer ul li a {
  font-family: var(--wp--preset--font-family--eb-garamond);
  text-transform: none;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.scrolled .top {
  z-index: 5;
  opacity: 1 !important;
}

body.page-template-wp-custom-template-page-contact main .is-style-adresse, body.page-template-wp-custom-template-page-contact main .is-style-telephone {
  max-width: 200px;
  margin: auto;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form > div {
  padding: 0 25px;
}
@media (max-width: 781px) {
  body.page-template-wp-custom-template-page-contact .wpcf7-form > div {
    grid-column: span 2;
  }
}
body.page-template-wp-custom-template-page-contact .wpcf7-form > div.select {
  padding: 0 10px 0 25px;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form > div:not(.col2) {
  grid-column: span 2;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .submitdiv {
  text-align: center;
  width: 100%;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-checkbox {
  padding-left: 0px !important;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control {
  height: 40px;
  width: 100%;
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control::-moz-placeholder {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control::placeholder {
  font-family: var(--wp--preset--font-family--cormorant-garamond);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin: auto;
  width: auto;
  position: relative;
  cursor: pointer;
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--reading);
  font-size: var(--wp--preset--font-size--semismall);
  font-weight: 700;
  border: 0;
  padding: 10px 20px;
  transition: all 0.5s ease-out !important;
  transition-delay: 0.4s !important;
}
body.page-template-wp-custom-template-page-contact .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  box-shadow: 6px 6px 0px 0px var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
main {
  padding: 0px;
  margin-block-start: 0px;
  position: relative;
}
main h1 {
  padding-right: 15px;
  padding-left: 15px;
}
main h1 + .wp-block-group {
  flex-grow: 2 !important;
}

.current-menu-item a {
  font-weight: 700 !important;
  color: var(--wp--preset--color--black) !important;
}

.entry-content {
  position: relative;
}
.entry-content > p, .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
  padding-right: max(20px, 3.2rem);
  padding-left: max(20px, 3.2rem);
}

.wp-site-blocks {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks main {
  flex-grow: 2;
}

body.admin-bar header.wp-block-template-part {
  top: 32px !important;
}
@media (max-width: 778px) {
  body.admin-bar header.wp-block-template-part {
    top: 46px;
  }
}

html #wpadminbar {
  position: fixed;
}

ul {
  padding-left: 22px !important;
}

ul.wp-block-post-template {
  padding-left: 0px !important;
}

.wp-block-cover {
  padding: 0;
}

@media (max-width: 782px) {
  .columns-inverse {
    flex-direction: column-reverse !important;
  }
  .wp-block-spacer {
    height: 15px !important;
  }
}
@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
.wp-block-cover {
  z-index: 1;
}

.wp-block-button__link {
  transition: all 0.3s ease-out;
}