/*
Theme Name: Cholat - Intranet
*/

@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400|Roboto:300,300i,600,700");
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    /* 1 */
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    /* 1 */
    font-size: 1em;
    font-family: monospace, monospace;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    /* 1 */
    font-size: 1em;
    font-family: monospace, monospace;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    margin: 0;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    font-family: sans-serif;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    /* 2 */
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 1 */
    color: inherit;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

.imgload.abs,
.loader:after,
.docs-item.img div:after,
.folder-item span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#cal .ui-datepicker-calendar td.on:hover .cal-list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s linear 0s;
    transition: opacity .3s, visibility .3s linear 0s;
}

.cal-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility 0s linear .3s;
    transition: opacity .3s, visibility 0s linear .3s;
}

.content {
    line-height: 1.5em;
}

.content b,
.content strong {
    font-weight: 700;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content iframe {
    display: block;
    margin: .5em auto;
    width: 100%;
    max-width: 37.5rem;
}

.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content p:first-child {
    margin-top: 0;
}

.content a {
    color: #da0013;
    text-decoration: underline;
}

.content a:hover {
    color: #2e2e2e;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright,
img.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    margin-bottom: 1.5em;
    padding-top: .5em;
    text-align: center;
}

.wp-caption img {
    margin: 0;
    border: none;
    width: auto;
    max-width: 98.5%;
    height: auto;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    font-size: .8em;
    line-height: 1.5;
}

blockquote.left {
    float: left;
    margin-right: 1em;
    margin-left: 0;
    width: 33%;
    text-align: right;
}

blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 1em;
    width: 33%;
    text-align: left;
}

#ie {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    display: table;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #000;
    background-color: #FFF;
}

#ie div {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
}

#ie p {
    display: inline-block;
    max-width: 960px;
    padding: 0 1em;
    line-height: normal;
}

#ie a {
    text-decoration: underline;
}

#ie img {
    max-width: 320px;
}

.imgload {
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgload>img {
    display: none;
}

.imgload.on {
    opacity: 1;
}

.loader {
    position: relative;
}

.loader:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    margin-top: -2rem;
    margin-left: -2rem;
    border: 5px solid #bfbebe;
    border-top: 5px solid #727272;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader:after {
    content: '';
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    background-color: #FFF;
}

.loader.load:before,
.loader.load:after {
    opacity: .8;
    visibility: visible;
    -webkit-transition: opacity .5s, visibility .5s linear 0s;
    transition: opacity .5s, visibility .5s linear 0s;
}

a {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: inherit;
    text-decoration: none;
}

svg,
img {
    vertical-align: middle;
}

svg {
    -webkit-transition: fill .3s;
    transition: fill .3s;
    fill: currentColor;
}

.btn {
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    border: none;
    padding: .75em 2em;
    font-size: .8em;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background-color: #2e2e2e;
}

.content .btn {
    color: #FFF;
    text-decoration: none;
}

.btn:hover {
    color: #727272;
    background-color: #d6d6d6;
}

.btn-wh {
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    background-color: #FFF;
}

.btn-wh:hover {
    color: #FFF;
    background-color: #2e2e2e;
}

.btn-cl {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 2rem;
    height: 2rem;
    background-color: #da0013;
}

.btn-cl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border: 2px solid #FFF;
    border-radius: 2px;
    width: 0.8125rem;
    height: 0.8125rem;
}

.btn-cl:after {
    content: '×';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: color .3s;
    transition: color .3s;
    font-weight: 700;
    color: #FFF;
}

_:-moz-tree-row(hover),
.btn-cl:after {
    margin-top: -1px;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.btn-cl:after {
    margin-top: -1px;
}

.btn-cl:hover {
    background-color: #2e2e2e;
}

.btn-ico {
    position: relative;
    display: block;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    width: 2em;
    height: 2em;
    color: #FFF;
    background-color: #2e2e2e;
}

.btn-ico:hover {
    color: #727272;
    background-color: #d6d6d6;
}

.btn-ico svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 1.25em;
    height: 1.25em;
}

