@font-face {
font-family: "Marketing Script";
src: url("../rsc/MarketingScript.ttf") format("truetype");
}

@font-face {
font-family: "Bebas Kai";
src: url("../rsc/BebasKai.ttf") format("truetype");
}

body a{
	text-decoration: none;
}

body{
    width: 100%;
	margin: 0;
	overflow-x: hidden;
	background: rgba(0, 0, 0, 0) url("../rsc/4thpanel.jpg") no-repeat fixed center / cover;
}

ul{
	list-style: none;
}



/*---------------------COOKIES---------------------*/



.cookies-container {
	display: none;
	position: fixed;
	height: 0;
	width: 100%;
	z-index: 65;
	background: #EDDCCD;
	display: flex;
	bottom: 0;
}

	.cookies-inner {
		display: flex;
		flex-direction: row;
		width: 70%;
		margin-top: ;
		margin: auto;
		height: 79%;
	}

		.cookies-disclaimer {
			margin: auto 10px auto auto;
		}

			.cookies-disclaimer > p:nth-child(1) {
				font-family: bebas kai;
				color: #61120d;
			}

		.cookies-mb {
			width: 19%;
			height: 62%;
			display: flex;
			flex-direction: row;
			margin: auto auto auto 0;
		}

			.cookies-custom {
				background: #9C6262;
				display: flex;
				margin: auto;
				height: 100%;
				width: 45%;
			}

				.cookies-custom > p:nth-child(1) {
					font-family: bebas kai;
					margin: auto;
					color: white;
				}

			.cookies-accept {
				background: #61120d;
				display: flex;
				margin: auto;
				height: 100%;
				width: 45%;
				cursor: pointer;
			}

				.cookies-accept > p:nth-child(1) {
					margin: auto;
					color: white;
					font-family: bebas kai;
				}



/*---------------------BACKTOP---------------------*/



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 66;
}
#return-to-top i {
    color: #61130C;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
#return-to-top:hover i {
    color: #61130C;
	top: 5px;
}

	
/*---------------------MENTIONS---------------------*/

.mentions-wrap{
	height: 1400px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 1142px;
	margin: auto;
	background-color: #450d09;
}

	.top-bar-mentions{
		height: 87px;
		width: 100%;
		display: flex;
		background-color: #2d0704;
	}

		.top-bar-mentions div{
			width: auto;
			display: flex;
			margin: auto 3% auto auto;
		}

			.top-bar-mentions p{
				font-size: 32px;
				font-family: 'marketing script';
				margin: auto;
				color: #eddccd;
			}

	#mentions{
		height: 1091px;
		margin: auto;
		width: 86%;
	}

		.mentions-container{
			display: flex;
			flex-direction: column;
			height: 100%;
		}

			.mentions-container ul{
				margin: auto 0;
				padding: 0;
				display: flex;
				flex-direction: column;
				
			}

				.mentions-container p{
					color: white;
					font-family: 'arial';
					font-size: 14px;
					font-weight: 500;
					margin: 5px 0;
				}

					.mentions-container span{
						font-weight: 700;
					}	

				.titres-mentions {
				}

					.titres-mentions p{
						font-family: 'bebas kai';
						color: #b67e55;
						font-size: 26px;
					}

	.retour{
		position: relative;
		width: 86%;
		margin: auto;
	}

		.retour a{
			font-family: 'bebas kai';
			color: white;
			font-size: 26px;
			text-align: right;
		}

		.retour a:hover{
			color: #b67e55;
		}




/*---------------------RESPONSIVE---------------------*/

@media only screen and (max-width: 1142px) {
	
	.mentions-wrap{
		width: 100%;
	}
	
}

@media only screen and (max-width: 414px) {
	
	.mentions-wrap{
		height: 1561px;
	}
	
		#mentions{
			height: 90%;
		}
	
			.top-bar-mentions div{
				margin: auto;
			}
	
}

@media only screen and (max-width: 815px) {
	
		
	
		.cookies-container {
			height: 20%;
		}
	
			.cookies-inner {
				width: 90%;
			}

				.cookies-disclaimer {
					width: 65%;
					text-align: center;
				}
	
				.cookies-mb {
					width: 33%;
					height: 77%;
					flex-direction: column;
				}

					.cookies-accept {
						height: 43%;
						width: 90%;
					}

					.cookies-custom {
						height: 43%;
						width: 90%;
					}

		
/*	CONTACT  */
	
		#contact{
			height: 100vh;
			overflow:hidden;
			display:flex;
			flex-direction:column;
		}

		

		.bottom-bar-footer{
			height:42px;
		}

}