/*!
Theme Name: ctf
Author: ctf
Author URI: https://www.ctf.lu/
Text Domain: ctf
Version: 1.0

*/

::selection {
  background-color: #67CD6E;
  color: #202a39;
}


body, html{
  margin: 0px;
  padding: 0px;
  font-family: 'Nunito', sans-serif;
  color: #505050;
  font-size: 15px;
}
h1 {
  color: #202A39;
  font-size: 35px;
  font-weight: 700;
}
h2 {
  color: #202A39;
  font-size: 27px;
  font-weight: 700;
}
h3 {
  color: #202A39;
  font-size: 21px;
  font-weight: 700;
}
strong {
  font-weight: 800;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
  outline: 0;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

figure {
  margin: 0;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
a {
  color: #202A39;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #202A39;
}

/*
Dashboard
*/
.dashboard .container {
  width: 100%;
  max-width: 100%;
}

#page {
  overflow: hidden;
}

/*
Header
*/
#masthead {
  /* padding: 30px 0px; */
  background-color: #fff;
  /* overflow: hidden; */
}
.dashboard #masthead {
  padding-right: 55px;
  /* overflow: hidden; */
}
#header-logo img {
  width: 120px;
  margin-left: 38px;
}
#account-button a {
  font-weight: 700;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;

  display: flex;
  align-items: center;
}
#account-button a:before {
  content: " ";
  /* position: absolute; */
  left: -54px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #67CD6E;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(assets/images/user.svg);

  display: inline-block;
  margin-right: 10px;
}

#lang-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #202A39;
  margin-left: 16px;
  position: relative;
}
#lang-button a {
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 40px;
  color: #202A39;
  position: absolute;
  z-index: 2;
  top: 0px;
  background-color: #fff;
  background-color: #67CD6E;
}
#lang-button a:first-child {
  display: block;
  position: relative;
  top: 0px;
  background-color: transparent;
  color: #fff;
}
#lang-button a:first-child span {
  content: " ";
  height: 4px;
  width: 11px;
  margin-bottom: 2px;
  display: inline-block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/images/arrow-down.svg);
}

#lang-button:hover a:last-child {
  display: block;
  top: 40px;
  border-radius: 50%;
}


/*
footer
*/
.dashboard footer {
  padding: 0 55px;
}
.partners {
  padding: 60px 0;
  background: #FAFAFA;
}

.partners .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.partners-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners-list a {
  display: inline-block;
  margin-left: 50px;
}
.partners-list img.partner_logo {
  height: 40px;
  width: auto;
}
 @media all and (-ms-high-contrast:none) {
  .partners-list img.partner_logo {
    width: 100%;
  }
 }
footer {
  background-color: #202A39;
  color: #fff;
}

footer h2 {
  color: #fff;
  margin-bottom: 23px;
}
footer a,
footer a:hover {
  transition: color .3s ease;
  color: #fff;
}
footer a:hover {
  color: #67CD6E;
}
footer .site-info>.container {
  /* padding: 64px 83px; */
  padding-top: 64px;
  padding-bottom: 64px;
}


#footer-address,
#footer-tel,
#footer-fax {
  line-height: 28px;
  display: block;
  font-weight: 300;
}
#footer-tel:before,
#footer-fax:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(assets/images/phone.svg);
  display: inline-block;
}
#footer-fax:before {
  background-image: url(assets/images/fax.svg);
}
#mon-gaart {
  float: right;
}
#copyright {
  font-weight: 700;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#copyright .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#copyright .footer-menu li:not(:first-of-type) {
  margin-left: 20px;
}

/*
  Dashboards
  */
.panel-container {
  padding: 35px 50px;
  background-color: #F7F7F7;
}
h1.panel-title {
  margin-bottom: 60px;
}

.panel,
.filter-accordion-content {
  background-color: #fff;
  padding: 56px 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.panel.less-padding {
  padding: 25px 45px;
}
.filter-panel {
  margin-bottom: 37px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #707070;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  color: #202A39;
  outline: none;
  margin-bottom: 40px;
  -webkit-appearance: none;
}
textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  outline: 0;
  width: 100%;
  padding: 5px;
}
input[type="text"]::placeholder,input[type="password"]::placeholder {color: #505050;opacity: 1;}
input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder {color: #505050;}
input[type="text"]::-ms-input-placeholder,input[type="password"]::-ms-input-placeholder {color: #505050;}

input[type="submit"],button,.button {
  display: inline-block;
  background-color: #67CD6E;
  color: #fff;
  border: 2px solid #67CD6E;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 13px;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  outline: none;
}
.button.red {
  background-color: #ED2E61;
  border-color: #ED2E61;
}

input[type="submit"]:hover,button:hover,.button:hover,
input[type="submit"]:active,button:active,.button:active {
  color: #000;
  background-color: #fff;
}

::-webkit-input-placeholder sup {color: #67CD6E;}
:-moz-placeholder sup {color: #67CD6E;}
::-moz-placeholder sup {color: #67CD6E;}
:-ms-input-placeholder sup {color: #67CD6E;}


.error.login {
  font-size: 16px;
  color: #B22222;
  margin-top: 15px;
}

.button_container {
  text-align: right;
  width: 100%;
  padding-right: 15px;
  margin-top: 50px;
}

/* Sidebar */
#dashboard-sidebar {
  width: 330px;
  min-width: 330px;
  background-color: #202A39;
  padding: 34px 0px;
  color: #fff;
  transition: width .3s ease;
}
#dashboard-sidebar .current_user {
  padding-left: 34px;
  padding-right: 34px;
}

#dashboard-content {
  background-color: #F7F7F7;
}
.p-34 {
  padding-left: 34px;
  padding-right: 34px;
}

.dashboard-sidebar-user-icon {
  background-color: #67CD6E;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  margin-right: 23px;
}
.dashboard-sidebar-user-icon img {
  width: 18px;
  height: 18px;
}
.table .dashboard-sidebar-user-icon {
  width: 36px;
  height: 36px;
  line-height: 32px;
}
.table .dashboard-sidebar-user-icon img {
  width: 14px;
  height: 14px;
}
.table th:first-child {
  background-color: #fff;
}
.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    z-index: 1;
}
.table-responsive table:last-child {
  min-width: 1200px;
}
@media(min-width:1740px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}
.dashboard-sidebar-user-name {
  font-weight: 700;
}
.dashboard-sidebar-user-type {
  color: #67CD6E;
  font-weight: 600;
}

.dashboard-menu {
  margin-top: 50px;
}

.dashboard-sidebar-item {
  border-top: 1px solid #37404D;
}

.dashboard-sidebar-item a {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  display: block;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  transition: background .3s ease;
}
.dashboard-sidebar-item:not(.active):hover {
  background-color: #1f3928;
}

.dashboard-sidebar-item:first-child {
  border: 0px;
}

.dashboard-sidebar-icon img {
  width: 15px;
  margin-right: 23px;
}
.dashboard-sidebar-icon img.members {
  width: 18px;
  margin-right: 20px;
}
.dashboard-sidebar-subitems {
  padding-bottom: 23px;
}
.dashboard-sidebar-subitems a {
  padding: 0px;
  line-height: 24px;
  font-weight: 300;
  margin-left: 38px;
  font-size: 12px;
}
.dashboard-sidebar-item.active {
  background-color: #67CD6E;
  color: #fff;
  position: relative;
}

.dashboard-sidebar-item.active:after {
  content: " ";
  background-image: url(assets/images/next.svg);
  width: 7px;
  height: 15px;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 27px;
  top: 25px;
  background-repeat: no-repeat;
  pointer-events: none;
}


.dashboard-sidebar-item.active img {
  filter: brightness(10);
}

.dashboard-sidebar-subitems {
  display: none;
}
.active .dashboard-sidebar-subitems {
  display: block;
}
.dashboard-sidebar-subitems a.active {
  font-weight: 800;
}

#dashboard-sidebar .toggle_sidebar {
  padding: 23px 34px;
}
#toggle_sidebar {
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  line-height: 25px;
  padding: 0;
  border-color: #ffffff;
}
#toggle_sidebar:hover {
  border-color: #67CD6E;
}
#toggle_sidebar img {
  transition: all .2s ease;
}
#toggle_sidebar.minimize img {
  transform: rotate(180deg);
}

