/*
Theme Name: Sidor
Author: IDP
Text Domain: sidor
*/

/* COLORS */
:root {
  /* OFFICIAL */
  --mainGreen: #399c3f;
  --softGreen: rgba(238, 246, 237, 0.95);
  --softGreenNoOpacity: #eef6ed;
  --gray: rgba(248, 248, 248, 0.95);
  --yellow: #fcea10;
  --black: #313131;
}

::selection {
  background-color: var(--mainGreen);
  color: #ffffff;
}

/* FONTS */
@font-face {
  font-family: "Advanced Dot Digital-7";
  src: url("assets/fonts/AdvancedDotDigital-7V2.eot");
  src: local("☺"),
    url("assets/fonts/AdvancedDotDigital-7V2.woff") format("woff"),
    url("assets/fonts/AdvancedDotDigital-7V2.ttf") format("truetype"),
    url("assets/fonts/AdvancedDotDigital-7V2.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Letter Gothic Std";
  src: url("assets/fonts/LetterGothicStd.eot");
  src: local("☺"), url("assets/fonts/LetterGothicStd.woff") format("woff"),
    url("assets/fonts/LetterGothicStd.ttf") format("truetype"),
    url("assets/fonts/LetterGothicStd.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Letter Gothic Std Bold";
  src: url("assets/fonts/LetterGothicStd-Bold.eot");
  src: local("☺"), url("assets/fonts/LetterGothicStd-Bold.woff") format("woff"),
    url("assets/fonts/LetterGothicStd-Bold.ttf") format("truetype"),
    url("assets/fonts/LetterGothicStd-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic LT Std";
  src: url("assets/fonts/TradeGothicNextLTPro-Cn.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TradeGothicNextLTPro-Cn.woff") format("woff"),
    url("assets/fonts/TradeGothicNextLTPro-Cn.ttf") format("truetype"),
    url("assets/fonts/TradeGothicNextLTPro-Cn.svg#TradeGothicNextLTPro-Cn")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Std Light";
  src: url("fonts/TradeGothicLTStd-Light.eot");
  src: local("☺"),
    url("assets/fonts/TradeGothicLTStd-Light.woff") format("woff"),
    url("assets/fonts/TradeGothicLTStd-Light.ttf") format("truetype"),
    url("assets/fonts/TradeGothicLTStd-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Std Regular";
  src: url("assets/fonts/TradeGothicLTStd-Regular.eot");
  src: local("☺"),
    url("assets/fonts/TradeGothicLTStd-Regular.woff") format("woff"),
    url("assets/fonts/TradeGothicLTStd-Regular.ttf") format("truetype"),
    url("assets/fonts/TradeGothicLTStd-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Std Bold";
  src: url("fonts/TradeGothicLTStd-Bold.eot");
  src: local("☺"), url("assets/fonts/TradeGothicLTStd-Bold.woff") format("woff"),
    url("assets/fonts/TradeGothicLTStd-Bold.ttf") format("truetype"),
    url("assets/fonts/TradeGothicLTStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Trade Gothic LT Std Bold No. 2";
  src: url("assets/fonts/TradeGothicLTStd-Bd2.eot");
  src: local("☺"), url("assets/fonts/TradeGothicLTStd-Bd2.woff") format("woff"),
    url("assets/fonts/TradeGothicLTStd-Bd2.ttf") format("truetype"),
    url("assets/fonts/TradeGothicLTStd-Bd2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic LT Std Bold Condensed No. 20";
  src: url("assets/fonts/TradeGothicLTStd-BdCn20.eot");
  src: local("☺"),
    url("assets/fonts/TradeGothicLTStd-BdCn20.woff") format("woff"),
    url("assets/fonts/TradeGothicLTStd-BdCn20.ttf") format("truetype"),
    url("assets/fonts/TradeGothicLTStd-BdCn20.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* GLOBAL */
* {
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  color: var(--black);
  font-family: "Trade Gothic LT Std Light", Sans-Serif;
  font-size: 16px;
  line-height: 25px;
}
body.disable-scroll {
  overflow: hidden;
}
img {
  max-width: 100%;
}
.container {
  max-width: calc(1195px + 30px);
  max-width: calc(1195px + 18px);
}
.row {
  margin-right: -9px;
  margin-left: -9px;
}
.container,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 9px;
  padding-right: 9px;
}
body,
em,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
p,
small,
strong,
sub,
sup,
blockquote {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
}
a {
  color: var(--mainGreen);
}
p + p {
  margin-top: 10px;
}
p {
  margin-bottom: 25px;
  word-wrap: break-word;
}
h1 {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
h2 {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 24px;
  line-height: 34px;
}
h3 {
  font-family: "Trade Gothic LT Std Bold No. 2", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h4 {
  font-family: "Trade Gothic LT Std Bold No. 2", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.08em;
}
h5 {
  font-family: "Trade Gothic LT Std Bold", Sans-Serif;
  font-size: 20px;
  line-height: 28px;
  color: var(--mainGreen);
}
footer ul,
.vertical_social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
svg.dots-icon > path {
  fill: var(--black);
  stroke: var(--black);
}
.hide {
  display: none;
}
.gray-bg {
  background-color: var(--gray);
}
.green-bg {
  background-color: var(--softGreen);
}
/* MARGINS */
.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb60 {
  padding-bottom: 60px;
}
/* BUTTONS */
.btn {
  display: inline-block;
  color: var(--mainGreen);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: left;
  border-radius: 0;
}
.btn.focus,
.btn:focus,
.sidor-modal .modal-header .close:focus,
button:focus {
  outline: 0;
  box-shadow: inherit;
}
.btn-search:focus {
  outline: 0 !important;
  box-shadow: inherit !important;
}
.btn-green {
  background-color: var(--mainGreen);
  color: #ffffff;
}
.btn-green svg path {
  fill: #ffffff;
}
.btn.btn-simple {
  padding: 0;
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Trade Gothic LT Std Bold No. 2", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: var(--mainGreen);
}
li .btn.btn-simple {
  display: inline-block;
  margin: 0;
}
.btn.btn-simple i {
  display: none;
  margin-left: 25px;
  -webkit-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}
.btn.btn-simple:hover i {
  margin-left: 30px;
}
.btn.btn.btn-simple::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 13px;
  /* fontfix */
  /* line-height: 15px; */
  line-height: 20px;
  padding-left: 5px;
  -webkit-transition: padding-left 0.25s ease-out;
  -o-transition: padding-left 0.25s ease-out;
  transition: padding-left 0.25s ease-out;
  position: absolute;
}
.btn.btn.btn-simple:hover::after {
  padding-left: 10px;
}
.btn.btn-simple.small {
  text-transform: inherit;
}
.btn.btn-simple.small::after {
  /* content: none !important; */
  font-size: 11px;
}
.btn.btn-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--mainGreen);
  padding: 8px;
  padding: 0;
  font-size: 20px;
  /* line-height: 29px; */
  line-height: 40px;
  text-align: center;
  -webkit-transition: background-color 0.25s ease-out,
    border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* .btn.btn-round svg {
  height: 21px;
  width: 21px;
} */
.btn.btn-round:hover {
  color: #ffffff;
  background-color: var(--mainGreen);
}
.btn.btn-round:hover path,
.btn.btn-round:hover ellipse {
  fill: #ffffff;
}
.btn.btn-more {
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 30px;
  border-radius: 30px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  text-align: left;
  text-align: center;
  line-height: 41px;
  border: 1px solid var(--mainGreen);
  -webkit-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;

  /* fix */
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  min-height: 43px;
}
.text-center .btn.btn-more {
  margin: 0 auto;
}
.btn.btn-more:hover {
  background-color: var(--mainGreen);
  color: #ffffff;
}
.btn.btn-more.white {
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.25s ease-out,
    border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.btn.btn-more.white:hover {
  background-color: #ffffff;
  color: var(--mainGreen);
}

/* INPUT */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(47, 47, 47, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(47, 47, 47, 0.5);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(47, 47, 47, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(47, 47, 47, 0.5);
}
/* input:focus {
  outline: 0;
  box-shadow: inherit;
} */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #919191;
  padding: 14px;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #2f2f2f;
  width: 100%;
  border-radius: 0;
  font-family: "Trade Gothic LT Std", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 55px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}
.select .wpcf7-form-control-wrap.objet:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 15px;
  line-height: 55px;
  position: absolute;
  right: 15px;
  color: var(--mainGreen);
}
textarea {
  width: 100%;
}

/* Contact form 7 */
.wpcf7-form label {
  font-family: "Letter Gothic Std", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2f2f2f;
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7-form .btn {
  width: auto;
}
/* checkbox */
span.check label {
  font-family: "Trade Gothic LT Std Light", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: var(--black);
}
.wpcf7-form .wpcf7-form-control-wrap.check .wpcf7-list-item {
  margin-left: 30px;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  opacity: 0;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label:before {
  position: absolute;
  top: -3px;
  left: 0;
  left: -32px;
  content: "";
  width: 18px;
  height: 18px;
  /* background: #fff; */
  border: 1px solid #919191;
  z-index: 1;
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  border-color: var(--mainGreen);
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -3px;
  left: -31px;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: 900;
  color: var(--mainGreen);
}
div.wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: right;
}
input.wpcf7-not-valid,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #ff0000;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  border: 0;
  padding: 0;
  color: var(--mainGreen);
}
div.wpcf7-mail-sent-ok {
  color: var(--mainGreen);
}
div.wpcf7-validation-errors {
  color: #ff0000;
}

/* SELECT DROPDOWN */
.sidor-select {
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
  /* width: 225px; */
  min-width: 225px;
  width: auto;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.25s ease;
  position: relative;
  font-size: 14px;
  height: 100%;
  text-align: left;
  height: 43px;
  border: 1px solid var(--mainGreen);
  background: transparent;
}
.sidor-select .select {
  cursor: pointer;
  display: block;
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 41px;
  color: var(--mainGreen);
}
.sidor-select span {
  padding-right: 15px;
}
.sidor-select .select > i {
  font-size: 15px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  float: right;
  line-height: 41px;
}
.sidor-select:focus {
  outline: 0;
}
.sidor-select:focus,
.sidor-select:hover {
  background-color: var(--mainGreen);
}
.sidor-select:focus span,
.sidor-select:focus i,
.sidor-select:hover span,
.sidor-select:hover i {
  color: #ffffff;
}
/* .sidor-select:active {
  background-color: #f8f8f8;
} */
.sidor-select.active .select > i {
  transform: rotate(-180deg);
}
.sidor-select .sidor-select-menu {
  position: absolute;
  background-color: #fff;
  color: var(--mainGreen);
  width: 100%;
  top: calc(100% + 2px);
  left: 0;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  max-height: 182px;
  overflow-y: auto;
  z-index: 9;
}
.sidor-select .sidor-select-menu li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.sidor-select .sidor-select-menu {
  padding: 0;
  list-style: none;
}
.sidor-select .sidor-select-menu li:hover,
.sidor-select .sidor-select-menu li:active {
  background-color: var(--softGreen);
}

/* HEADER */
.site-bar {
  background-color: var(--softGreenNoOpacity);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 8px 6px;

  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--mainGreen);
}
.site-bar a,
.site-bar a:hover {
  color: var(--mainGreen);
}
.site-bar .mes-dechets {
  position: relative;
  display: inline-block;
}
.site-bar .mes-dechets::after {
  content: "|";
  width: 0;
  padding-left: 10px;
}
/* Language Switcher */
.sidor-select.language-switcher {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  display: inline-block;
  border: 0;
  border-radius: 0;
  min-width: inherit;
  background-color: inherit;
  margin: 0;
  padding-left: 8px;
  height: auto;
  line-height: 1.5;
}
.sidor-select.language-switcher:hover {
  background-color: inherit;
}
.sidor-select.language-switcher:hover span,
.sidor-select.language-switcher:hover i {
  color: var(--mainGreen);
}
.sidor-select.language-switcher .select {
  padding: 0;
  line-height: 1.5;
  height: auto;
}
.sidor-select.language-switcher span {
  padding-right: 5px;
  line-height: 1.5;
}
.sidor-select.language-switcher i {
  font-size: 11px;
  line-height: 1.5;
}
.sidor-select.language-switcher .sidor-select-menu {
  top: calc(100% + 8px);
}
.sidor-select.language-switcher .sidor-select-menu li {
  padding: 10px 5px;
  text-align: center;
}

#wpadminbar {
  position: fixed;
  top: 0;
}
body.admin-bar .site-navigation {
  margin-top: 32px;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16); */
}
#page {
  margin-top: 104px;
}
.logo {
  /* position: absolute;
	top: -24px; */
  height: 56px;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}
.logo img {
  height: 80px;
  width: 80px;
}

/* PAGE-HEADER */
.sidor-header {
  width: 100%;
  height: 425px;
}
.error404 .sidor-header {
  display: none !important;
}
.sidor-header .video,
.sidor-header .image {
  height: 100%;
  width: 100%;
  position: relative;
}
.video svg#yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 87px;
  z-index: 1;
}
.sidor-header .image::after {
  content: "";
}
/* .sidor-header .image::after,
.video .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  transition: 0.25s ease-in-out;
} */
.sidor-header .iframe-container iframe,
.sidor-header iframe {
  height: 100%;
  width: 100%;
}
.bg-img-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img-center-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* MOBILE MENU */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(57, 156, 63)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
  padding: 0;
  border: 0;
}
.mobile-menu-wrapper {
  position: fixed;
  right: 0px;
  z-index: 20;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: rgba(37, 48, 70, 0.5);
}
.mobile-menu {
  /* position: fixed;
  right: 0px;
  z-index: 20;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px; */
  /* height: 100%; */
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  text-align: center;
  /* background-image: linear-gradient(225deg, rgb(0, 255, 149) 0%, rgb(46, 200, 174) 100%); */
}
body.admin-bar .mobile-menu-wrapper {
  top: 32px;
}
.mobile-menu .menu-header {
  position: relative;
  margin-bottom: 30px;
}
.mobile-menu .language-switcher {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
}
.mobile-menu .open-search {
  position: absolute;
  top: 35px;
}
.mobile-menu .searchform {
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  right: inherit;
  -ms-transform: translateX(100%);
  transform: translateX(-100%);
  z-index: 25;
}
.mobile-menu .language-switcher .select,
.mobile-menu .language-switcher .sidor-select-menu li {
  font-size: 16px;
  line-height: 22px;
}
.mobile-menu .sidor-select.language-switcher i {
  line-height: 20px;
}
.mobile-menu .sidor-select .sidor-select-menu {
  background-color: var(--mainGreen);
  color: #ffffff;
}
.mobile-menu .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.mobile-menu .logo {
  text-align: center;
  display: inline-block;
  transform: inherit !important;
}
.mobile-menu .logo {
  height: 67px;
}
.mobile-menu .logo img {
  height: 67px !important;
  width: auto;
}
@media screen and (max-height: 600px) {
  .mobile-menu .menu-body {
    overflow-y: scroll;
    max-height: 50vh;
  }
}
.mobile-menu .menu-body .menu-group h4 {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 18px;
  line-height: 26px;
}
.mobile-menu .menu-body .menu-group a {
  color: var(--black);
}
.mobile-menu .menu-body .menu-group ul {
  padding: 0;
}

.mobile-menu .menu-body ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.mobile-menu .menu-body ul.social-links li + li {
  margin-left: 10px;
}

/* MENU */
.navbar {
  padding: 14px 0.5rem;
  padding: 6px 0.5rem;
}
.navbar ul {
  list-style: none;
}
.navbar ul li {
  position: relative;
}
.navbar ul#main-menu > li {
  white-space: nowrap;
}
.navbar ul.navbar-nav > li {
  margin: 0 20px;
}
/* .navbar ul.navbar-nav > li.menu-item-has-children {
  margin-right: 55px;
} */
.navbar ul.navbar-nav > li a.mission-zero,
.navbar ul.navbar-nav > li a.nav-link.mission-zero {
  padding: 6px 0.5rem;
}
.nav-link.mission-zero img,
.mission-zero img {
  height: 15px;
  width: auto;
}
.navbar-light .navbar-nav a,
.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: var(--mainGreen);
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
  font-size: 16px;
  line-height: 22px;
  padding: 0.5rem;
  display: block;
}
.navbar-light .navbar-nav li.current-menu-item a {
  font-family: "Trade Gothic LT Std Regular", Sans-Serif;
  line-height: 24px;
}
.navbar-light .navbar-nav .sub-menu a {
  font-size: 14px;
  line-height: 20px;
}
.navbar-light .navbar-nav a:hover {
  text-decoration: inherit;
}
.navbar-nav li.menu-item-has-children > a:after,
.navbar-nav a.dropdown-toggle:after {
  border: 0 !important;
  margin: 0 !important;
  vertical-align: inherit !important;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 12px;
  line-height: 22px;
  padding-left: 3px;
  position: absolute;
}
.navbar li.menu-item-has-children > .sub-menu {
  width: 100%;
}
.navbar-nav .sub-menu li:hover {
  background-color: var(--softGreen);
}
.navbar-nav .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid var(--softGreen);
}
/* searchbox */
.menu-search {
  position: relative;
}
.menu-search .icon-wrapper {
  width: 22px;
  height: 22px;
  width: 23px;
  height: 23px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  margin-top: -3px;
}
.menu-search .icon-wrapper span {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.15s ease-in-out;
}
.menu-search .icon-wrapper span svg {
  width: 22px;
  height: 22px;
}
span.close-icon svg {
  height: 20px;
}
.menu-search .icon-wrapper span.close-icon {
  left: 100%;
}
.menu-search.open span.search-icon {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-search.open span.close-icon {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navbar .searchform {
  position: absolute;
  pointer-events: none;
  right: -100px;
  top: calc(100% + 13px);
  z-index: 6;
  display: block;
  right: 0;
  background: var(--softGreen);
  padding: 0.5rem;
  text-align: right;
  min-width: 300px;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.25s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.25s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
.searchform.visible {
  pointer-events: inherit;
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.searchform input {
  width: calc(100% - 57px);
}
.searchform #go-search {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  overflow: hidden;
  min-width: 0;
  position: relative;
  border: none;
  text-align: center;
}
.searchform input {
  width: 300px;

  max-width: 100%;
}
/* vertical social links */
.vertical_social-links {
  position: absolute;
  top: calc(100% + 25px);
  right: 30px;
}
.vertical_social-links .social-item + .social-item {
  margin-top: 10px;
}

/* PAGE CONTENT */
/* breadcrumbs */
.breadcrumbs-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}
.breadcrumbs-nav svg {
  margin-top: -3px;
}
.breadcrumbs-nav span {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  margin: 0 11px;
  position: relative;
  color: var(--mainGreen);
}
.breadcrumbs-nav span:first-of-type {
  margin-left: 8px;
}
.breadcrumbs-nav a,
.breadcrumbs-nav .black {
  color: #2f2f2f;
}
.breadcrumbs-nav span:not(:last-of-type):after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: black;
  position: absolute;
  top: calc(50% - 4px);
  right: -13px;
}
/* 2 Columns */
.column1,
.column2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 9px;
}
.column1 {
  max-width: calc(790px + 18px);
  max-width: 66.6117065%;
}
.column2 {
  max-width: calc(350px + 18px);
  max-width: 30.3380049%;
}

