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

#menu-aeb .logactive {
    display: block;
    max-height: 60px;
}

.content_aeb {
    border-bottom: 6px solid #00E5FF;
}

.content_aeb h2 {
    font-size: 60px;
    line-height: 75px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

/* SECTION INTRO */
#epreu {
    padding: 2em 0 1em;
}

#epreu .bloc-2 {
    align-self: center;
}

.menu-ancre {
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 2em 0;
}

.menu-ancre .btn {
    color: #000;
    font-size: 18px;
    border: 1px solid #000;
    background: #fff;
    margin: 0 0.5em;
}

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

.menu-ancre .btn.inscription {
    color: #000;
    border: 1px #00E5FF;
    background: #00E5FF;
}

.menu-ancre .btn.inscription:hover {
    color: #00E5FF;
    border: 1px #000;
    background: #000;
}

.page-id-3888 .menu-ancre .btn.inscription {
    color: #000;
    border: 1px #FF4E00;
    background: #FF4E00;
}

.page-id-3888 .menu-ancre .btn.inscription:hover {
    color: #FF4E00;
    border: 1px #000;
    background: #000;
}

.page-id-3224 .menu-ancre .btn.inscription {
    color: #000;
    border: 1px #65FF00;
    background: #65FF00;
}

.page-id-3224 .menu-ancre .btn.inscription:hover {
    color: #65FF00;
    border: 1px #000;
    background: #000;
}

#gwened-nocturne .menu-ancre .btn.inscription {
    color: #000;
    border: 1px #FFDD00;
    background: #FFDD00;
}

#gwened-nocturne .menu-ancre .btn.inscription:hover {
    color: #FFDD00;
    border: 1px #000;
    background: #000;
}

#relais-entreprises .menu-ancre .btn.inscription {
    color: #000;
    border: 1px #F700FF;
    background: #F700FF;
}

#relais-entreprises .menu-ancre .btn.inscription:hover {
    color: #F700FF;
    border: 1px #000;
    background: #000;
}

.epreu-picto {
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin-top: 2.5em;
}

.epreu-picto h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 94px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.epreu-picto h3:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
}

.epreu-picto h3.date:before {
    content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/picto-calendar.svg');
}

.epreu-picto h3.distance:before {
    content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/picto-distance.svg');
}

.epreu-picto h3.heure:before {
    content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/picto-horloge.svg');
}

#epreu p {
    font-size: 20px;
    line-height: 24px;
    margin: 0.5em 0;
}

#epreu img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width:801px) and (max-width: 1160px) {
    .menu-ancre .btn {
        font-size: 16px;
        margin: 0 0.25em;
        line-height: 28px
    }

    .epreu-picto h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 70px;
    }

    #epreu p {
        font-size: 18px;
        line-height: 21px;
        margin: 0.5em 0;
    }
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    #epreu {
        padding: 1em 0;
    }

    .menu-ancre {
        justify-content: center;
        display: grid;
        margin: 0 0 2em;
    }

    .menu-ancre .btn {
        margin: 0.25em 0;
        text-align: center;
    }

    .epreu-picto h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 70px;
    }

    #epreu .bloc-2 {
        padding: 0;
    }

    .epreu-picto {
        width: 100%;
        margin-top: 2em;
        justify-content: space-around;
    }
}

/* SECTION CIRCUIT */
#circuit {
    padding: 2em 0 3em;
}

.bloc-circuit {
    position: relative;
}

.bloc-circuit .btn.circuit {
    position: absolute;
    bottom: 2em;
    right: 3.3em;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.bloc-circuit img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    #circuit {
        padding: 1em 0 2em;
    }

    .bloc-circuit {
        padding: 0;
    }
}

/*  SECTION TARIF */
#tarif {
    background: #38EAFF;
    padding: 2em 0;
    position: relative;
}

#tarif:before,
#tarif:after {
    position: absolute;
}

