/*
	Theme Name: Pedibus
	Theme URI: etienneetienne.com
	Description: HTML5 WordPress Theme
	Version: 1
	Author: Edouard Corfu
	Author URI: etienneetienne.com
*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'metabook_roman';
    src: url('fonts/metabook-roman-webfont.woff2') format('woff2'),
        url('fonts/metabook-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metabold_roman';
    src: url('fonts/meta_bold_roman-webfont.woff2') format('woff2'),
        url('fonts/meta_bold_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
}

body {
    font-family: Helvetica, Arial, 'sans-serif';
    font-weight: normal;
    color: #444;
}

.font-light {
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'metabold_roman';
    font-weight: normal;
}

strong,
.strong {
    font-family: 'metabold_roman';
    font-weight: normal;
}

a img {
    border: 0px;
}

a {
    transition: all 0.5s ease;
    color: #78BB44;
}

a:focus,
a:hover {
    color: #78BB44;
    text-decoration: none;
    outline: none;
}

html body #page {
    opacity: 1;
    min-height: 100vh;
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
    padding-top: 130px;
}

.text-green {
    color: #78BB44 !important;
}

.bg-green {
    background: #78BB44 !important;
}

.bg-green-light {
    background: #d7e9c1 !important;
}

.text-blue {
    color: #243d7c !important;
}

.text-dark {
    color: #000 !important;
}

.bg-light {
    background-color: #F7F7F5 !important;
}

.bg-blue {
    background: #243d7c !important;
}

hr {
    background: #78BB44 !important;
}

.page-template-page-kamishibai .gsection_title {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
}

.page-template-page-kamishibai .table th {
    border-top: 0px;
}

.page-template-page-kamishibai #main hr,
.page-template-page-landing #main hr {
    width: 100px;
    height: 10px;
    border: none;
    margin: 3rem auto;
    background: #d7e9c1 !important;
}

.filtercanton {
    cursor: pointer;
}

#spectacles .list-group,
#spectacles .list-group-item {
    border-radius: 0;
}

#spectacles .list-group .list-group-item {
    border-bottom: 0;
}

.has-text-vert-color,
.text-vert {
    color: #78BB44 !important;
}

.has-text-vert-background-color,
.bg-vert {
    background-color: #78BB44 !important;
}

h3.bg-red {
    background: #e70104;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

.wp-video {
    position: relative;
    display: block;
    width: 100% !important;
    padding: 0;
    overflow: hidden;
}

.wp-video::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.wp-video-shortcode {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lead-lg,
.lead-lg p {
    font-size: 1.5rem;
    line-height: 1.35em;
    font-weight: 300;
    font-family: 'metabook_roman';

}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #78BB44;
    height: 130px;
}

header .nav {
    margin-right: -0.5rem;
    align-items: center;
}

header a {
    font-family: 'metabook_roman';
}

header a:focus,
header a:hover,
header a {
    color: #000;
}

header .nav a,
header .nav-link {
    padding: 0.5rem;
    margin-left: 0.5rem;
}

.ate_header_img {
    max-width: 160px;
}

.ate_footer_img {
    max-width: 200px;
}

#topbar a {
    color: #7f7f7f;
}

#topbar a:hover {
    color: #cdcdcd;
}

#logo a {
    font-family: 'metabold_roman';
}

#logo {
    font-size: 3.3rem;
}

#mainnav a {
    font-size: 1.1rem;
    position: relative;
}

#mainnav li.current-page-ancestor>a,
#mainnav li.current-menu-item>a,
#mainnav a:hover {
    color: #78BB44;
}

.nav .lang-item a {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    color: #000;
    margin: 0;
}

header .dropdown-toggle,
header .dropdown-toggle:focus,
header .dropdown-toggle:hover,
header .dropdown-toggle:active {
    color: #000;
}

header .nav a.dropdown-toggle {
    padding: 0.25rem 0.5rem;
    background: #fff;
    height: fit-content;
    margin-left: 1.25rem;
}

.dropdown-menu {
    background: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 0;
    min-width: 0;
}

.sub-menu {
    list-style: none;
    padding: 0 1rem 0.5rem 1rem;
    margin: 0;
    position: absolute;
    background: #fff;
    display: none;
    transform: translate(-1rem, 12px);
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

header ul li:hover>ul {
    display: flex;
    flex-direction: column;
}

#mainnav .sub-menu a {
    color: #000;
    padding: 0.5rem 0.5rem;
    display: block;
}

#mainnav .sub-menu a:hover {
    color: #78BB44;
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.19, 1, .22, 1), visibility .5s steps(1, end);
    z-index: 999;
    pointer-events: none;
}

#searchtrigger {
    cursor: pointer;
}

#searchtrigger i {
    font-size: 0.9rem;
}

#searchbox {
    background: #78BB44;
    transition: all 700ms ease;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.search-active #searchtrigger i:before {
    content: "\e08c";
    font-weight: 400;
}

.search-active #searchbox {
    transition: height 500ms cubic-bezier(0, 0.5, 0.2, 1.4);
    height: 142px;
    opacity: 1;
}

#searchbox .form-control {
    border: none;
    background: none;
    font-size: 2.5rem;
    border-bottom: 1px solid #fff;
    height: 3rem;
    padding: 0;
    border-radius: 0;
    color: #fff;
    flex: 1;
}

#searchbox .btn {
    color: #fff;
    border: none;
    background: none;
}

#searchbox .btn i {
    font-size: 2.5rem;
}

#main .wp-block-media-text__media img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.home .slick-prev,
.home .slick-next {
    color: #fff !important;
}

.home .slick-list {
    overflow: visible;
}

.baseline {
    top: 1rem;
    right: 10px;
    position: absolute;
    z-index: 9;
    text-align: left;
    font-size: 1.85rem;
}

.baseline h2 {
    font-size: 3.5rem;
    margin: 0;
}

.baseline a {
    color: #fff;
    text-decoration: underline;
}

.home #main {
    position: relative;
    background-color: #86bc25;
    background-image: url("img/newbg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 95% auto;
    overflow: hidden;
}

.home #main:after {
    content: "";
    display: block;
    padding-top: 43%;
}

.home #main .container-slider {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}



article.item {
    position: relative;
    overflow: hidden;
}

article.item .a_img {
    position: relative;
    display: block;
    width: 100%;
}

article.item .a_img:before {
    content: "";
    padding-top: 52.3%;
    display: block;
}

article.item .a_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

article.item .a_img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.card {
    border: 5px solid #d7e9c1;
    border-radius: 0;
}

.st0 {
    fill: #D6E5A1;
    stroke: #FFFFFF;
    stroke-width: 0.75;
}

.st1 {
    fill: #D6E5A1;
    stroke: #FFFFFF;
    stroke-width: 0.75;
}

.st2 {
    fill: #6CBBE8;
    stroke: #FFFFFF;
    stroke-width: 0.75;
}

.st1:hover {
    fill: #80C242;
}

.st1 {
    cursor: pointer;
}

.card-body ul {
    margin-left: 0;
    padding-left: 1rem;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.block {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 5px solid #d7e9c1;
}

#sous_menu_tabs a {
    font-family: 'metabook_roman';
    background: none;
    border-radius: 0;
    text-transform: uppercase;
    padding-left: 0;
    text-align: left;
    margin-right: 1rem;
    color: #999;
    position: relative;
}

#sous_menu_tabs a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 3px;
    background: #999;
    transform: translate(0, 0);
    transition: width .35s cubic-bezier(.25, .46, .45, .94);
}

#sous_menu_tabs a.active:after,
#sous_menu_tabs a:hover:after {
    width: 100%;
}

#sous_menu_tabs a.active:after {
    background: #78BB44;
}

#sous_menu_tabs a.active {
    color: #78BB44;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pagination>span,
.pagination>a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .current {
    color: #bbb;
    background-color: #f8f8f8;
}

.articleList article img {
    max-width: 100%;
    height: auto;
}

#ajax_results {
    min-height: 30vh;
}

#ajax_results.loading {
    background: url(img/loading.gif) center no-repeat;
}

.widecolumn {
    padding: 2rem 0;
    max-width: 1140px;
    margin: 0 auto;
}

/*------------------------------------*\
    SINGLE COORDINATION
\*------------------------------------*/
@media(min-width:992px) {
    .banner {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .banner:before {
        content: "";
        padding-top: 52.33%;
        display: block;
    }

    .banner.thin:before {
        padding-top: 34%;
    }

    .banner h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        color: #fff;
        font-size: 6.2rem;
        z-index: 9;
        text-transform: uppercase;
        text-align: center;
        line-height: 5.6rem;
    }

    .banner img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s cubic-bezier(.25, .46, .45, .94);
    }
}