/* Toggle Sidebar */
#dashboard-sidebar.minimized {
  width: 50px;
  min-width: 50px
}
#dashboard-sidebar.minimized .current_user {
  padding: 0 7px;
}
#dashboard-sidebar.minimized .dashboard-sidebar-user-icon {
  margin-right: 0;
  height: 36px;
  width: 36px;
}
#dashboard-sidebar.minimized .current_user_name,
#dashboard-sidebar.minimized .dashboard-sidebar-item.active:after,
#dashboard-sidebar.minimized .dashboard-sidebar-subitems,
#dashboard-sidebar.minimized .dashboard-sidebar-item span {
  display: none !important;
}
#dashboard-sidebar.minimized .dashboard-sidebar-icon img {
  margin: 0;
}
#dashboard-sidebar.minimized .dashboard-sidebar-item a {
  padding-right: 15px;
  padding-left: 15px;
}
#dashboard-sidebar.minimized .toggle_sidebar {
  padding-right: 7px;
  padding-left: 7px;
}


/*
Dashboard Content
*/
#dashboard-content {
  padding: 37px 55px;

  width: calc(100% - 330px);
}
#dashboard-content #news-list > .container {
  padding: 0;
}
.dashboard_content .panel {
  margin-bottom: 30px;
}

.panel_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.panel_title h2 {
  font-size: 20px;
  max-width: 50%;
}
.panel_title a {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  color: #67cd6e;
}
.panel_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel_list li {
  display: block;
  padding: 15px 0;
}
.panel_list li:not(:last-of-type) {
  border-bottom: 1px solid rgba(80, 80, 80, 0.1);
}
.panel_list .news_date {
  color: #67CD6E;
  font-weight: 800;
  margin-right: 30px;
}

.panel_list.documents_list li {
  display: flex;
  justify-content: space-between;
}
.panel_list.documents_list a {
  color: #67CD6E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.panel_list.documents_list a img {
  margin-left: 15px;
}

.panel_list.events_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel_list.events_list .event_date {
  font-size: 12px;
}
.panel_list.events_list li a {
  color: #67CD6E;
  font-size: 13.5px;
}

.panel_list.members_list li {
  display: flex;
  justify-content: space-between;
}
.panel_list.members_list .dashboard-sidebar-user-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  margin-right: 15px;
}


/* Add News */
.upload_input {
  margin-bottom: 40px;
}
.upload_input label {
  margin-right: 20px;
}
input[type=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #67CD6E;
  color: #fff;
  border: 2px solid #67CD6E;
  font-size: 18px;
  text-decoration: none;
  padding: 0 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  outline: none;
}
input[type=file]::-webkit-file-upload-button:hover {
  color: #202a39;
  background-color: #ffffff;
  border-color: #67cd6e;
}

.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* MAGAZINES */
.magazines_panel {
  padding-bottom: 26px;
}
.magazines_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.magazine_item {
  margin: 0 30px 30px;
  max-width: 150px;
}
.magazines_list ._df_thumb {
  margin: 0;
  width: 150px;
  height: 209px;
  margin-bottom: 15px;
  /* width: 100%; */
  /* margin-bottom: 30px; */
}
.magazines_list ._df_book-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.magazines_list ._df_book-title {
  display: none !important;
}
.magazine_meta .magazine_title {
  display: block;
  font-weight: 800;
  font-size: 15px;
}
.magazine_meta .magazine_subtitle {
  display: block;
  color: #67CD6E;
  font-size: 13.5px;
  font-weight: 300;
}
/* MODAL */
.df-lightbox-wrapper {
  background: transparent !important;
}
.df-lightbox-wrapper .df-container {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.df-lightbox-close {
  background: #202a39 !important;
}
.df-container.df-floating>.df-ui-next,
.df-container.df-floating>.df-ui-prev {
  opacity: 1 !important;
  border-radius: 50% !important;
  width: 50px !important;
  padding: 0 !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: #67cd6e !important;
}
.ti-close:before {
  color: #ffffff;
}
.df-controls-bottom > .df-ui-prev:before,
.df-controls-bottom > .df-ui-next:before {
  color: #ffffff;
  position: relative;
  top: 10px;
  font-size: 30px;
}


/* Account Settings */
.panel_nav {
  display: flex;
  flex-direction: row;
  border: 0 !important;
}
.panel_nav a.nav-link {
  border: 0 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-right: 2px;
  padding: 12px 15px;
  font-weight: 700;
}
.panel_nav a.nav-link.active {
  color: #67cd6e;
}
.panel_nav a.nav-link:not(.active) {
  background-color: rgba(255, 255, 255, 0.5);
}
.panel_nav a.nav-link:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.settings_panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*
Dashboard Components
*/

.button {
  display: inline-block;
  background-color: #67CD6E;
  color: #fff;
  border: 2px solid #67CD6E;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 13px;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.button.small {
  font-size: 15px;
}
.button:hover {
  color: #202A39;
  background-color: #fff;
}

.button.reverse {
  color: #202A39;
  background-color: #fff;
}
.dashboard_title {
  margin-bottom: 60px;
}
.dashboard_title .panel-title {
  margin-bottom: 0px;
  margin-right: 22px;
}
.dashboard_title .button {
  margin-left: 15px;
}

/*Filters*/
.filter-accordion {
  margin-bottom: 8px;
}
.filter-accordion-title {
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #202A39;
  padding-left: 34px;
  cursor: pointer;
  position: relative;

  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.filter-accordion-title:after {
  content: " ";
  height: 4px;
  width: 11px;
  margin-bottom: 2px;
  position: absolute;;
  right: 27px;
  top: 18px;
  display: inline-block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/images/arrow-down.svg);
}

.filter-accordion-content {
  display: none;
}

.filter-accordion .button {
  margin-top: 15px;
}

label.checkbox,
label.radio {
  position: relative;
  padding-left: 40px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 20px;
  margin: 12px 0px;
  margin-right: 20px;
  cursor: pointer;
}

label.checkbox.standalone {
  height: 20px;
  padding-left: 20px;
  margin: 0px;
}

label.checkbox input,
label.radio input {
  opacity: 0.01;
  z-index: -1;
  position: absolute;
}

label.checkbox:before,
label.radio:before {
  content: " ";
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 0px;
}
label.radio:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
label.checkbox.checked:after,
label.radio.checked:after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 2px;
  background-color: #67CD6E;
}
label.radio:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* select */
.multi-select {
  z-index: 1;
}
.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  align-items: center;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  color: #505050;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
  width: 100%;
  padding-left: 0px;
}

.select-pure__select:after {
  content: " ";
  height: 4px;
  width: 11px;
  margin-bottom: 2px;
  display: inline-block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/images/arrow-down-black.svg);
  position: absolute;
  right: 10px;
}

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #707070;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  min-height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--disabled {
  color: #e4e4e4;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  align-items: 'center';
  background: #67CD6E;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-flex;
  justify-content: 'center';
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  margin-top: 4px;
}

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 14px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

input[type="text"].select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 0px;
}

