@CHARSET "UTF-8";

/* Banner cover background
   ========================================================================== */
.banner-image {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/background/boarding.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index:100;
}
.banner-image, .banner-scroll {
	transition: opacity 0.5s, transform 0.5s, height 0.5s, margin 0.5s, padding 0.5s;
}
.banner-image.h200 {
	height: 200px;
}
.banner-image.h300 {
	height: 300px;
}
.banner-image .pane-inner .page-title h1 {
	font-family: Noah bold;
	font-size: 3.5rem;
	line-height: 3.5rem;
	letter-spacing: -0.015em;
	text-align:left;
	color:#333;
}
.banner-image .pane-inner .page-title h1 > span {
	background-color: #fff;
	-webkit-box-shadow: 1.5rem 0 0 #fff,-1.5rem 0 0 #fff;
	box-shadow: 1.5rem 0 0 #fff,-1.5rem 0 0 #fff;
}
.banner-image .pane-inner {
	max-width: 980px;
	margin: 0 auto 0 5vw;
	height: auto !important;
	padding-top: calc(2vw);
	min-height: auto!important;
}
.banner-image .pane-inner .page-title {
	color:#fff;
}
.pane-inner .secondary {
	background: white;
	display: inline-block;
	padding: 10px;
	font-family: Noah Bold;
	margin-top: 10px;
}
.banner-is-hidden {
    opacity: 0 !important;
    transform: translateY(-100%) !important;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none; /* Désactive les interactions */
}
.banner-logo {
	margin:10px;
}

.banner-logout .NomLogged {
	color: black;
	text-decoration: none;
	padding: 5px 10px;
	background: white;
	margin: 5px;
	opacity:.75;
}
/* Home Page
   ========================================================================== */
.home-page-layout {
	display:flex;
	flex-direction: column;
	padding-top:var(--stickyHeight);
	height:calc(100vh - var(--stickyHeight));
}
.main {
	box-sizing:border-box;
	width:100% ; 
	min-height:100% ; 
	display:flex;
	flex-direction:column;
	background-color:#fff
}
.main-layout {
	display: flex;
  	flex-direction: column;
	margin:0 auto;
	max-width:1024px;
	width:1024px;
	flex-grow:1;
	flex-shrink:0;
}
.home-message-directeur {
	position: relative;
	padding:0 1.5rem 0 1rem;
	margin-top:2.5rem;
	z-index: 1;
}
.home-message-directeur:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	height: 99%;
	border-radius: 1rem;
	background: linear-gradient(to right bottom,#72c6ef,#004e8f);
	transform: rotate(4deg);
	transform-origin: 40% 70%;
	box-shadow: inset 0 1px 1px 0 hsla(0,0%,100%,.15),0 50px 100px -20px rgba(50,50,93,.3),0 30px 60px -30px rgba(0,0,0,.5),-10px 10px 60px -10px rgba(103,178,111,.3);
}
.home-message-directeur-inner {
	display:flex;
	background: #fff;
	border-radius: 1rem;
	padding: 2rem;
	position: relative;
	z-index: 1;
	box-shadow:inset 0 1px 1px 0 hsla(0,0%,100%,.15),0 50px 100px -20px rgba(50,50,93,.3),0 30px 60px -30px rgba(0,0,0,.5),-10px 10px 60px -10px rgba(103,178,111,.3);
}
/* radio button home page menu
   ========================================================================== */
.tabsection-withicons.s2x .withicons.tabnav li.tabnav-item {
  min-width: 220px;
}
.tabsection-withicons.s2x .tabnav-link-label {
	font-size: 18px;
}
/* button home page
   ========================================================================== */
.home_area__choice {
	display: flex;
	justify-content: space-between;
	gap:1rem;
}
.home_area__choice .next-action_template {
	margin: 0 0 15px 0;
	width: 100%;
}
.home_area__choice button.next-action {
	height:100%;
	background-color: #051039;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px;
	border-radius: 2px;
}
.home_area__choice .next-action__wrapper {
	display: flex;
	flex-basis: 95%;
	align-items: center;
}
.home_area__choice .next-action__wrapper .next-action__cercle {
	min-width: 24px;
	height: 24px;
	margin-right: 1rem;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
}
.home_area__choice .next-action__wrapper .next-action__cercle .next-action__icon {
	font-size:1.25em;
}
.home_area__choice .next-action__wrapper .title__description {
	font-size: 1.25rem;
	line-height: 1.5;
	font-family: Noah;
	color:#fff;
}
.home_area__choice .action__chevron-right {
	display: inline-block;
	width: calc(1em / 16 * 24);
	color:#fff;
}
.livret {
	line-height: 1.2;
	font-size: 10px;
	width: 100px;
	padding-top: 10px;
	text-transform:uppercase;
	color:var(--vcard-document-background);
}
/* sections
   ========================================================================== */
