/*
Theme Name: Ollie Child
Theme URI: http://olliewp.com
Template: ollie
Author: Mike McAlister
Author URI: http://mikemcalister.com
Description: Launch a blazing-fast, pixel-perfect website with the Ollie WordPress block theme! Ollie features over 50 beautiful pattern designs, 7 full-page pattern layouts, and a fully-customizable design system with Global Styles. Ollie integrates seamlessly with all of the powerful new WordPress editor features, giving you the most lightweight and powerful website builder on the planet — no expensive page builder plugin required! ✶ Full demo: https://demo.olliewp.com ✶
Tags: blog,portfolio,entertainment,grid-layout,one-column,two-columns,three-columns,four-columns,block-patterns,block-styles,custom-logo,custom-menu,editor-style,featured-images,full-site-editing,full-width-template,rtl-language-support,style-variations,template-editing,theme-options,translation-ready,wide-blocks
Version: 1.6.0.1782121301
Updated: 2026-06-22 09:41:41

*/
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap');
body,
p,
li,
span {
    font-family: "Familjen Grotesk", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Familjen Grotesk", sans-serif !important;
}

.max-footer_text {
    max-width: 263px;
}

.footer-coll a {
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-coll p {
    margin-top: 10px;
}
.footer-coll a:hover {
    color: rgba(255, 43, 108, 1);
}

.footer-coll .wp-block-media-text {
    position: relative;
    display: block;
}
.footer-coll .wp-block-media-text__content {
    padding: 0;
}
.footer-coll .wp-block-media-text__content p.has-primary-accent-color {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 0px !important;
}
.footer-coll .wp-block-media-text__content p.has-text-color.has-link-color {
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.footer-coll .wp-block-media-text figure {
    position: absolute;
    top: -2px;
}
.footer-coll .wp-block-media-text img {
    max-width: 19px;
}
.footer-coll .wp-block-media-text {
    margin-top: 10px;
}
a.wp-block-button__link {
    justify-content: center;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-footer img {
    transition: all .3s;
    cursor: pointer;
}
.social-footer img:hover{
    transform: scale(1.08);
}
.titres-btns {
    width: 100%;
}
.max-w_banner {
    max-width: 450px;
}
.media-banner {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 5px !important;
}
.media-banner .wp-block-media-text__content {
       padding: 0 5px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: -1%;
    font-weight: 500;
    font-size: 12px !important;
}
.medias-infos {
    width: 100%;
}
.medias-bn {
  display: flex;
    gap: 10px;
    flex-direction: row;
    min-width: 200px;
    opacity: .7;
}
.medias-bn .wp-block-media-text__content {
    padding: 0;
}
.medias-bn:first-child img{
    width: 40px;
}
.medias-bn:last-child img{
    width: 95px;
}
.hide-desk{
    display: none !important;
}
.qualite .wp-block-media-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.qualite .wp-block-media-text img {
    width: 0;
    transition: all .3s;
    height: 40px;
    object-fit: contain;
}
.qualite:hover .wp-block-media-text img {
    width: 40px;
}
.qualite .wp-block-media-text__content {
    padding: 0;
}
.qualite .wp-block-media-text__content .wp-block-heading {
    margin: 0;
    letter-spacing: -4%;
}
.qualite {
    position: relative;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
}
.qualite:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
    transition: all .3s;
}
.qualite:hover:before {
    background: rgba(0, 0, 0, 0.4);
         backdrop-filter: blur(10px);

}

.opacity-txt{
    transition: all .3s;
    max-width: 320px;
    opacity: 0;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: -1% !important;
}
.qualite:hover .opacity-txt{
    opacity: 1;
}
.list-menu {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    align-items: center;
    margin-top: 10px !important;
}
.brochure svg {
    fill: none !important;
}
.wp-block-navigation__responsive-container a {
    text-decoration: none !important;
}
.home header{
        position: fixed;
    width: 100%;
    z-index: 9;
    padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small) 0 !important;
    top: 0;
    left: 0;
    max-width: 100%;

}
.home header > .wp-block-group{
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px #0000002b;
}
/* .wp-block-ollie-mega-menu__menu-container {
        box-shadow: 0px 11px 9px 0px rgb(7 21 84 / 3%);
    border-top: 1px solid rgba(201, 204, 214, 1);
    
} */
.wp-block-ollie-mega-menu__menu-container > .wp-block-group{
    border-top: 1px solid rgba(201, 204, 214, 1) !important;
     box-shadow: 0px 11px 9px 0px rgb(7 21 84 / 3%);
}
.wp-block-ollie-mega-menu__toggle span.wp-block-ollie-mega-menu__toggle-icon {
    display: none !important;
}
.wp-block-ollie-mega-menu__toggle, .wp-block-navigation-item__content{
    position: relative;
    transition: all .3s;
}
.wp-block-ollie-mega-menu__toggle::before , .wp-block-navigation-item__content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: transparent;
    bottom: -5px;
    left: 0;
    transition: all .3s;
}
.media-mega .wp-block-media-text__content p {
    margin: 0;
}
.media-mega .wp-block-media-text {
    display: flex !important;
    align-items: center;
    gap: 5px;
}
.media-mega .wp-block-media-text__content {
    padding: 0 0px;
}
.media-mega img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.wp-block-ollie-mega-menu__toggle[aria-expanded="true"]::before, a.wp-block-navigation-item__content:hover:before {
    background: rgba(255, 43, 108, 1);
    
}
.wp-block-ollie-mega-menu__toggle[aria-expanded="true"], a.wp-block-navigation-item__content:hover{
    color: rgba(255, 43, 108, 1) !important;
}
.home .wp-block-ollie-mega-menu__menu-container{
    padding: 0 var(--wp--preset--spacing--small) 0 !important;
   
}
.home .wp-block-ollie-mega-menu__menu-container > .wp-block-group{
 border-radius: 16px !important;
}
.separateur-left {
    position: relative;
}
.separateur-left:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(230, 232, 238, 1);
    left: calc((var(--wp--preset--spacing--large)/2)*-1);
}
.btn-mega_full a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cta-mg_media .wp-block-media-text__content p {
    margin: 0;
}
.cta-mg_media img {
    width: 44px;
}
.cta-mg_media .wp-block-media-text__content{
    padding: 0;
}
.txt-cta_mega {
    margin: 10px 0 0;
}
button.wp-block-navigation__responsive-container-open {
    color: rgba(7, 21, 84, 1);
    font-weight: 600;
    font-size: 16px !important;
    position: relative;
}
button.wp-block-navigation__responsive-container-open:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2026/06/menu-04.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: -5px !important;
    transition: all .3s;
    position: relative;
    top: 0px;
    background-size: contain;
}
.has-modal-open .admin-bar .is-menu-open:where(:not(.disable-default-overlay)) .wp-block-navigation__responsive-dialog{
    margin-top: 0 !important;
}
.titre-media img {
    width: 40px;
}
.titre-media .wp-block-media-text__content {
    padding: 0;
}
.titre-media .wp-block-heading {
    margin: 0;
}
.titre-media .wp-block-heading:first-child {
   padding-left: 55px;
}
.titre-media figure {
    width: fit-content;
    position: absolute;
    top: 0;
}
.titre-media {
    position: relative;
    display: flex;
}
.max-w_p {
    max-width: 452px;
    margin-top: 0;
}
.second-banner {
    max-width: 700px !important;
}
.num-star {
    font-size: 7em !important;
    line-height: 1em;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 0.7;
}
.num-star:after {
    content: '*';
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    height: fit-content !important;
    line-height: 1.5em;
}
.no-fill svg{
    fill: none !important;
}
.height-nums {
    height: 100%;
}
.btns-rappell a {
    min-width: 286px;
}
.max-w_titre {
    font-size: 2.2em;
    max-width: 550px;
    line-height: 1em;
    font-weight: 700;
}
.max-w_titre.max-w_titre-lg {
    font-size: 50px;
}
.btn-badge {
    position: relative;
}
.btn-badge_small {
    position: absolute;
    top: -14px;
    right: -30px;
}
.max-w_btns {
    max-width: 400px;
}
.villes-gr {
    position: relative;
}
.villes-gr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 249, 235, 1);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.villes-gr:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background:
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s;
    opacity: 0;
}
.villes-gr .wp-block-paragraph, .villes-gr .wp-block-heading {
    z-index: 1;
    transition: all .3s;
}
.villes-gr.first-ville:before{
    background: rgba(0, 0, 0, 1);
    transition: all .3s;
}
.villes-gr.first-ville .wp-block-paragraph , .villes-gr.first-ville .wp-block-heading{
    color: #fff !important;
}
.villes-gr:hover .wp-block-paragraph, .villes-gr:hover .wp-block-heading {
    color: #fff !important;
}
.villes-gr:hover::before, .villes-gr.first-ville:hover:before{
opacity: 0;

}
.villes-gr:hover::after, .villes-gr.first-ville:hover:after{
opacity: 1;

}
.villes-gr .wp-block-paragraph{
    padding-left: 20px;
    position: relative;
    max-width: 160px;
}
.villes-gr .wp-block-paragraph:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2026/06/university-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 10px;
}
.villes-gr.first-ville .wp-block-paragraph:before , .villes-gr:hover .wp-block-paragraph:before {
    filter: brightness(0) invert(1);
}
.bleu-ville {
    position: relative;
}
.bleu-ville:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/wp-content/uploads/2026/06/Vector-22.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 10px;
    bottom: 20px;

}
.villes-gr .wp-block-paragraph:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/wp-content/uploads/2026/06/Vector-22.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        right: 0;
    bottom: 10px;
    opacity: 0;
}

