html,body{
    margin: 0;
    padding: 0;
    background: #f2f2f4;
    overflow-x: hidden!important;

    font-family: 'Lato';
    font-weight: 400;
    font-size: 1em;

    color: #102047;
}

.clearMP{
    margin: 0;
    padding: 0;
}

.clearPL{
    padding-left: 0;
}

.clearPR{
    padding-right: 0;
}

.lighter-400{
    font-size: 40px;
    font-weight: 400;
}

.lighter-300{
    font-weight: 300;
    font-size: 19px;
}

.quote{
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
}

/* -- Titres -- */
h1{
    font-size:2.188em;
    font-weight: 900;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #102047;
}

h2{
    font-size:1.688em;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
    color: #102047;
}

h3{
    font-size:1.320em;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

h4{
    font-size:1.313em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

p{
    font-size: 1em;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 35px;
}

#main-header{
    position: fixed;
    z-index: 1000;
    width: 100%;
}

/* -- LNB -- */
#container-lnb{
    background-color: #F3F3F3;
    text-align: center;
}

/* -- Briller Ensemble + BTN Réseaux -- */
#container-briller{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000519;

    text-align: left;
    position: fixed;
    height: 75px;
    margin: 0;
    width: 100%;

    transition: all 0.5s ease;
}

#container-briller-img img{
    width: 60%;
    margin-left: 10px;
}

#container-briller .logo-proB{
    text-align: center;
}

#container-briller .logo-proB a{
    outline: none;
}

#container-briller .logo-proB img{
    position: relative;
    top: -20px;
}

#container-briller .link-social{
    display: inline-block;
    width: 47%;
    position: relative;
    top: -9px;
}


/* -- Menu -- */
#container-logo-nav::before{
    content: '';
    background-color: #000519;
    z-index: 0;
    margin: 0;
    padding: 0;
    height: 75px;
    display: block;
    width: 100%;
}

#container-logo-nav{
    background-color: rgba(254, 21, 66, 1);
}

#container-logo-nav ul{
    color: #FFF;
}

#container-logo-nav a{
    color: #FFF;
}

#container-logo-nav #logo{
    position: absolute;
    z-index: 200;
    display: block;
    top: -72px;
    left: 25%;
    width: 100px;
    transition: all 0.5s;
}

#container-logo-nav #btn-tickets{
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 60px;

    background-color: #102047;
    border: 0;

    cursor: pointer;

    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    transition: all 0.8s;
}

#container-logo-nav #btn-tickets img{
    vertical-align: middle;
    margin-right: 20px;
    width: 35px;
}


.menu{
    padding: 0;
    position: relative;
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    cursor: default;
}

.menu a{
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.menu li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.8s;
}

.menu ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    padding-top: 20px;
    opacity: 0;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}



.menu ul li{
    margin: 0;
    padding: 0;
    display: block;

}

.menu ul li a{
    font-size: 13px;
    display: block;
    position: relative;
    width: 115%;
    height: auto;
    margin: -8px;
    padding: 10px;

}

.menu li:hover ul{
    background-color: #FE1542;
    opacity: 1;
    display: block;
}

.menu li ul li:hover {
    background-color: #102047;
    border-left:4px solid #1f7fef;
}

.menu li ul li {
    height: 40px;
    padding: 9px;
    border-left:4px solid #FE1542;
    width: 202px;
}

.menu .ticket::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(/theme/etoile/img/ticket.png);
    background-size: 100%;
}

.menu .down::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    top:0px;
    position: relative;
    background-image: url(/theme/etoile/img/down.png);
    background-size: 100%;

    transition: all 0.5s;
}

.menu .parent-down:hover .down::after{
    transform: rotate(90deg)
}

.menu .active{
    background-color: #000519;
    color: #FFF;
    padding: 0.5%;
}

.menu .active{
    background-color: #000519;
    color: #FFF;
    padding: 0.5%;
}

.menu li .active{
    background-color: #000519;
    color: #FFF;
    padding: 4.5%;
    border-left: #207FEF solid 4px;
}


.headroom--top + main-header,
.headroom--pinned + main-header,
.headroom--not-top + main-header,
.headroom--not-bottom + main-header{
    transform: translateY(100%);
}

 .headroom {
    will-change: transform;
    transition: transform 0.5s linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-120%);
}

.headroom--not-top #container-briller{
    opacity: 0;
}

.headroom--not-top #container-briller,
.headroom--not-top #container-logo-nav{
    transform: translateY(-80px);
}

.headroom--not-top #container-logo-nav #logo{
    width: 80px;
    transition: all 0.3s;
    top: -35px;
}
/* -- Home Info -- */

#container-home-info {
    border-bottom: solid 10px #FE1542;
    margin-bottom: 50px;
    padding-top: 115px;
    background-color: #000519;
}

#container-home-info .container-fluid{
    margin: 0;
    padding: 0;
}

.container-img-news:hover img{
    transform: scale(1.05);
}

/* --- News --- */
.container-img-news{
    overflow: hidden;
    height: 400px;
}

.container-img-news img{
    width: 100%;
    transition: all 0.5s;
}

.container-img-news img:hover a{
    color: #1f7fef;
}

.container-titre-news{
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    height: 100px;
    background-color: #102047;
}

.container-titre-news h2{
    text-transform: none;
}

.container-titre-news a{
    text-decoration: none;
    color: #FFF;
    vertical-align: sub;
}
/* --- Last Match --- */

#container-last-match{
    height: 250px;
    margin: 0;
    padding: 0;
    padding-top: 6%;

    background-color: #102047;
    color: #FFF;

    text-align: center;
}

#container-last-match h2{
    color:#FFF;
}

#container-last-match img{
    vertical-align: middle;
}

.btn-stats{
    margin: auto;
    padding: 2%;
    width: 50%;

    background-color: #102047;
    border: solid 1px #FFF;

    cursor: pointer;

    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;

    transition: all 0.8s;
}

.btn-stats:hover{
    background-color: #1f7fef;
    border: solid 1px #FFF;
}

/* --- Classement --- */

#container-classement{
    height: 250px;
    margin: 0;
    padding: 0;
    padding-top: 5%;
    background-color: #fff;

    text-align: center;
}

#container-classement a{
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
}

#container-classement p{
    margin: 0;
}

#container-classement table{
    width: 95%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#container-classement thead{
    font-weight: 700;
    text-transform: uppercase;
    background-color: #102047;
    color:#FFF;
    margin-bottom: 20px;
}

/* --- Next Match --- */