.h1,
h1,
.h2,
h2 {
    margin: 0 0 1em;
    font-size: 2.5em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.h1,
h1 {
    color: #2e2e2e;
}

.h2,
h2 {
    font-size: 1.9em;
}

.h3,
h3 {
    margin: .25rem 0;
    font-size: 1em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.h4 {
    display: block;
    margin: 1em 0 .25em;
    text-transform: uppercase;
    color: #2e2e2e;
}

.cats {
    font-size: .7em;
    font-weight: 600;
    text-transform: uppercase;
    color: #da0013;
}

.cats svg {
    margin-top: -2px;
    width: 0.75rem;
    height: 0.75rem;
}

.no {
    display: block;
    padding: 1.5em 1em;
    text-align: center;
}

button,
input[type=text],
input[type=email],
input[type=password],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.form input[type=text],
.form input[type=email],
.form input[type=password],
.form textarea {
    display: block;
    margin: 1rem 0;
    border: 1px solid #727272;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .5rem 1rem;
    font-size: .8em;
    font-family: "Roboto", sans-serif;
    background-color: #f5f1ed;
}

.form textarea {
    max-width: 100%;
    max-height: 10rem;
    padding: 1rem;
    min-height: 6rem;
    min-width: 100%;
}

.form .h3 {
    display: block;
}

.form button {
    cursor: pointer;
}

.form+.form {
    margin-top: 3em;
}

.msg {
    display: block;
    margin-bottom: 1.5em;
    font-weight: 700;
}

.msg-err {
    color: #da0013;
}

.wrap {
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 58.875rem;
    padding: 0 1rem;
}

.popin {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 2em;
    background-color: #FFF;
    min-height: 100%;
}

.popin-wrap {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(114, 114, 114, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.popin-wrap.on {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    -webkit-transition: opacity .5s, visibility .5s linear 0s;
    transition: opacity .5s, visibility .5s linear 0s;
}

.popin-wrap.on .popin {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.popin:before {
    top: 50vh;
}

.popin.load:after {
    opacity: 1;
}

@media screen and (min-width: 64em) {
    .popin {
        max-width: 36.875em;
    }
}

@media screen and (max-width: 63.9375em) {
    .popin {
        left: 0;
        max-width: none;
        padding: 2em 1em;
    }
}

.popin-side {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
    background: url(img/bg-actu.jpg) #feed00;
}

.popin-events .popin-side {
    background: url(img/bg-event.jpg) #f8b149;
}

.popin-projets .popin-side {
    background: url(img/bg-projet.jpg) #cb4b24;
}

.popin-docs .popin-side {
    background: url(img/bg-doc.jpg) #f3ece4 15px 10px;
}

.popin-trombi .popin-side {
    background: url(img/bg-head.jpg) #f5f0ea;
}

.popin-in {
    padding: 3em 4em 2em 2em;
}

.popin .btn-cl {
    z-index: 3;
}

@media screen and (max-width: 31.1875em) {
    .popin-in {
        padding: 0 1.5em 1em 0;
    }
    .popin .wrap {
        padding: 0;
    }
    .popin .single-head {
        padding-right: .5em;
    }
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #727272;
    background-color: #f5f1ed;
}

body.off {
    overflow: hidden;
}

@media screen and (min-width: 64em) {
    body.off {
        padding-right: 17px;
    }
}

#main {
    position: relative;
    padding-bottom: 3em;
}

#header {
    position: relative;
    z-index: 2;
    margin-bottom: 4em;
    -webkit-box-shadow: 0 0 3em rgba(114, 114, 114, 0.3);
    box-shadow: 0 0 3em rgba(114, 114, 114, 0.3);
    background-color: #FFF;
}

@media screen and (max-width: 64em) {
    #header {
        z-index: 3;
    }
}

@media screen and (max-width: 63.9375em) {
    #header {
        z-index: 4;
    }
}

#header-top {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

@media screen and (max-width: 47.9375em) {
    #header-top {
        padding: 1em;
    }
}

