/* USER VARIABLES SECTION */

:root {
	--accent: #234093;
	--text: #000000;
	--regular-text: 18px;
	--lineheight: 22px;
	--userfont: "din", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--desktop: 100 / 1920;
	--mobile: 100 / 440;

}



/* FONTS LOAD SECTION */


@font-face { src: url("../fonts/DINNextLTPro-MediumCond.woff2") format("woff2"); font-family: "din-med-cond"; font-weight: 500; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/DINNextLTPro-BoldCondensed.woff2") format("woff2"); font-family: "din-bold-cond"; font-weight: 700; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/DINNextLTPro-Condensed.woff2") format("woff2"); font-family: "din-cond"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/DINNextLTPro-Regular.woff2") format("woff2"); font-family: "din-reg"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/DINNextLTPro-Bold.woff2") format("woff2"); font-family: "din-bold"; font-weight: 400; font-style: normal; font-display: swap; }
@font-face { src: url("../fonts/Gotham-Condensed-Book.woff2") format("woff2"); font-family: "gotham-book"; font-weight: 400; font-style: normal; font-display: swap; }





/* GENERAL CSS SETTINGS */

::placeholder { color: #C5D1FF; }
::selection { background-color: #E5FFE9; color: #000000; }
input, textarea { outline: none; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: normal;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	font-weight: 400;
	color: var(--text);
	font-optical-sizing: auto;
  font-style: normal;
}


ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

/* USER STYLES */

a {
	transition: .3s ease-in-out;
	text-decoration: none;
	color: var(--text);
}

a:hover {
	color: var(--accent-text);
}

body {
	/* max-width: 1920px; */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  font-family: 'din', sans-serif;
}



.gotham-cond {
  font-family: "gotham-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gotham-book {
 font-family: "gotham-book", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bahnschrift-regular {
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.bahnschrift-bold {
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contact-box__mob {
  display: none;
}

body {
  background: #F5F1EE;
}

.container {
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-logo {
  max-width: 70.38px;
  width: 100%;
}

.header-logo img {
  width: 100%;
}

.header-main {
  padding-top: 12.5px;
  border-bottom: 1px solid #234093;
}

.header-main .container {
  display: flex;
  justify-content: space-between;
}


.header-langs__wrap {
  margin-left: 17px;
}

.header-search__wrap {
  margin-left: 200px;
  padding-top: 33px;
  margin-left: 350px;
}

.header-search__wrap .search-toggle {
  cursor: pointer;
  width: 32px;
  text-align: center;
}

.header-menu__wrap {
  margin-left: auto;
  display: flex;
  width: max-content;
  max-width: 1060px;
  margin-right: 80px;

}

.header-menu {
  display: flex;
  gap: 35px;
  font-family: 'din-med-cond', sans-serif;
  padding-top: 14px;
}

.header-menu > li {
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;

}

.search-section__wrap {
  position: relative;
  width: 100%;
}

.search-section__icon {
  position: absolute;
  right:113px;
  top: -100px;
  max-width: 216px;
  width: 100%;
  height: 216px;
  background: #7CCAD9;
}

.search-section__icon img {
  width: 238px;
  position: absolute;
  right: 32.2px;
  top: -16.4px;
  transform: rotate(-10deg);
}

main.page-search {
  min-height: 80vh;
}

main.page-search .title-row {
  margin-bottom: 60px;
}

.search-section__container {
  max-width: 800px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.header-menu > li:after {
  content: '';
  height: 7px;
  width: 100%;
  background:#234093;
  opacity: 0;
  transition: .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.searched-item {
  width: 100%;
  margin-bottom: 35px;
}

.search-item__title-link {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: 'din-bold', sans-serif;
  display: block;
}

.search-item__title-link:hover {
  color: var(--accent);
}

.searched-item__short-description {
  font-size: 16px;
  line-height: 21px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  color: var(--accent);
}

.search-section__container .navigation {
  padding: 20px 0;
}

.search-section {
  padding-bottom: 120px;
}

.search-section__container .nav-links {
  justify-content: center;
  gap: 5px;
  display: flex;
  margin-top:20px;
}

.search-section__container .nav-links span, .search-section__container .nav-links a {
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  font-size: 20px;
}
.header-menu > li:not(.menu-item-has-children):hover:after {
  opacity: 1;
}

.header-menu > li.current-menu-item:after {
  opacity: 1;
}

.header-menu > li.current-menu-parent:after {
  opacity: 1;
}
.header-menu > li.current-page-ancestor:after {
  opacity: 1;
}

.header-menu > li > a {
  font-size: 18px;
  line-height: 21px;
  color: #234093;
  text-transform: uppercase;
  font-weight: 500;
}

.sub-menu {
  position: absolute;
  opacity: 0;
  left: 0;
  visibility: hidden;
  max-width: 300px;
  width: max-content;
  top: calc(100% - 7px);
  border-top: 7px solid #234093;
  transition: .3s ease-in-out;
  background: #fff;
  padding: 10px 18px 18px 9px;
  z-index: 2;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sub-menu a {
  font-size: 18px;
  line-height: 18px;
  color: var(--accent);
}

.agenda-intro__archive-link {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-left: auto;
}

.agenda-intro__archive-link:hover {
  color: #fff;
}

.team-popup--second .team-item__popup-image img {
  filter: grayscale(1);
}

.agenda-archive__wrap {
  justify-content: space-between;
  align-items: flex-end;
}

.agenda-archive__wrap .agenda-intro__stick {
  position: relative;
  right: unset;
  top: 0;
  margin-left: auto;
}

.agenda-archive__wrap .agenda-intro__left {
  max-width: 526px;
}

.agenda-archive__wrap .agenda-intro__additional-filters {
  width: 100%;
}

.agenda-intro__archive-link {
  background: #5586C4;
  width: 120px;
}

.agenda-archive__wrap .agenda-intro__archive-link {
  margin-left: auto;

}



@media (min-width: 1235px) {
  .header-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.highlight-yellow {
  position: relative;
}

.highlight-yellow:before {
  content: '';
  width: 54px;
  height: 100%;
  position: absolute;
  left: -27px;
  bottom: 0;
  background: #FFED00;
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  z-index: -1;
}

.search-close {
  display: none;
}

.search-input-wrap {
  display: none;
}

.header-search__wrap  {
  position: relative;
}

.header-search__wrap .search-input-wrap {
  position: absolute;
  right:32px;
  bottom: 18px;
}

.header-search__wrap input {
  border: 0;
  background: #234093;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 2px 10px;
  height: 27px;
  width: 280px;
}

 input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

.header-search__wrap .search-input-wrap button {
  display: none;
}


.hand-stick {
  position: relative;
}

.header-langs__wrap {
  font-size: 16px;
  line-height: 20px;
  color: var(--accent);
  display: flex;
  gap: 4px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  padding-top: 33px;
}

.lang-active {
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
}

.header-lang {
  cursor: pointer;
  color: var(--accent);
}

.page-main {
  padding-top: 12.5px;
}


.hand-stick__wrap .container {
  position: relative;
}

.hand-stick__wrap {
  width: 100%;
  position: relative;
  min-height: 116px;
  overflow-x: hidden;
}

.hand-stick {
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  max-width: 100%;
  z-index: 2;
}

.hand-stick a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hand-stick__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  font-family: 'din-med-cond', sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: var(--accent);
  padding-top: 14px;
}


.hand-stick__image {
  max-width: 185px;
  left: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}

.main-home__section {
  position: relative;
}

.home-blocks__wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}


.home-blocks__left {
  max-width: 360px;
  width: 100%;
}


.home-blocks__middle {
  max-width: 734px;
  width: 100%;
}

.home-middle__wrap {
  width: 100%;
  position: relative;
}

.home-middle__planet {
  width: 100%;
}

.home-middle__planet img {
  width: 100%;
}


.home-blocks__right {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.home-about h1 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home-about .basic-content {
  max-width: 323px;
  width: 100%;
}

.home-about {
  margin-bottom: 260px;
}

.basic-content p {
  font-size: 16px;
  line-height: 21px;
  color: var(--accent);
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

.basic-content > * {
  margin-bottom: 25px;
}

.basic-content > *:last-child {
  margin-bottom: 0;
}

.basic-content p, .basic-content > *, .basic-content p > * {
  background: transparent!important;
}

.basic-content > * {
  margin-bottom: 21px;
}

.basic-content > *:last-child {
  margin-bottom: 0;
}

.basic-content ul {
  padding-left: 50px;
}

.basic-content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'bahnschrift', sans-serif;
  color: var(--accent);
  list-style: disc;
}

.basic-content uol {
  padding-left: 50px;
}

.basic-content ol li {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'bahnschrift', sans-serif;
  color: var(--accent);

  list-style: decimal;
}


.home-sustain {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding-top: 140px;
  background: #5586C4;
  color: #fff;
  padding-left: 33px;
  padding-right: 19px;
  padding-bottom: 24px;
}


.sustain-img {
  position: absolute;
  width: 359px;
  /* width: 100%; */
  top: -149px;
  left: 0;
}

.sustain-img img {
  width: 100%;
}

.home-sustain {
  color: #fff;
  position: relative;
}

.home-sustain a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-sustain h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
}

.home-sustain .basic-content {
  color: #fff;
}

.home-sustain .basic-content p {
  color: #fff;
}


.home-middle__book {
  position: absolute;
  width: 212px;
  left: 59px;
  top: -15px;
}

.home-middle__book img {
  width: 100%;
}


.home-middle__tree {
  width: 348.77px;
  position: absolute;
  right: 8.2px;
  top: -46.4px;
}

.home-middle__tree img {
  width: 100%;
}

.home-middle__train {
  position: absolute;
  width: 346.26px;
  bottom: 48.4px;
  right: 60.2px;

}

.home-middle__train img {
  width: 100%;
}


.home-middle__people-box {
  position: absolute;
  top: 211.3px;
  left: 65.6px;
  color: #ED8C8B;
}

.home-middle__people-box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-middle__planet-box {
  position: absolute;
  top: 261.3px;
  left: 449px;
  color: #11ADA7;
}

.home-middle__planet-box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.home-middle__prosperity-box {
  position: absolute;
  top: 455.5px;
  left: 169.1px;
  color: #F39763;
}

.home-middle__prosperity-box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-middle__text-row {
  color: #fff;
  padding: 3px 6px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'din-cond', sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
  max-width: 100%;
  width: max-content;
}

.home-middle__text-row:last-child {
  margin-bottom: 0;
}

.home-middle__people-box .home-middle__text-row {
  background: #ED8C8B;
}

.home-middle__planet-box .home-middle__text-row {
  background: #11ADA7;
}

.home-middle__prosperity-box .home-middle__text-row {
  background: #F39763;
}


.home-middle__title-row {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  margin-bottom: 5px;
}

.home-middle__title-row span {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'din-bold-cond', sans-serif;
  font-size: 50px;
  line-height: 50px;
  height: 38px;
}

.home-right__block {
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.home-right__forum {
  background: #234093;
}

.home-right__forum {
  position: relative;
}

.home-right__forum a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.home-right__agenda {
  background: #5586C4;
  position: relative;
}

.home-right__agenda a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-right__academy {
  background: #D3C2A5;
  position: relative;
}

.home-right__academy a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-right__block-title {
  padding: 20px 16px;
  padding-bottom: 17px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.home-right__block-image {
  width: 100%;
}

.home-right__block-image img {
  width: 100%;
}

.home-right__forum .home-right__block-image {
  height: 150px;
  position: relative;
  width: 100%;
  background: #FFED00;
}

.home-right__forum .home-right__block-image h3 {
  font-size: 27px;
  line-height: 27px;
  max-width: 150px;
  position: absolute;
  top: 29px;
  left: 19px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;

}

.home-right__forum .home-right__block-image img {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: 0;
  right: 0;
}

.home-right__block-description {
  min-height: 75px;
  padding: 12px 16px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 18px;
}

.site-footer {
  background: #234093;
  min-height: 128px;
  padding-top:22.6px;
  padding-bottom: 29.3px;
}

.site-footer .container {
  display: flex;
  /* justify-content: space-between; */
  font-family: 'gotham-book', sans-serif;
  font-weight: 400;
  color: #fff;
  align-items: center;
}

.site-footer .container a {
  color: #fff;
}

.footer-logo {
  display: block;
  max-width: 66.74px;
  width: 100%;
  margin-right: 99px;
}

.footer-logo img {
  width: 100%;
}


.footer-address {
  font-size: 16px;
  line-height: 20px;
  margin-right: 80px;

}

.footer-links {
  margin-right: 340px;
}

.footer-links a {
  font-size: 16px;
  line-height: 20px;
}

.footer-menu a {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
}

.footer-menu {
  display: flex;
  gap: 30px;
}


.footer-grengeweb {
  max-width: 57.31px;
  width: 100%;
  margin-left: 95px;
}

.footer-grengeweb img {
  width: 100%;
}


.footer-socials {
  margin-left: auto;
  display: flex;
  gap: 13.9px;
}

.footer-socials a {
  width: 23px;
}

.footer-socials a img {
  width: 100%;
}


main.page-home {
  padding-bottom: 170px;
}

.page-title {
  font-size: 60px;
  line-height: 60px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  color: #234093;
  text-transform: uppercase;
  position: relative;
  padding-left: 66px;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-title__left {
  margin-left: unset;
}


.page-title:before {
    content: '';
    width: 51px;
    height: 53.4px;
    position: absolute;
    left: 4px;
    bottom: 15px;
    background: #234093;
    clip-path: polygon(58% 0, 100% 0%, 42% 100%, 0% 100%);
    z-index: -1;
}


.apropos-container__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.menu-left__container {
  max-width: 246px;
  width: 100%;

}


.menu-left__container ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.menu-left__container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 65px;
  padding: 5px;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  background: #234093;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-left__container li {
  position: relative;
}


.menu-left__container li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid #243f8f;
  transition: .3s ease-in-out;
}


.menu-left__container li:hover:after {
  right: -25px;
}


.apropos-right__wrap {
  max-width: 1200px;
  width: 100%;
}

.apropos-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);

}


.apropos-grid__item {
  max-width: 200px;
  width: 100%;
  position: relative;
  height: 200px;
}

.apropos-grid__item-num__type:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;

  width: 20px;
  height: 32px;
  background: inherit;
  clip-path: polygon(
    0 0,
    100% 50%,
    0 100%
  );
  z-index: 1;
}

.apropos-grid__item.pink {
  background: #ED8C8B;
}

.apropos-grid__item.blue {
  background: #234093;
}

.apropos-grid__item.light-purple {
  background: #8E94C9;
}

.apropos-grid__item.light-gray {
  background: #D3C2A5;
}

.apropos-grid__item.white {
  background: #F5F1EE;
}

.apropos-grid__item.green {
  background: #11ADA7;
}

.apropos-grid__item.orange {
  background: #F39763;
}

.apropos-grid__item.light-blue {
  background: #7CCAD9;
}

.apropos-grid__item {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 13px;
  padding-right: 20px;
  color: #fff;
}

.apropos-grid__item-number {
  font-size: 100px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

.apropos-grid__item-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'din-cond', sans-serif;
  text-transform: uppercase;
}


.apropos-grid__item-icon__type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.apropos-stone img {
  width: 135px;
  position: absolute;
  bottom: 20px;
  left: 31px;
}


.apropos-grid__item-text {
  font-size: 16px;
  line-height: 21px;
  color: #234093;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.agir-sticky-mobile {
  display: none;
}

.apropos-grid__item-text__type {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 4px;
}


.apropos-lamp img {
  width: 181.71px;
  transform: rotate(179deg);
  position: absolute;
  top: 20px;
  left: 10.5px;
}

.forum-mobile__roggler {
    display: none;
}

.apropos-dog img {
  width: 234px;
  position: absolute;
  left: -20px;
  top: 27px;
}

.apropos-grid {
  margin-bottom: 85px;
}


.apropos-main__content {
  width: 100%;
}

.apropos-main__content .basic-content {
  color: var(--accent);
}


.basic-content {
  width: 100%;
}


.basic-content h2 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.basic-content iframe {
  max-width: 100%;
}

.forum-h2 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  margin-bottom: 33px;
  text-transform: uppercase;
  color: var(--accent);
}

.basic-content h3, .basic-content h4 {
  font-size: 21px;
  line-height: 26px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 700;
  margin-bottom: 23px;
  color: var(--accent);
}

.ims-holder {
  /* padding: 50px; */
  object-fit: contain !important;
  background: #fff;
}

.basic-content span {
  background: transparent!important;
}


.basic-content img {
  max-width: 100%;
  display: block;
  margin-top: 45px;
  margin-bottom: 35px;
  height: auto!important;
}


.apropos-main {
  padding-bottom: 200px;
}


.back-link {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #243f8f;
  font-size: 23px;
  line-height: 23px;
  font-family: 'din-bold-cond', sans-serif;
  top: 50px;
}

.back-link:hover {
  color: #243f8f;
}

.back-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 11px;
  height: 20px;
  background-color: #243f8f;
}


.title-row {
  margin-bottom: 150px;
}


.vision-wrap {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 165px;
}

.vision-box__image img {
  max-width: 100%;
  width: 100%;
  height: 427px;
  object-fit: cover;
}

.purple-box {
  background: #8E94C9;
}

.blue-box {
  background: #5586C4;
}

.light-blue-box {
  background: #7CCAD9;
}

.vision-box__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 137px;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
}

.vision-box__content {
  padding: 40px 53px 83px 43px;
  color: #fff;
}

.vision-box__content .basic-content > * {
  color: #fff;
}

.vision-box__content .basic-content h3 {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 34px;
}

.vision-box__content .basic-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}


.valeurs-box__content .basic-content h3 {
  margin-bottom: 0;
}


.nos-actions-section {
  padding-bottom: 240px;
  width: 100%;
  max-width: 100%;
}

.nos-actions__container {
  max-width: 1570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-subtitle {
  font-size: 45px;
  line-height: 45px;
  color: var(--accent);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 96px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
}

.nos-actions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}


.nos-actions__grid-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-top: 20px;
  padding-right: 16px;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 390px;
}

.nos-actions__grid-item:before {
  content: '';
  width: 31px;
  height: 50px;
  background: inherit;
  position: absolute;
  left: 100%;
  top: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;

}

.action-blue {
  background: #234093;
}

.action-pink {
  background: #ED8C8B;
}


.action-planet img {
  width: 411px;
  position: absolute;
  top: -96px;
  right: 80px;
}

.nos-actions__grid-item .basic-content p, .nos-actions__grid-item .basic-content ul li {
  font-size: 18px;
  line-height: 25px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
}

.nos-actions__grid-item .basic-content ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 0;
}