/* Intro - */
#intro {
  position: relative;
}

body.home #intro {
  margin-bottom: 60px;
}
#intro .column1,
#intro .column2 {
  margin-top: -70px;
}
/* encadre jaune */
.encadre-jaune {
  background-color: rgba(252, 234, 16, 0.95);
  padding: 35px;
}
.encadre-jaune .btn.btn-simple {
  margin-top: 0;
}
.encadre-jaune svg.dots-icon {
  margin: 20px 0;
}
/* liste syndicats */
.liste-syndicats {
  margin-top: 20px;
  padding: 30px;
}
.liste-syndicats h3,
.liste-syndicats h4 {
  margin-bottom: 20px;
}
/* image */
#intro figure.column-image {
  text-align: center;
}
#intro figure.column-image img {
  max-width: 300px;
  width: 100%;
}
.column2 div.map-regions {
  /* margin-left: 20px;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); */
  overflow: hidden;
}
.column2 div.map-regions,
.column2 div:first-of-type figure.column-image {
  margin-top: 110px;
}
/* texte */
#intro .block-text {
  padding: 0;
  min-height: inherit !important;
}
#intro .media {
  position: relative;
}
#intro .media .video {
  padding-top: 61.17%;
  width: 100%;
}

/* encadre vert */
.encadre-vert {
  background-color: var(--mainGreen);
  padding: 35px;
}
.encadre-vert * {
  color: #ffffff;
}
.encadre-vert h2 {
  font-family: "Advanced Dot Digital-7", sans-serif;
  font-size: 50px;
  line-height: 61px;
  color: #ffffff;
  margin-bottom: 40px;
}
.encadre-vert figure {
  margin-bottom: 30px;
}
.encadre-vert .btn {
  width: 100%;
  text-align: center;
}

