/*
Theme Name: FFF
Description: Theme fff enfant de dynamic-news-lite
Author: Omnilog
Author URI: http://www.omnilog.fr
Template: dynamic-news-lite
Version: 0.1.0
*/
* {
    box-sizing: border-box;
}

a:hover,
a:active {
    text-decoration: none;
}

:focus {
    outline: none;
}

/* formats d'image */

.vignette-large {
    width: 611px;
    height: 378px;
}

.vignette-middle {
    width: 300px;
    height: 186px;
    max-width: 300px;
    max-height: 186px;
}

.widget img {
    max-width: 100%;
    height: auto;
    max-height: initial;
    align-self: center;
}

.text-middle {
    width: 300px;
    max-width: 300px;
}

.vignette-tiny {
    width: 110px;
    height: 68px;
    max-width: 110px;
    max-height: 68px;
}

/* formats d'image : fin */

/* pour permettre aux bandes du menu header, du menu principal, du footer d'occuper toute la largeur de la page */
#wrapper,
#wrapper>div#navi-wrap,
#wrapper>div#topnavi-wrap,
#wrapper>div#footer-fond,
.fff-media-container {
    max-width: 100%;
    width: 100%;
}

#wrapper>div div#header-wrap,
#wrapper>div#wrap,
#wrapper app-club>div#wrap,
#wrapper app-competitions>div#wrap,
#wrapper>div#zoneCategorie,
#wrapper>div#footer-fond>div#footer-wrap,
#wrapper>div#navi-wrap>nav#mainnav,
#wrapper>div#topnavi-wrap>div#topnavi,
.fff-media-container>section,
.fff-club-container,
.fff-rss-container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 40px 20px;
}

#topnavi-wrap {
    height: 30px;
}

#wrapper>div#topnavi-wrap>div#topnavi {
    max-width: 100%;
}

#wrapper>div#topnavi-wrap>div#topnavi span.federation {
    margin-left: 10px;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-top: 3px;
}

#wrapper>div#topnavi-wrap>div#topnavi span.federation a {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    font-size: 12px;
    font-weight: normal;
}

#wrapper>div#topnavi-wrap>div#topnavi span.federation a img {
    width: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
}

#wrapper>div#topnavi-wrap>div#topnavi span.federation a span {
    font-size: 12px;
    font-weight: normal;
}

#wrapper>div#topnavi-wrap>div#topnavi ul.top-navigation-menu li {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

#wrapper>div#topnavi-wrap>div#topnavi ul.top-navigation-menu li a {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

ul#header-user {
    padding: 5px 10px 1px 10px !important;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    cursor: pointer;
    float: right !important;
}

ul#header-user-off {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px 1px 10px !important;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    cursor: pointer;
    float: right !important;
}

ul#header-user a {
    transition: background-color .3s;
    font-size: 1rem;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}

ul#header-user a.highlight_off {
    background: url("inc/frontOffice/css/images/icons/highlight_off.png");
    background-size: cover;
    margin-left: 5px;
    height: 16px;
    width: 16px;
}

ul#header-user-off i.account_circle {
    background: url("inc/frontOffice/css/images/icons/account_circle.png");
    background-size: cover;
    line-height: 18px;
    margin-left: 5px;
    float: left;
    font-size: 14px;
    height: 16px;
    width: 16px;
}

ul#header-user-off span.user {
    float: left;
    padding: 0 5px;
    line-height: 22px;
    top: -1px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

ul#header-user .button {
    float: left;
    padding: 0 5px;
    line-height: 20px;
    background-color: transparent;
}

#topnav-menu li.menu-item {
    margin-left: 10px;
    margin-right: 10px;
}

#wrapper>div#zoneCategorie {
    margin: 20px auto;
    padding: 0;
}

#wrapper>div#zoneCategorie>div {
    padding: 20px 40px 0;
}

.template-fullwidth #content {
    margin-bottom: 20px;
}

#wrapper>div#topnavi-wrap>div#topnavi {
    padding: 0;
}

#wrapper>div div#header-wrap {
    padding: 0;
}

#wrapper>div#navi-wrap>nav#mainnav {
    padding: 0;
    height: 60px;
    line-height: 23px;
}

#sidebar {
    width: 32%;
    margin-left: 20px;
}

/* header */
#header-fond {}

#header-wrap {
    background-color: transparent;
}

#header {
    position: relative;
    padding: 0;
}

.header-widgets {
    right: 0px;
    bottom: 20px;
    overflow: hidden;
}

#topnav {
    height: 30px;
}

#topnav-menu li {
    padding: 0.5em 0;
}

#topnav-menu li a {
    padding: 0 1em;
    border-left: 2px solid transparent;
    font-size: 12px;
    font-weight: normal;
}

#topnav-menu li:hover a {
    background-color: transparent;
}

#topnav-menu li a:hover {
    background-color: transparent;
}

#topnav-menu li:first-child a {
    border-left: 0 none;
}

/*** Bouton de connexion SSO*/

#topnav #sso-connect-button {
    position: absolute;
    z-index: 999;
}

#topnav #sso-connect-button .main-button {
    background: #064784;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding: 10px;
    cursor: pointer;
}

#topnav #sso-connect-button.not-connected .main-button {
    background: rgba(0, 0, 0, 0.1);
}

#topnav #sso-connect-button.not-connected .main-button:hover {
    background: rgba(0, 0, 0, 0.2);
}

#topnav #sso-connect-button .secondary-button {
    padding-top: 4px;
    display: none;
    padding-left: 20px;
}

#topnav #sso-connect-button .secondary-button a {
    font-size: 12px;
    text-align: left;
    display: block;
    height: 10px;
    cursor: pointer;
}

#ss-menu-subheader {
    position: absolute;
    right: 0;
    margin-top: 25px;
    padding: 10px 5px;
    display: none;
    margin-right: 20px;
    z-index: 999;
}

ul#header-user #ss-menu-subheader a {
    font-size: 12px;
}

ul#header-user #ss-menu-subheader span {
    float: left;
    margin-bottom: 5px;
}

ul#header-user #ss-menu-subheader a i {
    background: url("inc/frontOffice/css/images/icons/play_arrow.png");
    background-size: cover;
    float: left;
    height: 16px;
    width: 16px;
    line-height: 18px;
    font-size: 16px;
    margin-left: 5px;
    float: right;
}

/* FIN bouton connexion SSO*/

/**** pagination *****/

.pagination {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
}

/**** fin pagination *****/

#logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 35px;
    min-height: 120px;
    margin: 0 auto;
    float: none;
}

#logo .site-title a:link {
    font-size: 18px;
}

#logo a.custom-logo-link {
    width: auto;
    padding-right: 20px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:focus {
    background-color: transparent !important;
}

#logo img.custom-logo {
    max-width: 200px;
    min-width: 80px;
    margin: 0px;
}

#logo .custom-logo {
    vertical-align: inherit;
}

#logo .site-title {
    max-width: 90%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#logo .site-title a {
    text-transform: uppercase;
    font-weight: bold;
}

#logo .site-description {
    font-size: 16px;
    text-align: left;
    width: auto;
    font-weight: lighter;
}

#navi-wrap {
    height: 60px;
}

/* menu */

.main-navigation-menu {
    float: none;
    width: 100%;
    position: static;
    margin: auto;
    display: block;
    justify-content: center;
}

.main-navigation-menu li {
    margin: 0;
    line-height: 40px;
}

#mainnav ul li a {
    font-weight: bold;
    font-size: 12px;
    height: 60px;
    padding: 10px 10px;
    text-decoration: none;
}

.search-form {
    float: right;
    order: 0;
    width: 80%;
    margin-right: 7px;
    display: none;
}

.search-form .search-field {
    font-size: 12px;
    margin: 0;
    width: 287px;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 9px;
    background-color: transparent !important;
}

.search-form .search-submit {
    vertical-align: middle;
    padding: 0;
    top: 5px;
}

.genericon-search {
    content: '\f400';
}

.flt-ipt-cont .genericon-search {
    font-size: 24px;
    font-family: 'Genericons';
    content: '\f400';
    position: absolute;
    top: 5px;
    right: 5px;
}

#header-content {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
}

#header-content #header-social-icons,
#header-content #header-text,
#header-content #header-search {
    margin-left: 0;
}

.widget_search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header-content #header-social-icons {
    right: 0px;
    top: 20px;
}

.widget_search .header-widget-title {
    margin-bottom: 0;
}

.header-widget {
    margin-left: 0;
}

.social-icons-menu {
    overflow: hidden;
}

.social-icons-menu li a {
    background-color: transparent;
    color: transparent;
    border-radius: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    display: none;
    margin-left: 10px;
}

.social-icons-menu li a::before,
.widget_search .genericon-search {
    color: transparent;
    border-radius: 18px;
    padding: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#logo div.custom-logo-link-border {
    list-style-type: none;
    align-self: center;
    padding-left: 20px;
    height: 50px;
    border-left: 1px solid transparent;
    width: 2px;
}

