/* PARTIE PROJET */



.techno-button{
    /* width: 15%; */
    height: 30px;
    font: 20px Oswald;
    color:rgb(179, 127, 67);
    text-transform: uppercase;
    background-color: black;
    border: 2px solid rgb(179, 127, 67);
    border-radius: 15px;
    margin: 5px;
    z-index: 999;
}

.bg-project{
    background-image: url(../img/autre/bg_home1.jpg);
    background-size: 100% 100%;
    background-repeat: repeat;
    height: 100%;
    position: relative;
}

.bg-project .line{
    background-color: white;}

.bg-project .fa-folder-open{
    color: white;
}

.image{
    border-radius: 15px;
    height: 250px;
    object-fit: cover;}

.bg-project .row img{
    height: 245px;
}

.baseprojet{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid black;
    border-radius: 15px;
    object-fit: cover;
    flex-wrap: wrap;
}
.baseprojetVide{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #aa7423;
    border-radius: 15px;
    object-fit: cover;
    flex-wrap: wrap;
    background-color: black;;
}

.baseprojetVide  p{
    color: #aa7423;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.baseprojetVide  .sousP{
    font-size: 16px;
}

.bg-project .filter{
    background-color:#9198e549;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;}

.bg-project .filter img{
    width: 100%;}
.bg-project .filter img:hover{
    width: 120%;}

.bg-project .filter:hover{
    opacity:1;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(0, 0, 0) !important;
    background-clip: padding-box;
    border: 3px solid #aa7423 !important;
    border-radius: .3rem;
    outline: 0;
}

.modal-title {
    color:  #aa7423 !important;
    margin-bottom: 0;
    line-height: 1.5;}

.fa-times:before {
    color: #aa7423 !important;
    content: "\f00d";
}

.btn-success{
    color: rgb(0, 0, 0) !important;
    background-color: #aa7423 !important;
    border-color:  #aa7423 !important;
}

.carousel-item p{
    color: #ffffff;
}

.modal-dialog{
    padding-top: 6em;
}
