/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

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

	#main .element_texte_titre_74_26_container {
        padding-top: 100px !important;
        padding-bottom: 0px !important;
	}

	#sortableelement_column_sans_fond_32_10 > div > .sd_content > .sd_image{
		justify-content: center;
	}

	#main .element_column_sans_fond_32_10 .sd_image img{
		max-width: 350px!important;
	}

	: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,#sortableelement_column_sans_fond_70_14,#sortableelement_column_sans_fond_72_10,#sortableelement_column_sans_fond_74_21,#sortableelement_column_sans_fond_78_14,#sortableelement_column_sans_fond_74_14) > :is(div:nth-child(2),div:nth-child(4)){
		padding-right:0px!important;
		border-right:0px solid var(--sdtc)!important;
	}

	:is(#sortableelement_column_sans_fond_70_14) > :is(div:nth-child(1),div:nth-child(3),div:nth-child(5)),
	:is(#sortableelement_column_sans_fond_74_14) > :is(div:nth-child(1),div:nth-child(3)){
		padding-right:20px!important;
		border-right:1px solid var(--sdtc)!important;
	}
    
	#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;
	}
	
	#main .element_header_avec_fond_texte_responsive_32_12 > div.sd-vanilla-text-wrapper.container > div > div > div.container.no-padding > div.row.d-flex.justify-content-center{
		flex-direction: column !important;
    	display: flex !important;
    	align-items: center !important;
	}
	
	.element_image_text_full_responsive_32_21 .sd_text{
		padding-top:0px !important;
		padding-bottom:0px !important;
		padding-right:0px !important;
	}
	
}