.widget_search .genericon-search {
    order: 1;
    float: left;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: 34px;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: 700;
    font-style: normal;
    vertical-align: text-bottom;
    color: #FFF;
    content: '\f400';
    cursor: pointer;
}

.social-icons-menu li a:hover {
    background-color: transparent;
    opacity: 0.5;
}

.social-icons-menu li a[href*="twitter"],
.social-icons-menu li a[href*="x"],
.social-icons-menu li a[href*="facebook"],
.social-icons-menu li a[href*="youtube"],
.social-icons-menu li a[href*="dailymotion"],
.social-icons-menu li a[href*="google"],
.social-icons-menu li a[href*="goaleo"],
.social-icons-menu li a[href*="soundcloud"],
.social-icons-menu li a[href*="linkedin"],
.social-icons-menu li a[href*="instagram"] {
    display: inline-block;
    border: none;
}

.social-icons-menu li a[href*="twitter"]::before,
.social-icons-menu li a[href*="x"]::before,
.social-icons-menu li a[href*="facebook"]::before,
.social-icons-menu li a[href*="youtube"]::before,
.social-icons-menu li a[href*="dailymotion"]::before,
.social-icons-menu li a[href*="google"]::before,
.social-icons-menu li a[href*="goaleo"]::before,
.social-icons-menu li a[href*="soundcloud"]::before,
.social-icons-menu li a[href*="linkedin"]::before,
.social-icons-menu li a[href*="instagram"]::before {
    content: " ";
    background-repeat: no-repeat;
    background-position: center;
}


.social-icons-menu li a[href*="twitter"]::before,
.social-icons-menu li a[href*="x"]::before {
    background-image: url("inc/frontOffice/css/images/social/X_logo_blanc.svg");
    background-size: 50%;
}

.social-icons-menu li a[href*="facebook"]::before {
    background-image: url("inc/frontOffice/css/images/social/facebook.svg");
}

.social-icons-menu li a[href*="youtube"]::before {
    background-image: url("inc/frontOffice/css/images/social/youtube.svg");
}

.social-icons-menu li a[href*="dailymotion"]::before {
    background-image: url("inc/frontOffice/css/images/social/dailymotion.svg");
}

.social-icons-menu li a[href*="google"]::before {
    background-image: url("inc/frontOffice/css/images/social/google-plus.svg");
}

.social-icons-menu li a[href*="goaleo"]::before {
    background-image: url("inc/frontOffice/css/images/social/goleo.svg");
}

.social-icons-menu li a[href*="soundcloud"]::before {
    background-image: url("inc/frontOffice/css/images/social/soundcloud.svg");
}

.social-icons-menu li a[href*="instagram"]::before {
    background-image: url("inc/frontOffice/css/images/social/instagram.svg");
}

.social-icons-menu li a[href*="linkedin"]::before {
    background-image: url("inc/frontOffice/css/images/social/linkedin.svg");
}

#mainnav ul li span {
    display: block;
}

/* Footer */
#footer-fond {
    width: 100%;
}

#footer-wrap,
#footer {
    background-color: transparent;
}

#footer-wrap {
    max-width: 960px;
    width: 92%;
    margin: 0 auto;
}

#footer {
    padding: 35px 10px;
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
}

#footer nav {
    display: inline-block;
    vertical-align: top;
    min-height: 10em;
    margin-left: 20px;
}

#footer nav:first-child {
    margin-left: 0;
}

#footer nav ul {
    margin: 0 auto;
    overflow: hidden;
}

#footerliguenav {
    padding: 0 40px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 400px;
}

#footerliguenav:first-child {
    border: none;
    padding: 0 0;
    width: 202px;
}

#footerliguenav:last-child {
    border: none;
    padding: 0 0;
    width: 300px
}

#footerliguenav h4 {
    margin-bottom: 20px;
}

#footer nav li {
    float: none;
    padding-right: 0;
}

#footer nav li {
    list-style-position: inside;
}

#footer nav:first-child li {
    list-style-type: none;
}

#footer nav h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    display: inline-block;
}

#footer nav:nth-child(3) ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: 0.2em;
}

#footerliguenav:last-child ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: 0.2em;
}

#footer nav ul li a {
    text-transform: none;
    font-weight: normal;
    font-size: 0.7em;
    margin: 0;
}

#footer nav:first-child ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin: 1.2em 0 0 0;
    display: inline-block;
    background: none;
}

#footer nav:first-child ul li:first-child a {
    margin: 0;
}

/* contenu */
#content h1,
.fff-category h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto 0.8em auto;
}

#content h1.title {
    margin: 0;
}

.post-pagination {
    border: none;
    box-shadow: none;
    text-align: center;
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
}

.page-numbers {
    cursor: pointer;
    margin: 0 0.5em;
}

.post-pagination a:hover,
.post-pagination a:active,
.post-pagination a:visited {
    color: #333;

}

.post-pagination a {
    padding: 0;
}

.page-numbers.current {

    cursor: default;
    border-bottom: 2px solid transparent;
    border-color: #CECECE !important;
    padding: 0;
    margin: 0 0.5em;
    color: #0C0C0C;
    text-decoration: none;

}

.post-pagination>a.prev,
.post-pagination>a.next,
.post-pagination>a.prevCateg,
.post-pagination>a.nextCateg,
.post-pagination>span {
    margin: 0 0.5em;
}

.post-pagination>a.prev {
    visibility: hidden;
}

.post-pagination>a.prev:after {
    visibility: visible;
    content: "<";
}

.post-pagination>a.next {
    visibility: hidden;
}

.post-pagination>a.next:after {
    visibility: visible;
    content: ">";
}

.Pagin {
    margin: 0 0.5em;
    cursor: pointer;
}

.PaginSel {
    font-weight: bold;
    border-bottom: 2px solid transparent;
    color: #000 !important;
}

.menu_bloc_group {
    display: inline-block;
    flex-wrap: wrap;
}

.menu_bloc_group a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    width: 32%;
    height: 76px;
    line-height: 40px;
    margin: 20px 1% 0;
    text-align: center;
    border-bottom: thick solid transparent;
    border-radius: 5px;
}

.page-template-template-media .menu_bloc_group a:hover {
    background-color: transparent !important;
}

.menu_bloc_group_button {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    font-size: 0;
    margin-top: 10px;
}

.menu_bloc_group_button_competition {
    width: 49%;
    margin-left: 2%;
}

.menu_bloc_group_button:first-child,
.menu_bloc_group_button:nth-child(4),
.menu_bloc_group_button:nth-child(7),
.menu_bloc_group_button:nth-child(10),
.menu_bloc_group_button:nth-child(13),
.menu_bloc_group_button:nth-child(16),
.menu_bloc_group_button:nth-child(19),
.menu_bloc_group_button:nth-child(22),
.menu_bloc_group_button:nth-child(25) {
    margin-left: 0;
}

.menu_bloc_group_button:hover {
    opacity: 0.8;
}

.menu_bloc_group_button a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    text-align: center;
    border-bottom: thick solid transparent;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.menu_bloc_group_button_competition a {
    height: 50px;
}

.menu_bloc_group a:hover,
.menu_bloc_group_button a:hover {
    text-decoration: none;
}

.fff_menu_bloc span {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.fff_menu_bloc_container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu_bloc_group a:first-child {
    margin-left: 0;
}

.menu_bloc_group a:last-child {
    margin-right: 0;
}

.ui-autocomplete li.ui-menu-item:last-child {
    border-bottom: 1px solid transparent;
}

.page-image-header {
    width: 100%;
}

.container-hub {
    position: relative;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 0;
}

.container-hub-en-tete {
    position: relative;
    text-align: center;
}

.container-hub-left,
.container-hub-right {
    width: 100%;
    position: relative;
}

.container-hub-right {
    position: absolute;
    padding: 10px 0px 10px 0px;
    background: rgba(0, 0, 0, 0.3);
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.container-hub .title {
    text-transform: uppercase;
    font-size: 32px;
    display: inline-block;
    margin-top: 0px;
    font-weight: bold;
}

.container-hub-sous-menu {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.container-hub .description {
    padding: 0 10%;
    font-weight: 100;
    line-height: 22px;
    font-size: 15px;
}

.container-hub-sous-menu-media {
    position: relative;
    margin-top: 20px;
}

.container-hub-sous-menu-media>section {
    text-align: left;
}

.page-template-template-media .container-hub-left,
.page-template-template-media .container-hub-right {
    width: 99.7%;
}

.container-hub-sous-menu-media .articles-plus-lus-titre {
    width: 100%;
}

.container-hub-sous-menu-media .articles-plus-lus-titre .title_bloc_bg {
    width: 99.7%;
}

.articles-plus-lus-titre .titre {
    border-bottom: 2px solid transparent;
}

/* fil d'ariane */

#filAriane {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* front article simple */

#content {
    position: relative;
    width: 65%;
    padding-right: 0;
}

.article-simple-image-block {
    position: relative;
    margin-bottom: 10px;
}

.category .article-simple-image-block {
    overflow: hidden;
    padding-top: 0px;
}

.category a:hover>div.article-simple-image-block>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
}

.category.sliding-sidebar .complex-menu-sidebar #sidebar {
    margin-top: 25px;
}

