/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author:  WebID
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

body,html,#main{
    background:none!important;
}
.green,
.green * {
	color:#83870e;
}

.main_color a {
	color:#166665;
}

.av-social-link-twitter .social-shares-count a {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    height: 25px;
    line-height: 26px;
}
.av-social-link-twitter .social-shares-count a:before,
.av-social-link-twitter .social-shares-count a:after { display: none; }

/** Hide the #modal-... popin helpers **/
[id^=modal-] {
    display: none;
}
.helper-popin-content {
    width: 60%;
    margin-left: 20%;
    position: fixed;
    top: 10%;
    max-height: 80%;
    overflow: auto;
    left: 0;
}
@media screen and (max-width: 767px) {
    .helper-popin-content {
        width: 90%;
        margin-left: 5%;
    }
}

/* CUSTOM 404 */
#corde-404 {
    z-index: 100;
    opacity: 0;
    position: relative;
    top: 0;
}
#marmotte-404,
#texte-404 {
    z-index: 80;
    position: absolute;
    top: -50%;
}
#marmotte-404 {
    left: 40%;
    width: 18%;
}
#texte-404 {
    width: 16%;
    right: 30%;
}

/** Custom colors for search input **/
#top #s {
    background: white;
    border-color: rgba(0, 0, 0, 0.75);
}

.btn-404-wrapper {
    text-align: center;
    opacity: 0;
    padding-top: 40px;
}
.btn-404-wrapper a {
    color: #009594;
    border: 1px solid #009594;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    position: relative;
    z-index: 200;
    background: white;
}
.btn-404-wrapper a:hover {
    color: white;
    background: #009594;
}

@media screen and (max-width: 767px) {
    .btn-404-wrapper {
        opacity: 1;
    }
    #corde-404 {
        display: none;
    }
    #marmotte-404,
    #texte-404 {
        position: relative;
        left: 0;
        top: 0;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

/* General Custom CSS */

/* Commented because disabled the datepicker to work */
/*#ui-datepicker-div { z-index: 99!important; }*/

body,html,#main{
    background:none!important;
}
.green,
.green * {
    color:#83870e;
}

/* MENU */
.main-menu-container{
    padding-top: 40px;
}
/*.av-main-nav ul li a,
.header_color li {
    border: none;
}
.header_color .main_menu ul ul {
    background: none;
}
.header_color .main_menu .menu ul li a {
    background: rgba(22, 102, 101, 0.9);
}

#avia-menu a > span.avia-menu-text {
    font-weight: 300;
    font-size: 120%;
}
.header_color .main_menu .menu ul li a {
    color: white;
}*/

/** Style for language button in header menu **/
#avia-menu.av-main-nav li:nth-last-child(2) a {
    padding-top: 7px;
}
@media screen and (max-width: 767px) {
    #mobile-advanced > li:last-child {
        display: none;
    }
}
.mobile-lang-selector {
    position: absolute;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    right: 54px;
    top: 50%;
    top: calc(50% + 2px);
    margin-top: -23px;
    z-index: 10000;
    font-size: 30px;
}
@media screen and (min-width: 768px) {
    .mobile-lang-selector { display: none!important; }
}


.av-share-link .social-shares-count {
    position: absolute;
    bottom: -48px;
    width: 50px;
    margin-left: -26px;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    color: white;
    font-size: 13px;
    display: none;
}
.av-share-link .social-shares-count::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    position: absolute;
    top: -9px;
    left: calc(50% - 7px);
}
.av-social-link-linkedin .social-shares-count::after { border-color: transparent transparent #419cca transparent; }
.av-social-link-linkedin .social-shares-count { background: #419cca; }
.av-social-link-facebook .social-shares-count::after { border-color: transparent transparent #37589b transparent; }
.av-social-link-facebook .social-shares-count { background: #37589b; }
.av-social-link-gplus .social-shares-count::after { border-color: transparent transparent #de5a49 transparent; }
.av-social-link-gplus .social-shares-count { background: #de5a49; }
.av-social-link-twitter .social-shares-count::after { border-color: transparent transparent #46d4fe transparent; }
.av-social-link-twitter .social-shares-count { background: #46d4fe; }

@media screen and (max-width: 1099px) {
    .av-share-link .social-shares-count {
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .av-share-link .social-shares-count {
        bottom: -50px;
    }
    #top .av-share-box ul {
        overflow: visible;
    }
    .av-share-box ul li {
        position: relative;
    }

    .bottom-categories > p {
        position: relative;
        top: 60px;
    }

    #scroll-top-link.avia_pop_class {
        display: block!important;
    }
}

#scroll-top-link {
    right: auto;
    left: 20px;
}


/** Style for reCaptcha **/
.recaptcha {
    padding: 10px 0 25px;
}
.recaptcha > div {
    margin: 0 auto;
}



#top .av-submenu-container {
    font-size: 25px;
    height: 70px;

}
#top .av-submenu-container li a:hover {
    background: #83870E;
    color:white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.services-single-bureau .flex_column {
	line-height: 14px;
}
#les-cordees-fresque-img > .container {
	max-width: 100%;
}



.avia-animated-number-title span {
    font-size: 22px;
    color: black;
    opacity: 1;

}
.avia-animated-number-title .avia-no-number {
    font-size: 18px;
    color: black;
    opacity: 1;
}

.avia-animated-number-content {
    padding: 15px 0;
    text-align: center;

}
.avia-animated-number-content p {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding : 4px;
    margin: 0 auto;
}

.template-blog article .big-preview,
.template-blog article .entry-content-wrapper {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.template-blog article .entry-content-wrapper {
    margin: 0;
    word-wrap: break-word;
}
.template-blog article .blog-meta { display: inline-block!important; }


.meetup-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.meetup-logo {
    width:50px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.meetup-city-container {
    background: #fff;
    display: inline-block;
    width: 49%;
    height : 108px;
    margin-right: 2px;
    text-align: center;
}
.meetup-city-container:hover span {
    color: #ef1500;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.meetup-city-container.firstline.first {
    margin-left: 1%;
}
.meetup-city-container.secondline {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
}
.meetup-city-container {
    margin-bottom: 2px;
}
.meetup-city-container span {
    color:#9d9d9d;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.meetup-city-container .meetup-number {
    font-size: 22px;
    display: block;
    text-align: center;
    padding : 32px 10px 0 10px;
    color:#222222;
}
.meetup-cities-wrapper {
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.meetup-cities {
    padding: 5px 0;
}
.meetup-cities a {
    text-decoration: none;
}
.meetup-separator {
    border-color: #ef1500;
    margin-bottom: 0;
}
.la_cordee_meetup_widget {
    position: relative;
}

.single-post .bottom-categories {
    text-align: center;
}

.meetup-events-opener:first-of-type {
    margin-top: 20px;
    border: none;
}
.meetup-events-opener {
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #166665;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid white;
    background: rgba(255, 255, 255, 0.97);
}
.meetup-events-opener:hover,
.meetup-events-opener.active {
    color: #ef1500;
    background: white;
}
.meetup-events-panel {
    border-top: 1px solid white!important;
    padding: 6px 10px 0;
    display: none;
    border-left: 2px solid white!important;
    border-right: 2px solid white!important;
}
.meetup-events-panel:last-child {
    border-bottom: 2px solid white;
}
.meetup-events-item {
    text-align: left;
    margin: 0 auto 5px;
    line-height: normal;
    position: relative;
    padding-bottom: 8px;
}
.meetup-events-item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 0;
    border-top: 1px solid #ddd;
}
.meetup-events-item:last-child::after {
    display: none;
}
.meetup-events-item:last-child {
    margin-bottom: 0;
    padding-bottom: 8px;
}
.meetup-events-item a {
    color: white;
    opacity: 0.95;
    transition: all 0.15s;
}
.meetup-events-item a:hover {
    text-decoration: underline;
    opacity: 1;
}

#fetch_tweets_widget_by_id-2 {
    height: 300px;
}

.av-large-testimonial-slider .avia-testimonial {
    padding-top: 45px!important;
}
.av-large-testimonial-slider .avia-testimonial-content, .av-large-testimonial-slider .avia-testimonial-meta {
    display: inline-block;
    vertical-align: middle;
}
.av-large-testimonial-slider .avia-testimonial-content {
    width: 85%;
    text-align: right;
    margin-right: 35px;
}
.av-large-testimonial-slider .avia-testimonial-meta {
    width: 24%;
    margin-top: 0!important;
}
.av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image, .av-large-testimonial-slider .avia-testimonial-image > img {
    border-radius: 0!important;
}

.av-large-testimonial-slider .avia-testimonial-content .quote > p:first-child::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    margin-right: 12px;
}
.av-large-testimonial-slider .avia-testimonial-content .quote > p:last-child::after {
    content: '\f10e';
    font-family: 'FontAwesome';
    margin-left: 12px;
}
.av-large-testimonial-slider .avia-testimonial-meta-mini {
    float: right!important;
}
.av-large-testimonial-slider .avia-testimonial-name, .av-large-testimonial-slider .avia-testimonial-subtitle {
    display: inline-block;
    font-size: 14px!important;
}
.av-large-testimonial-slider .avia-testimonial-name {
    margin-top: 0!important;
}
.av-large-testimonial-slider .avia-testimonial-link {
    font-size: 16px!important;
}

#header #header_meta a,
#new_footer_meta a {
    color: white;
}
#header #header_meta,
#header #header_meta .container,
#new_footer_meta,
#new_footer_meta .container {
    min-height: 35px;
}
#header #header_meta nav.sub_menu,
#new_footer_meta nav.sub_menu {
    top: 4px;
}
#header #header_meta nav.sub_menu li,
#new_footer_meta nav.sub_menu li {
    height: 26px;
    line-height: 26px;
    border: none!important;
}