#container-next-match{
    padding-top: 7%;
    background-color: #F2F2F4;
    height: 500px;
    color: #FFF;
    text-align: center;

    background-image: url('http://img1.etoile-charleville.fr/images/background.jpg');
    background-size:cover;
}

#container-next-match p{
    line-height: 0px;
}

#container-next-match h1{
    color: #FFF;
}

#container-next-match img{
    vertical-align: middle;
    margin: 1%;
}

#versus{
    font-size:1.688em;
    font-weight: 700;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0;
    color: #FFF;

    margin-bottom: 50px;
}

.btn-tickets{
    margin: auto;
    padding: 2%;
    width: 55%;

    background-color: #102047;
    border: 0;

    cursor: pointer;

    color: #FFF;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;

    transition: all 0.8s;
}

.btn-tickets:hover{
    background-color: #1f7fef;
}

/* -- Actu / News-- */
.container-actu{
    height: auto;

    padding-top: 50px;
    padding-bottom: 50px;

    margin-top: 50px;
    margin-bottom: 50px;

    background-color: #FFF;
}

.container-actu img{
    transition: all 0.8s;
}

.container-actu .col-lg-4:hover img{
    transform: scale(1.05);
}

.container-actu .col-lg-4:hover h3{
    color: #fe1542;
}

.container-actu a{
    color: #102047
}

.container-actu h3{
    transition: all 0.5s;
}

.container-actu .tout-voir{
    display: block;
    text-align: center;
    color: #adadad;
    font-size: 14px;
    text-decoration: none;
    margin: auto;
    text-transform: uppercase;
    margin-top: -50px;
    margin-bottom: 50px;

    transition: all 0.5s;
}

.container-actu .tout-voir:hover{
    color: #fe1542;
}



/* -- News Index / All news -- */

#container-all-news{
    padding-top: 160px;
}

/* -- Lire Suite -- */
.lire-suite {
    position: fixed;
    cursor: pointer;
    left: 50%;
    color: #102047;
    transform: translate3d(-50%, -50%, 0);
    padding: 2%;
    display: inline-block;
    border: 3px solid transparent;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.07em;
    background-color: transparent;
}

.lire-suite:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: calc(0.7em * 1.2);
    right: calc(0.7em * 1.2);
    height: 3px;
    background: #FE1542;
    z-index: -1;
    transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
    transform-origin: left;
}

.line {
  position: absolute;
  background: #FE1542;
}
.line.-right, .line.-left {
  width: 3px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}
.line.-top, .line.-bottom {
  height: 3px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}
.line.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
.line.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
.line.-left {
  left: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: bottom;
}
.line.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}

.container-actu .col-lg-4:hover .lire-suite:after{
    transform: scale3d(0, 1, 1);
    right: -3px;
    left: -3px;
    transform-origin: right;
    transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.container-actu .col-lg-4:hover .line{
    transform: scale3d(1, 1, 1);
}

.container-actu .col-lg-4:hover .line.-right{
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transform-origin: bottom;
}

.container-actu .col-lg-4:hover .line.-top{
    transition: transform 0.08s linear 0.4s;
    transform-origin: right;
}

.container-actu .col-lg-4:hover .line.-left{
    transition: transform 0.08s linear 0.48s;
    transform-origin: top;
}

.container-actu .col-lg-4:hover .line.-bottom{
    transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transform-origin: left;
}

.container-titre-news-list{
    text-align: center;
    min-height: 75px;
    max-height: 75px;

    padding-top: 15px;
    padding-left: 15px;
}

.container-titre-news-list a{
    text-decoration: none;
    color: #102047;
    transition: all 0.5s;

}

.container-actu p{
    text-align: justify !important;
    line-height: 25px !important;
    font-family: 'Lato', sans-serif !important;
}

.container-actu .date-actu{
    font-size: 13px;
    color: #adadad;
    margin-bottom: 0;
}

.text-news-list{
    min-height: 150px;
    max-height: 150px;
}

.container-actu h1{
    margin-bottom: 50px;
    text-align: center;
}

.container-img-news-list{
    overflow: hidden;
    height: 200px;
}

.container-img-news-list img{
    width: 100%;
}

/* -- Main Info -- */

#container-main-info{
    padding: 0;
    overflow: hidden;
}

#container-main-info p img{
    width: 100%;
}

/* -- Reseaux Sociaux -- */
.reseaux-sociaux{
    background-color: #102047;
    text-align: center;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
/** - Blocs Info -- */

#container-bloc-info{
    margin-bottom: 50px;
    padding: 0;
}

#container-main-info p{
    line-height: 0px;
}

.bloc-info{
    min-height: 400px;
    max-height: 400px;
    position: relative;
    padding: 0;

    background-color: #102047;
    color: #FFF;
    text-align: center;
    overflow: hidden;
}

.bloc-info iframe{
    width: 100%;
    height: 400px;
}

.bloc-info p{
    margin:0;
    padding: 0;
}

.bloc-info img{
    width: 105%;
}

.bloc-info a{
    color: #1f7fef;
    text-decoration: none;
    transition: all 0.8s;

    font-weight: 700;
}

.bloc-info a:hover{
    color: #fe1542;
}

.bloc-info h1, .bloc-info h2, .bloc-info h3{
    color: #FFF;
}

#bloc-info-1{
    background-size: cover;
}

#bloc-info-2{
    background-size: cover;
}



.col-bloc-info .great{
    height: 500px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-bloc-info .great p,
.col-bloc-info .medium p{
    position: absolute;
    margin: 0;
    z-index: 0;
}

.col-bloc-info .great h1,
.col-bloc-info .great h2,
.col-bloc-info .great h3,
.col-bloc-info .medium h1,
.col-bloc-info .medium h2,
.col-bloc-info .medium h3{
    position: relative;
    z-index: 20;
    top: 25%;

    width: 95%;
    margin: auto;
    text-align: center;

    color: #FFF;

}

.col-bloc-info .great img{
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
}

.col-bloc-info .medium{
    height: 250px;
    padding: 0;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-bloc-info .medium img{
    width: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
}



/* -- Sliders -- */

#container-sliderJoueurs{
    padding: 0;
    margin-bottom: 50px;
}

#container-sliderJoueurs .slider{
    height: 400px !important;
}



#container-sliderJoueurs .slider .slideritem{
    background-size: contain;
}

/* -- Pagination -- */
.pages a{
    text-decoration: none;
    color: #102047;
}

.preview,
.next{
    background-color: #102047;
    color: #FFF;
    padding: 0.5% !important;
    text-transform: uppercase;
}

