@charset "utf-8";
/*************************************************
 * Description: Joomla Protostar custom CSS.
 * Autor: Jonathan Marchal (JMA)
 * Date : 25-JAN-2023
 *
 * Modifications:
 * When 		Who		Description
 * --------------------------------
 * 25-JAN-2023  JMA		Creation
 ************************************************/

/*************************************************
 * General formating
 ************************************************/
 /*a,
 a:hover {
 	text-decoration: none;
 } */

/* Header area */
/*
.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #434178;
    background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
*/