/*
Theme Name: Boeren Buren
Theme URI: http://boerenburen.nl
Description: Wordpress thema voor Boeren Buren
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: boerenburen
*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 22.5px;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.125;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: block;
}



h1,
.h1 {
    font-size: 54px;
}

.h2,
h2 {
    font-size: 48px;
}

.h3,
h3 {
    font-size: 28px;

}

.h4,
h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.h6,
h6 {
        font-size: 14px;
    background: #17B158;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.125;
	 font-weight: bold;
}


body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
    line-height: 1.675;
    color: #1D1D1D;
    margin: 0;

  
}

main {
    overflow-x: hidden;
    
}




html.offcanvas-open body {
    overflow-x: hidden;
    overflow-y: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 22.5px;
}

a {
    color: currentColor;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 22.5px;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
        font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #C4A46D ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
        color: #1D1D1D;
    background: #F4F4F4;
    padding: 15px 20px;
    border: 0;
    border-radius: 8px;

}

select {
    background-image: linear-gradient(45deg,transparent 50%,#333333 50%),linear-gradient(135deg,#333333 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


::-webkit-input-placeholder {
        color: rgb(112 112 112 / 25%);
}

::-moz-placeholder {
        color: rgb(112 112 112 / 25%);
}

:-ms-input-placeholder {
        color: rgb(112 112 112 / 25%);
}

::-moz-selection {
    background-color: #17B158;
    color: #ffffff
}

::selection {
    background-color: #17B158;
    color: #ffffff
}

::-moz-selection {
    background-color: #17B158;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table tr th {
    font-weight: bold;
    padding-right: 30px;
    vertical-align: top;
}
b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}




.btn {
   -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 75px 20px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1.125;
    border: 0;
    background: #17B158;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1;
    min-width: 210px;
    border-radius: 50px;
    font-size: 16px;
	text-align: left
}


.btn:after {
       content: url(images/arrow.svg);
    width: 20px;
    display: inline-block;
    line-height: 0;
    vertical-align: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
   
}

.btn:hover:after {
    right: 22.5px;
}

.btn.btn--black {
    background-color: #1D1D1D;
}

.btn.btn--small {
   zoom: 0.75;
}

.btn:hover{
    color: #ffffff;
}

.btn + .btn {
    margin-left: 15px
}





/* Main styles */

header {
        position: relative;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    background-color: #1D1D1D
}





header nav.navbar {
}

header nav.navbar .navbar-brand {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 150px;
    position: relative;
    padding: 15px 0;
    margin: 0;
    z-index: 1;
    margin-right: 22.5px;
    line-height: 1;
}





header nav.navbar .offcanvas-collapse {

}


header nav.navbar .navbar-nav {
   

}



header nav.navbar .navbar-nav > .nav-item {
    position: relative;
}




header nav.navbar .navbar-nav > .nav-item:first-child:before {
    content: unset;
}

header nav.navbar .navbar-nav > .nav-item:before {
       content: '';
    background: #17B158;
    display: inline-block;
    width: 6px;
    height: 6px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}



header nav.navbar .navbar-nav > .nav-item > .nav-link {
     padding: 0;
    margin: 15px 22.5px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}


header nav.navbar .navbar-nav > .nav-item > .nav-link:hover,
header nav.navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #17B158
}

header nav.navbar .navbar-nav > .nav-item.current > .nav-link {
   font-weight: 800;
}


header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
    margin-left: 0
}

header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    margin-right: 0
}


header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
      
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
      content: url(images/chevron-down.svg);
    width: 10px;
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: 2px;
    margin-left: 7.5px;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle:after {
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
       padding: 7.5px;
    margin: 0;
    border: 0;
    border-radius: 0;
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #000000;
    padding: 12.5px 15px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:after {
        content: url(images/arrow-right.svg);
    position: absolute;
    right: 20px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover {
    background-color: #E6530A;
    color: #ffffff
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    content: url(images/arrow-right_white.svg);
}




/* Navbar toggler */

header nav.navbar .navbar-toggler {

    margin: 0;
    z-index: 1;
    display: none;
      padding: 10.5px 8px;
	margin-right: -8px;
/*     border: 3px solid #ffffff;
    border-radius: 50%; */
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}




header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 50px
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 24px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
}




/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #ffffff
}

