@media only screen and (min-width: 320px) and (max-width: 600px) {
    #marathon-de-vannes.content_aeb h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    #marathon-de-vannes.content_aeb h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

/* CI-DESSOUS LE CODE CSS PROPRE AU MARATHON */
.intro {
    background-image: -webkit-linear-gradient(90deg, #38EAFF 50%, #fff 0%);
    background-image: -o-linear-gradient(90deg, #38EAFF 50%, #fff 0%);
    background-image: linear-gradient(90deg, #38EAFF 50%, #fff 0);
}

.intro img {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    .intro {
        padding-top: 72px;
    }
}

/* COMPTEUR */
.rebours {
    background: #000;
}

#event_inscri {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 2.5em 0 1.5em;
}

#counter {
    display: flex;
}

#counter .compteur {
    margin: 0 1em;
}

#counter .compteur span {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background: #fff;
    border-radius: 10px;
    min-width: 64px;
    height: 86px;
    align-self: center;
    display: block;
    padding: 8px 10px;
}

#counter .compteur h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #fff;
}

#event_inscri a.billetterie {
    background: #fff;
    color: #000;
    border: 3px solid #FFF;
    line-height: 74px;
    font-size: 30px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2em 1.5em;
    align-self: start;
    border-radius: 45px;
    margin-left: 1em;
    -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;
}

#event_inscri a.billetterie:hover {
    color: #fff;
    border: 3px solid #FFF;
    background: #000;
}

@media only screen and (min-width: 1681px) {
    .rebours {
        padding: 1.5% 0;
    }

    #event_inscri {
        padding: 2.8em 0 1em;
    }
}

@media only screen and (min-width: 300px) and (max-width: 880px) {
    #event_inscri {
        display: block;
    }

    #counter .compteur span {
        font-size: 45px;
        height: 60px;
    }

    #event_inscri a.billetterie {
        font-size: 20px;
        line-height: 34px;
        margin: 0.5em auto 0;
        display: block;
        max-width: max-content;
    }
}

@media only screen and (max-width: 800px) {
    #counter {
        justify-content: center;
    }

    #counter .compteur {
        margin: 0 0.5em;
    }
}

/* EPREUVES */
/*.epreuves .contain{
	width:100%;
	max-width:1680px;
	margin:auto;
}*/

.epreuves {
    padding: 4em 0 0;
}

.epreuves #actus-head {
    padding-left: 0;
    padding-right: 0;
}

.epreuves h2 {
    font-size: 65px;
    line-height: 58px;
    font-weight: 900;
    font-style: italic;
    color: #000;
}

.epreuves .bloc-3 {
    padding: 0;
}

.epreu {
    position: relative;
}

.epreu img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.epreu div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -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;
}

.epreu h2 {
    font-weight: 900;
    text-align: center;
    color: #000;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-style: italic;
}

.epreu h2 span {
    color: #fff;
    font-style: italic;
}

.epreu .btn,
#pop.btn {
    background: #fff;
    color: #000;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: max-content;
}

#course-1 {
    background: rgba(0, 229, 255, 0.75);
}

#course-2 {
    background: rgba(255, 78, 0, .85);
}

#course-3 {
    background: rgba(255, 221, 0, 0.80);
}

#course-4 {
    background: rgba(101, 255, 0, 0.81);
}

#course-5 {
    background: rgba(247, 0, 255, 0.78);
}

#course-6 {
    background: rgba(74, 74, 230, 0.80);
}

#course-1:hover h2 span {
    color: rgba(0, 229, 255);
}

#course-2:hover h2 span {
    color: rgba(255, 78, 0);
}

#course-3:hover h2 span {
    color: rgba(255, 221, 0);
}

#course-4:hover h2 span {
    color: rgba(101, 255, 0);
}

#course-5:hover h2 span {
    color: rgba(247, 0, 255);
}

#course-6:hover h2 span {
    color: rgba(74, 74, 230);
}

#course-1:hover .btn {
    background: rgba(0, 229, 255);
}

#course-2:hover .btn {
    background: rgba(255, 78, 0);
}

#course-3:hover .btn {
    background: rgba(255, 221, 0);
}

#course-4:hover .btn {
    background: rgba(101, 255, 0);
}

#course-5:hover .btn {
    background: rgba(247, 0, 255);
}

#course-6:hover .btn {
    background: rgba(74, 74, 230);
}

#course-1:hover,
#course-2:hover,
#course-3:hover,
#course-4:hover,
#course-5:hover,
#course-6:hover {
    background: rgba(0, 0, 0, 0.80);
}

