body.home.page-template-default * {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    color:#676774;
}

body.home.page-template-default span{
    font-size: inherit;
}

body.home.page-template-default i,
body.home.page-template-default em{
    color:inherit !important;
    font-size: inherit !important;
}

body.home.page-template-default b,
body.home.page-template-default strong {
     font-weight: 600 !important;
	 color:inherit !important;
	 font-size:inherit !important;
}

body.home.page-template-default h1,.h1,
body.home.page-template-default h2,.h2,
body.home.page-template-default h3,.h3,
body.home.page-template-default h4,.h4,
body.home.page-template-default h5,.h5,
body.home.page-template-default h6,.h6 {
    font-family: Poppins, sans-serif !important;
    font-weight: 600 !important;
    color:#0E0E11 !important;
    text-align: left;
}

body.home.page-template-default h1,
body.home.page-template-default .h1 {
    font-size: 40px;
    line-height: 125%;
}

body.home.page-template-default h2,
body.home.page-template-default .h2 {
    font-size: 32px;
    line-height: 125%;
}

body.home.page-template-default h2:after {
    display: none;
}

body.home.page-template-default h3,
body.home.page-template-default .h3 {
    font-size: 24px;
    line-height: 130%;
}

body.home.page-template-default h4,
body.home.page-template-default .h4 {
    font-size: 20px;
    line-height: 130%;
}

body.home.page-template-default h5,
body.home.page-template-default .h5 {
    font-size: 18px;
    line-height: 130%;
}

body.home.page-template-default h6,
body.home.page-template-default .h6 {
    font-size: 16px;
    line-height: 130%;
}

@media (max-width: 767.98px) {
    body.home.page-template-default h1,
    body.home.page-template-default .h1 {
        font-size: 32px;
    }

    body.home.page-template-default h2,
    body.home.page-template-default .h2 {
        font-size: 28px;
        line-height: 130%;
    }

    body.home.page-template-default h3,
    body.home.page-template-default .h3 {
        font-size: 24px;
    }

    body.home.page-template-default h4,
    body.home.page-template-default .h4 {
        font-size: 20px;
    }

    body.home.page-template-default h5,
    body.home.page-template-default .h5 {
        font-size: 18px;
    }

    body.home.page-template-default h6,
    body.home.page-template-default .h6 {
        font-size: 16px;
    }
}

.container {
    width: 100% !important;
	padding-right: 40px !important;
    padding-left: 40px !important;
    /* pas de padding, à attribuer block par block */
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 767.98px) {
	.container {
		padding-right: 16px !important;
		padding-left: 16px !important;
    }	 
}

@media (min-width: 576px) {
    .container {
        max-width: 100% !important;
    }
    .footer > .container{
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100% !important;
    }
    .footer > .container{
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100% !important;
    }
    .footer > .container{
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container {
		max-width: 100% !important;
    }
    .footer > .container{
        max-width: 100% !important;
    }
}

body.home.page-template-default a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 145%;
    color: #0E0E11;
    text-decoration: underline;
}

body.home.page-template-default a:hover,
body.home.page-template-default a:focus,
body.home.page-template-default a:active {
    color:#D63909;
}

body.home.page-template-default a.btn {
    padding:16px;
    border-radius: 999px;
    line-height: 135%;
    font-size: 16px;
    font-weight:600;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: none;
}

@media (max-width: 767.98px) {
    body.home.page-template-default a.btn {
         font-size: 14px;
    }
}

body.home.page-template-default a.btn.btn-primary {
    color:#ffffff;
    background-color: #D63909;
    border: 1.4px solid #D63909;
    transition:background-color 0.3s ease, border-color 0.3s ease;
}

body.home.page-template-default a.btn.btn-primary:hover,
body.home.page-template-default a.btn.btn-primary:focus,
body.home.page-template-default a.btn.btn-primary:active { 
    background-color: #EF5222;
    border: 1.4px solid #EF5222;
}

body.home.page-template-default a.btn.btn-primary.disabled {
    background-color: #D7D7DD !important;
    border: 1.4px solid #D7D7DD !important;
}