/* Communes */
#municipalities .gray-bg {
  margin-top: 40px;
}
#municipalities .sidor-select {
  margin-top: 20px;
}
img.map-arrow {
  position: absolute;
  top: -100px;
  left: 45%;
  pointer-events: none;
}
svg#communes-map {
  width: 100%;
}
svg#communes-map path.city {
  fill: var(--yellow);
  stroke: #ffffff;
  cursor: pointer;
  -webkit-transition: fill 0.15s ease-out;
  -o-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}
svg#communes-map text {
  pointer-events: none;
  font-size: 9px;
  font-family: "TradeGothicLTStd-BdCn20", "Trade Gothic LT Std", Sans-Serif;
  fill: var(--black);
}
svg#communes-map path.city:not(.disabled):hover {
  fill: var(--mainGreen);
}
svg#communes-map g.fusion:hover path.city {
  fill: var(--mainGreen);
}

/* Map Regions */
svg#regions-map path.region {
  -webkit-transition: fill 0.15s ease-out;
  -o-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}
svg#regions-map path.region:hover {
  fill: var(--mainGreen);
}
svg#regions-map .text,
svg#regions-map text {
  pointer-events: none;
}

/* Citation */
.citation {
  padding: 40px 35px;
  position: relative;
}
.citation.green-bg {
  background-color: var(--softGreenNoOpacity);
}
.citation span {
  display: block;
  position: relative;
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
  font-size: 30px;
  line-height: 35px;
  color: var(--mainGreen);
  padding: 20px 0;
  border-top: 1px solid var(--mainGreen);
  border-bottom: 1px solid var(--mainGreen);
}
/* blockquote:after, blockquote:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--mainGreen);
  position: absolute;
  left: 0;
}
blockquote:before {
  top: 0;
  max-width: 90px;
}
blockquote:after {
  bottom: 0;
} */
.citation .rocket {
  background-color: var(--softGreen);
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
.citation figure {
  transform: rotate(-14deg);
}

/* Slider */
.sidor-slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.sidor-slider .slide-item {
  text-align: center;
  padding: 0 10px;
  outline: 0;
}
.sidor-slider .slide-item a {
  outline: 0;
  display: inline-block;
}
.sidor-slider .slick-prev {
  left: 0;
}
.sidor-slider .slick-next {
  right: 0;
}
.slick-prev:before,
.slick-next:before {
  color: var(--mainGreen);
  transition: all .3s ease-out;
}
.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)";
}
@media (max-width: 520px) {
  .sidor-slider {
    padding: 0 20px;
  }
}

