/* backoffice */

body{
  background-color: #f6f7fa !important;
}

ul{
    padding: 0;
    text-transform: capitalize;
}

.block-team{
  display: none;
}

.title-b97{
  color: #0079d8;
  text-align: center;
  margin-bottom: 30px !important;
}

.blk-conv{
  height: 70px;
  padding: 8px;
  border:1px solid #adadad;
  background-color: #FFF;
}

.blk-conv h5{
  margin: 3px;
  font-weight: 300;
}

.blk-conv h3{
  margin: 0;
  line-height: 50px;
}

.sho1{
  color:green;
}
.sho2{
  color:#d80101;
}

.lh-50{
  line-height: 50px;
}

i.cir-public{
  color: #01d101;
}

.casP{
  padding-left: 30px !important;
}

.casP h4{
  margin-bottom: 0;
}

.casP p{
  margin-bottom: 25px;
}

.bigBlue{
  font-weight: 500;
  font-size:18px;
  color: #16c3ff;
}

a{
  color: #1573d8;
}

.txt-unput-r{
  text-align: right;
}

.error{
  color: red;
  font-size: 12px;
  font-weight: 400;
}

.alert{
  margin-top: 15px !important;
  padding-left: 60px !important;
  background: #FFF;
  position: relative;
}
 .alert::after{
   content: url('../img/admin/logo/check.png');
   position: absolute;
   left: 0;
   top:0;
   color: white;
   background: green;
   width: 50px;
   text-align: center;
   height: 100%;
 }

 .alertI{
   margin-top: 15px !important;
   padding-left: 60px !important;
   background: #FFF;
   position: relative;
 }

 .alertI::after{
   content: url('../img/admin/logo/info.png');
   position: absolute;
   padding-top: 10px;
   left: 0;
   top:0;
   color: white;
   background: #2196f3;
   width: 50px;
   text-align: center;
   height: 100%;
 }

.alert-success-97 {
    color: #3c763d;
    border-color: #3c763d !important;
}

.alertE{
  margin-top: 15px !important;
  padding-left: 60px !important;
  background: #f2dede;
  position: relative;
}

.alertE::after{
  content: url('../img/admin/logo/error.png');
  position: absolute;
  padding-top: 18px;
  left: 0;
  top:0;
  color: white;
  background: #de0404;
  width: 50px;
  text-align: center;
  height: 100%;
}

.alert-error-97 {
   color: #dd1f04;
   padding: 15px 0;
   margin-bottom: 20px;
   border:1px #3c763d !important;
}

.alert-info-97 {
    color: #0275d8;
    background-color: #d9edf7;
    padding: 15px 0;
    margin-bottom: 20px;
    border-color: #3c763d !important;
}

.alert-success{
  padding-left: 60px !important;
}

.enteteTable{
  margin-bottom: 20px;
}

i.cir-brouillon{
  color: #ff0400;
}

.coller-right{
  text-align: right;
  padding-right: 30px !important;
}

h4.modal-title.m-succes{
  color: green;
}

h4.modal-title.m-error{
  color: red;
}

.lh50{
  line-height: 50px;
}

.cache{
  display: none;
}

.container-fluid{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  color: #FFF;
  background-color: #0275d8 !important;
}
.no-pad{
	padding: 0 2px !important;
}

.slim{
  font-weight: 400;
}

.test-group{
  position: relative;
  border-collapse: separate;
}

.test-group input.form-control{
  width: 88%;
  display: inline-block;
}

.test-group-btn{
  position: relative;
  display: inline-block;
  width: 10%;
}

.t-profilUser{
  color: #0275d8;
  border-bottom:2px solid #0275d8;
  margin-bottom: 10px !important;
}

.bl-midd{
  margin-top: 80px;
}

.bott20{
  margin-bottom:20px !important;
  margin-left: 5px;
}

.top50{
  margin-top: 50px;
}

.btn-b97{
    color: white;
    background: #0275d8;
}

