.jumbotron {
	text-align:center;
	background-color:#F8AC08;
	margin-left:-17px;
	margin-right:-17px;
	margin-bottom:-80px;
}
table {
	background-color:beige;
}
.ordre {
    cursor:pointer;
}
.container {
	border:2px solid #F8AC08;
}
.nav-link {
	background-color:beige;
}
.navbar-toggler {
	margin-bottom:0px;
}
nav, .navbar, .navbar-expand-lg, .navbar-light {
	background-color:#F8AC08;
	margin-left:-15px;
	margin-right:-15px;
}
.accueil {
	font-family: 'Arial Black', Gadget, sans-serif;
}
.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-brand:visited, .navbar-light .navbar-nav .nav-link:visited {
    color:black;
    font-family:Comic Sans MS, Comic Sans, cursive, Arial Black;
}
.navbar-brand {
	padding-top:20px;
	padding-bottom:0px;
}

/* Dropdown Button */
.dropbtn {
	font-family:Comic Sans MS, Comic Sans, cursive, Arial Black;
}
.dropbtn:hover {
	cursor:pointer;
}
h1 {
	font-family: Garamond, serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: #F8AC08;
}
.btn-primary,.btn-primary:hover {
	background-color:#F8AC08;
	border-color:#F8AC08;
	color:black;
}	
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,.btn-primary:active,.btn-primary:focus,.btn-primary:visited {
    box-shadow: none !important;
    background-color:#F8AC08;
	border-color:#F8AC08;
	color:black;
}
.btn-success,.btn-success:hover {
	background-color:#F8AC08;
	border-color:#F8AC08;
	box-shadow: 0 0 0 .2rem black;
	color:black;
}	
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,.btn-success:active,.btn-success:focus {
    box-shadow: 0 0 0 .2rem black;
    background-color:#F8AC08;
	border-color:#6ED60D;
	color:black;
}

@media screen and (min-width: 992px) {
	.jumbotron h1 {
		margin-bottom:20px;
	}
	/* Dropdown Content (Hidden by Default) */
	.dropdown-content, .dropdown-menu {
	  display: none;
	  position: absolute;
	  min-width: 160px;
	  background-color:#F8AC08;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}
	
	/* Links inside the dropdown */
	.dropdown-menu a {
	  padding: 12px 16px;
	  display: block;
	}
	
	nav, .navbar, .navbar-expand-lg, .navbar-light {
		margin-bottom:20px;
	}
}

.bleu {
	color: #007bff;
}
.dropspot .dropdown-menu:hover {
	display:block;
}
@media screen and (max-width: 992px) {
	/* Dropdown Content (Hidden by Default) */
	.dropdown-content, .dropdown-menu {
	  display: none;
	  position: absolute;
	  min-width: 160px;
	  background-color:#F8AC08;
	  z-index: 1;
	  border:0px solid black;
	}
	
	/* Links inside the dropdown */
	.dropspot .dropdown-menu a {
	  display: list-item;
	  list-style:inside;
	}
	
	nav, .navbar, .navbar-expand-lg, .navbar-light {
		margin-bottom:40px;
	}
}

.actu {
	width:450px;
	margin:20px;	
}
.actu a {
	color:black;
}
.actu-card {
	width:450px;
	height:250px;
	background-color:#F8AC08;
	text-align:center;
	display: table-cell;
  	vertical-align: middle;
  	border:1px solid black;
}
h2 {
	text-decoration:underline;
}
table {
	border: 1px solid black;
}
.flex {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-evenly;
}
.flex2 {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.nav-pills .nav-link {
	border:1px solid black;
}
#round, #group {
	border:1px solid black;
	background-color:#F8AC08;
	color:black;
}
.nav-pills {
	justify-content:center;
}

element.style {
}
.liste-ligues .ligue-item:hover .ligue-nom {
    color: #F8AC08;
}
.ligue:hover{
	background-color:black;
} 
.ligue:hover .competition {
	color:#F8AC08;
}
.ligue {
	border:1px solid black;
	width: 120px;
	height:180px;
	position:relative;
	margin-right:10px;
	background-color:#F8AC08;
}
.competition {
    position: absolute;
    bottom: 0;
    font: 1em "Franklin Gothic Condensed",FranklinGothic,"Arial Black",Roboto,sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    padding: 4% 20% 4% 6%;
    line-height: 20px;
}

.slide-arrow{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid #113463;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.next-arrow{
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 20px solid #113463;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.slick-slide {	
  margin: 0 8px;
}

/* the parent */
.slick-list {
  margin: 30 -30px;
}

table tr[data-href]:hover {
	background-color:#F8AC08;
	cursor:pointer;
}