.partners .slide {
    height: 225px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partners .slick-slide img {
    display: block;
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
}

.post-type-archive-galeries iframe,
.videoWrapper {
    display: block;
    margin-bottom: 10px;
    max-width: 100%
}

.section {
    margin-left: -2rem;
    padding-left: 2rem;
    margin-right: -2rem;
    padding-right: 2rem;
}

.section.bg-light {
    background: #d7e9c1 !important;
}

.section_faq .card a[aria-expanded=true] i:before {
    content: "\e075";
}

.file_line:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.excerpt img {
    max-width: 100% !important;
}

.galeriemix {
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

.galeriemix.hide {
    opacity: 0;
    margin-bottom: 0 !important;
    display: none;
}

.trigger {
    cursor: pointer;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#copyright {
    background: #fff;
}

#footer {
    background: #ebedea;
}

/*------------------------------------*\
    Lignes
\*------------------------------------*/
.mapsection {
    position: relative;
}

#back {
    position: absolute;
    z-index: 99;
    right: 1rem;
    top: 1rem;
}

#ligne-detail-map,
.mapsection #lignesmap {
    width: 100%;
    height: 680px;
}

.mapsection #search {
    position: absolute;
    z-index: 99;
    right: 0;
    display: flex;
    width: 360px;
    padding: 0.6rem;
}

