/******************/
/****RESPONSIVE****/
/******************/
#header_menus_area #rs_logos_wrap{
	display: none;
}
#navtop_bt_resp{
	display:none;
	flex-wrap:wrap;
	align-items:center;
	row-gap:5px;
	position:absolute;
	z-index:6;
	top:32px;
	right:40px;
	width:36px;
	height:20px;
}
#navtop_bt_resp span{
	display:inline-block;
	width:100%;
	height:1.5px;
	background-color:var(--wh);
	transition:all 0.4s;
}
#navtop_bt_resp.bt_navtop_cross{
	row-gap:0;
	transition:all 0.4s;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(1){
	transform:translateY(5px) rotate(45deg);
	transition:transform 0.4s;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(2){
	transform:translateY(-5px) rotate(-45deg);
	transition:transform 0.4s;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(3){
	display:none;
}
@media screen and (max-width: 1440px){
	.widzmain{
		max-width: unset;
		margin-right:40px;
		margin-left:40px;
	}
	#homepage_baner_content{
		column-gap: unset;
	}
	.bloc_manifeste_img{
		width: 700px;
		height: 700px;
	}
}
@media screen and (max-width: 1280px){
	#homepage_baner_content{
		column-gap: 20px;
	}
	#bloc_galery_image{
		width: 600px;
		min-height: 600px;
	}
	.bloc_manifeste_img{
		width: 500px;
		height: 500px;
	}
}

@media screen and (max-width: 1080px){
	/*404*/
	#page_404{
	display: flex;
	flex-wrap: wrap;
	padding: 94px 0 94px;
	}
	#page_404_ill_block{
	width: 46%;
	margin: 0 8% 0 0;
	}
	.flex_1{
		flex: unset;
	}
	#bloc_galery_image{
		width: 500px;
		min-height: 500px;
	}
}

@media screen and (max-width: 1024px){
	#homepage_baner_content{
		row-gap: 30px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	#homepage_baner_content h1{
		flex: unset;
		font-size: 28px;
	}
	#bloc_galery_image{
		width: calc(100% - var(--dynamic-margin));
	}
	#manifeste{
		padding-bottom: 50px;
	}
	.bloc_manifeste_img{
		position: unset;
		width: calc(100% - var(--dynamic-margin));
		margin-top: 30px;
	}
	#bloc_cases{
		margin-top: 50px;
	}
	#contact{
		column-gap: 20px;
		padding: 40px 20px;
	}
	#contact .bloc_formulaire .gfield--type-consent{
		grid-column: span 9;
		padding-right: 0;
	}
}

@media screen and (max-width: 880px){
	/*404*/
	#page_404_ill_block{
	width: 100%;
	margin: 0;
	text-align: center;
	}
	#page_404_ill_block object{
	margin: auto;
	}
	#page_404_ill_main{
	flex: none;
	width: 100%;
	text-align: center;
	}
	.widzmain{
		margin-right:20px;
		margin-left:20px;
	}
	#navtop_bt_resp{
		display: flex;
		flex-wrap: wrap;
	}
	#header{
		position: relative;
		z-index:10;
		padding-bottom:30px;
	}
	#header #header_menus_area{
		display: none;
		position: absolute;
		z-index:4;
		top:120px;
		right:0px;
		left:0;
		width: auto;
		padding:36px var(--dynamic-margin);
		background-color: var(--wh);
	}
	#header_nav{
		width: 100%;
	}
	#header_nav > ul > li{
		width: 100%;
		padding-bottom:20px;
	}
	#header_nav > ul > li > a{
		color: var(--bordeau);
	}
	body{
		font-size: 12px;
		line-height: 22px;
	}
	.page_hentry p{
		margin-bottom:30px;
	}
	.page_hentry_btn a,
	.link_hentry{
		font-size: 14px;
		line-height: 17px;
	}
	.page_hentry .gallery{
		margin-top:30px !important;
		margin-bottom:30px !important;
	}
	.page_hentry .gallery .gallery-item{
		float:unset !important;
		width: 100% !important;
	}
	.page_hentry .gallery .gallery-item img{
		max-height:300px;
	}
	.bloc_title{
		font-size: 40px;
	}
	#bloc_nouvelle_elegance_list .single{
		width: 100%;
	}
	#bloc_nouvelle_elegance_list .single .thumbs{
		height: 300px;
	}
	#manifeste{
		margin: 40px 20px 0;
	}
	.bloc_manifeste_content_wrap{
		padding: 40px 20px;
	}
	#manifeste .bloc_title{
		padding-top: 20px;
	}
	#manifeste .bloc_title:before{
		top: -26px;
		width: 40px;
		height: 40px;
		background: url(../img/quote_picto.svg) no-repeat center/40px;
	}
	.bloc_manifeste_img{
		width: 100%;
	}
	.bloc_cases_list .single{
		width: 100%;
		padding: 20px 20px 0;
	}
	.bloc_cases_list .single:after{
		bottom: 20px;
		left: 20px;
	}
	.bloc_cases_bloc_title.bloc_title{
		max-width: unset;
		padding-top: 20px;
		line-height: normal;
	}
	.bloc_cases_bloc_title.bloc_title:before{
		top: -27px;
		width: 40px;
		height: 40px;
		background: url(../img/quote_picto.svg) no-repeat center/40px;

	}
	#contact{
		row-gap: 30px;
		margin-top: 20px;
	}
	#contact .informations{
		order: 2;
		max-width: unset;
	}
}

@media screen and (max-width: 480px){
	body{
		line-height: 18px;
	}
	#logo img{
		max-width: 100px;
	}
	#header #header_menus_area{
		top: 85px;
		padding-bottom: 15px;
	}
	#navtop_bt_resp{
		right:20px;
	}
	#homepage_baner > .dynamic-margin{
		margin-right: 20px;
		margin-left: 20px;
	}
	#bloc_galery_image{
		width: 100%;
		min-height: 350px;
	}
	#bloc_galery_image .swiper_nav{
		bottom: 10px;
		justify-content: space-around;
	}
	#contact{
		margin-right: 0;
		margin-left: 0;
	}
	#contact .bloc_formulaire .gfield--type-submit,
	#contact .bloc_formulaire .gfield--type-consent{
		grid-column: 1/-1;
	}
	.ginput_container_consent label{
		font-size: 13px;
	}
}