@charset "UTF-8";
/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.cff_owl-carousel .cff_owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.cff_owl-carousel{
    /*display: none;*/
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.cff_owl-carousel .cff_owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.cff_owl-carousel .cff_owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cff_owl-carousel .cff_owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.cff-carousel{
    visibility: hidden; /*Display after init*/
}
.cff_owl-carousel .cff_owl-item{
    float: left;
}
.cff_owl-theme .cff_owl-pagination{
    display: inline-block;
}
.cff_owl-controls .cff_owl-page,
.cff_owl-controls .cff_owl-buttons div,
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    cursor: pointer;
}
.cff_owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.cff_owl-carousel  .cff_owl-wrapper,
.cff_owl-carousel  .cff_owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.cff_owl-theme .cff_owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.cff_owl-theme .cff_owl-controls .cff_owl-buttons div,
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 */
    margin: 5px;
    padding: 0;
    
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #000;

    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    position: relative;
    top: -5px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.cff_owl-theme .cff_owl-controls.clickable .cff_owl-buttons div:hover,
.cff_carousel_arrows_pag .cff_owl-prev:hover,
.cff_carousel_arrows_pag .cff_owl-next:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
.cff_carousel_arrows_pag .cff_owl-prev,
.cff_carousel_arrows_pag .cff_owl-next{
    display: inline-block;
}

/* Styling Pagination*/
.cff_owl-theme .cff_owl-controls .cff_owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    vertical-align: middle;
}
.cff_owl-theme .cff_owl-controls .cff_owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=25);/*IE7 fix*/
    opacity: 0.25;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;

    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_owl-theme .cff_owl-controls .cff_owl-page.active span,
.cff_owl-theme .cff_owl-controls.clickable .cff_owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 0.5;
}


/* If PaginationNumbers is true */
.cff_owl-theme .cff_owl-controls .cff_owl-page span.cff_owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.cff_owl-theme .cff_owl-buttons > div.onhover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    background: rgba(0,0,0,0);
}
.cff_owl-theme .cff_owl-prev.onhover {
    left: 0;
}
.cff_owl-theme .cff_owl-next.onhover {
    right: 0;
}
.cff_owl-theme .cff_owl-buttons > div.onhover i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    background: #000;
    color: #fff;
    margin: -15px 0 5px 0;
    padding: 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    
    box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);
}
.cff_owl-theme .cff_owl-buttons > div.onhover i:hover {
    opacity: 1;
}
.cff_owl-theme .cff_owl-buttons .fa:before,
.cff_carousel_arrows_pag .cff_owl-prev .fa:before,
.cff_carousel_arrows_pag .cff_owl-next .fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
}
.cff_owl-theme .cff_owl-next .fa:before {
    margin: -5px 0 0 -3px;
}
.cff_owl-theme .cff_owl-prev.onhover i {
    left: 10px;
    padding-right: 3px;
}
.cff_owl-theme .cff_owl-next.onhover i {
    right: 10px;
    padding-left: 1px;
}
.cff_owl-theme .cff-comment-attachment,
.cff_owl-theme .cff-comment-replies-box {
    max-width: 100%;
}
.cff-carousel .cff_owl-item > div {
    width: 100% !important;
}
.cff-carousel .cff-post-links {
    max-width: 100%;
}
.cff-carousel .cff-item{
    box-sizing: border-box;
}
.cff-carousel .cff_carousel-more{
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    background: none;
    color: #333;
    text-align: center;
    padding: 0;
    height: 20px;
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0,0,0,0.5);
    margin-top: 0;

    background: #000;
    filter: Alpha(Opacity=25);
    opacity: 0.25;
    color: #fff;
    padding: 0;
    border: none;
    margin-top: 0;
    height: auto;
}
.cff-carousel .cff_carousel-more:hover,
.cff-carousel .cff_carousel-more:focus{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
.cff-carousel .cff_carousel-more .fa-caret-down {
    font-size: 50px;
    line-height: 1;
    padding: 0;
    position: relative;
    top: -19px;
}

/* Remove bottom margin from grid items when in carousel */
#cff.cff-carousel .cff-album-item{
    margin-bottom: 0;
}