.preview a,
.next a{
    text-decoration: none;
    color: #FFF;
}



/* -- News -- */
.etiquette{
    margin-left: 15px;
    text-decoration: none;
    color: #fe1542;
    font-weight: 700;
    text-transform: uppercase;
}

.news #header-articles{
    height: 800px;
    overflow: hidden;
}

.news #header-articles img{
    width: 100%;
    position: relative;
    top: 15%;
}

#container-article article{
    position: relative;
    top: -120px;
    padding: 110px;
	padding-top: 50px;

    color: #102047;
    background-color: #FFF;
    line-height: 30px;
}

#container-article article header{
    border-bottom: solid 1px #f2f2f4;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#container-article article header h1{
    margin: 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 55px;
    margin-bottom: 20px;
}

#container-article article h3{
    margin-top: 15px;
    margin-bottom: 15px;
}

#container-article article header .date{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

blockquote{
    margin: 0;
    border-left: #102047 solid 5px;
    padding: 15px;
    background-color: #F2F2F4;
}

#container-article article img{
    display: block;
    width: 100%;
    height: 100%;
}

#container-article article blockquote p{
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}

#container-article article blockquote h4{
    font-size: 1em;
}

#container-article article h1,
#container-article article h2,
#container-article article h3,
#container-article article h4{
    text-transform: none;
}

/* -- Share -- */
#share-container{
    width: 100%;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 50px;

    background-color: #f2f2f4;
    text-align: center;
    min-height: 150px;
}

.addthis_inline_share_toolbox{
    width: 80%;
    margin: auto;
    margin-top: 25px;
}

/* -- Over news -- */

#over-new-container{
    display: block;

    margin-top: 50px;
    background-color: #f0f1f1;
    text-align: center;
    height: auto;
}

#over-new-container .container{
    width: 100% !important;
    position: relative;
}

.over-new-content a{
    text-decoration: none;
    color: #102047;
}

.over-new-container-text p{
    line-height: 20px;
}

.over-new-content .date-actu{
    text-align: left!important;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px;
    color: #adadad!important;
    margin: 0 ;
    height: 35px;
}

.over-new-container-picture{
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.over-new-container-picture img{
    width: 100%;
}

/* -- Pages -- */
.page .-header{
    height: 600px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    padding-top: 100px;
    background-color: #000519;
}

.slider-header{
    width: 100%;
    height: 500px !important;
}

.slider-header .slider-menu-items{
    display: none !important;
}

.slider-header h1{
    position: absolute;
    padding-left: 15px;
    z-index: 200;
    left: 70%;
    top: 45%;
    color: #FFF;
    text-align: left;
    border-left: solid 10px #fe1542;
}

.content-page{
    position: relative;
    top:-200px;
    background: #FFF;
    padding: 110px;
}

.content-page .titre-page{
    border-bottom: solid 5px #f2f2f4;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.content-page header h1{
    font-size: 1.8em;
}

.content-page header blockquote{
    margin: 0;

}

.content-page header blockquote p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify;
    text-transform: uppercase;
}

/* -- Portraits --*/
.portrait {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}

.portrait h3{
    transition: all 0.5s;
    margin-top: 10px;
    border-left: solid 5px #F2F2F4;
}

.portrait:hover h3{
    border-left: solid 5px #fe1542;
    padding-left: 5px;
}

/* -- Vignettes -- */
.vign{
    width: 21%;
    display: inline-block;
    margin-right:3%;
    background-color: #dedede;
    color: #000519;
    padding: 2%;
    margin-bottom:25px;
    margin-top:25px;

    transition: all 0.5s;
    border-left: solid 5px #DEDEDE;
}

.vign:hover,
.vign:nth-child(even):hover{
    border-left: solid 5px #fe1542;
}

.vign-team{
    width: 30%;
    display: inline-block;
    margin-right:3%;
    background-color: #dedede;
    color: #102047;
    text-align: center;
    margin-bottom:25px;
    margin-top:25px;

    transition: all 0.5s;
    border-left: solid 5px #102047;
}

.vign-team img{
    margin: auto;
    display: block;
}

.vign-team a{
    display: inherit;
    min-height: 100%;
    width: 100%;
    padding: 5%;

    text-decoration: none;
}

.vign-team span{
    display: block;
    margin-top: 25px;
    color: #000519;
    font-size: 1.2em;

    transition: all 0.5s;
}

.vign-team:hover{
    background-color: #102047;
    border-left: solid 5px #fe1542;
}

.vign-team:hover span{
    color: #FFF;
}

/* -- Joueurs -- */
#container-fiche-joueur{

}
.visu-joueur{
    text-align: center;
}

.fiche-joueur{
    padding-top: 25px;
    height: 550px;
    background-color: #f2f2f4;
}

.fiche-joueur h4{
    border-bottom: solid 1px #adadad;
    margin-bottom: 50px;
    padding-bottom: 30px;
    width: 100%;
    padding: 0;
    padding-bottom: 1%;
    color: #102047;
    text-transform: uppercase;
}

.item-joueur{
    color: #adadad;
    font-weight: 700;
}

/* -- Miniature joueur -- */
#container-btn-players{
	padding-top: 50px;
}

#container-btn-players .btn-player{
	display:inline-block;
	margin: auto;
	width: 350px;
	background-color: #102047;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	padding: 2%;
	text-align: center;
	font-size: 1.5em;
	transition: all 0.3s linear;
}

#container-btn-players .btn-player:hover{
	background-color: #fe1542;
}

#container-btn-players .btn-player img{
	width: 30%;
	vertical-align: middle;
	margin: auto;
	display: block;
}

/* -- Calendrier / Résultats -- */
#calendrier-container{
    height: auto;
    margin-top: 50px;
}

.journee-container{
    display: inline-block;
    position: relative;
    height: auto;
    width: 30%;
    margin: 1.55%;
    padding: 2%;
    padding-top: 3%;
    padding-bottom: 0%;

    text-align: center;
    background-color: #FFF;

    transition: all 0.5s;
}

