﻿a {
    color: #1D995B;
}

/********************************************************************************************/
/******************************************* GÉNÉRALITÉS ****************************************/
/********************************************************************************************/

body {
    font-family: 'Titillium Web';
    background: #eaeaea;
    color: #000;
}

.h1, h1 {
    font-size: 2.4rem;
}

.container {
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}

.affichage1 {
    margin-top: 15px;
    padding: 0;
}

.contenu_inter {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

.contenu_gris {
    background: #eaeaea;
}

.h2, h2 {
    font-size: 30px;
    font-weight: bold;
}

.h3, h3 {
    font-size: 24px;
    font-weight: bold;
}

.h4, h4 {
    font-size: 18px;
    font-weight: bold;
}

/********************************************************************************************/
/******************************************* HABILLAGE ****************************************/
/********************************************************************************************/

.habil {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: top center !important;
    z-index: 1;
}

.habil.floatable {
    top: 0;
    position: fixed;
}

.habil a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.arche {
    margin: auto;
    text-align: center;
}

/********************************************************************************************/
/******************************************* LIGHTBOX ****************************************/
/********************************************************************************************/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    top: 10px;
    font-size: 70px;
    right: 5px;
    cursor: pointer;
    opacity: 1;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: 'Titillium Web';
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    color: #fff;
    font-size: 70px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow i {
    width: 0;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid transparent;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid transparent;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid transparent;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid transparent;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -20px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 500px;
    cursor: auto;
    margin-left: -250px;
    border-bottom: solid 2px #1D995B;
    padding-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Titillium Web';
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    min-height: 18px;
    color: #fff;
    word-wrap: break-word;
    padding-right: 36px;
    letter-spacing: 1px;
}

.mfp-title i {
    margin-right: 5px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .imgassemembres {
        margin-left: -20px;
    }
}

@media all and (max-width: 410px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 135%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 411px) and (max-width: 455px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 125%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 456px) and (max-width: 500px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 125%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 501px) and (max-width: 625px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 110%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 626px) and (max-width: 725px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 100%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 726px) and (max-width: 767px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 90%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 85%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }
}

/********************************************************************************************/
/******************************************* BLOC SHARE ****************************************/
/********************************************************************************************/

.blocshare .share {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.blocshare .share .icon {
    margin-top: -5px;
}

.blocshare .share .icon span {
    font-size: 28px;
    margin-right: 15px;
}

.blocshare .share .icon span a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blocshare .share .icon span a:hover {
    color: #333;
}

.pagination {
    margin-top: 15px;
}

.pagination .page-item {
    margin-left: 3px;
    margin-right: 3px;
}

.pagination .page-item .page-link {
    border-radius: 0 !important;
}

.pagination .page-item .page-link {
    color: #000;
    font-weight: bold;
    border: none;
}

.pagination .page-item.active .page-link {
    background: #1D995B;
    color: #fff;
    font-family: 'Titillium Web';
    border: none;
}


/********************************************************************************************/
/******************************************* NAVBAR ****************************************/
/********************************************************************************************/

nav.navbar {
    padding: 0;
    position: relative;
    z-index: 3;
}

nav.navbar .green {
    background: #1D995B;
    padding: 8px 0 8px 15px;
    width: 100%;
}

.navbar > .green > .container {
    padding-right: 0;
}

.navbar-light .navbar-brand.logo {
    position: absolute;
    top: -35px;
    left: 15px;
    z-index: 9;
}

.navbar-light .navbar-brand.logo img {
    width: 100px;
}

.navbar-light .navbar-toggler {
    border: none;
    float: right;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-collapse {
    background: rgba(0, 0, 0, 0.80);
    padding: 60px 15px 8px;
    position: absolute;
    width: 100%;
    top: 53px;
    left: 0;
    z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 23px;
    text-transform: uppercase;
}

.navbar-light .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar .dropdown-item {
    padding: 0;
    color: #e0e0e0;
    line-height: 11px;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    background: none;
}

.c-offcanvas {
    left: 0;
    padding: 1rem;
    overflow-y: scroll;
    background: #1D995B;
}

.js-offcanvas a {
    color: #fff;
    outline: 0;
}

.js-offcanvas .dropdown-menu {
    position: relative;
    border: none;
    background: none;
    line-height: 14px;
    margin-top: 10px;
    padding-top: 0;
    transform: translate3d(0px, 0px, 0px) !important;
}

.js-offcanvas .dropdown-menu.show {
    position: relative !important;
}

.js-offcanvas .nav-item {
    border-bottom: solid 1px #97bfa9;
}

.js-offcanvas .nav-item > a {
    font-size: 20px;
}

.js-offcanvas .dropdown-item {
    padding: 5px 10px;
}

.js-offcanvas .nav-item.dropdown:after {
    content: '\f2f9';
    position: absolute;
    right: 10px;
    color: #fff;
    top: 11px;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 20px;
}

.js-offcanvas .nav-item.dropdown.show:after {
    content: '\f2fa';
}

.js-offcanvas .list-unstyled {
    display: none;
}

.js-offcanvas.is-open .list-unstyled {
    padding-top: 10px;
    display: block;
}

.js-offcanvas.is-open .list-unstyled .social {
    font-size: 20px;
    margin-right: 15px;
}

@media screen and (max-width: 1400px) {
    #div-logo-auvergne {
        margin-left: 15%;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 675) {
    #div-logo-auvergne {
        margin-left: 20%;
        margin-top: 0px !important;
    }
}

/********************************************************************************************/
/******************************************* ARTICLE EN UNE ****************************************/
/********************************************************************************************/

#une {
    position: relative;
}

#une .imgUne {
    background: #000;
    margin-bottom: 0;
    /*min-height: 150px;*/
}

#une .imgUne img {

@media screen and (min-width: 480px) {
    display: block

;
    width:

100%;
    opacity:

0.7;
}

@media screen and (max-width: 480px) {
    display: none

;
    width:

100%;
    opacity:

0.7;
}

}

#une .imgUne.nopac img {
    opacity: 1;
}

#une .titre {
    position: relative;
    top: 30%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#une .titre.left {
    text-align: left;
    right: auto;
    left: 10%;
    color: white;
}

#une .titre h1 {
    font-weight: bold;
    border-bottom: solid 3px #1D995B;
    padding-bottom: 10px;
    font-size: 32px;
}

#une .titre h1 a {
    color: #fff;
}

#une .titre h1 a:hover {
    text-decoration: none;
}

#une .titre a.more {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}


/********************************************************************************************/
/******************************************* BLOC PROCHAIN MATCH / ENTETE ****************************************/
/********************************************************************************************/

.prochain,
.entete {
    background: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 30px;
}

.container.contenu.article .entete {
    background: #eaeaea;
}

.prochain .bouton.btn-billetterie {
    display: block;
}

.entete h1 {
    font-weight: bold;
    font-family: 'Titillium Web';
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
}

.entete h1 .titre {
    border-bottom: solid 2px #1D995B;
}

.entete h1 .sstitre {
    color: #8a8a8a;
    font-weight: 500;
    margin-left: 15px;
}

.entete .blocshare .share {
    margin-top: 5px;
    margin-bottom: 0px;
}

.matchcenter .entete > .row > .col-12.text-center {
    padding-left: 0;
    padding-right: 0;
}

.prochain .count {
    display: none;
}

.prochain .logos img {
    float: left;
}

.prochain .infos {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 23px;
}

.prochain .infos .compet span {
    color: #8a8a8a;
}