.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 125px; }
#new_footer_meta {
    background: #23282d;
}
@media screen and (max-width: 767px) {
    #new_footer_meta { display: block; }
    #header #header_meta { display: none; }
}
@media screen and (min-width: 768px) {
    #new_footer_meta { display: none; }
    #header #header_meta { display: block; }
}

/* PAGE CONTACT */
#page-id-642 .right-link {
    display: none;
}
.right-link {
    right: -1px;
    height: 40px;
    padding: 0 1em;
    position: fixed;
    line-height: 40px; /* same as height, for vertical centering */
    z-index: 9999;
    border-style: solid;
    border-color: #333!important;
    border-width: 1px;
    border-bottom: none;
    top: 70%;
    color: #fff!important;
    background: #B34212;
    display: none;
    -moz-border-radius: 5px 0px 0 5px;
    -webkit-border-radius: 5px 0px 0 5px;
    border-radius: 5px 0px 0 5px;
    width: 150px;
}
.right-link:hover {
    background: #166665;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.right-link:hover, .right-link:active, .right-link:focus {
    text-decoration: none;
}

@keyframes play {
   100% { background-position: -400px; }
}
.right-link:after {
    content: " ";
    display: inline-block;
    width: 40px;
    height: 18px;
    position: absolute;
    top : -17px;
    left:4px;
    background-position: 0 0;
    background: url('img/chouette.png') no-repeat top left;
    animation: play .8s steps(10) infinite;
    opacity: 0;
}
.right-link:hover:after {
    opacity: 1;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.right-link .av-icon-char {
    position: absolute;
    left : 6px;
    top : 5px;
    display: none;

}
@media only screen and (max-width: 992px) {
    .right-link .av-icon-char {
        display: inline-block;
    }
    .right-link {
        width: 30px;
    }
    .right-link .texte {
        display: none;
    }
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 15px 25px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.avia-layerslider .layerslider-title * {
    color: #fff;
    font-size: 40px;
}

#join-popup .popup-heading {
    font-size: 40px;
}
#join-popup .telephone {
    text-align: center;
    font-size: 30px;
}

.widget_fetch_tweets_widget_by_id {
    border: 1px solid #fff!important;
    height: 265px;
}

.fetch-tweets-item {
    border-bottom: 1px solid grey!important;
    padding: 10px 0;
}

#top .social_bookmarks { height: 35px; }
#top .social_bookmarks li {
    border: none!important;
    height: 100%;
    margin-right: 5px;
}
#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    font-size: 18px;
}
h1.av-rotator-container-inner{
    margin-bottom: 50px!important;
    text-transform: uppercase!important;
}
h2.av-rotator-container-inner{
    font-weight: 300;
    font-family: Lato, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 53px!important;
    text-transform: uppercase!important;
}

.av-special-heading-tag{
    font-weight: 300!important;
    font-family: Lato, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#header_main .logo a{
    height: 75%!important;
    margin-top: 7.5%;
}

#header_main .logo a img{
    height:100%!important;
    width:auto!important;
}
@media only screen and (max-width: 992px) {
    #header_main .logo a img{
        max-height:50px !important;
    }
}

.av-rotator-text-single,
.rotator-span{
    color : white;
}

.rotator-span{
    margin-bottom: 15px;
    display:inline-block;
}

#top .av-large-testimonial-slider .avia-testimonial-meta-mini{
    margin-top: 20px;
}

#av_section_3 span,
#av_section_3 strong{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cordee-block-home img{
    max-width: 60px!important;
}
.av-large-testimonial-slider {
    min-height: 250px;
}