#course-1:hover h2,
#course-2:hover h2,
#course-3:hover h2,
#course-4:hover h2,
#course-5:hover h2,
#course-6:hover h2 {
    color: #fff;
}

.linkcourse {
    display: block;
    height: 100%;
    width: 100%;
}

.distance {
    display: none;
}

.epreu:hover .distance {
    display: block;
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* POPUP NEWSLETTER */
.popnews {
    background: #00E5FF;
    position: relative;
}

.bloc-news {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100%;
}

.bloc-news img {
    margin: 3em auto 1em;
}

.bloc-news h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.bloc-news p {
    text-align: center;
    margin: 0.5em auto;
}

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

.overlay.open {
    display: inherit;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    padding: 2%;
    width: 620px;
    max-width: 80%;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

#newsletter .popup h3 {
    color: #00E5FF;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1;
}

#newsletter .popup p {
    color: #444;
    font-size: 14px;
    margin: 1.5em 0;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.popup .close {
    color: #00E5FF;
    cursor: pointer;
}

.popup .close:hover {
    color: #000;
}

.popup .content {
    width: 80%;
    max-width: 400px;
    margin: 2em auto 1em;
}

#gform_wrapper_2 {
    max-width: 320px;
    margin: auto;
}

#gform_wrapper_2 * {
    font-family: 'Open Sans', sans-serif;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .ginput_complex {
    display: inherit;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0;
}

#gform_wrapper_2.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
#gform_wrapper_2.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    padding-right: 0;
}

#gform_fields_2 input {
    border: none;
    padding: 0.5em 1em;
    height: 50px;
    color: #757575;
    background: #f9f9f9;
    max-width: 320px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}

#gform_submit_button_2 {
    background: #000;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: .28px;
    margin: auto;
    -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;
}

#gform_submit_button_2:hover {
    background: #00E5FF;
}

#field_2_4 #input_2_4_1 {
    height: auto;
}

#gform_wrapper_2 .gfield_consent_label {
    font-size: 12px;
}

#input_2_1_3 {
    margin-bottom: 1em;
}

@media only screen and (max-width: 480px) {
    .popup {
        max-width: 95%;
    }
}

@media only screen and (min-width: 1200px) {
    #marathon-de-vannes .epreu h2 {
        font-size: 42px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 800px) {
    .epreuves .row {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

@media only screen and (max-width: 1199px) {
    #marathon-de-vannes>section.epreuves>div>div>div.bloc-3.popnews>div>p {
        display: none;
    }
}

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

    /*.epreuves .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}*/
    #marathon-de-vannes .epreu h2 {
        font-size: 42px;
        line-height: 45px;
    }

    #marathon-de-vannes>section.epreuves>div>div>div.bloc-3.popnews>div>p {
        display: none;
    }

    /*.epreu:hover h2 {
	top: 33%;
}
.epreu:hover .distance {
	top: 55%;
}*/
    .epreu:hover .distance {
        font-size: 22px;
        top: 66%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
    #marathon-de-vannes .epreu h2 {
        font-size: 34px;
        line-height: 37px;
    }

    #marathon-de-vannes>section.epreuves>div>div>div.bloc-3.popnews>div>p {
        display: none;
    }

    .epreu:hover .distance {
        font-size: 18px;
        top: 66%;
    }

    .epreu .btn,
    #pop.btn {
        bottom: 0;
        font-size: 15px;
    }

    .bloc-news img {
        max-width: 80px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 800px) {
    #marathon-de-vannes .epreu h2 {
        font-size: 28px;
        line-height: 24px;
    }

    .epreu:hover h2 {
        top: 29%;
    }

    .epreu:hover .distance {
        top: 65%;
        font-size: 22px;
    }

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

    .epreu .btn,
    #pop.btn {
        padding: 0 1em;
    }

    .bloc-news img {
        margin: 2em auto 1em;
        max-width: 50px;
    }
}

@media only screen and (max-width: 419px) {
    #marathon-de-vannes .epreu h2 {
        font-size: 40px;
        line-height: 35px;
    }

    .epreu:hover h2 {
        top: 39%;
    }

    .epreu:hover .distance {
        top: 57%;
        font-size: 22px;
    }

    .epreu,
    .popnews {
        min-height: 290px;
    }

    .epreu img {
        object-fit: cover;
        min-height: 290px;
        height: auto;
    }

    .epreu .btn {
        bottom: 0;
        width: 48px;
        height: 48px;
        line-height: inherit;
        color: transparent;
        border: none;
    }

    .epreu a.btn:before {
        position: absolute;
        content: '+';
        font-size: 48px;
        color: #000;
        z-index: 9999;
        top: -11px;
        left: 13px;
    }
}