.prochain .infos .match {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.prochain .infos .match span {
    color: #1D995B;
}

.prochain .btn-billetterie {
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 32px;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.prochain .bouton i,
.agenda .bouton i {
    margin-right: 5px;
}

/********************************************************************************************/
/******************************************* BLOC DERNIER MATCH ****************************************/
/********************************************************************************************/

.bloc {
    margin-top: 15px;
    background: #fff;
    padding-bottom: 10px;
}

.bloc h3 {
    font-weight: bold;
    font-family: 'Titillium Web';
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: solid 1px #1D995B;
}

.bloc .more a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.dernier {
    padding-bottom: 0;
}

.dernier ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.dernier ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Titillium Web';
    padding-top: 3px;
    padding-bottom: 3px;
}

.dernier ul li a i {
    width: 20px;
}

.dernier .photo {
    padding-left: 0;
    padding-right: 0;
}

.dernier .photo {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background: #000;
}

.dernier .photo .infos {
    position: relative;
    z-index: 2;
    text-align: center;
    /*margin-top: 20px;*/
    height: 135px;
    background-size: cover !important;
    background-position: center center !important;
    padding-top: 20px;
}

.dernier .photo .infos .bg {
    opacity: 0.4;
    background: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 135px;
}

.dernier .photo .logo {
    width: 50px;
}

.dernier .photo .logo.dom {
    position: relative;
    z-index: 2;
}

.dernier .photo .logo.ext {
    margin-left: -25px;
    position: relative;
    z-index: 2;
}

.dernier .photo .score {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    z-index: 3;
    position: relative;
    vertical-align: middle;
}

.dernier .photo img.bg {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}

/********************************************************************************************/
/******************************************* BLOC ARTICLES ****************************************/
/********************************************************************************************/

.article.second {
    background: #fff;
    margin-top: 15px;
}

.article.second .infos {
    padding: 8px 15px;
}

.article.second .infos h2 a {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    display: block;
}

.article.second .infos h2 a:hover {
    text-decoration: none;
}

.article.second .date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.article.second .date i {
    margin-right: 2px;
}

.article.second .date span {
    color: #8a8a8a;
    font-weight: 500;
}

.article.second .date span.cartouche {
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
}

.article.list {
    margin-top: 15px;
    background: #fff;
}

.article.list .illustration {
    position: relative;
}

.article.list .theme {
    position: absolute;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-top: 42px;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    text-align: right;
    height: 66px;
    vertical-align: bottom;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../img/shadow.png) no-repeat top right;
}

.article.list .theme .cartouche {
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
}

.article.list .infos {
    padding: 15px 30px 30px 30px;
    position: relative;
}

.article.list .infos h4 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.article.list .infos h4 a {
    color: #000;
}

.article.list .infos .date {
    color: #8a8a8a;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 6px;
}

.article.list.autopromo_bandeau {
    text-align: center;
    background: none;
}

.article.list.autopromo_bandeau a {
    display: block;
}

/********************************************************************************************/
/******************************************* BLOC ARTICLES ****************************************/
/********************************************************************************************/

#filinfos {
    background: #fff;
    margin-top: 15px;
}

#filinfos .fil {
    height: 510px;
    margin-bottom: 10px;
    overflow: hidden;
}

#filinfos .onglets > .col-6 {
    padding-left: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 5px;
    background: #f6f5f5;
    padding-bottom: 5px;
}

#filinfos .onglets > .col-6.select {
    background: #fff;
}

#filinfos .onglets > .col-6.select span {
    border-bottom: solid 1px #1D995B;
}

#filinfos .fil ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}

#filinfos .fil ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #eaeaea;
}

#filinfos .fil ul li a .titre {
    color: #000;
    padding-left: 45px;
    display: block;
}

#filinfos .fil ul li.important a .titre {
    color: #e52123;
}

#filinfos .fil ul li a .date {
    margin-right: 5px;
    color: #8a8a8a;
    float: left;
}

#filinfos .fil ul li a .date.today {
    color: #1D995B;
}

#filinfos .fil ul li .icon {
    color: #1D995B;
    font-size: 14px;
    display: block;
    margin-left: 45px;
}

#filinfos .navigation i {
    font-size: 24px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

#filinfos .navigation i.gray {
    opacity: 0.45;
}

/********************************************************************************************/
/******************************************* BLOC AGENDA ****************************************/
/********************************************************************************************/

.agenda .contentagenda {
    padding-bottom: 10px;
}

.agenda .unedate {
    border-bottom: solid 1px #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
}

.agenda .unedate .date {
    font-weight: bold;
    color: #000;
    line-height: 20px;
    font-size: 12px;
    text-transform: capitalize;
}

.agenda .unedate .date span {
    font-size: 24px;
}

.agenda .unedate .event {
    font-size: 15px;
    font-weight: bold;
    display: table;
    vertical-align: middle;
    line-height: 20px;
    height: 50px;
    padding-left: 5px;
}

.agenda .unedate .event .prog {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.agenda .unedate .event .lieu {
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

/********************************************************************************************/
/******************************************* BLOC CLASSEMENT ****************************************/
/********************************************************************************************/

.classement.bloc .border {
    border: none !important;
    border-bottom: solid 1px #eaeaea !important;
    margin-top: -5px;
    margin-bottom: 5px;
}

.classement.bloc .position {
    font-size: 70px;
    color: gray;
    opacity: 0.40;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
    line-height: 63px;
}

.classement .table {
    margin-bottom: 10px;
}

.classement .table tr,
.classement .table th,
.classement .table td,
.classement.bloc .nb {
    border: none;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.classement .table th,
.classement.bloc .nb span {
    font-weight: 400;
    color: #8a8a8a;
    font-size: 13px;
}

.classement .table th.club,
.classement .table td.club {
    text-align: left;
}

.classement .table .sainte td.club {
    color: #1D995B;
}

/********************************************************************************************/
/******************************************* BLOC CALENDRIER ****************************************/
/********************************************************************************************/

.calendrier .matchs {
    margin-bottom: 10px;
}

.calendrier .unmatch {
    border-bottom: solid 1px #eaeaea;
    padding-top: 7px;
    padding-bottom: 7px;
}

.calendrier .logos {
    padding-right: 0;
}

.calendrier .logos .ext {
    margin-left: -20px;
}

.calendrier .logos img {
    position: relative;
    z-index: 2;
    height: 56.33px;
}

.calendrier .logos .asse img {
    z-index: 3;
}

.calendrier .infos {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    padding-top: 5px;
}

.calendrier .infos .compet {
    color: #8a8a8a;
    letter-spacing: 0.2px;
    font-size: 12px;
}

.calendrier .infos .match {
    font-size: 18px;
    letter-spacing: 0.2px;
}

.calendrier .infos .match span.asse {
    color: #1D995B;
}

.calendrier .infos .date {
    letter-spacing: 0.2px;
    font-size: 14px;
}

/********************************************************************************************/
/******************************************* MEDIATHEQUE : ASSE TV / PORTFOLIO ****************************************/
/********************************************************************************************/

.padding_mediatheque {
    padding-left: 0;
    padding-right: 0;
}

.mediatheque .media {
    padding: 0;
}

.mediatheque .embed-responsive {
    margin-bottom: 5px;
}

.mediatheque iframe {
    width: 100%;
}

.mediatheque .more {
    padding-top: 10px;
}

.mediatheque .titrevideo {
    margin-top: 7px;
    line-height: 26px;
    margin-bottom: 7px;
    font-size: 22px;
    display: block;
    color: #000;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mediatheque .titrevideo:hover {
    color: #333;
    text-decoration: none;
}

.mediatheque .theme {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mediatheque .theme span {
    color: #8a8a8a;
    font-weight: 500;
}

/********************************************************************************************/
/******************************************* PALMARES ****************************************/
/********************************************************************************************/

.palmares {
    background: url(../img/bg_palmares.jpg) center center no-repeat;
    position: relative;
}

.palmares h3 {
    color: #fff;
}

.palmares .more a {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
}

.palmares .trophee {
}

.palmares .slick-list {
    width: 90%;
    margin-left: 5%;
}

.trophees_carousel .nb {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.trophees_carousel .img {
    max-width: 80px;
    margin: auto;
}

.trophees_carousel .compet {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    line-height: 14px;
    font-weight: bold;
}

.slick-arrow {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 120px;
    left: 10px;
    z-index: 3;
}

.slick-arrow.slick-next {
    left: auto;
    right: 15px;
}

/********************************************************************************************/
/******************************************* SOCIAL WALL ****************************************/
/********************************************************************************************/

.socialwall {
    padding-bottom: 0;
}

.socialwall h3.titre {
    position: absolute;
    z-index: 5;
}

.socialwall .publication {
    position: relative;
}

.socialwall .publication img {
    width: 100%;
    height: auto !important;
}

.socialwall .source {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
}

.socialwall .source i {
    margin-right: 5px;
}

/********************************************************************************************/
/******************************************* FOLLOW US ****************************************/
/********************************************************************************************/

.followus {
    margin-top: 15px;
    padding-bottom: 15px;
}

.followus .titre {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.followus .liens a {
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.followus .liens a .fa-inverse {
    color: #eaeaea;
}

.followus .liens a:hover {
    text-decoration: none;
    color: #333;
}

/********************************************************************************************/
/******************************************* PARTENAIRES ****************************************/
/********************************************************************************************/

#partenaires {
    background: url('../images/bg_partenaires.jpg');
    background-size: cover !important;
    background-position: top center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

#partenaires .unpart {
    display: inline-block;
}

#partenaires .unpart .couleur {
    display: none;
}

#partenaires .unpart:hover .couleur {
    display: inline-block;
}

#partenaires .unpart:hover .blanc {
    display: none;
}

#partenaires .part1 .unpart {

}

#partenaires .part2 {
    margin-top: 15px;
}

#partenaires .part2 .unpart {
    /*width: 16%;*/
    /*padding-left: 1%;*/
    /*padding-right: 1%;*/
}