.select-pure__placeholder--hidden {
  display: none;
}
.table {
  font-size: 15px;
  font-weight: 800;
  color: #505050;
}
.table thead th {
  border: 0px;
  color: #67CD6E;
}
.table td, .table th {
  vertical-align: middle;
}
.table tbody tr:first-child td,
.table tbody tr:first-child th {
  border-top: 0px;
}
.table th:first-child {
  padding-left: 0px;
}
.table td:last-child {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.settings-icon {
  height: 15px;
  display: inline-block;
  margin-top: 2px;
  margin-top: 7px;
}

.settings-icon img {
  height: 100%;
  vertical-align: top;
}

.table label.checkbox.standalone {
  margin-top: 5px;
}

/* Pagination */
.pagination {
  margin-top: 25px;
  text-align: center;
}
.page-numbers {
  padding: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.page-numbers.current {
  color: #67CD6E;
}
.addRowParent {
  text-align: right;
  line-height: 56px;
}
.addRow, .removeRow {
  font-size: 20px;
  color: #67CD6E;
  cursor: pointer;
}
.removeRow {
  color: red;
}
.ui-menu .ui-menu-item {
  background: #fff;
  border-bottom: 1px solid #e4e4e4!important;
  box-sizing: border-box;
  min-height: 44px;
  line-height: 25px;
  padding: 10px;
}
.ui-menu .ui-menu-item.ui-state-focus {
  border-bottom: 1px solid #e4e4e4;margin-bottom: 0px;
}
.removeRow {
  display: none;
}

.addRowParent i {
  margin-left: 5px;
}
input[type="text"].error {
  border-bottom: 2px solid red;
}
.mbutton {
  margin-bottom: 37px;
}
.export_item {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.export_item span {
  cursor: pointer;
}
.export_item>div {
  display: none;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #e4e4e4;
}
.export_item>div a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  min-height: 44px;
  line-height: 20px;
  font-size: 14px;
  padding: 10px;
  z-index: 1;
}
.export_item>div a:last-child {
  border: 0px;
}


/* Buttons */
.btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  color: inherit;
  border-radius: 0%;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn,
.btn span,
.btn-underline span::before,
.btn-underline span::after {
  transition: all .3s ease;
}
.btn-underline span {
  padding-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.btn-underline span::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background: #67CD6E;
}
.btn-underline span:hover {
  color: #67CD6E;
}
/* .btn-underline span:hover::before {
  height: 4px;
} */

.btn-arrow::after {
  content: '';
  width: 12px;
  height: 15px;
  /* top: 5px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(assets/images/arrow-right-green.svg);
  display: inline-block;
  /* position: absolute; */
  margin-left: 10px;
  transform: translateY(3px);
}



/* FIX CONTAINER */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
    max-width: 1260px;
  }

  .hero-slider .slick-dots,
  .hero-slider .container {
    max-width: 1230px;
  }
}

.bg_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}

/* SITE MENU */
nav li {
  position: relative;
}
.main-menu>li {
  padding: 5px 0 10px;
  position: relative;
}
#menu-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  background-color: #1A171B;
  opacity: .9;
  z-index: 2;
}
.nav_settings {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
}
.site-navigation {
  padding: 24px 0;
}
.site-navigation > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* MENU POSITION */
/* body.home .site-navigation,
body.page-template-template-news .site-navigation,
body.tax-section .site-navigation, */
.site-navigation.pos_absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* body.home.admin-bar .site-navigation,
body.page-template-template-news.admin-bar .site-navigation,
body.tax-section.admin-bar .site-navigation, */
body.admin-bar .site-navigation.pos_absolute {
  top: 32px;
}
@media screen and (max-width: 782px) {
  /* body.home.admin-bar .site-navigation,
  body.page-template-template-news.admin-bar .site-navigation,
  body.tax-section.admin-bar .site-navigation, */
  body.admin-bar .site-navigation.pos_absolute {
    top: 46px;
  }
}
/* .site:not(.dashboard) #header-logo img { */
.site:not(.dashboard) #header-logo img {
  margin: 0;
  position: relative;
  z-index: 3;
}
/* body.home .logo,
body.page-template-template-news .logo,
body.tax-section .logo, */
.pos_absolute .logo {
  position: relative;
}
/* body.home .logo::before,
body.page-template-template-news .logo::before,
body.tax-section .logo::before, */
.pos_absolute .logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 335px;
  height: 335px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  -ms-transform: translateX(-50%) translateX(60px) translateY(-200px); /* IE 11 */
  transform: translate(calc(-50% + 60px), -200px);
}
nav.main-navigation {
  padding: 0;
  margin-top: 15px;
}
nav.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* nav.main-navigation ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
}
nav.main-navigation ul.main-menu > li:not(:first-of-type) {
  margin-left: 12px;
}
nav.main-navigation ul.main-menu > li > a {
  padding: 5px 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  transition: all .3s ease;
}
nav.main-navigation ul.main-menu>li.current-menu-item>a,
nav.main-navigation ul.main-menu>li>a:hover {
  color: #67CD6E;
} */

/* body.home #account-button a,
body.tax-section #account-button a,
body.page-template-template-news #account-button a,
body.page-template-template-news nav.main-navigation ul.main-menu>li>a,
body.tax-section nav.main-navigation ul.main-menu>li>a,
body.home nav.main-navigation ul.main-menu>li>a, */
.pos_absolute #account-button a,
.pos_absolute ul.main-menu>li>a {
  color: #ffffff;
}

.container_nav::before {
  content: '';
  height: 40px;
  width: 2px;
  background-color: #67CD6E;
  bottom: 0;
  left: 15px;
  position: absolute;
}


/* Sliders */
/* SLIDER INITIALZE FIX */
.slideshow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.slideshow.slick-initialized {
  max-height: auto;
  height: auto;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots>li {
  display: inline-block;
}
.slick-dots>li:only-child {
  display: none !important;
}
.slide-item {
  outline: none;
}
/* Homepage Slider */
.hero-slider .slide-item {
  position: relative;
  padding-top: 40vw;
  outline: none;
}
/* .hero-slider .slide-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74%;
  background: linear-gradient(#000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.53;
} */
.hero-slider .slick-dots {
  text-align: right;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  list-style: none;
}
.hero-slider .slick-dots li {
  display: inline-block;
}
.hero-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  opacity: .5;
  padding: 0;
  margin: 0 3px;
  outline: 0 !important;
  transition: all .25s ease;
}
.hero-slider .slick-dots li:not(.slick-active) button:hover {
  opacity: .75;
}
.slick-dots li.slick-active button {
  opacity: 1;
  /* width: 12px;
  height: 12px;
  margin: 0 1px; */
  transform: scale(1.3);
}
/* .hero-slider .container {
  max-width: 1230px;
} */
.hero-slider .slide-title {
  background-color: rgba(103, 205, 110, 0.8);
  /* padding: 75px 50px; */
  padding: 75px 35px;
  width: calc(100% / 3);
  width: 33.3333333333%;
  width: 33.5%;
  /* width: 50%; */
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-top-left-radius: 105px;
  border-top-right-radius: 105px;
}
.title_wrapper {
  min-height: 250px;
  padding: 35px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-slider .slide-title h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

/* Site Nav Bar */
.site_nav_action {
  margin-left: auto;
  width: calc(100% / (2 / 3));
  width: 66.6666666667%;
  width: 66.5%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
  margin-left: auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; */
}

/* .site_nav_action ul li {
  display: inline-block;
} */
.site_nav_action .nav_col {
  position: relative;
  display: block;
  background-color: #202A39;
  color: #ffffff;
  text-decoration: none;
  padding: 35px 25px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  /* width: 33; */
}
.site_nav_action .nav_col.city_col {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site_nav_action .nav_col:not(:first-of-type) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.site_nav_action .nav_col svg path {
  fill: #67CD6E;
}
.site_nav_action .nav_col span {
  margin-left: 15px;
}
.site_nav_action .nav_col,
.site_nav_action svg path {
  transition: all .3s ease;
}
.site_nav_action .nav_col:not(.city_col):hover {
  background-color: #67CD6E;
}
.site_nav_action .nav_col:not(.city_col):hover svg path {
  fill: #202A39;
}

/* PAGE HEADER */
.page_header_image {
  position: relative;
  padding-top: 40vw;
  margin-bottom: 60px;
}
.dark_overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74%;
  background: linear-gradient(#000 0%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.53;
}
.page_header_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.page_header_content > .container {
  height: 100%;
  position: relative;
}
.page_header_content h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: #ffffff;
  background-color: rgba(103, 205, 110, 0.8);
  display: inline-flex;
  padding: 60px 60px 60px 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
.page_header_content h1::before {
  content: '';
  display: inline-block;
  top: 0;
  right: calc(100% - 1px);
  right: 100%;
  width: 100vw;
  position: absolute;
  background-color: rgba(103, 205, 110, 0.8);
  height: 100%;
}


/* DEFAULT PAGE */
.qtranxs-available-languages-message {
  opacity: .65;
  font-style: italic;
  font-size: .8em;
}
.default-page {
  margin: 60px;
}


/* Sections */
article.section_post {
  margin-bottom: 60px;
}
.section+.section {
  margin-top: 100px;
}
#section_map {
  height: 525px;
  width: 100%;
}

/* Last News */
.section_more {
  margin: 50px 0 10px;
  text-align: center;
}
.section_more .bth-underline span {
  font-size: 17px;
}
.section h2 {
  font-family: Nunito;
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  color: #505050;
  margin: 0;
  margin-bottom: 50px;
}
/* .news_grid {
  margin-top: 50px;
} */

/* Post Cards */
.card {
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow .3s ease;
}
.card:hover {
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.19);
}
.card:hover .card_image {
  /* opacity: .9; */
  filter: brightness(.9);
}
.card_image {
  padding-top: 65.38%;
}
.card_content {
  padding: 30px;
}
.card_content h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  /* margin-bottom: 18px; */
}
.card_content h3+.card_excerpt {
  margin-top: 18px;
}
.card_excerpt p:last-child {
  margin-bottom: 0;
}
/* .card_content .more_link { */
.more_link {
  display: block;
  color: #67CD6E !important;
}