/* ACTUALITES */
.actus {
    background: #fff;
    padding: 4em 0;
}

.actus h2 {
    font-size: 65px;
    line-height: 58px;
    font-weight: 900;
    font-style: italic;
    color: #000;
}

#actus-head {
    position: relative;
    padding-bottom: 2em;
}

.actus .btn {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    right: 0.9375em;
    top: 10%;
}

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

.actus .bloc-2 .bloc-article {
    position: relative;
    overflow: hidden;
}

.actus img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    -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;
    max-height: 440px;
}

.bloc-article:hover img {
    transform-origin: 50% 50%;
    transform: scale(1.20);
}

.actus .article {
    background: rgba(27, 27, 27, 0.78);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 2em;
}

.actus .article-pos {
    position: absolute;
    width: 90%;
    max-width: 490px;
    top: 45%;
}

.actus .article h3 a {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.post-categories>li>a {
    font-size: 26px;
    line-height: 58px;
    font-weight: 500;
    color: #00E5FF;
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
    .actus {
        position: relative;
        padding: 2em 0 5em;
    }

    .actus .article {
        padding: 1em;
    }

    #actus-head {
        position: inherit;
        padding-bottom: 0.5em;
    }

    .actus .btn {
        top: inherit;
        bottom: 1%;
        width: 100%;
        right: inherit;
        max-width: max-content;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 433px) and (max-width: 800px) {
    .actus .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0.35em;
    }

    .actus .bloc-2:nth-child(2) {
        padding-left: 0;
    }

    .actus .bloc-2:last-child {
        padding-right: 0;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    .post-categories>li>a {
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .actus .article h3 a {
        font-size: 22px;
        line-height: 22px;
    }

    .actus .article-pos {
        top: 25%;
    }
}

@media only screen and (min-width: 433px) and (max-width: 600px) {
    .post-categories>li>a {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .actus .article h3 a {
        font-size: 15px;
        line-height: 15px;
    }

    .actus .article-pos {
        top: 5%;
    }
}

@media only screen and (max-width: 432px) {
    .actus .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .actus .bloc-2:nth-child(2) {
        padding-left: 0;
    }

    .actus .bloc-2:last-child {
        padding-right: 0;
        margin-top: 1em;
    }

    .actus img {
        height: auto;
        max-height: 230px;
    }

    .post-categories>li>a {
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .actus .article h3 a {
        font-size: 22px;
        line-height: 22px;
    }

    .actus .article-pos {
        top: 25%;
    }
}

/* VIDEO */
.video {
    padding: 3em 0;
    background: #000;
}

.video h2 {
    text-align: center;
    color: rgba(0, 229, 255);
    font-style: italic;
    font-size: 65px;
    line-height: 83px;
    font-weight: 900;
}

.video video {
    max-width: 100%;
    height: auto;
}

.video p {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}

.video .btn {
    background: #000;
    border: 1px solid #00E5FF;
    color: #00E5FF;
    margin: 2em auto 1em;
    display: block;
    width: max-content;
}

.video .btn:hover {
    background: #00E5FF;
    color: #000;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .video {
        padding: 2em 0;
    }

    #vid {
        padding: 0;
    }

    .video .btn {
        margin: 1em auto 0;
    }
}

/* RESEAUX SOCIAUX - FLOW FLOW */
.reseaux-sociaux {
    padding: 3em 0;
    background: #00E5FF;
}

#rs h2 {
    font-size: 65px;
    line-height: 58px;
    font-weight: 900;
    font-style: italic;
    color: #000;
}

#rs h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

#rs p {
    position: relative;
    color: #000;
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
}

#rs p:before {
    position: absolute;
    content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche.svg');
    left: -2em;
}

.rs .rejoindre ul {
    display: inline-flex;
    float: right;
}

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

.rs-facebook {
    background-position: 12px 2px;
}

.rs-instagram {
    background-position: -30px 2px;
}

i.sprites {
    margin-left: .5em;
}

.reseaux-sociaux .ff-item .ff-content,
[class*=ff-icon-],
.ff-item-bar>a span {
    color: rgb(0, 0, 0, 0.85);
}

.reseaux-sociaux .ff-stream-wrapper {
    margin: 0;
}

