*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #222;
    font-size: 62.5%;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}










/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*
VERT: 58aa1e
ORANGE: f39c3d
ROUGE-ORANGE:dd562c
font-family: 'Squada One', cursive;
font-family: 'Open Sans', sans-serif;
*/

.spip-admin-float,
.mobile {
    display: none;
}

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

.flex.aleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vert {
    color: #58aa1e !important;
}

.bg-vert {
    background-color: #58aa1e !important;
}

.orange {
    color: #f39c3d !important;
}

.bg-orange {
    background-color: #f39c3d !important;
}

.rouge-orange {
    color: #dd562c !important;
}

.majuscule {
    text-transform: uppercase;
}

.titre {
    font-family: 'Squada One', cursive;
    font-size: 6rem;
    margin: 2rem 0;
}

.oblique {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    display: inline-block;
}

.ease {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.reset-padding {
    padding: 0 !important;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    letter-spacing: -0.05rem
}

[class*=bg-body--] {
    position: fixed;
    top: 0;
    height: 100%;
    width: 50px;
    background-position: 0 0;
    background-repeat: repeat-y;
    z-index: -1;
}

.bg-body--left {
    background-image: url(../img/body-bg-left.png);
    left: 0;
    background-position: -5px 350px;
}

.bg-body--right {
    background-image: url(../img/body-bg-right.png);
    background-position: 10px 0;
    right: 0;
}

.main {
    width: 100%;
    max-width: calc(1600px - (5rem * 2));
    margin: 2rem auto;
    padding: 0 5rem;
}

.header-group {
    margin: 1rem;
    max-height: 600px
}

.header-group .col--left {
    width: calc(100% / 3);
    position: relative;
    background-image: url(../img/route-gif-animation.gif);
    background-repeat: no-repeat;
    background-position: center -125px;
}

body.page_rubrique .header-group .col--left {
    background-position: center -58px;
}

.header-group .col--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: calc(1rem/2);
    min-width: 50%
}

