/********************/
/**** RESPONSIVE ****/
/********************/
@media screen and (max-width: 1700px) {
	/*** CLASSICS ***/
	.widzfull {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
}



@media screen and (max-width: 1350px) {
	#footer .widzmain {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
	#footer_menu_01,
	#footer_menu_02,
	#footer_menu_03 {
		width: 20%;
		margin-right: 40px;
	}
}



@media screen and (max-width: 1250px) {
	/*** CLASSICS ***/
	.widzmain {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}
	/*** AUTRES ***/
	#logo {
		margin: 0 auto;
	}
	#navtop {
		flex: unset;
		width: 100%;
		justify-content: center;
		margin-top: 12px;
	}
	.chapo_desc {
		flex: 1;
	}
	.chapo_thumb {
		width: clamp(300px, 42vw, 607px);
		height: 390px;
		aspect-ratio: 607 / 390;
	}
	.bloc_50_50_image {
		width: clamp(300px, 42vw, 555px);
		aspect-ratio: 464/555;
	}
	.single_actu_card {
		width: 31.9%;
	}
	/* Items 1er et 2e de chaque groupe de 6 : 450px */
	/*.single_cat_cpt_product:nth-child(6n+1),*/
	/*.single_cat_cpt_product:nth-child(6n+2) {*/
	/*	width: 36%;*/
	/*}*/
	/* Item 3e de chaque groupe de 6 : 294px */
	/*.single_cat_cpt_product:nth-child(6n+3) {*/
	/*	width: 23.5%;*/
	/*}*/
	/* Items 4e, 5e, 6e de chaque groupe de 6 : 399px */
	/*.single_cat_cpt_product:nth-child(6n+4),*/
	/*.single_cat_cpt_product:nth-child(6n+5),*/
	/*.single_cat_cpt_product:nth-child(6n+6) {*/
	/*	width: 32%;*/
	/*}*/
	.single_cat_cpt_product {
		width: 31.5%;
	}
	.single_challenge,
	.single_sector_cpt_product {
		width: 31.8%;
	}

}



@media screen and (max-width: 1120px) {
	#navtop ul li a {
		padding: 9px 13px 9px 19px;
	}
	.child_cat_single {
	    width: 31.9%;
	}
}



@media screen and (max-width: 1080px) {
	/*** CLASSICS ***/

	/*** AUTRES ***/
	.header_container {
		position: relative;
		padding: 11px 0;
	}
  	#logo {
		margin: unset;
	}
	#navtop_bt {
		display: flex;
		flex-direction: column;
	}
	#navtop {
		display: none;
	}
	#navtop.navtop_hover {
		position: relative; /* pour le WPML btn en absolute */
		display: block;
		width: 100%;
		padding: 25px 0;
		background-color: var(--beige);
    	border-radius: var(--rad15);
	}
	#navtop ul {
		justify-content: flex-start;
		flex-direction: column;
	}
	#navtop ul li {
		padding-bottom: 0;
		margin-bottom: 22px;
	}
	#navtop ul li.menu-item-has-children {
		padding-right: 45px;
	}
	#navtop ul li a {
		position: relative;
	}
	#navtop ul li a:hover,
	#navtop ul li.current_page_item a,
	#navtop ul li.menu-item-has-children a:hover {
		background-color: transparent;
	}
	#navtop ul li.menu-item-has-children a:hover ul {
		display: none;
	}
	#navtop ul li.menu-item-has-children a:after {
		position: absolute;
		content: '';
		width: 13px;
    	height: 24px;
		top: 6px;
		right: -28px;
		background: url('../img/arrow_header_resp.svg') no-repeat center;
		pointer-events: none;
	}
	#navtop ul ul,
	#navtop ul li.menu-item-has-children:hover ul {
    	display: none;
	}
	#navtop ul li.menu-item-has-children.resp_sub_this_hover ul {
		position: relative;
		display: block;
		width: 100%;
		padding: 29px 0 0 37px;
		top: 0;
		transition: all 0.3s;
	}
	#navtop ul li.resp_sub_this_hover ul li:last-child {
		padding-bottom: 7px;
	}
	#navtop ul li.menu-item-has-children ul li a::after {
		display: none;
	}
	#navtop ul li.urgency a {
		width: fit-content;
		margin-left: 19px;
	}
	.wpml_btn {
		position: absolute;
		right: 31px;
		bottom: 50px;
	}
	/*** Footer ***/
	#footer_menu_01, #footer_menu_02, #footer_menu_03 {
		width: 17%;
    	margin-right: 40px;
	}
	/*** 404 ***/
	#page_404{
		display: flex;
		flex-wrap: wrap;
		padding: 94px 0 94px;
	}
	#page_404_ill_block{
		width: 46%;
		margin: 0 8% 0 0;
	}
	.bloc_cta_prod {
		padding: 25px 100px 73px;
	}
	.pic-1, .pic-2 {
	  	width: 35%;
	}
	.pic-4, .pic-5, .pic-6 {
	  	width: 31.3%;
	}
	.select_products_list li {
	    width: 31.5%;
	}
	/* Item 3 + 4 */
	/*.single_cat_cpt_product:nth-child(6n+3),*/
	/*.single_cat_cpt_product:nth-child(6n+4){*/
	/*	width: 23.5%;*/
	/*}*/
	/* Items 5 + 6 */
	/*.single_cat_cpt_product:nth-child(6n+5),*/
	/*.single_cat_cpt_product:nth-child(6n+6) {*/
	/*	width: 36%;*/
	/*}*/
	.single_cat_cpt_product {
	    width: 48%;
	}
	.chapo_home_content {
		padding: 175px 0 175px;
		margin: 0 7%;
	}
}



@media screen and (max-width: 980px) {
	.bloc_highlights ul {
		gap: 51px 6%;
	}
	.bloc_highlights ul li {
	  width: 47%;
	}
	.bloc_50_50 {
		gap: 40px 5%;
	}
	.bloc_50_50_text {
		margin-top: 0;
	}
	.child_cat_single {
	    width: 32%;
	}
	.single_actu_card {
		width: 48.5%;
	}
	/* Items 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 */
	.single_cat_cpt_product,
	.single_sector_cpt_product {
		width: 48% !important;
	}

}



@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;
	}
	/*** AUTRES ***/
	#footer_menu_01, #footer_menu_02, #footer_menu_03 {
		width: 100%;
		margin-right: unset;
    	margin-top: 34px;
	}
	.footer_bottom {
		flex-direction: column;
	}
	.footer_certif,
	.footer_legals ul {
		flex-direction: column;
  		margin: 0 auto;
	}
	.footer_certif {
		margin-bottom: 38px;
	}
	.chapo_desc {
		width: 100%;
		flex: unset;
		padding-right: 0;
		padding-bottom: 87px;
	}
	.chapo_desc::after {
		bottom: 35px;
		left: 0;
	}
	.chapo_content {
		padding-left: 0;
	}
	.chapo_thumb {
		width: 100%;
		height: 350px;
	}
	.bloc_faq {
		flex-direction: column;
	}
	.faq_title {
		width: unset;
		gap: unset;
		margin-bottom: 22px;
	}
	.faq_picto {
		padding-right: 28px;
	}
	.selected_faq_list {
		padding-left: unset;
	}
	.single-cpt_product #breadcrumb {
		margin-bottom: 21px;
	}
	.chapo_single_cpt_product {
		flex-direction: column;
	}
	.single_prod_thumb {
		order: 0;
		width: 100%;
		height: 385px;
		margin-bottom: 21px;
	}
	.single_prod_col_left {
		order: 1;
		flex: unset;
		width: 100%;
	}
	.single_prod_price {
		width: fit-content;
	}
	.select_products_list li {
	    width: 48.3%;
	}
	.bloc_sectors_list_static {
		flex-wrap: unset;
		overflow-x: scroll;
		scrollbar-width: thin;
		scrollbar-color: var(--vertc) transparent;
		gap: 15px;
		padding-bottom: 15px;
	}
	.bloc_sectors_list_static li {
		width: 290px;
		flex-shrink: 0;
	}
	.bloc_single_sector_thumb, .bloc_single_sector_nothumb {
		height: 231px;
	}
	.bloc_meanings_title {
		padding-top: 0;
	}
	.bloc_meanings_textarea {
		flex: unset;
		width: 100%;
	}
	.single_challenge {
		width: 48.5%;
	}
}



@media screen and (max-width: 680px) {
	/*** CLASSICS ***/
	/****************/

	/*** MARGIN-BOTTOM ***/
	#bloc_single_actu_cards,
	.bloc_child_cat_title,
	.bloc_sectors,
	.bloc_select_products,
	.bloc_six_pics,
	.bloc_cta_prod,
	.chapo_single_cpt_product,
	.bloc_highlights,
	.bloc_50_50,
	.bloc_faq,
	.bloc_cta,
	.classic_content {
		margin-bottom: 50px;
	}
	.chapo_classic {
		margin-bottom: 56px;
	}
	.select_form_front,
	.bloc_challenges,
	.bloc_main_categories,
	.bloc_meanings {
		margin-bottom: 75px;
	}

	/*** PAGE HENTRY ***/
	h1,
	.page_hentry h1,
	.classic_title_h1 {
		font-size: 34px;
		line-height: 49px;
	}
	h2,
	.page_hentry h2,
	.classic_title_h2 {
		font-size: 22px;
		line-height: 37px;
		margin-bottom: 26px;
	}
	h3,
	.page_hentry h3,
	.classic_title_h3 {
		font-size: 19px;
		line-height: 33px;
		margin-bottom: 26px;
	}
	.page_hentry table {
		width: auto !important;
	}
	.page_hentry table tbody tr td {
		padding: 10px 20px;
	}
	.classic_title_h1.classic_title_page_produit {
		font-size: 26px;
		line-height: 43px;
	}
	/*** Breadcrumb ***/
	.breadcrumb_item {
		font-size: 13px;
		line-height: 19px;
	}
	.breadcrumb_item:not(:last-of-type):after {
		margin: auto 7px auto 5px;
	}
	/*** AUTRES ***/
	/**************/
	.chapo_thumb {
		height: 212px;
	}
	.bloc_highlights ul {
		gap: 3px 6%;
	}
	.bloc_highlights ul li {
	  	width: 100%;
	}
	.bloc_50_50 {
		flex-direction: column;
	}
	.bloc_50_50_image,
	.bloc_50_50_text {
		flex: unset;
	}
	.bloc_50_50_image {
		aspect-ratio: unset;
		width: 100%;
		height: 241px;
	}
	.bloc_cta {
		display: flex;
		flex-direction: column;
		justify-content: end;
		min-height: 414px;
		padding: 32px;
	}
	.bloc_cta_maintitle {
		font-size: 30px;
		max-width: unset;
	}
	.single_prod_thumb {
		height: 385px;
	}
	.bloc_cta_prod {
		padding: 64px 24px;
	}
	.six_pics_list {
		gap: 18px 20px;
	}
	.pic-1, .pic-2, .pic-3, .pic-4, .pic-5, .pic-6 {
	  	width: 100%;
		height: 241px;
		column-gap: 18px;
	}
	.select_products_list {
		gap: 17px 0;
	}
	.select_products_list li {
	    width: 100%;
	}
	.child_cat_single {
	    width: 47.8%;
	}
	#bloc_single_actu_cards .pagination_wrap {
		margin-top: 50px;
	}
	.single_actu_card {
		width: 100%;
	}
	.slider_logos_container {
		animation: scrollLogos 10s linear infinite;
	}
	.slider_logos_container {
        column-gap: 32px;
    }
	.bloc_meanings_textarea {
		font-size: 24px;
		line-height: 43px;
	}
	.main_cat_cpt_product_list {
		column-gap: 14px;
	}
	.single_cat_cpt_product {
		width: 100% !important;
	}
	.main_cat_bloc_contact {
		margin-top: 35px;
	}
	.main_cat_name {
		font-size: 22px;
		line-height: 36px;
	}
	.challenges_maintitle {
		margin-bottom: 46px;
	}
	.single_challenge,
	.single_sector_cpt_product {
		width: 100% !important;
	}
	.single_sector_cpt_product_thumb,
	.single_sector_cpt_product_nothumb {
		height: 231px;
	}
	.main_sectors_maintitle {
	  	margin-bottom: 40px;
	}
	.main_sectors_btn {
		padding-bottom: 75px;
	}
	.chapo_subtitle {
		position: relative;
		display: block;
		width: auto;
		left: 0;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	}
	.page-template-page_contact .chapo_thumb:has(.chapo_subtitle) {
		height: auto;
	}
	.page-template-page_contact .chapo_thumb:has(.chapo_subtitle)::after {
		display: none;
	}
	.page-template-page_contact .chapo_thumb:has(.chapo_subtitle) img {
		height: 212px;
	}
	.page-template-page_contact .chapo_subtitle .footer_rs a img {
		height: auto;
	}
	.page-template-page_contact .chapo_subtitle .footer_tel {
		width: fit-content;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.page-template-page_contact .chapo_subtitle .footer_tel a {
		padding: 15px 25px 14px 55px;
	    background: url(../img/phone_filled.svg)no-repeat 20px 14px;
	}
	.page-template-page_contact .chapo_subtitle .footer_tel:hover a {
		background: url(../img/phone_filled_hover.svg)no-repeat 20px 14px;
	}
	.form_selected {
		width: 100%;
	}
	.empty_col_container {
		display: none;
	}
	.form_selected .gfield--input-type-consent label {
		max-width: unset !important;
		width: 100%;
	}
	.form_selected form .gform_footer {
		position: relative;
		display: flex;
    	justify-content: flex-end;
		bottom: unset;
		right: unset;
		margin-right: 0;
	}
}



@media screen and (max-width: 500px) {
	/*** CLASSICS ***/
	.page_hentry p {
		margin-bottom: 25px;
	}

	/*** AUTRES ***/
	.bloc_highlights ul {
		gap: 7px 0;
	}
	.bloc_highlights ul li {
	   	width: 100%;
	}
	.single_prod_thumb {
		height: 285px;
	}
	.child_cat_single {
	    width: 100%;
	}
	.bloc_prod_cat_title p {
	  	margin-bottom: 20px;
	}
	.pagination_wrap {
	  	margin-top: 35px;
	}
	.pagination_wrap .pagination .pagination_prev,
	.pagination_wrap .pagination .pagination_next {
		display: none;
	}
	.bloc_chapo_home h1 {
		font-size: 12px;
	}
	 .chapo_home_content {
		padding: 125px 0 125px;
	}
	.chapo_home_market_title {
		font-size: 27px;
		line-height: 40px;
	}
	.single_actu_card {
		margin-bottom: 25px;
	}
	.single_actu_date,
	.single_actu_title {
		padding-bottom: 5px;
	}
}






