@font-face {
  font-family: 'BebasNeueProBold';
  font-weight: 700;
  src: url(fonts/BEBASNEUEPRO/BebasNeueProBold.otf);
}
@font-face {
  font-family: 'BebasNeueProBook';
  font-weight: 500;
  src: url(fonts/BEBASNEUEPRO/BebasNeueProBook.otf);
}
@font-face {
  font-family: 'Inter-Bold';
  font-weight: 700;
  src: url(fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: 'Inter-Light';
  font-weight: 300;
  src: url(fonts/Inter-Light.ttf);
}
@font-face {
  font-family: 'Inter-Regular';
  font-weight: 400;
  src: url(fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: 'BebasNeueProRegular';
  font-weight: 400;
  src: url(fonts/BEBASNEUEPRO/BebasNeueProRegular.otf);
}

@font-face {
  font-family: 'BebasNeueProLight';
  font-weight: 300;
  src: url(fonts/BEBASNEUEPRO/BebasNeueProLight.otf);
}
@font-face {
  font-family: 'BebasNeueProMiddle';
  font-weight: 800;
  src: url(fonts/BEBASNEUEPRO/BebasNeueProMiddle.otf);
}
@font-face {
  font-family: 'QuinnBold';
  font-weight: 700;
  src: url(fonts/Quinn-Bold.ttf);
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:active {
  outline: none !important;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  color: initial;
  text-decoration: none;
}
.container-width{
  max-width: 1440px;
  width: 90%;
  margin: auto;
}

.header .logo{
  margin-right: 4%;
}

header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, #ffffff00 0%, #070404 100%);
  z-index: 99999;
  padding-top: 30px;
  /* border-radius: 10px; */
  overflow: hidden;

}
.btn-header.scrolled{
  position: fixed;
  top: 0;
  width: 100%;
  background: #000000b3;
  max-width: 100%;
  margin: 0;
  padding: 20px 20px;
  left: 0;
}
.btn-header button{
  font-family: 'BebasNeueProBold', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 35px;
  border: 1px solid white;
  border-radius: 44px;
  letter-spacing: 1px;
  margin-left: 15px;

}
.btn-header .btn-inscription{
  background: rgba(64, 193, 135, 1);
}

.btn-header .btn-contact{

  background: #007BC7;
} 


.header{
  /*width: 95%;*/
  margin: auto;
  display: flex;
  align-items: center;

}
.header nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
}
.header nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header nav .menu-nav li:before{
  content: "";
  background: white;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 10px;
  width: 1px;
  margin: auto;
}
.header nav .menu-nav li:last-of-type:before{
  content: none;
}
.header nav .menu-nav li{
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.header nav .menu-nav li a{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

/*banner-home*/
.banner-home{
  position:relative;
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  overflow: hidden;
  background-position: center !important;
}
.banner-home:before{
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 58.44%, rgba(0, 0, 0, 0.54) 80.21%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
}
.banner-home .content-banner h1 strong{
  font-size: 100.11px;
  vertical-align: middle;
  display: block;
}
.banner-home .content-banner .btn-more{
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 4px;
  font-family: 'BebasNeueProBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  background: url(../images/icones/more.png) rgba(0, 180, 199, 1);
  background-size: 35px 35px !important;
  background-position: right 20px center;
  padding: 15px 80px 15px 26px;
  background-repeat: no-repeat;
  letter-spacing: 2px;
  margin-top: 30px;
  cursor: pointer;
}
.banner-home .content-banner h1{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 74px;
  color: white;
  text-transform: uppercase;
  line-height: 75px;
  margin-top: 170px;

}
.banner-home{
  height: 800px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 99;
}

.banner-home .content-banner .btns-partager{
  float: right;
}
.banner-home .content-banner .btns-partager ul{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
      justify-content: center;
}
.banner-home .content-banner .btns-partager ul li{
  margin-left: 16px;
}
.banner-home .content-banner .btns-partager span{
  font-family: 'Inter-Bold',sans-serif;
  font-weight: 700;
  color: white;
  font-size: 15px;
  margin-left: 16px;
  display: block;
  margin-bottom: 6px;
}
.banner-home .content-banner .btns-partager{

}
.banner-home .content-banner{
  position: relative;
  z-index: 1;
  top: 142px;
}

/*.leader-section*/

.leader-section{
  background-image: url("../images/icones/icon6.png"),url("../images/icones/icon7.png");
  background-position: left 33% top 15%, right 66% top 16.5%;
  background-repeat: no-repeat;
}
.leader-section h2{
  text-align: right;
  font-family: 'QuinnBold',sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 58px;
  color: black;
  text-transform: uppercase;
      letter-spacing: 2px;
}
.leader-section{
  padding-top: 75px;
}
.leader-section h2 strong:first-letter{
  text-transform: uppercase;
}
.leader-section  h2 strong{
  font-family: 'BebasNeueProRegular',sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  display: block;
  text-transform: lowercase;}

.first-item-leader-section{
  padding-top: 44px;
}
.first-item-leader-section h3 strong{
  color: rgba(240, 112, 52, 1);
}
.first-item-leader-section .card-item h4{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-top: 33px;
}
.first-item-leader-section .card-item p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: black;
  max-width: 260px;
}
.first-item-leader-section .card-item{
  text-align: center;
}
.first-item-leader-section h3{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
  max-width: 311px;
}

.first-item-leader-section .cards-item{
  width: 60%;
}
.leader-section .row1{
  width: 85%;
  margin:60px auto;
}
.pedagogie-leader-section h3 strong{
  color: rgba(240, 112, 52, 1);
}
.pedagogie-leader-section h3{
  font-family: 'BebasNeueProBold',sans-serif;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 70px;
}
.pedagogie-leader-section .items-pedagogie .card-pedagogie p strong{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
}
.pedagogie-leader-section .items-pedagogie .card-pedagogie p{
  font-family: 'BebasNeueProRegular',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  max-width: 160px;
  margin: auto;
}
.pedagogie-leader-section .items-pedagogie .img-items-pedagogie{
  margin-bottom: 40px;
  min-height: 136px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pedagogie-leader-section .items-pedagogie{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.avanatage-leader-section{
  margin-top: 100px;
}
.avanatage-leader-section h3{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  text-align: right;
  text-transform: uppercase;
  max-width: 175px;
  color: rgba(0, 0, 0, 1);
}
.avanatage-leader-section h3 strong{

  color: rgba(64, 193, 135, 1);
}
.avanatage-leader-section .cards-avantage .item-avantage{
  text-align: center;
}
.first-item-leader-section .card-item .img-first-item{
  min-height: 146px;
}
.avanatage-leader-section .cards-avantage .img-first-item{
  margin-bottom: 40px;
  min-height: 118px;
}
.avanatage-leader-section .cards-avantage h4{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 1);

}
.avanatage-leader-section .cards-avantage{
  margin: auto;
  width: 69%;
}
.avanatage-leader-section .cards-avantage p{
  font-family: 'BebasNeueProRegular',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  max-width: 180px;
}
/*section slider*/
.section-video{
  margin-top: 75px;
  background-image:url(../images/icones/icon2.png),url(../images/icones/icon4.png) ,url(../images/icones/icon8.png)
  ,url(../images/icones/icon5.png),url(../images/icones/icon3.png) ;
  padding: 40px 0;
  background-position: right 2% top 7%, right 4% top 48%, right 7% top 12%, left 2% top 29%, left 5% top 34%;
  background-color: rgba(0, 0, 0, 1);
  background-repeat: no-repeat;
}
/*.section-video h2:before{*/
/*content: "";*/
/*background: url(../images/icones/icon1.png);*/
/*width: 37px;*/
/*height: 37px;*/
/*position: absolute;*/
/*top: 10px;*/
/*}*/
.section-video h2 strong{
  font-family: 'QuinnBold',sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 58px;
  letter-spacing: 1px;
  display: block;
  /*margin-left: 57px;*/
}
.section-video h2{
  display: block;
  font-family: 'BebasNeueProRegular',sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: white;
  position: relative;
  margin-left: 12px;
}
.section-video .item-video{
  border-radius: 6px;
  overflow: hidden;
  background: rgba(38, 38, 38, 1);
}
.section-video .item-video h5 strong{
  font-family: 'Inter-Regular',sans-serif;
  font-weight: 400;
  display: block;
}
.section-video .text-item-video span{
  font-family: 'Inter-Regular', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 10.2px;
  letter-spacing: 1.25px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 1);
  display: block;
  margin: 0 0 16px 0;
  padding: 0;

}
.section-video .text-item-video{
  padding: 15px;
}
.section-video .item-video p{
  font-family: 'Inter-Regular', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: white;
  color: rgba(255, 255, 255, 1);
  width: 96%;
  padding: 0;
  margin: 0;
  border: none;
  min-height: 160px;
}
.section-video .item-video h5 strong{
  font-family: 'Inter-Light',sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1.25px;
  vertical-align: middle;
  color: rgba(179, 179, 179, 1);
  text-transform: capitalize;
  min-height: 37px;

}
.section-video .item-video h5{
  font-family: 'Inter-Bold',sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color:white;
}
.section-video .img-item-video .option-video{
  position: absolute;
  bottom: 16px;
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  right: 0;
}
.section-video .img-item-video img{
  width: 100%;
}
.section-video .img-item-video{
  position: relative;
  height: 235px;
  overflow: hidden;
}
.section-video .option-video span{
  font-family: 'Inter-Bold',sans-serif;
  font-weight: 700;
  font-size: 14.88px;
  line-height: 19px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.63);
  padding: 8px;
  border-radius: 5px;
}
.section-video .option-video button{
  background: url("../images/icones/video.png") no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
}
.section-video .item-video{
  font-family: 'QuinnBold',sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 58px;
  display: block;
  /*margin-left: 53px;*/
}
.section-video .items-video{
  /*width: 78%;*/
  margin:65px auto 0 auto;
}
/*footer*/
.footer{}
.footer .content-footer{
  display: flex;
  width: 80%;
  align-items: flex-start;
  justify-content: space-between;
}

.footer  ul li img{
}
.footer  ul li span{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.55);
  /* padding-left: 37px; */
  display: inline-flex;
  max-width: 185px;

}
.footer .inscription-footer{
  font-family: 'BebasNeueProBold',sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: rgba(240, 112, 52, 1);
  vertical-align: middle;
  text-transform: uppercase;
  padding:14px 35px;
  color: white;
  border-radius: 50px;
  letter-spacing: 1px;

}
.footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.footer  ul li span a{
  color: black !important;
}
.footer  ul li span{
  color: black !important;
}
.footer  ul{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  width: 70%;
  margin: 12px auto 0 auto;
}

