/*
Theme Name: Gentzuid
Theme URI: https://image-c.be/
Description: Wordpress theme - Gentzuid
Author: Image et communication
Author URL: https://image-c.be/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* Styles custom Gentzuid
*/

.otgs-development-site-front-end {
  display: none;
}

@media screen and (max-width: 767px) {
  .dialog-widget-content {
    position: fixed;
  }
}

/*
* Newsletter footer
*/
.footer-newsletter-form {
	margin: 20px 0px 5px 0px !important;
}

.footer-newsletter-form form{
	display: flex;
	width: 100%;
}

.footer-newsletter-form .wpforms-field-container{
	width: 60% !important;
	padding-right: 5px !important;
	display: flex;
	align-items: center;
}

.footer-newsletter-form .wpforms-field-container .wpforms-field{
	padding: 0 !important;
	width: 100%;
}

.footer-newsletter-form input{
	border: 1px solid #818a91 !important;
	border-radius: 3px !important;
	color: #373a3c !important;
}

.footer-newsletter-form .wpforms-submit{
	min-height: 40px !important;
	background: transparent !important;
	border-radius: 0px !important;
}

.footer-newsletter-form .wpforms-submit-container{
	width: 40% !important;
	padding: 0 0 0 5px !important;
}

.footer-newsletter-form .wpforms-submit-container button{
	width: 100% !important;
	color: var( --e-global-color-00e8b6b ) !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border: 3px solid var( --e-global-color-00e8b6b ) !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.footer-newsletter-form .wpforms-submit-container button:hover{
	background: var( --e-global-color-00e8b6b ) !important;
	color: #fff !important;
}

@media (min-width: 767px){
	.footer-newsletter-form{
		padding: 0 25% !important;
	}
}


@media (max-width: 767px){
	.footer-newsletter-form form{
		flex-direction: column;
		align-items: center;
	}
	
	.footer-newsletter-form .wpforms-field-container{
		width: 100%;
		margin-bottom: 15px !important;
		width: 100% !important;
		max-width: 500px;
		padding: 0 25px !important;
	}
	
	.footer-newsletter-form .wpforms-submit-container {
		width: 100%;
	}
}

/*
* Variables
*/

:root {
  --color-purple: #7059a5;
  --color-purple900: #573b55;
  --color-yellow: #dda32d;
  --color-yellow900: #89631d;
  --color-green900: #486f49;
  --color-green: #88a989;
  --color-green200: #dbffdc;
  --color-green100: #89ff8d;
  --color-pink: #d72655;
  --color-blue: #41c0f0;
  --color-grey: #f5f5f5;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.js-wpml-ls-item-toggle,
.wpml-ls-item-toggle {
  pointer-events: none;
}

/*
* Custom nav item images
*/

.gentzuid-nav {
  width: 100%;
}

.gentzuid-nav--list {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.gentzuid-nav--item {
  list-style-type: none;
  padding: 0 15px;
}

.gentzuid-nav--item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gentzuid-nav--item a .picture-container {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gentzuid-nav--item a img {
  padding: 10px;
  max-width: 60px;
  max-height: 60px;
}

.gentzuid-nav--item a span {
  margin-top: 5px;
  font-weight: 500;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "lequire demo", sans-serif;
}

.gentzuid-nav--item a .black {
  color: black;
}

@media (max-width: 1100px) {
  .gentzuid-nav--item a span {
    display: none;
  }

  .gentzuid-nav--item {
    padding: 0 15px;
  }

  .gentzuid-nav--list {
    justify-content: center;
  }

  .gentzuid-nav--item a .picture-container {
    margin-right: 0;
  }
}

/*
* Fixed Navigation
*/

.fixed-nav {
  position: fixed;
  top: 0;
  transform: translateY(-110px);
  visibility: hidden;
  left: 0;
  width: 100%;
  background-color: white;
  transition: all 0.3s;
  z-index: 950 !important;
  -webkit-box-shadow: 0px 5px 50px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 50px -13px rgba(0, 0, 0, 0.2);
  display: block !important;
}

.fixed-nav-active {
  visibility: visible;
  transform: translateY(0);
}

#duplicated-nav {
}

/*
* Slider shops logos
*/

.slidershopslogos {
  width: 100%;
  margin: 0 auto 0 0;
}

.slidershopslogos .image-container {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slidershopslogos img {
  padding: 0 30px 0 0;
  object-fit: contain;
  max-width: 130px;
  max-height: 130px;
}

.slidershopslogos .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  position: relative;
  top: 30px;
  padding: 0;
}

.slidershopslogos .slick-track {
  display: flex;
  align-items: center;
}

.slidershopslogos .slick-dots button {
  display: none;
}

.slidershopslogos .slick-dots li {
  position: relative;
  padding: 0 30px 0 0;
}

.slidershopslogos .slick-dots li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgba(242, 189, 91, 0.2);
  border-radius: 50%;
}

.slidershopslogos .slick-dots .slick-active::before {
  background-color: rgba(242, 189, 91, 1);
}

@media (max-width: 1024px) {
  .slidershopslogos .image-container {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .slidershopslogos {
    width: 100%;
  }
}
/*
* Homepage News
*/
.homepage-news {
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/*
* Services & Desk Info Repeater
*/
.services-repeater {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.services-repeater .item {
  width: 20%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-repeater .item img {
  height: 100px;
  max-width: 100px;
  margin-bottom: 20px;
}

.services-repeater .item p {
  margin: 0;
  text-align: center;
  color: white;
  font-family: "lequire demo", Arial, Helvetica, sans-serif;
}
.services-repeater .item .grey {
  color: #939393;
}

@media (max-width: 1024px) {
  .services-repeater .item {
    width: 33%;
  }
}

@media (max-width: 500px) {
  .services-repeater .item {
    width: 50%;
  }
}

/*
* Shops Listing
*/

.shops-listing .listing-heading {
  text-align: center;
  color: var(--color-yellow900);
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "lequire demo", Arial, Helvetica, sans-serif;
}

/* .shops-listing .yellow {
  color: var(--color-yellow);
} */

.shops-listing .filters-container {
  width: 90%;
  margin: 30px auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shops-listing .filters-container p {
  margin: 10px 5px;
  padding: 5px 10px;
  border: solid 2px var(--color-yellow);
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: var(--color-yellow900);
  transition: all 0.3s;
  cursor: pointer;
}

.shops-listing .filters-container .active,
.shops-listing .filters-container p:hover {
  background-color: var(--color-yellow);
}

.shops-listing .cpt-container {
  margin: 50px 0 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shops-listing .cpt-container .item {
  display: none;
  justify-content: center;
  align-items: center;
  width: 20%;

  margin-bottom: 25px;
  padding: 10px 20px;
}

.shops-listing .cpt-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
}

.shops-listing .cpt-container .show-item {
  display: flex;
}

@media (max-width: 1024px) {
  .shops-listing .cpt-container .item {
    width: 33%;
  }

  .shops-listing .filters-container {
    width: 100%;
  }

  .shops-listing .filters-container p {
    margin: 5px;
  }
}

@media (max-width: 767px) {
  .shops-listing .cpt-container .item {
    width: 50%;
  }

  .shops-listing .filters-container p {
    font-size: 14px;
  }
}

/*
* Gift Card Text Repeater
*/

.gift-card-text-repeater .item {
  margin-bottom: 100px;
}

.gift-card-text-repeater .item:last-child {
  margin-bottom: 0;
}

.gift-card-text-repeater .title {
  text-align: center;
  color: white;
  font-family: "Outfit", Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 300;
}

.gift-card-text-repeater .divider-white {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}

.gift-card-text-repeater .divider-white svg {
  width: 60px;
  max-width: 60px;
}

.gift-card-text-repeater .text {
  text-align: center;
  color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

/*
* Access Services Repeater
*/
.access-services-repeater {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.access-services-repeater .item {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.access-services-repeater .item img {
  height: 150px;
  max-width: 150px;
}
.access-services-repeater .item p {
  margin: 0 10%;
  font-size: 25px;
  color: var(--color-purple900);
  text-align: center;
  font-family: "lequire demo", Arial, Helvetica, sans-serif;
}

@media (max-width: 1000px) {
  .access-services-repeater {
    flex-wrap: wrap;
  }
  .access-services-repeater .item {
    width: 43%;
    margin-bottom: 50px;
  }

  .access-services-repeater .item img {
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .access-services-repeater {
    flex-wrap: wrap;
  }
  .access-services-repeater .item {
    width: 100%;
    margin-bottom: 50px;
  }

  .access-services-repeater .item img {
    height: 100px;
    max-width: 100px;
    margin-bottom: 15px;
  }
}

/*
* Loisirs Repeater
*/
.loisirs-repeater .item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.loisirs-repeater .item:last-of-type {
  margin-bottom: 0px;
}

.loisirs-repeater .left {
  width: 50%;
  flex-shrink: 0;
}

.loisirs-repeater .left img {
  width: 80%;
}

.loisirs-repeater .right {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
}

.loisirs-repeater .right h2 {
  color: var(--color-purple900);
  font-size: 40px;
  font-family: "lequire demo", Arial, Helvetica, sans-serif;
}

.loisirs-repeater .right p {
  color: #2f220a;
  font-size: 14px;
  font-family: "roboto", Arial, Helvetica, sans-serif;
}

.loisirs-repeater .right a {
  display: block;
  margin-top: 30px;
  width: max-content;
  margin-right: auto;
  color: black;
  padding: 20px 40px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #2c2c2c;
  color: #2c2c2c;
  background-color: #89631d00;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  transition: 0.3s all;
}

.loisirs-repeater .right a:hover {
  color: white;
  background-color: black;
}

.loisirs-repeater .item:nth-child(even) {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.loisirs-repeater .item:nth-child(even) .left {
  text-align: right;
  position: relative;
}

.loisirs-repeater .item:nth-child(even) .left svg {
  position: absolute;
  left: 20%;
  top: 25%;
  transform: translateX(-50%);
  width: 250px;
}

@media (max-width: 1024px) {
  .loisirs-repeater .item:nth-child(even) .left svg {
    display: none;
  }
}

@media (max-width: 768px) {
  .loisirs-repeater .item {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .loisirs-repeater .item .left,
  .loisirs-repeater .item .right {
    width: 100%;
  }

  .loisirs-repeater .item .left img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 450px;
    margin-bottom: 50px;
  }

  .loisirs-repeater .item .right h2 {
    text-align: center;
  }

  .loisirs-repeater .item .right p {
    text-align: center;
  }

  .loisirs-repeater .item .right a {
    margin-left: auto;
  }
}

.special-hours-container{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(115px, 1fr) );
}

.special-hour{
    width: 100%;
}

.special-hour p {
    color: #4D4D4D;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 600;
}

.special-hour-intitule{
    margin: 0;
}

/*
* Overlay Top
*/

#overlay-top-picture::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000080;
  background: -webkit-linear-gradient(top, #00000080, #00000000);
  background: -moz-linear-gradient(top, #00000080, #00000000);
  background: linear-gradient(to bottom, #00000080, #00000000);
  z-index: 2;
}