.max-wh_ircome {
    max-width: 700px;
}

.media-cta p {
    margin: 0;
    padding: 0 !important;
}

.media-cta .wp-block-media-text__content {
    padding: 0;
}
.media-cta img {
    width: 44px;
    height: 44px;
}
.media-cta {
    display: flex;
    flex-direction: row;
    gap: 13px;
    margin-top: 15px !important;
    width: 100%;
}
.padding-btns a {
    padding: 11px 20px 13px !important;
}
.padding-btns a svg {
    margin-top: 2px;
}
.wp-block-cover.has-expand-inside-contents {
    justify-content: flex-start;
}
.grill-agenda {
    width: 100%;
    max-width: 450px;
}

.grill-agenda .wp-block-media-text {
    width: 100%;
    display: flex;
    gap: 5px;
}

.grill-agenda .wp-block-media-text p {
    margin: 5px 0 0;
}
.grill-agenda img {
    width: 20px;
}
.grill-agenda .wp-block-media-text__content {
    padding: 0;
}
[aria-label="Fil d’Ariane"] [aria-current="page"]{
    font-weight: 600 !important;
}
.wp-block-breadcrumbs li:not(:last-child):after {
    font-weight: 700;
    opacity: 1;
    margin: 0 5px;
}
body:not(.home) header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #c9ccd6;
}

.rotate-col p {
    min-height: 74px;
}
.rotate-col > .wp-block-group:first-child {
    transform: rotate(-15deg);
}
.rotate-col > .wp-block-group:last-child {
    transform: rotate(15deg);
}
.rotate-col > .wp-block-group {
    width: 200px;
    height: 190px;
}
.rotate-col p {
    min-height: 74px;
}
.rappel-cta a {
    width: 290px !important;
}
.titre-banner_h1{
        font-size: 6em !important;
    line-height: 0.8em !important;
}
.max-w_t {
    max-width: 500px;
}
.banner-page.wp-block-cover.has-expand-inside-contents .wp-block-cover__inner-container {
    height: 100%;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.banner-group{
    flex: 1;
}
.left-zero{
    margin-left: 0 !important;
}
.sticky-anc{
    position: sticky;
    top: 80px;
    z-index: 9;
}
.wp-block-navigation .wp-block-ollie-mega-menu__menu-container {
    z-index: 99999999999;
}
figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube, figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube * {
    width: 100%;
}
ul.list_style  {
    padding: 0 !important;
    list-style: none;
}
.list_style  li {
    padding-left: 20px;
    position: relative;
}
.list_style  li:before{
        content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/2026/06/Arrow-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 10px;

}
.width-p {
    max-width: 593px;
}
.max__vie{
    max-width: 650px;
}
.max-w_titre.banner-t {
    max-width: 650px !important;
}
.avis-media .nom {
    margin-bottom: 5px;
}

.avis-media p {
    margin-top: 0;
    margin-bottom: 0;
}
.avis-media .wp-block-media-text__content {
    padding: 0;
    flex-basis: calc(100% - 70px);
}
.avis-media figure {
    flex-basis: 50px;
}
.avis-media {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
}
.avis-media img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100px;
}