.journee-container::after{
    content: '';
    height: 20px;
    width: 124%;
    display: block;
    position: relative;
    top: 20px;
    left: -33px;
    overflow: hidden;

    background-image: url('/theme/etoile/img/ombre_partenaires.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.journee-container:hover{
    background-color: #102047;
    color: #FFF;
}

.journee-container .container-link-stat{
    margin-top: 15px;
    margin-bottom: 15px;
}

.journee-container .link-stats{
    display: block;
    padding: 0.5%;
    text-decoration: none;
    color: #FFF !important;
    background-color: #fe1542;
    border: solid 1px #FFF;
    width: 50%;
    margin: auto;
}

.journee-container h2{
    color: #fe1542;
}

.journee-container p{
    margin: 0;
}

.journee-container .container-logo{
    display: inline-block;
    width: 24%;
    position: relative;
    top: 10px;
}

.journee-container .container-logo img{
    width: 100%;
}

.journee-container .container-info{
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    position: relative;
    top: -10px;
}

.journee-container .container-info h4{
    font-size: 30px;
    margin: 26px;
    color:#fe1542;
}

/* -- Classement -- */
#container-full-classement{
    height: auto;
}

#container-full-classement table{
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

#container-full-classement thead{
    background-color: #102047;
    color: #FFF;
}

#container-full-classement table tr{
    height: 40px;
    transition: all 0.5s;
    cursor: default;
}

#container-full-classement table .active{
    background-color: #1f7fef;
    color: #FFF;
}

#container-full-classement table tr:nth-child(even){
    background-color: #dedede;
}

#container-full-classement table tr:hover{
    background-color: #102047;
    border: solid 5px #1f7fef;
    color: #FFF;
}

/* -- Page -- */

.page .-body  .introduction-equipe{
    text-align: center;
    font-weight: 300;
    margin-bottom: 50px;
}

.page .-body a{
    text-decoration: none;
    color: #FE1542;
    transition: all 0.5s;
}

.page .-body a:hover{
    color: #207fef;
}

.page .-body  table{
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.page .-body  th{
    background-color: #102047;
    color: #FFF;
}

.page .-body table tr{
    height: 40px;
}

.page .-body  table .active{
    background-color: #1f7fef;
    color: #FFF;
}

.page .-body table tr:nth-child(even){
    background-color: #dedede;
}

.page .-body h2{
    margin-bottom: 15px;
    margin-top: 15px;
}

.page .-video iframe{
	display: inline-block;
	width: 47%;
	height: 360px;
	margin: 1%;
}

/* -- Amateur --*/
.ancre{
    visibility: hidden;
    margin: 0;
    margin-top: 50px;
}

.container-hub{
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;

}

.container-hub button{
    display: inline-block;
    height: 50px;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #102047;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    border:0;
    cursor: pointer;
}

.contact-amateurs{
    background-color: #102047;
    color: #FFF;
    padding: 2%;
}

.contact-amateurs h2{
    color: #FFF;
    border-left: solid 5px #FE1542;
    padding-left: 10px;
}

#container-res-amateur{
    padding-top: 25px;
}

#container-res-amateur .tab-amateur tr{
    height: 55px;
    transition: all 0.6s linear;
    cursor: default;
}

#container-res-amateur .tab-amateur tr:hover{
    background-color: #102047;
    color: #FFF;
}

#container-res-amateur .addthis_inline_share_toolbox_xf1s{
    margin-top: 25px;
    margin-bottom: 25px;
}

.pict-calendar{
    width: 25px !important;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.team-section{
    margin-bottom: 50px;
}

/* -- Flickr -- */
#container-flickr{
    background: #FFF;
    text-align: center;
    padding-bottom: 25px;
}

#container-flickr h1{
    margin-top: 25px;
    margin-bottom: 25px;
}

/* -- Boutique -- */
#main-container-goodies{
    margin-top: 25px;
    background-color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

.container-goodies{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
    width: 32.333333%;
}

.ref-article{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.price{
    color: #fe1542;
    margin: 0;
}

.btn-commande{
    display: block;
    padding: 3%;
    margin-top: 25px;
    width: 100%;

    background-color: transparent;

    color: #102047;
    border: solid 2px #102047;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;

    transition: all 0.5s;
}

.btn-commande:hover{
    background-color: #102047;
    color: #fe1542;
    border: solid 2px #102047;
}

#btn-commande{
    width: 100%;
    margin-top: 25px;
    padding: 2%;
    background-color: transparent;
    text-align: center;
    color: #102047;
    font-size: 1.5em;
    border: solid 2px #102047;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
}

#btn-commande:hover{
    background-color: #102047;
    color: #fe1542;
    border: #102047 solid 2px;
}

/* -- Partenaires -- */
.container-partenaires h2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.vignette-partenaires{
    margin-top: 25px;
    margin-bottom: 10px;
}

.vignette-partenaires img{
    width: 100%;
    transition: all 0.5s;
}

.vignette-partenaires::after{
    content: '';
    height: 15px;
    width: 100%;
    display: block;
    position: relative;
    top: -5px;
    background-image: url('/theme/etoile/img/ombre_partenaires.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

/* -- Soirs de match -- */
#main-container-sdm{
    padding-top: 50px;
}

#main-container-sdm .documents-item-content{
    padding-bottom: 15px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 25px;
    background-color: #FFF;
    transition: all 0.5s;
    display: inline-block;
    width: 30.1%;
}

#main-container-sdm .documents-item-content a{
    text-decoration: none;
    color: #102047;
    outline: none;
}

#main-container-sdm .documents-item-content{
    text-align: center;
}

#main-container-sdm .documents-item-content img{
    display: block;
    margin: auto;
    width: 100%;
}

#main-container-sdm .documents-item-content h3{
    transition: all 0.5s;
}

#main-container-sdm .documents-item-content:hover{
    background-color: #102047;
}

#main-container-sdm .documents-item-content:hover h3{
    color: #fe1542;
}

/* -- Logo Réseaux Basket -- */
#container-logo-r{
    background-color: #FFF;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
}


#container-logo-r img{
    width: 50%;
    height: 100%;
    vertical-align: middle;
}

#container-sponsors{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color:#000519;
    border-bottom: solid 8px #fe1542;
}

/* -- Download GED -- */
#container-download{
    background-color: #F3F3F3;
    padding-top: 8%;
    text-align: center;
}

#container-download img{
    width: 20%;
}

#container-download .legend{
    color: #333;
}

#container-download .legend a{
    text-decoration: none;
    color: #fe1542;
}

/* -- Galerie -- */
.photo-gallery{
    margin-top: 25px;
    background-color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.photo-gallery li{
    display: inline-block;
    width: 31%;
    margin: 1%;
    overflow: hidden;
    float: none!important;
    text-align: center;
}

.photo-gallery li:first-child,
.photo-gallery li:last-child {
    margin-left: 0;
}




/* -- Footer -- */
footer{
    min-height: 250px;
    background-color: #000519;
    text-align: center;
    color: #FFF;
}

footer #container-logo img{
    margin: auto;
}