/* Liste infos */
#list-infos {
  padding: 40px 30px;
}
#list-infos .info-card:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--mainGreen);
}
#list-infos .info-card h3 {
  margin-bottom: 0.5rem;
}
#list-infos .info-content {
  line-height: 22px;
}
#list-infos .info-content p:last-child {
  margin: 0;
}
#list-infos blockquote {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 16px;
  line-height: 22px;
}
#list-infos .info-content strong {
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
}
#list-infos .icone img {
  max-height: 35px;
  width: auto;
  margin-bottom: 25px;
}
#list-infos .btn {
  margin-top: 30px;
}

/* Block text - image */
.block-text {
  padding: 40px 35px;
  padding-bottom: 60px;
  min-height: 475px;
}
#municipalities .block-text {
  min-height: auto;
}
.block-text svg.dots-icon {
  margin-top: 10px;
  margin-bottom: 40px;
}
.block-image {
  height: 100%;
}
.block-image img {
  display: block;
  width: 100%;
  max-height: 475px;
  width: auto;
}

/* Liste de blocks */
#block-list #block-img-text {
  margin-bottom: 18px;
}

/* Block Text + Liste */
#block-text .cards {
  margin-bottom: 30px;
}
#block-text .sidor-card-wrapper:nth-child(n + 4) .sidor-card {
  margin-top: 30px;
}
#block-text .card-header {
  border: 0;
  padding: 25px 30px;
  margin-bottom: 10px;
}
#block-text .card-header h3 {
  margin-bottom: 5px;
}
#block-text .small-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-text .small-card .card-body a {
  color: #000;
}
#block-text .small-card .card-body a:hover {
  text-decoration: none;
  color: var(--mainGreen);
}

