@charset "utf-8";
/* CSS Document */
.home .home_haut,
.home .twitter {
	display:block;
}
.home .SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 17px !important;
    line-height: 1.1em !important;
}
.flexRs {
	display: flex;
	justify-content: space-between;
	margin:45px 0;
}
.flexRs > div {
	width:32%;
	flex-shrink: 0;
}
.flexRs .intRs {
	margin:23px 34px;
}
.flexRs .wRs {
	height: 356px;
	width:100%;
}
.flexRs .boxTwitter .intRs,
.flexRs .boxLinkedin .intRs {
	margin-right: 16px;
}
.flexRs .boxTwitter .wRs {
	overflow-y: auto;
}
.flexRs .boxLinkedin iframe {
	width: 100% !important;
	height: 100% !important;
	overflow: auto;
}
.bx-wrapper,
.slide {
	width:100%;
	position:relative;

}


.home .h2 {
	font-size: 2.375em;
	 font-family: "Open Sans", sans-serif;
	text-transform:uppercase;
	font-weight: 700;
	color:#FF525F;
	padding:0px;
	margin:45px 0 20px 0px;
}
.home_ecoles .titrePlus,
.home_eve .titrePlus,
.home_videos .titrePlus {
	margin-bottom: 5px;
}
.ligneChiffreHome {
	margin-bottom: 25px;
}
.ligneChiffreHome .chif {
	font-size: 2.375em;
}
.home .ligneChiffreHome h2 {
	margin:0px;
}
.home .home_offres .ligneChiffreHome h2,
.boxHomeCv .ligneChiffreHome .chif {
	margin:0 10px;
}
.home .boxHomeCv .h2 {
	text-transform: none;
}
.home .bx-wrapper .photo,
.home .slide .photo {
	width:100%;
	height:25vw;
	max-height: 400px;
	background-color:#242F35;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:0px auto;
}
.bx-wrapper .photo,
.slide .photo {
	margin:0px;
}
.bx-wrapper .intro,
.slide .intro {
	width:80%;
	color:#FFF;
	text-align:left;
	padding:55px 20px 20px 200px;
}
.bx-wrapper h2,
.slide h2 {
	color:#FFF;
	font-size: 1.7em;
	margin:0px;
	padding:0px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight: 700;
}
.bx-wrapper h2 a,
.slide h2 a {
	display:inline;
	background:#FF565F url('../images/fleche_blc.png') no-repeat 5px 7px;
	padding:0px 7px 0px 35px;
	text-align:left;
	/* margin:-3px 0px 0px 0px; */
	color:#FFF;
}
.bx-wrapper h2 a:hover,
.slide h2 a:hover {
	background-color:#000;
}
.bx-wrapper .intro p:before,
.slide .intro p:before {
	display:block;
	content:"";
	visibility:hidden;
}
.bx-wrapper .intro .text,
.slide .intro .text {
	overflow:hidden;
	margin-top:10px;
	font-size: 1.125em;
}
.bx-wrapper .intro .text div.tx,
.slide .intro .text div.tx {
	display:inline;
	background:rgba(0,0,0,0.4);
	padding:0px 5px;
	text-shadow:0px 0px 3px rgba(0,0,0,1);
}
.edito {
	float:right;
	width:270px;
	padding-right:5px;
	font-size:15px;
}
.home #slide_navigator {
	position: relative;
bottom:-10px;
left: auto;
display: flex;
justify-content: center;
}
.control span {
	display:inline-block;
	background:#EBEAE6;
	padding:0px;
	width:20px;
	height:20px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	border-radius:12px;
	margin:0px 2px;
}
.control span.active {
	background:#FF5560;
	color:#FFF;
}
.box_3chiffres {
	position: relative;
	margin:52px 0px;
	background: #fff;
	border-radius: 10px;
}
.flex3chiffres {
	padding:10px 0px;
}
/*.box_3chiffres::before,
.box_3chiffres::after {
	display: block;
	content:"";
	background: linear-gradient(to right, #ECF0F2 0%, #D0D7DB 30%, #D0D7DB 70%, #ECF0F2 100%);
	height: 1px;
	width:100%;
}*/
/**********************slider****/
.slider-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .slider-track-container {
      overflow: hidden;
      width: 100%;
    }

    .slider-track {
      display: flex;
      gap: 16px;
      transition: transform 0.4s ease;
    }

    .cardSlide {
      flex: 0 0 calc((100% - 5 * 16px) / 6);
      background: #fff;
      border-radius: 8px;
      padding: 20px 16px 16px;

      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.2s;
    }

    .cardSlide:hover {
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
      transform: translateY(-3px);
    }

    .cardSlide-logo {
      width: 60px;
      height: 60px;
      background: #eee center/contain no-repeat;
      border-radius: 4px;
      align-self: flex-end;
    }

    .cardSlide-name {
      font-size: 0.95rem;
      font-weight: 700;
      color: #222;
      margin-top: 10px;
    }

    .arrowSlide {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      cursor: pointer;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: background 0.2s, color 0.2s;
      color: #555;
    }

    .arrowSlide:hover {
      background: #e05a6e;
      color: #fff;
      border-color: #e05a6e;
    }

    .arrowSlide:disabled {
      opacity: 0.3;
      cursor: default;
      pointer-events: none;
    }

    /* Barre de progression autoplay */
    .progress-bar {
      height: 3px;
      background: #e8e8e8;
      border-radius: 2px;
      margin-top: 16px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      background: #e05a6e;
      width: 0%;
      border-radius: 2px;
      transition: width linear;
    }

    @media (max-width: 1100px) {
      .cardSlide { flex: 0 0 calc((100% - 3 * 16px) / 4); }
    }
    @media (max-width: 800px) {
      .cardSlide { flex: 0 0 calc((100% - 2 * 16px) / 3); }
    }
    @media (max-width: 560px) {
      .cardSlide { flex: 0 0 calc((100% - 16px) / 2); }
    }
