@charset  "UTF-8";

/*!

Theme Name: La Goulue
Description: Thème pour le site lagoulue.net
Author: Matthieu Bovel <matthieu@bovel.net>
Version: 1.3

*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,button,input,select,textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,a:hover {
    outline: 0;
}

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

h2 {
    margin: .83em 0;
    font-size: 1.5em;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: .83em;
}

h6 {
    margin: 2.33em 0;
    font-size: .75em;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

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

p,pre {
    margin: 1em 0;
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em;
}

pre {
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

q {
    quotes: none;
}

q:before,q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dl,menu,ol,ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,ol,ul {
    padding: 0 0 0 40px;
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    *margin-left: -7px;
    white-space: normal;
    border: 0;
}

button,input,select,textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    *overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    *width: 13px;
    *height: 13px;
    padding: 0;
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.event-description::after {
    content: '';
    display: block;
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 22px 4%;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #fff0d9;
    background: #260700 url(styles/images/bg-body.jpg) repeat;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3125em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

a {
    color: #ffaf40;
}

a:hover {
    color: #fff0d9;
}

hgroup h1,hgroup h2,hgroup h3,hgroup h4,hgroup h5,hgroup h6 {
    margin-top: 0;
}

ul ul,ul ol,ol ul,ol ol {
    margin: 0;
}

dt {
    font-weight: 700;
}

blockquote p:before,blockquote p:after {
    font-size: 4em;
    line-height: .3;
    color: #a91c00;
}

blockquote p:before {
    content: "« ";
}

blockquote p:after {
    vertical-align: bottom;
    content: " »";
}

.chromeframe {
    padding: 10px;
    text-align: center;
    background-color: #640000;
}

#accesslinks {
    font-size: .8em;
    text-align: right;
}

#accesslinks li {
    display: inline;
}

#accesslinks a {
    margin: 0 .3em;
}

#header {
    display: block;
    float: left;
    width: 35%;
    margin-top: -40px;
}

#home-link {
    display: block;
}

#logo {
    z-index: 2;
    width: 85%;
    margin-left: -4%;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform .6s ease;
    -moz-transition: -moz-transform .6s ease;
    -ms-transition: -ms-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    transition: transform .6s ease;
}

.lt-ie8 #logo {
    position: relative;
}

#logo:hover {
    -webkit-transform: rotate(-6deg) scale(1.1);
    -moz-transform: rotate(-6deg) scale(1.1);
    -ms-transform: rotate(-6deg) scale(1.1);
    -o-transform: rotate(-6deg) scale(1.1);
    transform: rotate(-6deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#nav {
    z-index: 1;
    padding: .5em 0;
    margin: -30px 0 0 18%;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    list-style: circle;
    background-color: rgba(100,0,0,0.5);
    -webkit-box-shadow: -6px 3px 30px #000;
    -moz-box-shadow: -6px 3px 30px #000;
    box-shadow: -6px 3px 30px #000;
}

.no-rgba #nav {
    background-color: #640000;
}

#nav ul {
    padding-left: 22px;
    overflow: hidden;
}

#nav a {
    display: block;
    padding: .3em 1.2em .1em .5em;
    margin: .4em 0;
    text-decoration: none;
    vertical-align: bottom;
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    outline: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#nav a:hover {
    color: #fff0d9;
}

#nav .current-menu-item>a {
    background-color: rgba(0,0,0,0.5);
    border: solid 1px #ffaf40;
    border-right: 0;
}

.no-rgba #nav .current-menu-item>a {
    background-color: #260700;
}

#nav .current-menu-item>a:hover {
    color: #fff0d9;
    border-color: #fff0d9;
}

.lt-ie8 #nav {
    position: relative;
}

.js #nav ul ul {
    display: none;
}

.js #nav .icon {
    float: right;
    font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    font-style: normal;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .6s ease;
    -moz-transition: -moz-transform .6s ease;
    -ms-transition: -ms-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    transition: transform .6s ease;
}

.js #nav .open>a>.icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#main,body.mceContentBody {
    display: flow-root;
    padding: .5em 4em 4em 2.5em !important;
    font-family: Times,"Times New Roman",Georgia,serif;
    color: #260700;
    background: #fff0d9 url(styles/images/bg-main.jpg) repeat;
    *zoom: 1;
    -webkit-box-shadow: -14px -2px 25px rgba(0,0,0,0.75);
    -moz-box-shadow: -14px -2px 25px rgba(0,0,0,0.75);
    box-shadow: -14px -2px 25px rgba(0,0,0,0.75);
}

#main:before,.mceContentBody:before,#main:after,.mceContentBody:after {
    display: table;
    line-height: 0;
    content: "";
}

#main:after,.mceContentBody:after {
    clear: both;
}

#main a:link,.mceContentBody a:link {
    color: #a91c00;
}

#main a:visited,.mceContentBody a:visited {
    color: #640000;
}

#main a:hover,.mceContentBody a:hover {
    text-shadow: 1px 1px 3px rgba(38,7,0,0.4);
}

.no-rgba #main a:hover,.no-rgba .mceContentBody a:hover {
    text-shadow: 1px 1px 3px #260700;
}

#main h1 a,.mceContentBody h1 a,#main h2 a,.mceContentBody h2 a,#main h3 a,.mceContentBody h3 a,#main h4 a,.mceContentBody h4 a,#main h5 a,.mceContentBody h5 a,#main h6 a,.mceContentBody h6 a,#main h1 a:link,.mceContentBody h1 a:link,#main h2 a:link,.mceContentBody h2 a:link,#main h3 a:link,.mceContentBody h3 a:link,#main h4 a:link,.mceContentBody h4 a:link,#main h5 a:link,.mceContentBody h5 a:link,#main h6 a:link,.mceContentBody h6 a:link,#main h1 a:visited,.mceContentBody h1 a:visited,#main h2 a:visited,.mceContentBody h2 a:visited,#main h3 a:visited,.mceContentBody h3 a:visited,#main h4 a:visited,.mceContentBody h4 a:visited,#main h5 a:visited,.mceContentBody h5 a:visited,#main h6 a:visited,.mceContentBody h6 a:visited {
    color: #260700;
    text-decoration: none;
}

#main {
    min-height: 65%;
    margin: 50px 0 2px 35%;
}

.mceContentBody {
    padding: .5em 4em 4em 2.5em;
    margin: 22px 4%;
}

.wp-fullscreen-editor {
    background: transparent;
}

#footer {
    position: relative;
    z-index: 3;
    padding: .2em 1em;
    margin: 0 0 5em 35%;
    background-color: #fc6f31;
    -webkit-box-shadow: -13px 4px 25px rgba(0,0,0,0.75);
    -moz-box-shadow: -13px 4px 25px rgba(0,0,0,0.75);
    box-shadow: -13px 4px 25px rgba(0,0,0,0.75);
}

#footer p {
    margin: 0;
    font-size: .8em;
}

#footer a:link {
    color: #a91c00;
}

#footer a:visited {
    color: #640000;
}

#footer a:hover {
    color: #260700;
}

img {
    height: auto;
    max-width: 100%;
    border: 1px solid #2b0a02;
    -webkit-box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}


.gallery img {
    border: 1px solid #2b0a02 !important
}

.gallery-icon {
    padding: 0 1rem;
}

.events-list .months dd.gallery-caption {
    border: none;
}

@media screen and (max-width:900px) {
    .gallery-item {
        float: none !important;
        width: auto !important;
        display: block;
    }
}

/*
.gallery {
    display: grid;
    grid-gap: 3rem;
    justify-content: space-between;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery br, .gallery p {
    display: none;
}

.gallery-item {
    float: none !important;
    width: auto !important;
    display: block;
}

@media screen and (max-width:900px) {
    .gallery {
        display: block;
    }
}
*/

