


/* Défini */
.slider
{
    /* height      : 40vh;   */
    position    : relative;
    background-color: white;
}

img.fullwidth
{
    object-fit: cover; 
}
img.scaledown
{
    object-fit: scale-down;
}


.slider a img
{
    /* object-fit: scale-down; */
    /* object-fit: cover; */
    height:100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
    transition:opacity 1s;
    background-color: white;
}

.slider a.noactive
{
    display: none;
}
.slider a.active
{
    display: block;
}

.slider a.active img,
.slider p.active
{
    opacity:1;
 
}

.slider p
{
    position: absolute;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom:5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 2rem;
    opacity: 0;
}

.nextsliderzr,
.previoussliderzr
{
    color: white;
    font-size:3rem;
    position: absolute;
    top:50%;
    transform : translatey(-50%);
}

.nextsliderzr
{
    right:1rem;
}
.previoussliderzr
{
    left:1rem;
}

.backgroundslider
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1096%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 117%2c 177%2c 1)'%3e%3c/rect%3e%3cpath d='M557.2511673495264 154.15955175874421L600.5800638764043 190.5168128537659 633.451507255498 107.34483751593831z' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M171.00499698031612 104.55647639012321L209.79708347408703 149.18166714274207 257.33882635612986 68.68094202577628z' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M285.19%2c666.089C323.789%2c667.346%2c360.825%2c646.244%2c378.825%2c612.076C395.807%2c579.84%2c387.263%2c541.066%2c367.011%2c510.777C349.034%2c483.89%2c317.517%2c473.057%2c285.19%2c472.036C250.493%2c470.94%2c212.252%2c475.843%2c193.898%2c505.308C174.765%2c536.022%2c183.685%2c574.837%2c201.552%2c606.304C219.688%2c638.244%2c248.479%2c664.894%2c285.19%2c666.089' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M193.13012614223425 463.9964217477287L180.0174338619256 357.2021132134671 73.22312532766405 370.31480549377574 86.33581760797269 477.1091140280373z' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1008.841%2c469.367C1066.971%2c469.97%2c1104.557%2c412.573%2c1129.285%2c359.961C1149.994%2c315.899%2c1148.286%2c266.131%2c1124.269%2c223.781C1099.893%2c180.797%2c1058.242%2c148.75%2c1008.841%2c147.574C957.479%2c146.352%2c908.368%2c173.099%2c883.489%2c218.05C859.31%2c261.735%2c870.364%2c312.826%2c892.65%2c357.506C918.369%2c409.07%2c951.222%2c468.769%2c1008.841%2c469.367' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M586.4521914106059 473.2653837523055L666.7273253135046 387.1808419617954 580.6427835229945 306.9057080588967 500.3676496200958 392.99024984940684z' fill='rgba(241%2c 126%2c 46%2c 0.8)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1096'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

div.titleslider
{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 0px;
    background-color: rgba(255,255,255,0.5);
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
div.titleslider p.titleslider_line1
{
    color: white;
    opacity: 1;
    background-color: rgba(255,255,255,0);
    font-size: 1.5rem;
    display: block;
    position: relative;
}
div.titleslider p.titleslider_line
{
    color: white;
    opacity: 1;
    background-color: rgba(255,255,255,0);
    font-size: 3.5rem;
    display: block;
    position: relative;
}