.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5em;
    margin-top: .75em;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    text-decoration: none;
    color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    text-decoration: underline;
    color: inherit;
}

h1 {
    color: #10959d;
    border-bottom: 1px solid #cacaca;
    padding-bottom: .75em;
    margin-bottom: .75em;
    margin-top: 0;
    font-weight: 700;
}

select {
    height: auto;
}

body:not(.home):not(.page-id-4869) main {
    padding: 1em 0;
}

.top-bar {
    display: block;
    padding: 0;
}

.top-bar,
.top-bar ul {
    background: none;
}

.top-bar .menu-item a {
    font-size: 1rem;
}

.top-bar .menu-item a.button {
    margin-left: .5rem;
}

.top-bar--mobile {
    background: #f2f2f2;
    padding: 15px 0;
    z-index: 50;
}

.top-bar--mobile .top-bar-right {
    text-align: right;
}

.top-bar--primary {
    background: #10959d;
}

.top-bar--primary .menu-item a {
    color: #fff;
}

.top-bar--primary .menu-item a:hover {
    color: #a8d04e;
}

.top-bar--secondary {
    background: #f2f2f2;
}

.top-bar--secondary .menu {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar--secondary .menu-item a {
    font-size: 1rem;
}

.top-bar--secondary .menu-item+.menu-item:not(:last-child) {
    position: relative;
}

.top-bar--secondary .menu-item+.menu-item:not(:last-child):after {
    content: "|";
    color: #10959d;
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

.tel-menu {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1;
}

.off-canvas {
    padding: 70px 15% 0;
}

.off-canvas .menu {
    padding: 15px 0;
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.off-canvas .menu li {
    margin: 0;
}

.off-canvas .menu a {
    color: #fff;
    font-size: 3vh;
    text-align: center;
    margin: 0;
}

.off-canvas .menu a:hover {
    color: #a8d04e;
}

.off-canvas .menu .is-active>a {
    background: none;
    color: #a8d04e;
}

.logo {
    transition: opacity .25s ease-out;
}

.logo:hover {
    opacity: .6;
}

.logo img {
    width: 172px;
}

.button.hollow.white {
    border-color: #fff;
    color: #fff;
}

.button.hollow.white:hover {
    border-color: #a8d04e;
    color: #a8d04e;
}

.button.primary {
    color: #fff;
}

.button.white:not(.hollow) {
    background: #fff;
    color: #10959d;
    border: 1px solid #10959d;
}

.button.white:not(.hollow):hover {
    border-color: #a8d04e;
    background-color: #a8d04e;
    color: #fff;
}

.is-active>a.button.xlarge:not(.cta-services),
.is-active>a.button.xlarge:not(.cta-services):hover {
    background: #10959d;
    color: #fff;
}

a.button.xlarge:not(.cta-services) {
    font-weight: 700;
    text-transform: uppercase;
    padding: 3vh;
    margin-left: 30px;
    letter-spacing: .04em;
}

a.button.xlarge:not(.cta-services):hover {
    background: #90ba31;
    color: #fff;
}

a.button.xlarge.cta-services {
    padding: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #10959d;
    background: transparent;
    border: 2px solid #10959d;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}

a.button.xlarge.cta-services:hover {
    background: #10959d;
    color: #fff;
}

.off-canvas a.button.xlarge:not(.cta-services) {
    margin-left: 0;
}

#latest-posts-slider {
    margin: 1.5rem 0;
}

#latest-posts-slider .owl-dot.active span{
    background-color: #a8d04e;
}

.owl-dots {
    display: none;
}

.owl-dot {
    display: inline;
}

.owl-dot span {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #555;
    margin: .75rem;
}

.owl-dot.active span {
    background: #10959d;
}

.search {
    color: #fff;
    padding: 15px;
    pointer-events: auto;
}

.search:not(.search--home) {
    background: #10959d;
}

.search a {
    color: #fff;
}

.search #location {
    margin-bottom: 2px;
}

.search label {
    color: #fff;
}

.search--home-wrapper {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
/*
.search--home-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    opacity: .75;
}

.page-id-4869*/ .search--home-wrapper:before {
    content: none;
}

.search--home-wrapper>.grid-container {
    position: relative;
}


.search--home select {
    padding: .75rem 2.5rem .75rem 1rem;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpolygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'%3E%3C/polygon%3E%3C/svg%3E");
    background-size: 9px 6px;
}

.search--home select:focus {
    box-shadow: none;
    border-color: #fff;
}

.search--home select option:not(:first-child) {
    color: #333;
}

.search--home button {
    margin: 1.5rem 0;
    font-size: 1.125rem;
}

.search-title {
    text-align: center;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #12abb4;
    color: #fff;
    font-weight: 400;
    font-size: 1.86667rem;
    line-height: 1;
}

.search--home .search-title {
    line-height: 1.2;
    border-bottom: none;
}

.search-intro {
    padding: .5rem 0;
    text-align: center;
    font-size: 1.53333rem;
    font-weight: 700;
    line-height: 1;
}
.search-form select:hover{
    cursor: hand;
    cursor: pointer;
}
.search-form-stage {
    margin-bottom: 1rem;
    padding: 2rem 0;
}

.search-form-stage input[type=radio] {
    display: none;
    visibility: hidden;
    position: absolute;
}

.search-form-stage input[type=radio]+label {
    width: calc(50% - 32px);
    border-radius: 50%;
    border: 2px solid #a8d04e;
    text-align: center;
    color: #fff;
    background: #a8d04e;
    margin: 0 15px;
    font-size: 1.33333rem;
    padding: 10px;
    line-height: 1.1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-form-stage input[type=radio]+label:before {
    content: "";
    float: left;
    display: table;
    padding-top: 100%;
}

.search-form-stage input[type=radio]+label:hover,
.search-form-stage input[type=radio]:checked+label {
    border-color: #fff;
    background: #fff;
    color: #10959d;
}

.search-form-others {
    margin-bottom: 1rem;
}

.search-form-others select {
    font-size: 1.06667rem;
    color: #666;
    padding: .75rem;
    background-position: 100%;
}

.search-form-submit {
    text-align: center;
    display: block;
    clear: both;
}

.search-form-submit button {
    margin: 0;
}

.intro,
.search-form button {
    text-align: center;
}

/*.intro {
    border-top: 16px solid #a8d04e;
    background: url(../img/bg-city.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2.5rem .5rem;
    position: relative
}

.page-id-4869 */.intro {
    border-top: none;
    background: url(/wp-content/uploads/2019/01/mongps_desktop_bg.jpg) 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2.5rem .5rem;
    position: relative;
}
.videos:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/compass.png) no-repeat 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
    bottom: -25px;
}


.intro-title {
    font-size: 2.4rem;
    margin-top: 0
}

/*.intro-content {
    font-size: 1.2rem
}

.page-id-4869*/ .intro-title {
    font-size: 2.4rem;
    margin-top: 0;
    color: #10959d;
    text-align: left;
}

/*.intro-content {
    font-size: 1.2rem
}

.page-id-4869*/ .intro-content {
    font-size: 1.2rem;
    color: #555555;
    font-weight: 100;
    text-align: left;
}

.additional-content {
    padding: 6vw 0;
    background: #fff;
}

.latest-posts {
    padding: 6vw 0;
    background: #f2f2f2;
}

.latest-posts-title {
    font-size: 1.86667rem;
    color: #10959d;
}

.latest-events-title {
    margin-bottom: 1.5em;
}

.organisations-card {
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    pointer-events: auto;
    max-width: 480px;
}

.search-form-advanced-toggle {
    color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>");
    background-repeat: no-repeat;
    padding-right: 2em;
    background-position: 100%;
    background-size: 9px 6px;
    margin-bottom: 1em;
}

.search-form-advanced {
    margin-bottom: 1em;
}

.search-form-advanced input {
    margin-bottom: 0;
}

.card--post {
    display: block;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: none;
    margin: 0 .5rem;
}

.card--post .card-section.card-section-image {
    padding: 0;
}

.card--post hr {
    margin: .5em 0;
}

.card-title {
    font-size: 1.86667rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 500;
}

.card-byline {
    margin-bottom: 0;
}

.card-excerpt {
    font-size: .86333rem;
}

.latest-events {
    border-top: 16px solid #a8d04e;
    padding: 10vh 0;
    color: #fff;
    background: #10959d url(../img/bg-eventsl.jpg) 50% no-repeat;
    background-size: cover;
}

.event-cell {
    padding: 0 3.25rem!important;
}

.event-card {
    border-top: 1px solid #fff;
    padding-top: 1rem;
    margin-bottom: 3rem;
}

.event-card-time {
    font-size: 1.46667rem;
    line-height: 1;
}

.event-card-time span {
    display: block;
    font-weight: 500;
    font-size: 1.86667rem;
}

.event-card-title {
    font-size: 1.2rem;
}

.organisations-title {
    font-size: 1.86667rem;
    color: #10959d;
}

.blog-title {
    font-size: 3.06667rem;
    font-weight: 500;
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
}

.date-picker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.date-picker-date,
.date-picker-nav {
    font-size: 2.66667rem;
}

.date-picker-date {
    font-weight: 600;
    color: #10959d;
    margin: 0 6vw;
    line-height: 1;
    text-align: center;
}

.date-picker-date span {
    font-weight: 200!important;
}

.share {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 1em 0;
}

.share-title {
    font-size: 1.2rem;
    margin-top: 0;
}

.share-list,
.user-social-list {
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.share-list li,
.user-social-list li {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.user-social-list li {
    margin-bottom: 1em;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.share-link {
    padding: .75em;
    display: block;
    line-height: 1;
    text-align: center;
}

.share-link svg {
    fill: #fff;
    max-width: 32px;
    height: 20px;
}

.share-link--facebook {
    background: #3b5998;
}

.share-link--facebook:hover {
    background: #4c70ba;
}

.share-link--google-plus {
    background: #dc4e41;
}

.share-link--google-plus:hover {
    background: #e4766c;
}

.share-link--linkedin {
    background: #0077b5;
}

.share-link--linkedin:hover {
    background: #0099e8;
}

.share-link--twitter {
    background: #1da1f2;
}

.share-link--twitter:hover {
    background: #4db5f5;
}

.service-contact-person {
    margin-bottom: 3em;
}

.service-contact-person-title {
    font-size: 1.46667rem;
    margin-bottom: 1em;
}

.service-contact-person-name {
    font-size: 1.33333rem;
}

.service-organisation {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.service-organisation-title,
.service-terms-title {
    font-size: 1.33333rem;
}

.service-terms-list {
    list-style: none;
    margin: 0;
}

.post-list-entry {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.post-list-entry-title {
    margin-top: 0;
}

.post-list-entry-info,
.post-list-entry-thumbnail {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-list-entry-thumbnail {
    padding-left: 2rem;
}

.post-list-entry-title {
    font-size: 1.86667rem;
    color: #10959d;
}

.post-image {
    margin-bottom: 2rem;
}

#btn-show-list,
.organisations-map {
    display: none;
}

.acf-map {
    width: 100%;
    height: 70vh;
}

.acf-map img {
    max-width: inherit!important;
}

.grey-band {
    background: #f2f2f2;
    padding: 2em 0 3em;
    margin-top: 2em;
}

.organisations .acf-map {
    display: none;
}

.organisations-wrapper {
    width: 100%;
    padding: 0 30px;
}

.page-navigation {
    padding: 1rem 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.page-navigation ul {
    margin: 0;
}

.page-navigation li {
    font-size: 1.2rem;
}

.global-header.gps-admin--org p {
    margin: 0;
    color: #fff;
}

.global-header.gps-admin--org .button {
    margin: 0;
}

.global-header.gps-admin--org .top-bar--secondary {
    padding: 2rem;
}

.global-header.gps-admin--org .top-bar--secondary .menu-item+.menu-item:not(:last-child):after {
    display: none;
}

.gestion-gps h1 {
    padding: 0;
    border: 0 none;
}

.gestion-gps hr {
    margin: 0 auto 3rem;
}

.gestion-gps .buttons-admin {
    margin: 2rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gestion-gps .buttons-admin .button {
    width: 23%;
}

.gestion-gps .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.gestion-gps .buttons .button {
    margin: 0 .3rem;
}

.gestion-gps .buttons.upload {
    margin: 1rem 0 3rem;
}

.gestion-gps .buttons.upload input#my_image_upload {
    width: 30%;
    margin: 0 0 0 1rem;
}

.gestion-gps .header,
.gestion-gps header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.gestion-gps .header h1,
.gestion-gps .header h2,
.gestion-gps header h1,
.gestion-gps header h2 {
    margin: 0;
}

.gestion-gps .table-infos p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.gestion-gps .table-infos p label {
    width: 35%;
    font-weight: 700;
}

.gestion-gps .table-infos p span {
    width: 55%;
}

.gestion-gps form .field--wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gestion-gps form .field--wrap .half-field {
    width: 49%;
}

.gestion-gps form .field--wrap .quarter-field {
    width: 24%;
}

.gestion-gps .top-list {
    margin-top: 4rem;
}

.gestion-gps .wrap-list .list-element--wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.gestion-gps .wrap-list .list-element--wrap .element-title {
    width: 60%;
}

.gestion-gps .wrap-list .list-element--wrap:first-child {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.gestion-gps .help-button {
    float: right;
    margin-bottom: 2rem;
    margin-top: -1rem;
}

.gestion-gps .popup-form {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gestion-gps .popup-form .background-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.gestion-gps .popup-form .popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px 20px 20px;
    border: 1px solid #888;
    width: 80%;
    min-height: 400px;
}

.gestion-gps .popup-form .close {
    color: #aaa;
    float: right;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
}

.gestion-gps .popup-form .close:focus,
.gestion-gps .popup-form .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.gestion-gps .popup-form .gform_wrapper {
    margin: 0;
}

.gestion-gps .popup-form .gform_confirmation_wrapper {
    margin-top: 50px;
}

.gestion-gps .popup-form .gform_wrapper textarea.large {
    height: 100px;
}

.gestion-gps #field_5_14 {
    display: none;
}

.gestion-gps .updated p {
    color: green;
    margin: 40px 0;
}

.global-footer-colophon {
    padding: 6em 0;
    background: #fff;
    text-align: center;
}

.global-footer-legal {
    text-align: center;
    background: #a8d04e;
    padding: 1.5em 0;
}

.global-footer-legal p {
    margin: 0;
    font-size: .8rem;
}

.partenaires {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.partenaires img {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 15rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.entry-content .alignright,
.entry-content img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.entry-content object,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    padding: 10px;
    border: 1px solid #cecece;
    background: #eee;
}

.wp-caption {
    max-width: 100%;
    padding: 5px;
    background: #eee;
}

.wp-caption img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 4px 0 7px;
    text-align: center;
}

.gform_body ul {
    margin: 0;
    list-style: none outside none;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0;
    font-size: .9rem;
}

.pagination li {
    display: inline-block;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a;
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.banner_home_slider .item{
    background-size: cover;
    background-position: center center;
}
.banner_home_slider .owl-dots{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner_home_slider .owl-dots .owl-dot span{
    width: 1.25rem !important;
    height: 1.25rem !important;
    background: #D6D6D6 !important;
}
.banner_home_slider .owl-dots .owl-dot.active span{
    background-color: #a8d04e !important;
}
.banner_home_slider .owl-item{
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.banner_home_slider.owl-grab .owl-item {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.banner_home_content{
    height: 905px;
    width: 100%;
    display: table;
}
.banner_home_content .banner_home_content_inner{
    display: table-cell;
    vertical-align: middle;
}
.banner_home_content .banner_home_content_inner .banner_home_content_container{
    width: 700px;
}
.side_left .banner_home_content .banner_home_content_inner .banner_home_content_container{
    margin-right: auto;
    margin-left: 0;
}
.side_right .banner_home_content .banner_home_content_inner .banner_home_content_container{
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.banner_home_content .banner_home_content_inner .banner_home_content_container p{
    font-size: 45px;
    line-height: 66px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.search-form button{
    margin: 0 !important;
}

.search--home {
    padding: 0px;
}
html button.button.white.submit-search-button{
    position: relative;
    z-index: 1000000;
    margin: 0;
    width: 100%;
    background-color: #a8d04e;
    color: #ffffff;
    border-color: #a8d04e;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    transition: all .2s ease-in-out;
}
html button.button.white.submit-search-button .fas{
    padding-left: 15px;
    transition: all .2s ease-in-out;
}
html button.button.white.submit-search-button:hover .fas{
    padding-left: 45px;
}

html button.alt.button.white.submit-search-button .fas{
    padding-left: 15px !important;
    transition: inherit !important;
}
html button.alt.button.white.submit-search-button:hover .fas{
    color: #10959d !important;
}
html button.alt.button.white.submit-search-button:hover{
    background: #fff !important;
    color: #10959d !important;
    border-color: #10959d !important;
}
.not-ingrid{
    max-width: none !important;
    z-index: 10000;
    position: relative;
}
.banner_video_slider{
    margin-bottom: 40px !important;
    width: 1100px !important;
    max-width: 100% !important;
    margin: auto !important;
}
.banner_video_slider.owl-carousel .owl-item .item img{
    width: 1100px;
    max-width: 100%;
    margin: auto;
}
.banner_video_slider .owl-nav{
    position: absolute;
    display: block;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    pointer-events: none;
}
.banner_video_slider .owl-nav .owl-prev{
    left: -80px;
    background: url("/wp-content/uploads/2019/02/left_chevron.png") rgba(255,255,255,0.3) !important;
    background-position: 45% center !important;
}
.banner_video_slider .owl-nav .owl-next{
    right: -80px;
    background: url("/wp-content/uploads/2019/02/right_chevron.png") rgba(255,255,255,0.3) !important;
    background-position: 60% center !important;
}
.banner_video_slider .owl-nav .owl-prev:hover{
    background: url("/wp-content/uploads/2019/02/left_chevron.png") rgba(255,255,255,0.5) !important;
    background-position: 45% center !important;
}
.banner_video_slider .owl-nav .owl-next:hover{
    background: url("/wp-content/uploads/2019/02/right_chevron.png") rgba(255,255,255,0.5) !important;
    background-position: 60% center !important;
}
html>body>main>section.videos .banner_video_slider .owl-nav [class*=owl-]{
    pointer-events: all;
    position: absolute;
    font-size: 0 !important;
    padding: 30px 30px !important;
    border-radius: 50% !important;
    background-size: 32% !important;
    background-repeat: no-repeat !important;
    transition: all .2s ease-in-out;
}
.videos{
    background: url(/wp-content/uploads/2019/02/background_video.jpg) 50% no-repeat;
    background-size: cover;
    padding: 110px 60px 180px;
    position: relative;
}
.undervideo{
    max-width: 1100px;
    margin: 40px auto 0;
}
.undervideo *{
    color: #ffffff;
}
.undervideo h3{
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
}
.undervideo p{
    font-size: 23px;
    font-weight: 100;
}
.isyoutube{
    position: relative;
}
.isyoutube:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2019/02/youtube_play.png);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: center center;
    pointer-events: none;
}
header{
    z-index: 10;
    position: relative;
}
#content{
    z-index: 9;
    position: relative;
}
@media screen and (max-width: 1500px){
    .banner_home_content{
        height: 735px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container{
        width: 590px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container p{
        font-size: 37px;
        line-height: 54px;
    }
}
@media screen and (max-width: 1199px) {
    /*.page-id-4869*/ .intro:before {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255,255,255,.8);
        width: 100%;
        height: 100%;
    }
    /*.page-id-4869*/ .intro{
        background-position: left center;
    }
}
@media screen and (max-width: 1023px) {
    .videos{
        background: url(/wp-content/uploads/2019/02/background_video.jpg) 50% no-repeat;
        background-size: cover;
        padding: 80px 60px 80px;
        position: relative;
    }
}

@media screen and (max-width: 1000px){
    .banner_home_content{
        height: 470px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container{
        width: 450px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container p{
        font-size: 29px;
        line-height: 41px;
    }
}

@media screen and (max-width: 800px){
    .banner_home_content{
        height: 470px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container{
        width: auto;
        display: table;
        margin: auto !important;
        background: rgba(0,0,0,0.5);
        text-align: center !important;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container p{
        font-size: 29px;
        line-height: 41px;
        padding: 15px;
    }
    html button.button.white.submit-search-button{
        font-size: 20px;
    }
}
@media screen and (max-width: 639px) {
    html>body>main>section.videos .banner_video_slider .owl-nav [class*=owl-]{
        display: none !important;
    }
    .undervideo h3{
        font-size: 18px;
        font-weight: 600;
    }
    .undervideo p{
        font-size: 18px;
        font-weight: 100;
    }
    .videos{
        padding: 80px 35px 80px;
    }
}

@media screen and (max-width: 600px){
    .banner_home_content{
        height: 320px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container p{
        font-size: 29px;
        line-height: 41px;
    }
}
@media screen and (max-width: 500px){
    /*.page-id-4869*/ .intro{
        background-position: center center;
        background-image: url(/wp-content/uploads/2019/02/mongps_mobile_bg.jpg);
    }
}

@media screen and (max-width: 400px){
    .banner_home_content{
        height: 320px;
    }
    .banner_home_content .banner_home_content_inner .banner_home_content_container p{
        font-size: 22px;
        line-height: 34px;
    }
    html button.button.white.submit-search-button{
        font-size: 16px;
    }
}

@media screen and (max-width:39.999999999em) {
    .search--home-wrapper>.grid-container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}
@media print,
screen and (min-width:40em) {
    body:not(.home):not(.page-id-4869) main {
        padding: 5em 0
    }
    .top-bar--primary {
        padding: 6px 0
    }
    .top-bar--secondary {
        padding: 12px 0
    }
    a.button.xlarge {
        font-size: 1.2rem;
        max-width: 180px;
        padding: .7rem 1rem;
        margin-left: 6vw!important
    }
    .owl-dots {
        display: block;
        margin-top: 1.5rem;
        text-align: center
    }
    .search--home-wrapper>.grid-container {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
    .search-intro {
        padding: 1rem 0;
        font-size: 2.125rem
    }
    .search-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .search--home .search-form-others,
    .search--home .search-form-stage {
        width: 49%;
        display: inline-block
    }
    .search--home .search-title {
        font-size: 3.25rem
    }
    .search-form-submit {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .intro-title,
    .page-id-4869 .intro-title {
        font-size: 3.6rem
    }
    .intro,
    .page-id-4869 .intro {
        padding: 6vw 0 8vw;
        position: relative
    }
    .videos:after {
        width: 100px;
        height: 100px;
        bottom: -50px
    }
    .intro-content,
    .page-id-4869 .intro-content {
        font-size: 1.4rem
    }
    .latest-events-title,
    .latest-posts-title {
        font-size: 3.06667rem
    }
    .event-card-time span {
        font-size: 2.4rem
    }
    .organisations-title {
        font-size: 3.06667rem
    }
    .share {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 0;
        padding-bottom: 0
    }
    .organisation-logo img {
        max-width: 80%
    }
    .global-footer-colophon .grid-container>.grid-x>.cell:nth-child(2):nth-last-child(2) {
        border-right: 1px solid #a8d04e;
        border-left: 1px solid #a8d04e
    }
    .global-footer-colophon .grid-container>.grid-x>.cell:nth-last-child(2):first-child {
        border-right: 1px solid #a8d04e
    }
    .partenaires {
        margin-top: 0;
        margin-bottom: 0
    }
    .partenaires img {
        max-width: 20rem
    }
}

@media print,
screen and (min-width:64em) {
    .top-bar--secondary {
        padding: 0
    }
    .logo img {
        width: 250px
    }
    a.button.xlarge {
        font-size: 1.86667rem;
        padding: 2rem 1rem;
        max-width: 250px
    }
    .search--home-wrapper>.grid-container {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .search-intro {
        padding: 1.5rem 0;
        font-size: 2.75rem
    }
    .search-form {
        display: block
    }
    .search--home .search-form-others,
    .search--home .search-form-stage {
        width: auto;
        display: block
    }
    .search--home .search-title {
        font-size: 4.125rem
    }
    .search-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
        pointer-events: none
    }
    .videos:after {
        width: 150px;
        height: 150px;
        bottom: -75px
    }
    .intro-content,
    .page-id-4869 .intro-content {
        font-size: 1.6rem
    }
    .date-picker-date,
    .date-picker-nav {
        font-size: 4.2rem
    }
    .organisations .acf-map {
        display: block
    }
    .organisations-wrapper {
        position: absolute;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        pointer-events: none
    }
    .partenaires img {
        margin-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .logo img {
        width: auto
    }
    a.button.xlarge {
        max-width: 350px
    }
    .videos:after {
        width: 271px;
        height: 220px;
        bottom: -110px
    }
}

@media screen and (max-width:63.9375em) {
    .gestion-gps .buttons {
        margin-top: 1rem
    }
    .gestion-gps .buttons .button {
        margin: 0 .5rem .5rem 0
    }
    .off-canvas .menu#menu-menu-gestion li {
        display: block;
        width: 100%
    }
    .global-header.gps-admin--org .off-canvas .button {
        margin: 0 auto;
        display: block;
        width: 80%
    }
}

@media screen and (max-width:39.9375em) {
    .gestion-gps .buttons-admin .button {
        width: 95%
    }
    .gestion-gps .table-infos p label,
    .gestion-gps .table-infos p span,
    .gestion-gps form .field--wrap .half-field,
    .gestion-gps form .field--wrap .quarter-field {
        width: 100%
    }
}

@media print {
    * {
        color: #000!important;
        background: transparent!important;
        text-shadow: none!important;
        -ms-filter: none!important;
        -webkit-filter: none!important;
        filter: none!important
    }
    a,
    a:visited {
        text-decoration: underline;
        color: #444!important
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a:visited abbr[title]:after,
    a abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .page-navigation,
    .respond-form,
    .sidebar,
    .wp-prev-next,
    nav {
        display: none
    }
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
/*# sourceMappingURL=style.min.css.map */
html.body-is-open,
html.body-is-open > body {
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
}