.list-st {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.list-st li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: relative;
    padding-left: 20px;
}
.list-st li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/wp-content/uploads/2026/06/Arrow-1-1.svg);
    background-size: contain;
    background-position: left center;
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
}
.grille-t{
    max-width: 100% !important;
}
.image-single img {
    height: 570px;
    object-fit: cover;
}
.border-more {
    position: relative;
}
.border-more:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: rgba(201, 204, 214, 1);
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.categories-single a {
    background: #fff;
    color: rgba(7, 21, 84, 1);
    font-size: 14px;
    font-weight: 700;
    padding: 4px 14px 6px;
    border-radius: 999px;
    border: 1px solid rgba(7, 21, 84, 1);
    pointer-events: none;
}
.single-post .wp-block-breadcrumbs li:nth-child(2) {
    pointer-events: none;
}

.article-infos {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #071554;
    font-family: inherit;
    justify-content: flex-start;
        margin-top: 25px;
}

.article-infos__date {
    font-weight: 700;
    font-size: 16px;
}

.article-infos__separator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
}

.article-infos__icon {
    flex-shrink: 0;
}
.max-w-content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.certification-banner {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.certification-banner:before {
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2026/06/award-05.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.max-w_formation {
    max-width: 700px;
}
.btn-formation a {
    position: relative;
    display: flex;
    gap: 10px;
    /* padding-right: 40px !important; */
}

.btn-formation a:after {
    content: '';
    position: relative;
    width: 11px;
    height: 11px;
    background: url(/wp-content/uploads/2026/06/Vector-22.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 1px;
    /* transform: translateY(-50%); */
}
.immersion {
    position: relative;
    max-width: 500px;
}

.immersion:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2026/06/arrow-right-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.resume {
    position: relative;
}

.resume:before {
   content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(172, 211, 255, 1);
    border-radius: 100px;
    right: 20px;
    top: 20px;
}
.max-width_licence {
    max-width: 600px;
}
.nb-objectif {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
        flex: none;
}
.obj-grille p {
    max-width: 185px;
}
.image-titre .wp-block-media-text__content {
    padding: 0;
}
.image-titre img {
    width: 20px;
}
.image-titre {
    display: flex;
    gap: 6px;
    align-items: center;
}
.image-titre p{
    margin: 0;
}
.btns-formation a {
    padding: 3px 10px 6px !important;
    line-height: 1.5em;
}
.list-no_style li {
    padding: 0;
}
.list-no_style li:before {
    background: none;
}
.list-no_style {
    gap: 3px;
}

.cert-cta{
        justify-content: center;
}
.emp-cta p {
    white-space: nowrap;
}
.btn-aides a {
    padding: 6px 12px 8px;
}
.cta-f .wp-block-buttons{
    max-width: 465px;
}
.faq-style .wp-block-accordion-heading {
    padding: 16px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 17px !important;
    transition: all .5s;
}
.faq-style .wp-block-accordion-heading:hover{
    background: #fff;
}
.faq-style .wp-block-accordion-heading button {
    text-decoration: none !important;
    position: relative;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
    text-decoration: none !important;
}
.wp-block-accordion-panel {
   margin-top: 20px;
    padding: 0 16px;
    margin-bottom: 20px !important;
}
.wp-block-accordion-item {
   margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.wp-block-accordion-item.wp-block-accordion-item:last-child{
    margin-bottom: 0px !important;
}
.faq-style .wp-block-accordion-heading__toggle-icon {
    font-size: 35px;
    position: absolute;
    right: 0;
    font-weight: 200;
    font-family: system-ui !important;
}
.max-w_bn {
    max-width: 680px;
}
.color-bold strong{
    color: rgba(7, 21, 84, 1);
}
.marron-bold strong{
    color: rgba(63, 66, 75, 1);
}
.pink-bold strong{
    color: rgba(255, 43, 108, 1);
}
.acc-entreprise .wp-block-accordion-item {
    margin: 0 !important;
}
.acc-entreprise span.wp-block-accordion-heading__toggle-icon {
    font-size: 0;
    background: url(/wp-content/uploads/2026/07/Vector-14.svg);
    width: 10px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    position: relative;
}
.acc-entreprise .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(180deg);
}
.acc-entreprise .wp-block-accordion-panel {
    margin: 0 !important;
}
.gallerie-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100%;
    gap: 20px;
   flex-wrap: wrap;
}
.gallerie-img figure {
    margin: 0;
}
/* .footer-form .gform_title {
    display: none;
} */
/* .footer-form label.gfield_label.gform-field-label {
    display: none;
}
.footer-form input#input_1_3{
    border-radius: 100px;
    height: 60px;
    
    padding: 10px 25px;
}
.footer-form input#input_1_3, .footer-form input#input_1_3::placeholder {
    
    color: rgba(7, 21, 84, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    opacity: 1;
    
}
.footer-form span.gfield_required.gfield_required_text {
    display: none;
}
.footer-form div#gform_fields_1 {
    gap: 15px;
}
.footer-form div#input_1_1 {
    display: flex;
    flex-direction: row;
} */
/* .footer-form .gchoice {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 100px;
    color: #ffff !important;
}
.footer-form .gchoice {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 100px;
    color: #ffff !important;
    display: flex !important;
    gap: 7px !important;
    align-items: center;
}
.footer-form .gchoice input {
    border: none;
}
.footer-form legend.gfield_label.gform-field-label {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.footer-form .gchoice:has(input:checked) {
    background: rgba(7, 21, 84, 1) !important;
}

.footer-form input:checked:before{
    background: #fff !important;
}
.footer-form label{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 !important;
} */
/* .footer-form .ginput_container.ginput_container_consent input {
    width: 12px !important;
    height: 12px !important;
    max-width: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    padding: 0;
    border-radius: 100px;
}
.footer-form .ginput_container.ginput_container_consent input:checked::before{
    background: transparent !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
}
.footer-form .ginput_container.ginput_container_consent label{
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.footer-form .ginput_container.ginput_container_consent {
    align-items: center;
}
.footer-form form#gform_1 {
    position: relative;
} */
 /* ====== FOOTER FORM — reset & fond ====== */
.footer-form .gform_heading,
.footer-form fieldset legend.gfield_label_before_complex,
.footer-form .gfield_required_text,
.footer-form form > p,
#altEmail_container,
.wpa_hidden_field,
.wpa-test-msg {
  display: none !important;
}

.footer-form #gform_1 {
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px ;
    width: 100%;
}

/* rend transparents les conteneurs GF pour que tout devienne
   items flex directs du <form> (radio / email / footer / consent) */
.footer-form .gform_body,
.footer-form #gform_fields_1,
.footer-form .gform-footer {
  display: contents !important;
}

.footer-form .gform-footer > br,
.footer-form .gform-footer > p {
  display: none;
}

/* ====== LIGNE 1 : "Vous êtes :" + choix radio ====== */
.footer-form #field_1_1 {
  order: 1;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: none;
  margin: 0;
  padding: 0;
}