.acf-map {
    width: 100%;
    height: 500px;
    margin: 0px 0;
}

.markercontent h3,
.markercontent {
    color: #333;
}

/*------------------------------------*\
    JOURNEES
\*------------------------------------*/
.single-journee .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
}

.single-journee .tab-content>.active {
    display: block;
    visibility: visible;
    height: auto;
}

.wp-block-image img {
    height: auto;
}

.fileline {
    border-bottom: 5px solid #d7e9c1;
}

.fileline img {
    max-width: 150px;
}

/*------------------------------------*\
    FRONTEND EDIT
\*------------------------------------*/
#main .acf-row-handle .-plus {
    display: none;
}

#main .acf-field .acf-label {
    margin: 0;
}

#main .acf-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

#main .acf-input-prepend,
#main .acf-input-append {
    font-size: 14px;
    line-height: 30px;
    height: 40px;
}

div.acf-field:not(.col-md-12) {
    flex: 0 0 50%;
    max-width: 50%;
}

div.acf-field.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.no-value-message,
#main .acf-flexible-content .acf-fc-layout-controlls .-plus,
#main .acf-flexible-content .acf-fc-layout-controlls .-collapse,
.acf-fc-popup {
    display: none !important;
}

#main .acf-fields>.acf-field {
    border-top: none;
}

#main div.acf-field:not(.col-md-4) {
    width: 100%;
    min-height: 1px;
    padding: 10px 15px;
    border: none;
    clear: none;
}

#main div.acf-field-flexible-content .acf-fields {
    padding: 10px 30px;
}

#main .acf-actions {
    text-align: left;
}

#main .acf-actions a {
    margin: 0 4px 0 0;
}

#main .nolabel>label {
    display: none !important;
}

#main .acf-field--post-title {
    flex: 0 0 100%;
    max-width: 100%;
}

@media(min-width:768px) {
    .acf-field-message {
        transform: translate(0px, -50px);
    }
}

.acf-field-message .acf-label .description {
    width: 100%;
}

#acf-field_59cb94fe7ffa8,
.acf-field-message .acf-label>label,
.hide_front {
    display: none !important;
}

#acf-form #gmap {
    width: 100%;
    height: 500px;
}

.hidden_front,
.hidden_non_admin {
    display: none !important;
}

#acf-form input[type=text] {
    width: 100%;
}

#acf-form .alert {
    margin-top: 1rem;
}

#adminLignes li {
    border-bottom: 1px solid #f2f2f2;
    padding: 0.5rem;
}

.helpbtn {
    cursor: pointer;
    padding: 0.5rem 1.25rem;
    color: #fff !important;
    background: #78BB44;
    display: block;
    margin-bottom: 5px;
    border-radius: 26px;
    float: right;
}

#main .acf-field-message .acf-label {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.logos-footer figure {
    justify-content: center !important;
    align-items: center !important;
}

.logos-footer img {
    max-height: 60px !important;
    width: auto !important;
}

/*------------------------------------*\
    FORMS
\*------------------------------------ */
.nav-link i,
.btn i {
    position: relative;
    top: 5px;
}

.nav-link i {
    top: 2px;
}