/* -- Mid footer -- */
footer #mid-footer{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 150px;
    background-color: #102047;
}

footer #mid-footer ul{
    list-style-type: none;
    text-align: left;
}

footer #mid-footer ul li{
    margin-bottom: 10px;
}

footer #mid-footer ul li a{
    color:#FFF;
    text-decoration: none;
    font-size: 0.750em;
}

#signature{
    background-color: #000519;
    margin: 0;
}

#signature p{
    margin: 0;
    text-align: right;
}

#signature p a{
    color: #68696c;
    text-decoration: none;
    font-size: 11px;
}

.link-list-title,
.link-list-title a{
    font-weight: 700;
    text-transform: uppercase;
    color: #fe1542 !important;
}

.pict-social{
    width: 50px;
    margin: 15px;
}

/* -- Contact -- */
#header-contact{
    background-color: #F2F2F4;
    height: 150px;
}

#container-contact dl,
#container-contact dl dd{
    margin: 0;
    padding: 0;
    width: 100%;
}

#container-contact #title-element,
#container-contact #email-element{
    margin-bottom: 30px;
}

#container-contact .description,
#container-contact .errors{
    margin: 0;
    font-size: 13px;
}

#container-contact .errors{
    color: #fe1542;
}

#container-contact .form-contact{
    width: 100%;
}

#container-contact dl dd input{
    width: 100%;
    height: 50px;
    padding: 1%;
    border: 0;
}

#container-contact dl dd input[type="text"]{
    margin-top: 5px;
}

#container-contact dl dd textarea{
    width: 100%;
    resize: none;
    border: 0;
    padding: 1%;
    margin-top: 5px;
}

#container-contact dl dd input[type="submit"]{
    background-color: #102047;
    color: #FFF;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Montserrat';
    cursor: pointer;
    transition: all 0.3s;
}

#container-contact dl dd input[type="submit"]:hover{
    background-color: #1f7fef;
}

#adresse{
    text-align: center;
    background-color: #102047;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
    line-height: 28px!important;
}

#adresse p{
    margin: 0;
}

#adresse p a{
    color: #fe1542;
    text-decoration: none;
}

#adresse iframe{
    width: 100%;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    height: 350px;
    border: 0;
}

/* -- Sub Footer -- */

footer #sub-footer{
    background-color: #F3F3F3;
    height: 80px;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000519;
}

footer #sub-footer img{
    position:absolute;
    width: 20%;
    left: 40%;
    top: -85px;
    margin: 0;
    display: inline-block;
}

footer #sub-footer a{
    color:#000519;
    text-decoration: none;
}

.block-newsletter p {
    font-weight: 600;
}
.block-newsletter dl {
    margin: 0;
}
.block-newsletter dt {
    display: none;
}
.block-newsletter dd {
    margin: 0 0 20px 0;
}
.block-newsletter input[type=text] {
    padding: 10px;
    background: #FFFFFF;
    color: #FE1542;
    border: none;
    font-size: 15px;
    width: 100%;
}
.block-newsletter input[type=submit] {
    margin: 0 0 10px 0;
    padding: 10px 40px;
    background: #FE1542;
    color: #FFFFFF;
    border: none;
    font-size: 16px;
    cursor: pointer;
}


