/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 13:0 Unexpected "="
Line 18:1 Unexpected ">"

**/
<<<<<<< HEAD
.image-advanced h2 p {
    margin-top: 0;
}

=======
.image-advanced .heading p {
    margin-top: 0;
}
    
>>>>>>> f0eb8aa (add custom-search & correctifs)
@media screen and (max-width:749px){
    .image-advanced h2{
        font-size:35px !important;
    }
}

@media screen and (min-width:750px){
    .image-advanced h2{
        font-size:40px !important;
    }
}

.image-advanced {
    position: relative;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 749px) {
    .image-advanced .image-advanced_background img {
        margin-top: -30px !important;
        z-index: -1;
    }
  }
@media screen and (min-width: 750px) {
    .image-advanced .image-advanced_background img{
        margin-top: -30px !important;
        z-index: -1;
    }
}

.image-advanced .image-advanced__titles .heading{
    margin:0px;
}

.image-advanced .image-advanced__titles .subheading{
    margin-top:10px;
}

.image-advanced img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 749px) {
    .image-advanced img{
        margin-top:20px;
    }
}
@media screen and (min-width: 750px) {
    .image-advanced img{
        margin-top:30px;
    }
}

@media screen and (max-width: 749px) {
    .image-advanced .desktop-only {
        display:none!important;
    }
}
@media screen and (min-width: 750px) {
    .image-advanced .mobile-only {
        display:none!important;
    }
}