#header-search {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 20em;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

#header-search:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #727272;
}

#header-search input {
    border: none;
    width: calc(100% - 22px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#header-search button {
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

#header-search button:hover svg {
    fill: #2e2e2e;
}

#header-search svg {
    margin-right: .25em;
    width: 1.125em;
    height: 1.125em;
    color: #727272;
}

#header-menu {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

#header-menu a {
    margin-left: 1em;
}

#header-menu a:hover svg {
    fill: #2e2e2e;
}

#header-menu a#admin_link {
    transition: background .3s;
    border-radius: 5px;
    padding: 5px 10px;
    background: #727272;
    font-size: .8em;
    font-weight: bold;
    color: #fff;
}

#header-menu a#admin_link:hover {
    background: #2e2e2e;
}

#header-menu svg {
    width: 1.25em;
    height: 1.25em;
}

#header-main {
    padding: 2em 1em;
    background: url(img/bg-head.jpg) #f5f0ea;
    text-align: center;
}

#header-logo {
    margin: 0;
}

#header-logo a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#header-logo a:hover {
    opacity: .6;
}

#header-logo img {
    max-width: 100%;
}

.home {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 71.875rem;
    padding: 0 7.5em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

@media screen and (min-width: 48.0625em) and (max-width: 72.875em) {
    .home {
        max-width: 65.375rem;
        padding-right: 1em;
    }
}

@media screen and (max-width: 48em) {
    .home {
        display: block;
        padding-right: 1em;
    }
}

@media screen and (max-width: 31.1875em) {
    .home {
        padding-top: 4em;
        padding-left: 1em;
    }
}

@media screen and (min-width: 48.0625em) {
    .home .col {
        max-width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .home .col:nth-child(n+2) {
        margin-left: 2em;
    }
}

@media screen and (max-width: 48em) {
    .home .col {
        max-width: 31.875em;
    }
    .home .col:nth-child(n+2) {
        margin-top: 2em;
    }
}

.home-aside {
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -6em;
    border-right: 1px solid #FFF;
    padding: 0 1em;
    text-align: center;
}

.home-aside span {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin: 0 auto 1em;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.home-aside img {
    max-width: 1.75rem;
    max-height: 1.75rem;
}

.home-aside a {
    display: inline-block;
    margin-bottom: 2em;
    font-size: .8em;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.home-aside a:hover span {
    background-color: #2e2e2e;
}

@media screen and (max-width: 31.1875em) {
    .home-aside {
        top: -3em;
        right: 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        border-right: none;
        border-bottom: 1px solid #FFF;
        padding: 0 0 1em 1em;
    }
    .home-aside a {
        margin-bottom: 0;
    }
    .home-aside a:nth-child(n+2) {
        margin-left: 2em;
    }
}

.home-posts+.home-posts {
    margin-top: 4em;
}

.home-head {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em;
    background: url(img/bg-actu.jpg) #feed00;
    color: #9a8100;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.home-head:before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 5px;
    height: 3.375em;
    background-color: currentColor;
}

.home-head span {
    margin-right: 1em;
    border-radius: 50%;
    width: 3.375em;
    height: 3.375em;
    line-height: 3.375em;
    text-align: center;
    background-color: #FFF;
    min-width: 3.375em;
}

.home-head h2 {
    margin: 0;
}

@media screen and (max-width: 31.1875em) {
    .home-head h2 {
        font-size: 1.8em;
    }
}

.home-header {
    -webkit-box-shadow: 0 10px 30px rgba(114, 114, 114, 0.3);
    box-shadow: 0 10px 30px rgba(114, 114, 114, 0.3);
}

.home-top {
    padding: 1.5em;
    background-color: #FFF;
}

@media screen and (max-width: 31.1875em) {
    .home-top {
        padding: 1em;
    }
}

.home-top-head {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media screen and (max-width: 31.1875em) {
    .home-top-head {
        padding-left: 2em;
    }
}

.home-top img,
.home-top .prio {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.875em;
    height: 1.875em;
}

@media screen and (max-width: 31.1875em) {
    .home-top img,
    .home-top .prio {
        left: -.5em;
    }
}

.home-top h3 {
    color: #2e2e2e;
}

.home-top h3 a:hover {
    color: #727272;
}

.home-top .content {
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: .85em;
}

@media screen and (max-width: 31.1875em) {
    .home-top .content {
        padding-left: 2rem;
    }
}

.home-top .content strong {
    color: #2e2e2e;
}

.home-list {
    margin-top: 1em;
    padding-top: .5em;
    background-color: #FFF;
}

.home-list-top {
    position: relative;
    border-bottom: 1px solid #727272;
    padding: 0 1em;
    min-height: 2.25em;
}

.home-list-wrap {
    padding-top: .5em;
}

.home-list-foot {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .5em;
    color: #727272;
    background-color: #d6d6d6;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.home-list-foot a {
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: .5em;
    font-size: .7em;
    text-transform: uppercase;
}

.home-list-foot a:hover {
    background-color: #2e2e2e;
}

.home-list-foot a:hover svg {
    fill: #d6d6d6;
}

.home-list-foot a svg {
    margin-top: -2px;
    width: 1.125rem;
    height: 1.125rem;
}

.home-cats {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-right: 1.8125em;
}

.home-cats a {
    position: relative;
    float: left;
    display: block;
    margin-right: .5rem;
    height: 100%;
    padding: .75rem 0;
    font-size: .75em;
    text-transform: uppercase;
}

.home-cats a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    height: 4px;
    background-color: #da0013;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.home-cats a:last-child {
    margin-right: 0;
}

.home-cats a:hover:after {
    -webkit-transform: none;
    transform: none;
}

.home-cats a.on {
    color: #da0013;
}

.home-cats a.on:after {
    -webkit-transform: none;
    transform: none;
}

.home-search {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: background-color .3s, z-index 0s .3s;
    transition: background-color .3s, z-index 0s .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: .5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}

.home-search input {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: width 0s .3s, -webkit-transform .3s;
    transition: width 0s .3s, -webkit-transform .3s;
    transition: transform .3s, width 0s .3s;
    transition: transform .3s, width 0s .3s, -webkit-transform .3s;
    border: none;
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-search button {
    -webkit-transition: margin-right .3s;
    transition: margin-right .3s;
    margin-right: 0;
    border: none;
    width: 2.3125em;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.home-search button:hover svg {
    fill: #2e2e2e;
}

.home-search svg {
    margin-right: .25em;
    width: 1.125em;
    height: 1.125em;
    color: #727272;
}

.home-search .btn-cl {
    top: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: -1.15625em;
    width: 2.3125em;
    height: 2.3125em;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-search.on {
    z-index: 2;
    -webkit-transition: background-color .3s, z-index .3s;
    transition: background-color .3s, z-index .3s;
    background-color: white;
}

.home-search.on input {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
}

.home-search.on button {
    margin-right: 2.8125em;
}

.home-search.on .btn-cl,
.home-search.on input {
    -webkit-transform: none;
    transform: none;
}

.home-item {
    padding: .5rem 1rem;
    font-size: .9em;
}

.home-item a {
    display: block;
}

.home-item a h3 {
    -webkit-transition: color .3s;
    transition: color .3s;
}

.home-item a:hover h3 {
    color: #2e2e2e;
}

.home-pagin {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5em;
    padding: 0 .5em;
    color: #727272;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-color: #d6d6d6;
}

.home-events .home-pagin {
    border-bottom: 1px solid #FFF;
}

.home-pagin a {
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 1.75em;
    height: 1.75em;
}

.home-pagin a:hover {
    background-color: #2e2e2e;
}

.home-pagin a:hover svg {
    fill: #d6d6d6;
}

.home-pagin a.off {
    background-color: #d6d6d6;
}

.home-pagin a.off svg {
    fill: #8c8b8b;
}

.home-pagin svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 1.125em;
    height: 1.125em;
}

.home-pagin span {
    margin-left: auto;
    font-size: .7em;
}

.home-events .home-head {
    background: url(img/bg-event.jpg) #f8b149;
    color: #e05c1c;
}

.home-projets .home-head {
    background: url(img/bg-projet.jpg) #cb4b24;
    color: #6a1415;
}

.home-projets .home-item {
    position: relative;
    padding-left: 3rem;
}

.home-projets .home-item .prio {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}

.single {
    margin: 0 auto;
    width: 100%;
    max-width: 60rem;
}

.single-img {
    margin-bottom: 2em;
    max-width: 100%;
}

.single-head {
    padding-left: 2.5em;
}

.single-head h1 {
    position: relative;
}

.single-head h1 img {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.875rem;
    height: 1.875rem;
}

@media screen and (max-width: 31.1875em) {
    .single-head h1 {
        font-size: 1.5em;
    }
}

.single .content {
    padding-bottom: 2rem;
}

@media screen and (min-width: 31.25em) {
    .single .content {
        padding: 0 1rem 2rem 2.5rem;
    }
}

.single .content+.content {
    border-top: 1px solid #d6d6d6;
    padding-top: 1em;
}

.single .content .doc {
    display: table;
    margin-bottom: 1em;
    color: #727272;
    text-decoration: none;
}

.single .content .doc svg {
    margin-right: .5em;
    width: 1.25em;
    height: 1.25em;
}

.single .content .doc:hover {
    color: #da0013;
}

.single-nav {
    position: absolute;
    z-index: 4;
    top: 2em;
    right: 0;
    padding-top: 2px;
    background-color: #FFF;
}

#main>.single {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
}

#main>.single .single-nav {
    top: -4em;
    padding: 0;
}

#main>.single .single-nav a {
    float: right;
}

#main>.single .single-nav a+a {
    float: left;
    margin-right: 2px;
}

.single .prio {
    margin-right: .5em;
    width: 1.5em;
    height: 1.5em;
}

.comm {
    margin: 1em 0;
    width: 90%;
}

.comms {
    border-top: 1px solid #d6d6d6;
    padding-top: 2em;
}

.comms .h3 {
    color: #2e2e2e;
}

.comm-list.off {
    display: none;
}

@media screen and (min-width: 31.25em) {
    .comm-list>.h3 {
        padding-left: 2.5rem;
    }
}

.comm-list-in {
    margin: 2em 0;
}

.comm-form .h3 {
    display: block;
    margin-bottom: .5rem;
    font-size: .8em;
}

@media screen and (min-width: 31.25em) {
    .comm-form .h3 {
        padding-left: 2.5rem;
    }
}

.comm-form .h3.comm-rep {
    display: none;
}

.comm-form input[type=file] {
    display: block;
    margin: 1rem 0;
    border: 1px solid #727272;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .25rem;
}

.comm-form .btn {
    margin-left: 2.5rem;
}

.comm-depth {
    margin-left: auto;
}

.comm-file {
    display: inline-block;
    margin-bottom: 1em;
    font-size: .9em;
    text-decoration: underline;
}

.comm .h3 {
    display: block;
    margin-bottom: 0;
    font-size: .9em;
}

.comm .cats {
    font-size: .65em;
}

.comm p {
    font-size: .85em;
}

.comm .btn {
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.comm-img img {
    overflow: hidden;
    border-radius: 50%;
    width: 3.125rem;
}

@media screen and (min-width: 31.25em) {
    .comm {
        -webkit-align-items: top;
        align-items: top;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
    }
    .comm-in {
        margin: 0 1em 0 1.5em;
    }
}

@media screen and (max-width: 31.25em) {
    .comm {
        margin-bottom: 1.5em;
    }
    .comm-in {
        padding: 1em 0 .5em;
    }
    .comm-img {
        position: absolute;
    }
    .comm-img+.comm-in .h3,
    .comm-img+.comm-in .cats {
        margin-left: 4.125rem;
    }
    .comm-ct {
        margin-top: 1rem;
    }
}

.page .cats {
    display: inline-block;
    margin-bottom: .5em;
}

.page .cats:hover {
    color: #2e2e2e;
}

.page .form {
    max-width: 25em;
}

.page hr {
    display: block;
    margin: 2.5em 0;
    border: none;
    height: 1px;
    background-color: #da0013;
}

.home-cal {
    display: none;
}

#cal {
    margin: 0 auto;
    max-width: 25rem;
    font-weight: 700;
    color: #2e2e2e;
}

#cal .ui-datepicker-header {
    position: relative;
    line-height: 2.5rem;
    text-align: center;
}

#cal .ui-datepicker-header>a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    text-indent: -9999px;
}