.home article.post{
    width: 50%;
    display:inline-block;
    text-align: center;
    clear: none;
}

.home .post .big-preview{
    width:50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home .post .big-preview img{
   margin-left: auto;
   margin-right: auto;
}

.home article.post .entry-content-wrapper{
    width:90%;
    color:white;
}

.home article.post a{
    color:#ffffff!important;
}

 .home article.post .post-meta-infos > *{
     color:#ffffff!important;
 }
 .single-post .post-meta-infos > * {
     margin-right: 5px;
 }

.home article.post .more-link{
    color:#83870e!important;
    padding: 10px;
    background: white;
}
.home .map-cordees {
    padding-top: 0;
    padding-bottom: 0;
}
.home #map-cordees {
    border-top: 0;
    background: url('../images/corde.png') repeat-x top left;
    position: relative;
}
.home #map-cordees .marmotte {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    background: url('../images/marmotte.png') no-repeat top left;
    width: 80px;
    height: 44px;
    top:-30px;
}


.map-cordees .map img {
    margin-top: -30px;
}

.and-more-encordes{
    color: #a6b829!important;
    font-weight: 100;
    font-size: 17px;
    padding: 3px 10px;
    border: 1px solid #a6b829!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none!important;
    display: inline-block;
    font-family: "Lato";
    margin-top: 30px;
}
.and-more-encordes:hover {
    background: #a6b829;
    color:white !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#blog-part,#post-part{
    background: #83870e;
    border:none;

}
#blog-part{
    padding-top: 60px;
}

#post-part figure{
    color:white;
}

#post-part figure figcaption{
}

#post-part figure figcaption h3{
    padding:3px;
    background: white;
    margin-left:-10px;
}

#post-part >*{
    border:none!important;
    padding-bottom : 60px;
    background: none;
}

.icl_post_in_other_langs{
    display: none;
}

.icl_post_in_other_langs > a{
    color: white;
}


.single-cordee #footer {
    /* FIX FOR CORDEE */
    z-index: 0;
}
#footer{
    /*background: url(/wp-content/uploads/bois-300x188.jpg?new) center center repeat scroll;*/
    background: #166665;
}
#footer > .container {
	max-width: 100%;
}
#footer div.logo-social-network > a > img {
    border: 1px solid white;
    border-radius: 4px;
}

#post-part .main_color .av-masonry{
    background: none;
}

#footer .fetch-tweets{
    color:white!important;
    background: none!important;
}

.widget_fetch_tweets_widget_by_id{
    border:none!important;
}
#footer .fetch-tweets a{
    color:white!important;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #footer .flex_column.av_one_third {
        width: 100%;
    }
}

ul.fetch-tweets-intent-buttons {
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
}

#meetup_oembed{
    color:#666666;
}

.meetup-container{
    color:white;
    text-align: center;
    font-size: 15px;
}

.fb-page fb_iframe_widget{
    margin-top: 40px;
}
.logo-social-network {
    text-align: center;
    padding : 10px;
    width: 340px;
}
.logo-social-network a {
    color: white;
}
.logo-social-network img {
    vertical-align: middle;
}
#footer .widget_fetch_tweets_widget_by_id {
    margin-top: 0;
}
#footer #text-4 {
    margin-bottom: 0;
}

.av-sort-by-term a,.sort-button{
    display: inline-block;
    padding:4px 10px;
    margin:7px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: white;
    border: 1px solid #d3d3d3;
}


.av-masonry-sort.main_color{
    background: none;
    z-index: 42;
    width: 100%;
    left: 0;
}

a.active_sort,.sort-button.active{
    background: #83870e;
    color:white!important;
}

.text-sep{
    display : none;
}

/*post page*/
body.single .entry-content-wrapper,
body.single .entry-content{
    width:100%;
}

body.single h1{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
}

body.single .post-entry{
    text-align: center;
}




/* event */

.la_cordee_meetup_list_widget{
    min-height: 300px;
}

.la_cordee_meetup_list_widget{
    background: #e7e7e7!important;
}
.event{
    float:left;
    background: white;
    color: rgb(102, 102, 102)!important;
    width: 46%;
    margin-bottom:4%;
    padding: 20px 20px 100px 20px;
    border-bottom: 1px solid #d3d3d3;
    display: inline-block;
    background: white;
    position: relative;
}

