/* MOBILE */
@media only screen and (max-width: 768px) {

	:is(#sortableelement_column_icone_76_15,#sortableelement_column_icone_78_15) > div{
		margin-bottom:0px!important;
	}

	#main .element_column_en_ligne_70_23 .sd_image img{
		max-width: 90px !important;
	}

	#main .element_column_en_ligne_70_23_item .sd_content {
		column-gap: 0px;
	}

	#main :is(#sortableelement_texte_titre_32_15,#sortableelement_texte_titre_70_15) {
        gap: 50px 10px !important;
    }

	#sortableelement_column_sans_fond_72_14 > div:nth-child(1),
	:is(#sortableelement_column_sans_fond_72_10,#sortableelement_column_sans_fond_74_21,#sortableelement_column_sans_fond_78_14) > :is(div:nth-child(1),div:nth-child(2)),
	#sortableelement_column_sans_fond_74_14 > :is(div:nth-child(1),div:nth-child(2),div:nth-child(3),div:nth-child(4)),
	#sortableelement_column_sans_fond_70_14 > :is(div:nth-child(1),div:nth-child(2),div:nth-child(4),div:nth-child(5)),
	:is(#sortableelement_column_sans_fond_32_2,#sortableelement_column_sans_fond_32_14,#sortableelement_column_sans_fond_72_21,#sortableelement_column_sans_fond_76_10,#sortableelement_column_sans_fond_76_14,#sortableelement_column_sans_fond_78_10) > :is(div:nth-child(1),div:nth-child(2),div:nth-child(3)){
		padding-right:0px!important;
		padding-bottom:50px!important;
		border-right:0px solid var(--sdtc)!important;
		border-bottom:1px solid var(--sdtc)!important;
	}

	:is(#sortableelement_column_sans_fond_32_5,#sortableelement_column_sans_fond_70_5,#sortableelement_column_sans_fond_76_5,#sortableelement_column_sans_fond_78_5,#sortableelement_column_sans_fond_80_5) > div:nth-child(1){
		padding-right:0px!important;
		padding-bottom:50px!important;
		border-right:0px solid var(--sd2)!important;
		border-bottom:1px solid var(--sd2)!important;
	}

	#main > :is(.element_header_responsive_32_1,.element_header_avec_fond_texte_responsive_32_12,.element_header_responsive_70_1,.element_header_avec_fond_texte_responsive_70_12,.element_header_responsive_74_1,.element_header_responsive_80_1) > .sd-vanilla-text-wrapper > div > div > div > div{
		flex-direction: column;
	}
	
	#sortableelement_column_sans_fond_32_10 > div:nth-child(2){
		order:1 !important;
	}
	
	#sortableelement_column_sans_fond_32_10 > div:nth-child(1){
		order:2 !important;
	}
	
	#sortableelement_column_sans_fond_32_10 > div:nth-child(3){
		order:3 !important;
	}
	
	#sortableelement_column_sans_fond_32_10 *{
		text-align:center !important;
	}
	
	#sortableelement_column_sans_fond_32_10 > div:nth-child(2) .sd_image img{
		aspect-ratio: 3 / 4 !important;
	}
	
}