#block-text .card-header img {
  height: 26px;
  width: auto;
  margin-bottom: 30px;
}
#block-text .card-body {
  border: 0;
  padding: 10px 30px;
  min-height: 80px;
}
#block-text .big-card .card-body {
  padding: 30px;
}
#block-text .card-body p {
  margin: 0;
}
#block-text .card-body p strong {
  font-family: "Trade Gothic LT Std Bold", sans-serif;
}
#block-text .card-body ul {
  list-style: none;
  margin-top: 5px;
  padding-left: 1.5rem;
}
#block-text .card-body ul li {
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
#block-text .card-body ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: var(--black);
  top: calc(50% - 2px);
  left: -10px;
}

/* Last News */
#last-news {
  padding-top: 50px;
  position: relative;
}
#last-news .rocket {
  position: absolute;
  left: 0;
  top: 0;
}
.header-text {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-bottom: 40px;
}
.header-text.full-width {
  max-width: inherit !important;
}
#last-new .header-text {
  margin-bottom: 40px;
}
.header-text p {
  max-width: 500px;
  margin: 0 auto;
}
#last-news h2 {
  margin-bottom: 15px;
}
#last-news svg.dots-icon {
  margin-bottom: 20px;
}
#last-news img {
  width: 100%;
  height: 100%;
}
.see-more {
  text-align: center;
  padding-top: 10px;
}
.see-more a {
  text-align: center;
}

/* Actualite Box */
.actualite-box {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* .actualite-box:hover  {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: var(--softGreen);
} */
.actualite-box.communique-de-presse {
  background-color: var(--gray);
}
.actualite-box.actualites {
  background-color: var(--softGreenNoOpacity);
}
.actualite-box.articles-de-presse {
  background-color: #fffddf;
}
.actualite-box .actu-info {
  width: 100%;
  /* new update */
  height: 100%;
  /* text-align: center; */
  /* padding: 30px; */
}
.actualite-box .actu-info h2 {
  margin-bottom: 10px;
}
.actualite-box .actu-meta,
.actualite-box .actu-excerpt {
  margin-bottom: 20px;
}
.actualite-box svg.dots-icon {
  margin-bottom: 40px !important;
}
.actualite-box .actu-category-icon svg {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
/* new update */
/* .actualite-box .actu-meta {
  min-height: 105px;
}
.actualite-box .actu-meta h4 {
  max-width: 300px;
  margin: 0 auto;
} */
.actualite-box .actu-meta span {
  display: block;
  /* new update */
  font-family: "Letter Gothic Std", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #2f2f2f;
}
.actualite-box .actu-category-wrap span {
  display: inline-block;
}
.actualite-box .actu-meta span.actu-separator {
  position: relative;
  margin: 0 12px;
}
.actualite-box .actu-meta span.actu-separator::before {
  content: "";
  position: absolute;
  background: #2f2f2f;
  width: 4px;
  height: 4px;
  left: -2px;
  /* top: 7px; */
  top: -1px;
}

/* Gestes simples */
#gestes-simples .gestes-categories a {
  color: var(--mainGreen);
  padding: 5px 30px;
  border-bottom: 3px solid var(--softGreenNoOpacity);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#gestes-simples .gestes-categories a:hover {
  border-color: var(--mainGreen);
}
#gestes-simples .gestes-categories a.active {
  border-bottom: 3px solid var(--mainGreen);
}
.geste-item {
  padding: 25px;
  margin-bottom: 18px;
}
.geste-item h4 {
  margin-bottom: 5px;
}

/* Conseils */
.conseil-item-wrapper {
  margin-bottom: 18px;
}
.conseil-item {
  padding: 0;
  font-family: "Letter Gothic Std Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;

  background-color: var(--mainGreen);
  /* width: 280px; */
  height: 100%;
}

.conseil-item .content {
  padding: 35px 20px;
}
.conseil-item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.conseil-item h3 {
  margin-bottom: 10px;
}
.conseil-item span {
  display: block;
}
/* #conseils .conseils-list .conseil-item-wrapper:nth-of-type(even),
#conseils .conseils-list .conseil-item:nth-of-type(even),
#conseils .conseils-list > div:nth-of-type(even) .conseil-item {
  background-color: var(--yellow);
  color: var(--mainGreen);
} */
.conseil-item.yellow {
  background-color: var(--yellow);
  color: var(--mainGreen);
}

/* Map */
.map .header-text {
  max-width: inherit;
}

/* SINGLE */
.single-actualite .site-content {
  margin-top: 20px;
}
.single-actualite .article-header .dots-icon {
  margin: 20px 0;
}
.single-actualite .article-content p {
  line-height: 26px;
}
.single-actualite .article-content iframe {
  max-width: 100%;
}
.single-actualite .article-content ul {
  margin-top: 15px;
}
.single-actualite .article-galerie a.galerie-item {
  width: calc(50% - 16px);
}
.single-actualite .article-galerie .galerie-image {
  padding-top: 66.53%;
  background-position: top center;
}
.single-actualite .post-navigation .nav-links .nav-previous {
  float: left;
}
.single-actualite .post-navigation .nav-links .nav-next {
  float: right;
}
.single-actualite .post-navigation .nav-links:before,
.single-actualite .post-navigation .nav-links:after {
  display: table;
  content: " ";
}
.single-actualite .post-navigation .nav-links:after {
  clear: both;
}
.pagination-nav .page-numbers:hover,
.single-actualite .post-navigation .nav-links a:hover {
  text-decoration: inherit;
}
.pagination-nav .page-numbers .btn.btn-simple::after,
.single-actualite .post-navigation .nav-links .btn.btn-simple::after {
  content: none;
}
.pagination-nav .page-numbers .btn.btn-simple i,
.single-actualite .post-navigation .nav-links .btn.btn-simple i {
  display: inline-block;
  margin: 0;
}
.pagination-nav .page-numbers.next .btn.btn-simple i,
.single-actualite .post-navigation .nav-links .nav-next .btn.btn-simple i {
  margin-left: 10px;
}
.single-actualite
  .post-navigation
  .nav-links
  .nav-next
  .btn.btn-simple:hover
  i {
  margin-left: 12px;
}
.pagination-nav .page-numbers.prev .btn.btn-simple i,
.single-actualite .post-navigation .nav-links .nav-previous .btn.btn-simple i {
  margin-right: 10px;
}
.single-actualite
  .post-navigation
  .nav-links
  .nav-previous
  .btn.btn-simple:hover
  i {
  margin-right: 12px;
}
.get-pdf {
  padding: 30px;
}
.get-pdf .icon-wrapper {
  margin: 30px auto;
}

