/* RETINA */
@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1400px){
}

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

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

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

/* IPAD LANDSCAPE */
@media screen and (max-width: 1080px) {
    #new-header-link {
        right: 5%;
        width: 90%;
        top: 20px;
    }
}


/* DIVI BreakPoint */
@media screen and (min-width: 981px) {
    /* min-width -- desktop */
}
@media screen and (max-width: 980px) {
.no-click > a {
    pointer-events: none;
}
#et-main-area {
    margin-top: 40px;
}
#drmg-main-menu .et_pb_menu_0_tb_header {
    padding-left: 0;
}
#drmg-main-menu .sub-menu .sub-menu li {
    width: 100% !important;
	}
header #logo-quebec {
    left: 0 !important;
    margin-top: -265px;
	}
#drmg-hp-header .header-content {
    margin-bottom: 50px;
	}
.cat-bulletin-item {
    width: 100%;
    margin-bottom: 30px;
    }
.menu-title-1.no-click.menu-item-1749 {
    margin-top: 30px;
}
	
/* Footer */
	
#footer-widgets li {
	padding-bottom: 20px;
}
#footer-widgets .footer-widget:first-child {
    padding-right: 30px;
}
#footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width: 100%;
}
.footer-widget:nth-child(n) {
    margin: 50px 0px 0px 0px !important;
}
#custom_html-2 {
    padding-right: 30px;
}
	
/* Menu mobiles */
	
.et_mobile_menu li li {
    left: 0;
	}
.menu-item-description {
	display:none;
	}
.mega-menu>a {
    margin-bottom:30px;
	}
li.menu-item.menu-item-type-post_type.menu-item-object-page {
    margin-bottom: -15px;
	}
.sub-menu li:last-child {
	margin-bottom: 30px;
	}
}

/* Generic Tablets */
@media only screen and (max-width: 767px){
.et_pb_image_1_tb_header {
    padding-bottom: 300px;
    padding-left: 0 !important;
	}
    header #logo-quebec {
        margin-top: 0 !important;
	    width:100%;
        text-align: right;
    }
}
@media only screen and (max-width: 700px){
}

/* IPHONE 6+ LANDSCAPE */
@media only screen and (max-width: 736px){
#drmg-hp-header .header-content {
    margin-bottom: 120px;
	}
h1 {
    font-size: 32px !important;
	}
h2 {
    font-size: 30px !important;
	}
h3 {
    font-size: 26px !important;
	}
h4 {
    font-size: 24px !important;
	}
h5 {
    font-size: 22px !important;
	}
h6 {
    font-size: 20px !important;
	}
.et_pb_button {
    font-size: 18px;
    }
#footer-widgets .footer-widget:first-child {
    padding-right: 0;
    }
}

/* 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) {
    #new-header-link {
        right: 0;
        width: 100%;
    }
    header #logo-quebec {
        margin-top: 160px !important;
        width: 100%;
        position: absolute;
        text-align: right;
    }
    header #logo-quebec img {
        max-width: 66%;
        margin-right: -5px;
    }
    header .et_pb_social_media_follow {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -130px;
        right: -36px;
    }
}

/* 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 ) {
}