.nos-actions__grid-item .basic-content ul {
  padding-left: 0;
}

.nos-actions__grid-item .basic-content > * {
  color: #fff;
}


.action-title {
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
}

.action-empty {
  background: #F5F1EE;
  z-index: 1;
}

.action-empty:before {
  display: none;
}

.action-tree img {
  width: 512px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.action-tree {
  z-index: 1;
}

.action-tree:before {
  display: none;
}

.nos-actions__grid-item:nth-child(7):before {
  z-index: 2;
}

.team-section {
  margin-bottom: 100px;
}

.team-description {
  margin-bottom: 50px;
  max-width: 800px;
  width: 100%;
}

.team-title {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'din-bold-cond', sans-serif;
  color: var(--accent);
  margin-bottom: 15px;
}

.team-first-type {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 75px 80px;
}

.team-first__image {
  width: 100%;
  height: 375px;
  margin-bottom: 15px;

}

.team-first__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-first__name {
  font-size: 33px;
  line-height: 33px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: var(--accent);
  text-align: center;
  margin-bottom: 1px;
}

.team-first__position {
  font-size: 18px;
  line-height: 23px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: var(--accent);
  text-align: center;
  margin-bottom: 7px;
}

.team-first__plus {
  cursor: pointer;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 3px 10px;
  background: #5586C4;
}

.team-second-type {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 43px;
}

.team-second__item {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.team-second__image {
  height: 300px;
  width: 100%;
}

.team-second__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.team-second__description {
  background: #234093;
  padding: 10px 28px;
  min-height: 101px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 15px;
}

.team-second__name {
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 0;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: #fff;
}

.team-second__position {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
}


.team-second-section {
  padding-bottom: 180px;
}


.team-item__popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  display: none;
}

.team-item__popup-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #234093;
  opacity: .9;
}

.team-item__popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  min-height: 650px;
  max-width: 1200px;
  width: 100%;
  padding: 54px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.team-item__popup-second .team-item__popup {
  min-height: 530px;
}

.team-item__popup-close {
  position: absolute;
  top: 42px;
  right: 46px;
  cursor: pointer;
}

.team-item__popup-close img {
  width: 100%;
}


.team-item__popup-image {
  max-width: 390px;
  width: 100%;
  height: 541.67px;
}

.team-item__popup-second .team-item__popup-image {
  max-width: 390px;
  width: 100%;
  height: 390px;
}

.team-item__popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.team-item__popup-content {
  max-width: 557px;
  width: 100%;
  color: var(--accent);
}

.team-item__popup-name {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
}

.team-item_popup-position {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 34px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
}


.team-item__popup-email span, .team-item__popup-phone span {
  font-size: 21px;
  line-height: 26px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  color: var(--accent);
}

.team-item__popup-email {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.team-item__popup-email img {
  width: 25.71px;
}

.team-item__popup-phone {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-bottom: 20px;
}

.team-item__popup-phone img {
  width: 21px;
}

.team-item__popup-linkedin img {
  width: 22.88px;
}

.team-item__popup-short-description {
  margin-top: 35px;

}


.members-pink {
  background: #ED8C8B
}

.members-light-blue {
  background: #5586C4;
}

.members-blue {
  background: #234093;
}

.intro-members__flex {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.intro-members__left {
  max-width: 700px;
  width: 100%;
}

.intro-members__right {
  max-width: 745px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: max-content;
}


.intro-members__right-description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 10px 75px 10px 27px;
}

.intro-members__right-description p {
  font-size: 100px;
  line-height: 100px;
  font-family: 'din-bold-cond', sans-serif;
  margin-bottom: 0;
}

.intro-members__right-description div {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
}

.intro-members__rigth-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 12px;
  gap: 24px;
  color: #fff;
}

.intro-members__rigth-diagram img {
  width: 100%;
  max-width: 202px;
}

.intro-members__rigth-diagram div {
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
}


.intro-members__right-description:before {
  content: '';
  position: absolute;
  bottom: 18px;
  width: 25px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: inherit;
  left: 100%;
}

.intro-members__left .basic-content {
  color: var(--accent);
}

.intro-members__plus {
  position: relative;
  padding: 15px 11px 15px 18px;
  margin-top: 25px;
  max-width: 235px;
  width: 100%;
  min-height: 150px;
}

.intro-members__plus a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.intro-members__plus:after {
  content: '';
  width: 100%;
  max-width: 85px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #F5F1EE;
}

.plus-pink {
  background: #ED8C8B;
}

.plus-pink a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.intro-members__plus-text {
  font-size: 18px;
  line-height: 21px;
  font-family: 'gotham-book', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #fff;
}

.intro-members__plus img {
  width: 100%;
  max-width: 153.88px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;

}

.intro-members {
  margin-bottom: 100px;
}

.members-section {
  padding-bottom: 223px;
}

.basic-filters__row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  margin-bottom: 46px;
}

.basic-filter__name {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
}


/* .basic-filter__items {
  display: flex;
  align-items: center;
  gap: 10px;
} */

.basic-filter__option {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  padding:7px 15px 4px 15px;
  background: #5586C4;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.basic-filter__option:hover {
  background: #234093;
}

.basic-filter__option.active {
    background: #234093;
}


.membrers-list__wrap {
  width: 100%;
  max-width: 100%;
}


.members-list {
  width: 100%;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;

}

.members-list__item {
  width: 100%;
  max-width: 200px;
  height: 200px;
  padding: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.members-list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.members-list__item img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  height: auto;
}

.plus-blue, .members-blue {
  background: #7CCAD9;
}

.members-blue:before {
  bottom: unset;
  top: 17.3px;
}


.intro-rejoignez {
  margin-bottom: 70px;
}


.intro-rejoignez-flex {
  display: flex;
  justify-content: space-between;
}

.rejoignez-left {
  max-width: 700px;
  width: 100%;
}

.rejoignez-right {
  max-width: 280px;
  width: 100%;
  margin-right: 180px;
}


.rejoignez-img-wrap {
  height: 280px;
  width: 100%;
  position: relative;
  background: #5586C4;

}

.rejoignez-img-wrap img {
  width: 286px;
  height: 365px;
  object-fit: contain;
  position: absolute;
  right: 75px;
  bottom: 0;
}

.rejoignez-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

.rej-list__item {
  width: 100%;
  max-width: 100%;
}

.rej-list__item-img {
  width: 100%;
  height: 333.33px;
  margin-bottom: 15px;
}

.rej-list__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.je-list__item-name {
  font-size: 33px;
  line-height: 33px;
  color:#234093;
  margin-bottom: 13px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
}

.rej-list__item-link {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  padding: 12px 22px;
  padding-bottom: 8px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background:#234093;
  width: max-content;
  max-width: 100%;
  display: block;
}

.rejoignez-list-section {
  padding-bottom: 165px;
}


.intro-devenir-membre {
  margin-bottom: 142px;
}

.intro-title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 82px;
  text-align: center;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: var(--accent);
}

.intro-devenir-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.devenir-intro__left {
  max-width: 650px;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: var(--accent);
}

.devenir-intro__right {
  max-width: 507px;
  width: 100%;
  margin-right: 189px;
}

.devenir-intro__right-wrap {
  width: 100%;
  background: #7CCAD9;
  position: relative;
  height: 558.88px;
}

.devenir-intro__right-wrap img {
  width: 611px;
  height: auto;
  position: absolute;
  top: 35.1px;
  left: -41px;
}

.devenir-main-section {
  padding-bottom: 283px;
}