section.header .header-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2
}

section.header .header-image:before {
        content: '';
    background: transparent linear-gradient(90deg, #00000046 0%, #54545400 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    pointer-events: none;
    z-index: 0;
}

section.header .header-image > img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center;
}



section.header .header-content {
   margin: calc(90px + 4.6875vw) 0; 
   position: relative;
   
   max-width: 540px;    
}

section.header .header-content :is(h1, h2, h3, h4, h5, p) {
    text-shadow: 0px 0px 10px #00000071;
}

section.header .header-content p:has(.btn) {
	 text-shadow: unset;
}

section.header .header-content *:last-child {
    margin-bottom: 0
}

/* Cards */

section.cards {
    padding: calc(30px + 3.125vw) 0 calc(0px + 3.125vw) 0;
    background-color: #F4F4F4;
}

section.cards.cards--transparant {
    background-color: transparent;
    padding: 0;
    margin: 0 0 calc(0px + 3.125vw) 0;

}

section.cards .cards-header {
    padding-bottom: calc(15px + 0.8125vw);
}

section.cards .cards-header.cards-header--small {
    padding-bottom: calc(15px + 0.8125vw);
}

section.cards .cards-header ul.filters {

}

section.cards .cards-header ul.filters li  {
    display: inline-block;
    margin-right: 2.5px;
	margin-bottom: 7.5px;
}