.header-group--presentation {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.header-group--presentation p {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}



.header-group--social,
.header-group--language {
    position: absolute;
    right: -5px;
    top: 0;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-group--language {
    top: 55px;
}

.header-group--language a {
    display: block;
    text-align: center;
    font-family: 'Squada One', cursive;
    text-decoration: none;
    color: #000;
    font-size: 2.5rem;
    margin: .15rem;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.header-group--language a:hover,
.header-group--language a.on {
    color: #58aa1e;
}

.header-group--navigation.stick {
    position: fixed;
    width: 100%;
    max-width: calc(1600px - (11rem * 2));
    top: 0;
    left: 50%;
    z-index: 999999;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-group--navigation-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 999999;
}

.header-group--navigation-wrapper>div {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-group--navigation-wrapper a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #f39c3d;
    font-family: 'Squada One', cursive;
    font-size: 2rem;
    line-height: 1;
    padding: 1rem 0;
    height: 60px;
    position: relative;
}

.header-group--navigation-wrapper>div>a>span {
    position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-group--navigation-wrapper a:hover,
.header-group--navigation-wrapper a.on {
    background-color: #dd562c;
}

.header-group--sous-navigation {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 6;
    width: auto;
    min-width: 100%
}

.header-group--sous-navigation a {
    height: auto;
    text-align: left;
    white-space: nowrap;
}

.header-group--sous-navigation>a>span {
    display: block;
    line-height: 1;
    padding: .5rem 2rem;
}

.header-group--slideshow--wrapper {
    height: 500px;
    background-color: #ccc;
}

.section-group--block {
    width: calc(100% / 3 - 2.05rem);
    height: 350px;
    background-color: #e6e6e6;
    margin: 1rem 1rem;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
    overflow: hidden;
}

.section-group--block h2,
.section-group--block .swiper-slide,
.section-group--block--news-wrapper, .section-group--block--news a {
    width: 90%;
    margin: 0 auto;
}

.section-group--block>* {
    width: 100%;
}

.section-group--block p a {
    color: #58aa1e;
}

.section-group--block p a:hover {
    text-decoration: none;
}

.section-group--block>p {
    margin-bottom: 1rem;
}

.section-group--block h2 {
    color: #fff;
    border-bottom: 1px solid white;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

a.section-group--bouton {
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.35rem;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem auto;
}

a.section-group--bouton:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    outline: black solid 1px;
    -webkit-transform: scale(.97, .80);
    transform: scale(.97, .80);
}

a.section-group--bouton.vert:after {
    outline-color: #58aa1e
}

a.section-group--bouton.orange:after {
    outline-color: #f39c3d
}

.section-group--calendrier-list,
.section-group--mototour-list {
    margin: 1rem 0;
    max-height: calc(220px - 2rem);
    overflow: hidden;
}

.section-group--calendrier-list .swiper-slide,
.section-group--mototour-list .swiper-slide {
    height: auto !important;
}

.section-group--calendrier-list a,
.section-group--mototour-list a {
    display: block;
    border: 1px solid white;
    padding: 1rem 1rem;
    margin: .2rem 0;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
}

.section-group--calendrier-list a span,
.section-group--calendrier-list a svg,
.section-group--mototour-list a span,
.section-group--mototour-list a svg {
    position: relative;
    z-index: 1;
}

.section-group--calendrier-list a:before,
.section-group--mototour-list a:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100%);
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    background-color: #fff;
    -webkit-transform: skewX(-25deg) translateX(-110%);
    transform: skewX(-25deg) translateX(-110%);
    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    /* easeInOutQuart */
}

.section-group--calendrier-list a:hover,
.section-group--calendrier-list a.active,
.section-group--mototour-list a:hover {
    color: #58aa1e!important;
}

.section-group--calendrier-list a:hover path,
.section-group--mototour-list a:hover path {
    fill: #58aa1e!important;
}

.section-group--calendrier-list a:hover:before,
.section-group--calendrier-list a.active:before,
.section-group--mototour-list a:hover:before {
    -webkit-transform: skewX(-25deg) translateX(0%) scale(1.2, 1);
    transform: skewX(-25deg) translateX(0%) scale(1.2, 1);
}

body.page_sommaire .section-group--block:nth-child(2) {
    background-image: url(../img/homepage-patchwork-of-pictures.jpg);
    background-size: contain;
    background-repeat: repeat-x;
}

.section-group--block--thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .65);
    left: 0;
    top: 0;
}

.section-group--block--thumbnail a {
    display: block;
    height: inherit;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-group--block--thumbnail a,
.section-group--block--thumbnail h2 {
    text-decoration: none;
    border: none;
    text-align: center;
}

.section-group--block--thumbnail h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(-5deg);
    transform: translate(-50%, -50%) skewY(-5deg);
    display: inline-block;
    text-align: center;
    font-size: 5rem;
    line-height: 1;
}

.section-group--block--thumbnail h2:before,
.section-group--block--thumbnail h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.section-group--block--thumbnail h2:before {
    top: -15px;
}

.section-group--block--thumbnail h2:after {
    bottom: -15px;
}

.section-group--block--news-wrapper {
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 3rem;

    color: #fff;
    line-height: 1.4;
    overflow: hidden;
    max-height: calc(230px - (4rem * 2));
    position: relative;
}

.section-group--block--news-wrapper>div {
    position: relative;
}

.section-group--block--news-wrapper .scrollbar-inner {
    padding-right: 2rem;
}

.section-group--block--news-wrapper .slimScrollBar {
    cursor: pointer !important;
}

.section-group--block--contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-group--block--thumbnail.video {
    padding: 0;
    margin: 0;
}

.section-group--block--video img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header-group--photo {
    height: 230px;
    background-color: #ccc;
    width: 100%;
}

body.page_rubrique .header-group--logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.page_rubrique .col--left,
body.page_rubrique .section-group--left {
    width: 340px;
}

