/*
 * Général
 * -----------------------------
 */

* {
    box-sizing: border-box !important;
}

html {
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden !important;
}

body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #393939;
    line-height: 20px;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f8f8;
}

h1 {
    font-family: 'Heebo', sans-serif;
    font-size: 3.65rem;
    line-height: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 7px;
}

h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.9rem;
    line-height: 2.1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bleu-diff-gp);
    margin-bottom: 25px;
}

h3 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.75rem;
    line-height: 1.9rem;
    font-weight: 800;
    color: var(--bleu-diff-gp);
    margin-bottom: 20px;
}

h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    margin-bottom: 15px;
}

h5 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    margin-bottom: 15px;
}

h6 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

.contenu-utilisateur p {
    text-align: justify;
    margin-bottom: 20px;
}

.contenu-utilisateur p:last-of-type {
    margin-bottom: 0;
}

.contenu-utilisateur a {
    font-weight: 900 !important;
    text-decoration: none;
    color: var(--bleu-diff-gp);
}

.contenu-utilisateur a:hover {
    text-decoration: underline;
}

.contenu-utilisateur strong {
    font-weight: 700;
}

.contenu-utilisateur em {
    font-style: italic;
}

.contenu-utilisateur ul,
.contenu-utilisateur ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.contenu-utilisateur ul:first-child,
.contenu-utilisateur ol:first-child {
    margin-bottom: 5px;
}

.contenu-utilisateur ul li {
    line-height: 1.3rem;
    list-style-type: disc;
    padding-left: 10px;
}

.contenu-utilisateur ul li ul li {
    list-style-type: circle;
}

.contenu-utilisateur ul li ul li ul li {
    list-style-type: square;
}

.contenu-utilisateur ol li {
    line-height: 1.3rem;
    list-style-type: decimal;
    padding-left: 10px;
}

.contenu-utilisateur ol li ol li {
    list-style-type: lower-alpha;
}

.contenu-utilisateur ol li ol li ol li {
    list-style-type: upper-roman;
}

.contenu-utilisateur blockquote {
    display: inline-block;
    width: auto;
    background-color: #ffffff;
    padding: 30px 70px;
    margin-bottom: 26px;
    position: relative;
    border-radius: 10px;
}

.contenu-utilisateur blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 35px;
    color: #c7c7c7;
    position: absolute;
    left: 20px;
    top: 25px;
    opacity: 0.35;
}

.contenu-utilisateur blockquote:after {
    content: '\f10e';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 35px;
    color: #c7c7c7;
    position: absolute;
    right: 20px;
    bottom: 25px;
    opacity: 0.35;
}

.contenu-utilisateur blockquote p {
    width: 100%;
    text-align: center;
    color: #555555;
    font-size: 1.15rem;
    line-height: 1.3rem;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}

.contenu-utilisateur p img.size-full,
.contenu-utilisateur a img.size-full {
    display: inline-block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    border: none !important;
}

.contenu-utilisateur p img.aligncenter,
.contenu-utilisateur a img.aligncenter {
    display: inline-block;
    margin: auto;
}

.contenu-utilisateur p img,
.contenu-utilisateur a img {
    max-width: 100%;
    height: auto;
}

.bkg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bkg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

a.stretched-link {
    display: block;
}

sup, sub {
    font-size: 0.55em !important;
}

.clear {
    clear: both !important;
}

/*
 * Header
 * -----------------------------
 */

header {
    width: 100%;
    height: 110px;
    position: absolute;
    z-index: 900;
}

header.gpf1.live {
    border-top: 5px solid #C42D2D;
}

header.gph.live {
    border-top: 5px solid #86281B;
}

header.gpe.live {
    border-top: 5px solid #00F5FF;
}

header .border-header {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--bleu-diff-gp);
}

header .zone-vague-header {
    width: 100%;
    height: 110px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--bleu-diff-gp);
}

header .zone-vague-header:before {
    content: '';
    width: 3500px;
    height: 110px;
    position: absolute;
    top: 0;
    left: -3500px;
    z-index: 3;
    background-color: var(--bleu-diff-gp);
}