.container-small {
  max-width: 992px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.devenir-content__title {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-family: 'din-bold-cond', sans-serif;
  font-weight: 700;
  margin-bottom: 37px;
  text-transform: uppercase;
  color: var(--accent);
}


.devenir-triple {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 116px;
}

.devenir-triple__box-wrap{
  width: 100%;
}

.dev-blue .devenir-triple__box, .devenir-main__block.dev-blue {
  background: #5586C4;
}

.dev-brown .devenir-triple__box, .devenir-main__block.dev-brown {
  background: #D3C2A5;
}

.dev-light-blue .devenir-triple__box, .devenir-main__block.dev-light-blue {
  background: #7CCAD9;
}


.devenir-triple__box {
  min-height: 331px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px;
  font-size: 23px;
  line-height: 28px;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  font-weight: 400;
  position: relative;
  margin-bottom: 54px;
}

.devenir-triple__box:after {
  content: '';
  background: inherit;
  width: 100%;
  max-width: 35.71px;
  height: 30px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: calc(100% + 6px);
}



.dev-blue .devenir-triple__box-title {
  color: #5586C4;
}

.dev-brown .devenir-triple__box-title {
  color: #D3C2A5;
}

.dev-light-blue .devenir-triple__box-title {
  color: #7CCAD9;
}

.devenir-triple__box-title {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'din-bold-cond', sans-serif;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.devenir-main__blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 136px;
}

.devenir-main__block {
  padding: 70px 72px 103px 71px;
}

.devenir-main__title {
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-bold-cond', sans-serif;
  margin-bottom: 39px;
}

.devenir-main__description .basic-content > * {
  color: #fff;
}

.devenir-main__description {
  margin-bottom: 40px;
}


.devenir-main__block-faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.faq-item {
  width: 100%;
}


.faq-item__question {
  width: 100%;
  background-color: #fff;
  color: #5586C4;
  font-size: 21px;
  line-height: 26px;
  padding: 13px 60px 16px 33px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.faq-item__question:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 16px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: .3s ease-in-out;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: currentColor;
}

.dev-blue .faq-item__question:after {
  background: #5586C4;
}

.dev-brown .faq-item__question:after {
  background: #D3C2A5;
}

.dev-light-blue .faq-item__question:after {
  background: #7CCAD9;
}

.dev-blue .faq-item__question {
  color: #5586C4;
}

.dev-brown .faq-item__question {
  color: #D3C2A5;
}

.dev-light-blue .faq-item__question {
  color: #7CCAD9;
}


.faq-item__answer {
  padding: 30px 33px;
  background: transparent;
  color: #fff;
  display: none;
}

.faq-item__answer .basic-content a, .devenir-main__description .basic-content a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.faq-item__answer .basic-content > * {
  color: #fff;
}

.faq-item__answer .basic-content ul {
  padding-left: 18px;
}

.faq-item__answer .basic-content ul li {
  list-style: disc;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 21px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  color: #fff;
}

.faq-item__answer .basic-content ul li:last-child {
  margin-bottom: 0;
}

.faq-item.active .faq-item__question:after {
  transform: rotate(180deg) translateY(50%);
}

.agir-intro__flex {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.agir-intro__left {
  max-width: 783px;
  width: 100%;
}

.main-filters__wra {
  width: 100%;
}

.main-filters__description {
  width: 100%;
  margin-bottom: 11px;
}

.main-filters__description p {
  font-size: 16px;
  line-height: 18px;
  color: var(--accent);
  font-family: 'din-reg', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

form.filters {
  width: 100%;
}

.filters-columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.filters-column {
  width: 100%;
  border-radius: 15px;
  padding: 12px 8px 23px 8px;

}

.filters-column.is-active legend label:before {
  background: #fff;
}

.container {
  position: relative;
}

.no-results {
  color: var(--accent);
  padding-bottom: 140px;
  font-size: 23px;
  line-height: 30px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  grid-column: 1 / -1;
  text-transform: uppercase;
  padding-top: 80px;
  font-family: 'din-cond', sans-serif;
}

.engage_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.engage-item {
  position: relative;
}

.filter-column__people {
  background: #ED8C8B;
  color: #ED8C8B;
}

.filter-column__planet {
  background: #11ADA7;
  color: #11ADA7;
}

.filter-column__prosperity {
  background: #F39763;
  color: #F39763;
}

legend label {
  display: flex;
  gap: 3px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}



legend label span {
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-size: 32px;
  line-height: 32px;
  padding-top:7px;
}

legend  {
  position: relative;

}

legend input {
  position: absolute;
  left: 0;
  top: 13px;
  display: none;
}

.filters-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

legend label:before {
  content: '';
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 5px;
  border: 1px solid #fff;
}

.filters-option {
  display: flex;
  padding-left: 24px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 12px;
  border-radius: 7px;
  background: #fff;
  position: relative;
}

.filters-option label {
  font-size: 15px;
  line-height: 15px;
  font-family: 'din-reg', sans-serif;
  font-weight: 400;
}

.filters-option input {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.filters-option label:before {
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid;

}

.filter-column__people .filters-option input:checked + label:before {
  padding: 1px;
  background: #ED8C8B;
}

.filter-column__planet .filters-option input:checked + label:before {
  padding: 1px;
  background: #11ADA7;
}

.filter-column__prosperity .filters-option input:checked + label:before {
  padding: 1px;
  background: #F39763;
}

.filters-actions {
  margin-top: 20px;
}

.filters-actions button {
  border: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.filters-actions img {
  width: 10px;
}

.filters-actions button span {
  font-size: 15px;
  line-height: 18px;
  color: var(--accent);
  font-family: 'din-reg', sans-serif;
  font-weight: 400;
}

.agir-intro__right {
  margin-right: 55px;
  max-width: 294px;
  width: 100%;
  margin-top: -34px;
}

.agir-intro__right-wrap {
  position: relative;
  height: 294px;
  width: 100%;
  background: #ED8C8B;
}

.agir-intro__right-wrap img {
  width: 475px;
  height: auto;
  position: absolute;
  top: -34px;
  right: 7px;
}


.intro-agir {
  margin-bottom: 65px;
}

.agir-main-section {
  padding-bottom: 120px;
}


.agir-main__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px 50px;
}

.agir-main__list-item {
  position: relative;
  width: 100%;
}

.agir-list__item-cat-col {
  position: absolute;
  left: 0;
  top: 0;
}

.agir-list__item-image {
  height: 263px;
  width: 100%;
  margin-bottom: 0;
}

.agir-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agir-list__item-year {
  padding: 3px 20px;
  padding-bottom: 2px;
  background: var(--accent);
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
}

.agir-list__item-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'din-med-cond', sans-serif;
  color: var(--accent);
  text-transform: uppercase;
}

.agir-list__item-cat-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.blue-block__content * {
  color: #fff!important;
}

.blue-block__title {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 700;
}

.cat-row {

  max-width: 100%;
  padding: 8px 15px 4px 15px;
  background: inherit;
  color: #fff;
  font-family: 'din-reg', sans-serif;
  font-weight: 400;
  border-radius: 0 0 7px 0;
  font-size: 15px;
  line-height: 15px;
}

.cat-row__people {
  background: #ED8C8B;
}

.cat-row__prosperity {
  background: #F39763;
}

.cat-row__planet {
  background: #11ADA7;
}

section.agir-inner {
  margin-bottom: 30px;
}

.agir-small__container {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-title__basic {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  margin-bottom: 47px;
}

.page-title__basic:before {
  display: none;
}

.agir-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.agir-tab__item {
  padding: 9px 13px 5px 13px;
  background: #5586C4;
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.agir-tab__item.active {
  background: #234093;
}

.agir-tab__item:hover {
  background: #234093;
}

.agir-tab__content {
  position: relative;
}

.agir-sticky-mail {
  position: absolute;
  right: 150px;
  max-width: 180px;
  width: 100%;
  height: 180px;
  background: #5586C4;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 0;
}

.agir-sticky-mail:before {
  content: '';
  left: calc(100% + 5px);
  position: absolute;
  top: 0;
  width: 19px;
  height: 32px;
  background: #5586C4;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.agir-sticky-mail span {
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  color: #fff;

}

.agir-sticky-mail img {
  width: 53px;
}

.basic-agir-inner .title-row {
  margin-bottom: 14px;
}

.agir-first-main__info {
  width: 100%;
}

.agir-inner__main-image {
  width: 100%;
  margin-bottom: 15px;
}

.agir-inner__main-image img {
  width: 100%;
}

.cat-row__inner {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'din-cond', sans-serif;
  padding: 10px 25px 6px 16px;
  color: #fff;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
}

.agir-inner__main-content {
  margin-top: 32px;
}

.basic-content .gallery {
  display: grid;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gallery-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  /* padding: 5px;
  border: 1px solid var(--accent); */
}



.basic-content .gallery .gallery-item a {
  pointer-events: none;
}

.basic-content .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.basic-content .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.basic-content .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.basic-content .gallery-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.basic-content .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.basic-content .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.basic-content .gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.basic-content .gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.basic-content .gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-item img {
  margin: 0;
}

.agir-second__main-info {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 70px;
}

.agir-inner-sponsors {
  width: 100%;
}

.agir-sponsors__list {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
}

.section-title {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'din-bold-cond', sans-serif;
  margin-bottom: 20px;
}

.agir-sponsors__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 10px;

}

.agir-sponsors__list-item img {
  max-width: 100%;
  max-height: 100%;
}

.agir-first-main__info {
  padding-bottom: 90px;
}

.agir-third__main-info {
  padding-top: 78px;
  /* padding-bottom: 200px; */
}

.agir-inner-formations {
  padding-top: 71px;
}

.agir-inner-events {
  padding-bottom: 77px;
  border-bottom: 1px solid var(--accent);
}

.agir-events__list {
  display: grid;
  grid-template-columns: repeat(1, 400px);
  gap: 50px;
}

.agir-inner-ressources {
  padding-top: 71px;
}

.agir-ressources__list {
  display: grid;
  grid-template-columns: repeat(1, 400px);
  gap: 50px;
}

.agir-ressources__item-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 13px;
}

.agir-ressources__item-image img {
  width: 100%;
}

.agir-ressources__item-title {
  font-size: 28px;
  line-height: 32px;
  font-family: 'din-med-cond', sans-serif;
  color: var(--accent);
}

.agir-tab__content {
  padding-bottom: 235px;
}

.agir-res__list {
  display: flex;
  flex-direction: column;

}

.agir-res__list-item {
  padding-bottom: 73px;
  border-bottom: 1px solid var(--accent);
  padding-top: 68px;
}

.agir-res__list-item:first-child {
  padding-top: 0;
}

.agir-res__list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.agir-res__list-item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}

.agir-res__list-item__img {
  max-width: 370px;
  width: 100%;
}

.agir-res__list-item__img img {
  width: 100%;
}

.agir-res__list-item__content {
  max-width: 370px;
  width: 100%;
}

.agir-res__list-item__title {
  font-size: 45px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  color: var(--accent);
  margin-bottom: 17px;
}

.agir-res__list-item__title a {
  color: var(--accent);
}

.basic-content a {
  font-weight: 700;
  color: var(--accent);
}

.basic-content a.button {
  color: var(--accent)!important;
}

.basic-content a {
  display: inline-block;
  display: inline;
}

.accordion__item-title {
  position: relative;
  width: 100%;
  min-height: 53px;
  background: #234093!important;
  padding: 13px 60px 17px 33px;
  color: #fff!important;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
  /* text-transform: uppercase; */
}

.accordion__item-title > p {
  margin-bottom: 0;
  color: #fff!important;
  background: var(--accent)!important;
  font-family: 'bahnschrift', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
}

.accordion__item-title:before {
  content: '';
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  transition: .3s ease-in-out;
}

.accordion__item-title.active:before {
  transform: rotate(180deg) translatey(50%);
}

.accordion__item-arrow {
  display: none!important;
}

.accordion__item-content {
  padding: 27px 0 30px 33px;
  background: transparent;
}

.basic-content em img {
  display: inline-block;
}

.basic-content p img[decoding="async"] {
  display: inline-block;
  clear: left;
}

/* .basic-content p strong a {
  display: block;
} */


.agir-faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.agir-faq__item {
  width: 100%;
}

.agir-faq__question {
  position: relative;
  padding: 8px 42px 4px 15px;
  background: #5586C4;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
}

.agir-faq__question:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  transition: .2s ease-in-out;
  width: 15px;
  height: 9px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
}

.agir-faq__item.active .agir-faq__question:after {
  transform: translatey(-50%) rotate(180deg);
}

.agir-faq__answer {
  padding-top: 13px;
  padding-bottom: 0;
}

.agir-tab__content {
  display: none;
}

.agir-tab__content.active {
  display: block;
}


.actualites-intro__tabs {
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px
}


.actualites-intro__tab {
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  min-width: 300px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
  cursor: pointer;
  background: #5586C4;
}

/* .actualites-intro__tab.actualites-ims {
  background: #234093;

} */

.actualites-intro__tab.active {
  /* border: 8px solid #fff; */
  background: #234093;
  height: 60px;
}


/* .actualites-intro__tab.actualites-reseau {
  background: #5586C4;
} */

.page-actualites .title-row {
  margin-bottom: 52px;
}

.actualites-intro__tabs {
  margin-bottom: 42px;
  align-items: center;
}

.actualites-intro__filters {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.actualites-main-section {
  padding-bottom: 250px;
}


.actualites-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 85px;
}

.actualites-list__item {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.actualites-cats__row {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  gap: 0;
  flex-wrap: wrap;
}

.actualites-cat {
  font-size: 20px;
  line-height: 20px;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px 2px 13px;
}

.cat-planet {
  background: #11ADA7;
}

.cat-people {
  background: #ED8C8B;
}

.cat-prosperity {
  background: #F39763;

}

.cat-ims {
  background: #234093;
}

.actualites-list__item-image {
  width: 100%;
  height: 350px;
  margin-bottom: 9px;
}

.actualites-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.actualites-list__item-date {
  font-size: 16px;
  line-height: 20px;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.actualites-list__item-title {
  font-size: 30px;
  line-height: 32px;
  color: var(--accent);
  font-family: 'din-med-cond', sans-serif;

}

.actualites-list__item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.actualites-reseau-section {
   display: none;
}

.cat-reseau {
  background: #5586C4;
}

.actualites-reseau-section {
  padding-bottom: 250px;
}

.page-actualites-inner {
  background: #E0F1F7;
}

.title-actualites-row {
  margin-bottom: 10px;
}

.actualite-small-container .page-title {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 40px;
}

.actualite-small-container .page-title:before {
  display: none;
}


.intro-actualites__section {
  padding-bottom: 400px;
}


.actualite-small-container {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.actualites-inner__categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.act-inner__cat-item {
  padding: 6px 25px 2px 25px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'din-cond', sans-serif;
}

.actualites-inner__image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 17px;
}


.actualites-inner__image  img {
  width: 100%;
  height: auto;
}

.actualites-inner__date {
  font-size: 16px;
  line-height: 20px;
  font-family: 'din-med-cond', sans-serif;
  text-transform: uppercase;
  margin-bottom: 34px;
  color: var(--accent);
}


.actualites-inner__description .basic-content h3 {
  margin-bottom: 0;
  color: var(--accent);
}


.actualites-inner__description .basic-content p {
  line-height: 26px;
}


.actualites-inner__description .basic-content p {
  margin-bottom: 30px;
}


.page-agenda {
  background: #234093;
  border-bottom: 1px solid #fff;
}

.page-agenda .hand-stick__text {
  color: #fff;
}


.page-agenda .page-title {
  color: #fff;
}

.page-agenda .page-title::before {
  background: #fff;
  z-index: 1;
}

.page-agenda .title-row {
  margin-bottom: 85px;
}


.agenda-intro .container {
  position: relative;
}

.agenda-intro__stick {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  height: 110px;
  background: #5586C4;
  padding-top: 22px;
  padding-right: 24px;
}

.agenda-intro__slide-item {
  position: relative;
}

.agenda-intro__slide-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.agenda-mobile {
  display: none;
}

.agenda-intro__stick a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.agenda-intro__stick img {
  position: absolute;
  bottom: -6px;
  right: 142px;
  width: 186px;
  height: auto;
}

.agenda-intro__stick span {
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  text-align: right;
  display: block;
}

.agenda-intro__wrap {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 57px;
  align-items: flex-end;
}

.agenda-intro__left {
  max-width: 800px;
  width: 100%;
  position: relative;
}

.agenda-intro__left-slider {
  width: 100%;
}

.agenda-intro__slide-item {
  width: 100%;
  height: 400px;
}

.agenda-intro__slide-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.agenda-intro__left-slider__dots {
  position: absolute;
  top: calc(100% + 13px)!important;
  left: 0!important;
  right: 0!important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
  width: max-content!important;
  max-width: 100%;
}

.agenda-intro__right {
  max-width: 813px;
  width: 100%;
  max-width: 525px;
}

.agenda-intro__right-filters {
  width: max-content;
  max-width: 100%;
  display: flex;
  gap: 15px;
  margin-bottom: 47px;
}

.agenda-filter__item {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  height: 50px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .1s ease-in-out;
  text-align: center;
  cursor: pointer;
  padding-top: 4px;
}

.agenda-filter__item.active {
  border: 4px solid #fff;
}


.agenda-filter__item:hover {
  border: 4px solid #fff;
}


.agenda-filter__all {
  background: #fff;
  color: var(--accent);
}

.agenda-filter__people {
  background: #ED8C8B;

}

.agenda-filter__planet {
  background: #11ADA7;
}

.agenda-filter__prosperity {
  background: #F39763;
}

.agenda-intro__additional-filters {
  display: flex;
  gap: 17px;
}

.agenda-intro__additional-filter {
  max-width: 175px;
  width: 100%;
}

.additional-filter__name {
  position: relative;
  padding: 8px 32px 4px 10px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  cursor: pointer;
}

.additional-filter__name:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
  width: 10px;
  height: 9px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transition: .1s ease-in-out;
}

.agenda-intro__additional-filter.active .additional-filter__name:before {
  transform: translateY(-50%) rotate(0deg);
}

.additional-filter__dropdown {
  position: absolute;
  top: 100%;
  width: max-content;
  max-width: 100%;
  padding: 12px 8px;
  display: none;

}

.additional-filter__dropdown-item {
  margin-bottom: 8px;
}

.additional-filter__dropdown-item:last-child {
  margin-bottom: 0;
}


.additional-filter__dropdown-item input {
  display: none;
}

.additional-filter__dropdown-item label {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-family: 'gotham-book', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.additional-filter__dropdown-item label:before {
  content: '';
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;

}

.additional-filter__dropdown-item input:checked + label:before {
  background: #fff;
}

.agenda-intro {
  margin-bottom: 173px;
}

.agenda-list-section {
  padding-bottom: 240px;
}

.agenda-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.agenda-list__item {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.agenda-list__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}

.agenda-list__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.agenda-list__item-date {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  text-transform: uppercase;
  padding-top: 3px;
}

.agenda-list__item-cat {
  font-size: 20px;
  line-height: 20px;
  padding: 6px 11px 2px 11px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  color: #fff;

}

.agenda-list__item-image {
  width: 100%;
  height: 266px;
  margin-bottom: 13px;
}

.agenda-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agenda-list__item-title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: 'din-cond', sans-serif;

}

.agenda-swiper-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
}

.agenda-swiper-dot--active {
  background: #fff;
}

.page-agenda .back-link {
  color: #fff;
}

.page-agenda .back-link:before {
  background: #fff;
}


.page-agenda-inner .title-row {
  margin-bottom: 0;
}

.agenda-small__container {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.agenda-small__container .basic-content a {
  color: #fff;
  text-decoration: underline;
}

.agenda-inner__date {
  font-size: 30px;
  line-height: 30px;
  font-family: 'din-bold-cond', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.page-agenda-inner .page-title:before {
  display: none;
}

.page-agenda-inner .page-title {
  margin-left: auto;
  text-align: center;
  padding-left: 0;
  margin-left: auto;
  margin-bottom: 33px;
}

.agenda-inner__main .container {
  position: relative;
}



.agenda-inner__sticky {
  position: absolute;
  max-width: 255px;
  right: 15px;
  top: 0;

  width: 100%;
  height: 200%;

}

.agenda-inner__sticky-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 20px;
}

.agenda-inscr {
  height: 87px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  background: #8E94C9;
  position: relative;
}

.agenda-inscr a {
  color: #fff;
}

.agenda-list__empty {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.agenda-inscr:after {
  content: '';
  width: 20px;
  height: 32px;
  background: #8E94C9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.agenda-partager {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
  width: 100%;
  height: 87px;
  background: #5586C4;

}

.agenda-partager span {
  font-size: 25px;
  line-height: 23px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  margin-right: 20px;
  padding-top: 5px;

}

.agenda-link {
  margin-right: 15px;
}

.agenda-inner__wrap {
  width: 100%;
}

.agenda-inner__main-img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.agenda-inner__main-img img {
  width: 100%;
  height: auto;
}

.agenda-inner__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 85px;
}

.agenda-inner__cat-item {
  width: max-content;
  max-width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  padding: 6px 20px 2px 20px;
}

.agenda-inner__ims {
  color: var(--accent);
  background: #fff;
}


.agenda-inner__info-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 100px;
}

.agenda-inner__info-item {
  height: 192px;
  width: 100%;
  padding: 22px 16.5px 5px;
  background: #7CCAD9;
  display: flex;
  flex-direction: column;
}

.agenda-inner__info-item h4 {
  font-size: 20px;
  line-height: 20px;
  color: var(--accent);
  margin-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'din-bold-cond', sans-serif;


}

.agenda-inner__info-icon {
  text-align: center;
}

.agenda-inner__info-text {
  min-height: 78px;
  margin-top: auto;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-family: 'din-cond', sans-serif;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 10px; */
}

.agenda-inner__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.agenda-inner__tab-item {
  font-size: 20px;
  line-height: 20px;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  padding: 10px 17px 6px 17px;
  text-transform: uppercase;
  background: #5586C4;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.agenda-inner__tab-item.active {
  color: var(--accent);
  background: #fff;
}

.agenda-inner__tab-item:hover {
  color: var(--accent);
  background: #fff;
}

.agenda-tab__section {
  padding-bottom: 250px;
  padding-top: 75px;
}

.agenda-subtitle {
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  margin-bottom: 15.5px;
}

.agenda-tab__section .basic-content > * {
  color: #fff;
  font-family: 'bahnschrift', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 21px;
}

.agenda-tab__section .basic-content > *:last-child {
  margin-bottom: 0;
}


.agenda-tab__section .basic-content ul {
  padding-left: 30px;
}

.basic-content td ul, .basic-content tr ul {
  padding-left: 20px!important;
}

.agenda-tab__section .basic-content ul li {
  list-style: disc;
  color: #fff;
  font-family: 'bahnschrift', sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.agenda-tab__section .basic-content ul li:last-child {
  margin-bottom: 0;
}


.agenda-intervenants__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.agenda-intervenants__list .intervenant-item__name {
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  text-align: left;
}

.intervenant-item {
  width: 100%;
  max-width: 220px;
}

.intervenant-item__image {
  width: 100%;
  height: 220px;
  margin-bottom: 8px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.intervenant-item__image img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
}

.intervenant-item__name {
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;

}

.agenda-tab__section .basic-content > h3 {
  font-size: 25px;
  line-height: 25px;
}


.agenda-sponsors__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.agenda-sponsors__list-item {
  max-width: 150px;
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}


.agenda-sponsors__list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agenda-sponsors__list-item img {
  max-width: 90%;
  max-height: 90%;

}


.agenda-intervenants__wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}


.agenda-intervenants__item {
  width: 100%;
  display: flex;
  gap: 48px;
  align-items: flex-end;
  /* justify-content: space-between; */
}

.agenda-intervenants__item-image {
  max-width: 189px;
  width: 100%;
  height: 202px;
  background: #7CCAD9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.agenda-intervenants__item-image img {
  max-width: 100%;
  max-height: 100%;

}

.agenda-imtervenants__item-content {
  max-width: 473px;
  width: 100%;
}

.agenda-intervenant__name, .agenda-intervenant__biograph {
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  margin-bottom: 31px;
}


.agenda-intervenant__biograph {
  margin-bottom: 20px;
}


.agenda-intervenants__description {
  color: #fff;
  font-family: 'bahnschrift', sans-serif;
  font-size: 16px;
  line-height: 21px;
}

#agenda-intervenants .agenda-subtitle {
  margin-bottom: 45px;
}

.basic-main__outils .title-row {
  margin-bottom: 77px;
}

.outils-main-section {
  padding-bottom: 180px;
}

.outils-intro__flex {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.outils-intro__left {
  max-width: 988px;
  width: 100%;
}

.filters-columns__outils {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 189px;
}

.label-more, .label-less {
  font-size: 16px;
  font-family: "bahnschrift", sans-serif;
  line-height: 21px;
  font-weight: bold;
  position: relative;
}

.label-more:after, .label-less:after {
  content: '>';
  font-size: 16px;
  font-family: "bahnschrift", sans-serif;
  line-height: 21px;
  position: absolute;
  left: calc(100% + 5px);
  top: 3px;
  transition: .2s ease-in-out;
}

.label-less:after {
  transform: rotate(-90deg);
  top: 4px;
}

.langue-filter {
  margin-left: calc(33px - 15px);
}

.langue-filter__title {
  font-size: 20px;
  line-height: 20px;
  font-family: 'din-med-cond', sans-serif;
  color: var(--accent);
  margin-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}

.langue-filter__dropdown {
  width: 100%;
}

.langue-filter__active {
  width: 100%;
  padding: 14px 30px 15px 21px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  background: var(--accent);
  position: relative;
  cursor: pointer;

}

.langue-filter__active:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.langue-filter__dropdown {
  background: var(--accent);
  padding: 10px 21px;
  padding-bottom: 21px;
}

.langue-filter__dropdown-option {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.langue-filter__dropdown-option:last-child {
  margin-bottom: 0;
}

.outils-intro__right {
  max-width: 331.85px;
  width: 100%;
  margin-right: 35px;
  margin-top: -32px;

}

.outils-intro__right-wrap {
  position: relative;
  background: #7CCAD9;
  height: 331.85px;
  width: 100%;
}

.outils-intro__right-wrap img {
  width: 376.7px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 42px;
}

.outils-main-section {
  padding-top: 124px;
}
.mobile-filter-column-toggle {
  display: none;
}
.outils-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 140px 120px;
  padding-right: 100px;
}

.outils-list__cat-colors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* flex-wrap: wrap; */
  gap: 0;
}

.cat-color {
  height: 10px;
  width: 100px;
}

.outils-list__item-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.outils-list__item-image img {
  width: 100%;
  height: auto;
  max-height: 425px;
  object-fit: cover;
}

.outils-list__item {
  width: 100%;
}

