body {
    -webkit-overflow-scrolling: touch;
    /*width: 100vw;*/
    /*overflow-x: hidden;*/
}
 body:not(#detail) #wrapper {
    width: 100vw;
    overflow-x: hidden;
    }

::-webkit-scrollbar {
    display: none;
}

.container {
    padding: 0;
    }


#compte .container {
    /*padding: 10px;*/
    }


#content-wrapper.blur, #timeline.blur, #filters.blur, #footer.blur, .evts-detail.blur {
    -webkit-filter: blur(4px);
    filter:         blur(4px);
    }


/* HEADER
****************************************************************************************************/
#header, .fullPage #header {
    height: 50px;
    background-color: rgba(0, 0, 0, 1);
    position: sticky;
    z-index: 90000;
    display: flex;
    flex-direction: row;
}

#border {
    height: 4px;
    }


#header h1 {
    height: 50px;
    /*display: flex;*/
    padding: .5em 0;
    left:0;
    width: 80vw;
    background:          url(../img/logo-mobile.png) no-repeat;
    background-size: auto 35px;
    background-position: 0px 10px;
}

#header h1.small {
    width: 20vw;
    background:          url(../img/logo-mobile-small.png) no-repeat;
    background-size: auto 35px;
    background-position: 0px 10px;
    }



#filter-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: .4s opacity ease;
    font-family: "Marine-Rounded-Light";
    text-transform: uppercase;
    font-size: 3vw;
    display: flex;
    align-content: center;
    text-align: center;
    width: 0vw;
    position: absolute;;
    top:2.5vh;
    z-index: 1000;
}

#filter-button i {
  font-size: 5vw;
    }


#filter-button.show {
    opacity: 1;

    width: 60vw;
    left:20vw;
    }


#search-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 5vw;
    padding: .5em;
    width: 10vw;
    position: fixed;
    right:10vw;
    top:1vh
}

#menu-button, .fullPage #menu-button {
    position: fixed;
    font-size: 6vw;
    padding: .5em;
    margin: 0;
    width: 10vw;
    top:0vh;
	z-index: 900000;
}

#menu-button span {
    display: none;
    }

#search #cancel-button  {
    top:      60px  ;
    right:18px;
    }

#compte #search-form {
    display:none;
    }

/* NAVIGATION
****************************************************************************************************/
#nav {
    width:  80vw;
    height: 100vh;
    padding-bottom: 20vh;
    }


#nav.show {
    opacity: 1;
    z-index: 10000;
    left:20vw;
    }


#nav .items a {
    font-size: 3vh;
    }

#nav .contact {
    font-size: 5vw;
    }

#nav .app-links img {
    width: 20vw;
    }
    
    /* RECHERCHE
		****************************************************************************************************/
#search {
    display: none;
}

#search.show {
    display: block;
    top: 50px;
    left: 0px;
    width: 100vw;
    z-index: 10000;
    background: black;
    height: 60px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .5);
    padding-bottom: 20px;
}

#search input[type=search] {
    font-size: 15px;
    width: 85vw;
    margin: 2vh 0 0 5vw;
    padding: .2em 1em;
}

#search button {
    display:none;
    }

#search #cancel-button  {

    right:10.2vw;
    }

#search #cancel-button img {
    width: 24px;
    height: 24px;
    }

#suggestions.show {
    display: none;
    }

/* CONTENT
****************************************************************************************************/
#content {
    min-height: 100vh;
}


/* SCROLLBARS
**************************************************************************************************************/

.scrollbar, .months.scrollbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    height: 36px;

    position: relative;
    padding: 0;
}

.scrollbar .scroll, .months.scrollbar .scroll {
    width: auto;
    display: flex;
    flex-direction: row;
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 36px;
    flex-grow: 2;
    flex-basis: 24vw;
    align-content: center;
    padding: 0;
}

.scrollbar a {
    min-width: 24vw;
}

.scrollbar .arrow {
    position: absolute;
    color: white;
    font-size: 125%;
    line-height: 1.1em;
    width: .5em;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
    z-index: 500;
    margin-top: -2px;
}

.scrollbar .arrow.left {
    position: absolute;
    left: 0;

}

