 /***************************************************************************************
                                     services
  ******************************************************************************************/ 
  .wrapper-services {
    /* margin-top: -41px; */
    padding: 45px 0px 60px 0px;
    transition: all 0.3s, border-radius 0.3s, opacity 0.3s;
    position: relative;
    background-color: #0000001a;
    background-image: url(../images/bg/bg-projet.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }

.title-service {
  margin-left: 15px;
}
.title-service p {
  font-size: 16px;
  line-height: 25px;
}
.btn-see-more span.contact.active {
  color: white;
  border: navajowhite;
  background: var(--primary-color);
}
.details-services.active {
  display: block;
}
.icon-and-title-services {
  width: 90%;
  display: flex;
}
.wrap-services.row-container {
  justify-content: start;
}
  .bubbles_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
    pointer-events: none;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #f56915;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #ffd200;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #ff0000;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #73f765;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #66d6ff;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #bf3c80;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #73f765;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #ffb62b;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #c74889;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #004a9b;
}

  .pattern-layer {
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    animation: tpupdown 0.8s infinite alternate;
}

.pattern-layer img {
    width: 100%;
    height: auto;
}
  .wrapper-services::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff70;
    content: '';
  }
  
 
  .icon-service img {
    height: 100%;
    object-fit: cover;
    /* left: 10px; */
    position: relative;
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .item-services:hover .icon-service img,.item-services.active .icon-service img {
    /*! filter: brightness(10%) invert(100%); */
    /* filter: brightness(0%); */
    /* animation: pulse 0.5s linear alternate; */
  }
  .wrap-item-services {
    position: relative;
    position: relative;
    padding: 16px 30px;
    border-radius:12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(52, 69, 113, 0.16);
    /*! min-height: 607px; */
  }
  .details-services h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    color: var(--second-color);
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 28px;
    font-family: var(--primary-font);
    padding-left: 12px;
    position: relative;
  }
  .details-services span {
    line-height: 1.6;
    color: #3d3931;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
  }
.title-service.detail {
    margin-bottom: 15px;
    width: 100%;
}
.item-right-rightr-service {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
  width: 48.68%;
  margin-left: 15px;
}
.item-right-rightr-service i {
  margin-right: 7px;
  color: var(--primary-color);
  font-size: 15px;
}
  .numero-services {
    position: absolute;
    font-size: 100px;
    /* margin: 0; */
    margin-top: 15px;
    position: absolute;
    width: auto;
    line-height: normal;
    right: 5px;
    top: 37px;
    z-index: 2;
    font-family: Outfit;
    color: var(--primary-color);
    transition: all 0.3s linear;
    opacity: 0.05;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: none;
  }
  .item-services {
    width: 100%;
    padding: 0;
    /* margin: 0 0 30px; */
    padding-bottom: 10px;
  }
.services .primary-btn:hover::before {
    background-color: var(--primary-color);
}
.btn-voir-tout-service {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 15px;
}
.services .title-bloc {
    font-weight: 400;
}

.services .title-bloc strong {
    font-weight: 600;
}
  .services.container {
    width: 1200px;
  }
.services .primary-btn:hover {
    color: white;
}

.services .primary-btn:hover svg {
    fill: white;
}
.services .primary-btn {
    background: var(--primary-color);
    color: white;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
}

.services .primary-btn svg {
    fill: var(--white-color);
}
  .btn-tout-services {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
.btn-tout-services a:hover {
    background-color: var(--second-color);
    color: var(--white-color);
}
  .icon-service {
    width: 75px;
    height: auto;
    display: flex;
    /* padding: 5px; */
    justify-content: center;
    margin-bottom: 30px;
    background: #0000ff1a;
    min-width: 78px;
    aspect-ratio: 1;
    border-radius: 50px;
    padding: 18px;
    margin-bottom: 0;
    max-height: 78px;
  }
  .details-services {
    /* padding-left: 30px; */
    width: 100%;
    display: none;
  }
  .item-services:hover .details-services h3,.item-services.active .details-services h3 {
    /*! color: #ffffff; */
  }       
  .details-services h3::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 2px;
    height: 20px;
    top: 2px;
    background: linear-gradient(186deg, rgba(var(--second-color), 1), rgba(var(--primary-color), 1));
    background-color: var(--second-color);
    margin-right: 10px;
    transition: all 0.3s linear;
}

