/*	Theme Name: Marathon de Vannes | Production
	Theme URI: https://www.marathon-vannes.com/
	Description: Marathon de Vannes
	Version: 1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    color: #000;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style-type: none;
}

img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header {
    margin-top: 32px;
}

/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
    .container {
        max-width: 1060px;
    }
}

@media screen and (max-width:1099px) {
    .container {
        max-width: 90%;
    }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color: #05E5FF;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

:focus {
    outline: none;
}

/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

/* =====================================
             MENU
=======================================*/
#top.current {
    overflow: hidden;
}

#top.highlight {
    overflow: hidden;
    position: initial;
}

header {
    width: 100%;
    background: #000;
    top: 0;
    z-index: 11;
    position: fixed;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.home header {
    background: transparent;
}

#menu-aeb.dynamic,
#menu-aeb.smallogo {
    background: #000;
}

header.hidden {
    transform: translateY(-104px);
}

#menu-aeb * {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#menu-aeb .logactive {
    display: none;
}

#menu-aeb.dynamic .loghead,
#menu-aeb.smallogo .loghead {
    display: none;
}

#menu-aeb.dynamic .logactive,
#menu-aeb.smallogo .logactive {
    display: block;
}

#menu-aeb .contain {
    width: 95%;
    max-width: 1680px;
    margin: auto;
    display: flex;
    padding: .6em 0;
    position: relative;
}

.menu {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu.active {
    display: block;
    right: 0%;
    left: inherit;
    transition: 0.5s;
}

.menu .wrap {
    height: 100%;
    position: relative;
    text-align: left;
    overflow: scroll;
}

.menu .wrap .mara {
    position: absolute;
    width: max-content;
    right: 0;
    padding: 1em 4em;
    background: #000;
    height: 100%;
    z-index: 2;
}

.menu .wrap #horszone {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.menu .wrap .wrap-nav {
    margin: auto;
}

.menu .wrap ul li {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5em 0 .25em;
}

.menu .wrap ul li a,
.itemnolink {
    color: #38EAFF;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
}

.menu .wrap ul li a:hover {
    color: #fff;
}

.menu .wrap ul li a:hover:after {
    width: 100%;
}

.hamburger {
    cursor: pointer;
    display: inline-flex;
    overflow: hidden;
    align-self: center;
}

.buttonMenu {
    display: flex;
}

.buttonMenu .text {
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    display: initial;
    padding-left: 0.75em;
    position: relative;
}

.buttonMenu .text a:after {
    position: absolute;
    right: -1.5em;
    top: 0.3em;
    content: url(https://marathon-vannes.com/wp-content/themes/AEB_AGENCY/images/flower.svg);
    zoom: 0.8;
}

.buttonMenu .text a {
    color: #fff;
}

.hamburger__container {
    width: 55px;
    height: 42px;
    position: relative;
}

.hamburger:hover .hamburger__inner {
    transform: translate(-51px, 50%);
    opacity: 0;
}

.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
    transform: translate(102px, 0);
    opacity: 0;
}

.hamburger.is-active .hamburger__inner {
    display: none;
}

.hamburger__inner {
    background-color: #00E5FF;
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.hamburger__inner::before,
.hamburger__inner::after {
    background-color: #00E5FF;
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    opacity: 1;
    right: 0;
}

.hamburger__inner::before {
    top: -14px;
}

.hamburger__inner::after {
    top: 14px;
}

.hamburger:hover .hamburger__hidden {
    opacity: 1;
    transform: translate(0, -50%);
}

.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
    opacity: 1;
    transform: translate(0, 0);
}

.hamburger.is-active .hamburger__hidden {
    opacity: 1;
    transform: rotate(45deg);
}

.hamburger.is-active .hamburger__hidden::before {
    transform: translate(0, 14px) rotate(90deg);
    transform-origin: center;
}

.hamburger.is-active .hamburger__hidden::after {
    transform-origin: center;
    transform: translate(0, -14px) rotate(0);
    opacity: 0;
}

.hamburger__hidden {
    opacity: 0;
    background-color: #00E5FF;
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(51px, -50%);
}

.hamburger__hidden::before,
.hamburger__hidden::after {
    background-color: #00E5FF;
    border-radius: 20px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    transform: translate(102px, 0);
}

.hamburger__hidden::before {
    top: -14px;
}

.hamburger__hidden::after {
    top: 14px;
}

