<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bienvenueblue {
    font-size: 100px;
    color: #004c93;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.bienvenueblue span{
    display:block;
}
.txtBienvenue {
    position: relative;
    padding: 100px;
    line-height: 111px;
    transform: translateY(-40px);
    z-index: 20;
}

.txtBienvenue:before {
    content: "";
    background: #181818;
    width: 660px;
    height: 480px;
    left: -159px;
    top: 0;
    position: absolute;
    z-index: -1;
    /* z-index: 99999; */
}

.bienvenuewhite {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
}
.blcblack {
    position: absolute;
    background: #181818;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
}
.bienvenueP {
    color: #7f7f7f;
    text-align: justify;
    font-weight:600;
    line-height: 28px;
    font-size: 16px;
}
.btnPlus a:hover {
     color: #fff;
      background: #004c93;
}
.btnPlus a {
    color: #004c93;
    text-transform: uppercase;
    font-size:  14px;
    border-radius: 100px;
    border: 1px solid #004c93;
    padding: 15px;
    font-weight:100;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration: none;
}
.btnPlus a:hover{
    text-decoration:none;
}

.btnPlus {
    display: block;
    margin: 50px 0;
}
.bienvenue {
    background: url('/Files/App_002/images/bg_bienvenue.jpg');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 100vh;
    background-size: contain;
    background-attachment: fixed;
    /* overflow: hidden; */
}
@media screen   and (max-width:767px)  {
.txtBienvenue {
 padding: 25px  15px;
 line-height: 25px;
 transform: translateY(0px) !important;
 margin-bottom: 30px;
}
.bienvenuewhite {
    font-size: 30px !important
 
}
.bienvenueblue {
font-size: 35px !important;
    margin-top: 20px;
    line-height: 50px;
    
   
}
.txtBienvenue:before {
    content: "";
    background: #181818;
    width: 80%;
    height: 196px;
    left: 0px;
    top: 0;
}
.bienvenue {
background:none !important;
    }
.ImgBienVenue {
    padding: 0px !important;
}
.ImgBienVenue img {
    width:100%;
}
}
@media screen   and (min-width:768px)  and (max-width:992px)  {
.bienvenueblue {
    font-size: 75px !important;
 
}
}
</pre></body></html>