.alignleft {
    float: left;
    max-width: 45%;
    margin: .5em 1em .5em 0;
}

.aligncenter {
    display: block;
    max-width: 100%;
    margin: .5em auto;
}

.alignright {
    float: right;
    max-width: 45%;
    margin: .5em 0 .5em 1em;
}

.wp-caption-text {
    margin-top: .3em;
    font-size: .8em;
    font-style: italic;
    text-align: center;
}

.events-list .years>dd,.events-list .months>dd {
    margin-left: 0;
}

.events-list .months {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px rgba(38,7,0,0.5);
}

.no-rgba .events-list .months {
    border-left: solid 1px #260700;
}

.events-list .years>dt {
    margin: .83em 0;
    font-size: 2em;
}

.events-list .months>dt {
    margin: 1em 0;
    font-size: 1.5em;
}

.events-list .months dd {
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px rgba(38,7,0,0.5);
}

.no-rgba .events-list .months dd {
    border-left: solid 1px #260700;
}

.events-list article {
    position: relative;
    margin-left: 150px;
}

.events-list article h1,.events-list article h2 {
    margin: 1.33em 0;
    font-size: 1.3125em;
}

.events-list article h3 {
    margin: 1.67em 0;
    font-size: 1.125em;
}

.events-list article h4,.events-list article h5,.events-list article h6 {
    margin: 2.33em 0;
    font-size: 1em;
}

.events-list article .date {
    position: absolute;
    top: 5px;
    left: -150px;
}

.events-list article .day,.events-list article .dayName {
    font-weight: 700;
}

.csstransforms .event {
    position: relative;
}

.csstransforms .event .metas {
    position: relative;
    float: right;
    padding: 5px;
    margin: 0 0 11px 22px;
    text-align: center;
    border: solid 1px rgba(38,7,0,0.7);
}

.no-rgba .csstransforms .event .metas {
    border: solid 1px #260700;
}

.csstransforms .event .metas span {
    display: block;
}

.csstransforms .event .metas .dayName,.csstransforms .event .metas .day,.csstransforms .event .metas .month,.csstransforms .event .metas .time {
    margin-right: 60px;
}

.csstransforms .event .metas .dayName {
    font-size: 1.5em;
    line-height: 1.3;
}

.csstransforms .event .metas .day {
    font-size: 4em;
    line-height: .8;
}

.csstransforms .event .metas .month {
    font-size: 1.3125em;
    line-height: 1.1;
}

.csstransforms .event .metas .time {
    line-height: 1.3;
}

.csstransforms .event .metas .year {
    position: absolute;
    right: 1em;
    bottom: 5px;
    font-size: 60px;
    line-height: .9;
    color: rgba(38,7,0,0.7);
    border-bottom: solid 1px rgba(38,7,0,0.7);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.pagination {
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    text-align: center;
}

.pagination ul {
    padding-left: 0;
}

.pagination li {
    display: inline;
}

.pagination a,.pagination .current {
    padding: 6px 8px 4px 9px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination a {
    color: #fff0d9;
    background-color: rgba(38,7,0,0.7);
}

.pagination .current {
    padding: 5px 7px 3px 8x;
    color: #260700;
    border: 1px solid #260700;
}

#main .pagination a:link,#main .pagination a:visited {
    color: #fff0d9;
    text-decoration: none;
}

#main .pagination a:hover {
    background-color: #260700;
}

.gou_month {
    display: inline-table;
    *display: inline;
    margin: .7em;
    font-size: .8em;
    text-align: center;
    vertical-align: top;
    *zoom: 1;
}

.gou_month th {
    padding: 3px;
    font-weight: 400;
}

.available,.messages-ok {
    background-color: rgba(0,255,0,0.3);
}

.no-rgba .available,.no-rgba .messages-ok {
    background-color: #64c864;
}

.maybe,.messages-warning {
    background-color: rgba(255,255,0,0.3);
}

.no-rgba .maybe,.no-rgba .messages-warning {
    background-color: #c8c864;
}

.busy,.messages-fail {
    background-color: rgba(255,0,0,0.3);
}

.no-rgba .busy,.no-rgba .messages-fail {
    background-color: #c86464;
}

form {
    margin: 1em 0;
}