.article-simple-image-block .text {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.article-simple-image-block .fff-category-item-titre-tag {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    bottom: 10px;
    position: relative;
}

.article-simple-image-block .title {
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-bottom: 3px;
}

.entry {
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.entry p {
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 0 0;
}

.entry p:first-child {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 0px;
}

.entry p::first-letter {
    text-transform: uppercase;
}

div#page-video-cont div.entry.clearfix {

    font-family: 'Montserrat', arial;
    color: #EBEBEB;

}

div.media-diaporama div.entry.clearfix,
div.media-video div.entry.clearfix {

    font-family: 'Montserrat', arial;
    color: #EBEBEB;

}


.author {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.author .lastname {
    text-transform: uppercase;
}

.author .firstname::first-letter {
    text-transform: uppercase;
}

.tags-container {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.tags-container .fff-tag {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    cursor: pointer;
}

.fff-media-container .fff-social-container {
    position: fixed;
    top: 430px;
    margin-left: -80px;
}

.fff-social-container {
    position: fixed;
    top: 387px;
    margin-left: -80px;
}

.fff-social-container>div {
    width: 40px;
    height: 39px;
    cursor: pointer;
    position: relative;
    left: 0;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fff-social-container>div:hover {
    left: 5px;
}

.fff-social-container .fff-facebook {
    background: url("inc/frontOffice/css/images/icons/fb.png");
    background-size: cover;
}

.fff-social-container .fff-twitter {
    background: url("inc/frontOffice/css/images/icons/twitter.png");
    background-size: cover;
}

.fff-social-container .fff-print {
    background: url("inc/frontOffice/css/images/icons/print.png");
    background-size: cover;
}

article .wp-post-image {
    margin: 0;
}

#sidebar .relatedposts-container {
    margin-top: 0;
}

#sidebar .sidebar-pub {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}

/* fin front article simple */

/**** article diaporama ****/

#post-diaporama-cont {
    overflow: hidden;
    height: 327px;
}

/* fin front diaporama */

/**** article video ****/

.fff-media-container>section {
    position: relative;
}

.fff-media-container div.category {
    height: 12px;
    font-size: 12px;
    font-weight: 600;
    width: 65%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.fff-media-container .title {
    font-weight: bold;
    font-size: 32px;
    width: 100%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.fff-media-container .media {
    display: inline-block;
    margin: 10px 0 40px;
    width: 611px;
}

.fff-media-content {
    width: 65%;
}

.slideshow {
    height: 300px;
}

/**** fin article video ****/

/*** page diaporamas ***/

.flt-ipt-cont {
    width: 287px;
    position: relative;
    display: inline-block;
}

.diapo-description {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    margin: -3.8em 0px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    padding: 17px 20px 0;
    width: 100%;
    height: 4em;
    max-height: 4em;
    display: block;
}

.flt-ipt-cont input,
.flt-ipt-cont select {
    width: 100%;
    box-sizing: border-box;
}

.flt-ipt-cont label {
    font-size: 13px;
}

.flt-ipt-cont:last-child {
    margin-right: 0;
}

.no_result_club {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
}

.container-hub-right.hub-club {
    top: 30%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.container-hub-en-tete .text-center.text-center-search-affil {
    top: 82%;
}

.container-hub-en-tete .text-center {
    top: 70%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.container-hub-en-tete .text-center form input,
.text-center form input {
    padding: 9px;
    width: 380px;
    font-size: 12px;
    border-radius: 5px;
}

.container-hub-en-tete .text-center form i,
.text-center form i {
    position: absolute;
    height: 20px;
    width: 20px;
    margin-left: -50px;
    top: 15px;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}

.container-hub-en-tete .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: text-bottom;
    content: '\f400';
    position: absolute;
    top: 5px;
    margin-left: -30px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

form.mobile {
    padding: 0 10px;
}

.flt-ipt-cont input,
.flt-ipt-cont select,
.mobile-sub-cat-menu select {
    border-radius: 6px;
    padding: 9px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.club.type-results .content-tab .flt-ipt-cont {
    display: none;
}

.flt-ipt-cont select {
    padding: 9px;
    text-transform: uppercase;
}

.hide-desktop-tablet,
.club-page .type-results .confrontation .hide-desktop-tablet.score {
    display: none;
}

.club-page .type-results .result-option .results-content:last-child .confrontation {
    border-bottom: none;
}

.club-page .type-results .result-option .results-content:last-child .result-display .confrontation {
    border-bottom: 1px solid #CECECE;
}

.club-page .type-results .result-option .results-content .result-display .confrontation:last-child,
.club-page .results-content .type-results .confrontation:last-child,
.club-page .results-content .resultat-dur .confrontation:last-child {
    border-bottom: none;
}

.confrontation .detail .score_match img {
    height: 30px;
}

.match-list .infos-match-results .result-numbers img {
    height: 50px;
    width: auto;
}

#content .club-title h2 {

    font-weight: bold;

}

#content .club-title h1 {
    font-size: 43px;
    margin: 0.5em auto 0 auto;
}

.hide-medium {
    display: none;
}

.fff-media-lst {
    width: 100% !important;
}

.fff-media-lst .relatedpost {
    height: 186px;
    border-bottom: none;
    margin-right: 18px;
    margin-top: 40px;
}

.fff-media-lst .relatedpost:last-child {
    margin-right: 0;
}

.fff-media-lst .relatedpost:hover {
    border-bottom: 0 none;
}

.fff-media-lst .relatedpost:hover,
.fff-media-lst .relatedpost:hover a {
    background-color: transparent !important;
}

.fff-media-lst .relatedpost div.post-img {
    overflow: hidden;
    margin-bottom: 12px;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
}

.menu_bloc_group .relatedpost div.text-middle {
    width: 100%;
    margin-left: 0;
    float: left;
}

.fff-media-lst .relatedpost div.post-img img {
    width: 100%;
    position: relative;
    height: auto;
    max-height: initial;
}

.page-template-template-videos .PaginCont {
    padding-top: 20px;
}

.fff-media-lst .relatedpost div.text {
    text-align: left;
    width: 100%;
}

.fff-media-lst .relatedpost div.text .tag {
    font-weight: bold;
    font-size: 10px;
    height: 1.5em;
    line-height: 13px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

#page-diaporama-cont .slick-slide,
#article-diaporama-cont .slick-slide {
    background-color: #000000 !important;
}

#page-diaporama-cont,
#article-diaporama-cont {
    width: 611px;
    height: 378px;
    overflow: hidden;
}

#page-diaporama-cont>div,
#article-diaporama-cont>div {
    height: 100%;
}

#page-diaporama-cont .slick-slide,
#article-diaporama-cont .slick-slide {
    overflow: hidden;
    height: 378px;
    width: 611px;
    position: relative;
    line-height: 378px;
}

#page-diaporama-cont img,
#article-diaporama-cont img {
    margin: auto;
    width: 611px;
    vertical-align: middle;
    display: inline-block;
}

#page-diaporama-cont .diapo-description,
#article-diaporama-cont .diapo-description {
    bottom: 0;
    margin: auto;
    position: absolute;
    line-height: 15px;
}

.single-diaporama .fff-media-container .relatedposts-container {
    margin-bottom: 0px;
}

/* pour eviter le decalage d'affichage entre la liste des images et le slider avant que le JS ne soit chargé*/
#page-diaporama-cont>.slider-element {
    max-width: 100%;
    text-align: center;
}

#page-diaporama-cont>.slider-element:nth-child(n+2) {
    display: none;
}

#page-diaporama-cont>.slider-element .diapo-description {
    text-align: left;
}

#article-diaporama-cont>.slider-element {
    max-width: 100%;
    text-align: center;
}

#article-diaporama-cont>.slider-element:nth-child(n+2) {
    display: none;
}

#article-diaporama-cont>.slider-element .diapo-description {
    text-align: left;
}

/*** fin page diaporamas ***/

/*** block sur le meme sujet ***/

.sliding-sidebar #sidebar {
    margin-top: 33px;
}

.relatedposts-container {
    margin-bottom: 30px;
}

.relatedposts-container>h3 {
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding-bottom: 0.4rem;
}

.relatedposts-container>h3>span {
    box-sizing: border-box;
    padding: 0.4rem 0.8rem;
    font-size: 12px;
    font-weight: bold;
}

.relatedpost {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

#sidebar .relatedposts-container>h3 {
    padding-bottom: 0px;
}

#sidebar .relatedposts-container>h3>span {
    padding: 6px 15px;
    display: inline-flex;
}

.relatedposts-container {
    margin-top: 10px;
}

.fff-media-container .relatedposts-container {
    margin-top: 0;
    top: 10px;
    position: relative;
}

.fff-media-lst .relatedpost img.player {
    position: absolute;
    top: 78px;
    left: 125px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
}

.fff-media-container .relatedposts-container {
    width: 300px;
    float: right;
    margin-left: 10px;
}

.fff-media-container .relatedposts-container h3 {
    display: none;
}

#sidebar .relatedposts-container {
    display: none;
}

.single-simple #sidebar .relatedposts-container {
    display: block;
}

.fff-media-container .relatedposts-container {
    display: block;
}

/*** fin block sur le meme sujet **/

/*** bloc FFF ***/

.bloc-fff-container {
    margin-bottom: 30px;
    cursor: pointer;
}

.bloc-fff-container>h3 {
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 0.4rem 0;
}

.bloc-fff-container>h3>span {
    padding: 0.4rem 0.8rem;
    font-size: 12px;
    font-weight: bold;
}

.bloc-fff-container .bloc-fff-content {
    margin-top: 15px;
    padding: 5px 0px;
    width: 100%;
}

.bloc-fff-container img {
    width: 100%;
}

/*** Fin bloc fff ***/
/***
liste categorie
utilise dans la page category et la page tag
***/
.fff-category {
    margin-top: 15px;
}

.fff-category article {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.fff-category .article-supercontainer-big article,
.fff-category .article-supercontainer-big article:hover,
.fff-category .articlePlusLuSuite article:last-child,
.fff-category .articlePlusLuSuite article:last-child:hover {
    border: 0 none;
}

.fff-category .menu-cat-panel {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 15px;
}

.fff-category .tab-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.fff-category .menu-cat-panel h2 {
    cursor: pointer;
    padding-bottom: 0.4em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.fff-category .menu-cat-panel h3 a {
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.fff-category .menu-cat-panel h2.menu-cat-sel {
    border-bottom: 3px solid transparent;
    margin-bottom: 0;
}

.fff-category .menu-cat-panel h2 {
    margin-bottom: 3px;
}

.fff-category .menu-cat-panel-content {
    margin-top: 10px;
}

.fff-category .menu-cat-panel:nth-child(n + 2) .menu-cat-panel-content {
    display: none;
}

.widget {
    margin: 0;
}

.articles-plus-lus-titre {
    text-transform: uppercase;
    padding-bottom: 2px;
    padding-top: 2px;
    position: relative;
}

.articles-plus-lus-titre .titre {
    padding-bottom: 2px;
}

.articles-plus-lus-titre h3.widgettitle {
    margin-bottom: 0;
}

.page-template-template-diaporamas .articles-plus-lus-content,
.page-template-template-videos .articles-plus-lus-content {
    padding-bottom: 0;
    width: 100%;
}

.articles-plus-lus-content .menu_bloc_group_ligne {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-plus-lus-content .menu_bloc_group_ligne:last-child {
    margin-bottom: 20px;
}

.articles-plus-lus-titre span {
    text-transform: uppercase;
    padding: 3px 15px;
    font-size: 14px;
}

.articles-plus-lus-titre a {
    float: right;
    text-decoration: none;
}

.page-template-template-media .fff-media-lst .relatedpost,
.page-template-template-videos .fff-media-lst .relatedpost,
.page-template-template-diaporamas .fff-media-lst .relatedpost {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.copyright_player {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fff-media-lst .relatedpost .copyright_player img.player {
    position: static;
}

.page-template-template-media .menu_bloc_group,
.page-template-template-videos .menu_bloc_group,
.page-template-template-diaporamas .menu_bloc_group {
    width: 30%;
    margin: 0;
}

.page-template-template-media .menu_bloc_group {
    height: 248px;
}

.page-template-template-media .menu_bloc_group .vignette-middle,
.page-template-template-videos .menu_bloc_group .vignette-middle,
.page-template-template-diaporamas .menu_bloc_group .vignette-middle {
    width: auto;
}


.articlePlusLuSuite {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 4%;
}

/*** Fin liste categorie ***/

/* pages */

.type-page {
    margin: 0 0 1.5em 0;
    box-shadow: 0 0 0 transparent;
    border: 0 none;
    padding: 0;
}

.page-title {
    border-bottom: 0 none;
}

#custom-header {
    display: none;
}

/*** Recherche ***/

.page-template-template-recherche #wrap {
    overflow: hidden;
}

.RechercheFiltreType {
    cursor: pointer;
}

h2.RechercheFiltreType {
    cursor: inherit;
    font-size: 1.25em;
    text-align: right;
    padding: 1em 0;
}

h2.RechercheFiltreType .ResNb {
    font-weight: bold;
}

h3.RechercheFiltreType {
    text-transform: uppercase;
    font-size: 1.5em;
    border-radius: 6px;
    display: inline-block;
    padding: 1em 0;
    margin: 0.5em 0 0 0;
    width: 95%;
    text-align: center;
}

h3.RechercheFiltreTypeTitre {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
    width: 95%;
}

h3.RechercheFiltreType .ResNb {
    font-weight: bold;
    font-size: 2em;
    display: block;
}

.flt-ipt-lst-rch-cont {
    text-align: right;
}

.flt-ipt-lst-rch-cont .flt-ipt-cont {
    margin-right: 0;
}

.RchResContGauche,
.RchResContDroite {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}

.RchResContGauche {
    width: 37%;
}

.RchResContDroite {
    width: 62%;
}

/*** Fin Recherche ***/

/********PAGE DOCUMENTS*******/
.page-template-template-documents {
    font-weight: bold;
}

.page-template-template-documents .arrow_cat {
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
}

.page-template-template-documents .menu-container .categorie,
.info_semaine .menu-container .categorie {
    align-items: center;
}

.page-template-template-documents .document span.document_date,
.info_semaine .document span.document_date {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.page-template-template-documents .fulldocs a,
.info_semaine .document a {
    text-decoration: none;
    color: inherit;
}

.page-template-template-infosemaine .container_onglet {
    margin-bottom: 20px;
}

.info_semaine .document {
    font-weight: 700;
}

.seasons {
    font-weight: bold;
    font-size: 16px;
}

.seasons ul {
    width: 100%;
}

.sidebar-compet-desktop {
    display: block;
    width: 300px !important;
}
.sidebar-compet.mobile {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.sidebar-compet-mobile >a >img {
    width: 100% ;
    height: auto;
}


.seasons li {
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 40px;
}

.seasons li.selected,
.seasons li:hover,
.seasons li a {
    cursor: auto;
    border-bottom: 3px solid transparent;
}

.seasons li a:hover {
    text-decoration: none;
}

.container-globale {
    padding-top: 20px;
    clear: both;
}

.menu-container {
    width: 30%;
    height: 100vh;
    float: left;
}

.menu-container>ul>li {
    padding: 15px 0px 0px 10px;
    width: 100%;
    border-bottom: solid 1px transparent;
}

.menu-container>ul>li>a {
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.menu-container>ul>li>ul>li {
    padding: 15px 15px 0px;
    width: 100%;
}

.menu-container>ul>li>ul>li>a {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.menu-container .categorie {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

iframe {
    width: 100%;
}

.document .description {
    width: 100%;
    font-size: 14px;
}

.document .description p:last-child {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 10px;
}

.article-supercontainer p.description-search {
    color: #a00000;
    font-size: 10px;
}

.article-supercontainer p.date-search {
    font-weight: bold;
}

.document .description .description_80 {
    width: 75%;
    display: inline-block;
    height: 28px;
    overflow: hidden;
}

.documents-container {
    width: 67%;
    margin-left: 2%;
    float: right;
    margin-bottom: 20px;
}

.documents-container .document {
    position: relative;
    display: inline-block;
    width: 49%;
    padding-left: 10px;
    border-bottom: 1px solid transparent;
    padding-bottom: 40px;
    padding-top: 18px;
    cursor: pointer;
    transition: all 0.4s ease;
    vertical-align: top;
    height: 119px;
}

.documents-container .document:hover {
    transition: all 0.4s ease;
}

.documents-container .document img {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 20px;
}

.mobile-sub-cat-menu {
    display: none;
}

.documents-container .document h4 {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 100;
    height: 18px;
    overflow: hidden;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.documents-container h3 span,
.menu-container h3 span {
    font-size: 14px;
    width: 100%;
}

.documents-container h3,
.menu-container h3 {
    text-align: center;
    padding: 15px;
    width: 100%;
}

/********FIN PAGE DOCUMENTS*******/

/********Widgets*******/

.widget {
    border: 0 none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 transparent;
}

h2.widgettitle,
h3.widgettitle {
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 0 !important;
    background-color: transparent;
    margin: 10px 0 20px 0;
}

div.zoneWidget-bandeau {
    height: 45px;
}

div.zoneWidget-bandeau>div.widget_widget_en_ce_moment>h2.widgettitle {
    border: none;
    width: 20%;
    display: inline-block;

}

div.zoneWidget-bandeau>div.widget_widget_en_ce_moment>ul.linksEnCeMoment {
    width: 100%;
    overflow: hidden;
    max-height: 36px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}


div.zoneWidget-bandeau>div.widget_widget_en_ce_moment>ul.linksEnCeMoment>li {
    word-wrap: break-word;
    max-height: 24px;
    overflow: hidden;
    display: inline-block;
    max-width: 25%;
    margin-right: 6%;
}

div.zoneWidget-bandeau>div.widget_widget_en_ce_moment>ul.linksEnCeMoment>li>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div.zoneWidget-bandeau>div.widget_widget_en_ce_moment>ul.linksEnCeMoment>li.titleEnCeMoment {

    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 1px;
    padding-left: 13px;
    padding-bottom: 1px;
    width: 15%;
    margin-right: 1.5%;
}

h2.widgettitle>span,
h3.widgettitle>span {
    padding: 0.5rem 0.8rem;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

h2.widgettitle>a {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
}

h2.widgettitle span.number-site {
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #0C0C0C !important;
    font-family: 'Montserrat', arial;
    padding: 7px;
    background-color: white !important;
}

.widget-accueil-image {
    position: relative;
}

.sliding-sidebar #sidebar {
    overflow: hidden;
}

.sliding-sidebar .homepage #sidebar {
    margin-top: 0;
}

/* Widget deux colonnes n �l�ments */
.widget-two-col .widget-accueil-container {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-two-col .widget-accueil-container .widget-accueil-element {
    position: relative;
    vertical-align: top;
}

.widget-two-col .widget-accueil-container .widget-accueil-element>a {
    width: 100% !important;
    height: auto !important;
    display: block;
    text-decoration: none;
}

.widget-two-col .widget-accueil-container .widget-accueil-element>a:hover>div>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
}

.fff-category .menu-cat-panel-content article>a:hover>div>div>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
}

#mainnav-menu #header-social-icons {
    display: none;
}

#mainnav-menu .header-widgets {
    display: none;
}

#mainnav-menu>li>ul.sub-menu {
    display: none !important;
}

.sidebar-closing-toggle,
.sidebar-closing-toggle:hover,
.sidebar-closing-toggle:active,
.sidebar-closing-toggle:focus {
    padding: 7px 8px 7px 8px;
    width: 40px;
    height: 37px;
    float: right;
    margin: 0;
    font-size: 0;
    background: transparent;
}

.widget-two-col .widget-accueil-col-1,
.widget-two-col .widget-accueil-col-2 {
    height: 100%;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.widget-two-col .widget-accueil-col-2 {
    margin-left: 1em;
}

/* Widget deux colonnes 1 élément */
.widget-two-col .widget-accueil-container-1 .widget-accueil-element {
    height: 100%;
    width: 100%;
}

.widget-two-col .widget-accueil-container-1 .widget-accueil-element .widget-accueil-image {
    height: 378px;
    overflow: hidden;
    position: relative
}

.widget-two-col .widget-accueil-container-1 .widget-accueil-element .widget-accueil-image img {
    display: inline-block;
    margin: auto;
    height: auto;
    max-width: 611px;
    width: 611px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.widget-two-col .widget_widget_mise_en_avant .widget-accueil-container-1 .widget-accueil-element .widget-accueil-image img {
    max-width: 100%;
    width: 100%;
}


.widget-two-col .widget-accueil-container-1 .widget-accueil-element .widget-accueil-description {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    width: 100%;
}

/* Widget deux colonnes 2 éléments */
.widget-two-col .widget-accueil-container-2 .widget-accueil-element {
    height: 100%;
    width: 100%;
}

.widget-two-col .widget-accueil-container-2 .widget-accueil-element .widget-accueil-image {
    height: 186px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 186px;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
}

.widget-two-col .widget-accueil-container-2 .widget-accueil-element .widget-accueil-image img {
    display: block;
    margin: auto;
}

.widget-accueil-description p.widget-accueil-tag-liste {
    font-weight: bold;
    font-size: 10px;
    height: 1.5em;
    line-height: 13px;
    overflow: hidden;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.widget-accueil-description p.widget-accueil-tag-liste span.widget-category {
    color: #ffffff;
}

/*Pas de catégorie dans les slider et le First*/

/* pour eviter le decalage d'affichage entre la liste des images et le slider avant que le JS ne soit chargé*/
.widget-slider>.widget-accueil-element:nth-child(n+2) {
    display: none;
}

.widget-accueil-description p.widget-accueil-contenu,
.widget-one-col .widget_widget_actualites_du_moment .widget-accueil-container-1 .widget-accueil-description p.widget-accueil-contenu {
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}

.widget_widget_actualites_du_moment .widget-accueil-container-1 .widget-accueil-description p.widget-accueil-contenu {
    font-size: 12px;
    line-height: 15px;
    margin: 0px 0 20px 0;
    overflow: hidden;
}

.widget-accueil-description h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 10px 0;
}

.widget-two-col .widget_widget_actualites_du_moment .widget-accueil-container-1 .widget-accueil-description h2,
.widget_widget_slider_accueil .widget-accueil-container-1 .widget-accueil-description h2 {
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

/* Widget deux colonnes 4 éléments */
.widget-two-col .widget-accueil-container-4 {
    min-height: 340px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-1 .widget-accueil-element {
    height: 90%;
    width: 100%;
    vertical-align: top;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-image {
    height: 60%;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element {
    min-height: 108px;
    width: 100%;
    vertical-align: top;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element:nth-child(n + 2) {
    margin-top: 20px;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element:last-child {
    border-bottom: 0 none;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image {
    float: left;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image img {
    display: block;
    width: 100%;
    margin: auto;
}

.widget-two-col .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-description {
    width: 47%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

/* retire les images pour les articles*/
.widget-two-col .widget_widget_actualites_du_moment .widget-accueil-container-4 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image {
    display: none;
}

/* 100% de width pour les articles */
.widget-two-col .widget_widget_actualites_du_moment .widget-accueil-container-4 .widget-accueil-element .widget-accueil-description {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

/* Widget deux colonnes 6 éléments */
.widget-two-col .widget-accueil-container-6 {
    min-height: 340px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-element {
    height: 108px;
    width: 100%;
    vertical-align: top;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-element:last-child {
    border-bottom: 0 none;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-col-1 .widget-accueil-element:nth-child(n + 2),
.widget-two-col .widget-accueil-container-6 .widget-accueil-col-2 .widget-accueil-element:nth-child(n + 2) {
    margin-top: 18px;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-element .widget-accueil-description {
    width: 47%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-element .widget-accueil-image img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 100%;
    margin: auto;
}

/* 100% pour les articles */
.widget-two-col .widget_widget_actualites_du_moment .widget-accueil-container-6 .widget-accueil-element .widget-accueil-description {
    width: 100%;
    height: 100%;
}

.widget-two-col .widget-accueil-container-6 .widget-accueil-element .widget-accueil-image {
    float: left;
}

/* On retire les images des articles */

.widget-two-col .widget_widget_actualites_du_moment .widget-accueil-container-6 .widget-accueil-element .widget-accueil-image {
    display: none;
}

/* Cas particuliers : proces verbaux */

.widget-two-col .widget_widget_proces_verbaux .widget-accueil-element .widget-accueil-image {
    width: 46px;
    height: 60px;
    display: inline-block;
}

.widget_widget_proces_verbaux .widget-accueil-element {
    margin-top: 0 !important;
}

/* Cas particuliers : Slick */

.slick-slide,
.slick-track {
    text-align: left;
    height: 100%;
}

.slick-slide {
    overflow: hidden;
}

.widget-accueil-element.slick-slide a:hover div>img {
    transform: none !important;
    transition: none !important;
}

/* Cas particuliers : widget actus du moment */
#actus_moment .widget-accueil-col-2 .widget-accueil-element:first-child .widget-accueil-description>h2:first-child,
#actus_moment .widget-accueil-col-2 .widget-accueil-element:first-child .widget-accueil-description>p.widget-accueil-tag-liste:first-child {
    margin-top: 0;
}

#actus_moment .widget-accueil-col-2 .widget-accueil-contenu {
    padding-right: 14px;
}

/* Cas particuliers : widget partenaire */
.widget-one-col .widget_widget_partenaire .widget-accueil-container-1 {
    width: 300px !important;
    height: 250px !important;
    overflow: hidden;
}

.widget-one-col .widget_widget_partenaire .widget-accueil-container-1 .widget-accueil-element>a {
    width: 300px !important;
    height: 250px !important;
    display: table-cell;
    vertical-align: middle;
}

.widget-one-col .widget_widget_partenaire .widget-accueil-container-1 .widget-accueil-element>a .widget-accueil-image {
    display: inline;
    vertical-align: middle;
}

.widget-one-col .widget_widget_partenaire .widget-accueil-container-1 .widget-accueil-element>a .widget-accueil-image img {
    max-width: 250px;
    max-height: 300px;
}


/* Cas particuliers : widget diapo */

.widget-one-col .widget_widget_diaporama .widget-accueil-container-3 .widget-accueil-element {
    height: 81px;
}

.widget-two-col .widget_widget_diaporama .widget-accueil-description {
    margin-top: 10px !important;
}

.widget-one-col .widget_widget_diaporama .widget-accueil-element .widget-accueil-image {
    display: inline-block;
}


/* Cas particuliers : widget videos */

.widget_widget_video .widget-accueil-container .widget-accueil-element>a:hover>div>img,
.widget-one-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element>a:hover>div>img,
.widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element>a:hover>div>img {
    transform: none;
    transition: none;
}

.relatedposts-container.video a:hover>div>img {
    transform: none;
    transition: none;
}

.widget-accueil-image img.player {
    position: absolute;
    top: 26%;
    left: 38%;
    width: 25% !important;
    min-height: 0 !important;
}

.widget-one-col .widget_widget_video .widget-accueil-container-3 .widget-accueil-element {
    height: 82px;
}

.widget-one-col .widget_widget_video .widget-accueil-container .widget-accueil-element>a:hover>div>img {
    transform: none;
    transition: none;
}

.widget-one-col .widget_widget_video .widget-accueil-element .widget-accueil-image {
    display: inline-block;
}

.widget-one-col .widget_widget_video .widget-accueil-container-3 .widget-accueil-element .widget-accueil-image img {
    width: 100%;
    display: block;
    margin: auto;
}

.widget-one-col .widget_widget_video .widget-accueil-container-3 .widget-accueil-element .widget-accueil-image img:hover {
    transform: none;
    transition: none;
}

.widget-two-col .widget_widget_video .widget-accueil-description {
    margin-top: 15px !important;
}


/* Cas particuliers : widget Slider page d'accueil*******/
.widget-slider .slick-prev,
.widget-slider .slick-next {
    z-index: 1;
    display: block;
    height: 120px;
    width: 70px;
    transform: scaleX(0.5);
    top: 35%;
}

.widget-slider .slick-prev {
    left: -2px;
}

.widget-slider .slick-prev:before {
    content: "<";
    font-size: 110px;
}

.widget-slider .slick-next {
    right: 2px;
}

.widget-slider .slick-next:before {
    content: ">";
    font-size: 110px;
}

/* Widget une colonne n �l�ments */

.widget-one-col {
    width: 47%;
    display: inline-block;
    vertical-align: top;
}

#sidebar .widget-one-col {
    width: 100%;
}

.widget-two-col+.widget-one-col,
.widget-one-col+.widget-one-col+.widget-one-col {
    margin-right: 3%;
}

#sidebar .widget-one-col+.widget-one-col+.widget-one-col {
    margin-right: 0;
}

.widget-one-col .widget-accueil-container {
    overflow-x: hidden;
    margin-bottom: 20px;
    width: 100% !important;
}

.widget-one-col .widget-accueil-container .widget-accueil-element {
    position: relative;
    vertical-align: top;
}

.widget-one-col .widget-accueil-container .widget-accueil-element>a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    text-decoration: none;
}

.widget-one-col .widget-accueil-container .widget-accueil-element>a:hover>div>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
}

.widget-one-col .widget-accueil-container.widget-accueil-container-6 .widget-accueil-element .widget-accueil-image {
    display: none;
}

.widget-one-col .widget-accueil-container .widget-accueil-element .widget-accueil-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 7px;
}


p.widget-accueil-tag-liste span.widget-category:after,
p.widget-accueil-tag-liste span.widget-category:nth-child(n+2):after {

    content: "|";
    margin: 0 5px;

}

p.widget-accueil-tag-liste span.widget-category:last-child:after {

    content: "";
    margin: 0 0;

}

.widget-one-col .widget-accueil-container .widget-accueil-description .widget-category:nth-child(n+2) {
    margin-left: 0;
}

/* Widget une colonne 1 element */
/* Widget deux colonnes 2 elements */

.widget-one-col .widget-accueil-container-1 .widget-accueil-element {
    height: 100%;
    width: 100%;
}

.widget-one-col .widget-accueil-container-1 .widget-accueil-element .widget-accueil-image img {
    display: block;
    margin: auto;
}

/* Widget une colonne 3 �l�ments */

.widget-one-col .widget-accueil-container-3 .widget-accueil-element {
    height: 108px;
    width: 100%;
    vertical-align: top;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.widget-one-col .widget-accueil-container-3 .widget-accueil-element:last-child {
    border-bottom: 0 none;
}

.widget-one-col .widget-accueil-container-3 .widget-accueil-element:nth-child(n + 2) {
    margin-top: 20px;
}

.widget-one-col .widget-accueil-container-3 .widget-accueil-element .widget-accueil-image {
    height: 61px;
    width: 114px;
    overflow: hidden;
    display: none;
    vertical-align: top;
}

.widget-one-col .widget_widget_proces_verbaux .widget-accueil-element .widget-accueil-image {
    display: inline-block;
    width: 46px;
    height: 60px;
}

.widget-two-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element,
.widget-one-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    height: 95px;
    margin-bottom: 20px;
}

.widget-two-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element:last-child,
.widget-one-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element:last-child {
    border-bottom: 0 none;
}

.widget-one-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element .widget-accueil-description,
.widget-two-col .widget_widget_proces_verbaux .widget-accueil-container .widget-accueil-element .widget-accueil-description {
    width: 14em;
    display: inline-block;
    max-height: 250px;
}

.widget-one-col .widget-accueil-container-3 .widget-accueil-element .widget-accueil-image img {
    width: 100%;
    display: block;
    margin: auto;
}

.widget-one-col .widget-accueil-container-3 .widget-accueil-element .widget-accueil-description {
    height: 100%;
    width: 10em;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.widget-one-col .widget_widget_actualites_du_moment .widget-accueil-element .widget-accueil-description {
    width: 100%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
}

.widget-one-col .widget_widget_actualites_du_moment .widget-accueil-container-3 .widget-accueil-element .widget-accueil-image {
    display: none;
}

/*** Widget categories sur 3 colonnes ***/
.widget-three-col .widget-accueil-container>.widget-accueil-element:nth-child(n+2) {
    display: inline-block;
}

.widget-three-col .widget-accueil-container-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.widget-three-col .widget-accueil-col-1,
.widget-three-col .widget-accueil-col-2,
.widget-three-col .widget-accueil-col-3 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.widget-three-col .widget-accueil-col-3 {
    margin-right: 0;
}

.widget-three-col .widget-accueil-image {
    height: 186px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 186px;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
}

.widget-three-col .widget-accueil-description {
    margin-top: 15px;
}

.widget-three-col .widget-accueil-container .widget-accueil-element>a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    text-decoration: none;
}

.widget-three-col .widget-accueil-container .widget-accueil-element>a:hover>div>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
}

.widget-three-col .widget-accueil-container .widget-accueil-description .widget-category:nth-child(n+2) {
    margin-left: 0;
}

.widget-three-col .widget-accueil-container-5,
.widget-three-col .widget-accueil-container-7,
.widget-three-col .widget-accueil-container-9 {
    display: flex;
    justify-content: space-between;
}


.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element {
    width: 100%;
    min-height: 130px;
    vertical-align: top;
    padding-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element:nth-child(n + 2),
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element:nth-child(n + 2),
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element:nth-child(n + 2),
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element:nth-child(n + 2),
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element:nth-child(n + 2),
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element:nth-child(n + 2) {
    margin-top: 20px;
}

.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element:last-child,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element:last-child,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element:last-child,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element:last-child,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element:last-child,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element:last-child {
    border-bottom: 0 none;
}

.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image {
    float: left;
}

.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image img,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image img,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image img,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-image img,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image img,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image img {
    display: block;
    width: 100%;
    margin: auto;
}

.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-description,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-description,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-description,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-description,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-description,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-description {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

/* retire les images pour les articles*/
.widget-three-col .widget-accueil-container-5 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-7 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-1 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-2 .widget-accueil-element .widget-accueil-image,
.widget-three-col .widget-accueil-container-9 .widget-accueil-col-3 .widget-accueil-element .widget-accueil-image {
    display: none;
}

/** Widget promotion **/
.widget_widget_promotion .widget-accueil-container .widget-accueil-element .widget-accueil-image {
    max-height: inherit !important;
}

.widget_widget_promotion .widget-accueil-container .widget-accueil-element .widget-accueil-image img {
    max-width: 250px;
    max-height: 300px;
}

#content .widget_widget_promotion .widget-accueil-container .widget-accueil-element .widget-accueil-image {
    max-height: 378px !important;
    overflow: hidden;
    height: auto !important;
    background-color: transparent !important;
}

#content .widget_widget_promotion .widget-accueil-container .widget-accueil-element .widget-accueil-image img {
    height: auto;
    max-height: 10000px !important;
    max-width: 611px;
    width: 611px;
    position: relative;
}

.widget-two-col .widget_widget_promotion .widget-accueil-container-1 .widget-accueil-element .widget-accueil-description {
    background: transparent;
}

/** Widget sondages **/
.widget-sondage-description h2 {
    margin-bottom: 20px;
}

.sondage-reponse {
    margin: 0 0 15px 0;
    border-bottom: 1px solid transparent;
    padding: 0px 0 18px 0;
}

.sondage-reponse:last-child {
    border-bottom: 0 none;
}

.sondage-voter-btn {
    padding: 0.25rem 0.4rem;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    float: right;
    border-radius: 18px;
    cursor: pointer;
}

p.sondage-reponse span {
    display: inline-block;
    vertical-align: middle;
}

.sondage-voter-cont {
    width: 100px;
    position: relative;
    height: 20px;
    border-radius: 3px;
}

.sondage-voter-graph {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    border-radius: 3px;
}

.sondage-voter-graph-1 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-name: sondage-voter-graph-grow-1;
    animation-name: sondage-voter-graph-grow-1;
}

.sondage-voter-graph-2 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-name: sondage-voter-graph-grow-2;
    animation-name: sondage-voter-graph-grow-2;
}

.sondage-voter-graph-3 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-name: sondage-voter-graph-grow-3;
    animation-name: sondage-voter-graph-grow-3;
}

.sondage-voter-graph-4 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-name: sondage-voter-graph-grow-4;
    animation-name: sondage-voter-graph-grow-4;
}

.sondage-voter-res {
    width: 3em;
    margin-left: 10px;
}

.sondage-voter-res+.sondage-reponse-lib {
    margin-left: 10px;
}

/* Widget banniere */
.widget-banniere-inside {
    width: 1020px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

.widget-banniere-image-haut {
    width: 1020px;
    height: 110px;
    overflow: hidden;
}

.widget-banniere-image-haut img {
    width: 1020px;
    display: block;
}

.widget-banniere-image-gauche {
    width: 245px;
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -245px;
}

.widget-banniere-image-gauche img {
    width: 245px;
    margin: 0 auto;
    display: block;
}

.widget-banniere-image-droite {
    width: 245px;
    height: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -245px;
}

.widget-banniere-image-droite img {
    width: 245px;
    margin: 0 auto;
    display: block;
}

/********FIN Widgets*******/

/********FIN page d'accueil*******/

.clearfix {
    overflow: auto;
    zoom: 1;
}

.article-supercontainer {
    min-height: 108px;
    width: 100%;
    vertical-align: top;
    padding-bottom: 0px;
    cursor: pointer;
}

.article-supercontainer:first-child,
.fff-media-container #same_subject_other .article-supercontainer:first-child {
    margin-top: 0;
}

article .article-supercontainer:first-child,
.relatedposts-container .article-supercontainer:first-child {
    margin-top: 20px;
}

.article-supercontainer.article-supercontainer-big {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 20px;
}

.article-supercontainer.article-supercontainer-big.article-supercontainer-big2 {
    margin-left: 3%;
}

.article-image-container {
    height: 68px;
    width: 110px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

#same_subject .article-image-container {
    display: none;
}

#same_subject {
    padding-bottom: 10px;
}

#same_subject .article-supercontainer {
    border-bottom: 1px solid transparent;
}

#same_subject .article-supercontainer:last-child {
    border-bottom: 0 none;
}

.articlePlusLuSuite .article-image-container.thumbnail-container {
    display: none;
}

.article-image-container.vignette-middle {
    width: 300px;
    height: 186px;
    max-width: 300px;
    max-height: 186px;
    float: left;
    margin: 0 20px 0 0;
}

.article-image-container.vignette-middle img {
    transition: all 0.4s ease;
}

.article-supercontainer {
    margin-top: 20px;
}

#same_subject_other.relatedposts-container.video .article-supercontainer {
    height: auto;
    min-height: 0;
}

.article-supercontainer>a {
    text-decoration: none;
}

.article-image-container img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}

.RchResContDroite .article-image-container img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
    height: 100%;
}

.article-supercontainer-big .article-supercontainer:hover>div>img {
    transform: scale(1.2);
    transition: all 0.4s ease;
    cursor: pointer;
}

.article-description {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.RchResContDroite .article-description {
    height: 100%;
    width: 76%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.article-description.article-description-big {
    width: 100%;
    margin-top: 20px;
}

.articlePlusLuSuite .article-description.article-description-one {
    width: 100%;
}

.article-supercontainer .article-description.article-description-one {
    width: 76%;
    font-size: 12px;
}

.articlePlusLuSuite .article-supercontainer .article-description.article-description-one,
#same_subject .article-supercontainer .article-description.article-description-one {
    width: 100%;
}

#same_subject_other .article-description.article-description-one {
    width: 57%;
}

#same_subject_other .article-supercontainer {
    height: auto;
    min-height: 0;
}

.article-supercontainer .article-description.article-description-one h2 {
    text-transform: none;
    position: relative;
    padding-bottom: 0;
    font-size: 14px;
}

.RchResContDroite .article-supercontainer {
    border-bottom: 1px solid #CECECE;
}

.article-supercontainer h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

.article-supercontainer p.category {
    font-weight: bold;
    font-size: 10px;
    height: 1.5em;
    line-height: 13px;
    margin-bottom: 5px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.article-supercontainer p.tag {
    text-transform: uppercase;
}

.article-supercontainer p {
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

article a:hover {
    text-decoration: none;
}

#same_subject_other .article-supercontainer {
    border: none;
}

.page-template-template-media .menu_bloc_group a,
.page-template-template-videos .menu_bloc_group a,
.page-template-template-diaporamas .menu_bloc_group a {
    background: none;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    padding: 0;
    width: 100%;
    height: 186px;
    margin-top: 0;
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
    line-height: normal;
    color: inherit;
}

.page-template-template-media .text span,
.page-template-template-videos .text span,
.page-template-template-diaporamas .text span {
    display: block;
    font-size: 14px;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.fff-media-lst .relatedpost {
    background: none;
}

/*** STYLE GENERIQUE POUR MOBILE & TABLET ***/

.page-template-template-documents .saison_title {
    margin-bottom: 1em;
}

#footer_ban {
    display: flex;
    background: transparent url("inc/frontOffice/css/images/footer-ban-fond.png") repeat center top;
}

.fff-bloc-rss-ban-title h5 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    font-weight: normal;
}

.rss-aggregator {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    margin: 0;
    width: 615px;
    float: left;
}

.feed-image {
    width: 190px;
    height: 130px;
}

.feed-image img {
    width: 100%;
    height: 100%;
}

.feed-item {
    display: inline-block;
    margin: 0.75em;
    max-width: 177px;
    vertical-align: top;
}

.pub {
    float: left;
    width: 300px;
    margin: 2em 0.75em 0.75em 0.75em;
    min-height: 390px;
    max-height: 390px;
    overflow: hidden;
}

.feed-source {
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
    font-weight: normal;
}

.feed-item a {
    text-decoration: none;
    background: none;
    padding: 0;
    width: 100%;
    margin-top: 0;
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
    line-height: normal;
    color: inherit;
    font-size: 13px;
}

.feed-item a .copyright_player {
    width: 20%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -50%;
    transform: translateY(-50%);
}

.competition-left,
.competition-right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: 180px;
}

.container-hub-right.hub-competitions {
    top: 20%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.container-hub-en-tete-competitions .text-center {
    top: 70%;
}

.container-hub-en-tete-competitions .flt-ipt-cont {
    width: 80%;
}

.container-hub-en-tete-competitions .flt-ipt-cont select,
.container-hub-en-tete-competitions .flt-ipt-cont button {
    margin-bottom: 20px;
    cursor: pointer;
}

.title-hub-competitions {
    bottom: 10px;
    position: relative;
    text-align: left;
    left: 50px
}

.container-hub-en-tete-competitions .flt-ipt-cont button,
.mobile-competitions .flt-ipt-cont button {
    background-color: transparent;
}

.container-hub-en-tete-competitions .flt-ipt-cont button {
    padding: 8px 14px;
    width: 100%;
    border: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.container-hub-en-tete-competitions #form-championnat::after {
    height: 158px;
    display: block;
    width: 2px;
    content: '';
    position: absolute;
    top: 17px;
    left: 50%;
}

/* tableau classement */
.ranking-tab {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px auto;
}

.ranking-tab td {
    font-size: 14px;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
}

.ranking-tab th {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
}

.ranking-tab .ranking-tab-content {
    text-align: center;
    vertical-align: top
}

.ranking-tab .ranking-tab-header {
    font-weight: bold;
    text-align: center;
    vertical-align: top
}

.ranking-tab .long-column {
    width: 100%;
}

.ranking-tab .ranking-tab-bold {
    font-weight: bold;
    vertical-align: top
}

.calendar-tab {
    margin-bottom: 20px;
}

.calendar-tab .confrontation .competition {
    display: none;
}

.mention-classement {
    font-size: 11px;
    text-align: right;
    margin-top: 1em;
}

/* fin tableau classement */

.clearfix2:after {
    clear: both;
}

.clearfix2:before,
.clearfix2:after {
    content: " ";
    display: table;
}

.widget-two-col .widget_widget_mise_en_avant .widget-accueil-element .widget-accueil-image,
.widget-two-col .widget-accueil-element .widget-accueil-description {
    display: inline-block;
}

.widget-two-col .widget_widget_mise_en_avant .widget-accueil-container-1 .widget-accueil-element .widget-accueil-description {
    background: none;
    vertical-align: top;
    height: 100%;
    width: 50%;
    text-align: justify;
}

.widget-two-col .widget_widget_mise_en_avant .widget-accueil-container-1 .widget-accueil-description p.widget-accueil-tag-liste {
    display: block;
}

.widget_widget_recherche_avancee .recherche_avancee_form {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.widget_widget_recherche_avancee .recherche_avancee_form select {
    border-radius: 5px;
}

.widget_widget_recherche_avancee .recherche_avancee_form label {
    display: inline-block;
    width: 36%;
    font-weight: bold;
}

.widget_widget_recherche_avancee .recherche_avancee_form {
    font-size: 14px;
}

.widget_widget_recherche_avancee .recherche_avancee_form .search-field {
    width: 53%;
    padding: 5px;
    margin: 0 0 10px 28px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.widget_widget_recherche_avancee .recherche_avancee_form p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.widget_widget_recherche_avancee .recherche_avancee_form .search-radio {
    margin: 0 0 10px 0;
}

.recherche_avancee_form input[type="submit"] {
    padding: 8px 14px;
    width: 100%;
    border: none;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.article-documents {
    margin-top: 20px;
}

.article-documents a {
    margin-left: 10px;
    font-weight: bold;
    bottom: 15px;
    position: relative;
}

.article-documents a:link,
.article-documents a:visited,
.article-documents a {
    left: 45px;
    bottom: 0;
    position: absolute;
}

.article-documents .article-link {
    margin-bottom: 20px;
    display: inline-block;
    width: 48%;
    position: relative;
    height: 47px;
}

.search-off {
    display: none;
}

.search-0 h2,
.search-0 h3 {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
}

.searchResult {
    border-bottom: 1px solid transparent;
}

.nav-links {
    float: left;
}

.fff-print {
    display: none;
}

.flt-ipt-lst-cont .flt-ipt-cont {
    display: none;
}

.tag .fff-category>article:first-child {
    border: none;
}

.fff-category article:first-child {
    border: none;
}

.fff-category div.articlePlusLuSuite article {
    border-bottom: 1px solid transparent !important;
}

.tag #filAriane {
    margin-bottom: 0;
}

.tag.sliding-sidebar #sidebar {
    margin-top: 0;
}

#beforesidebar {
    display: block;
    overflow: hidden;
}

#beforesidebar ul {
    left: 20px;
    position: relative;
}

.widget ul,
.widget ol {
    line-height: initial;
}

#beforesidebar .content-tab ul li {
    list-style: none;
    float: left;
}

