.col_plugin_text{width: 100%;}
.col_plugin_text img {width: 100%;}

.btn-submit-editeur {
    border-radius: 10rem;
 
    border:1px solid #7a956f !important;
    color: #fff !important;
    font-size: 16px;
    border: 0px;
 
    padding: 6px 15px;
    margin: 20px 5px;
    background-color:#7a956f !important;
    background-image: linear-gradient(90deg, #2f2e2e 0%, #2f2e2e 50%, transparent 50%, transparent 100%);
    background-size: 200% auto;
    background-position: 100% 0%;
    transition: background-position 0.5s;
}
.btn-submit-editeur:hover{
    border:1px solid #7a956f !important;
    background-position: 0 0;
    color:#fff !important;
    transition: background-position 0.5s,color 0.3s linear 0.2s, background-color 0s linear 0.5s;
}
 
.custom-checkbox {
    text-align: left !important;
}

.custom-control-label {
    Font-size: 16px !important;
}
.custom-control-label a {
    color: #2f2e2e !important;
}

.text-info {
    color: 444 !important;
}
 
 
