@media (max-width: 768px) {
	#ECHO-CMHo {
		font-size: 1.3rem !important;
	}
	
    #img-title img {
        height: 50px;
        width: auto;
        text-wrap: wrap;
    }

    #img-title span {
        color: rgb(123, 30, 30);
        font-size: 1rem;
        line-height: 1.75rem;
    }

    #img-lab img {
        width: 150px;
    }
	
	.card-body, .card-body * {
        font-size: 1.2rem !important;
    }
}

#titre {
	font-size: 1.5rem !important;
}

h5 {
	font-weight: 600 !important;
}

.card-body h5 {
	font-weight: 400 !important;
}


b {
	font-weight: 600 !important;	
}

#img-title img {
    height: 60px;
    width: auto;
}

#img-title span {
    color: rgb(123, 30, 30);
    font-size: 1.25rem;
    line-height: 1.75rem;
}

#img-lab img {
    width: 200px;
}

#content {
    border-right: 1px solid rgb(204, 204, 204);
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ---------------------- OVERRIDE ---------------------- */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
.bg-primary {
    background-color: rgb(175, 57, 181) !important;
}

.text-primary {
    color: rgb(175, 57, 181) !important;
}

.btn-primary {
    background-color: rgb(175, 57, 181) !important;
    border-color: rgb(175, 57, 181) !important;
}

.btn-primary:hover {
    background-color:rgb(143, 3, 110) !important;
    border-color: rgb(143, 3, 110) !important;
}

.btn-outline-primary {
    border-color: rgb(175, 57, 181) !important;
    color: rgb(175, 57, 181) !important;
}

ul {
    padding-left: 1rem !important;
}

#footer button:hover {
    color: #fff !important;
    background-color: rgb(175, 57, 181) !important;
    border-color: rgb(175, 57, 181) !important;
}

a {
    color: rgb(175, 57, 181) !important;
}

input {
    border: 2px solid rgb(175, 57, 181) !important;
}

input:checked {
    background-color: rgb(175, 57, 181) !important;
    border-color: rgb(175, 57, 181) !important;
}