body.page_rubrique .section-group--left {
    position: relative;
    top: -20px;
    left: 5px;
}

body.page_rubrique .section-group--left.news {
    left: 23px;
}

body.page_rubrique .col--right {
    overflow: initial;
}

body.page_rubrique .section-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body.page_rubrique .section-group--block {
    height: auto !important;
    max-height: 350px !important
}

body.page_rubrique .header-group--photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../../IMG/jpg/dsc06190.jpg);
}

body.page_rubrique .header-group--photo>div {
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

body.page_rubrique .header-group--photo>div:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

body.page_rubrique .section-group--block {
    width: 100%;
}

body.page_rubrique .section-group--right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

body.page_rubrique .contenu {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 3rem;
}

body.page_rubrique .contenu h1 {
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 5rem;
    font-size: 4rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0 5rem;
    left: 50%;
    -webkit-transform: translateX(-50%) skewY(-5deg);
    transform: translateX(-50%) skewY(-5deg);
    text-transform: uppercase;
    overflow: hidden;
}

body.page_rubrique .contenu h1 span {
    position: relative;
    z-index: 3;
    padding: 0 1rem;
    display: block;
    top: 100px;
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    /* easeInOutBack */
}

body.page_rubrique .contenu h1 span:before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    z-index: -1;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

body.page_rubrique .contenu h1:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #58aa1e !important;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 2;
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    /* older webkit */
    -webkit-transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    transition: all 600ms cubic-bezier(0.680, 0, 0.265, 1);
    /* easeInOutBack */
}

body.page_rubrique .contenu h1.active span {
    top: 0;
}

body.page_rubrique .contenu h1.active:after {
    width: 100%;
    left: 0;
    -webkit-transition-delay: 280ms;
    transition-delay: 280ms;
}

body.page_rubrique .contenu .texte {
    font-size: 1.4rem;
    line-height: 1.7;
}

body.page_rubrique .contenu .texte:not(.une-colonne) {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

body.page_rubrique .contenu a {
    color: #58aa1e;
}

body.page_rubrique .contenu a:hover {
    text-decoration: none;
}

body.page_rubrique .section-group--contenu--photo {
    width: 100%;
    height: 420px;
    margin: 10rem 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    outline: white solid 5px;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

body.page_rubrique .section-group--contenu--pdf {
    outline: #58aa1e 1px double;
    padding: .5rem 1rem;
    margin: 1px auto
}

body.page_rubrique .section-group--contenu--pdf.first-child {
    margin-top: 4rem !important;
}

body.page_rubrique .section-group--contenu--pdf:last-child {
    margin-bottom: 4rem;
}

body.page_rubrique .section-group--contenu--pdf a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.page_rubrique .section-group--contenu--pdf a>span {
    display: inline-block;
    margin-left: 1rem;
}

body.page_rubrique .section-group--contenu--pdf:hover {
    background-color: #58aa1e;
}

body.page_rubrique .section-group--contenu--pdf:hover path,
body.page_rubrique .section-group--contenu--pdf:hover a {
    fill: white;
    color: #fff;
}

body.page_rubrique .section-group--news-wrapper {
    outline: #58aa1e 1px double;
    padding: .5rem 1rem;
    margin: 1rem auto;
    width: 100%;
}

body.page_rubrique .section-group--news-wrapper h2 {
    padding: 1.5rem;
}

body.page_rubrique .section-group--news-wrapper a {
    display: block;
    text-decoration: none;
    font-size: 1.4rem;
    padding: .5rem 1rem;
}

body.page_rubrique .section-group--news-contenu>div {
    margin: 1.5rem;
    padding: 1rem;
}

body.page_rubrique .section-group--news-contenu .section-group--news-button {
    padding: 1rem 0
}

body.page_rubrique .section-group--news-date {
    background-color: #fdf3e9;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.3rem;
    font-weight: bold;
    color: #f39c3d;
}

body.page_rubrique .section-group--news-description {
    color: rgba(0, 0, 0, .6);
    font-size: 1.45rem;
}

body.page_rubrique .section-group--news-texte p {
    margin-bottom: 1.5rem;
}

body.page_rubrique .section-group--news-button {
    padding: 0 1rem;
    margin: 1rem auto;
    width: calc(100% - 4rem);
    display: block;
    border: none;
    cursor: pointer;
    background-color: #58aa1e;
    color: #fff;
}

body.page_rubrique .section-group--galerie {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body.page_rubrique .section-group--galerie img {
    margin-bottom: .75rem;
}

body.page_rubrique .section-group--galerie .flex>div:not(.swiper-container) {
    width: calc(100%/3 - .5rem);
    margin: 1rem .25rem;
    padding: .5rem 0;
}

body.page_rubrique .section-group--galerie_comite .flex>div {
    margin: .25rem !important;
}

body.page_rubrique .section-group--galerie a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: relative;
}

body.page_rubrique .section-group--galerie .morceau-photo {
    width: 109px;
    height: 22px;
    background-color: #ccc;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    outline: white 1px rgba(255, 255, 255, .45);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .08));
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .08));
}

