.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
@font-face {
    font-family: 'Gilroy Heavy';
    src: url('../fonts/Gilroy-Heavy.otf');
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.otf');
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('../fonts/Gilroy-Bold.otf');
}

@font-face {
    font-family: 'Gilroy Black';
    src: url('../fonts/Gilroy-Black.otf');
}

@font-face {
    font-family: 'Gilroy SemiBold';
    src: url('../fonts/Gilroy-SemiBold.otf');
}


@font-face {
    font-family: 'Gilroy ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.otf');
}

@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.otf');
}

@font-face {
    font-family: 'Dida';
    src: url('../fonts/Dida.otf');
}

html{
    overflow-x: hidden;
}


body, html{
    width: 100vw;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fdfaed;
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

header{
    padding-top: 25px;
}

h1{
    font-family: 'Gilroy Heavy';
}

.titleHeader h1{
    margin-top: 5rem;
    color: #000045;
    padding-left: 50px;
}

a.btn-orange, a.btn-orange:hover{
    background-color: #ed705c;
    border-radius: 50px;
    padding: 20px 30px;
    color: white;
    text-transform: uppercase;
    font-family: 'Gilroy Heavy';
    font-size: 17px;
}

.btn-contact{
    background-color: #ed705c;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formContainer{
    background-color: #ed705c;
    padding: 42px 50px 50px;
}

.headerIllu{
    width: 95%;
}

.formContainer h2{
    font-family: 'Gilroy Medium';
    color: white;
    font-size: 38px;
    margin-bottom: 25px;
}

.formContainer label{
    color: white;
    font-family: 'Gilroy SemiBold';
    font-size: 15px;
}

.formContainer .form-control{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    padding: 25px 15px;
    border: none;
    font-size: 20px;
    font-family: 'Gilroy SemiBold';
    color: white;
}

.formContainer .btn-send{
   background: white;
   border-radius: 50px;
   color: black;
   font-family: 'Gilroy Heavy';
   text-transform: uppercase;
   font-size: 17px;
   padding: 20px 30px;
   margin-top: 30px;
   display: inline-block;
}

.labelCheckbox{
    color: white;
    /* margin-bottom: 20px; */
}

.checkbox{
    margin-right: 10px;
}

.itemDetail{
    height: 100%;
}

.itemDetail-blue_2{
    background: #a8dfea;
}

.itemDetail-blue_2 .marquee p{
    color: #00c0e7;
}

.itemDetail-green{
    background: #b9fbcb;
}

.itemDetail-green .marquee p{
    color: #26ad61;
}

.itemDetail-orange{
    background: #ffc3b9;
}

.itemDetail-orange .marquee p{
    color: #ed705c;
}

.itemDetail-blue{
    background: #c2f2ff;
}

.itemDetail-blue .marquee p{
    color: #26bfe8;
}


.itemDetail h3{
    font-family: 'Gilroy ExtraBold';
    font-size: 32px;
    line-height: 34px;
    color: black;
}

.itemDetail li{
    font-family: 'Gilroy Regular';
    font-size: 19px;
    line-height: 1.3;
    position: relative;
    padding-left: 2rem;
    display: flex;
    align-items: flex-start;
}

.itemDetail li p{
    margin-bottom:5px;
}

.itemDetail li::before{
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.itemDetail-blue li::before{
   background-color: #26bfe8;
}

.itemDetail-blue_2 li::before{
    background-color: #00C0E7;
 }

.itemDetail-green li::before{
    background-color: #26ad61;
 }

 .itemDetail-orange li::before{
    background-color: #ed705c;
 }

.itemDetail li strong{
    font-family: 'Gilroy ExtraBold';
}

.itemDetail ul{
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 0;
}

.w-90{
    width: 90%;
}

.itemDetail a{
    border-radius: 50px;
    border: 0;
    font-family: 'Gilroy Heavy';
    font-size: 17px;
    text-align: center;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
}

.itemDetail-blue a{
    background: #26bfe8;
}

.itemDetail-blue_2 a{
    background: #26bfe8;
}

.itemDetail-orange a{
    background-color: #ed705c
}

.itemDetail-green a{
    background-color: #26ad61;
}


.otherActivities{
    padding-top: 60px;
}

.otherActivities h2{
    font-family: 'Dida';
    color: #ed705c;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}


footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ed705c;
}

footer .linkTel-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .linkSite-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
}

footer .logo-wrapper{
    padding-left: 50px;
}

footer a.linkTel{
    font-family: 'Gilroy Black';
    font-size: 46px;
    color: white;

}

footer a.linkSite{
    font-family: 'Gilroy Bold';
    font-size: 24px;
    line-height: 36px;
    color: white;
    
}







.wrapper {
    width: 100vw;
    /* overflow: hidden; */
}
  
  .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 60s linear infinite;
  }

  .marquee-flex:hover{
    animation-play-state: paused;
  }

  .marquee-flex{
      display: inline-flex;
  }

  .marquee p {
    display: inline-block;
    font-family: 'Gilroy Heavy';
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .marquee .itemMarquee {
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 7rem;
    justify-content: center;
    align-items: center;
  }

  .marquee .itemMarquee > a{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    background-color: white;
    border-radius: 50px;
    color: black;
    font-family: 'Gilroy Heavy';
    font-size: 17px;
    text-align: center;
    padding: 20px 30px;
    text-transform: uppercase;
  }

  .marquee .itemMarquee:hover > a{
    display: block;
  }

  .marquee .itemMarquee > span{
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gilroy Heavy';
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 10px;
    height: auto;
    white-space: break-spaces;
    text-transform: uppercase;
  }

  .marquee .itemMarquee-green > span{
    color: #26ad61;
  }

  .marquee .itemMarquee-orange > span{
    color: #ed705c;
  }

  .marquee .itemMarquee-blue > span{
    color: #26bfe8;
  }
  
	.marquee .itemMarquee-blue_2 > span{
    color: #26bfe8;
  }

  .itemMarquee-1::before{
    content: url('../images/carousel/illu-1.png'); 
  }

  .itemMarquee-1:hover::before{
    content: url('../images/carousel/illu-1-hover.png'); 
  }

  .itemMarquee-2::before{
    content: url('../images/carousel/illu-2.png'); 
  }

  .itemMarquee-2:hover::before{
    content: url('../images/carousel/illu-2-hover.png'); 
  }

  .itemMarquee-3::before{
    content: url('../images/carousel/illu-3.png'); 
  }

  .itemMarquee-3:hover::before{
    content: url('../images/carousel/illu-3-hover.png'); 
  }

  .itemMarquee-4::before{
    content: url('../images/carousel/illu-4.png'); 
  }

  .itemMarquee-4:hover::before{
    content: url('../images/carousel/illu-4-hover.png'); 
  }

  .itemMarquee-5::before{
    content: url('../images/carousel/illu-5.png'); 
  }

  .itemMarquee-5:hover::before{
    content: url('../images/carousel/illu-5-hover.png'); 
  }

  .itemMarquee-6::before{
    content: url('../images/carousel/illu-6.png'); 
  }

  .itemMarquee-6:hover::before{
    content: url('../images/carousel/illu-6-hover.png'); 
  }

  .itemMarquee-7::before{
    content: url('../images/carousel/illu-7.png'); 
  }

  .itemMarquee-7:hover::before{
    content: url('../images/carousel/illu-7-hover.png'); 
  }

  .itemMarquee-8::before{
    content: url('../images/carousel/illu-8.png'); 
  }

  .itemMarquee-8:hover::before{
    content: url('../images/carousel/illu-8-hover.png'); 
  }

  .itemMarquee-9::before{
    content: url('../images/carousel/illu-9.png'); 
  }

  .itemMarquee-9:hover::before{
    content: url('../images/carousel/illu-9-hover.png'); 
  }




  .rowItem{
      align-items: stretch;
  }

  .itemDetail-Inner{
      width: 50%;
  }

  #imagePauletteBicyclette, #imageLuluSoleil, #imageAfterwork #imageLuluEconomie{
    object-fit: contain;
}
/* 
  @media screen and (min-width: 500px){
      #imagePauletteBicyclette, #imageLuluSoleil, #imageAfterwork{
              object-fit: contain;
      }
  } */

  @media screen and (max-width: 994px){
    .order-m-1{
        order: 1;
    }
    
    .titleHeader h1{
        font-size: 36px;
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .btn-contact {
        background-color: #ed705c;
        border-radius: 100%;
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerIllu {
        width: 100%;
        margin-bottom: 1rem;
    }

    .m-px-0{
        padding-left: 0;
        padding-right: 0;
    }

    .itemDetail{
        padding-bottom: 2rem;
    }

    footer .logo-wrapper{
        display: flex;
        justify-content: center;
        padding-left: 15px;
    }

    footer .linkSite-wrapper{
        justify-content: center;
        padding-right: 15px;
    }

    .rowItem{
        align-items: center;
    }

    .itemDetail-Inner{
        width: 80%;
    }

    .itemDetail{
        padding-top: 2.5rem;
    }

    .marquee p {
        font-size: 38px;
    }

    .marquee {
        animation: marquee 20s linear infinite;
    }

  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }