@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500|Pompiere:400);
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear linear 0s .35s 0s;
    transition: border-radius .12s linear linear 0s .35s 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
    content: " ";
    display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../vendor/controls_75e5868a.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right!important
}

@-webkit-keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    to {
        left: 0
    }
}

@keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -15px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes b {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    to {
        top: 0
    }
}

@keyframes b {
    0% {
        top: 0
    }
    50% {
        top: -15px
    }
    to {
        top: 0
    }
}

@-webkit-keyframes c {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    to {
        left: 0
    }
}

@keyframes c {
    0% {
        left: 0
    }
    50% {
        left: 15px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes d {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    to {
        bottom: 0
    }
}

@keyframes d {
    0% {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
    to {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: a .3s;
    animation: a .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: c .3s;
    animation: c .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: b .3s;
    animation: b .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: d .3s;
    animation: d .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: c .3s;
    animation: c .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: a .3s;
    animation: a .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

@font-face {
    font-family: lg;
    src: url(../vendor/lg_ecff1170.eot);
    src: url(../vendor/lg_ecff1170.eot?#iefixn1z373) format("embedded-opentype"), url(../vendor/lg_5fd4c338.woff) format("woff"), url(../vendor/lg_4fe6f9ca.ttf) format("truetype"), url(../vendor/lg_0cb1b8af.svg#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\E095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\E094"
}

@-webkit-keyframes e {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-o-keyframes e {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes e {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes f {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@-o-keyframes f {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes f {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: e .3s;
    -o-animation: e .3s;
    animation: e .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: f .3s;
    -o-animation: f .3s;
    animation: f .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\E070"
}

.lg-toolbar .lg-download:after {
    content: "\E0F2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1)!important;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1)!important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    -o-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1)!important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s!important;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    -o-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\E1FF"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../vendor/vimeo-play_dfe7764b.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../vendor/vimeo-play_dfe7764b.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../vendor/video-play_dc34cc9c.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../vendor/youtube-play_e6f0c233.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../vendor/youtube-play_e6f0c233.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\E01D"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    -o-transition: opacity .15s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\E311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\E033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\E312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s, -o-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\E20C"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -o-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: visibility 0s linear .5s, opacity .18s linear 0s, -o-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s, -o-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\E80D"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    -o-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    -o-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    -o-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../vendor/loading_bbdac9cd.gif) no-repeat scroll 50% transparent;
    display: none!important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: opacity .1s ease 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lSAction>a {
    background-image: url(../vendor/controls_75e5868a.png)
}

.aligncenter,
.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.gallery-wrapper:after,
.gallery-wrapper:before,
.gallery:after,
.gallery:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table
}

.clear:after,
.comment-content:after,
.entry-content:after,
.gallery-wrapper:after,
.gallery:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.brand a,
.nav-social a {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden
}

.nav-footer,
.nav-primary .menu,
.nav-social,
.no-list,
.post-categories {
    margin: 0;
    padding: 0;
    list-style: none
}

.screen-reader-text,
.search-form .search-submit {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    overflow: hidden;
    border: 0
}

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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

*,
:after,
:before {
    box-sizing: inherit;
    outline: 0
}

:focus {
    outline: 0
}

body,
html {
    width: 100%
}

html {
    min-height: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box
}

body {
    line-height: 1.5rem;
    margin: 0 auto;
    font-weight: 300;
    overflow-x: hidden;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    text-align: justify
}

.wrap {
    overflow: hidden
}

b,
strong {
    font-weight: 400
}

blockquote,
q {
    quotes: "" ""
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

img {
    display: block;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    max-width: 100%;
    height: auto;
    border: 0;
    line-height: 2;
    position: relative;
    text-align: center
}

img:before {
    content: "Nous sommes d\E9sol\E9  e, l'image est manquante :(";
    display: block;
    margin-bottom: 10px
}

img:after {
    content: "(url: " attr(src) ")";
    display: block;
    font-size: 12px
}

@media (max-width:819px) {
    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 0 auto
    }
}

sup {
    color: red;
    font-weight: 400
}

figure {
    margin: 0
}

hr {
    background-color: #fdf0d8;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    box-sizing: content-box
}

.mentions {
    font-size: 0
}

.emediaproduction,
.mentions-content {
    font-size: 16px;
    width: 50%;
    display: inline-block
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Pompiere, georgia, serif;
    color: #f3b53e;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-transform: uppercase
}

h2 {
    color: #549238
}

html {
    font-size: 1rem
}

@media screen and (min-width:20rem) {
    html {
        font-size: calc(1rem + .1 * ((100vw - 20rem) / 30))
    }
}

@media screen and (min-width:50rem) {
    html {
        font-size: 1.1rem
    }
}

p {
    margin-bottom: 1.2rem
}

h1 {
    font-size: 100px;
    line-height: 6rem;
    text-align: center;
    margin-top: 0;
    padding-top: 50px
}

@media (max-width:819px) {
    h1 {
        margin-top: 100px
    }
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 2.1rem
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 2.35rem
}

h4 {
    font-size: 1.25rem;
    line-height: 1rem;
    margin-top: 2.6rem
}

h5 {
    font-size: .875rem;
    line-height: .875rem;
    margin-top: 2.725rem
}

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

#breadcrumbs a,
.link,
.post-categories a,
p a {
    color: #549238;
    position: relative;
    overflow: hidden
}

#breadcrumbs a:before,
.link:before,
.post-categories a:before,
p a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: #f3b53e;
    opacity: .2;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

#breadcrumbs a:hover:before,
.link:hover:before,
.post-categories a:hover:before,
p a:hover:before {
    top: 0;
    bottom: 0
}

.btn,
.button,
button {
    text-transform: uppercase;
    font-family: Pompiere, georgia, serif;
    color: #f3b53e;
    font-size: 30px;
    border: 1px solid #f3b53e;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px 2.5px 0;
    padding: 15px 10px 10px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2
}

@media (max-width:479px) {
    .btn,
    .button,
    button {
        font-size: 24px
    }
}

.btn:after,
.button:after,
button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    width: 100%;
    background: #f3b53e;
    z-index: -1;
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn:hover,
.button:hover,
button:hover {
    color: #fff
}

.btn:hover:after,
.button:hover:after,
button:hover:after {
    top: 0;
    bottom: 0
}

.container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px
}

.column,
.columns,
.container {
    width: 100%;
    box-sizing: border-box
}

.column,
.columns {
    float: left
}

@media (min-width:400px) {
    .container {
        width: 85%;
        padding: 0
    }
}

@media (min-width:550px) {
    .container {
        width: 80%
    }
    .column,
    .columns {
        margin-left: 1%
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0
    }
    .one.column,
    .one.columns {
        width: 7.41667%
    }
    .two.columns {
        width: 15.83333%
    }
    .three.columns {
        width: 24.25%
    }
    .four.columns {
        width: 32.66667%
    }
    .five.columns {
        width: 41.08333%
    }
    .six.columns {
        width: 49.5%
    }
    .seven.columns {
        width: 57.91667%
    }
    .eight.columns {
        width: 66.33333%
    }
    .nine.columns {
        width: 74.75%
    }
    .ten.columns {
        width: 83.16667%
    }
    .eleven.columns {
        width: 91.58333%
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0
    }
    .one-third.column {
        width: 32.66667%
    }
    .two-thirds.column {
        width: 66.33333%
    }
    .one-half.column {
        width: 49.5%
    }
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.41667%
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 16.83333%
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 25.25%
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 33.66667%
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 42.08333%
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 50.5%
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 58.91667%
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 67.33333%
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 75.75%
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 84.16667%
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 92.58333%
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 33.66667%
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 67.33333%
    }
    .offset-by-one-half.column {
        margin-left: 50.5%
    }
}

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both
}

.error,
.info,
.succes,
.warning {
    padding: .5em;
    margin: .5em;
    border-radius: .15em;
    border: 1px solid
}

.error {
    color: #b94a48;
    border-color: #d59392!important;
    background-color: #efd5d4
}

.warning {
    color: #c09853;
    border-color: #dbc59e!important;
    background-color: #f4ede1
}

.succes {
    color: #468847;
    border-color: #7aba7b!important;
    background-color: #b6dab7
}

.info {
    color: #3a87ad;
    border-color: #7ab5d3!important;
    background-color: #bfdcea
}

td,
th {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #d3d3d3
}

td:first-child,
th:first-child {
    padding-left: 0
}

td:last-child,
th:last-child {
    padding-right: 0
}

.one-fifth.column {
    width: 19.2%
}

.one-seventh.column {
    width: 13.42857%
}

.one-eigthth.column {
    width: 11.625%
}

.one-ninth.column {
    width: 10.22222%
}

.gallery-wrapper {
    width: 100%;
    clear: both
}

.gallery {
    margin: 0 -2.5px;
    font-size: 0;
    line-height: 0;
    clear: both
}

.gallery-item {
    cursor: pointer;
    padding: 2.5px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.gallery-item__inner {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    position: relative
}

.gallery-item .img-container {
    line-height: 0
}

.gallery-columns-1 .gallery-item {
    display: block
}

.gallery-columns-1 .gallery-item img {
    width: auto
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

@media (max-width:819px) {
    .gallery-columns-4 .gallery-item {
        width: 50%
    }
}

@media (max-width:479px) {
    .gallery-columns-4 .gallery-item {
        width: 100%
    }
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

@media (max-width:819px) {
    .gallery-columns-5 .gallery-item {
        width: 33.33%
    }
}

@media (max-width:479px) {
    .gallery-columns-5 .gallery-item {
        width: 100%
    }
}

.gallery-columns-6 .gallery-item {
    width: 16.66%
}

.gallery-columns-7 .gallery-item {
    width: 14.28%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.11%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px
}

.gallery-caption p {
    margin: 5px 0
}

.gallery-caption__title {
    font-size: 17px;
    font-weight: 400;
    color: #f3b53e
}

.lg-sub-html p {
    font-size: 16px
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

select,
textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #f6c568;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 0;
    background: transparent
}

input {
    width: 100%
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 16px;
    border: 1px solid #f3b53e;
    padding: 5px;
    height: 40px
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    min-height: 100px
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border: 1px solid #f3b53e;
    outline: 0
}

label,
legend {
    display: block;
    margin: 1rem 0 .5rem;
    font-weight: 400
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type=checkbox],
input[type=radio] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: 400
}

.wpcf7 .btn {
    padding-left: 30px
}

#submit {
    border: 0;
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor,
.sticky {
    display: block
}

.byline,
.updated:not(.published) {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.page-links {
    clear: both
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.widget_search .search-submit {
    display: none
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #d3d3d3;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto;
    color: #00008b;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.textwidget {
    white-space: pre
}

.banner {
    background: #000;
    position: relative;
    z-index: 10
}

.banner .inner {
    max-width: 1400px;
    margin: 0 auto
}

.brand {
    max-width: 100%;
    margin: 0;
    float: left
}

.brand a {
    display: block;
    background: url(../images/boucaniers-rond_28a383c9.png) no-repeat 50%;
    width: 188px;
    height: 188px;
    position: absolute;
    z-index: 20;
    top: 0;
    margin: 0 auto;
    background-size: 100%
}

.nav-primary {
    float: right
}

.nav-primary .menu {
    font-size: 0
}

.nav-primary .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 0 10px;
    background: #000;
    width: 250px;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

.nav-primary .menu .sub-menu .menu-item {
    display: block;
    text-transform: none
}

.nav-primary .menu .sub-menu .menu-item:before {
    content: none
}

.nav-primary .menu .sub-menu .menu-item a {
    line-height: 1.3;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    -webkit-transition: background .4s, padding-top .2s, padding-bottom .2s;
    -o-transition: background .4s, padding-top .2s, padding-bottom .2s;
    transition: background .4s, padding-top .2s, padding-bottom .2s
}

.nav-primary .menu .sub-menu .menu-item a:before {
    content: "-";
    font-size: 20px;
    padding: 0 8px;
    color: #f3b53e
}

.nav-primary .menu .sub-menu .menu-item:hover a {
    background: transparent;
    color: #f3b53e
}

.nav-primary .menu-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: bottom;
    position: relative
}

.nav-primary .menu-item+li:before {
    content: "-";
    font-size: 20px;
    padding: 0 2px;
    color: #f3b53e
}

.nav-primary .menu-item>a {
    padding: 6px;
    line-height: 73px;
    color: #fff;
    font-weight: 400
}

@media (min-width:820px) {
    .nav-primary .menu-item:hover>a {
        background: #f3b53e
    }
    .nav-primary .menu-item:hover .sub-menu {
        overflow: visible;
        visibility: visible;
        max-height: 500px
    }
    .nav-primary .menu-item:hover .sub-menu a {
        -webkit-transition: background .4s, padding-top .2s, padding-bottom .2s;
        -o-transition: background .4s, padding-top .2s, padding-bottom .2s;
        transition: background .4s, padding-top .2s, padding-bottom .2s;
        padding: 10px 0
    }
}

#toggle-nav,
.menu-label {
    display: none
}

@media (max-width:819px) {
    .nav-primary {
        float: none;
        text-align: center;
        z-index: 100;
        position: relative
    }
    .nav-primary .menu {
        position: absolute;
        top: -561px;
        left: 0;
        right: 0;
        background: #000;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
    .nav-primary .menu-item {
        display: block
    }
    .nav-primary .menu-item:before {
        content: "-";
        font-size: 20px;
        padding: 0 8px;
        color: #f3b53e
    }
    .nav-primary .menu-item.tap {
        background: #f3b53e
    }
    .nav-primary .menu-item.tap .sub-menu {
        max-height: 500px;
        overflow: visible;
        visibility: visible
    }
    .nav-primary .menu .sub-menu {
        position: static;
        width: 100%
    }
    .nav-primary .menu .sub-menu .menu-item {
        border-bottom: 1px solid #f3b53e
    }
    .nav-primary .menu .sub-menu .menu-item a {
        padding: 20px 0
    }
    .nav-primary .menu .sub-menu .menu-item a:before {
        content: none
    }
    .menu-input:checked~.menu {
        top: 0
    }
    .menu-label {
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        margin-right: 10px;
        width: 3rem;
        height: 1.9rem;
        z-index: 200;
        cursor: pointer
    }
    .menu-label strong {
        position: absolute;
        top: 115%;
        right: 0;
        left: 0;
        color: #549238;
        text-align: center
    }
    .menu-label span {
        position: relative;
        top: .8rem
    }
    .menu-label span,
    .menu-label span:after,
    .menu-label span:before {
        display: block;
        background: #f3b53e;
        width: 3rem;
        height: .3rem;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        border-radius: .15rem
    }
    .menu-label span:after,
    .menu-label span:before {
        content: "";
        position: absolute
    }
    .menu-label span:before {
        bottom: .8rem
    }
    .menu-label span:after {
        top: .8rem
    }
    :checked~.menu-label span {
        width: 0
    }
    :checked~.menu-label span:before {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0;
        background: #549238
    }
    :checked~.menu-label span:after {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        background: #549238
    }
}

.content-info {
    font-size: 0;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    border-top: 5px solid #f3b53e;
    text-align: center;
    background: #000
}

.content-info a {
    color: #fff
}

.content-info a:hover {
    color: #f3b53e
}

.content-info .widget {
    text-align: center
}

.section {
    display: inline-block;
    font-size: 16px;
    padding: 0 1%;
    vertical-align: middle
}

.section .inner {
    padding: 0 20px
}

.credits {
    font-size: 16px;
    margin-bottom: 0
}

.nav-footer {
    text-align: left
}

.nav-footer .menu-item:before {
    content: "-";
    font-size: 20px;
    color: #f3b53e;
    padding-right: 5px
}

.nav-social {
    text-align: center
}

.nav-social .menu-item {
    margin-bottom: 10px
}

.nav-social a {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 29px;
    height: 29px
}

.nav-social .facebook a {
    background-image: url(../images/facebook_805c6c9c.png)
}

.nav-social .instagram a {
    background-image: url(../images/instagram_d36e6ff2.png)
}

.nav-social .youtube a {
    background-image: url(../images/youtube_5235a392.png);
    height: 24px;
    width: 58px
}
.nav-social .linkedin a {
    background-image: url(../images/LinkedIn_Logo.png);
    
}

.main-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-attachment: fixed;
    height: 500px
}

@media (max-width:819px) {
    .main-header {
        background-attachment: inherit
    }
}

.main-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .45)
}

.main-header h1 {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    margin-top: 0;
    padding-top: 0
}

@media (max-width:479px) {
    .main-header h1 {
        font-size: 50px;
        max-width: 100%
    }
}

/*.baseball .radius img,
.home .radius img,
.le-club .radius img,
.softball .radius img {
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 40px
}

@media (max-width:849px) {
    .baseball .radius img,
    .home .radius img,
    .le-club .radius img,
    .softball .radius img {
        float: none;
        margin: 0 auto 30px;
        display: block
    }
}

.baseball .radius h2,
.home .radius h2,
.le-club .radius h2,
.softball .radius h2 {
    margin-left: 250px
}

@media (max-width:849px) {
    .baseball .radius h2,
    .home .radius h2,
    .le-club .radius h2,
    .softball .radius h2 {
        margin-left: 0;
        text-align: center
    }
}*/

.le-club .lSSlideOuter,
.le-club .lSSlideWrapper,
.le-club .slide,
.le-club .slider {
    min-height: 285px
}

.le-club .slide img {
    width: 100%;
    height: auto
}

.page-content {
    margin-top: 30px
}

h2 {
    margin-left: 30px
}

@media (max-width:479px) {
    h2 {
        margin-left: 0;
        text-align: center
    }
}

.page-footer {
    background-color: #000;
    background-image: url(../images/baseball-softball-la-rochelle_9e6b4982.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    padding: 50px 20px;
    position: relative
}

@media (max-width:819px) {
    .page-footer {
        background-attachment: inherit
    }
}

.page-footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4)
}

.page-footer .btn {
    margin: 30px auto;
    position: relative;
    z-index: 1;
    font-size: 40px;
    padding: 30px 20px 20px
}

@media (max-width:479px) {
    .page-footer .btn {
        font-size: 25px
    }
}

.equipes {
    text-align: center;
    margin: 0;
    line-height: 0;
    margin-bottom: 2px
}

.equipes-item {
    position: relative;
    overflow: hidden
}

.equipes-item__inner {
    background: #000;
    min-height: 300px;
    min-width: 300px
}

/*.equipes-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5
}*/

.equipes-item__title {
    position: relative;
    font-size: 40px;
    line-height: normal;
    margin: 0;
    background: black;
    padding: 15px;
}
.equipes-item:after,
.equipes-item__title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

/*.equipes-item:after {
    content: "";
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1
}*/

/*.equipes-item:hover:after {
    opacity: 1
}*/

a:hover h3.equipes-item__title {
    padding: 30px;
    margin-top: -30px;
}

.equipes-item:hover .equipes-item__title {
    top: 50%
}

.palmares-du-club ul li {
    color: #f3b53e;
    font-weight: 400;
    list-style: none;
    font-size: 20px
}

.palmares-du-club ul li+li {
    margin-top: 15px
}

.palmares-du-club ul li ul li {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0
}

.palmares-du-club ul li ul li:before {
    content: "-";
    color: #549238;
    font-size: 30px;
    padding-right: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.no-list {
    font-size: 0;
    margin: 0 -1.25px;
    text-align: center;
    width: 100%
}

.no-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1em;
    padding: 2.5px
}

.no-list li.img {
    line-height: 0
}

.center {
    text-align: center
}

.container {
    width: 960px;
    max-width: 100%;
    padding: 0 10px
}

.children {
    font-size: 0;
    text-align: center
}

.child {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 2.5px;
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden
}

.child a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.child-title {
    color: #f3b53e;
    font-size: 40px;
    text-align: center;
    z-index: 5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 0
}

.contact iframe {
    float: left;
    border: 0;
    width: 500px;
    height: 250px;
    margin: 0 20px 0 0
}

@media (max-width:819px) {
    .contact iframe {
        float: none;
        margin: 0 auto 20px
    }
}

.partenaires figure,
.partenaires img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 5px
}

.organisation .inner img {
    width: 100%
}

#breadcrumbs {
    margin: -30px 0 0;
    color: #fff
}

#breadcrumbs a {
    color: #f3b53e
}

.archive-header {
    padding: 10px 10px 30px;
    background: rgba(0, 0, 0, .9)
}

.archive-header img {
    margin: 0 auto
}

.more {
    color: #549238;
    font-size: 20px;
    border-color: #549238;
    padding: 8px 10px 5px;
    display: block;
    width: 133px;
    margin: 20px auto 0
}

.more:after,
.more:before {
    background: #549238
}

.team {
    max-width: 840px;
    margin: 0 auto;
    font-size: 0;
    text-align: center
}

.team h2 {
    text-align: left;
    font-size: 40px
}

.team h3 {
    font-size: 30px;
    text-align: left
}

.team article {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    width: 200px;
    margin: 5px
}

.team-title {
    font-weight: 500;
    font-size: 16px;
    color: #f3b53e
}

.team-content {
    background: #000;
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    line-height: 1.4
}

.team-content p {
    margin: 0
}

.blog .entry-title,
.category .entry-title,
.post-type-archive .entry-title {
    margin-left: 100px
}

.blog .hentry img,
.category .hentry img,
.post-type-archive .hentry img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 50%
}

@media (max-width:819px) {
    .blog .hentry img,
    .category .hentry img,
    .post-type-archive .hentry img {
        float: none;
        display: block;
        margin: 0 auto 20px
    }
}

.blog .hentry,
.category .hentry,
.post-type-archive .hentry {
    overflow: hidden;
    margin-bottom: 30px
}

.post-type-archive img {
    padding-top: 20px
}

.blog .entry-title,
.category .entry-title {
    margin-bottom: 10px
}

.blog .updated,
.category .updated,
.home .updated,
.single .updated {
    color: gray;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.post-categories {
    font-size: 0
}

.post-categories,
.post-categories li {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.post-categories li {
    font-size: 14px
}

.post-categories li:before {
    content: "-";
    color: #f3b53e;
    padding: 0 5px
}

.child-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 40px;
    color: #f3b53e;
    background: rgba(0, 0, 0, .8);
    line-height: 1.5;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.child:hover .child-title {
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.entry-meta {
    margin-left: 100px
}

.single .container>img {
    float: left;
    margin-right: 20px;
    border-radius: 50%
}

.single .page-content {
    margin: 30px auto
}

.navigation {
    margin-top: 60px;
    overflow: hidden;
    background: #f3b53e;
    padding: 10px
}

.navigation-inner {
    max-width: 1024px;
    margin: 0 auto
}

.navigation a {
    color: #000
}

.navigation a:hover {
    color: #549238
}

.term-desc {
    font-size: 16px
}

.entry-title a {
    color: #549238
}

.entry-title a:hover {
    color: #f3b53e
}

.home .wrap header {
    position: relative;
    height: 700px
}

@media (max-width:479px) {
    .home .wrap header {
        height: 500px
    }
}

.home .main-header {
    z-index: 1
}

.home .lSSlideOuter {
    background: #000
}

.home .lSSlideOuter,
.home .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.home .slide {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 700px
}

.home .slide h3 {
    opacity: 0
}

@media (max-width:479px) {
    .home .slide {
        height: 500px
    }
}

@media (max-width:819px) {
    .home .slide {
        background-attachment: inherit
    }
}

.home .page-footer {
    background-image: url(../images/home-inscription-baseball-la-rochelle_90b4bc32.jpg);
    position: relative;
    width: 100%;
    max-width: 100%
}

.home .page-footer:after {
    background: rgba(0, 0, 0, .5)
}

@media (max-width:819px) {
    .home .page-footer {
        background-attachment: inherit
    }
}

.home .home-animations {
    display: block;
    width: 1440px;
    max-width: 100%;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*.home .first {
    max-width: 700px;
    position: relative;
    z-index: 2
}*/

/*@media (min-width:1024px) and (max-width:1249px) {
    .home .first {
        max-width: 550px
    }
}*/

/*.home .home-animations .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: visible
}*/

.home .home-animations h3 {
    font-size: 40px;
    position: relative;
    width: max-content;
    margin: 30px auto;
}

@media (max-width:479px) {
    .home .home-animations h3 {
        font-size: 35px;
    }
}

.home .home-animations .no-list {
    text-align: center;
    margin-bottom: 30px
}

.home .home-animation h3:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3b53e;
    opacity: .2;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.home .home-animations .home-animation {
	display: inline-block;
	max-width: calc(100% / 3);
}
.home .btn:not(.more) {
    font-size: 50px;
    padding: 30px 10px 22px
}

@media (max-width:479px) {
    .home .btn:not(.more) {
        font-size: 25px
    }
}

/*.home .home-animations__title {
    display: block
}

.home .home-animations__title:nth-of-type(2) {
    margin-left: 200px
}

@media (min-width:1024px) and (max-width:1199px) {
    .home .home-animations__title:nth-of-type(2) {
        margin-left: 80px
    }
}

@media (max-width:479px) {
    .home .home-animations__title:nth-of-type(2) {
        margin-left: 50px
    }
}

.home .home-animations__title:last-of-type {
    margin-left: 400px
}

@media (min-width:1024px) and (max-width:1199px) {
    .home .home-animations__title:last-of-type {
        margin-left: 170px
    }
}

@media (max-width:479px) {
    .home .home-animations__title:last-of-type {
        margin-left: 130px
    }
}
*/
/*.home .second {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.home .second .no-list {
    position: relative
}*/
/*
@media (max-width:1023px) {
    .home .second {
        position: static
    }
}*/

/*.home .second .home-animations__img {
    float: right;
    padding: 0
}*/

/*@media (max-width:1023px) {
    .home .second .home-animations__img {
        float: none
    }
}

.home .second .home-animations__img:nth-of-type(2) {
    position: absolute;
    top: 270px;
    right: 70px;
    z-index: 10
}

@media (max-width:1023px) {
    .home .second .home-animations__img:nth-of-type(2) {
        position: static;
        margin-top: -50px
    }
}

.home .second .home-animations__img:last-of-type {
    margin-right: 200px
}

@media (max-width:1023px) {
    .home .second .home-animations__img:last-of-type {
        margin-top: -200px
    }
}*/

.home .home-actus {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed;
    position: relative;
    width: 100%
}

@media (max-width:819px) {
    .home .home-actus {
        background-attachment: inherit
    }
}

.home .home-actus h2 {
    text-align: center;
    color: #f3b53e;
    font-size: 40px;
    margin-bottom: 50px
}

.home .home-actus__wrap {
    font-size: 0;
    margin: 0 -2.5px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.home .home-actus:after {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.home .home-actus .section-inner {
    position: relative;
    z-index: 2
}

.home .home-actus article {
    margin: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 33.33%;
    background: #fff;
    padding: 10px;
    font-size: 1rem;
    border-radius: 3px
}

@media (max-width:819px) {
    .home .home-actus article {
        width: 100%
    }
}

/*.home .home-actus article .inner {
    background: #fff;
    padding: 10px;
    font-size: 1rem;
    border-radius: 3px
}*/

.home .home-actus .actu-title h3 {
    color: #000;
    text-align: center;
    text-transform: inherit;
    font-size: 30px;
    margin-bottom: 10px
}

.home .home-actus .actu-title:after {
    content: "";
    border-bottom: 1px solid #549238;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    width: 100%
}

.home .home-actus .center {
    margin: 30px auto
}

.home-contact {
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0
}

@media (max-width:819px) {
    .home-contact {
        background-attachment: inherit
    }
}

.home-contact .section-inner {
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width:1439px) {
    .home-contact .section-inner {
        max-width: 100%
    }
}

.home-contact .section-title {
    color: #fff;
    text-align: right;
    font-size: 40px
}

.home-contact__wrap {
    float: right;
    background: hsla(0, 0%, 100%, .9);
    position: relative;
    padding: 400px 30px 20px;
    margin-right: -11px;
    min-width: 600px
}

@media (max-width:819px) {
    .home-contact__wrap {
        float: none;
        padding: 0 10px;
        max-width: 100%;
        min-width: 100%
    }
}

.home-contact__wrap h2:last-of-type {
    display: none
}

.home-contact iframe {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-width: 600px;
    max-width: 100%;
    height: 400px;
    text-align: right
}

@media (max-width:819px) {
    .home-contact iframe {
        position: relative;
        width: 100%;
        margin-left: -15px
    }
}

body#tinymce {
    margin: 12px!important
}

.container.palmares-du-club ul {
    border-left: solid 1px #f3B53e;
    padding-left: 0;
    margin-left: 40px;
}
.container.palmares-du-club ul ul {
    border-left: none;
    padding-left: initial;
    margin-left: initial;
}
.container.palmares-du-club ul li {
    position: relative;
    left: 10px;
}
.container.palmares-du-club ul li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3B53e;
    top: 5px;
    left: -19px;
}
.container.palmares-du-club ul li li:before {
    position: initial;
    content: "-";
    background: transparent;
    top: 0;
    left: 0;
    margin-top: -15px;
}
iframe {
    border: none;
}
.partenaires .page-content img {
    filter: grayscale(1);
    transition: filter 0.3s;
}
.partenaires .page-content img:hover {
    filter: grayscale(0);
}

.team.type-joueurs {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.team.type-joueurs.has-post-thumbnail .inner::before {
    content: '';
    position: absolute;
    background: url(https://larochellebaseball.com/app/uploads/2019/10/LOGO-FFBSv3-640x360.png);
    height: 25px;
    top: 10px;
    right: 10px;
    width: 40px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.team.type-joueurs.has-post-thumbnail .inner::after {
        content: '';
    position: absolute;
    background: url(../images/boucaniers-rond_28a383c9.png);
    height: 50px;
    bottom: 5px;
    left: 5px;
    width: 50px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
