/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


.accueil__savoir-faire .row { position: relative; z-index: 5; }
.accueil__savoir-faire::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 100%;
    background-image: url(img/cmetis_accueil_savoir-faire.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}




body:not(.vc-safe-mode) .box-wrapper .mobile-off-grid a  { height: calc(100% + 144px); }


@media (max-width: 959px) {


	body:not(.vc-safe-mode) .box-wrapper .shift_y_down_neg_quad {  margin-bottom: 0 !important; }
	body:not(.vc-safe-mode) .box-wrapper .mobile-off-grid .shift_y_down_neg_quad {  margin-bottom: 0 !important; }
	
	body:not(.vc-safe-mode) .box-wrapper .mobile-off-grid a  { height: 100%; }
	
	body:not(.vc-safe-mode) .box-wrapper .shift_y_neg_quad {  margin-top: 0 !important; }
	
	
	body:not(.vc-safe-mode) .box-wrapper .shift_y_double {  margin-top: 0px !important; }
	
	.accueil__savoir-faire::after { display: none; }
	
}