#partenaires .part3 {
    margin-top: 15px;
}

#partenaires .part3 .unpart {
    /*width: 16%;*/
    /*padding-left: 1%;*/
    /*padding-right: 1%;*/
}

/********************************************************************************************/
/******************************************* FOOTER ****************************************/
/********************************************************************************************/

footer#footer {
    background: #222222;
    border-bottom: solid 2px #1D995B;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
}

footer#footer .titre,
footer#footer .titre a {
    color: #1D995B;
    font-weight: bold;
    font-size: 16px;
}

footer#footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    line-height: 20px;
}

footer#footer ul,
footer#footer ul a {
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 12px;
}

footer#footer ul.social {
    margin-top: 10px;
}

footer#footer ul.social a {
    font-size: 19px;
    margin-left: 7px;
}

footer#footer .logo {
    width: 90px;
    margin-top: 50px;
}

footer#footer .logo_mobile {
    width: 80px;
    margin-top: 10px;
}

footer#footer .regie {
    line-height: 13px;
    color: #d2d0d0;
    font-family: 'Titillium Web';
    font-size: 10px;
    font-weight: lighter;
}

footer#footer .regie a {
    color: #d2d0d0;
}

footer#footer .regie img {
    margin-bottom: 5px;
    width: 50px;
}

footer#footer .copy {
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 12px;
    margin-top: 15px;
}

footer#footer .copy a {
    color: #fff;
}

/********************************************************************************************/
/******************************************* PAGE CALENDRIER ****************************************/
/********************************************************************************************/

.agenda td.compet.horaire {
    width: 25px;
    text-align: center;
}

.contenu_inter.agenda.prochain {
    padding-left: 15px;
    padding-right: 15px;
    background: url(../img/bg_prochain_calendrier.jpg) center center;
}

.contenu_inter.agenda.prochain table td {
    border: none;
}