#cal .ui-datepicker-header>a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: rotate(135deg) translateZ(0);
    transform: rotate(135deg) translateZ(0);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    margin-top: -6px;
    margin-left: -6px;
    border: solid #2e2e2e;
    padding: 3px;
    border-width: 0 3px 3px 0;
}

#cal .ui-datepicker-header>a:hover:after {
    border-color: #da0013;
}

#cal .ui-datepicker-header>a.ui-datepicker-next {
    left: auto;
    right: 0;
}

#cal .ui-datepicker-header>a.ui-datepicker-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cal .ui-datepicker-month {
    text-transform: capitalize;
}

#cal .ui-datepicker-calendar {
    width: 100%;
    font-size: .9em;
}

#cal .ui-datepicker-calendar td,
#cal .ui-datepicker-calendar th {
    height: 2.5rem;
}

#cal .ui-datepicker-calendar td>a,
#cal .ui-datepicker-calendar td>span,
#cal .ui-datepicker-calendar th>a,
#cal .ui-datepicker-calendar th>span {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    cursor: default;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

#cal .ui-datepicker-calendar td {
    position: relative;
}

#cal .ui-datepicker-calendar td.on>a {
    color: #e05c1c;
}

#cal .ui-datepicker-calendar td.on:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 50%;
    width: 80%;
    padding-bottom: 80%;
    background-color: #e05c1c;
}