.btn.btn-b97:hover{
    color: white;
    background: #025aa5;
}

.btn-link97{
  margin-top: 10px;
  border: 2px solid #0275d8;
  border-radius: 20px;
  color: #0275d8;
  text-transform: capitalize;
}

.btn-link97:hover{
  border: 2px solid #0e1a35;
  border-radius: 20px;
  color: #0e1a35;
  text-transform: capitalize;
}

.home {
    background: #f6f7fa;
}

.title-page h1{
  border-bottom: 1px solid grey;
  font-size: 30px;
}

.connexion{
  margin-top: 20px;
  padding-top: 30px;
}

button a{
  color: white;
}
button a:hover{
  color: white;
  text-decoration: none;
}

.lh-55{
  line-height: 55px !important;
}

.sho{
  background: green;
  color: white;
  width: 25px;
  height:25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px !important;
}

.disa{
  background: #ababab;
  color: #dedddd;
  width: 25px;
  height:25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px !important;
}

.ed{
  background:#0275d8;
  color: white;
  width: 25px;
  height:25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px !important;
}

.ed:hover{
  background: #1d2662;
}

.del{
  background: red;
  color: white;
  width: 25px;
  height:25px;
  border-radius: 5px;
  text-align: center;
  line-height: 25px !important;
}
.del:hover{
  background: #c10101;
}

.fond-titre{
  background-color: #0e1a35;
  color: white;
  padding: 12px;
}
.fond-titre h4{
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.fond-titre .btn{
  padding:2px 6px !important;
}

.white{
  color: white;
}

.btn-menu-close{
  text-align: right;

}

.btn-menu-close button{
    float:none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#navigation .btn-menu-close button span{
  border-color: #FFF;
}

#navigation{
    background: #0e1a35;
    height: 100vh;
    position: fixed;
    overflow: auto;
}

#navigation{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navigation{
	padding: 0;
}

/*.display-table{
	display: table;
	padding:0;
	height: 100%;
	width: 100%;
}

.display-table-row{
	display: table-row;
	height: 100%;
}

.display-table-cell{
	display: table-cell;
	float: none;
	height: 100%;
}
*/

.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* general */

.form-control{
    margin-bottom: 10px;
}

.form-select, .form-control, select.form-select {
    font-size: 15px;
    padding: 8px 12px;
}
.form-select option {
    font-size: 15px;
    padding: 6px 10px;
}
.form-label {
    font-size: 14px;
    font-weight: 600;
}

.input-group{
    margin-bottom: 10px;
}
.input-group, .input-group-addon{
    background-color: #0e1a35;
    color: white;
}

.good{
  background:linear-gradient(#4caf50,#1b5e20);
}

.not-good{
  background: linear-gradient(#d50000,#b71c1c);
}

.img-fileLogo{
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  background:url('../img/admin/profil-defaut.png')no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-bottom: 30px;
}

.img-fileLogo img{
  width:auto;
  height:100%;
  margin: auto;
}

.img-fileTeam{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:url('../img/admin/profil-defaut.png')no-repeat center;
  background-size: 100%;
  cursor: pointer;
  overflow: hidden;
}

.img-fileTeam img{
  width:auto;
  height:100%;
  margin: auto;
}

.img-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(10,9,9,0.55);
  text-align: center;
  color: #FFF;
  line-height: 50px;
}

.form>label{
  width: 100% !important;
    font-weight: 400;
    color: #555 !important;
}

label[for=file]{
  cursor: pointer;
  display: block;
}

input[type=file]{
  display: none !important;
  cursor: pointer;
}
.in-champs{
  border:1px solid grey;
  height: 34px;
  display: block;
  float: left;
  padding: 6px 12px;
  width: 80%;
  color: grey;
}

.cercle-logo{
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}

/* Barre lateral */

.back-logo{
	text-align: center;
}

.back-logo img{
	max-width: 180px;
	padding: 16px 0 17px;
	width: 100%;
}


.barre-lat{
	vertical-align: top;
}

.barre-lat a {
	border-bottom: 1px solid #0d172e;
	border-top: 1px solid #0d172e;
	color: white;
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding: 28px 20px;
	text-decoration: none;
}

.barre-lat i {
	margin-right: 15px;
	color: #5584ff;
}

.barre-lat .active a {
	background: #122143;
	border-left: 5px solid #5584ff;
	padding-left: 15px;
}

.barre-lat a:hover {
	background: #122143 none repeat scroll 00;
	border-left: 5px solid #5584ff;
	display: block;
	padding-left: 15px;
}

.sous-menulat{
    color: white;
    list-style: none;
    background-color: #070c17;
}
.sous-menulat li{
  padding: 10px 30px;
}

.sous-menulat a{
    padding: 0;
    border:none;

}
.sous-menulat a:hover{
   background: none;
   border:none;
    padding-left:0;
}

#navigation.col-md-2{
    padding-left: 0;
    padding-right: 0;
}

