/*
Theme Name: DRASI HdF
Theme URI: https://presscustomizr.com/customizr
Description: Theme enfant de Customizr
Author: DRASI/DSRU/PRQP
Author URI: https://daip.site.ac-lille.fr
Version: 1.17
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
Text Domain: customizr
Template: customizr
Domain Path: /inc/lang
Copyright: (c) 2013 - 2020 Nicolas GUILLAUME (nikeo), Nice, France
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
Note for developers : If you write your CSS code below, it will be deleted on theme update.
If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will be persisted on theme update.
To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*/

/**************** CSS DSI-DAIP *********************/
.footer-skin-dark .footer__wrapper {
    color: #fff;
    border-top: 1px solid transparent;
    background: #7d4d98;
}
.colophon__row .footer__credits .czr-credits {
    font-size: 0rem;
    margin-top: 0rem;
}
.footer__wrapper .colophon__row {
    padding-top: .1em;
    padding-bottom: .1em;
    font-size: 1.2em;
}
.footer-skin-dark .footer__wrapper a {
    color: white;
}
input, select, textarea {
    display:inline;
    line-height: initial;
    padding: 7.5px 15px 7.5px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #eceeef;
    border-radius: 2px;
    max-width: 100%;
    font: inherit;
    font-weight: inherit;
    font-weight: 400;
}
.primary-navbar__wrapper.has-branding-aside .branding__container {
    max-width: 90%;
}
.primary-navbar__wrapper .col {
    max-width: 10%;
}
#tc-sn .side-nav__nav .side-nav__menu-wrapper .side-nav__menu {
    width: 100%;
    font-size: 0.75em;
}
.vertical-nav.mobile-nav__menu {
    margin: 0 -12.5px;
    font-size: 0.75em;
}
.nav__menu {
    font-size: 1em;
}
.branding .navbar-brand {
    font-size: 2em;
}
.tc-header.border-top {
    border-top-width: 15px;
}
.colophon__row .footer__credits {
        line-height: 0.2em;
}
#cancel-comment-reply-link, .action-link, .bold, .btn-large, .comment-reply-link, .dropdown-menu.czr-dropdown-menu .nav__link, .entry-link, .grid-container__classic .format-link .tc-grid-caption .entry-summary, .nav__menu, .pingback-list li.pingback .excerpt, .pingback-list li.pingback sup, .post-author .post-author__wrapper .post-author-title, .widget_calendar caption, .widget_calendar tfoot, .widget_recent_comments li, blockquote {
    font-weight: 200;
}