.footer-form #field_1_1 legend {
  color: rgba(7, 21, 84, 1);
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    display: contents;
}

.footer-form .gfield_radio {
  display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap;
    width: 100% !important;
    flex-direction: row !important;
}

.footer-form .gchoice {
 display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border-radius: 999px;
    transition: all .3s;
    background: rgba(196, 224, 255, 1);
    color: rgba(7, 21, 84, 1) !important;
}

.footer-form .gchoice br {
  display: none;
}

.footer-form .gchoice label {
  color: rgba(7, 21, 84, 1);
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
}

.footer-form .gchoice input[type="radio"] {
  width: 12px;
    height: 12px;
    margin: 0;
    accent-color: #40323200 !important;
    cursor: pointer;
    border: none;
    border: 1px solid rgba(7, 21, 84, 1);
    background: transparent;
}
.footer-form .gchoice input[type="radio"]:focus{
    outline: none !important;
}
.footer-form .gchoice input[type="radio"]:checked{
    background: #fff !important;
    border-color: #fff !important;
}
.footer-form .gchoice input[type="radio"]:checked:before{
     background: #fff !important;
}
.footer-form .gchoice:has(input:checked) {
  background: #0c1a3d;
}

.footer-form .gchoice:has(input:checked) label{
    color: #fff;
}

/* ====== LIGNE 2 : email + bouton ====== */
.footer-form #field_1_3 {
  order: 2;
  flex: 1 1 380px;
  margin: 0;
}

.footer-form #field_1_3 .gform-field-label {
  display: none;
}

.footer-form #field_1_3 input {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  color: #0c1a3d;
  background: #fff;
  box-sizing: border-box;
}

.footer-form #field_1_3 input::placeholder {
  color: #0c1a3d;
  font-weight: 700;
  opacity: 0.9;
  font-size: 15px;
}

.footer-form #gform_submit_button_1 {
  order: 3;
  flex: 0 0 auto;
  height: 56px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #0c1a3d;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  background-image: url("/wp-content/uploads/2026/06/Vector-15.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 46px;
  transition: all .5s;
      padding-bottom: 3px;
}
.footer-form #gform_submit_button_1:hover{
    background-color: rgba(255, 43, 108, 1);
}
/* ====== LIGNE 3 : consentement RGPD ====== */
.footer-form #field_1_4 {
  order: 4;
  flex: 0 0 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.footer-form .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-form .ginput_container_consent input[type="checkbox"] {
      -webkit-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    border: 1.5px solid rgba(245, 250, 255, 1);
    border-radius: 50%;
    background: transparent;
    margin: 0;
    cursor: pointer;
    padding: 0 !important;
}

.footer-form .ginput_container_consent input[type="checkbox"]:checked {
  background: #fff;
}

.footer-form .gfield_consent_label {
     color:  rgba(245, 250, 255, 1) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    cursor: pointer;
}

.media-contact img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
.media-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.media-contact .wp-block-media-text__content {
    padding: 0;
}
.media-contact p{
    margin: 0;
}
.media-contact figure.wp-block-media-text__media {
    display: flex;
}
.campus-img, .campus-img img {
    width: 100% !important;
    object-fit: cover !important;
}


/* ============================================
   FORM CONTACT — .form-contact
   ============================================ */

.form-contact {
  --navy: rgba(7, 21, 84, 1);
  --pink: rgba(255, 43, 108, 1);
  --border-color: rgba(201, 204, 214, 1);
  --placeholder-color: rgba(119, 124, 138, 1);
}

/* reset éléments GF qu'on ne veut pas afficher */
.form-contact .gform_heading,
.form-contact #altEmail_container,
.form-contact .wpa_hidden_field,
.form-contact .wpa-test-msg,
.form-contact .gform-footer > br {
  display: none !important;
}

/* ====== GRID GLOBALE ====== */
/* .form-contact .gform_body,
.form-contact #gform_fields_2 {
  display: contents;
}

.form-contact #gform_fields_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 24px;
} */

.form-contact .gfield {
  margin: 0;
}

.form-contact .gform-footer {
  margin-top: 8px;
}

/* champs pleine largeur */
.form-contact #field_2_1,
.form-contact #field_2_11,
.form-contact #field_2_12 {
  grid-column: 1 / -1;
}

/* ====== LABELS ====== */
.form-contact .gform-field-label {
      color: var(--navy) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    gap: 3px !important;

}

.form-contact .gfield_required_text {
  color: var(--navy);
  font-size: 0;
}
.form-contact .gfield_required_text::before{
    content: '*';
    position: relative;
    font-size: 14px;
    right: -3px;
}

/* ====== CHAMPS TEXTE / EMAIL / TEL / SELECT / TEXTAREA ====== */
.form-contact input[type="text"],
.form-contact input[type="email"],
.form-contact input[type="tel"],
.form-contact select,
.form-contact textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(201, 204, 214, 1) !important;
    border-radius: 8px !important;
    padding: 14px 16px;
    font-size: 14px !important;
    color: var(--navy) !important;
    background: #fff;
    min-height: 48px !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: rgba(119, 124, 138, 1) !important;
  font-size: 16px !important;
  opacity: 1 !important;
}

.form-contact textarea {
  resize: none !important;
  min-height: 140px !important;
}

.form-contact select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(/wp-content/uploads/2026/07/Vector-15.svg) !important;
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
    line-height: 45px !important;
    color: rgba(119, 124, 138, 1) !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.form-contact input:focus,
.form-contact select:focus,
.form-contact textarea:focus {
  outline: none;
  border-color: var(--navy);
}

/* ====== BLOC "VOUS ÊTES" — CARTES RADIO ====== */
.form-contact #field_2_1 {
  border: none;
  padding: 0;
}

.form-contact #field_2_1 legend {
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-contact .gfield_radio {
      display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap;
    flex-direction: row !important;
}

