/*
Theme Name: Lucie
Theme URI: https://luciegautrain.fr
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: Lucie
*/

/* @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 */

@font-face {
	font-family: 'Bricolage';
	src: url('f/BricolageGrotesque-SemiBold.woff2') format('woff2'),
		url('f/BricolageGrotesque-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'Bricolage';
	src: url('f/BricolageGrotesque-ExtraLight.woff2') format('woff2'),
		url('f/BricolageGrotesque-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Bricolage';
	src: url('f/BricolageGrotesque-Medium.woff2') format('woff2'),
		url('f/BricolageGrotesque-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.bold{
	font-weight: 600;
}

.light{
	font-weight: 200;
}

.blue_links a,
.blue{
	color: #0000ff;
}

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

body{
	font-family: 'Bricolage';
	font-size: 12px;
	line-height: 1.2em;
	background: #fafdff;
}

a{
	text-decoration: none;
	color: black;
}

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
}

.capi{
	text-transform: capitalize;
}

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

.inline{
	display: inline;
}

.inline-block{
	display: inline-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,
b{
	font-weight: 600;
}

.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 */
/*////////*/

.wrapper{
	margin: 142px 50px 50px 50px;
}

.size18{
	font-size: 18px;
	line-height: 1.2em;
}

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

.border_2px{
	border-bottom: 2px solid;
}

.marg5{
	margin-bottom: 5px;
}

.marg10{
	margin-bottom: 10px;
}

.marg25{
	margin-bottom: 25px;
}

.marg50{
	margin-bottom: 50px;
}

.padd_l_25{
	padding-left: 50px;
	box-sizing: border-box;
}

/* PROJETS */

.grid{
	margin-left: -25px;
	margin-right: -25px;
	width: 72%;
}

.item-projet.width33{
	margin-left: 25px;
	margin-right: 25px;
	width: calc(50% - 50px);
}

.slider_projet{
	background: #f1f6f9;
}

.one_slide_img{
	display: flex!important;
}

.one_slide_img,
.one_slide_txt{
	aspect-ratio: 100/66;
}

.one_slide_txt .inner{
	padding: 10px;
	box-sizing: border-box;
}

.arrow_right{
	position: absolute;
	height: 15px;
	width: auto;
	right: 10px;
	top: 50%;
	transform: translateX(-50%);
	display: none;
}

.slider_projet:hover .arrow_right{
	display: block;
}

.next_arrow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/* CONTACT */

.wpcf7-not-valid-tip{
	display: inline!important;
	margin-left: 0;
	margin-bottom: 0;
}

.wpcf7 p{
	margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border:none;
	padding: 0;
	margin: 0;
	color: black;
}

.wpcf7-list-item{
	margin: 20px 0 20px!important;
}

.wpcf7{
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2em;
	max-width: 600px;
	width: 100%;
}

.wpcf7 .width75 .width50{
	padding-right: 15px;
	box-sizing: border-box;
}

.wpcf7 .width75 .width100 {
	padding-right: 15px;
	box-sizing: border-box;
}

.wpcf7 form{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: column;
}

.wpcf7 textarea,
.wpcf7 label,
.wpcf7 input{
	width: 100%;
}

.wpcf7 textarea,
.wpcf7 input{
	margin-top: 5px;
	background: white;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #a7a8a8;
	padding: 5px;
	box-sizing: border-box;
	font-family: 'Bricolage';
	font-weight: 200;
	font-size: 18px;
	line-height: 1.2em;
}

.wpcf7 input[type="submit"]{
	background: black;
	color: white;
	font-weight: bolder;
	margin-bottom: 25px;
	width: auto;
	padding: 7px 15px;
}

.wpcf7-not-valid-tip{
	display: none!important;
}

/* MENU */

#menu{
	padding: 50px 50px 0 50px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fafdff;
	z-index: 666;
}

.menu_item{
	margin-left: 25px;
}

.grecaptcha-badge{
	display: none;
}

.max_width{
	max-width: 67%;
}

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

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

@media screen and (max-width: 1300px) {
	
	.item-projet.width33{
		width: calc(50% - 50px);
	}	

}	

@media screen and (max-width: 1100px) {
	
	.wrapper{
		margin: 100px 25px 25px 25px;
	}
	
	.marg50{
		margin-bottom: 25px;
	}
	
	#menu{
		padding: 25px 25px 0 25px;
	}
	
	.menu_item{
		margin-left: 17px;
	}
	
	.item-projet.width33{
		width: calc(50% - 25px);
		margin-left: 12.5px;
		margin-right: 12.5px;
	}
	
	.grid{
		margin-left: -12.5px;
		margin-right: -12.5px;
		width: auto;
	}
	
}

@media screen and (max-width: 1025px) {
	
	.max_width{
		max-width: 100%;
	}
	
	.width100_mob{
		width: 100%;
	}
	
	.mobile{
		display: block;
	}
	
	.mobile_flex{
		display: flex;
	}
	
	.mobile_inline{
		display: inline;
	}
	
	.desktop{
		display: none;
	}
	
	.marg25{
		margin-bottom: 20px;
	}
	
	.wpcf7 input,
	.wpcf7,
	.size18{
		font-size: 16px;
	}
	
	.wpcf7 .width75{
		width: 100%;
	}
	
	.slider_projet:hover .arrow_right{
		display: none;
	}
	
	.arrow_right_mob{
		height: 15px;
		width: auto;
		cursor: pointer;
	}
	
	.wrapper {
		margin: 80px 20px 20px 20px;
	}
	
	.item-projet.width33{
		width: calc(100% - 25px);
		margin-left: 12.5px;
		margin-right: 12.5px;
	}
	
	#mobile_header{
		position: fixed;
		padding: 20px 20px 0 20px;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #fafdff;
	}
	
	#mobile_header .border{
		margin-top: 20px;
	}
	
	#mobile_close{
		position: absolute;
		top: 19px;
		right: 21px;
		padding: 11px;
		font-weight: lighter;
		box-sizing: border-box;
	}
	
	#menu{
		bottom: 0;
		padding: 20px;
		display: none;
	}
	
	#menu.open{
		display: block;
	}
	
	#main_menu{
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
	}
	
	.menu_item {
		margin-left: 0;
		display: block;
		margin-bottom: 12px;
	}
	
	.menu_item:last-of-type{
		margin-bottom: 0;
	}
	
	#mobile_open{
		display: block;
		height: 10px;
		width: 22px;
		border-top: 2px solid #0000ff;
		border-bottom: 2px solid #0000ff;
		position: absolute;
		cursor: pointer;
		top: 23px;
		right: 20px;
	}
	
	#mobile_open .line{
		padding: 0;
		margin: 0;
		margin-top: 4px;
		position: absolute;
		top: 0;
		border-bottom: 2px solid;
		width: 100%;
		height: 0px;
	}
	
	#mobile_header .border_2px{
		margin-top: 20px;
	}
	
	.cross{
		width: 20px;
		height: 20px;
		overflow: hidden;
		cursor: pointer;
		position: relative;
		z-index: 100;
	}
	
	.cross::before, 
	.cross::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		right: 0;
		margin-top: -1px;
		background: #0000ff;
	}
	
	.cross::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.cross::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.next_arrow{
		display: none!important;
	}	
	
	.padd_l_25{
		padding-left: 0;
	}
	
}