﻿/******* HELVETICA *******/

/* Light */
@font-face {
	font-family: "Helvetica Neue LT Std";
	font-style: normal;
	font-weight: 300;
    src: url('../webfonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue LT Std Condensed";
	font-style: normal;
	font-weight: 300;
    src: url('../webfonts/HelveticaNeueLTStd-LtCn.woff') format('woff');
    font-display: swap;
}

/* Regular */
@font-face {
	font-family: "Helvetica Neue LT Std";
	font-style: italic;
	font-weight: 400;
    src: url('../webfonts/HelveticaNeueLTStd-It.woff') format('woff');
    font-display: swap;
}
@font-face {
	font-family: "Helvetica Neue LT Std Condensed";
	font-style: normal;
	font-weight: 400;
    src: url('../webfonts/HelveticaNeueLTStd-Cn.woff') format('woff');
    font-display: swap;
}

/* Bold */
@font-face {
	font-family: "Helvetica Neue LT Std Condensed";
	font-style: normal;
	font-weight: 700;
    src: url('../webfonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
    font-display: swap;
}


/******* ROBOTO *******/

/* Thin */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'), url("../webfonts/Roboto-Thin.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url("../webfonts/Roboto-ThinItalic.ttf") format('truetype');
    font-display: swap;
}

/* Light */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url("../webfonts/Roboto-Light.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("../webfonts/Roboto-LightItalic.ttf") format('truetype');
    font-display: swap;
}

/* Regular */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), local('Roboto-Regular'), url("../webfonts/Roboto-Regular.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'), url("../webfonts/Roboto-Italic.ttf") format('truetype');
    font-display: swap;
}

/* Medium */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url("../webfonts/Roboto-Medium.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("../webfonts/Roboto-MediumItalic.ttf") format('truetype');
    font-display: swap;
}

/* Bold */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("../webfonts/Roboto-Bold.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("../webfonts/Roboto-BoldItalic.ttf") format('truetype');
    font-display: swap;
}

/* Black */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	src: local('Roboto Black'), local('Roboto-Black'), url("../webfonts/Roboto-Black.ttf") format('truetype');
    font-display: swap;
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url("../webfonts/Roboto-BlackItalic.ttf") format('truetype');
    font-display: swap;
}


