/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@media screen and (min-width:768px){
    .col1-gauche{
        position: fixed !important;
    }
    .img{
        min-height:360px !important;
        position: relative !important;
        left: 33% !important;
    }
}
@media screen and (max-width:767px) {
    .col1-gauche > .elementor-element-populated {
        padding: 0px !important;
        z-index: 2 !important;
    }
    .img > .elementor-element-populated {
        margin: 0px !important;
    }
    .img .elementor-element > .elementor-widget-container {
        margin-right: 0px !important;
    }
}