/* EVENTS */
#events {
  overflow: hidden;
}
#events .events_intro {
  padding: 75px 0;
  position: relative;
}
#events .events_intro::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100%;
  background: #FAFAFA;
}
#events h2,
#events .descr {
  margin-bottom: 50px;
}
#events .descr {
  max-width: 300px;
  max-width: 250px;
}
.events_wrapper {
  margin-top: 75px;
  position: relative;
}
/* .events-slider {
  overflow: hidden;
} */
.events-slider .slick-list {
  margin: 0 -15px;
  /* margin: 0 -11px; */
}
.events-slider .slide-item {
  margin: 0 15px;
  /* margin: 0 11px; */
}

.event_link:hover .event_image {
  /* opacity: .9; */
  filter: brightness(.9);
}
.events_month .event_image,
.events-slider .event_image {
  height: 410px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: all .3s ease;

  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  /* aspect-ratio: 2/1; */
}
.page-template-template-agenda-2-1 .events_month .event_image,
.page-template-template-ratio-2-1 .events-slider .event_image {
  height: auto;
  aspect-ratio: 2/1;
}
.events-slider .event_image_placeholder,
.month_wrapper .event_image_placeholder {
  filter: none !important;
  background: #ffffff;
  border: 3px solid #67cd6e;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* related */
.event_list .event_image_placeholder {
  position: relative;
  filter: none !important;
  background: #ffffff;
}
.event_list:not(.events_month) .event_image_placeholder::after {
  content: '';
  border: 3px solid #67cd6e;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.event_list .event_image_placeholder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event_item h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #505050;
  transition: color .3s ease;
}
.event_item h4 {
  display: none;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #999;
  transition: color .3s ease;
}
.event_date {
  font-weight: 300;
  color: #67cd6e;
  font-size: 18px;

  font-weight: bold;
  font-size: 22px;
}
.events_nav {
  position: absolute;
  top: calc(410px / 2 - 30px);
  left: -200px;
}
.home .events_nav,
.page-template-template-ratio-2-1 .events_nav {
  left: -125px;
  position: static;
  margin-bottom: 20px;
  text-align: center;
}
.home button.event_nav,
.page-template-template-ratio-2-1 button.event_nav {
  width: 35px;
  height: 35px;
  padding: 0;
}
.home button.event_nav svg,
.page-template-template-ratio-2-1 button.event_nav svg {
  transform: scale(.75);
}
button.event_nav {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  transition: all .3s ease;
  opacity: .4;
  background: #67CD6E !important;
}
button.event_nav:not(.slick-disabled) {
  opacity: 1;
}
button.event_nav+button.event_nav {
  margin-left: 15px;
}
button.event_nav:not(.slick-disabled):hover,
button.event_nav:not(.slick-disabled):active {
  opacity: 1;
}
button.event_nav.slick-disabled {
  cursor: not-allowed;
}
button.previous_event svg {
  transform: rotate(180deg);
}

/* PAGE EVENTS */
.month_wrapper {
  margin-bottom: 50px;
}
.month_wrapper h1 {
  color: #67CD6E;
  /* font-size: 40px; */
}
.month_wrapper h2 {
  /* font-size: 34px;
  line-height: 48px; */
  margin-bottom: 30px;
}
.col_nav.events_nav {
  position: absolute;
  top: calc(410px / 2 - 30px);
  left: 50px;
}

/* CONTAINER */
.container_small {
  max-width: 880px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container .container_small {
  max-width: 850px;
  padding-right: 0;
  padding-left: 0;
}

/* SINGLE */
.single_body {
  padding-bottom: 50px;
  margin-top: 40px;
}
.single_content h2 {
  font-size: 27px;
  line-height: 36px;
  margin: 30px 0;
}
/* Actualité */
.single_date {
  font-size: 18px;
  font-weight: 300;
  color: #505050;
  opacity: .4;
  margin-bottom: 50px;
}
.single-actualite .single_content h1 {
  margin-bottom: 15px;
}
/* Évènement */
.single_thumbnail {
  margin-bottom: 60px;
}
.single_thumbnail img {
  border-radius: 20px;
}
.single_meta {
  margin-bottom: 35px;
}
.single_meta .event_meta {
  color: #67CD6E;
  vertical-align: middle;
  align-items: center;
  display: flex;
}
.single_meta .event_meta:not(:first-of-type) {
  margin-left: 30px;
  margin-bottom: 0;
}
.event_action {
  margin-left: 30px;
}
/* #sendParticipation:hover {
  background-color: #202A39;
  color: #ffffff;
} */
#sendParticipation:hover {
  background-color: #67cd6e !important;
  color: #ffffff;
}
#sendParticipation img.spinner {
  max-width: 15px;
  margin-left: 5px;
  padding: 0;
}
.event_action .alert {
  margin-top: 30px;
}
.single_meta img {
  padding-right: 8px;
}
.single_content h1 {
  margin-bottom: 45px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
.single_content a:not(.button) {
  color: #67CD6E;
}
.single_content a:not(.button):hover {
  text-decoration: underline;
}
/* additional content */
.additional_content {
  margin-top: 50px;
  overflow: hidden;
}
.additional_block+.additional_block {
  margin-top: 50px;
}
.block_text h2 {
  font-weight: 900;
  line-height: 37px;
}
.documents_block {
  /* background: rgba(224, 224, 224, 0.1); */
  padding: 45px 0;
  position: relative;
}
.documents_block::after {
  content: '';
  background: rgba(224, 224, 224, 0.1);
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
}
.documents_block h2 {
  margin-bottom: 40px;
}
ul.documents_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.documents_list li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(80, 80, 80, 0.1);
}
ul.documents_list .file_icon {
  text-transform: uppercase;
  color: #67CD6E;
}
ul.documents_list .file_icon svg {
  margin-left: 15px;
}
ul.documents_list a:hover svg path {
  fill: #67CD6E;
}
/* related posts */
.related-posts {
  margin-top: 100px;
}
.related-posts .related_post {
  margin-bottom: 30px;
}
.related-posts h1 {
  text-align: center;
  margin-bottom: 60px;
}
.related_post .card {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.related_post .card_image {
  border-radius: 20px;
}
.related_post .card_content {
  padding: 30px 0 0;
}
.related_post .card_content h3 {
  font-size: 18px;
}
/* Related events */
.event_post {
  margin-bottom: 30px;
}
.event_post .event_image {
  margin-bottom: 25px;
  padding-top: 65.38%;
  border-radius: 20px;
  max-width: 100%;
}


/* Section */
.sec_header .sec_image {
  padding-top: 40vw;
  outline: none;
  position: relative;
}
.section_nav {
  position: relative;
}
.section_nav .sec_title {
  background-color: rgba(103, 205, 110, 0.8);
  padding: 75px 35px;
  width: calc(33.5% - 10px);
  position: absolute;
  bottom: 100%;
  left: 15px;
  border-top-left-radius: 105px;
  border-top-right-radius: 105px;
}
.section_nav .sec_title .sub_title {
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #fff;

}
.section_nav .sec_title h1 {
  color: #ffffff;
  font-size: 42px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin: 0;
}
.section_nav .site_nav_action {
  width: 38%;
}
.section_nav .no_city {
  margin-left: auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.section_description h2 {
  margin-bottom: 60px;
  font-size: 34px;
  line-height: 48px;
}
.section_responsable {
  text-align: center;
}
.responsable_infos {
  position: relative;
  padding: 0 38px 38px 38px;
}
.responsable_infos::before {
  content: '';
  z-index: -1;
  border-radius: 20px;
  background: #fafafa;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 90px;
  display: block;
}
.responsable_icon {
  background-color: #202A39;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  margin: 0 auto 25px;
}
.responsable_name {
  font-size: 23px;
  line-height: 27px;
  font-weight: 800;
  color: #202A39;
}
.responsable_lname {
  text-transform: uppercase;
}
.responsable_role {
  color: #67CD6E;
  font-size: 12px;
}
.responsable_contact {
  margin-top: 40px;
}
.responsable_contact a:not(:last-of-type) {
  margin-bottom: 5px;
}
.responsable_contact a::before {
  content: " ";
  width: 30px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
  transform: translateY(2px);
}
.responsable_contact a.responsable_phone::before {
  background-image: url(assets/images/phone_green.svg);
  background-position: center;
}
.responsable_contact a.responsable_mail::before {
  background-image: url(assets/images/mail_green.svg);
}
.responsable_contact a:hover {
  color: #67CD6E;
}


/* Homepage additional content */
.frontpage_text_image_block.bg_green {
  overflow: hidden;
}
.frontpage_text_image_block.bg_green .block_text {
  background-color: #67cd6e;
}
.frontpage_text_image_block.bg_green .block_text::after {
  content:'';
  position: absolute;
  /* left: 0; */
  bottom: 0;
  width: 100vw;
  height: 100%;
  /* right: 0; */
  background-color: #67CD6E;
  z-index: -1;
}
.frontpage_text_image_block.bg_green .block_text.text_right::after {
  left: 0;
}
.frontpage_text_image_block.bg_green .block_text.text_left::after {
  right: 0;
}
.frontpage_text_image_block+.frontpage_text_image_block {
  margin-top: 0 !important;
}
.frontpage_text_image_block h2 {
  font-size: 34px;
  line-height: 46px;
  color: #202a39;
  margin-bottom: 38px;
  max-width: 455px;
}
.frontpage_text_image_block .block_text.col-md-7 .col_content {
  max-width: 570px;
  padding: 20px 0;
}
.frontpage_text_image_block h2 strong {
  font-weight: 900;
}
.frontpage_text_image_block.block_text {
  position: relative;
}
.block_text .col_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block_text .col_content h1 {
  margin-bottom: 30px;
}
.frontpage_text_image_block.bg_green .block_text .col_content {
  padding: 20px 40px;
}
.col_content ul {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.col_content ul li {
  margin: 10px 10px 10px 0;
}
.col_content ul li:not(:last-of-type) {
  margin-left: 0;
  margin-right: 30px;
}
.bg_green * {
  color: #ffffff !important;
}
.bg_green .btn-underline:hover span {
  color: #202A39 !important;
}
.bg_green .btn-underline span::before {
  background: #ffffff;
}


/* PAGE ACTUALITES */
.page-template-template-news .news_grid {
  margin-bottom: 60px;
}
/* Filters */
.filters {
  line-height: 1;
  margin-bottom: 50px;
}
.ctf-select {
  position: relative;
  display: inline-block;
  margin: 10px;
  margin-left: 25px;
}
.ctf-select:first-of-type {
  margin-left: 0;
}
.ctf-select select {
  display: none;
}
.nice-select {
  background-color: transparent;
  color: #202a39;
  padding: 0 16px 10px 0;
  border: 0;
  border-bottom: 2px solid #67CD6E !important;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  line-height: 1.5;
  height: 32px;
}
.nice-select:after {
  border-bottom: 1px solid #202A39;
  border-right: 1px solid #202A39;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 50%;
  top: 11px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select .current {
  font-weight: 600;
}


/* WOOCOMMERCE */
/* remove float */
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary .woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count .woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
}
/* SHOP */
#shop {
  margin-top: 40px;
}
/* LOOP */
.woocommerce div.product,
.loop_item {
  margin-bottom: 30px;
}
.loop_item .product-thumbnail {
  margin-bottom: 30px;
}
.loop_item .loop_image {
  border-radius: 20px;
}
.loop_item:hover .loop_image {
  filter: brightness(.9);
}
.loop_item .product_description {
  margin-bottom: 30px;
}
/* Single Product */
.single_product_main_content {
  margin-bottom: 20px;
}
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
  max-height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
/* .woocommerce-product-gallery__image a > img {
  margin-top: 50%;
  transform: translateY(-50%);
} */
.product_summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
}
.stock_status {
  margin-bottom: 20px;
}
.stock_badge {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #202a39;
  padding: auto;
  border-radius: 20px;
  background-color: rgba(32, 42, 57, 0.2);
  padding: 3px 10px;
}
.stock_badge.in_stock {
  color: #67CD6E;
  background-color: rgba(103, 205, 110, 0.2);
}
.stock_badge.not_in_stock {
  color: #ED9824;
  background-color: rgba(237, 153, 36, 0.2);
}
h1.product_title {
  margin-bottom: 35px;
}
.price_wrapper {
  display: flex;
  flex-direction: row;
}
.price_wrapper .price_tag {
  text-align: center;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.price_wrapper .price_tag.price_membres {
  border-color: #67CD6E !important;
  margin-left: 20px;
}
.price_wrapper .price_tag span {
  font-size: 35px !important;
  font-weight: 700 !important;
  color: #202A39 !important;
  line-height: 1 !important;
  margin-top: 5px !important;
  display: inline-block;
}
.price_wrapper .price_tag.price_membres span {
  color: #67CD6E !important;
}
p.stock_quantity {
  margin-top: 35px;
}
/* tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel:not(:first-of-type) {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: transparent;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-of-type) {
  margin-right: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 20px;
  font-size: 20px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #67CD6E;
  color: #ffffff;
  padding: 0 20px;
}
.single-product .related.products {
  margin-top: 100px;
}
.single-product .related.products h1 {
  margin-bottom: 50px;
}


/* DEVENIR MEMBRE */
.register-form .ml-0 .wpcf7-list-item {
  margin-left: 0;
}

/* PAGE MAGAZINES - TOUS */
.page-template-template-magazines {
  background-color: #F7F7F7;
}

/* CONTACT */
.contact-content a {
  color: #67CD6E;
}
.page_thumbnail {
  position: relative;
}
.page_thumbnail h1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background-color: rgba(103, 205, 110, 0.8);
  display: inline-block;
  padding: 60px 60px 60px 0;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
.page_thumbnail h1::before {
  content: '';
  display: inline-block;
  top: 0;
  right: calc(100% - 1px);
  right: 100%;
  width: 100vw;
  position: absolute;
  background-color: rgba(103, 205, 110, 0.8);
  height: 100%;
}
.contact_page {
  padding: 30px 0;
}
.wpcf7-form-control:not(.form__btn):not(.wpcf7-acceptance) {
  width: 100%;
  display: block;
  margin-bottom: 30px !important;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap.sujet {
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap.sujet::after {
  content: '';
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  background-image: url(assets/images/arrow-down-black.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: inline-block;
}
.wpcf7-form-control-wrap.sujet select {
  background-color: #ffffff;
  width: 100%;
  padding-right: 30px;
  border: 0px;
  border-bottom: 1px solid #707070;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  color: #202A39;
  outline: none;
  margin-bottom: 40px;
  -webkit-appearance: none;
}
.form__actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__actions .wpcf7-form-control.wpcf7-acceptance {
  margin-bottom: 0;
}
.form-contact .wpcf7-acceptance label {
  cursor: pointer;
  margin-left: 8px;
}
.form-contact .wpcf7-list-item-label a {
  color: #67cd6e;
  font-weight: bold;
  text-decoration: none;
}
.wpcf7-not-valid {
  border-color: #ff0040 !important;
}
.wpcf7-not-valid-tip {
  color: #ff0040;
  font-size: .6em;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.wpcf7 form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
  border: 0;
  border-radius: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ff0040;
  color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #67cd6e;
  color: #ffffff;
}


/* SERVICES */
.service_item {
  margin-bottom: 30px;
}
.service_item .service_image {
  padding-top: 65.40%;
  border-radius: 20px;
  position: relative;
}
.service_item:hover .service_image {
  filter: brightness(.8);
}
.service_title_wrapper {
  position: relative;
}
.service_item h2 {
  position: absolute;
  font-size: 27px;
  line-height: 36px;
  left: 15px;
  left: 0;
  max-width: 90%;
  bottom: 0;
  background: #ffffff;
  border-top-right-radius: 20px;
  margin: 0;
  padding: 35px 25px;
}


/* PAGE COMITES */
#comites {
  margin-bottom: 60px;
}
nav.compite_nav {
  margin-bottom: 60px;
}
nav.compite_nav .nav {
  border: 0;
}
nav.compite_nav a.nav-link {
  display: inline-block !important;
  text-decoration: none;
  background-color: transparent;
  border: 0 !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 34px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  transition: all .3s ease;
  opacity: .2;
}
nav.compite_nav a.nav-link:not(:first-of-type) {
  margin-left: 50px;
}
nav.compite_nav a.nav-link.active {
  color: #67CD6E;
  opacity: 1;
}
nav.compite_nav a.nav-link:not(.active):hover {
  color: #67CD6E;
  opacity: .6;
}
.comite_item {
  margin-bottom: 30px;
}
.comite_photo {
  margin-bottom: 30px;
}
.comite_photo figure {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.comite_photo figure.comite_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100px;
}
.comite_photo figure.comite_thumbnail_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 3px solid #67cd6e;
}
.comite_item h3 {
  margin-bottom: 5px;
}
.comite_role {
  font-weight: 300;
  color: #67cd6e;
  margin-bottom: 10px;
}
.comite_city {
  font-size: 12px;
  font-style: italic;
}


/* CTF MAP */
body.page-template-template-map .page_header_image {
  margin-bottom: 0;
}
#ctf_map {
  height: 700px;
  background-color: #ffffff;
}
.carte_filters {
  padding: 45px 30px 45px 45px;
  padding: 45px;
  overflow-y: auto;
  background: #FAFAFA;
  height: 100%;
  max-height: 700px;
}
.carte_filters::-webkit-scrollbar,
.infowindow_content::-webkit-scrollbar {
  width: 8px;
}
.carte_filters::-webkit-scrollbar-track,
.infowindow_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.carte_filters::-webkit-scrollbar-thumb,
.infowindow_content::-webkit-scrollbar-thumb {
  background: #67CD6E;
}
.carte_filters::-webkit-scrollbar-thumb:hover,
.infowindow_content::-webkit-scrollbar-thumb:hover {
  background: #67CD6E;
}
.infowindow_description a {
  color: #67CD6E !important;
}
.infowindow_description a:hover {
  text-decoration: underline;
}
.carte_filters .filter_parent:not(:last-of-type) {
  margin-bottom: 35px;
}
.carte_filters h3 {
  padding-bottom: 10px;
}
/* .carte_filters .type_jardin.is-closed ul { */
/* .carte_filters .type_jardin ul {
  display: none;
} */
.carte_filters h4 {
  cursor: pointer;
  color: #67CD6E;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  padding-right: 10px;
}
.carte_filters h4::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  transform: rotate(180deg);
  transition: transform .25s ease;
}
.carte_filters .type_jardin.is-closed h4::after {
  transform: rotate(0deg);
}
.carte_filters .type_jardin:not(:last-of-type) ul {
  margin-bottom: 25px;
}
/* Toggle group */
.filter_parent input[type="checkbox"],
.filter_parent input[type="radio"] {
  position: absolute;
  visibility: hidden !important;
  display: none;
}
.filter_parent label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-right: 35px;
  margin: 0;
}
.filter_parent input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 26px;
  height: 14px;
  right: 0px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
}
.filter_parent input[type="checkbox"]+label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  right: 12px;
  background: #cacaca;
  border-radius: 50%;
  transition: all 200ms ease-out;
}
.filter_parent input[type="checkbox"]:checked+label:after {
  right: 0px;
  background: #67CD6E;
}