/* navbar */

.navbar-defaut{
	background-color: white;
	border-color: white
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}



.view{
	background: #5584ff none repeat scroll 0 0;
	color: white;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
	padding: 10px 15px;
}

/* Menu BO basket97  */

.menu-bo{
    background: #0e1a35;
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: white;
}

.menu-bo ul{
    display: inline-block;
    list-style: none;
}

.menu-bo li{
    margin:0 25px;

}

/*  header */

header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    line-height: 23px;
    padding: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-top{
	margin:0;
	padding-top: 2px;
    float: right;
    margin-right: 30px;

}

.header-top i {
    color: #0e1a35;
}

.header-top li {
	display: inline-block;
	text-align: center;
}

.header-top .dropdown-toggle{
	 color: #0e1a35;
}

.header-top .dropdown-menu{
	border: medium none;
	left: -85px;
	padding: 17px;
}

.header-top img{
	max-width: 40px !important;
	width: 100%;
  margin-bottom: 5px;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.caret{
  margin-left: 5px !important;
}

.recherche input{
	border: none;
	font-size: 15px;
	padding: 15px 9px;
	width: 100%;
	color: #8492af;
}

/* News */

span.illu-news{
    display: inline-block;
    width: 80px;
    height: 60px;
    overflow: hidden;
    margin-right: 10px;
}
.illu-news img{
    width: 80px;
}

ul.etat-news{
  display: none;
}

.etat-news li{
  list-style: none;
}

.titre-news{
    text-transform: uppercase;
    color: #0e1a35;
    font-weight: 600;
    font-size: 16px;
}

.titre-news, .illu-news{
    vertical-align: middle;
}

/* CLub */

.home-club{
  height: 700px;
}
.square-club{
  background: blue;
  width:30%;
  height: 100px;
  margin:auto;
}

.square-club a{
  color: #FFF;
  display: block;
  text-align: center;
}
.profil-club{
  margin-top: 20px;
}
.profil-club h5{
  margin-bottom: 0;
}
.profil-club h3{
  margin-top: 0;
}

span.logo-club{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.logo-club img{
    width: 60px;
}

.list-club, .logo-club{
    vertical-align: middle;
}

.list-club{
    text-transform: uppercase;
    color: #0094C6;
    font-weight: 600;
    font-size: 16px;
}
.list-club-dept{
    text-transform: capitalize;
}

.C-club,.R-club{
    color:#0e1a35;
    margin:10px 0;
    cursor: pointer;
}

#C-club, #R-club{
  padding-top: 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
  color: #FFF;
  background-color: #1574d8;
}

.nav-tabs{
  border-bottom: 1px solid #1574d8;
}

.logo-effectifClub{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}


.logo-effectifClub img{
  width: 100%;
}

.title-effectifClub{
  display: inline-block;
  vertical-align:middle;
  margin-left: 10px;
  margin-top: 20px;
}

.title-effectifClub h1{
  display: inline-block !important;
  padding-top: 5px !important;
  border-bottom:none !important;
}

.title-effectifClub h4{
  margin: 0;
}

.namePlayer-effectif{
  display: inline-block;
  vertical-align: middle;
}

.namePlayer-effectif h4, .namePlayer-effectif h5{
  margin: 0;
}


.no-teamBlock{
  margin-top: 60px;
  margin-left: 50px;
}

.no-teamBlock h3{
  margin-bottom: 10px !important;
}

/* bureau */
.tab-crePole{
  margin-top: 50px;
}

.tab-crePole input.form-control{
  margin-bottom: 0;
}

.tab-crePole label{
  font-weight: 300;
  font-style: italic;
}

.m-bot{
  margin-bottom:5px;
}

.titre-bu{
  margin-bottom: 5px;
  display: inline-block;
}

.titre-bu h3{
  margin: 0;
  display: inline-block;
}

.pp-bureau{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.pp-bureau img{
  width: 100%;
  height: auto;
}

.pp-bureau, .n-bureau{
  vertical-align: middle;
  display: inline-block;
}
.n-bureau{
  padding-left: 5px;
}

.ln-bureau{
  line-height: 30px;
}

.card-ligue{
    margin:30px 0 10px;
}

.infoL{
    display: inline-block;
    background-color: #08aae6;
    width: 32% !important;
    height:120px;
    margin: 20px 2px;
    padding-top: 20px;
    text-align: center;
    color: white;
}

.banapse.in{
  display: block;
}

.banapse{
  display: none;
}

span.titre{
    font-size: 30px;
    border-bottom: 1px solid #E5E5E5;
    display: block;
}

.pp{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.pp img{
  width: 100%;
  height: auto;
}
.fiche{
    padding-top:25px;
}

#MB button, #CD button{
    margin-bottom: 15px;
}

/*  */

.user-back{
	padding: 0 20px;
}

.user-back h1, .user-back h2 {
    color: #0e1a35;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0 5px;
}

.user-back h3{
  margin: 0;
}

.footer-back{
	background-color: blue;
	width: 100%;
}

.form,.col-md-4,.col-md-3,.col-md-2,.col-md-1{
  padding: 2px;
}

.label-file{
  cursor: pointer;
  color: white;
}


.profil-banniere{
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin:10px 0;
}

.profil-banniere img{
  width: 100%;
  height: auto;
}

/* =====> profil ligue >======*/
 .horaire{
  padding: 0;
  padding-top: 10px;
  margin-bottom: 50px;
 }
 .coordon{
   padding: 0 20px;
   padding-top: 10px;
   margin-bottom: 50px;
 }
 .coordon h5{
   margin: 0;
 }

 .horaire h4, .horaire h5{
   display: inline-block;
   margin-top:0;
   margin-bottom: 5px;
 }
 .horaire h5{
   padding-left: 5px;
   font-weight: 400;
 }
 .horaire h4{
   text-align: right;
 }
 .h-day{
   width: 30%;
   font-weight: 600;
   text-align: right;
   display: inline-block;
 }
 .mHours{
   width: 30%;
   text-align: center;
   display: inline-block;
 }
 .aHours{
   width: 30%;
   text-align: center;
   display: inline-block;
 }

/* =====> Championnat >======*/

.searchMatch{
  height: 85px;
  color: #FFF;
  background: #0E1A35;
  text-align: center;
}

.searchMatch2{
  height: 90px;
  color: #FFF;
  background: #0E1A35;
  text-align: center;
  margin-bottom: 15px;
}

.searchMatch h4{
  padding: 5px;
}

.searchM{
  width: 95%;
  margin: auto;
  padding-bottom: 15px;
}

.champDay-result{
  margin-top: 20px;
}

.champ-dayOff{
  background-color: #e2e2e2;
  color:#b3b3b3;
}

.champResult{
  border: none;
  border-bottom: 2px solid #0e1a35;
  background: none;
  text-align: center;
  text-transform: lowercase;
}

.butt-av{
	margin:10px 0 15px;
}
.btn97clsR{
	background: white;
	color:#0275d8;
	padding:5px 10px;
	border: 1px solid #0275d8;
}

.btn97clsL{
	background: #0275d8;
	color: white;
	padding:5px 10px;
	border: 1px solid #0275d8;
}

.ptslol{
	display: none;
}

.champDay-teamO, .champDay-teamH{
  margin-bottom: 35px;
}

.champDay-logo{
  width: 250px;
  margin: auto;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.champDay-logo img{
  width: 100%;
}

.champDayVS{
  text-align: center;
  font-size: 30px;
  margin-top: 100px;
  color:#0275d8;
}

.champDay-teamO, .champDay-teamH,.champDayVS{
  vertical-align: middle;
}

.blue97{
  color:#0275d8;
}

table.shDay th{
  text-align: center;
}

h3.titre-champMatch{
  color: #0275d8;
  margin-top: 0;
}

.champDay-teamH-name, .champDay-teamO-name{
  margin-bottom: 20px;
  height: 55px;
}

.champDay-teamH-name h3, .champDay-teamO-name h3{
  color:#0275d8;
  line-height: 55px;
  display: inline-block;
  vertical-align: middle;
}

.champDay-teamH-logo, .champDay-teamO-logo{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.champDay-teamH-logo img, .champDay-teamH-logo img{
  width: 100%;
}

.titre-officiel{
  border-bottom: 2px solid #0e1a35;
  color: #0e1a35;
}

table th.shoff{
  text-align: center;
}

.cGreen{
  color: green;
}

.cRed{
  color: red;
}

table th.result-P{
  width: 10px;
  text-align: center;
  padding:8px 0;
}

th.result-J{
  width: 60px;
}

.md-card{
  background-color: #FFF;
}
.profil-cardPlayer{
  background:#1976d2;
  color:#FFF;
  padding: 20px;
  height: 200px;
}

.profil-cardPlayerW{
  background:#ef5599;
  color:#FFF;
  padding: 20px;
  height: 200px;
}

.profil-cardPlayer input{
  color: #000;
}

.pict-playerProfil-circle{
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  border: 2px solid #FFF;
}
.pict-playerProfil-circle img{
  width: 100%;
}

#stat-player{
  padding:30px;
}

.R-player{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.R-name{
 text-align: left;
}

.R-name h4{
  margin-bottom: 2px;
}
.R-name h6{
  margin: 0;
}

.R-PtsMin{
  width: 50px;
}

td.R-LF-Pts{
  width: 72px;
}

td.R-LF-Pts > div> input{
  border: none;
  width: 65%;
  display: inline-block;
  text-align: center;
}

.R-PtsMin input{
  border: none;
  width: 100%;
  text-align: center;
}



@media only screen and (max-device-width: 767px) {

    .bl-midd{
      margin-top: 40px;
    }
    .form-control{
      height: 80px;
      font-size: 30px;
    }

    .blk-conv{
      height: auto;
      text-align: center;
    }
    .blk-conv h2{
      margin:0;
    }

    .txt-unput-r{
      text-align: left;
    }

    .user-back{
      padding: 0;
    }

    .infoL{
      margin: 5px 0;
    }

    .resp-title{
      text-align: center;
      margin-bottom: 20px;
    }

    .searchMatch2{
      height: auto;
    }
    .searchMatch2 h4,.searchMatch h4{
      font-size: 20px;
      padding: 5px 0;
      text-transform: uppercase;
    }

    .profil-cardPlayer,.profil-cardPlayerW{
      height: auto;
    }

    .fond-titre h4{
      font-size: 20px;
    }

    .resp-logo{
      text-align: center;
      margin-top: 25px;
    }

    .R-PtsMin{
      width: 100px;
    }
    .R-PtsMin input{
      border-bottom: 2px solid #0d1a35;
      width: 65px;
    }
  body{
   font-size: 24px;
  }
  .test-group-btn .btn-b97{
    width: 40px;
    height: 40px;
    font-size: 40px;
  }

  .test-group input.form-control{
    height: 40px;
  }

  .searchMatch{
    height: auto;
  }

  .sho{
    height: 30px;
    width: 30px;
    line-height: 30px !important;
  }

  .ed{
    height: 30px;
    width: 30px;
    line-height: 30px !important;
  }

  .del{
    height: 30px;
    width: 30px;
    line-height: 30px !important;
  }

  .btn{
    font-size: 16px !important;
  }


    input.btn-connex{
      width: 100% !important;
      height: 60px !important;
      font-size: 30px;
    }

    .login-logo img {
        margin: 0 auto;
    }

    .login-details .nav-tabs > li {
        text-align: center;
        width: 50%;
    }
    .login-signup .login-inner h1 {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .login-inner .login-form input {
        font-size: 15px;
        max-width: 100%;
        padding: 15px 45px;
    }
    .login-inner .form-details {
        padding: 25px;
    }
    .login-inner .login-form label {
        margin-bottom: 20px;
        width: 100%;
    }
    .login-inner .form-btn {
        margin: 0;
        max-width: 180px;
    }
    .tab-content .tab-pane {
        padding: 20px 0;
    }
    #navigation{
      position: fixed;
      height: 100%;
      z-index: 5;
      display: none;
    }
    #navigation .barre-lat a {
        font-size: 16px;
        padding: 20px;
        padding-left: 15%;
        text-align: left;
    }

    #navigation .sous-menulat a {
    padding: 0;
   }
  /*  #navigation .barre-lat i {
        margin-right: 0px;
    }*/
    #navigation .barre-lat a:hover,
    #navigation .barre-lat .active a {
        background: #122143 none repeat scroll 0 0;
        border-left: none;
        display: block;
        padding-left: 15%;
        text-align: left;
    }

    #navigation.cache{
      display:block !important;
    }

    .back-logo img{
      margin: 0;
      max-width:160px;
    }

    .v-align header {
        padding: 12px 15px;
    }
    header .header-top li {
        padding-left: 13px;
        padding-right: 6px;
    }
    .navbar-default .navbar-toggle {
        border-color: rgba(0, 0, 0, 0);
    }
    .navbar-toggle .icon-bar{
      border: 2px solid #0d1b35;
      width: 30px;
    }
  .navbar-header button.navbar-toggle  {
        float: left;
        display: block;
    }

    .champDayVS{
      font-size: 20px;
    }

  .champDay-logo{
    width: 115px;
    height: 115px;
  }

  .champDay-teamH-name, .champDay-teamO-name{
    margin-bottom: 0;
  }

  .header-top{
    margin-right: 0;
  }

    button,
        html [type="button"],
        [type="reset"],
        [type="submit"] {
            outline: medium none;
    }

    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 11px;

  }
  .profil-banniere{
    height: auto;
  }
}

@media only screen and (max-device-width:992px){
	header .header-top li{
		padding-left: 20px !important;
		padding-right: 0;
	}

	header .logo img{
		max-width: 125px !important;
	}
}

@media only screen and(min-device-width:760px)and(max-device-width:998px){
	.user-back .header-top{
		padding-top: 5px;
	}

  .txt-unput-r{
    text-align: left;
  }

	.user-back .header-rightside{
		display: inline-block;
		float: left;
		width: 100%;
	}
	.user-back .header-rightside .header-top img{
		max-width: 41px !important;
	}
}

@media only screen and(min-device-width:998px) and(max-device-width:1350px){
	  #navigation .logo img{
		max-width: 130px;
		padding: 16px 0 17px;
		width: 100%
	}
}