#tarif:before {
    content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/vagues-options-2.svg);
    left: 0;
    top: 0;
    height: 100%;
    background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/vagues-options-2.svg) repeat-y;
}

#tarif:after {
    content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/vagues-options-1.svg);
    right: 0;
    top: 0;
    height: 100%;
    background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/vagues-options-1.svg) repeat-y;
}

#tarif h2 {
    text-align: center;
}

#tarif h3 span {
    text-align: center;
    font-size: 100px;
    line-height: 120px;
    font-weight: 800;
    display: block;
}

#tarif p.condition {
    text-align: center;
    max-width: 380px;
    margin: auto;
    font-size: 24px;
    line-height: 30px;
}

#tarif .btn {
    background: #fff;
    color: #000;
    font-size: 30px;
    line-height: 74px;
    margin: 1em auto 0;
    display: block;
    max-width: max-content;
}

#tarif .bloc-2 {
    z-index: 9;
}

#tarif .bloc-option h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

#tarif .bloc-option .accordion {
    background: #fff;
    padding: 0.6em 1em;
    margin: 0.25em 0;
    cursor: pointer;
    -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;
    position: relative;
}

#tarif .bloc-option .accordion:after {
    position: absolute;
    content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-bottom.svg);
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
    height: 33px;
}

#tarif .bloc-option .accordion.active:after,
#tarif .bloc-option .v-1 .accordion:after {
    content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-top.svg);
}

#tarif .bloc-option .v-1 .accordion.active:after {
    content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-bottom.svg);
}

#tarif .bloc-option h4 {
    font-size: 20px;
    line-height: 34px;
    color: #00E5FF;
    text-transform: uppercase;
    font-weight: 600;
}

#tarif .bloc-option .accordion.active {
    background: #000;
}

#tarif .bloc-option .v-1 .accordion {
    background: #000;
}

#tarif .bloc-option .v-1 .accordion.active {
    background: #fff;
}

.panel {
    display: none;
    -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;
    background: #fff;
}

#tarif .panel p {
    text-align: left;
    font-size: 20px;
    line-height: 21px;
    padding: 1em;
    margin-top: -0.15em;
}

#tarif .panel p strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

#tarif .panel ul {
    margin-top: 0;
    padding: 0 1em;
}

#tarif .panel ul li {
    line-height: 1.2;
}

.panel.actif {
    display: block;
    -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;
}

.panel.actif {
    display: block;
}

.v-1 .panel {
    display: block;
}

.v-1 .panel.actif {
    display: none;
}

#tarif .bloc-option .v-5 h4 {
    max-width: 95%;
    line-height: 22px;
}

#tarif .bloc-option p span {
    font-weight: 600;
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    #tarif .bloc-2 {
        padding: 0;
    }

    #tarif .btn {
        background: #fff;
        color: #000;
        font-size: 20px;
        line-height: 50px;
    }

    #tarif h3 span {
        font-size: 80px;
        line-height: 90px;
    }

    #tarif .bloc-option h3 {
        text-align: center;
        color: #000;
        margin-top: 1em;
        font-size: 28px;
    }

    #tarif .bloc-option h4 {
        max-width: 280px;
        line-height: 24px;
    }

    #tarif .panel p,
    #tarif .panel li {
        font-size: 16px;
        line-height: 20px;
    }

    #tarif .panel a {
        font-size: 16px;
        padding: 0em 1em;
    }
}

/* SECTION INFOS PRATIQUES */
#infos-pratiques {
    padding: 2em 0;
}

#infos-pratiques .if h2 {
    text-align: center;
    margin: 0.25em 0;
}

#infos-pratiques .accordion {
    padding: 0.6em 1em;
    margin: 0.25em 0;
    background: #000;
    cursor: pointer;
    -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;
    position: relative;
}

#infos-pratiques .accordion h2 {
    font-size: 30px;
    line-height: 37px;
    font-style: inherit;
    font-weight: 900;
    color: #00E5FF;
    text-transform: uppercase;
}

