{% extends 'base.html.twig' %}
{% block title %}SVS - GALERIE{% endblock %}
{% block body %}
<style>
header {
box-shadow:0 0 3px 0 rgba(0,0,0,0.22)!important;
}
.divgalerie {
padding:7%;
padding-top:calc(7% + 35px)!important;
background-image:linear-gradient(to left, rgba(255, 255, 255, 0), rgb(250 246 239) 52%),
url('');
position:relative;
}
.technolo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: -webkit-fill-available;
background-attachment: fixed;
background-image: linear-gradient(180deg, #faf6ef 36%, #2d427580 60%, #ffffff 40%)!important;
clip-path: ellipse(87% 21.75% at 50% -0.2%);
}
.share {
opacity:1!important;
}
</style>
<div class="divgalerie">
<div class="technolo"></div>
<div class="svsTitle">
<div class="groupe_svsTitle">
<h3 class="typed-home-about typed_gallery"></h3>
</div>
</div>
{% include "AppTemplates/valide/galerieContent/index.html.twig" %}
</div>
{% endblock %}