.marque #columns {
    padding-top: 0 !important;
}

.center{
    text-align: center;
}

.coter{
    margin: 10px 34px;
}

.marg-40{
    margin-right: 40px;
}

.marque .band-text h1{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.marque .band{
    position: relative;
}

.marque .band-text .subtitle{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}

.marque #video-marque{
    object-fit: cover;
    height: 60vh;
}

.marque .band-text{
    position: absolute;
    left: 0;
    z-index: 10;
    right: 0;
    top: 55%;
    text-align: center;
}

.marque .eiffel{
    display: none;
}

.marque .title{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    margin-top: 32px;
    margin-bottom: 8px;
    line-height: 48px;
    color: #0C0C0D;
    text-align: center;
}

.marque .subtitle{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #0C0C0D;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
    line-height: 24px;
}

.marque .animation.position_text:hover {
    transition: 300ms;
}

.marque .animation.little:hover {
    transition: 300ms;
}

.marque .card-partenaire{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 22px;
    margin: 32px;
    width: 300px;
    text-align: center;
}

.marque .wrapper{
    margin: 0 calc(0px + 0.390625vw) 20px;
}

.marque .animation.position_text {
    background: rgba(243, 243, 243, 0.8);
    opacity: 0.98;
    backdrop-filter: blur(15px);
    transition: 300ms;
}

.marque .animation.little {
    background: rgba(243, 243, 243, 0.8);
    opacity: 0.98;
    backdrop-filter: blur(15px);
    transition: 300ms;
}

.marque .position_image{
    position: relative;
    text-align: center;
    overflow: hidden;
}

.marque .position_text, 
.marque .relative .position_title{
    position: absolute;
    line-height: 24px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 100%;
    padding: 10px;
    border-radius: 10px;
    text-align: initial; 
}

.marque .little{
    position: absolute;
    line-height: 24px;
    left: 10px;
    top: 100%;
    padding: 16px 24px 51px 24px;
    border-radius: 10px;
    text-align: initial;
}

.marque .relative .position_title,
.relative:hover .position_text{
    top: 10px;
}

.marque .relative .position_title,
.relative:hover .little{
    top: 10px;
}

.marque .anim .title-flex{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    color: #0C0C0D;
    line-height: 35px;
}