#main .acf-field input[type="text"],
#main .acf-field input[type="password"],
#main .acf-field input[type="number"],
#main .acf-field input[type="search"],
#main .acf-field input[type="email"],
#main .acf-field input[type="url"],
#main .acf-field textarea,
#main .acf-field select,
#mc_embed_signup input[type=text],
.input,
.ginput_complex input {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

#mc_embed_signup input[type=submit],
.button,
.wp-block-button__link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #78BB44;
    border-color: #78BB44;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.mc-field-group {
    display: flex;
    max-width: 75%;
}

::-webkit-input-placeholder {
    color: #999999;
    font-size: 1rem;
}

::-moz-placeholder {
    color: #999999;
    font-size: 1rem;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 1rem;
}

:-moz-placeholder {
    color: #999999;
    font-size: 1rem;
}

.nolabel>label {
    display: none;
}

.form-group {
    margin: 0 0 1rem 0;
}

.btn-primary {
    color: #fff;
    background-color: #78BB44;
    border-color: #78BB44;
    transition: all 0.75s cubic-bezier(.19, 1, .22, 1);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #78BB44;
    border-color: #78BB44;
}

.form-control,
.btn {
    border-radius: 4px;
    padding: .5rem 1rem;
}

button:focus,
button:active,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
}

select:not([multiple=multiple]) {
    height: calc(2.875rem + 2px);
}

.btn-outline-primary {
    color: #78BB44;
    border-color: #78BB44;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff;
    background-color: #78BB44;
    border-color: #78BB44;
}

.gform_fields,
.gform_fields ul {
    margin: 0;
    padding: 0;
}

.gform_fields li {
    list-style: none;
}

ul.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gfield:not([class*=col]) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ginput_complex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ginput_complex span {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.ginput_complex span label {
    font-size: 80%;
    font-weight: 400;
    opacity: 0.6;
}

.ginput_complex span.ginput_full {
    flex: 0 0 100%;
    max-width: 100%;
}

.ginput_complex span.ginput_left,
.ginput_complex span.ginput_right,
.ginput_complex span[class*=name_] {
    flex: 0 0 50%;
    max-width: 50%;
}

.validation_message {
    color: #cd1728;
    font-size: 80%;
    font-weight: 400;
}

.validation_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.gfield_required {
    color: crimson;
}

.gfield_description {
    font-size: 80%;
    color: #999;
    font-weight: 200;
    display: inline-block;
    margin-left: 0.5rem;
}

.gftip {
    position: relative;
    top: -2px;
}

.gform_drop_area {
    padding: 2rem;
    border: .125em dashed #b7b7b7;
    border-radius: .125em;
}

.gform_footer {
    position: relative;
}

.gform_footer img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ui-datepicker-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-datepicker-title select {
    height: auto;
    width: auto;
}

.gfield_description img,
html body .gform_wrapper ul.gform_fields li .gsection_description img {
    max-width: 100%;
    max-height: 180px;
    margin-top: 1rem;
}

.gfield .instruction {
    color: #999;
    font-size: 90%;
}

/*------------------------------------*\
    TOOLS
\*------------------------------------*/
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

#backtotop {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 1rem 1.5rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    z-index: 9999;
}

.valign {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mobile-only {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .tablet-hide {
        display: none !important;
    }
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.delay01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay13 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.delay14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay17 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.delay18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay19 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.delay20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
    .wp-caption.aligncenter {
        position: relative;
        left: calc(calc(8 * (100vw / 12) - 28px) / 2);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1168px) {
    .wp-caption.aligncenter {
        left: calc(calc(6 * (100vw / 12) - 28px) / 2);
    }
}

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

.wp-caption-text {
    color: #767676;
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
    margin-right: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0;
}

.gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
    margin-right: 0;
}

.gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
    margin-right: 0;
}

.gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
    margin-right: 0;
}

.gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
    margin-right: 0;
}

.gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
    margin-right: 0;
}

.gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
    margin-right: 0;
}

.gallery-item:last-of-type {
    padding-right: 0;
}

.gallery-caption {
    display: block;
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
}

.gallery-item>div>a {
    display: block;
    line-height: 0;
    box-shadow: 0 0 0 0 transparent;
}

.gallery-item>div>a:focus {
    box-shadow: 0 0 0 2px #0073aa;
}

