

/**
 * Global rules
 */

@media (max-width: 767px) {
    .audio_bj {
        margin-top: 120px;
    }
}
@media (max-width: 400px) {
    .audio_bj {
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .audio_bj {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

 .golfpark {
    font-family: 'GolfPark';
    font-weight: 700;
    letter-spacing: 2px;
}

.subtitle { font-size: 25px;line-height: 34px;text-transform: uppercase;}

.underlined {
    background-image: url(../../parcours-audios/img/underline-yellow.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-audio-tutoslide-1 *,
.lp-audio-tutoslide-2 *,
.lp-audio-tutoslide-3 *,
.lp-audio-tutoslide-4 * {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
}

.lp-audio-tutoslide-1 img,
.lp-audio-tutoslide-1 picture,
.lp-audio-tutoslide-2 img,
.lp-audio-tutoslide-2 picture,
.lp-audio-tutoslide-3 img,
.lp-audio-tutoslide-3 picture,
.lp-audio-tutoslide-3 img,
.lp-audio-tutoslide-4 img,
.lp-audio-tutoslide-4 picture,
.lp-audio-tutoslide-4 img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.lp-audio-tutoslide {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    color: white;
}

.lp-audio-tutoslide-1__link,
.lp-audio-tutoslide-2__link {
    display: block;
    text-decoration: none;
    color: white;
}

.lp-audio-tutoslide-1__link:hover,
.lp-audio-tutoslide-2__link:hover,
.lp-audio-tutoslide-1__link:focus,
.lp-audio-tutoslide-2__link:focus {
    text-decoration: none;
    color: white;
}

/**


  @media screen and (min-width: 416px) {
    .lp-audio-tutoslide-1__wrapper {
      display: flex;
    }
  }
   */



/**
   * Custom OWLCAROUSEL styles
   */
.lp-audio-tutoslide .owl-dots {
    text-align: center;
    list-style: none;
    margin-top: 10px;
}

.lp-audio-tutoslide .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -999rem;
    border: 2px solid #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.lp-audio-tutoslide .owl-dots button:focus {
    outline: none;
}

.lp-audio-tutoslide .owl-dots button:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    background-color: #000;
    border-radius: 50%;
    transition: all 0.5s;
}

.lp-audio-tutoslide .owl-dots button.owl-dot.active:before {
    transform: translateX(-50%) translateY(-50%) scale(1);
}


.carousel-item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 1080px;
}

.golfpark {
    font-family: 'Golfpark';
    font-weight: 700;
    letter-spacing: 2px;


}

.subtitle {
    font-family: 'museo sans', sans-serif, Arial;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
}



.my-element {
    --animate-duration: 8s;
}

/*-----------------------    Carousel css    --------------------------------*/



/**
 * Custom OWLCAROUSEL styles
 */
 .audio-landing-slide .owl-dots{
    text-align: center;
    list-style: none;
    margin-top:10px;
  }
  .audio-landing-slide .owl-dots button{
    display: inline-block;
    vertical-align: middle;
    margin:0 5px;
    overflow: hidden;
    text-indent: -999rem;
    border:2px solid #000;
    border-radius:50%;
    width:16px;
    height:16px;
    cursor: pointer;
    position: relative;
    padding:0;
  }
  .audio-landing-slide .owl-dots button:focus{
    outline:none;
  }
  .audio-landing-slide .owl-dots button:before {
    content:'';
    width:8px;
    height:8px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%) scale(0);
    transform-origin: center;
    background-color:#000;
    border-radius:50%;
    transition:all 0.5s;
  }
  .audio-landing-slide .owl-dots button.owl-dot.active:before {
    transform:translateX(-50%) translateY(-50%) scale(1);
  }


/*-----------------------     DESKTOP     --------------------------------*/


.deskonly {
  display: block;
}
.mobonly {
  display: none;
  opacity: 0;
  visibility: hidden;

}

div.part_1 {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}



img#top_right, img#bot_left {
  position: absolute;
  z-index: 1;
  width: 160px;
  height: 135px;
}

img#top_right {
  top: 0;
  right: 0;
}

img#bot_left {
  bottom: 0;
  left: 0;
}


div.audio-unlock {
  width: 70vw;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}
h1.audio-unlock_txt {
 /*sans-serif, Arial;*/
 font-size: 26px;
 line-height: 26px;
 text-align: center;
 padding: 0px 40px 25px 40px;
 position: relative;
 font-weight: 400;
 letter-spacing: 1px;
 }

strong#congrats_audio-unlock {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
  color: #04a492;
}




a.CTA-BJ {

    position: relative;
    display: block;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 6rem;
    padding: 0 1rem;
    width: 320px;
    border-radius: 4rem;
    text-transform: uppercase;
    background-color: #ffec00;
    line-height: 6rem;
    font-weight: 400;
    color: #0f0f11;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 25px;
    border: black solid 0px;
    transition: all 1s ease-in-out;
    margin-bottom: 25px;
}

a.CTA-BJ:hover {

    color: black;
}

div.audio-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../../parcours-audios/img/bg-lines-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div.product-container {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f53540;
  width: 300px;
  height: 300px;
  border-radius: 800px 800px 800px 800px;
  position: relative;
  overflow: visible;
  margin-top: 20px;
}

div.audio-product h2 {
    font-size: 36px;
}

img.item-product {
  width: auto;
  max-height: 300px;
  max-width: 350px;
  margin: 0 auto;
}
img.onde-top {
  position: absolute;
  top: -10px;
  right: -30px;

}

.name-item {
  color: #000;
}