section details:first-child {
   padding-top: 2rem;
}
section details {
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #d6d6d6;
}
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details > summary {
  	list-style: none;
}
details > summary::-webkit-details-marker {
  	display: none;
   	list-style: none;
}
details summary {
  	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding-right: 8%;
	font-size: 46px;
	line-height: 52px;
	font-family: "Noah bold";
	letter-spacing: -0.005em;
	background-image:none;
	-webkit-appearance:none;
	color:#111111;
}
details summary .ModuleTitle {
	display: block;
	padding: 25px 0;
}
[tabindex]:focus {
	outline:4px solid rgba(0,125, 250, 0.6);
}
details summary .ModuleTitle .ModuleNumberIcon:before {
	content: attr(data-number);
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 900;
	height: 1.4em;
	width: 1.4em;
	border-radius: 100%;
	box-shadow: 0 0 0 5px #000;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 50%;
	right: calc(100% + 1.25em);
	transform: translateY(-50%);
}
details summary .ModuleTitle:after {
  	content: "+";
	right: 0;
	font-weight: 200;
	line-height: 1;
	position: absolute;
	font-size: 4rem;
	color: #666666;
	transition: .3s;
}
details[open] summary .ModuleTitle:after {
  transform: rotate(45deg);
  font-size: 4rem;
}
/* Tray help
   ========================================================================== */
.tray-help {
	position:fixed;
	top:50%;
	right:0;
	z-index:2;
	margin:1rem;
	transition:.15s all ease-out;
}
.tray-help.show {
	opacity:1;
}
.tray-help.close {
	opacity:0;
	pointer-events:none;
}
.tray-help button {
	background:#000;
	width:4rem;
	height:4rem;
	border-radius:50%;
}
.assistance-modal {
	position:fixed;
	bottom:0;
	right:0;
	margin-right:2rem;
	margin-bottom:2rem;
	width:472px;
	background:rgb(239, 216, 220);
	transition:.15s all ease-out;
}
/* key figures
   ========================================================================== */
ul.key_figures {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
}
ul.key_figures.marque {
	justify-content: center;
}
ul.key_figures.figures {
	justify-content: flex-start;
}
ul.key_figures li.item {
	border-top: 4px solid #FF5539;
	background-color:#fff;
	width:31.7%;
	box-shadow: 0 0 10px -10px rgba(5,16,57,.05), 0 1px 10px 0 rgba(5,16,57,.05), 0 -1px 10px 0 rgba(5,16,57,.05);
	margin: 0 1rem 1rem 0;
	height:100%;
	min-height:175px;
	max-height:175px;
	padding: 2rem;
	display:flex;
	flex-direction : column;
	position:relative;
	justify-content: center;
	font-family: Noah;
	box-sizing:border-box;
}
ul.key_figures img {
	max-width:none;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	height:100%;
}
ul.key_figures li.item.societe {
	margin: 0 1rem 0 0;
	min-height:145px;
	max-height:145px;
}
ul.key_figures.figures li.item {
	min-height:145px;
	max-height:145px;
	width:23%;
}
ul.key_figures li.item::last-child {
	margin: 0 0 0 0;
}

ul.key_figures li.item .key {
	height:50%;
	display:flex;
	align-items:flex-end;
	justify-content: center;
	margin-bottom: 12px;
}
ul.key_figures li.item .key-legend {
	height:50%;
	display:flex;
	align-items:center;
	justify-content: center;
	flex-direction : column;
	padding-top:6px;
	position:relative;
}
ul.key_figures li.item .key span {
	font-size: 48px;
	font-family: Noah Bold;
	line-height:32px;
	text-align:center;
	z-index:2;
}
ul.key_figures li.item .key span.societe {
	font-size: 24px;
}
ul.key_figures li.item .key span.valeur {
	font-size: 28px;
}
ul.key_figures li.item .key-legend span {
	font-size: 15px;
	font-family: Noah;
	line-height:18px;
	text-transform: uppercase;
	text-align:center;
}
ul.key_figures li.item.figures .key-legend span {
	font-size: 12px;
}
ul.key_figures li.item.filiere .key-legend span {
	color:#fff;
}
ul.key_figures li.item .key-legend:before {
	content: "";
	width:30px;
	height:1px;
	background-color: red;
	position:absolute;
	top: 1px;
	left:50%;
	transform: translateX(-50%);
}
/* titres
   ========================================================================== */