.contenu_inter.agenda.prochain .top {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.contenu_inter.agenda.prochain .top span {
    color: #8a8a8a;
}

.contenu_inter.agenda.prochain .top i {
    margin-right: 5px;
}

.contenu_inter.agenda.prochain .compet.text.horaire .heure {
    background: #8a8a8a;
    color: #fff;
    padding: 2px 4px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.contenu_inter.agenda.prochain .liens a {
    margin-left: 5px;
    margin-right: 5px;
}

.prochain .bouton,
.agenda .bouton {
    font-size: 14px;
    color: #fff;
    background: #000;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: auto;
    line-height: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.prochain .bouton:hover,
.agenda .bouton:hover {
    text-decoration: none;
    background: #222;
}

/********************************************************************************************/
/******************************************* PAGE AGENDA ****************************************/
/********************************************************************************************/

.agenda table.table {
    margin-bottom: 0;
}

.agenda table.table td {
    vertical-align: middle;
    padding: 7px;
    border-top: 1px solid #ccc;
}

.agenda table.table .nobord td {
    border-top: 1px solid #e9ecef;
}

.agenda table.table .jour {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 17%;
}

.agenda table.table .equipe {
    width: 20%;
}

.agenda table.table .jour div {
    font-size: 30px;
    line-height: 25px;
}

.agenda table.table .logo_compet {
    width: 15%;
}

.agenda table.table .logo_compet img {
    width: 100%;
}

.agenda table.table .compet img {
    width: 50px;
}

.agenda table.table .compet .heure {
    color: #a6a6a6;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.agenda table.table td .objet {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
}

.agenda table.table td .temps,
.agenda table.table td .lieu {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #8a8a8a;
}

.agenda table.table td .temps i,
.agenda table.table td .lieu i {
    margin-right: 5px;
}

.agenda table.table .compet.horaire.score .heure {
    color: #000;
    font-size: 14px;
}

/********************************************************************************************/
/******************************************* PAGE ARCHIVES ****************************************/
/********************************************************************************************/

.archives .padding_mediatheque .bloc,
.media_details .padding_mediatheque .bloc {
    margin-top: 0;
}

.archives .filtres .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 0;
}

.archives .filtres .form-group select {
    border: solid 1px #d2d2d2;
    width: 100%;
    padding: 8px;
    font-family: 'Titillium Web';
    font-size: 12px;
}

.archives .filtres form button {
    background: #1D995B;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    line-height: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.archives .filtres form button i {
    margin-right: 5px;
}

.archives .filtres form button:hover {
    text-decoration: none;
    background: #116337;
}

.archives .anciens .article.list,
.media_details .anciens .article.list {
    margin-left: -15px;
    margin-right: -15px;
}

.archives .filtres {
    padding-left: 0;
    padding-right: 0;
}

/********************************************************************************************/
/******************************************* PAGE MEDIATHEQUE DETAILS ****************************************/
/********************************************************************************************/

.media_details .mediatheque.bloc h3 {
    margin-left: 120px;
}

.media_details .list_photos .photo {
    margin-bottom: 15px;
}

.media_details .list_photos .img {
    padding-right: 0;
    padding-left: 0;
}

.media_details .list_photos .infos {
    border-bottom: solid 2px #1D995B;
    text-transform: uppercase;
    color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.media_details .list_photos .infos a {
    color: #000;
}

.media_details .list_photos .infos a:hover {
    color: #222;
}

.media_details .list_photos .infos i {
    margin-right: 5px;
}


/********************************************************************************************/
/******************************************* PAGE CLASSEMENT ****************************************/
/********************************************************************************************/

.contenu_inter.classement table th,
.contenu_inter.effectif table th,
.contenu_inter.classement table td,
.contenu_inter.effectif table td {
    vertical-align: middle;
}

.contenu_inter.effectif table th,
.contenu_inter.effectif table td {
    text-transform: uppercase;
    padding: 4px 8px;
}

.contenu_inter.classement table th,
.contenu_inter.effectif table th {
    font-weight: 600;
}

.contenu_inter.classement table td,
.contenu_inter.effectif table td {
    font-weight: 400;
}

.contenu_inter.effectif table td.nom {
    font-weight: 600;
}

.contenu_inter.classement table tr.asse td,
.contenu_inter.effectif table tr.asse td {
    background: #1D995B;
    color: #fff;
}

.contenu_inter.classement table .pos,
.contenu_inter.effectif table .pos,
.contenu_inter.classement table .club,
.contenu_inter.effectif table .club,
.contenu_inter.classement table .points,
.contenu_inter.effectif table .points {
    font-weight: 600;
}

.contenu_inter.classement table td img,
.contenu_inter.effectif table td img {
    width: 30px;
}

.contenu_inter.classement .table th,
.contenu_inter.effectif .table th {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.filtres_classement {
    margin-bottom: 15px;
}

/********************************************************************************************/
/******************************************* PAGE DE CONTENU ****************************************/
/********************************************************************************************/

.contenu_inter.texte {
    font-family: 'Titillium Web';
    padding: 15px;
}

.contenu_inter.texte .chapeau {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px #eaeaea;
}

.contenu_inter.texte .chapeau p,
.contenu_inter.texte .body p {
    margin-bottom: 0;
}

.contenu_inter.texte .body {
    font-size: 15px;
}

.contenu_inter.texte .body img,
.contenu_inter.texte .body blockquote,
.contenu_inter.texte .body embed,
.contenu_inter.texte .body iframe {
    max-width: 100%;
}

.contenu_inter.texte .body img {
    height: auto !important;
}

.contenu_inter.texte .body p a {
    border-bottom: solid 2px #1D995B;
    color: #000;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-right: 3px;
    padding-left: 3px;
}

.contenu_inter.texte .body a:hover {
    text-decoration: none;
    background: #1D995B;
    opacity: 0.9;
    color: #fff;
}

.contenu_inter.texte h2,
.effectif_details .infos h2 {
    background: #1D995B;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding: 3px 5px;
    letter-spacing: 0.5px;
}

.contenu_inter.texte h3 {
    color: #1D995B;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 22px;
    padding: 3px 5px 0px 5px;
    letter-spacing: 0.5px;
    margin-top: 0;
    border-bottom: solid 1px #1D995B;
    display: block;
}

.contenu_inter.texte h4 {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    font-family: 'Titillium Web';
}

/********************************************************************************************/
/******************************************* EFFECTIF PRO ****************************************/
/********************************************************************************************/

.contenu_gris.effectif_pro h3 {
    font-family: 'Titillium Web';
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.contenu_gris.effectif_pro .joueur {
    background: #fff;
    margin-top: 15px;
}

.contenu_gris.effectif_pro .joueur .img {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.contenu_gris.effectif_pro .joueur .img .portrait {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -140px;
    z-index: 5;
}

.contenu_gris.effectif_pro .joueur .img .ombre {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 7;
}

.contenu_gris.effectif_pro .joueur .img .num {
    color: #eaeaea;
    font-size: 100px;
    font-family: 'Titillium Web';
    font-weight: bold;
    line-height: 100px;
    letter-spacing: -5px;
    z-index: 4;
    position: relative;
    top: 15px;
}

.contenu_gris.effectif_pro .joueur .img .infos {
    position: absolute;
    z-index: 8;
    bottom: 15px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.contenu_gris.effectif_pro .joueur .img .infos .prenom {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.contenu_gris.effectif_pro .joueur .img .infos .nom {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.contenu_gris.effectif_pro .joueur .img .infos .pays {
    color: #8a8a8a;
}

.contenu_gris.effectif_pro .joueur .img .infos .pays img {
    margin-right: 5px;
    margin-top: -3px;
}

.contenu_gris.effectif_pro .joueur .gofiche {
    color: #000;
    display: block;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    border-top: solid 1px #eaeaea;
    text-transform: uppercase;
    text-align: center;
}

/********************************************************************************************/
/******************************************* EFFECTIF DETAILS ****************************************/
/********************************************************************************************/

.effectif_details {
    font-family: 'Titillium Web';
    font-size: 13px;
    padding-top: 15px;
    background: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.effectif_details .infos {
    font-weight: bold;
}

.effectif_details .infos table td {
    border: none;
}

.effectif_details .infos .intitule {
    font-weight: normal;
    display: inline-block;
}

.effectif_details .infos .intitule_long {
    width: auto;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.effectif_details .infos a.boutique {
    display: inline-block;
    color: #fff;
    background: #1D995B;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.effectif_details .infos a.boutique:hover {
    text-decoration: none;
    background: #116337;
}

.effectif_details .social .liens {
    text-align: left;
}

.effectif_details .social .liens a {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.effectif_details .social .liens a:hover {
    opacity: 0.8;
}

.effectif_details .infos h5 {
    font-weight: bold;
    font-family: 'Titillium Web';
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.effectif_details .infos h5 .titre {
    border-bottom: solid 2px #1D995B;
}

.effectif_details .infos h5 .sstitre {
    color: #8a8a8a;
    font-weight: 500;
    margin-left: 5px;
}

.effectif_details .infos .stats {
    text-align: center;
    margin-bottom: 30px;
    line-height: normal;
}

.effectif_details .infos .stats .intitule {
    font-weight: normal;
    font-size: 15px;
    margin-top: 10px;
}

.effectif_details .infos .stats .nombre {
    color: #1D995B;
    font-size: 80px;
    line-height: 70px;
    font-family: 'Titillium Web';
}

.effectif_details .contenu_txt {
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.effectif_details .contenu_txt p {
    margin-bottom: 0;
}

.actualites_effectif,
.last_article,
.photos_effectif {
    margin-left: -15px;
    margin-right: -15px;
}

.actualites_effectif h3,
.last_article h3,
.photos_effectif h3 {
    font-weight: bold;
    font-family: 'Titillium Web';
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 00px;
}

.actualites_effectif h3 span,
.last_article h3 span,
.photos_effectif h3 span {
    border-bottom: solid 2px #1D995B;
}

.actualites_effectif h3 a,
.last_article h3 a,
.photos_effectif h3 a {
    font-size: 12px;
    display: block;
    color: #000;
}

.photos_effectif {
    margin-top: 15px;
}

.slider_img .slick-arrow {
    top: 50%;
    cursor: pointer;
    margin-top: -19px;
}

.pagingInfo {
    position: absolute;
    margin-top: -39px;
    margin-left: 0px;
    /*background: #fff;*/
    padding: 0px 5px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
}

/********************************************************************************************/
/******************************************* PAGE ARTICLE ****************************************/
/********************************************************************************************/

.contenu.article .contenu_inter.texte {
    margin-top: -30px;
}

.contenu.article.nomargin .contenu_inter.texte {
    margin-top: 15px;
    padding-top: 50px;
}

.contenu.article .contenu_inter.texte h1 {
    font-size: 28px;
    font-family: 'Titillium Web';
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.contenu.article .contenu_inter.texte .chapeau {
    border: none;
    margin-bottom: 0;
}

.contenu.article .contenu_inter.texte .date_share {
    font-size: 14px;
    font-weight: normal;
    border-bottom: solid 2px #eaeaea;
    margin-bottom: 20px;
}

.contenu.article .contenu_inter.texte .date_share .categorie {
    color: #1D995B;
    font-weight: bold;
}

.contenu.article .contenu_inter.texte .date_share .date {
    color: #a9a9a9;
}

.contenu.article .contenu_inter.texte .date_share .blocshare {
    margin-top: 10px;
}

.contenu.article .contenu_inter.texte .slider_img {
    margin-bottom: 15px;
}

/********************************************************************************************/
/******************************************* MATCH CENTER ****************************************/
/********************************************************************************************/

#une.matchcenter .compet {
    position: absolute;
    top: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    max-width: 540px;
}

#une.matchcenter .compet img {
    height: 30px;
    margin-right: 10px;
}

#une.matchcenter .logos {
    position: absolute;
    top: 50px;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-width: 540px;
}

#une.matchcenter .logos .nom img {
    width: 66px;
}

#une.matchcenter .logos .buteurs {
    margin-top: 5px;
    font-size: 14px;
}

#une.matchcenter .logos .buteurs .time {
    font-weight: normal;
}

#une.matchcenter .logos .text-right .buteurs i {
    font-size: 12px;
    margin-left: 5px;
    color: #eaeaea;
}

#une.matchcenter .logos .text-left .buteurs i {
    margin-right: 5px;
}

#une.matchcenter .logos .score {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 80px;
}

#une.matchcenter .imgUne img {
    opacity: 0.2;
}

#une.matchcenter .infos {
    position: absolute;
    bottom: 10px;
    max-width: 540px;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#une.matchcenter .infos a {
    color: #fff;
}

#une.matchcenter .infos i {
    width: 20px;
    text-align: center;
}

.matchcenter .entete h1,
.matchcenter .entete h3 {
    font-weight: bold;
    font-family: 'Titillium Web';
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 2px;
    margin-left: 2px;
    padding-right: 2px;
    margin-right: 2px;
}

.matchcenter .entete h1 {
    border-bottom: solid 2px #1D995B;
    color: #000;
}

.matchcenter .entete h1 a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.matchcenter .entete h3 a {
    color: #8a8a8a;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.matchcenter .entete a:hover {
    text-decoration: none;
    color: #000;
}

.matchcenter .entete .blocshare {
    display: none;
}

.matchcenter .anciens {
    padding-left: 0;
    padding-right: 0;
}

.matchcenter .hashtag {
    text-decoration: underline;
}

.matchcenter .live {
    margin-top: 15px;
    /*padding-top: 15px;*/
}

.matchcenter .live:before {
    content: "";
    width: 2px;
    background: #bbbbbb;
    position: absolute;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 49px;
}

.matchcenter .live .event {
    position: relative;
    padding-left: 70px;
    /*padding-left: 50px;*/
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d2d2d2;
}

.matchcenter .live .event.fort {
    font-weight: bold;
    border-left: solid 5px #1D995B;
}

.matchcenter .live .event.fort .temps {
    left: 0;
}

.matchcenter .live .event.fort .picto {
    left: 30px;
}

.matchcenter .live .event .picto img {
    width: 18px;
    margin-top: -6px;
    transform: rotate(-10deg);
}

.matchcenter .live .event.fort .details .txt {
    padding-left: 10px;
}

.matchcenter .live .event:last-child {
    margin-bottom: 0;
}

.matchcenter .live .event.but {
    font-weight: bold;
}

.matchcenter .live .event .temps {
    position: absolute;
    left: 0px;
    text-align: center;
    width: 35px;
    font-size: 16px;
    font-weight: bold;
    top: 15px;
}

.matchcenter .live .event .picto {
    position: absolute;
    color: #525252;
    text-align: center;
    left: 35px;
    width: 30px;
    top: 15px;
    background: #eaeaea;
    min-height: 24px;
    z-index: 6;
    line-height: 24px;
}

.matchcenter .live .event .picto .zmdi {
    font-size: 20px;
}

.matchcenter .live .event .picto .zmdi-comments {
    font-size: 18px;
}

.matchcenter .live .event .picto .fa {
    font-size: 16px;
}

.matchcenter .live .event .picto .zmdi-twitter {
    color: #1da1f2;
}

.matchcenter .live .event .picto .point {
    line-height: 20px;
}

.matchcenter .live .event .article {
    margin-top: 0;
}

.matchcenter .live .event .article .infos {
    padding-left: 0;
    padding-right: 0;
}

.matchcenter .live .event .blockquote {
    border: solid 2px #1D995B;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #1D995B;
    font-family: 'Titillium Web';
    font-style: italic;
    margin-bottom: 0;
    position: relative;
}

.matchcenter .live .event .blockquote .blockquote-header {
    background: #fff;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: -2px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    margin-left: -30px;
    font-size: 42px;
    line-height: 17px;
    z-index: 2;
    color: #8a8a8a;
}

.matchcenter .live .event .blockquote .blockquote-footer {
    background: #fff;
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    padding-left: 10px;
    padding-right: 10px;
    color: #8a8a8a;
}

.matchcenter .live .event .blockquote .blockquote-footer:before {
    display: none;
}

.matchcenter .live .event .details {
    background: #fff;
    font-family: 'Titillium Web';
    font-size: 14px;
}

.matchcenter .live .event .details .txt {
    padding: 15px;
}

.matchcenter .live .event .details * {
    max-width: 100%;
}

.matchcenter .live .event .etat_score {
    /*background: #eaeaea;*/
    background: url(../img/texture.png);
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #1D995B;
}

.matchcenter .live .event .etat_score .score {
    padding-top: 20px;
    font-size: 28px;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.matchcenter .live .event .etat_score .score.or {
    color: #c19732;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.matchcenter .live .event .etat_score img {
    width: 50px;
}

.matchcenter i.yellow {
    color: #e2dc1a;
}

.matchcenter i.red {
    color: #e21a1a;
}

.matchcenter .resul_percent {
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-top: 15px;
}

.matchcenter .resul_percent.podium {
    /*padding-top: 150px;*/
}

.matchcenter .resul_percent .pourcentage {
    font-size: 50px;
    color: #1D995B;
}

.matchcenter .palma {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.matchcenter .palma .titre {
    background: #1D995B;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.matchcenter .contenu_gris.effectif_pro h3 {
    margin-top: 15px;
}

.matchcenter .contenu_gris.effectif_pro .col-6.joueur .img .portrait {
    margin-left: -50%;
}

/********************************************************************************************/
/********************************************************************************************/
/******************************************* MEMBRE.ASSE.FR ****************************************/
/********************************************************************************************/
/********************************************************************************************/

/********************************************************************************************/
/******************************************* TITRE ****************************************/
/********************************************************************************************/

.clear {
    margin: 15px 0px 15px 0px;
}

.whitebackground {
    background-color: white;
}

.devenezmembre {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.assecolor {
    color: #1D995B;
}

.discoveravantage {
    margin: 15px 15px 15px 15px;
    text-transform: uppercase;
    color: white;
    background-color: #c81919;
    border: none;
    font-size: 16px;
    padding: 5px 15px 5px 12px;
    width: 90%;
}

.discoveravantage:hover {
    cursor: pointer;
}

.icondiscover {
    width: 16px;
    margin: 0px 5px 5px 0px;
}

.nombreusesexp {
    height: 345px;
    background: url('../images/10000.jpg') no-repeat;
    background-size: auto 100%;
}

.infosexp {
    position: relative;
    padding-top: 20px;
}

.infosnbexp {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    letter-spacing: 3px;
}

.textexp {
    font-family: 'Titillium Web';
    color: white;
    font-size: 18px;
    line-height: 180%;
    margin-top: 75px;
}

.assebutton {
    font-family: 'Titillium Web';
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    background-color: #1D995B;
    border: none;
    font-size: 14px;
    padding: 5px 15px 5px 12px;
    width: 100%;
    margin-left: 40px;
}

.assebutton:hover {
    cursor: pointer;
}

.assebuttongrey {
    font-family: 'Titillium Web';
    margin-top: 15px;
    text-transform: uppercase;
    color: #555555;
    background-color: #eaeaea;
    border: none;
    font-size: 16px;
    padding: 5px 15px 5px 12px;
    margin-left: 0;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.iconexp {
    width: 16px;
    margin: 0px 5px 5px 0px;
}


.h2exp {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 10px;
    font-size: 14px;
}

.borderbottom {
    text-decoration: none;
    border-bottom: 2px solid #1D995B;
}

.expspan {
    font-family: 'Titillium Web';
    font-size: 19px;
    margin-top: 35px;
}

.relativemembersa {
    position: relative;
    margin: 10px 0px 0px 0px;
}

.lecatalogue a {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
    margin-top: 45px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.lecatalogue a:hover {
    color: black;
    text-decoration: none;
}


.relativemembersb {
    position: relative;
    float: none;
    margin: 10px 0px 0px 0px;
}

.imageblock {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/2pmvipM.jpg') no-repeat;
    background-size: auto 100%;
    height: 250px;
}

.imageblock2 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/2pmM.jpg') no-repeat;
    background-size: auto 100%;
    height: 245px;
}

.imageblock3 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/umpedM.jpg') no-repeat;
    height: 250px;
    background-size: auto 100%;
}

.imageblock4 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/escortkids.jpg') no-repeat;
    height: 250px;
    background-size: 100% auto;
}

.imageblock5 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/2pdmesM.jpg') no-repeat;
    background-size: auto 100%;
    height: 345px;
}

.imageblock6 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/eavcldM.jpg') no-repeat;
    /*background-size:100% auto;*/
    height: 345px;
}

.imageblock7 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/vignetteASSETV.jpg') no-repeat;
    height: 170px;
    background-size: 100% auto;
    background-position: center;
}

.imageblock8 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/pdaalb.jpg') no-repeat;
    height: 170px;
    background-size: 100% auto;
    background-position: center;
}

.imageblock9 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/rbdvbel2024.jpg') no-repeat;
    background-size: auto 100%;
    height: 245px;
}

