/*
Theme Name: Anspach
Theme URI: https://image-c.be/
Description: Wordpress theme - Anspach
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 Anspach
*/

#gift-card-form .wpforms-field-checkbox{
	color: #000 !important;
}

.hide-popup #elementor-popup-modal-7452 {
	display: none !important;
}


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

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

/*
* Newsletter footer
*/
.footer-newsletter-form {
	margin: 0 !important;
	padding: 20px 70px !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 .wpforms-submit{
	min-height: 40px !important;
	padding: 20px 60px !important;
	background: #7D338C !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: #fff !important;
	font-family: "Roboto", Sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border: 1px solid #7D338C !important;
	line-height: 1 !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-purple100: #ec8eff;
  --color-purple200: #7d338c;
  --color-purple300: #451964;
  --color-purple400: #210c2f;
  --color-grey-background: #ededed;
  --color-gradient-white-100: #ffffff;
  --color-gradient-white-200: #f7f7f7;
  --color-gradient-white-300: #efefef;
}

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
*/

.anspach-nav {
  width: 100%;
}

.anspach-nav--list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

@media (min-width: 767px) {
  .anspach-nav--list {
    transform: translateX(25px);
  }
}

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

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

.anspach-nav--item a .picture-container {
  margin-top: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.anspach-nav--item a span {
  font-weight: 500;
  color: var(--color-purple200);
  font-size: 14px;
  font-weight: 400;
  font-family: "roboto", sans-serif;
}

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

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

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

  .anspach-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);
}

/* reactiver a la fin */
/* .fixed-nav-active {  
  visibility: visible;
  transform: translateY(0);
} */

/*
* Event Hero
*/

.event-item {
  margin-top: -30px;
}

.event-item .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.event-item .before-support {
  position: relative;
  display: flex;
  justify-content: center;
}

.event-item .before-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/anspach/assets/banner-outside.png");
}

.event-item .before-support .absolutely-positionned-text {
  position: absolute;
  width: 50%;
  height: 60%;
  top: 20%;
  left: 20%;
  /* background: blue; */
}