.event-footer {
    width: 100%;
    background: #83870e;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
}
.main_color .event-footer strong,
.event-footer * {
    color: white;
}
.event-description{
    text-align: justify;
    font-size: 13px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.event-description:after {
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    left : 0;
    bottom: 0;
    height: 50px;
    background: url('../images/bg-degrade-white.png') repeat-x;
}

div.event-adresse{
    float: left;
}

span.event-adresse{
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.event-city{
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.event-date{
    display: block;
    font-style: italic;
    text-align: right;
}

.event-link{
    margin-top: 10px;
    display: inline-block;
    padding:0px 10px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: white;
    border: 1px solid #d3d3d3;
    text-decoration: none;
    font-size: 13px;
    float: right;
}

.event h4 img{
    margin-left:0;
}
.sort{
    text-align: center;
}

/* Offres et tarifs coworking */
.page-id-13 .flex_column.av_one_fifth {
    min-height: 163px;
    padding : 10px;
}
.page-id-13 .flex_column.av_one_fifth * {
    color: white !important;
}
.page-id-13 .flex_column.av_one_fifth:nth-child(1) {
    background: #83870E;

}
.page-id-13 .flex_column.av_one_fifth:nth-child(2) {
    background: #D46419;
}
.page-id-13 .flex_column.av_one_fifth:nth-child(4) {
    background: #166665;
}
.page-id-13 .flex_column.av_one_fifth:nth-child(5) {
    background: #B34212;
}

.page-id-13 .flex_column.av_one_fifth:nth-child(6) {
    background: #341405;
}


/* qui sommes nous*/
#coworking,#valeurs{
    display: none;
}

.member{
    display: inline-block;
    margin:10px 0;
    position: relative;
}
.member a{
    display: block;
}
.member span:not(.image-overlay){
    display: block;
    padding-top: 5px;
    text-align: center;
}
.members_gallery{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.members_gallery p{
    font-size: 15px;
    font-weight: 300;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.members_gallery .loader {
    display: none;
    text-align: center;
    opacity: 1!important;
}
.members_gallery.empty::after {
    content: attr(data-empty);
    display: block;
    text-align: center;
    font-size: 16px;
}

#text p.white {
    color: white;
}

.plage-heure-min {
    width: 48%!important;
    float: left;
}
.plage-heure-max {
    width: 48%!important;
    float: right;
}


.les_encordes_filters_widget .btn-filter {
    color: white;
    text-shadow: rgba(0,0,0,0.5) 0 0 1px;
    background: #166665;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1d8886), color-stop(100%, #166665));
    background-image: -moz-linear-gradient(top, #1d8886, #166665);
    background-image: -webkit-linear-gradient(top, #1d8886, #166665);
    background-image: linear-gradient(to bottom, #1d8886, #166665);
    border: 1px solid #125554;
    opacity: 0.6;
    border-radius: 5px;
    margin: 0 2px;
    cursor: pointer;
    outline: 0!important;
    padding: 3px 8px 4px;
    font-size: 12px;
}
.les_encordes_filters_widget .btn-filter:hover,
.les_encordes_filters_widget .btn-filter.active {
    background: #125554;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a7776), color-stop(100%, #125554));
    background-image: -moz-linear-gradient(top, #1a7776, #125554);
    background-image: -webkit-linear-gradient(top, #1a7776, #125554);
    background-image: linear-gradient(to bottom, #1a7776, #125554);
    opacity: 1;
}


.single-cordee .ls-l{
    color: white;
    text-transform: uppercase;
    display: inline-block;
    background : rgba(131,135,14,0.5);
    color: white;
    font-weight: 300;
    padding: 10px!important;
}
.single-cordee .avia-image-container-inner .av-image-caption-overlay-center {
    color: #666666;
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.single-cordee .avia-image-container-inner .av-caption-image-overlay-bg {
    background: none !important;
}
.main_menu{
    left:150px;
    right: inherit;
}

.single-cordee #av_section_1 {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.main_color .av-masonry{
    background: rgba(131,135,14,0.1)!important;
}

label.error {
	color:red;
}
input.error,
select.error,
textarea.error {
    border:1px solid red !important;
}

#text-shadow {
    text-shadow: 0px 0px 3px black;
}

#join-popup .disabled,
#join-popup .disabled:hover,
#join-popup .disabled:focus,
#join-popup .disabled:active {
    background: white;
    border: none;
    opacity: 1; cursor: wait;
    color: #393939!important;
}


.meetup-cities {
                position: relative;
            }
            .centered-city-container {
                position: absolute;
                width: 90px;
                height: 84px;
                left: 50%;
                top: 50%;
                margin-top: -42px;
                margin-left: -47px;
                border: 2px solid #463523!important;
            }
            .centered-city-container .meetup-number { padding-top: 18px; }

            /*.meetup-left { padding-right: 15px }
            .meetup-right { padding-left: 15px }
            .meetup-top .meetup-number { padding-top: 25px }
            .meetup-bottom { padding-top: 10px }*/

            @media only screen and (min-width: 768px) and (max-width: 1100px) {
                .centered-city-container {
                    width: 80px;
                    margin-left: -40px;
                    height: 75px;
                    margin-top: -37px;
                }
                .centered-city-container .meetup-number {
                    padding-top: 10px;
                }
                .meetup-city-container span { font-size: 16px }

                .meetup-left { padding-right: 5px }
                .meetup-right { padding-left: 5px }
                .meetup-top .meetup-number { padding-top: 25px }
                .meetup-bottom { padding-top: 10px }
            }

            /* Correct the 'one column' meetup bug */
            @media only screen and (min-width: 768px) and (max-width: 780px) {
                .meetup-city { font-size: 14px!important; }
                .meetup-number { font-size: 15px!important; }
                .meetup-city-container { width: 48% }
                .meetup-city-container.centered-city-container { width: 80px!important; }
            }



#top_imgs {
    border-top: none;
}
#top_imgs img {
    max-height: 200px;
}
#top_imgs .flex_column {
    cursor: pointer;
}

#offres-tarifs-details-0,
#offres-tarifs-details-1,
#offres-tarifs-details-2 {
    display: none;
    border-top: none;
}

#offres-tarifs-subtitle .av-content-full {
    padding-bottom: 15px;
}

#top_imgs.sticky {
    position: fixed !important;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
}
#top_imgs.sticky img {
    height: 80px;
}
#top_imgs.sticky .flex_column p,
#top_imgs.sticky .flex_column span {
    font-size: 16px;
    line-height: 16px;
}
#top_imgs.sticky .content {
    padding: 12px 0;
}
#top_imgs.sticky .flex_column {
    opacity: 0.4;
    transition: opacity 0.4s;
}
#top_imgs.sticky .flex_column.selected {
    opacity: 1;
}

@media screen and (max-width: 989px) {
    #top_imgs.sticky {
        position: absolute !important;
    }
    #top_imgs.sticky .flex_column {
        width: 24%;
        margin-top: 0;
        margin-left: 1.2%;
        clear: initial;
    }
    #top_imgs.sticky .flex_column:first-of-type {
        margin-left: 0;
    }
}
@media screen and (max-width: 766px) {
    #top_imgs .flex_column {
        width: 48%!important;
        padding: 0 10px;
    }
    #top_imgs .flex_column p,
    #top_imgs .flex_column span {
        font-size: 16px;
        line-height: 18px;
    }
}

.tarifs_offres_calculator_widget {
    padding-top: 40px;
    margin-bottom: 40px;
}
.tarifs_offres_calculator_widget *.option {
    color: #166665!important;
}
.tarifs_offres_calculator_widget .combien-ca-coute {
    height: 185px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}
.tarifs_offres_calculator_widget .combien-ca-coute .text-content {
    position: absolute;
    display: block;
    left: 0px;
    background: #166665;
    color: white;
    height: 100%;
    width: 100%;
    line-height: 135px;
    text-align: center;
    font-size: 38px;
}
.tarifs_offres_calculator_widget .combien-ca-coute .text-content small {
    display: block;
    font-weight: lighter;
    line-height: normal;
    margin-top: -40px;
}
.tarifs_offres_calculator_widget span.tarif-title {
    color: #7B7F15;
    font-size: 24px;
    display: block;
    margin: 10px 0;
}
.tarifs_offres_calculator_widget .price-title {
    margin: 10px 0;
}
.tarifs_offres_calculator_widget .title-line.same-as-header {
    font-size: 16px;
}
.tarifs_offres_calculator_widget .title-line {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: normal;
    color: #83870e;
}
.tarifs_offres_calculator_widget .big-price-details {
    color: #787C10;
    font-weight: normal;
    font-size: 70px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 50px;
}
.tarifs_offres_calculator_widget .plus-icon {
    font-size: 100px;
    color: #667;
    display: block;
    text-align: center;
}
.tarifs_offres_calculator_widget .small-price-details {
    text-align: center;
    font-size: 25px;
    display: inline-block;
    padding-left: 10px;
}
.tarifs_offres_calculator_widget .price-container {
    font-size: 20px;
    /*margin-left: 0;*/
    display: none;
    text-align: center;
    font-weight: lighter;
}
.tarifs_offres_calculator_widget .price-container::before {
    content: '\f067';
    font-family: 'FontAwesome';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    visibility: visible;
    font-weight: bold;
    padding-top: 20px;
    font-size: 60px;
    top: 80px;
    left: -65px;
}
.tarifs_offres_calculator_widget #salles-de-reunion {
    margin-left: 10px;
}
.tarifs_offres_calculator_widget #salles-de-reunion::before {
    display: none;
}
.tarifs_offres_calculator_widget .parenthesis {
    font-size: 240px;
    color: #166665;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 80;
}
.tarifs_offres_calculator_widget #salles-de-reunion .parenthesis {
    right: -15px;
    left: auto;
}
.tarifs_offres_calculator_widget .price-container .money,
.tarifs_offres_calculator_widget .price-container .price {
    color: #83870e;
    font-size: 26px;
}

