html{
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Sora";
  font-weight: 400;
  src: url("https://agir.zupdeco.org/assets/fonts/sora/Sora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sora";
  font-weight: 700;
  src: url("https://agir.zupdeco.org/assets/fonts/sora/Sora-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url("https://agir.zupdeco.org/assets/fonts/montserrat/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "njnaruto";
  font-weight: 400;
  src: url("https://agir.zupdeco.org/assets/fonts/ninja-naruto/njnaruto.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 400;
}

body {
  text-align: center;
  color: #1A1F34;
}
main {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
button:focus,
* {
  outline: none;
}
section {
  position: relative;
  z-index: 1;
}
.section_container {
  margin: 0 auto;
  width: 168.6rem;
}
/* section1 S */
.section1 {
  background-color: #1A1F34;
  height: 100vh;
}
.section1 * {
  color: #ffffff;
}
.section1 h1 {
  text-transform: uppercase;
  font-size: 2.6rem;
}
.section1 h1,
.section1 h1 b {
  font-weight: 700;
}
.section1 h1 b {
  font-size: 3.6rem;
  display: block;
}
/* section1 E */
/* section2 S */
.section2 {
  background-color: #ffffff;
  padding: 12rem 0 6.5rem 0;
  z-index: 2;
}

.section2 * {
  color: #1A1F34;
}
.section2 h1,
.section2 h1 span {
  font-family: "Sora";
  font-weight: 700;
  font-size: 8.1rem;
  line-height: 8.3rem;
}
.section2 h1 {
  margin: 0 auto 2.7rem auto;
}
.section2 p {
  width: 104.6rem;
  margin: 0 auto 3rem auto;
}
.section2 p,
.section2 p span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.9rem;
}
.orange {
  color: #FF6B43 !important;
}
/* section2 E */
.section5 {
  background-color: #1A1F34;
}
.section5 * {
  color: #ffffff;
}
.primary-btn {
  background-color: #FF6B43;
}
.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0 3rem;
  transition: all 300ms ease-in-out;
  border-radius: 7.7rem;
  min-width: 29.4rem;
  /* box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); */
}
.primary-btn span,
.secondary-btn span {
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  height: 7.7rem;
  font-size: 2.3rem;
  font-weight: 900;
  text-transform: uppercase;
}
.secondary-btn {
  background-color: #1A1F34;
}
.sec4_flex,
.sec5_flex,
.sec6_flex,
.sec7_flex2,
.footer_container,
.footer-content {
  display: flex;
  justify-content: space-between;
}
.section4 {
  background-color: #1A1F34;
  height: 100vh;
  min-height: 90rem;
  display: flex;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-image: url(../img/section4.jpg);
}
.section4 * {
  color: #ffffff;
}
.section3 {
  background-color: #FF6B43;
  padding: 5rem 0 3rem 0;
  z-index: 3;
}
.section3 * {
  color: #ffffff;
}
.section7 {
  background-color: #FF6B43;
}
.section7 * {
  color: #1A1F34;
}
.footer_container {
  margin: 0 auto;
  width: 173rem;
}
.section3 h1 {
  font-family: "Sora";
  font-weight: 700;
  font-size: 5.9rem;
  line-height: 5.9rem;
  margin: 0 auto;
}
.compteur-holder {
  width: 47.7rem;
  width: 66rem;
  height: 15.8rem;
  border-radius: 2.9rem;
  background-color: #ffffff;
  margin: 1.4rem auto 2rem auto;
  position: relative;
}
.section3 h2 {
  font-family: "Sora";
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 4.2rem;
  margin: 0 auto;
}
.sec5_flex {
  width: 100%;
  margin: 5.3rem auto 0 auto;
}
.sec5_box {
  width: 53.2rem;
  height: 60.9rem;
  border: 0.5rem solid #ffffff;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.box_animation {
  opacity: 0;
  transform: translate(0px, -6rem);
  transition: all, opacity 1200ms, transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box_animation.show {
  transform: translateX(0px) translateY(0px);
  opacity: 1;
}

.sec5_box .secondary-btn {
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%); 
}
.sec5_box h3 {
  font-family: "Sora";
  font-weight: 700;
  font-size: 9.2rem;
  line-height: 9.2rem;
  text-shadow: -0.1rem 0.6rem 0px #1A1F34;
  margin: 0 auto 0.5rem auto;
}
.sec5_box h5 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.1rem;
  margin: 0 auto;
}
.sec5_box .icon {
  display: block;
  margin: 1rem auto;
}
.sec5_box1 .icon {
  width: 7.2rem;
}
.sec5_box2 .icon {
  width: 7.8rem;
}
.sec5_box3 .icon {
  width: 9.9rem;
}
.sec5_box_content {
  margin: 0 auto;
  width: 42.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec5_box_content img {
  width: 16.2rem;
  display: block;
}
.sec5_box_content p {
  text-align: left;
  width: 24.4rem;
  font-weight: 400;
}
.sec5_box_content p b {
  font-weight: 700;
}
.sec5_box_content p,
.sec5_box_content p b {
  font-family: "Sora";
  font-size: 2.9rem;
  line-height: 4.2rem;
}
.section3 .section_container {
  position: relative;
  z-index: 2;
}
.section3::before {
  height: 15.4rem;
  top: -4rem;
  background-image: url('../img/sec3_border_top.png');
  background-position: top left;
}
.section3::after {
  height: 15.2rem;
  bottom: -7rem;
  background-image: url('../img/sec3_border_bottom.png');
  background-position: bottom left;
}
.section3::before,
.section3::after {
  content: '';
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  /* display: none; */
}
.sec4_holder {
  width: 55rem;
  text-align: left;
  margin: 8rem 0 0 auto;
}
.sec4_holder h1 {
  position: relative;
  margin: 0 auto 6rem 0;
  width: 46.9rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}
.sec4_holder u {
  text-decoration: none;
  position: relative;
}
.sec4_holder u::after{
  font-family: "njnaruto";
  font-weight: 400;
  content: '__________';
  width: 0;
  content: '';
  background-image: url('../img/line2.png');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 5.2rem;
  top: 3.5rem;
  left: -0.4rem;
  font-size: 4.6rem;
  line-height: 4.6rem;
  position: absolute;
  overflow: hidden;
  transition: all, width 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec4_holder u.show::after{
  width: 100%;
}
.sec4_holder h1,
.sec4_holder h1 * {
  font-family: "Sora";
  font-weight: 700;
  font-size: 5.9rem;
  line-height: 7.2rem;
}
.sec4_holder h1 img {
  display: block;
  width: 7.5rem;
  position: absolute;
  top: -2.8rem;
  left: -10rem;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  visibility: visible;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes pulse{ 
  0%{
    transform:scaleX(1);
  } 
  50%{
    transform:scale3d(1.05,1.05,1.05);
  } 
  100%{
    transform:scaleX(1);
  } 
} 
.sec4_holder p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 3.6rem;
  width: 55rem;
  margin: 0 auto 5.3rem 0;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
}
.sec4_holder h1,
.sec4_holder p,
.sec4_holder .primary-btn {
  opacity: 0;
  transform: translate(0px, -6rem);
  transition: all, opacity 1200ms, transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sec4_holder h1.show,
.sec4_holder p.show,
.sec4_holder .primary-btn.show {
  transform: translateX(0px) translateY(0px);
  opacity: 1;
}
.section4 .section_container {
  width: 146rem;
}
/* 
 */
.compteur-holder li {
  display: inline-block;
  list-style-type: none;
}
.compteur-holder li *{
  color: #1A1F34;
}
.compteur-holder li span {
  font-size: 8.9rem;
  line-height: 8.9rem;
  font-family: "Montserrat";
  font-weight: 800;
  display: inline-block;
  min-width: 12.4rem;
}
.compteur-holder li b {
  font-size: 3.9rem;
  line-height: 3.9rem;
  font-family: "Sora";
  font-weight: 700;
  display: block;
}
.compteur-holder li:nth-child(1) b {
  text-align: left;
  padding-left: 1.2rem;
}
.compteur-holder li:nth-child(2) b {
  /* text-align: center;  */
}
.compteur-holder li:nth-child(3) b {
  text-align: left;
  padding-left: 5.2rem;
}
.compteur-holder li:nth-child(4) b {
  text-align: right;
  padding-right: 2.9rem;
}
.compteur-holder li:nth-child(4){
  /* display: none; */
}

.dots1 {
  width: 3rem;
  display: inline-block;
  text-align: right;
  min-width: initial !important;
}
.dots2 {
  width: 3.4rem;
  display: inline-block;
  text-align: left;
  min-width: initial !important;
}
#countdown{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.section5 {
  padding: 16rem 0 15.3rem 0;
  padding: 16rem 0 6rem 0;
  z-index: 2;
}
.section5 h1 {
  font-size: 7.1rem;
  line-height: 7.1rem;
  font-family: "Sora";
  font-weight: 700;
  margin-bottom: 17.6rem;
  position: relative;
}
.section5 h1::after {
  content: '';
  width: 19.7rem;
  height: 28.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-100% - 3.5rem);
  left: 50%;
  background-image: url(../img/sec5_logo.svg);
  transform: translateX(-50%);
}
.sec4_box {
  width: 41.5rem;
}
.sec4_box h3 {
  font-size: 9.2rem;
  line-height: 9.2rem;
  font-family: "Sora";
  font-weight: 700;
  color: #FF6B43;
  margin: 0 auto 1rem auto;
  text-shadow: 0.3rem 0.5rem 0px #ffffff;
}
.sec4_box p {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-family: "Sora";
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
}
.section5 h2,
.section5 h2 span {
  font-size: 7.1rem;
  line-height: 8.7rem;
  font-family: "Sora";
  font-weight: 700;
}
.section5 h2 {
  width: 112.8rem;
  margin: 8.5rem auto 5rem auto;
  position: relative;
}
.section5 h2 span::before {
  content: "un\00a0 jeune\00a0 sans\00a0 avenir";
}
.animation-orange{
  position: relative;
}
.animation-orange::before {
  color: #FF6B43;
  -webkit-text-stroke: 0;
  position: absolute;
  /* border-right: 1px #FF6B43 solid; */
  width: 0%;
  overflow: hidden;
}
h2.show .animation-orange::before {
  animation: textReveal 2s linear forwards;
}

@keyframes textReveal {
  0% {
      width: 0%;
  }
  100% {
      width: 100%;
  }
}
.section5 h2 img {
  width: 7.4rem;
  display: block;
  position: absolute;
  bottom: -11rem;
  left: 32rem;
}
.section6 {
  padding: 13.1rem 0 20rem 0;
  padding: 0;
  height: 100vh;
  min-height: 120rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 h1 {
  margin: 0 auto 13.2rem auto;
  width: 39.2rem;
}
.section6 h1,
.section6 h1 span{
  font-size: 5.9rem;
  line-height: 7.2rem;
  font-family: "Sora";
  font-weight: 700;
}
.sec6_box {
  background-color: #F5F5F5;
  padding: 27rem 4.8rem 4.4rem 4.8rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 53.9rem;
  min-height: 74.2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.sec6_box,
.sec6_box img {
  border-radius: 3rem;
}
.sec6_box img {
  display: block;
  position: absolute;
  width: 50.4rem;
  left: 50%;
  transform: translateX(-50%);
  top: -6.7rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.sec6_box p{
  font-size: 2.3rem;
  line-height: 3.3rem;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: auto;
  color: #1A1F34;
}
.sec6_box h2{
  font-size: 3.9rem;
  line-height: 3.9rem;
  font-family: "Montserrat";
  font-weight: 800;
  margin-top: auto;
  margin-bottom: 1rem;
  color: #FF6B43;
}
.sec6_box h3{
  font-size: 2.3rem;
  line-height: 3.3rem;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 0;
  color: #1A1F34;
}
.sec6_flex {
  width: 100%;
  position: relative;
}
.sec6_flex::after,
.sec6_flex::before {
  width: 11.9rem;
  height: 8.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
}
.sec6_flex::after {
  background-image: url(../img/qote1.svg);
  left: -3rem;
  top: -14rem;
}
.sec6_flex::before {
  background-image: url(../img/qote2.svg);
  right: -6.5rem;
  bottom: -3.5rem; 
}
.section7 {
  z-index: 2;
  height: 117.9rem;
  height: 100vh;
  display: flex;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-image: url(../img/section7.jpg);
  min-height: 94rem;
}
.section7 .section_container {
  width: 173.6rem;
}
.sec7_holder {
  width: 68rem;
  text-align: left;
  margin: 0 0 0 auto;
}
.sec7_holder h1 {
  position: relative;
  margin: 0 auto 6rem 0;
  width: 62.9rem;
}
.sec7_holder h1,
.sec7_holder h1 * {
  font-family: "Sora";
  font-weight: 700;
  font-size: 5.7rem;
  line-height: 7rem;
}
.sec7_holder h1 span{
  color: #ffffff;
  display: block;
}
.sec7_holder h1 b {
  display: block;
}
.sec7_flex{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sec7_flex h2 {
  font-size: 16.7rem;
  line-height: 16.7rem;
  color: #1A1F34;
  font-family: "Sora";
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0.4rem 0.8rem 0px #ffffff;
  transform: rotate(-3deg) translateX(-0.5rem);
}
.sec7_flex_txt {
  width: 28.3rem;
}
.sec7_flex_txt p {
  font-family: "Sora";
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 1rem;
}
.sec7_flex_txt h6 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 0;
}
.sec7_flex2 {
  width: 64.2rem;
  margin: 5.5rem auto 0 0;
  justify-content: space-between;
  align-items: center;
}
.sec7_flex2_1 {
  width: 30rem;
  height: 28.2rem;
  position: relative;
  background-position: center;
  background-size: cover;
  /* background-image: url(../img/circle.svg); */
}
.sec7_flex2_1 p {
  font-family: "Sora";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.sec7_flex2_1 h5 {
  font-family: "Sora";
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin-bottom: 0;
}
.sec7_flex2_1 p,
.sec7_flex2_1 h5:nth-child(2) {
  transform: translate(0px, -6rem);
  opacity: 0;
  transition-delay: 1.2s;
  transition-duration: 0.6s;
}
.sec7_flex2_1.show p,
.sec7_flex2_1.show h5:nth-child(2) {
  opacity: 1;
  transform: translate(0px, 0);
}
.sec7_flex2_1 h5:nth-child(3){
  color: #ffffff;
}
.sec7_flex2_2 {
  width: 30rem;
}
.sec7_flex2_2 p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 auto 6.3rem auto;
  width: 29.6rem;
  text-align: center;
}
.sec7_flex2_1 img {
  width: 12.4rem;
  display: block;
  position: absolute;
  top: -8rem;
  left: -7rem;
}
.sec7_flex2_1 p{
  position: absolute;
  top: 11.8rem;
  left: 2.7rem;
  transform: rotate(-3deg);
}
.sec7_flex2_1 h5:nth-child(2){
  position: absolute;
  top: 14.4rem;
  left: 2.6rem;
  transform: rotate(-3deg);
}
.sec7_flex2_1 h5:nth-child(3){
  position: absolute;
  top: 9.9rem;
  right: 2.3rem;
  font-size: 4.2rem;
  line-height: 4.2rem;
  transform: rotate(-3deg);
}
footer {
  background-color: #ffffff;
  padding: 7rem 0 19rem 0;
}
footer * {
  color: #1A1F34;
}
.footer_container {
  margin: 0 auto;
  width: 177.2rem;
}
.footer_logo {
  width: 26.2rem;
  display: block;
}
.footer_logo img {
  width: 100%;
  display: block;
}
.footer-content {
  width: 95.7rem;
}
.footer-content h6 {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.footer-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-content p {
  margin-bottom: 0;
}
.footer-content p,
.footer-content p a,
.footer-content p span {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Montserrat";
  font-weight: 500;
}
.footer-content p span {
  display: inline-block;
  padding: 0 1.5rem;
}
.footer_media {
  margin: 0 auto 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 28.6rem;
  width: calc(28.6rem - 4.8rem);
}
.footer_media a {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #FF6B43;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition-duration: 0.3s;
}
.footer_media a img {
  display: block;
  transition-duration: 0.3s;
}
.footer_media a img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
.footer_media a:nth-child(1) img:nth-child(1) {
  width: 2.8rem;
}
.footer_media a:nth-child(2) img:nth-child(1) {
  width: 1.3rem;
}
.footer_media a:nth-child(3) img:nth-child(1) {
  width: 2.4rem;
}
.footer_media a:nth-child(4) img:nth-child(1) {
  width: 1.9rem;
}
.footer_media a:nth-child(5) img:nth-child(1) {
  width: 2.1rem;
}


.footer_media a:nth-child(1) img:nth-child(2) {
  width: 2.6rem;
}
.footer_media a:nth-child(2) img:nth-child(2) {
  width: 1.3rem;
}
.footer_media a:nth-child(3) img:nth-child(2) {
  width: 2.3rem;
}
.footer_media a:nth-child(4) img:nth-child(2) {
  width: 1.7rem;
}
.footer_media a:nth-child(5) img:nth-child(2) {
  width: 1.8rem;
}
.section1 {
  overflow: hidden;
}
.section1,
.sec1_slide {
  height: 100vh;
  min-height: 90rem;
}
.section1 .section_container,
.section1 .sec1_slick {
  width: 100%;
  height: 100%;
}
.sec1_slick{
  transition-duration: 0.3s;
}
.sec1_slide {
  /* background-color: #1A1F34; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1_perso {
  height: 100%;
  width: calc(100% - 90.1rem);
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.sec1_slide_content {
  position: relative;
  z-index: 2;
  width: 90.1rem;
  background-color: #1A1F34;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 0 auto;
  height: 100%;
  /* padding-top: 10.4rem; */
  padding-top: 3rem;
  /* padding-bottom: 12.4rem; */
}
.sec1_slide_content::after {
  content: '';
  position: absolute;
  right: calc(100% - 22.6rem);
  top: 0;
  background-image: url(../img/sec1_border.svg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 31.2rem;
  z-index: -1;
  height: 100%;
}
.sec1_slide_content h2 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 5.9rem;
  text-transform: uppercase;
  margin: 0 auto 4.5rem auto;
  width: 67.6rem;
}
.sec1_slide_content h1 {
  font-family: "njnaruto";
  font-weight: 400;
  font-size: 12.1rem;
  line-height: 12.1rem;
  min-height: 12.1rem;
  text-transform: uppercase;
  margin: 0 auto 4.5rem auto;
  transform: rotate(-3deg);
}
.sec1_slide_content p {
  font-weight: 500;
  margin: 0 auto 3.5rem auto;
  width: 53rem;
}
.sec1_slide_content p,
.sec1_slide_content p b {
  font-family: "Montserrat";
  font-size: 2.6rem;
  line-height: 3.9rem;
}
.sec1_slide_content p b {
  font-weight: 800;
  position: relative;
}
.sec1_slide_content p b::after{
  font-family: "njnaruto";
  font-weight: 400;
  content: '___________';
  content: '';
  background-image: url('../img/line.png');
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.7rem;
  width: 16.8rem;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 3.3rem;
  line-height: 3.3rem;
  position: absolute;
}
.sec1_slide_content img {
  cursor: pointer;
  width: 4.1rem;
  margin: 0 auto 6rem auto;
  /* animation: bounce 2s infinite alternate; */
  animation: .7s down  infinite alternate;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes down{ 0%{transform:translateY(0px)} 100%{transform:translateY(20px)} } 
.sec1_slick{
  background-position: top left;
  background-size: calc(100% - 90.1rem) 100%;
  background-repeat: no-repeat;
}
.sec1_dots {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.sec1_dot {
  cursor: pointer;
  background-color: #ffffff;
  margin-bottom: 1.3rem;
  border-top-right-radius: 4.7rem;
  border-bottom-right-radius: 4.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  transform: translateX(-18.8rem);
  transition-duration: 0.6s;
  width: 30.8rem;
}
.sec1_dot.active {
  transform: translateX(0);
}
.sec1_dot:last-child{
  margin-bottom: 0;
}
.sec1_dot img {
  display: block;
  width: 8.9rem;
}
.sec1_dot p {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.3rem;
  color: #1A1F34;
  text-align: left;
}
.sec1_dot p b {
  font-family: "Montserrat";
  font-weight: 900;
  display: block;
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #1A1F34;
  text-align: left;
  text-transform: uppercase;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.3rem;
  z-index: 99;
}
.header_container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 2.7rem 0 5.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64.5rem;
}
.header_content h6 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Montserrat";
  font-weight: 600;
}
.header_media {
  width: 19rem;
  /* width: calc(19rem - 3rem); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #1A1F34; */
}
.header_media a {
  transition-duration: 0.3s;  
}
.header_media a img {
  display: block;
}
.header_media a:nth-child(1) img {
  width: 1.6rem;
}
.header_media a:nth-child(2) img {
  width: 3rem;
}
.header_media a:nth-child(3) img {
  width: 3rem;
}
.header_media a:nth-child(4) img {
  width: 3.3rem;
}
/*  */
.side_bare {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.4rem;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  z-index: 99;
  transition-duration: 0.3s;
}
.side_bare.hide{
  bottom: -13rem;
}
.side_bare_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.6rem;
}
.side_bare_form {
  width: 144.2rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side_bare_form a {
  border: 1px solid #FF6B43;
  border-radius: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem;
  height: 9.5rem;
  color: #FF6B43;
  font-family: "Sora";
  font-weight: 700;
  transition-duration: 0.3s;
}
.side_bare_form a.montant {
  font-size: 4.6rem;
  line-height: 4.6rem;
}
.side_bare_form a.montant span {
  font-family: "Montserrat";
  font-weight: 400;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.1rem;
  display: inline-block;
  padding-left: 1.5rem;
}
.side_bare_form a.montantlibre {
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.side_bare_form a.active {
  background-color: #FF6B43;
  color: #ffffff;
}
.side_bare h2 {
  position: relative;
}
.side_bare h2,
.side_bare h2 span {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-family: "Sora";
  font-weight: 700;
}
.side_bare h2 img {
  display: block;
  width: 7.9rem;
  position: absolute;
  bottom: -4rem;
  right: -6rem;
}
.section5::before {
  height: 11.6rem;
  top: -3rem;
  background-image: url('../img/sec5_border.png');
  background-position: top left;
  content: '';
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
}
.section7::before {
  height: 17.5rem;
  top: -4rem;
  background-image: url('../img/sec7_border.png');
  background-position: top left;
  content: '';
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
}
.sec1_slide_content h2{
  /* opacity: 0; */
  /* transform: translateY(-10rem); */
}
.slick-active .sec1_slide_content h2{
  /* animation: topToBottom 1s 0.4s forwards; */
}
@keyframes topToBottom {
  0% {
    transform: translateY(-10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.title_animation {
  opacity: 0;
}
.title_animation.show {
  /* animation: bounce-in-fwd 0.8s ease-in-out both;  */
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1F34;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  transition: .5s;
  transform: scale(0.7);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 9997;
}
.modal.active {
  opacity: 0.98;
  visibility: visible;
  transform: scale(1);
}
.modal-content {
  width: 100%;
  max-width: 130rem;
  color: #fff;
  margin: auto;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 25px;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}
.modal-close img {
  width: 4rem;
  display: block;
}
.modal-content p {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.modal-content p a {
  color: #fff;
  font-size: 3.5rem;
  text-decoration: underline;
  font-weight: 700;
}
.header_logo{
  width: 33.2rem;
  display: block;
}
.header_logo img {
  width: 100%;
}
/*  */
@property --percentage {
  initial-value: 0%;
  inherits: false;
  syntax: "<percentage>";
}
.chart1 {
  background: conic-gradient(#1A1F34 32.5%, transparent 0);
  border-radius: 50%;
  width: 90%;
  z-index: -1;
  height: 100%;
  transform: rotate(14.6deg);
  position: absolute;
  top: -0.7rem;
  right: 0.4rem;
}
.chart2 {
  --percentage:0%;
  background: conic-gradient(#ffffff var(--percentage), transparent 0);
  border-radius: 50%;
  width: 90%;
  z-index: -1;
  height: 100%;
  transform: rotate(132deg);
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  /* opacity: 0.6; */
}
.show .chart2{
  animation: 1.5s timer 0.3s forwards ease;

}
@keyframes timer {
  to {
      --percentage: 67.5%;
  }
}