a {
    color: #3badef
}
a:hover {
    text-decoration: none
}
body {
    font-family: "Roboto", sans-serif;
    line-height: normal;
    overflow-x: hidden;
    padding-top: 132px
}
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2e1c43;
    text-transform: uppercase
}
h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2e1c43;
    text-transform: uppercase
}
h3,h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3badef;
    text-transform: uppercase
}
h5,h6 {
    color: #2e1c43
}
p,li {
    font-size: 1.25rem;
    color: #2e1c43
}
section img:not([src*=".png"]):not([src*=".svg"]) {
    background-color: #F4F4F4;
}
body,
body.path-frontpage,
body.path-webform {
    padding-top: 80px !important;
}
body.user-logged-in {
    padding-top: 159px !important;
}
body.user-logged-in #h-nav {
    top: 79px;
}
nav#mainNav,
body.path-webform nav#mainNav,
body.path-frontpage nav#mainNav {
    background: #fff !important;
}
#mainNav {
    background-color: #fff !important;
}
nav.tabs {
    display: none;
}
.pt-30 {
    padding-top: 10px !important
}
.mb-25 {
    margin-bottom: 25px !important
}
.navbar.fixed-top.pt-35 {
    padding-top: 35px !important
}
.pointer-events-auto {
    pointer-events: auto !important
}
.object-fit-cover {
    object-fit: cover !important
}
.level-2 {
    font-size: 1.5rem;
    color: #3badef
}
.level-3 {
    color: #3badef
}
.level-3::before {
    content: "";
    display: inline-block;
    background: url(../img/bgList.png);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    margin-right: .5rem
}
.btn {
    text-transform: uppercase !important;
    border-radius: 0 !important
}
.cs-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}
.icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: inherit;
}
.icon.icon-40px::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.icon-jpo::before {
    content: "";
    background: url(../img/jpo.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px 26px
}
.icon-candidature-copy::before {
    content: "";
    background: url(../img/candidature-copy.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
.icon-doc::before {
    content: "";
    background: url(../img/doc.svg);
    display: inline-block;
    width: 24px;
    height: 26px;
    background-size: 24px 26px
}
.icon-identity::before {
    content: "";
    background: url(../img/identity.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
.icon-plus::before {
    content: "";
    background: url(../img/plus.svg);
    display: inline-block;
    width: 65px;
    height: 64px;
    background-size: 65px 64px
}
.icon-plus-b {
    display: inline-block !important;
}
.icon-plus-b::before {
    content: "";
    background: url(../img/plus-b.svg);
    display: inline-block;
    width: 65px;
    height: 64px;
    background-size: 65px 64px
}
.icon-arrow::before {
    content: "";
    background: url(../img/arrow.svg);
    display: inline-block;
    width: 90px;
    height: 26px;
    background-size: 90px 26px
}
.icon-arrow-b::before {
    content: "";
    background: url(../img/arrow-b.svg);
    display: inline-block;
    width: 34px;
    height: 16px;
    background-size: 34px 16px
}
.icon-arrow-inf::before {
    content: "";
    background: url(../img/arrow-inf.svg);
    display: inline-block;
    width: 47px;
    height: 48px;
    background-size: 47px 48px
}
.icon-arrow-sup::before {
    content: "";
    background: url(../img/arrow-sup.svg);
    display: inline-block;
    width: 48px;
    height: 47px;
    background-size: 48px 47px
}
.icon-call::before {
    background-image: url(../img/call.svg);
}
.icon-call-phone::before {
    content: "";
    background: url(../img/call-phone.svg);
    display: inline-block;
    width: 65px;
    height: 65px;
    background-size: 65px 65px
}
.icon-menu::before {
    content: url(../img/menu.svg);
    display: inline-block
}
.icon-angle-left::before {
    content: "";
    background: url(../img/angle-left.svg);
    display: inline-block;
    width: 8px;
    height: 12px;
    background-size: 8px 12px
}
.icon-angle-left-b::before {
    content: "";
    background: url(../img/angle-left-b.svg);
    display: inline-block;
    width: 8px;
    height: 12px;
    background-size: 8px 12px
}
.icon-download::before {
    content: "";
    background: url(../img/download.svg);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 26px 26px
}
.icon-facebook::before {
    background: url('../img/facebook.svg');
}
.icon-tiktok::before {
    background: url('../img/tiktok.svg');
}
.icon-twitch::before {
    background: url('../img/twitch.svg');
}
.icon-itchio::before,
.icon-itch-io::before {
    background: url('../img/itchio.svg');
}
.icon-contactez-nous::before,
.icon-contact-us::before {
    background: url('../img/arroba.svg');
}
.icon-twitter::before {
    background: url('../img/twitter.svg');
}
.icon-x::before {
    background: url('../img/x.svg');
}
.icon-instagram::before {
    background: url('../img/instagram.svg');
}
.icon-youtube::before {
    background: url('../img/youtube.svg');
}
.icon-linkedin::before {
    background: url('../img/linkedin.svg');
}
.icon-viadeo::before {
    background: url('../img/viadeo.svg');
}
.icon-pinterest::before {
    background: url('../img/pinterest.svg');
}
.icon-googleplus::before {
    background: url('../img/google-plus.svg');
}
.icon-googleplay::before {
    background: url('../img/googleplay.svg');
}
.icon-appstore::before {
    background: url('../img/App_Store_Badge.svg');
}
.icon-spotify::before {
    background: url('../img/spotify.svg');
}
.icon-check::before {
    content: "";
    background: url(../img/check.svg);
    display: inline-block;
    width: 64px;
    height: 64px;
    background-size: 64px 64px
}
.icon-check-w::before {
    content: "";
    background: url(../img/check-w.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
.icon-pager-before::before {
    content: "";
    background: url(../img/navigate_before.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
.icon-pager-before-double::before {
    content: "";
    background: url(../img/navigate_before_double.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    will-change: transform;
    transform: translateZ(0);
    transform: rotate(-180deg)
}
.icon-pager-next::before {
    content: "";
    background: url(../img/navigate_next.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
.icon-pager-next-double::before {
    content: "";
    background: url(../img/navigate_next_double.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px
}
#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #fed136
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff
}
#mainNav #tg-menu {
    margin-right: 0
}
#mainNav .ctnr {
    padding-right: 12px;
    padding-left: 30px;
    height: inherit;
}
#mainNav .navbar-brand span.icon-menu::before {
    content: "";
    width: 29px;
    height: 25px;
    display: block;
    background: url(../img/menu.svg) no-repeat;
    background-size: 29px 25px
}
#mainNav .brand-logo.ov {
    display: block
}
#mainNav .brand-logo.ov img {
    height: 100px;
    width: auto;
}
#mainNav .navbar-collapse {
    margin-left: auto;
    flex-grow: 0;
    width: 55%
}
nav.lang + a.brand-logo,#tg-menu + a.brand-logo {
    display: none !important
}
.support-btns {
    display: flex;
    justify-content: end;
    text-transform: uppercase;
}
.support-btns a:not(:first-child) {
    padding-left: 15px !important;
}
.support-btns a {
    padding: 15px 0 !important;
    margin: 0 !important;
}
.nav-support {
    text-align: center;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}
.nav-support div.b {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 40px;
    height: 48px;
    position: absolute;
    top: 327px;
    right: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background: #3badef;
    margin-bottom: 6px;
    color: #fff;
    z-index: 1
}
.nav-support div.b .title {
    display: none;
    font-size: 12px
}
.nav-support a:nth-child(2) div.b {
    top: 381px
}
.nav-support a:nth-child(3) div.b {
    top: 435px
}
.nav-support a:nth-child(4) div.b,
.nav-support button div.b {
    top: 489px
}
.nav-support .nav-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px
}
.nav-support a:last-child,
.nav-support button {
    margin-bottom: 0
}
.nav-support a:hover > div.b .title,
.nav-support button:hover > div.b .title {
    display: inline-block
}
.nav-support a:hover > div.b,
.nav-support button:hover > div.b {
    width: 175px
}
.nav-support button {
    display: inline
}
header.masthead {
    color: #fff;
    position: relative;
    background: #f4f4f4;
    max-height: 720px;
    width: 100%;
    aspect-ratio: 1680 / 800;
}
header.masthead .logo {
    position: absolute;
    top: 125px;
    right: 97px
}
header.masthead .plus-design::after {
    content: "";
    background: url(../img/plus.svg);
    display: block;
    width: 65px;
    height: 68px;
    position: absolute;
    top: 315px;
    left: 92px;
    background-size: 65px 68px
}
header.masthead .intro-text {
    width: 500px;
    height: 250px;
    background: url(../img/box-intro-header.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 35%;
    padding: 40px 30px 30px 40px;
    cursor: pointer;
}
header.masthead .intro-text .intro-lead-in {
    font-size: 24px;
    font-family: "Helvetica Neue LT Std", "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}
header.masthead .intro-text .intro-heading {
    font-weight: bold;
    line-height: normal;
}
header.masthead .intro-text .more-link {
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: initial !important;
    float: right !important;
    margin: -2px 2px 0px !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 767px) {
    header.masthead .intro-text .more-link {
        bottom: 5px;
        right: 5px;
    }
}
header.masthead .intro-text .more-link span.icon-arrow:before {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px 30px;
}
header.masthead .slide-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 103px;
    background-color: rgba(0,0,0, 0.3);
    display: flex;
    padding-top: 28px;
    padding-bottom: 18px;
    padding-left: 540px
}
header.masthead .slide-counter .counter {
    font-weight: 900;
    margin-right: 20px
}
header.masthead .slide-counter .counter .current {
    font-size: 48px
}
header.masthead .slide-counter .counter .total {
    font-size: 16px
}
header.masthead .carousel-inner {
    max-height: 720px;
}
header.masthead .carousel-inner .carousel-item {
    padding-top: 47.62%;
}
.carousel-inner:not(:has(.active)) .carousel-item:first-child {
    display: block;
}
header.masthead .carousel-inner .carousel-item img {
    max-height: 720px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #f4f4f4;
    height: 100%;
    object-position: center;
}
section.sub-header {
    background: #3badef;
    color: #fff;
    display: flex;
    width: 100%;
    padding-inline: 15px;
}
@media (max-width: 557px) {
    .ios.path-frontpage .sub-header {
        height: inherit !important;
    }
}
.sub-header .cl,
.sub-header .cr,
.sub-header .csl,
.sub-header .csr {
    width: 50%;
}
.sub-header .cr,
.sub-header .cl {
    padding: 80px 50px 60px 50px;
}
.sub-header .csl,
.sub-header .csr {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}
.sub-header .csl > p,
.sub-header .csr > p {
    width: 50%;
}
.sub-header .cl h1 {
    margin-left: 70px;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Std", "Roboto", sans-serif;
    font-weight: 300;
}
.sub-header .cl p {
    margin-left: 70px;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}
.sub-header .cr {
    background-color: rgba(0,0,0, 0.3);
}
.sub-header .cr p {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: normal;
}
.sub-header .cr a {
    color: var(--white);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}
.sub-header .cr a span {
    width: 90px;
    height: 26px
}
.sub-header .csl,
.sub-header .csr {
    display: flex;
    justify-content: space-around
}
.sub-header .csl {
    background-color: rgba(0,0,0, 0.2);
}
.sub-header .csr {
    background-color: rgba(0,0,0, 0.4);
}
.sub-header .stats-reussite,
.sub-header .stats-formations,
.sub-header .stats-partenaires,
.sub-header .stats-diplomes {
    display: flex;
    flex-direction: column;
    text-align: center
}
.sub-header .stats-reussite span:nth-child(1),
.sub-header .stats-formations span:nth-child(1),
.sub-header .stats-partenaires span:nth-child(1),
.sub-header .stats-diplomes span:nth-child(1) {
    font-size: 56px;
    font-weight: bold
}
.sub-header .stats-reussite span:nth-child(2),
.sub-header .stats-formations span:nth-child(2),
.sub-header .stats-partenaires span:nth-child(2),
.sub-header .stats-diplomes span:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}
.sub-header .stats-diplomes {
    width: 300px
}
.sub-header .icon-plus {
    position: absolute;
    top: 66px;
    left: 40px;
}
.stats {
    background: #3badef;
    display: flex;
    width: 100%;
    height: 198px;
    color: #fff
}
.lang {
    margin-left: 41px
}
.lang > ul {
    display: flex;
    width: 46px;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}
.lang > ul li {
    list-style: none
}
.lang > ul li a {
    font-size: 11.2px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding-bottom: 2px;
    position: relative
}
.lang > ul li a::after {
    content: "|";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 22px
}
.lang > ul li:last-child a::after {
    content: "";
    display: none
}
.lang > ul li a.active,
.lang > ul li a:hover,
.lang > ul li a.is-active {
    font-weight: 900;
    border-bottom: 1px solid #fff;
    color: #fff
}
#s-close {
    position: absolute;
    top: 31px;
    left: 33px;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}
#s-close::after {
    content: "";
    width: 23px;
    height: 22px;
    display: block;
    background: url(../img/close.svg) no-repeat;
    background-size: 23px 22px
}
.main-navbar a.btn,
.main-navbar button.btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 11px;
    height: 48px;
    padding-top: 13px;
    padding-bottom: 16px;
    width: 140px;
    background-color: #3badef;
    border: none
}
.main-navbar a.btn:last-child,
.main-navbar button.btn:last-child {
    margin-right: 0
}
.main-navbar .form-inline a:nth-child(1) {
    width: 171px;
    padding-right: 9px;
    padding-left: 8px;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px
}
@media (max-width: 1560px) {
    .main-navbar a.btn,
    .main-navbar button.btn {
        font-size: 10px;
        width: 120px;
    }
    .main-navbar .form-inline a:nth-child(1) {
        width: 120px;
    }
}
.title-block {
    margin: 0 0 2rem 0;
}
.title-block span.icon-plus-b {
    display: none !important;
}
.title-block h1,
.title-block .h1 {
    margin: 0;
    font-family: "Helvetica Neue LT Std", "Roboto", sans-serif;
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase
}
.form-filter {
    margin-top: 44px;
    margin-bottom: 40px
}
.form-filter select {
    width: 301px !important;
    height: 64px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/angle-down.svg) no-repeat right .75rem center/12px 12px;
}
.form-filter select:nth-child(1) {
    margin-right: 30px
}
.col-ie {
    flex: 0 0 100%;
}
.content-block {
    position: relative;
    width: 100%;
    cursor: pointer
}
.content-block img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #F4F4F4;
    aspect-ratio: 1 / 1;
}
.content-block .content-block-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 379px;
    height: 243px;
    padding: 30px 34px 0 43px;
    color: #fff;
    font-family: "Helvetica Neue LT Std", "Roboto", sans-serif;
    font-weight: 300;
    display: block
}
.content-block .content-block-title h3 {
    font-size: 30px;
    text-transform: uppercase
}
.content-block .content-block-title h3::before {
    display: none !important
}
.content-block .content-block-title a {
    position: absolute;
    bottom: 20px
}
.content-block .content-block-title span.icon-arrow::before {
    width: 60px;
    background-size: 60px 26px
}
.custom-header .content-block-title {
    background-size: 379px 243px !important;
}
.custom-header .content-block-title,
.custom-header .content-block-title.block-blue {
    background: url(../img/block-blue.svg) !important;
}
.custom-header .content-block-title.block-purple {
    background: url(../img/block-purple.svg) !important;
}
.custom-header .content-block-title.block-red {
    background: url(../img/block-pink.svg) !important;
}
.custom-header .content-block-title.block-orange {
    background: url(../img/block-orange.svg) !important;
}
.custom-header .content-block-title.block-yellow {
    background: url(../img/block-yellow.svg) !important;
}
.custom-header .content-block-title.block-green {
    background: url(../img/block-green.svg) !important;
}
.actu-block {
    position: relative;
    width: 485px;
    height: 369px;
    cursor: pointer
}
.actu-block h3::before {
    display: none !important
}
.actu-block img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-color: #F4F4F4;
    display: block;
}
.actu-block.workshop:hover .actu-block-details,
.actu-block.exposition:hover .actu-block-details,
.actu-block.campus:hover .actu-block-details {
    background: rgba(216, 0, 11, 0.8);
    width: 100%;
    height: 100%;
    color: var(--white);
    color: #fff;
    padding: 60px 30px 0;
}
.actu-block.workshop:hover .actu-block-details p,
.actu-block.exposition:hover .actu-block-details p,
.actu-block.campus:hover .actu-block-details p {
    color: var(--white);
    color: #fff;
    margin-bottom: 9px
}
.actu-block.workshop:hover .actu-block-details h3,
.actu-block.exposition:hover .actu-block-details h3,
.actu-block.campus:hover .actu-block-details h3 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 24px;
}
.actu-block.workshop:hover .actu-block-details div.description,
.actu-block.exposition:hover .actu-block-details div.description,
.actu-block.campus:hover .actu-block-details div.description {
    display: block;
    color: #fff;
    font-size: 20px;
}
.actu-block.workshop:hover .actu-block-details a,
.actu-block.exposition:hover .actu-block-details a,
.actu-block.campus:hover .actu-block-details a {
    text-align: center;
    margin-top: 56px;
    width: 34px;
    position: absolute;
    left: 45%
}
.actu-block.workshop:hover .actu-block-details a span::before,
.actu-block.exposition:hover .actu-block-details a span::before,
.actu-block.campus:hover .actu-block-details a span::before {
    background: url('../img/arrow.svg') !important;
    width: 40px;
    height: 26px;
    background-size: 40px 26px !important;
}
.actu-block.workshop .actu-block-details,
.actu-block.exposition .actu-block-details,
.actu-block.campus .actu-block-details {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 290px;
    height: 127px;
    padding-left: 21px;
    padding-top: 16px;
    padding-right: 18px;
    cursor: pointer
}
.actu-block.workshop .actu-block-details p,
.actu-block.exposition .actu-block-details p,
.actu-block.campus .actu-block-details p {
    color: #d8000b;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px
}
.actu-block.workshop .actu-block-details h3,
.actu-block.exposition .actu-block-details h3,
.actu-block.campus .actu-block-details h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e1c43
}
.actu-block.workshop .actu-block-details div.description,
.actu-block.exposition .actu-block-details div.description,
.actu-block.campus .actu-block-details div.description {
    display: none
}
.actu-block.workshop .actu-block-details a,
.actu-block.exposition .actu-block-details a,
.actu-block.campus .actu-block-details a {
    display: block;
    text-align: right
}
.actu-block.evenement {
    background: #3badef;
}
.actu-block.evenement .actu-block-date {
    position: absolute;
    top: 30px;
    left: 166px;
    border: 1px solid #fff;
    width: 154px;
    height: 154px;
    color: #fff;
    padding: 19px 9px 11px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.actu-block.evenement .actu-block-date span:nth-child(1) {
    font-size: 26px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px
}
.actu-block.evenement .actu-block-date span:nth-child(2) {
    font-size: 57px;
    font-weight: bold
}
.actu-block.evenement .actu-block-date span:nth-child(3) {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase
}
.actu-block.evenement .actu-block-details {
    position: absolute;
    top: 201px;
    left: 31px;
    color: #fff;
    width: 90%
}
.actu-block.evenement .actu-block-details p {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px
}
.actu-block.evenement .actu-block-details h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0
}
.actu-block.evenement .actu-block-details span {
    font-size: 20px;
    display: block
}
.actu-block.evenement a.event-register-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 17px;
    right: 21px
}
#etiquette_evenement {
    background: white;
    color: #50abcc !important;
    padding: 5px 18px;
    border-radius: 10rem;
    text-align: center;
    width: fit-content;
}
.actu-block.evenement a.event-register-link span.icon-arrow {
    margin-left: 18px
}
.actu-block.evenement a.event-register-link span.icon-arrow::before {
    display: block;
    width: 40px;
    background-size: 40px 26px
}
.all-items-link {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px
}
.all-items-link a {
    color: #3badef;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}
.all-items-link span.icon-arrow-b {
    position: relative;
    top: 3px;
    margin-left: 22px
}
.actu-filter {
    margin-bottom: 1rem;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: end;

}
.actu-filter a {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    margin-left: 2rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-bottom: 11px;
    cursor: pointer;
    margin-bottom: 1rem;
}
.actu-filter a.active,
.actu-filter a:hover {
    font-weight: bold;
    border-bottom: 4px solid #3badef
}
section#formations,
section#actualites,
section#temoignages,
section#carte-ecoles,
section#partenaires {
    margin-top: 4rem;
}
#temoignages .testimonials {
    display: flex;
}
#temoignages .row {
    position: relative;
}
#temoignages .row::before {
    display: block;
    content: "";
    border: 1px solid #000;
    height: 139px;
    position: absolute;
    left: 23%;
}
#temoignages .slick-dots li button::before {
    display: block;
    content: "";
    background: url(../img/dot.svg);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    opacity: initial
}
#temoignages .slick-dots li.slick-active button::before {
    display: block;
    content: "";
    background: url(../img/dot-active.svg);
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    opacity: initial
}
#temoignages .slick-dots {
    width: auto;
    left: 50%
}
.testimonials {
    margin-right: -38px;
}
.testimonials .testimonial {
    margin-right: 38px;
    margin-bottom: 1.5rem;
    flex-basis: 0;
    flex-grow: 1;
}
.testimonial .t-content {
    display: flex
}
.testimonial .t-content img {
    background-color: #f4f4f4;
}
.testimonial .t-content p {
    margin-left: 26px;
    font-size: 15px;
    line-height: 1.6
}
.testimonial .t-author {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.testimonial .t-author span {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}
.testimonial .t-author span:nth-child(2) {
    color: #d8000b;
    display: none;
}
.custom-header #temoignages .testimonial div.liste-formations {
    float: right;
    text-align: right;
}
.custom-header #temoignages .testimonial div.liste-formations > a,
.custom-header #temoignages .testimonial > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #3badef;
    text-transform: uppercase;
    display: block;
    text-align: right;
}
#partenaires {
    margin-top: 4rem;
    background: #e6e6e6;
    padding-top: 25px;
    padding-bottom: 25px
}
#partenaires .slider {
    width: 100%;
    margin: 28px 0 4px 0;
    justify-content: space-around;
}
#partenaires .slide {
    margin: 0px 10px
}
#partenaires .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
#partenaires .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
#partenaires .slick-list:focus {
    outline: none
}
#partenaires .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
#partenaires .slick-slider .slick-track,#partenaires .slick-slider .slick-list {
    will-change: transform;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0)
}
#partenaires .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
#partenaires .slick-track::before,#partenaires .slick-track::after {
    display: table;
    content: ""
}
#partenaires .slick-track::after {
    clear: both
}
#partenaires .slick-loading .slick-track {
    visibility: hidden
}
#partenaires .slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: block;
    margin-bottom: 1.5rem;
}
#partenaires [dir=rtl] .slide {
    float: right
}
#partenaires .slide img {
    display: block;
    height: 80px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s;
    width: 100%;
}
#partenaires .slide img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    transform: scale(1.1);
}
.slider_area {
    position: relative;
    z-index: 0
}
.slider_area::before {
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .41;
    object-fit: contain
}
.slider_area .single_slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 150px;
}
.slider_area .slider_text {
    color: #fff
}
.slider_area .slider_text a {
    font-size: 0.875rem;
    color: #fff
}
.slider_area .slider_text h3 {
    margin-top: 20px;
    font-size: 1.7rem;
    font-weight: bold;
    width: 29.0625rem;
    margin-bottom: 1.625rem;
    width: 100%
}
.slider_area .slider_text h3::after {
    display: block;
    content: "";
    width: 48px;
    height: 1px;
    border: 1px solid #fff;
    margin-top: 0.9375rem
}
.slider_area .slider_text p,
.slider_area .slider_text * {
    font-size: 1rem;
    margin-bottom: 0;
    width: 22.875rem;
    color: #fff;
}
.request_form {
    width: 38.625rem;
    color: #fff;
    background: #3badef
}
.request_form .custom-control-label a,
.request_form .custom-text-label a {
    color: #fff;
    text-decoration: underline;
}
.request_form .webform-submission-form label.error {
    vertical-align: top;
    margin: 2px 0 5px 0;
}
.request_form .info {
    font-size: 1rem
}
.request_form .info p {
    margin-bottom: 1.1875rem;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 10px;
}
.request_form .info h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.9375rem;
    text-transform: none !important;
}
.request_form .info h3::after {
    display: block;
    content: "";
    width: 48px;
    height: 1px;
    border: 1px solid #fff;
    border-color: inherit !important;
    margin-top: 0.9375rem;
}
.request_form select {
    background: url(../img/angle-down.svg) no-repeat right .75rem center/12px 12px;
}
.request_form select,
.request_form input.custom-input {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 1rem 0.5rem 0.7rem;
    border: 2px solid #fff;
    background-color: #fff;
    color: #272727;
}
.request_form input.custom-input {
    padding-top: 0.7rem;
    padding-left: 1rem;
}
.request_form #edit-telephone {
    padding-left: 3.5rem;
}
.request_form textarea.form-textarea {
    border: 2px solid #fff;
    border-radius: 0;
}
.request_form input[type=file].custom-input {
    height: 2.4rem;
    padding-top: 0.2rem
}
.request_form input.custom-input::placeholder {
    color: #000;
    font-family: "Roboto", sans-serif
}
.request_form input.aw {
    width: 100% !important
}
.request_form .form_0 {
    padding: 50px 8.3125rem 40px 8.3125rem;
    position: relative;
}
.request_form .form_0 .add_formation_link {
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-left: 5px
}
.request_form .form_0::after {
    top: 100%;
    left: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #3badef;
    border-width: 12px
}
.request_form .form_0, 
.request_form .form_1 {
    padding-left: 8.3125rem;
    padding-right: 8.3125rem;
}
.request_form .form_1 {
    padding-top: 48px;
    padding-bottom: 57px;
    background: #000
}
/** Début fix checkbox newsletter **/
.request_form .form_1 .custom-checkbox {
    background-color: #67607c;
    padding: 1rem;
}
.request_form .form_1 .custom-checkbox.error {
    overflow: auto;
}
.request_form .form_1 .custom-checkbox.error .custom-control-label {
    border-color: #bd2d24;
    padding: 1rem;
    color: #bd2d24;
    background-color: #fff;
}
.request_form .form_1 .custom-checkbox.error .custom-control-label a {
    color: #bd2d24;
}
label.form-item-accord-rgpd {
    display: flex !important;
}
.custom-checkbox .custom-control-label input {
    margin-right: 1rem;
    height: 19px;
    width: 2rem;
}
.request_form .form_1 .custom-checkbox > div,
.request_form .form_1 .custom-checkbox > div > label,
.request_form .form_1 .custom-checkbox > div > label > input {
    margin: 0 !important;
    padding: 0 !important;
}
.request_form .form_1 .custom-checkbox > div {
    clear: both;
    float: left;
}
.request_form .form_1 .custom-checkbox > div > label > input {
    width: auto !important;
    margin-top: -8px !important;
}
.request_form .form_1 .custom-checkbox .input-checkmark {
    display: none;
}
.request_form .form_1 .custom-checkbox .custom-control-label::before,
.request_form .form_1 .custom-checkbox .custom-control-label::after {
    content: none;
}
.request_form .form_1 .custom-checkbox .custom-control-label {
    display: flex;
    align-items: start;
    border: 2px solid transparent;
}
.custom-checkbox .custom-control-label input {
    margin-right: 1rem;
    height: 19px;
    width: 2rem;
}
#edit-accord-rgpd {
    visibility: hidden;
    position: absolute;
}
/** Fin fix checkbox newsletter **/