#infos-pratiques .panel a {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    font-size: 20px;
    display: block;
    max-width: max-content;
    margin: 1em auto;
    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;
}

#infos-pratiques .bloc-2 img {
    width: 100%;
}

#infos-pratiques .panel {
    margin: 1em 0 2.5em;
}

#infos-pratiques .bloc-fullwidth .panel table {
    border: 1px solid #707070;
    width: 100%;
    margin-left: 1em;
    border-collapse: inherit;
    text-indent: inherit;
    border-spacing: 0;
}

#infos-pratiques .bloc-fullwidth .panel th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
}

#infos-pratiques .bloc-fullwidth .panel tr:nth-child(even) {
    background: #b1b1b11a;
}

#infos-pratiques .bloc-fullwidth .panel tr:nth-child(odd) {
    background: #fff;
}

#infos-pratiques .bloc-fullwidth .panel>table>thead>tr {
    background: #7c7c7c52;
}

#infos-pratiques .bloc-fullwidth .panel td {
    font-size: 20px;
    line-height: 40px;
}

#infos-pratiques>div>div>div.bloc-fullwidth>div.panel>table>tbody>tr>td:nth-child(1),
#infos-pratiques>div>div>div.bloc-fullwidth>div.panel>table>thead>tr>th:nth-child(1) {
    padding-left: 1.5em;
}

.panel ul {
    list-style-type: disc;
    margin-left: 2em;
    margin-top: 2em;
}

.panel ul li {
    color: #00E5FF;
    font-size: 20px;
    line-height: 24px;
}

.panel ul span {
    color: #000;
}

#infos-pratiques p {
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (min-width: 1025px) {
    #infos-pratiques .panel {
        display: block;
    }

    #infos-pratiques .bloc-fullwidth .panel {
        display: flex;
    }
}

@media only screen and (max-width: 1024px) {
    #infos-pratiques .bloc-fullwidth .panel img {
        display: none;
    }

    #infos-pratiques .bloc-fullwidth .panel table {
        margin-left: 0;
    }
}

@media only screen and (min-width:320px) and (max-width: 1023px) {
    #infos-pratiques .accordion h2 {
        max-width: 280px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    #infos-pratiques .accordion:after {
        position: absolute;
        content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-bottom.svg);
        top: 50%;
        right: 1%;
        transform: translate(-50%, -50%);
        height: 33px;
    }

    #infos-pratiques .accordion.active:after,
    #infos-pratiques .v-1 .accordion:after {
        content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-top.svg);
    }

    #infos-pratiques .v-1 .accordion.active:after {
        content: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-bottom.svg);
    }

    #infos-pratiques .panel p,
    #infos-pratiques .panel li {
        font-size: 16px;
        line-height: 20px;
    }

    #infos-pratiques .panel a {
        font-size: 16px;
        padding: 0 1em;
    }
}

@media only screen and (min-width:432px) and (max-width: 1023px) {
    #infos-pratiques .bloc-fullwidth .accordion h2 {
        max-width: inherit;
    }
}

@media only screen and (min-width:601px) and (max-width: 1023px) {

    #infos-pratiques .bloc-fullwidth .panel th,
    #infos-pratiques .bloc-fullwidth .panel td {
        font-size: 16px;
        line-height: 32px;
    }
}

@media only screen and (min-width:320px) and (max-width: 600px) {

    #infos-pratiques .bloc-fullwidth .panel th,
    #infos-pratiques .bloc-fullwidth .panel td {
        font-size: 13px;
        line-height: 22px;
    }

    #infos-pratiques .bloc-fullwidth .panel th {
        text-transform: inherit;
        line-height: 17px;
    }
}

@media only screen and (min-width:320px) and (max-width: 800px) {
    .content_aeb h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        margin-bottom: 0.25em;
    }

    #infos-pratiques .row>* {
        padding: 0;
    }
}