html {
    position:relative;
    min-height: 100%;
}

body {
    background-color: #424242;
    margin: 0 0 100px;
}

.header {
    border-bottom: 1px solid #db6600;
}


footer {
    position:absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.slide-button .active {
    background-color:yellow;
}

p {
    margin: 0;
}

.block-container {
    margin-top: 6rem;
}

.block-buttons {
    width:930px;
}

.blocks {
    display:flex;
    color:white;
    font-size: 16px;
}

.btn:focus {
    box-shadow: none;
}

.btn-tab {
    margin-left: 4rem;
    font-size: 28px;
    font-weight: bold;
    color: white;
    padding-bottom:10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 13px solid rgba(255, 255, 255, 0);
}

.active {
    background-color: unset;
    border-bottom: 13px solid #db6600;
}

hr {
    z-index: 0;
    border: 0.41rem solid rgba(128,128,128, 0.3);
    width:750px;
    margin-top:-13px;
    margin-left:65px;
}

.single-tab {
    width:unset;
    /* margin:0;
    margin-top:2rem;
    margin-left:2rem; */
    margin: 0 auto;
}

.block-info {
    position: relative;
    padding:15px;
}

.fond-voile {
    position: absolute;
    top: 0;
    left:0;
    opacity:0.3;
    border-radius: 5px;
    z-index:-1000;
}

.sub-block {
    display: flex;
    padding: 10px;
    border-radius: 5px;
    height:70px;
    margin-bottom:2px;
}

.odd {
    background-color: rgba(77, 77, 77, 0.5);
}

.even {
    background-color: rgba(43, 43, 43, 0.5);
}

.block-column {
    display: flex;
    flex-direction: column;
    position:relative;
}

.label {
    width:120px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top:3px;
    padding-bottom:3px;
    padding-left:10px;
    padding-right:5px;

    border : 1px solid #999999;
    border-radius: 5px;
    z-index: 1000;
}

.block-champ {
    margin-left: 25px;
    width:224px;
    margin-top:5px;
}

.block-country {
    display: flex;
    justify-content: space-between;

}

.block-flag {
    margin-top: -28px;
    width: 70px;
    height: 52px;
}
.big-photo {
    height:400px;
}
/* 
.stadium-photo {
    height:200px;
} */



.photos-gallery {
    width:1200px;
    margin: 0 auto;
    margin-left: -5rem;
}

.gallery {
    width:1275px;
    display: flex;
    align-items: center;
    justify-content: center;

    position:relative;
    margin-bottom:5px;
    border-radius: 5px;
    padding:10px;

    min-height:100px;
}

.photo-wrapper {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}

.season-container {
    min-width:105px;
    width:105px;
    min-height:100px;
}

.season {
    width: 80px;
    text-align:center;

    position:absolute;
    left:0;
}

.season p {
    font-weight:bold;
}

.photo-block {
    margin-right:15px;

    display: flex;
    flex-direction: column;
}

.photo-slide {
    display:flex;
}

.moy-photo {
    width:200px;
    height:130px;
}

.photo-year {
    text-align: center;
    color: white;
}

.photo-year a {
    color: white;

}

.button-container .btn-tab {
    font-size:12px;
    color:#00b4f0;
    font-weight:bold;
    border: none;
    margin-left:0rem;
    margin-right:10px;
    padding-bottom:0;
}