img.onde-bottom {
  position: absolute;
  bottom: 0px;
  left: -10px;

}


@media (max-width: 450px) {
  div.product-container {
    max-width: 60vw;
    aspect-ratio: 1;
    height: auto;
  }
  div.product-container img.item-product {
    max-width: 50vw;
  }
}


@media (max-width: 767px) {
  div.audio-product {
    margin-bottom: 30px;
  }
}


/*-----------------------     Partie 2- TUTTO    --------------------------------*/


div.part-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 50vh;
  position: relative;

  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 4rem;
}

div.title-part-2 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}

div.title-part-2 p.title {
  width: auto;
  display: inline-block;
  font-size: 2.5rem;
  line-height: 2.8rem;
  vertical-align: top;
  margin: 0 auto;
  background-size: 110% 150%;
  background-position: center center;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  div.title-part-2 p.title {
    max-width: 270px;
  }
}

div.title-part-2 img#ariol_happy {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}

div.title-part-2 p.subtitle {

}

div.carousel {
  width: 100%;
  max-width: 100%;
  background-image: url('../../parcours-audios/img/bg-lines-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

img.slide_pic {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
img.slide_buttons{
  width: auto;
}








@media all and (max-width: 1024px) {

  div.part_1 {
  width: 100%;
  height: auto;
  /* min-height: 50vh; */
  padding-top: 2%;
  margin-bottom: 2%;
}

div.part-2 {
  width: 100%;
  height: auto;
  min-height: 50vh;
  margin-top: 2%;
  margin-bottom: 2%;

}


div.title-part-2, div.title-part-3 {
    transform: scale(0.85);
}

.subtitle {font-size: 22px;line-height: 30px;text-transform: uppercase;margin-top: 5px;font-weight: 400;}





  }




@keyframes wipe-enter {
  0% {
    transform: translate( 0,-20vh);
    opacity: 0.25;
  }
  100% {
    transform: translate( 0,0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .part_1 {
    animation-name: wipe-enter;
    animation-duration: 2s;
    animation-iteration-count: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .part_1 {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.part_1-transition {
    opacity: 1;
    transform: none;
}






@media all and (max-width: 768px) {


.mobonly {
  display: block;
  opacity: 1;
  visibility: visible;
}


.deskonly {
  display: none;
  visibility: hidden;
  opacity: 0;
}

  div.part_1 {
  width: 100%;
  height: auto;
  padding-top: 1%;
  margin-bottom: 2%;
  justify-content: flex-start;
  min-height: 0;

}



div.audio-unlock {
  width: 60vw;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  max-width: 670px;

}
h1.audio-unlock_txt {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 0px 40px 25px 40px;
  position: relative;
}

strong#congrats_audio-unlock {
  font-size: 29px;
  line-height: 36px;
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
}

img#title_kid {
  width: 100%;
}

img#samsam_audio-unlock {
  bottom: -40px;
  right: 15px;
}

img.pictofid {
  width: 10%;
}



img.slide-pic {
  width: 80vw;
  margin: 0 auto;
}

img.slide-buttons{
  width: 100%;
}













a.CTA-BJ {



    padding: 0 1rem;
    width: 90%;
    max-width: 320px;
    border-radius: 3rem;
    text-transform: uppercase;
    background-color: #ffec00;
    line-height: auto;
    font-weight: 400;
    color: #0f0f11;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 25px;
    border: black solid 0px;
    transition: all 1s ease-in-out;
}


img.slide_pic {
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}



}


@media all and (max-width: 560px) {


div.part_1 {
  padding-top: 1%;
  margin-bottom: 2%;
  justify-content: flex-start;
  min-height: 0;
}
div.audio-unlock {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  max-width: 540px;
}

h1.audio-unlock_txt {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 0px 0px 15px 20px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

strong#congrats_audio-unlock {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
  margin-left: 0;
}


a.CTA-BJ {

    margin-bottom: 10px;
}

}

@media all and (max-width: 400px) {


img#samsam_audio-unlock {
 bottom: -55px;
right: -25px;
transform: scale(0.75);
}

div.part_1 {
  padding-top: 0%;
  margin-bottom: 1%;
  justify-content: flex-start;
  min-height: 0;
}
div.audio-unlock {
  width: auto;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  max-width: 540px;
}

h1.audio-unlock_txt {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  padding: 0px 0px 5px 0px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

strong#congrats_audio-unlock {
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  margin-left: 0;
}


a.CTA-BJ {

    margin-bottom: 10px;
}

}





@media only screen and (max-width: 375px) {
.cms-sticky-header .content .logo::after {
    content: "";
    display: block;
    padding-bottom: 23.5%;
    background-image: url(https://static.bayard.io/e-bayard-jeunesse.com/2019/fil-rouge-prospection/images/logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.cms-sticky-header .content .action .cta {
    min-width: 8rem;
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1rem;
    max-width: 14rem;
}

img#samsam_audio-unlock {
    bottom: -75px;
    right: -25px;
    transform: scale(0.45);
    width: 20%;
}
}








@media screen and (min-width: 1600px) {


  div.part_1, div.part-2, div.part-3, div.part-4, div.part-5 {

  min-height: 10vh;

}



}



@keyframes ija-droite {
  50% {
    transform: translate( -100%,0);
    opacity: 0.25;
  }
  100% {
    transform: translate( 0,0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .part-2 {
    animation-name: ija-droite;
    animation-duration: 3s;
    animation-iteration-count: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .part-2 {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
}

.part-2-transition {
    opacity: 1;
    transform: none;
}