/*****************fin slider****/
.bChiffre {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 25px;
}
.bChiffre::before {
	display:block;
	content:"";
	height: 83px;
	width:85px;
	background: url('../images/ic_groupes.png') no-repeat center;
	background-size: contain;
	margin-right: 10px;
	flex-shrink: 0;
}
.bCMembres::before {
	background-image: url('../images/ic_membres.png');
}
.bCOffres::before {
	background-image: url('../images/ic_offres.png');
}
.chif {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.bChiffre .chif {
	font-size: 1.875em;
}
.chif.rouge {
	color:#FF525F;
}
.txtUpper {
line-height: 1.1em;
  text-transform: uppercase;
  display: block;
}
.txtUpper_home {
line-height: 3.5em;
  text-transform: uppercase;
  display: block;
}
.txtUpper_home2 {
line-height: 3.7em;
  text-transform: uppercase;
  display: block;
}
.box_3chiffres .txtUpper {
	margin-left: 10px;
}

.home .box_eve h3,
.home .itMVideo h3 {
font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  padding: 5px 0px 0px 0px;
  color: #000;
  margin-bottom:10px;
}
.flexHomeEcoles a {
	display: block;
	padding:15px;
	height: 164px;
	font-weight: 700;
	text-align:center;
}
.flexHomeEcoles a span {
	display: block;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	margin-bottom: 10px;
}
.boxMarg {
	margin:52px 0px;
}
.customisable-border  {
    border:0px !important;
}
.flexHomeOffres {
	margin:0 0 25px 0px;
}
.flexHomeOffres > div {
	max-width: 204px;
}
.flexHomeOffres .noffre span {
	display: block
}
.flexHomeOffres .noffre1 .txtUpper{
	margin-right: 10px;
}
.flexHomeOffres .noffre2 .txtUpper {
	margin-right: 20px;
}
.flexHomeOffres .chif {
	font-size: 2.375em;
}
.noffre {
	padding-left:83px;
	background: url('../images/home/picto_mois.png') no-repeat left top;
	background-size: auto 79px;
}
.noffre_stage {
	background-image: url('../images/home/picto_stage.png') ;
}
.noffre_emploi {
	background-image: url('../images/home/picto_emploi.png') ;
}
.home_espace,
.bOffresChoix {
	display: block;
	border-radius: 10px;
	/*background: url('../images/home/photo_etudiants.jpg') no-repeat right center;
	background-size: cover;*/
	color:#fff;
	margin:12px 0px 0 0;
	transition: 0.2;
}
.bOffresChoix.bHomeCRecruteur {
	background-image: url('../images/home/photo_entreprise.jpg');
}
.home_espace {
	background-image: url('../images/home/photo_espace.jpg');
}
.home_espace > div,
.bOffresChoix > span {
        display: block;
        background:rgba(0,0,0,0.6);
        height: 92%;
        padding:4% 30% 4% 7%;
        border-radius: 14px;
}
.home_espace > div {
	height: 96%;
	padding:2.6% 40% 3% 40px;
}
.home_espace .titrePlus {
	margin-left: 0px;
	margin-top: 0px;
}
.home_espace .txt {
	font-size:1.313em;
}
.bOffresChoix:hover {
	color:#FFF;
}
.bOffresChoix:hover > span {
	background:rgba(0,0,0,0.35);
}
.under {
	text-decoration: underline;
}
.boxHomeInfosOffres {
	width:50%;
}
.box3offres {
	margin-left: 5%;
	width:45%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: flex-end;
}
.box3offres .itemOffre {
	margin:0 0 28px 0px;
}
.itemOffre .titre {
	display: block;
	font-size: 1.125em;
	margin:8px 0px;
}

.boxHomeCv .toPlus {
	display: flex;
	align-items: flex-end;
	margin-left:5%;
}
.boxHomeCv .plus {
	white-space: nowrap;
}
.titrePlus {
	display: flex;
	align-items: center;
/*margin: 45px 0 20px 40px;*/
}
.titrePlus .plus {
	font-size: 1.4em;
	background-position: right 13px center;
	padding:4px 45px 4px 15px;
	margin-left: 15px;
	margin-top: 25px;
}
/*.titrePlus h2 {
	margin: 0px !important;
}*/
.flexListe .boxBlc {
	padding:0px;
}
.homeMap {
	/*width:774px;
	height: 366px;
	background: url('../images/home/map.png') no-repeat center;
	background-size: cover;
	border-radius: 0 0 14px 0;
	margin:-30px 0 0 -40px;
	flex-shrink: 0;
	margin-right: 35px;
	position: relative;*/
	width: 920PX;
  height: auto;
  background: url('../images/home/map.png') no-repeat center;
  position: relative;
  background-size:contain;
}
.mark {
	position: absolute;
}
.mark .act {
	background: url('../images/home/ic_map.png') no-repeat center;
	background-size: contain;
	color:#FFF;
	font-weight: 700;
	font-size: 17px;
	height: 68px;
	width:73px;
	text-align: center;
	padding-top: 20px;
}
.mark .pop {
	color:#000;
	padding:5px;
	font-size: 13px;
	left:35px;
	top:-15px;
	font-weight: 400;
	text-align: left;
	width:120px;
	line-height: 1.1em;
}
.mar3 .pop {
	left:60px;
	top:0px;
}
.marAsi .pop,
.marAus .pop {
	left:-130px;
}
.mark.mar2 .act {
	font-size: 15px;
	height: 37px;
	padding-top: 3px;
	width:40px;
}
.mark.mar1 .act {
	font-size: 14px;
	height: 30px;
	padding-top: 3px;
	width:33px;
}
.mar3 .act {
	animation-name:animMarkup;
    animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function:ease;
}
@keyframes animMarkup {
  0% {
	transform:scale(0.8) ;
  }
  10%{
	transform:scale(1);
  }
90%{
	transform:scale(1);
  }
	100%{
	transform:scale(0.8);
  }
}
.mar2 .act {
	animation-name:animMarkup2;
    animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function:ease;
}
@keyframes animMarkup2 {
  10% {
	transform:scale(1);
  }
  20%{
	transform:scale(1.1);
  }
25%{
	transform:scale(1.1);
  }
	30%{
	transform:scale(1);
  }
}
.mar1 .act {
	animation-name:animMarkup1;
    animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function:ease;
}
@keyframes animMarkup1 {
  10% {
	transform:scale(1);
  }
  20%{
	transform:scale(1.3);
  }
30%{
	transform:scale(1.3);
  }
	40%{
	transform:scale(1);
  }
}
.marEur {
	left:41.1%;
	top:25%;
}
.marAsi {
	left: 65%;
	top:45%;
}
.marAmN {
	left:15%;
	top:38%;
}
.marAmS {
	left:25%;
	top:66%;
}
.marMoy {
	left:58%;
	top:60%;
}
.marAfr {
	left:48%;
	top:55%;
}
.marAus {
	left:79%;
	top:74%;
}
.eapps-instagram-feed {
	min-width:100% !important;
	max-width: 100% !important;
}
.boxLogo img,
.boxResum img {
	max-width: 100%;
	height: auto;
}
.boxUrf {
	position: relative;
}
.flexHomeMap .txt {
	font-size: 1.25em;
}
.bChiffreA {
	border: 2px solid #C4C5C3;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.bChiffreA .chif {
	margin-right: 15px;
	font-size: 1.75em;
	width:100px;

}
.bChiffreA .txtUpper {
	font-size: 0.938em;
}
.bChiffreAM .chif {
	font-size: 1.938em;
  display: block;
}
.bChiffreAM .txtUpper {
	font-size: 1.313em;
}
.flexHomeAnnuaire {
	margin:35px 0px 20px 0;
}
.flexHomeAnnuaire .itAnnuaire {
	display: flex;
}
.infosAnnuaire {
	margin-left: 9px;
}
.connecteAnnuaire {
	color:#FF525F;
	font-weight: 600px;
	font-style: italic;
	font-size: 0.875em;
	line-height: 1em;
}
.typeAnnuaire {
	font-weight: 300px;
	font-size: 0.875em;
}
.infosAnnuaire h3 {
	margin:5px 0 !important;
	padding:0px;
	text-transform: none;
	font-weight: 700;
	line-height: 1.1em;
}
.infosAnnuaire h3 a {
	padding:0px;
	background: none;
}
.infosAnnuaire h3 span {
	display: block;
	text-transform: uppercase;
}
.boxHomeCv .toText {
	width:60%;
}
.boxTwitter .follow {
	margin-bottom: 8px;
}
.rs_titre {
	background: url('../images/home/titre_twitter.png') no-repeat left top;
	background-size: contain;
	padding-top: 70px;
	margin-bottom: 15px;
}
.boxLinkedin .rs_titre {
	background-image: url('../images/home/titre_linkedin.png') ;
}
.boxInstagram .rs_titre {
	background-image: url('../images/home/titre_instagram.png') ;
}
.follow a {
	color: #FF5560;
}
scrollbar,
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
scrollbar-track,
::-webkit-scrollbar-track {
  background: #FFF;
}
/* Handle */
scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #ECF0F2;
}
/* Handle on hover */
scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background: #B4BEC3;
}
/* fin css */
/* ---- */