.filter_parent:not(.is-active) {
  opacity: .25;
}
.carte_filters ul.filter_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carte_filters ul.filter_list li {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.carte_filters ul.filter_list li span {
  cursor: pointer;
  vertical-align: middle;
  padding-right: 20px;
  display: inline-block;
  width: calc(100% - 30px);
  transition: all 0.3s ease;
}
.carte_filters ul.filter_list li:hover span {
  color: #67CD6E;
}
.carte_filters ul.filter_list li img {
  float: right;
}
/* info window */
.map_col {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.close_infowindow {
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.infowindow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;

  width: 365px;
  right: -365px;
  right: -105%;
  background-color: rgba(32, 42, 57, 0.95);
  transition: all .3s ease;
}
.infowindow_image {
  height: 215px;
}
.infowindow_content {
  overflow-y: auto;
  color: #ffffff;
  padding: 30px 50px;
  height: calc(100% - 215px);
}
.infowindow_content,
.infowindow_content p {
  font-size: 12px;
}
.infowindow_content * {
  color: #ffffff;
}
.infowindow_content h1 {
  color: #67CD6E;
  font-size: 21px;
  margin-bottom: 27px;
}
.infowindow_content h2 {
  font-size: 15px;
}
.infowindow_action .button.small {
  margin-top: 37px;
  font-size: 12px;
  transition: all .3s ease;
}

/* GDPR */
@media screen and (min-width: 768px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background-color: #011629 !important;
  background-color: #ffffff !important;
  background-color: transparent !important;
  border: 0 !important;
  bottom: 10px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  max-width: 1000px;
  background: #67CD6E;
  background: rgba(103, 205, 110, 0.99);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 15px;
  padding: 15px 25px !important;
  margin: 10px 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-shadow: rgb(60 64 67 / 80%) 0px 0px 2px 0px, rgb(60 64 67 / 30%) 0px 2px 6px 2px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
  color: #323E49 !important;
  color: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  border: 2px solid #202A39 !important;
  background-color: #202A39 !important;
  color: #ffffff !important;
  margin: 0 auto !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
  font-size: 12px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  padding: 8px 25px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
  border-color: #202A39 !important;
  color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  border-color: #202A39 !important;
  /* background-color: #202A39 !important; */
  color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover {
  color: #ffffff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  background-color: transparent !important;
  color: #202A39 !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
  background-color: #202A39 !important;
  color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
  background-color: #202A39 !important;
  color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  background-color: #202A39 !important;
  color: #67CD6E !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
  border-width: 2px !important;
  height: 45px !important;
  min-width: 175px !important;
  padding: 0 !important;
  padding: 0 15px !important;
}

.moove-gdpr-branding {
  display: none !important;
}

@media (max-width: 500px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    text-align: center !important;
    height: 130px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    bottom: 130px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    float: none !important;
    margin: 5px 0 !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn.gdpr-fbo-1  {
  margin-left: 5px !important;
}




/* RESPONSIVE */
/* TOGGLE MENU */
.menu-hamburger {
  display: none;
  z-index: 110;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* margin-top: -6px; */
  width: 48px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background .25s ease-out;
  -webkit-transition: background .25s ease-out;
  -moz-transition: background .25s ease-out;
  -ms-transition: background .25s ease-out;
  -o-transition: background .25s ease-out;
}
.menu-hamburger:focus {
  outline: none;
}
.menu-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  right: 6px;
  left: 6px;
  height: 5px;
  background: #202A39;
}
.menu-hamburger span::before,
.menu-hamburger span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #202A39;
}
.menu-hamburger.is-active span::before,
.menu-hamburger.is-active span::after {
  background-color: #202A39;
}
.menu-hamburger span::before {
  top: -10px;
}
.menu-hamburger span::after {
  bottom: -10px;
}
.menu-hamburger--x span::before,
.menu-hamburger--x span::after {
  transition-duration: .25s, .25s;
  transition-delay: .25s, 0s;
}
.menu-hamburger--x span::before {
  transition-property: top, transform;
}
.menu-hamburger--x span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
/* .menu-hamburger--x.is-active {
  background-color:  $c-hamburger--x-active-bgcolor;
}
.menu-hamburger--x.is-active:hover {
  background-color:  $c-hamburger--x-active-bgcolor-hover;
} */
.menu-hamburger--x.is-active span {
  background: none;
}
.menu-hamburger--x.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-hamburger--x.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-hamburger--x.is-active span::before,
.menu-hamburger--x.is-active span::after {
  transition-delay: 0s, .25s;
}

@media (min-width: 576px) {
  .container_small {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container_small {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container_small {
    max-width: 880px;
  }
}
@media (min-width: 993px) {
  #menu-item-128241:hover > ul.sub-menu {
    opacity: .7 !important;
  }


  .hero-slider .slick-dots,
  .hero-slider .container {
    max-width: 930px;
    max-width: 1230px;
  }


  .mobile-overlay {
    display: none !important;
  }
  #menu-right {
    display: block !important;
  }

  nav.main-navigation ul.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
  }
  nav.main-navigation ul.main-menu>li:not(:first-of-type) {
    margin-left: 12px;
  }
  nav.main-navigation ul.main-menu>li>a {
    padding: 5px 0;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    transition: all .3s ease;
  }
  nav.main-navigation ul.main-menu li.current-menu-item>a,
  nav.main-navigation ul.main-menu li>a:hover,
  nav.main-navigation ul.main-menu li.current-menu-parent > a {
    color: #67CD6E;
  }

  nav.main-navigation ul.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    /* overflow: hidden; */
    padding: 0;
    pointer-events: none;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 9;
    left: 50%;
    min-width: 220px;
    /* height: 163px; */
    border-radius: 15px;
    /* padding: 15px 0; */
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
  }
  nav.main-navigation ul.sub-menu a {
    padding: 5px 20px;
  }
  .main-menu>li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  ul.sub-menu:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ffffff;
    border-width: 0 5px 7px;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  ul.sub-menu li {
    margin: 0;
    font-weight: 600;
  }
  ul.sub-menu li a {
    display: block;
  }
  ul.sub-menu li:not(:last-of-type) {
    /* border-bottom: 1px solid #F0F0F0; */
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
  ul.main-menu ul.sub-menu > li {
    margin: 0;
    padding: 7px 0;
  }
  ul.sub-menu li:not(:last-of-type)::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #F0F0F0;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  ul.sub-menu li.menu-item-has-children a {
    padding-right: 10px;
  }
  ul.sub-menu li a:hover {
    color: #67CD6E;
  }
  ul.sub-menu li.menu-item-has-children a.toggle-dropdown {
    padding: 0;
  }
  /* 3th level menu */
  .sub-menu>li.menu-item-has-children::after {
    content: " ";
    position: absolute;
    top: 10px;
    top: 17px;
    right: 20px;
    height: 11px;
    width: 11px;
    margin-bottom: 2px;
    display: inline-block;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(assets/images/arrow-left_black.svg);
  }
  .sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  ul.sub-menu ul.sub-menu {
    top: 0;
    transform: none;
    left: calc(100%);
  }
  ul.sub-menu ul.sub-menu::before {
    content: none;
  }
}
@media (max-width: 992px) {
  body.mobile-menu-active {
    overflow: hidden;
  }
  .menu-hamburger {
    display: block;
  }
  #menu-right {
    display: none;
    z-index: 101;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    background-color: #67cd6e;
    text-transform: uppercase;
    position: absolute;
  }

  .pos_absolute .logo::before {
    display: none;
  }
  #header-logo img {
    max-height: 80px;
    width: auto;
  }

  .nav_settings {
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #account-button span {
    display: none;
  }
  #account-button a:before {
    background-color: #202a39;
  }

  #lang-button:hover a:last-child {
    background-color: #ffffff;
  }

  .site-navigation {
    position: relative !important;
    top: 0 !important;
    background-color: #ffffff;
    padding: 15px 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3 !important;
  }
  nav.main-navigation,
  .site-navigation ul.main-menu {
    display: block !important;
    margin: 0;
  }
  nav.main-navigation {
    margin-top: 15px;
  }
  .site-navigation li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 !important;
    /* text-align: center; */
    color: #1A171B;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
  }
  .site-navigation ul.main-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .site-navigation li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.25); */
  }
  /* .site-navigation li:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  } */
  .site-navigation li a {
    display: block;
    padding: 7px 15px;
    color: #ffffff;
    /* padding-right: 48px; */
  }
  .site-navigation li.current-menu-item > a {
    color: #086245 !important;
  }

  /* toggle sub menu */
  .toggle-dropdown {
    display: inline-block !important;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background-color: #005652;
    z-index: 111 !important;
    font-weight: 900 !important;
    color: #005652;
  }
  a.toggle-dropdown {
    /* pointer-events: none; */
    padding: 0 !important;
    text-align: center !important;
  }
  .site-navigation li.current-menu-item a.toggle-dropdown {
    color: #ffffff !important;
  }
  .toggle-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
  }
  nav.nav .main-menu >li.menu-item-has-children.is-active>.toggle-dropdown:after {
    content: "\f077";
  }
  nav.nav .main-menu >li.menu-item-has-children>a.toggle-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078" !important;
    padding: 0 !important;
    font-size: 18px !important;
    color: #005652;
  }
  nav.nav .main-menu >li.menu-item-has-children.is-active>a.toggle-dropdown:after {
    content: "\f077" !important;
  }

  .site_nav_action {
    width: 100% !important;
  }
  .container_nav::before {
    content: none;
  }

  nav.main-navigation ul.sub-menu {
    display: none;
    margin-left: 0;
  }
  nav.main-navigation ul.sub-menu li {
    padding-left: 15px;
  }
  nav.main-navigation ul.sub-menu ul li {
    padding-left: 15px;
  }

  .hero-slider .slide-item {
    min-height: 400px;
    padding-top: 0;
  }
  /* .hero-slider .slide-item > .container {
    bottom: 0;
    position: absolute !important;
  } */
  .hero-slider .slide-title {
    left: 15px;
    width: calc(100% - 30px);
    width: calc(55% - 30px);
    bottom: -400px;
  }
  .title_wrapper {
    min-height: auto;
  }
  .hero-slider .slide-title h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-slider .slick-dots {
    max-width: 690px;
  }

  .frontpage_text_image_block h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .filters {
    margin-bottom: 30px;
  }

  .events_nav {
    left: -150px;
  }
  .events_nav {
    position: static;
    margin: 10px 0;
    text-align: center;
  }
  button.event_nav {
    width: 50px;
    height: 50px;
  }

  .page_header_image {
    margin-bottom: 40px;
  }
  .page_header_content h1 {
    padding: 30px 45px 30px 0;
  }
  .default-page {
    margin: 40px 0;
  }

  .service_item h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 15px 20px;
  }

  .contact_page {
    padding-top: 0;
  }
  .page_thumbnail {
    margin-bottom: 40px;
  }
  .page_thumbnail h1 {
    padding: 30px 45px 30px 0;
  }


  /* DASHBOARD */
  #dashboard-sidebar {
    width: 250px;
    min-width: 250px;
  }
  #dashboard-content,
  .panel.less-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .hero-slider .slick-dots {
    max-width: 510px;
  }
  .section_nav .sec_title,
  .hero-slider .slide-title {
    width: calc(75% - 30px);
    padding: 25px !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .section_nav .sec_title h1,
  .hero-slider .slide-title h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .site_nav_action {
    margin-bottom: 50px;
  }

  .section h2 {
    margin-bottom: 30px;
  }

  .frontpage_text_image_block.bg_green .block_text .col_content {
    padding: 25px;
  }
  .frontpage_text_image_block h2 {
    margin-bottom: 15px;
  }
  .col_content ul {
    margin-top: 15px;
  }

  #events .events_intro {
    padding: 50px 0;
  }
  .events_wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
  }
  .col_nav.events_nav,
  .events_nav {
    position: static;
    margin: 10px 0;
    text-align: center;
  }
  button.event_nav {
    width: 45px;
    height: 45px;
    padding: 0;
  }

  .section_more {
    margin: 50px 0 10px;
  }

  .section+.section {
    margin-top: 50px;
  }

  .single_thumbnail {
    margin-bottom: 35px;
  }
  .default-page h1,
  .single_content h1,
  .single-product .related.products h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .single-product .related.products h1,
  .single_date {
    margin-bottom: 30px;
  }

  .block_text h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .block_text h2 br {
    display: none;
  }

  .additional_block+.additional_block {
    margin-top: 50px;
  }

  .text_image_block .block_image {
    margin-bottom: 25px;
  }

  .related-posts {
    margin-top: 50px;
  }
  .related-posts h1 {
    margin-bottom: 30px;
  }
  .related-posts .related_post:last-of-type {
    margin-bottom: 0;
  }

  .partners > .container {
    display: block;
  }
  .partners-list {
    margin-top: 30px;
  }
  .partners-list a:first-of-type {
    margin-left: 0;
  }

  .partners,
  footer .site-info>.container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }
  .woocommerce-tabs {
    margin-top: 30px;
  }
  .single-product .related.products {
    margin-top: 40px;
  }

  .section_responsable {
    margin-bottom: 40px;
  }
  .section_description h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .contact_page .form__actions {
    display: block;
  }
  .contact_page .form__actions .form__submit {
    margin: 0 5px;
    flex-direction: row !important;
  }

  #footer-address,
  #mon-gaart,
  #copyright nav.footer-menu {
    margin-bottom: 30px;
  }
  #mon-gaart {
    float: none;
  }
  #copyright {
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .carte_filters {
    max-height: 350px;
    border-bottom: 15px solid #FAFAFA;
    border: 15px solid #FAFAFA;
    padding: 15px;
  }

  /* Dashboard */
  /* #dashboard-sidebar {
    left: -200px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    height: 100%;
    transition: all .3s ease;

    position: fixed;
  }
  #dashboard-content {
    padding-left: calc(15px + 50px);
  } */

  #dashboard-sidebar {
    width: 50px;
    min-width: 50px
  }
  #dashboard-sidebar .current_user {
    padding: 0 7px;
  }
  #dashboard-sidebar .dashboard-sidebar-user-icon {
    margin-right: 0;
    height: 36px;
    width: 36px;
  }
  #dashboard-sidebar .current_user_name,
  #dashboard-sidebar .dashboard-sidebar-item.active:after,
  #dashboard-sidebar .dashboard-sidebar-subitems,
  #dashboard-sidebar .dashboard-sidebar-item span {
    display: none !important;
  }
  #dashboard-sidebar .dashboard-sidebar-icon img {
    margin: 0;
  }
  #dashboard-sidebar .dashboard-sidebar-item a {
    padding-right: 15px;
    padding-left: 15px;
  }
  #dashboard-sidebar .toggle_sidebar {
    padding-right: 7px;
    padding-left: 7px;
  }
  #toggle_sidebar {
    display: none;
  }
  .filter-accordion-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .hero-slider .slick-dots {
    max-width: 100%;
    padding: 0 15px;
  }

  .site_nav_action .nav_col {
    border: 0;
  }
  .site_nav_action .nav_col:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page_header_content h1 {
    padding: 20px 35px 20px 0;
  }

  .partners {
    text-align: center;
  }
  .partners-list {
    flex-direction: column;
  }
  .partners-list a {
    margin-left: 0;
  }
  .partners-list a:not(:last-of-type) {
    margin-bottom: 30px;
  }

  footer {
    text-align: center;
  }
  #copyright .footer-menu {
    flex-direction: column;
  }
  #copyright .footer-menu li {
    margin: 3px 0 !important;
  }

  /* Dashboard */
  .dashboard #masthead {
    padding-right: 0;
  }
  #header-logo img {
    margin-left: 0;
  }
  #dashboard-content .dashboard_title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .dashboard_title .panel-title {
    margin: 0;
    margin-bottom: 20px;
  }
  .dashboard_title .button {
    margin: 0;
  }
  .mbutton .mbutton_item {
    margin-bottom: 10px;
  }

  .single_meta .event_meta {
    display: block;
    margin-left: 0 !important;
    width: 100%;
        justify-content: center;
  }
  .single_meta .event_meta:not(:last-of-type) {
    margin-bottom: 15px !important;
  }
  .event_action {
    display: block !important;
    margin: 0 auto;
    text-align: center;
  }
  .event_action .alert {
    margin-top: 20px;
  }

}