/*Modal */
.modelVideo .btn-close span{
  color: white;
  font-size: 22px;
  position: relative;
  top: -8px;

}
.modelVideo .btn-close{
  position: absolute;
  right: -11px;
  background: rgba(240, 112, 52, 1);
  z-index: 1;
  opacity: 1;
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 27px;
}
.modelVideo .modal-dialog .modal-body{
  margin:0;
  padding: 12px;
}
.modelVideo .modal-dialog{
  max-width: 820px;
}
.modelVideo{}
.modelVideo{}
/*TODO*/


/************************ Mobile ***************/

@media (max-width: 1040px) {
  .section-video .item-video{
    margin: 0 10px;
  }
}
@media (max-width: 990px) {
  .section-video{
    margin-top: 0px;
  }
  .feature-programme h2 {
    font-size: 62px;
    line-height: 65px;
  }
  .leader-section h2 {
    font-size: 68px;
  }
}
@media (max-width: 900px) {
  .feature-programme h2 {
    font-size: 65px;
    line-height: 70px;
  }
  .btn-header .btn-inscription{
    border: none;
  }

  .first-item-leader-section .cards-item {
    width: 100%;
    justify-content: center !important;
  }
  .first-item-leader-section .cards-item {
    width: 100%;
  }
  .logo-banner {
    height: 125px;
    width: 275px;
    margin: auto;
    display: block;
  }

  .banner-home .content-banner h1 {
    font-size: 44px;
    line-height: 54px;
    margin: auto;
    margin-top: 315px;

    text-align: center;
    max-width: 340px;
  }

  .banner-home .content-banner h1 strong {
    font-size: 70px;
  }

  .banner-home .content-banner {
    position: relative;
    z-index: 1;
    top: 25px;
    height: 100%;
  }

  .banner-home {
    background-position: right 43% center !important;
    height: 700px;
  }
  .btn-header{
    display: flex;
    padding: 0;
    list-style: none;
    width: 95%;
    justify-content: center;
    margin: auto;
    margin-top: 25px;
    max-width: 312px;

  }
  .btn-header button{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 25px
  }
  .leader-section h2 {
    font-size: 44px;
    line-height: 54px;
    margin: auto;
    margin-top: 35px;
    /* margin: auto; */
    width: 90%;
  }
  .leader-section h2 strong {
    font-size: 29px;
    line-height: 33px;
  }
  .leader-section{
    background-image: none;
  }
  .leader-section .row1 {
    width: 95%;
    margin: 30px auto;
  }
  .first-item-leader-section h3 {
    font-size: 29px;
    line-height: 38px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #cards-item .slick-track{
    margin-left: -9px;
  }
  .pedagogie-leader-section h3 {
    font-size: 37px;
    line-height: 39px;
  }
  /*.pedagogie-leader-section .items-pedagogie .img-items-pedagogie{*/
  /*display: block;*/
  /*}*/

  #items-pedagogie .slick-track{
    margin-left: -74px;
  }
  .direction-mobile{
    flex-direction: column-reverse;
  }
  .avanatage-leader-section h3{
    font-size: 37px;
    line-height: 39px;
    max-width: 90%;
    text-align: center;
    margin-bottom: 70px;
  }
  .avanatage-leader-section {
    margin-top: 70px;
  }
  .avanatage-leader-section .cards-avantage {
    margin: auto;
    width: 100%;
  }
  .avanatage-leader-section .img-first-item img{
    margin: auto;
  }
  .avanatage-leader-section .cards-avantage p{
    margin: auto;
  }
  .cards-avantage .slick-track{
    margin-left: -59px;
  }
  .section-video h2 {
    font-size: 30px;
    line-height: 38px;
    padding-top: 0;
  }
  .section-video h2 strong {
    font-size: 70px;
    line-height: 69px;
    margin-left: 0;
  }
  .section-video .items-video {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .section-video .item-video {
    width: 94%;
  }
  .section-video{
    padding-bottom: 101px;
    background-image: url(../images/icones/icon9.png), url(../images/icones/icon2.png);
    background-position: left 28% top 3%, right 12% bottom 2%;
    background-color: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    padding-top: 100px;
  }
  .section-video .item-video p {
    line-height: 18px;
  }
  .section-video .img-item-video .option-video {
    bottom: 24px;
  }
  .section-video .option-video span {
    font-size: 12px;
  }
  .footer {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    text-align: center;
  }
  .footer .content-footer {
    display: block;
  }
  .footer .content-footer {
    display: block;
    width: 67%;
    text-align: center;
    margin: auto;
  }
  .footer ul li {
    margin-bottom: 25px;
    text-align: left;
  }
  .footer ul {
    display: block;
    width: 60%;
    margin: 60px auto;
    max-width: 214px;
  }
  .logo-footer{
    width: 244px;
    height: 97px;
  }
  .banner-home:before{
    content: none !important;
  }
  .first-item-leader-section .card-item .img-first-item img{
    margin: auto;
  }
  .first-item-leader-section .card-item h4 {
    text-align: center;
  }
  .first-item-leader-section .card-item p {
    text-align: center;
    max-width: 80%;
    margin: auto;
    font-size: 24px;
  }
  .first-item-leader-section .slick-dots li.slick-active{
    background: black;
  }
  .first-item-leader-section .slick-dots li{

    border-radius: 22px;
    height: 10px;
    width: 10px;
    border: 1px solid black;
  }
  .first-item-leader-section .slick-dots {
    bottom: -60px;
  }
  .first-item-leader-section {
    padding-bottom: 50px;
  }
  .section-video .slick-list{
    margin-left: -24px;
  }

}
@media (max-width: 640px) {
  .leader-section h2 strong {
    font-size: 26px;
    line-height: 30px;
  }
  .first-item-leader-section .card-item h4{
    text-align: left;
  }
  .first-item-leader-section .card-item p {
    text-align: left;
    font-size: 18px;
    margin: 0;
  }
  .first-item-leader-section .card-item .img-first-item img {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .banner-home .content-banner h1 strong {
    font-size: 55px;
  }
  .banner-home .content-banner h1 {
    font-size: 33px;
  }
  .btn-header button {
    font-size: 18px;
  }
  .leader-section h2 {
    font-size: 44px;
    line-height: 38px;
  }
  .leader-section h2 strong {
    font-size: 22px;
    line-height: 28px;
  }
  .pedagogie-leader-section h3 {
    font-size: 30px;
  }
  .section-video h2 strong {
    font-size: 53px;
    line-height: 49px;
  }
  .section-video h2 {
    font-size: 14px;
    line-height: 30px;
    padding: 0;
  }
  .section-video .img-item-video img {
    width: auto;
  }
  .logo-banner {
    height: 100px;
    width: 200px;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .feature-programme h2{
   font-size: 55px;
  }
  .section-video .item-video{
    min-height: 580px;
  }
  .section-video .img-item-video img{
        height: 235px;
    object-fit: cover;
  }

  .btn-header button{
    font-size: 15px;
    padding: 6px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .section-video .img-item-video img{
        height: auto;
    object-fit: cover;
  }
  .section-video .img-item-video{
    height: auto;
  }
}


@media (max-width: 1400px){
    .section-video .item-video{
    min-height: 570px;
  }
    .section-video .img-item-video img{
        height: 235px;
    object-fit: cover;
  }

}
























































































































































































































































































/********************** Start Page parcour *********************************/
.candidatez{
  font-family: 'BebasNeueProBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  background: #007BC7;
  color: #FFFFFF;
  padding: 5px 25px;
  border-radius: 32px;
}
.connecte-vous{
  font-family: 'BebasNeueProBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  padding: 5px 25px;
  border-radius: 32px;
}
/*header{*/
/*position: fixed;*/
/*z-index: 9;*/
/*}*/
.headers-parcours{
  /* background: #443B3B; */
  background: #443b3b75;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  padding-block: 15px;
  width: 100%;
  height: 100px;
}
.headers-parcours .header-parcour{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-bloc{
  position: relative;
}
.first-bloc .content-firstbloc{
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  background: #443b3b75;
  left: 0;
  right: 0;
  z-index: 1;
  padding-block: 15px;
  width: 100%;
  height: 200px;
}
.first-bloc .content-firstbloc h3{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 46.45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.first-bloc .content-firstbloc h3 strong{
  display: block;
  font-weight: 700;
  font-size: 96px;
  padding-top: 19px;
  text-transform: capitalize;
}

.concours-ouverts{
  padding-top: 75px;
  padding-bottom: 70px;
}
.concours-ouverts h4{
  font-family: 'QuinnBold';
  font-weight: 700;
  font-size: 60.57px;
  line-height: 56px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #141414;
  padding-bottom: 40px;
}
.concours-ouverts .box-concour{
  background: #F7F7F5;
  border-radius: 12px;
  padding: 40px 35px;
  margin-bottom: 30px;
}
.concours-ouverts .box-concour .item-concour{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.concours-ouverts .box-concour .item-concour .concours span{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: -10px;
  display: block;
}
.concours-ouverts .box-concour .item-concour .concours h6{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 39px;
  color: #000000;
  margin-bottom: -8px;
}
.concours-ouverts .box-concour .item-concour .concours h5{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #F07034;
  text-transform: uppercase;
}
.concours-ouverts .box-concour .item-concour .rentre-univer{
  text-align: center;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-inline: 60px;
}
.concours-ouverts .box-concour .item-concour .rentre-univer p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0000008C;

}
.concours-ouverts .box-concour .item-concour .rentre-univer h6{
  font-family: 'BebasNeueProBold';
  font-weight: 800;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.concours-ouverts .box-concour .item-concour .date-candida{
  text-align: center;
}
.concours-ouverts .box-concour .item-concour .date-candida p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0000008C;
}
.concours-ouverts .box-concour .item-concour .date-candida h6{
  font-family: 'BebasNeueProBold';
  font-weight: 800;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.concours-ouverts .box-concour .item-concour .candidatez{
  line-height: unset;
  max-width: 235px;
  width: 235px;
  display: block;
  text-align: center;
}


.news-parcour{
  padding-bottom: 100px;
}

.news-parcour h5{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  padding-block: 35px;
}
.news-parcour h5 strong{
  font-family: 'BebasNeueProBold';
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #000000;
  display: block;
}
.news-parcour p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #464646;

}





/************************ Mobile Parcour***************/
@media (max-width: 575.98px) {
  .headers-parcours .header-parcour{
    align-items: center;
    justify-content: center;
  }
  .first-bloc .content-firstbloc{
    gap: 20px;
    flex-wrap: wrap;
  }
  .first-bloc .content-firstbloc h3{
    font-size: 40.45px;
  }
  .first-bloc .content-firstbloc h3 strong{
    font-size: 75px;
  }
  .concours-ouverts h4{
    font-size: 62.57px;
  }
  .concours-ouverts h4 img{
    display: block;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
    padding-inline: 0;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
  .news-parcour h5{
    font-size: 35px;
    line-height: 40px;
  }
  .news-parcour h5 strong{
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .first-bloc .content-firstbloc{
    gap: 20px;
    height: 125px;
  }
  .first-bloc .content-firstbloc h3{
    font-size: 35.45px;
  }
  .first-bloc .content-firstbloc h3 strong{
    font-size: 65px;
  }
  .concours-ouverts h4{
    font-size: 50.57px;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    text-align: center;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .first-bloc .content-firstbloc{
    gap: 20px;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    text-align: center;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
}






























































































































































































































































































































































































































































































































































































































































































































































































































































































.program-item .container img{
  width: 200px;
  position: absolute;
}
.program-item .container h5{
  text-align: center;
  font-family: 'BebasNeueProRegular', sans-serif;
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.program-item .container h6{
  text-align: center;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
.program-item .container a{
  float: right;
  color: white;
  background-color: #F07034;
  border: 2px solid #F07034;
  font-size: 18px;
  padding: 4px 30px;
  border-radius: 32px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'BebasNeueProBold', sans-serif;
  margin-top: -70px;
}
.program-item .container ul{
  width: 75%;
  margin: auto;
  margin-top: 50px;
  color: #fff;
}
.program-item .container ul li{
  width: 49%;
  display: inline-block;
  font-family: 'BebasNeueProRegular', sans-serif;
  font-size: 20px;
  position: relative;
}
.program-item .container ul li::before{
  content: "•";
  color: white;
  margin-right: 5px;
  font-size: 24px;
}
.program-item .container{
  background-color: #00B4C7;
  padding: 40px 10px 30px 30px;
  position: relative;
  border-radius: 7px;
  margin-top: 40px;
}
.feature-questions .container{
  background-color: #f7f7f5;
  padding: 40px 10px 20px 30px;
  position: relative;
  border-radius: 7px;
}
.feature-questions .container:before{
  content: "";
  background-image: url(../images/img/pink-square.png);
  position: absolute;
  width: 37px;
  height: 38px;
  top: 45px;
  left: 30px;
}
.feature-questions label{
  margin-left: 45px;
  font-family: 'QuinnBold', sans-serif;
  font-size: 66px;
  line-height: 40px;
}
.feature-questions h3{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-size: 44px;
}
.feature-questions .accordion-button{
  background-color: #f7f7f5 ;
  padding-left: 0;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 22px;
}
.feature-questions .collapse {
    visibility: inherit !important;
}

.feature-questions .accordion-body{
  background-color: #f7f7f5 ;
  padding-top: 0;
  padding-bottom: 1px;
  padding-left: 0;
  font-size: 19px;
  font-family: 'BebasNeueProRegular', sans-serif;
  line-height: 24px;
  padding-bottom: 1rem;
}
.feature-questions .accordion-item:first-of-type>.accordion-header .accordion-button{
  padding-left: 0;
}
.feature-questions .accordion-item{
  border-left: none;
  border-right: none;
}
.feature-questions .accordion-item:last-child{
  border-bottom: none;
}
.feature-questions .accordion-button:not(.collapsed){
  box-shadow: none;
  color: black;
}
.feature-you-are .container{
  background-color: #007F9B;
  padding: 35px 45px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 70px;
}
.feature-you-are .container:before{
  content: "";
  background-image: url(../images/img/one-square.png);
  position: absolute;
  width: 41px;
  height: 44px;
  top: 25px;
  right: 50px;
}
.feature-you-are .container:after{
  content: "";
  background-image: url(../images/img/two-square.png);
  position: absolute;
  width: 61px;
  height: 65px;
  bottom: 35px;
  left: 60px;
}
.feature-you-are h2{
  color: #ffffff;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.feature-you-are h3{
  color: #ffffff;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: right;
}
.feature-you-are ul{
  margin-left: 70px;
}
.feature-you-are ul li{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
}
.feature-you-are ul li strong{
  font-family: 'BebasNeueProBold', sans-serif;
}
.feature-you-are .util-links{
  margin: 0;
  float: right;
  margin-top: 17px;
}
.feature-you-are .util-links li{
  list-style: none;
  display: inline-block;
}
.feature-you-are .util-links li a{
  font-size: 18px;
  border: 2px solid black;
  padding: 7px 40px;
  border-radius: 32px;
  color: black;
  margin-right: 15px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: 'BebasNeueProBold', sans-serif;
}
.feature-you-are .util-links li:first-child a {
  color: white;
  background-color: #F07034;
  border: 2px solid #F07034;
}
.feature-you-are .util-links li:last-child a{
  margin-right: 0;
}

#apropos{
     background: url("../images/animation-scrol.gif") right;
    background-repeat: no-repeat;
    /* width: 20px; */
    background-size: 6%;
    background-position: right top;
}
.feature-programme{
  margin-bottom: 50px;
}
.feature-programme h2{
  font-family: 'QuinnBold';
  font-weight: 700;
  font-size: 80px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 46px;
  margin-top: 70px;
  position: relative;
  padding-left: 60px;
  letter-spacing: 1px;
}
.feature-programme h2:before{
  content: "";
  background-image: url(../images/img/carre-bleu.png);
  position: absolute;
  width: 47px;
  height: 47px;
  top: -3px;
  left: 0;
  margin: auto;
}
.feature-programme span{
  font-size: 30px;
  font-family: 'BebasNeueProRegular', sans-serif;
  text-transform: initial;
  margin-bottom: 40px;
  display: block;
}
.feature-programme .description{
  display: table;
  width: 100%;
  height: 100%;
}
.feature-programme .description>div{
  display: table-cell;
  vertical-align: middle;
}
.feature-programme .description h3{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 20px;
}
.feature-programme .description p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}




.feature-programme .block-box{
  position: relative;
  width: 85%;
  margin: auto;
  text-align: center;
}
.feature-programme .block-box img{
  display: block;
  margin: auto;
  width: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 100px;
}
.feature-programme .block-box h4{
  width: 90%;
  margin: auto;
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}
.feature-programme img{
  width: 100%;
}








.feature-partners {
  background-image: url(../images/img/bg-block-feature-partners.png);
  background-size: cover;
  min-height: 315px;
  position: relative;
  background-repeat: no-repeat;
}
.feature-partners .container{
  position: relative;
}
.feature-partners .box-padding{
  content: "";
  background: #000000c7;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 229px;
  padding: 30px 50px;
  border-radius: 7px;
}
.feature-partners .box-padding .row{
  display: table;
  width: 100%;
  height: 100%;
}
.feature-partners .box-padding .row .col-lg-3{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feature-partners .box-padding span{
  color: white;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.feature-partners .box-padding img{
  width: 170px;
}
.feature-company{
  padding-top: 140px;
  margin-bottom: 0;
}
.feature-company hr{
  margin: auto;
  max-width: 800px;
  border: 1px solid #b1b0b0;
  opacity: 1;
  border-bottom: none;
  margin-top: 50px;
}
.feature-company h4{
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-family: 'BebasNeueProRegular', sans-serif;
  margin-bottom: 40px;
}
.feature-company ul{
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
}
.feature-company ul li{
  display: inline-block;
  list-style: none;
  text-align: center;
}
.feature-company ul li a{
  font-size: 18px;
  border: 2px solid black;
  padding: 7px 35px;
  border-radius: 32px;
  color: black;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'BebasNeueProBold', sans-serif;
}
.feature-company ul li:first-child a{
  color: white;
  background-color: #40C187;
  border: 2px solid #40C187;
}
.feature-company .container{
  max-width: 1000px;
}
.feature-company .container img{
  margin: auto;
  display: block;
}
.feature-company .container .row{
  display: table;
  width: 100%;
 
  margin: auto;
}
.feature-company .container .row .col-lg-3{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/********************** Start Page parcour *********************************/
.candidatez{
  font-family: 'BebasNeueProBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  background: #007BC7;
  color: #FFFFFF;
  padding: 5px 25px;
  border-radius: 32px;
}
.connecte-vous{
  font-family: 'BebasNeueProBold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 10%;
  vertical-align: middle;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  padding: 5px 25px;
  border-radius: 32px;
}

.candidatez:hover,.connecte-vous:hover{
  color: #fff;
}

.headers-parcours{
  /* background: #443B3B; */
  background: #443b3b75;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  padding-block: 15px;
  width: 100%;
  height: 100px;
}
.headers-parcours .header-parcour{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.first-bloc{
  position: relative;
}
.first-bloc .content-firstbloc{
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  background: #443b3b75;
  left: 0;
  right: 0;
  z-index: 1;
  padding-block: 15px;
  width: 100%;
  height: 200px;
}
.first-bloc .content-firstbloc h3{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 46.45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.first-bloc .content-firstbloc h3 strong{
  display: block;
  font-weight: 700;
  font-size: 96px;
  padding-top: 19px;
  text-transform: capitalize;
}

.concours-ouverts{
  padding-top: 75px;
  padding-bottom: 70px;
}
.concours-ouverts h4{
  font-family: 'QuinnBold';
  font-weight: 700;
  font-size: 60.57px;
  line-height: 56px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #141414;
  padding-bottom: 40px;
}
.concours-ouverts .box-concour{
  background: #F7F7F5;
  border-radius: 12px;
  padding: 40px 35px;
  margin-bottom: 30px;
}
.concours-ouverts .box-concour .item-concour{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.concours-ouverts .box-concour .item-concour .concours span{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: -10px;
  display: block;
}
.concours-ouverts .box-concour .item-concour .concours h6{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 39px;
  color: #000000;
  margin-bottom: -8px;
}
.concours-ouverts .box-concour .item-concour .concours h5{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #F07034;
  text-transform: uppercase;
}
.concours-ouverts .box-concour .item-concour .rentre-univer{
  text-align: center;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-inline: 60px;
}
.concours-ouverts .box-concour .item-concour .rentre-univer p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0000008C;

}
.concours-ouverts .box-concour .item-concour .rentre-univer h6{
  font-family: 'BebasNeueProBold';
  font-weight: 800;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.concours-ouverts .box-concour .item-concour .date-candida{
  text-align: center;
}
.concours-ouverts .box-concour .item-concour .date-candida p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0000008C;
}
.concours-ouverts .box-concour .item-concour .date-candida h6{
  font-family: 'BebasNeueProBold';
  font-weight: 800;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.concours-ouverts .box-concour .item-concour .candidatez{
  line-height: unset;
  max-width: 235px;
  width: 235px;
  display: block;
  text-align: center;
}


.news-parcour{
  padding-bottom: 100px;
}

.news-parcour h5{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  padding-block: 35px;
}
.news-parcour h5 strong{
  font-family: 'BebasNeueProBold';
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #000000;
  display: block;
}
.news-parcour p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #464646;

}

/************************ Start Page connexion***************************************/
.headers-connexion{
  background: #6464646b;
  width: 100%;
  height: 100px;
  padding-block: 18px;
}
.headers-connexion .header-connexion{
  display: flex
;
  justify-content: space-between;
  align-items: center;
}
.headers-connexion .header-connexion .btnhp-con{
  padding-left: 60px;
}
.headers-connexion .header-connexion .btnhp-con a{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 325;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.headers-connexion .header-connexion .btnhp-con span{
  color: #fff;
}
.headers-connexion .header-connexion .btnhp-con a.active{
  font-weight: 700;

}



.espace-candidature{
  padding-top: 65px;
  background-color: #f9f9f9;
  position: relative;
  /* margin-top: 75px; */
  background-image:url(../images/icones/Vectorrg.png),url(../images/icones/vectorblueciel.png) ;
  padding: 40px 0;
  background-position: right 6% top 12%, right 10% top 23%;
  background-repeat: no-repeat;
}

.espace-candidature .header-condidature h1{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 325;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
.espace-candidature .header-condidature h1 strong{
  display: block;
  font-weight: 700;
}
.espace-candidature .header-condidature p{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 40px;
}
.espace-candidature .header-condidature p strong{
  font-weight: 800;
}




.espace-candidature .connecionForm{
  max-width: 667px;
  margin: 50px auto;
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 3.96px 49.48px 0px #0000001A;

}


/* Form controls */
.form-control {
  background-color: #f9f9fa;
  border: none;
  border-radius: 6px;
  height: 41px;
  font-size: 1rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
}

.form-control:focus {
  background-color: #f9f9fa;
  box-shadow: none;
}

/* Placeholders */
input::placeholder {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.3) !important;
}

.pc-mdp{
  position: relative;
}
#togglePassword{
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#togglePassword a{
  color: #ACB5BB;
}
.icon-iden{
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/* Style Switch */
.switch {
  --button-width: 2.5em;
  --button-height: 1.4em;
  --toggle-diameter: 1em;
  --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2);
  --toggle-shadow-offset: 10px;
  --toggle-wider: 3em;
  --color-grey: #cccccc;
  --color-green: #007BC7;
  display: flex;
}

.slider {
  display: inline-block;
  width: var(--button-width);
  height: var(--button-height);
  background-color: var(--color-grey);
  border-radius: calc(var(--button-height) / 2);
  position: relative;
  transition: 0.3s all ease-in-out;
}

.slider::after {
  content: "";
  display: inline-block;
  width: var(--toggle-diameter);
  height: var(--toggle-diameter);
  background-color: #fff;
  border-radius: calc(var(--toggle-diameter) / 2);
  position: absolute;
  top: var(--button-toggle-offset);
  transform: translateX(var(--button-toggle-offset));
  box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.switch input[type="checkbox"]:checked + .slider {
  background-color: var(--color-green);
}

.switch input[type="checkbox"]:checked + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset)));
  box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0, 0, 0, 0.1);
}

.switch input[type="checkbox"] {
  display: none;
}

.switch input[type="checkbox"]:active + .slider::after {
  width: var(--toggle-wider);
}

.switch input[type="checkbox"]:checked:active + .slider::after {
  transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset)));
}
.switch a{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
  vertical-align: middle;
  color:#000000;
  padding-left: 10px;
}


.espace-candidature .connecionForm .mdpoublie{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
  vertical-align: middle;
  color:#000000;
  text-decoration: underline;
}


.fr-btn-tertiary{
  font-family: 'BebasNeueProBold';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #007BC7;
  border-radius: 32px;
  padding: 8px 50px;
  border: none;
  margin-top: 20px;
}

.espace-candidature .new-compte{
  font-family: 'BebasNeueProRegular', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color:#000000;
  text-decoration: underline;
  text-align: center;
  display: block;
}


.partenaire-cnx{
  max-width: 667px;
  margin: 50px auto;
  background: white;
  border-radius: 15px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.partenaire-cnx{
  background-image: url(../images/imgcne.png);
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: 80% 50%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.partenaire-cnx::before{
  position: absolute;
  content: "";
  background: linear-gradient(268.58deg, rgba(121, 121, 121, 0) -144.13%, #292828 98.85%);
  width: 100%;
  height: 100%;
}

.partenaire-cnx .box-partenaire{
  position: relative;
  z-index: 1;
  text-align: center;
  padding-inline: 20px;
}
.partenaire-cnx .box-partenaire span{
  color: white;
  font-family: 'BebasNeueProRegular', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.partenaire-cnx .box-partenaire .liste-partenaire-cnx img{
  width: 100%;
}
.partenaire-cnx .box-partenaire .liste-partenaire-cnx{
  padding-top: 50px;
}

.footer-cnx{
  /* padding-top: 20px; */
}
.footer-cnx .footer{
  border-top: 1px solid #0000001A;
}

.footer-cnx .content-footer-cnx{
  display: flex;
  width: 80%;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-cnx .content-footer-cnx .social-media{
  align-items: end;
  width: initial;
  gap: 20px;
}


/************************ Mobile connexion***************/
@media (max-width: 575.98px) {
  .headers-connexion{
    height: 180px;
  }
  .headers-connexion .header-connexion{
    flex-direction: column;
    gap: 45px;
  }
  .espace-candidature{
    background-image: none;
  }
  .espace-candidature .header-condidature h1{
    font-size: 58px;
  }
  .espace-candidature .header-condidature p{
    font-size: 31px;
  }


  .partenaire-cnx{
    background-image: url(../images/imgcnembl.png);
    height: 515px;
    margin-inline: 20px;
  }
  .partenaire-cnx::before{
    background: linear-gradient(5.51deg, rgba(121, 121, 121, 0) -88.79%, #292828 95.62%);
  }
  .partenaire-cnx .box-partenaire .logbanner{
    display: none;
  }
  .partenaire-cnx .box-partenaire span{
    font-size: 33px;
  }
  .partenaire-cnx .box-partenaire .liste-partenaire-cnx img{
    width: 230px;
    padding-block: 29px;
  }





  .footer-cnx .content-footer-cnx{
    flex-direction: column;
    width: 100%;
  }
  .footer-cnx .content-footer-cnx .social-media{
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {

  .espace-candidature{
    background-image: none;
  }



  .partenaire-cnx{
    background-image: url(../images/imgcnembl.png);
    height: 650px;
    margin-inline: 20px;
  }
  .partenaire-cnx::before{
    background: linear-gradient(5.51deg, rgba(121, 121, 121, 0) -88.79%, #292828 95.62%);
  }
  .partenaire-cnx .box-partenaire .logbanner{
    display: none;
  }
  .partenaire-cnx .box-partenaire span{
    font-size: 33px;
  }
  .partenaire-cnx .box-partenaire .liste-partenaire-cnx img{
    width: 230px;
    padding-block: 29px;
  }


  .footer-cnx .content-footer-cnx{
    flex-direction: column;
    width: 100%;
  }
  .footer-cnx .content-footer-cnx .social-media{
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .footer-cnx .content-footer-cnx .social-media{
    display: flex;
    margin: 0 auto;
  }
  .footer-cnx .content-footer-cnx{
    align-items: center;
  }
}
/************************ Mobile Parcour***************/
@media (max-width: 575.98px) {
  .headers-parcours .header-parcour{
    align-items: center;
    justify-content: center;
  }
  .first-bloc .content-firstbloc{
    gap: 20px;
    flex-wrap: wrap;
  }
  .first-bloc .content-firstbloc h3{
    font-size: 40.45px;
  }
  .first-bloc .content-firstbloc h3 strong{
    font-size: 75px;
  }
  .concours-ouverts h4{
    font-size: 62.57px;
  }
  .concours-ouverts h4 img{
    display: block;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
    padding-inline: 0;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
  .news-parcour h5{
    font-size: 35px;
    line-height: 40px;
  }
  .news-parcour h5 strong{
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .first-bloc .content-firstbloc{
    gap: 20px;
    height: 125px;
  }
  .first-bloc .content-firstbloc h3{
    font-size: 35.45px;
  }
  .first-bloc .content-firstbloc h3 strong{
    font-size: 65px;
  }
  .concours-ouverts h4{
    font-size: 50.57px;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    text-align: center;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .first-bloc .content-firstbloc{
    gap: 20px;
  }
  .concours-ouverts .box-concour .item-concour{
    flex-direction: column;
    text-align: center;
  }
  .concours-ouverts .box-concour .item-concour .rentre-univer{
    border: none;
  }
  .news-parcour .Logo_inpt{
    padding-top: 50px;
  }
}



/**************** Start Bloc Tilmes line*************************/

.program-item-line .container{
padding-inline: 0;
}
.program-item-line .content-timeline{
  background-color: #00B4C7;
  padding: 40px 10px 30px 30px;
  position: relative;
  border-radius: 7px;
  margin-top: 40px;
}
.program-item-line .content-timeline .top-timeline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 25px;
}
.program-item-line .content-timeline .top-timeline  .img-timeline{
  width: 200px;
  /* position: absolute; */
}
.program-item-line .content-timeline .top-timeline h5{
  text-align: center;
  font-family: 'BebasNeueProRegular', sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.program-item-line .content-timeline .top-timeline h6{
  text-align: right;
  font-family: 'BebasNeueProBold', sans-serif;
  font-size: 39px;
  color: #ffffff;
  text-transform: uppercase;
}
.program-item-line .content-timeline .top-timeline a{
  color: white;
  background-color: #F07034;
  border: 2px solid #F07034;
  font-size: 22px;
  padding: 4px 50px;
  letter-spacing: 1px;
  border-radius: 32px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'BebasNeueProBold', sans-serif;
}

.program-item-line .content-timeline .item-timeline{
  padding-top: 50px;
}

.timeline{
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-item{
  padding-top: 25px;
  position: relative;
  padding-inline: 10px;
  width: 235px;
}
.timeline-info {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  color: #ffffff;
  font-family: 'BebasNeueProBold';
  text-align: center;
}
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110px;
  width: 88%;
  text-align: center;
}
.timeline-marker:before {
  background: #ffffff;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 20px;
  height: 1px;
  width: 100%;
}


.timeline-item:last-child .timeline-marker:after{
  width: 0;
}

.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p{
  font-family: 'BebasNeueProRegular';
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}


.program-item-line .content-timeline  a{
  color: white;
  background-color: #F07034;
  border: 2px solid #F07034;
  font-size: 18px;
  padding: 4px 50px;
  letter-spacing: 1px;
  border-radius: 32px;
  margin-right: 15px;
  text-transform: uppercase;
  font-family: 'BebasNeueProBold', sans-serif;
}


/*************** Mobile Timeline HP**********************/


@media (max-width: 575.98px) {
  .program-item-line .container{
    padding-inline: 0;
  }
  .program-item-line .content-timeline{
    border-radius: 0;
  }
  .program-item-line .content-timeline .top-timeline{
    flex-direction: column;
    gap: 30px;
  }
  .program-item-line .content-timeline .top-timeline h6{
    text-align: center;
  }
  .timeline{
    display: inherit;
    width: 55%;
    margin: auto;
  }
  .timeline-item {
    padding-top: 0;
    padding-left: 20px;
    position: relative;
    padding-inline: 20px;
  }
  .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
  }
  .timeline-marker:after {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
    height: inherit;
  }
  .timeline-info{
    text-align: inherit;
  }
  .timeline-content p{
    text-align: inherit;
    width: 100%;
  }
  .program-item-line .content-timeline a{
    margin: auto;
    /* text-align: center; */
    width: fit-content;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .program-item-line .content-timeline .top-timeline{
    flex-direction: column;
    gap: 30px;
  }
  .program-item-line .content-timeline .top-timeline h6{
    text-align: center;
  }
  .timeline{
    display: inherit;
    width: 55%;
    margin: auto;
  }
  .timeline-item {
    padding-top: 0;
    padding-left: 20px;
    position: relative;
    padding-inline: 20px;
  }
  .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
  }
  .timeline-marker:after {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
    height: inherit;
  }
  .timeline-info{
    text-align: inherit;
  }
  .timeline-content p{
    text-align: inherit;
    width: 80%;
  }
  .program-item-line .content-timeline a{
    margin: auto;
   width: 65%;
        display: block;
        text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .program-item-line .content-timeline .top-timeline{
    flex-direction: column;
    gap: 30px;
  }
  .program-item-line .content-timeline .top-timeline h6{
    text-align: center;
  }
  .timeline{
    display: inherit;
    width: inherit;
  }
  .timeline-item {
    padding-top: 0;
    padding-left: 20px;
    position: relative;
    padding-inline: 20px;
  }
  .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
  }
  .timeline-marker:after {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
    height: inherit;
  }
  .timeline-info{
    text-align: inherit;
  }
  .timeline-content p{
    text-align: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .timeline-marker {

    left: 65px;

  }
  .timeline-item {
    width: 155px;
  }
}



/*********************** Start Bloc PArtenaire Taille****************/
.partenaires-taille {
      padding-top: 100px;
}
.partenaires-taille h2{
 font-family: 'QuinnBold', sans-serif;
font-weight: 700;
font-size: 60px;
line-height: 58px;
letter-spacing: 2%;
text-align: center;
vertical-align: middle;

}
.partenaires-taille .first-part{
  display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 38px;
}
.partenaires-taille .second-part{
  display: flex;
    gap: 20px;
    align-items: center;
    /* flex-direction: row-reverse; */
     padding-bottom: 38px;
}
.partenaires-taille  p{
font-family: 'Inter-Regular', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;
color: #454545;

}
.partenaires-taille  p strong{
  font-weight: 700;
}


/************** Mobile Bloc PArtenaire Taille ***************/
@media (max-width: 575.98px) {
.partenaires-taille h2{
  text-align: right;
}
  .partenaires-taille .first-part:nth-child(odd){
 
    flex-direction: column-reverse;
align-items: start;
  }
  .partenaires-taille .first-part:nth-child(even){
      flex-direction: column;
              align-items: end;
              text-align: right;
  }
    .partenaires-taille .second-part:nth-child(odd){
         align-items: start;
    flex-direction: column;
  }
    .partenaires-taille .second-part:nth-child(even){
  align-items: end;
    flex-direction: column-reverse;
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partenaires-taille h2{
  text-align: right;
}
  .partenaires-taille .first-part:nth-child(odd){
 
    flex-direction: column-reverse;
align-items: start;
  }
  .partenaires-taille .first-part:nth-child(even){
      flex-direction: column;
              align-items: end;
              text-align: right;
  }
    .partenaires-taille .second-part:nth-child(odd){
         align-items: start;
    flex-direction: column;
  }
    .partenaires-taille .second-part:nth-child(even){
  align-items: end;
    flex-direction: column-reverse;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .partenaires-taille .second-part{
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .partenaires-taille h2{
    font-size: 45px;
  }
}



/********************* foter bootom*****************/
.footer-bottom{
      background: #000000;
    height: 55px;
    text-align: center;
    padding-block: 15px;
}
.footer-bottom p{
 font-family: 'BebasNeueProRegular';
font-weight: 400;
font-size: 16px;
line-height: 145%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #ffff;
}

.footer-bottom p a{
  font-weight: 700;
  color: #ffff;
}






























































































































































































































































































































































@media (max-width: 575.98px) {
  .feature-you-are .container{
    border-radius: 0;
  }
  .avanatage-leader-section h3{
    width: 100%;
    font-size: 32px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .feature-you-are .container{
    max-width: initial;
    border-radius: 0;
  }
}


@media screen and (max-width: 768px){
  .feature-programme h2 {
    line-height: 60px;
  }
  .feature-partners .box-padding {
    top: 300px;
    width: 90%;
    left: 5%;
    padding: 30px 50px 30px 65px;
    text-align: center;
  }
  .feature-partners .box-padding .row .col-lg-3 {
    display: block;
    margin-bottom: 20px;
  }
  .feature-partners {
    background-image: url(../images/img/bg-block-feature-partners-mobile.png);
    min-height: 660px;
  }
  .feature-company .container .row .col-lg-3 {
    display: block;
    margin-bottom: 15px;
  }
  .feature-company h4 {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .feature-you-are .container {
    padding: 60px 15px 20px 5px;
    margin-bottom: 0;
  }
  .feature-you-are .container:before {
    top: 15px;
    right: 15px;
  }
  .feature-you-are ul {
    margin-left: 0;
  }
  .feature-you-are .container:after {
    bottom: 50px;
    left: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .feature-you-are h3 {
    text-align: center;
  }
  .feature-you-are .util-links{
    float: none;
    text-align: center;
  }
  .feature-you-are .util-links li {
    display: block;
    margin-bottom: 20px;
  }
  .feature-you-are .util-links li a{
    margin: 0;
    padding: 9px 60px;
  }
  .feature-you-are .util-links{
    padding: 0;
  }

  .program-item .container img {
    position: initial;
    margin: auto;
    display: block;;
  }
  .program-item .container {
    padding: 40px 10px 80px 10px;
    margin-top: 0;
  }
  .program-item .container a {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    bottom: 20px;
    margin: auto;
  }
  .program-item .container ul{
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
  }
  .program-item .container ul li {
    width: 100%;
  }

}


@media screen and (max-width: 640px){
  .feature-programme h2 {
    font-size: 40px;
    line-height: 34px;
    padding-left: 30px;
  }
  .feature-programme h2:before {
    top: -55px;
    left: 30px;
  }
  .feature-programme {
    margin-top: 80px;
  }
  .feature-programme span {
    line-height: 32px;
    font-size: 30px;
    margin-top: 20px;
  }
  .feature-programme .description h3 {
    font-size: 38px;
    line-height: 42px;
  }
  .feature-company {
    padding-top: 60px;
  }

  .feature-you-are h2 {
    text-align: center;
  }

  .feature-questions .container {
    padding: 40px 0px 20px 20px;
  }
  .leader-section {
    padding-top: 0;
  }
  .feature-company ul{
    display: none;
  }
  .feature-company hr {
    margin-top: 30px;
  }

  #apropos{
    background-size: 15%;
  }
}