.request_form .form_1 .btn {
    height: 2.5rem;
    background: #3badef;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    border: none;
}
.request_form .form_1 .btn .icon-download,
.request_form .form_1 .btn .icon-check-w {
    height: 24px;
    width: 24px;
    margin-right: 9px
}
.request_form .form_1 .btn .icon-download::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}
@-moz-document url-prefix() {
    .request_form input[type=file].custom-input {
        height: 2.5rem;
        padding-top: 0.5rem
    }
}
.request_form label[id^="edit-cv"],
.request_form label[id^="edit-lettre-motivation"] {
    color: #000;
    font-weight: bold;
}
.slider_bg_0 {
    object-fit: contain
}
body.simple-navbar div.main-navbar {
    display: none !important
}
body.simple-navbar .ctnr {
    justify-content: flex-start
}
body.simple-navbar a.brand-logo {
    display: block !important;
    position: relative;
    left: 40%
}
body.simple-navbar a.brand-logo img {
    width: 102px !important;
    height: 99px !important
}
.item-center {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50rem;
    text-align: right;
    scrollbar-width: none;
    will-change: transform;
    transform: translateZ(0);
    transform: translate(-50%, -50%);
}
.item-center::-webkit-scrollbar {
    display: none
}
.item-center .return {
    color: #2e1c43;
    text-align: left
}
.item-center .item_text {
    flex-direction: column;
    align-items: center
}
.item-center .item_text .check {
    display: flex;
    margin-top: 3.5rem;
    width: 36.375rem;
    margin-left: auto;
    margin-right: auto
}
.item-center .item_text h3 {
    margin-left: 1.25rem;
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    color: #2e1c43
}
.item-center .item_text h3::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    border: 1px solid #2e1c43;
    border-color: inherit !important;
    margin-top: 33px;
    margin-bottom: 25px
}
.item-center .item_text p {
    width: 25.8125rem;
    text-align: left;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}