.wdt-content-button {
    font-weight: 600;
}
.item-services:hover .wdt-button-text {
    /* color: white; */
}

.wdt-button-text span {
    margin-bottom: 0px;
    margin-right: 8px;
}

.item-services:hover .wrap-item-services,.item-services.active .wrap-item-services {
    box-shadow: 0px 0px 5px rgb(1 86 106 / 26%);
    /*! background: #df0e0e; */
    color: initial;
}
.item-services:hover .wdt-button-text,.item-services.active .wdt-button-text {
    font-weight: 600;
    padding: 10px 15px 10px 25px;
    border-radius: 50px;
    line-height: 50px;
    background: white;
    width: fit-content;
    color: #000000;
    position: relative;
    z-index: 2;
    transform: translateY(0px);
}

.wdt-button-text svg {
    fill: #565656;
    /* margin-left: 13px; */
    width: 24px;
    aspect-ratio: 1;
    transform: translateY(-3px);
}

.wdt-button-text {
    display: flex;
    align-items: center;
    transform: translateY(-10px);
    font-weight: 600;
    padding: 10px 15px 10px 0px;
    border-radius: 50px;
    line-height: 50px;
    background: transparent;
    width: fit-content;
    /* color: #000000; */
    position: relative;
    z-index: 2;
    transition: all ease .35s;
}

.item-services:hover .details-services span, .item-services.active .details-services span {
    /*! color: white; */
}

.item-services:hover .wdt-button-text span, .item-services.active .wdt-button-text span {
    color: #515151;
}

.item-services:hover .details-services h3::before, .item-services.active .details-services h3::before {
    background: var(--second-color);
}

.item-services:hover .wrap-item-services::before,.item-services.active .wrap-item-services::before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.wrap-item-services::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/bg/bg-service.png);
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: .2s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    z-index: 1;
    display: none;
}
.item-services:hover .wrap-item-services::after,.item-services.active .wrap-item-services::after {
    opacity: 1;
}

.wrap-item-services::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    /* bottom: 0; */
    margin: auto;
    background: url(../images/shape/shape2.png);
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 1;
    width: 119px;
    height: 77px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    display: none;
}

.details-services h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(186deg, rgba(var(--second-color), 1), rgba(var(--primary-color), 1));
    background-color: var(--second-color);
    /* margin-right: 10px; */
    transition: all 0.3s linear;
}


.top-bloc-serice {
  display: flex;
  align-items: center;
  width: 100%;
}
.top-bloc-serice h3 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 2px;
}
.services-right-right-service {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.btn-see-more span{
  width: max-content;
  justify-content: end;
  display: flex;
  width: 20%;
}
.btn-see-more span{
  position: relative;
  color: var(--second-color);
  z-index: 3;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: poppins;
  transition: all 300ms ease;
  padding: 3px 60px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.10);
  line-height: 20px;
  margin-top: 10px;
  margin-top: 0;
}
.btn-see-more span i {
  margin-left: 5px;
  font-weight: 900;
}


