/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Nov-2022, 10:19:16
    Author     : galla
*/

.actualities-container{
    position: relative;
    padding: 0 3rem;
}

.actualities{
    position: relative;
}

.actuality-item{
    background: none;
    border-radius: 0.25rem;
    margin: 0 1rem;
    padding: 1rem;
}

.actuality-item h2{
    text-transform: uppercase;
    font-weight: 800;
}

.actuality-item p{
    text-align: justify;
}

img.actuality-thumb{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.tns-outer{
}

.tns-nav {
    text-align: center;
    margin: 1rem 0;

}

.tns-nav > [aria-controls] {
    width: 3rem;
    height: 0.2rem;
    padding: 0;
    margin: 0 0.2rem;
    background: var(--bs-light);
    border: 0;
    opacity: 0.5;
}

.tns-nav > .tns-nav-active {
    background: var(--bs-light);
    opacity: 1;
}

.tns-controls{

}

.tns-controls > button {
    position: absolute;
    top: 40%;
    z-index: 999;
    line-height: 1em;
    border: none;
    font-size: 3rem;
    padding: 0.5rem;
    color: var(--bs-light);
    font-weight: 300;
    background: none;
}

.tns-controls > button > span{
    padding: 0;
}

.tns-controls > [data-controls="prev"] {
    position: absolute;
    left: 0;
}

.tns-controls > [data-controls="next"] {
    position: absolute;
    right: 0;
}

.customize-controls{

}

.controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

/************ START/STOP button **************/

[data-action] {
    display: none;
}


@media (min-width: 576px){
    
    img.actuality-thumb{
    }
    
}
