.conteneurvid {
    height: 80vh;
    width: 100%;
	background-image:url('/IMGHOME/accueil_kerzerho.webp');
    background-size: cover;
    background-position: center;
	position: relative;
}

@media screen and (max-width: 1200px) {
    .conteneurvid {
    background-image:url('/IMGHOME/accueil_kerzerho.jpg');
}
}

#pop-info, .annonce-link, .btn-info{
    font-size:1.15em;
    font-weight:normal;
    padding:10px;
    background: #0f527db0;
display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
}

video {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

#fashion {

    z-index: 1000;
    display: flex;

    align-items: flex-end;
    justify-content: center;
}


.annonce-conteneur {
    position: absolute;
    text-align: center;
    bottom: 10%; 
    background: transparent;
    transition: 0.4s all;
    padding: 0;
}

.annonce-conteneur:hover {
    background: transparent;
}


.annonce-conteneur a:hover, #pop-info:hover, .annonce-link:hover{
    background-color: #0f527d !important;
}


.conteneur-texte-annonce{
    padding:0px;
    max-width:500px;
}






.conteneur-texte-annonce h1{
    padding:15px;
    background: #0f527db0;
    font-size:30px;
}



.marginw {

    margin: 0;
    font-family: 'Quicksand', cursive !important;
    padding-top: 10px;
}

label {
    font-size: 1em;
    color:#0f527d;
    font-weight: 700 !important;
    padding-left: 10px;
}

.radio {
    margin: 0px !important;
    padding-left: 5px;
}

.btn-pub {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    font-size: 18px !important;
}

.annotexte {

    color: white;
    font-weight: 500;
    font-family:  'Quicksand', sans-serif;
    font-size: 3em;
    text-transform: uppercase;

}


@media screen and (max-width: 1680px) {
.conteneur-texte-annonce h1 {

    padding: 15px;
    font-size: 2.5em;

}

    
    .logo-vid {
    top:20% !important;
}
}



@media screen and (max-width: 967px) {
    .annonce-conteneur p{
        font-size:1em;
    padding: 10px;
    }
    
     .logo-vid {
   display:none !important;
}
    
    .conteneurvid {
    height: 78vh;
    width: 100%;
}
    
    .conteneur-texte-annonce {

    padding: 0px;
    width: 100%;

}
    
}

@media screen and (max-width: 767px) {
    .annonce-conteneur {
    bottom: 0px;


    }
    
    #fashion {
   
 
    width: 100%;
        z-index:1;
}
}