.action-service {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.btn-action-service {
    margin-top: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* ------------------------------------------------------ */



/***************************************************************************************************************|
                                                    Devenir instructeur                                       **|
****************************************************************************************************************/


.wrapper-become-instructor {
  padding: 90px 0 60px;
  position: relative;
}

.become-instructor.container {
  width: 1140px;
  padding: 0 15px;
}

.wrap-become-instructor.row-container {
  justify-content: center;
}

.left-become-instructor {
  width: 41.66666667%;
  padding: 0 10px;
}

.wrap-left-become-instructor {
  position: relative;
}

.teacher-main-img {
  margin-left: 60px;
  /* padding-left: 60px; */
  max-width: 100%;
  width: 300px;
  height: 380px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
}

.teacher-shape {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -10;
}

.teacher-shape-02 {
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 200px;
  height: 247px;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
}

.teacher-shape-03 {
  position: absolute;
  top: -113px;
  right: -17px;
  z-index: -1;
  width: 615px;
}

.teacher-shape-04 {
  position: absolute;
  top: 100px;
  left: -140px;
  z-index: -1;
}

.right-become-instructor {
  width: 41.66666667%;
  padding: 0 12px;
}

.wrap-right-become-instructor {
  margin-right: 20px;
}

.small-text {
font-size: 11px;
line-height: 1;
margin: 20px 0 0;
font-weight: 600;
}




/***************************************************************************************************************|
                                                  Pourquoi nous choisir                                     **|
****************************************************************************************************************/


.wrapper-pnc {
  padding: 50px 0;
  position: relative;
}

.wrap-left-pnc .section-title h2 {
  font-size: 29px;
}

.wrap-left-pnc span.down-mark-line:before {
  /* bottom: -7px; */
}

.imgs-decor-pnc {
  /* position: relative; */
}

.img-item-decor.top-100.item1 {
  top: -150px;
}

.img-item-decor {
  position: absolute;
}

.img-item-decor.item1 {
  top: 0;
  left: 0;
}

.img-item-decor.item2 {
  right: 0;
  top: 0;
}

.container.pnc {}

.wrap-pnc {
  align-items: unset;
  /*! align-items: unset; */
}

.left-pnc {
  width: 41.666667%;
  padding: 0 10px;
  padding-top: 36px;
}

.wrap-left-pnc {}

.content-left-pnc {
  font-size: 14px;
  /* font-weight: 400; */
  color: #575757;
  line-height: 26px;
}

.content-left-pnc p {
  margin-bottom: 20px;
}

.content-left-pnc ul {
  margin-bottom: 40px;
}

.content-left-pnc li {
  margin-bottom: 12px;
  color: #141517;
  font-size: 17px;
  font-weight: 600;
  /* align-items: unset; */
  font-family: "Poppins";
}

/*.content-left-pnc li i {
  margin-right: 10px;
  color: #d0d9e9;
  font-size: 20px;
  transform: translateY(2px);
  width: 33px;
  border: 1px dashed #054b79;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  border-radius: 50%;
  color: #054b79;
  font-size: 11px;
}*/

.cirle-check {
  width: 33px;
  /* height: 33px; */
  border: 2px dashed #054b79;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
  border-radius: 50%;
  color: #054b79;
  font-size: 11px;
  font-weight: 500;
}


.content-left-pnc li span {
width: calc(100% - 45px);
}

.btn-wrap.btn-pnc {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.right-pnc {
  width: 41.666667%;
  padding: 30px 10px 0;
}

.wrap-right-pnc {
  position: relative;
  /* display: flex; */
}

.main-img-pnc {
  width: 95%;
  margin-top: 37px;
}

.main-img-pnc img {}

.student-wrapper {
  width: 16.66666667%;
  padding: 0 10px;
}

.student-wrap {
  position: relative;
}

.left-pnc .text-mision-vision {
  font-size: 15px;
  line-height: 1.5;
  margin-left: 45px;
  padding-left: 15px;
  margin-bottom: 23px;
}

.text-mision-vision:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #c5932c;
  top: 0;
  left: 0;
}
.left-pnc .text-mision-vision {
  position: relative;
}

.shap-01 {
  position: absolute;
  top: 170px;
  right: 0;
  height: 130px;
  width: 122px;
  background: var(--primary-color);
  border-radius: 8px;
}

.shap-02 {
  position: absolute;
  top: -10%;
  left: 46%;
  height: 151px;
  width: 150px;
  background: var(--third-color);
  border-radius: 8px;
  z-index: -1;
}

.shap-03 {
  position: absolute;
  top: -7%;
  left: -7%;
  z-index: -1;
}

.shap-04 {
  position: absolute;
  bottom: -9%;
  left: 33%;
  z-index: -1;
}

.shap-05 {
  position: absolute;
  bottom: 41%;
  right: 0;
  z-index: -1;
}

.shap-06 {
  position: absolute;
  top: -160px;
  right: -43%;
  z-index: -2;
}

.shap-07 {
  position: absolute;
  bottom: 15%;
  right: -4%;
  z-index: -1;
}



/**************************************************************************************************************************|
                                                      Call to action                                                   **|
***************************************************************************************************************************/



section.wrapper-new-call-action {
  /* margin-top: 0; */
  margin-bottom: -75px;
  z-index: 2;
  position: relative;
}

.wrap-call-new-call-action {
  /* overflow: hidden; */
  /* position: relative; */
  /* border-radius: 5px; */
  /* background-color: #0e527f; */
  box-shadow: 0 17px 51px 0 rgb(149 149 149 / 33%);
  /* padding: 48px 65px; */
  /* display: flex; */
  /* align-items: center; */
  justify-content: space-between;
  /* color: #fff; */
  /* padding: 40px 0; */
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 60px;
  height: 150px;
  font-family: 'Roboto';
  overflow: hidden;
}

.riht-new-call-action {}

.wrap-call-new-call-action:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  /* background-color: #0e527f; */
  /* background: #0e527f; */
  z-index: -1;
  border-top-right-radius: 30px;
  /* width: 1200px; */
  /* left: 0; */
}

.new-call-action-title {
  /* width: 60%; */
  /* padding: 0 15px; */
}

.new-call-action-title h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
  /* color: #fff; */
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  /* margin-top: -4px; */
  /* font-family: 'Roboto',sans-serif; */
  /* font-size: 16px; */
  /* line-height: 28px; */
  /* color: #444; */
  /* font-weight: 400; */
}

