/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 mars 2014, 08:35:38
    Author     : SilacciA
*/
body{
    /*background-image: url(../img/grid.png);*/
    /*background-image: url(../img/test.jpg);*/
    /*background-color: #428BCA;*/
    background-color: #759ABB;
    margin-left: 100px;
    margin-right: 100px;
}

.jumbotron{
    background-color: white;
    box-shadow: 0px 0px 0 10px rgba(255,255,255,0.5),0px 0px 5px rgba(0,0,0,0.5);
}

/*.row-nogap{
    margin-left: 0;
    margin-right: 0;
}*/

.row-nogap .col-xs-1,.row-nogap .col-sm-1,.row-nogap .col-md-1,.row-nogap .col-lg-1,.row-nogap .col-xs-2,.row-nogap .col-sm-2,.row-nogap .col-md-2,.row-nogap .col-lg-2,.row-nogap .col-xs-3,.row-nogap .col-sm-3,.row-nogap .col-md-3,.row-nogap .col-lg-3,.row-nogap .col-xs-4,.row-nogap .col-sm-4,.row-nogap .col-md-4,.row-nogap .col-lg-4,.row-nogap .col-xs-5,.row-nogap .col-sm-5,.row-nogap .col-md-5,.row-nogap .col-lg-5,.row-nogap .col-xs-6,.row-nogap .col-sm-6,.row-nogap .col-md-6,.row-nogap .col-lg-6,.row-nogap .col-xs-7,.row-nogap .col-sm-7,.row-nogap .col-md-7,.row-nogap .col-lg-7,.row-nogap .col-xs-8,.row-nogap .col-sm-8,.row-nogap .col-md-8,.row-nogap .col-lg-8,.row-nogap .col-xs-9,.row-nogap .col-sm-9,.row-nogap .col-md-9,.row-nogap .col-lg-9,.row-nogap .col-xs-10,.row-nogap .col-sm-10,.row-nogap .col-md-10,.row-nogap .col-lg-10,.row-nogap .col-xs-11,.row-nogap .col-sm-11,.row-nogap .col-md-11,.row-nogap .col-lg-11,.row-nogap .col-xs-12,.row-nogap .col-sm-12,.row-nogap .col-md-12,.row-nogap .col-lg-12{
    padding-left: 0;
    padding-right: 0;
}

/* 
================================================
matchs design 
================================================
*/
.line{
    padding-top: 20px;
}

/* 
================================================
news design 
================================================
*/
.news-condensed{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.news-condensed .page-header{
    margin-top: -10px;
}

.news-condensed .news-footer{
    margin-top: 20px;
}

.news-condensed .news-footer .author-date{
    color: rgba(0,0,0,0.5);
}

/* 
================================================
inscription design 
================================================
*/

.center-align{
    text-align: center;
}

/* 
================================================
Classement design 
================================================
*/

.tour_finale {
    background-color: #85C2FF;
}
.tour_demi_finale {
    background-color: #ADD6FF;
}
.tour_quart_finale {
    background-color: #D6EBFF;
}

.podium{
    margin-top: 50px;
    margin-bottom: 50px;
}


.podium, .podium .team{
    font-weight: bold;
}

.podium .second{
    float : left;
    width:33%;
    margin-top: 20px;
}

.podium .first{
    float : left;
    width:33%;
}

.podium .third{
    float : left;
    width:33%;
    margin-top: 40px;
}
.podium .place{   
    color: white;
    font-size: 36pt;
    padding-top: 20px;padding-bottom: 20px;
}

@media (max-width: 768px){
    .podium .team{
        font-size: 12px;
    }
    .podium .first .place{
        background-color: rgba(241, 196, 15,1.0);
        line-height: 70px;
    }
    .podium .second .place{
        background-color: rgba(52, 152, 219,1.0);
        line-height: 50px;
    }
    .podium .third .place{
        background-color: rgba(231, 76, 60,1.0);
        line-height: 30px;
    }
    .podium .fourth{
        margin-top: 50px;
        font-size: 11px;
        float:left;
        width:100%;
    }
}

@media (min-width: 768px){
    .podium .team{
        font-size: 30px;
    }
    .podium .first .place{
        background-color: rgba(241, 196, 15,1.0);
        line-height: 110px;
    }
    .podium .second .place{
        background-color: rgba(52, 152, 219,1.0);
        line-height: 90px;
    }
    .podium .third .place{
        background-color: rgba(231, 76, 60,1.0);
        line-height: 70px;
    }
    .podium .fourth{
        margin-top: 50px;
        font-size: 25px;
        float:left;
        width:100%;
    }
}
@media (min-width: 768px) {
    .groupeEquipe{
        float:none;
        display: inline-block;
        width: 49%;
    }}

.tv{
    font-size: 20px;
}

.prep{
    font-size: 200px;
}

prep{
    font-size: 200px;
}

/* 
================================================
Navbar - EMFTournois design
================================================
*/

.accueil-active{
    color:#555;
    background: #e7e7e7;
}