.scrollbar .arrow.right {
    position: absolute;
    right: 0;
    text-align: right;
}

.scrollbar .arrow.disabled i {
    opacity: .3;
}

.filter.scrollbar .arrow {
    display: none;
}


.filter.scrollbar .arrow {
    display: inherit;
}

#zone-filter.filter.scrollbar .arrow {

}


/* NAVIGATION TEMPORELLE
**************************************************************************************************************/
#timeline {
    position: absolute;
    width: 100vw;
    /*padding-top: 10vh;*/
    height: 50px;
    margin:0;
    top:50px;
    left:0;
    z-index:50;
}

#timeline.actif .months {
    top: 50px;
    height: 50px;
    position: fixed;
    z-index: 1000;
    background: black;

}

#timeline .months {
    width: 100%;
    /*border-top: 1px solid #666;*/
    border-bottom: 0;
}

.scrollbar, .months.scrollbar{
    background: black;
    }


#timeline .month {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0vw;
    z-index: 500;
    top: 90px;
    background: rgba(0,0,0,.8);
    height: calc(100vh - 90px);
    width: 5vw;
    opacity: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-bottom: 0;
    transition: .4s opacity ease;
}

#timeline .month.show {

    opacity: 1
}

#timeline .months a {
    text-align: center;
    font-family: "Marine-Rounded-Regular";
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border-bottom: 0;
    height: 3.2em;
    padding: 0;
    background: black;
}

#timeline .months a.selected {
	/*font-family: "Marine-Rounded-Black";*/
    color:       black;
    background: white;
    border:0;
    border-bottom: 0;
	}

#timeline .month a {
    text-align: center;
    padding: .2em 0;
    margin: 0;
    border:0;

}

#timeline .month a span {
    display: none;
}


#timeline a.dim {
    border-bottom:1px solid #555
    }

/* FILTRES
**************************************************************************************************************/

#filters {
    position: absolute;
    height: 90px;
    width: 100vw;
    /*border-bottom: 1px solid #666;*/
    background: black;
    top: 96px;
    left:0;
    z-index:50;
    padding-bottom: 14px;

}

#filters.actif {
    position: fixed;
    z-index: 1000;
    top: 98px;
    left:0;
    background: black;
    height: 90px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .5);
    padding-bottom: 14px;
}

#filters.actif #zone-filter {
    border-bottom:4px solid black;
    }