.new-call-action-title h2.desc-call-action {
  font-size: 21px;
  font-weight: 600;
  margin-top: -4px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #444;
  font-weight: 400;
}

.right-new-call-action > div {
  /* margin-right: 30px; */
  /* padding-right: 30px; */
  font-weight: 400;
  line-height: 28px;
  position: relative;
  z-index: 2;
}

.right-new-call-action .btn-call-action-new {
   border-right: 1px dashed #fff; 
}

.btn-call-action-new a:before {
  background: #fff;
}

.btn-call-action-new a:hover {
  /* color: #0e527f; */
  background-color: var(--primary-color);
  color: #fff;
  width: fit-content;
}

.btn-call-action-new a:hover .fa {
  background: #c3922a;
}

.btn-call-action-new a {
  padding: 6px 6px 6px 23px;
  border: 1px solid #dfdfdf;
  padding: 15px 30px 15px 30px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 6px 27px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  width: fit-content;
}

.icon-new-call-action {
  font-size: 30px;
  line-height: 1;
  /* vertical-align: middle; */
  color: #fff;
  /* padding: 0 15px; */
  margin-right: 10px;
}

.info-text {
  /* font-size: 16px; */
  /* color: #fff; */
  /* font-weight: 400; */
  /* text-transform: uppercase; */
  /* color: #fff; */
  font-size: 18px;
  /* font-family: "Source Sans Pro",sans-serif; */
  /* font-weight: 400; */
  /* line-height: 28px; */
  /* position: relative; */
  /* z-index: 2; */
}

.phn-number {
  font-size: 20px;
  font-weight: 500;
  font-size: 32px;
  font-family: 'Roboto';
  font-weight: 600;
}

.right-new-call-action {
  /* width: 30%; */
  color: #fff;
}

.wrap-call-new-call-action:before {
  content: "";
  height: 100%;
  width: 152px;
  background-color: #c3922a;
  position: absolute;
  right: 0;
  border-radius: 0 8px 8px 0;
  z-index: -1;
}

.new-call-action-title h2 {}


.left-new-call-action {
  width: 65%;
  padding: 0 15px;
}

.wrap-left-call-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-call-new-call-action.row-container:after {
  content: "";
  height: 385px;
  width: 385px;
  background-color: #c3922a;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.element-shape-decor {
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
}

.item-shape-decor {
  position: absolute;
  z-index: 2;
}

.item-shape-decor img {}

.item-shape-decor:nth-child(1) {
  bottom: 0;
  right: 12%;
}

.item-shape-decor:nth-child(2) {
  top: 0;
  right: 0;
}

.btn-call-action-new a svg {
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
}

.btn-call-action-new a:hover svg {
  animation: toRightFromLeft 0.4s linear forwards;
}


a.titre-bloc h2 {
  font-weight: inherit;
}

.btn-call-action-new a svg {
  fill: var(--primary-color);
}