.wp-block-embed {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.wp-block-embed::before {
    padding-top: 56.25%;
}

.wp-block-embed::before {
    display: block;
    content: "";
}

.wp-block-embed .wp-block-embed__wrapper,
.wp-block-embed embed,
.wp-block-embed iframe,
.wp-block-embed object,
.wp-block-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wp-block-file {
    padding: 0.5rem 0;
    border-bottom: 1px solid #D6E5A1;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button):before {
    content: '\e039';
    display: inline-block;
    font: normal normal normal 24px/1 'iconmonstr-iconic-font';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
    color: #D6E5A1;
    vertical-align: middle;
}

.wp-block-file .wp-block-file__button {
    border-radius: .3rem .3rem;
    background: #78BB44;
    padding: .5rem 1rem;
}

@media (min-width:782px) {
    .wp-block-columns.layout_1_3_2_3 .wp-block-column:first-child {
        flex-basis: calc(33% - 16px);
    }

    .wp-block-columns.layout_1_3_2_3 .wp-block-column:last-child {
        flex-basis: calc(66% - 16px);
    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1200px) {
    .home .card-columns {
        column-count: 4;
    }

    .baseline {
        top: 1.5rem;
        right: 21px;
        position: absolute;
        z-index: 9;
        text-align: left;
        font-size: 2.05rem;
    }
}

@media only screen and (min-width: 1400px) {}

@media only screen and (min-width: 1600px) {}

@media only screen and (min-width: 991px) {
    .hamburger {
        display: none;
    }

    #mainnav>ul>li {
        min-height: 40px;
    }

    #mc_embed_signup input[type=text] {
        border-radius: .3rem 0 0 .3rem;
    }

    #mc_embed_signup input[type=submit] {
        border-radius: 0 .3rem .3rem 0;
    }
}

@media only screen and (max-width: 992px) {
    html body #page {
        padding-top: 75px;
    }

    #header {
        height: 75px;
    }


    .section {
        margin-left: -1rem;
        padding-left: 1rem;
        margin-right: -1rem;
        padding-right: 1rem;
    }

    .file_line img {
        max-width: 50px !important;
        margin-left: -0.2rem;
    }

    html body .gform_wrapper ul.gform_fields>li.gfield {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #logo,
    h1 {
        font-size: 2.4rem;
    }

    #logo {
        margin-top: .2rem;
        margin-bottom: -5px !important;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.85rem;
    }

    h4 {
        font-size: 1.45rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }

    .hamburger {
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        overflow: visible;
        float: right;
        margin: 1rem 0 0 0;
    }

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 2px;
        background-color: #78BB44;
        border-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    .hamburger--elastic .hamburger-inner {
        top: 2px;
        transition-duration: 0.275s;
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .hamburger--elastic.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(135deg);
        transition-delay: 0.075s;
    }

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }

    #navmobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 80%;
        background: #fff;
        z-index: 200;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.75s cubic-bezier(.19, 1, .22, 1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
    }

    #navmobile>ul {
        padding: 0 1rem;
        width: 100%;
        list-style: none;
    }

    #navmobile a {
        display: block;
        padding: .5rem;
        font-weight: bold;
        color: #000;
        font-size: 1.6rem;
        font-family: 'metabook_roman';
    }

    #navmobile .current-page-ancestor a,
    #navmobile .current-lang a,
    #navmobile .current-menu-parent>a,
    #navmobile .current-menu-item>a {
        color: #78BB44;
    }

    html body.menu-active #navmobile {
        transform: translate3d(0, 0, 0);
    }

    html body.menu-active {
        overflow: hidden !important;
    }

    html body.menu-active #page {
        transform: translate3d(-80%, 0, 0);
    }

    html body.menu-active .overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transition: opacity .6s cubic-bezier(.19, 1, .22, 1), visibility .6s steps(1, start);
    }

    #sous_menu_tabs {
        flex-direction: column;
    }

    #sous_menu_tabs a {
        margin-bottom: 0.75rem;
    }

    .mc-field-group {
        flex-direction: column;
        max-width: 100%;
    }

    .block {
        padding: 1rem;
    }

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

    .baseline {
        top: 18px;
        font-size: 1.35rem;
    }

    .baseline h2 {
        font-size: 3.15rem;
    }
}

@media only screen and (max-width: 768px) {
    .mapsection #search {
        width: 100%;
    }

    .card-columns {
        column-count: 2;
    }

    .baseline {
        top: 10px;
        font-size: 1.05rem;
    }

    .baseline h2 {
        font-size: 1.85rem;
        margin-bottom: 0;
    }

    #footer .nav {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .card-columns {
        column-count: 1;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}