.tarifs_offres_calculator_widget .price-container .money,
.tarifs_offres_calculator_widget .price-container .price,
.tarifs_offres_calculator_widget .price-container .tax {
    font-weight: normal;
}
.tarifs_offres_calculator_widget small.note {
    display: block;
}
.tarifs_offres_calculator_widget .city-select {
    font-size: 16px!important;
    padding: 10px 12px!important;
    z-index: 200;
}
.tarifs_offres_calculator_widget #toggle-tax {
    cursor: pointer;
    background-color: #B34212;
    border: 1px solid #292929;
    width: 300px;
    max-width: 100%;
    padding: 11px 10px 9px;
    margin-top: 60px;
}
.tarifs_offres_calculator_widget #cotisation {
    text-align: center;
    position: relative;
    left: 39.75%;
}
.tarifs_offres_calculator_widget #domiciliation .title-line { margin-bottom: 55px; }
.tarifs_offres_calculator_widget #acces-aux-cordees .title-line { margin-bottom: 34px; }
.tarifs_offres_calculator_widget #salles-de-reunion .title-line { margin-bottom: 34px; }
.tarifs_offres_calculator_widget #domiciliation::before,
.tarifs_offres_calculator_widget #salles-de-reunion::before {
    color: #166665;
}
.tarifs_offres_calculator_widget .go-to-index {
    cursor: pointer;
}
.tarifs_offres_calculator_widget #en-option {
    position: absolute;
    top: -50px;
    left: 55%;
    width: 100%;
    color: #166665;
}
.tarifs_offres_calculator_widget #en-option #tarifs-membres {
    font-weight: bold;
    display: block;
}

@media screen and (min-width: 767px) {
    .tarifs_offres_calculator_widget .plus-icon {
        padding-top: 80px;
    }
    .tarifs_offres_calculator_widget .city-select {
        width: 300px!important;
        margin: 0 auto 100px!important;
    }
}

@media screen and (max-width: 989px) {
    .tarifs_offres_calculator_widget .price-container::before {
        display: none!important;
    }
}
@media screen and (max-width: 767px) {
    .tarifs_offres_calculator_widget #cotisation { left: 0; }
    .tarifs_offres_calculator_widget .parenthesis {
        display: none;
    }
}
@media screen and (max-width: 766px) {
    .tarifs_offres_calculator_widget #domiciliation {
        margin-top: 40px;
    }
    .tarifs_offres_calculator_widget #domiciliation #en-option {
        position: relative;
        left: 0;
        margin-top: 30px;
        display: block;
    }
    .tarifs_offres_calculator_widget .big-price-details::after {
        display: block;
        right: calc(50% - 26px);
        top: 270px;
        font-size: 90px;
    }
    .tarifs_offres_calculator_widget .plus-icon {
        padding-bottom: 45px;
    }
    .tarifs_offres_calculator_widget .text-right {
        text-align: inherit;
    }
    .tarifs_offres_calculator_widget span.tarif-title {
        margin: 0;
    }
    .tarifs_offres_calculator_widget .flex_column.details .flex_column {
        text-align: center;
    }
    #top_imgs img {
        height: 120px;
    }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
    .tarifs_offres_calculator_widget .flex_column#cotisation {
        width: 48%;
        left: 26%;
    }
}

.text-right {
    text-align: right;
}


.home #map-cordees { margin-top: 100px; }



/***************************************** Style for cordees fresco, replacing old cordees map *****************************************/

/** Hack to make cordees fresco 100% screen width **/
@media screen and (min-width: 990px) {
    .home #map-cordees > div.container {
        width: 100%;
        max-width: none;
        padding: 0;
    }
}



@media screen and (min-width: 990px) {
    .homepage_fresque_cordees_widget {
        padding-top: 80px !important;
    }
    .homepage_fresque_cordees_widget.map_cordees_widget {
	    padding-top: 0!important;
	    margin-top: -20px;
    }
    #fresque_cordees_widget_heading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

#fresque_cordees_widget_heading {
    font-size: 40px;
    text-align: center;
}

.homepage_fresque_cordees_widget .fresque-imgs {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.homepage_fresque_cordees_widget .fresque-imgs img {
    width: 100%;
}
.homepage_fresque_cordees_widget .fresque-imgs img.panneau {
    position: absolute;
    top: 35px;
    width: 80px;
    cursor: pointer;
    transition: all 0.33s;
}
.homepage_fresque_cordees_widget .fresque-imgs img.panneau.rennes { top: 42px; left: calc(17% - 40px); }
.homepage_fresque_cordees_widget .fresque-imgs img.panneau.paris { left: calc(36% - 40px); }
.homepage_fresque_cordees_widget .fresque-imgs img.panneau.lyon { top: 50px; left: calc(60% - 40px); }
.homepage_fresque_cordees_widget .fresque-imgs img.panneau.annecy-morez {
    width: 85px;
    top: 40px;
    left: calc(83% - 42.5px);
}

/** Update for new fresque cities / cordees layout **/
.homepage_fresque_cordees_widget #cordees-par-regions {
    min-height: 150px;
    margin: 0 10%;
    position: relative;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region {
    position: absolute;
    z-index: 20;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0);
    transition: background .3s ease, opacity .3s ease;
}