section.cards .cards-header ul.filters li a {
        display: inline-block;
    background: #F4F4F4;
    font-weight: bold;
    line-height: 1;
    padding: 10px 17.5px;
    border-radius: 50px;
    font-size: 14px;
        -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .cards-header ul.filters li a:hover {
    background: #17B158;
    color: #ffffff;
}

section.cards .cards-header > *:last-child {
    margin-bottom: 0
}


/*section.cards .cards-slider .slick-list {
   padding: calc(15px + 0.8125vw) 0 calc(30px + 3.125vw) 0;
}*/

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    margin-bottom: 60px;
    aspect-ratio: 6 / 5;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .card:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

section.cards .card .card-image {
    display: block;
   
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    

}

section.cards .card .card-image:after {
	content: '';
    background: transparent linear-gradient(0, #00000046 0%, #54545400 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    height: 50%;
	 border-radius: 16px;
}

section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    border-radius: 16px;
}

section.cards .card:hover .card-image img {
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}
section.cards .card .card-image img:nth-child(2) {
  top: 30px;
    right: 30px;
    bottom: -15px;
    left: 30px;
    height: calc(100% - 15px);
    z-index: 1;
    filter: blur(15px);
    width: calc(100% - 60px);
    pointer-events: none;
    border-radius: 0;
}

section.cards .card .card-content {
   position: absolute;
    left: 22.5px;
    bottom: 22.5px;
    right: 22.5px;
    text-shadow: 0px 0px 10px #00000071;
    z-index: 2;
    color: #ffffff;
}

section.cards .card .card-content :is(h1, h2, h3, h4, h5, h6) {
  line-height: 1.25
}

section.cards .card .card-content p:first-child {
    font-weight: 500
}

section.cards .card .card-content p:last-of-type {
    margin-bottom: 0;
}

section.cards .card .card-footer {
        position: absolute;
    right: 22.5px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 4;
	line-height: 1
}

section.cards div.card .card-footer .btn {
	min-width: auto;
	padding-right: 30px
}
section.cards div.card .card-footer .btn:after {
	content: unset;
}

section.cards .card-extra {
    background: #F4F4F4;
    padding: 60px 22.5px 22.5px 22.5px;
    margin-top: -75px;
    margin-bottom: 30px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

section.cards .card-extra ul {
    margin-bottom: 0
}

section.cards .card-extra ul li {
    position: relative;
    padding-left: 30px;
}

section.cards .card-extra ul li:before  {
   width: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    line-height: 1;
}

section.cards .card-extra ul li.location:before {
    content: url(images/location.svg);
}

section.cards .card-extra ul li.date:before {
    content: url(images/calendar.svg);
}

/* Article */

article.article {
    padding: calc(30px + 3.125vw) 0;
    position: relative;
   overflow: hidden;
}


article.article.article--background {
    padding: calc(30px + 3.125vw) 0;
    background-color: #F4F4F4;


}

 article.article.article--background:first-child {
	      margin-bottom: calc(30px + 3.125vw);
}


article.article .article-content {
    position: relative;
    z-index: 2
}
article.article .article-content + .article-content {
     margin-top: calc(15px + 1.625vw);
}

/*article.article .article-content :is(h1, h2) {
    margin-right: -120px;
}*/

article.article .article-content :is(h4, h5) {
    margin-bottom: 0px
}


article.article .article-content a:not(.btn) {
    color: #17B158;
    text-decoration: underline;
}

article.article .article-content > *:last-child {
    margin-bottom: 0
}

article.article .article-content img {
    width: auto;
}

article.article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article.article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article.article .article-content .more-link {
    display: none;
}

article.article .article-content .logos {
  margin: calc(15px + 1.625vw) 0;
}

article.article .article-content .logos h4 {
    margin-bottom: 15px;
}
article.article .article-content .logos ul {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;

    margin-bottom: 0;
      
}

article.article .article-content .logos ul li {

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;

        -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    line-height: 1
}

article.article .article-content .logos ul li img {
        height: 60px;
    width: 100%;
}


article.article .article-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;

}


article.article.article--about .article-image:after {
	content: '';
    background: transparent linear-gradient(0, #00000046 0%, #54545400 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    height: 50%;
	 border-radius: 16px;
}

article.article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 16px;
	z-index:1
}

/* article.article a.article-image:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

article.article .article-image img:nth-child(2) {
    top: 15px;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: 0;
    filter: blur(15px);
    width: calc(100% - 60px);
    pointer-events: none;
    border-radius: 0;
}

.single-evenement article.article .article-images {
        margin-top: -240px;
}

article.article .article-image .article-image__btn {
	    position: absolute;
    bottom: 0;
    right: 30px;
    line-height: 0;
    -webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 2;
}

article.article .article-images .article-image__text {
   background: #17B158;
    position: relative;
    border-radius: 16px;
    color: #ffffff;
    padding: 22.5px;
    margin: -60px 60px 0 60px;
	z-index: 4
}

article.article .article-images .article-image__text :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0
}

article.article .article-image .article-image__content {
        position: absolute;
    left: 45px;
    right: 45px;
    bottom: 120px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #00000071;
        padding-right: 75px;
	z-index: 2
}

article.article.article--about .article-image .article-image__content {
	    max-width: 360px;
	 left: 30px;
    right: 30px;
	  bottom: 30px;
	z-index: 2;
}

article.article.article--about .article-image .article-image__content:after {
	content: unset;
}
article.article .article-image .article-image__content:after {
    content: url(images/arrow.svg);
    background-color: #17B158;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 20px 19px;
	 -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article a.article-image:hover .article-image__content:after {
	 right: -7.5px;
}

article.article .article-image .article-image__content p:first-child {
    margin-bottom: 0;
    font-weight: 500
}

article.article .article-image .article-image__content *:last-child {
    margin-bottom: 0
}

article.article .article-images {
        position: relative;
}







article.article .article-images .article-image:nth-child(1) {
     aspect-ratio: 8 / 9
}


article.article .article-images .article-image:nth-child(2) {
      margin-left: 45px;
    margin-right: 45px;
    margin-top: -90px;
}

article .article-intro {
    padding-bottom: calc(15px + 1.625vw);
    margin-bottom: calc(15px + 1.625vw);
    position: relative;
}


article .article-intro ul {
    margin-bottom: 0
}

article .article-intro ul li {
    position: relative;
    padding-left: 30px;
}

article .article-intro ul li:before  {
    width: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

article .article-intro ul li.location:before {
    content: url(images/location.svg);
}

article .article-intro ul li.date:before {
    content: url(images/calendar.svg);
}

article .article-intro:before {
       content: '';
    background: #F4F4F4;
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    height: 100vh;
    z-index: -1;

}




article .article-header {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    margin: calc(15px + 1.625vw) -45px;
}

article .article-header:last-child {
    margin-bottom: 0
}

article .article-header:has(.acf-map) {
    margin-left: 0;
    margin-right: 0
}

article .article-header:before {
       content: '';
    background: #F4F4F4;
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 50%;
    height: 150vh;
    z-index: -1;

}


article .article-header .acf-map {
    position: absolute;
    width: 100%;
    height: 100%;
     border-radius: 16px;
}

article .article-header .acf-map :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ol, ul) {
    margin-bottom: 7.5px;
}

article .article-header > img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
     border-radius: 16px;
   
}

article .article-header .article-header__content {
        color: #ffffff;
    z-index: 1;
    position: absolute;
    bottom: 45px;
    left: 45px;
    right: 45px;
    text-shadow: 0px 0px 10px #00000071;
}

article .article-header .article-header__content p:first-child {
    font-weight: 500;
    margin-bottom: 7.5px;
}


article .article-header .article-header__content *:last-child {
    margin-bottom: 0;
}


article .article-gallery {
    margin: calc(15px + 1.625vw) -45px calc(-15px + 1.625vw) -45px;
}


article .article-gallery.article-gallery--margin {
    margin-left: 0;
    margin-right: 0;
}


article .article-gallery .article-gallery__item {
     position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    
}

/*article .article-gallery [class*='col']:not(:nth-child(1), :nth-child(2), :nth-child(3)) .article-gallery__item {
    margin-top: 30px;
}*/

article .article-gallery .article-gallery__item img{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
    position: absolute;
}

article .article-gallery .article-gallery__item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* Downloads */

.downloads {
	margin-bottom: 30px;
}

.downloads .downloads-header {
    margin-bottom: 30px;
}

.downloads .downloads-header h3 {

    margin-bottom: 0

}

.downloads .download {
      box-shadow: 0px 0px 11px #00000029;
   border-radius: 3px;
   padding: 60px 60px 45px 60px;
   display: block;
   text-align: center;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
	    height: calc(100% - 30px);
        position: relative;
	    color: inherit !important;
    text-decoration: none !important;
}

.downloads .download:before {
       content: '';
    background-image: url(images/download.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: 300;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #17B158;
    width: 45px;
    height: 45px;
    padding: 7.5px 0;
    border-radius: 3px;
}



.downloads .download .download-file {
    width: 105px;
    height: 130px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #F4F4F4;
    margin-left: auto;
    margin-right: auto;
    display: block;
	

}

.downloads .download .download-file span {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    font-weight: bold;
}

.downloads .download .download-content {

}

.downloads .download .download-content p{
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
      line-height: 1.25;
}

.downloads .download .download-content span{
    display: block;
    color: #4E4E4E;
    font-size: 14px;
        line-height: 1.25;
}


/* Search */

form.search {
    background: #17B158;
    padding: 22.5px;
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
}


form.search input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

form.search button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: 15px;
}


/* Slick */

.slick-dots {
position: absolute;
    margin-bottom: 0;
    line-height: 1;
    bottom: calc(15px + 1.625vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}


.slick-dots li {
    display: inline-block;
    padding: 0 5px;
}

.slick-dots li button {
        background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000002C;
    font-size: 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 0;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
    background-color: #17B158;
}


.breadcrumbs {
    text-align: right
}

.breadcrumbs .seperator {
        color: #17B158;
    font-weight: 600;
}

/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
       position: relative;
}

.gform_wrapper form .gform_body {


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

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1
}


.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{

}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {

}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
   
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:after {
       position: absolute;
    top: 50%;
    width: 22.5px;
    transform: translateY(-50%);
    right: 15px;
    line-height: 0;
    pointer-events: none;
}


.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
        color: red;
    margin-top: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gform_wrapper form .gform_footer {
	margin-top: 7.5px;
}

.gform_wrapper form .gform_footer img {
    width: 30px;
    display: inline-block;
}

.gform_confirmation_message {
	background: rgb(23 177 88 / 25%);
    padding: 15px;
    border-left: 5px solid #17B158;
    margin-top: 15px;
}



.map-filters{
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: #ffffff;
    padding: 30px;
}

.map-filters ul {
    margin-bottom: 0
}

.map-filters ul li{
    
}

.map-filters ul li:before {
    display: inline-block;
    width: 15px;
    margin-right: 15px;
}


.map-filters ul li input {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.map-filters ul li span {
        content: '';
    width: 22.5px;
    height: 22.5px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #0c75bb;
    border-radius: 5px;
    margin-right: 7.5px;
    vertical-align: middle;
    position: relative;
       
   
}

.map-filters ul li span:before {
    content: url(images/check.svg);
    display: inline-block;
    width: 12.5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    transform: translate(-50%, -50%);
}

.map-filters ul li input:checked + span {
    background-image: linear-gradient(180deg, rgba(9,153,214,1) 0%, rgba(0,73,151,1) 98%, rgba(0,73,151,1) 100%);
    border-color: #ffffff
}

.map-filters ul li input:checked + span:before {
    opacity: 1
}

.map-filters ul li img {
    display: inline-block;
    width: 15px;
    margin-right: 7.5px;
        vertical-align: -3px;
}

/* Footer*/

footer {
       border-top: 1px solid #F4F4F4;
    position: relative;
}

body.page-id-136 footer {
	border-top: 1px solid #F4F4F4;
}

footer .footer-main {
    padding: calc(30px + 1.625vw) 0;
}

footer .footer-main .footer-logo {
    max-width: 250px
}

footer .footer-main .footer-menu {
    margin-bottom: 0;
}

footer .footer-main .footer-menu li a{
    position: relative;
    padding-left: 15px
}

footer .footer-main .footer-menu li a:before {
        content: '';
    background: #17B158;
    display: inline-block;
    width: 4px;
    height: 4px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}


footer .footer-sub {
    background: #F4F4F4;
    padding: 15px 0;
}

footer .footer-sub ul {
    margin-bottom: 0;
}

footer .footer-sub ul li {
    display: inline-block;
}

footer .footer-sub ul li:not(:last-child):after {
       content: '|';
    margin: 0 5px 0 10px;
}

footer .footer-sub [class*="col"]:first-child ul li:not(:last-child):after {
    content: '';
}

/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
       /* margin-top: 22.5px;*/
}

.social-media li {
    display: inline-block;
    margin-right: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
  background: #F4F4F4;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.social-media li a svg {
       width: 20px;
    vertical-align: middle;
    fill: #1D1D1D;
}




/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {
   .single-evenement article.article .article-images {
        margin-top: -210px;
    }
}

@media (max-width: 1200px) {
   
   


}

@media (max-width: 992px) {

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 22.5px;
        padding-left: 22.5px
    }

    .row {
      margin-right: -22.5px;
      margin-left: -22.5px;
    }

    [class*="col"] {
        padding-right: 22.5px;
        padding-left: 22.5px;
    }

    h1,
    .h1 {
        font-size: 32px;
    }

    .h2,
    h2 {
        font-size: 28px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
       font-size: 18px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ol, ul {
        margin-bottom: 15px;
    }
  

    body {
        font-size: 15px;
    }
	.btn + .btn {
		margin-left: 0;
		margin-top: 7.5px;
	}
    header nav.navbar {
    }


    header nav.navbar .navbar-toggler {
        display: block;
    }

    header nav.navbar .navbar-brand {
        max-width: 120px;
    top: 0;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    }

    header .offcanvas-collapse {
        position: fixed;
        top: 0;
        width: 100%;
        overflow-y: auto;
        background:#1D1D1D;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        padding: 75px 15px 15px 15px;
        display: block;
        overflow-y: hidden;
        right: 0px;
        z-index: -1;
        color: #ffffff;
        height: auto;
        text-align: left;
    }

    header .offcanvas-collapse.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navbar .navbar-nav {
        padding: 7.5px 0;
    }

    header nav.navbar .navbar-nav > .nav-item:first-child:before {
        content: '';
    }
    header nav.navbar .navbar-nav > .nav-item > .nav-link,
    header nav.navbar .navbar-nav > .nav-item:first-child > .nav-link {
        display: block;
        margin: 5px 22.5px;
    }

    section.header .header-content {
        margin: calc(75px + 4.6875vw) 0 30px 0;
    }
  

    article .article-header {
        aspect-ratio: 4 / 3;
        margin: calc(15px + 1.625vw) -22.5px;
    }
    article .article-header img {
            border-radius: 0;
    }
	
	article.article .article-content .logos {
		margin: 30px 0 0 0
	}


    article.article .article-content .logos ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
		    margin-left: -22.5px;
    margin-right: -22.5px;
		scroll-behavior: smooth;
    }

     article.article .article-content .logos ul::-webkit-scrollbar {
      display: none;
    }

     article.article .article-content .logos ul li {

        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
/*         max-width: 100%; */
		 max-width: 135px;
    }
	
	article.article .article-content .logos ul li:first-child {
		margin-left: 22.5px;
	}
	
	article.article .article-content .logos ul li:last-child {
		margin-right: 22.5px;
	}


    article.article .article-images {
            margin-top: 22.5px;
    }

    article.article .article-image .article-image__content {
        left: 22.5px;
        right: 22.5px;
            bottom: 90px;
    }

    article.article .article-images .article-image:nth-child(2) {
        margin-left: 22.5px;
        margin-right: 22.5px;
        margin-top: -60px;
    }


    article .article-gallery {
            margin-left: -22.5px !important;
    margin-right: -22.5px !important;
    }

    article .article-gallery .row {
        -ms-flex-wrap: nowrap ;
        flex-wrap: nowrap ;
        overflow-x: scroll;
        margin-right: -7.5px;
        margin-left: -7.5px;
        -ms-overflow-style: none;
        scrollbar-width: none;  
    }

    article .article-gallery .row::-webkit-scrollbar {
      display: none;
    }

    article .article-gallery .row [class*="col"] {
        padding-right: 7.5px;
    padding-left: 7.5px;
    }

    article .article-gallery .row [class*="col"]:first-child {
        margin-left: 22.5px;
    }

    article .article-gallery .row [class*="col"]:last-child {
        margin-right: 22.5px;
    }


    article .article-header .article-header__content {
        bottom: 22.5px;
        left: 22.5px;
        right: 22.5px;
    }

    article .article-header:has(.acf-map) {
   
        margin-bottom: 240px;
    }

    section.cards .cards-header ul.filters li a {
            font-size: 12px;
    }

article.article .article-images:has(.article-image__text) {
    margin-left: -22.5px;
    margin-right: -22.5px;

}

.single-evenement article.article .article-images {
    margin-top: 0;
    margin-bottom: calc(15px + 1.625vw);
}

article.article .article-images:has(.article-image__text) .article-image img {
    border-radius: 0
}

	
	article.article .article-image {
margin-top: 30px;}

    article.article .article-images .article-image__text {
            margin: 0;
                border-radius: 0
    }

    article .article-intro {
        margin-bottom: 0
    }

    .map-filters {
        position: absolute;
        left: unset;
        bottom: 0;
        top: 100%;
        padding: 22.5px 0;
    }

   
    section.cards:has(.cards-slider) {
        padding-bottom: 0
    }

    section.cards:has(.cards-slider) .cards-header {
        padding-bottom: 0
    }

    section.cards .card:hover {
    -webkit-transform: unset;
    transform: unset;
}


    section.cards .cards-slider .slick-list {
        padding: calc(15px + 0.8125vw) 0 calc(30px + 3.125vw) 0;
    }

        .gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.breadcrumbs {
    text-align: left;
}


    footer .footer-main [class*="col"]:not(:last-child):after {
        content: '';
        display: block;
        height: 2px;
        background: #F4F4F4;
        margin: 15px -22.5px;
    }
    footer .footer-main .footer-logo {
        max-width: 180px
    }

    footer .footer-sub {
        text-align: center;
    }

    
}   










