BODY {
	overflow: hidden;
}
:root {
	--champ: #4ba6ef;
	--coupe: #2ab57d;
	--amical: #fd625e;
}
.main-content {
	background: #ebebeb;
}
#futur {
	overflow: auto;
	overflow-X: hidden;
	height: CALC(100VH - 60px);
   margin-left: -20px;
   width: CALC(100% + 40px);
}
/*H5 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 2px;
}*/
.card {
	padding: 5px 0;
}
.card.opacity {
	opacity: .8;
}

.bloc {
	/*margin-bottom: 20px;
	float: left;
	clear: left;
	width: 100%;*/
	font-size: 13px;
}
.bloc .date {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	font-weight: bolder;
	float: left;
	width: 100%;
	padding: 10px;
}
.bloc .date SPAN {
	float: left;
	display: block;
}
.bloc .date SPAN:last-child {
	float: right;
	text-align: right;
}
.card {
	border-radius: 0;
}
.card.championnat {
	border-color: var(--champ);
}
.card.coupe {
	border-color: var(--coupe);
}
.card.amical {
	border-color: var(--amical);
}

.bloc.championnat .date {
	border-color: var(--champ);
}
.bloc.coupe .date {
	border-color: var(--coupe);
}
.bloc.amical .date {
	border-color: var(--amical);
}
.bloc .type {
	text-align: center;
	width: 100%;
	color: #a6a6a6;
	font-size: 11px;
}
.bloc .match {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 5px;
}
.bloc.championnat .match {
	color: #4ba6ef;
}
.bloc.coupe .match {
	color: #2ab57d;
}
.bloc.amical .match {
	color: #fd625e;
}

.bloc .adresse P {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}
.bloc .chevron {
	text-align: center;
	cursor: pointer;
}
.bloc .active {
	display: none;
}


UL.sport {
	margin: 0 0 0 0;
	padding: 0;	
}
UL.sport LI {
	list-style: none;
	border-bottom: 1px dashed #dedede;
	height: 25px;
	line-height: 25px;
	clear: left;
	float: left;
	width: 100%;
	font-size: 13px;	
	text-align: center;
}
UL.sport LI DIV {
	float: left;
}
UL.sport LI DIV:first-child {
	width: 80px;
	text-align: left;
	font-weight: bolder;
}
UL.sport LI:last-child {
	border: 0;
}
UL.sport LI.adresse {
	height: 65px;
	line-height: 30px;
}
UL.sport LI DIV P {
	height: 18px;
	margin: 0;
	padding: 0;
}
@media(max-width: 767px) {
	/*UL.sport LI:first-child {
		height: 35px;
		line-height: 17px;
	}*/
	UL.sport LI DIV SPAN {
		display: block;
	}
	UL.sport LI DIV SPAN:nth-child(2) {
		display: none;
	}
}


.team .form-control {
	width: 50%;
	float: left;
}

.suggestion, .home, .away, .cp {
	position: relative;
}
.suggestion #suggestion-box, .home #home-box, .away #away-box, .cp #cp-box, #edit-box {
	position: absolute;
	z-index: 100000;	
	top: 0;
	left: 120px;
	display: none;	
}
.home #home-box, .away #away-box {
	top: 40px;
	left: 10px;
}
#edit-box {
	top: 80px;
	left: 130px;
}
#country-list {
	margin: 0;
	padding: 0;	
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid gray;
	width: 350px;
	float: left;
}
#country-list LI {
	line-height: 15px;
	list-style: none;
	cursor: pointer;
	padding-left: 5px;
	border-radius: 6px;
	border-bottom: 1px dashed #dedede;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: left;
	float: left;
	width: 100%;
}
#country-list LI:last-child {
	border: 0;
}
#country-list LI DIV {
	float: left;
}
#country-list LI DIV:first-child {
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #dedede;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bolder;
}
#country-list LI SPAN {
	font-size: 12px;
}
#country-list LI:hover {
	background-color: #dedede;
}
#country-list LI:hover DIV:first-child {
	border-color: #696969;
}

#team {
	margin: 0;
	padding: 0;	
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid gray;
	width: 300px;
	float: left;
}
#team LI {
	line-height: 15px;
	list-style: none;
	cursor: pointer;
	padding-left: 5px;
	border-radius: 6px;
	border-bottom: 1px dashed #dedede;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: left;
	float: left;
	width: 100%;
}
#team LI:last-child {
	border: 0;
}
#team LI:hover {
	background-color: #dedede;
}

.ribbon {
  	position: absolute;
  	right: 20px;
  	top: -28px;
  	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
}
.ribbon > .content {
  	color: white;
  	font-size: 1.25rem;
  	text-align: center;
  	font-weight: 400;
  	background: var(--color, #2ca7d8) linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
  	padding: 8px 2px 4px;
  	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  	width: var(--width, 32px);
  	min-height: var(--height, 36px);
  	transition: clip-path 1s, padding 1s, background 1s;
}
.ribbon.slant-up > .content {
  	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 50% calc(100% - 6px), 0 100%);
}
.ribbon.slant-down > .content {
  	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 6px), 0 calc(100% - 12px));
}
.ribbon.down > .content {
  	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), 50% 100%, 0 calc(100% - 8px));
}
.ribbon.up > .content {
  	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}
.ribbon.check > .content {
  	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 40% 100%, 0 calc(100% - 12px));
}

input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
      }
	  
	  
	  
.rr {
	margin: 10px 5px -20px 5px;
}
.card-body .rr:last-child {
	margin-bottom: -10px;
}

form {
	padding: 20px;
}
.card.opacity {
	opacity: 0.6;
}
@media(max-width: 900px) {
	LI.hide {
		display: none;
	}
}

#presse {
	position: fixed;
	bottom: 0;
	left: CALC(50% - 200px);
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 10px 10px 0 0;
	height: 50px;
	line-height: 50px;
	width: 400px;
	display: none;
}



UL#teamm, UL.gr {
	margin: 0;
	padding: 0;
	list-style: none;
}
UL#teamm {
	overflow: hidden; 
	overflow-Y: scroll;
	height: CALC(100VH - 180px);
}
UL#teamm LI {
	border: 1px solid #dedede;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	padding-left: 5px;	
}
UL#teamm LI.drag {
	cursor: move;
}
UL#teamm LI.drag:hover {
	background: #ffdead;
}
UL#teamm LI.active {
	background: #ffdead;
}
UL.gr DIV {
	float: left;
	width: 100%;
}
UL.gr LI {
	border: 1px solid #dedede;
	margin-bottom: 5px;
	line-height: 32px;
	height: 32px;
	float: left;
	width: CALC(100% - 100px);
	margin-left: 10px;
	padding-left: 10px;
}
UL.gr SPAN {
	letter-spacing: -1px;	
	border: 1px solid #dedede;
	width: 40px;
	text-align: center;
	float: left;
	line-height: 30px;
}
UL.gr i {
	border: 1px solid #dedede;
	border-left: 0;
	width: 40px;
	text-align: center;
	float: left;
	line-height: 40px;
}
.opacity {
	color: #dedede;
}