.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region a {
    transition-delay: 2s;
    pointer-events: none;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region img:hover ~ div a,
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:hover > div a {
    pointer-events: all;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-bretagne { left: 0; }
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-paris { left: 25%; }
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon { left: 50%; }
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-morez-annecy { left: 75%; }

.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region img {
    max-width: 150px;
    max-height: 65px;
    height: 60px;
    cursor: pointer;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region img:hover ~ div,
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:hover > div {
    opacity: 1;
    height: auto;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region {
    width: 25%;
    float: left;
}

.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region .adresse {
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region .name {
    background: rgb(11, 91, 92);
    border: 1px solid rgb(11, 91, 92);
    color: white;
    width: auto;
    display: inline-block;
    padding: 2px 6px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 14px;
    margin-left: 5px;
    font-weight: 100;
    text-decoration: none;
    transition: all .15s;
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-paris .name {
    background: rgb(207, 89, 0);
    border-color: rgb(207, 89, 0);
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon .name {
    background: rgb(173, 59, 8);
    border-color: rgb(173, 59, 8);
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-morez-annecy .name {
    background: rgb(120, 125, 22);
    border-color: rgb(120, 125, 22);
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon img { display: block; }


.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region .name:hover {
    text-decoration: none;
    background: white;
    color: rgb(11, 91, 92);
}
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-paris .name:hover { color: rgb(207, 89, 0); }
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon .name:hover { color: rgb(173, 59, 8); }
.homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-morez-annecy .name:hover { color: rgb(120, 125, 22); }

@media screen and (max-width: 989px) {
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon:hover {
        width: 100%;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region {
        left: 0!important;
    }
}

.homepage_fresque_cordees_widget .fresque-cities .city {
    text-align: center;
    bottom: 100%;
    /*display: none;*/
    z-index: 999;
}
.homepage_fresque_cordees_widget .fresque-cities .city.lyon .cordee {
    display: inline-block;
    width: 50%;
}

.homepage_fresque_cordees_widget .fresque-cities .toggle-link {
    display: none;
    font-size: 20px;
    text-transform: uppercase;
    margin: 6px 0;
    padding: 4px 0;
    text-decoration: none;
    cursor: pointer;
}
.homepage_fresque_cordees_widget .fresque-cities .toggle-link::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.homepage_fresque_cordees_widget .fresque-cities .toggle-link.opened::before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.homepage_fresque_cordees_widget .fresque-cities .city .cordee {
    position: relative;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee img {
    position: absolute;
    left: 0;
    top: 6px;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    width: auto;
    margin-right: 15px;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee.la-cordee-perrache img { top: 20px; }
.homepage_fresque_cordees_widget .fresque-cities .city .cordee.la-cordee-charpennes img { top: 20px; }
.homepage_fresque_cordees_widget .fresque-cities .city .cordee.la-cordee-liberte-guillotiere img { top: 15px; }
.homepage_fresque_cordees_widget .fresque-cities .city .cordee.la-cordee-opera img { top: 16px; }
.homepage_fresque_cordees_widget .fresque-cities .city .cordee.le-relais-cordee-papeteries img { top: -18px; }

.homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos {
    text-align: left;
    display: inline-block;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos.hasImage {
    display: block;
    padding-left: 65px;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos .name {
    margin-bottom: 0;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos .name a {
    color: #83870e;
    font-weight: bold;
    text-transform: uppercase;
}
.homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos .address {
    margin-top: 0;
}
.homepage_fresque_cordees_widget .fresque {
    display: block;
}

section.homepage_fresque_cordees_widget,
#map-cordees > div.container > div {
    padding-bottom: 0;
}

@media only screen and (min-width: 990px) {
    .homepage_fresque_cordees_widget .fresque-cities .city {
        background: rgba(255, 255, 255, 0.85);
        padding: 0 20px;
        position: absolute;
        border-bottom: 1px solid #eee;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city.lyon {
        width: 550px;
    }
}
@media only screen and (max-width: 1200px) {
    .homepage_fresque_cordees_widget #cordees-par-regions {
        margin-left: 20px;
        margin-right: 20px;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos {
        text-align: center;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos.hasImage {
        padding-left: 0;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee img {
        max-width: 45px;
        max-height: 45px;
        position: relative;
        top: 12px !important;
        left: 0 !important;
    }
}
@media only screen and (max-width: 989px) {
    .homepage_fresque_cordees_widget .fresque-imgs .panneau {
        display: none !important;
        width: 0;
    }
    .homepage_fresque_cordees_widget .fresque-cities .toggle-link {
        display: block;
    }
    .homepage_fresque_cordees_widget .fresque {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee::after {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee img {
        max-width: 75px;
        max-height: 75px;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region,
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon {
        width: 100%;
        text-align: center;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region img {
        margin: 0 auto;
    }

    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon div {
        width: 100%;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region {
        margin-bottom: 20px;
        position: relative;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -8px;
        height: 1px;
        background: #dedede;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:last-of-type:after {
        display: none;
    }

    .home #map-cordees section.homepage_fresque_cordees_widget,
    .home #map-cordees > div.container > div {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee {
        display: inline-block;
        width: 50%;
    }
}
/***************************************************************************************************************************************/



/* custom style for Les Cordees page */
.homepage_fresque_cordees_widget.map_cordees_widget #cordees-par-regions.page-cordees {
	margin: 0;
}
.homepage_fresque_cordees_widget.map_cordees_widget #cordees-par-regions .cordees-par-region img {
	cursor: initial;
	display: block;
}

.homepage_fresque_cordees_widget.map_cordees_widget .marmotte-container,
.homepage_fresque_cordees_widget.map_cordees_widget .map-container {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: calc(80% - 400px);
	vertical-align: top;
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container {
	margin-right: 18%;
	max-width: 400px;
	width: 400px;
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container.no-marmotte {
	margin-right: 40px;
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container.no-marmotte + .marmotte-container {
	max-width: calc(99% - 440px);
	width: calc(99% - 440px);
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point {
	position: absolute;
    width: 34px;
    height: 34px;
    display: block;
    background: white;
    border-width: 5px;
    border-style: solid;
    border-radius: 100%;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point:hover {
	width: 38px;
	height: 38px;
	margin-left: -2px;
	margin-top: -2px;
	border-width: 4px;
	padding-top: 3px;
	font-size: 20px;
}
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point.paris { left: 50%; top: 16%; border-color: rgb(207, 89, 0); color: rgb(207, 89, 0); }
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point.lyon { left: 64%; top: 47%; border-color: rgb(173, 59, 8); color: rgb(173, 59, 8); }
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point.bretagne { left: 16%; top: 21%; border-color: rgb(11, 91, 92); color: rgb(11, 91, 92); }
.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point.annecy-morez { left: 78%; top: 51%; border-color: rgb(120, 125, 22); color: rgb(120, 125, 22); }

section.homepage_fresque_cordees_widget,
#map-cordees > div.container > div {
    padding-bottom: 0;
}

@media only screen and (min-width: 990px) {
    .homepage_fresque_cordees_widget .fresque-cities .city {
        background: rgba(255, 255, 255, 0.85);
        padding: 0 20px;
        position: absolute;
        border-bottom: 1px solid #eee;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city.lyon {
        width: 550px;
    }
}
@media only screen and (max-width: 1200px) {
    .homepage_fresque_cordees_widget #cordees-par-regions {
        margin-left: 20px;
        margin-right: 20px;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos {
        text-align: center;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee .infos.hasImage {
        padding-left: 0;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee img {
        max-width: 45px;
        max-height: 45px;
        position: relative;
        top: 12px !important;
        left: 0 !important;
    }
}
@media only screen and (max-width: 989px) {
    .homepage_fresque_cordees_widget .fresque-imgs .panneau {
        display: none !important;
        width: 0;
    }
    .homepage_fresque_cordees_widget .fresque-cities .toggle-link {
        display: block;
    }
    .homepage_fresque_cordees_widget .fresque {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee::after {
        display: none;
    }
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee img {
        max-width: 75px;
        max-height: 75px;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region,
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon {
        width: 100%;
        text-align: center;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region img {
        margin: 0 auto;
    }

    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region.region-lyon div {
        width: 100%;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region {
        margin-bottom: 20px;
        position: relative;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -8px;
        height: 1px;
        background: #dedede;
    }
    .homepage_fresque_cordees_widget #cordees-par-regions .cordees-par-region:last-of-type:after {
        display: none;
    }

    .home #map-cordees section.homepage_fresque_cordees_widget,
    .home #map-cordees > div.container > div {
        padding-bottom: 30px;
    }
    .homepage_fresque_cordees_widget.map_cordees_widget .marmotte-container {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.homepage_fresque_cordees_widget.map_cordees_widget .map-container,
	.homepage_fresque_cordees_widget.map_cordees_widget .marmotte-container {
		display: block;
		margin-left: auto;
		margin-right: auto!important;
		text-align: center;
	}
	.homepage_fresque_cordees_widget.map_cordees_widget #cordees-par-regions .cordees-par-region:after {
		display: none;
	}
	.homepage_fresque_cordees_widget.map_cordees_widget #cordees-par-regions .cordees-par-region div {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .homepage_fresque_cordees_widget .fresque-cities .city .cordee {
        display: inline-block;
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
	.homepage_fresque_cordees_widget.map_cordees_widget .map-container {
		max-width: 100%;
	}
	.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point,
	.homepage_fresque_cordees_widget.map_cordees_widget .map-container span.point:hover {
		width: 25px;
		height: 25px;
		border-width: 3px;
		margin-left: 3px;
		margin-top: 3px;
        line-height: 18px;
        padding-top: 0;
	}
}
/***************************************************************************************************************************************/

div.flex_column.disposition_flex {
	clear: none;
	float: none;
	display: inline-block;
	vertical-align: top;
}



.home #after_masonry {
    display: none;
}

/* Blog sharing */
@media only screen and (min-width: 1100px) {
    .single.single-post .av-share-box {
      position: fixed;
      left:7%;
      top: 180px;
      width: 200px;
    }
}
@media only screen and (min-width: 1300px) {
    .single.single-post .av-share-box {
      left:10%;
      width: 230px;
    }
}

#top .header_color .main_menu .menu ul li > a:hover {
    color: white;
}
#after_section_4 h2.av-special-heading-tag {
    padding-top: 40px;
}

.header_color .main_menu .menu ul .current-menu-item > a {
    color: white !important;
}

#double-popup .onglets {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;

}
#double-popup .onglets .onglet {
    display: block;
    width: 50%;
    float: left;
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 15px;
}
#double-popup .onglets .onglet:hover {
    background: #fbfbfb;
}
#double-popup .onglets .onglet.active {
    background: white;
    border-bottom-color: white;
}

#double-popup .double-form {
    display: none;
    padding: 0 12px;
    border: 1px solid #ddd;
}
#double-popup .double-form#double-form-0 { display: block; }
#double-popup .telephone.google_phone_number {
    text-align: center;
    font-size: 30px;
}
#double-popup h3.popup-heading { font-size: 40px; }
@media screen and (max-width: 600px) {
    #double-popup .onglets .onglet {
        line-height: 60px;
        min-height: 70px;
        text-align: center;
    }
    #double-popup .onglets .onglet span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
}

/** Style for 'Suivre' section on Contact page **/
#page-contact-content .entry-content-wrapper > .flex_column:nth-child(2) {
    text-align: center;
}
#page-contact-content .entry-content-wrapper > .flex_column:nth-child(2) p {
    text-align: left;
}
#page-contact-content .av_font_icon {
    display: inline-block;
    margin: 0 5px;
}

/** Style for images on page_reunion template **/
.page-template-page_reunion #offres-tarifs-details-0 .entry-content-wrapper > .flex_column.av_one_fourth:nth-child(-n+10) .avia-image-container-inner a {
    display: inline-block;
    vertical-align: middle;
}
.page-template-page_reunion #offres-tarifs-details-0 .entry-content-wrapper > .flex_column.av_one_fourth:nth-child(-n+10) .avia-image-container {
    height: 260px;
    line-height: 260px;
}
@media only screen and (min-width: 990px) {
    .page-template-page_reunion #offres-tarifs-details-0 .entry-content-wrapper > .flex_column.av_one_fourth:nth-child(-n+10) .avia-image-container {
        height: 200px;
        line-height: 200px;
    }
}

/*
Mobile Styles
================================================== */

@media only screen and (max-width: 1299px) {
    /** Better display for 'Salles de reunion' form **/
    #search-bureau .form .form-group {
        display: block;
        width: 100%;
        margin: 8px 0;
    }
    #search-bureau .form .form-group:last-of-type {
        padding: 0;
        text-align: center!important;
    }
    #search-bureau .form .form-group > span {
        display: inline-block;
        width: 100px;
        text-align: left;
    }
}

@media only screen and (max-width: 992px) {
    .template-blog article > div {
        width: 100%!important;
    }
    .av-large-testimonial-slider .avia-testimonial .avia-testimonial-content {
        width: 100%!important;
        text-align: center;
    }

    body#top #wrap_all  .avia-gallery-1 .avia-gallery-thumb a img {
        border: none;
    }
    /** Better display for comments on blog post **/
    #comments .comment_content {
        margin: 0;
    }
    #comments .gravatar img {
        margin: 0 auto;
    }
    /** Reduce font size on title for homepage **/
    span.rotator-span,
    .av-rotator-text-single {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .av-large-testimonial-slider .avia-testimonial {
        padding: 15px 0 0!important;
    }
    .av-large-testimonial-slider .avia-testimonial-meta-mini {
        float: none!important;
        text-align: center!important;
        padding: 10px 0;
    }

    .template-blog.template-single-blog .content {
        padding-top: 0;
    }
    /** Make 'Au Menu' & 'Transports' items take 50% length instead of 100% (on page Cordee) **/
    .single-cordee #main #av-layout-grid-1 {
        display: table;
    }
    .single-cordee #main #av-layout-grid-1 .flex_cell:nth-child(3) {
        display: table-footer-group;
    }
    .single-cordee #main #av-layout-grid-1 .flex_cell:nth-child(2) .flex_column,
    .single-cordee #main #av-layout-grid-1 .flex_cell:nth-child(3) .flex_column {
        width: 50%;
    }
    /** Change subtitles size for Cordee page **/
    .single-cordee h2 {
        font-size: 22px!important;
        line-height: 1.3;
        padding-bottom: 10px;
    }
    /** Fix images width in blog post content **/
    .template-blog.template-single-blog .entry-content img {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 12px;
    }
    /** Better display for 'Salles de reunion' form **/
    #search-bureau .form .form-group > span {
        width: 100%;
        text-align: center!important;
    }
    /** Better display for comments form on blog post **/
    #commentform label {
        position: static;
        font-size: 11px;
        text-align: left;
        margin-bottom: 6px;
    }
    #top .comment-form-url input,
    #top .comment-form-email input,
    #top .comment-form-author input {
        width: 100%;
    }
    /** Better display for comments on blog post **/
    .comment_meta_container {
        padding-top: 75px;
    }
    /** Style for images on page_reunion template **/
    .page-template-page_reunion #offres-tarifs-details-0 .entry-content-wrapper > .flex_column.av_one_fourth:nth-child(-n+10) .avia-image-container {
        height: auto;
        line-height: normal;
    }
    /** Change font-size on 'Pour qui ?' container **/
    #pour-qui-container p,
    #pour-qui-container span {
        font-size: 20px;
    }
    /** Make margins/paddings less wide on mobile **/
    .hr.hr-custom.hr-center {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .hr.hr-invisible { height: 5px!important; }
    .avia-section-huge .content { padding-top: 75px; }
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .responsive #top #wrap_all .flex_column { margin-bottom: 10px; }
    .avia-video-16-9 { margin-bottom: 0; }
    .home.page .av-special-heading.av-special-heading-h2.custom-color-heading.blockquote.modern-quote.modern-centered.el_after_av_hr.el_before_av_one_half.av-inherit-size {
        padding-bottom: 0!important;
    }
}