.reseaux-sociaux .ff-sc-label1 .ff-label-text {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .rs {
        position: relative;
    }

    .rs .rejoindre {
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-flex;
    }

    .reseaux-sociaux {
        position: relative;
    }

    .reseaux-sociaux:after,
    .reseaux-sociaux:before {
        position: absolute;
    }

    .reseaux-sociaux:after {
        content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/vague-right.svg');
        right: 0;
        top: 10%;
    }

    .reseaux-sociaux:before {
        content: url('https://marathon-vannes.com/wp-content/themes/Marathon/images/vague-left.svg');
        left: 0;
        top: 10%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .reseaux-sociaux {
        padding: 2em 0;
    }

    #ff-stream-1 {
        display: none;
    }

    #rs h3 {
        /*    font-size: 20px;
    text-align: center;*/
        display: none;
    }

    #rs p {
        text-align: center;
        display: block;
        max-width: max-content;
        margin: auto;
        padding-left: 2em;
    }

    #rs p:before {
        left: 0;
    }

    .rs .rejoindre ul {
        float: inherit;
        margin: .5em auto 0;
        width: max-content;
        display: flex;
    }

    .rejoindre ul li {
        margin: 0 .5em;
    }

    .rejoindre ul li a {
        background: #fff;
        border-radius: 45px;
        height: 60px;
        width: 60px;
        display: block;
    }

    .rs-instagram {
        background-position: -19px 14px;
    }

    .rs-facebook {
        background-position: 23px 14px;
    }

    .sprites {
        width: 50px;
        height: 50px;
    }

    i.sprites {
        margin-left: 0;
    }
}

/* PARTENAIRES */
/* + reprendre slick.css aulieu de faire un appel supplémentaire */
#partenaires {
    padding: 1em 0 3em;
    background: #fff;
}

#partenaires .slick-arrow {
    position: absolute;
    border: none;
    color: transparent;
    top: 50%;
    cursor: pointer;
    display: none;
    height: 50px;
    width: 50px;
}

#partenaires .slick-next {
    right: 0;
    background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-right.svg) no-repeat;
}

#partenaires .slick-prev {
    left: 0;
    background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-left.svg) no-repeat;
}

#partenaires .slick-slide {
    margin: 0 .46875em;
}

/*Commun avec l'autre caroussel*/
#partenaires .slide img {
    margin: auto;
}

#partenaires .slick-slider {
    position: relative;
    display: block;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#partenaires .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0.5em 0;
    height: auto;
    max-width: 1000px;
}

#partenaires .slick-list:focus {
    outline: none;
}

#partenaires .slick-list.dragging {
    cursor: pointer;
}

#partenaires .slick-slider .slick-track,
#partenaires .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#partenaires .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#partenaires .slick-track:before,
#partenaires .slick-track:after {
    display: table;
    content: '';
}

#partenaires .slick-track:after {
    clear: both;
}

#partenaires .slick-loading .slick-track {
    visibility: hidden;
}

#partenaires .slick-slide {
    display: none;
    float: left;
    height: 50%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

#partenaires .slick-slide img {
    display: block;
    padding: 0;
    object-fit: cover;
    width: 100%;
    max-width: 180px;
    max-height: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#partenaires .slick-slide.slick-loading img {
    display: none;
}

#partenaires .slick-slide.dragging img {
    pointer-events: none;
}

#partenaires .slick-initialized .slick-slide {
    display: block;
}

#partenaires .slick-loading .slick-slide {
    visibility: hidden;
}

#partenaires .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#partenaires .slick-arrow.slick-hidden {
    display: none;
}

#partenaires .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#partenaires .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#partenaires .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#partenaires .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}

#partenaires .slick-dots li button::after {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#partenaires .slick-dots li.slick-active button::after {
    opacity: .75;
    color: black;
}

@media only screen and (min-width:1200px) {
    .partenaireslide {
        max-width: 1130px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 599px) {
    #partenaires .slick-slider {
        margin: 10px auto;
        padding: 0;
        max-width: 80%;
    }

    #partenaires .slick-arrow {
        height: 35px;
        width: 35px;
    }

    #partenaires .slick-next {
        right: -38px;
        z-index: 1;
        background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-mobright.svg) no-repeat;
    }

    #partenaires .slick-prev {
        left: -38px;
        z-index: 1;
        background: url(https://marathon-vannes.com/wp-content/themes/Marathon/images/fleche-mobleft.svg) no-repeat;
    }
}

.partit h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 83px;
    font-style: italic;
    text-align: center;
    color: #000;
}

.slide img {
    display: block;
    padding: 6px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (max-width:480px) {
    #partenaires .slick-slide img {
        width: auto;
        height: 86px;
    }
}

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