/* PAGE ACTUALITES */

body.page-template-template-actualites #intro {
  margin-bottom: 20px;
  margin-bottom: 0;
}
.actualites-list {
  background-size: contain;
  background-position: center bottom -100px;
}
.actualites-list .actu-filters {
  margin-bottom: 25px;
}
/* .actualites-list .actu-filters .sidor-select {
  min-width: 225px;
  width: auto;
} */
/* .actualites-list .actu-filters .sidor-select .sidor-select-menu {
  max-height: 182px;
} */
.actualites-list article {
  margin-bottom: 18px;
}
.actualites-list .actualite-box,
#last-news .actualite-box,
.other-news .actualite-box {
  height: 100%;
  /* new update */
  padding: 40px;
}
.actualite-box .actu-thumbnail,
.actualite-box .actu-thumbnail {
  /* padding-top: 72.02%; */
  padding-top: 70%;
  background-size: contain;
}
/* Pagination */
.page-numbers.prev {
  margin-right: 8px;
}
.page-numbers.next {
  margin-left: 8px;
}
.page-numbers:not(.next):not(.prev):not(.dots) {
  width: 36px;
  height: 36px;
  /* fontfix */
  /* line-height: 38px; */
  line-height: 34px;
  border-radius: 50%;
  font-family: "Trade Gothic LT Std Bold No. 2", Sans-Serif;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  color: var(--mainGreen);
  border: 1px solid var(--mainGreen);
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: inherit !important;
  margin: 0 4px;
}
.page-numbers.current:not(.next):not(.prev):not(.dots) {
  color: #ffffff;
  background-color: var(--mainGreen);
}
.page-numbers:not(.next):not(.prev):not(.dots):hover {
  color: #ffffff;
  background-color: var(--mainGreen);
}
.page-numbers.dots {
  line-height: 32px;
  margin: 0 4px;
}
.page-numbers .btn.btn-simple {
  margin: 0;
  line-height: 38px;
}

/* PAGE TEXTE */
.page-template-template-page-texte .article-header .dots-icon {
  margin-top: 10px;
  margin-bottom: 40px;
}
.page-template-template-page-texte .article-header .dots-icon {
  margin-top: 10px;
  margin-bottom: 40px;
}
.article-content h3 {
  margin-bottom: 5px;
}
.article-content p {
  margin: 0;
}
.article-content p + h3,
.article-content p + p {
  margin-top: 25px;
}

/* PAGE ERROR 404 */
.error-404 {
  /* background-repeat-y: no-repeat;
  background-position: center; */
  background-size: contain;
}
.error-404 img.sachet404 {
  max-height: 665px;
}

/* PAGE RECHERCHE */
.search-results article {
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.search-results article:not(:last-of-type) {
  border-bottom: 1px solid var(--softGreen);
}
.search-results article p:last-of-type {
  margin-bottom: 10px;
}
.search-results article .btn.btn-simple {
  margin-top: 10px;
}

/* FOOTER */
/* Pre-Footer */
.pre-footer {
  padding: 40px 0;
  background-color: var(--yellow);
}
#footer-missionzero.pre-footer {
  padding: 80px 0;
  background-color: var(--yellow);
}
#accompagnement .mail-icon {
  margin-bottom: 40px;
}
#accompagnement h2 {
  max-width: 555px;
  margin: 0 auto;
}
#accompagnement .dots-icon {
  margin-top: 10px;
}
#footer-missionzero p {
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 20px;
  line-height: 28px;
}
/* Main footer */
footer .widget-area {
  background-color: var(--mainGreen);
  padding: 40px 0;
  color: #ffffff;
}
footer ul {
  padding: 0;
}
footer ul > li {
  display: block;
}
footer ul > li > a {
  font-family: "Trade Gothic LT Std Regular", Sans-Serif;
  color: #ffffff;
}
footer ul > li > a:hover,
footer ul > li > a:focus {
  color: #ffffff;
}
.widget-area .widget-title {
  margin-bottom: 20px;
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 18px;
  text-align: left;
}
/* dots separtor */
.widget-area svg.dots-icon {
  margin-bottom: 20px;
}
.widget-area svg.dots-icon.yellow > path {
  fill: var(--yellow);
  stroke: var(--yellow);
}
/* social-links */
footer ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
footer ul.social-links li + li {
  margin-left: 10px;
}
.widget.widget_media_image {
  margin-bottom: 40px;
}
.textwidget p {
  font-family: "Trade Gothic LT Std Bold", Sans-Serif;
}
.textwidget p:last-of-type {
  margin-bottom: 0;
}
/* Mobile Footer Menu */
footer .footermenu {
  padding-bottom: 20px;
}
footer .mobile-footer-menu h4 > a {
  color: #ffffff;
}
footer .mobile-footer-menu .dots-icon:last-of-type {
  display: none;
}
footer .mobile-footer-menu .dots-icon {
  margin-top: 10px;
}
footer .mobile-footer-menu a {
  margin-bottom: 20px;
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 18px;
  text-align: left;
}
footer .mobile-footer-menu .btn.btn-round {
  margin-bottom: 10px;
}
/* site-info */
.site-info {
  padding: 10px 0;
  font-family: "Letter Gothic Std Bold", Sans-Serif;
  font-size: 12px;
  line-height: 16px;
}
.site-info,
.site-info a,
.site-info a:hover {
  color: var(--mainGreen);
}
.site-info a {
  text-decoration: underline;
}

