@charset "UTF-8";
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
text-decoration: none;
}
a:focus {
outline: none !important;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
:root {
--wrap-width: 1300px;
--title-xl: 42px;
--title-lg: 36px;
--title-md: 32px;
--title-sm: 28px;
--text-lg: 22px;
--text-md: 18px;
--text-sm: 16px;
--text-xs: 14px;
--color-red-100: #e50051;
--color-red-50: #FF6E6E;
--color-blue-100: #1A3D74;
--color-blue-50: #869BF7;
--color-green-100: #0CC1A5;
--color-gray-100: #707070;
--color-gray-50: #FAF8F9;
--color-black: #16233B;
--grad-4-rb: transparent linear-gradient(270deg, #1A3D74 0%, #851D62 44%, #B70E59 73%, #C70956 82%, #E50051 100%) 0% 0% no-repeat padding-box;
--grad-4-br: transparent linear-gradient(96deg, #1A3D74 0%, #851D62 44%, #B70E59 73%, #C70956 82%, #E50051 100%) 0% 0% no-repeat padding-box;
--grad-2-rb: transparent linear-gradient(96deg, #E50051 0%, #1A3D74 100%) 0% 0% no-repeat padding-box;
--grad-2-br: transparent linear-gradient(270deg, #E50051 0%, #1A3D74 100%) 0% 0% no-repeat padding-box;
--rounded-lg: 30px;
--rounded-md: 25px;
--rounded-sm: 20px;
}
::-moz-selection {
color: #FFFFFF;
background-color: var(--color-blue-100);
}
::selection {
color: #FFFFFF;
background-color: var(--color-blue-100);
}
html,
body {
font-family: 'Montserrat', sans-serif;
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
html.no-scroll {
overflow-y: hidden;
}    @keyframes hue-rotate {
from {
filter: hue-rotate(0deg);
}
to {
filter: hue-rotate(360deg);
}
}
.hue-rotate {
animation: hue-rotate 5s linear infinite;
}
.cursor-follower {
position: fixed;
top: 0;
left: 0;
width: 60px;
height: 60px;
border-radius: 100%;
background-color: var(--color-blue-100);
opacity: 0;
z-index: 10000;
user-select: none;
pointer-events: none;
mix-blend-mode: overlay;
transform-origin: center;
display: none;
}
section {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.wrapper {
width: 100%;
max-width: var(--wrap-width);
margin: 0 auto;
}
.hidden {
display: none;
}
html div[data-elementor-type="wp-page"],
html main,
html .footer {
transition: filter .3s ease-in-out;
}
html.no-scroll div[data-elementor-type="wp-page"],
html.no-scroll main,
html.no-scroll .footer-before-cta,
html.no-scroll .footer {
filter: blur(40px) brightness(0.8);
}
body.page-id-143,
body.page-id-84,
body.page-id-86 {
background-image: url(//b2m-formation.com/wp-content/uploads/2024/08/arches-x2-transp.webp);
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.titre-dynamique > h6 {
font-size: 30px;
font-weight: 900;
color: var(--color-blue-100);
text-transform: uppercase;
text-align: left;
margin: 0 0 2rem 0;
} .search-form {
position: relative;
width: 100%;
max-width: fit-content;
}
.search-form input {
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 500;
width: 10rem;
padding: .5rem 2rem .5rem 1rem;
border: 1px solid var(--color-red-100) !important;
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
outline: none;
transition: all .2s ease-in-out;
}
.search-form input:focus {
width: 12rem;
}
.search-form input::placeholder {
color: #e500519e;
}
.search-form button {
position: absolute;
top: calc(50% - 10px);
right: 10px;
width: fit-content;
height: fit-content;
padding: 0;
margin: 0;
line-height: 0;
border: none !important;
background: none !important;
outline: none !important;
}
.search-form svg {
width: 20px;
height: 20px;
stroke: var(--color-red-100);
} .btn-sm-white {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-blue-100) !important;
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-gray-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.btn-sm-white svg {
width: 35px;
height: 100%;
position: absolute;
right: 0;
stroke: var(--color-blue-100);;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.btn-sm-white:hover {
padding-right: 3rem;
}
.btn-sm-white:hover svg {
opacity: 1;
}
.btn-sm-red {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: #FFFFFF !important;
background-color: var(--color-red-100);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.btn-sm-red svg {
width: 35px;
height: 100%;
position: absolute;
right: 0;
stroke: #FFFFFF;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.btn-sm-red:hover {
padding-right: 3rem;
}
.btn-sm-red:hover svg {
opacity: 1;
}
.btn-sm-blue {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: #FFFFFF !important;
background-color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-blue-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.btn-sm-blue svg {
width: 35px;
height: 100%;
position: absolute;
right: 0;
stroke: #FFFFFF;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.btn-sm-blue:hover {
padding-right: 3rem;
}
.btn-sm-blue:hover svg {
opacity: 1;
} .vie-de-campus span {
display: block;
text-wrap: nowrap;
text-orientation: sideways;
transform-origin: left;
transform: translateY(50%) rotate(-90deg);
position: absolute;
bottom: 30%;
}
.vie-de-campus span::before {
content: "";
position: absolute;
top: calc(50% - 1px);
left: -35%;
width: 30%;
height: 2px;
background-color: #FFFFFF;
}
.vie-campus-title {
position: relative;
}
.vie-campus-title::before {
content: "";
position: absolute;
top: 0;
left: -1000px;
background-color: var(--color-blue-100);
width: 1000px;
height: 100%;
}
.campus-circle-purple svg {
transform: translateX(78%) translateY(-14%) scale(2.6);
} .link-show-more {
text-align: center;
margin: 2rem 0 0 0;
}
.link-show-more a {
position: relative;
font-size: var(--text-md);
font-weight: 700;
line-height: 1;
color: var(--color-red-100);
transition: all .2s ease-in-out;
}
.link-show-more a::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 5px;
background: var(--grad-4-rb);
border-radius: 10px;
z-index: -1;
transition: all .2s ease-in-out;
}
.link-show-more a:hover {
color: #FFFFFF;
}
.link-show-more a:hover::after {
left: -10%;
width: 120%;
height: 150%;
} .container-liens-utiles,
.container-liens-utiles div {
height: 100%;
}
.liens-utiles {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(5, 1fr);
grid-row-gap: 0;
height: 100%;
min-height: 30rem;
align-items: center;
justify-items: start;
}
.lien-utile {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
border-bottom: 1px solid var(--color-gray-100);
height: 100%;
width: 100%;
position: relative;
}
.lien-utile:first-of-type {
border-top: 1px solid var(--color-gray-100);
}
.lien-utile small {
font-size: var(--text-xs);
font-weight: 600;
color: #000000;
line-height: 1;
transition: transform .25s .1s ease-in-out;
}
.lien-utile:hover small {
transform: translateX(15px);
}
.lien-utile .lien-utile-titre {
font-size: var(--text-md);
font-weight: 700;
color: #000000;
line-height: 1;
margin: .5rem 0 0 0;
transition: transform .25s ease-in-out;
}
.lien-utile:hover .lien-utile-titre {
transform: translateX(15px);
}
.lien-utile .lien-utile-icon {
position: absolute;
right: 0;
width: 30px;
height: 30px;
min-width: 30px;
border-radius: 40px;
padding: 5px 4px 5px 6px;
background-color: var(--color-red-100);
line-height: 1;
transition: transform .25s .1s ease-in-out;
}
.lien-utile:hover .lien-utile-icon {
transform: translateX(-15px);
}
.lien-utile .lien-utile-icon svg {
width: 100%;
height: 100%;
stroke: #FFFFFF;
stroke-width: 3px;
} .documents-utiles {
margin: 4rem 0 0 0;
}
.documents-utiles > .wrapper > p {
color: var(--color-blue-100);
font-size: var(--text-lg);
font-weight: 500;
line-height: 1;
margin: 0;
}
.documents {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
gap: 2rem;
width: 100%;
margin: 2rem 0 0 0;
}
.documents .document {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
gap: .8rem;
width: fit-content;
font-size: var(--text-xs);
font-weight: 500;
color: var(--color-blue-100);
}
.documents .document svg {
width: 100%;
height: 100%;
max-width: 5rem;
transform: scale(1.001);
transition: transform .2s ease-in-out;
}
.documents .document:hover svg {
transform: scale(1.15);
} button.splide__arrow {
border: 1px solid var(--color-red-100);
border-radius: 50px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
background-color: var(--color-red-100);
fill: #FFFFFF;
}
button.splide__arrow svg {
width: 20px;
height: 20px;
}
button.splide__arrow:disabled {
opacity: 0;
}
button.splide__arrow--prev {
position: absolute;
left: -65px;
top: 50%;
transform: translateY(-50%) scale(-1);
z-index: 1;
}
button.splide__arrow--next {
position: absolute;
right: -65px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
} .filtres-categories {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.filtre-categorie,
.formations-filtres-cpf {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
border: 1px solid var(--color-blue-100);
border-radius: 40px;
background-color: #FFFFFF;
padding: .2rem 1rem;
line-height: 1;
cursor: pointer;
}
.filtre-categorie .titre,
.formations-filtres-cpf .titre {
font-size: var(--text-xs);
font-weight: 600;
color: var(--color-blue-100);
}
.filtre-categorie .checkbox,
.formations-filtres-cpf .checkbox {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.filtre-categorie .switch,
.formations-filtres-cpf .switch {
position: relative;
display: inline-block;
width: 45px;
height: 25px;
}
.filtre-categorie .slider,
.formations-filtres-cpf .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 40px;
background-color: var(--color-blue-100);
transition: all .2s ease-in-out;
}
.filtre-categorie .slider::before,
.formations-filtres-cpf .slider::before {
position: absolute;
content: "";
height: 23px;
width: 23px;
left: 1px;
bottom: 1px;
border-radius: 40px;
background-color: white;
transition: all .2s ease-in-out;
}
.filtre-categorie .checkbox:checked + .slider,
.formations-filtres-cpf .checkbox:checked + .slider {
background-color: var(--color-red-100);
}
.filtre-categorie:hover .checkbox:not(:checked) + .slider::before,
.formations-filtres-cpf:hover .checkbox:not(:checked) + .slider::before {
width: 27px;
}
.filtre-categorie:active .checkbox:not(:checked) + .slider::before,
.formations-filtres-cpf:active .checkbox:not(:checked) + .slider::before {
width: 30px;
}
.filtre-categorie:hover .checkbox:checked + .slider:before,
.formations-filtres-cpf:hover .checkbox:checked + .slider::before {
transform: translateX(18px);
}
.filtre-categorie .checkbox:checked + .slider::before,
.formations-filtres-cpf .checkbox:checked + .slider::before {
transform: translateX(20px);
} .box-max-550 {
width: 100%;
max-width: 550px;
}
.separator-text-center-green .elementor-divider__text {
background-color: #0CC1A5;
border-radius: 30px;
padding: .8rem 3rem;
}
.separator-text-center-red .elementor-divider__text {
background-color: var(--color-red-100);
border-radius: 30px;
padding: .8rem 3rem;
}
.home-hero-circle {
pointer-events: none;
mix-blend-mode: multiply;
left: unset !important;
right: -35% !important;
top: -10% !important;
}
.home-hero-circle svg {
transform: scale(.85) rotate(10deg);
}
.home-hero-pastille {
bottom: -7rem !important;
top: unset !important;
right: 10rem !important;
left: unset !important;
}
.home-hero-pastille-wrapper {
width: 20rem;
height: 20rem;
background-color: #092496;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.home-hero-pastille-wrapper .lien-macaron {
display: flex;
justify-content: center;
align-items: center;
}
.home-hero-pastille-wrapper svg {
width: 20rem;
animation: rotate-360 15s linear infinite;
}
.home-hero-pastille-wrapper:hover svg {
animation-play-state: paused;
}
.home-hero-pastille-wrapper svg text {
font-size: var(--macaron-font-size);
font-weight: 700;
fill: #FFFFFF;
font-family: 'Montserrat', sans-serif;
}
.home-hero-pastille-wrapper img {
position: absolute;
width: 12rem;
transform: scale(1.001);
transition: transform .2s ease-in-out;
}
.home-hero-pastille-wrapper:hover img {
transform: scale(1.1);
}
.fpc-hero-circle {
pointer-events: none;
mix-blend-mode: multiply;
left: unset !important;
right: -85% !important;
top: -10% !important;
}
.fpc-hero-circle svg {
transform: scale(.85) rotate(10deg);
}
.egc-bulle {
background: transparent linear-gradient(307deg, #33478F 0%, #DD4E8D 100%) 0% 0% no-repeat padding-box;
width: 100%;
max-width: 15rem;
height: 15rem;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1rem;
text-align: center;
color: #FFFFFF;
border-radius: 160px;
padding: 1rem;
overflow: hidden;
}
.egc-parcours-admi {
position: relative;
}
.egc-parcours-admi::before {
content: "";
position: absolute;
top: -21rem;
left: 0;
width: 26rem;
height: 55rem;
background-image: url(//b2m-formation.com/wp-content/uploads/2024/08/equipe-circle-bottom-scaled.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.egc-bulle-trans {
color: var(--color-blue-100);
background: radial-gradient(circle, rgba(255, 255, 255, 1) 65%, rgba(221, 78, 141, 1) 66%, rgba(51, 71, 143, 1) 75%);
}
.egc-bulle span {
font-size: 65px;
font-weight: 900;
display: block;
line-height: 1;
}
.egc-bulle p {
font-size: var(--text-md);
font-weight: 700;
margin: 0;
line-height: 1;
}
.egc-bulle p small {
font-size: 11px;
}
.egc-prog-timeline-item {
position: relative;
}
.egc-programme-timeline .egc-prog-timeline-item:nth-of-type(1)::before,
.egc-programme-timeline .egc-prog-timeline-item:nth-of-type(2)::before {
content: "";
background-color: #FFFFFF;
position: absolute;
top: 5rem;
left: 50%;
width: 50%;
height: 1px;
}
.egc-programme-timeline .egc-prog-timeline-item:nth-of-type(2)::after,
.egc-programme-timeline .egc-prog-timeline-item:nth-of-type(3)::after {
content: "";
background-color: #FFFFFF;
position: absolute;
top: 5rem;
left: 0;
width: 50%;
height: 1px;
}
.egc-programme-timeline-dot {
position: relative;
background-color: #FFFFFF;
width: 40px;
height: 40px;
border-radius: 40px;
}
#faq-egc .faq-question.active .faq-question-toggler {
background: linear-gradient(90deg, #4C509E 0%, #D4549B 100%);
}
#faq-egc .faq-question-toggler span {
background-color: #B1559C;
}
#faq-egc .link-show-more a {
color: #DD4E8D;
}
#faq-egc .link-show-more a:hover {
color: #FFFFFF;
}
#faq-egc .link-show-more a::after {
background: linear-gradient(90deg, #4C509E 0%, #D4549B 100%);
}
.experiences-egc .temoignages-item:nth-of-type(1n) .slogan {
background-color: #46509D;
}
.experiences-egc .temoignages-item:nth-of-type(2n) .slogan {
background-color: #B1559C;
}
.experiences-egc .temoignages-item:nth-of-type(1n) .plus {
background-color: #B1559C;
}
.experiences-egc .temoignages-item:nth-of-type(2n) .plus {
background-color: #46509D;
}
.experiences-egc .parrains .temoignages-item {
cursor: auto;
}
.experiences-egc .temoignages-item.hidden {
display: none;
}
.nos-valeurs-item {
position: relative;
}
.nos-valeurs-item::before {
content: "";
position: absolute;
top: 0;
left: -3.5rem;
width: 3rem;
height: 3rem;
background-image: url(//b2m-formation.com/wp-content/uploads/2024/08/fleche-bleu-fond-blanc.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
.campus-slider .elementor-swiper-button svg {
background-color: var(--color-red-100);
border-radius: 1rem;
padding: 5px;
}
@keyframes rotate-360 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-360deg);
}
}
@media screen and (max-width: 980px) {
.home-hero-pastille {
right: -3rem !important;
transform: scale(.8);
}
.equipe-container {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 768px) {
.home-hero-pastille {
transform: scale(.6);
}
.vie-de-campus span {
position: unset;
}
.lien-utile small {
font-weight: 400;
}
.lien-utile .lien-utile-titre {
font-size: var(--text-sm);
}
.documents {
justify-content: center;
}
.box-max-550 {
position: unset;
}
.equipe-container {
grid-template-columns: repeat(2, 1fr);
}
.elementor-counter-title {
text-align: center;
}
button.splide__arrow--prev {
left: 0;
}
button.splide__arrow--next {
right: 0;
}
}
@media screen and (max-width: 600px) {
.equipe-container {
grid-template-columns: repeat(1, 1fr);
}
}
.header {
position: relative;
padding: 1rem 1rem 2rem 1rem;
background-color: #FFFFFF;
}
.header .wrapper {
max-width: var(--wrap-width);
margin: 0 auto;
display: grid;
grid-template-columns: .7fr 1fr;
align-items: center;
}
.header-logo {
display: flex;
justify-content: flex-start;
align-items: flex-end;
gap: .8rem;
width: fit-content;
z-index: 100;
}
.header-logo img {
width: 100%;
max-width: 8rem;
}
.header-logo-slogan {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
border-left: 2px solid var(--color-blue-100);
line-height: 1.2;
}
.header-logo-slogan span {
font-size: var(--text-md);
font-weight: 700;
text-transform: uppercase;
color: var(--color-blue-100);
padding: 0 0 0 .8rem;
}
.header-nav-principal {
position: absolute;
top: 100%;
right: 0;
width: 50%;
background: var(--grad-2-rb);
padding: 0 1rem;
z-index: 99;
transition: width .2s ease-in-out;
}
.header-nav-principal.fixed {
position: fixed;
top: 0;
transform: translateY(-150%);
box-shadow: 4px -2px 10px 2px #0a1a3dc7;
}
.header-nav-principal.fixed.visible {
transform: translateY(0);
transition: transform .2s ease-in-out;
}
.header-nav-principal > div {
max-width: calc((var(--wrap-width) / 2) - 1rem);
}
.header-nav-principal ul,
.sur-menu ul,
.menu-cible ul {
display: flex;
justify-content: space-between;
align-items: center;
gap: .5rem;
list-style: none;
padding: 0;
margin: 0;
}
.header-nav-principal ul li {
line-height: 1;
padding: .8rem 0;
}
.header-nav-principal ul li a,
.sur-menu ul li a,
.menu-cible ul li a {
color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 700;
background: linear-gradient(0deg, #FFFFFF, #FFFFFF) no-repeat right bottom / 0 1px;
transition: background-size 350ms;
}
.header-nav-principal ul li a:where(:hover, :focus-visible),
.header-nav-principal ul li.current-menu-item > a {
background-size: 100% 1px;
background-position-x: left;
}
.header-nav-principal ul li > ul {
position: absolute;
top: 100%;
left: 0;
background: var(--grad-2-rb);
padding: 1rem;
width: 100%;
justify-content: flex-start;
flex-wrap: wrap;
row-gap: .8rem;
column-gap: 2rem;
border-top: 1px solid #FFFFFF;
opacity: 0;
pointer-events: none;
transform: translateY(2px);
transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.header-nav-principal.scrolled ul li > ul {
box-shadow:  4px 4px 10px 0 #0a1a3d54;
}
.header-nav-principal ul li.menu-item-has-children:hover ul {
opacity: 1;
transform: translateY(0);
pointer-events: all;
}
.header-nav-principal ul li > ul li { padding: 0; }
.header-content {
display: flex;
justify-content: center;
align-items: flex-end;
flex-direction: column;
}
.sur-menu {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
gap: 1rem;
}
.sur-menu > div { width: 100%; }
.sur-menu ul li {
line-height: 1;
padding: 0;
}
.sur-menu ul li a {
color: var(--color-red-100);
background: linear-gradient(0deg, var(--color-red-100), var(--color-red-100)) no-repeat right bottom / 0 1px;
}
.sur-menu ul li a:where(:hover, :focus-visible),
.sur-menu ul li.current-menu-item a {
background-size: 100% 1px;
background-position-x: left;
}
.header-search-form {
position: relative;
width: 100%;
max-width: fit-content;
}
.header-search-form input {
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 500;
width: 10rem;
padding: .5rem 2rem .5rem 1rem;
border: 1px solid var(--color-red-100) !important;
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
outline: none;
transition: all .2s ease-in-out;
}
.header-search-form input:focus {
width: 12rem;
}
.header-search-form input::placeholder { color: #e500519e; }
.header-search-form button {
position: absolute;
top: calc(50% - 10px);
right: 10px;
width: fit-content;
height: fit-content;
padding: 0;
margin: 0;
line-height: 0;
border: none !important;
background: none !important;
outline: none !important;
}
.header-search-form svg {
width: 20px;
height: 20px;
stroke: var(--color-red-100);
}
.menu-cible {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
gap: 1rem;
margin: 1rem 0 0 0;
}
.menu-cible > div { width: 100%; }
.menu-cible ul li {
line-height: 1;
padding: 0;
}
.menu-cible ul li a {
color: var(--color-blue-100);
background: linear-gradient(0deg, var(--color-blue-100), var(--color-blue-100)) no-repeat right bottom / 0 1px;
}
.menu-cible ul li a:where(:hover, :focus-visible),
.menu-cible ul li.current-menu-item a {
background-size: 100% 1px;
background-position-x: left;
}
.header-burger {
display: none;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 8px;
z-index: 100;
cursor: pointer;
}
.header-burger span {
display: flex;
background-color: var(--color-blue-100);
width: 30px;
height: 1px;
transition: all .2s ease-in-out;
}
.header-burger.active span:nth-of-type(1) {
transform: translateY(9px) rotate(45deg);
}
.header-burger.active span:nth-of-type(2) {
opacity: 0;
}
.header-burger.active span:nth-of-type(3) {
transform: translateY(-9px) rotate(-45deg);
}
.header-mobile-nav {
display: none;
position: fixed;
top: 0;
left: 0;
width: fit-content;
max-width: 100%;
height: 100%;
z-index: 99;
background-color: #FFFFFF;
padding: 5rem 1rem 1rem 1rem;
overflow-y: scroll;
transform: translateX(-100%);
transition: transform .4s ease-in-out;
}
.header-mobile-nav.active {
transform: translateX(0);
}
.header-mobile-nav ul {
list-style: none;
padding: 0;
}
.header-mobile-nav ul.menu > li > a {
color: var(--color-red-100);
font-weight: 700;
background: linear-gradient(0deg, var(--color-red-100), var(--color-red-100)) no-repeat right bottom / 0 1px;
transition: background-size 350ms;
}
.header-mobile-nav ul.menu > li > a:where(:hover, :focus-visible) {
background-size: 100% 1px;
background-position-x: left;
}
.header-mobile-nav ul.menu > li + li { margin: 1rem 0 0 0; }
.header-mobile-nav ul li ul {
border-left: 1px solid var(--color-blue-100);
margin: 0 0 0 .5rem;
padding: 0 0 0 .5rem;
}
.header-mobile-nav ul li ul li a {
padding: .5rem 0 0 0;
display: block;
width: fit-content;
color: var(--color-blue-100);
background: linear-gradient(0deg, var(--color-blue-100), var(--color-blue-100)) no-repeat right bottom / 0 1px;
transition: background-size 350ms;
}
.header-mobile-nav ul li ul li a:where(:hover, :focus-visible) {
background-size: 100% 1px;
background-position-x: left;
}
.header-mobile-nav .search-form {
margin-top: 1rem;
}
@media screen and (max-width: 1280px) {
.header-nav-principal { width: 65%; }
.header-search-form {
position: absolute;
top: calc(100% + .2rem);
z-index: 999;
left: 1rem;
}
}
@media screen and (max-width: 1050px) {
.header-nav-principal { width: 80%; }
.sur-menu ul, .menu-cible ul {
flex-wrap: wrap;
}
.header-search-form input:focus { width: 10rem; }
}
@media screen and (max-width: 900px) {
.header-logo-slogan span { font-size: var(--text-xs); }
.header-nav-principal { width: 100%; }
.header-search-form { display: none; }
}
@media screen and (max-width: 700px) {
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: .5rem 1rem .5rem 1rem;
background-color: #FFFFFF;
z-index: 99;
}
.header .wrapper {
grid-template-columns: 1fr .1fr;
}
.header-content,
.header-nav-principal { display: none; }
.header-logo img { max-width: 5rem; }
.header-logo {
gap: .4rem;
}
.header-logo-slogan span {
font-size: 12px;
padding: 0 0 0 .4rem;
}
.header-burger,
.header-mobile-nav {
display: flex;
flex-direction: column;
}
} .header-search {
position: fixed;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
background: transparent;
}
.header-search .wrapper {
display: grid;
grid-template-columns: .5fr 1fr .5fr;
grid-template-rows: 1fr;
}
.header-search .header-logo img { max-width: 6rem; }
.header-search .header-logo-slogan { border-left-color: #FFFFFF; }
.header-search .header-logo-slogan span {
font-size: var(--text-xs);
color: #FFFFFF;
}
.header-search .step-wrapper .stepper {
display: flex;
margin: 0;
padding: 0;
counter-reset: stepCounter;
}
.header-search .stepper-item {
position: relative;
display: flex;
flex-direction: column;
flex: 1;
text-align: center;
counter-increment: stepCounter;
}
.header-search .stepper-item::before {
--size: 3rem;
--circle-size: clamp(1.5rem, 5vw, 3rem);
content: counter(stepCounter);
display: flex;
justify-content: center;
align-items: center;
font-size: var(--text-lg);
font-weight: 700;
width: var(--circle-size);
height: var(--circle-size);
border-radius: 50%;
background-color: var(--color-blue-100);
border: 1px solid #FFFFFF;
opacity: 0.5;
margin: 0 auto;
}
.header-search .stepper-item.active::before {
background-color: #FFFFFF;
color: var(--color-blue-100);
opacity: 1;
}
.header-search .stepper-item:not(:last-child):after {
--spacing: clamp(0.25rem, 2vw, 0.5rem);
--circle-size: clamp(1.5rem, 5vw, 3rem);
content: "";
position: relative;
top: calc(var(--circle-size) / 2);
width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
height: 2px;
background: linear-gradient(90deg, #e0e0e0 0%, transparent 100% );
opacity: .5;
order: -1;
}
.header-search .stepper-item.active:not(:last-child):after {
background: linear-gradient(90deg, #FFFFFF 0%, transparent 100% );
opacity: 1;
}
.header-search .exit-search-formation {
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
color: #FFFFFF;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
width: fit-content;
padding: .3rem 2rem;
transition: background-color .2s ease-in-out;
}
.header-search .exit-search-formation:hover {
background-color: #e5005178;
}
.header-search .exit-search-formation svg {
width: 20px;
height: 20px;
stroke-width: 2px;
}
@media screen and (max-width: 900px) {
.header-search .wrapper {
grid-template-columns: 1fr .4fr;
}
.step-wrapper {
position: absolute;
top: 5rem;
left: 0;
width: 100%;
}
}
@media screen and (max-width: 600px) {
.header-search .wrapper {
grid-template-columns: 1fr;
}
.header-search .exit-search-formation { display: none; }
.header-search {
position: unset;
}
}
.footer-before-cta {
margin: 4rem auto -10rem auto;
}
.footer-before-cta .rencontrons-nous {
position: relative;
background: var(--grad-4-rb);
padding: 2rem 2rem 4rem 2rem;
margin: 4rem auto -10rem auto;
max-width: 1100px;
z-index: 1;
}
.footer-before-cta .rencontrons-nous.simple {
padding: 4rem;
}
.rencontrons-nous-header {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: .5rem;
}
.rencontrons-nous-header.double-col {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
gap: 4rem;
align-items: center;
justify-items: center;
}
.rencontrons-nous-header.double-col a {
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .8rem 4rem;
border: 1px solid #FFFFFF;
border-radius: var(--rounded-md);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.rencontrons-nous-header.double-col a:hover {
color: #FFFFFF;
background-color: var(--color-blue-100);
}
.rencontrons-nous-title {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--title-md);
font-weight: 900;
line-height: 1;
text-transform: uppercase;
text-align: left;
}
.rencontrons-nous-subtitle {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--text-sm);
font-weight: 700;
line-height: 1;
text-transform: uppercase;
text-align: left;
}
.rencontrons-nous-header.double-col span {
text-transform: unset;
}
.rencontrons-nous-form {
background-color: #FFFFFF;
margin: 2rem 0 0 0;
padding: 2rem;
border-radius: 0 50px 50px 50px;
}
.rencontrons-nous-form #destinataire,
.rencontrons-nous-form #generique { display: none; }
.referent-form-wrapper {
display: grid;
grid-template-columns: 1fr .6fr;
grid-template-rows: 1fr;
gap: 2rem;
}
.referent-form-left {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: max-content;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
}
.referent-form-left .form-full {
grid-area: 3 / 1 / 4 / 3;
}
.referent-form-left .form-full textarea {
width: 100%;
border-radius: 25px;
outline: none;
font-size: var(--text-sm);
font-weight: 500;
color: var(--color-black);
padding: 0.6rem 1rem;
border: 1px solid rgb(9, 36, 150) !important;
min-height: 5rem;
height: 5rem;
resize: vertical;
}
.referent-form-wrapper input {
border: 1px solid #092496 !important;
border-radius: 40px;
outline: none;
font-size: var(--text-sm);
font-weight: 500;
color: var(--color-black);
padding: .6rem 1rem;
}
.referent-form-right {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.referent-form-echange {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 500;
display: block;
line-height: 1;
margin: 0 0 1rem 0;
}
#echange > .wpcf7-list-item {
position: relative;
width: 120px;
height: 120px;
margin: 0 .5rem;
}
#echange > .wpcf7-list-item:nth-of-type(1) label input::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FFFFFF url(//b2m-formation.com/wp-content/uploads/2024/09/rencontrons-nous-email.webp) no-repeat center;
background-size: 65%;
border-radius: 10px;
cursor: pointer;
}
#echange > .wpcf7-list-item:nth-of-type(2) label input::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #FFFFFF url(//b2m-formation.com/wp-content/uploads/2024/09/rencontrons-nous-telephone.webp) no-repeat center;
background-size: 65%;
border-radius: 10px;
cursor: pointer;
}
#echange > .wpcf7-list-item:hover label input::before {
outline: 1px solid var(--color-blue-100);
}
#echange > .wpcf7-list-item label input:checked::before {
outline: 2px solid var(--color-blue-100);
}
.referent-form-submit {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 1rem 0 0 0;
}
.referent-form-submit .submit-wrapper {
display: block;
width: fit-content;
position: relative;
font-size: var(--text-md);
font-weight: 700;
line-height: 1;
color: var(--color-red-100);
transition: all .2s ease-in-out;
}
.referent-form-submit .submit-wrapper input {
border: none;
font-size: var(--text-md);
font-weight: 700;
color: var(--color-red-100);
background: transparent !important;
position: relative;
padding: 0 .5rem 0 .5rem;
z-index: 1;
}
.referent-form-submit .submit-wrapper:hover input {
color: #FFFFFF;
}
.referent-form-submit .submit-wrapper::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 5px;
background: var(--grad-4-rb);
border-radius: 10px;
z-index: 0;
transition: all .2s ease-in-out;
}
.referent-form-submit .submit-wrapper:hover::after {
left: -10%;
width: 120%;
height: 150%;
}
.rencontrons-nous-form .wpcf7-spinner {
position: absolute;
left: -100%;
}
.footer {
position: relative;
padding: 10rem 1rem 1rem 1rem;
background: var(--grad-4-br);
overflow: hidden;
margin: 5rem 0 0 0;
}
.footer .footer-circle {
position: absolute;
top: 4rem;
left: -4rem;
mix-blend-mode: lighten;
opacity: .4;
width: 50%;
pointer-events: none;
z-index: 0;
}
.footer .wrapper {
max-width: var(--wrap-width);
margin: 0 auto;
z-index: 1;
}
.footer-logo a {
display: flex;
justify-content: flex-start;
align-items: flex-end;
gap: .8rem;
width: fit-content;
}
.footer-logo a img {
width: 100%;
max-width: 8rem;
}
.footer-logo-slogan {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
border-left: 2px solid #FFFFFF;
line-height: 1.2;
}
.footer-logo-slogan span {
font-size: var(--text-md);
font-weight: 700;
text-transform: uppercase;
color: #FFFFFF;
padding: 0 0 0 .8rem;
}
.footer-content {
display: grid;
grid-template-columns: .2fr 1fr .1fr;
grid-template-rows: auto;
grid-column-gap: 1rem;
grid-row-gap: 1rem;
margin: 2rem 0 0 0;
}
.footer-contact a,
.footer-contact p,
.footer-contact span{
display: block;
color: #FFFFFF;
font-size: 12px;
line-height: 1.4;
margin: 0;
}
.footer-contact .nous-contacter {
display: flex;
justify-content: flex-start;
align-items: center;
color: #FFFFFF;
background-color: var(--color-red-100);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .5rem 1.5rem;
margin: .5rem 0 0 0;
border: 1px solid var(--color-blue-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.footer-nav {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
gap: .5rem;
}
.menu-menu-footer-container { width: 100%; }
.footer-nav ul.menu {
display: flex;
justify-content: space-around;
align-items: flex-start;
gap: .5rem;
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav ul.menu > li > a {
color: #FFFFFF;
font-size: var(--text-lg);
font-weight: 700;
width: max-content;
}
.footer-nav ul.menu > li > ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-nav ul.menu > li > ul > li > a {
color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 400;
}
.footer-nav a {
width: max-content;
background: linear-gradient(0deg, #FFFFFF, #FFFFFF) no-repeat right bottom / 0 1px;
transition: background-size 350ms;
}
.footer-nav a:where(:hover, :focus-visible) {
background-size: 100% 1px;
background-position-x: left;
}
.footer-nav-single {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
}
.footer-nav-single a {
color: #FFFFFF;
font-size: var(--text-lg);
font-weight: 700;
width: max-content;
}
.footer-backtotop {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
}
.footer-backtotop a {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
border: 4px solid #FFFFFF;
border-radius: 50px;
width: 60px;
height: 60px;
}
.footer-backtotop a svg {
width: 30px;
height: 30px;
stroke: #FFFFFF;
stroke-width: 4px;
transition: transform .2s ease-in-out;
}
.footer-backtotop a:hover svg {
transform: translateY(-2px);
}
.footer-backtotop span {
color: #FFFFFF;
font-size: 12px;
margin: .5rem 0 0 0;
}
.footer-bottom {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 4rem;
margin: 2rem 0 0 0;
}
.footer-bottom .footer-mentions,
.footer-bottom .footer-social {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
}
.footer-bottom .footer-mentions a {
color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 400;
line-height: 1;
}
.footer-bottom .footer-social a {
display: block;
}
.footer-bottom .footer-social a svg {
width: 30px;
height: 30px;
fill: #FFFFFF;
}
.sub-footer { position: relative; }
.sub-footer .wrapper {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1rem;
padding: 0 0 2rem 0;
}
.sub-footer-qualiopi img {
width: 100%;
max-width: 15rem;
margin: -3rem 0 2rem 0;
}
.sub-footer-qualiopi p {
color: var(--color-black);
font-size: var(--text-xs);
margin: 0;
font-weight: 600;
}
.sub-footer-qualiopi p:nth-of-type(2) { font-weight: 700; }
.sub-footer-connexions > div {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.sub-footer-connexions > div a {
display: flex;
width: 8rem;
height: 3rem;
border: 1px solid var(--color-gray-100);
border-radius: 45px;
}
.sub-footer-connexions > div a img {
width: 100%;
object-fit: contain;
padding: .5rem 1rem;
filter: grayscale(1);
transition: filter .2s ease-in-out;
}
.sub-footer-connexions > div a:hover img {
filter: grayscale(0);
}
.sub-footer-connexions span {
display: block;
color: var(--color-black);
font-size: var(--text-md);
margin: 0 0 .5rem 0;
font-weight: 700;
}
.footer-accessibilite {
background: var(--grad-4-br);
padding: 1rem;
}
.footer-accessibilite .wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.footer-accessibilite .wrapper svg {
width: 30px;
fill: #FFFFFF;
}
.footer-accessibilite .wrapper span {
font-size: var(--text-xs);
color: #FFFFFF;
}
.footer-accessibilite .wrapper span a {
color: #FFFFFF;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
}
.made-by {
position: absolute;
bottom: 0;
right: 0;
}
.made-by a {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
gap: .5rem;
color: #FFFFFF;
font-size: 10px;
font-weight: 500;
text-transform: uppercase;
transform: translateX(52px) translateY(-90px) rotate(-90deg);
}
.made-by span {
display: block;
background-color: #FFFFFF;
width: 13px;
height: 1px;
}
@media screen and (max-width: 1000px) {
.sub-footer-qualiopi img {
margin: 0 0 2rem 0;
}
}
@media screen and (max-width: 950px) {
.referent-form-wrapper {
grid-template-columns: 1fr;
justify-items: center;
}
.referent-form-left {
grid-column-gap: 1rem;
grid-row-gap: 1rem;
}
.footer-before-cta .rencontrons-nous.simple {
padding: 3rem 1rem;
}
.rencontrons-nous-header.double-col {
grid-template-columns: repeat(1, 1fr);
gap: 2rem;
}
.rencontrons-nous-header.double-col span {
display: block;
width: 100%;
}
}
@media screen and (max-width: 900px) {
.footer-content { grid-template-columns: 1fr; }
}
@media screen and (max-width: 700px) {
.footer-before-cta {
margin: 4rem auto -5rem auto;
padding: 0 !important;
}
.footer-before-cta .rencontrons-nous {
padding: 2rem 1rem 4rem 1rem;
margin: 4rem auto -4rem auto;
}
.referent-form-left {
grid-template-columns: 1fr;
}
.referent-form-left .form-full { grid-area: unset; }
.referent-form-right .wpcf7-form-control-wrap {
width: 100%;
}
.referent-form-right .wpcf7-form-control-wrap #echange {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1rem;
}
.made-by {
position: unset;
margin: 1rem auto;
}
.made-by a {
transform: translateX(0) translateY(0) rotate(0);
}
.footer { padding: 2rem 1rem 1rem 1rem; }
.footer-logo a img { max-width: 5rem; }
.footer-logo-slogan span { font-size: 12px; }
.footer-nav ul.menu,
.footer-bottom,
.footer-nav,
.sub-footer .wrapper { flex-direction: column; }
.sub-footer-qualiopi {
text-align: center;
padding: 0 1rem;
}
.footer-bottom { gap: 2rem; }
.sub-footer-qualiopi img { margin: -.5rem 0 2rem 0; }
.sub-footer .wrapper { align-items: center; }
.footer-accessibilite .wrapper svg { width: 70px; }
}
.temoignages { width: 100%;
}
.temoignages.parrains {
grid-template-columns: repeat(4, 1fr);
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
.temoignages-item {
position: relative;
display: grid;
grid-template-columns: .2fr 1fr;
grid-template-rows: 1fr .5fr;
grid-column-gap: 0;
grid-row-gap: 0;
min-height: 25rem;
max-height: 30rem;
border: 1px solid var(--color-gray-100);
border-radius: 0 0 0 20px;
overflow: hidden;
cursor: pointer;
}
.temoignages-item .slogan {
position: relative;
overflow: hidden;
}
.temoignages-item:nth-of-type(1n) .slogan {
background-color: var(--color-blue-100);
}
.temoignages-item:nth-of-type(2n) .slogan {
background-color: var(--color-red-100);
}
.temoignages-item .slogan span {
display: block;
text-wrap: nowrap;
white-space: nowrap;
text-orientation: sideways;
transform-origin: left;
transform: translateY(50%) rotate(-90deg);
position: absolute;
left: 50%;
bottom: 20%;
font-size: var(--title-sm);
text-transform: uppercase;
font-weight: 900;
color: #FFFFFF;
}
.temoignages-item .slogan span::before {
content: "";
position: absolute;
top: calc(50% - 1px);
left: -2.5rem;
width: 2rem;
height: 1px;
background-color: #FFFFFF;
}
.temoignages-item .image {
position: relative;
overflow: hidden;
}
.temoignages-item .image .img-temoignage {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
pointer-events: none;
transform: scale(1.01);
transition: transform .2s ease-in-out;
}
.temoignages-item .image .arche-temoignage {
width: 100%;
height: auto;
position: absolute;
bottom: -2rem;
left: -2rem;
max-width: 12rem;
object-fit: contain;
mix-blend-mode: multiply;
display: none;
}
.temoignages-item:nth-of-type(1) .image .arche-temoignage:nth-of-type(2),
.temoignages-item:nth-of-type(3) .image .arche-temoignage:nth-of-type(2) {
display: block;
}
.temoignages-item:nth-of-type(2) .image .arche-temoignage:nth-of-type(3) {
display: block;
}
.temoignages-item:hover .image .img-temoignage {
transform: scale(1.05)
}
.temoignages-item:nth-of-type(1n) .plus {
background-color: var(--color-red-100);
}
.temoignages-item:nth-of-type(2n) .plus {
background-color: var(--color-blue-100);
}
.temoignages-item .plus {
display: flex;
justify-content: center;
align-items: center;
padding: .5rem;
}
.temoignages-item .plus svg {
stroke: #FFFFFF;
stroke-width: 1px;
transition: stroke-width .2s ease-in-out;
}
.temoignages-item:hover .plus svg {
stroke-width: 2px;
}
.temoignages-item .content {
padding: 1rem 1rem 1rem 2rem;
}
.temoignages-item .content h6 {
font-size: var(--text-md);
font-weight: 700;
color: var(--color-black);
margin: 0;
}
.temoignages-item .content p {
font-size: var(--text-sm);
font-weight: 400;
color: var(--color-black);
margin: .5rem 0 0 0;
line-height: 1.2;
}
.temoignages-item .back {
position: absolute;
top: 0;
left: 0;
width: 101%;
height: 100%;  background-color: #fffffff0;
backdrop-filter: blur(10px);
overflow-x: hidden;
overflow-y: scroll;
opacity: 0;
padding: 2rem 1rem;
pointer-events: none;
transition: opacity .2s ease-in-out;
}
.temoignages-item.active .back {
opacity: 1;
pointer-events: all;
}
.temoignages-item .back::-webkit-scrollbar {
width: 8px;
}
.temoignages-item .back::-webkit-scrollbar-track {
background: var(--color-blue-100);
}
.temoignages-item .back::-webkit-scrollbar-thumb {
background: var(--color-blue-50);
}
.temoignages-item .back span {
font-size: var(--text-md);
font-weight: 700;
line-height: 1.2;
color: var(--color-black);
margin: 0 0 1rem 0;
display: block;
}
.temoignages-item .back p {
color: #000000;
line-height: 1.4;
font-size: var(--text-sm);
padding: 0 0 1rem 0;
margin: 0;
text-align: justify;
} .home-evenements {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 4rem;
grid-row-gap: 4rem;
}
.home-evenement {
position: relative;
min-height: 22rem;
overflow: hidden;
}
.home-evenement .is-expired {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
flex-direction: row;
position: absolute;
top: 5px;
right: 5px;
color: var(--color-red-100);
background-color: #ffffffe0;
border: 1px solid var(--color-red-50);
border-radius: 5px;
padding: 5px 10px;
font-size: 12px;
font-style: normal;
z-index: 1;
opacity: 0;
pointer-events: none;
}
.home-evenement .is-expired svg {
width: 18px;
height: 18px;
stroke-width: 1px;
}
.home-evenement.event-expired .is-expired {
opacity: 1;
}
.home-evenement img {
width: 100%;
height: 100%;
max-height: 22rem;
object-fit: cover;
transform: scale(1.01);
transition: transform .3s ease-in-out;
}
.home-evenement:hover img {
transform: scale(1.03);
}
.home-evenement-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 1rem;
background-color: #ffffff00;
backdrop-filter: blur(18px) brightness(.4);
-webkit-backdrop-filter: blur(18px) brightness(.4);
}
.home-evenement-content time {
font-size: 12px;
font-weight: 700;
color: #FFFFFF;
border: 1px solid #FFFFFF;
padding: 5px 12px;
}
.home-evenement-content h6 {
font-size: var(--text-md);
font-weight: 700;
color: #FFFFFF;
margin: .8rem 0 .5rem 0;
}
.home-evenement-content p {
overflow: hidden;
height: 0;
opacity: 0;
margin: 0;
line-height: 1.2;
font-size: var(--text-xs);
color: #FFFFFF;
transition: all .3s ease-in-out;
}
.home-evenement:hover p {
height: 5rem;
opacity: 1;
}
.home-evenement-content span {
color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 400;
border-radius: 40px;
padding: .5rem 1rem .5rem 0;
transition: all .3s ease-in-out;
}
.home-evenement:hover span {
background-color: var(--color-blue-100);
font-weight: 600;
padding: .5rem 1rem .5rem 1rem;
} .evenements-inactive {
margin: 6rem 0 0 0;
}
.evenements .evenements-title h2 {
color: var(--color-blue-100);
font-size: 30px;
font-weight: 900;
text-transform: uppercase;
margin: 0 0 2rem 0;
}
.evenements-item {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
color: var(--color-blue-100);
}
.evenements-item .type-formation small {
display: flex;
justify-content: flex-start;
align-items: center;
gap: .5rem;
font-size: 12px;
color: var(--color-blue-100);
}
.evenements-item .type-formation svg {
width: 22px;
height: 100%;
background-color: var(--color-red-100);
stroke: #FFFFFF;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
pointer-events: none;
}
.evenements-item img {
width: 100%;
height: 14rem;
object-fit: cover;
overflow: hidden;
border: 1px solid var(--color-gray-100);
}
.evenements-item time {
font-size: var(--text-xs);
font-weight: 600;
margin: .5rem 0 0 0;
}
.evenements-item h6 {
font-size: var(--text-md);
font-weight: 700;
margin: .1rem 0 .5rem 0;
line-height: 1.2;
}
.evenements-item p {
font-size: var(--text-xs);
color: #000000;
font-weight: 500;
line-height: 1.3;
margin: 0 0 1rem 0;
}
.evenements-item .btn-events {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-blue-100) !important;
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.evenements-item .btn-events svg {
width: 35px;
height: 100%;
position: absolute;
right: 0;
stroke: var(--color-red-100);
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
opacity: 0;
transition: opacity .2s ease-in-out;
}
.evenements-item:hover .btn-events {
padding-right: 3rem;
}
.evenements-item:hover svg {
opacity: 1;
}
.evenements-associes {
margin: 4rem 0 0 0;
}
.evenements-associes h5 {
color: var(--color-blue-100);
font-size: var(--title-md);
font-weight: 900;
text-transform: uppercase;
line-height: 1;
margin: 0 0 2rem 0;
}
.participation {
margin: 4rem 0 0 0;
}
.participation .wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
}
.participation-line {
width: 100%;
height: 2px;
background-color: var(--color-red-100);
}
.participation-cta {
color: #FFFFFF;
background-color: var(--color-red-100);
padding: .8rem 3rem;
border: 1px solid var(--color-red-100);
border-radius: 30px;
font-size: var(--text-md);
text-transform: uppercase;
font-weight: 600;
line-height: 1;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.participation-cta:hover {
background-color: #FFFFFF;
color: var(--color-red-100);
} .home-actualites {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
.home-actualite,
.actualite {
position: relative;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
padding: 2rem 1rem;
color: #FFFFFF !important;
border-radius: 20px;
overflow: hidden;
min-height: 18rem;
height: fit-content;
cursor: pointer;
}
.actualite {
cursor: auto;
}
.home-actualite time,
.actualite time {
font-size: var(--text-xs);
}
.home-actualite h6,
.actualite h3 {
font-size: var(--text-md);
font-weight: 600;
margin: .2rem 0 1rem 0;
line-height: 1.2;
}
.home-actualite p,
.actualite p {
position: relative;
font-size: var(--text-xs);
font-weight: 400;
line-height: 1.3;
height: 6rem;
overflow: hidden;
margin: 0;
}
.home-actualite p::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 35px;
}
.home-actualite.active p {
padding: 0 0 2rem 0;
}
.home-actualite span {
position: absolute;
bottom: .5rem;
right: .5rem;
width: 40px;
height: 40px;
border-radius: 40px;
padding: 4px;
background-color: #FFFFFF;
}
.home-actualite span svg {
width: 100%;
height: 100%;
stroke-width: 1px;
transition: stroke-width .2s ease-in-out, transform .2s ease-in-out;
}
.home-actualite.active span svg {
transform: rotate(45deg);
}
.home-actualite:hover span svg {
stroke-width: 3px;
}
.home-actualite:nth-of-type(1n) {
background-color: var(--color-red-100);
}
.home-actualite:nth-of-type(2n) {
background-color: var(--color-blue-50);
}
.home-actualite:nth-of-type(3n) {
background-color: var(--color-blue-100);
}
.home-actualite:nth-of-type(4n) {
background-color: var(--color-gray-50);
color: var(--color-black) !important;
}
.home-actualite:nth-of-type(1n) p::after {
background: linear-gradient(0deg, var(--color-red-100) 20%, transparent 100%);
}
.home-actualite:nth-of-type(2n) p::after {
background: linear-gradient(0deg, var(--color-blue-50) 20%, transparent 100%);
}
.home-actualite:nth-of-type(3n) p::after {
background: linear-gradient(0deg, var(--color-blue-100) 20%, transparent 100%);
}
.home-actualite:nth-of-type(4n) p::after {
background: linear-gradient(0deg, var(--color-gray-50) 20%, transparent 100%);
}
.home-actualite:nth-of-type(1n) span svg {
stroke: var(--color-red-100);
}
.home-actualite:nth-of-type(2n) span svg {
stroke: var(--color-blue-50);
}
.home-actualite:nth-of-type(3n) span svg {
stroke: var(--color-blue-100);
}
.home-actualite:nth-of-type(4n) span svg {
stroke: #FFFFFF;
}
.home-actualite:nth-of-type(4n) span {
background-color: var(--color-blue-50);
}
.actualites {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
.actualite {
width: 100%;
height: 100%;
}
.actualite.highlight {
outline: 2px solid yellow;
}
.actualite p {
height: auto;
}
.actualite:nth-child(7n+1) {
background-color: var(--color-red-100);
}
.actualite:nth-child(7n+2) {
background-color: var(--color-blue-50);
}
.actualite:nth-child(7n+3) {
background-color: var(--color-blue-100);
}
.actualite:nth-child(7n+4) {
background-color: var(--color-gray-50);
color: var(--color-black) !important;
}
.actualite:nth-child(7n+5) {
background-color: var(--color-red-50);
}
.actualite:nth-child(7n+6) {
background-color: var(--color-gray-50);
color: var(--color-black) !important;
}
.actualite:nth-child(7n+7) {
background-color: var(--color-red-50);
} .articles {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
grid-column-gap: 4rem;
grid-row-gap: 4rem;
}
.articles.interesser-articles {
display: block;
}
.splide-interesser {
width: 100%;
}
.articles-item {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
width: 100%;
color: var(--color-blue-100);
}
.articles-item img {
width: 100%;
height: 14rem;
object-fit: cover;
overflow: hidden;
border: 1px solid var(--color-gray-100);
}
.articles-item time {
font-size: var(--text-xs);
font-weight: 600;
margin: .5rem 0 0 0;
}
.articles-item h6 {
font-size: var(--text-md);
font-weight: 700;
margin: .1rem 0 .5rem 0;
line-height: 1.2;
text-transform: uppercase;
color: var(--color-blue-100)
}
.articles-item p {
font-size: var(--text-xs);
color: #000000;
font-weight: 500;
line-height: 1.3;
margin: 0 0 1rem 0;
}
.articles-item:hover .btn-sm-blue {
padding-right: 3rem;
}
.articles-item:hover:hover svg {
opacity: 1;
} .article {
padding: 8rem 0 0 0;
}
.article .wrapper {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: .5rem;
}
.article time,
.article .horaires {
color: var(--color-blue-100);
font-size: var(--text-xs);
font-weight: 600;
text-transform: uppercase;
line-height: 1;
}
.article h1 {
color: var(--color-blue-100);
font-size: var(--title-sm);
font-weight: 700;
text-transform: uppercase;
line-height: 1;
margin: 0;
}
.article .categories {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
margin: .5rem 0 0 0;
}
.article .categories span {
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 500;
padding: .2rem 1.5rem;
border: 1px solid var(--color-blue-100);
border-radius: 30px;
}
.article img {
width: 100%;
height: 25rem;
object-fit: cover;
border: 1px solid var(--color-gray-100);
margin: 1rem 0 0 0;
}
.article .content {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
gap: 1rem;
margin: 2rem auto 0 auto;
max-width: 900px;
}
.article .content .introduction p {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
line-height: 1.2;
text-wrap: balance;
}
.article .content .presentation {
color: var(--color-black);
font-size: var(--text-sm);
font-weight: 400;
line-height: 1.4;
}
.article .content .presentation a {
color: var(--color-red-100);
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
font-weight: 500;
}
.article-galerie {
margin: 4rem 0 0 0;
}
.article-galerie a {
display: block;
width: 100%;
height: 12rem;
overflow: hidden;
position: relative;
}
.article-galerie a .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #e5005161;
z-index: 1;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
transition: opacity .2s ease-in-out;
}
.article-galerie a:hover .overlay {
opacity: 1;
}
.article-galerie a .overlay svg {
width: 50px;
height: 50px;
stroke: #FFFFFF;
}
.article-galerie img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.001);
transition: transform .2s ease-in-out;
} .article-galerie .wrapper {
position: relative;
max-width: 1000px;
}
.articles-associés {
margin: 4rem 0 0 0;
}
.articles-associés h5 {
color: var(--color-blue-100);
font-size: var(--title-md);
font-weight: 900;
text-transform: uppercase;
line-height: 1;
margin: 0 0 2rem 0;
} .faq {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-row-gap: 1rem;
grid-column-gap: 1rem; }
.faq-question {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-row-gap: .8rem;
grid-column-gap: .8rem;
opacity: 1;
transition: opacity 1s ease-in-out;
}
.faq-question.hidden {
display: none;
opacity: 0;
}
.faq-question-toggler {
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
width: 100%;
height: 3rem;
border: 1px solid var(--color-gray-100);
border-radius: 40px;
padding: 0 1rem 0 1.5rem;
cursor: pointer;
background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
transition: background .2s ease-in-out, padding .3s ease-in-out;
}
.faq-question-toggler:hover {
background: var(--color-gray-50);
}
.faq-question.active .faq-question-toggler {
background: var(--grad-2-rb);
padding: 0 2rem 0 2rem;
}
.faq-question-toggler h6 {
font-size: var(--text-sm);
font-weight: 700;
color: var(--color-blue-100);
margin: 0;
padding: 0;
line-height: 1;
}
.faq-question.active .faq-question-toggler h6 {
color: #FFFFFF;
}
.faq-question-toggler span {
width: 30px;
height: 30px;
min-width: 30px;
border-radius: 40px;
padding: 5px;
background-color: var(--color-red-100);
line-height: 2;
transition: transform .3s ease-in-out;
}
.faq-question.active span {
transform: rotate(-180deg);
}
.faq-question-toggler span svg {
width: 100%;
height: 100%;
stroke: #FFFFFF;
stroke-width: 3px;
transition: stroke-width .2s ease-in-out;
}
.faq-question-content {
display: none;
padding: 1.5rem 2rem;
border: 1px solid #FFFFFF;
border-radius: 30px;
transition: border .2s ease-in-out;
}
.faq-question.active .faq-question-content {
border-color: var(--color-gray-100);
}
.faq-question-content p {
font-size: var(--text-sm);
line-height: 1.4;
font-weight: 500;
margin: 0;
}
.faq-question-content a {
color: var(--color-red-100);
}
.faq-question-content a:hover {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
.faq-more-link.link-show-more {
text-align: right;
margin: 2rem 0 0 0; } .domaines-etude {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
flex-wrap: wrap;
width: 100%;
z-index: 10;
}
.domaine-etude {
position: relative;
background-color: #FFFFFF;
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 700;
padding: .8rem 1.5rem .8rem 3.5rem;
line-height: 1;
border-radius: 40px;
overflow: hidden;
}
.domaine-etude-color {
position: absolute;
top: 0;
left: 0;
width: 2.5rem;
height: 100%;
transition: width .2s ease-in-out;
}
.domaine-etude:hover .domaine-etude-color {
width: 2.8rem;
}
.domaine-etude:nth-child(5n+1) .domaine-etude-color {
background-color: var(--color-red-100);
}
.domaine-etude:nth-child(5n+2) .domaine-etude-color {
background-color: var(--color-blue-50);
}
.domaine-etude:nth-child(5n+3) .domaine-etude-color {
background-color: var(--color-blue-100);
}
.domaine-etude:nth-child(5n+4) .domaine-etude-color {
background-color: var(--color-red-50);
}
.domaine-etude:nth-child(5n+5) .domaine-etude-color {
background-color: var(--color-green-100);
}
@media screen and (max-width: 1100px) {
.temoignages-item .content {
padding: 1rem .5rem;
}
.home-evenement:hover p {
height: 8rem;
}
.home-actualites {
grid-template-columns: repeat(2, 1fr);
}
.actualites {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 768px) {
.home-experiences,
.articles {
grid-template-columns: repeat(2, 1fr);
}
.vie-de-campus span {
transform: translateY(0) rotate(0deg);
font-size: var(--title-md) !important;
margin: 2rem 0 2rem 0;
}
.home-evenements {
display: -webkit-box;
width: 100%;
overflow-x: scroll;
scroll-snap-type: x mandatory;
gap: 0;
}
.home-evenement {
display: flex;
scroll-snap-align: center;
max-width: 80%;
}
.home-evenement + .home-evenement {
margin-left: 1rem;
}
.article .categories {
row-gap: .5rem;
column-gap: .5rem;
}
.article .content {
grid-template-columns: 1fr;
}
.article-galerie .wrapper button.splide__arrow--prev {
left: 5px;
}
.article-galerie .wrapper button.splide__arrow--next {
right: 5px;
}
.actualites {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) {
.articles {
grid-template-columns: 1fr;
justify-items: center;
}
.article .content .presentation ul {
padding: 0 0 0 1rem;
}
.home-experiences,
.home-actualites,
.articles {
display: -webkit-box;
width: 100%;
overflow-x: scroll;
scroll-snap-type: x mandatory;
gap: 0;
}
.evenements .evenements-title h2 {
font-size: 24px;
}
.home-actualites .home-actualite,
.articles:not(.interesser-articles) .articles-item {
scroll-snap-align: center;
max-width: 80%;
}
.interesser-articles button.splide__arrow--prev {
top: 22%;
left: 5px;
}
.interesser-articles button.splide__arrow--next {
top: 22%;
right: 5px;
}
.home-actualites .home-actualite + .home-actualite,
.articles .articles-item + .articles-item {
margin-left: 1rem;
}
.faq-question-toggler {
padding: 0 1rem;
gap: .5rem;
}
.faq-question-toggler h6 {
font-size: var(--text-xs);
}
.faq-question-content {
padding: 1rem;
}
.faq-question-content p {
font-size: var(--text-xs);
}
.actualites {
grid-template-columns: repeat(1, 1fr);
}
.domaines-etude {
padding: 0 1rem;
}
.domaine-etude {
width: 100%;
font-size: var(--text-sm);
}
}
.page-formations { position: relative; }
.svg-circle-top {
position: absolute;
top: -22rem;
left: -15rem;
width: 40rem;
z-index: -2; transform: rotate(70deg);
pointer-events: none;
opacity: .4;
}
.svg-circle-bottom {
position: absolute;
bottom: -15rem;
right: -15rem;
width: 40rem;
z-index: -2; transform: scaleX(-1);
pointer-events: none;
opacity: .4;
}
.formations-hero {
text-align: center;
margin: 6rem 0 0 0;
}
.formations-hero h1 {
color: var(--color-blue-100);
font-size: var(--title-xl);
font-weight: 900;
text-transform: uppercase;
margin: 0;
}
.formations-hero p {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 500;
margin: 0;
}
.formations-filtres { margin: 2rem 0 0 0; }
.formations-cpf-wrapper {
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
max-width: 1170px;
margin: 0 auto 1rem auto;
}
.formations-filtres .wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
max-width: 1170px;
}
.formations-filtre button {
border: 1px solid var(--color-blue-100);
border-radius: 40px;
height: auto;
min-width: 13rem;
background-color: #FFFFFF !important;
outline: none !important;
}
.formations-filtre button > span {
position: unset !important;
padding: .3rem 2rem .3rem 1rem !important;
color: var(--color-blue-100) !important;
font-weight: 600;
font-size: var(--text-sm);
}
.formations-filtre button .count_selected_option {
position: absolute !important;
top: calc(50% - 10px);
right: 2.5rem;
background-color: var(--color-red-100);
color: #FFFFFF !important;
border-radius: 40px;
width: 20px !important;
height: 20px !important;
font-size: 12px;
padding: 0 !important;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
}
.formations-filtre .ms-drop {
margin: .5rem 0 0 0;
padding: .5rem;
border: 1px solid var(--color-blue-100);
border-radius: 12px;
}
.formations-filtre .ms-drop label {
font-size: var(--text-xs);
color: var(--color-blue-100);
font-weight: 600;
}
@media all and (max-width:768px){
.formations-filtre .ms-drop label {
white-space: wrap;
}
}
.formations-filtre .ms-drop ul::-webkit-scrollbar {
width: 3px;
background-color: var(--color-gray-50);
}
.formations-filtre .ms-drop ul::-webkit-scrollbar-thumb {
background-color: var(--color-blue-100);
}
.formations-filtre .ms-drop ul li { padding: 0; }
.formations-filtre .ms-drop ul li label {
padding: .6rem .5rem;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
gap: .5rem;
}
.formations-filtre .ms-drop ul li label input {
position: unset;
margin: 0;
accent-color: var(--color-red-100);
}
.formations-filtre .ms-drop ul li + li {
border-top: 1px solid var(--color-gray-100);
}
.formations-filtre .icon-caret {
height: 100% !important;
top: 0 !important;
right: 0 !important;
margin: 0 !important;
border: none !important;
}
.formations-filtre .icon-caret::before {
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRkZGRkYiIGNsYXNzPSJzaXplLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTE5LjUgOC4yNS03LjUgNy41LTcuNS03LjUiIC8+Cjwvc3ZnPgo=");
position: absolute;
top: 4px;
left: -34px;
width: 30px;
height: 30px;
border-radius: 30px;
padding: 5px;
line-height: 2;
background-color: var(--color-red-100);
}
.formations-filtre .icon-caret.open::before {
transform: scaleY(-1);
}
.formations-filtres-close { display: none; }
.formations-filtres-cpf {
padding: .3rem 1rem .3rem 1rem !important;
gap: .4rem;
}
.formations-filtres-cpf .titre { font-size: var(--text-sm); }
.formations-informations {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: .5rem;
margin: 0 0 4rem 0;
}
.formations-counter {
display: flex;
justify-content: center;
align-items: center;
font-size: var(--text-lg);
font-weight: 700;
color: var(--color-blue-100);
}
.formations-counter svg {
width: 55px;
height: 55px;
stroke: var(--color-blue-100);
margin: 0 .5rem 0 0;
}
.formations-counter span {
margin: 0 .3rem 0 0;
}
.formations-informations #reset-filters {
border: none;
padding: 0;
color: var(--color-gray-100);
background-color: transparent;
outline: none;
}
.formations {
margin: 4rem 0 0 0;
min-height: 100vh;
}
.formations .wrapper { max-width: 1000px; }
.formations-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 4rem;
grid-row-gap: 4rem;
}
.formations-item {
position: relative;
display: none;
grid-template-columns: .2fr 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0;
grid-row-gap: 0; border-radius: 0 0 0 15px;
height: 22rem;
opacity: 0; box-shadow: 0 0 8px transparent;
transition: box-shadow .3s ease-in-out;
}
.formations-item::before,
.formations-item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFFFFF;
border: 1px solid var(--color-gray-100);
border-radius: 0 0 0 15px;
z-index: -1;
box-shadow: 0 2px 8px transparent;
transition: transform .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out;
}
.formations-item:hover { box-shadow: 0 0 8px #bbbbbbde; }
.formations-item:hover::before {
transform: rotate(-3deg);
box-shadow: 0 2px 8px #bbbbbbde;
}
.formations-item:hover::after {
transform: rotate(3deg);
box-shadow: 0 2px 8px #bbbbbbde;
}
.formations-item svg {
position: absolute;
top: 4rem;
left: 0;
width: 10rem;
mix-blend-mode: screen;
}
.formations-item div:nth-of-type(1) {
grid-area: 1 / 1 / 3 / 2;
width: 100%;
height: 100%;
border-top: 1px solid var(--color-gray-100);
border-left: 1px solid var(--color-gray-100);
}
.formations-item div:nth-of-type(2) {
grid-area: 1 / 2 / 2 / 3;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 1rem;
min-height: 7rem;
border-top: 1px solid var(--color-gray-100);
border-right: 1px solid var(--color-gray-100);
}
.formations-item div:nth-of-type(3) {
grid-area: 2 / 2 / 4 / 3;
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 1rem 1rem 1rem 1rem;
z-index: 1;
background-color: #FFFFFF;
border-bottom: 1px solid var(--color-gray-100);
border-right: 1px solid var(--color-gray-100);
}
.formations-item div:nth-of-type(4) {
grid-area: 3 / 1 / 4 / 2;
width: 100%;
height: 100%;
border-radius: 0 0 0 15px;
border-left: 1px solid var(--color-gray-100);
border-bottom: 1px solid var(--color-gray-100);
}
.formations-items .formations-item:nth-child(3n+1) div:nth-of-type(1) { background-color: var(--color-blue-50); }
.formations-items .formations-item:nth-child(3n+2) div:nth-of-type(1) { background-color: var(--color-red-100); }
.formations-items .formations-item:nth-child(3n+3) div:nth-of-type(1) { background-color: var(--color-blue-100); }
.formations-items .formations-item:nth-child(3n+1) div:nth-of-type(2) { background-color: var(--color-red-100); }
.formations-items .formations-item:nth-child(3n+2) div:nth-of-type(2) { background-color: var(--color-blue-50); }
.formations-items .formations-item:nth-child(3n+3) div:nth-of-type(2) { background-color: var(--color-red-50); }
.formations-items .formations-item:nth-child(3n+1) div:nth-of-type(4) { background-color: var(--color-red-50); }
.formations-items .formations-item:nth-child(3n+2) div:nth-of-type(4) { background-color: var(--color-blue-100); }
.formations-items .formations-item:nth-child(3n+3) div:nth-of-type(4) { background-color: var(--color-red-50); }
.formations-item-type span {
display: flex;
font-size: var(--text-lg);
font-weight: 700;
color: #FFFFFF;
line-height: 1.2;
z-index: 1;
}
.formations-item-titre p {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 600;
}
.formations-items .formations-item.cpf-false,
.formations-items .formations-item.formation-hidden {
display: none !important;
}
@media screen and (max-width: 1000px) {
.svg-circle-top {
top: -12rem;
left: -12rem;
width: 100%;
}
.svg-circle-bottom {
right: unset;
bottom: -20rem;
left: -12rem;
width: 100%;
}
.formations-items {
grid-column-gap: 2rem;
grid-row-gap: 2rem;
}
}
@media screen and (max-width: 900px) {
.formations-items {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 600px) { .formations-filtres .wrapper { gap: 1rem; }
.formations-filtre { width: 100%; }
.formations-filtre .ms-drop { max-width: 250px; }     .formations-filtres-close {
display: flex;
}
.formations-filtres-close button {
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
background-color: var(--color-blue-50);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-blue-50);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
}
.formations-counter {
align-items: center;
flex-direction: column;
font-size: var(--text-xs);
line-height: 1;
text-wrap: balance;
max-width: 250px;
text-align: center;
gap: .5rem;
}
.formations-counter .count {
font-size: var(--title-sm);
}
.formations-counter svg { display: none; }
.formations-items {
grid-template-columns: 1fr;
}
}
.formation-hero .wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
}
.formation-hero-left {
position: relative;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1.6fr .4fr; }
.formation-hero-circle {
position: absolute;
bottom: 0;
right: -12rem;
width: 100% !important;
max-width: 32rem;
height: 100% !important;
object-fit: contain !important;
object-position: bottom right !important;
mix-blend-mode: multiply;
z-index: 0;
}
.formation-hero-left img {
width: 100%;
height: 100%; }
.formation-hero-red {
position: relative;
bottom: 0;
width: 100%;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 1rem 2rem;
background-color: var(--color-red-100);
}
.formation-hero-red::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background-color: var(--color-red-100);
z-index: -1;
}
.formation-hero-left span {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: 40px;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
display: block;
text-align: left;
width: fit-content;
z-index: 1;
}
.formation-hero-right {
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
background-color: var(--color-blue-100);
padding: 3rem 2rem 3rem 2rem;
}
.formation-hero-right::before {
content: "";
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background-color: var(--color-blue-100);
z-index: -1;
}
.formation-hero-right small {
display: flex;
justify-content: flex-start;
align-items: center;
gap: .5rem;
color: #FFFFFF;
font-size: var(--text-lg);
padding-top: 1em;
}
.formation-hero-right small svg {
width: 33px;
height: 100%;
background-color: var(--color-red-100);
stroke: #FFFFFF;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
pointer-events: none;
}
.formation-hero-right h1 {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--title-lg);
font-weight: 900;
line-height: 1;
text-transform: uppercase;
text-align: left;
text-wrap: balance;
margin: 0;
}
.formation-hero-right h2 {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--title-md);
font-weight: 500;
line-height: 1;
text-align: left;
text-wrap: balance;
margin: 0;
}
.formation-hero-domaines {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.formation-hero-domaines span {
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 500;
padding: .2rem 1rem;
border: 1px solid var(--color-blue-100);
border-radius: 30px;
}
.formation-hero-right hr {
margin: 1rem 0;
background-color: transparent;
background-image: linear-gradient(270deg, #E50051 0%, #1A3D74 100%);
border: none;
width: 100%;
max-width: 25rem;
height: 4px;
}
.formation-hero-desc {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--text-sm);
font-weight: 400;
line-height: 1.2;
text-align: left;
margin: 0;
} .formation .wrapper {
display: grid;
grid-template-columns: .45fr 1.55fr;
grid-template-rows: auto;
gap: 2rem;
min-height: 100%;
}
.formation-sidebar {
position: relative;
padding-top: 6rem;
}
.formation-menu {
border-right: 1px solid var(--color-gray-100);
position: sticky;
top: 6rem;
}
.formation-menu::before {
content: "";
position: absolute;
top: -1rem;
left: -200%;
width: 300%;
height: calc(100% + 2rem);
background-color: #ffffffde;
backdrop-filter: blur(30px);
z-index: 0;
border-radius: 0 5px 5px 0;
overflow: hidden;
}
.formation-menu ul {
margin: 0;
padding: 0;
text-align: right;
list-style: none;
line-height: 1;
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-direction: column;
gap: 1rem;
}
.formation-menu ul li a {
position: relative;
display: flex;
text-align: right;
color: var(--color-blue-100);
font-weight: 700;
font-size: var(--text-sm);
padding: 0 1rem 0 0;
transition: color .2s ease-in-out;
}
.formation-menu ul li a:hover {
color: var(--color-red-50);
}
.formation-menu ul li a::after {
content: "";
position: absolute;
top: 2.5px;
right: -7.5px;
width: 14px;
height: 14px;
border-radius: 15px;
border: 1px solid var(--color-blue-100);
background-color: var(--color-blue-100);
opacity: 0;
transition: opacity .2s ease-in-out;
}
.formation-menu ul li a.active::after {
opacity: 1;
}
.formation-menu ul li a.active {
color: var(--color-red-100);
}
.formation-section {
position: relative;
padding-top: 3rem;
padding-left: 0 !important;
padding-right: 0 !important;
}
.formation-section h4 {
color: var(--color-blue-100);
font-family: 'Montserrat', sans-serif;
font-size: var(--title-lg);
font-weight: 900;
line-height: .7;
text-transform: uppercase;
text-align: left;
text-wrap: balance;
margin: 0;
}
.formation-section .separator-full {
position: relative;
width: 100%;
border: none;
height: 1px;
margin: 1rem 0;
padding: 0;
background-color: var(--color-gray-100);
}
.formation-section .separator-full.cpf-active::after {
content: "";
position: absolute;
top: -3rem;
right: 2rem;
width: 5rem;
height: 5rem;
background-image: url(//b2m-formation.com/wp-content/uploads/2024/07/eligible-cpf.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.formation-section .separator-full.separator-red {
background-color: var(--color-red-100);
}
.formation-section .separator-full.separator-blue {
background-color: var(--color-blue-100);
}
.formation-section .hidden {
display: none !important;
}
#en-bref .formation-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
gap: 2rem;
}
#a-qui-sadresse-la-formation .formation-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 4rem;
grid-row-gap: 1rem;
margin: 2rem 0 0 0;
}
#objectifs .formation-wrapper {
margin: 2rem 0 0 0;
}
#objectifs .formation-wrapper .formation-list ul {
padding: 0;
}
.formation-hero .formation-hero-right .formation-hero-desc ul li,
#objectifs .formation-wrapper .formation-list ul li {
list-style: none;
display: flex;
align-items: start;
}
.formation-hero .formation-hero-right .formation-hero-desc ul li::before,
#objectifs .formation-wrapper .formation-list ul li::before {
content: '';
display: inline-block;
min-width: 14px;
height: 14px;
min-height: 14px;
background: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 28 28" stroke-width="2.5" stroke="white"><path stroke-linecap="round" stroke-linejoin="round" d="M9 7L19 14 9 21" /></svg>');
background-color: #E50051;
border-radius: 10px;
margin-right: 5px;
margin-top: 5px;
}
.formation-items {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
}
.formation-items p {
margin: 0;
}
.formation-item {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.formation-item img { max-width: 150px;
max-height: 100%;
}
.formation-item span {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
}
.formation-item small {
color: var(--color-blue-100);
font-size: 12px;
font-weight: 600;
}
.formation-item {
color: var(--color-black);
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
position: relative;
}
.formation-infobulle.hidden {
display: none;
}
.formation-infobulle svg {
width: 25px;
height: 25px;
position: absolute;
top: 0; right: 0;
cursor: pointer;
}
.formation-infobulle-content {
position: absolute;
top: 0;
right: 0;
background-color: #FFFFFF;
border: 1px solid var(--color-blue-100);
border-radius: 10px;
padding: .5rem 1rem;
width: max-content;
max-width: 20rem;
font-size: 14px;
opacity: 0;
pointer-events: none;
transition: opacity .2s ease-in-out;
}
.formation-infobulle svg:hover ~ .formation-infobulle-content {
opacity: 1;
}
.formation-chiffres-cles {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 2rem;
margin: 4rem 0 0 0;
}
.formation-chiffre-cle {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
gap: 1rem;
width: 100%;
max-width: 250px;
}
.formation-chiffre-cle span {
color: var(--color-red-100);
font-family: 'Montserrat', sans-serif;
font-size: 60px;
font-weight: 900;
line-height: .8;
text-transform: uppercase;
text-align: center;
margin: 0;
}
.formation-chiffre-cle p {
color: var(--color-red-100);
font-size: var(--text-md);
font-weight: 700;
line-height: 1;
text-align: center;
margin: 0;
}
.en-option {
background-color: var(--color-blue-100);
color: #FFFFFF;
padding: 2rem;
margin: 4rem 0 0 0;
display: grid;
grid-template-columns: .5fr 1fr;
grid-template-rows: auto;
grid-column-gap: 4rem;
grid-row-gap: 2rem;
align-items: center;
}
.en-option h5 {
font-size: var(--title-lg);
font-weight: 100;
text-transform: uppercase;
font-style: italic;
text-align: right;
}
.en-option span {
font-size: var(--text-lg);
font-weight: 700;
text-align: right;
width: 100%;
display: flex;
line-height: 1.2;
text-wrap: balance;
}
.en-option-wrapper > p {
font-size: var(--text-lg);
font-weight: 100;
width: 100%;
max-width: 450px;
display: flex;
line-height: 1.2;
text-wrap: balance;
}
.en-option-modules {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 2rem;
grid-row-gap: 1rem;
}
.en-option-modules p {
margin: 0;
font-size: var(--text-xs);
font-weight: 400;
width: 100%;
line-height: 1;
}
#objectifs .formation-items {
gap: .5rem;
}
.formation-list {
display: flex;
justify-content: flex-start;
align-items: center;
gap: .5rem;
}
.formation-list p {
color: var(--color-black);
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
}
.formation-list svg {
width: 14px;
min-width: 14px;
height: 100%;
background-color: var(--color-red-100);
stroke: #FFFFFF;
stroke-width: 4px;
padding: 2px;
border-radius: 50px;
pointer-events: none;
}
#programmes {
position: relative;
padding-bottom: 2rem;
}
#programmes .svg-circle {
position: absolute;
top: 0;
left: calc(-100% + 15rem);
width: 40rem;
z-index: -1;
mix-blend-mode: screen;
pointer-events: none;
}
#programmes::before {
content: "";
position: absolute;
top: 0;
left: calc(-100% - 2rem);
width: 100%;
height: 100%;
background-color: var(--color-red-100);
z-index: -1;
}
#programmes .formation-longue {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
grid-column-gap: 4rem;
grid-row-gap: 4rem;
margin: 2rem 0 0 0;
}
.matieres-generales,
.matieres-professionnelles {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.matieres-generales-titre,
.matieres-professionnelles-titre {
display: flex;
justify-content: flex-start;
align-items: center;
gap: .5rem;
}
.matieres-generales-titre h5,
.matieres-professionnelles-titre h5 {
color: var(--color-blue-100);
font-family: 'Montserrat', sans-serif;
font-size: var(--title-lg);
font-weight: 700;
line-height: 1;
text-align: left;
margin: 0;
}
.matieres-professionnelles-titre h5 {
color: var(--color-red-100);
}
.matieres-generales-titre svg {
width: 80px;
stroke: var(--color-blue-100);
pointer-events: none;
}
.matieres-professionnelles-titre svg {
width: 80px;
stroke: var(--color-red-100);
pointer-events: none;
}
.matiere-generale {
border-bottom: 2px solid var(--color-blue-100);
width: 100%; padding: 1rem .5rem 1rem 0;
}
.matiere-generale span,
.matiere-professionnelle span,
.matiere-supplementaire span {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
line-height: 1.2;
display: block;
margin-bottom: 1rem;
}
.matiere-generale p,
.matiere-professionnelle p,
.matiere-supplementaire p {
color: var(--color-black);
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
}
.matiere-professionnelle {
border-bottom: 2px solid var(--color-red-100);
width: 100%; padding: 1rem .5rem 1rem 0;
}
.formation-courte .colonnes-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto;
column-gap: 4rem;
row-gap: 1rem;
margin-top: 1rem;
}
.matiere-supplementaire {
border-bottom: 2px solid var(--color-blue-100);
width: 100%;
padding: 0 .5rem 1rem 0;
}
.matiere-supplementaire + .matiere-supplementaire {
padding: 2rem .5rem 1rem 0;
}
#les-plus-b2m {
position: relative;
background-color: var(--color-blue-100);
padding-bottom: 4rem;
}
#les-plus-b2m::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: var(--grad-2-rb);
z-index: -1;
}
#les-plus-b2m::after {
content: "";
position: absolute;
top: 0;
right: -12%;
width: 100%;
height: 100%;
background-image: url(//b2m-formation.com/wp-content/uploads/2024/08/les-plus-b2m.webp);
background-size: cover;
background-position: top left;
z-index: 0;
}
#les-plus-b2m h4 {
color: #FFFFFF;
margin: 0 0 2rem 0;
font-size: 70px;
z-index: 1;
position: relative;
}
.lesplus-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
gap: 2rem;
z-index: 1;
position: relative;
}
.lesplus-item {
position: relative;
padding: 0 0 0 4rem;
}
.lesplus-item svg {
position: absolute;
top: 0;
left: 0;
width: 3.5rem;
height: 3.5rem;
fill: #FFFFFF;
stroke: var(--color-blue-100);
pointer-events: none;
}
.lesplus-item span {
display: flex;
color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 700;
padding: 0 0 .5rem 0;
margin: 0 0 .5rem 0;
border-bottom: 2px solid #FFFFFF;
width: 100%;
}
.lesplus-item p {
color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
}
#referent {
position: relative;
padding-right: 1rem !important;
background-color: var(--color-blue-100);
}
#referent::before {
content: "";
position: absolute;
top: 0;
left: -25%;
width: 50%;
height: 100%;
background-color: var(--color-red-100);
border-radius: 0 0 0 25px;
z-index: -1;
}
#referent::after {
content: "";
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background-color: var(--color-blue-100);
z-index: -1;
}
.referent-wrapper {
display: grid;
grid-template-columns: .5fr 1.5fr;
grid-template-rows: auto;
grid-column-gap: 2rem;
grid-row-gap: 2rem;
align-items: center;
}
.referent-img img {
display: block;
width: 100%;
height: 100%;
max-height: 15rem;
object-fit: cover;
object-position: 50% 15%;
}
.referent-content h5 {
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
font-size: var(--text-sm);
font-weight: 700;
line-height: 1;
text-align: left;
margin: 0;
}
.referent-content span {
display: flex;
color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 600;
margin: 1rem 0;
}
.referent-content p {
display: flex;
color: #FFFFFF;
font-size: var(--text-xs);
font-weight: 400;
margin: .5rem 0 1rem 0;
}
#debouches,
#temoignages {
padding-top: 6rem;
}
.debouches-wrapper h4,
#temoignages h4 {
color: var(--color-blue-100);
font-family: 'Montserrat', sans-serif;
font-size: var(--title-lg);
font-weight: 900;
line-height: .7;
text-transform: uppercase;
text-align: left;
text-wrap: balance;
margin: 0;
}
.debouches-wrapper div {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-row-gap: .5rem;
margin: 2rem 0 0 0;
}
.debouches-wrapper p {
display: flex;
color: var(--color-blue-100);
font-size: var(--text-xs);
font-weight: 700;
margin: 0;
} #infos-pratiques .faq {
margin-top: 2rem;
}
#infos-pratiques .documents {
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.parcours-admission {
position: relative;
}
.parcours-admission::before {
content: "";
position: absolute;
top: 1.5rem;
left: 0;
background-color: var(--color-red-100);
height: 2px;
width: calc(100% - 2rem);
}
.parcours {
position: relative;
counter-set: count 0;
margin: 2rem 0 0 0;
padding: 0 0 0 4rem;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 2rem;
}
.parcours::before {
content: "";
position: absolute;
top: 40px;
left: 19px;
width: 1px;
height: calc(100% - 80px);
background-color: var(--color-blue-100);
}
.parcours-item {
position: relative;
counter-increment: count 1;
}
.parcours-item::before {
content: counter(count, decimal);
position: absolute;
top: 0;
left: -4rem;
width: 40px;
height: 40px;
border: 1px solid var(--color-blue-100);
border-radius: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: var(--text-lg);
font-weight: 700;
color: var(--color-blue-100);
background-color: #FFFFFF;
}
.parcours-item span {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
}
.parcours-item p {
color: var(--color-blue-100);
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
}
.parcours-item a {
color: var(--color-red-100);
}
.candidater {
margin-top: 3rem;
}
.candidater-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
}
.candidater-line {
width: 100%;
height: 2px;
background-color: var(--color-red-100);
}
.candidater-cta {
color: #FFFFFF;
background-color: var(--color-red-100);
padding: .8rem 3rem;
border: 1px solid var(--color-red-100);
border-radius: 30px;
font-size: var(--text-md);
text-transform: uppercase;
text-wrap: nowrap;
font-weight: 600;
line-height: 1;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.candidater-cta:hover {
background-color: #FFFFFF;
color: var(--color-red-100);
}
.acces-formation {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
margin: 2rem 0 0 0;
}
.acces-item {
display: flex;
justify-content: flex-start;
align-items: flex-end;
width: 100%;
gap: .5rem;
}
.acces-item svg {
stroke: var(--color-blue-100);
width: 55px;
min-width: 55px;
height: 55px;
pointer-events: none;
}
.acces-item span {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
}
.acces-item p {
color: var(--color-blue-100);
font-size: var(--text-xs);
font-weight: 500;
margin: 0;
}
.page-single-formation .evenements,
.poursuites,
.page-single-formation .foire-aux-questions {
margin: 6rem 0 0 0;
}
.page-single-formation .evenements {
position: relative;
}
.page-single-formation .evenements .svg-circle {
position: absolute;
top: 50%;
left: -15rem;
width: 40rem;
z-index: 0;
mix-blend-mode: hard-light;
pointer-events: none;
}
.page-single-formation .evenements .wrapper,
.poursuites .wrapper,
.page-single-formation .foire-aux-questions .wrapper {
display: grid;
grid-template-columns: .45fr 1.55fr;
grid-template-rows: auto;
gap: 2rem;
min-height: 100%;
}
.evenements-right,
.poursuites-right,
.faq-right {
position: relative;
width: 100%;
max-width: 100%;
min-width: 100%;
}
.page-single-formation .evenements h4,
.poursuites h4,
.page-single-formation .foire-aux-questions h4 {
color: var(--color-blue-100);
font-family: 'Montserrat', sans-serif;
font-size: var(--title-lg);
font-weight: 900;
line-height: 1;
text-transform: uppercase;
text-align: left;
text-wrap: balance;
margin: 0 0 2rem 0;
}
.page-single-formation .foire-aux-questions h4 {
color: var(--color-red-100);
}
.page-single-formation .foire-aux-questions h5 {
color: var(--color-blue-100);
font-size: var(--text-lg);
font-weight: 700;
margin: -1.5rem 0 2rem 0;
}
.page-single-formation #evenements .splide__slide,
.poursuites .splide__slide,
#associees .splide__slide {
padding: 1rem;
}
.poursuite {
position: relative;
display: grid;
grid-template-columns: .2fr 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0;
grid-row-gap: 0;
border: 1px solid var(--color-gray-100);
border-radius: 0 0 0 15px;
height: 22rem; box-shadow: 0 0 8px #FFFFFF;
transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}
.poursuite::before,
.poursuite::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #FFFFFF;
border: 1px solid var(--color-gray-100);
border-radius: 0 0 0 15px;
z-index: -1;
box-shadow: 0 2px 8px #FFFFFF;
transition: transform .3s ease-in-out, filter .3s ease-in-out, box-shadow .3s ease-in-out;
}
.poursuite:hover {
box-shadow: 0 0 8px #bbbbbbde;
}
.poursuite:hover::before {
transform: rotate(-3deg);
box-shadow: 0 2px 8px #bbbbbbde;
}
.poursuite:hover::after {
transform: rotate(3deg);
box-shadow: 0 2px 8px #bbbbbbde;
}
.poursuite svg {
position: absolute;
top: 4rem;
left: 0;
width: 10rem;
pointer-events: none;
}
.poursuite div:nth-of-type(1) {
grid-area: 1 / 1 / 3 / 2;
width: 100%;
height: 100%;
}
.poursuite div:nth-of-type(2) {
grid-area: 1 / 2 / 2 / 3;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0 1rem;
min-height: 7rem;
}
.poursuite div:nth-of-type(3) {
grid-area: 2 / 2 / 4 / 3;
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 1rem 2rem 1rem 1rem;
z-index: 1;
background-color: #FFFFFF;
}
.poursuite div:nth-of-type(4) {
grid-area: 3 / 1 / 4 / 2;
width: 100%;
height: 100%;
border-radius: 0 0 0 15px;
}
.poursuites li:nth-child(2n+1) div:nth-of-type(1) {
background-color: var(--color-blue-100);
}
.poursuites li:nth-child(2n+2) div:nth-of-type(1) {
background-color: var(--color-red-100);
}
.poursuites li:nth-child(3n+1) div:nth-of-type(2) {
background-color: var(--color-red-100);
}
.poursuites li:nth-child(3n+2) div:nth-of-type(2) {
background-color: var(--color-blue-50);
}
.poursuites li:nth-child(3n+3) div:nth-of-type(2) {
background-color: var(--color-red-50);
}
.poursuites li:nth-child(3n+1) div:nth-of-type(4) {
background-color: var(--color-red-50);
}
.poursuites li:nth-child(3n+2) div:nth-of-type(4) {
background-color: var(--color-blue-100);
}
.poursuites li:nth-child(3n+3) div:nth-of-type(4) {
background-color: var(--color-blue-50);
}
.poursuite-formation span {
display: flex;
font-size: var(--text-lg);
font-weight: 700;
color: #FFFFFF;
line-height: 1.2;
z-index: 1;
}
.poursuite-titre p {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 600;
}
.candidater-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 1rem;
background-color: #1a3d74b8;
backdrop-filter: blur(10px);
display: none;
justify-content: center;
align-items: center;
opacity: 0;
z-index: 100;
}
.candidater-popup-inner {
background-color: #FFFFFF;
padding: 2rem;
border: 1px solid #FFFFFF;
border-radius: 15px 15px 0 15px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
opacity: 0;
transform: translateY(40px);
}
#candidater-popup-close {
position: absolute;
top: 2px;
right: 2px;
border: none;
padding: 0;
background: none;
color: var(--color-black);
}
#candidater-popup-close svg {
width: 40px;
height: 40px;
}
.candidater-popup-inner-title {
font-size: var(--text-lg);
color: var(--color-red-100);
font-weight: 700;
text-transform: uppercase;
line-height: 1;
margin: 0 0 1.5rem 0;
text-align: center;
}
.candidater-popup-inner-desc {
font-size: var(--text-sm);
color: var(--color-black);
max-width: 600px;
line-height: 1.2;
}
.candidater-popup-inner-link {
color: #FFFFFF;
background-color: var(--color-red-100);
padding: .8rem 3rem;
margin: 1rem 0 0 0;
border: 1px solid var(--color-red-100);
border-radius: 30px;
font-size: var(--text-sm);
text-transform: uppercase;
text-align: center;
font-weight: 600;
line-height: 1;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.candidater-popup-inner-link:hover {
background-color: #FFFFFF;
color: var(--color-red-100);
}
@media screen and (max-width: 1070px) {
.formation-menu ul li a {
font-size: var(--text-xs);
}
}
@media screen and (max-width: 910px) {
.formation .wrapper {
grid-template-columns: 1fr;
}
.formation-sidebar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #ffffffde;
padding: 1rem;
backdrop-filter: blur(30px);
z-index: 99;
}
.formation-sidebar::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%;
background: linear-gradient(90deg, transparent, white);
}
.formation-sidebar ul {
overflow-x: scroll;
}
.formation-sidebar ul::-webkit-scrollbar {
display: none;
}
.formation-menu::before,
.formation-menu ul li a::after {
display: none;
}
.formation-menu {
border: none;
}
.formation-menu ul {
align-items: center;
flex-direction: row;
}
.formation-courte .colonnes-container {
grid-template-columns: repeat(1, 1fr);
}
.formation-menu ul li a {
min-width: max-content;
}
#en-bref .formation-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.formation-chiffres-cles {
flex-wrap: wrap;
}
.en-option-modules {
grid-template-columns: repeat(1, 1fr);
}
#a-qui-sadresse-la-formation .formation-wrapper,
#programmes .formation-longue {
grid-column-gap: 2rem;
}
#programmes .formation-longue {
grid-template-columns: 1fr;
}
#temoignages .temoignages {
grid-template-columns: 1fr 1fr;
}
.page-single-formation .evenements .wrapper,
.poursuites .wrapper,
.page-single-formation .foire-aux-questions .wrapper {
display: unset;
overflow: hidden;
}
}
@media screen and (max-width: 700px) {
.formation-hero,
.page-single-formation .formation {
padding: 0 !important;
}
.formation-hero-circle {
right: 0;
max-width: 15rem;
}
.formation-hero-right h1 {
font-size: var(--title-sm);
}
.formation-section,
#referent,
#debouches,
#temoignages {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
#referent {
padding-bottom: 2rem;
}
.formation-hero .wrapper {
grid-template-columns: 1fr;
}
.formation-hero-red::before,
.formation-hero-right::before,
#les-plus-b2m::after,
#referent::after,
#programmes .svg-circle,
#programmes::before,
#referent::before,
.page-single-formation .evenements .svg-circle,
#les-plus-b2m::before {
display: none;
}
.formation-hero-red {
padding: 1rem;
justify-content: flex-start;
}
.formation-hero-left span {
font-size: 30px;
}
.formation-hero-left {
grid-template-rows: auto;
}
.formation-hero-right {
padding: 3rem 1rem 3rem 1rem;
}
#en-bref .formation-wrapper,
.en-option,
#a-qui-sadresse-la-formation .formation-wrapper,
.lesplus-wrapper,
.referent-wrapper,
.debouches-wrapper div {
grid-template-columns: 1fr;
}
.lesplus-item {
padding: 0 0 0 3rem;
}
.lesplus-item svg {
width: 2.5rem;
height: 2.5rem;
}
#objectifs .formation-items {
gap: 1rem;
}
#objectifs .formation-items p {
line-height: 1.1;
}
#infos-pratiques .documents {
justify-content: center;
}
.page-single-formation h4,
.page-single-formation h5 {
font-size: var(--title-sm) !important;
line-height: 1 !important;
}
.acces-item {
align-items: center;
}
.acces-item svg {
width: 40px;
min-width: 40px;
height: 40px;
}
.candidater-cta {
width: 100%;
text-wrap: auto;
text-align: center;
font-size: var(--text-xs);
padding: .8rem 1rem;
}
.candidater-line {
width: 5%;
}   .candidater-popup-inner {
padding: 1rem;
}
.candidater-popup-inner-title {
font-size: var(--text-sm);
margin: 0 0 1rem 0;
padding: 0 1rem;
}
.candidater-popup-inner-desc {
font-size: var(--text-xs);
}
.candidater-popup-inner-link {
font-size: var(--text-xs);
margin: 1rem 0 0 0;
padding: .8rem 1rem;
width: 100%;
}
}
@media print {
header,
.formation-hero-red,
.formation-sidebar,
.red-sticky,
footer,
.footer-before-cta,
.sub-footer,
.formation-hero-circle,
.formation-infobulle svg,
.referent-content a,
#temoignages,
#infos-pratiques .documents,
.candidater,
#evenements .btn-events,
.load-more-faq,
#poursuites svg,
#associees svg {
display: none;
}
a[href]:after {
content: none !important;
}
img[src]:after {
content: none !important;
}
.faq-question-content,
.formation .wrapper {
display: block;
} }
body.page-template-recherche-formation, body.page-template-recherche-formation-pro {
background-color: var(--color-blue-100);
color: #FFFFFF;
}
.page-trouver-formation { position: relative; }
.page-trouver-formation .circle-top {
position: absolute;
top: -60%;
left: -35%;
width: 70vw;
z-index: -1;
pointer-events: none;
overflow: hidden;
}
.page-trouver-formation .circle-top svg {
transform: rotate(170deg);
}
.page-trouver-formation .circle-bottom {
position: absolute;
bottom: 0;
right: 0;
width: 70vw;
height: 30rem;
z-index: -1;
pointer-events: none;
overflow: hidden;
transform: translate(45%, 0%);
}
.page-trouver-formation .slogan-bottom {
position: absolute;
bottom: 2rem;
right: 2rem;
z-index: -1;
pointer-events: none;
overflow: hidden;
}
.page-trouver-formation .slogan-bottom span {
color: #FFFFFF;
font-size: clamp(2rem, 5vw, 60px);
font-weight: 900;
line-height: 1;
}
#recherche-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100svh;
}
#recherche-container h1 {
font-size: var(--title-xl);
font-weight: 900;
margin: 0 0 2rem 0;
line-height: 1;
text-align: center;
}
#recherche-container h2 {
font-size: var(--text-lg);
font-weight: 700;
text-align: center;
margin: 0 0 .5rem 0;
line-height: 1;
}
#recherche-container h3 {
font-size: var(--text-md);
font-weight: 400;
text-align: center;
margin: 0;
line-height: 1;
}
#recherche-container .filtres-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
width: 100%;
max-width: 900px;
margin: 2rem 0 0 0;
}
#recherche-container label {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-blue-100);
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 600;
text-align: center;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-gray-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
cursor: pointer;
transition: all .2s ease-in-out;
}
#recherche-container label:hover,
#recherche-container label:focus {
background-color: #092496;
color: #FFFFFF;
}
#recherche-container label input {
width: 0;
height: 0;
visibility: hidden;
}
#recherche-container label svg {
position: absolute;
top: 50%;
right: 5px;
width: 20px;
height: 20px;
stroke-width: 2px;
opacity: 0;
transform: translateY(-50%);
transition: opacity .2s ease-in-out;
}
#recherche-container label:has(input:checked) {
background-color: transparent;
color: #FFFFFF;
}
#recherche-container label:has(input:checked) svg { opacity: 1; }
#recherche-container .btn-step-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
margin: 2rem 0 0 0;
}
#recherche-container .btn-step-formation {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
color: #FFFFFF;
background-color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 1.5rem .6rem 2rem;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
line-height: 1;
cursor: pointer;
outline: none;
transition: background-color .2s ease-in-out;
}
#recherche-container .btn-step-formation:hover {
background-color: #e5005178;
}
#recherche-container .btn-submit-formation {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: #FFFFFF;
background-color: var(--color-red-100);
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2rem;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
cursor: pointer;
transition: all .2s ease-in-out;
}
#recherche-container .btn-step-formation svg {
width: 15px;
height: 15px;
stroke: #FFFFFF;
stroke-width: 3px;
padding: 0;
line-height: 1;
transition: opacity .2s ease-in-out;
}
#recherche-container .btn-step-formation-prev {
padding: .6rem 2rem .6rem 1.5rem;
}
#recherche-container .btn-step-formation-prev svg {
transform: scaleX(-1);
}
#recherche-container .switch-certifiante{
display: flex;
justify-content: center;
}
#recherche-container .switch-certifiante label:hover{
background: #FFFFFF;
}
#recherche-container .switch-certifiante label:has(input:checked){
background: #fff;
color: var(--color-blue-100);
}
@media screen and (max-width: 900px) {
.page-trouver-formation .circle-top,
.page-trouver-formation .circle-bottom {
display: none;
}
body.page-template-recherche-formation {
background: transparent linear-gradient(0deg, #E50051 0%, #1A3D74 50%) 0% 0% no-repeat padding-box;
}
}
@media screen and (max-width: 600px) {
#recherche-container {
justify-content: flex-start;
padding: 5rem 0 10rem 0;
}
#recherche-container h1 { font-size: var(--title-md); }
#recherche-container h2 { font-size: var(--text-md); }
#recherche-container h3 { font-size: var(--text-sm); }
}
.search-infos {
margin: 10rem 0 0 0;
}
.search-infos .wrapper {
max-width: 800px;
}
.search-infos .search-form {
margin-bottom: 1rem;
}
.search-infos h1 {
color: var(--color-blue-100);
font-size: var(--title-lg);
font-weight: 900;
text-transform: uppercase;
margin: 0;
}
.search-infos h2 {
color: var(--color-blue-100);
font-size: var(--text-lg);
font-weight: 300;
margin: 0;
}
.search-items {
margin: 2rem 0 0 0;
}
.search-items .wrapper {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
max-width: 800px;
}
.search-group { width: 100%; }
.search-group + .search-group { margin-top: 4rem; }
.search-group h3 {
color: var(--color-red-100);
font-size: var(--title-lg);
font-weight: 900; margin: 0;
}
.search-item {
border-bottom: 1px solid var(--color-red-100);
width: 100%;
}
.search-item.invisible { display: none; }
.search-item a {
display: block;
color: var(--color-blue-100);
padding: 1rem 0;
transition: background-color .2s ease-in-out;
}
.search-item a:hover {
background-color: var(--color-gray-50);
}
.search-item .search-faq {
padding: 1rem 0;
}
.search-item .search-faq a {
display: inline;
background-color: transparent !important;
color: var(--color-red-100) !important;
}
.search-item .search-faq a:hover {
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 2px;
}
.search-item a span {
font-weight: 700;
font-size: var(--text-lg);
color: var(--color-black);
}
.search-item a > div,
.search-item .search-faq div {
color: var(--color-black);
font-weight: 400;
font-size: var(--text-xs);
}
.search-item .search-faq span {
font-weight: 700;
font-size: var(--text-lg);
color: var(--color-black);
}
.cartes-cta {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
gap: 2rem;
padding: 4rem 0 0 0;
}
.carte-cta {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: .5fr;
overflow: hidden;
border-radius: 0 0 15px 40px;
box-shadow: 0 3px 6px #00000029 !important;
color: var(--color-black);
}
.carte-cta:nth-child(1n) { transform: translateY(40px); }
.carte-cta:nth-child(2n) { transform: translateY(115px); }
.carte-cta-header {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: row;
height: 100%;
min-height: 6rem;
}
.carte-cta-header .arche-cartes-cta {
width: 100%;
height: auto;
position: absolute;
bottom: 0rem;
right: 0rem;
max-width: 6rem;
object-fit: contain;
mix-blend-mode: plus-lighter;
display: none;
}
.carte-cta:nth-of-type(1) .carte-cta-header .arche-cartes-cta:nth-of-type(2),
.carte-cta:nth-of-type(3) .carte-cta-header .arche-cartes-cta:nth-of-type(1) {
display: block;
}
.carte-cta:nth-of-type(2) .carte-cta-header .arche-cartes-cta:nth-of-type(2),
.carte-cta:nth-of-type(4) .carte-cta-header .arche-cartes-cta:nth-of-type(2) {
display: block;
}
.carte-cta-header > div:nth-child(1) {
width: 2rem;
height: 100%;
background-color: var(--color-red-100);
}
.carte-cta:nth-child(1n) .carte-cta-header > div:nth-child(1) { background-color: var(--color-blue-50); }
.carte-cta:nth-child(2n) .carte-cta-header > div:nth-child(1) { background-color: var(--color-red-50); }
.carte-cta:nth-child(3n) .carte-cta-header > div:nth-child(1) { background-color: var(--color-red-100); }
.carte-cta:nth-child(4n) .carte-cta-header > div:nth-child(1) { background-color: var(--color-blue-100); }
.carte-cta-header > div:nth-child(2) {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100%;
height: 100%;
padding: 2rem 1rem 1rem 1rem;
background-color: var(--color-blue-50);
}
.carte-cta:nth-child(1n) .carte-cta-header > div:nth-child(2) { background-color: var(--color-red-100); }
.carte-cta:nth-child(2n) .carte-cta-header > div:nth-child(2) { background-color: var(--color-blue-100); }
.carte-cta:nth-child(3n) .carte-cta-header > div:nth-child(2) { background-color: var(--color-blue-50); }
.carte-cta:nth-child(4n) .carte-cta-header > div:nth-child(2) { background-color: var(--color-red-50); }
.carte-cta-header > div:nth-child(2) h4 {
display: flex;
font-size: var(--text-lg);
font-weight: 700;
color: #FFFFFF;
margin: 0;
line-height: 1.2;
z-index: 1;
}
.carte-cta-body {
background-color: #FFFFFF;
padding: 1rem;
min-height: 15rem;
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
}
.carte-cta-body span {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
color: var(--color-blue-100) !important;
background-color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 600;
width: fit-content;
padding: .6rem 2.5rem .6rem 1.5rem;
border: 1px solid var(--color-red-100);
border-radius: var(--rounded-sm);
line-height: var(--text-sm);
transition: all .2s ease-in-out;
}
.carte-cta-body span svg {
width: 31px;
height: calc(100% - 4px);
position: absolute;
right: 2px;
stroke: var(--color-red-100);
stroke-width: 2px;
background-color: #FFFFFF;
padding: 5px;
border-radius: 50px;
transition: opacity .2s ease-in-out;
}
.carte-cta:hover .carte-cta-body span {
padding: .6rem 3rem .6rem 1.5rem;
}
@media screen and (max-width: 1000px) {
.cartes-cta {
grid-template-columns: repeat(2, 1fr);
padding: 4rem 1rem 0 1rem;
}
}
@media screen and (max-width: 600px) {
.cartes-cta {
grid-template-columns: repeat(1, 1fr);
padding: 4rem 1rem;
}
.carte-cta {
transform: translateY(0) !important;
}
}
.red-sticky {
position: fixed;
top: 10rem;
right: 0;
z-index: 99;
-webkit-transition: -webkit-transform .2s ease-in-out;
-moz-transition: -moz-transform .2s ease-in-out;
-o-transition: -o-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
.red-sticky-wrapper {
position: relative;
width: 45px;
height: 45px;
}
.red-sticky-item-parent {
z-index: 1;
}
.red-sticky-item {
position: absolute;
top: 0;
display: block;
width: 45px;
height: 45px;
padding: 10px;
background-color: var(--color-red-100);
-webkit-transition: -webkit-transform .2s ease-in-out;
-moz-transition: -moz-transform .2s ease-in-out;
-o-transition: -o-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
.cta-candidater .red-sticky-item,
.cta-imprimer .red-sticky-item,
.cta-calendrier .red-sticky-item {
cursor: pointer;
}
.red-sticky-wrapper.social-share:hover .red-sticky-item-child:nth-of-type(1) {
-webkit-transform: translateX(calc(-45px * 1));
-moz-transform: translateX(calc(-45px * 1));
-o-transform: translateX(calc(-45px * 1));
transform: translateX(calc(-45px * 1));
}
.red-sticky-wrapper.social-share:hover .red-sticky-item-child:nth-of-type(2) {
-webkit-transform: translateX(calc(-45px * 2));
-moz-transform: translateX(calc(-45px * 2));
-o-transform: translateX(calc(-45px * 2));
transform: translateX(calc(-45px * 2));
}
.red-sticky-wrapper.social-share:hover .red-sticky-item-child:nth-of-type(3) {
-webkit-transform: translateX(calc(-45px * 3));
-moz-transform: translateX(calc(-45px * 3));
-o-transform: translateX(calc(-45px * 3));
transform: translateX(calc(-45px * 3));
}
.red-sticky-wrapper.social-share:hover .red-sticky-item-child:nth-of-type(4) {
-webkit-transform: translateX(calc(-45px * 4));
-moz-transform: translateX(calc(-45px * 4));
-o-transform: translateX(calc(-45px * 4));
transform: translateX(calc(-45px * 4));
}
.red-sticky-item svg {
width: 100%;
height: 100%;
stroke: #FFFFFF;
fill: #FFFFFF;
}
.red-sticky-item-child-text {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.red-sticky-item-child-text span {
color: #FFFFFF;
font-size: var(--text-sm);
font-weight: 500;
white-space: nowrap;
}
.red-sticky-wrapper.cta-candidater:hover .red-sticky-item-child,
.red-sticky-wrapper.cta-imprimer:hover .red-sticky-item-child,
.red-sticky-wrapper.cta-calendrier:hover .red-sticky-item-child {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
} .egc-sticky {
position: fixed;
top: 50%;
right: 0;
background-color: var(--color-blue-100);
padding: 1rem;
border-radius: 20px 0 0 20px;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
flex-direction: row;
min-width: fit-content;
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
z-index: 10;
-webkit-transition: -webkit-transform .2s ease-in-out;
-moz-transition: -moz-transform .2s ease-in-out;
-o-transition: -o-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}
.egc-sticky.b2m-sticky {
background-color: var(--color-red-100);
}
.egc-sticky:hover {
-webkit-transform: translateY(-50%) translateX(0);
-moz-transform: translateY(-50%) translateX(0);
-o-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
}
.egc-sticky-text span {
display: block;
text-align: right;
color: #FFFFFF;
line-height: 1.2;
writing-mode: vertical-rl;
font-size: var(--text-lg);
font-weight: 400;
-webkit-transform: scale(-1);
-moz-transform: scale(-1);
-o-transform: scale(-1);
transform: scale(-1);
min-width: 53px;
}
.egc-sticky-rs {
display: flex;
justify-content: center;
align-items: center;
gap: .5rem;
flex-direction: column;
min-width: 45px;
}
.egc-sticky-rs-item {
display: block;
width: 45px;
height: 45px;
padding: 10px;
border: 1px solid #FFFFFF;
border-radius: 50px;
}
.egc-sticky-rs-item svg {
width: 100%;
height: 100%;
fill: #FFFFFF;
}
html.no-scroll .red-sticky,
html.no-scroll .egc-sticky {
-webkit-transform: translateY(-50%) translateX(100%);
-moz-transform: translateY(-50%) translateX(100%);
-o-transform: translateY(-50%) translateX(100%);
transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 600px) {
.red-sticky {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.egc-sticky {
position: fixed;
top: unset;
bottom: -15px;
left: 50%;
border-radius: 20px 20px 0 0;
flex-direction: column;
-webkit-transform: translateY(50%) translateX(-50%);
-moz-transform: translateY(50%) translateX(-50%);
-o-transform: translateY(50%) translateX(-50%);
transform: translateY(50%) translateX(-50%);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
border: 1px solid #FFFFFF;
}
.egc-sticky-text span {
font-size: var(--text-xs);
writing-mode: unset;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
white-space: nowrap;
}
.egc-sticky-text span br { display: none; }
.egc-sticky-rs { flex-direction: row; }
.egc-sticky:hover {
-webkit-transform: translateY(-15px) translateX(-50%);
-moz-transform: translateY(-15px) translateX(-50%);
-o-transform: translateY(-15px) translateX(-50%);
transform: translateY(-15px) translateX(-50%);
}
.sticky-hidden {
opacity: 0;
pointer-events: none;
transition: all .2s ease-in-out;
}
}
.equipe-container-title {
color: var(--color-blue-100);
font-size: 30px;
font-weight: 500;
}
.equipe-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
gap: 2rem;
}
.equipe-container .home-experiences-item {
display: flex;
flex-direction: column;
}
.equipe-container .image {
width: 100%;
height: 100%;
max-height: 18rem;
}
.equipe-container .image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.equipe-container .content {
padding: 1rem;
}
.equipe-container .content h6 {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 700;
margin: 0 0 .5rem 0;
padding: 0;
line-height: 1;
}
.equipe-container .content p {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 400;
margin: 1rem 0 .5rem 0;
padding: 0;
line-height: 1;
}
.equipe-container .home-experiences-item .content { background-color: #FFFFFF; }
.equipe-container .home-experiences-item:nth-of-type(1n) .slogan { background-color: #FF6E6E; }
.equipe-container .home-experiences-item:nth-of-type(2n) .slogan { background-color: #E50051; }
.equipe-container .home-experiences-item:nth-of-type(3n) .slogan { background-color: #1A3D74; }
.equipe-container .home-experiences-item:nth-of-type(4n) .slogan { background-color: #869BF7; }
.equipe-container .home-experiences-item:nth-of-type(5n) .slogan { background-color: #1A3D74; }
.equipe-container .home-experiences-item:nth-of-type(1n) .plus { background-color: #1A3D74; }
.equipe-container .home-experiences-item:nth-of-type(2n) .plus { background-color: #869BF7; }
.equipe-container .home-experiences-item:nth-of-type(3n) .plus { background-color: #FF6E6E; }
.equipe-container .home-experiences-item:nth-of-type(4n) .plus { background-color: #E50051; }
.equipe-container .home-experiences-item:nth-of-type(5n) .plus { background-color: #869BF7; } .equipier-header { margin: 6rem 0 0 0; }
.equipier-header .wrapper {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 1rem;
}
.equipier-header span {
color: var(--color-blue-100);
font-size: var(--title-md);
font-weight: 900;
text-transform: uppercase;
line-height: 1;
margin: 0;
}
.equipier-header a {
display: flex;
justify-content: flex-start;
align-items: center;
gap: .5rem;
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 500;
line-height: 1;
}
.equipier-header a svg {
width: 30px;
height: 100%;
background-color: var(--color-red-100);
stroke: #FFFFFF;
stroke-width: 2px;
padding: 5px;
border-radius: 50px;
pointer-events: none;
}
.equipier-presentation {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 6rem 0;
background-image: url(//b2m-formation.com/wp-content/uploads/2024/10/single-equipe-arche.png);
background-position: 100% 65%;
background-size: 100%;
background-repeat: no-repeat;
}
.equipier-presentation-tagline {
position: absolute;
bottom: 5%;
right: 25%;
color: var(--color-red-100);
font-size: 30px;
font-weight: 900;
text-transform: uppercase;
line-height: 1;
}
.equipier-presentation .wrapper {
display: grid;
grid-template-columns: .3fr 1fr;
grid-template-rows: 1fr;
gap: 2rem;
align-items: center;
}
.equipier-presentation-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.equipier-presentation-content {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.equipier-presentation-title {
color: #000000;
font-size: var(--text-lg);
font-weight: 700;
line-height: 1;
margin: 0;
}
.equipier-presentation-fonction {
color: #000000;
font-size: var(--text-sm);
font-weight: 700;
line-height: 1;
margin: .5rem 0 0 0;
}
.equipier-presentation-email,
.equipier-presentation-phone {
color: #000000;
font-size: var(--text-sm);
font-weight: 500;
line-height: 1;
margin: .5rem 0 0 0;
}
.equipier-presentation-email { margin: 1rem 0 0 0; }
.equipier-presentation-bio {
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 500;
line-height: 1.2;
margin: 1rem 0 0 0;
max-width: 800px;
text-align: left;
}
.equipier-presentation-formations {
border-top: 2px solid var(--color-blue-100);
border-bottom: 2px solid var(--color-blue-100);
padding: 1rem 0;
min-width: 300px;
}
.equipier-presentation-formations a {
color: #FFFFFF;
background-color: var(--color-red-100);
padding: .5rem 1rem;
margin: 1rem 0 0 0;
border: 1px solid var(--color-red-100);
border-radius: 30px;
font-size: var(--text-xs);
text-transform: uppercase;
text-align: center;
font-weight: 600;
line-height: 1;
transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.equipier-presentation-formations a:hover {
color: var(--color-red-100);
background-color: #FFFFFF;
}
.equipier-presentation-formations h4 {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 700;
line-height: 1;
margin: 0;
}
.equipier-presentation-formations div {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
gap: .2rem;
margin: 1rem 0 0 0;
}
.equipier-presentation-formations div span {
color: var(--color-blue-100);
font-size: var(--text-sm);
font-weight: 500;
line-height: 1;
margin: 0;
text-align: left;
}
.equipier-form { margin: -2rem 0 0 0; }
.equipier-form-title {
color: var(--color-blue-100);
font-size: var(--title-md);
font-weight: 900;
text-transform: uppercase;
line-height: 1;
margin: 0;
}
.equipier-form .nous-contacter {
max-width: 900px;
margin: 0;
overflow: hidden;
padding: 2rem;
}
.equipier-form #destinataire { display: none; }
@media screen and (max-width: 1150px) {
.equipier-presentation-tagline {
right: 10%;
}
}
@media screen and (max-width: 900px) {
.equipe-container {
display: -webkit-box;
width: 100%;
overflow-x: scroll;
scroll-snap-type: x mandatory;
}
.equipe-container a {
scroll-snap-align: center;
max-width: 80%;
}
.equipier-presentation-tagline {
display: none;
}
}
@media screen and (max-width: 700px) {
.equipier-presentation .wrapper {
grid-template-columns: 1fr;
}
.equipier-presentation-img img {
max-height: 25rem;
object-position: top;
}
.equipier-presentation {
background-position: top right;
background-size: cover;
}
.equipier-form .nous-contacter {
padding: 2rem 0 0 0;
}
.equipier-presentation-formations { min-width: 100%; }
}
.nous-contacter h5 {
text-align: left;
color: var(--color-blue-100);
font-size: var(--text-md);
font-weight: 500;
line-height: 1.2em;
margin: 0 0 1rem 0;
}
.nous-contacter-infos {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
margin: 0 0 2rem 0;
}
.nous-contacter-infos span { width: 100%; }
.nous-contacter-infos input,
.nous-contacter-message input {
border: 1px solid #092496 !important;
border-radius: 40px;
outline: none;
font-size: var(--text-sm);
font-weight: 500;
color: var(--color-black);
padding: .6rem 1rem;
}
.nous-contacter-infos input::placeholder,
.nous-contacter-message input::placeholder,
.nous-contacter-message textarea::placeholder{ color: #B5B5B5; }
.nous-contacter-message input { max-width: calc((100% / 2) - 1rem)}
.nous-contacter-message {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
}
.nous-contacter-message textarea {
border: 1px solid #092496 !important;
outline: none;
font-size: var(--text-sm);
font-weight: 500;
color: var(--color-black);
padding: .6rem 1rem;
resize: vertical;
min-height: 7rem;
height: 7rem;
max-height: 20rem;
transition: none;
}
.nous-contacter-submit {
display: flex;
justify-content: flex-end;
width: 100%;
margin-top: 1.5rem;
}
.nous-contacter-submit .submit-wrapper {
display: block;
width: fit-content;
position: relative;
font-size: var(--text-md);
font-weight: 700;
line-height: 1;
color: var(--color-red-100);
transition: all .2s ease-in-out;
}
.nous-contacter-submit .submit-wrapper input {
border: none;
font-size: var(--text-md);
font-weight: 700;
color: var(--color-red-100);
background: transparent !important;
position: relative;
padding: 0 .5rem 0 .5rem;
z-index: 1;
}
.nous-contacter-submit .submit-wrapper::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 5px;
background: var(--grad-4-rb);
border-radius: 10px;
z-index: 0;
transition: all .2s ease-in-out;
}
.nous-contacter-submit .submit-wrapper:hover input { color: #FFFFFF; }
.nous-contacter-submit .submit-wrapper:hover::after {
left: -10%;
width: 120%;
height: 150%;
}
.nous-contacter .wpcf7-spinner {
position: absolute;
left: -100%;
}
.message-wrapper { position: relative; }
#remaining {
position: absolute;
top: -8px;
right: 10px;
font-size: 12px;
pointer-events: none;
background-color: #FFFFFF;
padding: 0 5px;
}
.nous-contacter .email-dest {
display: none;
opacity: 0;
}
@media screen and (max-width: 700px) {
.nous-contacter-infos { grid-template-columns: repeat(1, 1fr); }
.nous-contacter-message input { max-width: 100%; }
}
.ms-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:auto!important;top:auto!important}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div.icon-close{position:absolute;top:0;right:16px;height:100%;width:16px}.ms-choice>div.icon-close:before{content:'×';color:#888;font-weight:bold}.ms-choice>div.icon-close:hover:before{color:#333}.ms-choice>div.icon-caret{position:absolute;width:0;height:0;top:50%;right:8px;margin-top:-2px;border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.ms-choice>div.icon-caret.open{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.ms-drop{width:auto;min-width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;border-radius:4px}.ms-drop.bottom{top:100%;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:2px;position:relative;white-space:nowrap;width:100%;z-index:10000;box-sizing:border-box}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 5px;margin:0;outline:0;font-family:sans-serif;border:1px solid #aaa;border-radius:5px;box-shadow:none}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static;padding:.25rem 8px}.ms-drop ul>li .disabled{font-weight:normal!important;opacity:.35;filter:Alpha(Opacity=35);cursor:default}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{position:relative;padding-left:1.25rem;margin-bottom:0;font-weight:normal;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop ul>li.hide-radio{padding:0}.ms-drop ul>li.hide-radio:focus,.ms-drop ul>li.hide-radio:hover{background-color:#f8f9fa}.ms-drop ul>li.hide-radio.selected{color:#fff;background-color:#007bff}.ms-drop ul>li.hide-radio label{margin-bottom:0;padding:5px 8px}.ms-drop ul>li.hide-radio input{display:none}.ms-drop ul>li.option-level-1 label{padding-left:28px}.ms-drop ul>li.option-divider{padding:0;border-top:1px solid #e9ecef}.ms-drop input[type="radio"],.ms-drop input[type="checkbox"]{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.ms-drop .ms-no-results{display:none}