/* If it's a box post style then add some spacing */
#cff.cff-carousel .cff-space .cff-item{
    padding: 10px !important;
}
#cff.cff-carousel .cff-space{
    padding: 0 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff_owl-buttons{
    display: inline-block;
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff-left .cff_owl-next,
#cff.cff-carousel .cff_carousel_arrows_pag .cff_owl-prev{
    display: none;
}
#cff.cff-carousel .cff_carousel_arrows_pag .cff-left .cff_owl-prev{
    display: block;
} .cff-wrapper:after{content: "";display: table;clear: both;}#cff {float: left;width: 100%;margin: 0 auto;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff:after{content: "";display: table;clear: both;}.cff-wrapper-ctn{float: left;}.cff-wrapper-ctn.cff-wrapper-fixed-height{overflow: auto;}.cff-wrapper-ctn, #cff .cff-posts-wrap, #cff .cff-masonry-posts{position: relative;clear: both;height: 100%;top: 0;bottom: 0;width: 100%;box-sizing: border-box;}#cff .cff-item{float: left;width: 100%;clear: both;padding: 20px 0 15px 0;margin: 0;border-bottom: 1px solid #ddd;}#cff .cff-item:first-child{padding-top: 0;}#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child{padding: 15px;margin: 8px 0;background: rgba(255,255,255,0.5);border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff.cff-masonry .cff-item.cff-box{margin-left: 1.5%;margin-right: 1.5%;}#cff .cff-item.cff-shadow{box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}#cff.cff-masonry{position: relative;margin-bottom: 50px;}.cff-masonry .cff-load-more{display: none;}.cff-load-more-mobile{display: none;}.cff-header{width: 100%;margin: 0 0 15px 0;padding: 0;line-height: 1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: flex;align-items: center;}.cff-header .fa{float: left;margin-right: 10px;}.cff-header span{display: table-cell;vertical-align: middle;}.cff-header svg {width: 1em;height: 1em;margin-right: 10px;}.cff-wrapper .cff-visual-header {margin-bottom: 24px !important;}.cff-wrapper .cff-visual-header .cff-header-hero {width: 100%;height: 300px;position: relative;}.cff-wrapper .cff-visual-header .cff-header-hero img{display: none;}.cff-wrapper .cff-visual-header .cff-likes-box {position: absolute;bottom: 10px;right: 10px;padding: 5px;background: #eee;line-height: 1;border-radius: 2px;color: #445790;}.cff-wrapper .cff-visual-header .cff-likes-box .cff-square-logo {float: left;display: inline-block;line-height: 0;}.cff-wrapper .cff-visual-header .cff-likes-box .cff-square-logo svg {width: 18px;height: 18px;vertical-align: top;}.cff-wrapper .cff-visual-header .cff-likes-box .cff-likes-count {float: left;display: inline-block;margin-left: 8px;vertical-align: top;font-size: 15px;line-height: 20px;}.cff-wrapper .cff-visual-header .cff-header-inner-wrap {position: relative;display: block;text-decoration: none !important;}.cff-wrapper .cff-visual-header .cff-header-inner-wrap a {color: inherit !important;border: 0;}.cff-wrapper .cff-visual-header .cff-header-img img {display: block;width: 100px;border-radius: 3px;padding: 0;margin: 0;}.cff-wrapper .cff-visual-header.cff-has-cover .cff-header-img img {border: 2px solid #fff;}.cff-wrapper .cff-visual-header .cff-header-img {position: absolute;display: inline-block;line-height: 1;}.cff-wrapper .cff-visual-header.cff-has-cover .cff-header-img {top: -25px;left: 10px;}.cff-wrapper .cff-visual-header .cff-header-text {display: inline-block;float: left;margin: 20px 0 0 120px;}#cff .cff-visual-header .cff-header-text h3, .cff-wrapper .cff-visual-header .cff-header-text h3{display: inline-block;width: auto;margin: 0 8px 0 0;padding: 0;font-size: 1.2em;line-height: 1.2em;}.cff-wrapper .cff-visual-header .cff-header-text{padding-top: 10px;margin: 0;}.cff-wrapper .cff-visual-header.cff-has-name {min-height: 100px;}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {min-height: 75px;}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text {margin-left: 120px;}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text{margin-left: 125px;}.cff-wrapper .cff-visual-header.cff-has-name .cff-header-text{padding-top: 30px;}.cff-wrapper .cff-visual-header.cff-has-name.cff-has-about .cff-header-text, .cff-wrapper .cff-visual-header.cff-has-name.cff-has-cover .cff-header-text{padding-top: 10px;}#cff .cff-visual-header .cff-header-inner-wrap .cff-bio, .cff-wrapper .cff-visual-header .cff-header-inner-wrap .cff-bio {display: block;width: 100%;clear: both;margin: 3px 0 0 0;padding: 0;line-height: 1.2em;}.cff-wrapper .cff-visual-header .cff-header-name{float: left;padding: 0 5px 2px 0;}.cff-wrapper .cff-visual-header .cff-bio-info {font-size: .9em;line-height: 1.7;}.cff-wrapper .cff-visual-header .cff-bio-info svg {width: 1em;vertical-align: middle;position: relative;top: -2px;}.cff-posts-count svg {padding-right: 3px;}.cff-header-text:after, .cff-header-inner-wrap:after{display: table;clear: both;content: " ";}#cff .cff-less{display: none;}#cff a {text-decoration: none;}#cff a:hover, #cff a:focus {text-decoration: underline;}#cff .cff-html5-video, #cff .cff-photo, #cff .cff-album-cover, #cff .cff-event-thumb, #cff .cff-iframe-wrap, #cff .cff-vidLink{text-decoration: none;border: none;}#cff h3, #cff h4, #cff h5, #cff h6, #cff p{float: left;width: 100%;clear: both;padding: 0;margin: 5px 0;line-height: 1.4;word-wrap: break-word;}#cff .cff-date{float: left;width: 100%;min-width: 50px;font-size: 11px;}#cff .cff-date.cff-date-below, #cff .cff-timeline-event .cff-date.cff-date-below{margin: 5px 0 0 0;}#cff .cff-author, #cff-lightbox-wrapper .cff-author{float: left;clear: both;margin: 0 0 15px 0;padding: 0;line-height: 1.2;width: 100%;}#cff .cff-author a, #cff-lightbox-wrapper .cff-author a{text-decoration: none;border: none;}#cff .cff-author-img, #cff-lightbox-wrapper .cff-author-img{float: left;width: 40px;height: 40px;margin: 0 0 0 -100% !important;font-size: 0;background: #eee;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -132px -50px;border-radius: 40px;}#cff .cff-author-img.cff-no-consent img {display: none;}.cff-no-consent .cff-header-text {margin-left: 0 !important;}.cff-no-consent .cff-header-img, .cff-no-consent .cff-header-hero{display: none !important;}#cff .cff-author img, #cff-lightbox-wrapper .cff-author img{float: left;margin: 0 !important;padding: 0 !important;border: none !important;font-size: 0;border-radius: 40px;}#cff .cff-author .cff-author-text span.cff-page-name, #cff-lightbox-wrapper .cff-author .cff-author-text span.cff-page-name{display: table-cell;vertical-align: middle;height: 40px;margin: 0;font-weight: bold;padding-left: 50px;float: none;}#cff .cff-author a, #cff-lightbox-wrapper .cff-author a{text-decoration: none;}#cff .cff-author .cff-story, #cff-lightbox-wrapper .cff-author .cff-story{font-weight: normal;}#cff .cff-author .cff-author-text, #cff-lightbox-wrapper .cff-author .cff-author-text{float: left;width: 100%;min-height: 40px;}#cff .cff-author .cff-page-name, #cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-page-name, #cff-lightbox-wrapper .cff-author .cff-date{float: left;clear: both;width: auto;margin: 0 0 0 50px !important;font-weight: bold;line-height: 1.2;}#cff .cff-author .cff-date, #cff-lightbox-wrapper .cff-author .cff-date{color: #9197a3;font-weight: normal;font-size: 11px;margin-top: 1px !important;margin-bottom: 0px !important;}#cff .cff-author.cff-no-author-info .cff-date, #cff-lightbox-wrapper .cff-author.cff-no-author-info .cff-date{margin-top: 14px !important;}#cff .cff-author.cff-no-author-info .cff-author-img, #cff-lightbox-wrapper .cff-author.cff-no-author-info .cff-author-img{width: 40px;height: 40px;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -132px -50px;}#cff .cff-author .cff-page-name.cff-author-date, #cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date{float: left;padding: 3px 0 0 0;font-size: 14px;}#cff .cff-post-desc, #cff-lightbox-wrapper .cff-post-desc{line-height: 1.3;}#cff span.cff-post-desc, #cff-lightbox-wrapper span.cff-post-desc{display: block;}#cff .cff-post-text .cff-post-desc, #cff-lightbox-wrapper .cff-post-desc{margin: 5px 0;border-left: 2px solid #ddd;border-left: 2px solid rgba(0,0,0,0.1);padding-left: 8px;}#cff .cff-text-wrapper{float: right;width: 77%;margin: 0;padding: 0;}#cff .cff-break-word{word-break: break-all;}#cff .cff-item img{border: none;}#cff .cff-byline{font-size: 12px;display: block;margin: -5px 0 10px 0;}#cff .cff-photo{max-width: 100%;float: left;display: block;position: relative;margin: 0;}#cff .cff-photo span{display: block;}#cff .cff-photo:after, #cff .cff-event-thumb:after, #cff .cff-html5-video:after {border: 1px solid rgba(0, 0, 0, .1);bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;}#cff .cff-media-above{margin-bottom: 7px;}#cff .cff-photo img{float: left;max-width: 100%;height: auto;margin: 0 !important;padding: 0 !important;}#cff .cff-photo .cff-album-icon{position: absolute;z-index: 5;bottom: 5px;right: 5px;height: 22px;background: #000 url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -49px -38px;background: rgba(0,0,0,0.7) url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -49px -38px;color: #fff;font-size: 12px;margin: 0;padding: 0 0 0 26px;line-height: 22px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);-moz-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);-webkit-box-shadow: 0 0 1px 0 rgba(255,255,255,0.8);}#cff .cff-photo.cff-multiple{width: 100%;}#cff .cff-multiple .cff-crop{overflow: hidden;}#cff .cff-main-image.cff-crop{}#cff .cff-img-attachments{width: 100%;float: left;clear: both;}#cff .cff-img-layout-2 .cff-img-wrap{margin: 0;}#cff .cff-img-layout-2 .cff-img-wrap.cff-main-image{margin: 0 0 0.5% 0;}#cff .cff-img-layout-2.cff-portrait .cff-img-wrap{width: 49.75%;float: left;}#cff .cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image{margin: 0 0.5% 0 0;}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap{width: 49.75%;margin: 0.5% 0.25% 0 0.25%;float: left;}#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap{width: 33%;margin: 0.5% 0.25% 0 0.25%;float: left;}#cff .cff-small-layout.cff-img-layout-2 .cff-img-wrap.cff-main-image{margin: 0 0 1% 0;}#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap{width: 49.5%;}#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image{margin: 0 1% 0 0;}#cff .cff-small-layout.cff-img-layout-3 .cff-img-attachments .cff-img-wrap{width: 49.5%;margin: 1% 0.5% 0 0.5%;}#cff .cff-small-layout.cff-img-layout-4 .cff-img-attachments .cff-img-wrap{width: 32.5%;margin: 1% 0.5% 0 0.5%;}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:first-child, #cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:first-child{margin-left: 0;}#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:last-child, #cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:last-child{margin-right: 0;}#cff .cff-img-layout-2:after, #cff .cff-img-layout-3:after, #cff .cff-img-layout-4:after{border: none;}#cff .cff-img-wrap{position: relative;}#cff .cff-img-wrap:after{border: 1px solid rgba(0, 0, 0, .1);bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;}#cff .cff-img-attachments .cff-crop{width: 100%;height: 100px;display: block;float: left;position: relative;border: none;}#cff .cff-img-attachments .cff-crop img{visibility: visible;}#cff .cff-more-attachments, .cff-gdpr-overlay{position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,0.4);}#cff .cff-more-attachments span{position: absolute;width: 100%;text-align: center;top: 50%;left: 0;height: 30px;margin-top: -15px;line-height: 30px;color: #fff;font-size: 30px;}#cff .cff-small-layout .cff-more-attachments span{font-size: 20px;}#cff .cff-photo.cff-img-layout-2 .cff-crop, #cff .cff-html5-video.cff-img-layout-2 .cff-crop{height: 150px;}#cff .cff-photo.cff-multiple .cff-album-icon{display: none;}#cff .cff-album-item{float: left;width: 100%;margin: 0 0 20px 0;padding: 0;text-align: center;}#cff .cff-album-item.cff-col-2{width: 47.5%;width: 45%\9;margin-right: 5%;}#cff .cff-album-item.cff-col-2:nth-of-type(2n){margin-right: 0;}#cff .cff-album-item.cff-col-3{width: 30.3%;width: 28.83%\9;margin-right: 4.5%;}#cff .cff-album-item.cff-col-3:nth-of-type(3n){margin-right: 0;}#cff .cff-album-item.cff-col-4{width: 22%;width: 21%\9;margin-right: 4%;}#cff .cff-album-item.cff-col-4:nth-of-type(4n){margin-right: 0;}#cff .cff-album-item.cff-col-5{width: 17.2%;width: 16.5%\9;margin-right: 3.5%;}#cff .cff-album-item.cff-col-5:nth-of-type(5n){margin-right: 0;}#cff .cff-album-item.cff-col-6{width: 14.16%;width: 13.6%\9;margin-right: 3%;}#cff .cff-album-item.cff-col-6:nth-of-type(6n){margin-right: 0;}#cff .cff-album-item.cff-col-7{width: 12.14%;width: 11.78%\9;margin-right: 2.5%;}#cff .cff-album-item.cff-col-7:nth-of-type(7n){margin-right: 0;}#cff .cff-album-item.cff-col-8{width: 10.75%;width: 10.5%\9;margin-right: 2%;}#cff .cff-album-item.cff-col-8:nth-of-type(8n){margin-right: 0;}#cff.narrow .cff-album-item.cff-col-3, #cff.narrow .cff-album-item.cff-col-4, #cff.narrow .cff-album-item.cff-col-5, #cff.narrow .cff-album-item.cff-col-6, #cff.narrow .cff-album-item.cff-col-7, #cff.narrow .cff-album-item.cff-col-8{width: 47.5%;width: 45%\9;margin-right: 5%;}#cff.narrow .cff-album-item.cff-col-3:nth-of-type(2n), #cff.narrow .cff-album-item.cff-col-4:nth-of-type(2n), #cff.narrow .cff-album-item.cff-col-5:nth-of-type(2n), #cff.narrow .cff-album-item.cff-col-6:nth-of-type(2n), #cff.narrow .cff-album-item.cff-col-7:nth-of-type(2n), #cff.narrow .cff-album-item.cff-col-8:nth-of-type(2n){margin-right: 0;}#cff .cff-album-item .cff-album-cover, #cff .cff-photo.cff-crop, #cff .cff-main-image.cff-crop{width: 100%;display: block;float: left;position: relative;border: none;overflow: hidden;background-size: cover;background-position: center center;}#cff.cff-masonry .cff-album-item .cff-album-cover{height: auto;float: none;overflow: visible;line-height: 0;}#cff .cff-album-item .cff-album-cover img, #cff .cff-new .cff-crop img{visibility: hidden;opacity: 0;display: block!important;}#cff.cff-masonry .cff-album-item .cff-album-cover img{visibility: visible;opacity: 1;}#cff:not(.cff-disable-liquid) .cff-album-item.cff-video .cff-album-cover img{opacity: 0!important;}#cff.cff-disable-liquid .cff-album-item .cff-album-cover{height: auto;}#cff.cff-masonry .cff-album-item.cff-video .cff-album-cover img, #cff.cff-disable-liquid .cff-album-item .cff-album-cover img{visibility: visible;opacity: 1;}#cff.cff-nojs .cff-album-item .cff-album-cover img{height: 100%;visibility: visible;}#cff.cff-nojs .cff-new .cff-crop img{visibility: visible;}#cff .cff-main-image.cff-crop, #cff .cff-html5-video.cff-multiple .cff-main-image{overflow: hidden;float: none;}#cff .cff-html5-video.cff-multiple .cff-main-image:not(.cff-crop){display: block;height: auto !important;}#cff .cff-html5-video.cff-img-layout-2 .cff-img-wrap{display: block;}#cff .cff-html5-video.cff-multiple.cff-portrait .cff-main-image {float: left;}#cff .cffFadeIn{opacity: 1;transition: all 0.1s ease;}#cff .cff-album-item .cff-album-cover:after {border: 1px solid rgba(0, 0, 0, .1);bottom: 0;content: '';left: 0;position: absolute;right: 0;top: 0;}#cff .cff-album-item .cff-album-info{width: 100%;height: 70px;float: left;clear: both;}#cff .cff-album-item h4{font-size: 14px;line-height: 1.2;margin: 10px 0 0 0;padding: 0;}#cff .cff-album-item p{font-size: 12px;color: gray;margin: 5px 0 0 0;}#cff p.cff-empty-album{display: inline !important;margin: 0 !important;padding: 0 !important;height: 0 !important;line-height: 0 !important;width: 0 !important;clear: none !important;}#cff .cff-empty-album{display: none;}#cff .cff-embed-wrap{float: left;width: 100%;margin-top: 5px;}#cff .cff-iframe-wrap{float: left;clear: both;margin: 5px 0;width: 100%;position: relative;padding-bottom: 62%;}#cff iframe{border: 0;}#cff .cff-iframe-wrap iframe{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;border: 0;}#cff .cff-iframe-img{display: none;}#cff .cff-soundcloud, #cff .cff-spotify{margin: 10px 0 0 0;}#cff .cff-desc-wrap{float: left;width: 100%;}#cff .cff-embedded-video .cff-post-text{margin: 0 0 15px 0;}#cff.narrow .cff-embedded-video .cff-iframe-wrap, #cff.narrow .cff-embedded-video .cff-text-wrapper{width: 100%;}#cff.narrow .cff-embedded-video .cff-iframe-wrap{padding-bottom: 62%;}#cff .cff-video-player iframe, #cff .cff-video-player .fb-video{position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;}#cff .cff-html5-video, #cff video{float: left;clear: left;position: relative;width: 100%;margin: 0;padding: 0;overflow: hidden;}#cff video{z-index: 1;}#cff .cff-vidLink{float: left;clear: both;position: relative;z-index: 1;width: 100%;max-width: 100%;display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;}#cff .cff-vidLink .cff-poster{width: 100%;height: auto;float: left;}#cff .cff-playbtn{position: absolute;z-index: 9;background: #141B38;background: rgba(0,0,0,0.7);top: 50%;left: 50%;margin-top: -28px;margin-left: -28px;padding: 13px 16px;font-size: 30px;color: #fff;font-style: normal !important;width: 32px;-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;*width: 47px;*height: 51px;*padding: 0;*background: #000 url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -83px -32px;}#cff .cff-html5-play:hover .cff-playbtn, #cff .cff-html5-play:focus .cff-playbtn, #cff .cff-html5-video .cff-playbtn:hover{background: #141B38;cursor: pointer;*background: #000 url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -83px -32px;}#cff.cff .cff-posts-wrap svg.cff-playbtn{width: 1em;height: 1em;font-size: 56px;padding: 14px 12px;}#cff .cff-desc-wrap.cff-no-image{float: right;width: 86%;}#cff .cff-playbtn-solo{width: 10%;float: left;margin-top: 5px;}#cff .cff-playbtn.no-poster, #cff.cff-half-layout .cff-playbtn.no-poster, #cff.cff-thumb-layout .cff-playbtn.no-poster{position: relative;top: 0;left: 0;margin: 0;}.cff-html5-play{display: block;position: absolute;z-index: 8;width: 100%;top: 0;right: 0;bottom: 0;left: 0;}#cff .cff-video-player iframe, #cff .cff-video-player .fb-video {z-index: 1;}#cff.cff-thumb-layout .cff-video .cff-playbtn, #cff.cff-half-layout .cff-video .cff-playbtn{margin-top: -22px;margin-left: -23px;padding: 11px 13px;font-size: 24px;}#cff .cff-expand{display: none;white-space: normal;}#cff .cff-expand a{font-size: 11px;font-weight: normal;}#cff .cff-shared-link{float: left;clear: both;width: 100%;padding: 8px;margin: 10px 0 5px 0;background: #f9f9f9;border: 1px solid #d9d9d9;background: rgba(0,0,0,0.02);border: 1px solid rgba(0,0,0,0.07);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff .cff-no-styles{background: none;border: none;padding: 0;}#cff .cff-link{float: left;clear: both;border: none;max-width: 20%;margin-right: 3%;}#cff .cff-link:hover, #cff .cff-link:focus{text-decoration: none;}#cff .cff-link img{width: 100%;max-width: 100%;float: left;margin: 0 !important;padding: 0 !important;border: none !important;}#cff .cff-link-title{float: left;clear: both;width: 100%;display: block;font-weight: bold;}#cff p.cff-link-title{margin: 0;}#cff .cff-text-link{float: left;clear: none;width: 100%;padding: 0 0 5px 0;width: 72%;}#cff .cff-link-caption{font-size: 12px;margin: 0;}#cff .cff-text-link.cff-no-image{width: 100% !important;}#cff .cff-shared-link .cff-post-desc{margin-bottom: 0;}#cff .cff-full-size .cff-link{width: 100%;max-width: 100%;margin-right: 0%;margin-bottom: 5px;text-align: center;}#cff .cff-full-size .cff-link img{width: auto;float: none;}#cff .cff-full-size .cff-text-link{width: 100%;}#cff .cff-details, #cff-lightbox-wrapper .cff-details{float: left;clear: none;width: 77%;margin-left: 3%;padding: 0 0 10px 0;}#cff .cff-timeline-event .cff-details, #cff-lightbox-wrapper .cff-details{width: 100%;margin: 0;padding: 0;}#cff-lightbox-wrapper .cff-details{padding-bottom: 20px;}#cff .cff-timeline-event .cff-timeline-event-title, #cff .cff-timeline-event .cff-date, #cff .cff-timeline-event .cff-where, #cff .cff-timeline-event .cff-info, #cff-lightbox-wrapper .cff-timeline-event-title, #cff-lightbox-wrapper .cff-date, #cff-lightbox-wrapper .cff-where{display: block;}#cff-lightbox-wrapper .cff-info{display: none;}#cff .cff-timeline-event .cff-date, #cff-lightbox-wrapper .cff-date{margin: 0;}#cff .cff-timeline-event b, #cff .cff-event b, #cff-lightbox-wrapper b{font-weight: normal;}#cff .cff-timeline-event .cff-end-date k, #cff .cff-event .cff-end-date k, #cff-lightbox-wrapper .cff-end-date k, #cff-lightbox-wrapper .cff-end-date k{display: none;}#cff .cff-timeline-event .cff-post-text{padding-bottom: 5px;}#cff .cff-event-thumb{position: relative;width: 100%;float: left;clear: none;margin: 0;}#cff .cff-event-thumb img{float: left;overflow: hidden;width: 100%;height: auto;margin: 0 !important;padding: 0 !important;border: none !important;}#cff .cff-event-thumb.cff-has-cover{width: 100%;padding: 0;}#cff .cff-details.cff-has-cover{width: 100%;margin: 5px 0 0 0;}#cff .cff-details h5{margin: 0 0 5px 0;padding: 0;font-size: 16px;}#cff .cff-details p{font-size: 14px;}#cff .cff-details .cff-info{padding: 10px 0 0 0;line-height: 1.2;clear: both;}#cff .cff-details .cff-where{clear: both;}#cff .cff-details .cff-where, #cff .cff-details .cff-when{white-space: normal !important;}#cff .cff-timeline-event .cff-text-wrapper {}#cff .cff-event .cff-photo{margin-top: 5px;}#cff .cff-event .cff-photo img{width: 100%;max-width: 100%;height: auto;margin: 0;}#cff .cff-event .cff-details {padding: 0;}#cff.cff-half-layout .cff-event .cff-details{float: right;width: 47%;}#cff .cff-event .cff-meta-links{float: right;clear: both;margin: 5px 0 0 0;}#cff .cff-event .cff-meta-links a{float: left;padding: 0 10px;border-left: 1px solid #ccc;}#cff .cff-event .cff-meta-links a:first-child{border: none;}#cff .cff-no-events{width: 100%;text-align: center;}#cff .cff-event .cff-date{position: relative;}#cff .cff-more-dates{height: 16px;margin: 0 0 0 10px;padding: 2px 5px;border: 1px solid #ddd;font-size: 12px;text-decoration: none;border-radius: 3px;}#cff .cff-more-dates:hover{background: rgba(0,0,0,0.05);text-decoration: none;}#cff .cff-multiple-dates{display: none;position: absolute;z-index: 10;top: 30px;left: 0;max-height: 150px;padding: 8px 20px 8px 12px;margin: 0 0 0 -12px;color: #333;overflow-y: auto;background: rgba(255,255,255,0.95);border-radius: 3px;border: 1px solid #ddd;box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}#cff .cff-multiple-date{display: block;}.cff-event-place, .cff-event-street{display: block;}.cff-event-zip{margin-left: 6px;}.cff-event-map-link{margin-left: 4px;}#cff .cff-note-title{display: block;font-weight: bold;padding-bottom: 5px;}#cff .cff-meta-wrap{float: left;width: 100%;margin: 5px 0 0 0;padding: 0;}#cff .cff-meta, #cff-lightbox-wrapper .cff-meta{float: left;clear: both;list-style-type: none;padding: 10px 0 !important;margin: 0 !important;}#cff .cff-meta li, #cff-lightbox-wrapper .cff-meta li{float: left;width: auto;display: block;list-style-type: none !important;margin: 0 10px 0 0 !important;padding: 0 !important;font-size: 11px;line-height: 16px !important;background: none !important;}#cff .cff-meta li:before, #cff-lightbox-wrapper .cff-meta li:before{content: none !important;}.cff-icon, .cff-icon svg{width: 16px;height: 16px;transition: all 0.1s ease;}.cff-haha, .cff-wow, .cff-sad, .cff-angry, .cff-haha svg, .cff-wow svg, .cff-sad svg, .cff-angry svg{width: 17px;height: 17px;}#cff .cff-icon, #cff .cff-reactions-count .cff-like, #cff-lightbox-wrapper .cff-icon, #cff-lightbox-wrapper .cff-reactions-count .cff-like{display: block;float: left;position: relative;z-index: 2;margin: 0;margin-left: 3px;}#cff .cff-icon svg, #cff-lightbox-wrapper .cff-icon svg{z-index: 2;}#cff .cff-meta .cff-count, #cff-lightbox-wrapper .cff-meta .cff-count{position: relative;z-index: 2;margin-left: 5px;}#cff .cff-replace, #cff-lightbox-wrapper .cff-replace{display: none;}#cff .cff-comments-box .cff-comments .cff-icon, #cff .cff-comments-box .cff-likes .cff-icon, #cff-lightbox-wrapper .cff-comments-box .cff-comments .cff-icon, #cff-lightbox-wrapper .cff-comments-box .cff-likes .cff-icon{margin: 0 5px 0 0;}#cff .cff-reactions-count .cff-like, #cff .cff-love, #cff .cff-haha, #cff .cff-wow, #cff .cff-sad, #cff .cff-angry, #cff .cff-reactions-count svg, #cff-lightbox-wrapper .cff-reactions-count .cff-like, #cff-lightbox-wrapper .cff-love, #cff-lightbox-wrapper .cff-haha, #cff-lightbox-wrapper .cff-wow, #cff-lightbox-wrapper .cff-sad, #cff-lightbox-wrapper .cff-angry, #cff-lightbox-wrapper .cff-reactions-count svg{display: block;float: left;position: relative;margin: 0 0 0 1px;z-index: 2;}#cff-lightbox-wrapper .cff-comments-box .cff-reactions-count .cff-icon {margin-right: 3px;}#cff .cff-icon path, #cff-lightbox-wrapper .cff-icon path{fill: rgba(0,0,0,0.4);}#cff .cff-reaction-one path, #cff .cff-reaction-two path, #cff .cff-reactions-count path, #cff-lightbox-wrapper .cff-reaction-one path, #cff-lightbox-wrapper .cff-reaction-two path, #cff-lightbox-wrapper .cff-reactions-count path{fill: rgba(0,0,0,0.4);}#cff svg.cff-svg-bg, #cff-lightbox-wrapper svg.cff-svg-bg, #cff .cff-reactions-count .cff-svg-bg, #cff .cff-reactions-count .cff-svg-bg-dark{position: absolute;left: 0;top: 0;z-index: -1;}#cff .cff-svg-bg path, #cff-lightbox-wrapper .cff-svg-bg path{fill: rgba(255,255,255,0.7);}#cff .cff-svg-bg-dark .cff-svg-bg path, #cff-lightbox-wrapper .cff-svg-bg-dark .cff-svg-bg path{fill: rgba(0,0,0,0.05);}#cff .cff-like .cff-svg-bg path, #cff-lightbox-wrapper .cff-like .cff-svg-bg path{fill: url(#likeGrad);}#cff .cff-dark .cff-icon path, #cff-lightbox-wrapper .cff-dark .cff-icon path, #cff .cff-dark .cff-reaction-one path, #cff .cff-dark .cff-reaction-two path, #cff .cff-dark .cff-reactions-count path, #cff-lightbox-wrapper .cff-dark .cff-reaction-one path, #cff-lightbox-wrapper .cff-dark .cff-reaction-two path, #cff-lightbox-wrapper .cff-dark .cff-reactions-count path{fill: rgba(0,0,0,1);fill: rgba(255,255,255,0.1);}#cff .cff-dark .cff-svg-bg path, #cff-lightbox-wrapper .cff-dark .cff-svg-bg path{fill: rgba(255,255,255,0.9);}#cff .cff-dark .cff-svg-bg-dark .cff-svg-bg path, #cff-lightbox-wrapper .cff-dark .cff-svg-bg-dark .cff-svg-bg path{fill: rgba(255,255,255,0.7);}#cff .cff-dark .cff-like .cff-svg-bg path, #cff-lightbox-wrapper .cff-dark .cff-like .cff-svg-bg path{fill: url(#likeGradDark);}#cff .cff-reaction-one:not(.cff-no-animate), #cff-lightbox-wrapper .cff-reaction-one{position: relative;z-index: 1;animation-name: cff_reactions_enter;animation-duration: 0.1s;}#cff .cff-reaction-one.cff-no-animate{margin-left: 0;}#cff .cff-reaction-two, #cff-lightbox-wrapper .cff-reaction-two{position: relative;z-index: 0;animation-name: cff_reactions_enter_two;animation-duration: 0.2s;}@keyframes cff_reactions_enter {0% {opacity: 0;margin-left: -10px;}25% {opacity: 0;margin-left: -7px;}50% {opacity: 25%;margin-left: -4px;}50% {opacity: 50%;margin-left: -1px;}100% {opacity: 100%;margin-left: 2px;}}@keyframes cff_reactions_enter_two {0% {opacity: 0;margin-left: -30px;}25% {opacity: 0;margin-left: -22px;}50% {opacity: 25%;margin-left: -14px;}50% {opacity: 50%;margin-left: -6px;}100% {opacity: 100%;margin-left: 2px;}}#cff .cff-reactions-count, #cff-lightbox-wrapper .cff-reactions-count{float: left;padding-top: 1px;font-size: 11px;line-height: 11px !important;margin-right: -2px;}#cff .cff-reactions-count span:first-child, #cff-lightbox-wrapper .cff-reactions-count span:first-child{margin-left: 0;}#cff .cff-like-count, #cff .cff-love-count, #cff .cff-haha-count, #cff .cff-wow-count, #cff .cff-sad-count, #cff .cff-angry-count, #cff-lightbox-wrapper .cff-like-count, #cff-lightbox-wrapper .cff-love-count, #cff-lightbox-wrapper .cff-haha-count, #cff-lightbox-wrapper .cff-wow-count, #cff-lightbox-wrapper .cff-sad-count, #cff-lightbox-wrapper .cff-angry-count{float: left;margin: 0 6px 0 0;font-size: 11px;line-height: 17px;}#cff .cff-like-count, #cff .cff-love-count, #cff .cff-haha-count, #cff .cff-wow-count, #cff .cff-sad-count, #cff .cff-angry-count{margin-right: 8px;}.cff-reaction-wrap{display: inline-block;}#cff .cff-view-comments, #cff-lightbox-wrapper .cff-view-comments{display: block;overflow: hidden;outline: none;float: left;clear: left;height: 37px;margin: 5px 12px 5px 0;padding: 0 5px 0 10px;background: #eee;border: none;text-decoration: none;background: rgba(0,0,0,0.05);box-shadow: 0 0 0 1px rgba(0,0,0,0.07);border-radius: 4px;}#cff.cff-masonry-css .cff-view-comments{-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}#cff .cff-view-comments.cff-hide-comments{display: none;}#cff .cff-view-comments:hover{box-shadow: 0 0 0 1px rgba(0,0,0,0.09);}#cff .cff-view-comments{position: relative;}#cff .cff-view-comments:after{content: '';position: absolute;top: 0;left: -200%;width: 200%;height: 100%;z-index: 0;background: linear-gradient(90deg, rgba(0,0,0,0.04) 50%, rgba(0,0,0,0) 100%);transition: all 0.2s ease;}#cff .cff-view-comments:hover:after{left: 0;transition: all 0.5s ease;}#cff .cff-open path, #cff .cff-view-comments .cff-animate path, #cff-lightbox-wrapper .cff-view-comments .cff-animate path, #cff .cff-reactions-count path{fill: rgba(0,0,0,0.5);}#cff .cff-open .cff-dark path, #cff .cff-view-comments .cff-dark .cff-animate path, #cff-lightbox-wrapper .cff-view-comments .cff-dark .cff-animate path, #cff .cff-dark .cff-reactions-count path{fill: rgba(255,255,255,0.05);}#cff .cff-open .cff-svg-bg path, #cff .cff-view-comments .cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-svg-bg path{fill: rgba(255,255,255,1);}#cff .cff-open .cff-svg-bg-dark .cff-svg-bg path, #cff .cff-view-comments .cff-animate .cff-svg-bg-dark .cff-svg-bg path, #cff .cff-reactions-count .cff-svg-bg-dark .cff-svg-bg path{fill: rgba(0,0,0,0.05);}#cff .cff-open .cff-like .cff-svg-bg path, #cff .cff-view-comments .cff-like.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-like .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-like .cff-svg-bg path{fill: url(#likeGradHover);}#cff .cff-open .cff-love .cff-svg-bg path, #cff .cff-view-comments .cff-love.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-love .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-love .cff-svg-bg path{fill: #ffb9b9;}#cff .cff-open .cff-haha .cff-svg-bg path, #cff .cff-open .cff-wow .cff-svg-bg path, #cff .cff-open .cff-sad .cff-svg-bg path, #cff .cff-view-comments .cff-haha.cff-animate .cff-svg-bg path, #cff .cff-view-comments .cff-wow.cff-animate .cff-svg-bg path, #cff .cff-view-comments .cff-sad.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-haha .cff-svg-bg path, #cff .cff-reactions-count .cff-wow .cff-svg-bg path, #cff .cff-reactions-count .cff-sad .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-haha .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-wow .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-sad .cff-svg-bg path{fill: #ffe7a4;}#cff .cff-open .cff-angry .cff-svg-bg path, #cff .cff-view-comments .cff-angry.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-angry .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-angry .cff-svg-bg path{fill: url(#angryGrad);}#cff .cff-open .cff-shares .cff-svg-bg path, #cff .cff-view-comments .cff-share.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-share .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-share .cff-svg-bg path{fill: #fdf3d0;}#cff .cff-open .cff-comments .cff-svg-bg path, #cff .cff-view-comments .cff-comment.cff-animate .cff-svg-bg path, #cff .cff-reactions-count .cff-comment .cff-svg-bg path, #cff-lightbox-wrapper .cff-reactions-count .cff-comment .cff-svg-bg path{fill: white;}#cff .cff-view-comments .cff-icon path, #cff .cff-view-comments .cff-icon.cff-animate path{transition: all 0.2s ease;}#cff .cff-view-comments .cff-icon.cff-animate svg{animation-duration: 0.2s;}#cff.cff-no-svgs svg, #cff-lightbox-wrapper.cff-no-svgs svg{display: none;}#cff.cff-no-svgs .cff-comments-box .cff-comments .cff-icon, #cff.cff-no-svgs .cff-comments-box .cff-likes .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-comments .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-likes .cff-icon {margin: 0 3px 0 0;}#cff.cff-no-svgs .cff-like, #cff.cff-no-svgs .cff-love, #cff.cff-no-svgs .cff-haha, #cff.cff-no-svgs .cff-wow, #cff.cff-no-svgs .cff-sad, #cff.cff-no-svgs .cff-angry, #cff.cff-no-svgs .cff-share, #cff.cff-no-svgs .cff-comment, #cff.cff-no-svgs .cff-comments .cff-icon, #cff.cff-no-svgs .cff-reactions-count svg, #cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like, #cff-lightbox-wrapper.cff-no-svgs .cff-love, #cff-lightbox-wrapper.cff-no-svgs .cff-haha, #cff-lightbox-wrapper.cff-no-svgs .cff-wow, #cff-lightbox-wrapper.cff-no-svgs .cff-sad, #cff-lightbox-wrapper.cff-no-svgs .cff-angry, #cff-lightbox-wrapper.cff-no-svgs .cff-share, #cff-lightbox-wrapper.cff-no-svgs .cff-comment, #cff-lightbox-wrapper.cff-no-svgs .cff-comments .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count svg{background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat;}#cff.cff-no-svgs .cff-like, #cff.cff-no-svgs .cff-reactions-count .cff-like, #cff-lightbox-wrapper.cff-no-svgs .cff-like, #cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like{background-position: 0 -17px;}#cff.cff-no-svgs .cff-reactions-count .cff-like, #cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-like{width: 13px;}#cff.cff-no-svgs .cff-share{width: 14px;background-position: 0 -33px;}#cff.cff-no-svgs .cff-comments .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-comments .cff-icon{width: 12px;}#cff.cff-no-svgs .cff-love, #cff-lightbox-wrapper.cff-no-svgs .cff-love{width: 15px;height: 13px;margin-top: 1px;background-position: -34px -1px;}#cff.cff-no-svgs .cff-reactions-count .cff-love, #cff-lightbox-wrapper.cff-no-svgs .cff-reactions-count .cff-love{height: 14px;background-position: -34px 0px;}#cff.cff-no-svgs .cff-haha, #cff-lightbox-wrapper.cff-no-svgs .cff-haha{height: 15px;background-position: -34px -15px;}#cff.cff-no-svgs .cff-wow, #cff-lightbox-wrapper.cff-no-svgs .cff-wow{height: 15px;background-position: -34px -47px;}#cff.cff-no-svgs .cff-sad, #cff-lightbox-wrapper.cff-no-svgs .cff-sad{height: 15px;background-position: -34px -31px;}#cff.cff-no-svgs .cff-angry, #cff-lightbox-wrapper.cff-no-svgs .cff-angry{height: 15px;background-position: -34px -63px;}#cff.cff-no-svgs .cff-comments-box .cff-comment-likes b, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-comment-likes b{background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat;background-position: 1px -48px;width: 10px;height: 9px;}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments{position: relative;}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments a, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments a{position: relative;z-index: 1;height: 20px;}#cff.cff-no-svgs .cff-comments-box .cff-show-more-comments:after, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box .cff-show-more-comments:after{position: absolute;z-index: 0;content: '...';top: -2px;font-size: 20px;color: #333;height: 20px;line-height: 20px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-comments .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-comments .cff-icon{background-position: -17px 0;}#cff.cff-no-svgs .cff-dark .cff-reactions-count .cff-like, #cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-dark .cff-reactions-count .cff-like, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-icon{background-position: -17px -17px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-shares .cff-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-shares .cff-icon{background-position: -17px -34px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-love, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-love{background-position: -52px -1px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-wow, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-wow{background-position: -34px -47px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-haha, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-haha{background-position: -34px -15px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-sad, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-sad{background-position: -34px -31px;}#cff.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-angry, #cff-lightbox-wrapper.cff-no-svgs .cff-meta.cff-dark li.cff-likes .cff-angry{background-position: -51px -63px;}#cff.cff-no-svgs .cff-dark .cff-comment-replies .cff-replies-icon, #cff-lightbox-wrapper.cff-no-svgs .cff-dark .cff-comment-replies .cff-replies-icon{background-position: -17px -65px;}#cff.cff-no-svgs .cff-comments-box.cff-dark .cff-show-more-comments:after, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box.cff-dark .cff-show-more-comments:after{color: rgba(255,255,255,0.7);}#cff.cff-no-svgs .cff-comments-box.cff-dark .cff-comment-likes b, #cff-lightbox-wrapper.cff-no-svgs .cff-comments-box.cff-dark .cff-comment-likes b {background-position: -16px -48px;}#cff .cff-comments-box, #cff-lightbox-wrapper .cff-comments-box{display: none;float: left;clear: both;width: 100%;max-width: 100%;margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;*width: 95%;*margin-top: 5px;}#cff .cff-comments-box .cff-likes, #cff-lightbox-wrapper .cff-comments-box .cff-likes{margin-bottom: 1px;}#cff .cff-comments-box .cff-comments .cff-icon, #cff-lightbox-wrapper .cff-comments-box .cff-comments .cff-icon{margin-top: 1px;}#cff .cff-comments-box p, #cff .cff-comments-box .cff-comment, #cff .cff-comments-box .cff-comment-reply, #cff-lightbox-wrapper .cff-comments-box p, #cff-lightbox-wrapper .cff-comments-box .cff-comment, #cff-lightbox-wrapper .cff-comments-box .cff-comment-reply{width: 100%;min-width: 100%;float: left;clear: both;font-size: 12px;padding: 5px 20px 5px 10px;margin: 0 0 1px 0;background: #eee;background: rgba(0,0,0,0.05);line-height: 17px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff .cff-comments-box.cff-no-comments, #cff-lightbox-wrapper .cff-comments-box.cff-no-comments{width: auto;}#cff .cff-comments-box .cff-comment-on-facebook, #cff-lightbox-wrapper .cff-comments-box .cff-comment-on-facebook{border-radius: 4px;}#cff-lightbox-wrapper .cff-comments-box .cff-comment-on-facebook a{text-decoration: none;}#cff .cff-comments-wrap, #cff-lightbox-wrapper .cff-comments-wrap{float: left;clear: both;overflow: hidden;width: 100%;padding-bottom: 0;border-radius: 0 0 4px 4px;background: rgba(0,0,0,0.05);}#cff .cff-comments-box .cff-comment, #cff-lightbox-wrapper .cff-comments-box .cff-comment{display: none;margin: 0;background: none;}#cff .cff-comments-box .cff-name, #cff-lightbox-wrapper .cff-comments-box .cff-name{padding: 0;margin-right: 6px;font-weight: bold;}#cff .cff-comments-box .cff-comment-likes, #cff-lightbox-wrapper .cff-comments-box .cff-comment-likes{font-style: normal;border-radius: 4px 4px 0 0;}#cff .cff-comments-box .cff-comment-likes b, #cff-lightbox-wrapper .cff-comments-box .cff-comment-likes b{display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;background-position: 0 -50px;width: 10px;height: 9px;margin: 0;line-height: 1;padding: 2px 2px 0 2px;-webkit-box-sizing: unset;-moz-box-sizing: unset;box-sizing: unset;}.cff-comments-box .cff-comment-likes path{fill: rgba(0,0,0,0.6);}.cff-comments-box .cff-comment-likes .cff-comment-likes-bg{background: rgba(255,255,255,0.6);box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);padding: 1px 4px 2px 3px;border-radius: 5px;margin: 0 0 0 2px;font-size: 10px;display: inline-block;}.cff-comments-box.cff-dark .cff-comment-likes .cff-comment-likes-bg{background: rgba(255,255,255,0.2);}#cff .cff-comments-box.cff-dark .cff-comment-likes b, #cff-lightbox-wrapper .cff-comments-box.cff-dark .cff-comment-likes b{background-position: -17px -50px;}#cff .cff-comments-box .cff-time, #cff-lightbox-wrapper .cff-comments-box .cff-time{float: left;clear: both;font-size: 11px;margin: 2px 0 0 0;display: block;font-style: italic;}#cff .cff-comment .cff-comment-date, #cff-lightbox-wrapper .cff-comment .cff-comment-date{margin-right: 3px;}#cff .cff-comment-likes, #cff-lightbox-wrapper .cff-comment-likes{margin: 5px 0 10px 0;width: 100%;}#cff .cff-comment-text-wrapper, #cff-lightbox-wrapper .cff-comment-text-wrapper{width: 100%;float: left;}#cff .cff-comment .cff-comment-img, #cff-lightbox-wrapper .cff-comment .cff-comment-img{float: left;width: 32px;margin: 0 0 0 -100% !important;border-radius: 40px;}#cff .cff-comment .cff-comment-img img, #cff .cff-comment .cff-comment-avatar, #cff-lightbox-wrapper .cff-comment .cff-comment-img img, #cff-lightbox-wrapper .cff-comment .cff-comment-avatar{float: left;width: 32px;margin: 0 10px 0 0 !important;padding: 0 !important;border: none !important;border-radius: 40px;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}#cff .cff-comment .cff-comment-avatar, #cff-lightbox-wrapper .cff-comment .cff-comment-avatar, #cff .cff-avatar-fallback, #cff-lightbox-wrapper .cff-avatar-fallback{height: 32px;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -77px 0;}#cff-lightbox-wrapper .cff-avatar-fallback img{position: relative;text-indent: -9999px;}#cff-lightbox-wrapper .cff-avatar-fallback img[alt]:after {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -77px 0;font-family: 'Helvetica';font-weight: 300;line-height: 2;text-align: center;content: '';}#cff .cff-comment .cff-comment-text, #cff-lightbox-wrapper .cff-comment .cff-comment-text{margin: 0 0 0 42px;line-height: 1.3;}#cff .cff-comment .cff-comment-text p, #cff-lightbox-wrapper .cff-comment .cff-comment-text p{padding: 0 !important;margin: 0 !important;line-height: 1.4;background: none !important;}#cff .cff-comment-text.cff-no-image, #cff-lightbox-wrapper .cff-comment-text.cff-no-image{margin: 0;}#cff .cff-comments-box .cff-show-more-comments, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments{text-align: center;padding: 2px 0 1px 0;background: rgba(0,0,0,0.02);border-top: 1px solid rgba(0,0,0,0.05);margin-top: 8px;transition: all 0.5s ease;}#cff .cff-comments-box .cff-show-more-comments-a, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments-a{width: 100%;display: block;padding: 2px 0;text-decoration: none;}#cff .cff-comments-box .cff-show-more-comments svg, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments svg{width: 17px;height: 10px;}#cff .cff-comments-box .cff-show-more-comments path, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments path{fill: rgba(0,0,0,0.5);transition: all 0.5s ease;}#cff .cff-dark .cff-show-more-comments path, #cff-lightbox-wrapper .cff-dark .cff-show-more-comments path{fill: rgba(255,255,255,0.8);}#cff .cff-dark .cff-show-more-comments, #cff-lightbox-wrapper .cff-dark .cff-show-more-comments{background: rgba(255,255,255,0.1);border-top: 1px solid rgba(255,255,255,0.2);}#cff .cff-comments-box .cff-show-more-comments:hover, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments:hover{background: rgba(0,0,0,0.05);text-decoration: none;transition: all 0.1s ease;}#cff .cff-comments-box .cff-show-more-comments:hover path, #cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments:hover path{fill: rgba(0,0,0,0.7);transition: all 0.1s ease;}#cff .cff-comment .cff-comment-text img, #cff img.emoji, #cff-lightbox-wrapper .cff-comment .cff-comment-text img, #cff-lightbox-wrapper img.emoji{float: none;max-width: 100%;}#cff .cff-comment-attachment, #cff-lightbox-wrapper .cff-comment-attachment{float: left;clear: both;width: 120px;height: auto;margin: 5px 0 0 0;}#cff .cff-comment-attachment img, #cff-lightbox-wrapper .cff-comment-attachment img{float: left;}#cff .cff-comment-replies a, #cff-lightbox-wrapper .cff-comment-replies a{display: block;float: left;position: relative;padding: 3px 0;font-size: 11px;}#cff .cff-comment-replies-box, #cff-lightbox-wrapper .cff-comment-replies-box{float: left;clear: both;border-left: 2px solid #dcdee3;border-left: 2px solid rgba(0,0,0,0.1);}#cff .cff-comments-box .cff-comment-replies-box .cff-comment-reply, #cff-lightbox-wrapper .cff-comments-box .cff-comment-replies-box .cff-comment-reply{background: none;}#cff .cff-comment-replies-box a, #cff-lightbox-wrapper .cff-comment-replies-box a{color: inherit !important;}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-img img, #cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-img img{width: 20px;height: 20px;}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text, #cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-text{margin: 0 0 0 28px;}#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text.cff-no-name, #cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-text.cff-no-name{margin: 0;}#cff .cff-comment-replies .cff-replies-icon, #cff-lightbox-wrapper .cff-comment-replies .cff-replies-icon{background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat 0 -65px;width: 11px;height: 8px;display: block;float: left;margin: 5px 5px 0 0;}#cff .cff-dark .cff-comment-replies .cff-replies-icon, #cff-lightbox-wrapper .cff-dark .cff-comment-replies .cff-replies-icon{background-position: -17px -65px;}#cff .cff-post-links, #cff .cff-event-meta{float: right;clear: none;margin-top: 12px;font-size: 11px;}#cff .cff-event-meta{float: left;}#cff .cff-post-links.cff-left{float: left;margin: 8px 0;}#cff .cff-post-links a{font-size: 11px;}#cff .cff-post-links a:first-child{padding-left: 0;margin: 0;}#cff .cff-dot{padding: 0 5px;}#cff .cff-share-container{position: relative;display: inline;}#cff .cff-share-tooltip{display: none;position: absolute;z-index: 1000;bottom: 22px;right: 0;width: 110px;padding: 4px 5px;margin: 0;background: #333;color: #fff;font-size: 12px;line-height: 1.4;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff .cff-share-tooltip .fa-play{position: absolute;font-size: 8px;bottom: -8px;right: 8px;color: #333;transform: rotate(90deg);height: 14px;width: 14px;}#cff .cff-share-tooltip a .fa, #cff .cff-share-tooltip a svg{font-size: 16px;margin: 0;padding: 5px;box-sizing: unset;overflow: visible;height: 1em;width: 0.9em;display: block;}#cff .cff-share-tooltip a{display: block;float: left;margin: 0 !important;padding: 0 !important;color: #fff !important;opacity: 0;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}#cff .cff-share-tooltip a:hover{color: #fff !important;}#cff .cff-share-tooltip .cff-facebook-icon:hover{background: #3b5998;}#cff .cff-share-tooltip .cff-twitter-icon:hover{background: #00aced;}#cff .cff-share-tooltip .cff-google-icon:hover{background: #dd4b39;}#cff .cff-share-tooltip .cff-linkedin-icon:hover{background: #007bb6;}#cff .cff-share-tooltip .cff-pinterest-icon:hover{background: #cb2027;}#cff .cff-share-tooltip .cff-email-icon:hover{background: #666;}#cff .cff-share-tooltip a.cff-show{opacity: 1;transition: opacity 0.2s ease;}.cff-likebox{float: left;width: 100%;position: relative;margin: 0;padding: 0;}.cff-likebox.cff-top{margin-bottom: 10px;}.cff-likebox.cff-bottom{margin-top: 10px;}.cff-likebox iframe{width: 100%;margin: 0 !important;border: 0 !important;padding: 0;position: relative;top: 0;left: 0;width: 100% !important;}#cff.cff-fixed-height{padding: 5px 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}#cff.cff-thumb-layout .cff-photo, #cff.cff-thumb-layout .cff-iframe-wrap, #cff.cff-thumb-layout .cff-html5-video, #cff.cff-thumb-layout .cff-vidLink{width: 20%;clear: none;}#cff.cff-thumb-layout .cff-html5-video .cff-vidLink{width: 100%;}#cff.cff-thumb-layout .cff-iframe-wrap{margin-top: 0;padding-bottom: 16%;}#cff.cff-thumb-layout .cff-likebox .fb_iframe_widget iframe{margin: 0;}#cff.cff-thumb-layout .cff-photo img{width: 100%;height: auto;}#cff.cff-thumb-layout .cff-posts-wrap svg.cff-playbtn{margin-top: -15px;margin-left: -15px;width: 1em;height: 1em;font-size: 32px;padding: 8px 10px;}#cff.cff-thumb-layout .cff-text-wrapper{float: right;width: 77%;}#cff.cff-thumb-layout .cff-link-item .cff-text-wrapper{width: 100%;}#cff.cff-thumb-layout .cff-audio-post .cff-text-wrapper{width: 100%;}#cff.cff-thumb-layout .cff-post-text{margin-top: 0;}#cff.cff-thumb-layout .cff-date {margin-bottom: 10px;}#cff.cff-thumb-layout .cff-photo-hover .fa, #cff.cff-thumb-layout .cff-photo-hover svg{margin-top: -11px;margin-left: -10px;font-size: 24px;}#cff.cff-thumb-layout .cff-full-size .cff-link, #cff.cff-thumb-layout .cff-link-slider{width: auto;max-width: 20%;margin-right: 3%;margin-bottom: 0;text-align: left;}#cff.cff-thumb-layout .cff-full-size .cff-link img{float: left;}#cff.cff-thumb-layout .cff-full-size .cff-text-link{width: 72%;}#cff.cff-thumb-layout .cff-event-thumb{width: 20%;}#cff.cff-thumb-layout .cff-details.cff-has-cover{width: 100%;margin: 0;}.cff-vidLink.cff-video-player.cff-only-vids{width: 100%!important;}#cff.cff-half-layout .cff-photo, #cff.cff-half-layout .cff-iframe-wrap, #cff.cff-half-layout .cff-html5-video, #cff.cff-half-layout .cff-vidLink{width: 50%;clear: none;}#cff.cff-half-layout .cff-html5-video .cff-vidLink{width: 100%;}#cff.cff-half-layout .cff-photo img{width: 100%;height: auto;}#cff.cff-half-layout .cff-iframe-wrap{margin-top: 0;padding-bottom: 28%;}#cff.cff-half-layout .cff-likebox .fb_iframe_widget iframe{margin: 0;}#cff.cff-half-layout .cff-text-wrapper{float: right;width: 47%;}#cff.cff-half-layout .cff-link-item .cff-text-wrapper{width: 100%;}#cff.cff-half-layout .cff-audio-post .cff-text-wrapper{width: 100%;}#cff.cff-half-layout .cff-post-text{margin-top: 0;}#cff.cff-half-layout .cff-photo-hover .fa, #cff.cff-half-layout .cff-photo-hover svg{margin-top: -16px;margin-left: -14px;font-size: 32px;}#cff.cff-half-layout .cff-full-size .cff-link, #cff.cff-half-layout .cff-link-slider{width: auto;max-width: 50%;margin-right: 3%;margin-bottom: 0;text-align: left;}#cff.narrow.cff-thumb-layout .cff-full-size .cff-link, #cff.narrow.cff-half-layout .cff-full-size .cff-link, #cff.narrow.cff-thumb-layout .cff-link-slider, #cff.narrow.cff-half-layout .cff-link-slider{max-width: 100%;}#cff.cff-half-layout .cff-full-size .cff-link img{float: left;}#cff.cff-half-layout .cff-full-size .cff-text-link{width: 47%;}#cff.cff-half-layout .cff-event-thumb{width: 50%;}#cff.cff-half-layout .cff-details.cff-has-cover{width: 100%;margin: 0;}#cff.narrow.cff-half-layout .cff-photo, #cff.narrow.cff-half-layout .cff-iframe-wrap, #cff.narrow.cff-half-layout .cff-vidLink, #cff.narrow.cff-half-layout .cff-html5-video, #cff.narrow.cff-half-layout .cff-link-slider, #cff.narrow.cff-thumb-layout .cff-photo, #cff.narrow.cff-thumb-layout .cff-iframe-wrap, #cff.narrow.cff-thumb-layout .cff-vidLink, #cff.narrow.cff-thumb-layout .cff-html5-video, #cff.narrow.cff-thumb-layout .cff-link-slider{width: 100%;clear: both;}#cff.narrow.cff-half-layout .cff-text-wrapper, #cff.narrow.cff-thumb-layout .cff-text-wrapper{float: left;width: 100%;}#cff.narrow .cff-shared-link .cff-link{max-width: 100%;width: 100%;margin: 0 0 5px 0;text-align: center;}#cff.narrow .cff-shared-link .cff-link img{float: none;width: auto;}#cff.narrow .cff-shared-link .cff-text-link{width: 100%;}#cff.narrow .cff-event .cff-details {width: 100%;}#cff.narrow .cff-event-thumb{width: 100%;}#cff.narrow .cff-details.cff-has-cover{width: 100%;margin: 5px 0 0 0;}#cff.cff-super-narrow .cff-meta{padding: 8px 0 !important;}#cff.cff-super-narrow .cff-view-comments{margin-right: 0;padding: 0 4px 0 8px;height: 32px;}#cff.cff-super-narrow .cff-meta li{margin: 0 5px 0 0 !important;}#cff.cff-super-narrow .cff-meta .cff-count{margin-left: 2px;font-size: 11px;}#cff.cff-super-narrow .cff-shares .cff-count{margin-left: 1px;}#cff.cff-super-narrow .cff-view-comments-wrap, #cff.cff-super-narrow .cff-comments-box{float: left;width: 102%;max-width: 102%;margin-left: -1%;}#cff .cff-error-msg{display: none;position: relative;font-size: 12px;font-family: sans-serif;padding: 8px 12px;border: 1px solid rgba(0,0,0,0.1);background: rgba(255,255,255,0.5);margin-bottom: 15px;clear: both;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}#cff .cff-error-msg p{float: none;}#cff .cff-error-msg .cff_notice_dismiss{position: absolute;top: 4px;right: 8px;}#cff #cff-error-reason{padding: 5px 0 0 0;clear: both;}#cff #cff-error-reason a{text-decoration: underline;font-weight: bold;}#cff .cff-error-msg:not(.cff_notice_dismiss) svg {width: 8px;margin-right: 5px;}#cff .cff-error-msg .cff_notice_dismiss svg {width: 11px;cursor: pointer;text-align: center;vertical-align: middle;}.cff_error_msg_header svg {width: 24px;color: #3b5998;padding-right: 5px;vertical-align: middle;margin-top: -5px;}#cff .cff-credit{font-size: 11px;padding-top: 10px;}#cff .cff-credit a{text-decoration: none;}#cff .cff-credit .cff-credit-logo{float: left;display: block;width: 18px;height: 21px;margin: -2px 5px 0 0;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -54px -16px;}#cff .cff-credit .fa{padding-right: 5px;font-size: 13px;}#cff .cff-lightbox-link{position: absolute;z-index: 10;top: 0;right: 0;bottom: 0;left: 0;width: 100%;padding: 0;text-align: center;color: #fff;font-size: 12px;line-height: 1.1;border: none;}#cff.cff-doing-gdpr .cff-iframe-wrap .cff-lightbox-link:after {box-shadow: inset 0 0 1px 0 rgba(0,0,0,.7);bottom: 0;content: '';left: 0;position: absolute;z-index: 1;right: 0;top: 0;width: 100% }#cff .cff-photo-hover{display: none;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;color: #fff;background: #333;background: rgba(0,0,0,0.4);}#cff .cff-photo-hover .fa, #cff .cff-photo-hover svg{display: none;position: absolute;z-index: 2;top: 50%;left: 50%;margin-top: -19px;margin-left: -16px;padding: 0;font-size: 39px;font-style: normal !important;}.cff-lightbox-thumbs{display: none;float: left;width: 100%;position: relative;width: 111%;margin: 0 0 0 -5px;}.cff-lightbox-thumbs-holder{float: left;overflow: hidden;max-height: 0;transition: max-height 2s ease;}.cff-lightbox-thumbs-holder.cff-animate{max-height: 2000px;transition: max-height 1.5s ease;}.cff-lightbox-thumbs-wrap{margin-top: 10px;padding: 2px 0 6px 0;overflow: hidden;}.cff-lightbox-thumbs a, .cff-gdpr-more-link{width: 60px;height: 60px;display: block;float: left;margin: 5px 0 0 5px;border-radius: 3px;box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);-webkit-transition: box-shadow 0.1s ease;-moz-transition: box-shadow 0.1s ease;-ms-transition: box-shadow 0.1s ease;-o-transition: box-shadow 0.1s ease;transition: box-shadow 0.1s ease;}.cff-lightbox-thumbs a:hover, .cff-lightbox-thumbs a:focus, .cff-gdpr-more-link:hover, .cff-gdpr-more-link:focus{box-shadow: inset 0 0 0 4px rgba(0,0,0,0.3);outline: none;-webkit-transition: box-shadow 0.1s ease;-moz-transition: box-shadow 0.1s ease;-ms-transition: box-shadow 0.1s ease;-o-transition: box-shadow 0.1s ease;transition: box-shadow 0.1s ease;}.cff-enable-lb-comments .cff-lightbox-thumbs a{border: 1px solid #333;}.cff-enable-lb-comments .cff-lightbox-thumbs a:hover, .cff-enable-lb-comments .cff-lightbox-thumbs a:focus{box-shadow: inset 0 0 0 4px rgba(255,255,255,0.7);border: 1px solid #bbb;}.cff-lightbox-thumbs .cff-selected, .cff-lightbox-thumbs .cff-selected:hover, .cff-lightbox-thumbs .cff-selected:focus{box-shadow: inset 0 0 0 4px rgba(255,255,255,0.7);border: 1px solid #eee;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.cff-lightbox-thumbs .cff-selected:after{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(255,255,255,0.2);}.cff-lightbox-thumbs img{width: 60px;height: auto;}.cff-lightbox-thumbs .cff-loader{width: 20px;height: 20px;position: absolute;z-index: 999;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: none;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: ctf-sk-scaleout 1.0s infinite ease-in-out;animation: ctf-sk-scaleout 1.0s infinite ease-in-out;}.cff-lightbox-overlay {position: absolute;top: 0;left: 0;z-index: 999999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.9;display: none;}.cff-lightbox-wrapper {position: absolute;left: 0;width: 100%;z-index: 1000000;text-align: center;line-height: 0;font-weight: normal;}.cff-lightbox-wrapper .cff-lightbox-image {display: block;height: auto;max-width: inherit;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-image{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;-ms-border-radius: 3px 0 0 3px;-o-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.cff-lightbox-wrapper.cff-enable-lb-comments.cff-has-thumbs .cff-lightbox-image{-webkit-border-radius: 3px 0 0 0;-moz-border-radius: 3px 0 0 0;-ms-border-radius: 3px 0 0 0;-o-border-radius: 3px 0 0 0;border-radius: 3px 0 0 0;}.cff-lightbox-wrapper a img {border: none;}.cff-lightbox-outerContainer {position: relative;background-color: #141B38;*zoom: 1;width: 250px;height: 250px;margin: 0 auto;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}.cff-lightbox-outerContainer:after {content: "";display: table;clear: both;}.cff-lightbox-container {position: relative;padding: 0;height: 100%;}.cff-lightbox-cancel {display: block;width: 16px;height: 16px;margin: 0 auto;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat -71px -62px;}#cff-lightbox-wrapper .cff-lightbox-caption, #cff-lightbox-wrapper .cff-lightbox-caption-text{float: left;clear: both;width: 100%;}#cff-lightbox-wrapper .cff-lightbox-caption-text{margin: 0 0 15px 0;}#cff-lightbox-wrapper .cff-gdpr-more-link {position: relative;display: inline-block;clear:both;margin-top: 10px;margin-left: 0;}#cff-lightbox-wrapper .cff-gdpr-more-link:hover {background: #eee;}#cff-lightbox-wrapper .cff-gdpr-more-link span {position: absolute;display: none;top: 50%;right: 50%;margin-top: -8px;margin-right: -10px;color: #fff;font-weight: bold;font-size: 18px;}#cff-lightbox-wrapper .cff-lightbox-facebook{margin: 0;padding: 0;border-left: none;border-bottom: none;color: #3b579d;width: 100%;display: block;float: left;clear: both;}#cff-lightbox-wrapper .cff-lightbox-facebook svg {vertical-align: middle;width: 12px;height: 14px;margin-right: 6px;margin-top: -5px;}#cff-lightbox-wrapper .cff-lightbox-caption .cff-dot{margin: 0 7px;}#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-caption-text{margin: 0;}#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-facebook{padding: 0;border: none;}#cff-lightbox-wrapper .cff-lightbox-caption .cff-event-title, #cff-lightbox-wrapper .cff-lightbox-caption .cff-date, #cff-lightbox-wrapper .cff-lightbox-caption .cff-location{display: block;padding-bottom: 10px;}#cff-lightbox-wrapper .cff-lightbox-caption .cff-desc{display: block;padding-top: 10px;}#cff-lightbox-wrapper .cff_gdpr_notice {z-index: 1;display: block;position: absolute;top: 50%;left: 50%;margin-left: -44px;margin-top: -44px;padding: 20px;}#cff-lightbox-wrapper .cff_gdpr_notice svg:not(:root).svg-inline--fa {position: relative;display: block !important;height: 48px;width: 48px;opacity: .8;}#cff-lightbox-wrapper .cff_gdpr_notice:hover svg:not(:root).svg-inline--fa {opacity: 1;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar{width: 14px;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar-thumb{border-radius: 0px;background-color: #ccc;border: 3px solid #fff;border-left: none;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar::-webkit-scrollbar-track{border-radius: 0;background-color: #fff;}#cff-lightbox-wrapper .cff-lightbox-caption-text a:link, #cff-lightbox-wrapper .cff-lightbox-caption-text a:hover, #cff-lightbox-wrapper .cff-lightbox-caption-text a:active, #cff-lightbox-wrapper .cff-lightbox-caption-text a:visited, #cff-lightbox-wrapper .cff-lightbox-facebook:link, #cff-lightbox-wrapper .cff-lightbox-facebook:hover, #cff-lightbox-wrapper .cff-lightbox-facebook:active, #cff-lightbox-wrapper .cff-lightbox-facebook:visited{color: #3b579d;text-decoration: none;}#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover, #cff-lightbox-wrapper .cff-lightbox-caption-text a:focus, #cff-lightbox-wrapper .cff-lightbox-facebook:hover, #cff-lightbox-wrapper .cff-lightbox-facebook:focus{text-decoration: underline;border-bottom: none;}.cff-lightbox-nav {top: 0;left: 0;width: 100%;z-index: 1000;}.cff-lightbox-container > .nav {left: 0;}.cff-lightbox-nav a {outline: none;background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);position: absolute;z-index: 1000;top: 0;bottom: 0;height: auto;}.cff-has-iframe .cff-lightbox-nav a {top: 50px;bottom: 50px;}.cff-has-video .cff-lightbox-nav a {top: 35px;bottom: 35px;}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next, .cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev{top: 75px;bottom: 75px;width: 7%;}.cff-lightbox-prev, .cff-lightbox-next {height: 100%;cursor: pointer;display: block;}.cff-lightbox-prev:active, .cff-lightbox-next:active, .cff-lightbox-prev:focus, .cff-lightbox-next:focus{outline: none;}.cff-lightbox-nav a.cff-lightbox-prev {width: 50px;left: -50px;float: left;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0.3;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.cff-lightbox-nav a.cff-lightbox-prev:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.cff-lightbox-nav a.cff-lightbox-next {width: 50px;right: -50px;float: right;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0.3;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.cff-enable-lb-comments .cff-lightbox-nav a.cff-lightbox-next {margin-right: -300px;}.cff-lightbox-nav a.cff-lightbox-next:hover {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.cff-lightbox-dataContainer{position: relative;margin: 0 auto;padding: 0;*zoom: 1;width: 100%;background: #fff;-webkit-border-radius: 0 0 3px 3px;-moz-border-radius: 0 0 3px 3px;-ms-border-radius: 0 0 3px 3px;-o-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px;}.cff-enable-lb-comments .cff-lightbox-dataContainer{background: #222;}.cff-lightbox-nav span{display: block;top: 50%;position: absolute;left: 0;width: 34px;height: 45px;margin: -25px 0 0 0;background: url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/img/cff-sprite.png) no-repeat;text-indent: -9999px;}.cff-lightbox-nav a.cff-lightbox-prev span{background-position: -160px 0;}.cff-lightbox-nav a.cff-lightbox-next span{left: auto;right: 0;background-position: -125px 0;}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev span{left: 10px;}.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next span{right: 10px;}.cff-lightbox-dataContainer:after {content: "";display: table;clear: both;}.cff-lb-dataContainer a{color: #ccc;text-decoration: underline;}.cff-lb-dataContainer a:hover, .cff-lb-dataContainer a:focus{color: #fff;text-decoration: underline;}.cff-lightbox-data {padding: 0 4px;color: #444;}.cff-lightbox-data .cff-lightbox-details {position: relative;width: 90%;padding: 0 0 0 2px;float: left;text-align: left;line-height: 1.1em;}.cff-lightbox-data .cff-lightbox-caption {padding: 15px 10px 10px 10px;margin: 0;font-size: 14px;line-height: 1.3;}.cff-lightbox-data .cff-lightbox-number {clear: left;padding-right: 10px;font-size: 12px;color: #999999;}.cff-lightbox-data .cff-lightbox-close {display: block;float: right;width: 30px;height: 30px;margin: 0 -5px 0 0;color: #333;text-align: center;margin-top: 7px;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}.cff-lightbox-data .cff-lightbox-close:hover {cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}.cff-lightbox-sidebar .cff-lightbox-closeContainer{position: absolute;top: 0;right: 0;}.cff-lightbox-sidebar .cff-lightbox-closeContainer .cff-lightbox-close{display: block;padding: 8px;cursor: pointer;line-height: 1;}.cff-lightbox-sidebar .cff-lightbox-closeContainer .cff-lightbox-close:hover{color: black;}.cff-lightbox-closeContainer svg {width: 10px;height: 14px;}.cff-lightbox-video{display: none;position: absolute;z-index: 999;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;max-width: 100%;-webkit-border-radius: 3px 3px 0 0;-moz-border-radius: 3px 3px 0 0;-ms-border-radius: 3px 3px 0 0;-o-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0;}.cff-has-video .cff-lightbox-video{display: block;}#cff-lightbox-wrapper.cff-has-video .cff-lightbox-image{display: none !important;*display: block !important;}.cff-has-video .cff-lightbox-outerContainer{min-width: 640px;min-height: 360px;}.cff-has-video .cff-lightbox-dataContainer{min-width: 640px;}.cff-has-video.cff-enable-lb-comments .cff-lightbox-outerContainer, .cff-has-video.cff-enable-lb-comments .cff-lightbox-dataContainer{min-width: 0;min-height: 0;}@media all and (max-width: 640px){.cff-has-video .cff-lightbox-outerContainer{min-width: 100%;min-height: auto;}.cff-has-video .cff-lightbox-dataContainer{min-width: 100%;}#cff.cff-width-resp{width: 100% !important;}.cff-lightbox-nav a.cff-lightbox-prev {width: 25px;left: -25px;}.cff-lightbox-nav a.cff-lightbox-next {width: 25px;right: -25px;}.cff-lightbox-nav span{left: 0;}.cff-lightbox-nav a.cff-lightbox-prev span{background-position: -108px 0;background-size: 650%;width: 20px;height: 30px;}.cff-lightbox-nav a.cff-lightbox-next span{background-position: -84px 0;background-size: 650%;width: 20px;height: 30px;}.cff-lightbox-thumbs a {border: none;}.cff-lightbox-thumbs a:hover, .cff-lightbox-thumbs a:focus, .cff-lightbox-thumbs .cff-selected, .cff-lightbox-thumbs .cff-selected:hover, .cff-lightbox-thumbs .cff-selected:focus {box-shadow: inset 0 0 0 4px rgba(0,0,0,0.5);border: none;}}#cff-lightbox-wrapper iframe{display: none;position: absolute;z-index: 999;top: 0;right: 0;bottom: 0;left: 0;width: 100% !important;height: 100%;max-width: 100%;}#cff-lightbox-wrapper.cff-has-iframe iframe{display: block;}#cff-lightbox-wrapper.cff-has-iframe .cff-lightbox-image{min-width: 500px;display: none !important;}#cff .cff-media-overlay{position: absolute;z-index: 5;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100;}#cff.cff-all-reviews .cff-review, #cff.cff-all-reviews.cff-masonry .cff-review{display: none;}#cff .cff-review .cff-reviewer-name{padding-right: 8px;margin-left: 0 !important;}#cff .cff-review .cff-author .cff-author-text .cff-rating{float: none;display: inline-block;margin: 0 0 5px 0 !important;padding: 3px 6px;height: auto;background: #5890FF;color: #fff;line-height: 0.9;white-space: nowrap;-moz-border-radius: 100px;-webkit-border-radius: 100px;border-radius: 100px;}#cff .cff-review .cff-rating span.cff-rating-num, #cff .cff-review .cff-rating span.cff-star{margin: 0 2px 0 4px !important;padding: 0;height: auto;display: inline-block;vertical-align: top;line-height: 1;color: #fff;font-weight: normal;font-size: 12px!important;}#cff .cff-review .cff-rating span.cff-star{margin: 0 2px 0 0 !important;}#cff .cff-review .cff-post-links{float: left;}#cff .cff-load-more{display: block;float: left;clear: both;border: none;background: #eee;background: rgba(0,0,0,0.05);width: 100%;min-height: 30px;padding: 5px 0;margin: 10px 0 0 0;position: relative;text-align: center;box-sizing: border-box;outline: none;text-decoration: none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-transition: background 0.1s ease-in-out;-webkit-transition: background 0.1s ease-in-out;-o-transition: background 0.1s ease-in-out;transition: background 0.1s ease-in-out;}#cff .cff-load-more:hover{background: #ddd;background: rgba(0,0,0,0.1);text-decoration: none;-moz-transition: background 0.1s ease-in-out;-webkit-transition: background 0.1s ease-in-out;-o-transition: background 0.1s ease-in-out;transition: background 0.1s ease-in-out;}#cff .cff-load-more.cff-loading span{-moz-transition: opacity 0.5s ease-in-out;-webkit-transition: opacity 0.5s ease-in-out;-o-transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out;}#cff .cff-load-more.cff-loading span{filter: alpha(opacity=0);opacity: 0;}#cff .cff-no-more-posts{width: 100%;float: left;clear: both;display: block;min-height: 30px;padding: 7px 0;margin: 10px 0 -1px 0;position: relative;box-sizing: border-box;background: rgba(255,255,255,0.1);border: 1px solid #ddd;text-align: center;outline: none;text-decoration: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border-radius: 5px;}#cff .cff-loader, .cff-lightbox-loader {width: 20px;height: 20px;position: absolute;top: 50%;left: 50%;margin: -10px 0 0 -10px;background-color: none;background-color: rgba(0,0,0,0.5);border-radius: 100%;-webkit-animation: ctf-sk-scaleout 1.0s infinite ease-in-out;animation: ctf-sk-scaleout 1.0s infinite ease-in-out;}.cff-lightbox-loader {width: 30px;height: 30px;margin: -15px 0 0 -15px;background-color: rgba(255,255,255,0.8);}#cff .cff-comment-replies .cff-loader{width: 12px;height: 12px;position: absolute;top: 50%;left: auto;right: -16px;margin: -6px 0 0 0;}@-webkit-keyframes ctf-sk-scaleout {0% {-webkit-transform: scale(0) }100% {-webkit-transform: scale(1.0);opacity: 0;}}@keyframes ctf-sk-scaleout {0% {-webkit-transform: scale(0);transform: scale(0);}100% {-webkit-transform: scale(1.0);transform: scale(1.0);opacity: 0;}}#cff .cff-load-more.cff-disabled{cursor: default;}#cff.cff-pag:not(.cff-carousel) .cff-upcoming-event, #cff.cff-pag.cff-masonry.cff-masonry-css .cff-item.cff-upcoming-event, #cff.cff-pag.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item.cff-upcoming-event, #cff.cff-pag.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item.cff-upcoming-event, #cff.cff-pag.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item.cff-upcoming-event, #cff.cff-pag.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item.cff-upcoming-event{display: none;}#cff .cff-poster {padding: 0 !important;margin: 0 !important;width: 100% !important;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-outerContainer{position: relative;padding-right: 300px;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar{width: 300px;position: absolute;top: 0;right: -300px;height: 100%;bottom: 0;background: #fff;line-height: 1.4;overflow: hidden;overflow-y: auto;text-align: left;border-radius: 0 3px 3px 0;}.cff-lightbox-wrapper.cff-enable-lb-comments.cff-has-thumbs .cff-lightbox-sidebar{border-radius: 0 3px 0 0;}#cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-dataContainer .cff-lightbox-caption{display: none !important;}#cff-lightbox-wrapper .cff-comments-box, #cff-lightbox-wrapper .cff-comments-box.cff-no-comments{display: block !important;width: 90%;margin: 0 5% 15px 5%;}#cff-lightbox-wrapper .cff-comment{display: block !important;}#cff-lightbox-wrapper .cff-comments-box p{text-align: left;}#cff-lightbox-wrapper .cff-lightbox-sidebar-content{padding: 15px 20px;}#cff-lightbox-wrapper p.cff-comment-likes{padding-right: 10px;line-height: 16px;}#cff .cff-likes-this-text, #cff-lightbox-wrapper .cff-likes-this-text{display: inline;min-height: 20px;line-height: 20px;}#cff-lightbox-wrapper .cff-likes-this-text.cff-long{display: inline-block;float: left;clear: both;margin-top: 4px;line-height: 16px;}#cff .cff-liker-one-name, #cff-lightbox-wrapper .cff-liker-one-name{margin-left: 8px;}.cff-screenreader{text-indent: -9999px !important;display: block !important;width: 0 !important;height: 0 !important;line-height: 0 !important;}.cff-screenreader.cff-inline-sr {display: inline-block !important;}#cff .cff-linebreak{display: inline-block;height: 5px;float: left;width: 100%;}#cff .cff-cta-link a {display: inline-block;padding: 5px 15px;border: 1px solid #eee;border: 1px solid rgba(0,0,0,0.1);border-radius: 3px;background: rgba(0,0,0,0.02);}#cff .cff-cta-link a:hover {background: #f9f9f9;background: rgba(0,0,0,0.03);text-decoration: none;}#cff .cff-link-slider {position: relative;overflow: hidden;width: 100%;margin: 0 auto 10px auto;}#cff.cff-thumb-layout .cff-link-slider, #cff.cff-half-layout .cff-link-slider{float: left;}#cff .cff-link-slider .cff-link-slider-slides {position: relative;left: 0;float: left;margin: 0;padding: 0;list-style: none;-webkit-transition: all 0.2s ease;}#cff .cff-link-slider .cff-link-slider-item {position: relative;display: none;float: left;margin: 0;padding: 0;text-align: center;}#cff .cff-link-slider .cff-link-slider-item:first-child{display: block;}#cff .cff-link-slider .cff-link-slider-item img{display: block;margin: 0 auto;}#cff .cff-link-slider .cff-slider-next, #cff .cff-link-slider .cff-slider-prev {position: absolute;top: 50%;z-index: 999;display: block;width: 12px;height: 20px;margin-top: -17px;background: #f9f9f9;color: #333;text-decoration: none;font-weight: 600;font-size: 16px;cursor: pointer;box-shadow: 0 0 0 1px rgba(0,0,0,0.1);-webkit-transition: all 0.1s ease;-webkit-box-sizing: unset;-moz-box-sizing: unset;box-sizing: unset;}#cff .cff-link-slider .cff-slider-prev {left: -1px;display: none;border-radius: 0 2px 2px 0;padding: 6px 7px 6px 5px;}#cff .cff-link-slider .cff-slider-next {right: -1px;border-radius: 2px 0 0 2px;padding: 6px 5px 6px 7px;}#cff .cff-link-slider .cff-slider-next:hover, #cff .cff-link-slider .cff-slider-prev:hover{margin-top: -19px;color: #141B38;box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);-webkit-transition: all 0.1s ease;}#cff .cff-link-slider .cff-slider-prev:hover{padding: 8px 9px 8px 5px;}#cff .cff-link-slider .cff-slider-next:hover{padding: 8px 5px 8px 9px;}#cff .cff-link-slider .cff-slider-next:active, #cff .cff-link-slider .cff-slider-next:focus, #cff .cff-link-slider .cff-slider-prev:active, #cff .cff-link-slider .cff-slider-prev:focus{outline: none;}#cff .cff-link-slider .cff-slider-next .fa, #cff .cff-link-slider .cff-slider-prev .fa{position: absolute;top: 50%;margin-top: -8px;height: 16px;padding: 0;line-height: 1;}#cff.cff-masonry {box-sizing: border-box;}#cff.cff-masonry .cff-item:first-child, #cff.cff-masonry .cff-item {padding-top: 20px;margin-top: 0;}#cff.cff-masonry .cff-item, #cff.cff-masonry .cff-album-item, #cff.cff-masonry .cff-likebox{float: none;display: inline-block;width: 30.3%;margin: 0 1.5%;margin-bottom: 20px;}#cff.cff-masonry.masonry-1-desktop .cff-album-item {width: 100%;margin: 0;}#cff.cff-masonry.cff-opaque-comments .cff-item{z-index: 1;}#cff.cff-masonry.masonry-2-desktop .cff-item, #cff.cff-masonry.masonry-2-desktop .cff-album-item, #cff.cff-masonry.masonry-2-desktop .cff-likebox{width: 47%;margin: 0 1.5%;}#cff.cff-masonry.masonry-4-desktop .cff-item, #cff.cff-masonry.masonry-4-desktop .cff-album-item, #cff.cff-masonry.masonry-4-desktop .cff-likebox{width: 22%;margin: 0 1.5%;}#cff.cff-masonry.masonry-5-desktop .cff-item, #cff.cff-masonry.masonry-5-desktop .cff-album-item, #cff.cff-masonry.masonry-5-desktop .cff-likebox{width: 17%;margin: 0 1.5%;}#cff.cff-masonry.masonry-6-desktop .cff-item, #cff.cff-masonry.masonry-6-desktop .cff-album-item, #cff.cff-masonry.masonry-6-desktop .cff-likebox{width: 13.516%;margin: 0 1.5%;}#cff.cff-masonry .cff-comments-box {position: relative;z-index: 999;}#cff.cff-masonry .cff-comment-attachment, #cff.cff-masonry .cff-comment-replies-box {max-width: 100%;}#cff.cff-masonry .cff-load-more{display: block;float: left;clear: both;}@media (max-width: 800px){#cff.cff-masonry .cff-item, #cff.cff-masonry.masonry-2-desktop .cff-item, #cff.cff-masonry.masonry-3-desktop .cff-item, #cff.cff-masonry.masonry-4-desktop .cff-item, #cff.cff-masonry.masonry-5-desktop .cff-item, #cff.cff-masonry.masonry-6-desktop .cff-item, #cff.cff-masonry .cff-album-item, #cff.cff-masonry.masonry-2-desktop .cff-album-item, #cff.cff-masonry.masonry-3-desktop .cff-album-item, #cff.cff-masonry.masonry-4-desktop .cff-album-item, #cff.cff-masonry.masonry-5-desktop .cff-album-item, #cff.cff-masonry.masonry-6-desktop .cff-album-item, #cff.cff-masonry .cff-likebox{width: 100%;margin: 0;}#cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-item, #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-album-item, #cff.cff-masonry.masonry-2-tablet .cff-posts-wrap .cff-likebox{width: 47%;margin-left: 1.5%;margin-right: 1.5%;}#cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-item, #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-album-item, #cff.cff-masonry.masonry-3-tablet .cff-posts-wrap .cff-likebox{width: 30.3%;margin-left: 1.5%;margin-right: 1.5%;}#cff.cff-masonry.masonry-4-tablet .cff-item, #cff.cff-masonry.masonry-4-tablet .cff-album-item, #cff.cff-masonry.masonry-4-tablet .cff-likebox{width: 22%;}#cff.cff-masonry.masonry-1-tablet .cff-album-item {width: 100%;margin: 0;}}@media (max-width: 480px){#cff.cff-masonry .cff-item, #cff.cff-masonry.masonry-2-desktop .cff-item, #cff.cff-masonry.masonry-3-desktop .cff-item, #cff.cff-masonry.masonry-4-desktop .cff-item, #cff.cff-masonry.masonry-5-desktop .cff-item, #cff.cff-masonry.masonry-6-desktop .cff-item, #cff.cff-masonry .cff-album-item, #cff.cff-masonry.masonry-2-desktop .cff-album-item, #cff.cff-masonry.masonry-3-desktop .cff-album-item, #cff.cff-masonry.masonry-4-desktop .cff-album-item, #cff.cff-masonry.masonry-5-desktop .cff-album-item, #cff.cff-masonry.masonry-6-desktop .cff-album-item, #cff.cff-masonry .cff-likebox{width: 100%;margin: 0;}#cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-item, #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-album-item, #cff.cff-masonry.masonry-2-mobile .cff-posts-wrap .cff-likebox{width: 47%;margin-left: 1.5%;margin-right: 1.5%;}#cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-item, #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-album-item, #cff.cff-masonry.masonry-3-mobile .cff-posts-wrap .cff-likebox{width: 30.3%;margin-left: 1.5%;margin-right: 1.5%;}#cff.cff-masonry.masonry-1-mobile .cff-album-item {width: 100%;margin: 0;}}#cff.cff-masonry .cff-posts-wrap .cff-album-item {margin-bottom: 3%;}#cff.cff-masonry.cff-masonry-css {width: 100%;overflow: hidden;margin-bottom: 20px;}#cff.cff-masonry.cff-masonry-css .cff-posts-wrap{-webkit-column-gap: 20px;-moz-column-gap: 20px;column-gap: 20px;-webkit-column-fill: auto;column-fill: unset;-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;margin: 0;}#cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-posts-wrap {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;margin: 0;}#cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-posts-wrap {-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;margin: 0;}#cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-posts-wrap {-webkit-column-count: 5;-moz-column-count: 5;column-count: 5;margin: 0;}#cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-posts-wrap {-webkit-column-count: 6;-moz-column-count: 6;column-count: 6;margin: 0;}#cff.cff-masonry.cff-masonry-css .cff-item, #cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item, #cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item, #cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item, #cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item, #cff.cff-masonry.cff-masonry-css .cff-likebox {float: none;display: inline-block;width: 100%;margin: 0 0 12px 0;}#cff.cff-masonry.cff-masonry-css .cff-likebox {width: 99.5%;}#cff.cff-masonry.cff-masonry-css .cff-load-more{margin: 0 0 10px 0;position: relative;bottom: 0;}@media only screen and ( max-width: 780px ) {#cff.cff-masonry.cff-masonry-css .cff-posts-wrap, #cff.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-posts-wrap, #cff.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-posts-wrap, #cff.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-posts-wrap, #cff.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-posts-wrap {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;margin: 0;}#cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap .cff-item, #cff.cff-masonry.cff-masonry-css.masonry-2-mobile .cff-posts-wrap {width: 100%;}}#cff.cff-disable-masonry{height: auto !important;}#cff.cff-disable-masonry .cff-item, #cff.cff-disable-masonry .cff-likebox{position: relative !important;top: auto !important;}#cff .cff-comments-box .cff-comment-likes.cff-likes{padding: 0;}#cff .cff-comments-box .cff-likes-info-wrap{padding: 5px 20px 5px 10px;display: block;float: left;box-sizing: border-box;}#cff .cff-album-details {text-align: center;font-family: inherit;margin: 0 auto;padding: 0 20px;}#cff .cff-album-details *{float: none;}#cff .cff-album-details p {margin: 0 !important;}#cff .cff-album-details span{display: inline-block;}#cff .cff-album-details .cff-album-desc-meta {font-size: 0.85em;opacity: 0.7;margin-top: 5px !important;}#cff .cff-album-details .cff-album-photo-count{margin-right: 5px;}#cff .cff-album-details .cff-album-desc {margin: 10px 0 40px 0 !important;}@media all and (min-width: 480px){#cff.masonry-1-desktop .cff-posts-wrap .cff-item{width: 100%;float: left;margin: 0;margin-bottom: 0;}}.cff-num-diff-hide {display: none !important;}@media all and (max-width: 800px){#cff.cff-tab-cols-1 .cff-posts-wrap .cff-album-item{width: 100%;}#cff .cff-posts-wrap .cff-album-item{width: 47.5%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-tab-cols-3 .cff-posts-wrap .cff-album-item{width: 30%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-tab-cols-4 .cff-posts-wrap .cff-album-item{width: 22%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-tab-cols-5 .cff-posts-wrap .cff-album-item{width: 17%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-tab-cols-6 .cff-posts-wrap .cff-album-item{width: 15%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff .cff-posts-wrap .cff-album-item:nth-of-type(2n), #cff.cff-tab-cols-3 .cff-posts-wrap .cff-album-item:nth-of-type(3n), #cff.cff-tab-cols-4 .cff-posts-wrap .cff-album-item:nth-of-type(4n), #cff.cff-tab-cols-5 .cff-posts-wrap .cff-album-item:nth-of-type(5n), #cff.cff-tab-cols-6 .cff-posts-wrap .cff-album-item:nth-of-type(6n){margin-right: 0 !important;}}@media all and (max-width: 480px){#cff .cff-album-item .cff-album-info {height: auto;}.cff-wrapper .cff-visual-header .cff-header-img img {width: 80px;}.cff-wrapper .cff-visual-header.cff-has-cover.cff-has-name .cff-header-text {margin-left: 105px;}}@media all and (max-width: 480px){#cff.cff-mob-cols-1 .cff-posts-wrap .cff-album-item, #cff.cff-masonry.cff-mob-cols-1 .cff-posts-wrap .cff-item{width: 100%;}#cff.cff-mob-cols-2 .cff-posts-wrap .cff-album-item{width: 47.5%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-mob-cols-3 .cff-posts-wrap .cff-album-item{width: 30%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-mob-cols-4 .cff-posts-wrap .cff-album-item{width: 22%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-mob-cols-5 .cff-posts-wrap .cff-album-item{width: 17%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-mob-cols-6 .cff-posts-wrap .cff-album-item{width: 15%;margin-left: 1.5%;margin-right: 1.5% !important;}#cff.cff-mob-cols-2 .cff-posts-wrap .cff-album-item:nth-of-type(2n), #cff.cff-mob-cols-3 .cff-posts-wrap .cff-album-item:nth-of-type(3n), #cff.cff-mob-cols-4 .cff-posts-wrap .cff-album-item:nth-of-type(4n), #cff.cff-mob-cols-5 .cff-posts-wrap .cff-album-item:nth-of-type(5n), #cff.cff-mob-cols-6 .cff-posts-wrap .cff-album-item:nth-of-type(6n){margin-right: 0 !important;}}#cff.cff-dark .cff-item, #cff.cff-dark .cff-album-item, #cff.cff-dark .cff-item.cff-box, #cff.cff-dark .cff-item.cff-box:first-child{background-color: rgba(0,0,0,.85)!important;color: rgba(255,255,255,.75)!important;}#cff.cff-dark .cff-item a{color: #fff;text-decoration: underline;}#cff.cff-dark .cff-date {color: rgba(255,255,255,.5);}#cff.cff-dark .cff-post-links a, #cff.cff-dark .cff-author-date, #cff.cff-dark .cff-album-info a{color: #fff;}#cff.cff-dark .cff-album-info p{color: rgba(255,255,255,.75);}#cff.cff-light .cff-item, #cff.cff-light .cff-album-item, #cff.cff-light .cff-item.cff-box, #cff.cff-light .cff-item.cff-box:first-child{background-color: rgba(255,255,255,.95)!important;color: rgba(0,0,0,.8)!important;}#cff.cff-light .cff-item a{color: #000;text-decoration: underline;}#cff.cff-light .cff-date {color: rgba(0,0,0,0.5);}#cff.cff-light .cff-post-links a, #cff.cff-light .cff-author-date, #cff.cff-light .cff-album-info a{color: #000;}#cff.cff-light .cff-album-info p{color: rgba(0,0,0,0.7);}.cff-gdpr-notice{max-width: 100%;box-sizing: border-box;padding: 8px 15px;margin: 0;font-size: 12px;background: #fdf7f7;display: inline-block;border-radius: 5px;border: 1px solid #e4b1b1;line-height: 1.3;display: none;}.cff-gdpr-notice .fa-lock{width: 8px;}.cff-sw-update-ntc{border: 1px solid #e4b1b1;background: #fdf7f7;color: #333;margin: 0 0 10px 0;padding: 10px 15px;font-size: 13px;text-align: center;clear: both;border-radius: 4px;}.cff-sw-update-ntc p{padding: 5px 0 !important;margin: 0 !important;line-height: 1.3 !important;font-family: "Open Sans", Helvetica, Arial, sans-serif;font-size: 13px;}.cff-sw-update-ntc p:first-child b{font-size: 14px;}.sb-elementor-cta{width: 100%;border: 1px solid #E8E8EB;border-radius: 2px;position: relative;text-align: center;}.sb-elementor-cta-img-ctn{width: 100%;position: relative;float: left;display: flex;justify-content: center;align-items: center;margin-top: 50px;margin-bottom: 35px;}.sb-elementor-cta-img{width: 65px;height: 65px;position: relative;border: 2px solid #DCDDE1;border-radius: 16px;-webkit-transform: rotate(-3deg);transform: rotate(-3deg);display: flex;justify-content: center;align-items: center;}.sb-elementor-cta-img span svg{float: left;}.sb-elementor-cta-img > *{-webkit-transform: rotate(3deg);transform: rotate(3deg);}.sb-elementor-cta-logo{position: absolute;right: -15px;bottom: -19px;z-index: 1;}.sb-elementor-cta-heading{font-size: 19px;padding: 0px;margin: 0px;display: inline-block;width: 100%;font-weight: 700;line-height: 1.4em;margin-bottom: 30px;}.sb-elementor-cta-btn{background: #0068A0;border-radius: 2px;padding: 8px 20px 8px 38px;cursor: pointer;color: #fff;position: relative;margin-bottom: 30px;}.sb-elementor-cta-btn:before, .sb-elementor-cta-btn:after{content: '';position: absolute;width: 2px;height: 12px;background: #fff;left: 20px;top: 14px;}.sb-elementor-cta-btn:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}.sb-elementor-cta-desc{display: flex;justify-content: center;align-items: center;padding: 20px;background: #F9F9FA;border-top: 1px solid #E8E8EB;margin-top: 35px;flex-direction: column;}.sb-elementor-cta-desc strong{color: #141B38;font-size: 16px;font-weight: 600;margin-bottom: 8px;}.sb-elementor-cta-desc span{color: #434960;font-size: 14px;line-height: 1.5em;padding: 0 20%;}.sb-elementor-cta-selector{width: 100%;padding: 0 20%;display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 45px;}.sb-elementor-cta-feedselector{border: 1px solid #D0D1D7;padding: 8px 16px 8px 16px;margin-bottom: 15px;max-width: 100%;min-width: 400px;}.sb-elementor-cta-selector span{color: #2C324C;}.sb-elementor-cta-selector span a{text-transform: capitalize;text-decoration: underline;font-weight: 600;}.sb-elementor-cta-selector span a:after{color: #2C324C;margin-left: 2px;font-weight:400;text-decoration-color: #fff;}.sb-elementor-cta-selector span a:first-of-type:after{content: ',';}.sb-elementor-cta-selector span a:nth-of-type(2):after{content: 'or';}.sb-elementor-cta-selector span a:nth-of-type(2):after{margin-left: 5px;margin-right: 2px;}.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before, .et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before{content: '';height: 16px;font-variant: normal;background-position: center center;background-repeat: no-repeat;}.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before{background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before{background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}.cff-frontend-license-notice {position: fixed;right: 20px;bottom: 30px;width: 298px;background: #FFFFFF;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 13.3px 19.32px rgba(0, 0, 0, 0.1), 0px 0px 37.29px rgba(0, 0, 0, 0.05);border-radius: 4px;}.cff-frontend-license-notice .cff-fln-header {height: 26px;padding: 5px 8px 0px 12px;background: #FCEDED;display: flex;justify-content: space-between;box-sizing: border-box;}.cff-frontend-license-notice .cff-fln-header span.sb-text {font-weight: 600;font-size: 11px;line-height: 160%;color: #841919;}.cff-frontend-license-notice .cff-fln-header span.sb-left {display: flex;}.cff-frontend-license-notice .cff-fln-header .sb-close {cursor: pointer;}.cff-frontend-license-notice .cff-fln-header .sb-close svg {transform: translate(1px,-8px);}.cff-frontend-license-notice .cff-fln-header svg {margin-right: 6px;}.cff-frontend-license-notice .cff-fln-header svg path {fill: #841919;}.cff-frontend-license-notice .cff-fln-body {padding: 9px 12px 15px;display: flex;height: 58px;box-sizing: border-box;}.cff-frontend-license-notice .cff-fln-body > svg {height: 36px;width: 44px;margin-right: 11px;}.cff-frontend-license-notice .cff-fln-body > svg path {fill: #006afa;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text p {font-weight: 600;font-size: 12px;line-height: 160%;color: #141B38;margin: 0;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text p a {margin-left: 5px;text-decoration: none;text-underline-offset: 1px;color: #AF2121;}.cff-frontend-license-notice.cff-ce-license-inactive .cff-fln-body .cff-fln-expired-text p a {color: #0068A0;}.cff-frontend-license-notice.cff-ce-license-inactive .cff-fln-body .cff-fln-expired-text p svg path {fill: #0068A0;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text svg {display: inline-block;transform: translate(3px, 1px);width: 6px;transition: all .2s ease;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text svg path {fill: #AF2121;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text a:hover {text-decoration: underline;}.cff-frontend-license-notice .cff-fln-body .cff-fln-expired-text a:hover svg {transform: translate(1px, 1px);}.cff-frontend-license-notice[data-license-state=inactive] .cff-fln-body .cff-fln-expired-text p a {color: #0068A0;}.cff-frontend-license-notice[data-license-state=inactive] .cff-fln-body .cff-fln-expired-text svg path {fill: #0068A0;}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.gout.ch/wp-content/plugins/custom-facebook-feed-pro/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}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: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}td,th{padding:0}abbr,address,article,aside,audio,b,blockquote,body,button,canvas,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,time,ul,var,video{background:transparent;border:0;box-sizing:border-box;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}abbr:after,abbr:before,address:after,address:before,article:after,article:before,aside:after,aside:before,audio:after,audio:before,b:after,b:before,blockquote:after,blockquote:before,body:after,body:before,button:after,button:before,canvas:after,canvas:before,cite:after,cite:before,code:after,code:before,dd:after,dd:before,del:after,del:before,details:after,details:before,dfn:after,dfn:before,div:after,div:before,dl:after,dl:before,dt:after,dt:before,em:after,em:before,fieldset:after,fieldset:before,figcaption:after,figcaption:before,figure:after,figure:before,footer:after,footer:before,form:after,form:before,h1:after,h1:before,h2:after,h2:before,h3:after,h3:before,h4:after,h4:before,h5:after,h5:before,h6:after,h6:before,header:after,header:before,hgroup:after,hgroup:before,html:after,html:before,i:after,i:before,iframe:after,iframe:before,img:after,img:before,ins:after,ins:before,kbd:after,kbd:before,label:after,label:before,legend:after,legend:before,li:after,li:before,mark:after,mark:before,menu:after,menu:before,nav:after,nav:before,object:after,object:before,ol:after,ol:before,p:after,p:before,pre:after,pre:before,q:after,q:before,samp:after,samp:before,section:after,section:before,small:after,small:before,span:after,span:before,strong:after,strong:before,sub,summary:after,summary:before,sup,time:after,time:before,ul:after,ul:before,var:after,var:before,video:after,video:before{box-sizing:border-box}sub,sup{background:transparent;border:0;font-size:.6em;margin:0;outline:0;padding:0}a:after,a:before,sub:after,sub:before,sup:after,sup:before{box-sizing:border-box}caption,table,tbody,td,tfoot,th,thead,tr{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}:focus{outline:0}input[type=text]::-ms-clear,textarea::-ms-clear{display:none}input,textarea{border-radius:0;box-sizing:border-box}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#d3d3d3}input::-moz-placeholder,textarea::-moz-placeholder{color:#d3d3d3}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#d3d3d3}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}textarea{resize:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*{word-wrap:break-word;box-sizing:border-box}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */::selection{background:#b3d4fc;text-shadow:none}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.browserupgrade{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#413d3d;font-family:Source Sans Pro,sans-serif;font-size:20px;font-style:normal;font-weight:500}body.nav_open,body.nav_open #wrapper{overflow:hidden;position:fixed}.browserupgrade{background-color:#b2292e;color:#fff;font-size:1.2em;padding:2em;text-align:center}.browserupgrade a{color:#fff;font-weight:700;text-decoration:underline}.fixed{position:fixed}#wrapper{-webkit-overflow-scrolling:touch}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:"Source Serif Pro",serif;font-weight:600;position:relative}h1{font-size:2.1rem;font-weight:400;line-height:30px;text-transform:uppercase}@media screen and (max-width:580px){h1{font-size:1.8rem}}h2{font-size:1.7rem;letter-spacing:1px;transition:color .3s}@media screen and (max-width:920px){h2{font-size:1.6rem}}@media screen and (max-width:580px){h2{font-size:1.4rem}}h3{letter-spacing:1px}small{color:#b2292e;font-size:75%}img.hidden{opacity:0}.ofi-image{bottom:0;font-family:"object-fit: cover;";height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%;z-index:-1}@keyframes pulse{10%,90%{transform:translate3d(0,-1px,0)}20%,80%{transform:translate3d(0,2px,0)}30%,50%,70%{transform:translate3d(0,-2px,0)}40%,60%{transform:translate3d(0,2px,0)}to{box-shadow:0 0 0 45px rgba(121,184,107,0)}}.img-wrapper{background-color:#4d4949;display:block;overflow:hidden;position:relative}.img-wrapper img{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.btn,.category-style,.content-wrapper .category-style ul li a{font-size:1rem;margin-bottom:.6em;text-transform:uppercase}header{height:145px;margin:0 auto 1rem;max-width:1280px;padding-left:20px;padding-right:20px;position:relative}header .header-wrapper{height:100%}header .logo-wrapper{display:inline-block;height:100%;padding-top:18px;position:relative}header .logo-wrapper .logo-cuisinier{left:-10px;position:absolute;top:28px;width:60px}header .logo-wrapper .svg-wrapper{margin-left:14px;padding-top:4.5em}header .logo-wrapper .svg-wrapper .logo-img{height:31px}header .logo-wrapper .header-date{color:#b2292e;font-size:.9rem;font-weight:700;left:60px;position:absolute;text-transform:uppercase;top:87px;width:214px}@media screen and (max-width:580px){header{margin-bottom:6px;padding-left:10px}header .logo-wrapper .svg-wrapper .logo-img{height:24px}header .logo-wrapper .logo-title{font-size:1.4rem;padding-left:14px}}@media screen and (max-width:440px){header .logo-wrapper .svg-wrapper .logo-img{height:19px}header .logo-wrapper .logo-title{font-size:1.2rem}}nav{float:right;padding-top:6.8rem}nav>ul>li{cursor:pointer;float:left;font-size:1rem;font-weight:600;margin-right:48px;padding:12px;text-transform:uppercase;transition:color .3s}nav>ul>li:last-child{margin-right:0;padding-right:0}nav>ul>li:active,nav>ul>li:hover{color:#b2292e}nav>ul>li>span{text-align:center;width:100%}nav>ul>li>span,nav>ul>li>span:after{display:block;height:0;position:relative}nav>ul>li>span:after{border:20px inset transparent;border-bottom:20px solid #b2292e;bottom:-10px;content:"";display:inline-block;opacity:0;transform:translate(-50%);transform:translateZ(0);transition:bottom .2s,opacity .2s;width:0}nav>ul>li:active span:after,nav>ul>li:hover span:after{bottom:11px;opacity:1;transition:bottom .3s,opacity .3s;transition-delay:.2s}nav>ul>li>ul{background-color:#b2292e;display:flex;justify-content:space-around;left:0;max-height:0;overflow:hidden;position:absolute;top:111%;transition:max-height .6s;width:100%;z-index:1}nav>ul>li>ul>li{flex:1 1 auto;text-align:center}nav>ul>li>ul>li>a{color:#fff;display:block;font-size:1rem;font-weight:700;padding:40px 0;text-transform:uppercase;transition:background-color .3s}nav>ul>li>ul>li>a:hover{background-color:#9d2429}nav>ul>li:hover>ul{max-height:100px}@media screen and (max-width:1020px){nav>ul>li{margin-right:20px}}@media screen and (max-width:920px){nav{display:none}}.header-lang{position:absolute;right:14px;top:20px}.header-lang a{border-right:1px solid #b2b2b2;color:#b2b2b2;display:inline-block;font-size:.9rem;padding:1px 6px;transition:background-color .3s,color .3s}.header-lang a:last-child{border-right:none}.header-lang .active a,.header-lang a:hover{background-color:#f1f1f1;color:#b2292e}.front-news{max-height:420px;overflow:hidden;position:relative;text-align:center}.front-news h1{line-height:40px}.front-news h2{padding:1rem 0;position:relative;text-transform:uppercase}.front-news h2:after,.front-news h2:before{background-color:#fff;content:"";height:1px;left:25%;position:absolute;width:50%}.front-news h2:before{top:0}.front-news h2:after{bottom:0}.front-news img{max-width:100%}@media screen and (max-width:580px){.front-news{height:auto;padding-top:0}}.front-news.front-concours{margin-bottom:0}.front-news.front-map{height:420px}.front-news.front-map img{max-width:inherit}.trigger-container{height:354px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:354px}@media screen and (max-width:580px){.trigger-container{height:240px;width:240px}}.front-trigger{background-color:rgba(128,18,54,.85);border-radius:100%;color:#fff;cursor:pointer;height:354px;left:0;position:absolute;top:0;width:354px}.front-trigger .front-trigger-text{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.front-trigger .front-trigger-text h1{color:#fff;font-size:1.85rem;position:relative}.front-trigger .front-trigger-text h1:before{background-color:#fff;content:"";height:1px;left:50%;position:absolute;top:-12px;transform:translateX(-50%);width:160px}.front-trigger .front-trigger-text span{display:block;font-size:1.4rem;padding-top:6px;position:relative;text-transform:uppercase}.front-trigger .front-trigger-text span:after{background-color:#fff;bottom:-20px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:160px}.front-trigger:hover{animation:pulse 1.25s cubic-bezier(0,0,0,1) infinite;box-shadow:0 0 0 0 #943354;perspective:1000px;transform:translateZ(0)}@media screen and (max-width:580px){.front-trigger{height:240px;width:240px}.front-trigger .front-trigger-text{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.front-trigger .front-trigger-text h1{font-size:1.2rem}.front-trigger h1:before{display:none}.front-trigger span{font-size:1.2rem}.front-trigger span:after{display:none}}.nav_sidebar{background:#413d3d;box-shadow:5px 3px 39px -4px rgba(0,0,0,.4);height:100%;left:-360px;overflow:auto;padding:2rem;position:fixed;top:0;transition:transform .3s ease-out;width:300px;z-index:9999}.nav_sidebar ul{padding-top:4rem}.nav_sidebar ul>li{border-bottom:1px solid #4d4949;color:#fff!important;cursor:pointer;display:block;font-size:1.2rem;font-weight:600;left:-30px;letter-spacing:2px;opacity:0;padding:1rem 0;position:relative;text-transform:uppercase;transition:all .3s}.nav_sidebar ul>li ul.nav-sidebar-ul{display:none;margin:0;padding-top:1rem}.nav_sidebar ul>li ul.nav-sidebar-ul li{border-bottom:none;border-top:1px solid #4d4949}.nav_sidebar ul>li ul.nav-sidebar-ul li a{font-size:.9rem;font-weight:400}@media screen and (max-width:580px){.nav_sidebar{left:-120%;width:100%}}body.nav_open .nav_sidebar{transform:translate(360px)}body.nav_open .nav_sidebar ul>li{left:0;opacity:1}@media screen and (max-width:580px){body.nav_open .nav_sidebar{transform:translate(120%)}}.nav_sidebar ul>li:first-child{transition-delay:.3s}.nav_sidebar ul>li:nth-child(2){transition-delay:.4s}.nav_sidebar ul>li:nth-child(3){transition-delay:.5s}.nav_sidebar ul>li:nth-child(4){transition-delay:.6s}#wrapper{transition:transform .3s ease-out}body.nav_open #wrapper{transform:translate(240px)}@media screen and (max-width:580px){body.nav_open #wrapper{transform:translate(100%)}}#my-button{cursor:pointer;display:none;position:absolute;right:20px;top:110px}@media screen and (max-width:920px){#my-button{display:block}}@media screen and (max-width:580px){#my-button{right:20px;top:106px}}#my-close-button{cursor:pointer;display:block;float:right}#my-close-button .nav-name{color:#fff;display:inline-block;font-weight:400;padding:0 0 2em;position:relative;top:3px}#my-close-button .menu-toggle-btn{display:inline-block;position:relative;top:-1.4em}#my-close-button span{background:#b2292e!important}#my-close-button span:first-child,#my-close-button span:nth-child(3){margin:0;transform:translateY(16px) rotate(-45deg)}#my-close-button span:nth-child(2){height:0;margin:0}#my-close-button span:nth-child(3){transform:translateY(14px) rotate(45deg)}.nav-name{display:inline-block;font-size:.85em;font-weight:600;letter-spacing:2px;position:relative;text-transform:uppercase;top:2px}@media screen and (max-width:580px){.nav-name{display:none}}.menu-toggle-btn{cursor:pointer;display:inline-block;height:30px;vertical-align:bottom;width:30px}.menu-toggle-btn span{background:#b2292e!important;display:block;height:2px;margin-bottom:5px;width:30px}header .menu-toggle-btn{margin:0 0 0 10px;padding-top:12px}@media screen and (max-width:440px){header .menu-toggle-btn{margin:0 0 0 5px}}.front-links{align-items:stretch;display:flex;margin:1em auto;max-width:1280px;text-align:center}.front-links:after{clear:both;content:"";display:block}.front-links .front-links-item{flex:1;transition:background-color .3s}.front-links .front-links-item:hover{background-color:#f1f1f1}.front-links a{display:block;padding:1em}.front-links a .img-wrapper{background-color:transparent;display:inline-block;height:150px;overflow:auto;width:150px}.front-links a img{max-height:150px;max-width:150px}.front-links a h2{text-transform:uppercase}.front-links a .front-links-text{padding-top:1em;position:relative}.front-links a .front-links-text span{font-size:1rem;text-transform:uppercase}.front-links a .front-links-text:before{background-color:#b2b2b2;content:"";height:1px;left:calc(50% - 40px);position:absolute;top:0;width:80px}@media screen and (max-width:920px){.front-links{display:block;margin-top:0;text-align:left}.front-links .front-links-item{padding:0 2rem;position:relative}.front-links .front-links-item:after,.front-links .front-links-item:before{background-color:#b2b2b2;content:"";height:1px;position:absolute;top:50%;width:3rem}.front-links .front-links-item:before{left:0}.front-links .front-links-item:after{right:0}.front-links a{align-items:center;display:flex}.front-links a .img-wrapper{flex:0 0 200px}.front-links a .front-links-text{padding-top:0}.front-links a .front-links-text:before{display:none}}@media screen and (max-width:580px){.front-links .front-links-item{padding:0}.front-links .front-links-item:after,.front-links .front-links-item:before{display:none}.front-links a{padding:0}.front-links a .img-wrapper{flex:0 0 120px}.front-links a .img-wrapper img{width:80px}}.front-articles{margin:0 auto 1em;max-width:960px}.front-articles:after{clear:both;content:"";display:block}.front-articles>a{display:block;float:left;padding:2em;width:50%}.front-articles>a .img-wrapper{height:260px;margin-bottom:1em;width:100%}.front-articles>a .img-wrapper img{width:100%}.front-articles>a .article-infos{display:block;padding-left:0}.front-articles>a:hover .article-infos h2{color:#b2292e}.front-articles>a:hover .article-infos .btn{padding:0 2em}@media screen and (max-width:640px){.front-articles>a{padding:.6em 2em;width:100%}.front-articles>a .img-wrapper{height:200px}}@media screen and (max-width:440px){.front-articles>a{padding:.6em 1em}.front-articles>a .img-wrapper{height:140px}}.front-concours{margin-top:1em;overflow:hidden;position:relative;text-align:center}.front-concours .front-trigger span:after{display:none}@media screen and (max-width:360px){.front-concours .front-trigger span{font-size:.9em}.front-concours .front-trigger h2{font-size:1em}}.front-concours-container .front-trigger-text h2{font-size:1.9rem}.banner-pub{background-color:#fcf0cc}.banner-pub .pub{margin:0 auto;max-width:1280px;text-align:center}.banner-pub .pub img{display:inline-block;width:70%}@media screen and (max-width:920px){.banner-pub .pub img{width:100%}}.banner-pub.black{background-color:#413d3d}.partenaires-wrapper{background-color:#fcf9f2;padding:2em 0;text-align:center}.logo-partenaires{flex-wrap:wrap;margin:0 auto;max-width:1280px;text-align:center}.logo-partenaires,.logo-partenaires li a{align-items:center;display:flex;justify-content:center}.logo-partenaires li a{height:70px;padding:10px 20px;width:136px}.logo-partenaires li a img{max-height:100%;max-width:100%}footer{background-color:#413d3d;color:#fff;font-size:1rem;position:relative}footer:after{clear:both;content:"";display:block}footer a{position:relative}footer a:after{border-bottom:1px solid transparent;bottom:-2px;content:"";left:0;position:absolute;transition:border .3s;width:100%}footer a:hover:after{border-bottom:1px solid #fff}.footer-infos{float:left;padding:2em;width:25%}.footer-infos .logo-small{display:block;position:relative}.footer-infos .logo-small svg{fill:#fff;height:90px;margin-bottom:3em;width:48px}.footer-infos .logo-small .footer-date{font-size:.9rem;font-weight:700;left:0;position:absolute;text-transform:uppercase;top:100px}.footer-infos .logo-small .footer-year{font-family:"Source Serif Pro",serif;font-size:1.8rem;font-weight:600;left:16px;position:absolute;top:72px}.footer-infos .logo-small .footer-adresse span{display:block}@media screen and (max-width:920px){.footer-infos{width:40%}}@media screen and (max-width:640px){.footer-infos{width:100%}.footer-infos .footer-adresse{float:none;padding-left:0}.footer-infos .footer-wrapper{display:inline-block;vertical-align:middle}}.footer-nav{float:left;padding:2em;width:75%}.footer-nav .footer-nav-col{float:left;width:25%}.footer-nav .footer-nav-col ul{padding-left:0}.footer-nav .footer-nav-col ul li{margin-top:.6em}.footer-nav .footer-nav-col:first-child{font-weight:700}.footer-nav .footer-nav-col:first-child ul li:first-child{margin-top:0}@media screen and (max-width:920px){.footer-nav{width:60%}.footer-nav .footer-nav-col{margin-bottom:2em;width:50%}}@media screen and (max-width:640px){.footer-nav{width:100%}.footer-nav .footer-nav-col{margin-bottom:2em;width:50%}}.content-wrapper{margin:0 auto;max-width:800px;padding:1.4em 1em 2em;position:relative}.content-wrapper h1{padding-bottom:.6em}.content-wrapper h2{padding-bottom:.5em;padding-top:1em}.content-wrapper h3{padding-top:.8em}.content-wrapper ul{margin-bottom:.6em;padding-left:2em;padding-top:.6em}.content-wrapper ul li{font-weight:300;margin-bottom:.3em;position:relative}.content-wrapper ul li:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/arrow-list.svg?42dd6dbc02b3cc9e44eb5ee97e9ae8f7);content:"";height:1em;left:-2em;position:absolute;top:4px;width:1em}.content-wrapper a{color:#b2292e;position:relative}.content-wrapper a:before{background-color:transparent;bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:background-color .3s;width:100%}.content-wrapper a:hover:before{background-color:#b2292e}.content-wrapper .video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.content-wrapper .video-container embed,.content-wrapper .video-container iframe,.content-wrapper .video-container object,.content-wrapper .video-container video{height:100%;left:0;position:absolute;top:0;width:100%}.content-wrapper p{margin-top:.6em}.content-wrapper h2+h3{padding-top:0}.content-wrapper h1+p,.content-wrapper h2+p,.content-wrapper h3+p{margin-top:0}.content-wrapper .category-style{color:#b2292e;display:block;margin-bottom:1.4em;position:relative}.content-wrapper .category-style ul{padding:0}.content-wrapper img{height:auto}.content-wrapper img.alignleft{float:left;margin:20px 40px 30px -120px;max-width:400px;width:400px}.content-wrapper .chapeau{font-weight:600}.content-wrapper:after{clear:both;content:"";display:block}@media screen and (max-width:920px){.content-wrapper{padding:2em 1em}.content-wrapper .category-style{top:.5em}.content-wrapper img.alignleft{margin:20px 40px 0 0}}@media screen and (max-width:580px){.content-wrapper{padding:1.2em 1em 2em}.content-wrapper .category-style{top:.1em}.content-wrapper img.alignleft{float:none;margin:20px 0;width:100%}}.title-line h1{padding-top:.6em}.title-line h1:before{background-color:rgba(77,73,73,.5);content:"";height:1px;left:0;position:absolute;top:-28px;width:100%}.single .title-line h1:before{display:none}.content-tiles{margin:0 auto;max-width:1280px}.content-tiles .tiles-section h2{margin-bottom:.6em}.content-tiles .tiles-section:after{clear:both;content:"";display:block}.content-tiles .tile{background-color:#fcf9f2;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);float:left;height:179px;margin-bottom:2em;margin-right:5%;overflow:hidden;padding:1em 0 1em 1em;width:30%}.content-tiles .tile:nth-child(3n-3){margin-right:0}.content-tiles .tile:after{clear:both;content:"";display:block}.content-tiles .tile .img-wrapper{float:left;height:136px;width:40%}.content-tiles .tile .tile-infos{float:left;height:100%;margin-left:1em;position:relative;width:50%}.content-tiles .tile .tile-infos h3{padding-top:0}.content-tiles .tile .tile-infos small{color:#413d3d;display:block}.content-tiles .tile .tile-infos .btn{bottom:0;position:absolute}@media screen and (max-width:1020px){.content-tiles .tile{width:47.5%}.content-tiles .tile:nth-child(3n-3){margin-right:5%}.content-tiles .tile:nth-child(2n){margin-right:0}}@media screen and (max-width:640px){.content-tiles .tile{height:auto;margin-bottom:1em;margin-right:0;width:100%}.content-tiles .tile:nth-child(2n){margin-right:0}.content-tiles .tile .img-wrapper{height:80px;max-width:80px}.content-tiles .tile .tile-infos .btn{position:relative}}.partners-wrapper{margin:0 auto;max-width:1280px}.partners-section .partners-container a.partners{display:block;float:left;height:200px;padding:2% 2% 2% 0;text-align:center;width:24%}.partners-section .partners-container a.partners:before{display:none}.partners-section .partners-container a.partners img{display:inline-block;max-height:60px;max-width:180px}.partners-section .partners-container a.partners img.hidden{opacity:0}.partners-section .partners-container a.partners .partner-name{color:#413d3d;margin-top:1em;padding-top:0;position:relative;transition:color .3s;width:100%}.partners-section .partners-container a.partners .partner-name:before{background-color:#413d3d;content:"";height:1px;left:calc(50% - 30px);position:absolute;top:-.4em;transition:width .3s,left .3s,background-color .3s;width:60px}.partners-section .partners-container a.partners:hover .partner-name{color:#b2292e}.partners-section .partners-container a.partners:hover .partner-name:before{background-color:#b2292e;left:0;width:100%}@media screen and (max-width:920px){.partners-section .partners-container a.partners{float:left;height:140px;padding:2% 2% 2% 0;text-align:center;width:49%}}@media screen and (max-width:580px){.partners-section .partners-container a.partners img{max-height:40px}}@media screen and (max-width:360px){.partners-section .partners-container a.partners{padding:2%;width:100%}}.partners-section .partners-container:after{clear:both;content:"";display:block}.index-category a.article-category{border-bottom:1px solid #b2b2b2;color:#413d3d;display:block;margin-bottom:1.5em;padding-bottom:1.5em;transition:color .3s}.index-category a.article-category:first-of-type{margin-top:1em}.index-category a.article-category .img-wrapper,.index-category a.article-category h2{display:inline-block;vertical-align:middle}.index-category a.article-category h2{padding:0 0 0 1em;width:70%}.index-category a.article-category .img-wrapper{background-color:#f1f1f1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 260 260'%3E%3Cg fill='%238e8e8e' fill-opacity='.43' fill-rule='evenodd'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2h-3.74l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68 1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1zM284.37 16c.2.65.39 1.32.54 2h-3.74l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68 1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9zM159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42zM39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38zM129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126zM212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6h26a3 3 0 1 0 0-6h-3v-2h2a12 12 0 1 0-24 0h2zm-1.44 14-1-4h24.88l-1 4h-22.88zm8.95 26-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73 2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6zM-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/svg%3E");background-position:0 0;border-radius:50%;height:80px;transition:background-position .3s;width:80px}.index-category a.article-category .img-wrapper img{border-radius:50%;height:100%;width:auto}.index-category a.article-category:hover{color:#b2292e}.index-category a.article-category:hover:before{display:none}.index-category a.article-category:hover .img-wrapper{background-position:40px 40px}@media screen and (max-width:580px){.index-category a.article-category:first-of-type{margin-top:0}.index-category a.article-category h2{font-size:1em;width:70%}.index-category a.article-category .img-wrapper{height:60px;width:60px}}.hi{bottom:20px;display:block;opacity:.4;position:absolute;right:20px;transition:opacity .3s}.hi:after{display:none}.hi:hover{opacity:1}.parallax-front{min-height:380px}@media screen and (max-width:920px){.parallax-front{min-height:300px}}@media screen and (max-width:746px){.parallax-front{min-height:200px}}@media screen and (max-width:440px){.parallax-front{min-height:120px}}.archives-wrapper .archive{height:auto;padding:1em}.archive-left .archive-dessin,.archive-left .archive-nouvelles{margin-bottom:10px}.archive-left .category-style{margin-bottom:1px}.archive-left .entry-text{font-size:.9em;font-weight:400}.archive-left .entry-text span{font-weight:300}.archive-left .archive-header{margin-bottom:1em}.archive-left .archive-header .archive-logo{border-right:1px solid #b2b2b2;float:left;height:110px;position:relative;width:40%}.archive-left .archive-header .archive-logo svg{width:50px}.archive-left .archive-header .archive-logo .footer-year{bottom:3px;color:#b2292e;font-family:"Source Serif Pro",serif;font-size:1.6em;font-weight:600;left:16px;position:absolute}.archive-left .archive-header .archive-entetes{float:left;padding-left:6%;width:60%}.archive-left .archive-header .archive-entetes h4{margin-bottom:10px}.archive-left .archive-header:after{clear:both;content:"";display:block}.archive-magazine{border-bottom:1px solid #b2b2b2;margin-bottom:20px;width:100%}.archive-magazine a{display:block;max-height:100px;overflow:hidden;position:relative;transition:max-height .4s;width:100%}.archive-magazine a img{display:inline-block;left:50%;position:relative;text-align:center;top:10px;transform:translateX(-50%) rotate(6deg);transition:transform .4s;width:60%}.archive-magazine a .overlay{background-color:#000;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s}.archive-magazine a .lire{color:#fff;font-size:1.4em;font-weight:600;left:50%;opacity:0;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);transition:opacity 1s}.archive-magazine a:hover{max-height:600px}.archive-magazine a:hover img{transform:translateX(-50%) rotate(0)}.archive-magazine a:hover .overlay{opacity:0}.archive-magazine a:hover .lire{background-color:#413d3d;opacity:1;padding:.4em .6em}.ingredients{background-color:#fcf9f2;margin:2em 0;padding:1em 2em}.ingredients h4{display:flex;padding:.25em}.ingredients h4 span:first-child{color:#b2292e;flex:0 0 120px;font-size:1.1rem;font-weight:600;padding-top:.12em;text-align:right}.ingredients h4 span:nth-child(2){padding-left:1em}.ingredients ul{margin-bottom:0;padding-left:0}.ingredients ul li{border-top:1px solid rgba(178,41,46,.2);display:flex;line-height:1.35;margin:0;padding:.25em;position:relative}.ingredients ul li:before{display:none}.ingredients ul li .qty{color:#b2292e;flex:0 0 120px;font-size:1.1rem;font-weight:600;text-align:right}.ingredients ul li .type{flex:1;font-size:.9em;font-weight:500;padding-left:1em;text-transform:uppercase}.tiles-comite .tile{height:80px;margin-bottom:.6em;margin-right:0;padding:.4em;position:relative;width:48%}.tiles-comite .tile:nth-child(3n-3){margin-right:0}.tiles-comite .tile:nth-child(odd){margin-right:2%}.tiles-comite .tile .img-wrapper{background-color:#fff;float:left;height:100%;width:10%}.tiles-comite .tile .img-wrapper .hidden{opacity:0}.tiles-comite .tile .img-wrapper .default{margin-top:5px;width:46px}.tiles-comite .tile .img-wrapper:hover img{transform:translate(-50%,-50%)}.tiles-comite .tile a{bottom:.4em;display:block;height:30px;position:absolute;right:.4em;width:30px}.tiles-comite .tile a svg{fill:#413d3d;transition:fill .3s;width:100%}.tiles-comite .tile a:before{display:none}.tiles-comite .tile a:hover svg{fill:#b2292e}.tiles-comite .tile .tile-infos{width:80%}@media screen and (max-width:920px){.tiles-comite .tile{width:100%}.tiles-comite .tile:nth-child(odd){margin-right:0}}@media screen and (max-width:440px){.tiles-comite .tile .img-wrapper{display:none}.tiles-comite .tile .tile-infos{margin-left:0;width:100%}}.filter-canton{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;padding-bottom:.6em;padding-top:.6em}.filter-canton p{display:inline-block;font-size:.8em;margin-bottom:.8em;margin-right:1em}.filter-canton select{appearance:none;background-color:#b2292e;border:0;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:.8em;outline:none;padding:.4em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.filter-canton select:-moz-focusring{color:#fff;text-shadow:0 0 0 #444}.filter-canton select::-ms-expand{display:none}.filter-canton select option{background-color:#fcf9f2;color:#413d3d}@media screen and (max-width:440px){.filter-canton form{display:block}.filter-canton ul{display:none}}.suggestions{margin:3em auto;max-width:1280px}.suggestions h2{text-align:center;text-transform:uppercase}.suggestions .suggestions-wrapper{display:flex;justify-content:space-between;margin-top:2em}.suggestions .suggestions-wrapper .article-infos{border-right:1px solid rgba(77,73,73,.5);padding-left:5%;width:25%}.suggestions .suggestions-wrapper .article-infos h3{font-size:1.4rem;padding-right:25px;text-transform:uppercase}.suggestions .suggestions-wrapper .article-infos:last-child{border-right:none}@media screen and (max-width:1020px){.suggestions .suggestions-wrapper .article-infos{padding-left:1%}}@media screen and (max-width:920px){.suggestions h2{padding-left:5%;text-align:left}.suggestions .suggestions-wrapper{flex-wrap:wrap}.suggestions .suggestions-wrapper .article-infos{border-right:none;margin-bottom:3rem;padding-left:5%;width:50%}.suggestions .suggestions-wrapper .article-infos:last-child{margin-bottom:0}}@media screen and (max-width:440px){.suggestions .suggestions-wrapper .article-infos{width:100%}}.btn{color:#413d3d;display:inline-block;margin-top:1.2em;padding:0 .6em;position:relative;transition:padding .4s}.btn:hover{padding:0 2em}.btn:after,.btn:before{background-color:#b2b2b2;content:"";height:1px;left:0;position:absolute;width:100%}.btn:before{top:-8px}.btn:after{bottom:-8px}.btn:before{bottom:auto}footer .btn{color:#fff;display:inline-block;left:-6px;padding:.4em .4em .4em 2em;position:relative;transition:background-color .3s}footer .btn:before{background-color:transparent;background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/pdf.png?6f791240e9430f17a02dba52ffd02df0);background-repeat:no-repeat;background-size:18px;content:"";height:24px;left:6px;position:absolute;top:4px;width:18px}footer .btn:after{display:none}footer .btn:hover{background-color:#4d4949;padding:.4em .4em .4em 2em}@media screen and (max-width:580px){.front-map{display:none}}#map-canvas{height:360px}@media screen and (max-width:920px){.content-filter{padding:0}}@media screen and (max-width:580px){.content-filter{padding:0}}.filters,.results{float:left}@media screen and (max-width:920px){.filters,.results{float:none}}.filters{background-color:#413d3d;color:#fff;padding:1em;width:25%}.filters .filters-header{border-bottom:1px solid #fff;color:#8f8888;font-size:1.7rem;font-weight:400;letter-spacing:1px;padding-bottom:.5em;text-transform:uppercase}.filters a{color:#fff;display:inline-block;margin-top:20px}@media screen and (max-width:920px){.filters a{margin-top:0;padding:.5em}}.filters a:hover:before{background-color:#fff}.filters form{padding-top:.8em;position:relative}.filters form .Select .Select-control{background-color:#fcf9f2;border:none;color:#413d3d;cursor:default;outline:none;overflow:hidden;padding-right:40px;position:relative;text-transform:uppercase;width:100%}.filters form .Select .Select-control .Select-placeholder{color:#8f8888;font-size:.8em;left:0;max-width:100%;overflow:hidden;padding:.3em;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap}.filters form .Select .Select-control input{background-color:#fcf9f2;border:none;font-size:.8em;padding:.3em;text-transform:uppercase;width:100%}.filters form .Select .Select-control:after{border-bottom:1px solid #8f8888;border-left:1px solid #8f8888;content:"";height:12px;position:absolute;right:.5em;top:6px;transform:rotate(-45deg);width:12px}.filters form .Select .Select-control .Select-clear-zone{color:#8f8888;height:12px;position:absolute;right:1.3em;top:2px;width:12px}.filters form .Select .Select-control .Select-value{background-color:#fcf9f2;border:1px solid #8f8888;color:#413d3d;display:inline-block;font-size:.6em;font-weight:400;margin-bottom:3px;margin-left:5px;margin-top:3px;position:relative}.filters form .Select .Select-control .Select-value .Select-value-label{display:block;padding:.5em}.filters form .Select .Select-control .Select-value .Select-value-icon{color:transparent;cursor:pointer;left:0;padding:.5em;position:absolute;right:0}.filters form .Select .Select-menu-outer{background-color:#fcf9f2;color:#413d3d;font-size:.8em;padding:.3em;position:absolute;text-transform:uppercase;width:100%;z-index:1}.filters form .Select .Select-menu-outer .Select-menu{font-weight:400;max-height:198px;overflow-y:auto}.filters form .Select .Select-menu-outer .Select-menu .Select-option{cursor:pointer}.filters form .keywords{margin-top:.3em}.filters form .keywords>label{margin-bottom:.3em}.filters form .keywords input{background-color:#fcf9f2;border:none;color:#413d3d;font-size:.8em;padding:.3em;text-transform:uppercase;width:100%}.filters form .keywords input::-webkit-input-placeholder{color:#8f8888}.filters form .keywords input::-moz-placeholder{color:#8f8888}.filters form .keywords input:-ms-input-placeholder{color:#8f8888}.filters form .keywords input:-moz-placeholder{color:#8f8888}.filters form .labels-wrapper>label{margin-bottom:.3em}.filters form .label-wrapper{display:inline-block;margin-bottom:.1em;margin-right:.2em;position:relative}.filters form [type=checkbox]:checked,.filters form [type=checkbox]:not(:checked){left:-9999px;position:absolute}.filters form [type=checkbox]+label{background-color:#4d4949;color:#8f8888;cursor:pointer;display:inline-block;font-size:.8em;overflow:hidden;padding:.5em;transition:background-color .3s}.filters form [type=checkbox]+label:hover{background-color:#333030}.filters form [type=checkbox]+label:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.filters form [type=checkbox]:checked+label{background-color:#fcf9f2;color:#413d3d}.filters form label{display:block;text-transform:uppercase}.filters form .select-wrapper{position:relative}.filters form .select-wrapper select{appearance:none;background-color:#4d4949;border:0;border-radius:0;color:#8f8888;cursor:pointer;display:block;font-size:.8em;margin-bottom:.8em;margin-top:.3em;outline:none;padding:.4em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.filters form .select-wrapper select:-moz-focusring{color:#fff;text-shadow:0 0 0 #444}.filters form .select-wrapper select::-ms-expand{display:none}.filters form .select-wrapper select option{background-color:#fcf9f2;color:#413d3d}.filters form .select-wrapper:after{border-bottom:1px solid #8f8888;border-left:1px solid #8f8888;content:"";height:12px;position:absolute;right:.5em;top:38px;transform:rotate(-45deg);width:12px}.filters form .label{background-color:#4d4949;color:#8f8888;display:inline-block;font-size:.8em;margin-bottom:.3em;margin-right:.3em;margin-top:.3em;padding:.4em;text-overflow:ellipsis;text-transform:uppercase}@media screen and (max-width:920px){.filters{margin-bottom:1em;padding:0;width:100%}.filters .filters-header{font-size:1rem;padding:.5em;width:100%}.filters form{padding:.5em}.filters form:after{clear:both;content:"";display:block}.filters form .select-wrapper{float:left;padding-right:.5em;position:relative;width:33.33%}.filters form .select-wrapper label{font-size:.6em}.filters form .select-wrapper:after{right:1em;top:30px}.filters form .labels-wrapper{float:left;margin-right:5%;width:50%}.filters form .labels-wrapper>label{font-size:.6em}.filters form .keywords{float:left;margin-top:0;width:45%}.filters form .keywords>label{font-size:.6em}.filters form .keywords input{padding:.52em}}@media screen and (max-width:580px){.filters .keywords{display:none}.filters .labels-wrapper{width:100%!important}}@media screen and (max-width:440px){.filters form .select-wrapper{float:none;width:100%}}.results{padding-left:2.5%;width:75%}.results .event{background-color:#fcf9f2;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);display:block;margin-bottom:1em;padding:1em;position:relative;transition:box-shadow .3s cubic-bezier(.25,.8,.25,1)}.results .event:before{display:none}.results .event:hover{box-shadow:0 10px 24px rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.12)}.results .event .results-img-wrapper{display:block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:25%}.results .event .results-img-wrapper img{display:block;height:100%}.results .event .event-infos{padding-left:27%;width:80%}.results .event .event-infos .date{color:#4d4949;font-size:.8em}.results .event .event-infos h2{color:#413d3d;padding-bottom:.4em;padding-top:.4em}.results .event:after{clear:both;content:"";display:block}@media screen and (max-width:920px){.results{padding-right:2.5%;width:100%}}@media screen and (max-width:580px){.results a.event .results-img-wrapper{display:none}.results a.event .event-infos{padding-left:0;width:100%}.results a.event .event-infos h2{font-size:1.1em}.results a.event .event-infos .keyword{display:none}}span.canton,span.event-type{background-color:#413d3d;color:#fff;display:inline-block;font-size:.8em;font-weight:600;padding:.6em;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%);z-index:10}span.canton{left:0}@media screen and (max-width:580px){span.canton{font-size:.6em;left:auto;right:0;top:0;transform:translateY(0)}}span.event-type{right:0}@media screen and (max-width:580px){span.event-type{bottom:0;font-size:.6em;top:auto;transform:translateY(0)}}.sponsors-wrapper{margin-top:1em}.sponsors-wrapper span{margin-right:10px}.sponsors-wrapper span img{height:30px}.keywords-wrapper .keyword{background:linear-gradient(#4d4949,#4d4949) bottom repeat-x;background-size:1px 1px;color:#4d4949;display:inline-block;font-size:.85rem;margin-right:10px;opacity:.6;position:relative;text-transform:uppercase}.pager{margin-bottom:1em;margin-top:1em;text-align:center}.pager .pager-page{margin-right:12px}.pager .pager-number{color:#413d3d;padding:.3em .5em;transition:background-color .3s}.pager .pager-number:before{display:none}.pager .pager-number:hover{background-color:#fcf9f2}.pager .pager-number.active{background-color:#413d3d;color:#fff}.top-pager{background-color:#413d3d;display:flex;margin-bottom:1rem}.top-pager a{color:#8f8888;display:inline-block;font-size:.8em;padding:.5rem 1rem;text-transform:uppercase;width:33.33%}.top-pager a:first-child{border-right:1px solid #fff}.top-pager a:nth-child(3){border-left:1px solid #fff;text-align:right}.top-pager a:before{display:none}.top-pager a:hover{background-color:#272424}.top-pager div{color:#8f8888;display:inline-block;font-size:.8em;padding:.5rem 1rem;text-align:center;width:33.33%}.overlay{background-color:rgba(0,0,0,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s;visibility:hidden;z-index:300}.modal{background-color:#fff;height:90vmin;left:50%;max-width:1000px;overflow-x:hidden;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-70%);transition:transform .5s;width:90vw}.modal .close-event:before{display:none}.modal .event-type{left:0;right:auto;top:4em}.modal .modal-left{float:left;position:relative;width:60%}.modal .modal-left .results-img-wrapper{overflow:hidden}.modal .modal-left .results-img-wrapper img{width:100%}.modal .modal-left .modal-left-text{padding:2em 0 2em 2em}.modal .modal-left .modal-left-text h2{letter-spacing:0;padding-top:0}.modal .modal-left .modal-left-text .chapeau{font-weight:600;margin-bottom:1em}.modal .modal-right{float:left;padding-left:6%;padding-right:3%;padding-top:6%;width:40%}.modal .modal-right ul li .info-line{font-size:.9em}.modal .modal-right .keywords-wrapper{font-size:.8em;margin-top:1em}.modal .modal-right .reservation-button{border:1px solid #b2292e;display:inline-block;margin-top:20px;padding:4px 12px}.modal .guidle-logo{margin-top:40px;max-width:200px}@media screen and (max-width:920px){.modal{height:100vh;left:0;position:relative;top:0;width:100%}}@media screen and (max-width:640px){.modal{padding-top:6rem}.modal .event-type{bottom:auto;top:20px}.modal .modal-left,.modal .modal-right{float:none;width:100%}.modal .modal-left{padding-top:0}.modal .modal-left .results-img-wrapper{display:none}.modal .modal-left .modal-left-text{padding:0 1em 1em}.modal .modal-right{padding-top:3%}}a.close-event{cursor:pointer;display:block;height:32px;position:absolute;right:1em;top:1em;width:32px}a.close-event span{background-color:#b2292e;height:1px;left:0;position:absolute;top:16px;width:32px}a.close-event span:first-child{transform:rotate(-45deg)}a.close-event span:nth-child(2){transform:rotate(45deg)}.modal-open .overlay{opacity:1;visibility:visible}.modal-open .modal{transform:translate(-50%,-50%)}@media screen and (max-width:920px){.modal-open .modal{transform:translate(0)}}.icon-infos ul{padding:0}.icon-infos ul li{display:inline-block;margin-bottom:.6em;margin-right:10px}.icon-infos ul li:before{background-image:none}.icon-infos ul li span{display:inline-block;margin-right:10px}.icon-infos ul li span:first-child{height:20px;position:relative;top:-4px;width:18px}.icon-infos ul li span:first-child svg{height:100%;width:100%}.icon-infos ul li span:first-child.icon-personnes{top:-2px;width:30px}.modal-right ul{padding-left:0}.modal-right ul li[class^=icon-]{border-bottom:1px solid #b2b2b2;padding:.6em 0 .6em 36px;position:relative}.modal-right ul li[class^=icon-]:before{background-repeat:no-repeat;background-size:24px 28px;content:"";height:32px;left:0;position:absolute;top:9px;width:32px}.modal-right ul li.icon-pointer:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-pointer.svg?e6b4ebc8da06e95e8e9f4046d802dff1)}.modal-right ul li.icon-calendar:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-calendar.svg?4d2f848fce55d55b3060c0f19115a287)}.modal-right ul li.icon-places:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-places.svg?76ddb626ec333f88f62a30c5a5fd54fd)}.modal-right ul li.icon-reservation{color:#b2292e;font-weight:400;padding:.6em 0}.modal-right ul li.icon-reservation:before{background-image:none}.modal-right ul li.icon-mail:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-mail.svg?67adc1d67ed65e1f78d2da412cb926d5)}.modal-right ul li.icon-phone:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-phone.svg?de90db55509f63b756f68389ebd31c92)}.modal-right ul li.icon-url:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-url.svg?46fcb886a4242a83ab5c0dc42406c161)}.modal-right ul li.icon-tirelire:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-tirelire.svg?b6aa3a5ec573f0bdac359a9e1d254853)}.modal-right .SocialMediaShareButton{display:inline-block;height:32px;margin-top:20px;width:32px}.modal-right .SocialMediaShareButton.SocialMediaShareButton--guidle{width:240px}.modal-right .SocialMediaShareButton div.icon-facebook:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-facebook.svg?ceb07d078532bc3a567d9a876232ca1c);background-repeat:no-repeat;background-size:24px 28px;content:"";cursor:pointer;height:32px;position:fixed;width:32px}.modal-right .SocialMediaShareButton div.icon-twitter:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/icon-twitter.svg?6043684e1b5b6380f41cc8b129499d9f);background-repeat:no-repeat;background-size:24px 28px;content:"";cursor:pointer;height:32px;position:fixed;width:32px}.modal-right .SocialMediaShareButton div.icon-guidle:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/logo-guidle.svg?8fdb8a0b7192903724642478fb3e5ebb);background-repeat:no-repeat;background-size:120px 28px;content:"";cursor:pointer;height:32px;position:fixed;width:240px}.insta-feed{background-color:#f1f1f1;padding:0 1rem;width:100%}.insta-feed .instafeed-container{margin:0 auto;max-width:1280px;padding-bottom:3em;padding-top:3em}.insta-feed .instafeed-container h2{margin-bottom:1em;padding-left:2em;position:relative}.insta-feed .instafeed-container h2:before{background-image:url(https://www.gout.ch/wp-content/themes/gout/public/images/facebook.svg?b6b90c43c82e169f30a321fb7b2093fc);background-repeat:no-repeat;background-size:32px 32px;content:"";height:32px;left:0;position:absolute;top:0;width:32px}.insta-feed .instafeed-container .feed-container{align-items:flex-start!important;display:flex;flex-wrap:wrap;justify-content:space-between}.insta-feed .instafeed-container .feed-container .feed-item{background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.1);margin-bottom:2em;padding:1em;position:relative;transition:box-shadow .3s;width:23%}.insta-feed .instafeed-container .feed-container .feed-item .img-container{background-color:#fff;height:240px;overflow:hidden;position:relative;width:100%}.insta-feed .instafeed-container .feed-container .feed-item .img-container img{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.insta-feed .instafeed-container .feed-container .feed-item .event-excerpt{color:#000;font-size:.95em;line-height:1.2;padding-top:1em}.insta-feed .instafeed-container .feed-container .feed-item .event-excerpt span{color:#b2292e;font-weight:300}.insta-feed .instafeed-container .feed-container .feed-item:hover{box-shadow:0 8px 16px rgba(0,0,0,.15)}@media screen and (max-width:920px){.insta-feed .instafeed-container .feed-container .feed-item{width:48%}.insta-feed .instafeed-container .feed-container .feed-item .img-container img{height:auto;width:100%}}@media screen and (max-width:640px){.insta-feed .instafeed-container .feed-container .feed-item .event-excerpt{display:none}.insta-feed .instafeed-container .feed-container .feed-item{width:100%}}.insta-feed .cff-link-title,.insta-feed .cff-post-desc{font-size:16px}.blog-filters .category-style{margin-bottom:.5rem}.blog-filters ul{padding:0}.blog-filters ul li{display:inline-block}.blog-filters ul li:before{display:none}.blog-filters ul li a{border:1px solid #b2292e;display:block;font-size:.9rem;padding:.6rem 1.2rem;text-transform:uppercase}.blog-filters ul li a:before{display:none}.blog-filters ul li a:hover{background-color:#f1f1f1}.blog-filters ul li a.selected{background-color:#b2292e;color:#fff}.article-list{margin-top:3rem}.article-list>a{color:#413d3d;display:inline-table;padding:1rem;width:33%}.article-list>a,.article-list>a .article-infos{margin-bottom:1rem}.article-list>a .article-infos .img-wrapper{background-color:transparent;height:0;padding-bottom:65%;width:100%}.article-list>a .article-infos .img-wrapper img{display:block;position:static;transform:translate(0);width:101%}.article-list>a .category-style{color:#413d3d;margin-bottom:.5rem}.article-list>a h2{padding-top:0}.article-list>a:before{display:none}.article-list>a:hover .btn{padding:0 2em}.article-list>a:hover h2{color:#b2292e}@media screen and (max-width:920px){.article-list>a{width:49%}}@media screen and (max-width:640px){.article-list>a{width:100%}}input,textarea{border:1px solid #413d3d;padding:.5em;width:100%}form{display:block;margin:2em 0}form label{display:block;margin-bottom:.25em}form ul{ padding:0!important}form li:before{display:none}form li+li{margin-top:1em}form .gfield_checkbox,form .gform_heading{margin:1em 0}form input[type=checkbox]{cursor:pointer;display:inline-block;height:24px;vertical-align:top;width:24px}form input+label{display:inline-block;height:24px;line-height:24px}form input[type=submit]{background-color:#fff;border-color:#b2292e;color:#b2292e;display:inline-block;letter-spacing:1px;padding:.5em 2.4em;text-transform:uppercase;transition:all .3s ease-in-out;width:auto}form input[type=submit]:hover{background-color:#b2292e;color:#fff}