.item-center .item_footer {
    margin-top: 2.25rem;
    background: #000;
    color: #fff;
    padding-top: 1.625rem;
    padding-bottom: 2.0625rem
}
.item-center .item_footer .footer_content {
    width: 25.9375rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left
}
.item-center .item_footer .footer_content h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 19px;
    color: #fff
}
.item-center .item_footer .footer_content p {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff
}
.item-center .item_footer .footer_content p::before {
    content: "";
    display: inline-block;
    width: 5px;
    background-color: #3badef;
    height: 32px;
    margin-right: 12px
}
.item-center .item_footer .footer_content a {
    color: #3badef;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase
}
.item-center .item_footer .footer_content a span {
    height: 16px;
    margin-left: 8px
}
.item-center .item_footer .footer_content > div.my-2 > img {
    height: 20px;
    vertical-align: text-bottom;
}
.timeline-list {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 8.5rem
}
.timeline-list::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px
}
.timeline-list > li {
    margin-bottom: 20px;
    position: relative
}
.timeline-list > li::before,
.timeline-list > li::after {
    content: "";
    display: table
}
.timeline-list > li::after {
    clear: both
}
.timeline-list > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175)
}
.timeline-list > li > .timeline-panel::before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: ""
}
.timeline-list > li > .timeline-panel::after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: ""
}
.timeline-list > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999;
    z-index: 15;
    border-radius: 50%
}
.timeline-list > li:nth-child(2n) > .timeline-panel {
    float: right
}
.timeline-list > li:nth-child(2n) > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}
.timeline-list > li:nth-child(2n) > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}
.timeline-heading > img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 8px
}
.timeline-title {
    margin-top: 0;
    color: inherit
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0
}
.timeline-body > p + p {
    margin-top: 5px
}
.path-frontpage .footer {
    margin-top: 0
}
.footer-cta {
    width: 100%;
    background: #000;
    height: 60px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    z-index: 21;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    padding-top: .4rem
}
.footer-cta li {
    display: flex;
    width: 100%;
    margin-right: 6px;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #3badef;
    border-right: 1px solid #bcbcbc;
}
.icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: inherit;
}
.icon::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.footer {
    width: auto;
    background-image: linear-gradient(90deg, #000 60%, #3badef 40%);
    color: #fff;
    position: relative;
    overflow-x: hidden;
    padding-top: 0;
    margin-top: 0;
    background-repeat: no-repeat;
}
.footer h3 {
    margin-bottom: 19px;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}
.footer span {
    background: #3badef;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2.8125rem;
}
.footer ul li {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
}
.footer ul li a {
    color: #fff;
}
.footer h4 {
    color: #fff;
}
.footer .c1,
.footer .c2,
.footer .c3 {
    background-color: #81a4d2;
}
.footer .c1,
.footer .c2,
.footer .c3,
.footer .c4 {
    padding-top: 60px;
}
.footer h4.menu-col-header {
    margin-bottom: 30px;
}
.footer .c4 {
    flex-grow: 1.2;
    padding-left: 50px;
    padding-bottom: 100px;
}
.footer .c4 h4 {
    color: #fff;
}
.footer .c4 li {
    height: auto;
}
.footer .c4 a.social-link {
    display: flex;
    align-items: center;
    padding-left: 4px;
}
.footer .c4 a.social-link span.icon::before {
    width: 25px;
    height: 20px;
    background-size: 25px 20px;
}
.footer .c4 span {
    background: transparent;
    padding: 0;
    text-transform: initial;
    margin-right: 25px;
    margin-bottom: 0;
    width: 30px;
    display: flex;
    justify-content: center;
}
.footer .c4 ul {
    margin-bottom: 10rem;
}
.footer .footer-link {
    font-size: 1rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
}
.footer .footer-link::before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    border: 1px solid #fff;
    margin-bottom: 0.75rem;
}
.footer .footer-link a {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.footer .footer-link a:last-child {
    line-height: 1.3;
    margin-top: 5px;
}
.footer .footer-link p {
    margin: 0;
}
.footer .cadre {
    display: none;
}
.footer-cta li:last-child {
    border-right: none;
    margin-right: 0
}
@media (max-width: 557px) {
    .footer-cta a {
        font-size: 1rem !important;
        padding: .5rem .5rem
    }
}
.path-formations .footer-cta {
    padding-right: 0
}
.footer-cta {
    display: none;
    width: 100%;
    background: #3badef;
    position: fixed;
    bottom: 0;
    height: 60px
}
.footer-cta ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0
}
.footer-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff
}
.footer-cta span.nav-icon {
    display: none
}
#toolbar-administration {
    font-size: small
}
#toolbar-administration li {
    font-size: small
}
body.user-logged-in #toolbar-bar {
    z-index: 21;
}
body.user-logged-in #mainNav {
    margin-top: 79px;
    z-index: 20 !important;
}
.path-node.node--type-formation,
.path-node,
.path-actualites,
.path-formations,
.path-temoignages-avis,
.path-partenaires,
.path-offres-demploi,
.path-revue-de-presse,
.path-ecoles,
.custom-header {
    padding-top: 80px
}
#mainNav {
    padding: 12px 0 13px 0;
    height: 80px;
    z-index: 21;
}
.open-cta .nav-support div.b .title {
    display: inline-block;
    font-size: 12px
}
.open-cta .nav-support div.b {
    width: 175px
}
.open-cta .nav-support .nav-icon {
    border-right: none;
    padding-right: 8px
}
.open-cta .nav-support a:hover > div.b,
.open-cta .nav-support button:hover > div.b {
    width: 175px
}
.formation_banner {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.formation_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e1c43;
    opacity: .5
}
.formation_banner .formation_banner_title {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center
}
.formation_banner .formation_banner_title h1,
.formation_banner .formation_banner_title div {
    padding: 0 10%;
}
.formation_banner .formation_banner_title span {
    font-size: 5vw !important
}
.formation_banner .formation_banner_title span,
.formation_banner .formation_banner_title p {
    text-transform: uppercase;
    font-size: 7rem;
    font-weight: 500;
    color: var(--white);
    background-image: url('../img/arrow.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 90px;
    background-size: 70px;
    line-height: 1.2;
}
.formation_banner .formation_banner_title span::before,
.formation_banner .formation_banner_title p::before {
    display: none;
}
@media (max-width: 575px) {
    section#formations,
    section#actualites,
    section#temoignages,
    section#carte-ecoles,
    section#partenaires {
        margin-top: 5rem;
    }
    .formation_banner .formation_banner_title,
    .formation_banner .formation_banner_title {
        top: 15%;
    }
    .formation_banner .formation_banner_title h1,
    .formation_banner .formation_banner_title div {
        line-height: 0.7;
        padding: 0;
    }
    .formation_banner .formation_banner_title span,
    .formation_banner .formation_banner_title p {
        padding: 0 0 0 35px;
        background-size: 30px;
    }
}
.formation_banner .formation_banner_slogan {
    position: absolute;
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    top: 55%;
    text-align: center
}
.formation_banner .formation_banner_slogan .field-content,
.formation_banner .formation_banner_slogan p,
.formation_banner .formation_banner_slogan span,
.formation_banner .formation_banner_slogan div {
    font-size: 3vw !important;
    font-weight: 500;
    color: #fff;
    width: 90%
}
.formation_banner .formation_banner_image {
    height: 450px;
    width: 100%;
}
.formation_banner .formation_banner_image article,
.formation_banner .formation_banner_image article div.field,
.formation_banner .formation_banner_image article div.field div.field__item,
.formation_banner .formation_banner_image div.field {
    height: 100%;
    width: 100%;
}
.formation_banner .formation_banner_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.article_content a {
    color: #3badef
}
.article_content h1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-top: 1rem
}
.article_content .main-testimonial-details h1 {
    text-transform: none !important;
}
.article_content h1 span {
    display: inline-block;
    width: 100%
}
.article_content h2 {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0
}
.article_content h4,
.article_content h3 {
    margin: 0 0 1rem 0;
    width: 100%
}
.article_content ol {
    padding-left: 4rem
}
.article_content ul li {
    list-style: none
}
.article_content ul li::before {
    content: "";
    display: inline-block;
    background: url(../img/bglist.svg);
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    margin-right: .5rem
}
.article_content blockquote {
    font-style: italic;
    margin-bottom: 1rem
}
.article_content blockquote p {
    margin: 0;
    display: inline
}
.article_content blockquote::before {
    content: "«";
    display: inline
}
.article_content blockquote::after {
    content: "»";
    display: inline
}
.article_content a.vc_btn3-color-primary {
    color: #000;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 30px;
    margin: 20px 20px 20px 0;
    display: inline-block;
    border: 2px #000 solid;
    border-radius: 0;
    transition: .3s
}
.article_content a.vc_btn3-color-primary:hover {
    background: #000;
    color: var(--white)
}
.article_content .addtoany_list {
    display: inline-block;
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 10px;
    text-align: right
}
.article_content .addtoany_list .a2a_label {
    display: none
}
.node--type-article .field--name-field-visuels,
.many--visuels .field--name-field-visuels {
    display: flex;
    flex-wrap: wrap
}
.node--type-article .field--name-field-visuels .field__item,
.many--visuels .field--name-field-visuels .field__item {
    margin-bottom: 1rem;
    margin-right: 1rem
}
.node--type-article .field--name-field-visuels .field__item img,
.many--visuels .field--name-field-visuels .field__item img {
    width: 100%
}
.node--type-offre-d- .field--name-field-visuels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.node--type-offre-d- .field--name-field-visuels .field__item {
    margin-bottom: 1rem
}
.node--type-offre-d- .field--name-field-visuels .field__item img {
    width: 100%
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner {
    margin-bottom: 1.6rem
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row {
    position: relative
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e1c43;
    opacity: .5
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-field-ecole-slogan {
    position: absolute;
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    top: 50%;
    text-align: center
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-field-ecole-slogan .field-content {
    font-size: 3vw !important;
    font-weight: 500;
    color: #fff;
    width: 90%
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-name {
    position: absolute;
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    top: 25%;
    text-align: center
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-name .field-content {
    font-size: 5vw !important;
    font-weight: 500;
    color: #fff;
    width: 90%
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-name .field-content::before {
    content: "";
    display: inline-block;
    background: url(../img/arrow.svg);
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    margin-right: 1.5rem
}
.node--type-page-ecole .view-page-ecole-banner.view-id-page_ecole_banner .views-row .views-field-field-media-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}
.node--type-page-ecole .view-page-ecole {
    margin-bottom: 1rem
}
.node--type-page-ecole .view-page-ecole .view-content.row {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    position: relative
}
.node--type-page-ecole .view-page-ecole .views-row {
    border: 1px solid #fff
}
.node--type-page-ecole .view-page-ecole .views-row .views-field-title a {
    display: block;
    height: 45px;
    background: #3badef;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 14px;
    transition: .5s;
    padding: 0.875rem
}
.node--type-page-ecole .view-page-ecole .views-row .views-field-title a:hover,
.node--type-page-ecole .view-page-ecole .views-row .views-field-title a.is-active {
    background: #000
}
.node--type-page-ecole .view-page-ecole .more-items {
    margin-bottom: 0;
    text-align: center;
    display: none !important
}
.node--type-page-ecole .view-page-ecole .more-items > a {
    background-color: #3badef;
    display: inline-flex;
    width: 48px;
    height: 30px;
    color: var(--white);
    justify-content: center;
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}
.node--type-page-ecole article a {
    color: #3badef
}
.node--type-page-ecole article h2 {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0
}
.node--type-page-ecole article h4,
.node--type-page-ecole article h3 {
    margin: 0 0 1rem 0
}
.node--type-page-ecole article ol {
    padding-left: 4rem
}
.node--type-page-ecole article ul li {
    list-style: none
}
.node--type-page-ecole article ul li::before {
    content: "";
    display: inline-block;
    background: url(../img/bgList.png);
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    margin-right: .5rem
}
.node--type-page-ecole article blockquote {
    font-style: italic;
    margin-bottom: 1rem
}
.node--type-page-ecole article blockquote p {
    margin: 0;
    display: inline
}
.node--type-page-ecole article blockquote::before {
    content: "«";
    display: inline
}
.node--type-page-ecole article blockquote::after {
    content: "»";
    display: inline
}
.node--type-page-ecole article .addtoany_list {
    display: inline-block;
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 10px;
    text-align: right
}
.path-node .view-page-ecole {
    margin-bottom: 1rem
}
.path-node .view-page-ecole .view-content.row {
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    position: relative
}
.path-node .view-page-ecole .views-row {
    border: 1px solid #fff
}
.path-node .view-page-ecole .views-row .views-field-title a {
    display: block;
    height: 45px;
    background: #3badef;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 14px;
    transition: .5s;
    padding: 0.875rem
}
.path-node .view-page-ecole .views-row .views-field-title a:hover,
.path-node .view-page-ecole .views-row .views-field-title a.is-active {
    background: #000
}
.path-node .view-page-ecole .more-items {
    margin-bottom: 0;
    text-align: center;
    display: none !important
}
.path-node .view-page-ecole .more-items > a {
    background-color: #3badef;
    display: inline-flex;
    width: 48px;
    height: 30px;
    color: var(--white);
    justify-content: center;
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}
.form_1 .iti__selected-flag {
    height: 2.5rem;
    padding: 12px;
}
.form_1 .form-text.custom-input {
    margin-top: 0
}
.partenaires-list {
    justify-content: space-between;
    flex-wrap: wrap
}
.partenaires-list .p-item {
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    width: 25%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.partenaires-list .p-item p.field-content {
    border-top: 1px solid #bbb;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    width: 70%
}
.main-testimonial .field--name-field-photo {
    height: 100%
}
.main-testimonial img {
    height: 100%;
    max-width: 100%;
    object-fit: cover
}
.main-testimonial .main-testimonial-details {
    height: 100%;
    background: #000;
    color: #fff;
    padding: 0 8%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.main-testimonial .main-testimonial-details h1,
.main-testimonial .main-testimonial-details h2 {
    margin: 0;
}
.main-testimonial .main-testimonial-details h2 {
    text-transform: none;
}
.main-testimonial .main-testimonial-details p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase
}
.main-testimonial .col-md-3,
.main-testimonial .col-md-6 {
    height: 432px
}
.main-testimonials {
    margin-bottom: 30px;
    margin-inline: auto;
    max-width: 1080px;
}
.main-testimonials article {
    display: flex;
    margin-top: 50px;
}
.main-testimonials article img {
    width: 408px;
    height: auto;
    object-fit: cover;
    background-color: #f4f4f4;
    display: block;
}
.main-testimonials article .tem-content {
    margin-left: 20px;
    margin-right: 20px;
    background: #f2efed;
    padding: 20px 30px;
    position: relative;
}
.main-testimonials article .tem-content span.float-right {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}
.main-testimonials article .tem-content > span.float-right {
    position: absolute;
    top: 21px;
    right: 20px;
}
.main-testimonials article .tem-content p {
    margin-bottom: 5px
}
.main-testimonials article .tem-content .tem-body {
    margin: 30px auto 15px;
    font-weight: 600;
    font-size: 1.5rem;
    font-style: italic
}
.main-testimonials article .tem-content a.btn {
    border-radius: 0;
    background-color: #3badef;
    border-color: #3badef;
    margin-top: 30px !important;
    margin-left: 0 !important;
}
.main-testimonials article:nth-child(2n) > *:first-child {
    order: 2
}
iframe.webcallback {
    height: 390px;
    border: none
}
.webcallback-content {
    max-width: 351px;
    max-height: 438px
}
body.path-user {
    padding-top: 190px
}
.format_content_header {
    padding-left: 132px;
    margin-top: 5px
}
.content-capmus {
    margin: 0;
    padding: 0
}
.content-capmus li {
    list-style: none
}
.content-capmus .fas {
    margin-right: 5px
}
.map-ecoles .row:first-child {
    align-items: center
}
.map-ecoles .row:first-child .col-sm-8 {
    display: flex;
    justify-content: center
}
.align-center {
    text-align: center !important
}
body.path-webform .collapse form {
    display: none
}
body.path-webform #mainNav .navbar-collapse {
    width: 55%
}
.view-id-liste_des_offres .views-exposed-form {
    justify-content: center;
    align-items: center
}
.view-id-liste_des_offres .views-exposed-form .form-type-select label {
    display: block;
    width: 100%;
    margin-bottom: 5px
}
.view-id-liste_des_offres .views-exposed-form .form-type-select select {
    color: #000;
    border: 1px solid #000;
    width: 350px !important;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-id-liste_des_offres .views-exposed-form .form-item legend {
    font-size: 1rem;
    font-weight: normal
}
.view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper {
    width: 100%;
    height: 64px
}
.view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-check {
    justify-content: flex-start;
    margin-right: 10px
}
.view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-check label {
    margin-left: 5px
}
.view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios {
    display: flex;
    align-content: flex-start;
    height: 64px;
    justify-content: center
}
.view-id-liste_des_offres .views-exposed-form .button {
    align-self: center
}
.view-id-liste_des_offres .card-offre {
    border: solid 1px #d1d1d1
}
.view-id-liste_des_offres .card-offre .card-title a {
    font-size: 2rem;
    font-weight: bold;
    color: #3badef
}
.view-id-liste_des_offres .card-offre .blockquote-footer::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/pin.svg);
    background-size: 24px 24px;
    margin-right: 5px
}
.view-id-liste_des_offres .card-offre .blockquote-footer {
    display: flex;
    align-items: center
}
.view-id-liste_des_offres .card-offre .blockquote-footer small {
    font-size: 1rem;
    color: #9a9a9a
}
.view-id-liste_des_offres .card-offre .card-footer {
    font-size: 1rem;
    font-weight: 300;
    border-top: none;
    background-color: #f8f8f8
}
.metier-item {
    margin-bottom: 44px;
    padding: 2rem;
    position: relative;
    border: solid 1px #e6e6e6
}
.metier-item .metier--title {
    display: inline-block;
    width: auto;
    color: #3badef;
    margin-bottom: 5px
}
.metier-item .metier--title h2 {
    color: #3badef;
    text-transform: initial
}
.metier-item .metier--title::before {
    content: "";
    display: inline-block;
    background: url(../img/arrow-b.svg);
    width: 24px;
    height: 24px;
    background-size: 23px 33px;
    margin-right: .5rem
}
.metier-item .metier--taxonomy {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: #2e1c43;
    padding: 26px 30px;
    width: 340px;
    height: 88px
}
.metier-item .metier--taxonomy a {
    font-size: 14px;
    color: #fff;
    order: 2
}
.metier-item .metier--taxonomy img {
    order: 1;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 1rem
}
.metier-item .metier--description {
    width: 805px
}
.metier-item .metier--link {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    rotate: 90deg
}
.view-taxonomy-term .view-content.row .views-row.col-12:nth-child(2n) .metier-item,
.view-liste-des-metiers .view-content.row .views-row.col-12:nth-child(2n) .metier-item,
.alternance-metiers .view-content.row .views-row.col-12:nth-child(2n) .metier-item {
    border: none;
    background-color: rgba(46,28,67, 0.05)
}
fieldset.form-group {
    margin-top: 0
}
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.input-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}
.radio-container:hover input ~ .input-checkmark {
    background-color: #ccc
}
.radio-container input:checked ~ .input-checkmark {
    background-color: #3badef
}
.input-checkmark::after {
    content: "";
    position: absolute;
    display: none
}
.radio-container input:checked ~ .input-checkmark::after {
    display: block
}
.radio-container .input-checkmark::after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}
.label-content {
    margin-left: 35px
}
.modal-gallery {
    max-width: max-content
}
.modal-gallery .modal-content {
    padding-bottom: 1rem
}
.modal-gallery .modal-title {
    width: 100%;
    text-align: center
}
.modal-gallery .close {
    position: absolute;
    right: 25px;
    top: 25px
}
.pagination {
    margin-bottom: 1rem !important
}
.pagination .page-item::before,
.pagination li::before {
    display: none !important;
    background: none !important
}
.remote-video-wrap {
    position: relative
}
.remote-video-wrap::before {
    content: "";
    display: block;
    background: url(../img/play.png);
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    top: 40%;
    left: 50%;
    cursor: pointer;
    will-change: transform;
    transform: translateZ(0);
    transform: translate(-50%, 0)
}
.gal-3 .remote-video-wrap::before {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    top: 30%
}
.sitemap-box .sub-sub-nav {
    list-style: none
}
.actu-header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}
.actu-header .actu-image img {
    max-width: 100%;
    background-color: #f4f4f4;
    display: block;
    height: auto;
}
.actu-header .actu-titre {
    display: flex;
    align-items: center
}
.actu-header .actu-titre h1 {
    font-size: 4rem;
    color: #3badef
}
.page-link {
    color: #2e1c43;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    display: flex;
    height: 32px;
    align-items: center;
    width: 32px;
    justify-content: center
}
.page-link:hover {
    border: 1px solid #f3f3f3;
    color: #2e1c43;
    background-color: #fff
}
.page-link span.icon-pager-before,
.page-link span.icon-pager-next {
    display: block;
    width: 24px;
    height: 24px
}
.page-link span.icon-pager-next-double,
.page-link span.icon-pager-before-double {
    display: block;
    width: 24px;
    height: 32px
}
.page-link span {
    font-size: 1.5rem;
    color: #3badef
}
.page-item.active .page-link {
    color: #fff;
    background-color: #3badef;
    border-color: #3badef
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.view-parrains .view-content.row .col-md-12:last-child .card-parrain {
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #d1d1d1
}
.card-parrain {
    border-radius: 0;
    border: none;
    border-top: solid 1px #d1d1d1
}
.card-parrain .card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2e1c43
}
.card-parrain .card-subtitle {
    font-size: 1.125rem;
    color: #3badef
}
.node--type-page-formation .actu-block.evenement,
.node--type-page-ecole .actu-block.evenement {
    width: 100%
}
.node--type-page-formation .actu-block.evenement .actu-block-date,
.node--type-page-ecole .actu-block.evenement .actu-block-date {
    left: 120px
}
.node--type-page-formation .actu-block.workshop,
.node--type-page-formation .actu-block.exposition,
.node--type-page-formation .actu-block.campus,
.node--type-page-ecole .actu-block.workshop,
.node--type-page-ecole .actu-block.exposition,
.node--type-page-ecole .actu-block.campus,
.path-toute-lactualite .actu-block.workshop,
.path-toute-lactualite .actu-block.exposition,
.path-toute-lactualite .actu-block.campus {
    width: 100%;
    height: 100%
}
.node--type-page-formation .actu-block img,
.node--type-page-ecole .actu-block img,
.path-toute-lactualite .actu-block img {
    object-fit: contain
}
.eu-cookie-withdraw-tab {
    display: none;
}
.eu-cookie-compliance-banner {
    position: relative
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
    max-width: 100%;
    padding-bottom: .2rem
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message a {
    color: #fff;
    text-decoration: underline
}
.eu-cookie-compliance-banner .popup-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px
}
.formation_banner .formation_banner_title {
    z-index: 1;
}
@media (max-width: 557px) {
    .view-id-liste_des_offres .views-exposed-form .form-type-select select {
        width: 100% !important;
        height: auto !important;
    }
}

/********************* Page Metier *********************/
.view-liste-des-metiers div.metier-item {
    padding-bottom: 1rem;
}
.view-liste-des-metiers div.metier-item .metier--title {
    align-items: center;
    display: inline-block;
    margin: 0 0 20px 0;
    text-decoration: none !important;
    display: flex;
}
.view-liste-des-metiers .metier-item .metier--title::before {  
    display: none !important;
}
.view-liste-des-metiers div.metier-item .metier--title h2 {
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 0 0 40px !important;
    margin: 0 !important;
    font-size: 1.2rem;
    width: auto !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: unset;
}
.view-liste-des-metiers div.metier-item .metier--taxonomy {
    color: #fff;
    line-height: 20px;
    float: right;
    margin: 0 !important;
    text-align: right;
    font-size: 1rem;
    height: auto;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 !important;
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .view-liste-des-metiers div.metier-item {
        padding-top: 5rem;
    }
    .view-liste-des-metiers div.metier-item .metier--taxonomy {
        width: 100% !important;
    }
    .view-liste-des-metiers div.metier-item .metier--taxonomy img {
        width: auto !important;
    }
}
@media (max-width: 575px) {
    .view-liste-des-metiers div.metier-item .metier--title {
        margin: 10px 0 20px 0;
    }
}
.view-liste-des-metiers div.metier-item .metier--taxonomy a {
    padding: 20px !important;
    text-decoration: none !important;
    color : #fff !important;
    order: unset !important;
}
.view-liste-des-metiers div.metier-item .metier--taxonomy img {
    margin-right: 0 !important;
    margin-left: 20px !important;
    height: 40px !important;
    order: unset !important;
}
.view-liste-des-metiers div.metier-item p.metier--description {
    clear: both;
    width: auto;
}

/********************* Boutons *********************/
.region-content p.wrap-btn {
	display: flex;
}
.region-content p.wrap-btn > a, 
.node--type-article .region-content a.btn, 
.node--type-page-ecole .region-content a.btn, 
.node--type-formation .region-content a.btn, 
.node--type-page-formation .region-content a.btn,
.view-temoignages .tem-content a.btn {
	display: inline-block;
	color: #ffffff !important;
	border: none !important;
	text-decoration: none !important;
	padding: 8px 15px !important;
	margin: 10px auto 10px !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #3badef;
    border-color: #3badef
}

/* Marge droite et gauche sur les titre des pages dans les bannieres */
.formation_banner_title > h1,
.formation_banner_title > span {
    padding: 0 10%;
}
@media (min-width: 1920px) {
    .footer .cadre::before {
        width: 30%;
    }
}
@media (max-width: 1930px) {
    .footer .cadre::before {
        width: 29.375rem
    }
}
@media (max-width: 1600px) {
    .container-form {
        margin-left: 4%;
        margin-right: 15%;
    }
}
@media (min-width: 1601px) {
    .footer .c4 {
        flex-grow: .6
    }
}
@media (max-width: 1570px) {
    .content-block .content-block-title {
        width: 328px;
        height: 210px
    }
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 330px 210px
    }
}
@media (max-width: 1550px) {
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 105px
    }
}
@media (max-width: 1530px) {
    header.masthead .slide-counter {
        padding-left: 20%
    }
}
@media (max-width: 1520px) {
    .metier-item .metier--description {
        margin-top: 1.5rem
    }
}
@media (min-width: 1501px) {
    .formations .row,section.actualites .row {
        margin-right: 0
    }
}
@media (max-width: 1500px) {
    .actu-block {
        position: relative;
        width: 100%;
        height: 369px
    }
    body.simple-navbar a.brand-logo {
        left: 37%
    }
    #temoignages .row::before {
        display: none;
    }
}
@media (max-width: 1497px) {
    .content-block .content-block-title {
        width: 290px;
        height: 185px
    }
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 290px 185px
    }
    .content-block .content-block-title h3 {
        font-size: 20px
    }
}
@media (max-width: 1400px) {
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 88px
    }
}
@media (max-width: 1360px) {
    #mainNav .navbar-collapse {
        width: initial
    }
    #mainNav .navbar-collapse .form-inline {
        padding-left: 5px
    }
}
@media (max-width: 1285px) {
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 150px
    }
}
@media (max-width: 1281px) {
    .footer .cadre::before {
        width: 25.625rem
    }
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 75px
    }
}
@media (max-width: 1275px) {
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 270px 200px
    }
    .content-block .content-block-title {
        width: 270px;
        height: 200px
    }
    .content-block .content-block-title h3 {
        font-size: 20px
    }
}
@media (max-width: 1235px) {
    header.masthead {
        height: 100%
    }
    header.masthead .carousel-inner {
        height: auto !important
    }
}
@media (max-width: 1201px) {
    .actu-block.evenement .actu-block-date {
        left: 25%
    }
    .actu-block.evenement .actu-block-details h3 {
        width: 100%;
        padding-right: 5px
    }
    #temoignages .row::before {
        display: none;
    }
    #temoignages .row {
        flex-direction: column
    }
    #temoignages .row .col-md-4,#temoignages .row .col-md-8 {
        max-width: 100%
    }
    .content-block .content-block-title {
        width: 220px;
        height: 170px
    }
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 220px 170px
    }
    .content-block .content-block-title h3 {
        font-size: 1rem
    }
}
@media (max-width: 1150px) {
    .metier-item .metier--description {
        width: 100%
    }
    header.masthead .intro-text {
        top: 25%;
    }
}
@media (max-width: 1100px) {
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 100px
    }
}
@media (max-width: 1095px) {
    .node--type-page-formation .actu-block.evenement .actu-block-date,
    .node--type-page-ecole .actu-block.evenement .actu-block-date {
        left: 46px
    }
}
@media (max-width: 1080px) {
    .remote-video-wrap::before {
        top: 30%
    }
}
@media (max-width: 991px) {
    body,
    body.path-webform {
        padding-top: 80px !important;
    }
    h1 {
        font-size: 2rem !important
    }
    h2 {
        font-size: 1.5rem !important
    }
    #mainNav {
        padding: 5px 15px !important;
    }
    #mainNav .brand-logo.ov {
        margin-top: 0 !important;
    }
    #mainNav .brand-logo.ov img {
        max-height: 70px;
        width: auto;
    }
    #mainNav #tg-menu {
        padding: 15px 0;
        margin: 0 !important;
    }
    .row.row-m-0 {
        margin: 0 !important
    }
    nav.lang + a.brand-logo,
    #tg-menu + a.brand-logo {
        display: block !important
    }
    .c-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    #mainNav .ctnr {
        padding-left: 12px
    }
    #mainNav .navbar-brand {
        padding: 0
    }
    #mainNav .navbar-brand span.icon-menu::before {
        width: 40px;
        height: 40px;
        background-size: 40px 40px
    }
    #mainNav .call-link span.icon-call-phone::before {
        width: 40px;
        height: 40px;
        background-size: 40px 40px
    }
    #s-close::after {
        width: 30px;
        height: 30px;
        background-size: 30px 30px
    }
    .lang {
        display: none;
        z-index: 1101;
        position: absolute;
        right: 38px;
        top: 32px
    }
    .lang > ul {
        width: 65px
    }
    .lang > ul li a {
        font-size: 20px;
        font-weight: 300
    }
    .lang > ul li a::after {
        left: 29px;
        bottom: 3px
    }
    .call-link {
        display: inline-block !important
    }
    header.masthead .logo {
        top: 27px;
        left: 45%;
        display: none
    }
    header.masthead .logo img {
        width: 121px;
        height: 118px
    }
    header.masthead .plus-design::after {
        width: 130px;
        height: 128px;
        top: 321px;
        left: 54px;
        background-size: 130px 128px
    }
    header.masthead .intro-text {
        width: 550px;
    }
    header.masthead .carousel-inner {
        height: 967px !important;
    }
    header.masthead .carousel-item {
        height: 100%;
    }
    section.sub-header {
        padding-inline: 0;
    }
    .sub-header div.cl span.icon-plus {
        display: none;
    }
    .sub-header div.cl h1,
    .sub-header div.cl p {
        margin-left: 0;
    }
    .sub-header div.cl h1 {
        font-size: 80px;
    }
    .sub-header div.cl p {
        width: auto;
        font-size: 28px;
    }
    .sub-header div.cr {
        background: transparent;
    }
    .sub-header div.cr p {
        font-size: 28px;
        margin-bottom: 38px;
    }
    .sub-header div.cr a {
        font-size: 36px;
    }
    .sub-header div.cr a span {
        height: 26px;
    }
    .sub-header .csl {
        background-color: rgba(0,0,0, 0.4);
        padding-top: 40px !important;
    }
    .sub-header .row {
        flex-direction: column
    }
    .sub-header .cl,
    .sub-header .cr,
    .sub-header .csl,
    .sub-header .csr {
        width: 100%;
    }
    .sub-header .cl,
    .sub-header .csl {
        padding-top: 50px;
    }
    .sub-header .cl {
        padding-bottom: 20px;
    }
    .sub-header .cr, 
    .sub-header .csr {
        padding-bottom: 50px;
        padding-inline: 50px !important;
    }
    .sub-header .cr {
        padding-top: 0;
    }
    .sub-header .csr {
        padding-top: 20px !important;
    }
    .sub-header .csl {
        padding-inline: 50px !important;
    }
    header.masthead .slide-counter {
        width: 100%;
        padding-left: 65%;
    }
    .sub-header .stats-reussite span:nth-child(1),
    .sub-header .stats-formations span:nth-child(1),
    .sub-header .stats-partenaires span:nth-child(1),
    .sub-header .stats-diplomes span:nth-child(1) {
        font-size: 78.4px
    }
    .sub-header .stats-reussite span:nth-child(2),
    .sub-header .stats-formations span:nth-child(2),
    .sub-header .stats-partenaires span:nth-child(2),
    .sub-header .stats-diplomes span:nth-child(2) {
        font-size: 24px
    }
    section#formations,
    section#actualites,
    section#temoignages,
    section#carte-ecoles,
    section#partenaires {
        margin-top: 4rem;
    }
    .title-block h1,
    .title-block .h1 {
        font-size: 81px
    }
    .nav-support {
        display: none
    }
    .form-filter select {
        width: 654px !important;
        border: 2px solid #000;
        font-weight: bold;
        color: #000
    }
    .form-filter select:nth-child(1) {
        margin-right: 0;
        margin-bottom: 42px
    }
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 379px 243px
    }
    .content-block .content-block-title {
        width: 379px;
        height: 243px
    }
    .content-block .content-block-title h3 {
        font-size: 30px
    }
    .actu-block {
        width: auto;
        height: auto
    }
    .actu-block.workshop .actu-block-details,
    .actu-block.campus .actu-block-details,
    .actu-block.exposition .actu-block-details {
        width: 90%
    }
    .actu-block.workshop .actu-block-details p,
    .actu-block.campus .actu-block-details p,
    .actu-block.exposition .actu-block-details p {
        font-size: 15px
    }
    .actu-block.workshop .actu-block-details h3,
    .actu-block.campus .actu-block-details h3,
    .actu-block.exposition .actu-block-details h3 {
        font-size: 15px;
        text-align: left
    }
    .actu-block.workshop .actu-block-details a,
    .actu-block.campus .actu-block-details a,
    .actu-block.exposition .actu-block-details a {
        position: relative;
        top: -8px
    }
    .actu-block.workshop .actu-block-details a .icon-arrow-b::before,
    .actu-block.campus .actu-block-details a .icon-arrow-b::before,
    .actu-block.exposition .actu-block-details a .icon-arrow-b::before {
        width: 35px;
        height: 30px;
        background-size: 35px 30px !important
    }
    .actu-block.evenement,
    .actu-block.exposition {
        height: 517px
    }
    .actu-block.evenement .actu-block-date {
        left: 40%
    }
    .actu-block.evenement .actu-block-details {
        left: 62px
    }
    .actu-block.evenement .actu-block-details p {
        font-size: 17px
    }
    .actu-block.evenement .actu-block-details h3 {
        font-size: 48px
    }
    .actu-block.evenement .actu-block-details span {
        font-size: 40px
    }
    .actu-block.evenement a.event-register-link {
        font-size: 36px
    }
    .actu-block.evenement a.event-register-link span.icon-arrow::before {
        width: 60px;
        background-size: 60px 30px;
        height: 30px
    }
    .actu-filter {
        margin-top: 40px
    }
    .all-items-link {
        margin-right: 0
    }
    .all-items-link a {
        font-size: 36px
    }
    .all-items-link span.icon-arrow-b::before {
        width: 68px;
        height: 32px;
        background-size: 67px 32px
    }
    .partenaires-list .p-item {
        width: 30%
    }
    .main-testimonials article {
        flex-direction: column
    }
    .main-testimonials article img {
        width: 100%
    }
    .main-testimonials article .tem-content {
        margin-left: 0;
        margin-right: 0
    }
    .main-testimonials article .tem-content a.btn {
        margin-inline: auto !important;
    }
    .main-testimonials article:nth-child(2n) > *:first-child {
        order: 0
    }
    .slider_area .container {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
    .slider_area .container-form {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column
    }
    .slider_area .container-form .col-lg-5.col-md-6 {
        padding-right: 0;
        padding-left: 0;
        max-width: 100%
    }
    .slider_area .slider_text p {
        width: 100%
    }
    .slider_area .single_slider {
        height: auto !important;
        padding-top: 20px;
    }
    .request_form {
        width: 100%
    }
    .request_form .form_0 {
        margin-top: 20px
    }
    .request_form .form_0 .add_formation_link {
        display: block
    }
    .request_form .form_1 .col-ie {
        flex-basis: 100%
    }
    .request_form select,
    .request_form input.custom-input {
        width: 100% !important;
    }
    .request_form .webform-element-help-container--title label {
        font-size: .8rem
    }
    body.pf-0 .ctnr {
        justify-content: inherit
    }
    body.pf-0 a.brand-logo {
        left: 0
    }
    body.pf-0 .footer {
        margin-top: 2px
    }
    .footer {
        overflow: auto;
        padding-top: 50px !important;
        overflow-x: hidden;
        background-image: none !important;
    }
    .footer .container {
        max-width: initial;
    }
    .footer h4.menu-col-header {
        cursor: pointer;
    }
    .footer .c1,
    .footer .c2,
    .footer .c3 {
        flex-basis: 100%;
        padding-left: 125px;
        padding-top: 0;
    }
    .footer .c3 {
        padding-bottom: 20px;
    }
    .footer .c4 {
        margin: 0;
        padding-top: 20px;
        padding-left: 15px !important;
        background-image: url('../images/bg-footer.webp');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .footer .c1 .menu-col-header,
    .footer .c2 .menu-col-header,
    .footer .c3 .menu-col-header {
        display: flex;
        align-items: center;
        font-size: 2rem;
        font-weight: 500;
    }
    .footer .c1 .menu-col-header::before,
    .footer .c2 .menu-col-header::before,
    .footer .c3 .menu-col-header::before {
        content: '';
        display: inline-block;
        background: url('../img/plus-o-white.svg');
        min-width: 48px;
        min-height: 48px;
        background-size: 48px 48px;
        margin-right: 1.5rem;
    }
    .footer .c1 h4.menu-col-header ~ ul,
    .footer .c2 h4.menu-col-header ~ ul,
    .footer .c3 h4.menu-col-header ~ ul {
        display: none;
        padding-left: 2.5rem;
        margin-bottom: 3rem;
    }
    .footer .c4 h3,
    .footer .c4 h4 {
        text-align: center;
        margin: 0 0 50px 0 !important;
        font-size: 2rem;
    }
    .footer .c4 ul {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin: 0 30px;
    }
    .footer .c4 ul li {
        margin-bottom: 50px;
    }
    .footer .c4 ul a {
        font-size: 0;
    }
    .footer .c4 span {
        width: auto;
        margin: 0;
    }
    .footer div.footer-link {
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
    }
    .footer .footer-link a:first-child {
        margin-top: 40px;
    }
    .footer .footer-link::before {
        position: absolute;
        left: calc(50% - 35px);
        width: 70px;
    }
    .footer .c4 a.social-link {
        padding: 0 10px;
    }
    .footer .c4 a.social-link span.icon::before {
        width: 30px;
        height: 25px;
        background-size: 30px 25px;
    }
    .btns-footer {
        display: flex !important;
        position: relative;
        bottom: -142px;
        width: 100%;
        justify-content: flex-start
    }
    .btns-footer .btn-footer {
        height: 78px;
        text-transform: uppercase;
        background-color: #3badef;
        border-color: #3badef;
        font-size: 28px;
        padding: 20px 27px;
        margin-right: 8px
    }
    .btns-footer .btn-footer:last-child {
        margin-right: 0
    }
    .footer-cta {
        display: flex !important
    }
    .formation_banner .formation_banner_title span::before,
    .formation_banner .formation_banner_title p::before,
    .node--type-page-ecole .view-page-ecole-banner .views-field-name span.field-content::before,
    .path-node .view-page-ecole-banner .views-field-name span.field-content::before {
        width: 22px !important;
        height: 22px !important;
        background-size: 22px 22px !important
    }
    .node--type-page-ecole .view-page-ecole .views-row .views-field-title a,
    .path-node .view-page-ecole .views-row .views-field-title a {
        font-size: 1rem;
        padding-top: 14px;
        word-wrap: anywhere
    }
    #temoignages .row::before {
        left: 7%;
        top: 112px
    }
    #temoignages .row .col-md-8 {
        margin-top: 50px
    }
    #temoignages .ai-t {
        display: flex;
        justify-content: flex-end;
        margin-right: 38px
    }
    #temoignages .ai-t a {
        top: 40px
    }
    #temoignages .ai-t ul.slick-dots {
        bottom: initial
    }
    .format_content_header {
        padding-left: 58px
    }
    body.path-frontpage fieldset.form-type-select,body.path-frontpage div.form-type-select {
        width: 100%
    }
    .view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios {
        flex-direction: row
    }
    .view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-check {
        display: flex;
        align-items: center
    }
    .metier-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 7rem
    }
    .metier-item .metier--taxonomy {
        order: 1;
        width: 100%
    }
    .metier-item .metier--title {
        order: 2
    }
    .metier-item .metier--title h2 {
        font-size: 19px !important
    }
    .metier-item .metier--description {
        width: 100%;
        order: 3;
        margin-top: 0
    }
    .actu-header .actu-image {
        margin-bottom: 1rem
    }
    .main-testimonial .col-md-3,
    .main-testimonial .col-md-6 {
        height: auto
    }
    .main-testimonial .main-testimonial-details,
    .actu-header .actu-titre {
        padding: 20px 10px;
    }
    .main-testimonial .main-testimonial-details p {
        font-size: 20px
    }
    .article_content hr,
    .article_content iframe,
    .article_content img {
        width: 100% !important;
        max-width: 100% !important
    }
    .main-testimonials article {
        padding-left: 0
    }
}
@media (max-width: 801px) {
    .item-center {
        width: 100%;
        overflow-y: scroll;
        height: 100%
    }
    .item-center .return {
        margin-left: 2rem;
        margin-top: 2rem
    }
}
@media (max-width: 767px) {
    ul.timeline-list::before {
        left: 40px
    }
    ul.timeline-list > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        float: right
    }
    ul.timeline-list > li > .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
    ul.timeline-list > li > .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
    ul.timeline-list > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }
    .testimonials {
        flex-wrap: wrap;
    }
    .testimonials .testimonial {
        margin-bottom: 1.5rem;
        flex-basis: auto;
    }
    .footer .c1,
    .footer .c2,
    .footer .c3 {
        padding-left: 50px !important;
    }
}
@media (max-width: 751px) {
    .form-filter select {
        width: 100% !important;
    }
    form.views-exposed-form .form-row > div {
        width: 100%
    }
    body.path-frontpage .mr-5.tags-wrapper {
        margin-right: 0px !important
    }
    .sitemap {
        margin-top: 2rem
    }
    .sitemap .sitemap-section .sitemap-section-row {
        flex-direction: column
    }
    .sitemap .sitemap-section .sitemap-section-row .sitemap-section-row-col {
        max-width: 100%
    }
}
@media (max-width: 705px) {
    .partenaires-list .p-item img {
        width: 100%;
        object-fit: contain
    }
}
@media (max-width: 691px) {
    header.masthead .plus-design {
        display: none
    }
}
@media (max-width: 600px) {
    .sub-header .stats-reussite span:nth-child(1),
    .sub-header .stats-formations span:nth-child(1),
    .sub-header .stats-partenaires span:nth-child(1),
    .sub-header .stats-diplomes span:nth-child(1) {
        font-size: 3rem
    }
    .sub-header .stats-reussite span:nth-child(2),
    .sub-header .stats-formations span:nth-child(2),
    .sub-header .stats-partenaires span:nth-child(2),
    .sub-header .stats-diplomes span:nth-child(2) {
        font-size: 1rem
    }
    header.masthead .slide-counter {
        padding-left: 50px !important
    }
    header.masthead .slide-counter {
        height: 100px
    }
    .title-block h1,
    .title-block .h1 {
        font-size: 60px
    }
    .request_form .form_0,
    .request_form .form_1 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .node--type-page-ecole .view-page-ecole .views-row,
    .path-node .view-page-ecole .views-row {
        display: block !important;
        flex: none;
        width: 100%
    }
    .node--type-page-ecole .view-page-ecole .views-row .views-field-title a,
    .path-node .view-page-ecole .views-row .views-field-title a {
        font-size: 1rem;
        padding-top: 14px
    }
    .node--type-page-ecole .view-page-ecole .more-items,
    .path-node .view-page-ecole .more-items {
        display: none
    }
    .footer .cadre::before {
        top: 240px;
        width: 540px;
        height: 502px;
        background-size: 540px 502px
    }
}
@media (max-width: 590px) {
    header.masthead .intro-text {
        width: 85%;
        height: auto;
        background: rgba(0,0,0, 0.4)
    }
    .actu-block.evenement .actu-block-date {
        left: 35%
    }
    .title-block h1,
    .title-block .h1 {
        margin-left: 0
    }
    #temoignages .row::before {
        left: 3%;
        top: 70px;
        width: 114px
    }
    .remote-video-wrap::before {
        top: 35%
    }
}
@media (max-width: 557px) {
    .item-center {
        overflow-y: scroll;
        height: 100%
    }
    .item-center .item_text .check {
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .item-center .item_text h3 {
        margin-left: 0;
        text-align: center;
        margin-top: 1.2rem
    }
    .item-center .item_text h3::after {
        margin-top: 20px;
        position: relative;
        left: 45%
    }
    .item-center .item_text p {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem
    }
    .item-center .item_footer {
        margin-top: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 1.0625rem;
        margin-bottom: 2.0625rem
    }
    .item-center .item_footer .footer_content {
        width: 100%
    }
    .view-id-liste_des_offres .views-exposed-form .form-type-select select {
        width: 100% !important
    }
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 270px 200px
    }
    .content-block .content-block-title {
        width: 270px;
        height: 200px
    }
    .content-block .content-block-title h3 {
        font-size: 20px
    }
}
@media (max-width: 500px) {
    header.masthead {
        height: 490px
    }
    header.masthead .carousel-inner {
        height: 490px !important
    }
    header.masthead .intro-text {
        width: 80%;
        padding: 25px 20px 25px 25px
    }
    header.masthead .intro-text .intro-lead-in,
    header.masthead .intro-text .intro-heading {
        font-size: 1rem !important;
        margin-bottom: 22px;
    }
    header.masthead .slide-counter {
        height: 75px;
        padding-top: 20px
    }
    header.masthead .slide-counter .counter .current {
        font-size: 35px
    }
    header.masthead .slide-counter .navigation .icon-arrow-inf::before,header.masthead .slide-counter .navigation .icon-arrow-sup::before {
        width: 30px;
        height: 40px;
        background-size: 30px 40px
    }
    .sub-header div.cl p {
        font-size: 18px;
        margin-top: 15px
    }
    .sub-header div.cr p {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: .5rem
    }
    .sub-header div.cr a {
        font-size: 20px;
        align-items: initial
    }
    .sub-header div.cr a span {
        height: auto !important;
        width: auto !important
    }
    .sub-header div.cr .icon-arrow::before {
        width: 50px;
        height: 20px;
        background-size: 50px 20px
    }
    .sub-header .stats-reussite span:nth-child(1),
    .sub-header .stats-formations span:nth-child(1),
    .sub-header .stats-partenaires span:nth-child(1),
    .sub-header .stats-diplomes span:nth-child(1) {
        font-size: 2rem
    }
    .title-block h1,
    .title-block .h1 {
        font-size: 28px
    }
    .actu-block.evenement .actu-block-date {
        left: 31% !important
    }
    .actu-block.evenement .actu-block-details {
        top: 160px;
        left: 5%;
        text-align: center;
    }
    .actu-block.evenement .actu-block-details h3,
    .actu-block.evenement .actu-block-details span {
        font-size: 22px
    }
    .actu-block.evenement a.event-register-link {
        font-size: 16px
    }
    .actu-block.evenement a.event-register-link span.icon-arrow::before {
        width: 40px;
        background-size: 40px 20px;
        height: 20px
    }
    .actu-block.evenement .actu-block-date span:nth-child(1) {
        font-size: 13px
    }
    .actu-block.evenement .actu-block-date span:nth-child(2) {
        font-size: 35px
    }
    .actu-block.evenement .actu-block-date span:nth-child(3) {
        font-size: 12px
    }
    .actu-block.evenement .actu-block-date {
        width: 30%;
        height: fit-content;
        left: 35% !important;
        padding: 11px 11px 11px 11px
    }
    .form-filter {
        margin-top: 15px
    }
    .form-filter select {
        font-size: 1rem;
        height: 45px;
        border: 1px solid #000
    }
    .form-filter select:nth-child(1) {
        margin-bottom: 15px
    }
    .form-filter .form-row {
        width: 100%
    }
    .view-liste-des-offres .label-type-contrat {
        margin-bottom: 3rem;
        margin-left: 3rem;
        font-size: 1.5rem
    }
    .view-id-liste_des_offres .views-exposed-form fieldset.fieldgroup .fieldset-wrapper .form-radios {
        flex-direction: column
    }
    .article_content img,article img {
        width: 100% !important;
        object-fit: contain;
    }
    .gal-1 {
        order: 1;
        width: 50%
    }
    .gal-2 {
        order: 2;
        width: 50%
    }
    .gal-3 {
        order: 3
    }
    .partenaires-list .p-item {
        width: 50%
    }
    .title-block .icon-plus-b {
        display: none
    }
    .footer .cadre::before {
        top: 165px
    }
    .footer .c1,
    .footer .c2,
    .footer .c3 {
        padding-left: 135px
    }
    .footer-cta a span:first-child {
        display: none
    }
    .footer-cta span.nav-icon {
        display: block
    }
    .footer-cta span.nav-icon::before {
        width: 69px;
        height: 48px;
        background-size: 69px 48px
    }
    .node--type-page-formation .tags-wrapper,
    .node--type-page-ecole .tags-wrapper,
    .path-toute-lactualite .tags-wrapper {
        margin-right: 0 !important;
        margin-left: 3rem !important
    }
    .actu-block.evenement {
        height: 325px !important;
    }
}
@media (max-width: 450px) {
    .sub-header .csl,
    .sub-header .csr {
        flex-direction: column;
        align-items: center
    }
    .sub-header .csr,
    .sub-header .csl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sub-header .csl {
        padding-top: 20px !important;
    }
    .sub-header .csl > p,
    .sub-header .csr > p {
        width: 100%;
    }
    #partenaires .slide img {
        object-fit: contain;
        height: 70px;
    }
    .all-items-link a {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .all-items-link span.icon-arrow-b {
        display: inline-block;
        width: 40px;
        height: 25px
    }
    .all-items-link span.icon-arrow-b::before {
        width: 40px;
        height: 18px;
        background-size: 40px 18px
    }
    .format_content_header {
        padding-left: 24px
    }
    .title-block .icon-plus-b {
        display: block
    }
    .title-block h1,
    .title-block .h1 {
        font-size: 28px
    }
    .footer .c4 h3 {
        font-size: 2rem
    }
    .footer .footer-link a:first-child {
        margin-top: 25px
    }
    #temoignages .row::before {
        left: 4%;
        top: 45px;
        width: 70px
    }
    .title-block span.icon-plus-b::before {
        right: 0px;
        top: -35px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px
    }
    .sub-header div.cl h1 {
        font-size: 55px
    }
    .sub-header div.cr a {
        font-size: 20px
    }
    .sub-header div.cr .icon-arrow::before {
        width: 50px;
        height: 20px;
        background-size: 50px 20px
    }
}
@media (max-width: 410px) {
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 260px 200px
    }
    .content-block .content-block-title {
        width: 260px;
        height: 200px
    }
    .content-block .content-block-title h3 {
        font-size: 20px
    }
}
@media (max-width: 401px) {
    .title-block h1,
    .title-block .h1 {
        font-size: 28px
    }
    .partenaires-list .p-item {
        width: 100%
    }
    .remote-video-wrap::before {
        top: 40%
    }
}
@media (max-width: 376px) {
    .title-block span.icon-plus-b::before {
        right: 0px;
        top: -38px;
        width: 50px;
        height: 50px;
        background-size: 50px 50px
    }
    #temoignages .slick-dots {
        width: auto;
        left: 35%
    }
    #temoignages .ai-t {
        margin-right: 0px
    }
    .actu-block.workshop .actu-block-details a .icon-arrow-b::before,
    .actu-block.campus .actu-block-details a .icon-arrow-b::before,
    .actu-block.exposition .actu-block-details a .icon-arrow-b::before {
        width: 35px;
        height: 30px;
        background-size: 35px 30px !important
    }
    .actu-block.workshop .actu-block-details a,
    .actu-block.campus .actu-block-details a,
    .actu-block.exposition .actu-block-details a {
        top: -8px
    }
    .actu-block.workshop .actu-block-details p,
    .actu-block.campus .actu-block-details p,
    .actu-block.exposition .actu-block-details p {
        font-size: 15px
    }
    .actu-block.workshop .actu-block-details h3,
    .actu-block.campus .actu-block-details h3,
    .actu-block.exposition .actu-block-details h3 {
        font-size: 15px;
        text-align: left
    }
    .actu-block.evenement .actu-block-date {
        left: 22%
    }
    .actu-block.evenement {
        height: 390px
    }
    .actu-block.evenement .actu-block-details p {
        font-size: 18px
    }
    .actu-block.evenement .actu-block-details h3,
    .actu-block.evenement .actu-block-details span {
        font-size: 20px
    }
}
@media (max-width: 301px) {
    .content-block .content-block-title.block-red,
    .content-block .content-block-title.block-blue,
    .content-block .content-block-title.block-purple {
        background-size: 200px 150px
    }
    .content-block .content-block-title {
        width: 200px;
        height: 150px
    }
    .content-block .content-block-title h3 {
        font-size: 14px
    }
    .content-block .content-block-title span.icon-arrow::before {
        width: 30px;
        background-size: 30px 26px
    }
}
@media (min-width: 992px) {
    #mainNav {
        border: none;
    }
    #mainNav .ctnr {
        padding-left: 30px;
        padding-right: 12px
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: all .3s
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important
    }
}
.container:not(.no-change) {
    max-width: 1285px
}
@media (max-width: 1570px) {
    .container:not(.no-change) {
        max-width: 75%
    }
}
@media (max-width: 990px) {
    .container:not(.no-change) {
        max-width: 720px
    }
}
@media only screen and (max-height: 675px) {
    .item-center {
        height: 100%;
        overflow-y: scroll;
        padding-top: 2rem
    }
}