fieldset {
    border: 0;
}

.messages {
    padding-top: .5em;
    padding-bottom: .5em;
    border: 1px solid #333;
}

.messages-ok {
    border-color: #060;
}

.messages-warning {
    border-color: #a80;
}

.messages-fail {
    border-color: #900;
}

input,textarea,select {
    display: inline-block;
    padding: 4px;
    margin-bottom: 9px;
    font-family: Times,"Times New Roman",Georgia,serif;
    font-size: 1em;
    line-height: 1.4;
    color: #2b0a02;
    background-color: #fbf1e1;
    background-color: rgba(255,240,217,0.5);
    border: 1px solid #2b0a02;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline-color: #2b0a02;
}

fieldset {
    padding: 0;
    margin: 1em 0;
}

input,label {
    display: block;
    height: 22px;
}

#main .submit {
    padding: 8px 15px;
    font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
    color: #fff0d9;
    text-decoration: none;
    background-color: rgba(38,7,0,0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.no-rgba #main .submit {
    background-color: #260700;
}

#main .submit:link,#main .submit:visited {
    color: #fff0d9;
}

#main .submit:hover {
    background-color: #260700;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .js #nav .icon {
        font-size: .7em;
        vertical-align: bottom;
    }
}

@media screen and (max-width:900px) {
    #accesslinks {
        margin-right: 0;
    }

    #header {
        float: none;
        width: auto;
        margin: 0;
    }

    #logo {
        width: 60%;
    }

    #nav {
        margin: -40px 0 0 28%;
    }

    #nav>ul {
        padding: 0 .5em;
    }

    #nav a {
        padding-right: .5em;
        border-radius: 7px;
    }

    #main,#footer {
        margin-right: 0;
        margin-left: 0;
    }

    #main {
        padding: .5em 1.5em 2.5em;
        margin-top: 1.5em;
        overflow: hidden;
    }

    #footer {
        padding: 0 1.5em;
    }

    .events-list .months {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .no-rgba .events-list .months {
        border-left: none;
    }

    .events-list .months dd {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .no-rgba .events-list .months dd {
        border-left: none;
    }

    .events-list article {
        position: static;
        margin: 1em 0;
    }

    .events-list article .date {
        position: static;
    }
}

@media screen and (max-width:600px) {
    body {
        margin: 0;
    }

    #logo {
        display: block;
        width: 90%;
        margin: 0 auto 1em;
    }

    #nav {
        padding: .1em 0;
        margin: -40px 0 0;
        font-size: 19px;
        line-height: 1.3;
    }

    #nav a {
        padding: .5em .5em .3em;
    }

    #nav ul ul {
        border-top: 1px solid rgba(38,7,0,0.5);
    }

    .no-rgba #nav ul ul {
        border-top: 1px solid #260700;
    }

    #nav li {
        border-bottom: 1px solid rgba(38,7,0,0.5);
    }

    .no-rgba #nav li {
        border-bottom: 1px solid #260700;
    }

    #nav li:last-child {
        border-bottom: 0;
    }

    .no-rgba #nav a {
        border-bottom: 1px solid #260700;
    }

    .alignleft,.alignright,.aligncenter {
        display: block;
        float: none;
        max-width: 100%;
        margin: 1em auto;
    }

    .gou-events-list article {
        padding-top: 2px;
        margin-left: 0;
    }

    .gou-events-list article .date {
        position: absolute;
        top: 0;
        left: 0;
    }

    .gou_month {
        display: table;
        width: 100%;
        margin: 2em auto;
        font-size: inherit;
    }

    .gou_month tr td {
        padding: 5px;
    }
}

@media print {
    body {
        color: #000;
    }

    body,#main,#footer {
        background: 0;
    }

    #main,#footer {
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #footer {
        padding: 0 4em 0 2.5em;
    }

    #logo {
        float: left;
        width: 20%;
    }

    #accesslinks,#header {
        display: none;
    }

    #main a:link,#main a:visited {
        color: #000;
        text-decoration: none;
    }
}