.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select.ninja-forms-field:focus {
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  background: transparent !important;
}

.nf-form-content select.ninja-forms-field[multiple]:focus,
.nf-form-content select.ninja-forms-field[multiple],
.nf-form-content textarea {
  border-radius: 10px !important;
  border: 1px solid #707070 !important;
}
.nf-form-content label {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.listcheckbox-wrap .nf-field-element label:before {
  font-size: 16px !important;
}
.listcheckbox-container .nf-field-element label:before {
  top: 2px !important;
  left: -26px !important;
}
.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
  background-color: #fff !important;
}
.listradio-wrap .nf-field-element label:after {
  border: 1px solid #c4c4c4 !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
    bottom: 6px !important;
    top: auto !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  float: right !important;
  background-color: #67CD6E !important;
  border: 2px solid #67CD6E !important;
  border-radius: 50px !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  background-color: #fff !important;
  color: #67CD6E !important;
}
.nf-form-content .list-select-wrap>div div:after {
  font-size: 10px !important;
}
.nf-form-fields-required {
  margin-bottom: 50px !important;
}


.popup_layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(32, 42, 57, 0.7);
  z-index: 1001;
}
.popup {
  background-color: #fff;
  width: 90%;
  max-width: 820px;
  max-height: 90%;
  padding: 80px 65px;
  border-radius: 48px;
  position: relative;
}
.popup h1 {
  margin-bottom: 25px;
}
.inner_popup {
  overflow: auto;
  height: 100%;
}
.popup .popup_close {
  position: absolute;
  background-color: #67CD6E;
  width: 63px;
  height: 63px;
  top: -23px;
  right: -23px;
  border-radius: 50%;
  cursor: pointer;
}
.popup .popup_close:after {
  content: " ";
  background-image: url(assets/images/popup_close.svg);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  background-size: contain;
}


