/*
Theme Name: PULPE.
Theme URI: 
Author: base crème
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pulpe
Tags: 
*/

/*----- helpers -----*/

html {
	scroll-behavior: smooth;
}

.custom-slider {
    
}

.custom-slider .slick-track {
   
}

.custom-slider .slick-slide {
    margin-right: 34px;
}

.custom-slider .slick-slide:last-child {
    margin-right: 0;
}

.custom-slider .slick-list {
    
}

.custom-slider .slick-track {
    
}

/*----- helpers -----*/

body .desktop {
  display: block;
}

body .mobile {
  display: none;
}

h1 .has-custom-neutral-color,
h2 .has-custom-neutral-color {
  font-family: var(--wp--preset--font-family--hey-august);
  font-weight: normal;
  line-height: 0.5;
}

h2 .has-custom-neutral-color{
  font-size: 70px;
}

.has-custom-quentin-font .has-custom-neutral-color{
  font-family: var(--wp--preset--font-family--quentin);
  font-size: 50px !important;
  text-transform: lowercase !important;
}

main{
  margin-top: 0 !important;
}

.entry-content{
  overflow: hidden;
}

.m-h-0{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wp-block-separator.demi-trait{
  border-width: 1px;
}

body{
  overflow-x: hidden;
  position: relative;
}

body .wp-site-blocks{
  overflow-x: hidden;
  position: relative;
}

.relative{
  position: relative !important;
}

.btn-with-picto a{
  display: flex;
	align-items: center;
  gap:10px !important;
}

.btn-with-picto a img{
	height: inherit;
}

.btn-with-picto a:hover img{
  filter: invert(1);
}

.no-link,
.no-link *{
  pointer-events: none;
  text-decoration: none !important;
}

.wp-block-button.is-style-outline:hover .wp-block-button__link{
	background-color: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

.btn-border-white{
  background-color: transparent;
  border-color: var(--wp--preset--color--white);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--white);
  font-size: 24px;
  line-height: 28px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  text-transform: uppercase;
  display: flex;
  gap:10px !important;
  margin-left: 0 !important;
}

.btn-border-white:hover{
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}


.btn-border-white:hover > img{
  filter: invert(1);
}

.upfront{
	z-index:100;
}

.rotate-infinite {
  /* Applique la transformation en douceur */
  animation: rotation 10s linear infinite;
}

.single-offres_emploi p{
  font-size: 20px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.opacity-10{
	opacity: 0.1;
}

.opacity-50{
	opacity: 0.5;
}

.background-opacity {
  position: relative;
  overflow: hidden;
}

.background-opacity::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
.background-opacity > * {
  position: relative;
  z-index: 2;
}


/*----- language switcher -----*/

.language-switcher {
  position: relative;
  display: inline-block;
  color: var(--wp--preset--color-neutral);
}

.lang-trigger {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: var(--wp--preset--color-neutral);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--wp--preset--color-background);
  /*  border: 1px solid #ddd;*/
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 140px;
  z-index: 9999;
}

.language-switcher:hover .lang-dropdown {
  display: block;
}

.lang-dropdown li a {
  display: block;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
  text-decoration: none;
  /*  color: var(--wp--preset--color-neutral);*/
  color: var(--wp--preset--color-neutral);
}

.lang-dropdown li a:hover,
.lang-dropdown li.active a {
  background-color: var(--wp--preset--color-background);
  color: var(--wp--preset--color-background);
}

/*----- navigation -----*/

.custom-titre-site a{
  color:#fff !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #000;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #fff;
}

.custom-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.custom-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  align-items: center;
}

.custom-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  width: 100%;
}

.custom-menu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .custom-wrapper-button-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.custom-menu.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover{
  text-decoration: underline;
}

.custom-menu.wp-block-navigation .current-menu-item .wp-block-navigation-item__content{
  font-weight: 800;
  text-decoration: underline;
}

.language-switcher img{
  display: none;
}

.language-switcher button{
  padding: 0;
  font-size: 24px;
}

.lang-dropdown{
  left:50%;
  transform: translate(-50%, 0);
  min-width: unset;
}

.language-switcher ul li{
  font-size: 24px;
}

.m0-auto{
  margin:0 auto !important;
}

