.m-top-profile{
    margin-top: 5.6rem !important;
}



#profil .m-content {
    padding-top: 160px;
}

#profil .content-display {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: center;
}


.mes-photos{
    margin-top: -0.5rem;
}

/* .profile-icon-right {
    float: right;
    border-radius: 12% !important;
    line-height: 7px !important;
} */



.masonry {
    margin: 0 auto;
}
.masonry .brick {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    height: 157px;
}

.masonry .brick2 {
    width: 66%;
}

.masonry .brick3 {
    height: 319px;
}

.brickk {
    padding: 15px;
    background: #242C4D;
    color: #ffffff;
    height: 345px;
    border-radius: 15px;
    width: 32.5%;
}

.events-add1 {
    background: #242C4D;
    width:100%;
    height: 320px;
    color: #FFF;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.masonry .brick img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
    width: 98.5%;
    height: 101%;
    border-radius: 15px;
    object-fit: cover;
}

#profil .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#profil .background-profil {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

#profil .photo-profil {
    text-align: center;
    padding-top: 12px;
    display: flex;
    justify-content: center;
}

.photo-profil-wrapper {
    margin-top: 13rem;
}



#profil .photo-profil img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin-top: 1%;
    object-fit: cover;
}

#profil .name-profil {
    color: #242C4D;
    font-size: 20px;
}

#profil .select2 {
    width: 100% !important;
}

#profil .modal .titre-parcurs {
    min-height: 64px !important;
}

/* .add-photo {
    cursor: pointer;
    padding-right: 15px;
    position: relative;
    top: 23rem;
} */

.add-photo1 {
    cursor: pointer;
    position: relative;
    top: -32px;
    left: 8rem;
}

.add-photo2 {
    cursor: pointer;
    position: relative;
    top:6px;
    left:0;
}

.add-photo3 {
    cursor: pointer;
    position: relative;
    bottom: 10px;
    right:25px;
    color: #ffffff;
}

.label-file:hover {
    color: #384ad7;
}

.input-file {
    display: none;
}

.edit-user {
    position: relative;
    top: -65px;
}

.background-profil{
    position: relative;
}

.edit-background {
    position: absolute;
    right:0;
    bottom: -43px;
}

#parametres .m-content {
    padding-top: 160px;
}

#profil .progress-bar {
    background-color: #F4516C !important;
    border-radius: 23px;
}

#profil .btn-primary {
    color: #242C4D !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

#profil .btn-primary:hover {
    color: #fff;
    background-color: #F4516C !important;
    border-color: #F4516C !important;
}

.m-dropzone.m-dropzone--success {
    border-color: #242C4D !important;
}

#profil .noUi-target.m-nouislider.m-nouislider--handle-danger .noUi-handle {
    background: #242C4D !important;
}


/* mes évènements */

button #m_sweetalert_demo_8 {
    color: #999 !important;
}

.btn .btn-xs {
    color: #999 !important;
}


/* .tag_list_wrapper {
    border: 1px solid rgb(244, 81, 108);
} */

.tag_list {
    display: inline-block;
    vertical-align: top;
    background: rgb(35, 44, 77);
    border-radius: 7px;
    margin: 0px;
    padding: 5px 25px 5px 10px;
    border: 1px solid #d6d6d6;
    position: relative;
    color: #fff;
}

.tag_list.hideSpan {
    padding: 5px 10px 5px 10px;
}

.list2 {
    background: rgb(244, 81, 108);
}

.list3 {
    background: rgb(244, 81, 108);
}

.list4 {
    background: rgb(244, 81, 108);
}

.list5 {
    background: rgb(244, 81, 108);
}

.list6 {
    background: rgb(35, 44, 77);
}

.list7 {
    background: rgb(244, 81, 108);
}

.tag_list.tag_list_hide {
    display: none;
}

.tag_list span {
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
}

.add-photo {
    cursor: pointer;
    padding: 5px;
}

.modal-pl {
    font-size:20px;
    font-weight:500;
    padding: 1rem;
    cursor: pointer;
}

.profile-color-white{
    color:#fff !important;
}

i.fas.fa-camera.fa-2x.my-camera-one {
    color: #242C4D !important;
}

i.fas.fa-camera.fa-2x.my-camera-two {
    color: #242C4D !important;
}




.SaveProfil textarea::placeholder {
    color:#F4516C !important;
  }


@media (max-width: 767px) and (min-width: 320px) {

    .m-top-profile {
        margin-top: 1rem !important;
    }

    i.fas.fa-camera.fa-2x.my-camera-one {
        color: #242C4D !important;
    }

    i.fas.fa-camera.fa-2x.my-camera-two {
        color: #ffffff !important;
    }

    #profil .name-profil {
        color: #ffffff;
    }

    #profil .photo-profil img {
        margin-top: -11%;
    }

    .add-photo {
        cursor: pointer;
        padding-right: 15px;
        position: relative;
        top: 25rem;
    }

    .photo-profil-wrapper {
        margin-top: 5rem;
    }
    .edit-background {
        top: 0px;
    }

}