.imageblock10 {
    padding-left: 0px;
    padding-right: 0px;
    background: url('../images/DEMAT2526.jpg') no-repeat;
    background-size: 100% auto;
    height: 126px;
}

.center {
    text-align: center;
    right: auto;
    left: auto;
}

.maintitle {
    text-align: center;
    position: relative;
    color: white;
}

.textetop {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: bold;
    border-bottom: solid 3px #1D995B;
}

.textebottom {
    font-size: 20px;
    margin-bottom: 20px;
}

.iconh {
    width: 50px;
}

.imgassemembres {
    width: 120px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.lowpadding {
    margin-right: -15px;
    margin-left: -15px;
}

#avantagesmembres {
    background: url('../images/bg_carrousselv2.jpg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    /*height:1256px;*/
    height: auto;
    padding: 30px 0px 30px 0px;
    margin-bottom: 15px;
}

#cataloguediscover {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

#cataloguediscover a {
    color: black;
    text-decoration: none;
}

#cataloguediscover a:hover {
    color: black;
    text-decoration: none;
}

.cataloguediscover2 {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.cataloguediscover2 a {
    color: black;
    text-decoration: none;
}

.cataloguediscover2 a:hover {
    color: black;
    text-decoration: none;
}

#titleavantages {
    text-align: center;
    text-transform: uppercase;
    background-color: #1D995B;
    font-size: 30px;
    color: white;
}