.event-item .before-support .absolutely-positionned-text .title {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.event-item .before-support .absolutely-positionned-text .date {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

.event-item .before-support .absolutely-positionned-text .link {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  color: white;
  width: max-content;
  display: block;
  font-size: 18px;
  background-color: var(--color-pink);
  padding: 10px 20px;
  border-radius: 12px;
}

.event-item .wrapper img {
  border: solid 3px var(--color-pink);
  border-radius: 50%;
  aspect-ratio: 1;
  max-height: 700px;
}

@media (max-width: 768px) {
  .event-item {
    margin-top: 0px;
  }

  .event-item .before-support .absolutely-positionned-text .title {
    font-size: 35px;
  }
}

@media (max-width: 500px) {
  .event-item .before-support .absolutely-positionned-text .title {
    font-size: 25px;
  }
  .event-item .before-support .absolutely-positionned-text .date {
    font-size: 16px;
  }
}

/*
* Slider shops logos
*/

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

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

.slidershopslogos img {
  padding: 15px;
  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 15px;
}

.slidershopslogos .slick-dots li::before {
  content: "";
  position: absolute;

  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

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

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

/*
* Homepage News Slider
*/

.news-section-container {
    height: 40rem;
}

.news-sliders-container {
    height: 100%;
    z-index: 1;
}
 
.news-sliders-container .slick-list, .news-sliders-container .slick-track {
    height: 100%;
}

.news-container {
    height: 100%;
}

.news-inside-container{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.news-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    grid-column: 1;
    text-align: center;
    padding: 20px;
}

.news-text-container h3{
    margin-bottom: 36px;
}

.news-text-container h3 a{
    color: #7D338C;
    font-family: 'Roboto';
    font-size: 30px;
    text-transform: uppercase;
}

.news-text-container p{
    color: #4d4d44;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 36px !important  ;
}

.news-read-more{
    background: #7D338C;
    color: white !important;
    margin-bottom: 20px !important;
}

.news-read-all{
    background-color: #fff;
    border: 3px solid #7D338C;
    color: #7D338C !important;
}

.news-read-all, .news-read-more{
    font-family: 'Roboto';
    font-size: 16px;
    width: 15rem;
    max-width: 15rem;
    margin: 0 auto;
    padding: 15px;
    display: inline-block;
}

.news-img-container{
    grid-column: 2;
    position: relative;
}

.news-img-container .news-thumbnail{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.news-rectangle-img{
    position: absolute;
    right: 255px;
    top: 259px;
    z-index: 0;
    width: 437px;
    max-width: 437%;
    height: 437px;
}

.news-background-img{
    position: absolute;
    top: 375px;
    right: -240px;
    width: 50%;
    height: auto;
    max-width: 50%;
    z-index: 0;
}

.news-sliders-container .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    position: relative;
    top: 65px;
    padding: 0;
  }
  
  .news-sliders-container .slick-dots button {
    display: none;
  }
  
  .news-sliders-container .slick-dots li {
    position: relative;
    padding: 0 15px;
  }
  
  .news-sliders-container .slick-dots li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #451964;
    border-radius: 50%;
    opacity: 30%;
  }
  
  .news-sliders-container .slick-dots .slick-active::before {
    opacity: 100%;
  }

@media (max-width: 1100px){
    .news-background-img, .news-rectangle-img {
        display: none;
    }
}

@media (max-width: 767px){
    .news-section-container{
        height: auto;
    }

    .news-inside-container{
        grid-template-columns: 1fr;
        grid-template-rows: 350px auto;
    }

    .news-text-container{
        grid-row: 2;
    }

    .news-img-container{
        grid-column: 1;
        grid-row: 1;
    }
}

/*
* Homepage Services Repeater
*/
.homepage-services-repeater {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.homepage-services-repeater .item {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-services-repeater .item img {
  height: 60px;
  max-width: 100px;
  margin-right: 20px;
}
.homepage-services-repeater .item p {
  margin: 0;
  font-family: "roboto", Arial, Helvetica, sans-serif;
}

@media (max-width: 767px) {
  .homepage-services-repeater {
    flex-wrap: wrap;
  }
  .homepage-services-repeater .item {
    width: 43%;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }

  .homepage-services-repeater .item img {
    height: 40px;
    max-width: 30px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .homepage-services-repeater .item p {
    text-align: 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;
}

.layout-desktop-4 .item {
  width: 25%;
}

.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: "roboto", 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-purple);
  font-size: 45px;
  font-weight: 300;
  font-family: "roboto", Arial, Helvetica, sans-serif;
}

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

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

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

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

.shops-listing .cpt-container {
  margin: 50px 0;
  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: 130px;
  max-height: 130px;
}

.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%;
  }
}

/*
* 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: "roboto", 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;
}



/* Homepage news */
.elementor-widget-homepage-news > .elementor-widget-container {
  width: 40rem;
  height: 40rem;
}
.elementor-widget-homepage-news > .elementor-widget-container .homepage-news {
  width: auto;
  height: inherit;
  background-size: cover;
}

.elementor-8 .elementor-element.elementor-element-456ad0d .elementor-post__read-more, .elementor-8 .elementor-element.elementor-element-626914a .elementor-button {
  width: 15rem;
  max-width: 15rem;
}

@media (min-width: 768px) {
  .elementor-widget-posts .elementor-widget-container .elementor-posts-container .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail {
  display: none;
  }

}
  
@media (max-width: 1024px) {
  .elementor-widget-homepage-news > .elementor-widget-container {
    width: 20rem;
    height: 20rem;
  }
  .elementor-widget-homepage-news > .elementor-widget-container .homepage-news {
    width: auto;
    height: inherit;
    background-size: cover;
  }
}

/* Slider shopping */

.slidershopslogos .slick-dots li::before {
  background-color: #451964;
  opacity: 30%;
}
.slidershopslogos .slick-dots .slick-active::before {
  background-color: #451964;
  opacity: 100%;
}

/*
Avantages GiftCard
*/

.pros-listing-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.pros-item{
    display: flex;
    align-items: center;
}

.pros-item img{
    width: 50px;
    display: inline;
    margin-right: 15px;
}

.pros-item .pros-text{
    display: inline;
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.1rem;
	text-align: justify;
}

@media (max-width:500px){
    .pros-listing-container{
        grid-template-columns: 1fr;
    }
}