/* Modification Bootstrap pour EduServices */
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
  }
}

/* Bootstrap Modallery */
img.modallery {
    cursor: pointer;
}
#mdlyFooter {
    text-align: center !important;
}
.navigator-btn {
    border: 0;
    border-radius: 0;
    max-width: 120px;
}
.highlighted {
    border: 1px solid #333;
}

/********************* Vidéothèque *********************/

.view-display-id-page_eduservices_video .views-row {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .view-display-id-page_eduservices_video .media {
        justify-content: center;
    }
    .view-display-id-page_eduservices_video p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.path-liste-des-videos .t-page {
    margin-top: 0px;
}

/********************* Webforms *********************/
.request_form .form_1 .custom-text .custom-text-label {
    padding: 20px 0 20px;
    font-style: italic;
    font-size: 12px;
}
.request_form .form_0 select#edit-ecole-envisagee {
    color: #000;
}
.request_form div.error {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px !important;
    background-color: #f1b8b5 !important;
}
.request_form div.error .chk-input.error,
.request_form div.error .error {
    color: #bd2d24 !important;
    font-weight: bold;
    margin-bottom: 0 !important;
    border: 2px solid #bd2d24;
}
.request_form div.error select.error option {
    font-weight: normal !important;
}
.request_form div.error select.error option[selected="selected"] {
    font-weight: bold !important;
}
.request_form .webform-submission-form label.error,
.request_form .webform-submission-form label#accord_rgpd-error.error {
    vertical-align: top;
    margin: 2px 0 0 8px;
}
.request_form .webform-submission-form label.error {
    border: none !important;
    margin-top: 1rem !important;
}
.request_form strong.error.form-item--error-message {
    display: none !important;
}
.request_form .iti.error .iti__selected-flag {
    top: 1.25rem;
    left: 1.25rem;
}
form[id^='webform-submission'] .error::placeholder,
form[id^='webform-submission'] .chk-input.error {
    color: #bd2d24;
    font-weight: bold;
}