.backgroundgrey {
    background-color: #eaeaea;
}

.backgroundwhite {
    background-color: white;
}

.cards {
    padding: 10px 10px 10px 10px;;
}

.membrecards {
    text-transform: uppercase;
    size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.offertcards {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 5px;
}

.cardsimg img {
    display: block;
    float: right;
    margin-top: -82px;
}

/*.cardsblock-20 {
	width:100%;
	padding:0px 10px 0px 10px;
}*/
.cardsblock-33 {
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.sup {
    vertical-align: super;
    font-size: 50%;
}

.listavantages > li {
    list-style-type: none;
    background: url('../images/checked.png') no-repeat left top;
    padding: 3px 0px 3px 10px;
}

.txtlist {
    padding-left: 10px;
}

.validitecards {
    color: #cdcdcd;
    font-style: italic;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.buttondiscovercards {
    border: none;
    background-color: #cdcdcd;
    color: #747474;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
    line-height: 20px;
    width: 100%;
}

.buttondevenirmembre {
    border: none;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    margin: 0;
    letter-spacing: 1px;
    width: 100%;
}

.buttondevenirmembre:hover {
    cursor: pointer;
}

.buttondiscovercards:hover {
    cursor: pointer;
}

.pricecards {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.listavantages {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 5px;
}

.legendecards {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    line-height: 120%;
    margin: 30px 0 30px 0;
}

.titre2 {
    font-size: 19px;
    font-weight: bold;
    /*border-bottom:solid 2px #1D995B;*/
    margin-right: 20px;
    font-family: 'Titillium Web';
}

.listeM {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Titillium Web';
}

.legende {
    color: #1e824c;
    font-weight: bold;
}

.junior {
    color: #1e824c;
    font-weight: bold;
}

.kop {
    color: #1e824c;
    font-weight: bold;
}

.fan {
    color: #1e824c;
    font-weight: bold;
}

.prenium {

    color: #1e824c;
    font-weight: bold;
}

.default {
    color: #000000;
    font-weight: bold;
}

.imgprofil {
    width: 50%;
    height: auto;
    margin: 5% 25% 10% 25%;
}

.editphoto {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.editphoto:hover {
    cursor: pointer;
}

.editphoto > i {
    margin-right: 5px;
}

.personnalinfos {
    width: 100%;
    padding: 10px;
    margin: 15px 0px 15px 0px;
    background-color: white;
    font-family: 'Titillium Web';
}

.required {
    color: #821e1e;
}

.personnalinfos > .row > .form-group > input {
    width: 100%;
}

.personnalinfos > .row > .form-group > select {
    width: 100%;
    height: 30px;
}

.personnalinfos > .row > .form-group > label {
    font-weight: bold;
    font-size: 12px;
}

.personnalinfos > form > .row > .form-group > label {
    font-weight: bold;
    font-size: 12px;
}

.personnalinfos-label {
    font-weight: bold;
    font-size: 12px;
}

.bloc > form > .form-group > select {
    width: 100%;
    height: 30px;
}

.slash {
    padding: 0px;
    text-align: center;
    font-size: 20px;
}

.conditionsOS {
    font-weight: bold;
    font-size: 12px;
}

.obligatoire {
    font-weight: bold;
    font-size: 12px;
}

.important {
    color: #821e1e;
    font-weight: bold;
    font-size: 12px;
}

.margin {
    margin: 10px 0px 10px 0px;
}

.undernav {
    width: 100%;
    background-color: #222222;
    padding: 5px 0px 5px 0px;
}

.containerUM {
    background-color: #222222;
    color: #a6a6a6;
    text-transform: uppercase;
    padding-left: 170px;
    font-family: 'Titillium Web';
}

.margin10 {
    margin-top: 10px;
}

.listeMembre {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    font-size: 12px;
}

.listeMembre > a {
    color: black;
    margin: 5px 0px 5px 0px;
}

.listeMembre a:hover {
    color: black;
    text-decoration: none;
}

.paddingL10 {
    padding-left: 10px;
}

.textarticles {
    color: #8a8a8a;
    font-size: 12px;
    font-family: 'Titillium Web';
}

.lineheight1 {
    line-height: 1 !important;
}

.paddingB15 {
    padding-bottom: 15px;
}

.nomargin {
    margin: 0px 0px 0px 0px !important;
    padding-bottom: 10px;
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 110%;
    background-color: #eaeaea;
    height: 1px;
}

.historiquelist {
    width: 100%;
    padding: 10px;
    margin: 15px 0px 15px 0px;
    background-color: white;
}

.red {
    color: #c81919;
}

.green {
    color: #1D995B;
}

.footertop {
    margin-top: -30px;
    z-index: 1 !important;
}

/*.img-fluid {
	display:block;
	margin:auto;
}*/
.intituleH {
    display: none;
}

.undernav {
    display: none;
}

#tableau_panier {
    width: 100%;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.erreur {
    border-color: #ff9696;
    outline: 1px solid #ff9696;
    background: #ffe0e0;
    color: #8c1000;
}

#tableau_panier th {
    border-right: 1px solid #cdcdcd;
    background: #004422;
    height: 34px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

#tableau_panier .blanc {
    padding-left: 7px;
    padding-right: 7px;
    background: #fff;
}

#tableau_panier td {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 10px;
    padding-bottom: 10px;
}

#tableau_panier .prix_total {
    font-size: 30px;
    font-weight: bold;
}

#tableau_panier .cell_sous_total_panier {
    color: #fff;
    font-size: 20px;
    background: #5f5959;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#tableau_panier .last_cell_empty {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: none;
}

#tableau_panier .last_cell_empty_no_border {
    border-top: 0px;
    border-right: 1px solid black;
    border-bottom: none;
}