.btn-red {
    display: inline-block;
    padding: 5px 130px;
    margin: 7px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #b34212;
    border: 1px solid #b34212!important;
    border-radius: 15px;
    color: white!important;
}
.btn-blue {
    display: inline-block;
    padding: 5px 20px;
    margin: 7px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #166665;
    border: 1px solid #166665!important;
    border-radius: 10px;
    color: white!important;
}




/* MEETUP */
.meetup-widget {
	background: #efefef;
	padding : 8px;
}
.meetup-widget .avia-content-slider-inner {
	background: white;
	border:1px solid #e2e2e2;
    overflow: scroll;
    max-height: 500px;
}
.meetup-widget .avia-content-slider-active .slide-entry-wrap{
    position: relative;
    visibility: visible;
}
body .meetup-events .slide-entry {
	text-align: left !important;
}
body .meetup-events .slide-entry .date {
	display: block;
}
body .meetup-events {
	margin-top: 10px;
	margin-bottom: 2px;
}
body .meetup-events .slide-entry {
	max-height: inherit;
	margin-bottom: 80px;
	overflow: auto;
	padding:8px;
}

body .meetup-events .header {
	border-bottom: 1px solid #efefef;
}

body .meetup-widget h3 {
	line-height: 40px;
	vertical-align: middle;
}
body .meetup-widget h3 img {
	vertical-align: middle;
	margin-right: 5px;
}
body .meetup-events .description {
	font-size:12px;
}
.meetup-events .avia-slideshow-arrows a {
	opacity: 1 !important;
	top:101% !important;
	margin-top: -70px !important;
}
.meetup-events .prev-slide {
	right:50%;
	left:auto;
	margin-right: 5px !important;
}
.meetup-widget .next-slide {
	left:50%;
	right: auto;
	margin-left: 5px !important;
}
.meetup-widget .address {
	display: block;
}
.meetup-widget .address-address {
	font-size: 12px;
}