body.home.page-template-default a.btn.btn-secondary {
    color:#B54A19;
    background-color: transparent;
    border: 1.4px solid #D7D7DD;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

body.home.page-template-default a.btn.btn-secondary:hover,
body.home.page-template-default a.btn.btn-secondary:focus,
body.home.page-template-default a.btn.btn-secondary:active {
    color:#EF5222;
    background-color: #ECECF1;
    border: 1.4px solid #ECECF1;
}

body.home.page-template-default a.btn.btn-secondary.disabled {
    color:#D7D7DD;
    background-color: transparent !important;
    border: 1.4px solid #D7D7DD !important;
}

body.home.page-template-default a.btn.btn-link {
    color:#0E0E11;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.home.page-template-default a.btn.btn-link.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

body.home.page-template-default a.btn.btn-link.btn-arrow:after {
    content: '';
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/arrow-right.svg');
    display: block; 
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position:relative;
    top:-1px;
}   

body.home.page-template-default a.btn.btn-link:hover,
body.home.page-template-default a.btn.btn-link:focus,
body.home.page-template-default a.btn.btn-link:active {
    color:#D63909;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    background-color: transparent !important;
}

body.home.page-template-default a.btn.btn-link.disabled {
    color:#D7D7DD !important;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    background-color: transparent !important;
}


body.home.page-template-default a.btn.btn-action{
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #d63909;
    transition: color 0.3s ease;
}

body.home.page-template-default a.btn.btn-action:hover,
body.home.page-template-default a.btn.btn-action:active,
body.home.page-template-default a.btn.btn-action:focus{
    color: #EF5222;
}

body.home.page-template-default a.btn.btn-action.btn-location{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.home.page-template-default a.btn.btn-action.btn-location:before {
    content: '';
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/map-pin.svg');
    display: block; 
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position:relative;
    top:-1px;
}  

body.home.page-template-default .main {
    padding: 20px 0 0 0;
    /* overflow-x: hidden; */
}

/* Showcase */

body.home.page-template-default .hp-showcase {
    position: relative;
    width: calc(100vw - 100px);
    height:100%;
    left: 50%;
    margin-left:calc(-50vw + 50px);
    right: auto;
    margin-bottom: 20px;
}

body.home.page-template-default  .hp-showcase a.btn{
    font-size: 14px;
}

body.home.page-template-default .hp-showcase .hp-showcase-content {
	width: calc(100% - 20px);
    height:100%;
	display: grid;
	grid-template-columns: 75% 25%;
	gap: 20px;
}

/* @media (max-width: 767.98px) { */
@media (max-width: 1203.98px) {
    body.home.page-template-default .hp-showcase {
        width:100%;
        left:auto;
        margin-left: 0;
    }
    
    body.home.page-template-default .hp-showcase .hp-showcase-content {
        width:100%;
        grid-template-columns: 100%;
        row-gap: 20px;
        column-gap: 0;
    }
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider {
    margin-bottom: 0px;
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile {
    margin-left:0;
    margin-right:0;
}


body.home.page-template-default > div.wrap.container{
    overflow-x: hidden;
}

body > div.wrap.container > div.content > main > div.hp-productions-slider > div.hp-productions__list.slick-initialized.slick-slider > div {
    overflow: visible!important;
} 

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide > div{ 
  height: 100% !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div .slider {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide > div .slider{
    background-color: #FFF0DD;
    height: 100% !important; 
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: space-between !important;
    align-items: stretch !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div .slider .slider__image {
     height: 100% !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div .slider .slider__image:before,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide > div .slider .slider__image:before {
    background: none !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div .slider .slider__image > img,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide > div .slider .slider__image > img {
    width: 100%;
    height:auto;
    /* height:calc(100vh - 290px); */
    /* object-fit: cover;
    object-position:center center; */
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-track .slick-slide > div .slider .slider__image > img {
    aspect-ratio: 1024/500;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-track .slick-slide > div .slider .slider__image img {
    /*
    height:50vh;
    object-fit: cover;
    object-position:center center;
    aspect-ratio: auto;
    */
    aspect-ratio: 500/500;
}

.cover-img {
  width: 100%;
  object-fit: cover;
  object-position:left center;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide > div,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide .slider,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide > div,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider {
    border-radius: 16px !important;
    overflow: hidden !important;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide .slider .slider__content {
    background-color: #FFF0DD;
    padding:24px;
    border-radius: 16px;
    overflow: hidden;
    max-width:350px;
	width:100%;
    top:auto;
    bottom:24px;
    left:24px;
    transform: none;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider .slider__content {
    position: static;
    background-color: #FFF0DD;
    padding:24px;
    border-radius: 16px;
    overflow: hidden;
    width:100%;
    top:auto;
    bottom:auto;
    left:auto;
    transform: none;
    text-align: center;
}

    

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide .slider .slider__content .slider__title,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider .slider__content .slider__title {
    font-family: poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    color:#0E0E11;
    margin-bottom: 16px;
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider .slider__content .slider__title{
    text-align: center;
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-list .slick-slide .slider .slider__content .slider__subtitle,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider .slider__content .slider__subtitle {
   font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    color:#676774;
    margin-bottom: 20px;
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-list .slick-slide .slider .btn{
    display: inline-block;
}

/* Par défaut, on masque le slider mobile et on affiche le slider desktop */
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile {
  display: none;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider {
  display: block; /* ou flex, selon votre mise en page */
}

/* À partir d'une largeur de 768px et au-dessus (desktop) */
@media (min-width: 768px) {
  body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile {
    display: none;
  }

  body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider {
    display: block; /* Affiche le slider desktop */
  }
}

/* En dessous de 768px (mobile) */
@media (max-width: 767.98px) {
  body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile {
    display: block; /* Affiche le slider mobile */
  }

  body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider {
    display: none; /* Masque le slider desktop */
  }
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAD6ADAAQAAAABAAAADwAAAAAk/vkzAAAAl0lEQVQoFWNgwAL+///PCMTKWKQICwE1TgHif0DMS1g1kgqghg4gBoEaJGHCTJAGsDagAYRVI6kAaiqAapyCJEyYCdSUCtU4H0gzEtYBUQEK1SggczEQ3wDiPCD+C8TEgCcgza+AKkWJUY2m5jlFNoMNA9pOlp/hLgEaQF5ow0wAGkBePCMZQF4KQzKAvLQNMgDofKJyFQCpjZJd8UTfuwAAAABJRU5ErkJggg==) transparent no-repeat 50%;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-arrow {
    width: 50px; 
    height: 50px;
    padding: 0;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-arrow.slick-prev {
    left: 20px;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider .slick-arrow.slick-next,
body.home.page-template-default .hp-showcase .hp-showcase-content .col1 .hp-slider__mobile .slick-arrow.slick-next {
    right: 20px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col1,
body.home.page-template-default .hp-showcase .hp-showcase-content .col2 {
    height:100%;
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height:100%;
    overflow: hidden;
    row-gap: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block {
        /* display:block; */
        grid-template-rows:none;
    }
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1,
body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 {
    background-color: #ECECF1;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding:16px;
    border-radius: 16px;
}


body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1,
body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


@media (max-width: 1203.98px) {
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1,
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 {
        justify-content: center;
        align-items: center;
        padding:20px;
        min-height: 30vh;
    }
}

body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1 .hp-promo-block-tag,
body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 .hp-promo-block-tag {
    color:#0E0E11;
    font-size: 12px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0em;
    background-color: #ffffff;
    padding: 8px 12px;
    display:inline-block;
    border-radius:4px;
}

@media (max-width: 1203.98px) {
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1 .hp-promo-block-tag-container,
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 .hp-promo-block-tag-container {
        margin-bottom:20px;
    }

    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_1 .hp-promo-block-text-bottom,
    body.home.page-template-default .hp-showcase .hp-showcase-content .col2 .hp-promo-block .hp-promo-block-container_2 .hp-promo-block-text-bottom {
        text-align: center; 
        margin-bottom:20px;
    }
}

/* body.home.page-template-default .hp-showcase .hp-showcase-content .hp-promo-block .hp-promo-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */


/* Réassurance */
body.home.page-template-default .hp-reassurance {
    margin-bottom: 40px;
}

body.home.page-template-default .hp-reassurance .hp-reassurance-content {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap:16px;
} 

body.home.page-template-default .hp-reassurance .hp-reassurance-content .hp-reassurance-item {
    flex: 1 1 0;
    padding: 8px;
    display:flex;
    justify-content: left;
    align-items: center;
    gap:12px;
    border-radius: 16px;
    box-shadow: 0px 0px 5.59px 0px rgba(166, 166, 166, 0.25);
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-reassurance .hp-reassurance-content .hp-reassurance-item {
        flex: 1 1 100%;
    }
}

body.home.page-template-default .hp-reassurance .hp-reassurance-content .hp-reassurance-item .logo img {
    max-width: 100%;
    height: auto;
}

body.home.page-template-default .hp-reassurance .hp-reassurance-content .hp-reassurance-item .text * {
    margin-bottom: 0;
    font-size: 14px;
    color:#0E0E11;
}

/* Nos gammes de produits */
body.home.page-template-default .hp-categories {
    padding:0px;
    margin-bottom: 40px;
}

body.home.page-template-default .hp-categories h2.h3 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-categories h2.h3 {
        text-align: center;
        margin-bottom: 30px;
    }
}

body.home.page-template-default .hp-categories .hp-categories-new__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 16px; 
    align-items: start; 
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list {
        grid-template-columns: repeat(4, 1fr); 
    }
}

@media (max-width: 991.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list {
        grid-template-columns: repeat(3, 1fr); 
    }
}


@media (max-width: 767.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 379.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list {
        grid-template-columns: repeat(1, 1fr); 
    }
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #F6F6F8;
    border-radius: 16px;
    padding: 24px;
    min-height: 240px;
    border-bottom: 0;
    transition: background-color .5s ease;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list {
        column-gap:8px;
        row-gap: 16px;
    }
    body.home.page-template-default .hp-categories .hp-categories-new__list > div {
        display:none;
    }
    body.home.page-template-default .hp-categories .hp-categories-new__list > div:nth-child(1),
    body.home.page-template-default .hp-categories .hp-categories-new__list > div:nth-child(2),
    body.home.page-template-default .hp-categories .hp-categories-new__list > div:nth-child(3),
    body.home.page-template-default .hp-categories .hp-categories-new__list > div:nth-child(4) {
        display: block;
    }
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item:hover,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item:active,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item:focus {
    background-color: #ECECF1;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item .cat-item__image img {
    height: 100px;
    width: 100px;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item {
    box-shadow: none;
    text-decoration: none;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item .cat-item__title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    color: #0E0E11;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: text-decoration-color 1s ease;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item .cat-item__title {
        font-size:18px;
    }
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item:hover .cat-item__title {
  text-decoration-color: currentColor;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card {
    position: relative;
    background-color: #D63909;
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/bg_request_quote.png'); 
    background-size: contain; 
    background-position: calc(100% + 10px) 0px; 
    background-repeat: no-repeat;
    transition: background-color .5s ease;
    overflow: hidden;
}  

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/bg_request_quote_on.png');
    background-size: contain;
    background-position: calc(100% + 10px) 0px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    z-index: 0;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:hover,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:active,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:focus {
    background-color: #EF5222;    
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:hover::before,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:active::before,
body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card:focus::before {
    opacity: 1;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item.quote-request-card .cat-item__title {
    color:#ffffff;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item .cat-item__image {
    height:auto;
    width:auto;
    background-color: transparent;
    border-radius: 0;
    transition: none;
    display: inline;
    position: relative;
}

body.home.page-template-default .hp-categories .hp-categories-new__list .cat-item:hover .cat-item__image {
    transform: none;
}

body.home.page-template-default .hp-categories .btn-all-categories {
    text-align: center;
    margin-bottom: 30px;
    display:none;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-categories .btn-all-categories {
        display:block;
    }
}

/* Partenaires de la maison */
body.home.page-template-default .hp-house-partners {
    margin-bottom: 40px;
    padding:0px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-house-partners {
        margin-bottom: 80px;
    }
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0; 
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-item:first-child {
  width: 30%;
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-item:last-child {
  width: 50%;
  margin-left: 20%;
}

@media (max-width: 767.98px) {
  body.home.page-template-default .hp-house-partners .hp-house-partners-container {
    flex-direction: column;
  }  

  body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-item {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-item .hp-house-partners-title{
    text-align: center;
  }
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-tag-container .hp-house-partners-tag {
    color:#0E0E11;
    font-size: 12px;
    font-weight: 600;
    line-height: 145%;
    border-radius: 4px;
    background-color: #f6f6f8;
    padding: 8px 12px;
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-tag-container {
    margin-bottom: 25px;
}

body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-text {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-house-partners .hp-house-partners-container .hp-house-partners-text {
        text-align: left;
    }
}

/* Nos réalisations */

body.home.page-template-default .hp-productions-title {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-productions-title {
        display:block;
    }
}

body.home.page-template-default .hp-productions-title h2.h3 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-productions-title h2.h3{
        text-align: center;
        margin-bottom: 30px;
    }
    body.home.page-template-default .hp-productions-title a.btn.btn-link.btn-arrow.btn-all-productions {
        display:none;
    }
}



body.home.page-template-default .hp-productions-slider .slick-arrow.slick-prev {
    left:15px;
}


body.home.page-template-default .hp-productions-slider .slick-arrow.slick-next {
    right: 30px;
    /* transform: translateY(-50%) scaleX(-1); */
    transform: scaleX(-1);
}

body.home.page-template-default .hp-productions-slider .slick-arrow {
    position: absolute;
    top: 40%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAD6ADAAQAAAABAAAADwAAAAAk/vkzAAAAl0lEQVQoFWNgwAL+///PCMTKWKQICwE1TgHif0DMS1g1kgqghg4gBoEaJGHCTJAGsDagAYRVI6kAaiqAapyCJEyYCdSUCtU4H0gzEtYBUQEK1SggczEQ3wDiPCD+C8TEgCcgza+AKkWJUY2m5jlFNoMNA9pOlp/hLgEaQF5ow0wAGkBePCMZQF4KQzKAvLQNMgDofKJyFQCpjZJd8UTfuwAAAABJRU5ErkJggg==) transparent no-repeat 50%;
    width: 50px;
    height: 50px;
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

@media (min-width: 576px){
    body.home.page-template-default .hp-productions-slider .slick-arrow {
        padding: 0;
    }
}

body.home.page-template-default .hp-productions-slider {
    position: relative;
    left: 50%;
    width: calc(100vw - 100px);
    margin-left: calc(-50vw + 50px);
    right: auto;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-productions-slider {
        width: calc(100vw - 50px);
        margin-left: calc(-50vw + 25px);
    }
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .slick-list .slick-track {
    display: flex !important;
    gap: 20px;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .slick-list .slick-track .slick-slide {
  /* margin-right: 20px; */
}

@media (max-width: 575.98px){
    body.home.page-template-default .hp-productions-slider .hp-productions__list .slick-list .slick-track .slick-slide {
        margin-right: 7px;
    }
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .slick-list .slick-track .slick-slide:last-child {
    margin-right: 0;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item {
    background: transparent;
    box-shadow: none;
    border-bottom: 0;
    transition: none;
    padding-top: 0;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item {
        margin-bottom:30px;
    }
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item:hover,
body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item:active,
body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item:focus {
    background: transparent;
    box-shadow: none;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div { 
    display:block;
    width:100%;
    height: 100%;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div .cat-item__image-container {
    overflow:hidden;
    border-radius: 16px;
    margin-bottom: 20px;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div .cat-item__image {
  width: 100%;
  height:auto;
  display: block;
  position: relative;
  background: none;
  border-radius: 0;
  transition:all .5s ease;
}


body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div .cat-item__image img.cat-item__img {
  width: 100%; /* Image takes full width of its container */
  aspect-ratio: 379 / 476; /* The image itself will maintain this aspect ratio */
  object-fit: cover;
  object-position: center;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div a.cat-item {
    text-decoration: none;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div a.cat-item .cat-item__title {
    height:auto;
    font-size: 20px;
    color: #0E0E11;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 130%;
    display: block;
    align-items: normal;
    letter-spacing: 0em;
    margin-bottom: 10px;
    text-align: left;
    flex:0 0 100%;
    width:100%;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div a.cat-item .cat-item__location {
    display: flex;
    text-align: left;
    flex:0 0 100%;
    width:100%;
    color: #D63909;
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left:15px;
    padding-right: 15px;
}

body.home.page-template-default .hp-productions-slider .hp-productions__list .cat-item > div a.cat-item .cat-item__location img.picto-location {
    width:17px;
    height:17px;
}

body.home.page-template-default .hp-productions-slider .hp-productions-title-sm {
    display:none;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-productions-slider .hp-productions-title-sm {
        display:block;
    }
}

/* Partenaires de la maison */
body.home.page-template-default .hp-why-gmt {
    margin-bottom: 40px;
    background-color: #f5f5f7;
    padding-left: 50vw;
    padding-right: 50vw; 
    margin-left: -50vw;
    margin-right: -50vw;
    position:relative;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0; 
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item {
  width:50%;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item.why-gmt-content {
    padding:80px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item.why-gmt-content {
        padding: 40px 0px;
    }
}


body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item.why-gmt-content h2.h3 {
    margin-bottom: 100px;
}

@media (max-width: 575.98px){
    body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item.why-gmt-content h2.h3 {
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
  body.home.page-template-default .hp-why-gmt .hp-why-gmt-container {
    flex-direction: column;
  }  

  body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item:first-child{
    height:705px;
    overflow:hidden;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .hp-why-gmt-image {
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions {
    margin-top: 20px;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7DD;
    margin-bottom: 20px;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item .accordion-title {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;

    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item .accordion-title::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/arrow-orange.svg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item .accordion-title.active::after {
    transform: rotate(180deg);
     background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/arrow-orange.svg'); 
}

body.home.page-template-default .hp-why-gmt .hp-why-gmt-container .hp-why-gmt-item .gmt-accordions .accordion-item .accordion-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}


/* Actualités */
body.home.page-template-default .hp-news-title {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

body.home.page-template-default .hp-news-title h2.h3 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-news-title {
        display:block;
    }

    body.home.page-template-default .hp-news-title h2.h3 {
        text-align: center;
        margin-bottom: 30px;
    }
}

body.home.page-template-default .hp-news-slider {
    /* position: relative;
    left: 50%;
    width: calc(100vw - 100px);
    margin-left: calc(-50vw + 50px);
    right: auto; */
    padding: 0px;
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-news-slider {
        /* width: calc(100vw - 50px);
        margin-left: calc(-50vw + 25px); */
        padding: 0 0px;
    }
} 

body.home.page-template-default .hp-news-slider .slick-arrow.slick-prev {
    left:15px;
}


body.home.page-template-default .hp-news-slider .slick-arrow.slick-next {
    right: 20px;
    /* transform: translateY(-50%) scaleX(-1); */
    transform: scaleX(-1);
}

body.home.page-template-default .hp-news-slider .slick-arrow {
    position: absolute;
    top: 40%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAD6ADAAQAAAABAAAADwAAAAAk/vkzAAAAl0lEQVQoFWNgwAL+///PCMTKWKQICwE1TgHif0DMS1g1kgqghg4gBoEaJGHCTJAGsDagAYRVI6kAaiqAapyCJEyYCdSUCtU4H0gzEtYBUQEK1SggczEQ3wDiPCD+C8TEgCcgza+AKkWJUY2m5jlFNoMNA9pOlp/hLgEaQF5ow0wAGkBePCMZQF4KQzKAvLQNMgDofKJyFQCpjZJd8UTfuwAAAABJRU5ErkJggg==) transparent no-repeat 50%;
    width: 50px;
    height: 50px;
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-size: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

@media (min-width: 576px){
    body.home.page-template-default .hp-news-slider .slick-arrow {
        padding: 0;
    }

    body.home.page-template-default .hp-news-slider .slick-arrow.slick-next {
        right: 15px;
    }

    body.home.page-template-default .hp-news-slider .slick-arrow.slick-prev {
        left:10px;
    }
}

body.home.page-template-default .hp-news-slider .hp-news__list .slick-list .slick-track {
    display: flex !important;
    gap: 20px;
}

body.home.page-template-default .hp-news-slider .hp-news__list .slick-list .slick-track .slick-slide {
  /* margin-right: 20px; */
}

@media (max-width: 575.98px){
    body.home.page-template-default .hp-news-slider .hp-news__list .slick-list .slick-track .slick-slide {
        margin-right: 7px;
    }
}


body.home.page-template-default .hp-news-slider .hp-news__list .slick-track .slick-slide:last-child {
    margin-right: 0;
}


body.home.page-template-default .hp-news-slider .hp-news__list .news-item {
    display:block;
    cursor:pointer;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-news-slider .hp-news__list .news-item  {
        margin-bottom:30px;
    }
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom {
    padding: 0 30px;
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__image-container {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 20px;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__image-container .list-item__image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background: none;
    border-radius: 0;
    transition: all .5s ease;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__image-container .list-item__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 437 / 297;
    object-fit: cover;
    object-position: center;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item:hover .list-item__image-container .list-item__image,
body.home.page-template-default .hp-news-slider .hp-news__list .news-item:active .list-item__image-container .list-item__image,
body.home.page-template-default .hp-news-slider .hp-news__list .news-item:focus .list-item__image-container .list-item__image {
    transform: scale(1.1);
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom {
    padding:0;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content {
    padding:0;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__link {
    margin-left:0;
    margin-right:0;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content a {
    text-decoration: none;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__link .btn.btn-secondary.link-news-item {
    color: #D63909;
    border:0;
    padding:16px 0;
    border-radius: 0;
    text-decoration: underline;
    text-underline-offset: 7px;
    letter-spacing: 0em;
    font-size: 16px;
    text-align: left;
    display: inline-block;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__link .btn.btn-secondary.link-news-item:hover,
body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__link .btn.btn-secondary.link-news-item:focus,
body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__link .btn.btn-secondary.link-news-item:active {
    color:#EF5222;
    background-color: transparent;
    border:0;
}

body.home.page-template-default .hp-news-slider .hp-news__list .news-item .list-item .list-item__bottom .list-item__content .list-item__title {
    letter-spacing:0em;
    min-height: none;
    display:inline;
    align-items: auto;
}

body.home.page-template-default .hp-news-slider .hp-news-title-sm {
    display:none;
    text-align: center;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-news-title a.btn.btn-link.btn-arrow.btn-all-news{
        display:none;
    }

    body.home.page-template-default .hp-news-slider .hp-news-title-sm {
        display:block;
    }
}

/* Discutons de votre projet / Rejoindre nos équipes */
body.home.page-template-default .hp-project-team{
    margin-bottom: 40px;
    padding: 0px;
}

body.home.page-template-default .hp-project-team .hp-project-team-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item {
  width:calc(50% - 13px);
}

@media (max-width: 991.98px) {
    body.home.page-template-default .hp-project-team .hp-project-team-container {
        flex-direction: column;
    }
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item {
        width:100%;
    }
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team {
    border-radius: 16px;
    background-color: #FFF0DD;
    overflow: hidden;
    height:100%;
    width:100%;
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height:100%;
    width:100%;

}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content {
    width:60%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item:last-child,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item:last-child {
    width:40%;
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item .hp-talk-project-image,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item .hp-join-team-image {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

@media (max-width: 575.98px) {
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content {
        width:100%;
    }

    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item:last-child,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item:last-child {
        display: none;
    }
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content h2.h3 {
    margin-bottom: 90px;
}

body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content h2.h3 {
    margin-bottom: 95px;
}

@media (max-width: 575.98px) {
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content h2.h3,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content h2.h3 {
        margin-bottom: 25px;
        text-align: center;
    }

    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content .hp-talk-project-text,
    body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content .hp-join-team-text{
        text-align: center;
    }
}


body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-talk-project .hp-talk-project-container .hp-talk-project-item.talk-project-content .btn.btn-primary,
body.home.page-template-default .hp-project-team .hp-project-team-container .hp-project-team-item .hp-join-team .hp-join-team-container .hp-join-team-item.join-team-content .btn.btn-primary {
    padding:12px 30px;
    margin-top: 10px;
}    

/* Slider Partenaires GMT */

body.home.page-template-default .hp-partners-title {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin: 50px 0 30px;
}


body.home.page-template-default .hp-partners-title h2.h3 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-partners-title {
        display:block;
    }

    body.home.page-template-default .hp-partners-title h2.h3 {
        text-align: center;
        margin-bottom: 30px;
    }
}

body.home.page-template-default .hp-partners {
    position: relative;
    left: 50%;
    width: calc(100vw - 80px);
    margin-left: calc(-50vw + 40px);
    right: auto;
}

.partners > .row,
.hp-partners > .row{
    margin-left: 0;
    margin-right: 0;
}

.partners .partners__list .slick-list .slick-track,
.hp-partners .partners__list .slick-list .slick-track{
    padding:20px 0;
}

.partners .partners__list .slick-list .slick-track .slick-slide > div > div > .partner,
.hp-partners .partners__list .slick-list .slick-track .slick-slide > div > div > .partner {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); 
  border-radius: 8px;
  overflow: hidden;
}

.partners .partners__list .slick-list .slick-track .slick-slide,
.hp-partners .partners__list .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}

.partners .partners__list .slick-list .slick-track .slick-slide > div > div > .partner img,
.hp-partners .partners__list .slick-list .slick-track .slick-slide > div > div > .partner img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
  display: block;
  filter: grayscale(100%);
}

.partners .partners__list .slick-dots,
.hp-partners .partners__list .slick-dots {
  text-align: center;
  margin-top: 0;
}

.partners .partners__list .slick-dots li,
.hp-partners .partners__list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.partners .partners__list .slick-dots button,
.hp-partners .partners__list .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 3px;
  height: 3px;
  padding: 3px;
  cursor: pointer;
  border: 1px solid #D7D7DD;
  border-radius: 50%;
  background: #D7D7DD;
  color: transparent;
  outline: none;
}

.partners .partners__list .slick-dots li.slick-active button,
.hp-partners .partners__list .slick-dots li.slick-active button {
  background: #0E0E11;
  border-color: #0E0E11;
}

body.home.page-template-default .hp-partners .hp-partners-title-sm {
    display:none;
    text-align: center;
}

@media (max-width: 767.98px) {
    body.home.page-template-default .hp-partners-title a.btn.btn-link.btn-arrow.btn-all-partners{
        display:none;
    }

    body.home.page-template-default .hp-partners .hp-partners-title-sm {
        display:block;
    }
}

/* Footer */
.footer {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
}

.footer .footer__pre {
    border-top: 0;
    padding-top: 0px;
    text-align: left;
    font-size: 14px !important;
}

.footer .footer__pre a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color:#676774 !important;
}

.footer .footer__pre a:hover,
.footer .footer__pre a:active,
.footer .footer__pre a:focus {
    color:#EF5222 !important;
}

.footer .footer__social-networks {
    position: relative;
    /* padding-left: 50vw;
    padding-right: 50vw; */
    /* margin-left: -50vw;
    margin-right: -50vw; */
    border-top:1px solid #F6F6F8;
    border-bottom:1px solid #F6F6F8;
    margin-top:20px;
    margin-bottom:30px;
    padding-top:30px;
    padding-bottom:30px;
}

.footer .footer__social-networks .footer-social-networks-content {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:30px;
}

.footer .footer__social-networks .footer-social-networks-content h2 {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.footer .footer__social-networks .footer-social-networks-content .social-networks {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:10px;
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #F6F6F8;
    border-radius: 999px;
    background-position: center center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network a img {
    width:60px;
    height: 60px;
    border-radius: 999px;
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network.youtube {
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/youtube.svg');
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network.instagram {
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/instagram.svg');
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network.facebook {
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/facebook.svg');
}

.footer .footer__social-networks .footer-social-networks-content .social-networks .network.tiktok {
    background-image: url('/wp-content/themes/gmt/resources/custom/assets/images/tiktok.svg');
}

.footer .footer__body{
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.footer .footer__body a.footer__link,
.footer .footer__body a.footer__link:hover,
.footer .footer__body a.footer__link:active,
.footer .footer__body a.footer__link:focus {
    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.footer .footer__body a.footer__link > span > span {
    color:#D63909;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.footer .footer__body a.footer__link > span > strong {
    color:#0E0E11;
    font-weight: 600;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.footer .footer__body a.footer__link:hover > span > span,
.footer .footer__body a.footer__link:active > span > span,
.footer .footer__body a.footer__link:focus > span > span,
.footer .footer__body a.footer__link:hover > span > strong,
.footer .footer__body a.footer__link:active > span > strong,
.footer .footer__body a.footer__link:focus > span > strong {
    color:#EF5222;
    
}

.footer .footer__body .widget .menu>li>a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color:#0E0E11;
    line-height: 145%;
    letter-spacing: 0em;
    text-decoration: none;
}

.footer .footer__body .widget .menu>li>a:hover,
.footer .footer__body .widget .menu>li>a:active,
.footer .footer__body .widget .menu>li>a:focus{
    color:#EF5222;
}

.footer__body .widget .menu>li .sub-menu>li>a{
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color:#676774;
    line-height: 145%;
    text-decoration: none;
}

.footer__body .widget .menu>li .sub-menu>li>a:hover,
.footer__body .widget .menu>li .sub-menu>li>a:active,
.footer__body .widget .menu>li .sub-menu>li>a:focus {
    color:#EF5222;
}

.footer .footer__post li a{
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#676774;
    line-height: 145%;
    text-decoration: none;
}

.footer .footer__post li a:hover,
.footer .footer__post li a:active,
.footer .footer__post li a:focus{
    color:#EF5222;
}

.shop-info {
    /* margin-bottom: 20px; */
    /* background-color: var(--color-grey-lower); */
    /* margin-left: -25px!important; */
    /* margin-right: -25px!important; */
    margin-bottom: 40px;
    background-color: #f5f5f7;
    padding-left: 50vw;
    padding-right: 50vw;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
}

.shop-info__image {
    padding-right: 0px!important;
    padding-left: 0px!important;
    height:480px;
    overflow:hidden;
}

@media (max-width: 767.98px) {
    .shop-info__image {
        height:auto;
    }
}

.shop-info .shop-info__image img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position:center center;
}

.shop-info__content {
    /* min-height: 480px; */
    margin: 0 0;
}

@media (max-width: 767.98px) {
    .shop-info__content {
        margin: 35px 16px;
        min-height: auto;
    }
}

.shop-info__content .shop-info__wrapper{
    max-width: 365px;
    width: 100%;
}

.company-home__title {
    font-size: 24px!important;
}

.company-home__location span {
    color: var(--color-accent)!important;
    font-weight: 500!important;
}

.company-home__location img {
    width: 20px;
}

.company-home__contacts {
    display: flex;
    align-items: center;
    gap: 10px;
}
.company-home__contacts > a  {
    background-color: var(--color-accent);
    color: white!important;
    margin-right: 0!important;
}
.company-home__contacts > span  {
   border: 1px solid var(--color-grey-medium);
   color: var(--color-accent)!important;
   padding: 16px;
   border-radius: 999px;
}

.company-home__maplink {
    color: var(--color-grey-highter)!important;
    margin-top: 0!important;
    font-weight: 500!important;
}


.hp-partners-title h2 {
    font-size: 32px;
}