/******************/
/****RESPONSIVE****/
/******************/
/******************/
/*******WIDZ*******/
/******************/
@media screen and (max-width: 1260px) {
	.widzmain {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
	.floating_box_strap {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.widz_content {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

/******************/
/******NAV BT******/
/******************/
#navtop_bt{
	display: none;
	box-sizing: border-box;
	width: 21px;
	height: 17px;
	cursor: pointer;
	position: absolute;
	top: 23px;
	right: 0;
	z-index: 8888;
}
.header_in_action #navtop_bt{
	position: fixed;
	right: 30px;
}
#navtop_bt_span{
	display: block;
	width: 21px;
	height: 17px;
	background: var(--bleuf);
	margin: auto;
	position: relative;
}
#navtop_bt_span:before,
#navtop_bt_span:after{
	content: '';
	display: block;
	width: 21px;
	height: 4px;
	background: var(--jaune20);
	position: absolute;
	transition: all 0.3s;
}
#navtop_bt_span:before{
	top: 3px;
}
#navtop_bt_span:after{
	bottom: 3px;
}
.bt_navtop_hover #navtop_bt_span,
.bt_navtop_hover #navtop_bt_span:before,
.bt_navtop_hover #navtop_bt_span:after{
	transition: all 0.3s;
}
.bt_navtop_hover #navtop_bt_span:before,
.bt_navtop_hover #navtop_bt_span:after{
	width: 26px;
	height: 3px;
	background: var(--bleuf);
}
.bt_navtop_hover #navtop_bt_span{
	background: none;
}
.bt_navtop_hover #navtop_bt_span:before{
	transform: rotate(45deg);
	top: 8px;
}
.bt_navtop_hover #navtop_bt_span:after{
	transform: rotate(-45deg);
	bottom: 6px;
}

@media screen and (max-width: 1025px){
	#navtop_bt{
	display: block;
	}
}

/******************/
/******NAVTOP******/
/******************/
@media screen and (max-width: 1260px) {
	#navtop ul li.nav_obj{
		margin-left: 0;
	}
}
@media screen and (max-width: 1160px) {
	#navtop {
		flex: unset;
		width: 100%;
		padding-top: 20px;
	}
	#navtop ul {
		justify-content: center;
	}
	#navtop ul li.nav_full ul{
		padding: 55px 4.8% 74px;
		top: 149px;
		right: -20px;
		left: -20px;
	}
}
@media screen and (max-width: 1025px) {
	#navtop{
		display: block;
		width: 613px;
		padding: 0;
		background: var(--wh);
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		z-index: 8885;
		overflow-y: scroll;
		transition: all 0.3s;
	}
	#navtop.navtop_hover{
		right: 0;
		transition: all 0.3s;
	}
	.header_nav{
		padding: 60px 43px 80px;
	}
	#navtop ul{
		flex-wrap: wrap;
		gap: var(--g32);
	}
	#navtop ul > li{
		display: block;
		width: 100%;
		padding: 0;
		position: unset;
	}
	#navtop ul li:hover ul,
	#navtop  ul li.nav_full:hover > ul,
	#navtop ul li:hover ul,
	#navtop ul li.nav_full:hover > ul{
		display: unset;
	}
	#navtop ul > li > a,
	#navtop ul li.nav_obj a {
		width: fit-content;
	}
	#navtop ul li.nav_full ul,
	#navtop ul ul {
		display: block;
		box-sizing: border-box;
		width: 613px;
		padding: 96px 43px 80px;
		background: var(--wh);
		border-radius: unset;
		position: fixed;
		top: 0;
		right: -100%;
		bottom: 0;
		left: unset;
		z-index: 8889;
		overflow-y: scroll;
		transition: all 0.3s;
	}
	#navtop ul li.nav_full.resp_sub_this_hover ul,
	#navtop ul li.resp_sub_this_hover ul {
		right: 0;
		transition: all 0.3s;
	}
	#navtop ul ul li:not(:last-of-type){
		margin-bottom: 0;
	}
	#navtop ul li:not(.nav_full) ul li{
		margin-bottom: 14px;
	}
	#navtop ul li.nav_full ul li:not(:last-of-type) {
		margin-bottom: 29px;
	}
	#navtop ul li.nav_full ul > li{
		flex: unset;
	}
	#navtop ul li.nav_full ul li a {
		margin-bottom: 20px;
	}
	#navtop ul li.nav_full ul ul li:not(:last-of-type) {
		margin-bottom: 14px;
	}
	.resp_sub_this_hover_toggle{
		display: block;
		width: 28px;
		height: 21px;
		background: url('../img/pic_ill_resp_back.svg') no-repeat center;
		position: absolute;
		top: 39px;
		left: 38px;
		cursor: pointer;
	}
}
@media screen and (max-width: 680px) {
	#navtop,
	#navtop_float_block,
	#navtop ul li.nav_full ul,
	#navtop ul ul{
		width: 320px;
	}
	.header_nav,
	.navtop_float_content{
		padding: 59px 29px 50px;
	}
	#navtop ul li.nav_full ul,
	#navtop ul ul{
		padding: 96px 29px 50px;
	}
	#navtop_float_cross {
		top: 24px;
		right: 25px;
	}
	.navtop_float_title {
		padding-right: 48px;
	}
	.navtop_float_title .page_content_hn{
		line-height: 38px;
		font-size: 32px;
	}
	.resp_sub_this_hover_toggle{
		left: 29px;
	}
}