.boarding_titre {
	margin:1.1rem 0 1.5rem 0;
	font-family: Noah Bold;
	color: #F5818c;
	white-space: nowrap;
	font-size: 2.5rem;
	line-height:20px;
}
.boarding_titre.minor {
	font-size: 1.8rem;
	margin:1rem 0 1.1rem 0;
	color: #F5818c;
}
.boarding_titre.assistance-modale {
	margin:0 0 1rem 0;
	font-size: 1.2rem;
}
.boarding_titre:after {
	background-color: #F5818c;
	block-size:1px;
	content:"";
	display:block;
	inline-size: 100%;
	margin-inline-start: .5rem;
} 
/* messages - misc
   ========================================================================== */
fieldset.elevation.preboarding {
	background:#ffecec;
}
fieldset.elevation.preboarding > legend {
	color:#FF5539;
}
/* messages - misc
   ========================================================================== */
.Noah {
	font-family:Noah;
}
.chapeau {
	font-family:Noah;
	padding:1rem 0;	
}
.pad-bottom {
	padding-bottom:var(--spacing-xs);
}
ul.related-links {
	margin-left:1.5rem;
}
.validator-msg.preboarding-Warning {
	color:#FF5539;	
}
.validator-msg.preboarding-Chapeau {
	color: #ffcc00;	
	background-color:var(--charte-uimm-logo-bleu-middle);
}
.IconAlertMessage {
	font-size:1.6rem;
	margin-right:1rem;
}
/* timeline
   ========================================================================== */
.boarding-timeline {
	display:flex;
}
/* pieces jointes
   ========================================================================== */
.boardingpj span.requis:after {
	content: '*';
	margin-left: 4px;
	color: red;
	font-size: 1rem;
}

/* page error
   ========================================================================== */
.error_page {	
	font-size:13px;
	padding-left:1.5rem;
	text-align:justify;
	line-height:1.3;
}
/* Nbre de jours avant boarding
   ========================================================================== */
.onboarding {
	position:fixed;
	top:var(--stickyHeight);
	right:0;
	margin:5px;
	z-index:3;
}
.onboarding .container {
	box-shadow: 0 4px 8px 0 rgba(239, 216, 220, 1);
	color:#fff;
	border-radius:14px;
	background-color:rgb(118, 43, 226);
	padding:1rem;
	display:flex;
	align-items:center;
}
.onboarding .container div {
	margin-right:1rem
}
.onboarding .container div i {
	font-size:1.6rem;
}
.onboarding .content p {
	font-size:1.25rem;
}
/*  Valeurs de l'entreprise 
   ========================================================================== */
.block-valeurs {
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	box-sizing: border-box;
	background-size:auto;
	height:285px;
	padding:1rem;
}
.block-valeurs--text {
	background-color: #fff;
	border-bottom: 5px solid #fd4772;
	padding: 15px;
	width: 100%;
	position: relative;	
	max-height: 54px;
	box-sizing: border-box;
}
.block-valeurs p.valeur {
	font-size:.905rem;
	text-transform:uppercase;
	font-family: Noah Bold;
}
.block-valeurs p.valeur-soustext {
	font-size:.705rem;
	text-transform:uppercase;
	font-family: Noah;
	opacity: .8;
}
/* Package remuneration
   ========================================================================== */
.card {
  box-shadow: 0 4px 8px 0 rgba(239, 216, 220, 1);
  margin: auto;
  text-align: center;
  font-family: Noah;
}
.column-33 {
  flex: 1 0 calc(33% - 2*1rem);
}
.layout-cards .card.card-space {
	margin:0 1rem 1.35rem 0;	
	box-sizing:border-box;
	padding:1rem;
}
.layout-cards .card.card-space:nth-child(3n), 
.layout-cards .card.card-space:last-child {
	margin-right:0;
} 
.layout-cards .card .icon {
	font-size:3.5rem;
}
.layout-cards .card .icon-package {
	font-size:2.5rem;
	color:#03314c;
}
.layout-cards .card p.package {
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0;
}
/* Organigramme Card Flip
   ========================================================================== */