.filter {

    /*-webkit-overflow-scrolling: touch;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    margin: 0 0 8px 0;

}

.filter a, #timeline a {
    font-size: 3vw;
    /*width: 24vw;*/
    /*padding: .8em;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    line-height: 1em;
    padding: 0;
    height: 3.2em;
    text-overflow: initial;
    white-space: normal;
}

.filter a.main {
    margin-bottom: 0;

    }

.filter a .bg {
    opacity: 0;
}

.filter a:hover,  #timeline a:hover  {
    color:white;
    }

.filter a.selected .bg {
    opacity: 1
}

/* EVENEMENTS
****************************************************************************************************/

/* TYPO
**************************************************/

.evt-item {
    border-radius: 4px;
    height: 20vh;
}

.evt-item .evt-infos h3 {
    font-size: 4vw;
    padding: 0em 0;
    line-height: 1em;
    margin: .2em 0;

}

.evt-item .evt-infos h4 {
    font-size: 3.5vw;
    line-height: 1em;
    margin: 0;
}

.evt-item .evt-infos h5 {
    font-size: 3.5vw;
    margin: 0;
}

/* LISTE
**************************************************/

.evts-list {
    width: 100%;
    left: 0vw;
    margin: 200px 0 0 15px;
    z-index:0;
}

.list-header {
    font-size: 4vw;
    text-align: center;
    width: 100%;
    z-index: 25;
    height: 40px;
}

.list-header.fixed {
    position: fixed;
    top: 50px;
    z-index: 500;
}

.evts-list .evt-item {
    height: 15vh;
    align-content: center;
    border-radius:0;
}

.evts-list .evt-item .evt-date {
    display: none;
    font-size: 3vw;
}

.evts-list .evt-item .evt-image {
    order: 0;
    flex: 0 0 30%;
    padding: 0 6px 0 0;
}

.evts-list .evt-item .evt-infos {
    order: 1;
    flex: 0 0 70%;
    justify-content: space-around;
		padding-right: 1.5em;
}



.evts-list .evt-item .evt-action {
    display: none;
}

.evts-list .evt-item .evt-infos h5 span.sep {
    display: inline;
    }

/* STATUS */

.evt-item .evt-infos .evt-status {
  font-size: 4vmin;
    width: 30vw;
    left:             0%;
    margin-top: 0;
    }

/* label*/
.evts-list .evt-item .evt-labels {
  display:none
}

.evt-label {
    font-family: Marine-Rounded-Bold;
    text-transform: uppercase;
    color: white;
    font-size: 3vw;
    padding: .2em .5em;
    border-radius: 100px;

}

.evts-list .no-result {
    font-size: 4vw;
    }

/* DETAIL
**************************************************/
.evts-detail {
    width: 100vw;
    position: absolute;
    left: 0;
    box-shadow: -4px 0 3px rgba(0, 0, 0, .5);
    top: 50px;
    margin: 0;

}

.evts-detail h6 {
    padding: 0;
    margin: 2em 0 .5em 0;
    text-align: center;
    }

.evts-detail>.evt-item {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;

    padding: 3em 1em 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.evts-detail>.evt-item >.evt-infos {
    order: 0;
    flex: 0 0 100%;
}

.evts-detail>.evt-item >.evt-image {
    order: 1;
    flex: 0 0 100%;
}

.evts-detail>.evt-item >.evt-date {

    font-size: 4vw;
    order: 3;
    flex: 0 0 100%;
}

.evts-detail>.evt-item >.evt-date .period {
    font-size: 4vw;
    }


.evts-detail>.evt-item >.evt-action {
    order: 2;
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 1em;

}
.evt-action a.btn-action {
    /*padding: .5em 0;*/
    }



.evts-detail >.evt-item >.evt-action a {
    font-size: 4vw;
    text-align: center;
    background: rgba(0,0,0,.3);
    border-radius: 4px;


    }

.evts-detail >.evt-item> .evt-action a span {
    display: none;
    }

.evts-detail >.evt-item >.evt-description {
    font-size: 4vw;
    order: 4;
    flex: 0 0 100%;
}

.evts-detail >.evt-item> .evt-infos h3 {
    font-size: 7vw;
}

.evts-detail >.evt-item >.evt-infos h4 {
    font-size: 5vw;
}

.evts-detail > .evt-item >.evt-infos h5 {
    font-size: 5vw

}

.evts-detail .evt-label {
    font-size: 3vmin;
}

.evts-detail .evt-map {
    /*order: 10;*/
    }

.evts-detail .evt-address {
    display: none;
    }

.button.back {
    position: fixed;
    font-size: 9vw;
    top: calc(44vh );
    background: white;
    font-family: Marine-Rounded-Bold;
    text-transform: uppercase;
    left: -6vw;
    text-align: right;
    padding: 0 .3em 0 0;
    margin: 0;
    color: #333;
    border-radius: 500px;
    width: 12vw;
    height: 12vw;
    z-index: 600;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 1);
    display: block;
}

.evts-detail .evts-list {
    width: 100%;
    padding: 0;
    margin: 0 0 0 0em;
    }
.evts-detail .evts-list .evt-item, .evts-detail .list-header  {
    width: 100vw;
    }

.evt-action .share-buttons {
    padding: 0
    }

.evt-action  .share-buttons a.btn-action.share{
    
    text-align: center;
    padding: .5em 0;
    }


.operation_20ans100francs {
    width: 1.7em;
    text-align: center;
    border-radius: 0;

    }

.evts-detail .share-buttons {
    display: inherit;
    }

/* GRILLE
**************************************************/

.evts-detail .more {
    background: black;
    width: 100vw;
    margin-left: -1em;
    }

.more h6 {
    font-size: 6vw;
    }

.evts-detail .scrollbar {
    height:          25vw;
    background: none;
    }

.evts-grid .evt-item .evt-action {
display: none;
}

.evts-detail .more .evt-item .evt-infos h3 {
    font-size: 4vw;
}

.evts-detail #event-member {
    margin: 1em 0 0 0;
    text-transform: uppercase;
    font-size: 4vw;
    color:rgba(255,255,255,.5);
    }