#tableau_panier .cell_total_commande {
    color: #fff;
    font-size: 20px;
    background: #1D995B;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid #5f5959;
}

#tableau_panier .cell_prix_total_panier {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#tableau_panier .cell_prix_total_commande {
    color: #fff;
    font-size: 20px;
    background: #1D995B;
    text-align: right;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.tableau_compte {
    width: 100%;
    border: 1px solid #004422;
    margin-bottom: 15px;
}

.tableau_compte th {
    border-right: 1px solid #cdcdcd;
    background: #004422;
    height: 34px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

.titres_tableau_recap {
    font-weight: bold;
    color: #004422;
    font-size: 20px;
}

.tableau_compte td {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .tableau_compte td {
        border-right: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block !important;
    }
}

.tableau_compte .blanc {
    padding-left: 7px;
    padding-right: 7px;
    background: #fff;
}

.liens_recapitulatif {
    color: #FFF;
    background: url('<?=$URL_SITE?>img/left_arrow_white.png') no-repeat 5px center;
    background-color: #1D995B;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 5px 5px 17px;
    border-radius: 0;
    font-size: 11px;
    display: block;
    line-height: 11px;
    width: 200px;
}

.liens_paiement_cb {
    background: url('../images/paiement_CB.png') no-repeat left;
    width: 250px;
    height: 62px;
    margin: 10px;
    border: none !important;
    cursor: pointer;
}

.bloc_article_fid {
    width: 200px;
    height: 305px;
    background: #f6f6f6;
    /*border:1px solid #0c6b36;*/
    float: left;
    margin: 10px;
    position: relative;
    width: 200px;
    cursor: pointer;

}

.bloc_article_fid .figure-product {
    border: 0 none;
    display: block;
    margin: 0 auto;
    height: 155px;
    overflow: hidden;
    text-align: left;
    font-size: 11px;
}

.bloc_article_fid .figure-product span {
    color: #1D995B;
}

.bloc_article_fid .title_offre {
    color: #384249;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    height: 45px;
    max-height: 45px;
    overflow: hidden;
    font-family: 'Titillium Web';
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #e3e4e4;
    padding-bottom: 5px;
}

.bloc_article_fid .price_offre {
    text-shadow: none !important;
    color: #0c6b36;
    font-size: 20px;
    font-weight: bold;
    line-height: 12px !important;
    margin-top: 8px !important;
    text-align: center;
}

.bloc_article_fid .price_offre_12eH {
    text-shadow: none !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 12px !important;
    margin-top: 8px !important;
    text-align: center;
}

.no_draw_detail_product {
    text-shadow: none !important;
    color: #0c6b36;
    font-size: 20px;
    font-weight: bold;
    line-height: 12px !important;
    margin-top: 8px !important;
    text-align: center;
}


.bloc_article_fid2 {
    height: auto;
}


.bloc_article_fid2 .figure_product_description {
    margin-bottom: 5px;
    height: 260px;
    border-bottom: 1px dotted #0c6b36;
}

.bloc_article_fid2 .figure-product {
    /* height: 155px; */
    height: 300px;
}

.price_offre_plus a.plusproductanchor {
    bottom: 0px !important;
    opacity: 0.5 !important;
    transition: all 0.2s ease-in 0s;
}

.price_offre_plus a.plusproductanchor {
    display: block;
    position: absolute;
    width: 33px;
    height: 36px;
    bottom: -1px;
    right: 0px;
}

#content_fiche_article_achat {
    display: inline-block;
    vertical-align: top;
    /*bottom: -100px;*/
    width: 250px;
    position: relative;
    background-color: #EAE8E8;
    border-radius: 10px;
}

#content_fiche_article_achat_souscrire {
    position: absolute;
    right: 10px;
    bottom: -40px;
    background-color: #1D995B;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 150px;
}

#content_fiche_article_achat_prix {
    position: absolute;
    right: -43px;
    background-color: #1D995B;
    color: #FFF;
    font-weight: bold;
    padding: 0 15px;
    top: -25px;
    height: 41px;
    line-height: 41px;
    font-size: 30px;
    font-weight: bold;
    min-width: 130px;
}

#content_fiche_article {
    margin-top: 20px;
}

#content_ficher_article_visuel {
    display: inline-block;
    width: 365px;
}

#content_ficher_article_visuel_img {
    display: block;
    margin: auto;
    width: 300px;
}

#content_ficher_article_achat_intitule {
    margin: 15px;
    color: #555;
}

#content_ficher_article_achat_intitule a {
    margin-bottom: 19px;
    display: inline-block;
    font-weight: normal;
}

#content_ficher_article_achat_intitule h4 {
    color: #042;
}

#content_fiche_article_description_titre {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #042;
}

#content_fiche_article_description_content {
    background-color: #EAE8E8;
    width: 275px;
    padding: 10px 20px;
    margin-top: 8px;
    font-size: 14px;
    text-align: justify;
    color: #555;
}

#content_fiche_article_description_legende {
    background: none;
    padding: 0;
    font-size: 10px;
    color: #808080;
}

#content_fiche_article_description_content ul {
    margin: 0;
    padding: 0;
}

#content_fiche_article_description {
    margin-top: 175px;
}

.titre_article {
    margin-bottom: 45px;
    border-bottom: 3px solid #1D995B;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: bold;
}

.a_decoration {
    text-decoration: none;
    color: black;
}

.a_decoration:hover {
    text-decoration: none;
    color: black;
}

.form_interne_bg {
    background: #fafafa;
    padding: 10px;
}

.form_interne_h3 {
    font-size: 17px;
    text-transform: uppercase;
    border-color: #668f7a;
    margin-top: 0px;
}

.form_interne_bg select {
    width: 300px;
}