.g-recaptcha.error > div {
	border: 1px solid #DF653E;
	border-radius: 5px;
}
.g-recaptcha.error > div > p.details {
	color: #DF653E;
	margin: 0;
	font-size: 14px;
	line-height: normal;
}

/*
	Badge review
*/

.av_textblock_section .saswp-r {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
}

.banner {
    text-align: center;
}

.heading.avia-animated-number-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.heading.avia-animated-number-title span {
    line-height: 1.4 !important;
}

/*
TARIFS 
*/

.tarifs-table .pricing-table-wrap:nth-child(3) .avia-heading-row {
    background-color: #166665 !important;
}
.tarifs-table .pricing-table-wrap:nth-child(3) .pricing-table>li:nth-child(even) {
    color: #166665 !important;
}

.tarifs-table .pricing-table-wrap:nth-child(4) .avia-heading-row {
    background-color: #b34212 !important;
}
.tarifs-table .pricing-table-wrap:nth-child(4) .pricing-table>li:nth-child(even) {
    color: #b34212 !important;
}

/* POPUP */ 

body #cookie-notice.cookie-notice-visible.cn-effect-fade {
    bottom: 50%;
    width: 500px;
    min-width: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 150px;
    max-width: 92%;
    background-color: transparent !important;
}

body #cookie-notice.cookie-notice-visible.cn-effect-fade .cookie-notice-container {
    background-color: #00878b !important;

}

body #cookie-notice.cookie-notice-visible.cn-effect-fade:after {
    content: "";
    display: block;
    position: absolute;
    top: -50vh;
    left: -50vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    transform: translate(250px, 75px);
}

body  #cn-more-info, body  #cn-notice-text {
    display: block;
    margin: 10px 55px;
    width: auto;
}

body .cn-close-icon {
    top: 20px;
}

body #cookie-notice #cn-refuse-cookie.button,
body #cookie-notice #cn-accept-cookie.button {
    background-color: #0e4b4a !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    padding: .25rem 1rem;
}

@media screen and (min-width: 677px) {
    body #cn-notice-buttons {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        margin-top: 5px;
    }
}

@media screen and (max-width: 676px) {
    body  #cn-more-info, body  #cn-notice-text {
        margin: 0px;
    }
    body #cookie-notice.cookie-notice-visible.cn-effect-fade:after {
        transform: translate(46vw,74px);
    }
}

/* #region      Custom CSS pour les pages de Cordées */

@media screen and (max-width: 767px) {

    body.single-cordee .container {
        padding: 0 7vw;
    }
    body.single-cordee .flex_column {
        width: 100% !important;
        margin: 0;
    }

}