.no-underline a{
  text-decoration: none !important;
  color:#fff !important;
}

.custom-banner-home {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
	overflow: visible;
}

.custom-banner-home::after {
  content: '';
  position: absolute;
  bottom: -61px;
  left: 50%;
  width: 2px;
  height: 84px;
  background: #fff;
  display: block;
  transform: translate(-50%, 100%);
}

.absolute-block-home {
  position: absolute;
  bottom: 0;
}

.taste-our .wp-block-column{
  position: relative;
}

.taste-our .wp-block-column .popular-absolute{
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -100%);
  margin:0;
}

.titre-rotate{
  transform: rotate(-5deg);
}

.bloc-rotate{
  transform: rotate(-3deg);
}

.custom-separator-address{
  width: 1px !important;
  padding: 0 !important;
  height: 555px !important;
  align-self: flex-end;
}

/*.let-mee-in > .wp-block-group{
  gap:50px 195px !important;
}*/

.want-to-join{
  position: relative;
}

.want-to-join .custom-image-absolute{
  position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(5deg) translate(-20%, -80%);
    margin-top: 0;
}

.wp-block-group:has(> .bloc-rotate){
  max-width: 1265px !important;
  margin:0 auto !important;
}

.title-with-bg mark.has-inline-color:not(.has-custom-neutral-color){
  position: relative;
  color:#fff !important;
  display: inline-flex;
}

.title-with-bg mark.has-inline-color:not(.has-custom-neutral-color)::before{
  content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 115%;
    height: 100%;
    background: url(/wp-content/themes/pulpe/assets/bg-title.svg) no-repeat left center;
    z-index: -1;
    transform: translateX(-50%);
}

.title-with-bg.sans-espace mark.has-inline-color:not(.has-custom-neutral-color)::before{
    left: 35%;
}

.title-with-bg.big mark.has-inline-color:not(.has-custom-neutral-color)::before{
    background: url(/wp-content/themes/pulpe/assets/bg-big-title.svg) no-repeat left center;
    width:100%;
}

.title-with-bg.tt-35 mark.has-inline-color:not(.has-custom-neutral-color)::before{
    transform: translateX(-35%);
}

.or-bring-us-row > figure{
  position: relative;
}

