.bg-dark {
    background-color: #960a05 !important;
}
.bg-secondary {background-color:#222 !important}
.bg-dark-opacity-25  {  background-color:rgb(150,10,5,0.25) !important;}
.bg-dark-opacity-50  {  background-color:rgb(150,10,5,0.5) !important;}

a{mouse:pointer}
.waveMain .text-white a{color:white; text-decoration:underline;}

/*.waveMain {font-family: 'Playfair Display', serif;}*/
.waveMain {font-family: 'Poppins', serif;}
.hr{
    width: 88px;
    border-radius: 0px;
    background-color: white;
height:2px;
}

.top-bar i{font-size:20px}
.social-link-hover {width:30px; height:30px; }

.frame-area {
    display: block;
    width: 100%;
    height: 800px; /* Possibilité de changer la hauteur de la Iframe selon vos contraintes techniques */
    overflow: hidden;
    border: #999999 0 solid;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}