.outils-list__item-title {
  font-size: 30px;
  line-height: 32px;
  font-family: 'din-cond', sans-serif;
  color: var(--accent);
  margin-bottom: 5px;
}

.outils-list__item-description {
  font-size: 16px;
  line-height: 21px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--accent);
  transition: max-height 0.3s ease;
}

.outils-list__item-description > *, .outils-list__item-description * {
  color: var(--accent);
  font-size: 16px;
  line-height: 21px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 400;
}

.outils-list__item-description a {
  text-decoration: underline;
}

.outils-list__item-description-wrap {
  position: relative;
}

.outils-list__item-description {
  transition: max-height 0.3s ease;
}

.outils-list__item-description.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.outils-list__item-description.is-expanded {
  display: block;
}

.outils-list__item-description-toggle {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  /* text-decoration: underline; */
  margin-bottom: 15px;
  color: var(--accent);
}

.outils-list__item-pub__info {
  font-size: 16px;
  line-height: 21px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 700;
  margin-bottom: 21px;
  color: var(--accent);
}

.outils-list__item-link {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #5586C4;
  font-family: 'din-bold-cond', sans-serif;
}

.page-academy {
  background: #D3C2A5;
}

.academy-triple {
  padding-bottom: 270px;
}

.academy-subtitle {
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  text-align: center;
  margin-bottom: 170px;
}

.basic-main__academy .title-row {
  margin-bottom: 0;
}

.academy-intro {
  padding-bottom: 80px;
}

.academy-intro__wrap {
  display: flex;
  justify-content: space-between;
}

.academy-intro__left {
  max-width: 820px;
}

.academy-intro__left .basic-content > * {
  font-family: 'din-reg', sans-serif;

}

.academy-intro__left .basic-content > h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'din-cond', sans-serif;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 30px;
}

.academy-intro__right {
  max-width: 416px;
  width: 100%;
}

.academy-intro__right-wrap {
  width: 100%;
  height: 416px;
  position: relative;
  background: #5586C4;
}

.academy-intro__right-wrap img {
  width: 637px;
  height: auto;
  position: absolute;
  bottom: -29px;
  right: 21px;
}

.basic-main__academy .page-title:before {
  background: var(--accent);
  z-index: 1;
}

.academy-triple__title {
  text-align: center;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.academy-types {
  max-width: 990px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;

}

.academy-type {
  width: 100%;
  height: 331px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px 15px 31px 15px;
}

.academy-type__name {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
}

.academy-type__formations {
  background: #ED8C8B;
}

.academy-type__formations-mesure, .academy-type__catalogue {
  background: #8E94C9;
}

.academy-type__conf {
  background: #5586C4;
}

.academy-type__formations img {
  position: absolute;
  top: 54.8px;
  left: 27px;
  width: 288px;
  height: auto;
}

.academy-type a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.academy-type__formations-mesure img, .academy-type__catalogue img {
  width: 171.77px;
  position: absolute;
  top: 16px;
  left: 63.7px;
  height: auto;

}

.academy-type__conf img {
  width: 313.45px;
  position: absolute;
  top: 25.5px;
  height: auto;
  left: 17.5px;
}


.academy-type:before {
  content: '';
  position: absolute;
  top: calc(100% + 7.8px);
  width: 35.71px;
  height: 30px;
  background: inherit;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.basic-main__formations .title-row {
  margin-bottom: 91px;
}

.basic-main__formations .page-title {
  padding-left: 0;
}

.formations-intro .container {
  position: relative;
}

.formations-intro {
  padding-bottom: 80px;
  /* padding-bottom: 50px; */
}

.formation-stick__wrap {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 280px;
}

.formations-stick {
  display: flex;
  height: 180px;
  width: 180px;
  position: relative;
  padding: 25px 20px 20px 25px;
  background: #234093;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
  margin-bottom: 14px;
  margin-left: auto;
  z-index: 3;
}

.formations-stick:before {
  content: '';
  width: 19px;
  height: 32px;
  background: #234093;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.formations-stick span {
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  text-align: left;
}

.formations-stick img {
  width: 53px;
  height: auto;
}

.formation-stick__text {
  width: 100%;
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  font-family: 'din-reg', sans-serif;
  color: #234093;
}


.formations-menu__middle {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.formations-menu__middle .academy-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.formations-menu__middle .academy-type {
  height: 180px;
  padding: 15px 5px;
}

.formations-menu__middle .academy-type__name {
  font-size: 18px;
  line-height: 18px;
}

.formations-menu__middle .academy-type__formations img {
  top: 44px;
  left: 14px;
  width: 145px;
  height: auto;
}

.academy-type.active:after {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  border: 8px solid #fff;

  position: absolute;
  left: 0;
  top: 0;
}

.formations-menu__middle .academy-type:before {
  display: none;
}

.formations-menu__middle .academy-type__formations-mesure img, .formations-menu__middle .academy-type__catalogue img {
  width: 93.77px;
  left: 32px;
  top: 7.8px;
}

.formations-menu__middle .academy-type__conf img {
  width: 193.85px;
  left: 14.7px;
  top: 28.6px;
}

.formations-menu__middle .academy-type__conf {
  overflow: hidden;
}

.formations-filter-section .main-filters__wrap {
  max-width: 780px;
}

.filters-actions button {
  background: transparent;
}

.formations-filter-section {
  padding-bottom: 85px;
}

.formation-date__section .section-title {
  margin-bottom: 42px;
}

.formations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 108px 85px;
}

.formations-list__item {
  width: 100%;
  max-width: 100%;
}

.formations-list__item-date {
  font-size: 23px;
  line-height: 23px;
  color: var(--accent);
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
}

.formations-list__item-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}

.formation-cat__color {
  height: 10px;
  width: 100px;
}

.formations-list__item-image {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
}

.formations-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formation-list__item-title {
  font-size: 30px;
  line-height: 32px;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
}

.formation-date__section {
  margin-bottom: 160px;
}

.formation-date__section:last-child {
  margin-bottom: 0;
  padding-bottom: 250px;
}


.hand-stick {
  display: flex;
  gap: 30px;
}

.fair-un-don {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fair-un-don a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-agenda .fair-un-dkn__text{
  color: #fff;
}

.hand-stick__inner {
  position: relative;
}

.fair-un-dkn__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  font-family: 'din-med-cond', sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: var(--accent);
  padding-top: 14px;
}


.catalog-triple__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}


.catalog-triple__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11.3px;
}


.catalog-triple__people .cataloge-triple__item-heading {
  background: #ED8C8B;
}

.catalog-triple__people .catalog-triple__item-description {
  background: #ED8C8B;
}

.catalog-triple__planet .cataloge-triple__item-heading {
  background: #11ADA7;
}
.catalog-triple__planet .catalog-triple__item-description {
  background: #11ADA7;
}

.catalog-triple__prosperity .cataloge-triple__item-heading {
  background: #F39763;
}
.catalog-triple__prosperity .catalog-triple__item-description {
  background: #F39763;
}

.cataloge-triple__item-heading {
  display: flex;
  gap: 68px;
  align-items: center;
  height: 92px;
}

.catalog-triple__heading-icon {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}


.catalog-triple__heading-title {
  font-size: 36px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 9px;
}


.catalog-triple__item-description {
  padding: 81px 55px 58px 62px;
  height: 100%;

}


.catalog-triple__item-description .basic-content p {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-family: 'din-reg', sans-serif;
  margin-bottom: 25px;
}


.formations-triple-section {
  padding-bottom: 235px;
}


.engage-equip .section-title {
  text-align: center;
  font-size: 40px;
  font-family: 'din-cond', sans-serif;
  line-height: 40px;
  margin-bottom: 42px;
}

.engage-equip__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 52px 42px;
}

.engage-item {
  width: 100%;
}

.engage-item__image {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}


.engage-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.engage-item__name {
  font-size: 33px;
  line-height: 33px;
  color: #234093;
  text-align: center;
  margin-bottom: 0;
  font-family: 'din-cond', sans-serif;
}

.engage-item__position {
  font-size: 18px;
  line-height: 23px;
  color: #234093;
  text-align: center;
  font-family: 'din-cond', sans-serif;
  margin-bottom: 10px;
}

.engage-item__link {
  width: 100%;
  padding: 3px 5px 2px 5px;
  text-align: center;
  color: #fff;
  background: #234093;
  font-family: 'din-cond', sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  cursor: pointer;
}

section.engage-equip {
  padding-bottom: 250px;
}

.container-sens {
  max-width: 100%;
  max-width: 100%;
  padding-left: 75px;
  padding-right: 125px;
  position: relative;
}

.sens-wrap {
  width: 100%;
  max-width: 1235px;
  margin-left: auto;
  margin-right: 0;
}

section.sensibilisation {
  padding-bottom: 200px;
}

.sens-wrap {
  display: flex;
  justify-content: space-between;
}

.sens-left {
  max-width: 800px;
  width: 100%;
}

.sens-right {
  max-width: 255px;
  width: 100%;
}

.sens-date__row, .sens-place__row {
  width: 100%;
  display: flex;
  gap: 34px;
  align-items: center;
}

.sens-date__row {
  margin-bottom: 32px;
}

.sens-date__icon, .sens-place__icon {
  width: 35px;
}

.sens-date__icon img {
  width: 100%;
}

.sens-place__icon img {
  width: 27px;
}

.sens-place__text, .sens-place__text {
  font-size: 23px;
  line-height: 28px;
  font-family: 'din-cond', sans-serif;
  font-weight: 400;
  color: #234093;
  text-transform: uppercase;
  padding-top: 4px;
}


.sens-place__row {
  margin-bottom: 32px;
}

.sens-right__link {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  background: #8E94C9;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 28px;
  font-family: 'din-cond', sans-serif;
  padding-top: 4px;
  margin-bottom: 16px;
}

.sens-right__link:hover {
  color: #fff;
}


.sens-right__partager {
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  background: #5586C4;
  gap: 16px;
}

.sens-right__partager span {
  font-size: 25px;
  line-height: 25px;
  font-family: 'din-cond', sans-serif;
  padding-top: 5px;
}

.sens-right__partager-links {
  display: flex;
  gap: 16px;
  align-items: center;

}


.page-forum {
  background: #EAECF9;
}

.page-forum .page-title:before {
  z-index: 0;
}

.forum-section {
  width: 100%;
  padding-bottom: 150px;
}

.forum-container {
  width: 100%;
  max-width: 100%;
  padding-left: 125px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.forum-left {
  max-width: 246px;
  width: 100%;
  position: relative;
}

.forum__anch_links-wrap {
  position: sticky;
  top: 20px;
}

.forum-anchors {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 57px;
}

.forum-anchor__item {
  position: relative;
  width: 100%;
  background: #234093;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.forum-anchor__item:hover {
  color: #fff;
}

.forum-anchor__item:before {
  content: '';
  width: 11px;
  height: 20px;
  background: #234093;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: calc(100% - 25px);
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-in-out;
}

.forum-anchor__item:hover:before {
  left: calc(100% + 5px);
}

.forum-anchor__item.active:before {
  left: calc(100% + 5px);
}

.forum-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.forum-link__item {
  position: relative;
  width: 100%;
  background: #5586C4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 70px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.forum-link__item:hover {
  color: #fff;
}

.forum-right {
  max-width: 1345px;
  width: 100%;
}

.forum-right__intro {
  padding-right: 125px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.forum-intro__box {
  width: 100%;
  height: 306px;
  color: #fff;
  position: relative;
  font-size: 45px;
  line-height: 45px;
  display: flex;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  padding-top: 0!important;
  align-items: center;

}

.forum-intro__box:first-child {
  padding-left: 46px;
  padding-top: 90px;
  padding-right: 33px;
  z-index: 1;
}

.forum-intro__box:first-child:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 42px;
  width: 30px;
  height: 50px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: inherit;
}

.forum-intro__light {
  background: #5586C4;

}

.forum-intro__blue {
  background: #234093;

}

.forum-intro__box:nth-child(2) {
  padding-top: 90px;
  padding-left: 61px;
  padding-right: 45px;
}

.forum-intro__yellow {
  background: #FFED00;
}

.forum-intro__yellow img {
  width: 294px;
  position: absolute;
  right: 25px;
  bottom: 0;
}

.forum-intro__small {
  font-size: 25px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 53px;
  padding-right: 53px;
}

.forum-intro__box:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 53px;
  padding-right: 53px;
}

.forum-right__intro {
  margin-bottom: 185px;
}

.forum-content__wrap {
  width: 100%;
  padding-right: 125px;
  margin-bottom: 150px;

}

.forum-content__wrap > .forum-h2 {
  max-width: 570px;
}

.forum-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 100px;
}

.forum-column {
  width: 100%;
}

.forum-column .basic-content h3 {
  color: #234093;
  margin-bottom: 12px;
}

.content-blue-bg, .blue-block {
  padding: 83px 65px 62px 65px;
  background: #5586C4!important;
}

.content-blue-bg, .blue-block  {
  color: #fff;
}

.content-blue-bg p, .blue-block p {
  color: #fff;
  margin-bottom: 22px;
}

.content-blue-bg h2, .content-blue-bg h3, .content-blue-bg h4 {
  color: #fff!important;
  margin-bottom: 25px!important;
}


.content-blue-bg p:last-child, .blue-block p:last-child {
  margin-bottom: 0;
}

.align-bottom {
  align-items: flex-end;
}

.forum-column .basic-content h2 {
  color: #234093;
}

.intervenants-block {
  width: 100%;
  padding-right: 70px;
  margin-bottom: 235px;
}

.block-title {
  font-size: 45px;
  line-height: 45px;
  font-family: 'din-bold-cond', sans-serif;
  color: #234093;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.interventants_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.intervenants-item {
  width: 100%;
}

.intervenants-item__img {
  width: 100%;
  height: 400px;
  margin-bottom: 13px;
}

.intervenants-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intervenant-item__name {
  font-size: 35px;
  line-height: 35px;
  font-family: 'din-med-cond', sans-serif;
  color: #234093;
  margin-bottom: 6.2px;
  text-align: center;
  text-transform: unset;
}

.interventnat-item__plus {
  width: 100%;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #234093;
  font-size: 21px;
  line-height: 21px;
  font-family: 'bahnschrift', sans-serif;
}

.interventnat-item__plus:hover {
  color: #fff;
}


.sponsors-block {
  width: 100%;
  padding-right: 0;
}

.sponsors-wrap {
  padding: 99px 125px 173px 225px;
}

.sponsors-gold {
  background: transparent linear-gradient(180deg, #D5D0B8 0%, #EAE4CB 100%) 0% 0% no-repeat padding-box;
}

.sponsors-silver {
  background: transparent linear-gradient(180deg, #EBEFF1 0%, #C7CED2 100%) 0% 0% no-repeat padding-box;
}

.sponsors-inner__title {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #234093;
  font-family: 'din-med-cond', sans-serif;
  margin-bottom: 80px;
}

.sponsors-list {
  display: flex;
  flex-direction: column;
  gap: 115px;
}

.sponsors-list__item {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
}

.sponsors-list__item-image {
  max-width: 320px;
  width: 100%;
  height: 420px;
}

.sponsors-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsors-list__item-description {
  max-width: 610px;
  width: 100%;

}

.sponsors-list__item-name {
  font-size: 35px;
  line-height: 35px;
  font-family: 'din-med-cond', sans-serif;
  font-weight: 500;
  color: #234093;
  margin-bottom: 11px;
}

.sponsors-list__item-position {
  font-size: 16px;
  line-height: 35px;
  font-family: 'gotham', sans-serif;
  font-weight: 500;
  margin-bottom: 17px;
  color: #234093;
}


.sponsors-list__item-about {
  font-size: 18px;
  line-height: 25px;
  font-family: 'gotham-book', sans-serif;
  font-weight: 400;
  color: #234093;
}


.forum-years .forum-anchor__item {
  max-width: 150px;
  min-height: 50px;
}

.forum-years .forum-anchor__item:before {
  display: none;
}

.forum-years .forum-anchor__item.active:before {
  display: block;
}

.forum-intro__gray {
  background: #D3C2A5;
}

.forum-intro__gray img {
  width: 276px;
  position: absolute;
  bottom: 40px;
  right: 13px;
}


.forum-column {
  max-width: 570px;
}

.forum-column.column-fullwidth {
  grid-column: 1 / -1;
  max-width: 100%;
}

.forum-column.column-start {
  grid-column-start: 1;
}

.sens-content__wrap {
  margin-bottom: 50px;
}

.basic-slide {
  width: 100%;
}


.basic-slide img {
  max-width: 100%;
  width: 100%;

}


.basic-slider__dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  position: static;
}

.basic-slider__dots .swiper-pagination-bullet {
  margin: 0!important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #234093;
  background: transparent;
  opacity: 1;
}

.basic-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #234093;
}

.forum-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

.forum-faq__list-item {
  width: 100%;
}

.forum-faq__list-question {
  position: relative;
  width: 100%;
  min-height: 53px;
  background: #234093;
  padding: 13px 60px 17px 33px;
  color: #fff;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  cursor: pointer;
  /* text-transform: uppercase; */
}

.forum-faq__list-question:before {
  content: '';
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #fff;
  transition: .3s ease-in-out;
}

.forum-faq__list-item.active .forum-faq__list-question:before {
  transform: rotate(180deg) translatey(50%);
}

.forum-faq__list-answer {
  padding: 27px 0 30px 33px;
  background: transparent;
}


.forum-link__item {
  position: relative;
}

.forum-link__item.active::before {
  content: '';
  width: 11px;
  height: 20px;
  background: #5586C4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.forum-inscription__box {
  width: 100%;
  max-width: 800px;
  border: 1px solid #234093;
  padding: 33.5px 48px 45px 45px;
  background: transparent;
  /* margin-bottom: 242px; */
}