#entete .nav-site {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.nav-site {
    display: inline-flex;
    align-self: center;
    position: absolute;
    right: 0;
}

.menu-rs {
    display: inline-flex;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 37px;
}

.sprites-menu {
    width: 37px;
    height: 37px;
    background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/sprite-menu.svg) no-repeat center center;
    display: inline-block;
}

.sprites-menu.rs-facebook {
    background-position: 13px 8px;
}

.sprites-menu.rs-instagram {
    background-position: -21px 8px;
}

.sprites-menu.rs-youtube {
    background-position: -61px 8px;
}

.sprites-menu.rs-linkedin {
    background-position: -98px 8px;
}

.menu-rs li {
    margin: 0 0.1em;
}

.resoc .menu-rs li:nth-child(1) {
    margin: 0;
}

.resoc .menu-rs li:nth-child(2) {
    margin-left: 0;
}

.nav-site a.billetterie {
    background: #00E5FF;
    color: #fff;
    line-height: 39px;
    font-size: 16px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    align-self: center;
    border-radius: 45px;
    margin-right: 2em;
}

.dynamic .nav-site a.billetterie,
.smallogo .nav-site a.billetterie {
    color: #000;
}

/* AJout Toggle sur le menu burger pour les liens en sous menu */
.dropdown-content {
    display: block;
    padding-top: 0.25em;
}

.dropdown span {
    position: relative;
    padding: 0 0.5em 0 0;
}

.dropdown span:before {
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    right: -0.5em;
    top: .55em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}

.dropdown span:after {
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    right: -0.5em;
    top: .8em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}

.dropdown .active:before {
    transition: 0.35s;
    transform: rotate(225deg);
    right: -0.47em;
    top: 0.75em;
    background: #38EAFF;
}

.dropdown .active:after {
    transition: 0.35s;
    transform: rotate(-225deg);
    right: -0.75em;
    top: 0.75em;
    background: #38EAFF;
}

.dropdown span.active {
    color: #38EAFF;
    transition: 0.25s;
}

.dropdown>div>a:after {
    display: none;
}

.menu .dropdown .dropdown-content a {
    display: block;
    text-align: left;
    text-transform: initial;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}

.menu .dropdown .dropdown-content a:hover {
    color: #38EAFF;
}

@media only screen and (min-width: 1025px) {
    header {
        position: fixed;
    }

    .hamburger__inner,
    .hamburger__inner::before,
    .hamburger__hidden,
    .hamburger__hidden::before,
    .hamburger__hidden::after {
        width: 45px;
        height: 8px;
    }

    .hamburger__inner::after {
        width: 26px;
        height: 8px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1024px) {
    .menu.active {
        width: 100%;
    }

    .nav-site a.billetterie {
        display: none;
    }

    #menu-aeb .logo-site .logactive {
        display: block;
        max-height: 53px;
    }

    #menu-aeb .loghead {
        display: none;
    }

    .nav-site {
        width: 40px;
    }

    .hamburger__inner,
    .hamburger__inner::before,
    .hamburger__hidden,
    .hamburger__hidden::before,
    .hamburger__hidden::after {
        width: 40px;
        height: 6px;
    }

    .hamburger__inner::after {
        width: 22px;
        height: 6px;
    }

    #menu-aeb {
        position: fixed;
        z-index: 99;
        width: 100%;
        background: #000;
        box-shadow: 0 3px 6px #00000029;
    }

    .menu.active {
        margin-top: 72px;
    }

    header.hidden {
        transform: translateY(-79px);
    }

    .menu .wrap {
        padding: inherit;
        background: #000;
    }

    .menu .wrap .wrap-nav {
        width: max-content;
    }

    .menu .wrap .resoc {
        display: block;
        margin: auto;
        width: max-content;
        /*margin-left: 5.5em;*/
    }

    .wrap a.billetterie {
        background: #00E5FF;
        color: #000;
        line-height: 25px;
        font-size: 20px;
        font-style: inherit;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0.5em 1.5em;
        display: block;
        border-radius: 45px;
        width: max-content;
        margin: 1em auto 0.5em;
    }
}

@media only screen and (max-width: 600px) {
    .menu .wrap .mara {
        width: 100%;
    }
}

/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #000;
    position: relative;
    margin: 0;
}