/******************/
/******HEADER******/
/******************/
@media screen and (max-width: 1025px) {
	#header_content {
		padding: 19px 0 21px;
	}
	#header_content.widzmain {
		margin-right: 32px;
		margin-left: 32px;
	}
	#logo{
		width: 112px;
		height: 20px;
	}
}

/******************/
/******FOOTER******/
/******************/
@media screen and (max-width: 1160px) {
	#footer_content {
		width: auto;
		padding: 67px 20px 62px;
	}
}
@media screen and (max-width: 1025px) {
	#footer_content {
		width: auto;
		padding: 47px 20px 39px;
	}
	.footer_content_baseline {
		flex: unset;
		width: 100%;
		padding-bottom: 16px;
	}
	.footer_nav_simply {
		flex: unset;
		width: 100%;
	}
	.footer_content_mid_social{
		width: 100%;
		padding-top: 20px;
	}
	.footer_content_mid_social_title{
		padding-left: 0;
	}
	.footer_nav ul{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 780px) {
	.footer_content_baseline_title {
		line-height: 31px;
		font-size: 26px;
	}
	.footer_nav_simply ul li{
		width: 100%;
	}
	.footer_nav ul{
		justify-content: center;
	}
	.footer_nav ul li{
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer_nav ul li:not(:first-of-type) {
		padding-left: 0;
	}
	.footer_nav ul li:not(:first-of-type):before {
		content: unset;
	}
}

/***************/
/******MAIN*****/
/***************/
@media screen and (max-width: 1260px) {
	.home_chapo_block {
		margin: 0 20px 0;
	}
	.page_chapo_main.widzmain{
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1160px) {
	.home_chapo_main {
		height: 575px;
	}
	.home_chapo_hn {
		line-height: 71px;
		font-size: 71px;
	}
	.list_single_mozaik_team_wrap .page_content_hn_strap .kalelia_bt_principal,
	.list_single_mozaik_team_wrap .page_content_hn_strap .kalelia_bt_contour{
		position: relative;
		top: unset;
		right: unset;
	}
	.list_single_mozaik_team_wrap .page_content_hn{
		margin-bottom: 23px;
	}
	.cpt_realisation_mosaik_right {
		height: 615px;
	}
	.cpt_realisation_mosaik_switch {
		height: 615px;
	}
	.cpt_realisation_mosaik_full {
		height: 505px;
	}
}
@media screen and (max-width: 1025px) {
	.home_chapo_main {
		height: 515px;
	}
	.home_chapo_hn {
		line-height: 49px;
		font-size: 49px;
	}
	.children_mozaik_tabs_wrap{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		width: 100%;
		background: var(--bleu60);
		border-radius: var(--r7);
	}
	.children_mozaik_tabs{
	}
	.children_mozaik_tabs a{
		white-space: nowrap;
	}
	.single_title_block {
		width: 100%;
		max-width: unset;
	}
	.single_realisation_header_main {
		justify-content: flex-start;
		gap: var(--g32);
		padding: 32px 0 35px;
	}
	.single_title_client_block{
		padding-top: 0;
	}
	.single_cc_strap_main{
		justify-content: unset;
		gap: var(--g32);
	}
	.single_cc_block{
		flex: 1;
	}
	.block_wiztabs_anchor_list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		gap: var(--g32);
	}
}
@media screen and (max-width: 980px) {
	.list_single_mozaik {
		gap: var(--g32);
	}
	.list_single.list_single_rea,
	.list_single.list_single_post{
		width: 100%;
	}
	.list_single_mozaik_realisation_wrap .kalelia_bt_principal,
	.list_single_mozaik_post_wrap .kalelia_bt_principal{
		margin: 20px auto 0;
	}
	.home_salut_content{
		gap: var(--g47);
	}
	.home_salut_col_left,
	.home_salut_col_right{
		flex: unset;
		width: 100%;
		padding: 0;
	}
	.home_expertises_single {
		width: 100%;
	}
	.page_chapo.page_chapo_full img.page_chapo_bg {
		margin: 0 auto auto;
	}
	img.page_chapo_bg {
		max-width: unset;
		max-height: unset;
		object-fit: cover;
	}
	.page_chapo_column {
		width: 100%;
		padding-top: 0;
	}
	.children_mozaik_single{
		width: var(--2-20);
	}
	.single_pic_block {
		height: 447px;
	}
	.cpt_realisation_mosaik_right {
		height: 515px;
	}
	.cpt_realisation_mosaik_switch {
		height: 515px;
	}
	.cpt_realisation_mosaik_full {
		height: 355px;
	}
	.single_cc_block{
		flex: unset;
		width: var(--3-32);
	}
	body:not(.single-cpt_realisation) .list_single_mozaik_team_wrap {
		margin-bottom: 32px;
	}
	.list_single_list_wrap {
		padding-bottom: 82px;
		margin-bottom: 58px;
	}
	.list_single_list_wizsidebar{
		gap: var(--g32);
	}
	.list_single_list_sidebar {
		flex: unset;
		width: 100%;
	}
	.list_single_list_content {
		width: 100%;
	}
	.block_accordion_single_hentry {
		width: 100%;
		padding: 0 30px;
	}
	.page_team_mozaik{
		flex-wrap: wrap;
	}
	.page_team_datas_column {
		flex: unset;
		width: 100%;
		height: auto;
		position: unset;
		top: unset;
	}
	.page_team_list_column {
		flex: unset;
		width: 100%;
		height: auto;
	}
	.page_team_datas_pic_block {
		height: 433px;
	}
	.page_team_list_column_block .list_single_team {
		width: 232px;
	}
	.block_wiztabs_strap {
		padding: 46px 0 26px;
		margin: 0 0 37px;
	}
	.block_inztabs_single_cols_hentry{
		padding-top: 0;
	}
	.page_contact_cols_wizpic {
		width: 30%;
	}
}
@media screen and (max-width: 880px) {
	.page_content_hn {
		line-height: 35px;
		font-size: 29px;
	}
	.cta_double_single {
		flex: unset;
		width: 100%;
	}
	.page_chapo{
		min-height: unset;
		padding: 0 0 111px;
	}
	.page_chapo.page_chapo_full {
		min-height:  unset;
		padding: 20px 0 43px;
	}
	.page_title{
		line-height: 50px;
		font-size: 42px;
	}
	.page_chapo_full .page_title {
		margin-bottom: 20px;
	}
	.page_chapo_mozaik {
		gap: var(--g15);
		padding-top: 0;
	}
	.page_chapo_mozaik_pic {
		height: 243px;
	}
	.list_single_mozaik_wrap.list_single_mozaik_team_wrap {
		padding-bottom: 76px;
		margin-bottom: 31px;
	}
	.list_single_mozaik_team_content{
		padding-top: 55px;
	}
	.list_single_mozaik.list_single_mozaik_team{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.list_single_team,
	.list_single_mozaik_team_more_than_five .list_single_team {
		width: 232px;
	}
	.list_single_team_main{
		width: 232px;
		height: 308px;
	}
	.list_single_colss {
		width: var(--2-58);
	}
	.cpt_realisation_mosaik_right {
		width: 100%;
		max-width: 346px;
		height: 453px;
		margin: 0 auto;
	}
	.cpt_realisation_mosaik_switch {
		width: 100%;
		max-width: 346px;
		height: 453px;
		margin: 0 auto 18px;
	}
	.single_realisation_infdiv_main {
		flex-wrap: wrap;
		gap: var(--g32);
	}
	.single_realisation_infdiv_cols:first-of-type{
		width: 100%;
	}
	.single_realisation_infdiv_cols:not(:first-of-type){
		flex: unset;
		width: 100%;
	}
	.single_simple_temo_text {
		line-height: 36px;
		font-size: 22px;
	}
	.single_simple_temo_text p {
		line-height: 36px;
	}
	.page_main {
		padding-bottom: 50px;
	}
	.page_hentry_center {
		padding-top: 40px;
	}
	.page_team_list_column_block .list_single_mozaik{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.page_team_list_column_block .list_single_team{
		overflow: unset;
	}
	.page_team_list_column .page_h1_alternativ{
		margin-bottom: 14px;
	}
	.page_team_list_column .kalelia_bt_secondaire {
		margin-bottom: 16px;
		position: relative;
		top: unset;
		right: unset;
	}
	.hentry_accordion_cols.hentry_accordion_cols_wiztext,
	.block_inztabs_single_cols_hentry{
		flex: unset;
		width: 100%;
	}
	.block_inztabs_single_cols_pic,
	.hentry_accordion_cols.hentry_accordion_cols_wizpic{
		flex: unset;
		display: none;
	}
	#nav_blog_wrapp ul {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.cpt_formation_chapo_pic {
		width: 100%;
	}
	.cpt_formation_chapo_text{
		flex: unset;
		width: 100%;
	}
	.single-post .cpt_formation_chapo_text{
		padding: 0;
	}
	.page_faq_wrap {
		gap: var(--g32);
		padding-top: 16px;
	}
	.page_faq_cols{
		width: 100%;
	}
	.page_faq_cols_content {
		padding: 24px 23px 26px;
	}
	.page_faq_cols ul li,
	.page_faq_cols ul li:not(:last-of-type){
		display: inline-block;
		margin: 0 9px 10px 0
		margin-bottom: 3px;
	}
	.page_faq_cols ul li a {
		padding: 3px 10px;
	}
	.page_faq_mozaik {
		flex: unset;
		width: 100%;
		padding-top: 0;
	}
	.block_accordion_single_title {
		line-height: 26px;
		padding: 13px 45px 13px 17px;
		font-size: 15px;
	}
}
@media screen and (max-width: 780px) {
	.page-template-page_accueil .list_single_mozaik_wrap.list_single_mozaik_realisation_wrap {
		padding: 49px 0 0;
	}
	.list_single_rea_pic{
		height: 406px;
	}
	.home_salut_wrap {
		padding: 51px 0 78px;
	}
	.home_salut_title {
		line-height: 45px;
		font-size: 41px;
	}
	.home_expertises_single:not(last-of-type):after {
		left: 70px;
	}
	a.home_expertises_single_link {
		padding: 4px 0 18px 70px;
	}
	.home_expertises_pic {
		width: 55px;
		height: 55px;
		top: 14px;
	}
	.home_expertises_single_title {
		line-height: 31px;
		font-size: 26px;
	}
	.page-template-page_accueil .list_single_mozaik_wrap.list_single_mozaik_colsc_wrap {
		padding-top: 49px;
	}
	.list_single_mozaik.list_single_mozaik_colsc {
		gap: var(--g47);
	}
	.list_single_colsc {
		width: var(--2-47);
	}
	.page-template-page_accueil .list_single_mozaik_wrap.list_single_mozaik_post_wrap {
		padding-top: 44px;
		margin-top: 43px;
	}
	.cta_context_main {
		display: block;
		padding: 45px 26px;
	}
	.cta_context_title {
		line-height: 35px;
		font-size: 29px;
	}
	.search_strap_select_content{
		width: 100%;
	}
	.list_single_rea_push{
		height: auto;
		padding: 40px 0;
	}
	#nav_blog_wrapp {
		margin-bottom: 33px;
	}
	.list_single_mozaik{
		gap: var(--g15);
	}
	.list_single_lexie_title {
		flex: unset;
		width: 100%;
	}
	.list_single_lexie_content {
		flex: unset;
		width: 100%;
	}
	.page_contact_cols_wizpic {
		display: block;
		width: 100%;
		padding-top: 48px;
	}
	.page_contact_cols_wizdatas{
		flex: unset;
		width: 100%;
		padding-top: 0;
	}
}
@media screen and (max-width: 680px) {
	.page_chapo_mozaik_pic:first-of-type,
	.page_chapo_mozaik_pic:last-of-type{
		width: 100%;
	}
	.children_mozaik{
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
	}
	.children_mozaik_single{
		width: 292px;
	}
	.children_mozaik_single_main{
		box-sizing: border-box;
		width: 292px;
		padding: 42px 24px 96px;
	}
	.single_pic_block {
		height: 247px;
		margin: 0 auto 23px;
	}
	.single_title_client_block,
	.single_title_terms_block{
		width: 100%;
		max-width: unset;
	}
	.single_cc_block{
		width: var(--2-32);
	}
	.page_team_datas_push_strap {
		gap: var(--g20);
		margin: 0 0 36px;
	}
	.page_team_datas_push {
		flex: unset;
		width: 100%;
		padding: 27px 0 30px;
	}
	.single_tdn_strap {
		flex: unset;
		width: 100%;
	}
	.page_team_datas_pic_block{
		height: 388px;
	}
	.page_team_title {
		line-height: 35px;
		padding-bottom: 26px;
		margin: 0 auto;
		font-size: 29px;
	}
	.page_team_datas_pic_ctas .kalelia_bt_principal {
		margin: 14px 8px 0;
	}
}
@media screen and (max-width: 580px) {
	.list_single_mozaik.list_single_mozaik_colsc {
		gap: var(--g32);
	}
	.list_single_colsc {
		width: 100%;
	}
	.list_single_colss {
		width: 100%;
	}
	.cpt_realisation_mosaik_full {
		height: 199px;
	}
	.single_cc_block{
		width: 100%;
	}
	.list_single_colsc_big {
		width: 100%;
	}
}

/***************/
/******404******/
/***************/
@media screen and (max-width: 1080px){
	#page_404{
	display: flex;
	flex-wrap: wrap;
	padding: 94px 0 94px;
	}
	#page_404_ill_block{
	width: 46%;
	margin: 0 8% 0 0;
	}
}
@media screen and (max-width: 880px){
	#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;
	}
}