.pop_up {

    color: #056B1C;
    font-size: 14px;
    font-weight: bold;
}

.txt_avantage {

    font-size: 14px;

}

.modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
}

.titreUne, .titreH1Une {
    font-family: apotek-cond, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;

}

.centerUne {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    position: absolute;
    text-align: center;
}

.centerUne2 {
    margin-left: auto;
    margin-right: auto;
    width: 581px;
    position: absolute;
}

.textUne {
    color: white;
    font-size: 25px;
    display: none;
}

.form_interne_h3 {
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: solid 2px #1D995B;
    margin-top: 0px;
}

.label_parrainage {

    display: block;
    font-weight: bold;
    width: 150px;

}

.infos_parrainage {

    margin-left: auto;
    margin-right: auto;

}

.contenup {
    background: #eaeaea;
}

#form_interne_small {
    font-size: 10px;
    color: #2d2f2f;
    margin-bottom: 20px;
}

#form_interne_small input[type="text"], #form_interne input[type="password"] {
    font-size: 13px;
    height: 15px;
    border: 1px solid #999;
    width: 300px;
    margin: 10px 0px 5px 0px;
    padding: 5px;
    height: 30px;
}

#form_interne_small select {
    font-size: 14px;
    height: 25px;
    border: 1px solid #999;
    max-width: 300px;
    margin: 10px 0px 0px 0px;
}

#form_interne_small area {
    font-size: 14px;
    height: 15px;
    border: 1px solid #999;
    width: 300px;
    margin: 10px 0px 0px 0px;
    padding: 5px;
}

#form_interne_small input[type="text"]:focus, #form_interne input[type="password"]:focus, #form_interne select:focus, #form_interne area:focus {
    border-color: #004422;
    outline: 1px solid #004422;
}

#form_interne_small input[type="text"].erreur, #form_interne_small input[type="password"].erreur, #form_interne_small select.erreur {
    border-color: #ff9696;
    outline: 1px solid #ff9696;
    background: #ffe0e0;
    color: #8c1000;
}

#form_interne_small input.datepicker {
    width: 80px;
    margin-right: 5px;
}

#form_interne_small label {
    display: block;
    width: 220px;
    float: left;
    padding: 0px 15px 5px 5px;
    font-family: 'Titillium Web';
    color: #87888a;
    font-size: 14px;
    height: 15px;
    line-height: 17px;
    margin: 10px 0px 0px 0px;
}

#form_interne_small .legend {
    margin-left: 170px;

}

#form_interne_small .legend .icon {
    float: left;
    margin: 0px 5px 5px 0px;
    width: 10px;
    height: auto;
}

#form_interne_small input[type="submit"] {
    font-size: 14px;
    border: 1px solid #1D995B;
    background: #004a25;
    font-weight: bold;
    color: #fff;
    margin: 2px 0px;
    margin-left: 38%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
}

#form_interne_small p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#form_interne_small .legend_form {
    font-size: 14px;
    text-align: left;
    color: #87888a;
}

.bloc600_2 {
    width: 665px;
    padding: 0px 10px;
    position: relative;


}

.align-div-center {
    float-left: none;
    margin: 0 auto;

}

.autopub_prepage {
    float: left;
    width: 235px;
    overflow: hidden;
    margin-right: 30px;
}

.autopub_prepage .pub {
    width: 235px;
    height: auto;
}

.autopub_prepage .title_prepage {
    font-family: 'Titillium Web';
    color: #004422;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 2px;
    float: right;
}

.autopub_prepage .title_prepage span {
    font-family: 'Titillium Web';
    background: #004422;
    color: #fff;
    padding: 0px 5px;
}

#choix_bon_cadeau_partager, #choix_bon_cadeau_perso {
    background: #ffffff;
    width: 49%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #cdcdcd;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

#choix_bon_cadeau_partager h2, #choix_bon_cadeau_perso h2 {
    line-height: 26px;
    max-height: none;
}

#choix_bon_cadeau_partager {
    margin-left: 2%;
}

#choix_bon_cadeau div.selectedBox {
    border-color: #004422;
}

#choix_bon_cadeau_perso .choix_bon_cadeau_perso_txt_2 {
    font-style: italic;
    font-size: 14px;
    color: #606060;
}

#utilisation_code_cadeau_parrain {
    background: #ffffff;
    border: 1px solid #004422;
}

#utilisation_code_cadeau_parrain_title {
    background: #004422;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

#utilisation_code_cadeau_parrain_form, #utilisation_code_cadeau_parrain_title {
    padding: 15px 7px;
}

.avantagesOffres {
    font-weight: bold;
    width: 365px;
    color: #006734;
    border-radius: 10px;
"
}

.avantagesChanges {
    margin-top: 20px;
}

.displayN {
    display: none;
}


@media screen and (min-width: 479px) {
    .nombreusesexp {
        height: 345px;
        background: url('../images/10000.jpg') no-repeat;
        background-size: auto 100%;
    }

    .imageblock {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/2pmvipT.jpg') no-repeat;
        background-size: auto 100%;
        height: 250px;
    }

    .imageblock2 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/2pmT.jpg') no-repeat;
        background-size: auto 100%;
        height: 245px;
    }

    .imageblock3 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/umpedT.jpg') no-repeat;
        height: 250px;
        background-size: auto 100%;
    }

    .imageblock4 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/escortkids.jpg') no-repeat;
        height: 250px;
        background-size: 100% auto;
    }

    .imageblock5 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/2pdmesM.jpg') no-repeat;
        background-size: auto 100%;
        height: 345px;
    }

    .imageblock6 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/eavcldT.jpg') no-repeat;
        background-size: auto 100%;
        height: 345px;
    }

    .imageblock7 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/vignetteASSETV.jpg') no-repeat;
        height: 170px;
        background-size: auto 100%;
    }

    .imageblock8 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/pdaalbT.jpg') no-repeat;
        height: 170px;
        background-size: auto 100%;
    }

    .imageblock9 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/rbdvbel2024.jpg') no-repeat;
        background-size: auto 100%;
        height: 245px;
    }

    .imageblock10 {
        padding-left: 0px;
        padding-right: 0px;
        background: url('../images/DEMAT2526.jpg') no-repeat;
        background-size: 100% auto;
        height: 245px;
    }
}

/*************************************************************** DESACTIVER BORDER RADIUS BOOTSTRAP**********************/
/************************************************************************************************************************/
code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.custom-select,
.dropdown-menu,
.list-group-item,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
    border-radius: 0 !important;
}

.imgUne {
    width: 100%;
    height: 30vh; /* 20% of the viewport height */
    overflow: hidden;
    position: relative;
}

.imgUne img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the div without distorting */
}

@media (max-width: 640px) {
    .assebutton {
        margin-left: 0px !important;
    }

    .container2 {
        position: absolute;
        top: 0px;
        text-align: center !important;
        left: 0%;
        margin-left: 15%;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
    }

    .titreUne, .titreH1Une {
        font-size: 17px;
        color: black;
    }

    #tableau_panier img {
        width: 60px !important;
    }

    #tableau_panier .prix_total {
        font-size: 22px;
        font-weight: bold;
    }

    #tableau_panier .blanc {
        font-size: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container2 {
        position: absolute;
        top: 0px;
        left: 0%;
        margin-left: 0px;
        text-align: center;
        border-bottom: none;
        margin-top: 20px;
        width: -webkit-fill-available;
    }

    body .container.contenu {
        margin-top: 0px !important;
    }

    .nombreusesexp {
        height: 452px !important;
    }

}

@media (max-width: 768px) {
    .imgUne {
        display: none !important;
    }
}