/********************* Menu principal *********************/
#h-nav .menu-box .h-nav-it ul li.container-sub-menu::marker,
#h-nav .menu-box .h-nav-sup ul li.container-sub-menu::marker {
    content: none;
}

/********************* Menu rich *********************/
#h-nav {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3badef;
    color: #fff;
    display: none
}
#h-nav .menu-box {
    display: flex;
    height: inherit;
}
#h-nav .menu-box .h-nav-it,
#h-nav .menu-box .h-nav-sup,
#h-nav .menu-box .h-nav-sup-sup {
    flex: 50%;
    scrollbar-width: none
}
#h-nav .menu-box .h-nav-it {
    flex: 35%;
    padding-top: 3rem;
}
#h-nav .menu-box .h-nav-sup {
    flex: 65%;
    padding: 0;
}
#h-nav .menu-box .h-nav-it {
    padding: 3rem 0 3rem 7rem;
    background-color: rgba(0,0,0,.05)
}
#h-nav .menu-box .h-nav-it .nav-lnk {
    padding: 1.5rem 0
}
#h-nav .menu-box .h-nav-it::-webkit-scrollbar,
#h-nav .menu-box .h-nav-sup::-webkit-scrollbar,
#h-nav .menu-box .h-nav-sup-sup::-webkit-scrollbar,
#h-nav .menu-box .h-nav-sup-sup,
#h-nav .menu-box .h-nav-sup-sup-content,
#h-nav .menu-box .h-nav-it .h-nav-sup-content {
    display: none;
}
#h-nav .menu-box .h-nav-sup-sup {
    padding-top: 7rem;
    background-color: rgba(255,255,255,.17)
}
#h-nav .menu-box .h-nav-sup .nav-lnk,
#h-nav .menu-box .h-nav-sup-sup .nav-lnk {
    font-size: 24px;
    padding-bottom: .5rem
}
#h-nav .menu-box .h-nav-sup ul,
#h-nav .menu-box .h-nav-sup-sup ul {
    list-style-image: url(../img/arrow-right.svg);
    margin-bottom: 0;
    line-height: 1.67;
    list-style-position: inside;
}
#h-nav .menu-box .h-nav-sup ul.rich > li > ul {
    list-style-position: outside;
}
#h-nav .menu-box .h-nav-sup ul li.active,
#h-nav .menu-box .h-nav-sup ul li:hover,
#h-nav .menu-box .h-nav-sup-sup ul li.active,
#h-nav .menu-box .h-nav-sup-sup ul li:hover {
    list-style-image: url(../img/arrow-right-hover.svg)
}
#h-nav .menu-box .h-nav-sup ul a,
#h-nav .menu-box .h-nav-sup-sup ul a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    opacity: 0.45;
}
#h-nav .menu-box .h-nav-show {
    display: block;
}
#h-nav .menu-box .h-nav-sup-sup.h-nav-show {
    padding-left: 45px;
}
#h-nav .menu-box .nav-lnk,
#h-nav .menu-box .nav-lnk-title {
    display: block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all .3s;
    opacity: 0.45;
}
#h-nav .menu-box .nav-lnk {
    border: none;
    font-size: 24px;
    padding: 1.5rem 0;
    padding-right: 1rem !important;
}
#h-nav .menu-box .nav-lnk-title {
    padding-top: 30px;
    padding-bottom: .5rem !important;
    margin: 0;
    font-weight: bold;
}
#h-nav .menu-box .nav-lnk:hover,
#h-nav .menu-box .nav-lnk:focus,
#h-nav .menu-box .nav-lnk.active {
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
}
#h-nav .menu-box .nav-lnk:hover::before,
#h-nav .menu-box .nav-lnk:focus::before,
#h-nav .menu-box .nav-lnk.active::before {
    display: inline-block;
    content: "";
    width: 50px;
    height: 32px;
    background: #fff;
    margin-right: 11px
}
.custom-header #h-nav {
    background-color: #3e72a7;
}
.h-nav-sup li a {
    color: #ffffff !important;
}
#h-nav .menu-box .h-nav-sup > ul {
    padding: 3rem 0;
    overflow: auto;
    height: 100vh;
}
body.user-logged-in #h-nav .menu-box .h-nav-sup > ul {
    padding-bottom: 7rem;
}
#h-nav .menu-box .h-nav-sup ul.rich ul {
    overflow: auto;
}
#h-nav .menu-box .h-nav-it ul > li,
#h-nav .menu-box .h-nav-sup ul > li {
    padding: 0 0 0 3rem !important;
}
#h-nav .menu-box .h-nav-it ul > li > a,
#h-nav .menu-box .h-nav-sup ul > li > a {
    padding: 1rem 0 1rem 0;
    display: inline-block;
}
#h-nav .menu-box .h-nav-sup > ul.rich > li > a {
    width: calc(40% - 64px);
}
#h-nav .menu-box .h-nav-sup li.container-sub-menu {
    padding: 1.5rem 0 0.5rem 3rem !important;
}
#h-nav .menu-box .h-nav-sup ul.rich li.container-sub-menu {
    padding-left: 5rem !important;
}
#h-nav .menu-box .h-nav-sup li.container-sub-menu > ul {
    padding: 1rem 0 0 0 !important;
}
#h-nav .menu-box .h-nav-sup li.container-sub-menu > ul > li {
    padding: 0 0 0 3rem !important;
}
#h-nav .menu-box .h-nav-sup ul.rich {
    position: relative;
}
#h-nav .menu-box .h-nav-it ul.rich > li.container-sub-menu,
#h-nav .menu-box .h-nav-sup ul.rich > li.container-sub-menu {
    padding: 1.5rem 1rem 1.5rem 3rem !important;
}
#h-nav .menu-box .h-nav-it ul.rich > li,
#h-nav .menu-box .h-nav-sup ul.rich > li {
    padding-right: 1rem !important;
    padding-left: 3rem !important;
}
#h-nav .menu-box .h-nav-sup ul.rich li p {
    width: 35%;
    cursor: pointer;
}
#h-nav .menu-box .nav-lnk,
#h-nav .menu-box .nav-lnk-title,
#h-nav .menu-box .h-nav-sup ul a, 
#h-nav .menu-box .h-nav-sup-sup ul a,
#h-nav .menu-box .h-nav-sup ul li:hover p,
#h-nav .menu-box .h-nav-sup ul li:focus p,
#h-nav .menu-box .h-nav-sup ul li:active p {
    opacity: 1;
}
#h-nav .menu-box .h-nav-sup ul.rich li ul {
    display: none;
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
}
#h-nav .menu-box .h-nav-sup ul.rich li:hover ul,
#h-nav .menu-box .h-nav-sup ul.rich li:focus ul,
#h-nav .menu-box .h-nav-sup ul.rich li:active ul {
    display: block;
    height: 100vh;
    overflow: auto;
}
#h-nav .menu-box .h-nav-it ul > li.container-sub-menu p.nav-lnk-title,
#h-nav .menu-box .h-nav-sup ul > li.container-sub-menu p.nav-lnk-title {
    padding: 0 !important;
    border: none;
    font-size: 24px;
    display: flex !important;
    align-items: center;
    font-weight: normal;
    line-height: normal;
}
#h-nav .menu-box .h-nav-it ul.rich > li.container-sub-menu ul,
#h-nav .menu-box .h-nav-sup ul.rich > li.container-sub-menu ul {
    padding: 3rem 1rem 5rem 4rem !important;
}
#h-nav .menu-box .h-nav-sup ul.rich li.container-sub-menu > ul > li {
    padding: 0 !important;
}
#h-nav .menu-box .h-nav-sup ul > li:hover p::before,
#h-nav .menu-box .h-nav-sup ul > li:focus p::before,
#h-nav .menu-box .h-nav-sup ul > li:active p::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 28px;
    background: #fff;
    margin-right: 11px;
}
#h-nav .menu-box .h-nav-sup ul > li:hover,
#h-nav .menu-box .h-nav-sup ul > li:focus,
#h-nav .menu-box .h-nav-sup ul > li:active,
#h-nav .menu-box .h-nav-sup ul > li.container-sub-menu:hover ul,
#h-nav .menu-box .h-nav-sup ul > li.container-sub-menu:focus ul,
#h-nav .menu-box .h-nav-sup ul > li.container-sub-menu:active ul {
    background-color: #5E89B5;
}
#h-nav .menu-box .h-nav-sup ul li ul li {
    padding: 0;
}
#h-nav .menu-box .h-nav-sup ul.rich li ul li a {
    display: flex;
}