/* -- Media Queries -- */

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

    /* -- Header + Menu -- */
    #container-briller{
        display: none;
    }

    #container-logo-nav::before{
        display: none;
        content: none;
    }

    .headroom{
        transform: none;
    }

    .headroom--not-top #container-logo-nav{
        transform: none;
    }

    .headroom--not-top #container-logo-nav #logo{
        transform: none;
        width: 35px;
        top: 10px;
    }

    #container-logo-nav{
        background-color: #f0f1f1;
    }

    #container-logo-nav #logo{
        width: 35px;
        top: 12px;
        position: relative;
        left: 13px;
    }

    .menu-responsive-button-container{
        position: absolute;
        right: 0;
        top: -30px;
        z-index: 1000;
        display: block !important;
    }

    .menu-responsive-container{
        padding-top: 5px;

    }

    .menu .active{
        background-color: transparent;
        border: none;
        padding: 0;
        color: #102047;
    }

    .menu .active a{
        color: #102047;
    }

    .container-titre-news{
        text-align: center;
        padding: 2%;
        border-bottom: solid 5px #FE1542 ;
        height: auto;
        background-color: #207fef;
    }

    /* -- sous menu -- */
    .menu ul{
        height: 0;
        display: block;
        position: relative;
        overflow: hidden;
        transition: all 0.3s;
        background-color: #f0f1f1 !important;
        z-index: 1000;
        color: #fe1542;
        box-shadow: none;
        overflow: hidden !important;
    }

    .menu ul .active{
        background-color: transparent;
        border-left: 4px solid #FE1542;
        color: #102047;
    }

    .menu li{
        color: #fe1542;
        height: 50px;
    }

    .menu li a{
        color: #fe1542 !important;
    }

    .menu li:hover ul{
        height: auto;
        overflow: auto;
    }

    .menu li:hover{
        height: auto;
        margin-bottom: 50px;
    }

    .menu li:hover li{
        width: auto;
        margin-bottom: 0;
    }

    .menu .down::after{
        background-image: url(/theme/etoile/img/down-r.png);
        background-size: 80%;
        background-repeat: no-repeat;
    }

    .menu .ticket::before{
        display: none;
        content: none;
    }

    /* -- Home -- */
    #container-home-info{
        margin-bottom: 0px;
        padding-top: 0px;
    }

    .container-img-news{
        height: 250px;
    }

    .container-img-news img{
        top: 37%;
        position: relative;
        width: 120%;
        left: -10%;
        transform: scale(1.1);
    }

    .container-titre-news{
        padding: 5%;
    }

    #container-classement table{
        width: 90%;
    }

    #container-next-match{
        height: auto;
        padding-bottom: 25px;
    }

    #versus{
        font-size: 30px;
    }

    #container-next-match img{
        width: 17%;
    }

    /* -- Home Actualités -- */
    .container-actu{
        margin-top: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .container-actu h1{
        font-size: 2em;
    }

    .container-actu a{
        text-decoration: none;
    }

    .container-img-news-list{
        height: 140px;
        overflow: hidden;
    }

    .container-titre-news-list{
        min-height: auto;
        max-height: 200px;
    }

    .text-news-list{
        min-height: auto;
        max-height: 350px;
        margin-top: 25px;
        margin-bottom: 50px;
    }

    /* --  Blocs Info -- */
    #container-main-info{
        display: none;
    }

    #container-bloc-info{
        margin-bottom: 0;
    }

    .bloc-info{
        margin-bottom: 25px;
        min-height: 185px;
        max-height: 185px;
    }

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

    .bloc-info iframe{
        position: relative;
        top: -100px;
    }

    .col-bloc-info .great{
        height: 493px;
    }

    .col-bloc-info .medium{
        height: 247px;
    }

    /* -- Home Slider -- */
    #container-sliderJoueurs{
        margin-bottom: 0;
    }

    #container-sliderJoueurs .slider{
        height: 110px!important;
        margin-bottom: 30px;
    }

    #container-sliderJoueurs .slider .slider-items{
        position: absolute;
        top: -75px;
    }

    #container-sliderJoueurs h1{
        top: 39% !important;
        font-size: 26px !important;
        text-align: right;
        right: 29px !important;
    }

    #container-sliderJoueurs h1 .lighter-400{
        font-size: 26px !important;
    }

    .slider-control-arrow div{
        display: none;
    }

    /* -- Reseaux Sociaux Home -- */
    .reseaux-sociaux {
        padding-top: 25px;
    }

    .reseaux-sociaux img{
        width: 50%;
    }

    /* -- Pages -- */
    .page .-header{
        height: 290px;
        overflow: hidden;
        padding-top: 70px;
        margin-bottom: 0;
    }

    .slider-header{
        height: 360px !important;
        margin-bottom: 50px;
    }

    .slider-header h1{
        left: 0;
        top: 20%;
        border: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 0;
    }

    .page .-body h1{
        margin: 3%;
        font-size: 2em;
    }

    .page .-body h2{
        margin-left: 10px;
    }

    .slider-header .slider-items .num-player{
        font-size: 55px!important;
        display: block!important;
        left: 0!important;
        right: 0!important;
        top: 36%!important;
        font-weight: 700!important;
    }

    .slider-header .slideritem{
        height: 260px !important;
    }

    .slider-header .slider-items img{
        position: relative;
        margin: auto;
        display: block;
    }

    .page .-body img{
        width: 100%;
        height: 100%;
    }

    .fiche-joueur{
        height: 490px;
    }

    /* -- Equipe Pro B -- */
    .portrait{
        width: 43%;
        margin: auto;
        display: inline-block;
		margin: 3%;
    }

	.portrait h3,
	.portrait .lighter-300{
		font-size: 0.95em;
	}

	.vign{
		width: 95%;
		margin-right:0;
		margin-bottom: 0;
		margin-top: 0;
		margin: 2%;
	}

    #container-btn-players .btn-player{
        width: 100%;
        font-size: 1em;
        padding-bottom: 15px;
    }

    #container-btn-players .btn-player img{
        margin-top: 15px;
        margin-bottom: 15px;
        width: 75%;
    }

    #container-all-news{
        padding-top: 60px;
    }


    /* -- Calendrier / Resultats -- */
    .journee-container{
        width: 97%;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        padding-top: 20px;
    }

    .journee-container .container-logo img{
        width: 80px !important;
    }

    .journee-container::after{
        content: none;
        display: none;
    }

    /* -- Boutique -- */
    #main-container-goodies{
        margin-top: 0;
    }

    .container-goodies{
        width: 100%;
    }

    .container-goodies > img{
        width: 80% !important;
    }

    /* -- Soirs de Match -- */
    #main-container-sdm .documents-item-content{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* -- Videos Fanzone -- */
    .page .-video iframe{
        width: 100%;
        margin-bottom: 15px;
    }

    #viewportFanzone{
        margin-top: 95px;
    }

    #viewportFanzone > div > div{
        width: 100% !important;
        height: 200px !important;
    }

    #viewport div > div > a, #viewportFanzone > div > div > a{
        padding-top: 25%;
        opacity: 1;
    }

    /* -- Photo Galery -- */
    .photo-gallery li{
        width: 85%;
    }

    /* -- Footer -- */
    footer{
        text-align: center;
    }

    footer #mid-footer ul{
        padding: 0;
        text-align: center;
    }

    footer #sub-footer{
        height: 75px;
    }

    footer #sub-footer img{
        width: 70%;
        left: 18%;
        top: -51px;
    }

    #signature p{
        text-align: center;
    }

    #container-logo-r img {
        width: 100%;
    }

    /* -- Actualités / News -- */
    .news #header-articles{
        height: 215px;
    }

    .news #header-articles img{
        width: 100%;
        top: 37%;
    }

    #container-article article header h1{
        font-size: 31px;
        line-height: 40px;
    }

    #container-article{
        padding: 0;
    }

    #container-article article{
        top: 0;
        padding: 5%;
    }

    #container-article article p{
        text-align: left !important;
    }

    #container-article article h1{
        line-height: 35px;
        text-align: center!important;
    }

    #container-article .date{
        text-align: center !important;
    }

    #container-article article h3{
        line-height: 30px;
        text-align: left !important;
    }

    #container-article #share-container h3{
        text-align: center !important;
    }

    #container-article #over-new-container h3{
        text-align: center !important;
    }

	/* -- Amateurs -- */
	.vign-team{
		width: 100%;
	}

    /* -- Colone Droite Pro B et Amateur -- */
    .col-bloc-info{
        padding: 0;
    }

    .slider .slider-content-link{
        z-index: 700;
    }

    /* -- Contact -- */
    #adresse{
        margin-top: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    .clearPL, .clearPR{
        padding-left: 0;
        padding-right: 0;
    }

    /* -- Menu -- */
    #container-briller{
        display: none;
    }

    #container-logo-nav::before{
        display: none;
        content: none;
    }

    .headroom--not-top #container-logo-nav{
        transform: none;
    }

    .headroom--not-top #container-logo-nav #logo{
        width: 50px;
        top: 10px;
    }

    #container-logo-nav{
        background-color: #f0f1f1;
    }

    #container-logo-nav .container{
        padding: 0;
        margin: 0;
    }

    #container-logo-nav #logo{
        left: 50px;
        width: 50px;
        top: -15px;
    }

    #container-logo-nav #logo{
        width: 80px;
        top: 15px;
        position: relative;
        left: 13px;
    }

    .menu-responsive-button-container{
        position: absolute;
        right: 0;
        top: -50px;
        right: 50px;
        z-index: 1000;
        display: block !important;
    }

    .menu-responsive-container{
        padding-top: 5px;
        top:-100px;

    }

    .container-titre-news{
        text-align: center;
        padding: 2%;
        border-bottom: solid 5px #FE1542 ;
        height: auto;
    }

    #container-logo-nav .container{
        width: 100%;
    }

    /* -- Sous menu -- */
    .menu ul{
        height: 0;
        display: block;
        position: relative;
        overflow: hidden;
        transition: all 0.5s;
        background-color: #f0f1f1 !important;
        z-index: 1000;
        color: #fe1542;
    }

    .menu li{
        color: #fe1542;
        height: 50px;
    }

    .menu li a{
        color: #fe1542 !important;
    }

    .menu li:hover ul{
        height: 180px;
        overflow: auto;
    }

    .menu li:hover{
        height: auto;
        margin-bottom: 50px;
    }

    .menu li:hover li{
        width: auto;
        margin-bottom: 0;
    }

    .menu .down::after{
        background-image: url(/theme/etoile/img/down-r.png);
        background-size: 80%;
        background-repeat: no-repeat;
    }

    .menu .ticket::before{
        display: none;
        content: none;
    }

    /* -- Home -- */
    #container-home-info{
        padding-top: 130px;
    }

    .container-img-news img{
        top: 5%;
        position: relative;
        width: 110%;
        left: 0%;
    }

    .container-titre-news{
        padding: 4%;
    }

    #container-last-match, #container-classement{
        width: 49%;
        margin: 0;
        padding: 0;
        padding-top: 2%;
        display: inline-table;
    }

    #container-next-match{
        height: auto;
        padding-bottom: 25px;
    }

    #container-next-match img{
        width: 15%;
    }

    .reseaux-sociaux{
        padding-bottom: 25px;
    }

    /* -- Blocs infos -- */
    .col-bloc{
        width: 47.93%;
        display: inline-table;
        position: relative;
    }

    .col-bloc:nth-child(2){
        margin-left: 25px;
    }

    .bloc-info{
        min-height: 375px;
        max-height: 375px;
        margin-bottom: 25px;
    }

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

    .col-bloc-info .great{
        height: 450px;
        margin-bottom: 80px;
    }

    .col-bloc-info .medium{
        height: 225px;
    }

    #container-main-info p img {
        width: 100%;
        height: 100%;
    }

    /* -- Slider -- */
    #container-sliderJoueurs,
    #container-sliderJoueurs .slider {
        height: 200px;
        position: relative;
        top: -55px;
    }

    .slider-header h1{
        left:5%;
        top: 25%;
    }

    #container-sliderJoueurs .slider-header h1{
        left:50%;
        top: 35%;
    }

    /* -- Pages -- */
    .page .-body img{
        width: 100%;
        height: 100%;
    }

    .page .-header{
        height: 355px;
        overflow: hidden;
    }

    /* -- Actualités -- */
    .container-titre-news-list{
        min-height: auto;
        max-height: 200px;
    }

    .container-actu{
        margin-top: 50px;
    }

    .container-actu a{
        text-decoration: none;
    }

    .news #header-articles{
        height: 550px;
        padding-top: 140px;
        background-color: #000519;
    }

    .news #header-articles img{
        top: 0%;
    }

    #container-article{
        width: 100%;
        margin-top: 50px;
    }

    #container-article article{
        padding: 5%;
        top: -170px;
        width: 100%;
    }

    #container-article article p{
        text-align: justify !important;
    }

    #share-container h3{
        text-align: center !important;
    }

    /* -- Pro B -- */
    .portrait{
        display: inline-block;
        width: 30%;
    }

    /* -- Calendrier / Resultats -- */
    .journee-container{
        width: 45%;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        padding-top: 20px;
    }

    .journee-container .container-logo img{
        width: 80px !important;
    }

    .journee-container::after{
        content: none;
        display: none;
    }

    /* -- Boutique --*/
    .modal-container{
        height: auto;
        top:38%;
    }

    .modal-container img{
        width:70%;
        margin-bottom: 50px;
    }

    /* -- Soirs de Match -- */
    #main-container-sdm .documents-item-content{
        width: 45.8%;
        margin-left: 2.3%;
    }

    /* -- Footer -- */
    #container-logo-r img{
        width: 100%;
    }

    footer #sub-footer{
        height:110px;
    }

    .pict-social{
        width: 37px;
    }

    footer #sub-footer img{
        width: 40%;
        left: 35%;
        top: -65px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px){


    /* -- Menu / Header -- */
    #container-briller-img img{
        width: 95%;
        position: relative;
        top: 5px;
    }

    #container-logo-nav #logo{
        width: 100px;
        left: -23px;
        top: -60px;
    }

    .menu{
        font-size: 12.5px;
    }

    .menu a{
        font-size: 12.5px;
    }

    /* -- Home -- */
    #container-home-info{
        padding-top: 120px;
    }

    .container-img-news img{
        width: 220%;
        position: relative;
        left: -18%;
    }

    .container-titre-news{
        padding: 10px;

    }

    .container-titre-news h2{
        text-align: center;
    }

    #container-next-match{
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #container-next-match img{
        width: 25%;
    }

    /* -- Blocs info -- */
    .col-bloc{
        width: 47.93%;
        display: inline-table;
        position: relative;
    }

    .col-bloc:nth-child(2){
        margin-left: 25px;
    }

    #container-main-info img{
        width: 100%;
        height: 100%;
    }

    .col-bloc-info{
        position: relative;
        top: -250px;
    }

    .col-bloc-info .great,
    .col-bloc-info .medium{
        width: 83%;
        margin: auto;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
    }

    .bloc-info img{
        width: 175%;
        position: absolute;
        margin: auto;
        left: -38%;
        right: 0;
    }

    /* -- Actu / News -- */
    .news #header-articles img{
        top: 13%;
    }

    .container-img-news-list{
        height: 125px;
    }

    .container-titre-news-list{
        min-height: 90px;
        max-height: 90px;
    }

    #container-article article{
        top: -320px;
    }

    .text-news-list{
        min-height: 215px;
        max-height: 215px;
    }

    /* -- Sliders -- */
    #container-sliderJoueurs .slider{
        height: 300px;
    }

    .slider-bullet .slider-menu{
        bottom: 30px !important;
    }

    /* -- Pages -- */
    .page .-header{
        height: 500px;
        overflow: hidden;
    }

    .page .-body img{
        width: 100%;
        height: 100%;
    }

    /* -- Boutique -- */
    .modal-container{
        top: 35%;
        height: auto;
    }

    /* -- Calendrier / Resultats -- */
    .journee-container::after{
        top: 20px;
        left: -27px;
    }

    /* -- Footer -- */
    footer #sub-footer img{
        width: 33%;
    }

}