/**********************************************************************************************************************|
                                                  PROCESS                                                         |
***********************************************************************************************************************/
.section-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 24px 0;
}
.wrapper-process {
  padding: 60px 0 123px;
  background-image: url(../images/bg/bg-temoignage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /*! overflow: hidden; */
  position: relative;
}
.process-image::before {
  content: '';
  position: absolute;
  width: 185px;
  height: 185px;
  border: 1px dashed red;
  left: -17px;
  /*! background: red; */
  border-radius: 50%;
  top: -19px;
}
.process-image img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.item-process {
  width: 25%;
  padding: 0 10px;
}
.wrap-process.row-container {
  padding-top: 42px;
}

.start-point {
  position: absolute;
  z-index: 1;
  top: -0.437rem;
  left: 13px;
  color: var(--primary-color);
}
.btn-call-action-new:hover a svg {
  fill: white;
}
.end-point {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -4px;
  color: var(--primary-color);
}
.bg-process svg path:nth-child(1) {
    stroke: var(--black-color);
    /* opacity: 20%; */
    /*! stroke-dasharray: 1300; */
    /*! stroke-dashoffset: 1300; */
    animation: dash_animation 4s linear forwards;
}

.bg-process svg path:nth-child(2) {
    /* stroke: #F6F6F6; */
    stroke: #034c76;
    /* stroke-dasharray: 4; */
}

.bg-process.has-animation svg {
  position: absolute;
  top: 6px;
  left: 23px;
  right: 0;
  width: 100%;
  object-fit: cover;
  fill: var(--primary-color);
}
.bg-process.has-animation {
  position: absolute;
  z-index: 0;
  top: 25%;
  width: 100%;
}
.shape-point {
  width: 100%;
}
.process--meta {
  padding-top: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process--text {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 22px;
  color: #444;
  font-weight: 400;
  padding-top: 7px;
}
.process--title {
  font-size: 20px;
  color: #000;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.wrap-item-process {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.chiffre-item-guide {
  position: absolute;
  top: -30px;
  right: 60px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  color: white;
  font-weight: 700;
  font-size: 20px;
}



/***************************************************************************************************************************|
                                                           JOB                                                   **|
****************************************************************************************************************************/


.job-bottom{
  margin-top: 50px;
}

.wrap-job {
  display: flex;
  flex-wrap: wrap;
}
.item-job{
  position: relative;
  width: calc(50% - 30px);
  border-radius: 10px;
  border: 1px solid #ddd;
  display: flex;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #162F96;
  padding: 30px;
  font-size: 16px;
  margin: 0 15px 30px 15px;
}
.job-link{
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none !important;
}

.item-job:hover{
  background-color: #fcfcfc;
}

.job-company-logo{
  width: 70px;
  height: 70px;
  padding: 0;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.job-company-info{
  /* padding-top: 0px; */
  /* padding-left: 90px; */
  width: calc(100% - 100px);
}
.job-company-info .position{
  width: auto;
  float: none;
  margin-right: 130px;
  padding: 0px;
  margin-bottom: 10px;
  vertical-align: top;
  display: block;
}
.job-company-info .position h3{
  font-size: 24px;
  line-height: 1.2;
  color: #022279;
  margin-bottom: 5px;
  font-weight: 600;
}
.job-company-info .position p{
  font-size: 18px;
  color: #a0a0a0;
}
.job-datas{
  display: flex;
  align-items: center;
}
.job-datas-list{
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.job-datas-list span{
  margin-right: 5px;
}
.job-datas-list .amount{
  margin: 0;
  color: #e82d2d;
}
.job-label{
  position: absolute;
  top: auto;
  left: 50px;
  bottom: -30px;
  right: auto;
}
.job-type{
  position: absolute;
  font-size: 13px;
  top: 30px;
  background: #edfafe;
  border-radius: 5px;
  padding: 5px 10px;
  color: #4eccf3;
  font-weight: normal;
  width: auto;
  margin: 0px !important;
  right: 30px !important;
}
.job-type span {
  margin-right: 5px;
}


.show-more-job{
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 20px;

} 
.more-job-box{
  color: #0E1215;
  border-radius: 10px;
  background-color: #ffb600;
  margin: 0 auto;
  cursor: pointer;
  width: 123px;
}
.more-job-box:hover{
  background-color: #db9f05;
}





/***************************************************************************************************************************|
                                                           BON A SAVOIR                                                   **|
****************************************************************************************************************************/

.wrapper-bonAsavoir{
  padding: 50px 0 60px;
  background-image: url(../images/bg/bg-comment-ca-marche.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-bonAsavoir{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.items-bonAsavoir-entete{
  display: flex;
  padding: 0 13px 0px;
  justify-content: space-between;
  align-items: center;
}
.items-bonAsavoir-entete-premier{
  display: flex;
  justify-content: flex-start;
}
.items-bonAsavoir-entete-second{
  display: flex;
  justify-content: flex-end;
}
.items-bonAsavoir-entete-second-lien{
  background-color: #c4932c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 51px;
  font-weight: 500;
  border-radius: 4px;
}
.items-bonAsavoir-entete-second-right{
  width: 5%;
  height: 2%;
  background-color: grey;
}

.background-title{
  display: inline-bonAsavoirk;
font-family: 'Water Brush', cursive;
font-size: 100px;
line-height: 150px;
color: #1b685a1c;


}
.background-title-second{
  margin: 3px 0px 0px -181px;
}
.top-sub-title{
  font-size: 16px;
line-height: 26px;
display: flex;
align-items: center;
  color: #6becb6;
}
.main-title{
  font-size: 32px;
color: #212121;
font-weight: 600;
line-height: 1.2;
box-sizing: border-box;
display: flex;
align-items: center;
}
.items-bonAsavoir-entete-second{
  /* padding: 25px 0px 0px 631px; */
}
.div-elementor-buton{

  width: 169px;
  font-weight: bold;
  background-color: #dae3e1;
  height: 51px;
  border-radius: 5px;
}
.elementor-buton{
  color: #ffffff;
}
.items-second-bonAsavoir{
  padding: 2%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;

}
.wrap-items-widget-cas{
  /* width: 30%; */
  background: #fff;
  padding: 30px;
  border: solid 1px #80808036;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  /* box-shadow: 2px 3px 33px #8080807d; */
  /* margin: 0px 17px; */
  box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%);
}
.wrap-items-widget-cas3{
   width: 317px;
  display: bonAsavoirk;
  padding: 24px 30px;
  border: solid 1px #80808036;
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  box-shadow: 2px 3px 33px #8080807d;
   margin: 0px 15px;
}
.items-images:hover{
  /*! opacity: ; */
  cursor: pointer;
  transition: 1s;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  filter: brightness(0.4);
  filter: bcontrast(0.1);
}

.items-images{
  /* width: auto; */
  /* border-radius: 9px; */
  object-fit: cover;
  height: 235px;
  width: 100%;
}
.items-widget-atout{
  font-size: 21px;
  color: black;
  line-height: 30px;

  display: bonAsavoirk;
}
.items-widget-atout:hover{
  color: #129179;
}
.popup-calendrier{
  background-color: var(--primary-color);
  font-family: 'Poppins';
  /* height: 5pc; */
  text-align: center;
  padding: 7px 16px;
  /* margin: -56px 0px 4px; */
  border-radius: 3px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-top: -46px;
}
.pupop-jour {
font-size: 26px;
font-weight: bold;
color: white;
}
.popup-mois {
color: white;
font-size: 19px;

}
.top-items-widget-cas{
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.meta-widget{
  padding: 14px 0px 16px;
  display: flex;
}
.items-widget-atout-bottom{
  color: #0000006b;
  /*! padding: 17px 2px 8px; */
}

.items-widget-atout-bottom i {
color: #044b7a;
margin-left: 7px;
/*! margin-top: 3px; */
font-size: 14px;
}

.wrap-items-widget-cas:hover .items-widget-atout-bottom{
 color: #c4932c;
 /*! padding: 0px 6px; */
}

.meta-widget span {
position: relative;
padding-left: 15px;
color: gray;
font-size: 14px;
margin-right: 17px;
}
.meta-widget span:before {
content: "";
position: absolute;
background: #9d9d9d;
width: 5px;
height: 5px;
border-radius: 50%;
top: 6px;
left: 0;
}
.titre-element-cas {
color: black;
font-size: 20px;
padding: 0 0 20px;
word-wrap: break-word;
/* font-weight: 500; */
}

.meta-widget span:hover {
color: #044b7a;
}
.titre-element-cas a :hover {
color: green;
}
.titre-element-cas a {
margin: 0;
}
.titre-element-cas:hover {
color: #044b7a;
}

.top-items-widget-cas >div:first-child {
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  /* width: 100%; */
  /* height: 195px; */
  /* position: relative; */
  /* overflow: hidden; */
  /* border-radius: 9px; */
}

.items-widget-cas {
  width: 33.32%;
  padding: 13px;
}
.wrapper-bonAsavoir .section-title h1.title {
  margin-bottom: -3px;
}

.wrap-form-search-offre {
  margin-bottom: 68px;
}

.wrap-form-search-offre form {
  display: flex;
  align-items: center;
  justify-content: start;
  background: white;
  padding: 8px 14px;
  width: 65%;
  border-radius: 50px;
  box-shadow: 5px 5px 10px #eee;
}

.search_bar {
  display: flex;
  align-items: center;
  width: 100%;
}

.input-email {}

.search_bar .input-email {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}

.search_bar .input-email input {
  height: 60px;
  border: 1px solid #eee;
  width: 100%;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 18px;
}