.form-contact .gchoice {
  position: relative;
  flex: 1 1 0;
  min-width: 120px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}

.form-contact .gchoice input[type="radio"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.form-contact .gchoice label {
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  pointer-events: none;
  order: 2;
}

.form-contact .gchoice label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
  background-color: var(--navy);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* --- icône #1 : Futurs étudiants --- */
.form-contact .gchoice:nth-child(1) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3325 10.3332V15.3337M7.00022 12.4167V15.3337C7.00022 15.9968 7.52696 16.6328 8.46457 17.1017C9.40218 17.5706 10.6738 17.834 11.9998 17.834C13.3258 17.834 14.5975 17.5706 15.5351 17.1017C16.4727 16.6328 16.9994 15.9968 16.9994 15.3337V12.4167M19.849 11.1019C19.9982 11.0361 20.1248 10.9279 20.2131 10.7908C20.3014 10.6538 20.3476 10.4938 20.3459 10.3307C20.3442 10.1677 20.2948 10.0087 20.2036 9.87347C20.1125 9.73826 19.9837 9.63276 19.8332 9.57004L12.6913 6.31633C12.4741 6.21728 12.2383 6.16602 11.9997 6.16602C11.761 6.16602 11.5252 6.21728 11.308 6.31633L4.16695 9.5667C4.0186 9.63169 3.8924 9.7385 3.80378 9.87408C3.71516 10.0097 3.66797 10.1681 3.66797 10.3301C3.66797 10.4921 3.71516 10.6506 3.80378 10.7862C3.8924 10.9217 4.0186 11.0286 4.16695 11.0935L11.308 14.3506C11.5252 14.4496 11.761 14.5009 11.9997 14.5009C12.2383 14.5009 12.4741 14.4496 12.6913 14.3506L19.849 11.1019Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3325 10.3332V15.3337M7.00022 12.4167V15.3337C7.00022 15.9968 7.52696 16.6328 8.46457 17.1017C9.40218 17.5706 10.6738 17.834 11.9998 17.834C13.3258 17.834 14.5975 17.5706 15.5351 17.1017C16.4727 16.6328 16.9994 15.9968 16.9994 15.3337V12.4167M19.849 11.1019C19.9982 11.0361 20.1248 10.9279 20.2131 10.7908C20.3014 10.6538 20.3476 10.4938 20.3459 10.3307C20.3442 10.1677 20.2948 10.0087 20.2036 9.87347C20.1125 9.73826 19.9837 9.63276 19.8332 9.57004L12.6913 6.31633C12.4741 6.21728 12.2383 6.16602 11.9997 6.16602C11.761 6.16602 11.5252 6.21728 11.308 6.31633L4.16695 9.5667C4.0186 9.63169 3.8924 9.7385 3.80378 9.87408C3.71516 10.0097 3.66797 10.1681 3.66797 10.3301C3.66797 10.4921 3.71516 10.6506 3.80378 10.7862C3.8924 10.9217 4.0186 11.0286 4.16695 11.0935L11.308 14.3506C11.5252 14.4496 11.761 14.5009 11.9997 14.5009C12.2383 14.5009 12.4741 14.4496 12.6913 14.3506L19.849 11.1019Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* --- icône #2 : Étudiant --- */
.form-contact .gchoice:nth-child(2) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.834 19.5V17.8333C17.834 16.9493 17.4828 16.1014 16.8576 15.4763C16.2324 14.8512 15.3845 14.5 14.5003 14.5H9.49973C8.61557 14.5 7.76763 14.8512 7.14244 15.4763C6.51725 16.1014 6.16602 16.9493 6.16602 17.8333V19.5M15.3337 7.83333C15.3337 9.67428 13.8412 11.1667 12 11.1667C10.1589 11.1667 8.6663 9.67428 8.6663 7.83333C8.6663 5.99238 10.1589 4.5 12 4.5C13.8412 4.5 15.3337 5.99238 15.3337 7.83333Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.834 19.5V17.8333C17.834 16.9493 17.4828 16.1014 16.8576 15.4763C16.2324 14.8512 15.3845 14.5 14.5003 14.5H9.49973C8.61557 14.5 7.76763 14.8512 7.14244 15.4763C6.51725 16.1014 6.16602 16.9493 6.16602 17.8333V19.5M15.3337 7.83333C15.3337 9.67428 13.8412 11.1667 12 11.1667C10.1589 11.1667 8.6663 9.67428 8.6663 7.83333C8.6663 5.99238 10.1589 4.5 12 4.5C13.8412 4.5 15.3337 5.99238 15.3337 7.83333Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* --- icône #3 : Entreprise --- */
.form-contact .gchoice:nth-child(3) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10.3332H12.0083M12 13.6668H12.0083M12 6.99962H12.0083M15.333 10.3332H15.3413M15.333 13.6668H15.3413M15.333 6.99962H15.3413M8.66698 10.3332H8.67532M8.66698 13.6668H8.67532M8.66698 6.99962H8.67532M9.50023 20.334V17.8338C9.50023 17.6128 9.58802 17.4008 9.74429 17.2445C9.90055 17.0882 10.1125 17.0004 10.3335 17.0004H13.6665C13.8875 17.0004 14.0994 17.0882 14.2557 17.2445C14.4119 17.4008 14.4997 17.6128 14.4997 17.8338V20.334M7.00048 3.66602H16.9995C17.9199 3.66602 18.666 4.41227 18.666 5.33282V18.6672C18.666 19.5878 17.9199 20.334 16.9995 20.334H7.00048C6.0801 20.334 5.33398 19.5878 5.33398 18.6672V5.33282C5.33398 4.41227 6.0801 3.66602 7.00048 3.66602Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10.3332H12.0083M12 13.6668H12.0083M12 6.99962H12.0083M15.333 10.3332H15.3413M15.333 13.6668H15.3413M15.333 6.99962H15.3413M8.66698 10.3332H8.67532M8.66698 13.6668H8.67532M8.66698 6.99962H8.67532M9.50023 20.334V17.8338C9.50023 17.6128 9.58802 17.4008 9.74429 17.2445C9.90055 17.0882 10.1125 17.0004 10.3335 17.0004H13.6665C13.8875 17.0004 14.0994 17.0882 14.2557 17.2445C14.4119 17.4008 14.4997 17.6128 14.4997 17.8338V20.334M7.00048 3.66602H16.9995C17.9199 3.66602 18.666 4.41227 18.666 5.33282V18.6672C18.666 19.5878 17.9199 20.334 16.9995 20.334H7.00048C6.0801 20.334 5.33398 19.5878 5.33398 18.6672V5.33282C5.33398 4.41227 6.0801 3.66602 7.00048 3.66602Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* --- icône #4 : Presse --- */
.form-contact .gchoice:nth-child(4) label::before,
.form-contact .gchoice:nth-child(5) label::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.8338V20.334M6.16602 10.3332V12C6.16602 13.5472 6.78067 15.0311 7.87475 16.1251C8.96884 17.2192 10.4527 17.8338 12 17.8338C13.5473 17.8338 15.0312 17.2192 16.1253 16.1251C17.2194 15.0311 17.834 13.5472 17.834 12V10.3332M12 3.66602C13.3809 3.66602 14.5003 4.78539 14.5003 6.16622V12C14.5003 13.3808 13.3809 14.5002 12 14.5002C10.6191 14.5002 9.49973 13.3808 9.49973 12V6.16622C9.49973 4.78539 10.6191 3.66602 12 3.66602Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.8338V20.334M6.16602 10.3332V12C6.16602 13.5472 6.78067 15.0311 7.87475 16.1251C8.96884 17.2192 10.4527 17.8338 12 17.8338C13.5473 17.8338 15.0312 17.2192 16.1253 16.1251C17.2194 15.0311 17.834 13.5472 17.834 12V10.3332M12 3.66602C13.3809 3.66602 14.5003 4.78539 14.5003 6.16622V12C14.5003 13.3808 13.3809 14.5002 12 14.5002C10.6191 14.5002 9.49973 13.3808 9.49973 12V6.16622C9.49973 4.78539 10.6191 3.66602 12 3.66602Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* --- état sélectionné : carte navy + texte/icône blancs --- */
.form-contact .gchoice:has(input:checked) {
  background: var(--navy);
  border-color: var(--navy);
}

.form-contact .gchoice:has(input:checked) label {
  color: #fff !important;
}

.form-contact .gchoice:has(input:checked) label::before {
  background-color: #fff;
}

/* ====== CONSENTEMENT RGPD ====== */
.form-contact #field_2_12 legend {
  display: none;
}