/* map */
.p-relative {position: relative;}
.map_filter_container {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 360px;
  left: 50%;
  margin-left: -620px;
}
.carte_filters {
  width: 100%;
  height: 80%;
  top: 10%;
  position: absolute;
  border-radius: 24px;
}
.carte_filters {
  overflow: inherit;
}
.carte_filters_list {
  overflow: auto;
  height: 100%;
}

.carte_filters_list::-webkit-scrollbar-thumb {
    background: #67CD6E;
}
.carte_filters_list::-webkit-scrollbar {
    width: 8px;
}
.carte_filters {
  padding-right: 30px;
}
.carte_filters_list {
  padding-right: 15px;
}
.new-filter {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  border-left: 1px solid #CECECE;
  padding: 0px 75px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
  color: #202A39;
}
.new-filter:first-child {
  border: 0px;
}
.new-filter.active {
  color: #FAFAFA;
  background-color: #202A39;
}
.new-filters {
  font-size:0;
}
.filter_parent input[type="checkbox"]+label:before,
.filter_parent input[type="checkbox"]+label:after {
  display: none;
}

.filter_parent label {
  cursor: auto;
}
@media only screen and (max-width: 1260px)  {
  .map_filter_container {
    margin-left: 0px;
    left: 20px;

  }
}
@media only screen and (max-width: 991px)  {
  .map_filter_container {
    display: none;
  }
  .new-filters {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .new-filter  {
    width: 100%;
    border: 0px;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
  }

}

.wpcf7 label {
  display: block;
  width: 100%;
}

.wpcf7 .select {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #707070;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  outline: none;
  margin-bottom: 40px;
  position: relative;
  display: block;
}

.wpcf7-list-item {
  margin: 0px;;
}

.wpcf7 .select:before {
  width: 10px;
  content: " ";
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(assets/images/a-down.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  z-index: 999;
}

.wpcf7 .select select {
  width: 110%;
  height: 43px;
  line-height: 43px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  color: #202A39;
  padding-left: 10px;
  padding-right: 30px;
}
.wpcf7 span.red {
  color: red;
}