@media (max-width: 991px) {
    #h-nav .menu-box {
        flex-direction: column;
        overflow-x: scroll
    }
    #h-nav .menu-box .h-nav-it {
        padding: 70px 0 2rem 0
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content {
        background: #3badef;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul,
    #h-nav .menu-box .h-nav-sup-sup-content ul {
        list-style-image: url(../img/arrow-right.svg);
        padding-left: 0;
        margin-bottom: 0;
        line-height: 1.67;
        list-style-position: inside
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul li.active,
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul li:hover,
    #h-nav .menu-box .h-nav-sup-sup-content ul li.active,
    #h-nav .menu-box .h-nav-sup-sup-content ul li:hover {
        list-style-image: url(../img/arrow-right-hover.svg)
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul a,
    #h-nav .menu-box .h-nav-sup-sup-content ul a {
        color: var(--white);
        text-decoration: none;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul li.active a,
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul a:hover,
    #h-nav .menu-box .h-nav-sup-sup-content ul li.active a,
    #h-nav .menu-box .h-nav-sup-sup-content ul a:hover {
        opacity: 1;
    }
    #h-nav .menu-box .h-nav-it .nav-lnk {
        padding-left: 3rem;
    }
    #h-nav .menu-box .h-nav-it .nav-lnk:hover,
    #h-nav .menu-box .h-nav-it .nav-lnk:focus,
    #h-nav .menu-box .h-nav-it .nav-lnk.active {
        font-weight: bold;
    }
    #h-nav .menu-box .h-nav-sup-sup-content {
        background: #3badef;
        padding-left: 20px;
    }
    #h-nav .menu-box .h-nav-sup,
    #h-nav .menu-box .h-nav-sup-sup {
        display: none;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content {
        background: #3e72a7;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    #h-nav .menu-box .h-nav-it,
    #h-nav .menu-box .h-nav-sup {
        padding-left: 0;
    }
    #h-nav .menu-box .h-nav-it ul > li > ul > li,
    #h-nav .menu-box .h-nav-sup ul > li > ul > li {
        padding-left: 1.5rem !important;
    }
    #h-nav .menu-box .h-nav-it ul > li > a,
    #h-nav .menu-box .h-nav-sup ul > li > a {
        padding: 0;
        display: inline;
    }
    #h-nav .menu-box .h-nav-it ul > li,
    #h-nav .menu-box .h-nav-sup ul > li {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #h-nav .menu-box .h-nav-it ul.rich > li.container-sub-menu,
    #h-nav .menu-box .h-nav-sup ul.rich > li.container-sub-menu {
        padding: 1.5rem 1rem 0.5rem 3rem !important;
    }
    #h-nav .menu-box .h-nav-it ul > li.container-sub-menu ul,
    #h-nav .menu-box .h-nav-sup ul > li.container-sub-menu ul,
    #h-nav .menu-box .h-nav-it ul.rich > li.container-sub-menu ul,
    #h-nav .menu-box .h-nav-sup ul.rich > li.container-sub-menu ul {
        padding: 1rem 0 0 0 !important;
    }
    #h-nav .menu-box .nav-lnk,
    #h-nav .menu-box .h-nav-sup-content ul li p,
    #h-nav .menu-box .h-nav-sup-content ul li a {
        opacity: 1 !important;
    }
}
@media (min-width: 992px) {
    #h-nav .menu-box .h-nav-it .h-nav-sup-content,
    #h-nav .menu-box .h-nav-sup-sup-content {
        display: none !important;
    }
}
@media (max-width: 500px) {
    #h-nav .menu-box .h-nav-it .h-nav-sup-content .nav-lnk-title {
        font-size: 24px !important;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content .nav-lnk-title {
        font-size: 20px;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul li {
        padding-top: 0;
    }
    #h-nav .menu-box .h-nav-it .h-nav-sup-content ul a {
        font-size: 18px;
    }
}