.btn {
    font-size: 20px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.2em 1.5em;
    border-radius: 45px;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.content_aeb {
    position: relative;
    background: #fff;
}

.intro {
    position: relative;
}

.banniere {
    display: block;
    width: 100%;
    object-fit: cover;
}

.single img,
.blog img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.text-ban {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 890px;
}

.text-ban.inter {
    top: 55%;
}

.text-ban h1 {
    font-size: 100px;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
}

.text-ban.inter h1 {
    font-size: 45px;
    line-height: 45px;
}

#breadcrumbs,
#breadcrumbs span,
#breadcrumbs a {
    color: #000;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}

#siteWrapper #marathon-de-vannes .intro {
    margin-top: 0;
}

@media only screen and (min-width:1025px) {
    #siteWrapper .intro {
        margin-top: 78px;
    }
}

@media only screen and (max-width:1024px) {
    #siteWrapper .intro {
        margin-top: 72px;
    }
}

@media only screen and (min-width:801px) and (max-width: 1280px) {
    .text-ban h1 {
        font-size: 80px;
        line-height: 66px;
    }

    .text-ban.inter h1 {
        font-size: 45px;
        line-height: 45px;
    }
}

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

    .text-ban,
    .text-ban.inter {
        top: 55%;
    }
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    .text-ban h1 {
        font-size: 40px;
        line-height: 35px;
    }

    #breadcrumbs,
    #breadcrumbs span,
    #breadcrumbs a {
        font-size: 14px;
        line-height: 18px;
        padding-top: 0.25em;
    }

    .banniere {
        max-height: 240px;
    }
}

@media only screen and (max-width: 480px) {
    .text-ban.inter h1 {
        font-size: 30px;
        line-height: 28px;
    }

    .text-ban.inter {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

@media only screen and (max-width: 375px) {
    .text-ban.inter h1 {
        font-size: 26px;
        line-height: 24px;
    }

    #breadcrumbs,
    #breadcrumbs span,
    #breadcrumbs a {
        font-size: 12px;
        line-height: 14px;
    }

    .int.banniere {
        height: 120px;
    }
}

/* Footer */
.mbp {
    border-top: 1px solid #707070;
    padding: .5em 0;
}

.mbp p {
    font-size: 14px;
    position: relative;
    color: #fff;
}

.mbp span,
.mbp a {
    font-size: 13px;
    color: #00e5ff;
}

.mbp span {
    position: absolute;
    right: 0;
}

.mbp a:hover {
    color: #fff;
}

.mbp a:before {
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

.soumenu {
    display: grid;
}

.soumenu a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.soumenu a:hover {
    color: #00E5FF;
}

.linkfoot,
.linkfoot a,
.linkfoot span {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #00E5FF;
    margin: 0.5em 0 0.25em;
    display: block;
}

.menu-foot .billetterie {
    background: #fff;
    color: #000;
    line-height: 39px;
    margin-top: 1em;
    display: block;
    width: max-content;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1em;
    align-self: center;
    border-radius: 45px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-foot .billetterie:hover {
    background: #00E5FF;
}

.logoprez {
    display: contents;
}

/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .04);
}

#cn-notice-buttons .cn-button.bootstrap {
    background: #F8007B;
}

@media only screen and (min-width:1100px) and (max-width:1260px) {
    .bloc-5.menu-foot.lesepreu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }
}

@media only screen and (min-width:801px) and (max-width:1099px) {
    .bloc-5.menu-foot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .logoprez {
        display: none;
    }
}

@media only screen and (min-width:801px) {
    .bloc-5.menu-foot {
        padding-top: 2em;
    }
}

@media only screen and (min-width:480px) and (max-width: 800px) {
    .logoprez {
        width: 100%;
        display: block;
    }

    .logoprez img {
        margin: auto;
        display: block;
    }
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    .logoprez a {
        display: block;
        margin: auto;
    }

    .menu-rs {
        margin-left: -0.8em;
    }

    .bloc-5.menu-foot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bloc-5.menu-foot:nth-child(3),
    .bloc-5.menu-foot:nth-child(2) {
        margin-top: -1em;
    }

    .mbp {
        border-top: none;
    }

    .mbp p {
        text-align: center;
        padding-bottom: .25em;
        padding-top: .75em;
    }

    .mbp span {
        right: inherit;
        bottom: -65px;
        width: 100%;
        left: 0;
        text-align: center;
        padding: .75em;
        border-top: 1px solid #707070;
    }
}