.membre-inscription {
  padding-bottom: 240px;
}

.forum-inscription__box form {
  width: 100%;
  background: transparent;
  color: #234093;
}

.inscription-title {
  font-size: 28px;
  line-height: 28px;
  font-family: 'din-cond', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30.5px;
}

.inscription-row {
  width: 100%;
  margin-bottom: 20px;

}

.inscription-row label, .inscription-row__description {
  font-size: 23px;
  line-height: 23px;
  font-family: 'din-cond', sans-serif;
  margin-bottom: 7px;
  width: 100%;
}

.inscription-row__description {
  margin-bottom: 15px;
}

.inscription-row input {
  padding: 3px 10px;
  height: 34px;
  background: #fff;
  font-size: 21px;
  line-height: 21px;
  border: 0;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  width: 100%;
}

.inscription-row__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}


/* radio */

.custom-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 15px;
  position: relative;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.custom-radio__box {
  width: 16px;
  height: 16px;
  border: 1px solid var(--accent);
  border-radius: 0;
  position: relative;
  transition: 0.2s ease;
  margin-top: -3px;
}



.custom-radio input:checked + .custom-radio__box {
  background: var(--accent);
}

.custom-radio-group {
  margin-bottom: 45px;
}

.inscription-input__row textarea {
  min-height: 84px;
  background: #fff;
  padding: 15px 10px;
  border: 0;
  width: 100%;
}

.inscription-submit {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 69px;
  background: var(--accent);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-top: 70px;
}

/* radio */


.page-awards {
  background: #E0F1F7;
}

.page-awards .title-row {
  margin-bottom: 60px;
}

.forum-anchor__item {
  text-align: center;
}

.awards-intro__right {
  margin-left: auto;
  max-width: 914px;
  width: 100%;
  display: flex;
  gap: 0;
  margin-right: 125px;
  margin-bottom: 92px;

}

.awards-intro__right-color {
  background: #234093;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 39px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  font-size: 45px;
  line-height: 45px;
  max-width: 304px;
  width: 100%;
}

.awards-intro__right-img {
  width: 100%;
  max-width: 611px;
}

.awards-intro__right-img img {
  width: 100%;
  height: auto;
}


.basic-content > *:last-child {
  margin-bottom: 0;
}

.basic-content h6 {
  font-size: 16px;
  line-height: 21px;
  color: var(--accent);
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
}

.forum-presentation {
  margin-bottom: 150px;
}

.forum-column img {
  margin-bottom: 0;
  margin-top: 0;
}


.page-presse {
  background: #F5F1EE;
}


.page-presse .page-title:before {
  z-index: 1;
}

.presse-main__section {
  padding-bottom: 266px;
}

.intro-presse__wrap {
  display: flex;
  justify-content: space-between;
}

.intro-presse__filters {
  max-width: 760px;
  width: 100%;
}

.filters-by-year {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filters-by__year-item {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  font-family: 'din-med-cond', sans-serif;
  background: #234093;
  cursor: pointer;

}

.filters-by__year-item.active {
  background: #7CCAD9;
}

.filters-by__format {
  width: 100%;
}

.format-filters__title {
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'din-med-cond', sans-serif;
  margin-bottom: 5px;
  color: var(--accent);
}

.format-filters__wrap {
  max-width: 230px;
  width: 100%;
  background: var(--accent);
  color: #fff;
  position: relative;
}

.format-filters__active {
  min-height: 40px;
  width: 100%;
  position: relative;
  padding-left: 24px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 9px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  cursor: pointer;
}

.format-filters__active:before {
  content: '';
  width: 10px;
  height: 9px;
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s ease-in-out;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  right: 12px;
}

.format-filters__dropdown {
  padding: 5px 25px 20px 24px;
  background: transparent;
  position: absolute;
  top: 100%;
  background: var(--accent);
  width: 100%;

}

.format-filters__wrap.active .format-filters__active:before {
  transform: rotate(180deg) translateY(50%);
}

.format-filters__dropdown-item {
  font-size: 16px;
  line-height: 16px;
  font-family: 'bahnschrift', sans-serif;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}

.format-filters__dropdown-item:last-child {
  margin-bottom: 0;
}

section.intro-presse {
  margin-bottom: 103px;
}

.intro-presse__right {
  position: relative;
  max-width: 267px;
  width: 100%;
  height: 267px;
  background: #7CCAD9;
  margin-top: -130px;
  margin-right: 180px;
}


.intro-presse__right img {
  position: absolute;
  width: 417px;
  height: auto;
  bottom: 0;
  right: -9px;
}

.presse-main__section {
  padding-bottom: 266px;
}

.container-presse {
  max-width: 1525px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.presse-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 110px
}

.presse-list__item {

  width: 100%;
}

.presse-list__item-category {
  font-size: 20px;
  line-height: 20px;
  font-family: 'din-cond', sans-serif;
  color: #fff;
  background: var(--accent);
  margin-bottom: 7px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 4px 11px 1px 12px;
  min-width: 141px;
  width: max-content;
}

.presse-list__item-image {
  width: 100%;
  height: 425px;
  margin-bottom: 10px;
}

.presse-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.presse-list__item-description {
  width: 100%;
  font-size: 30px;
  line-height: 32px;
  font-family: 'din-cond', sans-serif;
  color: var(--accent);

}

.contact-section {
  padding-bottom: 240px;
}

.contact-section__wrap {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  gap: 0;
  justify-content: center;
}

.contact-section__box {
  width: 100%;
  max-width: 300px;
  height: 300px;
  color: #fff;
  font-family: 'din-cond', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  justify-content: flex-end;
}

.contact-box__mob {
  display: none;
}


.contact-section__box a {
  color: #fff;
}

.contact-first {
  background: #5586C4;
  position: relative;
  z-index: 1;
  padding-left: 58px;
  padding-right: 72px;
  text-transform: uppercase;
}

.contact-first p {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 34px;
}

.contact-first p:last-child {
  margin-bottom: 0;
}

.contact-first:before {
  content: '';
  left: 100%;
  width: 28px;
  height: 45px;
  background: #5586C4;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 39px;
}


.contact-second {
  background: #234093;
  padding-left: 49px;
  padding-right: 34.5px;

}

.contact-second p {
  margin-bottom: 23px;
  font-size: 21px;
  line-height: 25px;
}

.contact-second p:last-child {
  margin-bottom: 0;
}

.contact-third {
  position: relative;
  background: #D3C2A5;
}

.contact-third a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;

}

.contact-third img {
  width: 255px;
  position: absolute;
  bottom: 14px;
  left: 15px;
}

.contact-fourth {
  background: #234093;
  padding-left: 27.5px;
  padding-right: 23.5px;
}

.contact-fourth p {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.contact-fifth {
  background: #7CCAD9;
  padding-left: 27px;
  padding-right: 28.5px;
}

.contact-fifth h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

.contact-fifth p {
  font-size: 21px;
  line-height: 25px;
}

.page-planet {
  background: #11ADA7;
}

.page-planet-body footer, .page-template-planet footer {
  background: #11ADA7;
  border-top: 1px solid #fff;
}


.direction-inner__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.direction-inner__left {
  max-width: 605px;
  width: 100%;
}

.direction-planet .direction-inner__right {
  max-width: 827px;
  width: 100%;
  margin-right: 43px;
  transform: translatey(121px);
}

.direction-inner__right img {
  width: 100%;
}

.direction-title__row {
  display: flex;
  gap: 5.5px;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 5px;
}

.direction-icon {
  width: 76.5px;
  height: 76.5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction-planet .direction-icon img {
  width: 40.05px;
}

.direction-title__row h1 {
  font-size: 75px;
  line-height: 75px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'din-bold-cond', sans-serif;
  margin-bottom: 0;
  height: auto;
  margin-bottom: -19px;
}

.direction-tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 50px;

}

.direction-tags__item {
  width: max-content;
  max-width: 100%;
  font-size: 23px;
  line-height: 23px;
  padding: 7.5px 14px 2.4px 12.3px;
  background: #fff;
  text-transform: uppercase;
  font-family: 'din-cond', sans-serif;

}

.direction-planet .direction-tags__item {
  color: #11ADA7;
}

.direction-inner__description .basic-content > * {
  color: #fff;
}


.direction-inner__description {
  margin-bottom: 53px;
}


.direction-comment__box {
  font-size: 21px;
  line-height: 23px;
  background: #fff;
  height: 111px;
  width: 111px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: 'din-med-cond', sans-serif;
}

.direction-planet .direction-comment__box {
  color: #11ADA7;

}

.direction-comment__box:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  left: calc(100% + 5px);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 11px;
  height: 20px;
}

.direction-planet {
  padding-bottom: 103px;
}

.planet-main-section {
  margin-top: -60px;
}

.page-planet .hand-stick__text, .page-people .hand-stick__text {
  color: #fff;
}

.page-people-body footer, .page-template-people footer {
  background: #ED8C8B;
  border-top: 1px solid #fff;
}

.page-people {
  background: #ED8C8B;
}

.direction-people .direction-tags__item {
  color: #ED8C8B;
}

.direction-people .direction-comment__box {
    color: #ED8C8B;
}

.direction-people .direction-inner__right {
  max-width: 653px;
  width: 100%;
  transform: translateY(50px);
}

.page-people .direction-main__section {
  padding-bottom: 70px;
}

.page-people .direction-main__section {
  margin-top: -60px;
}


.page-prosperity-body footer, .page-template-prosperity footer {
  background: #F39763;
  border-top: 1px solid #fff;
}

.page-prosperity {
  background: #F39763;
}

.direction-prosperity .direction-tags__item {
  color: #F39763;
}

.direction-prosperity .direction-comment__box {
    color: #F39763;
}


.direction-prosperity .direction-inner__right {
  max-width: 806px;
  width: 100%;
  transform: translateY(60px);
}

.page-prosperity .direction-main__section {
  padding-bottom: 70px;
}

.page-pprosperity .direction-main__section {
  margin-top: -60px;
}

.page-prosperity .hand-stick__text, .page-people .hand-stick__text, .page-planet .hand-stick__text  {
  color: #fff;
}


.page-prosperity .fair-un-dkn__text, .page-people .fair-un-dkn__text, .page-planet .fair-un-dkn__text {
  color: #fff;
}


.blue-partner .partner-wrap {
  background: #5586C4;
}

.darkblue-partner .partner-wrap {
  background: #234093;
}

.partner-wrap {
  display: flex;
  padding: 91px 328px 90px 163px;
  justify-content: space-between;
  gap: 20px;
}

.partner-left {
  max-width: 300px;
  width: 100%;
}

.partner-logo {
  max-width: 100%;
  width: 100%;
  height: 300px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 90%;
  max-height: 90%;
  height: auto;

}

.partner-right{
  max-width: 800px;
  width: 100%;
}

.partner-right .basic-content > * {
  color: #fff;

}

.partner-right .basic-content h1, .partner-right .basic-content h2, .partner-right .basic-content h3, .partner-right .basic-content h4 {
  font-family: 'din-bold-cond', sans-serif;
}

.partner-right .basic-content h4  {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 16px;
}

.partner-right .basic-content p {
  font-size: 16px;
  line-height: 21px;
  font-family: "gotham-book", sans-serif;
  margin-bottom: 21px;
}

.partner-right .basic-content ul li {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-family: "gotham-book", sans-serif;
  margin-bottom: 15px;
}

.partner-right .basic-content a {
  color: #fff;
  text-decoration: underline;
}

.partner-section {
  padding-bottom: 160px;
}

.partner-logo {
  margin-bottom: 45px;
}

.partner-link {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;

}

.page-partner .title-row {
  margin-bottom: 70px;
}


.partner-link span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-family: 'din-cond', sans-serif;
}


.partner-left {
  padding-top: 100px;
}



.partner-title {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: 'din-bold-cond', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 66px;
  width: max-content;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
}

.partner-title:before {
  content: '';
  width: 51px;
  height: 53.4px;
  position: absolute;
  left: 4px;
  bottom: 25%;
  background: #fff;
  clip-path: polygon(58% 0, 100% 0%, 42% 100%, 0% 100%);
  z-index: 1;
}

.footer-grenge-text {
  display: none;
}


.green-partner .partner-wrap {
  background: #11ADA7;
}


.awards-edition { display:none; }
.awards-edition.is-active { display:block; }

.home-sustain__mobile {
  display: none;
}

.header-mobile-toggler {
  display: none;
}

.header-mobile__menu {
  display: none;
}

.apropos-grid__item-mobile__type {
  display: none;
}

.nos-actions__mobile-planet {
  display: none;
}

/* .mention-legales-page .basic-content p strong {
  margin-bottom: 20px;
} */

.mention-legales-page .basic-content h2 {
  color: var(--accent);
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 30px;
}

.mention-legales-page .basic-content h3 {
  font-size: 20px;
  line-height: 20px;
}

.basic-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #234093;
}
.mention-legales-page .search-section__container {
  max-width: 920px;
}

.basic-content table th,
.basic-content table td {
    border: 1px solid #234093;
    padding: 18px 29px 13px 29px;
    vertical-align: top;
    font-family: 'bahnschrift', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: var(--accent);
    font-weight: 400;
}

.basic-content table td {
  padding: 16.5px 21px;
}

.basic-content table tr:first-child {
  font-weight: bold;
  background: #EAECF9;
}

.basic-content table tr:first-child td {
  font-weight: bold;
}

.nos-actions-mobile__tree {
  display: none;
}

@media (max-width: 1920px) {
  .hand-stick {
    right: 100px;
  }

  .formation-stick__wrap {
    right: 31px;
  }

  .partner-wrap {
    padding-right: 160px;
    justify-content: flex-start;
  }
}