/* GPDR */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: var(--yellow) !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: var(--mainGreen) !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-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 {
  border-radius: 30px !important;
  transition: 0.25s ease-in-out;
  background-color: transparent !important;
  color: var(--mainGreen) !important;
  border: 1px solid var(--mainGreen) !important;
}
#moove_gdpr_cookie_info_bar
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  a.mgbutton:hover,
#moove_gdpr_cookie_info_bar
  .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.moove-gdpr-modal-allow-all:hover,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-footer-content
  .moove-gdpr-button-holder
  button.mgbutton.moove-gdpr-modal-allow-all:hover,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  i,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  span.gdpr-icon {
  background-color: var(--mainGreen) !important;
  color: #ffffff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close
  span.gdpr-icon {
  background-color: var(--mainGreen) !important;
  border-color: var(--mainGreen) !important;
  color: #ffffff !important;
}
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  i,
#moove_gdpr_cookie_modal
  .moove-gdpr-modal-content
  .moove-gdpr-modal-close:hover
  span.gdpr-icon {
  color: var(--yellow) !important;
}

/* Commune Modal */
.sidor-modal .not-found {
  display: none;
}
.menu-header .close,
.sidor-modal .modal-header .close {
  padding: 0;
  font-family: "Trade Gothic LT Std Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--mainGreen);
  opacity: 1;
}
.menu-header .close svg,
.sidor-modal .modal-header .close svg {
  margin-top: -2px;
  margin-left: 5px;
}
.sidor-modal .modal-content {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  border-radius: 0;
}
.sidor-modal .modal-header {
  border: 0;
  padding: 1rem;
}
.sidor-modal .modal-body {
  padding: 0;
}
.sidor-modal .modal-body h2 {
  margin-bottom: 40px;
  text-align: center;
}
.sidor-modal .coordonnees .content {
  padding-top: 10px;
  padding-bottom: 20px;
}
.sidor-modal .modal-body .content div p:last-of-type {
  margin-bottom: 10px;
}
.sidor-modal .coordonnees span {
  display: block;
}
.sidor-modal .infos .content {
  padding-top: 10px;
}
.sidor-modal .gray-bg {
  height: 100%;
  padding: 40px;
}
.sidor-modal .gray-bg h3 {
  padding: 20px 0;
}
.sidor-modal .gray-bg .btn-more svg {
  margin-bottom: 2px;
  margin-left: 5px;
  max-height: 15px;
}
.sidor-modal .gray-bg .btn-more:hover svg path {
  fill: #ffffff;
}
/* À propos */
#communeInfos .coordonnees a,
#communeInfos .coordonnees a:hover {
  color: var(--black);
}
.sidor-modal .description p:last-of-type {
  margin-bottom: 0;
}
/* Se rendre à l'usine */
#usine figure img {
  height: 38px;
  width: auto;
}
#usine h3 {
  padding-bottom: 0;
}
#usine .sidor-modal .gray-bg {
  padding: 40px 20px;
}
#usine .description p {
  margin-bottom: 0;
  margin-top: 20px;
}
#usine .links {
  margin-top: 20px;
}
#usine .links .btn-simple {
  margin-top: 8px;
}
/* Le principe de l'incinération */
#incineration .description p {
  font-size: 14px;
  line-height: 18px;
}
#incineration .description p strong {
  font-family: "Trade Gothic LT Std Bold No. 2", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.08em;
}


/* FRONT PAGE MODAL */
#info-modal .modal-content {
  background-color: var(--yellow);
  border: 0;
  border-right: 60px solid var(--mainGreen);
}
#info-modal h2,
#info-modal .description {
  max-width: 550px;
}
#info-modal .modal-header {
  padding: 0;
}
#info-modal button.close {
  position: absolute;
  top: 20px;
  right: -40px;
  margin: 0;
}
#info-modal button.close path {
  fill: #fff;
}
#info-modal h2 {
  margin-bottom: 0;
}
#info-modal .description {
  margin-top: 10px;
  margin-bottom: 30px;
}
#info-modal .sidor-select {
  border-color: #000;
}
#info-modal .sidor-select:focus, #info-modal .sidor-select:hover {
  border-color: var(--mainGreen);
}
#info-modal .sidor-select .select {
  color: #000;
}
#info-modal ul.pictos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#info-modal ul.pictos-list img {
  width: 70px;
}
#info-modal ul.pictos-list li:not(:first-of-type) {
  margin-left: 20px;
}
#info-modal .footer-text {
  position: relative;
  margin-top: 80px;
  background-color: #ffffff;
  font-family: "Trade Gothic LT Std Bold", Sans-Serif;
  font-size: 16px;
  line-height: 22px;
  color: var(--mainGreen);
  padding: 11px;
  padding-left: 100px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#info-modal .footer-text img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98px;
}


/* MEDIA-QUERIES */
/* wordpress admin-bar */
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-wrapper {
    top: 46px;
  }
  body.admin-bar .site-navigation.fixed-top {
    margin-top: 46px;
  }
}

@media (min-width: 576px) {
  .sidor-modal {
    max-width: calc(1195px + 18px);
  }

  #info-modal .sidor-modal {
    max-width: 960px;
    margin: 0 auto;
  }

  .sidor-modal .modal-content {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .column2 div.map-regions {
    margin-left: 20px;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    overflow: hidden;
  }

  .actualite-box {
    min-height: 488px;
    /* new update */
    min-height: 375px;
  }

  .navbar .btn-search {
    height: 41px;
  }
  .navbar li.menu-item-has-children > .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 0.25s ease-in-out;
    top: calc(100% + 13px);
    border-radius: 0;
    padding: 0;
    border: 0;
    min-width: 200px;
    width: auto;
    /* min-width: inherit; */

    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar
    li.menu-item-has-children.menu-item
    li.menu-item-has-children.menu-item
    > a::after {
    content: "\f054";
    font-size: 10px;
    /* fontfix */
    /* line-height: 15px; */
    line-height: 20px;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0 !important;
  }

  .navbar li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 10;
  }

  /* Modal */
  .sidor-modal .modal-content {
    padding: 40px 60px;
  }
}

