/* RETINA */
@media screen and (max-width: 1440px) {
	.et_pb_button_module_wrapper.et_pb_button_1_tb_footer_wrapper.et_pb_button_alignment_center.et_pb_module {
    	top: -30px;
	}
	footer #footer-bottom-jb/*, footer .et_pb_row.et_pb_row_2_tb_footer.et_pb_row_4col*/ {
    	flex-wrap: wrap!important;
    	gap: 30px!important;
	}
}
@media screen and (max-width: 1650px) and (min-width: 640px) {
	footer .et_pb_code_inner {
  		white-space: nowrap;
	}
}
@media screen and (max-width: 1440px) and (min-width: 981px) {
    .et_pb_gutters1 .et_pb_column, .et_pb_gutters2 .et_pb_column, .et_pb_gutters3 .et_pb_column, .et_pb_column.et_pb_column_1_4.et_pb_column_4_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-right: 0!important;
    }    
}
@media screen and (max-width: 1400px){
}

/* MAC BOOK */
@media screen and (max-width: 1440px) {
}

/* DESKTOP 1 */
@media screen and (max-width: 1366px) and (min-width: 1296px) {
}

/* DESKTOP 2 */
@media screen and (max-width: 1295px) and (min-width: 1081px) {
}

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {
    /* min-width -- desktop */
}
@media screen and (max-width: 980px) {
    .et_pb_row.et_pb_row_1_tb_footer.et_pb_row_4col .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough {
        margin-right: 0!important;
    }  
	div#conteneur-politiques .et_pb_text_inner {
    	flex-direction: column;
	}
	div#politique-de-confidentialite {
    	display: flex;
    	flex-direction: column;
	}
	.blurp-container-jb .et_pb_blurb_content {
    	display: flex !important;
    	flex-direction: column;
	}
}


/* Generic Tablets */
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 700px){
}

/* IPHONE 6+ LANDSCAPE */
@media only screen and (max-width: 736px){
	div#jb-seal {
		position: absolute;
		top: 50px;
		width: 120px;
	}
	div#jb-partners-footer {
		margin-left: 140px;
	}
	/*div#jb-partners-footer a {
    	white-space: break-spaces;
	}*/
}

/* IPHONE 6 LANDSCAPE */
@media only screen and (max-width: 667px){
}

/* HTC, GALAXY LANDSCAPE */
@media only screen and (max-width: 640px) {
}

/*IPHONE 5 LANDSCAPE */
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 520px) {
}

/* IPHONE 4 LANDSCAPE */
@media only screen and (max-width: 480px) {
	div#jb-partners-footer .et_pb_code_inner {
    	flex-wrap: wrap;
	}
	div#jb-partners-footer a {
		width: 40%;
	}
}

/* IPHONE 6+ PORTRAIT */
@media only screen and (max-width: 414px) {
}

/* IPHONE 6 PORTRAIT */
@media only screen and (max-width: 375px) {
	#popmake-24893 .check_availability {
		width: 100%;
	}
	/* ---------------------------------------- */
	/* Sidebar - cart*/
}

/* HTC, GALAXY PORTRAIT */
@media only screen and (max-width: 360px) {
}

/* IPHONE 4, IPHONE 5 PORTRAIT */
@media only screen and (max-width: 320px) {
}

/*--------------------------------- TARGET ONLY SPECIFIC DEVICES ------------------------------------------*/
/* TARGET IPAD */
@media only screen and (max-width: 768px) and (min-width: 767px) {
}
@media only screen and (max-width: 1024px) and (min-width: 1023px) {
}

/* TARGET iPHONE 5S */
@media only screen and (device-width: 640px) and (device-height: 1136px) and (orientation: portrait) {
}
@media screen and (max-device-width: 1136px) and (orientation: landscape) and (device-aspect-ratio: 40/71) {
}

/* TARGET IPHONE 5 */
@media only screen and (device-width: 568px) and (orientation: landscape) {
}
@media only screen and (device-width: 320px) and (orientation: portrait) {
}

/* TARGET IPHONE 4 */
@media only screen and (device-width: 320px) and (orientation: portrait) {
}
@media only screen and (device-width: 480px) and (orientation: landscape) {
}

/* TARGET HTC ONE AND GALAXY S5 */
@media only screen and (device-width: 360px) and (orientation: portrait) {
}
@media only screen and (device-width: 640px) and (orientation: landscape) {
}

/* TARGET IPHONE 6 */
@media only screen and (device-width: 375px) and (orientation: portrait) {
}
@media only screen and (device-width: 667px) and (orientation: landscape) {
}

/* TARGET IPHONE 6+ */
@media only screen and ( device-width: 414px ) and ( orientation: portrait ) {
}
@media only screen and ( device-width: 736px ) and ( orientation: landscape ) {
}