@media screen and (min-width:1200px) and (max-width:1900px){
    #container-briller-img img {
        width: 85%;
        margin-left: 10px;
        margin-top: 5px;
    }

    /* -- Menu -- */
    #container-logo-nav #btn-tickets{
        padding: 0;
    }

    /* -- Home -- */
    .container-img-news img{
        width: 150%;
        position: relative;
        left: -25%;
    }

    #versus{
        margin-bottom: 25px;
    }

    .container-titre-news{
        padding-top: 10px;
    }

    #container-home-info{
        padding-top: 120px;
        margin-bottom: 25px;
    }

    #container-classement{
        padding-top: 5%;
    }

    #container-classement table{
        width: 90%;
    }

    #container-next-match{
        padding-top: 17%;
        padding-left: 5%;
        padding-right: 5%;
    }

    #container-next-match img{
        width: 30%;
    }

    .container-actu{
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .reseaux-sociaux{
        margin-bottom: 25px;
    }

    #container-main-info p{
        line-height: 0px!important;
    }

    #container-sliderJoueurs{
        margin-bottom: 25px;
    }

    #container-sliderJoueurs,
    #container-sliderJoueurs .slider{
        height: 300px!important;
    }

    #container-sliderJoueurs .slider{
        position: relative;
        top: -20px;
    }

    .slider .slider-content-link {
    position: absolute;
    top: 100px!important;
    height: 300px!important;
    }



    /* Home news */
    .container-img-news-list{
        height: 150px;
        overflow: hidden;
    }

    .news #header-articles img{
        width: 100%;
        position: relative;
        top: 20%;
    }

    /* -- Blocs Info -- */
    .bloc-info img{
        width: 137%;
        position: relative;
        left: -105px;
    }


    .col-bloc-info .great{
        height: 380px;
    }

    .col-bloc-info .medium{
        height: 190px;
    }

    .col-bloc-info .great img,
    .col-bloc-info .medium img{
        width: 100%;
        height: 100%;
    }

    /* -- Pages -- */
    .page .-header{
        height: 550px;
        overflow: hidden;
    }

    .page .-body img{
        width: 100%;
        height: 100%;
    }

    .page .-body .visu-joueur img{
        width: 80%;
    }

    .portrait{
        width: 30%;
    }

    .vign{
        width: 30%;
    }

    /* -- News -- */
    .news #header-articles{
        height: 600px;
    }

    #container-article article{
        top: -95px;
        padding: 50px;
    }

    #container-article article header .addthis_inline_share_toolbox_xf1s{
        width: 100%;
    }

    /* -- Calendrier / Resultats -- */
    .journee-container{
        width: 46%;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        padding-top: 20px;
    }

    .journee-container .container-logo img{
        width: 80px !important;
    }

    .journee-container::after{
        top: 19px;
        width: 119%;
        left: -32px;
    }

    .-active::after{
        top: 14px;
    }

    /* -- Joueur -- */
    .slider-header .slider-items .num-player{
        font-size: 185px !important;
        top: 16%;
    }

    /* -- Soirs de Match -- */
    #main-container-sdm .documents-item-content{
        width: 30%;

    }

    /* -- Footer -- */
    footer #sub-footer{
        height: 130px;
    }

    footer #sub-footer img{
        top: -65px;
    }
}