.form-contact .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form-contact .ginput_container_consent input[type="checkbox"] {
  -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid rgba(201, 204, 214, 1);
    border-radius: 4px;
    margin: 0;
    position: relative;
    cursor: pointer;
    background: #fff;
}

/* .form-contact .ginput_container_consent input[type="checkbox"]:checked {
  background: var(--pink);
} */

.form-contact .ginput_container_consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--pink);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-contact .ginput_container_consent input[type="checkbox"]:checked::before{
    color: transparent !important;
}
.form-contact .gfield_consent_label {
      color: rgba(100, 110, 152, 1) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0;
    cursor: pointer;
}

.form-contact .gfield_consent_label .gfield_required_text {
  display: none;
}

/* ====== BOUTON SUBMIT ====== */
.form-contact #gform_submit_button_2 {
 background: var(--pink);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 16px 32px 18px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2026/06/Vector-15.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 40px;
    transition: all .5s;
}

.form-contact #gform_submit_button_2:hover {
  opacity: 0.9;
}
.max-100 {
    max-width: 100%;
}

.form-contact .gform_fields{
    row-gap: 20px !important;
}
.block-contact {
    padding-top: 27px;
}
.underline-txt a{
    text-decoration: underline;
}

.filter-active .featured-art{
    display: none;
}
.filtre-home {
    display: flex !important;
    align-items: flex-end;
}
.single-post .max-w-content p.wp-block-paragraph {
    margin-top: 10px;
}

.single-post .max-w-content .wp-block-heading{
    margin-bottom: 0 !important;
}

.single-post .max-w-content ul.wp-block-list.list-st{
    margin-top: 10px;
}
.single-post .max-w-content a.wp-block-button__link {
    padding: 10px 30px 12px;
    font-size: 16px !important;
    border-radius: 100px;
}
.simple-bt svg {
    margin-top: 2px;
}
li.ircom-anchor-nav__item:hover a {
    color: #ff2b6c !important;
}
:root {
        --wp-admin-border-width-focus: 1px !important;
}
.degree .wp-element-button {
    line-height: 1;
    padding: 8px 15px 10px !important;
}
#magma-app {
    z-index: 1 !important;
}
div#modal-5 {
    z-index: 999 !important;
}

/* Tablette */