.or-bring-us-row > figure::after{
  content: '';
  width: 150%;
  height: .5px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.our-story-title{
  display: flex;
  flex-direction: column;
}

.our-story-title mark{
  font-size: 60px !important;
  line-height: 80px !important;
}

.timeline .border-timeline{
  position:relative;
}

.timeline .img-timeline{
  position: absolute;
  right: 0;
  width: 150px;
  margin: 0;
  transform: translate(20px, 80px);
}

.timeline .border-timeline.reverse .img-timeline{
  transform: translate(-20px, 80px);
  left: 0;
}

.timeline .border-timeline.no-p .img-timeline{
  transform: translate(20px, 20px);
}

.timeline .border-timeline.no-p.reverse .img-timeline{
  transform: translate(-20px, 20px);
}

.timeline > .wp-block-columns .border-timeline.mobile{
  display: none !important;
}

.impossible{
  position: relative;
}

.impossible .img-absolute{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-value{
  position: relative;
  max-width: 482px !important;
}

.card-value .absolute-img{
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%, -80%);
}

.logo-absolute-wrapper{
  position: inherit;
}

.logo-absolute-wrapper .logo-absolute{
  position: absolute;
  right: -20%;
  top: -4%;
  z-index: -1;
}

.single .logo-absolute-wrapper .logo-absolute{
  top: -8%;
}

.custom-form form p:not(:has(.wpcf7-submit)){
  margin:0 !important;
  margin-bottom: 78px !important;
}

.custom-form form p br{
  display: none;
}

.custom-form form p:has(.wpcf7-submit){
  margin:0 !important;
}

.custom-form form p input{
  background: transparent;
  border: 0;
  border-bottom: 0.5px solid #fff;
  padding-bottom:10px;
  font-size:40px;
  font-family: var(--wp--preset--font-family--barlow-condensed);
  color:#fff;
  outline: 0;
  width: 100%;
}

.custom-form form p input::placeholder{
  color:#fff;
}

.custom-form form label{
  width: 100%;
}

.custom-form form label:has(input[type="checkbox"]){
  gap: 10px;
  display: flex;
  align-items: center;
}

.custom-form form label input[type="checkbox"]{
  width: fit-content;
}

.custom-form form label span{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.custom-form form p textarea{
    background: transparent;
    border: 0;
    border-bottom: 0.5px solid #fff;
    padding-bottom:10px;
    font-size:40px;
    font-family: var(--wp--preset--font-family--barlow-condensed);
    color:#fff;
    outline: 0;
    min-width: 100%;
    height: 200px;
}

.custom-form form p .btn-send-form{
  background-color: transparent;
  border-color: var(--wp--preset--color--white);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--white);
  font-size: 24px;
  line-height: 28px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}

.custom-form form p .btn-send-form:hover{
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.custom-form form p .btn-send-form:hover svg path{
  fill: #000;
}

.custom-form form p input.wpcf7-submit{
  display: none;
}

.custom-form form p input.wpcf7-submit:hover{
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.custom-form form p textarea::placeholder{
  color:#fff;
}

.separator-form{
  width: 1Px;
  height: 84px;
  border: 0;
  background: #fff;
  margin-top: 30px;
}

.img-absolute-want-to{
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  transform: translate(50%, -50%);
}

.img-absolute-want-to.reverse-translate{
  transform: translate(10%, -10%);
}

.w-50{
  width: 50% !important;
}

.liste-jobs .title-job{
  text-decoration: none !important;
}

.item-ajout-functions{
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-ajout-functions .title-didnt-find-it{
  font-size: 80px;
  font-family: var(--wp--preset--font-family--hey-august);
  font-weight: normal;
  line-height: 75px;
  text-transform: uppercase;
}

.item-ajout-functions a{
  margin-top: 45px;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  width: fit-content;
  margin-left:15px !important;
}

.item-ajout-functions a:hover img{
  filter: invert(1);
}

.liste-jobs ul{
  display: grid;
  grid-template-columns: 1fr;
  gap:43px;
}

.liste-jobs ul li{
  margin-top: 0 !important;
}

.img-rs{
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}

.img-rs img{
  transition: all 0.3s ease-in-out;
}

.img-rs:hover{
  background: #fff;
}

.img-rs:hover img{
  filter: invert(1);
}

.custom-footer > .wp-block-group .custom-address{
  gap: 50px 36%;
}

.custom-footer a{
  text-decoration: none !important;
}

.custom-footer a:hover{
  text-decoration: underline !important;
  color:#fff !important;
}

.menu-footer ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Par défaut = desktop */
  gap: 1rem 6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-footer li:nth-child(1) { order: 1; }
.menu-footer li:nth-child(2) { order: 4; }
.menu-footer li:nth-child(3) { order: 2; }
.menu-footer li:nth-child(4) { order: 5; }
.menu-footer li:nth-child(5) { order: 3; }
.menu-footer li:nth-child(6) { order: 6; }

@media screen and (max-width: 1200px) {

  body .desktop {
    display: none;
  }

  body .mobile {
    display: block;
  }

  .nav-wrapper{
    gap:32px !important;
    flex-direction: row-reverse;
  }

  .or-bring-us-row{
    gap: 30px 90px !important;
  }

  .or-bring-us-row > figure img{
    width: 200px !important;
  }

  .col-tab{
    flex-direction: column !important;
  }

  .col-50-tab{
    column-gap: 50px !important;
  }

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

  .card-value{
    max-width: 382px !important;
  }

  .job-banner .wp-block-columns{
    gap:2em 107px !important;
  }

  .job-banner .wp-block-columns .wp-block-column:first-child{
    flex-basis: 33% !important;
  }

  .custom-footer > .wp-block-group{
    padding-top: 50px !important;
  }

  .custom-footer > .wp-block-group > .wp-block-group > .wp-block-columns{
    flex-direction: column;
    gap:4em 194px !important;
  }

  .custom-footer > .wp-block-group > .wp-block-group > .wp-block-columns > .wp-block-column{
    flex-basis: 0 !important;
  }

}


/*-- Table --*/

.wp-block-table thead {
	background-color: var(--wp--preset--color--custom-neutral);
	color: var(--wp--preset--color--custom-background);
	font-size: var(--wp--preset--font-size--medium);
}

/*-- Produits --*/

.type_produit-popular-choice{
	position:relative;
}

.type_produit-popular-choice::before{
	position:absolute;
	content: url('https://pulpe.be/wp-content/uploads/2025/05/pulpe-popular-choice.png');
	display: inline-block;
	top: 0;
	right: 0;
	width: 210px;
}

/*-- Media queries --*/

@media screen and (max-width: 992px) {
  h2{
    line-height: 50px !important;
  }

  h2 .has-custom-neutral-color{
    font-size: 35px !important;
  }

  .titre-extra{
    line-height: .85 !important;
  }

  .mt-80{
    margin-top:80px !important;
  }

  .mt-40{
    margin-top:40px !important;
  }

  .lh-60-mob{
    line-height: 60px !important;
  }

  .custom-banner-home{
    padding-top: 150px !important;
  }

  .taste-our .wp-block-column .wp-block-group{
    margin-top:40px !important;
  }

  .taste-our .wp-block-column .popular-absolute{
    position: absolute;
    right: 0;
    top: 55px;
    transform: translate(0, -100%);
  }

  .taste-our .wp-block-column .popular-absolute img{
    width: 140px !important;
    object-fit: contain !important;
    height: 90px !important;
  }

  .image-texte .wp-block-columns {
    gap: 5em 120px;
  }

  .custom-separator-address{
    min-width: 90%;
    height: 1px !important;
  }

  .custom-titre-site{
    font-size:40px !important;
  }

  .want-to-join h2 .has-custom-neutral-color {
    font-size: 40px !important;
  }

  .want-to-join .custom-image-absolute img{
    width: 140px !important;
  }

  .or-bring-us-row{
    gap: 30px 35px !important;
    margin-top: 30px !important;
  }

  .or-bring-us-row > figure img{
    width: 150px !important;
  }

  .or-bring-us-row > .wp-block-group img{
    min-width: 130px !important;
  }

  .or-bring-us > .wp-block-group:not(.or-bring-us-row){
    margin-top: 20px !important;
  }

  .our-story-title{
    font-size: 110px !important;
    line-height: 100px !important;
  }

  .let-mee-in h2{
    font-size: 40px !important;
    line-height: 60px !important;
  }

  .let-mee-in h2 mark{
    font-size: 55px !important;
  }

  .timeline h2.has-quentin-font-family{
    font-size: 40px !important;
  }

  .timeline > .wp-block-columns{
    display: grid;
    grid-template-columns: .5px 1fr;
    gap: 60px 22%;
  }

  .timeline > .wp-block-columns .border-timeline.mobile{
    display: block !important;
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure {
    transform: translate(129px, 80px) rotate(180deg);
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure img{
    width: 150px;
  }

  .timeline .col-empty{
    display: none !important;
  }

  .timeline .col-timeline{
    padding-left: 0 !important;
  }

  .border-timeline{
    display: none !important;
  }

  .timeline .col-timeline{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .timeline > .wp-block-columns:not(.mb-0) > .wp-block-column{
    padding-top: 40px !important;
  }

  .timeline > .wp-block-columns.mb-0 .wp-block-column{
    padding-top: 0 !important;
  }

  .timeline > .wp-block-columns .col-empty{
    display: none;
  }

  .timeline{
    display: flex;
    flex-direction: column;
  }

  .card-value{
    padding:80px 50px !important;
  }

  .card-value h3{
    font-size: 30px !important;
  }

  .card-value img{
    max-width: 40px !important;
  }

  .want-to-become > .wp-block-group{
    padding-top: 80px !important;
  }

  .align-center-mobile{
    float: unset !important;
    margin: unset !important;
  }

  .jc-center-mobile{
    justify-content: center !important;
  }

  .logo-absolute-wrapper{
    padding-top: 175px !important;
    padding-bottom: 100px !important;
  }

  .single .logo-absolute-wrapper{
    padding-top:70px !important;
    padding-bottom: 50px !important;
  }

  .single .logo-absolute-wrapper .w-50{
    width: 100% !important;
  }

  .custom-form{
    padding-top: 50px !important;
    padding-right: 28px !important;
    padding-bottom: 32px !important;
    padding-left: 28px !important;
  }

  .custom-form form p:not(:has(.wpcf7-submit)){
    margin-bottom: 40px !important;
  }

  .custom-form form p textarea{
    height: 100px !important;
  }

  .custom-form input,
    .custom-form textarea{
        font-size: 24px !important;
        line-height: 28px !important;
    }

  .img-absolute-want-to{
    max-width: 75px !important;
  }

  .tax-single{
    font-size: 40px !important;
  }

  .item-ajout-functions .title-didnt-find-it{
    font-size: 55px !important;
    line-height: 60px !important;
  }

  .item-ajout-functions a{
    margin-top: 15px;
    margin-left: 5px !important;
  }

  .liste-jobs ul li > .wp-block-group{
    padding: 45px !important;
  }

  .liste-jobs ul li > .wp-block-group h2{
    margin-top:30px !important;
  }

  .liste-jobs ul li > .wp-block-group a{
    margin-top: 35px !important;
  }

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

  .want-to-join .custom-image-absolute img{
    width:120px !important;
  }

  .want-to-join h2{
    font-size: 40px !important;
  }

  .impossible h2{
    font-size:60px !important;
  }

  .want-to-join h2 .has-custom-neutral-color {
    font-size: 35px !important;
  }

  .want-to-join a{
    font-size: 20px !important;
  }

}

@media screen and (max-width: 782px) {
  .or-bring-us-row{
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .or-bring-us-row{
    flex-direction: column;
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure {
    transform: translate(85px, 80px) rotate(180deg);
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure img{
    width: 100px;
  }

  .want-to-join{
    /*background-size: 240% 110% !important;*/
    padding-top: 150px !important;
    padding-bottom: 80px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .want-to-join .custom-image-absolute img{
    width:80px !important;
  }

  .want-to-join h2{
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .want-to-join h2 .has-custom-neutral-color {
    font-size: 25px !important;
  }

  .want-to-join a{
      font-size: 16px !important;
  }

  .impossible > .wp-block-group{
    padding-top:0 !important;
    padding-bottom: 0 !important;
  }

  .impossible > .wp-block-group > .wp-block-group{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .wrapper-content-job{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .become-pulpe{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }

  .become-pulpe p{
    margin-top: 10px !important;
    font-size: 40px !important;
  }

  .image-texte h2 + p{
    font-size: 30px !important;
    line-height: 1 !important;
    margin-top: 10px !important;
  }

  .image-texte h2 + p + div p{
    font-size:20px !important;
  }

  .intolerant h3,
  .job-banner h1 + p{
    font-size: 40px !important;
    line-height: 40px !important;
  }
	/* Mobile : 2 colonnes, 3 lignes */
	.menu-footer ul {
    grid-template-columns: repeat(2, 1fr);
	gap: 1rem 2rem;
  }
	/* Annuler l'ordre personnalisé pour retrouver l’ordre naturel */
  .menu-footer li {
    order: initial !important;
  }
}

@media screen and (max-width: 576px) {
  .want-to-join .bloc-rotate{
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure img{
    width: 55px;
  }

  .timeline > .wp-block-columns .border-timeline.mobile figure{
    transform: translate(47px, 20px) rotate(180deg);
  }
}


@media (min-width: 600px) {

  /* Keep hiding the expanded menu */
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  /* Keep showing the button to open the menu */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

@media (min-width: 768px) {
  .liste-jobs ul{
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .timeline .border-timeline:not(.mobile){
    display: block !important;
  }
}


@media (min-width: 1200px) {

  /* Show the expanded menu */
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }

  /* Hide the button to open the menu */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }

  .custom-menu .wp-block-navigation__responsive-container .wp-block-navigation__responsive-close .custom-wrapper-button-menu {
    display: none;
  }
}

@media (min-width: 1400px) {
  .liste-jobs ul{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*----*/

.wp-block-gallery.gallery-overflow{
	margin-left: -15vw !important;
  margin-right: -15vw !important;
}

@media (max-width: 768px) {
  .wp-block-gallery.gallery-overflow{
    flex-wrap: nowrap !important;
  }
  .wp-block-gallery.gallery-overflow > .wp-block-image:last-child {
    display: none !important;
  }
}
