.cover_home{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("../img/banner/banner.jpg") no-repeat scroll 10px 100% / cover transparent;
    background-position: center bottom;
}

.cover_pres{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("../img/banner/bad.jpg") no-repeat scroll 0px 100% / cover transparent;
    background-position: center top;
}

.cover_adhesion{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("../img/banner/frame-harirak-602126-unsplash.jpg") no-repeat scroll 0px 100% / cover transparent;
    background-position: center top;
}

.cover_compet{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("../img/banner/frame-harirak-1052037-unsplash.jpg") no-repeat scroll 0px 100% / cover transparent;
    background-position:center;
}

.cover_tournoi{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("../img/banner/tournoi_thiais.png") no-repeat scroll 0px 100% / cover transparent;
    background-position: left;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
}

.holds-the-iframe {
    background: url(../img/91.gif) center center no-repeat;
}

div.imagetiles div.col-lg-3.col-md-3.col-sm-3.col-xs-6{
    padding: 0px;
}

html {
    scroll-behavior: smooth;
  }

.headtitle{
    display: inline-block;
    background: white;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 0px;
    text-align: center;
}