body.page_rubrique .section-group--galerie .flex>div:hover .morceau-photo {
    height: 75px;
    top: -22px;
}

body.page_rubrique .liste-blocks {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

body.page_rubrique .liste-blocks .liste-blocks--children {
    width: calc(100%/3 - 2rem);
    margin: 1rem;
    outline: #fff solid 4px;
    background-color: #e6e6e6;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    overflow: hidden;
}

@media screen and (max-width: 1300px) {
    body.page_rubrique .liste-blocks .liste-blocks--children {
        width: calc(100%/2 - 2rem);
    }
}

body.page_rubrique .liste-blocks .liste-blocks--children:hover .image {
    -webkit-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
}

body.page_rubrique .liste-blocks .liste-blocks--children>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.page_rubrique .liste-blocks .liste-blocks--children .description {}

body.page_rubrique .liste-blocks .image-wrapper {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

body.page_rubrique .liste-blocks.long .image-wrapper {
    height: 250px;
}

body.page_rubrique .liste-blocks .image-wrapper>.image {
    -webkit-transition: transform 5000ms ease;
    -webkit-transition: -webkit-transform 5000ms ease;
    transition: -webkit-transform 5000ms ease;
    transition: transform 5000ms ease;
    transition: transform 5000ms ease, -webkit-transform 5000ms ease;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

body.page_rubrique .liste-blocks .titre {
    font-size: 2rem;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 2;
    width: 100%;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .85);
    padding-top: 1rem;
}

body.page_rubrique .liste-blocks .description {
    font-size: 1.25rem;
    width: 100%;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .65);
    padding: 1rem;
}

body.page_rubrique .liste-blocks a:not(.spip_url) {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 1rem 0px;
}

body.page_rubrique.article .shop-thumbnail {
    margin: 2rem 1rem;
    width: 250px;
    height: auto;
    overflow: hidden;
    display: inline-block;
    outline: white solid 5px;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 25px rgba(0, 0, 0, .25);
}

body.page_rubrique.article .shop-thumbnail img {
    width: 100%;
    height: auto;
}

footer.footer {
    text-align: center;
    padding: 2rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2rem;
}

footer.footer p {
    padding: 0 1rem;
}

footer.footer a {
    padding: 0;
    text-decoration: none;
    color: hsl(0, 0%, 50%);
}

footer.footer a:hover {
    text-decoration: underline;
}

footer.footer svg {
    -webkit-transform: scale(.85) translateX(15px);
    transform: scale(.85) translateX(15px);
}

footer.footer svg:hover path {
    fill: #58aa1e;
}


.featherlight .featherlight-content {
    background-color: #000 !important;
    width: calc(100% - 10%) !important;
    height: calc(100% - 10%) !important;
}

.featherlight .featherlight-content iframe {
    width: 100% !important;
    height: 100% !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}










/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}










/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}










/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}










/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}










/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}










/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}