/* CONTENU
**************************************************************************************************************/

.fullPage {
    margin-top: 0;
    }

.fullPage #content {
    padding-top: 40px;
    }


.fullPage h3 {
    font-family: "Marine-Rounded-Black", sans-serif;
    margin: 1em 0 .3em;

    }

.fullPage h4 {
    font-family: Marine-Rounded-Bold, sans-serif;
    margin: 2em 0 .3em;
    }

.fullPage p {
    font-size: 120%;
    }
.page {
    width:      90vw;
    margin: 0 9vw;
    padding-top: 60px;
    /*!*position:   absolute;;*!*/
    /*margin-top:        0vh;*/
    /*min-height: 100vh;*/
    /*background: white;*/
    /*left:       0vw;*/
    /*padding: 14vh 10vw;*/
    }

.page h3 {
    /*font-size: 8vw;*/
    }

.page p {
    /*font-size: 4vw;*/
    }

/* COMPTE
****************************************************************************************************/
#compte #content {
    width:98vw;
    }

#compte .jumbotron {
    padding: .5em;
    }

#compte #header {
    height: 50px;
    }

#compte #search-button {
    position: absolute;
    }

#compte .nav span{
    display: none;
    }

#compte .nav  {
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: rows !important;
    flex-direction: rows !important;
    flex-wrap: no-wrap;
    align-content: space-around;
    justify-content:  space-around;
    margin: -3em 0 2em;
    }

#compte .nav-link {
    padding: 0.1em .2em 0;
    border-radius: 2px;
    text-align: center;
    }

#compte #view {
    display: none;
    }

.nav-link.sep {
    margin-top: 0;
    }

.nav-link.active {
    background: black;
    color:white;
    }

#compte .filter .row div  {
    width: 100vw;
    height: 3vh;
    font-size: 4vw;


    }

#compte .filter .row div{

    }

#compte .filter span.option {
    display: inline-block;
    }

#compte .filter {
    overflow: inherit;
    height: auto;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 8em;
    }

/* FOOTER
**************************************************************************************************************/
#footer {
    bottom:0;
    font-size: 12px;
    text-align: center;

    }

#footer a {
    color:silver
    }


#footer a img {
    width:40vw;
    /*display: block;*/
    }

#footer .col-12 {
    height: auto;
    }

#footer span {
    padding-top: 4em;
    display: block;
    font-size: 18px;
    }

#footer #soutiens {
    justify-content: center;
    }

#footer #soutiens a img {
    width: 30vw;
    }

#detail #footer {
    display: none;
    }


/* ORGANISATEUS
****************************************************************************************************/
#map-canevas {
    height: calc(100vh - 100px);
    top:80px;
    }

#membres {
    background: black;
    }

#membres #filters {
    background: black;
    padding: 0;
    margin: 0;
    width: 100vw;
    top:50px;
    }

#membres #content {
    min-height: calc(100vh);
    }

#detail  .operation_20ans100francs{
    width: 10vw;
    }

.operation_20ans100francs.liste {
    /*height: 2em;*/
    width: 10vw;
   float:right
    }

/* MOBILE */
@media screen
and (min-device-width: 320px)
and (max-width: 568px) {
    #rgpd {
        padding:   .5em;
        font-size: 14px;
        width:     90vw;
        }
    
    #rgpd p {
        font-size: 14px
        }
    }


/* PARTENAIRES
****************************************************************************************************/
#partenaires {
  background: black;
    }

#partenaires #header, #partenaires #content, #partenaires .quick-links,  #partenaires #menu-button  {
    display:none;
    }

#partenaires .gm img {
    width: 80vw;
    }


/* VERSION PAPIER
****************************************************************************************************/
#pdf .options div {
    flex: 1 1 100%
    }

/* FAQ
****************************************************************************************************/
.faq-nav {
    display: none;
    }

.faq-anchor {
    display: none;
    }