#cal .ui-datepicker-calendar td.on:hover>a {
    color: #FFF;
}

#cal .ui-datepicker-calendar td.on:hover:before {
    opacity: 1;
}

.cal-list {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #e05c1c;
    width: 12.5rem;
    color: #727272;
    background-color: #FFF;
}

.cal-list:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    display: inline-block;
    -webkit-transform: rotate(-135deg) translateZ(0);
    transform: rotate(-135deg) translateZ(0);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    margin-left: -9px;
    border: solid #e05c1c;
    padding: 7px;
    background-color: #FFF;
    border-width: 0 1px 1px 0;
}

@media screen and (max-width: 37.5em) {
    td:first-child .cal-list,
    td:nth-child(2) .cal-list {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    td:first-child .cal-list:before,
    td:nth-child(2) .cal-list:before {
        left: 0;
        margin-left: 9px;
    }
    td:last-child .cal-list,
    td:nth-last-child(2) .cal-list {
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    td:last-child .cal-list:before,
    td:nth-last-child(2) .cal-list:before {
        left: auto;
        right: 0;
        margin-right: 9px;
    }
}

.btn-back:hover {
    color: #2e2e2e;
}

.trombi-list-wrap {
    overflow: hidden;
    margin-top: 3em;
    padding-left: 1em;
}

.trombi-img {
    border-radius: 50%;
    width: 4.625em;
    height: 4.625em;
    background-color: #d6d6d6;
    background-size: cover;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.trombi-item {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .trombi-item {
        width: 50%;
        padding-left: 1em;
    }
    .trombi-item:nth-child(2n+1) {
        clear: left;
        padding-right: 1em;
        padding-left: 0;
    }
}

.trombi-item .comm-img {
    width: 4.625em;
    max-height: 4.625em;
}

.trombi-item h2,
.trombi-item strong {
    display: block;
    font-size: .8em;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.trombi-item h2,
.trombi-item h3 {
    margin: 1em 0 .25em;
    font-weight: 700;
    color: #2e2e2e;
}

.trombi-item h3 {
    margin: 0;
    font-size: .8em;
    text-transform: none;
}

.trombi-item strong {
    font-weight: 400;
}

.trombi-item p {
    font-size: .8em;
}

.trombi-in {
    margin-left: 2.5em;
}

@media screen and (max-width: 47.9375em) {
    .trombi-in {
        margin-left: 1em;
    }
}

@media screen and (min-width: 64em) {
    .popin-trombi .popin,
    .popin-docs .popin {
        max-width: 58.75em;
    }
}

.docs-list-wrap {
    padding-top: 1em;
}

.docs-list-wrap .h3 {
    margin: 2em 0 1.5em;
    color: #2e2e2e;
}

.docs-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.docs-item {
    margin-right: 3%;
    margin-bottom: 1.5em;
    width: 13.66%;
}

@media screen and (max-width: 63.9375em) {
    .docs-item {
        margin-right: 1.5%;
        width: 18.5%;
    }
}

@media screen and (max-width: 47.9375em) {
    .docs-item {
        margin-right: 2%;
        width: 23%;
    }
}

@media screen and (max-width: 31.1875em) {
    .docs-item {
        margin-right: 2%;
        width: 47%;
    }
}

.docs-item div {
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #727272;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.docs-item.img div {
    border: none;
    background-size: cover;
}

.docs-item.img div:after {
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: #d6d6d6;
}

.docs-item span {
    display: block;
    overflow: hidden;
    margin-top: 1em;
    font-size: .7em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.docs-item:hover div {
    background-color: #d6d6d6;
}

.docs-item:hover.img div:after {
    opacity: .5;
}

.folder-item {
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin-right: 3%;
    margin-bottom: 1.5em;
    width: 13.66%;
}

@media screen and (max-width: 63.9375em) {
    .folder-item {
        margin-right: 1.5%;
        width: 18.5%;
    }
}

@media screen and (max-width: 47.9375em) {
    .folder-item {
        margin-right: 2%;
        width: 23%;
    }
}

@media screen and (max-width: 31.1875em) {
    .folder-item {
        margin-right: 2%;
        width: 47%;
    }
}

.folder-item div {
    position: relative;
    border: 1px solid #727272;
    height: 0;
    padding-bottom: 100%;
}

.folder-item span {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    font-size: .8em;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.folder-item:hover {
    background-color: #d6d6d6;
}

.home-list-top .folders {
    position: relative;
    z-index: 2;
    margin-right: 1.8125rem;
    font-size: .75em;
    line-height: 2.25rem;
    text-transform: uppercase;
}

.home-list-top .folders a,
.home-list-top .folders span {
    margin: 0 .5em;
    white-space: nowrap;
}

.home-list-top .folders a:hover {
    color: #da0013;
}

.home-list-top .folders span {
    color: #da0013;
}

.search-list .h3 {
    margin-top: 2em;
    color: #2e2e2e;
}

.search-item {
    display: table;
    margin-top: .5em;
}

.search-item:hover {
    color: #da0013;
}