.marque .relative .position_title{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.marque .anim .description{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    color: #0C0C0D;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.marque .flex-container{
    display: flex;
    margin: auto;
    width: 80%;
	justify-content: center;
}

.marque .marque-container{
    display: flex;
    margin: 0px 54px;
}

.marque .partenaires-container{
    display: flex;
    scroll-behavior:smooth;
    overflow-x: scroll
}

.marque .partenaires-container::-webkit-scrollbar{
    height: 8px;
	background: #F3F3F4;
}

.marque .flex-container-design{
    display: flex;
    margin: 0 64px;
    justify-content: space-between;
}

.marque .tour-eiffel{
    width:100%;
    border-radius:10px;
    position: relative;
}

.marque .img-marque{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.marque .img-mob{
    border-radius: 0 !important;
    width: 100%;
    filter: brightness(50%);
}

.flex-container .relative img{
    border-radius: 10px;
}

.marque .relative-img{
    margin: 8px 0px;
    position: relative;
}

.marque .chevron{
    position: absolute;
    top: 37%;
    right: 12px;    
}

.marque .text-mobile{
    position: absolute;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: white;
    z-index: 10;
    left: 35px;
    top: 36%;
}

.savoir{
    text-align: center;
    width: 100%;
}

.marque .btn-black{
    background-color: #0C0C0D;
    padding: 4px;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    cursor: pointer;
    width: calc(100% - 20px);
    bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    border-radius: 10px;
    text-align: center;
    line-height: 24px;
}

.marque .btn-black-little{
    background-color: #0C0C0D;
    padding: 4px;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    cursor: pointer;
    width: calc(90% - 20px);
    bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    border-radius: 10px;
    text-align: center;
    line-height: 24px;
}

.marque .img-content{
    padding: 32px 64px;
}

.marque .strong{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #0C0C0D;
    line-height: 24px;

}

.marque .description{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0D;
    margin-bottom: 8px;
}

.marque .content-flex-color{
    margin-left: 32px;
    display: flex;
    width: 60%;
    border-radius: 10px;
    background-color: #F3F3F3;
    padding:54px 32px;
    align-items: center;
}

.marque .content-color{
    width: 60%;
    padding-left: 32PX;
    border-radius: 10px;
}

.img-hover-zoom {
    margin: 20px;
    overflow: hidden;
    border-radius: 100%;
    display: flex;
    position: relative;
    width: 20vw;
    max-width: 300px;
    min-width: 150px;
}

.logo-partenaire{
    position: absolute;
    top: 25%;
}

.img-hover-zoom .flex-img{
    display: flex;
}

.img-hover-zoom .zoom {
    transition: transform .5s ease;
    width: 100%;
}

.img-hover-zoom:hover .zoom {
    transform: scale(1.1);
}

.box1 .text-partenaire{
    font-style: normal;
    font-weight: 700;
	font-size: calc(12px + 0.390625vw);
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0C0C0D;
}

.box1 a:hover{
    text-decoration: none;
}

.marque .fsc{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.content-info {
    background-color: #F9F9F9;
    padding: 56px 64px;
}

.marque .title-fr {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0C0C0D;
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 35px;
}

.marque .info-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0D;
}

.marque .btn-black-contact {
    background-color: #0C0C0D;
    padding: 8px 16px;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.relative{
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.full{
    width: 100%;
}

.marque .mobile{
    display: none;
}

.marque .ombre{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow:0 59px 56px rgb(0 0 0 / 69%) inset
}

.marque .box1 {
    display: block;
    width: max-content;
    text-align: center;
  }

.flex-container-design .relative{
      margin: 0 !important;
  }

.marque .content-relative .relative .animation.position_text {
    width: 30%;
}

.marque .content-relative .relative .animation.little {
    width: 20%;
}

.content-relative{
    max-width: 80%;
    margin: auto;
}

@media(min-width:1820px) {
    .marque .marque-container {
        justify-content: center;
    }
}

@media(max-width:1800px) {
    .description .cacher{
        display: none;
    }
}

@media(max-width: 1380px){
    .marque .content-relative .relative .animation.little {
        width: 25%;
    }
}

@media(max-width:1200px){
    .marque .btn-black {
        padding: 0px;
        font-weight: 700;
        font-size: 12px;
        border-radius: 5px;
        line-height: 24px;
    }
    .marque .content-relative .relative .animation.little {
        width: 25%;
    }
    .marque .anim .description {
        font-family: 'Hanken Grotesk', sans-serif;
        font-style: normal;
        color: #0C0C0D;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .marque .anim .title-flex {
        font-size: 16px;
        line-height: 18px;
    }
    .marque .relative .position_title{
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 900px){	
	.img-hover-zoom:hover .zoom {
		transform: none;
	}	
    .marque .img-dechet{
        margin-top: 32px;
    }
    .marque .content-relative .relative .animation.little {
        width: 27%;
    }
    .marque .content-flex-color {
        flex-direction: column;
        margin-left: 0;
        border-radius: 0;
        margin-top: 32px;
        width: 100%;
    }
    .marque .flex-container-design{
        margin: 0;
    }
    .desktop-design{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .marque .video-mob {
        object-fit: cover;
        height: 15vh;
        border-radius: 0 !important;
    }
    .marque .partenaires-container::-webkit-scrollbar{
        display: none;
    }
    .marque .partenaires-container {
        margin-left: 32px;
    }
    .marque .flex-img{
        display: block;
        align-items: baseline;
        margin-top: 32px;
        scroll-behavior:smooth; overflow-x: scroll
    }
    .marque .flex-img .flex-container{
        width: auto;
    }
}

@media(max-width: 768px){
    .marque .subtitle{
        margin: 0 16px;
    }
    .marque .content-relative .relative .animation.little {
        width: 36%;
    }
    .marque .desktop-design{
        display: none;
    }
    .marque .band-text{
        top: 45%;
    }
    .marque .band-text h1{
        font-size: 32px;
        line-height: 39px;
    }
    .flex-container .relative img{
        min-width: 140px;
    }
    .marque .title {
        font-size: 28px;
        line-height: 35px;
    }
    .marque .eiffel{
        display: block;
    }
    .marque .card-partenaire {
        width: 100%;
    }
    .marque .flex-container{
        margin-right: 40px;
        justify-content: unset;
    }
    .marque .marque-container{
        margin: 0;
        justify-content: unset;
    }
    .marque .partenaires-container{
        margin: 0;
        justify-content: unset;
    }
    .marque .video-mob{
        object-fit: cover;
        height: 15vh;
        border-radius: 0 !important;
    }
    .marque .margin{
        margin: 8px 0px;
    }
    .marque .fsc-bobo{
        object-fit: cover;
        height: 15vh;
        width: 100%;
    }
    .marque .img-partenaire {
        margin: auto !important;
    }
    .marque .wrapper {
        padding: 0 !important;
		margin-bottom: 0;
    }
	.img-hover-zoom {
		margin: 10px;
	}
    .collab {
        overflow: inherit !important;
        margin: 0 6px 32px 6px;
    }
    .marque .img-marque {
        object-fit: cover;
        height: 27vh;
    }
    .marque .flex-img{
        display: flex;
    }
    .content-info {
        padding: 32px 16px;
    }
    .marque .relative{
        width: 150px;
    }
    .marque .collab .animation {
        display: none;
    }
    .marque .relative .position_title{
        font-size: 15px;
    }
    .margin-collab{
        margin: 0px !important;
    }
    .marque .subtitle{
        margin-bottom: 15px;
    }

    .marque .flex-container-design{
        margin: 20px 20px;
    }
    .marque .content-flex-color{
        margin-top: 0;
    }
}

.popup-marque{
    display: none;
    position: fixed;
    left: 45%;
    top: 5%;
    transform: translate(-45%, 5%);
    z-index: 99999;
    background: white;
    border-radius: 10px;
    height: 85vh;
    width: 90vw;
    box-shadow: 0px 0px 999px black;
}

.popup-marque .left-block{
    width: 90%;
    border-radius: 10px 0px 0px 10px;
}

.popup-marque .left-block .img-popup{
    width: 100%;
    height: 85vh;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.popup-marque .right-block{
    padding: 40px;
    border-radius: 10px;
}

.popup-marque .right-block .position_title{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 30px;
}

.popup-marque .right-block .short-description{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 24px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.popup-marque .right-block .description{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Hanken Grotesk', sans-serif;
}

.popup-marque .right-block button{
    position: absolute;
    background: none;
    border: none;
    border-radius: 99px;
    top: 10%;
    left: 96%;
}

#nousconnaitre .bx-wrapper .bx-controls-direction a{
    height: 60px;
    width: 60px;
}

@media(max-width: 1024px){
    #nousconnaitre .marque .wrapper{
        width: 220px !important;
    }
}

@media(max-width: 768px){
    #nousconnaitre .marque .wrapper{
        width: 180px !important;
    }
}

#nousconnaitre
@media(max-width: 1200px){
    .popup-marque .left-block{
        width: 150%;
    }
}

@media(max-width: 1050px){
    .popup-marque .left-block{
        width: 200%;
    }
}