@media (max-width: 1700px) {

  .page-forum-editions .forum-intro__gray img {
    max-width: 100%;
    padding: 10px;
    position: static;
  }

  .page-forum-editions .forum-intro__gray {
    display: flex;
    align-items: center;
    justify-content: center;
  }



  .cat-color {
    width: unset;
  }

  .forum-content__wrap > .forum-h2 {
    max-width: 100%;
  }

  .basic-content .gallery {
    display: flex!important;
    flex-wrap: wrap;
    gap: 50px;

  }
  .basic-content .gallery .gallery-item {
    width: 140px;
    /* height: 140px; */
  }

  .agenda-intro__stick {
    right: 40px;
  }

  .forum-right__intro {
    margin-bottom: 40px;
  }

  .basic-main__formations .page-title {
    max-width: 100%;
  }
  .search-section__icon {
    position: relative;
    right: unset;
    top: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .partner-wrap {
    flex-direction: column;
    gap: 60px;
  }

  .partner-right {
    max-width: 100%;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-menu > li > a {
    font-size: 16px;
    line-height: 20px;
  }

  .header-logo {
    max-width: 63px;
  }

  .header-main {
    padding-top: 10px;
  }

  .search-toggle {
    margin-top: -5px;
  }

  .header-search__wrap {
    margin-left: 18%;
  }

  .home-blocks__middle {
    max-width: 632px;
  }

  .home-blocks__left {
    max-width: 250px;
  }

  .home-blocks__right {
    max-width: 250px;
  }

  .home-middle__book {
    width: 193px;
    left: 88px;
    top: -43px;
  }

  .home-middle__people-box {
    top: 164.3px;
    left: 88px;
  }

  .home-middle__tree {
    width: 256px;
    top: -53.5px;
    right: 40.8px;
  }

  .home-middle__planet-box {
    right: 66.8px;
    top: 178.3px;
    max-width: 209px;
    width: 100%;
    left: unset;
  }

  .home-middle__train {
    width: 265.06px;
    bottom: 33.9px;
    right: 57.7px;
  }

  .home-middle__prosperity-box {
    max-width: 262px;
    width: 100%;
    top: 393px;
    left: 134.1px;
  }

  .home-about h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .home-right__block-title {
    padding: 16px 14px;
  }

  .home-right__forum .home-right__block-image img {
    max-width: 146px;
  }

  .home-right__forum .home-right__block-image {
    height: 125px;
  }


  .home-right__forum .home-right__block-image h3 {
    font-size: 20px;
    line-height: 20px;
    top: 25px;
    margin-bottom: 0;
  }

  .home-right__block-description {
    align-items: flex-start;
    padding: 9px 14px;
    min-height: 65px;
  }

  .sustain-img {
    width: 266.66px;
    top: -96px;
  }

  .home-sustain {
    padding-top: 126px;
    padding-left: 28.3px;
    padding-right: 28.2px;
    padding-bottom: 18px;
  }

  .home-sustain h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 4.6px;

  }

  .home-about {
    margin-bottom: 126px;
  }

  .footer-links {
    margin-right: auto;
    margin-right: auto;
  }

  .site-footer .container {
    gap: 20px;
  }

  .footer-address {
    margin: 0;
  }

  .footer-grengeweb {
    margin: 0;
  }

  .hand-stick__text {
    font-size: 16px;
  }

  .fair-un-dkn__text {
    font-size: 16px;
  }

  .fair-un-don__img {
    max-width: 22.1px;
    width: 100%;
  }

  .fair-un-don__img img {
    width: 100%;
  }

  .page-title__left {
    margin-left: auto;
  }

  .footer-address {
    font-size: 14px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-menu a {
    font-size: 18px;
    line-height: 18px;
  }

  .menu-left__container {
    max-width: 182px;
    width: 100%;
  }

  .menu-left__container a {
    font-size: 17px;
    line-height: 17px;
  }

  .apropos-grid__item {
    max-width: 152px;
    max-width: 100%;
    height: 154px;
  }

  .apropos-right__wrap {
    max-width: 912px;
    max-width: 100%;
  }

  .apropos-container__wrap {
    justify-content: flex-start;
    gap: 40px;
  }

  .apropos-grid__item {
    padding-left: 13px;
    padding-bottom: 10px;
    padding-right: 14px;

  }

  .apropos-grid__item-number {
    font-size: 70px;
    margin-bottom: 11px;
  }

  .apropos-hand img {
    width: 87.5px;
  }

  .apropos-map img {
    width: 82.7px;
  }

  .apropos-grid__item-text {
    font-size: 14px;
    line-height: 16px;
  }

  .apropos-grid__item-text__type {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 14px;
    text-align: right;
  }

  .apropos-grid__item-title {
    font-size: 14px;
    line-height: 14px;
  }

  .apropos-stone img {
    width: 103px;
    bottom: 16px;
    left: 23px;
  }

  .apropos-euro img {
    width: 82.33px;
  }

  .apropos-lamp img {
    width: 138.95px;
    top: 14px;
    left: 6px;
  }

  .apropos-logo img {
    width: 98.9px;
  }

  .apropos-dog img {
    width: 178px;
    left: -12px;
    bottom: 0;
  }

  .apropos-grid__item-num__type:after {
    right: -19px;
  }

  .title-row {
    margin-bottom: 70px;
  }

  .vision-box__title {
    font-size: 30px;
    line-height: 30px;
    min-height: 91px;
  }

  .vision-box__image img {
    height: 285px;
  }

  .vision-box__content {
    padding: 34px 20px 39px 21px;
  }

  .vision-wrap {
    margin-bottom: 85px;
  }

  .nos-actions__container {
    max-width: 1051px;
    width: 100%;
  }

  .section-subtitle {
    margin-bottom: 65px;
  }

  .nos-actions__grid-item:before {
    left: 99%;
  }

  .action-planet img {
    width: 272px;
    top: -64px;
    right: 54px;
  }

  .action-planet {
    min-height: unset;
    height: 256px;
  }

  .nos-actions__grid-item {
    padding: 46px 13px 35px 27px;
  }

  .action-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 13px;
  }

  .nos-actions__grid-item .basic-content ul li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .nos-actions__grid-item .basic-content ul li:last-child {
    margin-bottom: 0;
  }

  .action-tree img {
    width: 340px;
    left: 21px;
    bottom: 14.5px;
  }

  .action-tree {
    min-height: unset;
    height: 257px;
    margin-top: auto;
  }

  .page-title {
    max-width: 450px;
  }

  .page-title:before {
    bottom: unset;
    top: 0;
  }

  .team-section .container {
    max-width: 1050px;

  }

  .team-second-section .container {
    max-width: 1050px;
  }

  .team-first-type, .team-second-type {
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 70px;
  }

  .intro-members__left {
    max-width: 450px;
  }

  .intro-members__right {
    max-width: 645px;
  }


  .intro-members__right > div {
    max-width: 215px;
  }

  .intro-members__flex {
    gap: 20px;
  }

  .intro-members__right-description p {
    font-size: 70px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .intro-members__right-description div {
    font-size: 18px;
    line-height: 18px;
  }

  .intro-members__right-description {
    padding: 10px 67px 10px 19.5px;
  }

  .intro-members__rigth-diagram img {
    max-width: 176px;
  }

  .intro-members__rigth-diagram div {
    font-size: 18px;
    line-height: 18px;
  }

  .basic-filter__option {
    padding: 9px 15px 4px 15px;
  }

  .basic-filters__row {
    flex-wrap: wrap;
  }

  .intro-rejoignez-flex {
    gap: 80px;
  }

  .rejoignez-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .devenir-intro__right-wrap img {
    width: 526px;
    top: 30px;
    left: -35px;
  }

  .devenir-intro__right {
    max-width: 436.72px;
    margin-right: 42px;
  }

  .devenir-intro__right-wrap {
    height: 481px;
  }

  .intro-devenir-flex {
    gap: 30px
  }

  legend label span {
    font-size: 25px;
    line-height: 25px;
  }

  .filters-option label {
    font-size: 14px;
    line-height: 14px;
  }

  .filters-columns {
    gap: 10px;
  }

  .agir-intro__left {
    max-width: 620px;
  }

  .agir-list__item-cat-col {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .cat-row {
    width: auto;
    max-width: 100%;
  }

  .agir-main__list {
    grid-template-columns: repeat(3, 1fr);
  }

  /* временно */

  .agir-sticky-mail {
    display: none;
  }

  .agenda-inner__sticky {
    display: none;

  }

  .agenda-inner__sticky-mobile {
    display: flex;
    right: 40px;
    top: unset;
    right: unset;
    left: unset;
    position: relative;
    margin-left: auto;
    margin-right: auto;

  }

  .agenda-tab__section {
    padding-bottom: 115px;
  }

  .agenda-mobile {
    display: block;
    padding-bottom: 150px;
  }

  /* временно */

  .agir-sticky-mobile {
    display: block;
    position: relative;
    left: unset;
    right: unset;
    margin-top: 150px;
  }

  .agir-tab__content {
    padding-bottom: 150px;
  }

  .actualites-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .agenda-intro__left {
    max-width: 600px;
  }

  .agenda-intro__right {
    max-width: 525px;
    margin-left: auto;
  }

  .page-agenda .title-row .page-title {
    margin-left: auto;
  }

  .agenda-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .outils-intro__left {
    max-width: 814px;
  }

  .langue-filter {
    margin-left: 0;
  }

  .outils-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
  }

  .outils-intro__right-wrap img {
    width: 318px;
    bottom: 0;
    left: -73.5px;
  }

  .outils-intro__right-wrap {
    height: 280px;
  }

  .outils-intro__right {
    max-width: 280px;
  }

  .academy-intro__wrap {
    gap: 300px;
  }

  .formations-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-template-academy-conferenciers-cieres .formation-stick__wrap {
    top: 257px;
    right: 62px;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap {
    top: 244px;
    right: 62px;
  }


  .basic-main__formations .back-link {
    top: 0;

  }

  .basic-main__formations .page-title {
    text-align: left;
    margin-left: 0;
    margin-top: 47px;
  }

  .academy-intro__left {
    max-width: calc(100% - 260px);
  }

  .academy-formations-intro .academy-intro__left {
    max-width: calc(100% - 450px);
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    max-width: 400px;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
  }

   .page-template-academy-agenda-formations .formation-stick__wrap {
    top: 300px;
   }

  .formation-stick__text {
    max-width: 177px;
    font-size: 14px;
    line-height: 16px;
  }

  .catalog-triple__heading-title {
    font-size: 23px;
  }

  .cataloge-triple__item-heading {
    height: 66px;
  }

  .cataloge-triple__item-heading {
    gap: 68px;
  }

  .catalog-triple__heading-icon {
    height: 66px;
    width: 66px;
    padding: 12px;
  }

  .catalog-triple__heading-icon img {
    max-width: 100%;
  }

  .catalog-triple__item-description {
    padding: 59px 39px 41px 45px;
  }

  .catalog-triple__item-description .basic-content p {
    font-size: 18px;
    line-height: 22px;
  }

  .engage-equip__wrap {
    grid-template-columns: repeat(4, 1fr);
  }

  .forum-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .forum-left {
    max-width: 180px;
  }

  .forum-anchor__item {
    min-height: 58px;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
  }

  .forum-link__item {
    text-align: center;
  }

  .forum-right {
    max-width: 100%;
  }

  .forum-right__intro {
    padding-right: 0;
  }

  .forum-intro__box {
    font-size: 30px;
    line-height: 30px;
    height: 210px;
  }

  .forum-intro__box:nth-child(4), .forum-intro__small {
    font-size: 18px;
    line-height: 18px;
  }

  .forum-intro__yellow img {
    width: 202px;
  }

  .forum-intro__box:nth-child(2) {
    padding: 87px 22px 27px 27px;
  }

  .forum-intro__box:nth-child(1) {
    padding: 89px 27px 22px 27px;
  }

  .forum-intro__box:nth-child(4), .forum-intro__small {
    padding-left: 30px;
    padding-right: 36px;
  }

  .forum-row {
    display: flex;
    flex-direction: column;
  }

  .forum-column {
    max-width: 100%;
  }

  .interventants_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .sponsors-wrap {
    padding: 99px 41px 98px 60px;
  }

  .container-presse {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .presse-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .intro-presse__right {
    margin-right: 0;
  }

  .contact-section__box {
    max-width: 241px;
  }

  .contact-first {
    padding-left: 36px;
    padding-right: 42px;
  }

  .contact-second {
    padding-left: 39px;
    padding-right: 27px;
  }

  .contact-third img {
    width: 205px;
  }
  .contact-fourth p {
    font-size: 21px;
    line-height: 25px;

  }

  .contact-fourth {
    padding-left: 29px;
    padding-right: 20px;
  }

  .contact-fifth h2 {
    font-size: 21px;
    line-height: 21px;
  }

  .contact-fifth p {
    font-size: 16px;
    line-height: 18px;
  }

  .contact-section__box {
    height: 241px;
  }

  .page-forum-editions .forum-right {
    max-width: 1000px;
  }


}






@media (max-width: 1280px) {

  .formations-stick:before {
    top: 0;
    height: 22px;
    width: 13px;
    transform: unset;
  }

  .formations-stick {
    width: 125px;
    height: 125px;
    padding: 17px 19px 14px 18px;
  }

  .formations-stick span {
    font-size: 15px;
    line-height: 16px;
  }

  .formations-stick img {
    width: 37px;
  }

  .academy-formations-intro .academy-intro__left {
    max-width: calc(100% - 400px);
    width: 100%;
  }

  .basic-main__formations .page-title {
    margin-top: 0;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    margin-bottom: -261px;
  }

  .page-template-academy-agenda-formations .formation-stick__wrap {
    margin-bottom: -221px;
  }

  .formations-filter-section .main-filters__wrap {
    max-width: calc(100% - 350px);
  }

  .outils-intro__left .filters-column, .formations-filter-section .filters-column {
    max-width: 227px;
  }

  .outils-intro__left .filters-columns, .formations-filter-section .filters-columns {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .outils-intro__left .filters-options, .formations-filter-section .filters-options {
    display: none;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .outils-intro__left .filters-column, .formations-filter-section .filters-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .outils-intro__left legend, .formations-filter-section legend  {
    margin-bottom: 0;
  }

  .outils-intro__left legend label, .formations-filter-section legend label {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .outils-intro__left legend label:after, .formations-filter-section legend label:after {
    content: '';
    position: absolute;
    width: 11.9px;
    height: 10px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: .1s ease-in-out;
  }


  .outils-intro__left .filters-column label img, .formations-filter-section .filters-column label img {
    transform: scale(.8);
  }

  .outils-intro__left .filters-column, .formations-filter-section .filters-column {
    position: relative;
  }

  .outils-intro__left .mobile-filter-column-toggle, .formations-filter-section .mobile-filter-column-toggle {
    display: block;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    z-index: 3;
    height: 41.25px;
    position: absolute;
    cursor: pointer;
  }

  .outils-intro__left .filters-option, .formations-filter-section .filters-option {
    margin-bottom: 8px;
  }

 .outils-intro__left .filters-option:last-child, .formations-filter-section .filters-option:last-child {
    margin-bottom: 0;
  }

  .menu-left__container {
    display: none;
  }

  .forum-mobile__roggler {
    display: block;
    font-size: 18px;
    width: 172px;
    height: 43.54px;
    position: relative;
    line-height: 21px;
    font-family: 'din-cond', sans-serif;
    align-items: center;
    display: flex;
    padding-left: 13px;
    padding-right: 24px;
    text-transform: uppercase;
    color: #fff;
    background: var(--accent);
    padding-top: 3px;
    cursor: pointer;

  }

  .forum-anchors {
    gap: 0;
    margin-bottom: 0;
  }

  .forum-links {
    gap: 0;
  }

  .forum-link__item, .forum-anchor__item {
    background: var(--accent);
    font-size: 16px;
    line-height: 18px;
    max-width: 172px;
    min-height: unset;
    text-align: left;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .forum__anch_links-wrap {
    width: 172px;
    display: none;
  }

  .forum-anchor__item:before {
    display: none;
  }

  .forum-mobile__roggler:after {
    content: '';
    width: 10px;
    height: 7px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    right: 12.4px;
    top: calc(50% - 3.5px);
    transition: .1s ease-in-out;
  }

  .forum-mobile__roggler.active .forum-mobile__roggler:after {
    transform: rotate(180deg);
  }

  .forum-right__intro {
    margin-bottom: 60px;
  }

  .forum-content__wrap {
    padding-right: 0;
  }

  /* .forum-right__intro {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 0;
  } */

  /* .forum-intro__box:nth-child(2), .forum-intro__box:nth-child(1) {
    padding-bottom: 0;
  } */
   .forum-right, .forum-left {
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
   }



  .forum-intro__yellow img {
    z-index: 3;
  }

  .forum-intro__box:first-child:before {
    width: 16.67px;
    height: 26.67px;
    top: 13.7px;
  }

  .forum-years .forum-anchor__item {
    min-height: unset;
    max-width: 172px;
  }

  .forum-years .forum-anchor__item.active:before {
    display: none;
  }


  .intro-presse__right {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .presse-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-presse__wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .forum-intro__gray img {
    width: 215px;
    bottom: 40px;
    right: -3px;
    z-index: 3;
  }

  .forum-container {
    flex-direction: column;
    gap: 50px;
  }

  .engage-equip__wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-triple__wrap {
    display: flex;
    /* flex-direction: column; */
    gap: 0px;
  }

  .catalog-triple__item-description {
    padding: 45px 30px;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    top: 0;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    z-index: 3;
  }

  .cataloge-triple__item-heading {
    gap: 30px;
  }

  .sens-wrap {
    flex-direction: column;
    gap: 40px;
  }

  .sens-left {
    max-width: 100%;
  }

  .container-sens {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .formations-intro .container {
    display: flex;
    flex-direction: column-reverse;
    gap: 58px;
  }

  .basic-main__formations .title-row {
    margin-bottom: 30px;
  }

  .basic-main__formations .page-title {
    padding-left: 0;
  }

  .basic-main__formations .page-title:before {
    display: none;
  }

  .formation-stick__wrap {
    position: relative;
    top: unset;
    right: 20px;
    margin-left: auto;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    right: 20px;
  }

  .academy-intro__wrap {
    gap: 62px;
  }

  .academy-subtitle {
    text-align: left;
  }

  .academy-intro__right-wrap {
    height: 283px;
  }

  .academy-intro__right {
    max-width: 283px;
  }

  .academy-intro__right-wrap img {
    width: 431px;
    bottom: -18px;
    right: 15px;
  }



  /* .page-academy {

  } */

  .academy-intro__right {
    margin-left: auto;
    margin-right: 0;
  }

  .academy-subtitle {
    margin-bottom: 70px;
  }



  .academy-intro__left {
    max-width: 405px;
    padding-top: 50px;
  }

  .academy-type {
    max-width: 305px;
    height: 305px;
  }

  .academy-type__formations img {
    width: 269px;
    left: 25px;
    top: 50px;
  }

  .academy-type__name {
    font-size: 27px;
    line-height: 27px;
  }

  .academy-type__formations-mesure img, .academy-type__catalogue img {
    width: 160px;
    top: 12px;
    left: 55px;
  }

  .academy-type__conf img {
    width: 290.5px;
    right: 0;
    left: unset;
    top: 23.7px;
  }

  .academy-types {
    display: flex;
    justify-content: center;
  }

  .outils-list {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 0;
    gap: 80px;

  }

  .outils-list__item-image img {
    max-height: unset;
  }

  .outils-main-section {
    padding-top: 42px;
  }

  .outils-intro__flex {
    /* flex-direction: column-reverse; */
    flex-direction: row;
    gap: 42px;
  }

  .outils-intro__left .main-filters__wrap {
    max-width: 325px;
  }

  .langue-filter {
    max-width: 172px;
    margin-top: 30px;
  }

  .outils-list {
    gap: 80px;
  }

  .outils-intro__right {
    margin-top: 0;
  }



  .outils-intro__right {
    margin-left: auto;
    margin-right: 0;
  }

  .filters-columns__outils {
    grid-template-columns: repeat(3, 1fr);
  }



  .agenda-small__container {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* .agenda-mobile {
    border-bottom: 1px solid #fff;
  } */

  .agenda-intro__wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 240px;
  }

  .agenda-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .agenda-list-section {
    /* border-bottom: 1px solid #fff; */
    padding-bottom: 97px;
  }

  .agenda-intro {
    margin-bottom: 60px;
  }

  .agenda-intro__left {
    max-width: 100%;
  }

  .agenda-intro__stick {
    top: 480px;
  }

  .actualite-small-container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .basic-agir-inner .title-row {
    margin-bottom: 36px;
  }

  .agir-small__container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }

  .page-title.page-title__basic {
    margin-bottom: 20px;
  }

  .agir-intro__flex {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .agir-main__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .agir-intro__right {
    margin-right: unset;
    margin-left: auto;
  }

  .partner-wrap {
    padding: 35px 20px;
  }

  .partner-left {
    padding-top: 0;
  }

  .partner-title {
    width: 100%;
  }

  .page-partner .title-row {
    margin-bottom: 35px;
  }

  .partner-logo {
    max-width: 335px;
    width: 100%;
    height: 335px;
  }

  .partner-title {
    font-size: 42px;
    line-height: 42px;
    padding-left: 44px;
  }

  .partner-title:before {
    height: 37px;
    width: 35.5px;
  }

  .team-section .container {
    max-width: 100%;
  }
  .team-first-type, .team-second-type {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-blocks__wrap {
    flex-direction: column;
    gap: 60px;
    align-items: center;
    padding-top: 90px;
  }

  .home-blocks__middle {
    order: 0;
  }

  .home-blocks__left {
    order: 1;
  }

  .home-blocks__right {
    order: 2;
  }

  .home-blocks__left .home-sustain {
    display: none;
  }

  .home-sustain__mobile {
    display: block;
  }

  .home-about .basic-content {
    max-width: 100%;
  }

  .home-blocks__left {
    max-width: 100%;
    /* text-align: center; */
  }

  .home-blocks__right {
    max-width: 100%;
    flex-direction: row;
  }

  .home-about {
    margin-bottom: 0;
  }

  .home-sustain__mobile {
    margin-top: 170px;
  }

  .header-menu__wrap {
    display: none;
  }

  .header-search__wrap {
    display: none;
  }

  .header-langs__wrap {
    display: none;
  }

  .header-mobile-toggler {
    display: block;
  }

  .header-main .container {
    align-items: center;
  }

  .header-main {
    padding-bottom: 10px;
  }

  .hand-stick__wrap {
    display: none;
  }

  .header-mobile-toggler {
    cursor: pointer;
  }

  .header-logo {
    max-width: 69px;
  }

  .header-mobile__menu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    transition: 0.3s;
  }

  .header-mobile__menu.active{
    right: 0;
  }

  body.mobile-menu-open{
    overflow: hidden;
  }

  .header-mobile__menu {
    display: block;
    width: 100%;
    background: #F5F1EE;
    padding-top: 43px;
    padding-left: 51px;
    padding-right: 22px;
    padding-bottom: 43px;
    z-index: 5;
  }

  .hand-stick {
    position: relative;
    right: unset;
    top: unset;
  }

  .header-mobile__menu:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--accent);
    position: absolute;
    top: 68px;
    left: 0;

  }

  .mobile-menu__close {
    position: absolute;
    top: 22px;
    right: 22px;
    max-width: 21.21px;
    width: 100%;
    cursor: pointer;
  }

  .mobile-menu__close img {
    width: 100%;
  }

  .mobile-header__langs {
    font-family: 'din-cond', sans-serif;
    font-size: 21px;
    line-height: 25px;
    display: flex;
    gap: 3px;
  }

  .header-menu__mobile-wrap {
    width: 100%;

  }

  .header-menu {
    width: 100%;
    flex-direction: column;
  }

  .header-menu > li {
    padding: 0;
  }

  .header-menu > li:after {
    display: none;
  }

  .header-menu > li > a {
    font-size: 21px;
    line-height: 25px;

  }

  .header-menu {
    padding-top: 53px;
  }

  .menu-item-has-children > a {
    position: relative;
  }

  .menu-item-has-children > a:after {
    content: '>';
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    font-size: 21px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
  }

  .menu-item-has-children > a.active:after {
    transform: translateY(-50%) rotate(90deg);
  }

  .header-mobile__menu .sub-menu{
    display:none;
    visibility: visible;
    opacity: 1;
    transition: unset;
  }

  .sub-menu {
    position: static;

  }

  .sub-menu li {
    margin-bottom: 14px;
  }

  .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .header-menu {
    gap: 16px;
    margin-bottom: 48px;
  }

  .header-menu > li.highlight-yellow {
    padding-top:20px;
    padding-bottom: 20px;
  }

  .header-search__mobile-wrap {
    max-width: 350px;
    width: 100%;
    margin-bottom: 35px;
  }

  .search-input-wrap {
    display: block;
  }

  .search-input-wrap input {
    background: #234093;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: 'din-cond', sans-serif;
    width: 100%;
    min-height: 30px;
    border: 0;
    padding-right: 45px;

  }

  .search-toggle {
    display: none;
  }

  .search-input-wrap {
    position: relative;
  }

  .search-input-wrap .search-submit {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 43px;
    top: 0;
    background: transparent;
    opacity: 1;
    border: 0;

  }

  .search-input-wrap .search-submit img {
    width: 19px;
    height: auto;

  }

  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

  .mobile-hand__stick {
    max-width: 100%;
  }

  .hand-stick {
    max-width: 100%;
    flex-direction: column;
    gap: 42.3px;
  }

  .fair-un-dkn__text, .hand-stick__text {
    font-size: 21px;
    line-height: 25px;
  }

  .fair-un-don {
    width: max-content;
    max-width: 100%;
    gap: 11px;

  }

  .fair-un-dkn__text {
    padding-top: 0;
  }

  .fair-un-don__img {
    max-width: 30px;
  }

  .hand-stick__image img {
    width: 100%;
  }

  .site-footer .container {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .footer-logo {
    max-width: 90px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30.5px;
  }

  .footer-address {
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-links {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .site-footer .container a {
    font-size: 20px;
    line-height: 25px;
  }

  .footer-menu {
    flex-direction: column;
    max-width: 100%;
    gap: 25px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
  }

  .footer-socials {
    margin-left: 0;
    margin-bottom: 33px;
  }

  .footer-grenge-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
  }



  .footer-grengeweb {
    margin-bottom: 11px;
  }

  .footer-grenge-text > span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'gotham-book', sans-serif;
    font-weight: 400;
  }

  .footer-grenge-text > a > span {
    font-size: 16px;
    line-height: 20px;
    font-family: 'gotham-book', sans-serif;
    font-weight: 400;
    color: #fff;
  }

  .footer-grenge-text > a > img {
    width: 53.83px;
    height: auto;
  }

  .page-people .direction-main__section {
    margin-top: 0;

  }

  .page-main {
    padding-top: 40px;
  }



  .apropos-grid__item-number {
    font-size: 70px;
    margin-bottom: 7px;
  }

  .apropos-grid__item-title {
    font-size: 14px;
    line-height: 14px;
  }

  .apropos-grid__item {
    justify-content: flex-start;
    padding-top: 33px;
  }

  .apropos-stone img {
    width: 93px;
    left: 39px;
    bottom: 15px;
    top: unset;
  }

  .apropos-hand img {
    width: 95.81px;
    height: auto;
    position: absolute;
    top: 45px;
    left: 33.8px;
  }

  .apropos-map img {
    position: absolute;
    width: 89.77px;
    height: auto;
    left: 44.9px;
    top: 23.4px;
    bottom: unset;
  }

  .apropos-euro img {
    width: 90.43px;
    position: absolute;
    top: 26px;
    left: 44px;
  }

  .apropos-lamp img {
    width: 131px;
    left: 23px;
    top: 12.5px;
  }

  .apropos-dog img {
    width: 195px;
    left: -16px;
    bottom: 0;
  }

  .title-row {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 50px;
  }

  .back-link {
    top: 0;
  }

  .page-title {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 0;
    margin-bottom: 40px;
  }

  .title-row .page-title {
    margin-bottom: 0;
  }

  .intro-members__flex {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .intro-members__left {
    max-width: 100%;
  }

  .intro-rejoignez-flex {
    flex-direction: column-reverse;
    gap: 36px;
  }

  .rejoignez-left {
    max-width: 100%;
  }

  .rejoignez-right {
    margin-right: 0;
    margin-left: auto;
    margin-top: 80px;
  }

  .intro-devenir-flex {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .devenir-intro__left {
    max-width: 100%;
  }

  .devenir-triple {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }

  .contact-section__wrap {
    flex-wrap: wrap;
  }

  .contact-section__box {
    max-width: 50%;
    width: 50%;
  }

  .contact-box__mob {
    order: 0;
  }

  .contact-third {
    order: 1;
  }

  .contact-first {
    order: 2;
  }
  .contact-second {
    order: 3;
  }
  .contact-fourth {
    order: 4;
  }

  .contact-fifth {
    order: 5;
  }

  .contact-third img {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .agenda-intro__archive .agenda-intro__wrap {
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }


}

.apropos-medium-display {
  display: none;
}

@media (max-width: 1180px) {
  .apropos-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .apropos-grid__item-title {
    font-size: 18px;
    line-height: 18px;
  }

  .apropos-grid__item-number {
    font-size: 80px;
  }

  .apropos-medium-display {
    display: block;
  }

  .apropos-grid__item-empty {
    display: none;
  }

  .apropos-grid__item {
    height: 167px;
  }
}

@media (max-width: 1100px) {

  .outils-list {
    padding-right: 0;
  }
  .team-item__popup {
    flex-direction: column;
    padding: 76px 40px 45px 40px;
    justify-content: flex-start;
    gap: 15px;
    height: 100%;
    overflow: auto;
  }


  .team-item__popup-image {
    height: 410px;
    max-width: 295px;
    /* margin-left: auto; */
    margin-right: auto;
  }

  .team-item__popup-content {
    max-width: 100%;
  }

  body.team-popup-open {
    overflow: hidden;
  }

  .team-item__popup-close {
    top: 21.7px;
    right: 16.7px
  }

  .page-outils .outils-main-section .container, .page-outils .intro-outils .container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-outils .intro-outils .container  {
    position: static;
  }

  .intro-outils {
    position: relative;
  }

  .outils-intro__right {
    position: absolute;
    right: 40px;
    top: 0;
  }
}

@media (max-width: 980px) {

  .forum-right__intro {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }

  .forum-left {
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }

  .academy-formations-intro .academy-intro__left {
    max-width: calc(100% - 400px);
  }
  .academy-intro__wrap {
    flex-direction: column-reverse;
  }

  .academy-intro__left {
    max-width: 100%;
  }

  .academy-type {
    max-width: 240px;
    height: 240px;
  }

  .academy-type__formations img {
    width: 210px;
    left: 20px;
    top: 40px;
  }

  .academy-type__formations-mesure img, .academy-type__catalogue img {
    width: 125px;
    top: 9.5px;
    left: 43.3px;

  }

  .academy-type__name {
    font-size: 21px;
    line-height: 21px;
  }

  .academy-type__conf img {
    width: 235px;
  }

  .academy-type {
    padding-bottom: 25px;
  }
}

@media (max-width: 900px) {





}


@media (max-width: 800px) {

  .formations-filter-section .main-filters__wrap {
    max-width: 100%;
  }

  .outils-intro__right {
    position: static;
  }

  .apropos-main__content {
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .apropos-grid {
    max-width: 335px!important;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto;
  }

  .apropos-medium-display {
    display: none;
  }

   .apropos-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 334px;
    gap: 7px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .apropos-grid__item {
    max-width: 167px;
    height: 167px;
    max-width: 100%;
  }

  .apropos-grid__item-mobile__type {
    display: block;
  }

  .apropos-grid-item__mob-hide {
    display: none;
  }

  .search-section__container {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-triple__people .catalog-triple__heading-icon {
    padding: 0;
  }

  .contact-box__mob {
    display: block;
  }



  .container-presse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .presse-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  section.intro-presse {
    margin-bottom: 70px;
  }

  .presse-main__section {
    padding-bottom: 118px;
  }
  .intro-presse__right {
    max-width: 212px;
    height: 212px;
  }

  .intro-presse__right img {
    width: 330px;
    bottom: 0;
    right: -6px;
  }

  .intro-title {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 35px;
  }

  .devenir-intro__right-wrap {
    height: 279.1px;
  }

  .devenir-intro__right {
    margin-right: 0;
    max-width: 253.37px;
  }

  .devenir-intro__right-wrap img {
    width: 305px;
    left: -20.5px;
    bottom: 0;
    top: unset;
  }

  .devenir-intro__left {
    font-size: 25px;
    line-height: 30px;
  }

  .intro-devenir-membre {
    margin-bottom: 45px;
  }

  .devenir-content__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .devenir-triple__box {
    min-height: unset;
    padding: 27px 30px 24px 34px;
    font-size: 21px;
    line-height: 23px;
  }

  .devenir-triple__box:after {
    max-width: 23.81px;
    height: 20px;
    top: calc(100% + 8px);
  }

  .devenir-triple__box-title {
    font-size: 30px;
    line-height: 35px;
  }

  .devenir-triple {
    margin-bottom: 60px;
  }

  .devenir-main__block {
    padding: 41.4px 20px;
  }

  .devenir-main__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .faq-item__question {
    font-size: 18px;
    line-height: 21px;
  }

  .faq-item__question:after {
    width: 12px;
    height: 10px;
    right: 13px;
  }

  .devenir-main__blocks {
    gap: 66px;
  }

  .devenir-main-section {
    padding-bottom: 105px;
  }


  .rejoignez-img-wrap {
    height: 240px;

  }

  .rejoignez-right {
    max-width: 240px;
  }

  .rejoignez-img-wrap img {
    width: 244px;
    height: auto;
    right: 64px;
  }
  .rejoignez-right {
    margin-top: 45px;
  }

  .rejoignez-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .je-list__item-name {
    font-size: 25px;line-height: 25px;
  }

  .rej-list__item-link {
    font-size: 22px;
    line-height: 22px;
  }

  .rej-list__item-img {
    height: 233.33px;
  }

  .partner-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-section {
    padding-bottom: 0;
  }

  .menu-left__container {
    display: none;
  }
  .home-blocks__right {
    flex-direction: column;
    max-width: 250px;
  }

  .home-sustain__mobile {
    display: flex;
    justify-content: center;
  }

  .home-blocks__wrap {
    padding-top: 40px;
  }
  .home-blocks__middle {
    max-width: 468.76px;
  }

  .home-middle__planet {
    width: 468.76px;

  }

  .home-middle__wrap {
    width: 468.76px;
    margin-left: -135px;
    max-width: unset;
    margin-right: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-middle__book {
    top: 20.8px;
    left: unset;
    right: 42.3px;
    width: 112.5px;
  }

  .home-middle__tree {
    width: 143.34px;
    left: 117px;
    top: 171.7px;
  }

  .home-blocks__wrap {
    align-items: flex-start;
  }

  .home-blocks__right {
    margin-left: auto;
    margin-right: auto;
  }

  .home-middle__train {
    width: 178px;
    bottom: -13.3px;
    left: 309.9px;
    right: unset;
  }

  .home-middle__people-box {
    top: -33px;
    left: 137px;
    max-width: 177px;
  }

  .home-middle__planet-box {
    right: unset;
    left: 270px;
    max-width: 204px;
    top: 154.7px;
  }

  .home-middle__text-row {
    margin-bottom: 3px;
    padding: 2px 5px;
    padding-top: 4px;
  }

  .home-middle__prosperity-box {
    bottom: 4.6px;
    right: unset;
    top: unset;
    left: 137px;
    max-width: 262px;
  }

  .direction-inner__wrap {
    flex-direction: column-reverse;
  }

  .direction-people .direction-inner__right {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .direction-people .direction-inner__right {
    transform: unset;
    margin-bottom: 35px;
  }

  .direction-planet .direction-inner__right {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    transform: unset;
  }

  .direction-prosperity .direction-inner__right {
    max-width: 100%;
    transform: unset;
    margin: 0;
    margin-bottom: 40px;
  }

  .direction-prosperity .direction-title__row h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: -15px;
  }

  .apropos-right__wrap {
    max-width: 100%;
  }

  .apropos-grid {
    margin-left: 0;
  }

  .page-title {
    max-width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 40px;
    padding-left: 35px;
  }

  .page-title:before {
    width: 29px;
    height: 30px;
  }

  .vision-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 62px;
    gap: 20px;
  }

  .vision-box__title {
    font-size: 35px;
    line-height: 35px;
    min-height: 60px;
    padding-top: 5px;
  }

  .vision-box__content .basic-content {
    display: none;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .vision-box__content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .vision-box__content:after {
    content: '';
    background: #fff;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 17px;
    transition: .1s ease-in-out;

  }

  .vision-box__image img {
    height: 250px;
  }

  .vision-box.active .vision-box__content:after {
    transform: rotate(180deg);
  }

  .nos-actions__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 20px 0;
  }

  .nos-actions__mobile-planet, .nos-actions-mobile__tree {
    display: block;
    min-height: 0;
  }

  .action-empty {
    display: none;
  }

  .action-planet {
    margin-top: auto;
    height: 168px;
  }

  .action-planet:before {
    display: none;
  }
  .nos-actions__grid-item:nth-child(4):before, .nos-actions__grid-item:nth-child(8):before {
    display: none;
  }

  .action-planet img {
    width: 179px;
    left: -48px;
    top: -42px;
  }

  .action-tree {
    margin-top: unset;
    height: 168px;
  }

  .action-tree img {
    width: 194px;
    right: -49px;
    left: unset;
    bottom: 8px;
  }

  .nos-actions__container {
    max-width: 100%;
    overflow: hidden;
  }

  .team-first-type, .team-second-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .team-first__type-item, .team-second__item  {
    max-width: 270px;
  }

  .team-second__name {
    font-size: 29px;
    line-height: 29px;
  }

  .intro-members__right > div {
    max-width: 166.7px;
    height: 167.54px;
    justify-content: flex-start;
  }

  .intro-members__right {
    grid-template-columns: repeat(2, 1fr);
    max-width: 333px;
  }

  .intro-members__right-description p {
    font-size: 80px;
  }

  .intro-members__right-description {
    padding: 33px 67px 10px 19.5px;
  }

  .intro-members__rigth-diagram img {
    width: 136px;
    height: auto;
    max-width: unset;
  }

  .intro-members__rigth-diagram {
    gap: 15px;
  }

  .intro-members__right-description:before {
    left: 99%;
    width: 16.67px;
    height: 26.67px;
  }

  .members-list {
    flex-direction: column;
    align-items: center;
  }

  .basic-filters__row {
    background: #fff;
    padding: 24px 52px 24px 52px;
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-members__plus {
    margin-left: 52px;
  }

  .agir-intro__right-wrap {
    height: 180px;
  }

  .agir-intro__right {
    max-width: 180px;
  }

  .agir-intro__right-wrap img {
    width: 290px;
    right: 5px;
    bottom: -7px;
    top: unset;
    left: unset;
  }

  legend label span {
    font-size: 23px;
    line-height: 24px;
  }

  .filters-column {
    max-width: 227px;
  }

  .filters-columns {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .filters-options {
    display: none;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .filters-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  legend {
    margin-bottom: 0;
  }

  legend label {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  legend label:after {
    content: '';
    position: absolute;
    width: 11.9px;
    height: 10px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: .1s ease-in-out;
  }

  /* .filter-column__people label img {
    width: 20.63px;
    height: auto;
  }

  .filter-column__planet label img {
    width: 16.28px;
    height: auto;
  }

  .filter-column__prosperity label img {
    width: 18.97px;
    height: auto;
  } */

  .filters-column label img {
    transform: scale(.8);
  }

  .filters-column {
    position: relative;
  }

  .mobile-filter-column-toggle {
    display: block;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    z-index: 3;
    height: 41.25px;
    position: absolute;
    cursor: pointer;
  }

  .filters-option {
    margin-bottom: 8px;
  }

  .filters-option:last-child {
    margin-bottom: 0;
  }

  .active-column legend label:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .agir-main__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 58px;
  }

  .agir-list__item-image img {
    height: 100%;
  }

  .agir-list__item-image {
    height: 235px;
  }

  .cat-row {
    font-size: 15px;
    line-height: 15px;
  }

  .agir-list__item-year {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .agir-list__item-title {
    font-size: 21px;
    line-height: 25px;
  }

  .intro-agir{
    margin-bottom: 40px;
  }

  .agir-intro__right {
    margin-top: 0;
  }

  .agir-main-section{
    padding-bottom: 90px;
  }

  .agir-small__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-title.page-title__basic {
    padding-left: 0;
  }

  .agir-tabs {
    flex-wrap: wrap;
  }

  .agir-sticky-mobile {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .agir-sticky-mail:before {
    display: none;
  }

  .agir-second__main-info {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 32px;
  }

  .agir-sponsors__list-item {
    height: auto;
  }

  .agir-events__list, .agir-ressources__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .agir-tab__content {
    padding-bottom: 128px;
  }

  .agir-res__list-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .agir-res__list-item__content {
    max-width: 100%;
  }

  .agir-res__list-item__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .actualites-intro__tab {
    font-size: 20px;
    line-height: 20px;
  }

  .actualites-intro__tab.active {
    /* border-width: 6px; */
  }

  .actualites-intro__tab {
    min-width: 160px;
    height: 38px;
  }

  .actualites-intro__tabs {
    gap: 9px;
    margin-bottom: 50px;
  }

  .actualites-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .actualites-list__item {
    width: 100%;
  }

  .actualites-list__item-image {
    height: 235px;
  }

  .actualites-main-section {
    padding-bottom: 106px;
  }

  .actualites-inner__categories {
    gap: 5px 15px;
  }

  .actualite-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-actualites__section {
    padding-bottom: 61px;
  }

  .page-agenda .title-row {
    margin-bottom: 36px;
  }

  .agenda-intro__slide-item img {
    height: 300px;
  }

  .agenda-intro__slide-item {
    height: 300px;
  }

  .agenda-intro__stick {
    top: 376px;
  }

  .agenda-intro__right {
    max-width: 100%;
  }

  .agenda-filter__item {
    font-size: 16px;
    line-height: 16px;
    width: 77px;
    height: 35px;
  }

  .agenda-intro__right-filters {
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-left: auto;
  }

  .agenda-intro__archive-link {
    margin-left: 0;
  }

  .agenda-intro__stick span {
    font-size: 16px;
    line-height: 18px;
  }

  .agenda-intro__stick {
    width: 164px;
    height: 84px;
    padding-top: 15.3px;
    padding-right: 18px;
    top: 360px;
    right: 20px;
  }

  .agenda-intro__wrap {
    gap: 183px;
  }

  .additional-filter__dropdown {
    z-index: 3;
    background: #234093;
  }

  .agenda-intro__stick img {
    width: 140px;
    top: -16px;
    right: 107px;
    bottom: unset
  }

  .additional-filter__name {
    font-size: 18px;
    line-height: 18px;
    padding: 7px 25px 3px 10px;
  }

  .agenda-intro__additional-filters {
    justify-content: flex-end;
    gap: 11px;
  }

  .agenda-intro__additional-filter {
    max-width: 162px;
  }

  .agenda-intro__right-filters {
    gap: 9px;
  }
  .agenda-list__item-date {
    font-size: 21px;
    line-height: 25px;
  }

  .agenda-list__item-cat {
    font-size: 18px;
    line-height: 18px;
  }

  .agenda-list__item-head {
    margin-bottom: 10px;
  }

  .agenda-list__item-image {
    height: 335px;
  }



  .agenda-list {
    display: flex;
    flex-direction: column;
    gap: 65px;
  }

  .agenda-inner__date {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .agenda-inner__info-blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .agenda-inner__info-item {
    padding: 22px 10.5px 5px;
  }

  .agenda-small__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agenda-inner__main > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .langue-filter {
    max-width: 172px;
    margin-top: 30px;
  }

  .outils-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
    /* padding-right: 35px; */
  }

  .outils-intro__right-wrap {
    height: 210px;

  }

  .outils-intro__right {
    max-width: 210px;
  }

  .outils-intro__right-wrap img {
    width: 237.5px;
    bottom: 0;
    left: unset;
    right: 26.5px;
  }

  .outils-main-section {
    padding-bottom: 120px;
  }

  .academy-subtitle {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .academy-intro__right-wrap {
    height: 201px;
  }

  .academy-intro__right {
    max-width: 200px;
  }

  .academy-intro__right-wrap img {
    width: 306px;
    bottom: -13px;
    right: 11px;
  }

  .academy-intro__left .basic-content > h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .academy-intro {
    padding-bottom: 83px;
  }

  .academy-triple__title {
    font-size: 25px;
    line-height: 30px;
  }

  .academy-triple {
    padding-bottom: 90px;
  }

  .formations-menu__middle {
    /* margin-right: 0; */
    margin-right: auto;
    margin-left: auto;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    right: 0;
  }

  .formation-stick__wrap {
    right: 0;
  }

  .formation-stick__wrap {
    margin-right: 23px;
  }

  .formations-intro {
    padding-bottom: 50px;
  }

  .formations-list {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .formations-list__item-date {
    font-size: 20px;
    line-height: 22px;
  }

  .formation-date__section:last-child {
    padding-bottom: 99px;
  }

  .sens-date__row {
    margin-bottom: 20px;

  }

  .sens-date__icon, .sens-place__icon {
    width: 22px;
  }

  .sens-place__icon img {
    width: 20px;
  }

  .sens-place__text {
    font-size: 18px;
    line-height: 21px;
  }

  .sens-date__row, .sens-place__row {
    gap: 23px;
  }

  .sens-place__row {
    margin-bottom: 15px;
  }

  .container-sens {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sens-right__partager span {
    font-size: 21px;
    line-height: 25px;
  }

  .sens-right {
    margin-left: auto;
    margin-right: auto;
  }

  .cataloge-triple__item-heading {
    position: relative;
  }

  .cataloge-triple__item-heading:before {
    content: '';
    width: 18px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    right: 21.6px;
    cursor: pointer;
    transition: .1s ease-in-out;
  }

  .cataloge-triple__item-heading {
    gap: 26.6px;
    height: 60px;
  }

  .catalog-triple__heading-title {
    font-size: 30px;
    line-height: 30px;
  }

  .catalog-triple__heading-icon {
    height: 60px;
    width: 60px;
  }

  .catalog-triple__item {
    gap: 0;
  }

  .catalog-triple__item-description {
    padding: 32px 22px 33px 26px;
    display: none;
  }

  .catalog-triple__item.active .cataloge-triple__item-heading:before {
    transform: rotate(180deg) translateY(7.5px);
  }

  .catalog-triple__wrap {
    gap: 10.5px;
    flex-direction: column;
  }



  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    margin-bottom: 0;
  }

  .academy-formations-intro .academy-intro__left {
    max-width: 100%;
  }

  .page-template-academy-catalogue-formations .formation-stick__wrap, .page-template-academy-conferenciers-cieres .formation-stick__wrap, .page-template-academy-agenda-formations .formation-stick__wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .academy-formations-intro .academy-intro__left {
    padding-top: 0;
  }

  .formations-triple-section {
    padding-bottom: 80px;
  }

  .engage-equip__wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  section.engage-equip {
    padding-bottom: 66px;
  }

  .forum-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .forum-h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .forum-row {
    gap: 75px;
  }

  .forum-row {
    margin-bottom: 75px;
  }

  .block-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .interventants_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .intervenants-item__img {
    height: auto;
    margin-bottom: 13px;
  }

  .intervenant-item__name {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .interventnat-item__plus {
    font-size: 15px;
    height: 26.5px;
    padding-bottom: 2px;
  }

  .intervenants-block {
    margin-bottom: 115px;
  }

  .sponsors-wrap {
    padding: 29px 20px 77px 20px;
  }

  .intervenants-block {
    padding-right: 100px;
  }

  .sponsors-inner__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
  }

  .sponsors-list__item {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .sponsors-list__item-image {
    max-width: 235px;
    height: auto;

  }

  .sponsors-list__item-name {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  .intervenants-item {
    max-width: 320px;
  }

  .forum-faq__list-question {
    font-size: 18px;
    line-height: 23px;
  }

  .forum-faq__list-question:before {
    right: 16px;
    width: 12px;
    height: 10px;
  }
  .forum-section {
    padding-bottom: 100px;
  }

  .page-awards .title-row {
    margin-bottom: 25px;
  }

  .awards-intro__right {
    margin-right: unset;
    flex-direction: column-reverse;
  }

  .awards-intro__right-color {
    margin-left: auto;
    padding: 43px 18px 43px 29px;
    font-size: 25px;
    line-height: 25px;
    max-width: 168px;
    height: auto;
  }



  .page-title:before {
    z-index: 1;
  }

  .basic-content h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .forum-presentation {
    margin-bottom: 0;
  }





}

@media (max-width: 600px) {

  .formations-menu__middle .academy-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: unset;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .formations-menu__middle .academy-type__formations img {
    display: none;
  }

  .formations-menu__middle .academy-type__formations-mesure img, .formations-menu__middle .academy-type__catalogue img {
    display: none;
  }

  .formations-menu__middle .academy-type__conf img {
    display: none;
  }


  .formations-menu__middle .academy-type {
    max-width: 100%;
    width: 100%;
    height: 112px;
    align-items: center;
    justify-content: center;
  }

  .formations-menu__middle .academy-type__name {
    font-size: 14px;
    line-height: 16px;
  }
  .academy-types {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .academy-type:before {
    top: 50%;
    transform: translateY(-50%) rotate(150deg);
    left: 99%;
    right: unset;
  }

  .outils-intro__flex {
    flex-direction: column-reverse;
  }

  .forum-intro__box {
    height: 168px;
  }

  .forum-intro__box:nth-child(1) {
    padding: 15px 10px 43px 18px;
    align-items: flex-end;
  }

  .forum-intro__box {
    font-size: 25px;
    line-height: 25px;
  }

  .forum-intro__box:nth-child(2) {
    padding: 15px 18px 43px 30px;
    align-items: flex-end;
  }

  .forum-intro__box:nth-child(4), .forum-intro__small {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    align-items: flex-end;
  }

  .forum-intro__yellow img {
    width: 154px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
  }

  .forum-intro__gray img {
    z-index: 2;
    width: 150px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 520px) {

  .agenda-intro__additional-filter {
    max-width: 140px;
  }

  .agenda-intro__additional-filters {
    justify-content: flex-end;
  }

  .contact-third img {
    width: 133px;
  }
  .contact-section__box {
    min-height: 167px;
    height: auto;
    padding-top: 15px;
  }

  .contact-second p {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .contact-second {
    padding-left: 13px;
    padding-right: 18px;
  }

  .contact-first {
    padding-left: 17px;
    padding-right: 17px;
  }

  .contact-first p, .contact-fourth p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .contact-first p:last-child, .contact-second p:last-child, .contact-fourth p:last-child {
    margin-bottom: 0;
  }

  .contact-fourth {
    padding-left: 17px;
    padding-right: 17px;
  }

  .contact-section__box {
    justify-content: flex-end;
    padding-bottom: 15px;
  }

  .contact-fifth h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .contact-fifth {
    padding-left: 12px;
    padding-right: 10.5px;
  }

  .contact-fifth p {
    line-height: 16px;
  }



  .formations-stick {
    width: 125px;
    height: 125px;
    padding: 17px 18px;
    gap: 13px;
    z-index: 3;
  }

  .formation-stick__wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    margin-left: 0;
    max-width: 100%;
    justify-content: center;
    margin-right: 0;
  }

  .formations-stick {
    margin: 0;
    max-width: 125px;
    width: 100%;
  }

  .formation-stick__text {
    max-width: 177px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .formations-stick img {
    width: 37px;
  }

  .formations-stick:before {
    height: 22px;
    width: 13px;
    top: 0;
    transform: unset;
  }

  .formations-stick span {
    font-size: 15px;
    line-height: 16px;
  }


  .academy-type {
    max-width: 170px;
    height: 170px;
    padding: 15px 12px;
  }

  .academy-type__catalogue img {
    width: 81.88px;
    top: 16.4px;
    left: 35px;
  }

  .academy-type__conf img {
    width: 164px;
    left: 5.8px;
    top: 13.7px;
  }

  .academy-type:before {
    width: 20px;
    height: 16.8px;
    transform: translateY(-50%) rotate(270deg);
    left: calc(100% + 5px);
  }

  .academy-type__formations img {
    width: 141px;
    top: 32px;
    left: 13px;
  }

  .academy-type__name {
    font-size: 16px;
    line-height: 16px;
  }
}


@media (max-width: 480px) {
  .agenda-intervenants__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }


}

@media (max-width: 440px) {
  .agenda-intro__additional-filter {
    max-width: calc(50% - 5.5px);
  }

  .agenda-intro__additional-filters {
    flex-wrap: wrap;
  }

  .agenda-intro__archive-link {
    min-height: 30.5px;
  }

  .agenda-intro__right-filters {
    justify-content: flex-end;
  }
}


@media (max-width: 420px) {
  .agir-events__list-item, .agir-ressources__list-item {
    max-width: 335px;
  }

  .agenda-list__item-image {
    height: 235px;
  }

  .agenda-intro__slide-item {
    height: 200px;
  }

  .agenda-intro__stick {
    top: 276px;
  }



}


.forum-links a:nth-child(2) {
  display: none;
}


.forum-inscription__box--salesforce {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.forum-inscription__box--salesforce .inscription-section {
  margin-bottom: 20px;
  margin-top: 35px;
}

.forum-inscription__box--salesforce .inscription-section:first-of-type {
  margin-top: 0;
}

.forum-inscription__box--salesforce .inscription-section__title {
  font-size: 28px;
  line-height: 28px;
  font-family: 'din-cond', sans-serif;
  color: #234093;
  margin: 0;
}

.forum-inscription__box--salesforce .inscription-input__row {
  width: 100%;
}

.forum-inscription__box--salesforce .inscription-input__row input,
.forum-inscription__box--salesforce .inscription-input__row textarea,
.forum-inscription__box--salesforce .inscription-input__row select {
  width: 100%;
  border: 0;
  background: #fff;
  color: var(--accent);
  font-family: 'din-cond', sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.forum-inscription__box--salesforce .inscription-input__row input,
.forum-inscription__box--salesforce .inscription-input__row select {
  min-height: 34px;
  padding: 3px 10px;
}

.forum-inscription__box--salesforce .inscription-input__row textarea {
  min-height: 140px;
  padding: 15px 10px;
  resize: vertical;
}

.forum-inscription__box--salesforce .inscription-input__row select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.forum-inscription__box--salesforce .inscription-input__row select[multiple] {
  min-height: 255px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.forum-inscription__box--salesforce .inscription-input__row select option {
  padding: 4px 8px;
}

.forum-inscription__box--salesforce .inscription-row__flex--3 {
  grid-template-columns: 2fr 1fr 1fr;
}

.forum-inscription__box--salesforce .inscription-row__flex--contact {
  grid-template-columns: 1fr 1fr 2fr;
}

.forum-inscription__box--salesforce .inscription-row__note {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #234093;
}

.forum-inscription__box--salesforce .inscription-row__note small {
  font-size: 18px;
  line-height: 18px;
  font-family: 'din-cond', sans-serif;
}

.forum-inscription__box--salesforce .inscription-row__captcha {
  margin-bottom: 25px;
}

.forum-inscription__box--salesforce .g-recaptcha {
  transform-origin: left top;
}

.forum-inscription__box--salesforce .inscription-section__title a {
  color: var(--accent);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .forum-inscription__box--salesforce {
    padding: 25px 20px 30px;
  }

  .forum-inscription__box--salesforce .inscription-row__flex,
  .forum-inscription__box--salesforce .inscription-row__flex--3,
  .forum-inscription__box--salesforce .inscription-row__flex--contact {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .forum-inscription__box--salesforce .inscription-title,
  .forum-inscription__box--salesforce .inscription-section__title {
    font-size: 24px;
    line-height: 24px;
  }

  .forum-inscription__box--salesforce .inscription-row label,
  .forum-inscription__box--salesforce .inscription-row__description {
    font-size: 20px;
    line-height: 20px;
  }

  .forum-inscription__box--salesforce .inscription-submit {
    max-width: 100%;
    margin-top: 35px;
  }

  .forum-inscription__box--salesforce .g-recaptcha {
    transform: scale(0.92);
  }
}