header .zone-vague-header:after {
    content: '';
    width: 103px;
    height: 110px;
    position: absolute;
    top: 0;
    right: -103px;
    z-index: 3;
    background-image: url('../img/img-vague-header-top.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

header .zone-contenu-header {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

header .zone-contenu-header .contenu-header {
    width: 95%;
    max-width: 1280px;
    height: 110px;
}

header .zone-contenu-header .contenu-header .bloc-logos {
    width: 365px;
    height: 110px;
    padding: 15px 30px;
    float: left;
    cursor: pointer;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-acm {
    width: 60px;
    height: 80px;
    float: left;
    position: relative
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-acm:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 5px;
    height: 70px;
    width: 1px;
    background-color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-acm img {
    width: 60px;
    height: 80px;
    display: block;
    border: 0;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-monaco-circuit {
    width: 185px;
    height: 60px;
    float: right;
    padding-top: 10px;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-monaco-circuit img {
    width: 185px;
    height: 60px;
    display: block;
    border: 0;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions {
    position: absolute;
    top: 110px;
    left: 30px;
    width: 340px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions-active {
    visibility: visible;
    opacity: 1;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li {
    position: relative;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #203250;
    border-radius: 5px;
    padding: 0 50px 0 15px;
    font-size: 0.95rem;
    line-height: 1.15rem;
    padding-top: 2px;
    font-weight: 800;
    color: #203250;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li:hover > a {
    background-color: #203250;
    color: #ffffff;
}

header.gpe .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li:hover > a {
    background-color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li > a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #203250;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li > a.out:after {
    content: '\f08e';
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions ul li:hover > a:after {
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop {
    width: calc(100% - 665px);
    height: 110px;
    float: left;
    padding: 25px 0;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li {
    position: relative;
    display: inline-block;
    height: 80px;
    padding: 10px 0;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li > a {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    background-color: var(--bleu-diff-gp);
    border-radius: 5px;
    border: 1px solid var(--bleu-diff-gp);
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li:hover > a,
header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.current_page_parent > a {
    border: 1px solid #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.btn-has-children-billets > a {
    border: 1px solid var(--bleu-diff-gp);
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.menu-item-has-children > a {
    padding: 0 40px 0 20px;
    position: relative;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 16px;
    top: 16px;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.btn-has-children-billets > a {
    background-color: #C42D2D;
}

header.gph .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.btn-has-children-billets > a {
    background-color: #86281B;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.btn-has-children-billets > a {
    background-color: #00F5FF;
    color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul.pre-sale-menu > li.btn-has-children-billets > a,
header.gph .zone-contenu-header .contenu-header .bloc-menu-desktop > ul.pre-sale-menu > li.btn-has-children-billets > a {
    background-color: #C5AB60;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop > ul.pre-sale-menu > li.btn-has-children-billets > a {
    background-color: #00F5FF !important;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.btn-has-children-billets > a:after {
    color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu {
    position: absolute;
    top: 80px;
    width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop > ul > li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li {
    position: relative;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 10px;
    width: 0;
    height: calc(100% - 20px);
    border-left: 2px dotted var(--bleu-diff-gp);
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li:hover:after,
header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat:after {
    border-left: 2px dotted #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li > a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid var(--bleu-diff-gp);
    border-radius: 5px;
    padding: 0 50px 0 65px;
    font-size: 0.95rem;
    line-height: 1.15rem;
    padding-top: 2px;
    font-weight: 800;
    color: var(--bleu-diff-gp);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.pre-sale-menu li ul.sub-menu > li.bt-menu-achat > a {
    background-color: #C5AB60 !important;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.pre-sale-menu li ul.sub-menu > li.bt-menu-achat > a {
    background-color: #00F5FF !important;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a {
    background-color: #C42D2D !important;
    color: #ffffff;
    border: 0;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a {
    background-color: #00F5FF !important;
    color: #203250;
    border: 0;
}

header.gph .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a {
    background-color: #86281B !important;
}

header.gph .zone-contenu-header .contenu-header .bloc-menu-desktop ul#menu-menu-histo-preventes-1 li ul.sub-menu > li.bt-menu-achat > a {
    background-color: #C5AB60 !important;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat:hover > a,
header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:before,
header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:after {
    color: #00005A !important;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat:after {
    border-color: #FFFFFF;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat:after {
    border-color: var(--bleu-diff-gp);
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.pre-sale-menu li ul.sub-menu > li.bt-menu-achat:after {
    border-color: #FFFFFF;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-desktop ul.pre-sale-menu li ul.sub-menu > li.bt-menu-achat:after {
    border-color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li:hover > a {
    background-color: var(--bleu-diff-gp);
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li > a:before {
    content: '\f111';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: var(--bleu-diff-gp);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li:hover > a:before,
header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:before {
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:before {
    content: '\f145';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-pack2 > a:before {
    content: '\e0ef';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-pack3 > a:before {
    content: '\e0f0';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-belvedere > a:before {
    content: '\f1e5';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-loges > a:before {
    content: '\f561';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-presentation > a:before {
    content: '\f11e';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-programme > a:before {
    content: '\f017';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-tarifs > a:before {
    content: '\f153';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-circuit > a:before {
    content: '\f018';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-fanzone > a:before {
    content: '\e1a8';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-faq > a:before {
    content: '\e1e3';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-pmr > a:before {
    content: '\f193';
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li > a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li:hover > a:after,
header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:after {
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop ul.sub-menu > li.bt-menu-achat > a:hover:after {
    right: 15px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile {
    display: none;
}

header .zone-contenu-header .contenu-header .bloc-achat {
    width: 140px;
    height: 110px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .zone-contenu-header .contenu-header .bloc-achat .icone-compte,
header .zone-contenu-header .contenu-header .bloc-achat .icone-panier {
    width: 45px;
    height: 40px;
    margin: 0 5px;
}

header .zone-contenu-header .contenu-header .bloc-achat .icone-compte a,
header .zone-contenu-header .contenu-header .bloc-achat .icone-panier a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding-top: 10px;
    text-decoration: none;
    text-align: center
}

header .zone-contenu-header .contenu-header .bloc-achat .icone-panier a span.nb-tickets {
    font-size: 14px;
    display: inline-block;
    padding-left: 6px;
    font-weight: 500;
}

.bloc-langues {
    width: 160px;
    height: 110px;
    float: left;
}

.bloc-langues > div {
    padding: 0 !important;
}

.bloc-langues ul {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-langues ul li {
    opacity: 0.4;
}

.bloc-langues ul li:hover {
    opacity: 1;
}

.bloc-langues ul li.wpml-ls-current-language {
    opacity: 1;
}

.bloc-langues ul li a {
    display: block;
    padding: 4px 8px;
}

.bloc-langues ul li a img {
    width: 20px;
    height: 20px;
    display: block;
    border: 0;
}

/* End of Header */



/*
 * Content
 * -----------------------------
 */

.banner-homepage,
.banner-page {
    width: 100%;
    height: 550px;
    background-color: #dddddd;
    position: relative;
    margin-bottom: 50px;
}

.banner-page {
    margin-bottom: 10px;
}

.banner-homepage .background-img,
.banner-page .background-img {
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    filter: grayscale(1)
}

.banner-homepage .background-overlay,
.banner-page .background-overlay {
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #203250;
    opacity: 0.85;
}

.gpe .banner-homepage .background-overlay,
.gpe .banner-page .background-overlay {
    background: transparent linear-gradient(90deg, #00005A 0%, #0000FF 50%, #00F5FF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
}

.banner-page,
.banner-page .background-img,
.banner-page .background-overlay,
.banner-page .zone-content {
    height: 350px !important;
}

.banner-homepage .zone-vague,
.banner-page .zone-vague {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 210px;
    width: 100%;
}

.banner-page .zone-vague {
    height: 105px;
}

.banner-homepage .zone-vague .img-vague,
.banner-page .zone-vague .img-vague {
    position: relative;
    left: 50%;
    top: 0;
    width: 241px;
    height: 220px;
    background-image: url('../img/img-vague-banner-bottom.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-page .zone-vague .img-vague {
    margin-left: 200px;
}

.banner-page .zone-vague .img-vague {
    width: 120px;
    height: 110px;
}

.banner-homepage .zone-vague .img-vague:before,
.banner-page .zone-vague .img-vague:before {
    content: '';
    position: absolute;
    left: -3500px;
    bottom: 0;
    width: 3500px;
    height: 20px;
    background-color: #f8f8f8;
    z-index: 2;
}

.banner-page .zone-vague .img-vague:before {
    height: 10px;
}

.banner-homepage .zone-vague .img-vague:after,
.banner-page .zone-vague .img-vague:after {
    content: '';
    position: absolute;
    right: -3499px;
    top: 0;
    width: 3500px;
    height: 220px;
    background-color: #f8f8f8;
    z-index: 2;
}

.banner-page .zone-vague .img-vague:after {
    height: 110px;
}

.banner-homepage .zone-content,
.banner-page .zone-content {
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    padding-top: 110px;
}

.banner-homepage .zone-content .zone-texte,
.banner-page .zone-content .zone-texte {
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
}

.banner-page .zone-content .zone-texte {
    height: 240px;
}

.banner-homepage .zone-texte .zone-logo {
    display: none;
}

.banner-homepage .zone-content .zone-texte .bt-changement-evenement {
	position: absolute;
	top: 150px;
	background-color: #f8f8f8;
	border-radius: 5px;
    display: none;
}

.banner-homepage .zone-content .zone-texte .bt-changement-evenement button {
	padding: 10px 12px 8px 12px;
	display: block;
	color: #203250;
	text-decoration: none;
	background: none;
	border: none;
	font-weight: 600;
	font-size: 1.1rem;
}

.banner-homepage .zone-content .zone-texte .bt-changement-evenement ul.dropdown-menu {
	background-color: #f8f8f8;
	border-radius: 5px;
}
.banner-homepage .zone-content .zone-texte .bt-changement-evenement ul.dropdown-menu li {
	padding: 0 5px;
}

.banner-homepage .zone-content .zone-texte .bt-changement-evenement ul.dropdown-menu li button {
	background-color: #f8f8f8;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 500;
	-webkit-transition: all 0.08s ease;
	-moz-transition: all 0.08s ease;
	-o-transition: all 0.08s ease;
	transition: all 0.08s ease;
}

.banner-homepage .zone-content .zone-texte .bt-changement-evenement ul.dropdown-menu li button:hover {
	background-color: #C42D2D;
	color: #ffffff;
}

.gph .banner-homepage .zone-content .zone-texte .bt-changement-evenement ul.dropdown-menu li button:hover {
    background-color: #86281B;
}

.banner-homepage .zone-content .zone-texte h2,
.banner-page .zone-content .zone-texte h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

.banner-homepage .zone-content .zone-texte h3,
.banner-page .zone-content .zone-texte h3 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 22px;
}

.banner-page .zone-content .zone-texte h2 {
    margin-bottom: 0;
}

.banner-homepage .zone-content .zone-texte .titre-acm {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 7px;
    display: inline-block;
}

.banner-homepage .zone-content .zone-texte .intro {
    font-size: 1.1rem;
    line-height: 1.35rem;
    color: #ffffff;
    font-weight: 400;
}

.banner-homepage .zone-logo {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-homepage .zone-logo img {
    max-width: 260px;
    max-height: 100px;
    display: block;
    border: 0;
}

.banner-homepage .zone-countdown {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 340px;
    width: 100%;
    height: 200px;
    padding-top: 20px;
}

.banner-homepage .zone-countdown .box-countdown {
    width: 400px;
    height: 160px;
}

.banner-homepage .zone-countdown .box-countdown .countdown {
    width: 100%;
    height: 110px;
    padding-top: 35px;
    border-bottom: 1px solid #c7c7c7;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part {
    width: 25%;
    float: left;
    position: relative;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part:after {
    content: '•';
    position: absolute;
    right: -4px;
    top: 2px;
    font-size: 25px;
}

.gpe .banner-homepage .zone-countdown .box-countdown .countdown .part:after {
    color: #00005A;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part:last-of-type:after {
    display: none;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part .number {
    text-align: center;
    font-weight: 400;
    font-size: 3.35rem;
    margin-bottom: 20px;
    color: var(--bleu-diff-gp);
}

.banner-homepage .zone-countdown .box-countdown .countdown .part .label {
    text-align: center;
    font-weight: 500;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--bleu-diff-gp);
}

.banner-homepage .zone-countdown .box-countdown .text-countdown {
    text-align: center;
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.05rem;
    color: var(--bleu-diff-gp);
    margin-top: 15px;
}

.banner-homepage .zone-link-acm {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 340px;
    width: 100%;
    height: 200px;
    padding-top: 20px;
}

.banner-homepage .zone-link-acm .box-link-acm {
    width: 400px;
    height: 160px;
    padding: 15px 0;
    position: relative;
}

.banner-homepage .zone-link-acm .box-link-acm:after {
    content: '';
    width: calc(100% + 100px);
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: -100px;
    background-color: #E2E4E7
}

.banner-homepage .zone-link-acm .box-link-acm .titre {
    width: 100%;
    margin-bottom: 12px;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--bleu-diff-gp);
}

.banner-homepage .zone-link-acm .box-link-acm .titre.live {
    color: #C42D2D;
}

.gph .banner-homepage .zone-link-acm .box-link-acm .titre.live {
    color: #86281B;
}

.gpe .banner-homepage .zone-link-acm .box-link-acm .titre.live {
    color: #00005A;
}

.banner-homepage .zone-link-acm .box-link-acm .texte {
    width: 100%;
    margin-bottom: 22px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bleu-diff-gp);
}

.banner-homepage .zone-link-acm .box-link-acm .cta a {
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: var(--bleu-diff-gp);
    border-radius: 5px;
    padding: 0 50px 3px 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-top: 3px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.banner-homepage .zone-link-acm .box-link-acm .cta a i {
    display: inline-block;
    width: 80px;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: -1px
}

.banner-homepage .zone-link-acm .box-link-acm .cta a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 14px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.banner-homepage .zone-link-acm .box-link-acm .cta a:hover:after {
    right: 20px;
}

.box-billets-homepage,
.box-full-post-homepage {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.06);
}

.gpe .box-billets-homepage,
.gpe .box-full-post-homepage {
    background-color: #00005A;
}

.box-billets-homepage .zone-photo-video,
.box-full-post-homepage .zone-photo-video {
    width: 100%;
    height: 100%;
    background-color: var(--bleu-diff-gp);
    border-radius: 10px;
}

.box-billets-homepage .zone-photo-video img,
.box-full-post-homepage .zone-photo-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box-billets-homepage .zone-photo-video iframe,
.box-full-post-homepage .zone-photo-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.box-billets-homepage .content-box-billets-homepage,
.box-full-post-homepage .content-box-full-post-homepage {
    padding: 15px 40px;
    position: relative;
}

.box-billets-homepage.presale .content-box-billets-homepage {
    height: 280px;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes {
    width: 100%;
    height: 160px;
    padding-top: 8px;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event {
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #203250;
    margin-bottom: 15px;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event {
    color: #FFFFFF;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event span.titre-presale {
    color: #C5AB60;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event span.titre-presale {
    color: #00F5FF;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes .date-event {
    font-size: 1.35rem;
    line-height: 1.55rem;
    font-weight: 700;
    color: #747D86;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-textes .date-event {
    color: #FFFFFF;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-textes .date-event {
    font-size: 1.15rem;
    line-height: 1.35rem;
    font-weight: 500;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta {
    width: 100%;
    height: auto;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-cta {
    width: calc(100% - 80px);
    height: auto;
    position: absolute;
    bottom: 0;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets {
    width: 100%;
    height: 85px;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a {
    width: 100%;
    min-width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 50px 0 0;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-top: 2px;
    font-weight: 800;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a {
    background-color: #00F5FF;
    color: #00005A;
}

.gph .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a,
.gph .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a {
    background-color: #86281B;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-cta .cta-billets a {
    background-color: #C5AB60;
}

.gpe .box-billets-homepage.presale .content-box-billets-homepage .zone-cta .cta-billets a {
    background-color: #00F5FF;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a.no-more-tickets,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets {
    background-color: #F8F8F8 !important;
    color: #C7C7C7 !important;
    border: 1px solid #C7C7C7 !important;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a,
.gph .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a {
    background-color: #ffffff;
    color: #203250;
    border: 1px solid #203250;
    margin-bottom: 10px;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a {
    color: #00005A;
    border: 1px solid #00005A;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover,
.gph .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover {
    background-color: #203250;
    color: #ffffff;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover {
    background-color: #00005A;
    border: 1px solid #FFFFFF;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a i,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a i {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -1px
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a:before,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:before {
    content: '';
    position: absolute;
    left: 55px;
    top: 10px;
    width: 0;
    height: calc(100% - 20px);
    border-left: 3px dotted #ffffff;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a:before,
.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:before {
    border-left: 3px dotted #00005A;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a.no-more-tickets:before,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets:before {
    border-left: 3px dotted #C7C7C7 !important;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover:before {
    border-left: 3px dotted #ffffff;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:before {
    border-left: 3px dotted #203250;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a:after,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 21px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a:after,
.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:after {
    color: #00005A;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a.no-more-tickets:after,
.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets:after {
    color: #C7C7C7 !important;
    right: 25px !important;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-billets a:hover:after {
    right: 20px;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover:after {
    right: 20px;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:after {
    color: #203250;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:after {
    color: #00005A;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a:hover:after {
    color: #ffffff;
}

.box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets span {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -10px;
    border-radius: 5px;
    height: 20px;
    background-color: #C42D2D;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 10px 0 10px;
    font-size: 0.8rem;
}

.gph .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets span {
    background-color: #86281B;
}

.gpe .box-billets-homepage .content-box-billets-homepage .zone-cta .cta-options a.no-more-tickets span {
    background-color: #00F5FF;
}

.box-full-post-homepage .content-box-full-post-homepage .zone-textes {
    margin-bottom: 25px;
}

.gpe .box-full-post-homepage .content-box-full-post-homepage .zone-textes {
    color: #FFFFFF;
}

.box-full-post-homepage .content-box-full-post-homepage .zone-textes .titre {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #203250;
    margin-bottom: 15px;
}

.gpe .box-full-post-homepage .content-box-full-post-homepage .zone-textes .titre {
    color: #FFFFFF;
}

.box-full-post-homepage .content-box-full-post-homepage .cta a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid var(--bleu-diff-gp);
    padding: 3px 50px 0 0;
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--bleu-diff-gp);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gpe .box-full-post-homepage .content-box-full-post-homepage .cta a {
    background-color: #00F5FF;
}

.box-full-post-homepage .content-box-full-post-homepage .cta a i {
    display: inline-block;
    width: 70px;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -1px
}

.box-full-post-homepage .content-box-full-post-homepage .cta a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 25px;
    top: 21px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.box-full-post-homepage .content-box-full-post-homepage .cta a:hover:after {
    right: 20px;
}

.modal-homepage .modal-content {
    padding: 35px 30px;
}

.modal-homepage .modal-content button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.modal-homepage .modal-content .logo {
    width: 100%;
    height: 80px;
    margin-bottom: 50px;
}

.modal-homepage .modal-content .logo img {
    width: 305px;
    height: 80px;
    margin: 0 auto;
    display: block;
    border: 0;
}

.modal-homepage .modal-content .texte .titre {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 900;
    color: #C42D2D;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
}

.gph .modal-homepage .modal-content .texte .titre {
    color: #86281B;
}

.gpe .modal-homepage .modal-content .texte .titre {
    color: #00F5FF;
}

.modal-homepage .modal-content .texte .info {
    font-weight: 400;
    color: var(--bleu-diff-gp);
}

.modal-homepage .modal-content .email input {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
}

.modal-homepage .modal-content .email input[type="submit"] {
    width: 100%;
    border: 0;
    background-color: var(--bleu-diff-gp);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

.modal-homepage .modal-content p.cgv {
    font-weight: 400;
    color: #747D86;
    font-style: italic;
    font-size: 0.85rem;
    line-height: 1.05rem;
}

.zone-hospitalite-homepage {
    width: 100%;
    min-height: 460px;
    padding: 60px 0;
}

.gpe .zone-hospitalite-homepage {
    position: relative;
}

.gpe .zone-hospitalite-homepage:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #00005A 0%, #0000FF 50%, #00F5FF 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: screen;
    opacity: 0.35;
}

.zone-hospitalite-homepage .box-hospitalite-homepage {
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--bleu-diff-gp)
}

.zone-hospitalite-homepage .box-hospitalite-homepage .titre {
    font-family: 'Heebo', sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .image {
    margin-bottom: 20px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .image img {
    display: block;
    max-width: 100%;
    height: 280px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .texte {
    text-align: justify;
    color: #ffffff;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta {
    margin-top: 20px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 50px 0 0;
    font-size: 1.15rem;
    line-height: 1.15rem;
    padding-top: 3px;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gph .zone-hospitalite-homepage .box-hospitalite-homepage .cta a {
    background-color: #86281B;
}

.gpe .zone-hospitalite-homepage .box-hospitalite-homepage .cta a {
    background-color: #00F5FF;
    color: #00005A;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a i {
    display: inline-block;
    width: 70px;
    margin-right: 20px;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -1px
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 10px;
    width: 0;
    height: calc(100% - 20px);
    border-left: 3px dotted #ffffff;
}

.gpe .zone-hospitalite-homepage .box-hospitalite-homepage .cta a:before {
    border-left: 3px dotted #00005A;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 21px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gpe .zone-hospitalite-homepage .box-hospitalite-homepage .cta a:after {
    color: #00005A;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a:hover:after {
    right: 20px;
}

.zone-box-liens-homepage {
    width: 100%;
    padding: 60px 0;
    background-color: var(--bleu-diff-gp);
    position: relative;
    margin-bottom: 170px;
}

.zone-box-liens-homepage .vague-top-box-liens-homepage {
    width: 140px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: -110px;
    margin-left: -280px;
}

.zone-box-liens-homepage .vague-top-box-liens-homepage:before {
    content: '';
    width: 3500px;
    height: 120px;
    background-color: var(--bleu-diff-gp);
    position: absolute;
    left: -3500px;
    top: 0;
}

.zone-box-liens-homepage .vague-top-box-liens-homepage:after {
    content: '';
    width: 140px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/img-vague-zone-liens.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.zone-box-liens-homepage .box-lien-homepage {
    width: 100%;
    height: auto;
    position: relative;
}

.zone-box-liens-homepage .box-lien-homepage .titre {
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.zone-box-liens-homepage .box-lien-homepage .image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.zone-box-liens-homepage .box-lien-homepage .image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.zone-box-liens-homepage .box-lien-homepage .lien {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 800;
    padding: 0 40px 0 40px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    position: relative;
}

.zone-box-liens-homepage .box-lien-homepage .lien:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.zone-box-liens-homepage .box-lien-homepage .lien:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: -1px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.zone-box-liens-homepage .box-lien-homepage:hover .lien:after {
    right: 15px;
}

.zone-box-liens-homepage .vague-bottom-box-liens-homepage {
    width: 140px;
    height: 120px;
    position: absolute;
    right: 50%;
    bottom: -110px;
    margin-right: -280px;
}

.zone-box-liens-homepage .vague-bottom-box-liens-homepage:before {
    content: '';
    width: 3500px;
    height: 120px;
    background-color: var(--bleu-diff-gp);
    position: absolute;
    right: -3500px;
    top: 0;
}

.zone-box-liens-homepage .vague-bottom-box-liens-homepage:after {
    content: '';
    width: 140px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../img/img-vague-zone-liens.svg');
    background-position: center center;
    background-repeat: no-repeat;
    rotate: 180deg;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage {
    position: absolute;
    bottom: -110px;
    width: 100%;
    height: 110px;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    border-bottom: 1px solid #C7C7C7;
    padding-top: 5px;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help span {
    color: #203250;
    font-weight: 600;
    text-transform: uppercase
}

.gpe .zone-box-liens-homepage .zone-help-box-liens-homepage .content-help span {
    color: #00005A;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help span.espace {
    display: inline-block;
    margin: 0 15px;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help a {
    color: var(--bleu-diff-gp);
    text-decoration: none;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help a.link {
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help a i {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumb {
    margin-bottom: 35px;
}

.breadcrumb p {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #747D86;
    font-weight: 400;
}

.breadcrumb p a {
    color: var(--bleu-diff-gp);
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb p span {
    display: inline-block;
    margin: 0 5px;
}

.content-pages {
    margin-bottom: 60px;
}

.background-page {
    width: 100%;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
}

.background-page a.cta {
    width: auto;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-size: 1.15rem;
    line-height: 1.15rem;
    padding-top: 3px;
    font-weight: 800 !important;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 25px auto 0 auto;
}

.gph .background-page a.cta {
    background-color: #86281B;
}

.gpe .background-page a.cta {
    background-color: #00f5ff;
    color: #00005A;
}

.content-pages .module-texte {
    margin-bottom: 45px;
}

.content-pages .module-texte .padding-module-texte,
.content-pages .module-texte .padding-module-form {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.content-pages .module-texte .padding-module-form .part-form {
    margin: 40px 0 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.content-pages .module-texte .padding-module-form .part-form h3 {
    margin-bottom: 35px;
}

.content-pages .module-texte .padding-module-form .part-form .check-radio-group {
    margin-bottom: 20px;
}

.content-pages .module-texte .padding-module-form .part-form label,
.content-pages .module-texte .padding-module-form .part-form span.span-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: #203250;
}

.content-pages .module-texte .padding-module-form .part-form input {
    margin-bottom: 15px;
}

.content-pages .module-texte .padding-module-form .part-form input[type="submit"] {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #203250;
    border-radius: 5px;
    padding: 2px 50px 0 15px;
    margin-top: 50px;
    font-size: 0.95rem;
    line-height: 1.15rem;
    font-weight: 800;
    color: #203250;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.content-pages .module-texte .padding-module-form .part-form input[type="submit"]:hover {
    background-color: #203250;
    color: #ffffff;
}

.content-pages .module-video,
.content-pages .module-programme {
    margin-bottom: 65px;
}

.content-pages .module-documents {
    margin-bottom: 65px;
}

.content-pages .module-documents .box-document {
    width: 100%;
    height: 60px;
    position: relative;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.content-pages .module-documents .box-document:hover {
    border: 1px solid var(--bleu-diff-gp);
}

.content-pages .module-documents .box-document:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 28px;
    width: calc(100% - 140px);
    height: 1px;
    border-bottom: 3px dotted #C7C7C7;
}

.content-pages .module-documents .box-document .icone-doc {
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-pages .module-documents .box-document .icone-doc i {
    font-size: 26px;
    color: var(--bleu-diff-gp)
}

.content-pages .module-documents .box-document .titre-doc {
    max-width: calc(100% - 80px);
    height: 40px;
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 20px 0 15px;
    position: relative;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    color: var(--bleu-diff-gp);
    background-color: #ffffff;
}

.content-pages .module-documents .box-document .icone-download {
    width: 40px;
    height: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-pages .module-documents .box-document .icone-download i {
    font-size: 26px;
    color: var(--bleu-diff-gp)
}

.content-pages .module-images {
    margin-bottom: 36px;
}

.content-pages .module-images .slide {
    padding: 0 12px;
    margin-bottom: 24px;
}

.content-pages .module-images .slide .image {
    width: 100%;
    height: 280px;
    cursor: pointer
}

.content-pages .module-images .slick-prev,
.content-pages .module-images .slick-next {
    margin-top: -20px;
}

.content-pages .module-images .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: var(--bleu-diff-gp);
    position: absolute;
    left: 5px;
    top: 0;
}

.content-pages .module-images .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 5px;
    top: 0;
}

.content-pages .module-video .video {
    width: 100%;
    height: auto;
    padding: 65px;
    background-color: #ffffff;
    border-radius: 20px;
}

.content-pages .module-video .video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.content-pages .module-programme .programme {
    width: 100%;
    height: auto;
    padding: 65px;
    background-color: #ffffff;
    border-radius: 20px;
}

.content-pages .module-programme .programme .box-accordeon {
    margin-bottom: 20px;
}

.content-pages .module-programme .programme .box-accordeon .bt-accordeon {
    padding: 18px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: var(--bleu-diff-gp);
    border-radius: 5px;
    border: 1px solid var(--bleu-diff-gp);
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-pages .module-programme .programme .box-accordeon .bt-accordeon:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    right: 20px;
    top: 18px;
    position: absolute;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line {
    padding: 15px;
    color: #747d86;
    font-weight: 600;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line:nth-child(even) {
    background-color: #f8f8f8;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line .left {
    width: 160px;
    height: 40px;
    float: left;
    padding-right: 20px;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line .right {
    width: calc(100% - 160px);
    height: 40px;
    float: right;
    padding-left: 20px;
    border-left: 2px solid #747d86;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line.important {
    color: var(--bleu-diff-gp) !important;
    font-weight: 800 !important;
}

.content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line.live {
    color: #FFF !important;
    background-color: #C03134 !important;
    font-weight: 800 !important;
}

.gph .content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line.live {
    background-color: #86281B !important;
}

.gpe .content-pages .module-programme .programme .box-accordeon .contenu-accordeon .table-line.live {
    color: #00005A !important;
    background-color: #00f5ff !important;
}

.contenu-droite .module-contenu-droite {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.contenu-droite .module-contenu-droite p iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.contenu-droite .module-contenu-droite.module-the-title {
    background-color: var(--bleu-diff-gp);
    padding: 0 30px;
    height: 75px;
    margin-bottom: 0 !important;
    border-left: 10px solid #bac0c6;
}

.contenu-droite .module-contenu-droite.module-the-title .part-title {
    float: left;
    width: calc(100% - 305px);
    min-height: 75px;
    display: flex;
    align-items: center;
}

.contenu-droite .module-contenu-droite.module-the-title.box-details-actualite .part-title {
    width: 100%;
}

.contenu-droite .module-contenu-droite.module-the-title .part-title h1 {
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #ffffff;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown {
    float: right;
    width: 305px;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .parent {
    position: relative;
    color: #fff;
    width: 100%;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .parent i {
    display: inline-block;
    width: 25px;
    margin-right: 15px;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .parent:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-decoration: inherit;
    font-size: 18px;
    right: 0;
    top: 0;
    position: absolute;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .bloc-enfants {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 75px;
    background-color: #ffffff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    z-index: 9;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown:hover .bloc-enfants {
    display: block;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .bloc-enfants ul {
    padding: 20px;
}

.contenu-droite .module-contenu-droite.module-the-title .part-menu-dropdown .bloc-enfants ul li {
    padding-left: 10px;
    list-style: none;
}

.contenu-droite .programme .box-accordeon {
    margin-bottom: 30px;
}

.contenu-droite .programme .box-accordeon .bt-accordeon {
    padding: 18px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: 600;
    color: var(--bleu-diff-gp);
    border: 1px solid #bac0c6;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contenu-droite .programme .box-accordeon .bt-accordeon:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    right: 20px;
    top: 18px;
    position: absolute;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line {
    padding: 15px;
    color: #747d86;
    font-weight: 600;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line:nth-child(even) {
    background-color: #f8f8f8;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .left {
    width: 160px;
    height: 40px;
    float: left;
    padding-right: 20px;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .right {
    width: calc(100% - 160px);
    height: 40px;
    float: right;
    padding-left: 20px;
    border-left: 2px solid #747d86;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line.important {
    color: var(--bleu-diff-gp) !important;
    font-weight: 800 !important;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line.live {
    color: #FFF !important;
    background-color: #C03134 !important;
    font-weight: 800 !important;
}

.gph .contenu-droite .programme .box-accordeon .contenu-accordeon .table-line.live {
    background-color: #86281B !important;
}

.gpe .contenu-droite .programme .box-accordeon .contenu-accordeon .table-line.live {
    background-color: #00F5FF !important;
}

.contenu-droite .villes-depart .box-accordeon {
    margin-bottom: 30px;
}

.contenu-droite .villes-depart .box-accordeon .bt-accordeon {
    padding: 18px 35px 18px 18px;
    font-size: 1.15rem;
    line-height: 1.2rem;
    font-weight: 800;
    color: var(--bleu-diff-gp);
    background-color: #f2f2f2;
    border: 0;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contenu-droite .villes-depart .box-accordeon .bt-accordeon:after {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    right: 20px;
    top: 18px;
    position: absolute;
}

.contenu-droite .villes-depart .box-accordeon .contenu-accordeon {
    padding: 22px 18px 18px 18px;
}

.contenu-droite .share {
    font-size: 1.15rem;
    color: #747d86;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right;
}

.contenu-droite .share a {
    display: inline-block;
    margin-left: 15px;
    color: var(--bleu-diff-gp);
    font-size: 1.3rem;
}

.contenu-droite .documents select,
.contenu-droite .documents input {
    text-transform: uppercase;
    font-size: 0.85rem;
    color: var(--bleu-diff-gp) !important;
    margin-bottom: 20px;
}

.contenu-droite .documents .border-engages {
    width: 100%;
    height: 1px;
    background-color: #bac0c6;
    margin-bottom: 20px;
}

.contenu-droite .documents .box-document {
    padding: 20px 80px 15px 20px;
    position: relative;
}

.contenu-droite .documents .box-document:after {
    content: "\f019";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    color: var(--bleu-diff-gp);
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 28px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.contenu-droite .documents .box-document:hover:after {
    margin-top: -12px;
}

.contenu-droite .documents .box-document:nth-child(odd) {
    background-color: #f8f8f8;
}

.contenu-droite .documents .box-document .date {
    font-size: 0.9rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #747d86;
    margin-bottom: 8px;
    position: relative;
}

.contenu-droite .documents .box-document.new-doc .date {
    padding-left: 60px;
}

.contenu-droite .documents .box-document.new-doc .date:before {
    content: 'New';
    font-family: 'Heebo', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    text-decoration: inherit;
    position: absolute;
    font-size: 12px;
    left: -6px;
    top: -5px;
    background-color: #c42d2d;
    padding: 3px 14px;
    border-radius: 3px;
}

.gph .contenu-droite .documents .box-document.new-doc .date:before {
    background-color: #86281B;
}

.gpe .contenu-droite .documents .box-document.new-doc .date:before {
    background-color: #0000ff;
}

.contenu-droite .documents .box-document .titre {
    font-size: 1.05rem;
    line-height: 1.15rem;
    font-weight: 900;
    color: var(--bleu-diff-gp);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contenu-droite .documents .box-document span.tag {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--bleu-diff-gp);
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 9px;
    border-radius: 4px;
}

.contenu-droite .images {
    padding-bottom: 10px;
}

.contenu-droite .images a.vignette {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    cursor: pointer;
}

.contenu-droite .galeries-images {
    padding-bottom: 25px;
}

.contenu-droite .galeries-images .galerie h4 {
    padding-left: 15px;
}

.contenu-droite .galeries-images .padding-slide {
    padding: 0 15px;
}

.contenu-droite .galeries-images .slider-galerie-image {
    margin-bottom: 30px;
}

.contenu-droite .galeries-images .padding-slide a.vignette {
    display: block;
    width: 100%;
    height: 180px;
    cursor: pointer;
}

.contenu-droite .galeries-images .slider-galerie-image button.slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
}

.contenu-droite .galeries-images .slider-galerie-image .slick-next {
    right: -15px !important;
    top: 45%;
}

.contenu-droite .galeries-images .slider-galerie-image .slick-prev {
    left: -15px !important;
    top: 45%;
}

.contenu-droite .galeries-images .slider-galerie-image .slick-next:before,
.contenu-droite .galeries-images .slider-galerie-image .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 500;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: var(--bleu-diff-gp);
    opacity: 1 !important;
}

.contenu-droite .galeries-images .slider-galerie-image .slick-next:before {
    content: '\f105';
}

.contenu-droite .videos .box-video {
    width: 100%;
    margin-bottom: 30px;
}

.contenu-droite .videos .box-video .video {
    width: 100%;
    height: 242px;
}

.contenu-droite .videos .box-video .video iframe {
    width: 100%;
    height: 100%;
}

.contenu-droite .videos .box-video .legende {
    height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #bac0c6;
}




/* End of Content */



/*
 * Prehome
 * -----------------------------
 */

.prehome {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.prehome .zone-header {
    position: absolute;
    width: calc(100vw - 40px);
    height: 110px;
    top: 20px;
    left: 20px;
    background-color: var(--bleu-diff-gp);
    border-radius: 8px;
    z-index: 4;
}

.prehome .zone-header .bloc-logos {
    width: 365px;
    height: 110px;
    padding: 15px 30px;
    float: left;
}

.prehome .zone-header .bloc-logos .logo-acm {
    width: 60px;
    height: 80px;
    float: left;
    position: relative
}

.prehome .zone-header .bloc-logos .logo-acm:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 5px;
    height: 70px;
    width: 1px;
    background-color: #ffffff;
}

.prehome .zone-header .bloc-logos .logo-acm img {
    width: 60px;
    height: 80px;
    display: block;
    border: 0;
}

.prehome .zone-header .bloc-logos .logo-monaco-circuit {
    width: 185px;
    height: 60px;
    float: right;
    padding-top: 10px;
}

.prehome .zone-header .bloc-logos .logo-monaco-circuit img {
    width: 185px;
    height: 60px;
    display: block;
    border: 0;
}

.prehome .zone-header .bloc-texte {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
}

.prehome .zone-header .bloc-texte .titre {
    font-size: 1.35rem;
    line-height: 1.5rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding-top: 2px;
}

.prehome .zone-header .bloc-social {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.prehome .zone-header .bloc-social ul li {
    display: inline-block;
    padding: 0 6px;
    margin: 0 7px;
}

.prehome .zone-header .bloc-social ul li a {
    font-size: 18px;
    color: #ffffff;
}

.prehome .zone-header .bloc-langues {
    width: 160px;
    height: 110px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prehome .zone-header .bloc-langues > div {
    padding: 0 !important;
}

.prehome .zone-acces {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.prehome .zone-acces .acces {
    height: 100%;
    flex: 1;
    position: relative;
}

.prehome .zone-acces .acces.acces-gauche {
    left: 0;
}

.prehome .zone-acces .acces.acces-droite {
    right: 0;
}

.prehome .zone-acces .acces .background-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    filter: grayscale(1)
}

.prehome .zone-acces .acces .background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--bleu-diff-gp);
    opacity: 0.8;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.prehome .zone-acces .acces:hover .background-overlay {
    opacity: 0.65;
}

.prehome .zone-acces .acces .zone-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prehome .zone-acces .acces .zone-content .box-content {
    width: 460px;
}

.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve {
    width: 460px;
    text-align: center;
}

.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve img {
    max-width: 460px;
    max-height: 155px;
    display: block;
    border: 0;
    margin: 0 auto;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve {
    width: 300px;
    height: 0px;
    margin-left: 80px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.prehome .zone-acces .acces:hover .zone-content .box-content .texte-epreuve {
    height: 230px;
    opacity: 1;
    visibility: visible;
}

/* .prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .titre {
    font-size: 1.65rem;
    line-height: 1.6rem;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
} */

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .description {
    margin-bottom: 30px;
    font-size: 1.15rem;
    line-height: 1.35rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .cta a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 50px 0 30px;
    font-size: 1.1rem;
    line-height: 1.15rem;
    padding-top: 3px;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .cta a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 21px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .cta a:hover:after {
    right: 20px;
}

.prehome .zone-acces .acces .zone-prevente-membres {
    width: 355px;
    height: 180px;
    background-color: rgba(32,50,80,0.5);
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    bottom: 200px;
    z-index: 4;
    padding: 20px 25px 25px 35px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.prehome .zone-acces .acces .zone-prevente-membres:before {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #C5AB60;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.prehome .zone-acces .acces:hover .zone-prevente-membres {
    background-color: rgba(32,50,80,1);
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-titre {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-texte {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1.2rem;
    color: #ffffff;
    font-weight: 400;
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-cta {
    width: calc(100% - 60px);
    height: 60px;
    display: block;
    position: absolute;
    left: 35px;
    bottom: 25px;
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-cta a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #C5AB60;
    border-radius: 5px;
    padding: 0 50px 0 35px;
    font-size: 1.1rem;
    line-height: 1.15rem;
    padding-top: 3px;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-cta a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 21px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.prehome .zone-acces .acces .zone-prevente-membres .zone-cta a:hover:after {
    right: 20px;
}

/* End of Prehome */


/*
 * Modules
 * -----------------------------
 */
.module-espace-petit {
    width: 100%;
    height: 40px;
}

.module-espace-grand {
    width: 100%;
    height: 100px;
}

.module-espace-modulable {
    width: 100%;
}

/* End of Modules */


/*
 * Footer
 * -----------------------------
 */

.zone-reseaux-sociaux {
    width: 100%;
    margin-bottom: 30px;
}

.zone-reseaux-sociaux .box-reseau {
    width: 100%;
    height: 480px;
    margin-bottom: 30px;
}

.zone-reseaux-sociaux .box-reseau .zone-titre {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.zone-reseaux-sociaux .box-reseau.box-facebook .zone-titre {
    background-color: #435F96;
    color: #ffffff;
}

.zone-reseaux-sociaux .box-reseau.box-twitter .zone-titre {
    background-color: #599ACE;
    color: #ffffff;
}

.zone-reseaux-sociaux .box-reseau .zone-titre .icone {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    float: left;
}

.zone-reseaux-sociaux .box-reseau .zone-titre .lien {
    width: calc(100% - 80px);
    height: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
    float: right;
    padding-right: 50px;
    position: relative;
}

.zone-reseaux-sociaux .box-reseau .zone-titre .lien:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 30px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.zone-reseaux-sociaux .box-reseau.box-instagram .zone-titre .lien:after {
    color: #393939;
}

.zone-reseaux-sociaux .box-reseau .zone-titre:hover .lien:after {
    right: 15px;
}

.zone-reseaux-sociaux .box-reseau .zone-feed {
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
}

.zone-acces-rapides {
    width: 100%;
    margin-bottom: 30px;
}

.zone-acces-rapides .box-acces-rapide {
    width: 100%;
    height: 150px;
    background-color: var(--bleu-diff-gp);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.zone-acces-rapides .box-acces-rapide:hover {
    padding-top: 25px;
}

.zone-acces-rapides .box-acces-rapide:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: #C42D2D;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gph .zone-acces-rapides .box-acces-rapide:after {
    background-color: #86281B;
}

.gpe .zone-acces-rapides .box-acces-rapide:after {
    background-color: #0000ff;
}

.zone-acces-rapides .box-acces-rapide .icone {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
}

.zone-acces-rapides .box-acces-rapide .titre {
    width: 100%;
    height: 55px;
    font-size: 1.35rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zone-social {
    width: 100%;
    height: auto;
}

.zone-social .titre-social {
    width: 600px;
    height: 40px;
    background-color: var(--bleu-diff-gp);
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.35rem;
    text-align: center;
    text-transform: uppercase;
}

.zone-social .titre-social:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background-color: var(--bleu-diff-gp);
}

.zone-social .banner-social {
    width: 100%;
    height: 100px;
    padding-top: 15px;
    background-color: #c42d2d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gph .zone-social .banner-social {
    background-color: #86281B;
}

.gpe .zone-social .banner-social {
    background-color: #0000ff;
}

.zone-social .banner-social ul li {
    display: inline-block;
}

.zone-social .banner-social a {
    display: inline-block;
    padding: 0 15px;
    margin: 0 10px;
    color: #ffffff;
    font-size: 28px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.zone-social .banner-social a:hover {
    top: -3px;
}

.zone-social .banner-instagram {
    width: 100%;
    height: auto;
    padding-top: 5px;
    background-color: #bac0c6;
}

/* __ Connexion */

.connexion {
    padding-top: 140px;
}

.connexion .part-connexion,
.connexion .part-creation-compte {
    width: 100%;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
}

.connexion .part-connexion .titre,
.connexion .part-creation-compte .titre {
    font-size: 1.65rem;
    line-height: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bleu-diff-gp);
    margin-bottom: 25px;
    text-align: center;
}

.connexion .part-connexion .sous-titre,
.connexion .part-creation-compte .sous-titre {
    font-size: 1rem;
    line-height: 1.3rem;
    color: var(--bleu-diff-gp);
    margin-bottom: 35px;
    text-align: center;
}

.connexion form input,
.connexion form select {
    border: 1px solid var(--bleu-diff-gp);
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 12px 20px;
    color: var(--bleu-diff-gp) !important;
    border-radius: 5px;
}

.connexion form .input-icon {
    position: relative;
}

.connexion form .input-icon:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: var(--bleu-diff-gp);
    position: absolute;
    left: 16px;
    top: 14px;
}

.connexion form .input-icon.icon-password .icon-eye-closed,
.connexion form .input-icon.icon-password .icon-eye-open {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.connexion form .input-icon.icon-password .icon-eye-closed:after,
.connexion form .input-icon.icon-password .icon-eye-open:after {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 2px;
    top: 5px;
}

.connexion form .input-icon.icon-password .icon-eye-closed:after {
    content: '\f070';
}

.connexion form .input-icon.icon-password .icon-eye-open:after {
    content: '\f06e';
}

.connexion form .input-icon.icon-user:before {
    content: '\f007';
}

.connexion form .input-icon.icon-password:before {
    content: '\f023';
}

.connexion form .input-icon input {
    padding-left: 45px;
}

.connexion form .input-icon.icon-member:before {
    content: '\f2bb';
    color: #C5AB60;
}

.connexion .part-connexion form .input-icon.icon-member input {
    margin-bottom: 20px;
}

.connexion form .input-icon.icon-member input {
    color: #C5AB60 !important;
    border: 1px solid #C5AB60 !important;
}

.connexion form .input-icon.icon-member span {
    color: #C5AB60 !important;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.connexion form a {
    text-align: center;
    display: block;
    width: 100%;
    color: var(--bleu-diff-gp);
    margin-bottom: 10px;
}

.connexion form input[type="submit"] {
    width: 100%;
    height: 50px;
    background-color: var(--bleu-diff-gp);
    color: #ffffff !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0 15px 0 15px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.connexion form input[type="submit"]:disabled {
    background-color: #C7C7C7;
    border-color: #C7C7C7;
}

.connexion form input.disabled[type="submit"] {
    background-color: #C7C7C7;
    border: none;
    cursor: not-allowed;
}

.connexion .part-menu-left {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
}

.connexion .part-menu-left ul li {
    display: block;
}

.connexion .part-menu-left ul li a {
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 24px;
    margin-bottom: 5px;
    color: var(--bleu-diff-gp);
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.connexion .part-menu-left ul li a:hover,
.connexion .part-menu-left ul li a.active {
    background-color: var(--bleu-diff-gp);
    color: #ffffff;
}

.connexion .part-menu-left ul li a i {
    display: inline-block;
    width: 40px;
    color: var(--bleu-diff-gp);
    font-size: 1.05rem;
    font-weight: 800;
    font-size: 22px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.connexion .part-menu-left ul li a:hover i,
.connexion .part-menu-left ul li a.active i {
    color: #ffffff;
}

.connexion .part-creation-compte label {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #203250;
    margin-bottom: 5px;
}

.gpe .connexion .part-creation-compte label {
    color: #00005A;
}

.connexion .check-newsletter-f1 {
    margin-bottom: 0;
    margin-right: 5px;
    padding: 0;
}

/* ____ */

.connexion.notlogged {
    padding-top: 0;
}

.connexion.notlogged .part-connexion {
    padding: 0;
    box-shadow: none;
}

.connexion.notlogged .part-connexion form a.no-account {
    text-decoration: none;
}

.connexion.notlogged .part-connexion form a.create-account {
    color: #C42D2D;
    font-weight: 800;
}

.gpe .connexion.notlogged .part-connexion form a.create-account {
    color: #00005A;
}

.connexion .part-connexion.compte-verifie a.cta {
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-top: 3px;
    font-weight: 800 !important;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
}

.gpe .connexion .part-connexion.compte-verifie a.cta {
    background-color: #00F5FF;
}

/* Connexion __ */

.compte-commandes .liste-commandes {
    margin-top: 20px;
}

.compte-commandes .liste-commandes {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--bleu-diff-gp);
}

.compte-commandes .liste-commandes .header-liste-commandes {
    padding: 12px;
    font-size: 0.95rem;
    font-weight: 800;
    background-color: var(--bleu-diff-gp);
    color: #ffffff;
    border-radius: 5px;
}

.compte-commandes .liste-commandes .commande {
    padding: 12px;
}

.compte-commandes .liste-commandes .commande span.statut,
.compte-commandes .liste-commandes .modal-commande span.statut {
    padding: 4px;
    border-radius: 4px;
    color: #ffffff;
}

.compte-commandes .liste-commandes .modal-commande span.statut {
    font-size: 1.05rem;
    padding: 5px 10px;
    margin: 10px 0 5px 0;
    display: inline-block;
}

.compte-commandes .liste-commandes .commande span.statut.en-attente,
.compte-commandes .liste-commandes .modal-commande span.statut.en-attente {
    background-color: #E09D42
}

.compte-commandes .liste-commandes .commande span.statut.payee,
.compte-commandes .liste-commandes .modal-commande span.statut.payee {
    background-color: #42B476;
}

.compte-commandes .liste-commandes .commande:nth-child(odd) {
    background-color: #f2f4f6
}

.compte-commandes .liste-commandes button.bt-details {
    padding: 4px;
    border-radius: 4px;
    background-color: var(--bleu-diff-gp);
    border: none !important;
    text-align: center;
    width: 100%;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.compte-commandes .liste-commandes button.bt-payer {
    padding: 4px;
    border-radius: 4px;
    background-color: #C42D2D;
    border: none !important;
    text-align: center;
    width: 100%;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

.gpe .compte-commandes .liste-commandes button.bt-payer {
    background-color: #00f5ff;
    color: #00005A;
}

.compte-commandes .modal-commande .detail-commande .numero-commande {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.9rem;
    margin-bottom: 30px;
    border-bottom: 2px dotted #C7C7C7;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour {
    margin-bottom: 30px;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .titre-jour {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.6rem;
    margin-bottom: 15px;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .titre-tribune {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
    margin-bottom: 8px;
    color: #C42D2D;
}

.gpe .compte-commandes .modal-commande .detail-commande .bloc-jour .titre-tribune {
    color: #00f5ff;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .liste-places {
    padding: 5px 0 0 10px;
    border-left: 1px solid var(--bleu-diff-gp);
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .liste-places .place {
    margin-bottom: 8px;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .liste-places .place span.rang-place {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.compte-commandes .modal-commande .detail-commande .bloc-jour .sous-total {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3rem;
}

.compte-commandes .modal-commande .detail-commande .bloc-recap {
    padding: 15px;
    border-radius: 6px;
    background-color: #f2f4f6
}

.compte-commandes .modal-commande .detail-commande .bloc-recap .sous-total-ttc,
.compte-commandes .modal-commande .detail-commande .bloc-recap .frais-livraison {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3rem;
    margin-bottom: 10px;
}

.compte-commandes .modal-commande .detail-commande .bloc-recap .total-ttc {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.compte-commandes .modal-commande .detail-commande .cta-paiement {
    margin-top: 20px;
}

.compte-commandes .modal-commande .detail-commande .cta-paiement a {
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #C42D2D;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-top: 3px;
    font-weight: 800 !important;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.gpe .compte-commandes .modal-commande .detail-commande .cta-paiement a {
    background-color: #00f5ff;
    color: #00005A;
}

.modal-commande .modal-dialog {
    width: 800px !important;
    max-width: 800px !important;
}

.modal-commande .modal-dialog .modal-content {
    border: none !important;
    padding: 30px 70px !important;
}

.modal-commande .modal-dialog .modal-content button.btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #C42D2D;
    opacity: 1 !important;
    font-size: 0 !important;
}

.gph .modal-commande .modal-dialog .modal-content button.btn-close {
    background-color: #86281B;
}

.gpe .modal-commande .modal-dialog .modal-content button.btn-close {
    background-color: #00f5ff;
}

.modal-commande .modal-dialog .modal-content button.btn-close:before {
    content: '\f00d' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    position: absolute !important;
    color: #fff !important;
    left: 13px;
    top: 10px;
}

.bt-config-en-cours {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 300px;
    padding: 15px 60px 15px 75px;
    background-color: #C42D2D;
    border: 1px solid #203250;
    border-radius: 10px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.gph .bt-config-en-cours {
    background-color: #86281B;
}

.gpe .bt-config-en-cours {
    background-color: #00f5ff;
    border: 1px solid #00f5ff;
}

.bt-config-en-cours:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.gpe .bt-config-en-cours:after {
    color: #00005A;
}

.bt-config-en-cours i {
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 20px;
}

.gpe .bt-config-en-cours i {
    color: #00005A;
}

.bt-config-en-cours .timer {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.gpe .bt-config-en-cours .timer {
    color: #00005A;
}

.bt-config-en-cours .label {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
}

.gpe .bt-config-en-cours .label {
    color: #00005A;
}

.landing-page .box-page-enfant {
    width: 100%;
    height: 220px;
    border-radius: 6px;
    background-color: var(--bleu-diff-gp);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.landing-page .box-page-enfant .background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
}

.landing-page .box-page-enfant .background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--bleu-diff-gp);
    opacity: 0.83;
}

.landing-page .box-page-enfant .titre-page {
    font-family: 'Heebo', sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 3;
    top: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.landing-page .box-page-enfant:hover .titre-page {
    top: -5px;
}

.landing-page .box-page-enfant a {
    z-index: 5;
}

.page-404 .background-page {
    margin-top: 150px;
    margin-bottom: 50px;
    text-align: center;
}

.page-404 .background-page p.desc {
    text-align: center;
}

.page-404 .background-page img.img-404 {
    display: block;
    margin: 25px 0 15px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
}

.content-pages.faq .box-acces-faq {
    margin-bottom: 15px !important;
    position: relative;
    padding: 25px 40px 25px 60px;
}

.content-pages.faq .box-acces-faq:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #eeeeee;
}

.content-pages.faq .box-acces-faq:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

.content-pages.faq .box-acces-faq:hover:after {
    right: 35px;
}

.content-pages.faq .box-acces-faq h3 {
    margin-bottom: 12px !important;
    font-size: 1.65rem !important;
}

.gpe #modalBesoinAide ol p a {
    color: var(--bleu-diff-gp);
}







footer .zone-footer {
    width: 100%;
    padding: 70px 0;
    position: relative;
}

footer .zone-footer .background-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    filter: grayscale(1)
}

footer .zone-footer .background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: var(--bleu-diff-gp);
    opacity: 0.83;
}

footer .zone-footer .bloc-logos {
    padding: 15px 30px;
    width: 365px;
    height: 110px;
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
}

footer .zone-footer .bloc-logos .logo-acm {
    width: 60px;
    height: 80px;
    float: left;
    position: relative
}

footer .zone-footer .bloc-logos .logo-acm:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 5px;
    height: 70px;
    width: 1px;
    background-color: #ffffff;
}

footer .zone-footer .bloc-logos .logo-acm img {
    width: 60px;
    height: 80px;
    display: block;
    border: 0;
}

footer .zone-footer .bloc-logos .logo-monaco-circuit {
    width: 185px;
    height: 60px;
    float: right;
    padding-top: 10px;
}

footer .zone-footer .bloc-logos .logo-monaco-circuit img {
    width: 185px;
    height: 60px;
    display: block;
    border: 0;
}

footer .zone-footer .bloc-coordonnees,
footer .zone-footer .bloc-links {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 110px;
    font-size: 1rem;
    line-height: 2rem;
    color: #ffffff;
}

footer .zone-footer .bloc-coordonnees a {
    color: #ffffff;
}

footer .zone-footer .bloc-coordonnees a:hover {
    text-decoration: none
}

footer .zone-footer .bloc-links a {
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

footer .zone-footer .bloc-links a:hover {
    text-decoration: none;
}

footer .zone-footer .bloc-links a:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: -4px;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
}

footer .zone-footer .bloc-links a:hover:before {
    left: 2px;
}



/* End of Footer */
























/*
 * Media Queries
 * -----------------------------
 */


@media screen and (max-width: 1399px) {


header .zone-vague-header:after {
    content: '';
    width: 3500px;
    height: 110px;
    position: absolute;
    top: 0;
    right: -3500px;
    z-index: 3;
    background-color: var(--bleu-diff-gp);
    background-image: none;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop {
    width: calc(100% - 635px)
}

header .zone-contenu-header .contenu-header .bloc-achat {
    width: 130px;
}

header .zone-contenu-header .contenu-header .bloc-langues {
    width: 140px;
}

.banner-homepage .zone-countdown .box-countdown {
    width: 340px;
}

.zone-box-liens-homepage .box-lien-homepage .image,
.zone-box-liens-homepage .box-lien-homepage .image img {
    height: 180px;
}

.connexion .part-creation-compte,
.connexion .part-connexion {
    padding: 40px;
}

.prehome .zone-header .bloc-social {
    height: 60px;
}

.prehome .zone-header .bloc-texte .titre {
    padding-right: 30px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.prehome .zone-header .bloc-social ul li a {
    font-size: 18px;
}

.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve img {
  max-width: 360px;
  max-height: 130px;
}

.banner-homepage .zone-content .zone-texte h1,
.banner-page .zone-content .zone-texte h1 {
    font-size: 3rem;
}

.banner-homepage .zone-link-acm .box-link-acm {
    width: 330px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .image img {
    height: 220px;
}

}












@media screen and (max-width: 1199px) {

body, html {
    overflow-x: hidden;
}

header {
    background-color: var(--bleu-diff-gp);
    height: 90px;
}

header .border-header {
    display: none;
}

header .zone-contenu-header .contenu-header {
    width: 100%;
    max-width: 100%;
}

header .bt-menu-mobile {
    width: 110px;
    height: 90px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}

header .bt-menu-mobile .icone-burger,
header .bt-menu-mobile .icone-burger-close {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    cursor: pointer;
    padding: 24px 10px;
    background-color: #C42D2D
}

header.gpe .bt-menu-mobile .icone-burger,
header.gpe .bt-menu-mobile .icone-burger-close {
    background-color: #00f5ff;
}

header.presale .bt-menu-mobile .icone-burger,
header.presale .bt-menu-mobile .icone-burger-close,
header.gph.presale .bt-menu-mobile .icone-burger,
header.gph.presale .bt-menu-mobile .icone-burger-close {
    background-color: #C5AB60
}

header.gph .bt-menu-mobile .icone-burger,
header.gph .bt-menu-mobile .icone-burger-close {
    background-color: #86281B
}

header.gpe.presale .bt-menu-mobile .icone-burger,
header.gpe.presale .bt-menu-mobile .icone-burger-close {
    background-color: #00F5FF
}

header .bt-menu-mobile .icone-burger .bars {
    width: 30px;
    height: 2px;
    position: relative;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .bt-menu-mobile .icone-burger .bars .bar {
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 1;
}

header.gpe .bt-menu-mobile .icone-burger .bars .bar {
    background-color: #00005A;
}

header .bt-menu-mobile.bt-menu-mobile-active .icone-burger .bars .bar {
    opacity: 0;
}

header .bt-menu-mobile .icone-burger .bars:before {
    content: '';
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: -10px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header.gpe .bt-menu-mobile .icone-burger .bars:before {
    background-color: #00005A;
}

header .bt-menu-mobile.bt-menu-mobile-active .icone-burger .bars:before {
    transform: rotate(45deg);
    top: 0;
}

header .bt-menu-mobile .icone-burger .bars:after {
    content: '';
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header.gpe .bt-menu-mobile .icone-burger .bars:after {
    background-color: #00005A;
}

header .bt-menu-mobile.bt-menu-mobile-active .icone-burger .bars:after {
    transform: rotate(-45deg);
    top: 0;
}

header .zone-contenu-header .contenu-header .bloc-menu-desktop {
    display: none;
}

header .zone-contenu-header .contenu-header .bloc-logos {
    width: 280px;
    height: 90px;
    float: none;
    margin: 0 auto;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-acm,
header .zone-contenu-header .contenu-header .bloc-logos .logo-acm img {
    width: 45px;
    height: 60px;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-acm:after {
    height: 50px;
}

header .zone-contenu-header .contenu-header .bloc-logos .logo-monaco-circuit,
header .zone-contenu-header .contenu-header .bloc-logos .logo-monaco-circuit img {
    width: 122px;
    height: 40px;
}

header .zone-contenu-header .contenu-header .bloc-achat {
    height: 90px;
    float: none;
    position: absolute;
    right: 140px;
    top: 0;
}

header .zone-contenu-header .contenu-header .bloc-langues {
    height: 90px;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

header .zone-contenu-header .contenu-header .bloc-langues ul {
    height: 90px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile {
    display: block;
    position: absolute;
    left: 30px;
    top: 90px;
    width: 400px;
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.08s ease;
    -moz-transition: all 0.08s ease;
    -o-transition: all 0.08s ease;
    transition: all 0.08s ease;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile.bloc-menu-mobile-active {
    opacity: 1;
    visibility: visible;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat,
header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-langues {
    display: none;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li a {
    width: 100%;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1.15rem;
    color: var(--bleu-diff-gp);
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul > li:first-of-type a {
    color: #C42D2D;
}

header.gph .zone-contenu-header .contenu-header .bloc-menu-mobile ul > li:first-of-type a {
    color: #86281B;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-mobile ul > li:first-of-type a {
    color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul#menu-menu-f1-preventes > li:first-of-type a {
    color: #C5AB60;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li ul.sub-menu {
    padding-left: 10px;
    border-left: 1px solid #C7C7C7;
    margin-bottom: 10px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li ul.sub-menu li a {
    font-size: 1.15rem;
    color: var(--bleu-diff-gp);
    font-weight: 500;
    text-decoration: none;
    text-transform: inherit;
    background-color: #F8F8F8;
    padding: 14px 14px;
    border-radius: 4px;
    position: relative;
    height: auto;
    margin-bottom: 4px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li ul.sub-menu li a:after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    font-size: 16px;
    color: var(--bleu-diff-gp);
    position: absolute;
    right: 20px;
    top: 12px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li:first-of-type ul.sub-menu li a {
    background-color: var(--bleu-diff-gp);
    color: #ffffff;
    padding: 12px 10px;
    border-radius: 4px;
    position: relative;
    height: auto;
    margin-bottom: 4px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li:first-of-type ul.sub-menu li:first-of-type a {
    background-color: #C42D2D;
}

header.gph .zone-contenu-header .contenu-header .bloc-menu-mobile ul li:first-of-type ul.sub-menu li:first-of-type a {
    background-color: #86281B;
}

header.gpe .zone-contenu-header .contenu-header .bloc-menu-mobile ul li:first-of-type ul.sub-menu li:first-of-type a {
    background-color: #00f5ff;
    color: #00005A;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul#menu-menu-f1-preventes li:first-of-type ul.sub-menu li:first-of-type a {
    background-color: #C5AB60;
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li:first-of-type ul.sub-menu li a:after {
    color: #ffffff;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions {
    top: 90px;
    left: 50%;
    margin-left: -170px;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions:before {
    left: 72px;
}

header .zone-vague-header,
header .zone-vague-header:before,
header .zone-vague-header:after,
.banner-homepage .zone-vague .img-vague,
.banner-homepage .zone-vague .img-vague:before,
.banner-page .zone-vague .img-vague:before,
.banner-homepage .zone-vague .img-vague:after,
.banner-page .zone-vague .img-vague:after,
.zone-box-liens-homepage .vague-top-box-liens-homepage:before,
.zone-box-liens-homepage .vague-top-box-liens-homepage:after,
.zone-box-liens-homepage .vague-bottom-box-liens-homepage:before,
.zone-box-liens-homepage .vague-bottom-box-liens-homepage:after,
footer .zone-icones-social .vague-footer:after,
footer .zone-icones-social .vague-footer:before {
    display: none;
}

h1 {
    font-size: 2.4rem;
}

.prehome .zone-header .bloc-texte {
    height: 110px;
    padding-top: 0;
}

.prehome .zone-acces .acces .zone-content .box-content,
.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve {
    width: 400px;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve {
    width: 300px;
    margin-left: 50px;
}

.prehome .zone-header .bloc-texte .titre {
    padding-right: 0;
    font-size: 0.95rem;
    line-height: 1.1rem;
}

.banner-homepage .zone-vague,
.banner-page .zone-vague {
    display: none !important;
}

.banner-homepage,
.banner-homepage .background-img,
.banner-homepage .background-overlay,
.banner-homepage .zone-content {
    height: 460px;
}

.banner-homepage .zone-content {
    padding-top: 120px;
}

.banner-homepage .zone-texte .zone-logo {
    display: block;
    height: 40px;
    margin-bottom: 20px;
}

.banner-homepage .zone-logo img {
    max-width: 150px;
    max-height: 50px;
}

.banner-homepage .zone-content .zone-texte {
    padding-right: 80px;
    height: auto;
}

.banner-homepage .zone-countdown {
    top: 200px;
    height: 180px;
}

.banner-homepage .zone-countdown .box-countdown {
    width: 340px;
    background: #fff;
    border-radius: 10px;
    padding: 0 15px;
}

.banner-homepage .zone-link-acm {
    top: 170px;
    height: auto;
}

.banner-homepage .zone-link-acm .box-link-acm {
    width: 340px;
    background: #fff;
    border-radius: 10px;
    padding: 25px 20px 20px 20px;
    height: auto;
}

.banner-homepage .zone-link-acm .box-link-acm:after {
    display: none;
}

.banner-homepage .zone-link-acm .box-link-acm .texte {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
}

.banner-page,
.banner-page .background-img,
.banner-page .background-overlay,
.banner-page .zone-content {
  height: 300px !important;
}

.banner-page .zone-content .zone-texte {
    height: 170px;
}

.banner-page .zone-content .zone-texte h1 {
    font-size: 2.5rem;
    line-height: 2.6rem;
}

.banner-page .zone-content .zone-texte h2 {
    font-size: 1.3rem;
    line-height: 1.4rem;
}

.connexion .part-menu-left {
    margin-bottom: 25px;
}

.zone-social .titre-social {
    width: 100%;
}

.zone-social .banner-social a {
    padding: 0 10px;
    margin: 0 5px;
    font-size: 20px;
}

.box-billets-homepage .content-box-billets-homepage,
.box-full-post-homepage .content-box-full-post-homepage {
    padding: 10px 20px;
}

.box-billets-homepage .zone-photo-video,
.box-full-post-homepage .zone-photo-video {
    height: 280px;
    margin-bottom: 15px;
}

.box-billets-homepage.presale .content-box-billets-homepage {
    height: auto;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes {
    height: auto;
    margin-bottom: 30px;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-textes {
    height: auto;
    margin-bottom: 100px;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event,
.box-full-post-homepage .content-box-full-post-homepage .zone-textes .titre {
    font-size: 2rem;
    line-height: 2.2rem;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-cta {
    width: calc(100% - 40px);
}

.connexion .part-creation-compte,
.connexion .part-connexion,
.background-page {
    padding: 25px;
}

.compte-commandes .liste-commandes .commande {
    font-size: 0.85rem;
}

footer .zone-footer {
    padding: 35px 0 45px 0;
}

footer .zone-footer .bloc-logos {
    margin: 0 auto 40px auto;
}

}












@media screen and (max-width: 991px) {

.prehome {
    overflow-x: hidden;
    height: auto;
}

.prehome .zone-header {
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    border-radius: 0;
}

.prehome .zone-header .bloc-texte {
    display: none
}

.prehome .zone-header .bloc-logos {
    width: 280px;
    height: 90px;
    float: none;
    margin: 0 auto;
}

.prehome .zone-header .bloc-logos .logo-acm,
.prehome .zone-header .bloc-logos .logo-acm img {
    width: 45px;
    height: 60px;
}

.prehome .zone-header .bloc-logos .logo-acm:after {
    height: 50px;
}

.prehome .zone-header .bloc-logos .logo-monaco-circuit,
.prehome .zone-header .bloc-logos .logo-monaco-circuit img {
    width: 122px;
    height: 40px;
}

.prehome .zone-acces {
    height: 100%;
    display: block;
    padding-top: 90px;
}

.prehome .zone-acces .acces {
    overflow: hidden;
    border-bottom: 5px solid var(--bleu-diff-gp);
    min-height: 260px;
}

.prehome .zone-acces.nb-1 .acces {
    height: calc(100vh - 90px);
}

.prehome .zone-acces.nb-2 .acces:first-of-type {
    height: calc(40vh - 45px);
}

.prehome .zone-acces.nb-2 .acces:last-of-type {
    height: calc(60vh - 45px);
}

.prehome .zone-acces.nb-3 .acces {
    height: calc(33vh - 29px);
}

.prehome .zone-acces .acces:hover .background-overlay {
    opacity: 0.8;
}

.prehome .zone-acces .acces .zone-content .box-content {
    position: relative;
    top: -10px;
    width: 350px;
}

.prehome .zone-acces.nb-2 .acces:last-of-type .zone-content .box-content {
    top: -65px !important;
}

.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve,
.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve {
    width: 350px;
}

.prehome .zone-acces .acces .zone-content .box-content .logo-epreuve img {
    max-width: 350px;
    max-height: 115px;
    display: block;
    margin: 0 auto;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    padding: 0 35px;
}

.prehome .zone-acces .acces:hover .zone-content .box-content .texte-epreuve {
    height: auto;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .titre {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .description {
    display: none;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .cta a {
    height: 50px;
    font-size: 1rem;
    padding-top: 1px;
    padding-left: 25px;
}

.prehome .zone-acces .acces .zone-content .box-content .texte-epreuve .cta a:after {
    top: 16px;
}

header .zone-contenu-header .contenu-header .bloc-logos {
    position: relative;
    left: 35px;
}

header .zone-contenu-header .contenu-header .bloc-achat,
header .zone-contenu-header .contenu-header .bloc-langues {
    display: none;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile {
    padding-top: 80px;
    left: 10px;
    width: calc(100vw - 20px);
    max-width: 400px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile:before {
    left: 35px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat,
header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-langues {
    display: block;
    background-color: #f2f2f2;
    width: 45%;
    height: 60px;
    top: 10px;
    border-radius: 5px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat {
    left: 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 8px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-compte,
header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-panier {
    display: inline-block;
    position: relative;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-compte:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: var(--bleu-diff-gp);
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-compte a,
header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-panier a {
    color: var(--bleu-diff-gp);
    font-size: 20px;
}

header .zone-contenu-header .contenu-header .bloc-achat .icone-panier a span.nb-tickets {
    font-size: 16px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-compte a i,
header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-achat .icone-panier a i {
    font-weight: 800 !important;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-langues {
    right: 10px;
    height: 60px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile .bloc-langues ul {
    height: 60px;
}

.prehome .zone-header .bloc-langues {
    width: 120px;
    height: 90px;
    float: none;
}

.prehome .zone-header .bloc-langues ul {
    width: 120px;
    height: 90px;
    justify-content: start;
}

.bloc-langues ul li a {
    padding: 4px 6px;
}

.prehome .zone-header .bloc-logos {
    padding: 15px;
    width: 250px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li a {
    margin: 0 5px;
}

header .zone-contenu-header .contenu-header .bloc-menu-mobile ul li a img {
    width: 25px;
    height: 25px;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions {
    top: 90px;
    left: 50%;
    margin-left: -205px;
}

header .zone-contenu-header .contenu-header .bloc-logos .sub-menu-editions:before {
    left: 107px;
}

.banner-homepage,
.banner-homepage .background-img,
.banner-homepage .background-overlay,
.banner-homepage .zone-content {
    height: 420px;
}

.banner-homepage.banner-countdown,
.banner-homepage.banner-countdown .background-img,
.banner-homepage.banner-countdown .background-overlay,
.banner-homepage.banner-countdown .zone-content {
    height: 540px;
}

.banner-homepage {
    margin-bottom: 15px;
}

.banner-homepage .zone-content {
    padding-top: 100px;
}

.banner-homepage .zone-content .zone-texte {
    padding: 0 15px;
}

.banner-homepage .zone-texte .zone-logo {
    margin-bottom: 30px;
    margin-top: 15px;
}

.banner-homepage .zone-content .zone-texte .titre-acm {
    font-size: 1.15rem;
    line-height: 1.3rem;
    margin-bottom: 12px;
}

.banner-homepage .zone-content .zone-texte h1 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
}

.banner-homepage .zone-content .zone-texte h2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 5px;
}

.banner-homepage .zone-content .zone-texte h3 {
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 20px;
}

.banner-homepage .zone-content .zone-texte .intro {
    font-size: 0.95rem;
    line-height: 1.15rem;
}

.banner-homepage .zone-countdown .flex-row-reverse,
.banner-homepage .zone-link-acm .flex-row-reverse {
    flex-direction: inherit;
    justify-content: center;
}

.banner-homepage .zone-countdown {
    top: inherit;
    bottom: 30px;
    height: auto;
}

.banner-homepage .zone-countdown .box-countdown {
    height: 120px;
    width: calc(100% - 35px);
}

.banner-homepage .zone-countdown .box-countdown .countdown{
    height: 80px;
    padding-top: 25px;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part .number {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.banner-homepage .zone-countdown .box-countdown .countdown .part .label {
    font-size: 0.6rem;
}

.banner-homepage .zone-countdown .box-countdown .text-countdown {
    font-size: 0.9rem;
    margin-top: 10px;
}

.banner-homepage .zone-link-acm {
    top: inherit;
    bottom: 25px;
    height: auto;
}

.banner-homepage .zone-link-acm .box-link-acm {
    height: 140px;
    width: calc(100% - 35px);
}

.banner-homepage .zone-link-acm .box-link-acm {
    padding: 15px 15px 15px 15px;
}

.banner-homepage .zone-link-acm .box-link-acm .titre {
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.3rem;
}

.banner-homepage .zone-link-acm .box-link-acm .texte {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.1rem;
}

.banner-homepage .zone-link-acm .box-link-acm .cta a {
    height: 50px;
}

.box-billets-homepage,
.box-full-post-homepage,
.box-billets-homepage .content-box-billets-homepage,
.box-full-post-homepage .content-box-full-post-homepage {
    padding: 10px;
}

.box-billets-homepage .zone-photo-video {
    height: 200px;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes .titre-event,
.zone-hospitalite-homepage .box-hospitalite-homepage .titre {
    font-size: 1.5rem;
    line-height: 1.6rem;
}

.box-billets-homepage .content-box-billets-homepage .zone-textes {
    display: none;
}

.box-billets-homepage.presale .content-box-billets-homepage .zone-textes {
    display: block;
}

.zone-hospitalite-homepage {
    padding: 35px 0;
}

.zone-hospitalite-homepage .box-hospitalite-homepage {
    padding: 20px;
    border-radius: 10px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a i {
    width: 50px;
}

.zone-hospitalite-homepage .box-hospitalite-homepage .cta a:before {
    left: 50px;
}

.zone-box-liens-homepage {
    padding: 35px 12px;
}

.zone-box-liens-homepage .box-lien-homepage {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

.zone-box-liens-homepage .box-lien-homepage .titre {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
    padding: 0 20px;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help {
    display: block;
    text-align: left;
    line-height: 2rem;
    height: auto;
    padding: 25px 0;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help span,
.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help a {
    display: inline-block;
    width: 100%;
}

.zone-box-liens-homepage .zone-help-box-liens-homepage .content-help span.espace {
    display: none;
}

.zone-acces-rapides .box-acces-rapide {
    height: 120px;
    padding: 20px 10px;
}

.zone-acces-rapides .box-acces-rapide .icone {
    height: 30px;
    font-size: 28px;
}

.zone-acces-rapides .box-acces-rapide .titre {
    height: 50px;
    font-size: 1.15rem;
    line-height: 1.2rem;
}

.banner-page,
.banner-page .background-img,
.banner-page .background-overlay,
.banner-page .zone-content {
  height: 240px !important;
}

.banner-page .zone-content .zone-texte {
    height: 110px;
    padding: 0 12px;
}

.banner-page .zone-content .zone-texte h1 {
    font-size: 2.2rem;
    line-height: 2.3rem;
}

.banner-page .zone-content .zone-texte h2 {
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb p {
    line-height: 1.1rem;
    font-size: 0.7rem;
}

.contenu-droite .module-contenu-droite {
    padding: 15px;
    border-radius: 5px;
}

.contenu-droite .galeries-images .slider-galerie-image {
    margin-bottom: 0;
}

.contenu-droite .galeries-images .padding-slide a.vignette {
    height: 120px;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .left,
.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .right {
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .left {
    width: 70px;
    text-align: right;
}

.contenu-droite .programme .box-accordeon .contenu-accordeon .table-line .right {
    width: calc(100% - 80px);
}

.connexion {
    padding-top: 110px;
}

.connexion .part-creation-compte,
.connexion .part-connexion,
.background-page {
    padding: 25px;
}

.compte-commandes .liste-commandes .commande {
    font-size: 0.95rem;
    line-height: 2rem;
}

.compte-commandes .liste-commandes .commande button {
    text-align: left;
    margin-top: 10px;
}

.modal-commande .modal-dialog {
    width: 94% !important;
    max-width: 94% !important;
}

.bt-config-en-cours {
    right: 50%;
    margin-right: -150px;
    bottom: 15px;
    padding: 10px 60px 10px 70px;
}

.bt-config-en-cours:after {
    top: 20px;
}

.bt-config-en-cours i {
    font-size: 30px;
    left: 18px;
    top: 14px;
}

.bt-config-en-cours .timer {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.bt-config-en-cours .label {
    font-size: 1rem;
}

.landing-page .box-page-enfant {
    height: 160px;
}

.content-pages.faq .box-acces-faq {
    padding: 20px 60px 20px 40px;
}

.content-pages.faq .box-acces-faq:before {
    left: 20px;
}

.content-pages.faq .box-acces-faq:after {
    right: 25px;
}

.content-pages.faq .box-acces-faq:hover:after {
    right: 20px;
}

footer .zone-footer .bloc-coordonnees {
    margin-bottom: 20px;
}

}


/* End of Media Queries */
