body{
    background-color: #606060;
}

.pink{
    color: #F491E1 !important;
}

.bold{
    font-weight: 600;
}
.dropdown-menu{
    background-color: #F7E1F4;
}

.nav-link:focus{
    background-color: #F7E1F4;
    
}
.nav-link:hover{
    background-color: #F7E1F4;
    
}
.pictures{
    height: 920px;
}
.pictures-1{
    /* transform: scaleX(-1); */
    position: absolute; 
}
.pictures-Z{
   height: auto;
   width: auto; 
}

.div-accueil{
    background-color: #606060;
    opacity: 0.88;
    height: 864px;
    position: relative;
    margin-top: 56px;
    font-size: 30px;
}

.div-accueil-responsive{
    background-color: #606060;
    opacity: 0.88;
    margin-top: 65px;
    position: relative;
}
.div-accueil-full{
    background-color: #606060;
    /* opacity: 0.88; */
    font-size: 25px;
}
.bandeau{
    background-color: #606060;
    font-size: 40px;
}
.bandeau-img{
    background-color: #606060;
    position: absolute;
    margin-top: -77px;
    opacity: 0.88;
    font-size: 30px;
}

.line-style{
    height: 2px;
    width: 70%;
    background-color: #F491E1;
}
.footer-style{
    background-color: #606060;
    font-size: 25px;
}
.logo-footer{
    height: 95.5px ;
    width: 262px;
}
form{
    background-color: #606060;
}
.btn-envoyer{
    background-color: #F491E1;
    color: #606060;
    border: none;
    border-radius: 100px;
    font-size: 30px;
}
.error{
    color:#dc3545;  
}
.a-propos-style{
    font-size: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -56px;
    visibility: hidden;
}

@media (min-width:992px) and (max-width: 1041px){
    .bandeau-img {
        margin-top: -110px;
    }
}