/*
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 : 31 oct. 2020, 12:34:51
    Author     : Ava
*/



@media (min-width: 769px) {
    .logoPerso{
        width: 150px;
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .logoPerso{
        width: 32px;
        padding: 2px;
    }
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #B3A193;
}
#toTopBtn a{
    color: white;
}


.mainVideoSection{
    position: relative;
    width: 100%;
    max-height: 800px;
    overflow: hidden;

    //padding: 5px;

}
.mainVideoSection video{
    position: absolute;
    width: 100%;
    height: 100%;

    object-fit: cover;
    //transform: translate(-50%, -50%);
    z-index: 0;

}
.mainVideoSection::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40); /* ajuste l’opacité */
    z-index: 1;
}
.mainVideoSection-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    text-align: center;

}

.mainVideoSection-content  h1,
.mainVideoSection-content p{
    color: #fff !important;
}

.styled-list-ava li{
    padding: 5px;
}
.styled-list-ava li i{
    padding-right: 5px;
}

.fondscinde{
    opacity: 1;
    background-color: rgb(245, 239, 232);
}



.privacy-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px 30px;
}

.privacy-container h1 {
    margin-bottom: 30px;
}

.privacy-container h2 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.privacy-container p {
    margin-bottom: 15px;
}

.privacy-container ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.privacy-container li {
    margin-bottom: 8px;
}



.alpha-image-row {
    margin: 40px 0 50px;
}

.alpha-image-wrapper {
    max-width: 520px;
    margin: 0 auto;
    padding: 25px;
    position: relative;
}

.alpha-tech-image {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

/* Petits éléments déco sur les 4 coins */
.alpha-image-wrapper::before,
.alpha-image-wrapper::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: 2px solid #B3A193;
    z-index: 1;
}

.alpha-image-wrapper::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.alpha-image-wrapper::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

/* 2 coins supplémentaires */
.alpha-tech-image::before,
.alpha-tech-image::after {
    content: "";
}