@media (min-width: 1024px) and (max-width: 1440px) { 
    
}

@media (max-width: 1024px) {
    .section-lien-he .box-form .mobile-display {
        display: block;
    }
    .section-lien-he .box-form .wide-screen {
        display: none;
    }
    .section-lien-he .box-form .mobile-display .actions {
        margin-right: -15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
	
}

/* Mobile */
@media (max-width: 767px) {
	.section-lien-he .mobile-only {
	    display: block;
	}
	.section-lien-he .box-form {
	    padding-bottom: 20px;
	}
	.section-lien-he .box-form .lien-he-title {
        font-size: 4.5vw;
	}
}