/* RESPONSIVE */
@media only screen and (min-width:320px) and (max-width: 800px) {
    .btn {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 801px) {
    .bloc-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bloc-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .bloc-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .bloc-2-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .bloc-3-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bloc-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .bloc-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .bloc-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}

@media screen and (min-height:600px) and (max-height:761px) {

    .menu .wrap ul li a,
    .itemnolink {
        font-size: 18px;
    }

    .menu .dropdown .dropdown-content a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-height:760px) and (max-height:845px) {
    .menu .dropdown .dropdown-content a {
        font-size: 15px;
        line-height: 22px;
    }

    .menu .mara {
        padding: 1em 6.8em;
    }
}

@media screen and (min-height:855px) and (max-height:980px) {

    /*.menu.active > *, .menu .dropdown .dropdown-content a{
	font-size:110%;	
}*/
    .menu .mara {
        padding: 1.5em 5.3em;
    }
}

@media screen and (min-height:981px) and (max-height:1040px) {
    .menu .dropdown .dropdown-content a {
        font-size: 130%;
        line-height: 1.5;
    }

    .menu .mara ul li a,
    .itemnolink {
        font-size: 150%;
    }

    .dropdown-content {
        padding-top: 0.75em;
    }

    .menu .mara {
        padding: 2em 5em;
    }
}

@media screen and (min-height:1041px) {
    .menu .dropdown .dropdown-content a {
        font-size: 135%;
        line-height: 1.5;
    }

    .menu .wrap ul li a,
    .itemnolink {
        font-size: 150%;
    }

    .dropdown-content {
        padding-top: 0.55em;
    }

    .menu .mara {
        padding: 1.5em 3.5em 1.5em 6em;
    }

    .menu .mara ul li {
        padding: 0.5em 0;
    }

    .menu .mara ul li {
        padding: 6% 0;
    }
}

#cookie-notice,
#cookie-notice * {
    color: #fff;
}

body #cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000;
    font-weight: 500;
}

@media screen and (max-width:422px) {
    body #cookie-notice .cn-button:not(.cn-button-custom) {
        margin: 0.5em;
    }
}

/* ================
======POPUP========
=================*/
#box {
    padding: 0;
}

#box img {
    margin: auto;
}

#button {
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: #0509E9;
    padding: 0.75em 1em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: max-content;
    margin: 1em auto;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

#popup .content {
    text-align: left;
    max-width: 100%;
    margin: auto;
    padding: 1.5em 1em;
}

#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 99;
}

#overlay.close {
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease-in-out;
    display: none;
}

#popup {
    border-radius: 20px;
    width: max-content;
    max-width: 680px;
    height: auto;
    max-height: 80vh;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

#popup #close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    background: #000;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 90px;
}

#popup #close:hover {
    background: #333;
}

#popup #close a {
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
}

#popup #close a:before,
#popup #close a:after {
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
    width: 18px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    top: 50%;
}

#popup #close a:before {
    transform: translate(30%, -50%) rotate(135deg);
}

#popup #close a:after {
    transform: translate(30%, -50%) rotate(45deg);
}

#popup .content>ol {
    margin-left: 1em;
}

.content>ol>li>ul {
    margin-left: 2em;
}

.content p {
    margin: 0.5em 0;
}

/* Personnalisé pour Marathon */
.popactu h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    vertical-align: top;
}

.poptext h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.poptext .btn {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    display: block;
    width: max-content;
}

.poptext .btn:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

@media only screen and (min-width: 431px) and (max-width: 1023px) {
    #box #popup {
        max-width: 85%;
    }

    .popactu h2 {
        font-size: 30px;
        max-width: 94%;
    }

    #popup .content {
        padding: 1em;
    }

    #popup .content .btn {
        font-size: 18px;
        padding: 0 0.75em;
    }

    #popup .popactu,
    #popup .poptext {
        padding: 0;
    }
}

@media only screen and (max-width: 430px) {
    #box #popup {
        max-width: 95%;
    }

    .popactu h2 {
        font-size: 20px;
        max-width: 94%;
    }

    #popup .content {
        padding: 1em;
    }

    #popup .content .btn {
        font-size: 14px;
        padding: 0 0.75em;
    }

    #popup .popactu,
    #popup .poptext {
        padding: 0;
    }
}

/* ===============
==== FIN POPUP ===
================*/