/*
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

/* ---------------------------------------------------------------
 * 1. GENERAL
 * Place your general theme styles in this section.
 * ------------------------------------------------------------ */




/* ---------------------------------------------------------------
 * 2. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 768px) {


}


/* ---------------------------------------------------------------
 * 3. MOBILE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 480px) {


}
/*Code fourni par le créateur du theme afin d'eviter l'ecrasement du css par des plugins*/
.row {
	margin: 0;
}

/*Parie supprimant les bordure du widget ayant les panneaux Actu, A la DSI...
#sidebar ul.ss-tabs {
    background: #fff;
    border: none;
    margin-top: 0;
}
#sidebar .ss-tabs li {
        background: #fff;
}
#sidebar .ss-tabs a {
    border: none;
    background: #fff;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    font-family: "Open Sans";
}
*/
.ui-widget-content {
    border: none !important;
    background: none;
    padding: 0;
    font-family: "Open Sans";
    font-size: 1em;
    line-height: 1.5;
}