.organigramme--card {
	margin: 0px 15px 15px 15px;
	width: 170px;
	height:auto;
	position:relative;
}
.organigramme--card.manager:after {
	content:"";
	position:absolute;
	left:50%;
	height:2.5rem;
	border-left: 0.0625rem solid #F5818c;
}
.organigramme--card .flip-card {
	background-color: transparent;
	width: 100%;
	height:100%;
}
.organigramme--card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.organigramme--card .flip-card:hover .organigramme--card .flip-card-inner {
  transform: rotateY(180deg);
}
.organigramme--card .flip-card-front, .organigramme--card .flip-card-back {
	display: flex;
	justify-content: center;
}
.organigramme--card .flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.organigramme--card .nom {
	padding-top:10px;
	font-family:Noah;
	font-weight:600;
	text-transform:uppercase;
	text-align: center;
}
.organigramme--card .fonction {
	font-size:12px;
	opacity: .8;
	padding-top:5px;
	text-transform:uppercase;
	text-align: center;
}
.organigramme--card .flip-card-back--inner {
	padding:1.5rem;
}
/* videos
   ========================================================================== */
figure {
	margin:5px 10px;
}
.embed {
	position:relative;
	height: 0;
	padding-bottom: 60%;
}
.embed.welcome {
	position:relative;
	max-width: 520px;
	width: 520px;
	height: 0;
	padding-bottom: 60%;
}
figcaption {
	margin:10px auto;
}
.news_video figcaption {
	text-align:justify;
}
.welcome figcaption p {
	text-align:center;
}
.news_video.centres figcaption p {
	text-align:left;
}
.embed iframe {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
/* news
   ========================================================================== */
.block__content {
	display:grid;
	grid-auto-rows:min-content;
}
@media screen and (min-width:368px){
	.block__content {
		column-gap:12px;
		grid-template-columns: repeat(1, 1fr);
	}	
}
@media screen and (min-width:768px){
	.block__content {
		column-gap:24px;
		grid-template-columns: repeat(2, 1fr);
	}	
}
/* parrain/marraine 
   ========================================================================== */
.buddy {
	width: 30px;
	z-index: 999;
	left: 0px;
	top: 50%;
	margin-top: var(--stickyHeight);
	position: fixed;
	background-color:rgb(141, 215, 226);
	cursor:pointer;
}
.buddy p {
	writing-mode: sideways-lr;
	text-orientation: unset;
	text-transform:uppercase;
	font-family: Noah;
	padding:3px 5px;
}
.buddy-aside {
	width: 260px;
	z-index: 999;
	left: 0px;
	top: 50%;
	margin-top: var(--stickyHeight);
	margin-left:30px;
	position: fixed;
	background-color:rgb(141, 215, 226);
	transition:.15s all ease-out;
}
.buddy-aside.close {
	opacity:0;
}
.buddy-aside.open {
	opacity:1;
}
/* Déjeuner
   ========================================================================== */
.dejeuner-content {
	background-color: #051039;
	color: #fff;
	width:310px;
	height: 285px;
	padding: 30px;
	position: relative;
	box-sizing:border-box;
}
.dejeuner-content .mini-slider {
	height: 100%;
}
.dejeuner-content .mini-slider .view {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position:relative;
}
.dejeuner-content p {
	font-family: Noah;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight:600;
}
.dejeuner-content .mini-slider .view .carousel {
	flex: 1;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.dejeuner-content .mini-slider .view .flickity-page-dots {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.flickity-page-dots .slidedot {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 8px;
	background: #fff;
	border-radius: 50%;
	opacity: .2;
	cursor: pointer;
}
.flickity-page-dots .slidedot.is-selected {
	opacity: 1;
	background-color: red;
}
.dejeuner-content .carousel .flickity-slider {
	position:absolute;
	height: 100%;
	width: 100%;
	transition: transform 1s ease-out;
}
.dejeuner-content .carousel .field-content {
	font-family:Noah;
	font-size: 17px;
	line-height: 20px;
	margin: 20px 0;
	display: block;
}
.dejeuner-content .carousel .views-field-text {
	width: 100%;
	height: 100%;
	min-height: 170px;
	margin: 0 1px;
}