.section-doublecta .double-cta__global-container {
  display: flex;
  justify-content: space-between;
}
.section-doublecta .double-cta__global-container .double-cta__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 46%;
  background-color: #f7f0eb;
}
.section-doublecta .double-cta__global-container .double-cta__container .content {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: center;
}
.section-doublecta .double-cta__global-container .double-cta__container .content .pre-title {
  color: #ec6138;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.4rem;
  line-height: 3.7rem;
}
.section-doublecta .double-cta__global-container .double-cta__container .content h3 {
  font-size: 4rem;
  line-height: 4rem;
  font-family: 'Bebas Neue';
  margin: 0px 0px 20px 0px;
}
.section-doublecta .double-cta__global-container .double-cta__container .content p {
  font-weight: 600;
}
.section-doublecta .double-cta__global-container .double-cta__container .content a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  color: #ec6138;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-doublecta .double-cta__global-container .double-cta__container .content a:before {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/Arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 15px 0px 0px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-doublecta .double-cta__global-container .double-cta__container .content a:hover {
  color: #000000;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-doublecta .double-cta__global-container .double-cta__container .content a:hover:before {
  background-image: url('/wp-content/themes/yatatheme/img/svg/Arrow-blue.svg');
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-doublecta .double-cta__global-container .double-cta__left-container {
  -webkit-border-radius: 0px 190px 190px 0px;
  -moz-border-radius: 0px 190px 190px 0px;
  border-radius: 0px 190px 190px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 50px 100px;
}
.section-doublecta .double-cta__global-container .double-cta__left-container:before {
  content: "";
  display: block;
  width: 201.6px;
  height: 180px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/groupe.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 58px 0px 0px;
}
.section-doublecta .double-cta__global-container .double-cta__right-container {
  -webkit-border-radius: 190px 0px 0px 190px;
  -moz-border-radius: 190px 0px 0px 190px;
  border-radius: 190px 0px 0px 190px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 50px 100px;
}
.section-doublecta .double-cta__global-container .double-cta__right-container:after {
  content: "";
  display: block;
  width: 272px;
  height: 117px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/2025/enfants.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 58px;
}
@media (max-width: 1400px) {
  .section-doublecta .double-cta__global-container .double-cta__container {
    width: 48%;
  }
  .section-doublecta .double-cta__global-container .double-cta__container .content {
    width: 80%;
  }
  .section-doublecta .double-cta__global-container .double-cta__left-container:before {
    width: 20%;
    height: 80px;
    margin: 0px 20px 0px 0px;
  }
  .section-doublecta .double-cta__global-container .double-cta__right-container:after {
    width: 20%;
    height: 80px;
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 992px) {
  .section-doublecta .double-cta__global-container .double-cta__container {
    width: 48%;
  }
  .section-doublecta .double-cta__global-container .double-cta__container .content {
    width: 100%;
  }
  .section-doublecta .double-cta__global-container .double-cta__left-container:before {
    width: 0%;
    height: 0;
    margin: 0;
  }
  .section-doublecta .double-cta__global-container .double-cta__right-container:after {
    width: 0%;
    height: 0;
    margin: 0;
  }
  .section-doublecta .double-cta__global-container .double-cta__left-container,
  .section-doublecta .double-cta__global-container .double-cta__right-container {
    padding: 50px 65px;
  }
}
@media (max-width: 767.98px) {
  .section-doublecta .double-cta__global-container {
    flex-direction: column;
  }
  .section-doublecta .double-cta__global-container .double-cta__container {
    width: 100%;
    border-radius: 0;
  }
  .section-doublecta .double-cta__global-container .double-cta__left-container {
    margin: 0 auto 50px 0;
  }
  .section-doublecta .double-cta__global-container .double-cta__right-container {
    margin: 0 0 0 auto;
  }
}