@media (max-width: 991px) {
  .vertical_social-links {
    display: none;
  }

  .column1 {
    max-width: 63%;
  }
  .column2 {
    max-width: 37%;
  }

  img.map-arrow {
    display: none;
  }

  /* #last-news article:not(:last-of-type),
  .other-news article:not(:last-of-type) {
    margin-bottom: 16px;
  } */
  #last-news .rocket {
    left: -12%;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  #last-news .rocket svg {
    max-width: 300px;
  }

  .encadre-vert h2 {
    font-size: 40px;
    line-height: 51px;
  }

  .actualite-box .actu-meta {
    -ms-flex-direction: column !important;
    flex-direction: column !important;

    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .actualite-box .actu-meta .actu-category-wrap {
    margin-bottom: 10px;
  }
  .actualite-box .actu-meta .actu-separator {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* GLOBAL */
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .container,
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto,
  .container,
  .column1,
  .column2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .column1,
  .column2 {
    max-width: 100%;
  }
  #intro .column1 {
    max-width: 100%;
    margin-top: -77px;
  }
  #intro .column2 {
    max-width: 100%;
    margin-top: 20px;
  }
  p {
    margin-bottom: 15px;
  }
  .pb60 {
    padding-bottom: 40px;
  }
  .mb60 {
    margin-bottom: 40px;
  }
  .mb40,
  .encadre-vert h2 {
    margin-bottom: 20px;
  }
  .hide-mobile {
    display: none;
  }

  #last-news article:not(:last-of-type),
  .other-news article:not(:last-of-type) {
    margin-bottom: 16px;
  }

  /* TITLE */
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .encadre-vert h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3,
  h4 {
    font-size: 14px;
    line-height: 20px;
  }

  /* BUTTONS */
  .btn.btn-simple {
    font-size: 12px;
    line-height: 16px;
  }
  .btn.btn.btn-simple::after {
    font-size: 10px;
    line-height: 15px;
  }
  .btn.btn-more {
    font-size: 12px;
  }

  /* MENU */
  .site-bar {
    display: none;
  }
  .navbar {
    padding: 7px 1rem;
  }
  .logo {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .logo img {
    height: 57px;
    width: auto;
  }

  /* PAGES */
  /* .breadcrumbs-nav {
    margin-bottom: 20px;
  } */
  #page {
    margin-top: 70px;
  }
  .column2 div.map-regions,
  .column2 div:first-of-type figure.column-image {
    margin-top: 20px;
  }

  #intro #block-text {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  #list-infos,
  .encadre-jaune,
  #municipalities .gray-bg,
  .block-text,
  .conseil-item .content,
  #liste-elements .geste-item,
  .sidor-modal .gray-bg,
  #block-text .big-card .card-body {
    padding: 20px;
  }

  .encadre-jaune {
    margin-bottom: 20px;
  }

  .liste-syndicats {
    padding: 0;
    padding-top: 20px;
  }
  .liste-syndicats .syndicat-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .liste-syndicats h3 {
    margin-bottom: 5px;
  }
  .liste-syndicats .btn.btn-simple {
    margin-top: 5px;
  }

  .commune-map {
    display: none;
  }
  #municipalities .gray-bg {
    margin-top: 0;
  }

  .block-text {
    min-height: inherit;
  }
  .block-text svg.dots-icon {
    margin-bottom: 20px;
  }
  .block-image.bg {
    padding-top: 76.04%;
  }
  .mobile-flex-column-reverse {
    flex-direction: column-reverse;
  }

  #last-news {
    padding-top: 0;
  }
  #last-news .rocket {
    position: relative;
    margin-bottom: 40px;
  }

  .actualites-list {
    background-position: center bottom -50px;
  }

  .actualite-box .actu-meta {
    min-height: inherit;
    display: none !important;
  }
  .actualites-list .actualite-box,
  #last-news .actualite-box,
  .other-news .actualite-box {
    padding: 20px;
  }
  .actualite-box .actu-info h2 {
    margin-bottom: 15px;
  }
  .actualite-box svg.dots-icon {
    margin-bottom: 20px !important;
  }

  .conseil-item-wrapper .conseil-item {
    min-height: 200px;
  }
  .conseil-item:before {
    padding: inherit;
  }
  .conseil-item-wrapper:nth-child(odd) .conseil-item {
    background-color: var(--mainGreen) !important;
    color: #ffffff !important;
  }
  .conseil-item-wrapper:nth-child(even) .conseil-item {
    background-color: var(--yellow) !important;
    color: var(--mainGreen) !important;
  }

  .header-text {
    margin-bottom: 20px;
  }

  .sidor-card-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sidor-card-wrapper .sidor-card {
    margin: 0 !important;
  }

  #gestes-simples .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #gestes-simples .nav a {
    margin-bottom: 8px;
    text-align: center;
  }

  #liste-elements .geste-item figure {
    margin-bottom: 8px;
    text-align: center;
  }
  #liste-elements .row > div:last-of-type .geste-item {
    margin-bottom: 0;
  }

  .actu-filters .col-filter:not(:last-of-type) {
    margin-bottom: 16px;
  }

  /* Pop-ups */
  body.admin-bar .modal.show .modal-dialog {
    margin-top: 62px;
  }
  .sidor-modal .modal-header {
    padding: 1.2rem;
  }
  .modal.show .modal-dialog {
    margin-right: 16px;
    margin-left: 16px;
  }
  .sidor-modal .modal-content {
    padding: 20px;
  }
  .mobile-mb {
    margin-bottom: 24px;
  }
  .sidor-modal .infos .content .info-box:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .sidor-modal .infos .content .info-box .btn.btn-simple {
    margin-top: 10px;
  }

  #info-modal .row {
    text-align: center;
  }
  #info-modal ul.pictos-list {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #info-modal .footer-text {
    margin-top: 50px;
  }

  #footer-missionzero.pre-footer,
  .pre-footer {
    padding: 30px 20px;
  }
  #footer-missionzero img {
    margin-bottom: 20px;
  }
  #footer-missionzero p {
    font-size: 18px;
    line-height: 24px;
  }

  footer .widget-area {
    padding: 30px 0;
  }
  footer,
  footer .widget-area .widget-title {
    text-align: center;
  }
  footer .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .widget-area .widget-title,
  footer .widget-area svg.dots-icon {
    margin-bottom: 10px;
  }
  footer .footer-widget:not(:last-of-type) {
    margin-bottom: 20px;
  }
  footer .widget.widget_media_image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .site-info .site-info-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  #last-news .rocket svg {
    max-width: 300px;
  }

  .single-actualite .article-galerie {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .single-actualite .article-galerie a.galerie-item {
    width: 50%;
  }

  .pagination-nav {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .page-numbers .btn.btn-simple > span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /* HEADER */
  .sidor-header {
    height: auto;
  }
  .sidor-header .header-filler {
    padding-top: 76.56%;
    min-height: 250px;
  }

  /* GLOBAL */
  .sidor-select,
  .btn {
    width: 100%;
  }

  #last-news .rocket {
    margin-bottom: 20px;
  }

  .single-actualite .article-galerie a.galerie-item {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  #last-news .rocket svg {
    max-width: 225px;
  }
}

/* Cacher Langues */
.site-bar .mes-dechets::after {
  content: none;
}
.language-switcher {
  display: none !important;
}
