/*!
Theme Name: ActionMutante
Author: Muturlututu
Description: Description
Version: 1.0.0
*/
html{
    margin: 0 !important;
    padding: 0 !important;
}
body {
    /*background-image: url("images/Trame_Bg.png"), url("images/Trame_Bg_Down.png");*/
    /*background-image: url("images/Bg_test2.png"), url("images/Trame_Bg_Down.png");*/
	background-size: 1200px auto, 56px auto;
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
    margin: 0 !important;
    font-family: Helvetica;
    /*Flex values*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.bgWhite{
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}
.site-header{
	position: sticky;
	position: fixed;
	width: 100%;
	top: 0;
	height: 200px;
	z-index: 999;
}
.site-logo{
	/* background: url("images/Typo_Title2.png") no-repeat; */
	position: fixed;
	margin: 0px 0 0 0px;
	padding: 0 !important;
	/* background-color: #000; */
}
.site-logo img{
	width: 100%;
	height: 100%;
}
.nav-maincontainer{
	display: flex;
	justify-items: center;
	margin: 140px 20px 0 0;
}
.banner{
	background: url("images/Bannière_background_new.png") no-repeat;
	background-size: 1999px 236px;
	height: 236px;
}
.main-navigation{
	margin: 0 auto;
}

.menu{
	display: flex;
	list-style: none;
}

.menu-item{
	margin: 0;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
}
.menu-item a{
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border-bottom: solid 2px #000;
	cursor: pointer;
}
.menu-item a:hover{
	border-bottom: solid 2px #FFF;
}

.menu-toggle{
	margin: 30px 0 0 0;
	float: right;
	display: none;
}

.site-main{
	margin: 0 0 0;
	padding: 0 0 20px;
	/*background-image: url("images/Bg_img_1.png");*/
	background-size: 100% auto;
	background-repeat: repeat-x;
}

.main-content-divider{
	display: flex;
	margin: 0;
	padding: 0 20px;
	justify-content: center;
}
.index-content-wrapper{
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
}
.index-content{
	max-width: 1000px;
	margin: auto;
}
.NewsLetter-column{
	width: 350px;
	height: 250px;
	background-color: #000;
}


.wp-block-latest-posts__list li{
	margin: 0 0 40px 0;
}
.wp-block-latest-posts__post-title{
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	font-size: 18px;
	color: #000;
	background-color: #fa0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	text-decoration: none;
}
.wp-block-latest-posts__post-excerpt{
	padding: 10px;
}
.wp-block-latest-posts__featured-image{
	margin-top: 40px;
}

.mutstein{
	width: 500px;
	height: 500px;
	background: url("images/Mutstein.png");
	background-size:  100% 100%;
}

.centerBlock{
	margin: 0 auto;
}
.error-404{
	width: 600px;
}

@media screen and (max-width: 1350px){
	.banner{
		background-size: 1800px 208px;
	}
	.site-logo img{
		width: 80%;
		height: 80%;
	}
}

@media screen and (max-width: 1000px){
	body{
		position: relative;
	}
	.site-header{
		display: flex;
		justify-content: space-between;
		padding: 0 0 0 0;
	}
	.nav-maincontainer{
		display: flex;
		justify-items: end;
		padding: 0 0 0 30px;
	}
	.main-navigation{
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.menu{
		flex-direction: column;
		position: absolute;
		width: 250px;
		height: 100vh;
		margin: 0 !important;
		top: 0;
		left: -1500px;
		display: flex;
		/*justify-content: center;*/
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
		transition: 0.1s;
	}
	.menu.active{
		left: 0;
		transition: 0.1;
	}
	.menu-item{
		margin: 20px 0;
	}
	.menu-item a{
		text-transform: uppercase;
		color: #000;
	}
	.menu-toggle{
		width: 50px;
		height: 50px;
		top: 40px;
		right: 40px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.menu-toggle::after{
		content: "";
		position: absolute;
		width: 35px;
		height: 2px;
		background-color: black;
		box-shadow: 0 10px 0 #000;
		transform: translateY(-10px);
	}
	.menu-toggle::before{
		content: "";
		position: absolute;
		width: 35px;
		height: 2px;
		background-color: black;
		transform: translateY(10px);
	}
	.site-main{
		background-size: 1000px auto;
	}
}
