@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@100;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@100;300;400;700&family=Lato:wght@300;400;700&display=swap");
.casting10 {
  font-family: "Lato", sans-serif;
  font-size: 62.5% !important;
  overflow-x: hidden;
}
@media screen and (max-width: 560px) {
  .casting10__video {
    display: none;
  }
}
.casting10__video2 {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10__video2 {
    display: block !important;
  }
}
.casting10__menu {
  display: flex;
  justify-content: space-evenly;
  max-width: 1350px;
  margin: 40px auto;
}
@media screen and (max-width: 1350px) {
  .casting10__menu {
    margin: 40px 50px;
  }
}
@media screen and (max-width: 960px) {
  .casting10__menu {
    flex-direction: column;
    align-items: center;
    display: none;
  }
}
.casting10__menu--item a {
  color: #000;
  position: relative;
  text-decoration: none;
  font-family: "Hepta Slab", serif;
  font-size: 1.8em;
  padding: 6px 10px;
  border-radius: 20px;
}
.casting10__menu--item a::before {
  background: #FAF0EC;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
  border-radius: 20px;
}
.casting10__menu--item .btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
}
.casting10__menu--item .btn.focus, .casting10__menu--item .btn:focus {
  outline: 0 !important;
  box-shadow: none;
}
.casting10__menu--item .active, .casting10__menu--item .btn:hover {
  background-color: #FAF0EC;
  color: #000000;
}
.casting10__menu .active, .casting10__menu btn, .casting10__menu .btn:hover {
  background-color: #FAF0EC !important;
  color: #000000;
  border-radius: 20px;
}
.casting10__intro {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 560px) {
  .casting10__intro {
    margin-top: 50px;
  }
}
.casting10__intro--txt {
  max-width: 560px;
  padding-left: 5px;
}
@media screen and (max-width: 1350px) {
  .casting10__intro--txt {
    margin: 40px 70px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__intro--txt {
    margin: 20px 30px 45px 30px;
  }
}
.casting10__intro--txt h3 {
  font-family: "Hepta Slab", serif;
  font-size: 2.2em;
  line-height: 2.2em;
  color: #000000;
}
@media screen and (max-width: 560px) {
  .casting10__intro--txt h3 {
    font-size: 2em;
    line-height: 2em;
  }
}
.casting10__intro--txt p {
  font-size: 1.5em;
  line-height: 1.5em;
  line-height: 24px;
  color: #000000;
  margin-top: 15px;
}
.casting10__intro--slider {
  margin-top: 40px;
}
.casting10__zone2 {
  background-image: url("./casting10_intro_bg.jpg");
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ea643c;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 960px;
}
@media screen and (max-width: 1150px) {
  .casting10__zone2 {
    background: none;
    background-color: #e87a40;
    height: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone2 {
    background: none;
    height: auto;
    margin-top: 100px;
  }
}
.casting10__zone2__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 560px) {
  .casting10__zone2__container {
    flex-direction: column;
  }
}
.casting10__zone2__container--video {
  position: relative;
  top: 99px;
}
@media screen and (max-width: 1150px) {
  .casting10__zone2__container--video {
    top: 0;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone2__container--video {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone2__container--video img {
    width: 100%;
  }
}
.casting10__zone2__container--video2 {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10__zone2__container--video2 {
    display: block !important;
  }
}
.casting10__zone2__container--txt {
  display: flex;
  flex-direction: column;
  max-width: 260px;
  justify-content: center;
  margin: 50px;
}
@media screen and (max-width: 630px) {
  .casting10__zone2__container--txt {
    margin: 30px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone2__container--txt {
    background-image: url("./casting10_intro_bg-mob2.png");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    background-size: cover;
    height: 650px;
    margin: 0;
    padding: 150px 60px;
  }
}
.casting10__zone2__container--txt h3 {
  font-family: "Hepta Slab", serif;
  font-size: 2.2em;
  line-height: 2.2em;
  color: #000000;
}
@media screen and (max-width: 630px) {
  .casting10__zone2__container--txt h3 {
    font-size: 2em;
    line-height: 2em;
  }
}
.casting10__zone2__container--txt p {
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000000;
}
@media screen and (max-width: 560px) {
  .casting10 .casting10__zone3.d-flex.custwmob {
    flex-direction: column;
  }
}
.casting10__zone3 {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1150px) {
  .casting10__zone3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3 .custwmob {
    flex-direction: column;
  }
}
.casting10__zone3--bloc1 {
  background-image: url("./casting10-zone3-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 786px;
  height: 330px;
  max-width: 100%;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .casting10__zone3--bloc1 {
    width: auto !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc1 {
    background-image: url("./casting10-zone3-bg-mob.jpg");
    width: 100vw;
    height: auto;
    margin-top: 0 !important;
  }
}
.casting10__zone3--bloc1--txt {
  width: 530px;
  padding: 60px 0px 40px 60px;
}
@media screen and (max-width: 1150px) {
  .casting10__zone3--bloc1--txt {
    padding: 60px 0px 40px 60px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc1--txt {
    width: 100%;
    padding: 40px 60px;
    margin: 0 auto;
  }
}
.casting10__zone3--bloc1--txt h3 {
  font-family: "Hepta Slab", serif;
  font-size: 2.2em;
  line-height: 2.2em;
  color: #000000;
}
@media screen and (max-width: 400px) {
  .casting10__zone3--bloc1--txt h3 {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    font-size: 1.8em;
    line-height: 1.8em;
  }
}
.casting10__zone3--bloc1--txt p {
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000000;
}
.casting10__zone3 .casting10__zone3--bloc1--img {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10__zone3 .casting10__zone3--bloc1--img {
    display: block !important;
    margin: 5px 20px;
  }
}
.casting10__zone3--bloc2, .casting10__zone3--bloc3 {
  margin-top: 38px;
  flex: 1 50%;
}
@media screen and (max-width: 940px) {
  .casting10__zone3--bloc2, .casting10__zone3--bloc3 {
    max-width: 377px !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc2, .casting10__zone3--bloc3 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.casting10__zone3--bloc2 {
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc2 img {
    width: 100% !important;
  }
}
.casting10__zone3--bloc4 {
  padding-left: 31px;
}
@media screen and (max-width: 940px) {
  .casting10__zone3--bloc4 {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc4 {
    padding-left: 0;
    display: none !important;
  }
}
.casting10__zone3--bloc4bis {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10__zone3--bloc4bis {
    display: block !important;
    margin-top: 20px;
  }
}
.casting10__zone4 {
  background-image: url("./casting10-zone4-groupe.jpg");
  background-color: #d86a87;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  height: 647px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1850px) {
  .casting10__zone4 {
    max-height: 700px;
  }
}
@media screen and (max-width: 1560px) {
  .casting10__zone4 {
    height: 550px;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone4 {
    background-image: url("./casting10-zone4-groupe-mob.jpg");
    background-color: #d86a87;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.casting10__zone4--txt {
  position: absolute;
  width: 577px;
  background: #FAF0EC;
  padding: 30px;
  position: absolute;
  top: 75%;
  left: 41%;
}
@media screen and (max-width: 1760px) {
  .casting10__zone4--txt {
    top: 75%;
  }
}
@media screen and (max-width: 1025px) {
  .casting10__zone4--txt {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 640px) {
  .casting10__zone4--txt {
    width: 90%;
    top: 112%;
  }
}
.casting10__zone4--txt h3 {
  font-size: 2.2em;
  font-family: "Hepta Slab", serif;
  line-height: 2.2em;
  color: #000000;
}
.casting10__zone4--txt p {
  font-size: 1.5em;
  line-height: 1.5em;
  max-width: 490px;
  color: #000000;
}
.casting10__zone4-images {
  display: flex;
  gap: 25px;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1560px) {
  .casting10__zone4-images {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 1330px) {
  .casting10__zone4-images {
    width: 90% !important;
  }
}
@media screen and (max-width: 1150px) {
  .casting10__zone4-images {
    margin-top: 100px !important;
    width: 90% !important;
  }
}
@media screen and (max-width: 640px) {
  .casting10__zone4-images {
    flex-direction: column;
    margin-top: 230px !important;
  }
}
@media screen and (max-width: 500px) {
  .casting10__zone4-images {
    flex-direction: column;
    margin-top: 260px !important;
  }
}
@media screen and (max-width: 640px) {
  .casting10__zone4-images--3 {
    display: none !important;
  }
}
.casting10__zone5 {
  background-image: url("./casting10-zone5-bg.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  height: 751px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1850px) {
  .casting10__zone5 {
    max-height: 700px;
    height: 100%;
  }
}
@media screen and (max-width: 1560px) {
  .casting10__zone5 {
    max-height: 500px;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .casting10__zone5 {
    background: none;
    max-height: 100%;
    height: auto;
    margin-bottom: 0px !important;
    margin-top: 40px;
  }
}
.casting10__zone5-container {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .casting10__zone5-container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .casting10__zone5-container {
    flex-direction: column !important;
  }
}
.casting10__zone5-txt {
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  right: 12px;
}
@media screen and (max-width: 1250px) {
  .casting10__zone5-txt {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    width: 50%;
    padding-left: 7% !important;
    margin: 0;
  }
}
@media screen and (max-width: 1040px) {
  .casting10__zone5-txt {
    padding-left: 2% !important;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .casting10__zone5-txt {
    width: 100%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center;
    right: 0;
  }
}
.casting10__zone5-txt--content {
  width: 360px;
  padding-top: 80px;
}
@media screen and (max-width: 1560px) {
  .casting10__zone5-txt--content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1330px) {
  .casting10__zone5-txt--content {
    padding-left: 4%;
  }
}
@media screen and (max-width: 960px) {
  .casting10__zone5-txt--content {
    padding: 0;
    width: 80%;
    padding-left: none;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone5-txt--content {
    background: #ffffff;
    width: 100%;
    padding: 20px 30px 5px 30px !important;
  }
}
.casting10__zone5-txt--content h3 {
  font-size: 2.2em;
  line-height: 2.2em;
  font-family: "Hepta Slab", serif;
  color: #000000;
}
.casting10__zone5-txt--content p {
  font-size: 1.5em;
  line-height: 1.5em;
  max-width: 490px;
  color: #000000;
}
@media screen and (max-width: 960px) {
  .casting10__zone5-txt--content p {
    max-width: 100%;
  }
}
.casting10__zone5-imgdesktop {
  max-width: 900px;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .casting10__zone5-imgdesktop {
    max-width: 700px;
  }
}
@media screen and (max-width: 1560px) {
  .casting10__zone5-imgdesktop {
    max-width: 600px;
    position: relative;
    right: 110px;
    top: -5px;
  }
}
@media screen and (max-width: 1250px) {
  .casting10__zone5-imgdesktop {
    max-width: 500px;
  }
}
@media screen and (max-width: 1040px) {
  .casting10__zone5-imgdesktop {
    right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .casting10__zone5-imgdesktop {
    width: 100%;
    margin: 20px auto;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .casting10__zone5-imgdesktop {
    display: none !important;
  }
}
.casting10__zone5-img {
  display: none;
}
@media screen and (max-width: 640px) {
  .casting10__zone5-img {
    display: block !important;
    margin-top: 15px;
  }
}
.casting10__zone6 {
  max-width: 515px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .casting10__zone6 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone6 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone6-txt--content {
    width: 100%;
    padding: 20px 30px 5px 20px !important;
  }
}
.casting10__zone6-txt--content p {
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000000;
}
.casting10__zone6-txt--content p .extrabold {
  font-size: 22px;
}
.casting10__zone7 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .casting10__zone7 {
    width: 80% !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone7 {
    margin-top: 30px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  .casting10__zone7-txt--content {
    width: 100%;
    padding: 20px 30px 5px 20px !important;
  }
}
.casting10__zone7-txt--content h3 {
  font-size: 2.5em;
  font-family: "Hepta Slab", serif;
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 560px) {
  .casting10__zone7-txt--content h3 {
    font-size: 1.8em;
  }
}
.casting10__zone7-img1 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .casting10__zone7-img1 {
    display: none;
  }
}
.casting10__zone7-img2 {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10__zone7-img2 {
    display: block;
  }
}

/* SLIDER */
.casting10 {
  font-family: "Lato", sans-serif;
  font-size: 62.5%;
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
  /* SLIDER */
}
.casting10 .flip-card {
  font-size: 62.5%;
  background-color: transparent;
  width: 233px;
  height: 271px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.casting10 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.casting10 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.casting10 .flip-card-front, .casting10 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.casting10 .flip-card-front {
  background-color: #ffffff;
  color: black;
  width: 233px;
  height: 271px;
}
@media screen and (max-width: 560px) {
  .casting10 .flip-card-front {
    width: auto;
  }
}
.casting10 .flip-card-back {
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .casting10 .flip-card-back {
    width: auto;
  }
}
.casting10 .flip-card-back img {
  margin-top: 5px;
}
.casting10 .flip-card-back p {
  margin-top: 50px;
  font-size: 1.8em;
  line-height: 1.5em;
  color: #ffffff;
}
.casting10 .bgpink {
  background-color: #DE4E74;
}
.casting10 .bgorange {
  background-color: #F95322;
}
@media screen and (max-width: 560px) {
  .casting10 .mySwiper {
    display: none;
  }
}
.casting10 .mySwiper2 {
  display: none;
}
@media screen and (max-width: 560px) {
  .casting10 .mySwiper2 {
    display: block !important;
    height: 290px;
  }
}
.casting10 .swiper {
  max-width: 1280px;
  height: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .casting10 .swiper {
    padding: 0 20px;
  }
}
.casting10 .swiper2 {
  max-width: 1280px;
  height: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .casting10 .swiper2 {
    padding: 0 20px;
  }
}
.casting10 .swiper-slide {
  text-align: center;
  font-size: 1.8em;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #de4e74 !important;
  width: 14px !important;
  height: 14px !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: -22px !important;
  position: relative;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 20px !important;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: black !important;
}/*# sourceMappingURL=casting10.css.map */