/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.le-collectif-picture article { position: relative; display: inline-block; }

.le-collectif-picture article::before { content: ""; position: absolute; left: -35px; top: 20%; transform: translateY(-50%); width: 35px; height: 90px; background-image: url("http://lorient-ensemble.bzh/wp-content/uploads/2025/11/element-pink-left.svg"); background-repeat: no-repeat; background-size:contain; z-index: 10 !important;
}


footer {
    position: relative;
    width: 100%;
    display: block; 
    overflow: hidden; 
}

footer::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 50%; 
    transform: translateX(-50%); 
    
    width: 100%;
    height: 750px; 
	opacity: 0.2;
    background-image: url("http://lorient-ensemble.bzh/wp-content/uploads/2025/11/element-logo-picto-blanc.svg");
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center center;

    z-index: 11;
}
/*
footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px; 
    background-image: url("http://lorient-ensemble.bzh/wp-content/uploads/2025/11/footer-wave.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 10;
}*/

/* RESPONSIVE */
@media (max-width: 800px) {
  header a.us-btn-style_1 {
    padding: 10px !important;
  }
}

@media (min-width: 970px) and (max-width: 1280px) {
	.le-gaelle {margin-top: 230px !important;}
}


@media (min-width: 790px) and (max-width: 970px) {
	.le-gaelle {margin-top: 230px !important;}
}

@media (min-width: 408px) and (max-width: 600px) {
	.le-team {margin-top: 330px !important;}
}