/* FONT FACES */
@font-face {
	font-family: 'Brandon-Grotesque-Black';
	font-style: normal;
	font-weight: normal;
	src: local('Brandon Grotesque Black'), url('../assets/fonts/brandon-grotesque-black-58a8a3e824392.woff') format('woff');
}

@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: normal;
	src: local('Proxima Nova Bold'), url('../assets/fonts/ProximaNova-Regular.otf') format('otf');
}

/* STATES CLASSES */
.is-hidden {
	opacity: 0;
	top: 30%!important;
}

.is-display-none {
	display: none;
}

.is-opacity-low {
	opacity: .5;
	cursor: pointer;
}

.is-unclickable {
	pointer-events: none;
}
/* GLOBAL RULES */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #303030;
	font-family: Brandon-Grotesque-Black,Brandon-Grotesque-Black,"Brandon Grotesque Black",sans-serif;
	overflow-x: hidden;
}

th {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: red;
}

::-webkit-scrollbar {
	width: 5px;
	right:5px;
	position:absolute;
}
	
::-webkit-scrollbar-thumb {
	background:red;
	opacity: .5;
	border-radius: 10px;
}

/* IDs AND CLASSES */

#restolist {
	display: table-cell;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: black;
	box-sizing: border-box;
	border: 3px solid red;
}


.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-wrapper {
	position: relative;
}

.table-scroll {
	height: 45vh;
  overflow: auto;  
	margin-top: 20px;
	padding-left: 60px;
}

.table-scroll table {
	width: 100%;
	text-align: left;
}

.liste_resto button {
	background: url(../assets/icons/trash.png) no-repeat;
	background-size: 20px;
	height: 20px;
	width: 26px;
	border: none;
	cursor: pointer;
}

#randomresto {
	position: relative;
	background: transparent;
	border: 0;
	width: 250px;
	height: 100%;
	padding-top: 20px;
}

.randomResult {
	text-transform: uppercase;
	letter-spacing: 5px;
}

.champstext {
	height: 25px;
	width: 100%;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	color: #ffffff;
	background: #cc0000;
	padding: 3px 5px 5px 5px
}
.champstext::placeholder {
	color: #d8d8d8;
}
.resto__btn {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
	font-size: 16px;
	padding: 10px 30px 10px 30px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 3px;
	transition: all .3s ease-in-out;
}
.resto__btn:hover {
	background-color: #ffffff;
	color: red;
}
#hamburger {
	height: 250px;
	width: 250px;
	margin: 0;
	padding: 0;
	fill: white;
	cursor: pointer;
	transition: 1s;
}
#hamburger:hover {
	opacity: .8;
	animation: wiggle 1s 1 ease-in-out;
}

@keyframes wiggle {
	0% {transform: rotate(0deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(20deg);}
	75% {transform: rotate(-5deg);}
	100% {transform: rotate(0deg);}
}

.resultats {
	position: absolute;
}

.container {
	height: 100vh;
	width: 100vw;
	transition: .5s;
}

.container__top {
	display: flex;
	height: 50%;
	width: 100%;
	border-left: solid 12px #da0000;
	background-color: red;
	background-image: url(../assets/icons/eight.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1500px;
}

.container__left {
	height:100%;
	width: 50%;
	float:left;
}

.container__right {
	height:100%;
	width: 50%;
}

.container__top span {
	display: block;
	color: #ffffff;
	font-size: 48px;
	text-align: center;
	margin-top: 20vh;
}

.liste_resto {
	text-align: center;
	font-size: 20px;
	font-family: Proxima Nova;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: black;
	box-sizing: border-box;
	/* border-top: 3px solid;
	border-right: 3px solid;
	border-left: 3px solid;
	border-color: red; */
}

.container__bottom {
	display: flex;
	height: 50%;
	width: 100%;
	background-color: #ffffff;
	border-left: solid 12px red;
	overflow: hidden;
}
.addcontainer {
	position: absolute;
	background: red;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	padding: 25px;
	border-radius: 10px;
	margin: 0;
	z-index: 1;
	color: white;
	text-transform: uppercase;
	letter-spacing: 4px;
	transition: .5s;
}

.addcontainer-btn {
	fill: red;
	height: 60%;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: .5s;
}

.addcontainer-btn:hover {
	fill: #da0000;
	height: 70%;
}

.addcontainer input {
margin: 10px 0px;
}

.addcontainer_btn-container {
	text-align: center;
}
button, input:focus {
	outline:none;
}



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

	.liste_resto {
		font-size: 16px;
	}
	.container {
		overflow: hidden;
	}
	.container__top span {
		font-size: 20px;
		margin-top: 0px;
		text-align: none;
	}
	.container__top {
		flex-wrap: wrap;
		height: 100%;
		background-size: 350px;
	}
	.container__left {
		float: none;
		height: 33%;
		width: 100%;
	}
	#randomresto {
		padding-top: 0;
		height: 33%;
		width: 100%;
	}
	.container__right {
		height: 33%;
		width: 100%
	}
	.container__bottom {
		display: none;
	}
	#dayresult {
		margin-top: 16.5%;
	}
	#restoresult {
		margin-top: 33%;
	}
	body {
		height: 100vh;
		overflow: hidden;
	}
}