@media (max-width: 1024px) {

.wp-block-cover:not(.has-aspect-ratio) {
        min-height: 530px !important;
}
.ffinder-wrapper {
    display: none;
}
.sticky-anc{
    top: 72px;
}
.half-mob {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.max-w_t {
    max-width: 100%;
}
.half-mob > .wp-block-group {
    width: 50%;
    margin: 0;
}
.max-wh_ircome .wp-block-buttons {
    justify-content: flex-start !important;
}

.villes-gr::after, .villes-gr.first-ville:after{
opacity: 1;

}
.villes-gr .wp-block-paragraph:after{
    opacity: 1;
}
.villes-gr .wp-block-paragraph {
    max-width: 100%;
    padding-right: calc((100% - 160px));
    width: 100%;
}
.villes-gr::before, .villes-gr.first-ville:before{
opacity: 0;

}
.villes-gr .wp-block-paragraph , .villes-gr .wp-block-heading{
    color: #fff !important;
}
.villes-gr .wp-block-paragraph:before , .villes-gr .wp-block-paragraph:before {
    filter: brightness(0) invert(1);
}
.col-full_tablette {
    flex-wrap: wrap !important;
}
.col-full_tablette > .wp-block-column {
    flex-basis: 100% !important;
}
.titre-media img {
    width: 25px;
}
.titre-media .wp-block-heading:first-child {
    padding-left: 33px;
}
.titre-media .wp-block-heading {
    font-size: 1.8em;
}
.max-w_titre{
     font-size: 2em;
}
/* */
.titre-media figure {
    top: 5px;
}
.hide-respo {
    display: none !important;
}
.medias-bn {
    min-width: fit-content;

}
.medias-bn:last-child {
    min-width: 700px;
}

/* Le wrapper parent */
.medias-infos.hide-desk {
  width: 100%;
  padding: 0 !important;
}
.group-scroll{
  overflow: hidden !important;
          margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
        margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
        max-width: calc(100% + 3rem);

}
/* Les items en ligne */
.medias-infos.hide-desk {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content;
  gap: 25px;
  animation: ticker 5s linear infinite;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause au hover */
.medias-infos.hide-desk:hover {
  animation-play-state: paused;
}


.footer-columns {
    flex-direction: column;
    gap: 30px;
}
.hide-desk{
    display: flex !important;
}
.hide-resp{
    display: none !important;
}
.textes-banner {
    width: 100% !important;
    flex-basis: 100% !important;
}
.titres-btns {
    flex-wrap: wrap;
}
/* .wp-block-cover:not(.has-aspect-ratio) {
        min-height: 80vh !important;
    } */
.four-col_footer {
    flex-wrap: wrap !important;
    gap: 20px;
}
.four-col_footer .footer-coll {
    max-width: calc(33.33% - 20px) !important;
}
.opacity-txt {
    opacity: .8;
    padding-right: 10px;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.qualite .wp-block-media-text img , .qualite:hover .wp-block-media-text img {
    width: 32px;
    height: 32px;
}
.qualite {
    justify-content: flex-end;
    padding: 1em !important;
    min-height: 300px !important;
    
}
.opacity-txt::before{
    content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2026/06/Vector-15.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        right: 0;
        top: 50%;
}
.qualite:before, .qualite:hover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
.vsb-card {
    width: 200px;

}
.vsb-wrapper {

    padding: 0px 0 0px;
}
.vsb-track {
    min-height: 450px;
}
.wp-block-navigation__responsive-container.is-menu-open.has-modal-open {
    padding: 20px;
}
.wp-block-navigation-item__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon svg {
    width: fit-content;
}
button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    display: flex !important;
    justify-content: flex-end;
}
.wp-block-navigation-item__content {
    font-size: 20px !important;
        background: url(/wp-content/uploads/2026/07/arrow-right-01.svg) !important;
        background-size: 15px !important;
        background-repeat: no-repeat !important;
        background-position-y: center !important;
        background-position-x: 100% !important;
}
.wp-block-navigation-submenu__toggle {
    opacity: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .current-menu-item > .wp-block-navigation-item__content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}
.home .wp-block-ollie-mega-menu__menu-container > .wp-block-group.group-under_mega {
    border-radius: 0 !important;
    border: none !important;
}
.home .wp-block-ollie-mega-menu__menu-container.menu-width-content {
    padding: 0 !important;
}
.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) .wp-block-navigation__responsive-container-content {
    padding-top: 0 !important;
}
.wp-block-navigation__responsive-container-close, button.menu-container__close-button {
   position: absolute;
        right: 0;
        top: 10px !important;
        z-index: 2;
        color: rgba(7, 21, 84, 1) !important;
        font-size: 16px !important;
        padding-right: 20px !important;
}
button.menu-container__close-button{
    top: 30px !important;
}
.wp-block-navigation__responsive-container-close:after, button.menu-container__close-button::after {
   content: '';
        margin-left: 5px;
        width: 13px !important;
        height: 13px !important;
        background: url(/wp-content/uploads/2026/07/Vector.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 10px;
        right: 0;
}
button.menu-container__close-button svg {
    visibility: hidden;
    width: 0;
}
button.menu-container__close-button:before {
    content: 'fermer';
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: rgba(7, 21, 84, 1);
}
div#modal-5 img {
    width: 100% !important;
}
.wp-block-navigation-item__content {
    border-bottom: 1px solid rgba(230, 232, 238, 1) !important;
    border-radius: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 22px !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding: 5px 0 0 0px !important;
}
.border-menu {
    position: relative;
    padding: 20px 0 0 !important;
}
.border-menu:before {
    position: absolute;
    width: 100vw;
    height: 1px;
    content: '';
    background: rgba(230, 232, 238, 1);
    left: -20px;
    top: 0;
}
.border-menu a {
    font-weight: 400;
}
.wp-block-ollie-mega-menu__toggle[aria-expanded="true"]::before, a.wp-block-navigation-item__content:hover:before {
    opacity: 0 !important;
}

.wp-block-navigation__responsive-container .wp-element-button {
    font-size: 16px !important;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-close {
    height: 100%;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-dialog {
    height: 100%;
}
div#modal-5-content {
    height: 100%;
}
.wp-block-navigation__mobile-menu-content {
    height: 100%;
}
.sub-t_mega {
    font-size: 18px !important;
}
.titre-mega {
    font-size: 20px !important;
}
.clik-back a.wp-element-button {
        font-size: 20px !important;
        border-radius: 0;
        margin-bottom: 10px;
}

.clik-back a.wp-element-button svg {
        margin-top: 5px;
        margin-right: 6px;
}
.media-mega .wp-block-media-text__content p {
    font-size: 18px !important;
}
p.sub-txt-mega {
    font-size: 15px !important;
    color: rgba(147, 154, 186, 1) !important;
}
.cta-mg_media {
    display: flex;
    gap: 10px;
}
.cta-mg_media .wp-block-media-text__content p {
    margin: 0;
    font-size: 20px !important;
    line-height: 1.1em;
}
.txt-cta_mega {
    margin: 15px 0 0px;
    font-size: 16px !important;
}

.visiblity-h .ircom-search-toggle {
    visibility: hidden !important;
        width: 0;
        padding: 0;
        height: 0;
}
.visiblity-h {
    margin: 0;
    height: 0;
}
.ircom-search-panel {
position: fixed;
top: 0;
left: 0;
right: auto;
 width: 100% !important;
max-width: 100% !important;
max-height: 100% !important;
  overflow-y: auto;
          height: 100vh;
}
.ircom-search-group li img {
    max-width: 36px;
}

}


@media (max-width: 768px) {  

.radius-no > .wp-block-column {
    border-radius: 0 !important;
    border: none !important;
}
.radius-no > .wp-block-column:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.radius-no > .wp-block-column:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top: 1px solid rgba(201, 204, 214, 1) !important;
}
.emp-cta p {
    white-space: normal;
}
.center-cta_formation {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
}
.center-cta_formation p, .center-cta_formation .wp-block-heading{
    text-align: center;
}
.ctr figure {
    text-align: center;
}
.ctr .wp-block-buttons {
    display: flex;
    justify-content: center;
}

}
/* Mobile */
@media (max-width: 576px) {
.group-marge {
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100% + 20px) !important;
        max-width: calc(100% + 20px) !important;
} 
:root {
--wp--preset--spacing--large: 20px !important;
}
body {
    --wp--style--root--padding-right: 10px;
    --wp--style--root--padding-left: 10px;
}

footer > .wp-block-group {
        padding-left: 10px !important;
        padding-right: 10px !important;
}
.block-contact {
    padding-top: 60px;
    border-top: 1px solid rgba(201, 204, 214, 1);
    margin-top: 40px !important;
}
.center-txtt .wp-block-group {
    display: flex;
    align-items: center;
}
.center-txtt .wp-block-heading {
    text-align: center;
}
.center-txtt p.max-w_p {
    text-align: center;
}
.form-contact .gfield_radio {
    flex-wrap: nowrap;
    overflow: auto;
}
.form-contact .gchoice {
    min-width: 45%;
}
.footer-form .gform_body, .footer-form #gform_fields_1, .footer-form .gform-footer {
    gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
}
.gform-footer.gform_footer.top_label {
    width: 100%;
}
.footer-form #gform_submit_button_1 {
    width: 100%;
}
.footer-form .gfield_radio {
    flex-direction: column !important;
      margin-bottom: 10px;
}
.footer-form #field_1_1 legend {
    display: block;
    margin-bottom: 10px;
}
.footer-form .ginput_container.ginput_container_radio {
    width: 100%;
}
.footer-form .ginput_container_consent {
    margin-top: 20px;
}
.footer-form div#gform_wrapper_1 {
    margin: 0;
}
.footer-form #field_1_3 {
    order: 0;
    flex: 1 1;
    margin: 0 0 20px;
}
.gallerie-img {
    flex-wrap: nowrap;
    overflow: scroll;
}