#beforesidebar .content-tab ul li:first-child {
    border-right: none;
}

#beforesidebar .content-tab ul li {
    padding: 10px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    top: 1px;
    border: 1px solid transparent;
    border-bottom: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#beforesidebar ul li a {
    color: inherit;
    text-decoration: none;
}

#beforesidebar .content-tab ul li.activate a {
    color: inherit;
}

#beforesidebar select {
    width: 300px;
    padding: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
}

#beforesidebar .type-results {
    padding: 0;
}

#beforesidebar {
    padding-bottom: 5px;
}

#beforesidebar select,
#beforesidebar button {
    display: none;
}

#beforesidebar select.active,
#beforesidebar button.active {
    display: block;
}

#beforesidebar button {
    padding: 8px 14px;
    width: 300px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

/*Pour fix le front dans club */
.fff-club-container #beforesidebar {
    padding-top: 2em;
}

#actus_moment {
    overflow: hidden;
}

table tr:nth-child(even) td {
    background: #EBEBEB;
}

span.firstname {
    text-transform: capitalize;
}

.newsletter-inscrire-btn {
    padding: 0.25rem 0.4rem;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    float: right;
    border-radius: 18px;
    cursor: pointer;
}

.entry ul {
    font-size: 14px;
}

div.page-img-banniere {
    width: 940px;
    height: 352px;
}

