@charset "UTF-8";
/*
Theme Name: Marché de gros
Author: GEHIN Nicolas
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: ng1-fse
Requires at least: 6.1
Requires PHP: 7.4
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 {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 120px;
  justify-content: flex-start;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9;
}
header.wp-block-template-part .wp-block-button {
  text-wrap: nowrap;
}
header.wp-block-template-part a {
  text-decoration: none;
}
header.wp-block-template-part + main {
  margin-top: 160px;
}
body.home header.wp-block-template-part + main {
  margin-top: 120px;
}
@media (max-width: 768px) {
  header.wp-block-template-part + main {
    margin-top: 85px;
  }
  body.home header.wp-block-template-part + main {
    margin-top: 65px;
  }
}
header.wp-block-template-part .linguise_switcher {
  border: 0 !important;
  order: 5;
}
header.wp-block-template-part .linguise_switcher .linguise_current {
  border: 0 !important;
}
header.wp-block-template-part .linguise_switcher .linguise_switcher_dropdown {
  border: 0 !important;
}
header.wp-block-template-part .linguise_switcher .linguise_current_lang {
  border: 0 !important;
}
header.wp-block-template-part .linguise_switcher svg {
  fill: var(--wp--preset--color--bleu) !important;
}
header.wp-block-template-part .linguise_switcher .linguise_lang_name {
  color: var(--wp--preset--color--bleu) !important;
}
header.wp-block-template-part > .wp-block-group > .wp-block-group {
  max-width: 1400px;
  justify-content: space-between !important;
}

@media (min-width: 601px) {
  header.wp-block-template-part .wp-block-navigation__responsive-container-content .wp-block-site-logo {
    display: none;
  }
  header.wp-block-template-part .wp-block-navigation__responsive-container-content .wp-block-buttons {
    display: none;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-group:not(:first-child) {
    display: none;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-group:first-child p {
    margin-top: 0;
    font-size: var(--wp--preset--font-size--extra-small);
  }
}
@media (max-width: 768px) {
  header.wp-block-template-part {
    height: auto !important;
  }
  header.wp-block-template-part > .wp-block-group {
    padding: 10px 5px !important;
  }
}
@media (max-width: 600px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group {
    justify-content: flex-start;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-site-logo {
    order: 2;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-site-logo img {
    width: 205px;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-navigation {
    order: 1;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-group {
    display: none;
  }
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-buttons {
    display: none;
  }
}
@media (max-width: 968px) {
  header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-buttons {
    display: none;
  }
  header.wp-block-template-part .wp-block-navigation__responsive-container-open:after {
    content: "Menu";
  }
}
@media (max-width: 600px) {
  html.has-modal-open header.wp-block-template-part {
    /*
    > .wp-block-group > .wp-block-group > .wp-block-buttons{
        display: none;
    }*/
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group {
    padding: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 30px 0 !important;
    width: 100%;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation {
    order: 2;
    width: 100%;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container-open {
    display: none;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container {
    position: relative !important;
    width: 100%;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog button.wp-block-navigation__responsive-container-close {
    position: fixed;
    left: 30px;
    top: 30px;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content {
    padding-top: 0 !important;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-site-logo {
    margin-bottom: 30px;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-site-logo img {
    width: 300px;
    max-width: calc(100% - 50px);
    margin-left: 40px;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-content .wp-block-buttons {
    margin: 8px 0 0 0;
    display: inline;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group nav.wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog ul.wp-block-navigation__container li {
    padding: 8px 0;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group .linguise_switcher {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 999999;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group > .wp-block-group .wp-block-group {
    color: #000;
    order: 3;
    text-align: center;
    display: block;
    padding: 10px 20px;
  }
  html.has-modal-open header.wp-block-template-part > .wp-block-group .bloc-logo-desktop {
    display: none !important;
    order: 1;
  }
  html.has-modal-open header.wp-block-template-part .wp-block-buttons {
    order: 3;
    display: none;
  }
}

.current-menu-item a {
  font-weight: 600 !important;
}

footer.wp-block-template-part > .wp-block-group {
  background-image: url(img/fond-footer.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
footer.wp-block-template-part > .wp-block-group a {
  text-decoration: none;
}
footer.wp-block-template-part > .wp-block-group a:hover {
  text-decoration: underline;
}
footer.wp-block-template-part > .wp-block-group .col-logo {
  display: flex;
  flex-direction: column;
}
footer.wp-block-template-part > .wp-block-group .col-logo figure {
  margin-bottom: 0;
  text-align: right;
}
footer.wp-block-template-part > .wp-block-group .col-logo p.charme {
  margin-top: 0;
  position: relative;
  top: -15px;
}
@media (max-width: 1024px) {
  footer.wp-block-template-part > .wp-block-group {
    background-size: 150px 150px;
    background-position: -20px calc(100% + 25px);
  }
  footer.wp-block-template-part > .wp-block-group .wp-block-image {
    text-align: center;
    float: none;
    margin: auto;
  }
  footer.wp-block-template-part > .wp-block-group p {
    text-align: center;
  }
  footer.wp-block-template-part > .wp-block-group .wp-block-navigation__container {
    margin: auto;
  }
  footer.wp-block-template-part > .wp-block-group .wp-block-navigation__container .wp-block-navigation-item {
    margin: auto;
  }
  footer.wp-block-template-part > .wp-block-group .wp-block-buttons {
    margin: auto;
  }
  footer.wp-block-template-part > .wp-block-group .mentions {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  footer.wp-block-template-part > .wp-block-group .wp-block-columns .wp-block-column {
    padding: 0 20px;
  }
}

body.home .wp-site-blocks {
  background-image: url(img/fond-arabesque.svg);
  background-repeat: no-repeat;
  background-position: -350px 25%;
  background-size: 500px;
}
@media (max-width: 1024px) {
  body.home .wp-site-blocks {
    background-position: -300px 900px;
  }
}
body.home .wp-site-blocks:after {
  content: "";
  background-image: url(img/fond-arabesque.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 900px;
  left: calc(50% + 100px);
  width: 500px;
  max-width: 90vw;
  height: 500px;
  display: inline-block;
  position: absolute;
  z-index: -1;
  animation: rotating 40s linear infinite;
}
@media (max-width: 1024px) {
  body.home .wp-site-blocks:after {
    top: 1770px;
    left: calc(50% + 100px);
  }
}
@media (max-width: 768px) {
  body.home .wp-site-blocks:after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  body.home .wp-site-blocks:after {
    display: none;
  }
}

@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .wp-block-columns.with-slider {
    display: grid;
    gap: 0;
  }
}
.wp-block-columns.with-slider .swiper-wrapper {
  margin-block-start: 0px;
}

body.page-visiter-cabourg H1, body.page-visiter-cabourg H2 {
  text-transform: uppercase;
}
body.page-visiter-cabourg .entry-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .wp-block-column.visites > .wp-block-columns {
    display: block;
  }
  .wp-block-column.visites > .wp-block-columns h3 {
    padding: 20px 0;
  }
}

.block-office a {
  position: relative;
}
.block-office a:after {
  content: "";
  background-image: url(img/fleche-big.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -26px;
}

.block-agenda {
  position: relative;
}
.block-agenda:after {
  content: "";
  background-image: url(img/fond-arabesque.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 360px;
  width: 93%;
  height: 563px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -200px;
  z-index: -1;
}

.wp-site-blocks {
  position: relative;
}
.wp-site-blocks #widgetMB2 {
  position: fixed;
  bottom: 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 4px 5px;
}
@media (min-width: 768px) {
  .wp-site-blocks #widgetMB2 .hz.widgetMB2 {
    padding: 4px 30px;
  }
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.header {
  display: none;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section {
  border: 0;
  color: #000;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form {
  text-align: center;
}
@media (max-width: 768px) {
  .wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form > div {
    padding: 1px;
  }
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.p.date {
  position: relative;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.p.date input#date_deb {
  border: 1px solid var(--wp--preset--color--bleu) !important;
  position: relative;
  z-index: 2;
  background-color: transparent;
  height: 15px;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.p.date:after {
  z-index: 1;
  content: "";
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  width: 31px;
  height: 31px;
  right: 0px;
  position: absolute;
  background-image: url(img/calendar.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: var(--wp--preset--color--bleu);
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.div.adt {
  display: none;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form select {
  border: 1px solid var(--wp--preset--color--bleu) !important;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.input.btn {
  background-color: var(--wp--preset--color--bleu) !important;
  border-radius: 10px;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--reading);
  transition: color ease-in 0.3s;
  border-color: var(--wp--preset--color--bleu) !important;
  border-width: 1px;
  border-style: solid;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0.3rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  width: auto !important;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.section form .hz.input.btn:hover {
  background-color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--bleu) !important;
  border-width: 1px;
  border-style: solid;
  color: var(--wp--preset--color--bleu) !important;
}
.wp-site-blocks #widgetMB2 .hz.widgetMB2 .hz.footer {
  display: none;
}

body:not(.home) #mb-datepicker-div {
  position: fixed !important;
  z-index: 9 !important;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 42px !important;
  top: unset !important;
  right: unset;
  margin: auto;
  z-index: 9;
}
@media (max-width: 768px) {
  body:not(.home) #mb-datepicker-div {
    bottom: 54px !important;
  }
}
@media (max-width: 600px) {
  body:not(.home) #mb-datepicker-div {
    bottom: 89px !important;
  }
}
@media (max-width: 340px) {
  body:not(.home) #mb-datepicker-div {
    bottom: 149px !important;
  }
}
@media (max-width: 300px) {
  body:not(.home) #mb-datepicker-div {
    bottom: 182px !important;
  }
}

@media (max-width: 768px) {
  footer.wp-block-template-part .wp-block-spacer {
    height: 54px !important;
  }
}
@media (max-width: 600px) {
  footer.wp-block-template-part .wp-block-spacer {
    height: 89px !important;
  }
}
@media (max-width: 340px) {
  footer.wp-block-template-part .wp-block-spacer {
    height: 149px !important;
  }
}
@media (max-width: 300px) {
  footer.wp-block-template-part .wp-block-spacer {
    height: 182px !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
body {
  position: relative;
  width: 100vw;
  overflow-x: clip;
}

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

html #wpadminbar {
  position: fixed;
}

.wp-block-button a {
  transition: background-color ease-in 0.3s;
  transition: color ease-in 0.3s;
}

@media (max-width: 768px) {
  .wp-block-spacer {
    height: 20px !important;
    margin-block-start: 0;
  }
}
ul.wp-block-post-template {
  padding-left: 0px !important;
}

p strong {
  color: var(--wp--preset--color--bleu);
  font-weight: 500;
}

@media (max-width: 1024px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .columns-inverse {
    flex-direction: column-reverse !important;
  }
  .columns-inverse > .wp-block-column:first-child {
    order: 2;
  }
  .columns-inverse > .wp-block-column:last-child {
    order: 1;
  }
  .wp-block-buttons {
    justify-content: center !important;
  }
}