/*Profile Card 5*/
.profile-card-5{
    margin-top:20px;
}
.profile-card-5 .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card-5 .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card-5 h5{
    color:#4E5E30;
    font-weight:600;
}
.profile-card-5 p{
    font-size:14px;
    font-weight:300;
}
.profile-card-5 .btn-primary{
    background-color:#4E5E30;
    border-color:#4E5E30;
}
/*2emem crach test*/
/*CARD de l'accueil*/

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}
/*SIDEBAR*/

#button {
    display: flex;
    position: absolute;
    top: 48px;
}
/*Mise en forme sidebar*/

#selCat{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#btnCat{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*Fin Mise en forme*/
button.btn.btn-outline-success.my-2.my-sm-0 {
    display: block;
    position: inherit;
    top: 23px;
    right: -25px;
}
img.insect {
    display: block;
    position: absolute;
    top: 30em;
}
@media screen and (max-width: 1400px){
    /*top: 12em;*/
}
@media screen and (max-width: 990px){
    img.insect {
        display: none;
    }
}

@media screen and (max-width: 990px){
    button.btn.btn-outline-success.my-2.my-sm-0{
        display: block;
        position: relative;
        top: 0px;
        right:0px;
    }
}