div.page-img-grande {
    width: 611px;
    height: 378px;
}

p.no-media {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 40px;
}

.calendar {
    height: 470px;
}

.info_semaine #sidebar {
    margin-top: 7px;
}

.info_semaine .onglet {
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.info_semaine .onglet:hover {
    border-bottom: 3px solid transparent;
}

.info_semaine h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto 0.8em auto;
}

.info_semaine .onglet.selected {
    cursor: auto;
    border-bottom: 3px solid transparent;
}

.info_semaine .documents-container {
    width: 100%;
}

.menu.menu-compl li {
    margin: 1.2em 0 0 0;
}

#div-gpt-ad-1604410204720-0 {
    display: none;
}

div.onglet-competition-fal {
    border: 1px solid;
    background-color: #FFFFFFFF;
    border-radius: 5px;
    width: 49%;
    height: 60px;
    display: flex;
}

div.onglet-fal {
    margin-left: 2%;
}

div.onglet-competition-fal a {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

div.onglet-competition-fal a span {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
}

.card {
    border: 2px solid #CECECE;
    border-radius: 6px;
    margin-left: 2px;
    margin-right: 2px;
}

.card:hover {
    background-color: #F7F9FC;
    cursor: pointer;
}

.card header {
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid grey;
    padding-left: 10px;
    line-height: 30px;
}

.card footer {
    color: orange;
    border-top: 1px solid grey;
    line-height: 30px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.card .content {
    height: 120px;
}

.fal-journee .slick-prev {
    left: -20px;
}

.fal-journee .slick-next {
    right: -20px;
}

.fal-calendar-mobile {
    display: none;
}

div.info-site {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: #CECECE;
}

.card .content p {
    padding: 5px;
}

.card .content img {
    display: inline;
}

.cards .card.hidden {
    display: none;
    opacity: 0;
}

span.slprev,
span.slnext {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    top: 50%;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.6s ease;
    border-radius: 0 3px 3px 0;

}

span.slprev {
    left: -6%;
}

span.slnext {
    right: -6%;
}

.fal-journee {
    margin-top: 12px;
    margin-bottom: 12px;
}

.fal-journee a.no-color {
    color: black;
}

.epreuve-detail p.club {
    margin: 0.5em auto 0 auto;
    text-transform: uppercase;
    font-weight: bold;
}

table.fal {
    width: 100%;
}

table.fal thead {
    font-weight: bold;
    text-transform: uppercase;
}

table.fal td {
    padding: 10px;
}

.epreuve-detail div.clubs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 20px;
    position: relative;
}

.epreuve-detail div.clubs div.club {
    display: grid;
    grid-template-rows: max-content 85px 1fr;
    min-height: 50px;
    position: relative;
}

.epreuve-detail div.clubs div.club div img,
.epreuve-detail div.clubs div.club div.fal-info {
    position: absolute;
}

.epreuve-detail div.clubs div.club div.fal-info {
    left: 40px;
    margin-left: 10px;
}

div.wp-activate-container p {
    line-height: 2.5em;
}

/* Bouton "J'alerte" dans la navbar */
.alert-menu-item {
    padding: 0 !important;
    margin: 0 !important;
}

.alert-btn-link {
    margin: 1px;
    display: inline-block;
    padding: 7px 20px;
    background-color: #01114e;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', arial, serif;
    text-transform: uppercase;
    font-size: 12px;
}

.alert-menu-item-primary {
    display: none !important;
    @media only screen and (max-width: 680px) {
        display: block!important;
        padding: 0 10px!important;
        width: fit-content!important;
        height: 40px!important;
    }
}

.alert-btn-link-primary {
    display: inline-block;
    padding: 0 10px;
    background-color: #01114e;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', arial, serif;
    text-transform: uppercase;
    font-size: 12px;
}

.alert-btn-link:hover {
    background-color: #013680;
}
