/*
Theme Name: BEEWAC
Theme URI: https://www.beewac.com
Author: LIERIS
/*============================================================================================*/
/* 1.  element */
/*============================================================================================*/


body,
h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 90vh;
	margin: 0;
	background-color: #FFFFFF;
}


.logo-container {
	width: 100%;
	text-align: center;
	/* Logo width */
	Z-index: 8
}


.logo {
	text-align: center;
	 display: inline-block.
}


.slogan {

	font-size: 0.6em;
font-family: 'Gilroy-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.5;
	opacity: .9;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.5px;
	Z-index: 8
}





#accueil {
	height: 100%;
	background: url("../img/fonda.png");
	background-size: cover;
	background-position: center center;
	padding: 0;
}





@font-face {
 font-family: "elldier";
 src: url("../fonts/elldier.ttf") format("truetype"),
        url("../fonts/elldier.odf") format("odf");
		  font-stretch : normal;
  font-weight : normal;
  font-style : normal;
}


.titrelogo {

   font-family: 'elldier';
font-size: 4.5rem!important; 
  font-weight: 400;
  margin-right:10px;
  color:#000
 
}