@media print{
    header{
        display: none;
    }

    .page .-header{
        display: none;
    }

    .page .-body{
        margin-top: 0;
    }

    #header-articles{
        display: none;
    }

    #container-article article{
        top: 0;
    }

    .col-bloc-info{
        display: none;
    }

    .at-share-btn-elements{
        display: none;
    }

    footer{
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:768px) and (orientation: landscape){
    #container-logo-nav #logo{
        width: 30px;
    }

    .menu-responsive-button-container{
        top: -30px;
    }

    .headroom--not-top #container-logo-nav #logo{
        width: 30px;
        top: 10px;
    }

    .menu li{
        height: 35px;
    }

    /* -- Home -- */
    .container-img-news img{
        top: 0;
    }

    #container-last-match{
        height: 300px;
    }

    /* -- Blocs Info -- */
    .col-bloc{
        width: 45%;
        position: relative;
		margin: auto;
	}

    .bloc-info{
        min-height: 175px;
        max-height: 175px;
    }

    .col-bloc .great{
        height: 395px;
		margin-bottom: 15px;
    }

    .col-bloc-info .medium{
        height: 197px;
		margin-bottom: 15px;
    }

    /* -- Slider -- */
    #container-sliderJoueurs,
    #container-sliderJoueurs .slider{
        height: 172px;
    }

    /* -- Page -- */
    .page .-header{
        padding-top: 80px;
        height: 300px;
    }

    /* -- Pro B -- */
    .portrait{
        width: 29%;
        display: inline-block;
        margin-left: 1%;
    }

	.portrait h3,
	.portrait .lighter-300{
		font-size: 1em;
	}

	.vign{
		width: 31%;
		margin: 1%;
	}

    /* -- Calendrier / Resultats -- */
    .journee-container{
        width: 46%;
        margin-top: 12.5px;
        margin-bottom: 12.5px;
        padding-top: 20px;
    }

    .journee-container .container-logo img{
        width: 80px !important;
    }

    .journee-container::after{
        content: none;
        display: none;
    }

    /* -- Boutique -- */
    .modal-container img{
        display: none;
    }

    /* -- Soirs de Match -- */
    #main-container-sdm .documents-item-content{
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
    }

	/* -- Amateurs -- */
	.vign-team{
		width: 46%;
	}

    /* -- Footer -- */
    #container-logo-r img{
        width: 50%;
    }

    footer #sub-footer img {
        width: 45%;
        left: 25%;
    }
}

/* SocialNetwork */
@media screen and (max-width:768px) {
    .block-sortable-item {
        width:100% !important;
    }
}
.social-networks-wall-item-text a{
    text-decoration:none;
    color:#305790;
}
.social-networks-wall-item-user-name {
    margin-left: 5px;
    line-height:normal;
}
.social-networks-wall-item-user-name a{
    text-decoration: none;
    color:#999999;
    font-weight: 600;
}
.social-networks-wall-item-user-short-name {
    display: block;
    color:#305790;
    font-weight: 500;
    font-size: 0.7rem;
}

.g-recaptcha > div {
    margin: auto;
}
