body > header .overHead .areas li.user-space { --user-space-color: #4bb59f; background-color: var(--user-space-color); height: 32px; border-radius: 20px; padding: 0; transition: background-color 0.4s ease; }
body > header .overHead .areas li.user-space:hover { --user-space-color: #080842; }
body > header .overHead .areas li:not(:last-child) { margin-right: 10px; }
body > header .overHead .areas li.ico:not(:last-child) { margin-right: 5px; }
body > header .overHead .areas li.user-space > a { display: flex; align-items: center; padding: 0; text-decoration: none; }
body > header .overHead .areas li.user-space > a > i { display: flex; justify-content: center; align-items: center; font-size: 1.333333rem; height: 28px; width: 28px; margin: 2px; border-radius: 50%; background-color: #fff; color: var(--user-space-color); transition: color 0.4s ease; }
body > header .overHead .areas li.user-space > a > span { padding: 0 12px 0 6px; font-size: 1rem; font-weight: bold; text-transform: uppercase; }
body > header .overHead .areas li.ico { padding: 8px 0; }
body > header .overHead .areas li.ico > a { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; background-color: #e5e5e5; border-radius: 50%; }
body > header .overHead .areas li.ico:hover > a { background-color: #fff; }
body > header .overHead .areas li.ico > a > i { margin: 0; color: #4db99c; font-size: 1.4rem; }
body > header .overHead .areas li.ico > a > svg { margin: 0; fill: #4db99c; }
body > header .overHead .areas li.ico.svg > a { padding: 0 7px; }

.loginPage { padding: 0; }
.loginPage form { padding: 0 20px; }
.loginPage form > .digiForm { max-width: 400px; border-radius: 12px; padding: 0; background-color: #f8f8f8; overflow: hidden; box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15); }
.loginPage form > .digiForm > h1 { padding: 20px; color: #fff; font-size: 22px; background-color: var(--main-color);  }
.loginPage form > .digiForm > article { padding: 0 20px; }
.loginPage form > .digiForm > nav { padding: 20px; }

main > .wrap-content { max-width: var(--wrap-width); margin: 0 auto; }

.bloc-digesteam-banner { background-color: var(--banner-bg-color, transparent); height: 380px; /*border-bottom: 1px solid var(--alt-color);*/ }
.bloc-digesteam-banner > .wrap-content { display: flex; flex-direction: row-reverse; position: relative; max-width: var(--wrap-width); margin: 0 auto; height: 100%; }
.bloc-digesteam-banner > .wrap-content > section { flex: 1 1 40%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px 20px 20px 10px; height: 100%; }
.bloc-digesteam-banner > .wrap-content > section > figure { margin-bottom: 10px;}
.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 26px; line-height: 1.2; font-family: 'amaranth', Arial, sans-serif; color: var(--main-color); }
.visitor-patient .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 22px; }
.bloc-digesteam-banner > .wrap-content > aside { flex: 1 1 60%; height: 100%; }
.bloc-digesteam-banner > .wrap-content > aside > figure { width: 100%; height: 100%; }
.bloc-digesteam-banner > .wrap-content > aside > figure > img { width: auto; height: 100%; padding-top: 10px; }

.bloc-digesteam-content-exergue { padding: 0 !important;  }
.bloc-digesteam-content-exergue > .wrap-content { padding: 0 20px; margin: 20px auto; max-width: var(--wrap-width);  }
.bloc-digesteam-content-exergue > .wrap-content > .exergue-container { background-color: var(--bloc-bg-color, var(--alt-color));  display: flex; flex-direction: row; align-items: stretch; padding: 20px; }
.bloc-digesteam-content-exergue > .wrap-content > .exergue-container > aside { flex: 1 1; display: flex; flex-direction: column; justify-content: center; align-items: center; border-right: 1px solid #fff; margin-right: 20px; }
.bloc-digesteam-content-exergue > .wrap-content > .exergue-container > aside > h2 { color: #fff; font-size: 1.666667rem; line-height: 1.2; }
.bloc-digesteam-content-exergue > .wrap-content > .exergue-container > section { flex: 1 1;  }
.bloc-digesteam-content-exergue > .wrap-content > .exergue-container > section > .content { color: #fff; line-height: 1.4; }

.bloc-digesteam-team { }
.bloc-digesteam-team > .wrap-content { position: relative; max-width: var(--wrap-width); margin: 0 auto; padding: 20px; padding-bottom: 50px; }
.bloc-digesteam-team.new-display > .wrap-content { max-width: 1400px; }
.bloc-digesteam-team h1 { text-align: left; font-size: 24px; padding: 0; margin-bottom: 50px; }
.bloc-digesteam-team.new-display h1 { text-align: center; }
.bloc-digesteam-team .team-members { display: flex; flex-wrap: wrap; }
.bloc-digesteam-team .team-members > li { flex: 1 1 39%; max-width: 39%; }
.bloc-digesteam-team .team-members > li > a { text-decoration: none; }
.bloc-digesteam-team .team-members > li.pos-center  { flex-basis: 22%; max-width: 22%; }

@media all and (min-width: 1200px) {
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li { flex: 1 1 24%; max-width: 24%; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left { flex: 1 1 32%; max-width: 32%; }
	/* .bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left .team-member img { height: 280px; width: 90%; } */
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left .team-member > figure,
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left .team-member > .detail { flex: 1 1 50%; max-width: 50%; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-odd .team-member > figure { display: flex; justify-content: flex-end; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-even .team-member > figure { display: flex; justify-content: flex-start; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-odd .team-member img { position: relative; bottom: -60px; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-even .team-member img { position: relative; top: 0; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-even .team-member > .detail > h3 { text-align: right; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-even .team-member > .detail > .function { text-align: right; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-center  { flex-basis: 20%; max-width: 20%; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-other .team-member { flex-direction: row-reverse; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-odd .team-member { flex-direction: row; align-items: flex-start; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li.pos-side-left.pos-side-odd .team-member .detail { align-self: start; margin-top: 40px; }

	.bloc-digesteam-team.mode-bloc.new-display .team-members > li[data-index="0"] { position: relative; z-index: 10; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li[data-index="0"] .team-member > .detail { margin-top: 15px !important; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li[data-index="1"] .team-member { flex-direction: column-reverse !important; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li[data-index="4"] .team-member > .detail { position: relative; bottom: -30px; align-self: end !important; }
	.bloc-digesteam-team.mode-bloc.new-display .team-members > li[data-index="8"] { position: absolute; top: 255px; left: 156px; }
}

.bloc-digesteam-team .team-members .team-member { display: flex; flex-direction: row; align-items: flex-end; height: 290px; position: relative; }
.bloc-digesteam-team .team-members > li.pos-center .team-member { flex-direction: column; }
.bloc-digesteam-team .team-members > li.pos-center-odd .team-member { flex-direction: column-reverse; align-items: flex-start; }
.bloc-digesteam-team .team-members > li.pos-side-left .team-member { flex-direction: row-reverse; }

.bloc-digesteam-team .team-members .team-member .detail { padding: 12px; }
.bloc-digesteam-team .team-members .team-member h3 { font-size: 1.333333rem; color: var(--main-color); }
.bloc-digesteam-team .team-members .team-member .function { font-size: 1.1666666rem; color: #000; }

.bloc-digesteam-team .team-members .team-member img { display: block; height: 230px; width: 162px; object-fit: cover; }
.bloc-digesteam-team .team-members > li.pos-center .team-member img { position: relative; }
.bloc-digesteam-team .team-members > li.pos-center-odd .team-member img { bottom: -60px; margin-top: -60px; }

.page-digesteam-team .bloc-digesteam-team .team-members { flex-direction: column; }
.page-digesteam-team .bloc-digesteam-team .team-members > li { flex: 1 1 100%; max-width: unset; }
.page-digesteam-team .bloc-digesteam-team .team-members .team-member img { border-radius: 10%; }
.page-digesteam-team .bloc-digesteam-team .team-members > li:nth-child(odd) .team-member { flex-direction: row; }
.page-digesteam-team .bloc-digesteam-team .team-members > li:nth-child(even) .team-member { flex-direction: row-reverse; }
.page-digesteam-team .bloc-digesteam-team .team-members > li .team-member .detail > .content { margin-top: 20px; line-height: 1.4em; font-size: 1.1666666rem; }
.page-digesteam-team .bloc-digesteam-team .team-members .team-member { min-height: 300px; align-items: center; }
.page-digesteam-team .bloc-digesteam-team .team-members .team-member .linkedin { margin-top: 5px; }
.page-digesteam-team .bloc-digesteam-team .team-members .team-member .linkedin > a { display: inline-flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background-color: var(--main-color); color: #fff; text-decoration: none; }

@media all and (max-width: 1200px) {
	.bloc-digesteam-team .team-members { flex-direction: column; }
	.bloc-digesteam-team .team-members > li { flex: 1 1; width: 100% !important; max-width: unset !important; margin-bottom: 12px; }
	.bloc-digesteam-team .team-members > li:nth-child(odd) .team-member { flex-direction: row; }
	.bloc-digesteam-team .team-members > li:nth-child(even) .team-member { flex-direction: row-reverse; }

	.bloc-digesteam-team .team-members .team-member { height: unset; align-items: flex-end; }
	.bloc-digesteam-team .team-members .team-member img { bottom: unset !important; margin-top: unset !important; }
}

@media all and (max-width: 600px) {
	.page-digesteam-team .bloc-digesteam-team .team-members > li:nth-child(odd) .team-member,
	.page-digesteam-team .bloc-digesteam-team .team-members > li:nth-child(even) .team-member { flex-direction: column; align-items: center; }

	.bloc-digesteam-banner > .wrap-content > aside { flex-basis: 35%; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > aside { flex-basis: 25%; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > section { flex-basis: 50%; }
}

.digesteam-team .content { padding: 0 20px; }

.digesteam-team >.wrap-content > header > h1 { margin-bottom: 10px; padding-bottom: 0; }
.digesteam-team >.wrap-content > header > h2 { text-align: center; font-size: 2rem; margin: 0; }
.digesteam-team > .wrap-content > header > select { display: block; width: 100%; max-width: 600px; margin: 10px auto; text-align: center; font-weight: bold; color: var(--alt-color); border: none; background: #eee; cursor: pointer; }

.digesteam-team .bloc-blurb > a:first-of-type { flex: 1 1 215px }
.digesteam-team .bloc-blurb figure { flex-basis: 230px; max-height: 230px; }
.digesteam-team .bloc-blurb .pro-name { margin: 0 -15px; font-size: 15px; color: #444; margin-bottom: 10px; }
.digesteam-team .bloc-blurb div.blurb-content { display: flex; flex-direction: column; padding: 16px 10px; }
.digesteam-team .bloc-blurb div.blurb-content nav { margin-top: auto; }
.digesteam-team .addresses { margin: 10px -15px; padding: 5px 15px; background: #f4f4f4; border-radius: 5px; }
.digesteam-team .addresses .address:not(.on) { display: none; }
.digesteam-team .addresses-nav { margin: 0 -15px -7px -15px !important; padding: 0 30px 0 0; }
.digesteam-team .addresses-nav .btn.on { background-color: var(--alt-color); color: #fff; }

.digesteam-team-contact .pro-contact { padding: 10px; }
.digesteam-team-contact .pro-contact > h2 { margin-bottom: 0; }
.digesteam-team-contact .pro-contact > .function { color: #444; }

.digesteam-map .digesteam-search { max-width: 200px; margin: 0 auto 20px auto; }
.digesteam-map .digesteam-search > input { text-align: center; }

.formation-grid > ul { --gap: 20px; padding: calc(var(--gap) / 2); display: flex; flex-wrap: wrap; align-items: stretch; }
.formation-grid.formation-stateflow > ul { --gap: 30px; }
.formation-grid > ul > li { position: relative; --width: calc(33.333333% - var(--gap)); flex: 1 1 var(--width); margin: calc(var(--gap) / 2); max-width: var(--width); border-radius: 8px; transition: all 0.4s ease; }
.formation-grid > ul > li[data-index]::before { display: flex; justify-content: center; align-items: center; content: attr(data-index); position: absolute; top: -10px; left: -10px; height: 28px; width: 28px; border-radius: 50%; background-color: var(--main-color); color: #fff; font-size: 14px; font-weight: bold; z-index: 10; }
.formation-grid > ul > li[data-index].disabled::before { background-color: #aaa; }
.formation-grid > ul > li[data-index].finished::before { background-color: var(--alt-color); }
.formation-grid.formation-stateflow > ul > li[data-index]:not(.ready)::before { display: none; }

.formation-grid > ul > li:hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); }
.formation-grid > ul > li > a { text-decoration: none; }
.formation-grid > ul > li .formation-grid-item { position: relative; width: 100%; height: 100%; border-radius: 8px; }
.formation-grid > ul > li .formation-grid-item.disabled { opacity: 0.5; }
.formation-grid > ul > li .formation-grid-item.progress-finished::after { position: absolute; top: -10px; right: -10px; font-size: 1.666667rem; padding: 4px; border-radius: 50%; background-color: var(--alt-color); color: #fff; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15); content: '\f00c'; font-family: 'FontAwesome'; }
.formation-grid > ul > li .formation-grid-item.mandatory:not(.progress-finished)::after { position: absolute; top: -10px; right: -10px; font-size: 1.666667rem; padding: 4px; border-radius: 50%; background-color: var(--main-color); color: #fff; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15); content: '\f005'; font-family: 'FontAwesome'; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image { position: relative; border-radius: 8px 8px 0 0; height: 230px; overflow: hidden; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 0.6s ease; }
.formation-grid > ul > li:hover .formation-grid-item .formation-grid-item-image > img { transform: scale(1.15); }

.formation-grid > ul > li .formation-grid-item .formation-grid-item-content { position: relative; border-radius: 8px 8px 0 0; height: 230px; overflow: hidden; }

.formation-grid > ul > li .formation-grid-item .formation-grid-item-info { display: flex; flex-direction: row; background-color: #eee; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-info > span { flex: 1 1; padding: 4px; text-align: center; font-size: 1rem; font-weight: bold; color: var(--main-color); }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-info > span > i { margin-left: 4px; }
.formation-grid > ul > li .formation-grid-item.progress-finished .formation-grid-item-info > span.progress { color: var(--alt-color); }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-title { font-size: 1.25rem; text-align: center; background-color: var(--main-color); color: #fff; padding: 10px; border-radius: 0 0 8px 8px; height: 76px; line-height: 1.2em; display: flex; justify-content: center; align-items: center; }
.formation-grid > ul > li .formation-grid-item.progress-tostart .formation-grid-item-title,
.formation-grid > ul > li .formation-grid-item.disabled .formation-grid-item-title { background-color: #bbb;  }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image > .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.2); transition: all 0.4s ease; }
.formation-grid > ul > li .formation-grid-item.progress-finished .formation-grid-item-image > .overlay { background-color: rgba(0, 0, 0, 0.6); }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image > .overlay > .fa-icon { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 70px; color: #fff; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image > .overlay > .svg-icon { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-image > .overlay > .svg-icon > svg { height: 80px; width: 80px; fill: #fff; transition: all 0.4s ease; }
.formation-grid > ul > li:hover .formation-grid-item .formation-grid-item-image > img { transform: scale(1.15); }
.formation-grid > ul > li:hover .formation-grid-item .formation-grid-item-image > .overlay { background-color: rgba(0, 0, 0, 0.2); }
.formation-grid > ul > li:hover .formation-grid-item .formation-grid-item-image > .overlay > .svg-icon > svg { fill: var(--main-color); }
.formation-grid > ul > li:hover .formation-grid-item .formation-grid-item-image > .overlay > .fa-icon { color: var(--main-color); }

.formation-grid > ul > li .formation-grid-item .formation-grid-item-progress { position: relative; height: 4px; width: 100%; background-color: #ddd; }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-progress > .formation-grid-item-progress-value { position: absolute; left: 0; top: 0; bottom: 0; width: var(--value); background-color: var(--main-color); }
.formation-grid > ul > li .formation-grid-item .formation-grid-item-progress.finished > .formation-grid-item-progress-value { background-color: var(--alt-color); }
.formation-grid > ul > li .formation-grid-item.result-failure .formation-grid-item-progress.finished > .formation-grid-item-progress-value { background-color: #C83838; }
.formation-grid > ul > li .formation-grid-item.result-failure .score { color: #C83838; }
.formation-grid > ul > li .formation-grid-item.result-success .score { color: var(--main-color); }

.formation-grid > ul > li .formation-grid-item .presence { display: flex; flex-direction: column; justify-content: center; padding: 15px; height: 100%; }
.formation-grid > ul > li .formation-grid-item .presence-day { display: flex; flex-direction: row; align-items: center; margin: 10px 0; }
.formation-grid > ul > li .formation-grid-item .presence-day > .day { margin-right: 15px; }
.formation-grid > ul > li .formation-grid-item .presence-day > .presence-item { flex: 1 1; }

@media all and (max-width: 1000px) {
	.formation-grid > ul { flex-direction: column; }
	.formation-grid > ul > li { max-width: unset; width: calc(100% - var(--gap)); flex: 1 1; }
}

.documents-grid > ul { --gap: 20px; padding: calc(var(--gap) / 2); display: flex; flex-wrap: wrap; align-items: stretch; }
.documents-grid > ul > li { --width: calc(33.333333% - var(--gap)); flex: 1 1 var(--width); margin: calc(var(--gap) / 2); max-width: var(--width); border-radius: 8px; transition: all 0.4s ease; }
.documents-grid > ul > li:not(.separator):hover { box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); }
.documents-grid > ul > li.separator { flex: 1 1 100%; width: 100%; min-width: 100%; max-width: unset; }
.documents-grid > ul > li > a { text-decoration: none; }

.documents-grid > ul > li .document { position: relative; width: 100%; height: 100%; border-radius: 8px; border-radius: 8px; border: 1px solid var(--alt-color);  overflow: hidden; }
.documents-grid > ul > li .document > header { display: flex; align-items: center; padding: 14px; background-color: var(--alt-color); }
.documents-grid > ul > li .document > header > i { font-size: 22px; margin-right: 8px; color: var(--main-color); }
.documents-grid > ul > li .document > header > h3 { font-size: 18px; color: #fff; margin: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.documents-grid > ul > li .document .document-preview { position: relative; width: 100%; margin: 0; padding-bottom: 70%; }
.documents-grid > ul > li .document .document-preview > img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; object-fit: contain; /* max-height: 220px; max-width: 220px; */ transform: translateX(-50%) translateY(-50%); }
.documents-grid > ul > li .document .document-preview > img.ico { height: 128px; width: auto; }
.documents-grid > ul > li .document > .document-info > .document-description { padding: 10px; }

@media all and (max-width: 1000px) {
	.documents-grid > ul { flex-direction: column; }
	.documents-grid > ul > li { max-width: unset; width: calc(100% - var(--gap)); flex: 1 1; }
}

.digesteam-formations > .wrap-content > header > h1 { padding: 0; margin: 30px 0 20px 0; }
.digesteam-formations > .wrap-content > header > .content { font-size: 1.25rem; padding: 0 20px; line-height: 1.4; }
.digesteam-formations > .wrap-content > header > .content p,
.digesteam-formations > .wrap-content > header > .content li,
.digesteam-formations > .wrap-content > header > .content span { font-size: 1.25rem; line-height: 1.4; }

.digesteam-formation > .wrap-content > header > h1 { padding: 0; margin: 30px 0 20px 0; }
.digesteam-formation > .wrap-content > header > .content { font-size: 1.25rem; padding: 0 20px; line-height: 1.4; }
.digesteam-formation > .wrap-content > header > .content p,
.digesteam-formation > .wrap-content > header > .content li,
.digesteam-formation > .wrap-content > header > .content span { font-size: 1.25rem; line-height: 1.4; }

.formation-progress { max-width: 800px; margin: 20px auto; padding: 12px; border-radius: 8px; background-color: #eeeeee; box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15); }
.formation-progress > header {}
.formation-progress > header > h2 { margin: 0; padding: 0; margin-bottom: 10px; text-align: center; font-size: 1.666667rem; }
.formation-progress > header > p { font-size: 1.08333rem; padding: 0 15px; margin-bottom: 20px; }

.progress { position: relative; width: 100%; }
.progress > .progress-bar { height: 32px; border-radius: 20px; background-color: #fff; width: 100%; margin-bottom: 10px; overflow: hidden; }
.progress > .progress-bar > .bar { display: inline-block; height: 32px; background-color: var(--alt-color); }
.progress > .progress-info { position: absolute; top: 0; left: 0; width: 100%; height: 32px; display: flex; justify-content: center; align-items: center; font-size: 1rem; color: var(--main-color); font-weight: bold; text-align: center; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.digesteam-formation-module > .wrap-content > header > h1 { padding: 0; margin: 30px 0 20px 0; }
.digesteam-formation-module > .wrap-content > header > .content { font-size: 1.25rem; padding: 0 20px; line-height: 1.4; }
.digesteam-formation-module > .wrap-content > header > .content p,
.digesteam-formation-module > .wrap-content > header > .content li,
.digesteam-formation-module > .wrap-content > header > .content span { font-size: 1.25rem; line-height: 1.4; }
.digesteam-formation-module .quizz-start { display: flex; flex-direction: column; margin: 20px auto; max-width: var(--wrap-width); }
.digesteam-formation-module .quizz-start > .warning { text-align: center; font-weight: bold; color: var(--type-warning); }
.digesteam-formation-module .quizz-start > nav { text-align: center; padding: 20px; }

.digesteam-quizz .digiForm { padding: 0; }
.digesteam-quizz .digiForm article label { color: #333; line-height: 1.3em; }
.digesteam-quizz .digiForm article ul.checkboxes > li { display: flex; align-items: center; margin-bottom: 4px; }
.digesteam-quizz .digiForm article ul.checkboxes label { color: #666; margin-left: 6px; }
.digesteam-quizz .digiForm article.formCheckbox { flex-direction: column; }

.digesteam-quizz form.submitted .digiForm article > label { font-weight: bold; color: var(--type-success); }
.digesteam-quizz form.submitted .digiForm article.error input { border-color: none; color: unset; box-shadow: unset; }
.digesteam-quizz form.submitted .digiForm article.error > label { color: var(--type-error); }

.digesteam-quizz .quizz-score { width: 200px; margin: 0 auto 40px auto; background-color: var(--alt-color); border-radius: 14px; border: 1px solid #666; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); overflow: hidden; }
.digesteam-quizz .quizz-score > header { padding: 6px 20px 7px 20px; font-size: 1rem; background-color: var(--main-color); color: #fff; text-align: center;}
.digesteam-quizz .quizz-score > .score-value { text-align: center; padding: 4px 20px; font-size: 40px; font-weight: bold; color: #fff; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.digesteam-quizz .quizz-score > .score-value > sub { font-size: 1.1666666rem; }
.digesteam-quizz .quizz-result.state-failure .quizz-score { background-color: #ffb36a; }

.digesteam-formation-unit { margin-bottom: 40px; }
.digesteam-formation-unit > .wrap-content > .columns { display: flex; }
.digesteam-formation-unit > .wrap-content > .columns > .column-content { flex: 1 1 calc(100% - 240px); max-width: calc(100% - 240px); padding: 0 10px; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume { margin-left: 20px; flex: 1 1 240px; max-width: 240px; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume { display: block; width: 100%; position: sticky; top: 120px;  }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > .title { padding: 8px; font-weight: bold; font-size: 1.1666666rem; color: var(--main-color); margin-bottom: 15px; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav { padding: 8px; border-left: 1px solid #dedede; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul { min-height: 30vh; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li { margin-bottom: 8px; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li > a { display: flex; align-items: center; text-decoration: none; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li .unit-id { flex: 0 0 30px; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; background-color: #eee; color: var(--main-color); border-radius: 50%; margin-right: 8px; transition: all 0.3s ease; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li .unit-title { color: var(--main-color); transition: all 0.3s ease; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li .unit-state { margin-left: auto; padding-left: 10px; font-size: 18px; }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li .unit-state.state-done { color: var(--alt-color);  }
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li .unit-state.state-todo { color: #ccc;  }

.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li:hover .unit-id,
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li.selected .unit-id { background-color: var(--alt-color); color: #fff; }

.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li:hover .unit-title,
.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav > ul > li.selected .unit-title { color: var(--alt-color); }

.digesteam-formation-unit > .wrap-content > header { margin-right: 260px; border-bottom: 1px solid #dedede; padding: 0 10px; }
.digesteam-formation-unit > .wrap-content > header > h1 { text-align: left; padding: 0; font-weight: bold; margin: 30px 0 20px 0; }
.digesteam-formation-unit > .wrap-content > header > h1 > a { text-decoration: none; color: var(--main-color); }
.digesteam-formation-unit > .wrap-content > header > h2 { color: var(--alt-color); font-size: 18px; letter-spacing: unset; font-weight: bold; }
.digesteam-formation-unit > .wrap-content > header > .info > ul { display: flex; }
.digesteam-formation-unit > .wrap-content > header > .info > ul > li { height: 24px; border-radius: 12px; display: flex; background-color: var(--alt-color); color: #fff; overflow: hidden; margin: 0 10px 10px 0; }
.digesteam-formation-unit > .wrap-content > header > .info > ul > li > span { display: flex; align-items: center; padding: 3px 8px; }
.digesteam-formation-unit > .wrap-content > header > .info > ul > li > span.label { background-color: rgba(0, 0, 0, 0.2); border-right: 1px solid #eee; }
.digesteam-formation-unit .column-content > .chapo { font-size: 1.333333rem; line-height: 1.3em; margin-bottom: 25px; }
.digesteam-formation-unit .column-content > .chapo p,
.digesteam-formation-unit .column-content > .chapo span,
.digesteam-formation-unit .column-content > .chapo li { font-size: 1.333333rem; line-height: 1.3em; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content { padding: 0; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content > .ct-blocs > section { padding: 0; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content .hgroup > h1 { font-size: 1.1666666rem; line-height: 1.2; letter-spacing: unset; padding: 0; margin: 10px 0 15px 0; font-weight: bold; color: #444; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content .hgroup > h2 { background-color: #eee; padding: 20px; border-radius: 8px; color: #666; font-style: normal; letter-spacing: unset; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content .content { line-height: 1.3; }
.digesteam-formation-unit .column-content .unit-contents .bloc-content .content > p { line-height: 1.3; }
.digesteam-formation-unit .column-content > section { margin: 40px 0; }
.digesteam-formation-unit .column-content > section > h3 { font-size: 1.1666666rem; line-height: 1.2; letter-spacing: unset; padding: 0; margin: 10px 0 15px 0; font-weight: bold; color: #444; }
.digesteam-formation-unit .column-content .unit-resources > ul > li > a { display: flex; align-items: center; text-decoration: none; }
.digesteam-formation-unit .column-content .unit-resources > ul > li figure { width: 40px; height: 40px; margin-right: 10px; }
.digesteam-formation-unit .column-content .unit-resources > ul > li figure > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.digesteam-formation-unit .column-content .unit-resources > ul > li .detail { color: #333; }
.digesteam-formation-unit .column-content .unit-resources > ul > li .detail > span { display: block; }
.digesteam-formation-unit .column-content .unit-resources > ul > li .detail > span.description { color: #666; }



.digesteam-formation-video .video { width: 100%;  margin: 40px 0; border-radius: 20px; overflow: hidden; transition: all 1s ease; }
.digesteam-formation-video .video.playing { background-color: #000; }
.digesteam-formation-video .video > .wrap-video { position: relative; max-width: var(--wrap-width); margin: 0 auto;  }
.digesteam-formation-video .video > .wrap-video > .video-container { position: relative; width: 100%; padding-bottom: 56.25%; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 20; }
.digesteam-formation-video .video.ready > .wrap-video > .video-container > .overlay { cursor: pointer; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > figure { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 25; overflow: hidden; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > figure > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: all 0.6s ease; }
.digesteam-formation-video .video.ready > .wrap-video > .video-container > .overlay:hover > figure > img { transform: scale(1.2); }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 30; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: rgba(0, 0, 0, 0.4); transition: all 0.4s ease; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .svg-icon { height: 120px; width: 120px; fill: #fff; object-fit: contain; transition: all 0.4s ease; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .svg-icon > svg { width: 100%; height: 100%; }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .svg-icon.video-loader > svg {
	animation-name: loader-spin;
	animation-duration: 3000ms;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
}
.digesteam-formation-video .video:not(.ready) > .wrap-video > .video-container > .overlay > .overlay-content > .play-button { display: none; }
.digesteam-formation-video .video.ready > .wrap-video > .video-container > .overlay > .overlay-content > .video-loader { display: none; }
.digesteam-formation-video .video.ready > .wrap-video > .video-container > .overlay:hover > .overlay-content { background-color: rgba(0, 0, 0, 0.2); }
.digesteam-formation-video .video.ready > .wrap-video > .video-container > .overlay:hover > .overlay-content > .play-button { fill: var(--main-color); }
.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .title { color: #fff; margin-top: 20px; text-align: center; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); font-size: 1.666667rem; font-family: Lato, Arial, sans-serif; }
.digesteam-formation-video .video > .wrap-video > .video-container > .video-iframe-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; }
.digesteam-formation-video .video > .wrap-video > .video-container > .video-iframe-container > iframe { width: 100%; height: 100%; }

.struct-blocs:not(.stealth) .bloc-content .hgroup h1 { color: var(--struct-bloc-color, --main-color); }
.struct-blocs:not(.stealth) .bloc-content .btn:not(:hover) { background-color: var(--struct-bloc-color, --main-color); }

.struct-blocs.flat .bloc-content .content { color: #fff; }

.struct-blocs[data-c="745"] { padding: 60px 0; }
.struct-blocs[data-c="745"] .bloc-blurb { box-shadow: unset; background-color: transparent; border-radius: unset; }
.struct-blocs[data-c="745"] .bloc-blurb figure { flex: 1 1 70%; max-height: 70%; }
.struct-blocs[data-c="745"] .bloc-blurb figure > img { object-fit: contain; }
.struct-blocs[data-c="745"] .bloc-blurb .blurb-content > h2 { color: var(--ter-color); text-align: center; font-size: 1.1666666rem; }
.struct-blocs[data-c="745"] .bloc-blurb > a:hover > .blurb-content > h2 { text-decoration: underline; }


.struct-blocs[data-c="859"] .bloc-image img { height: 100%; object-fit: contain; }
.struct-blocs[data-c="859"] .bloc-video { box-shadow: unset; border-radius: unset; }
.struct-blocs[data-c="859"] .bloc-video > .video-container { padding: 20px 0; }

.form-top .digiForm[data-codeform="inscription-pro"],
.form-top .digiForm[data-codeform="inscription-patient"],
.form-top .digiForm[data-codeform="formContact"] { display: flex; flex-wrap: wrap; }

.form-top .digiForm[data-codeform="inscription-pro"] section,
.form-top .digiForm[data-codeform="inscription-patient"] section,
.form-top .digiForm[data-codeform="formContact"] section { display: flex; flex-wrap: wrap; flex: 1 1 100%; max-width: 100%; margin-top: 10px; margin-bottom: 10px; }

.form-top .digiForm[data-codeform="inscription-pro"] section .form-title,
.form-top .digiForm[data-codeform="inscription-patient"] section .form-title,
.form-top .digiForm[data-codeform="formContact"] section .form-title { flex: 1 1 100%; max-width: 100%; margin-top: 10px; margin-bottom: 20px; }

.form-top .digiForm[data-codeform="inscription-pro"] section .form-title:empty,
.form-top .digiForm[data-codeform="inscription-patient"] section .form-title:empty,
.form-top .digiForm[data-codeform="formContact"] section .form-title:empty { display: none; }

.form-top .digiForm[data-codeform="inscription-pro"] section.grp_group_adeli_rpps ,
.form-top .digiForm[data-codeform="inscription-patient"] section.grp_group_adeli_rpps,
.form-top .digiForm[data-codeform="formContact"] section.grp_group_adeli_rpps {
	flex: 1 1 calc(50% - 20px);
	max-width: calc(50% - 20px);
	margin: 0 10px 10px 10px;
}
.form-top .digiForm[data-codeform="inscription-pro"] section.grp_group_adeli_rpps > article,
.form-top .digiForm[data-codeform="inscription-patient"] section.grp_group_adeli_rpps > article,
.form-top .digiForm[data-codeform="formContact"] section.grp_group_adeli_rpps > article {
	margin: 0;
	flex: 1 1 100%;
	max-width: 100%;
}



.form-top .digiForm[data-codeform="inscription-pro"] article.formTxt,
.form-top .digiForm[data-codeform="inscription-patient"] article.formTxt,
.form-top .digiForm[data-codeform="formContact"] article.formTxt { flex: 1 1 100%; max-width: 100%; }
.form-top .digiForm[data-codeform="inscription-pro"] article.formCheckbox,
.form-top .digiForm[data-codeform="inscription-patient"] article.formCheckbox,
.form-top .digiForm[data-codeform="formContact"] article.formCheckbox { flex: 1 1 100%; max-width: 100%; }

.form-top .digiForm[data-codeform="inscription-pro"] article,
.form-top .digiForm[data-codeform="inscription-patient"] article,
.form-top .digiForm[data-codeform="formContact"] article { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); margin: 0 10px 10px 10px; }


body.visitor-patient [data-c="1085"].struct-blocs.flat { --struct-bloc-color: #f0f0f0 !important; --user-bg-color: #fbfbfb !important; }
body.visitor-patient [data-c="1085"].struct-blocs.flat .bloc-content .content { color: var(--main-color); }
body.visitor-patient [data-c="1085"].struct-blocs.flat .bloc-content .hgroup h1 { color: var(--alt-color); }

@media all and (min-width: 1240px) {
	.bloc-content > .ct-blocs[data-c="834"] { border: 1px solid var(--main-color); margin-top: 30px; margin-bottom: 30px; }
}

@media all and (max-width: 1000px) {
	.digesteam-formation-unit > .wrap-content > header { margin-right: 0; padding: 0 10px; border-bottom: none; }
	.digesteam-formation-unit > .wrap-content > .columns { flex-direction: column-reverse; }
	.digesteam-formation-unit > .wrap-content > .columns > .column-content { max-width: unset; width: 100%; flex: 1 1; padding: 0 10px; }
	.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .svg-icon { width: 70px; height: 70px; }
	.digesteam-formation-video .video > .wrap-video > .video-container > .overlay > .overlay-content > .title { font-size: 1.333333rem; }


	.digesteam-formation-unit > .wrap-content > .columns > .column-resume { flex-basis: 0; margin-top: 30px; margin-left: 10px; margin-right: 10px; max-width: unset; }
	.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume { position: relative; top: 0; }
	.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > i { cursor: pointer; position: absolute; font-size: 1.666667rem; right: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; color: #fff; transition: transform 0.5s ease; }
	.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume.on > i { transform: rotateX(180deg); }
	.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > .title { cursor: pointer; background-color: var(--main-color); color: #fff; }
	.digesteam-formation-unit > .wrap-content > .columns > .column-resume > .module-resume > nav { display: none; border-left: none; }

	.digesteam-formation-unit .column-content > section { margin-top: 20px; }

	.bloc-digesteam-banner { height: auto; }
	.bloc-digesteam-banner > .wrap-content { flex-direction: row-reverse; align-items: center; }
	.bloc-digesteam-banner > .wrap-content > section { padding-top: 20px; padding-right: 20px; }
	.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 18px; text-align: left; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 18px; }
	.bloc-digesteam-banner > .wrap-content > aside > figure > img { display: block; height: 36vw; }

	/*.bloc-digesteam-banner { height: auto; }
	.bloc-digesteam-banner > .wrap-content { flex-direction: column; align-items: center; }
	.bloc-digesteam-banner > .wrap-content > section { position: absolute; top: 0; left: 0; height: auto; flex-direction: column; align-items: center; padding-top: 20px; }
	.bloc-digesteam-banner > .wrap-content > section > .logo { display: none; }
	.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 18px; }
	.bloc-digesteam-banner > .wrap-content > aside { align-self: flex-end; padding-top: 40px; }
	.bloc-digesteam-banner > .wrap-content > aside > figure > img { height: 36vw; }*/

	.modal-visitor-type .bloc-digesteam-banner { height: auto; padding-top: 0; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > section { width: 100%; height: 100%; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > section > .logo { display: block; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 1.08333rem; line-height: 1.1em; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > aside { align-self: end; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > aside > figure { display: flex; justify-content: flex-end; flex-direction: column; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > aside > figure > img { padding-top: 0; }
}

@media all and (max-width: 800px) {
	.bloc-digesteam-banner { height: auto; padding-top: 20px; }
	.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 1.1666666rem; text-align: left; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 1rem; }
	.bloc-digesteam-banner > .wrap-content > aside > figure > img { height: unset; width: 100%; }

	.modal-visitor-type .content h1 > span { font-size: 1.333333rem !important; }
	.modal-visitor-type nav .btn { padding: 10px 20px; font-size: 18px; border-radius: 30px; }
	.modal-visitor-type .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 2vw; }


	.form-top .digiForm[data-codeform="inscription-pro"] article,
	.form-top .digiForm[data-codeform="inscription-patient"] article,
	.form-top .digiForm[data-codeform="formContact"] article { flex: 1 1 100% !important; max-width: 100% !important; margin: 5px !important; }

	.form-top .digiForm[data-codeform="inscription-pro"] section,
	.form-top .digiForm[data-codeform="inscription-patient"] section,
	.form-top .digiForm[data-codeform="formContact"] section { flex: 1 1 100%  !important; max-width: 100%  !important; margin: 0  !important; }
}

@media all and (max-width: 500px) {
	.bloc-digesteam-banner > .wrap-content > section > figure { margin-bottom: 3px; }
	.bloc-digesteam-banner > .wrap-content > section > .logo > img { height: 16px; }
	.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 1rem; line-height: 1em; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 1rem; line-height: 1em; }
	.bloc-digesteam-banner > .wrap-content > aside { padding-top: 0; }

	.bloc-digesteam-content-exergue > .wrap-content > .exergue-container > aside { border-right: none; border-bottom: 1px solid #fff; margin-right: 0; margin-bottom: 20px; }
	.bloc-digesteam-content-exergue > .wrap-content > .exergue-container { flex-direction: column; }
}

@media all and (max-width: 400px) {
	body > header .overHead .areas li.contact { display: none; }
	body > header .overHead .areas { width: 100%; margin-left: unset; padding-left: 2px; padding-right: 2px; }
	body > header .overHead .areas .ico.first { margin-left: auto; }

	.bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 10px; }
	.visitor-patient .bloc-digesteam-banner > .wrap-content > section > .chapo { font-size: 10px; }
}

@keyframes loader-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media all and (min-width: 601px) {
	footer li.push-right { margin-left: auto; }
}


@media all and (min-width: 1001px) {
	.rs-tablet { display: none; }
}

@media all and (min-width: 601px) {
	.rs-phone { display: none; }
}

@media all and (min-width: 2300px) {
	:root {
		--wrap-width: 1600px;
		--text-size: 13px;
	}
}