/*
Theme Name: le51
Theme URI: https://XXX.XXX
Author: Maxime Bichon
Author URI: https://mbcode.pro
Description: le51
*/

/* @import url('main.css'); */

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

:focus:not([data-focusvisible-polyfill]){outline: none;}

/* FONTS */

.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: normal;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: bold;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: normal;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: bold;
  font-style: italic;
}

/*/////////*/
/* GENERAL */
/*/////////*/

body{
	color: #0034af;
	font-family: "Space Mono", monospace;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	line-height: 1.2em;
}

a{
	text-decoration: none;
	color: #0034af;
}

p{
	margin-bottom: 1em;
}

p:last-of-type{
	margin-bottom: 0;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.alignright{
	text-align: right;
}

.center{
	text-align: center;
}

.upper{
	text-transform: uppercase;
}

.lower{
	text-transform: lowercase
}

.firstcapi::first-letter,
.capi{
	text-transform: capitalize;
}

.borderbox{
	box-sizing: border-box;
}

.inline{
	display: inline;
}

.inline-block{
	display: inline-block;
}

.block{
	display: block;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.fixed{
	position: fixed;
}

.flex{
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-column{
	flex-direction: column;
}

.space-between{
	justify-content: space-between;
}

.flex-center{
	align-items: center;
	justify-content: center;
}

.flex-end{
	justify-content: flex-end;
}

.cover{
	object-fit: cover;
}

.contain{
	object-fit: contain;
}

i,
em,
.italic{
	font-style: italic;
}

.bold,
strong{
	font-weight: bold;
}

.hyphens{
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.overflow{
	overflow: auto;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width33{
	width: 33.33%;
}

.width50{
	width: 50%;
}

.width66{
	width: 66.66%;
}

.width75{
	width: 75%;
}

.width100{
	width: 100%;
}

.height100{
	height: 100%;
}

.pointer{
	cursor: pointer;
}

.marg1em{
	margin-bottom: 1em;
}

.responsive-video{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
}

.responsive-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*////////*/
/* LAYOUT */
/*////////*/

.max_width{
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.size16{
	font-size: 16px;
	line-height: 1.1em;
}

.size24{
	font-size: 24px;
	line-height: 1.1em
}

.marg5{
	margin-bottom: 5px;
}

.marg10{
	margin-bottom: 10px;
}

.marg20{
	margin-bottom: 20px;
}

.marg40{
	margin-bottom: 40px;
}

.marg80{
	margin-bottom: 80px;
}

.italic_hover:hover{
	font-style: italic;
}

.black_hover:hover{
	color: black;
}

.ratio{
	aspect-ratio: 16/9;
	display: flex;
	overflow: hidden;
}

.grayscale img,
.grayscale_hover:hover img{
	filter: grayscale(100%);
}

.grayscale_hover.grayscale:hover img{
	filter: grayscale(0%);	
}

.border{
	border-bottom: 1px solid;
}

/* PAGES */

.logos img{
	width: 100px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* GRIDS */

.grid_2{
	margin-left: -10px;
	margin-right: -10px;
}

.grid_2 .item{
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* EVENEMENTS */

.main_content_left{
	padding-right: 10px;
	box-sizing: border-box;
}

.main_content_right{
	padding-left: 10px;
	box-sizing: border-box;
}

/* MENU */

#header{
	height: 500px;
}

#header_top_left{
	position: absolute;
	top: 0;
	left: 0;
}

#header_top_right{
	position: absolute;
	right: 0;
	top: 0;
}

#header_bottom_left{
	position: absolute;
	left: 0;
	bottom: 0;
}

#header_bottom_right{
	position: absolute;
	right: 0;
	bottom: 0;
}

#header_img{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 320px;
}

.main_menu_item{
	margin-left: 20px;
}

/*////////////*/
/* RESPONSIVE */
/*////////////*/

.mobile,
.mobile_flex,
.mobile_inline{
	display: none;
}

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

	body,
	#header_top_right,
	.size16{
		font-size: 15px;
		line-height: 1.33em;
	}
	
	.size24{
		font-size: 21px;
	}
	
	.width100_mob{
		width: 100%;
		padding: 0;
	}
	
	.mobile{
		display: block;
	}
	
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none;
	}
	
	#header{
		height: 180px;
	}
	
	#header_top_right{
		display: block;
		text-align: right;
	}
	
	.max_width{
		padding: 10px;
	}
	
	.grid_2 .item{
		width: calc(100% - 20px);
	}
	
	#footer_img{
		box-sizing: border-box;
		padding: 50px;
	}
	
	#header_bottom_left{
		text-align: center;
		right: 0;
	}
	
	.wrapper{
		margin-top: 40px;
	}
	
}