.valider-cta > .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.valider-cta > .wp-block-group p {
    text-align: center;
}
.valider-cta h3.wp-block-heading {
    text-align: center;
    margin-bottom: 10px !important;
}
.cta-f .wp-block-button {
    width: 100%;
}
.center-txt_mb {
        align-items: center;

}
.center-txt_mbi{
    text-align: center;

}
.resume:before {
    right: 15px;
    top: 15px;
}
.emp-cta .wp-block-group {
    width: 100%;
}
.slide-image .si-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta-single {
    text-align: center;
}
.cta-single .wp-block-buttons {
    display: flex;
    justify-content: center;
}
.border-more {
   margin-top: 20px !important;
}
.faq-block {
    align-items: center;
}
.faq-block p{
    text-align: center;
}
.max-w_btns a.has-border-light-background-color {
    padding: 10px 20px !important;
}
.image-gal {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
}
.image-gal figure {
    width: 80% !important;
    min-width: 80%;
}
.grille-slide_mob {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
}
.grille-slide_mob > .wp-block-group {
    min-width: 70% !important;
}
.villes-gr .wp-block-paragraph {
        color: rgba(255, 255, 255, 0.5) !important;
}
.villes-gr {
    min-height: 115px !important;
}
.num-star {
    font-size: 3.5em !important;
}
.fsb-nav-btns {
    display: none;
}
.four-col_footer .footer-coll {
    max-width: 100% !important;
}
.four-col_footer .footer-coll .wp-block-group {
    margin-top: 10px !important;
}
.four-col_footer .footer-coll .logos-footer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;
    border-top: 1px solid rgba(7, 21, 84, 0.3);
    padding-top: 20px !important;
    margin-top: 40px !important;
}

.logos-footer figure img {
    width: 67px !important;
}

.logos-footer figure:first-child img {
    width: 123px !important;
}

.four-col_footer {
    gap: 30px;
}
.sub-footer .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sub-footer .wp-block-group a, .sub-footer .wp-block-group p{
    color: rgba(7, 21, 84, 1) !important;
}
.first-col_footer {
    border-bottom: 1px solid rgba(7, 21, 84, 0.3);
    padding-bottom: 15px;
}

.titre-banner_h1 {
    font-size: 2.5em !important;
}
.max-w_banner {
    padding: 15px 0 !important;
}
.gap-qualite {
    gap: 10px;
}
.max-w_t {
    max-width: 200px;
}
.height-nums .wp-block-column .has-border-light-background-color {
    background: rgba(255, 255, 255, 0.4) !important;
}
    
.max-wh_ircome .wp-block-buttons {
    justify-content: center !important;
}
.max-wh_ircome {
    max-width: calc(100% - 20px);
}
.center-elements p {
    text-align: center;
}
.center-elements figure {
    text-align: center;
}
.center-empl .wp-block-group {
    justify-content: center;
}
.center-empl {
    margin: 0;
}
.center-empl .wp-block-group .wp-block-group.has-primary-background-color {
    background: rgba(0, 120, 255, 0.1) !important;
    align-items: center;
}
.num-color{
    color: rgba(0, 120, 255, 1) !important;
}
.center-empl .wp-block-group p {
    text-align: center !important;
}
.max-wh_ircome p, .max-wh_ircome .wp-block-heading {
    text-align: center;
}
.half-mob {
    gap: 10px;
}
.half-mob > .wp-block-group {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.half-mob p {
    text-align: left !important;
}
.ircom-testimonials-carousel {
    padding-left: 10px;
    padding-right: 10px;
}
.center-btn_mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    width: 100%;
}
.grill-agenda > .wp-block-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px !important;
}
.grill-agenda .wp-block-media-text {
    justify-content: center;
}
.slide-grille > .wp-block-group {
    min-width: 70%;
}
.slide-grille {
    overflow-x: auto;
    display: flex !important;
}
.rotate-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 10px 10px !important;
    max-width: 280px;
    margin: auto;
}
.rotate-col > .wp-block-group {
        width: 155px;
        height: 150px;
        border: 1px solid rgba(230, 232, 238, 1);
           display: grid;
        grid-auto-flow: row;
        align-items: center;
}
.rotate-col > .wp-block-group:first-child {
    transform: rotate(-13deg);
    z-index: 2;
}
.rotate-col > .wp-block-group:nth-child(2n) {
    transform: rotate(9deg);
    margin-top: 40px;
}
.rotate-col > .wp-block-group:last-child {
    transform: rotate(5deg);
    margin-top: -44px;
}
.rotate-col > .wp-block-group p, .rotate-col > .wp-block-group figure{
    text-align: center;
}
.center-mb p, .center-mb h2 {
    text-align: center !important;
}
.center-mb .wp-block-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.image-single img {
    height: 240px;
}

.formations-num{
    font-size: 6em !important;
    line-height: 1;
}

}