.logo-title{
	font-weight:300;
}


h2.fade-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

h2.fade-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

h2.fade-grow {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: opacity 1.6s ease, transform 1.6s ease;
}

h2.fade-grow.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* All sections */
section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15% 7%;
}

@media (min-width: 1024px) {
    section {
        padding: 15%;
    }
}

@media (min-width: 1360px) {
    section {
        padding: 15% 20%;
    }
}

/* Section Image only */
.section-image-only {
    padding: 0;
    padding-bottom: 66.7%;
}

@media (min-width: 1024px) {
    .section-image-only {
        padding: 0;
        padding-bottom: 66.7%;
    }
}

/* Parallax Section */
.parallax-section {
    flex-direction: column;
    background-attachment: scroll;
}

@media (min-width: 1280px) {
    .parallax-section {
      background-attachment: fixed; /* scroll au lieu de fixed */
    }
}

.parallax-content {
    padding: 9%;
}

.parallax-subtext {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .parallax-section {
        flex-direction: row;
    }

    .parallax-content {
        padding: 0;
    }

    .parallax-text {
        width: 60%;
        margin-bottom: 2rem;
    }

    .parallax-subtext {
        display: flex;
        flex-direction: row;
    }
}

/* Section About WA */
.section-intro {
    background-position: top center;
}

/* Section About WA */
.section-about {
    padding: 22% 0;
}

.section-about p {
    padding: 0 3rem;
}

@media (min-width: 1024px) {
    .section-about p {
        padding: 0;
    }
}

/* Section Ecosystem */
.section-ecosystem .parallax-subtext {
    margin-bottom: var(--space-lg);
}

.section-ecosystem .parallax-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-ecosystem .parallax-content{
    background-color: rgba(245, 245, 235, 0.85); /* Blanc cassé avec une transparence de 70% */
    background-position: -36% 80%;
}
 
.section-ecosystem p {
    margin-bottom: var(--space-lg);
}

.section-ecosystem-img {
    width: 100%;
}

.float-left-img {
    order: 1;
    shape-outside: inset(0);
    clip-path: inset(0);
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .section-ecosystem .parallax-content {
        padding: 25% 0% 25% 45%;
        background-position: center;
    }

    .section-ecosystem .parallax-subtext {
        display: block;
        margin-bottom: var(--space-xl);
    }

    .section-ecosystem p {
        margin-bottom: var(--space-sm);
    }

    .float-left-img {
        order: 0;
        float: left;
        margin: .5rem 2rem .1rem 0;
        max-width: 40%;
        order: 0;
    }
}

/* Section Map
.section-map {
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

.section-map-item:last-of-type {
    margin-top: 4rem;
}

.section-map-item.bg-75 {
    background-blend-mode: overlay;
    overflow: auto;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-map {
        padding: 5% 0;
    }

    .section-map-item.bg-75 {
        width: 80%;
        overflow: hidden;
    }
} */

/* Section Yesterday */
.section-yesterday {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.yesterday-text {
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    .section-yesterday {
        padding: 44% 15% 4%;
    }

    .yesterday-text {
        padding-left: 0
    }
}

@media (min-width: 1360px) {
    .section-yesterday {
        padding: 44% 20% 4%;
    }
}

/* Section Share  - lieu de partage */
.section-share .parallax-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(255, 255, 255, .9);
}


/* Section Gallery Logo */
.section-gallery-logo {
    position: relative;
   padding: 15% 0 0 !important;    
}

.section-gallery-logo.bg-96.lazyloaded {
    background-position: center top;
    background-size: 100%;
}
    
.section-gallery-logo.lazyloaded {
    background-position: center top;
    background-size: 90%;
}

.gallery-logos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 0 ;
    position: relative;
}

.gallery-logos-content h2 {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 36px;
}

.logo-cloud-img {
    box-shadow: none;
    margin-bottom: 3rem;
    filter: grayscale(100%);
}

.gallery-logos-content .images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo-canvas {
    position: relative;
    width: 83%;
    height: 920px;
}
@media (max-width: 374px) {

#logo-canvas {
 	transform:scale(0.7);
    width: 100%;
    height: 600px;
    top:-120px;
    }
    
}
.logo-tile {
    position: absolute;
    background: white;
    overflow: hidden;
    padding: 4px;
    cursor:hand;
    cursor:pointer;
}
.insta-link span{
	font-size: 26px;
	margin-bottom: 1rem;
}
.logo-tile img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    display: block;
    margin: auto;
}


.map-img {
    box-shadow: none;
    margin-bottom: 3rem;
}

.wa-address {
    margin: 0 auto 2rem;
    width: fit-content;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 300;
    text-align: center;
}

.wa-address-title {
    display: block;
    font-size: 36px;
}

.wa-address-spacer {
    display: block;
    margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
    .section-gallery-logo.bg-96.lazyloaded {
        background-size: 54%;
    }

    .section-gallery-logo {
   padding: 15% 0 0 !important;    
    }

    .gallery-cloud {
        grid-template-columns: repeat(5, auto);
        gap: 56px 102px;
    }

    .gallery-logos-content .parallax-text {
        width: unset;
        margin-bottom: unset;
    }

    .gallery-logos-content h2 {
        margin-bottom: 0rem;
        font-size: 42px;
    }

    .logo-cloud-img {
        margin-bottom: 8rem;
    }

    .map-img {
        max-width: 65%;
        margin-bottom: 8rem;
    }

    .gallery-cloud img {
        max-width: 100px;
    }
    
   
}

.copyr{
	font-size: 12pt;
}
@media (min-width: 1360px) {
    .section-gallery-logo {
   padding: 15% 0 0 !important;    
    }
}
  

/* Footer */
footer {
    position: relative;
text-align: center;    padding: 0 1rem .5rem;
    justify-content: center;
    align-items: end;
    max-width: 1000px;
    margin: 0 auto;
}

footer p, .insta-link {
    font-weight: 300;
}

.insta-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 3rem;
}

.insta-link img {
    box-shadow: none;
}

@media (min-width: 768px) {
    footer p, .insta-link {
        font-size: 18px;
    }

    .insta-link {
        margin-bottom: 8rem;
        margin-top: 4rem;
    }
}

@media (min-width: 1024px) {
    .section-share .parallax-subtext {
        flex-direction: column;
    }

    .section-share p {
        min-width: 80%;
    }

    .section-share .parallax-content {
        padding: 10%;
    }
    #logo-canvas {

        height: 550px;
        width: 100%;

	}
	.gallery-logos-content {

	    width: 1050px;
	}
}
