@charset "UTF-8";
/*
 * Fondation Merieux 2020
 *
**/
@font-face {
  font-family: "dm_sansbold";
  src: url("../fonts/dmsans-bold-webfont.woff2") format("woff2"), url("../fonts/dmsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm_sansbold_italic";
  src: url("../fonts/dmsans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/dmsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm_sansitalic";
  src: url("../fonts/dmsans-italic-webfont.woff2") format("woff2"), url("../fonts/dmsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm_sansmedium";
  src: url("../fonts/dmsans-medium-webfont.woff2") format("woff2"), url("../fonts/dmsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm_sansmedium_italic";
  src: url("../fonts/dmsans-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/dmsans-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dm_sansregular";
  src: url("../fonts/dmsans-regular-webfont.woff2") format("woff2"), url("../fonts/dmsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_serifregular";
  src: url("../fonts/pt-serif.regular-webfont.woff2") format("woff2"), url("../fonts/pt-serif.regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "glopidr_icon";
  src: url("../fonts/glopidr_icon.eot?10087178");
  src: url("../fonts/glopidr_icon.eot?10087178#iefix") format("embedded-opentype"), url("../fonts/glopidr_icon.woff2?10087178") format("woff2"), url("../fonts/glopidr_icon.woff?10087178") format("woff"), url("../fonts/glopidr_icon.ttf?10087178") format("truetype"), url("../fonts/glopidr_icon.svg?10087178#glopidr_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "glopidr_icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
}

.news-highlight {
  position: relative;
  padding: 1.5em 3em;
  background-color: #e9f5f5;
}

.btn-actions {
  text-align: center;
}

.publications p {
  margin-bottom: 0;
}
.publications h4 {
  margin: 0.25em 0 1.25em 0 !important;
  color: #78c9ca;
  font-weight: 600;
}
.publications h4 a:hover {
  text-decoration: underline !important;
}

.btn-more,
.alm-load-more-btn,
p .read-more {
  display: inline-block;
  border: 2px solid #ee7944;
  background-color: #ee7944;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 2.5em;
  text-decoration: none;
  border-radius: 2em;
  text-align: center;
  font-family: "dm_sansbold", Arial, serif;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.btn-more:hover,
.alm-load-more-btn:hover,
p .read-more:hover {
  color: #ee7944;
  background-color: transparent;
  text-decoration: none;
}
.btn-more.btn-c-1,
.alm-load-more-btn.btn-c-1,
p .read-more.btn-c-1 {
  border: 2px solid #354555;
  background-color: #354555;
}
.btn-more.btn-c-1:hover,
.alm-load-more-btn.btn-c-1:hover,
p .read-more.btn-c-1:hover {
  background-color: transparent;
  color: #354555;
}
.btn-more.btn-c-w,
.alm-load-more-btn.btn-c-w,
p .read-more.btn-c-w {
  border: 2px solid #fff;
  background-color: transparent;
}
.btn-more.btn-c-w:hover,
.alm-load-more-btn.btn-c-w:hover,
p .read-more.btn-c-w:hover {
  background-color: #fff;
}
.btn-more.btn-cb-1,
.alm-load-more-btn.btn-cb-1,
p .read-more.btn-cb-1 {
  border: 2px solid #354555;
  background-color: transparent;
  color: #354555;
}
.btn-more.btn-cb-1:hover,
.alm-load-more-btn.btn-cb-1:hover,
p .read-more.btn-cb-1:hover {
  background-color: #354555;
  color: #fff;
}
.btn-more.btn-cb-2,
.alm-load-more-btn.btn-cb-2,
p .read-more.btn-cb-2 {
  border: 2px solid #354555;
  background-color: transparent;
  color: #354555;
  margin: 1em;
}
.btn-more.btn-cb-2:hover,
.alm-load-more-btn.btn-cb-2:hover,
p .read-more.btn-cb-2:hover {
  background-color: #354555;
  color: #fff;
}
.btn-more.btn-cb-3,
.alm-load-more-btn.btn-cb-3,
p .read-more.btn-cb-3 {
  border: 2px solid #ee7944;
  background-color: transparent;
  color: #ee7944 !important;
  margin-top: 1.5em !important;
}
.btn-more.btn-cb-3:hover,
.alm-load-more-btn.btn-cb-3:hover,
p .read-more.btn-cb-3:hover {
  background-color: #ee7944;
  color: #fff !important;
}
.btn-more.btn-c-2,
.alm-load-more-btn.btn-c-2,
p .read-more.btn-c-2 {
  border: 2px solid #78c9ca;
  background-color: #78c9ca;
}
.btn-more.btn-c-2:hover,
.alm-load-more-btn.btn-c-2:hover,
p .read-more.btn-c-2:hover {
  background-color: transparent;
  color: #78c9ca;
}
.btn-more.btn-social,
.alm-load-more-btn.btn-social,
p .read-more.btn-social {
  border: none;
  color: #354555;
  background-color: #9bd3d2;
  font-family: "pt_serifregular", Arial, serif;
  text-transform: none;
  font-size: 1.3em;
  padding: 0.5em 2em;
  letter-spacing: 1px;
}
.btn-more.btn-social:hover,
.alm-load-more-btn.btn-social:hover,
p .read-more.btn-social:hover {
  color: #78c9ca;
  background-color: #fff;
}
.btn-more.btn-member,
.alm-load-more-btn.btn-member,
p .read-more.btn-member {
  padding: 0.3em 1.5em;
  font-size: 0.9em;
  position: absolute;
  right: 0;
}
.btn-more.btn-full,
.alm-load-more-btn.btn-full,
p .read-more.btn-full {
  background-color: #e9f5f5;
  color: #354555;
  width: 100%;
  text-transform: none;
  border-color: #e9f5f5;
}
.btn-more.btn-full:hover,
.alm-load-more-btn.btn-full:hover,
p .read-more.btn-full:hover {
  background-color: #fff;
  color: #78c9ca;
  border-color: #78c9ca;
  text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn {
  border: 2px solid #78c9ca !important;
  background-color: #78c9ca !important;
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 0.8em 3em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-radius: 2em !important;
  text-align: center !important;
  font-family: "dm_sansbold", Arial, serif !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #78c9ca !important;
  background: #fff !important;
  text-decoration: none;
}

p .read-more {
  margin: 1.5em 0 1em 0;
  border: 2px solid #78c9ca;
  background-color: transparent;
  color: #78c9ca;
}
p .read-more:hover {
  background-color: #78c9ca;
  color: #fff;
}

.quote {
  outline: 1px solid red;
}

.bg-1, .bch-1:hover {
  background-color: #354555;
}

.bg-2, .bch-2:hover {
  background-color: #78c9ca;
}

.bg-3, .bch-3:hover {
  background-color: #ee7944;
}

.bg-4, .bch-4:hover {
  background-color: #e9f5f5;
}

.bg-5, .bch-5:hover {
  background-color: #f5a17d;
}

.bg-6, .bch-6:hover {
  background-color: #f8bca2;
}

.bg-7, .bch-7:hover {
  background-color: #fce4da;
}

.bg-8, .bch-8:hover {
  background-color: #add072;
}

.bg-9, .bch-9:hover {
  background-color: #beda8f;
}

.bg-10, .bch-10:hover {
  background-color: #eff6e4;
}

.bg-w, .bch-w:hover {
  background-color: #fff;
}

.tc-1, .th-1:hover {
  color: #354555 !important;
}

.tc-2, .th-2:hover {
  color: #78c9ca !important;
}

.tc-3, .th-3:hover {
  color: #ee7944 !important;
}

.tc-4, .th-4:hover {
  color: #e9f5f5 !important;
}

.tc-5, .th-5:hover {
  color: #f5a17d !important;
}

.tc-6, .th-6:hover {
  color: #f8bca2 !important;
}

.tc-7, .th-7:hover {
  color: #fce4da !important;
}

.tc-8, .th-8:hover {
  color: #add072 !important;
}

.tc-9, .th-9:hover {
  color: #beda8f !important;
}

.tc-10, .th-10:hover {
  color: #eff6e4 !important;
}

.tc-w, .th-w:hover {
  color: #fff !important;
}

.bc-1 {
  border-color: #354555 !important;
}

.bc-2 {
  border-color: #78c9ca !important;
}

.bc-3 {
  border-color: #ee7944 !important;
}

.bc-4 {
  border-color: #e9f5f5 !important;
}

.bc-5 {
  border-color: #f5a17d !important;
}

.bc-6 {
  border-color: #f8bca2 !important;
}

.bc-7 {
  border-color: #fce4da !important;
}

.bc-8 {
  border-color: #add072 !important;
}

.bc-9 {
  border-color: #beda8f !important;
}

.bc-10 {
  border-color: #eff6e4 !important;
}

.bc-w {
  border-color: #fff !important;
}

.t-1 {
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  font-size: 2.5em;
}
.t-1.t-1-col {
  font-size: 2.25em;
}

.t-2 {
  font-family: "pt_serifregular", Arial, serif;
  font-size: 2.7em;
}

.t-s {
  font-family: "pt_serifregular", Arial, serif;
  font-size: 1.4em;
}

.t-3 {
  font-family: "dm_sansbold", Arial, serif;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5em;
}

.t-4 {
  letter-spacing: 1.5px;
  font-size: 0.72em;
  text-transform: uppercase;
  font-family: "dm_sansbold", Arial, serif;
  color: #354555;
}

.t-5 {
  font-family: "dm_sansbold", Arial, serif;
  border-bottom: 1px solid #dedede;
  display: block;
  padding: 0.4em 2.5em;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.t-5.nl {
  display: block !important;
  padding: 0.4em 1.5em;
}

p {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.1em;
}
p.big {
  font-size: 1.1em;
}
p.big2 {
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.2em;
}

.t-med {
  font-family: "dm_sansmedium", Arial, serif;
}

.t-sherif {
  font-family: "pt_serifregular", Arial, serif;
  margin: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.t-sherif a {
  color: #78c9ca;
}
.t-sherif a:hover {
  text-decoration: underline;
}

.small {
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 1em;
}
.small a {
  text-decoration: underline !important;
}
.small a:hover {
  text-decoration: none !important;
}

i {
  font-family: "dm_sansitalic", Arial, serif;
}

.alm-reveal.alm-filters {
  margin-top: 2em;
}

.bio-container {
  float: left;
  margin: 1em 0 1.5em;
}
.bio-container .figure-l {
  width: 20%;
  margin: 0;
}
.bio-container .bio-text {
  font-family: "dm_sansregular", Arial, serif;
  float: right;
  width: 80%;
}

figure {
  margin: 2em 0 !important;
}
figure a {
  color: #78c9ca;
}
figure a:hover {
  color: #ee7944;
}
figure figcaption {
  font-family: "dm_sansitalic", Arial, serif;
  padding-top: 0.5em;
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
figure.figure-r {
  float: right;
  margin: 0 0 1em 2em !important;
  display: table;
  table-layout: fixed;
}
figure.figure-r figcaption {
  width: auto;
}
figure.figure-l {
  float: left;
  margin: 0 2em 1em 0 !important;
}
figure.figure-l.portrait {
  margin-left: 2em;
}
figure img.bio {
  border-radius: 50%;
}
figure img + img {
  margin-left: 1em;
}

.portrait,
.picture-left {
  position: relative;
  display: inline-block;
}
.portrait img,
.picture-left img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  z-index: 1;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.portrait:after,
.picture-left:after {
  content: "";
  position: absolute;
  left: -2em;
  bottom: -1em;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #78c9ca;
  z-index: 0;
}

.picture-left {
  float: left;
  margin: 0 2em 2em 3.5em;
}

a:hover {
  text-decoration: none;
}

.pres_type {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  font-size: 0.9em;
  background-color: #e9f5f5;
  display: inline-block;
  padding: 0 0.3em;
  margin: 1em 0 0.5em 0;
  letter-spacing: 0.1em;
}

.member .page-content .intro strong {
  font-family: "pt_serifregular", Arial, serif;
  font-weight: 600;
}
.member .page-content .intro em {
  font-style: italic !important;
}
.member .page-content .accordion .accordion-link {
  color: #354555;
  text-decoration: none;
}

.highlight-infos.general-assembly h3 {
  color: #78c9ca;
  font-size: 1.5em;
  margin-bottom: 0;
}
.highlight-infos.general-assembly strong {
  padding-top: 0;
}

.highlight-infos.px-5 {
  padding-left: 4rem !important;
}
.highlight-infos h4 {
  font-size: 1.4em;
}
.highlight-infos h4:before {
  content: "";
  width: 30px;
  height: 26px;
  display: inline-block;
  margin-right: 0.5em;
  background: url(../img/index.png) no-repeat left top;
}
.highlight-infos strong {
  font-family: "dm_sansbold", Arial, serif;
  font-weight: normal;
  display: inline-block;
  text-transform: none;
}
.highlight-infos .portrait img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.highlight-infos ul {
  margin: 1em 0 0;
  font-size: 1.1em;
}
.highlight-infos ul li {
  text-transform: none;
  font-family: "dm_sansregular", Arial, serif;
  color: #354555;
}
.highlight-infos ul li a {
  font-family: "dm_sansbold", Arial, serif;
  color: #354555;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.highlight-infos ul li a:hover {
  color: #78c9ca;
}

.funding .page-content {
  margin-top: 0 !important;
}
.funding .page-content h2 {
  color: #ee7944;
}
.funding .page-content p:empty {
  display: none;
}
.funding .page-content p .read-more {
  color: #ee7944;
  border: 2px solid #ee7944;
}
.funding .page-content p .read-more:hover {
  background: #ee7944;
  color: #fff;
}
.funding .highlight-infos {
  margin-top: -2em !important;
}

.rgpd-text {
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 1em;
  padding: 0 2em;
}
.rgpd-text a {
  color: #354555;
  text-decoration: underline;
}
.rgpd-text a:hover {
  color: #fff;
}

table th {
  background: #78c9ca;
  color: #fff;
}

img[alt] {
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.1em;
  line-height: 1.1;
  color: #354555;
}

.page-content .gdpr-compliance {
  margin-left: 1em;
}
.page-content form .wpcf7-response-output {
  border: none !important;
  color: #ee7944;
  font-family: "dm_sansbold", Arial, serif;
}
.page-content form .required {
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 1em;
}
.page-content form span {
  color: #ee7944;
}
.page-content .editor {
  font-family: "dm_sansmedium_italic", Arial, serif;
  color: #354555;
}
.page-content .editor strong {
  font-family: "dm_sansbold_italic", Arial, serif;
}
.page-content em {
  font-family: "dm_sansitalic", Arial, serif;
  font-style: normal;
}
.page-content strong {
  font-family: "dm_sansbold", Arial, serif;
  font-weight: normal;
}
.page-content strong a {
  font-family: "dm_sansbold", Arial, serif;
}
.page-content .media {
  margin: 1em auto;
}
.page-content table {
  margin: 2em 0;
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.1em;
  color: #354555;
}
.page-content table th {
  font-family: "dm_sansbold", Arial, serif;
  font-weight: normal;
  padding: 0.75em 1em;
  border: 1px solid #dedede;
  vertical-align: top;
  white-space: nowrap;
}
.page-content table td {
  padding: 0.75em 1em;
  border: 1px solid #dedede;
  line-height: 1.3;
  vertical-align: top;
}
.page-content img[alt] {
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.1em;
  color: #bcbebd;
}
.page-content .accordion .accordion-link {
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.3em;
  color: #78c9ca;
}
.page-content .accordion .accordion-link:hover {
  text-decoration: none;
}
.page-content .round-up .intro {
  margin-bottom: 2em;
}
.page-content .round-up h2 {
  color: #78c9ca;
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.5em;
  border-top: 1px solid #dedede;
  padding: 1.25em 1em 0;
  margin: 1.5em -1em 1em;
  border-bottom: none;
}
.page-content .round-up h2:first-of-type {
  border-top: none;
  padding: 0 1em 0;
  margin: 0 -1em 1em;
}
.page-content .extra-info, .page-content .source {
  font-family: "dm_sansmedium_italic", Arial, serif;
  margin-top: 1.5em;
  color: #354555;
  font-size: 1em;
}
.page-content .extra-info a, .page-content .source a {
  font-family: "dm_sansmedium_italic", Arial, serif;
}
.page-content a {
  color: #78c9ca;
  font-family: "dm_sansregular", Arial, serif;
}
.page-content a:hover {
  text-decoration: underline;
}
.page-content a em {
  font-family: "dm_sansitalic", Arial, serif;
  font-style: normal;
}
.page-content a.read-more {
  color: #78c9ca;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  font-family: "dm_sansbold", Arial, serif;
  padding: 0.75em 2.5em;
}
.page-content a.read-more:hover {
  color: #fff;
  text-decoration: none;
}
.page-content a.read-more + a {
  margin-left: 1.5em;
}
.page-content h2 {
  color: #78c9ca;
  font-family: "dm_sansbold", Arial, serif;
  border-bottom: 1px solid #dedede;
  font-size: 1.4em;
  margin-top: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-left: -1.2em;
  margin-right: -1.2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.page-content h3 {
  color: #354555;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-family: "dm_sansbold", Arial, serif;
  display: inline-block;
}
.page-content h4 {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.2em;
  margin: 0.75em 0 0.5em 0;
  display: inline-block;
}
.page-content ul {
  list-style: none;
}
.page-content ul li {
  padding-left: 0.75em;
  position: relative;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  font-family: "dm_sansregular", Arial, serif;
  color: #354555;
}
.page-content ul li:before {
  font-size: 1em;
  top: 0em;
  left: -0.2em;
  content: "•";
  display: block;
  position: absolute;
  color: #354555;
}
.page-content .year-highlights .own-words {
  margin-bottom: 3em;
  text-align: center;
}
.page-content .year-highlights .own-words figure img {
  border-radius: 50%;
}
.page-content .year-highlights .own-words p {
  font-family: "pt_serifregular", Arial, serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-align: left;
}
.page-content .year-highlights .own-words p:last-of-type {
  font-family: "dm_sansbold_italic", Arial, serif;
  font-size: 1.1em;
  letter-spacing: 0;
  margin-top: 1.5em;
}
.page-content .year-highlights .top-round {
  background: #e9f5f5;
  text-align: center;
  padding: 1em 0;
  border-radius: 3em;
  margin: 2em -2em;
}
.page-content .year-highlights .top-round.pipeline, .page-content .year-highlights .top-round.highlights {
  background: #fce4da;
}
.page-content .year-highlights .top-round.pipeline h2, .page-content .year-highlights .top-round.highlights h2 {
  color: #ee7944;
}
.page-content .year-highlights .top-round.communications {
  background: #eff6e4;
}
.page-content .year-highlights .top-round.communications h2 {
  color: #add072;
}
.page-content .year-highlights .top-round:first-of-type {
  margin-top: 4em;
}
.page-content .year-highlights .top-round.key-info, .page-content .year-highlights .top-round.highlights, .page-content .year-highlights .top-round.communications, .page-content .year-highlights .top-round.pipeline {
  padding-bottom: 0;
}
.page-content .year-highlights .top-round h2 {
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  color: #78c9ca;
  font-size: 1.6em;
  margin: 0;
  border-bottom: 0;
}
.page-content .year-highlights .top-round p {
  letter-spacing: 0;
  font-size: 1.1em;
  color: #78c9ca;
  font-family: "dm_sansitalic", Arial, serif;
  margin: 0;
  margin-top: -0.25em;
}
.page-content .form-group .col-form-label {
  width: 100%;
  color: #354555;
  font-size: 1.1em;
  padding-left: 1em;
}
.page-content .form-group .form-control {
  height: auto;
}
.page-content .form-group.personal-data {
  position: relative;
  font-family: "dm_sansregular", Arial, serif;
}
.page-content .form-group.personal-data a {
  padding-left: 2em;
  padding: 0.05em 0.25em 0 0.25em;
}
.page-content .form-group .wpcf7-list-item {
  margin: 0 0.5em 0 1em;
}
.page-content .form-group div {
  padding: 0;
}
.page-content .form-group div .wpcf7-not-valid-tip {
  font-family: "dm_sansbold", Arial, serif;
  padding: 0.75em 0 0 1.25em;
  color: #ee7944;
  font-size: 1em;
}
.page-content .form-group div input:not(.btn-more) {
  border-radius: 2em;
  border: 2px solid #e9f5f5;
  color: #354555;
  padding: 0.75em 1.25em;
  font-family: "dm_sansregular", Arial, serif;
}
.page-content .form-group div input:not(.btn-more):focus {
  border: 2px solid #ee7944;
}
.page-content .form-group div textarea {
  border-radius: 2em;
  border: 2px solid #e9f5f5;
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
  padding: 1em 1.5em;
}
.page-content .form-group div textarea:focus {
  border: 2px solid #ee7944;
}
.page-content .form-group div select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2em;
  border: 2px solid #e9f5f5;
  color: #354555;
  padding: 0.75em 1.25em;
  font-family: "dm_sansregular", Arial, serif;
  background: url(../img/dropdown-arrow-down.png) no-repeat right 1.25em center;
  background-color: #fff;
  width: 12em;
}
.page-content .form-group div select:focus {
  border: 2px solid #ee7944;
}
.page-content .form-group div select option {
  outline: 2px solid #ee7944;
}
.page-content .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.date {
  font-family: "dm_sansitalic", Arial, serif;
  margin-bottom: 0.5em;
  font-size: 1em;
}

.desc {
  font-family: "dm_sansregular", Arial, serif;
  margin-bottom: 0.5em;
  font-size: 1em;
}

h1.t-5 {
  padding: 0 2.5em;
  line-height: 1.3;
  padding: 0 2.5em;
  padding-bottom: 0.75em;
  font-size: 1.5em;
}
h1.t-5 em {
  font-weight: 600;
}
h1 span {
  display: block;
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 0.9em;
}

.intro {
  font-family: "pt_serifregular", Arial, serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.intro a {
  font-family: "pt_serifregular", Arial, serif;
}

.box-infos {
  margin-top: 2em;
}
.box-infos p {
  font-size: 1.1em;
  margin-bottom: 0;
  font-family: "dm_sansregular", Arial, serif;
}
.box-infos .btn-more {
  letter-spacing: 0.1em;
}
.box-infos .plane {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.link-more {
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  color: #354555;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.link-more:hover {
  color: #78c9ca;
}

.accordion-link {
  font-family: "dm_sansbold", Arial, serif;
  border-bottom: 1px solid #dedede;
  display: block;
  padding: 0.4em 1.15em;
  font-size: 1.3em;
  margin-bottom: 1em;
  color: #354555;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.accordion-link:after {
  content: "\f004";
  font-family: "glopidr_icon";
  position: absolute;
  right: 2.5em;
}
.accordion-link:hover, .accordion-link[aria-expanded=true] {
  color: #ee7944;
}
.accordion-link[aria-expanded=true]:after {
  content: "\f005";
}

.rel {
  position: relative;
}

.px-6 {
  padding-left: 5em;
  padding-right: 5em;
}

.py-6 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.mt-6 {
  margin-top: 6em;
}

.more-info {
  color: #78c9ca;
  font-family: "dm_sansbold", Arial, serif;
  border-bottom: 1px solid #dedede;
  font-size: 1.4em;
  margin-top: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.top-round {
  position: relative;
  border-radius: 2em;
}
.top-round p {
  letter-spacing: 0.1em;
  font-size: 0.9em;
}
.top-round .t-1 {
  font-size: 1.8em;
}
.top-round .btn-more, .top-round .link-more {
  padding: 0.3em 1.5em;
  font-size: 0.85em;
  position: absolute;
  right: 1em;
  top: 0.6em;
  letter-spacing: 1px;
}
.top-round .link-more {
  top: 1.2em;
  letter-spacing: 0;
  font-size: 1em;
}

.navbar-brand img {
  width: 268px;
}

.newsletter h2:empty, .newsletter a:empty {
  display: none;
}
.newsletter .text-container {
  float: right;
  width: 70%;
}
.newsletter .editor strong {
  font-family: "dm_sansbold_italic", Arial, serif;
}
.newsletter .editor .intro strong {
  font-family: "pt_serifregular", Arial, serif;
  font-weight: 600;
}
.newsletter .editor h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}
.newsletter .sag-report h3 {
  margin: 1em -1.5em 0;
  clear: both;
}
.newsletter .sag-report h3:first-of-type {
  padding-top: 2em;
}
.newsletter h2 {
  border: none;
  text-transform: uppercase;
  font-size: 1.7em;
  display: block;
}
.newsletter h3 {
  padding: 0.5em 0;
  padding: 0.5em 1.5em;
  margin: 1em -1.5em 2em;
  display: block;
}
.newsletter h4 {
  margin: 0 0 0.5em 0;
  font-family: "dm_sansbold_italic", Arial, serif;
  font-size: 1.1em;
}
.newsletter .read-more {
  margin: 0.5em 0 1em 0;
}
.newsletter ul {
  margin-top: 1em;
}
.newsletter figure {
  position: relative;
  margin: 2em;
}
.newsletter figure:after {
  content: "";
  position: absolute;
  left: -2em;
  bottom: -1em;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #78c9ca;
  z-index: 0;
}
.newsletter figure img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  z-index: 1;
  position: relative;
}
.newsletter strong {
  font-family: "dm_sansbold", Arial, serif;
}
.newsletter .newsletter-sections h3 {
  border-top: 1px solid #dedede;
  display: block;
  padding: 1.75em 1.5em 0;
  margin: 1em -1.5em 1em;
}
.newsletter .newsletter-sections h3 span {
  display: block;
  font-family: "dm_sansitalic", Arial, serif;
  margin-bottom: 0.25em;
}
.newsletter .newsletter-sections h3:first-of-type {
  border-top: none;
  padding: 0 1.5em;
}
.newsletter .top-round {
  margin-top: 2em;
}
.newsletter .top-round:first-of-type, .newsletter .top-round:nth-of-type(2) {
  margin-top: 0;
}
.newsletter .top-round h3 {
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  color: #78c9ca;
  font-size: 1.6em;
  margin: 0;
}

.leadership .accordion a:nth-of-type(2) {
  display: none;
}

.navbar.bordernav {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.navbar .nav-item {
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  color: #354555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.5px;
}
.navbar .nav-item:after {
  content: "/";
  font-family: "dm_sansregular", Arial, serif;
  padding-left: 1em;
  padding-right: 1em;
  color: #bcbebd;
}
.navbar .nav-item .nav-link {
  color: #354555;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.navbar .nav-item .nav-link:hover {
  color: #ee7944;
}
.navbar .nav-item.active .nav-link, .navbar .nav-item.current_page_item .nav-link {
  color: #ee7944;
}
.navbar .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}
.navbar .nav-item .dropdown-menu .nav-item {
  padding: 0 1em;
  display: inline-block;
  width: auto;
}
.navbar .nav-item .dropdown-menu .nav-item a {
  color: #d2d4d3;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.navbar .nav-item .dropdown-menu .nav-item a:hover {
  color: #ee7944;
}
.navbar .nav-item .dropdown-menu .nav-item:hover, .navbar .nav-item .dropdown-menu .nav-item.active, .navbar .nav-item .dropdown-menu .nav-item.current_page_item {
  background-color: transparent;
}
.navbar .nav-item .dropdown-menu .nav-item:hover a, .navbar .nav-item .dropdown-menu .nav-item.active a, .navbar .nav-item .dropdown-menu .nav-item.current_page_item a {
  background-color: transparent;
  color: #ee7944;
}
.navbar .nav-item .dropdown-menu .nav-item::after {
  display: none;
}
.navbar .nav-item.dropdown {
  position: initial;
}
.navbar .search-icon {
  color: #354555;
  font-size: 1.2em;
  line-height: 1em;
  margin-left: 0.5em;
}
.navbar .search-icon:hover, .navbar .search-icon[aria-expanded=true] {
  color: #ee7944;
}
.navbar .search-icon:after {
  display: none;
}
.navbar .dropdown-search {
  border: none;
  width: 35em;
  background-color: transparent;
}
.navbar .dropdown-search form {
  position: relative;
}
.navbar .dropdown-search .form-control {
  border: 2px solid #78c9ca;
  border-radius: 2em;
  font-family: "dm_sansregular", Arial, serif;
  padding: 1.5em;
  font-size: 1.1em;
}
.navbar .dropdown-search .form-control:focus {
  border-color: #ee7944;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar .dropdown-search .btn-search {
  position: absolute;
  right: 0.5em;
  padding: 0.5em;
  font-family: "dm_sansregular", Arial, serif;
  top: 0.5em;
  background-color: #78c9ca;
  border: none;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.navbar .dropdown-search .btn-search:hover {
  color: #fff;
  background-color: #ee7944;
}

/* .newsletters {
	.blocks {
		&.blocks-news {
			.highlight {	
				display:none;
			}
		}
	}
}
*/
.resources .alm-reveal .col-12 {
  margin-bottom: 2em;
}
.resources .alm-btn-wrap .alm-load-more-btn {
  background: #ee7944 !important;
  border: 2px solid #ee7944 !important;
}
.resources .alm-btn-wrap .alm-load-more-btn:hover {
  background: #fff !important;
  color: #ee7944 !important;
}
.resources .alm-filter-wrapper #alm-selected-filters a {
  background-color: #fce4da;
}
.resources .alm-filter-wrapper #alm-selected-filters a:hover {
  background-color: #f8bca2;
}
.resources .blocks.blocks-news a:hover h3 {
  color: #ee7944;
}
.resources .blocks.blocks-news .type {
  color: #ee7944;
}
.resources .blocks.blocks-news .highlight {
  background-color: #fce4da;
  position: relative;
  padding-top: 1em;
}
.resources .blocks.blocks-news .highlight:before {
  content: "";
  width: 6px;
  height: 35px;
  position: absolute;
  top: 0;
  left: -6px;
  background-color: #ee7944;
}
.resources .blocks.blocks-news .highlight .btn-more {
  display: inline-block;
}
.resources .blocks.blocks-news .highlight .btn-more:hover {
  background-color: #ee7944;
}
.resources .blocks.blocks-news .highlight a {
  background-color: #fce4da;
}
.resources .blocks.blocks-news .highlight a:hover h3 {
  color: #ee7944;
}
.resources .blocks.blocks-news .highlight a:hover p {
  color: #fff !important;
}
.resources .blocks.blocks-news .highlight a:before {
  display: none;
}

.observer a {
  background-color: #eff6e4 !important;
}
.observer a:hover {
  background-color: #add072 !important;
}

.blocks.blocks-members .index {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  font-size: 0.95em;
  height: auto;
  margin: 0.75em 0;
  line-height: 1.2;
}
.blocks.blocks-members h3 {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  border-bottom: 1px solid #354555;
  font-size: 1em;
  padding-bottom: 0.25em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-members .desc {
  font-family: "dm_sansitalic", Arial, serif;
  color: #354555;
  font-size: 1em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  font-weight: normal;
  margin: 0 0 0.75em 0;
  line-height: 1.3;
}
.blocks.blocks-members a {
  display: block;
  padding: 2em;
  background-color: #e9f5f5;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-members a:hover {
  background-color: #add072;
}
.blocks.blocks-members a:hover h3 {
  color: #354555;
  border-bottom: 1px solid #add072;
}
.blocks.blocks-members a:hover .desc {
  color: #354555;
}
.blocks.blocks-members a:hover .icon-map-home {
  background-position: center top;
}
.blocks.blocks-members .icon-map {
  display: block;
  height: 30px;
  background: transparent url("../img/home-member.png") no-repeat center bottom;
  width: 100%;
  margin-bottom: 1em;
}
.blocks.blocks-members.blocks-members-int .index {
  color: #354555;
}
.blocks.blocks-members.blocks-members-int a {
  background-color: #e9f5f5;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-members.blocks-members-int a:hover {
  background-color: #add072;
}
.blocks.blocks-members.blocks-members-int a:hover .index {
  color: #fff;
}
.blocks.blocks-members.blocks-members-int a:hover h3 {
  color: #354555;
  border-bottom: 1px solid #354555;
}
.blocks.blocks-members.blocks-members-int a:hover .desc {
  color: #354555;
}
.blocks.blocks-news {
  margin-top: 4em !important;
}
.blocks.blocks-news h3 {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-news .date {
  font-family: "dm_sansitalic", Arial, serif;
  color: #354555;
  font-size: 1em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-news .index {
  color: #354555;
  text-transform: uppercase;
  font-family: "dm_sansregular", Arial, serif;
  font-size: 0.9em;
  border-bottom: 1px solid #354555;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
  padding-bottom: 0.35em;
}
.blocks.blocks-news .type {
  font-family: "dm_sansitalic", Arial, serif;
  color: #ee7944;
  font-size: 0.8em;
  background: transparent url("../img/resource-type.png") left top no-repeat;
  padding-left: 37px;
  padding-top: 7px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-news a {
  padding: 1em;
}
.blocks.blocks-news a:hover h3, .blocks.blocks-news a:hover .date {
  color: #78c9ca;
}
.blocks.blocks-news .highlight a {
  position: relative;
  display: block;
  background-color: #e9f5f5;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-news .highlight a .type {
  color: #354555;
  background: transparent url("../img/resource-type-highlight.png") left top no-repeat;
}
.blocks.blocks-news .highlight a:hover {
  background-color: #354555;
}
.blocks.blocks-news .highlight a:hover h3, .blocks.blocks-news .highlight a:hover .index, .blocks.blocks-news .highlight a:hover .date {
  color: #fff !important;
}
.blocks.blocks-news .highlight a:hover .type {
  color: #ee7944;
  background: transparent url("../img/resource-type.png") left top no-repeat;
}
.blocks.blocks-news .highlight a:hover:before {
  background-color: #354555;
}
.blocks.blocks-news .highlight a:before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #78c9ca;
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-ressources .highlight {
  position: relative;
  background-color: #e9f5f5;
}
.blocks.blocks-ressources .highlight a {
  position: relative;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.blocks.blocks-ressources .highlight a:before {
  display: none;
}
.blocks.blocks-ressources .highlight:before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #78c9ca;
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.bg-map {
  background: transparent url("../img/home-members-map.png") top center no-repeat;
}

.working-group h1 {
  font-size: 1.8em;
}

.highlight-infos {
  position: relative;
  padding: 1.5em 3em;
  margin-bottom: 3em !important;
}
.highlight-infos strong {
  display: inline-block;
}
.highlight-infos ul {
  list-style: none;
  margin: 1em 2.75em 0;
  padding: 0;
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 1.1em;
}
.highlight-infos ul li {
  padding-bottom: 0.5em;
}
.highlight-infos .index {
  font-family: "dm_sansbold_italic", Arial, serif;
  margin-bottom: 0.5em;
}
.highlight-infos:before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #78c9ca;
  position: absolute;
  top: 0;
  left: -6px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.highlight-infos h4 {
  color: #78c9ca;
  font-family: "dm_sansbold", Arial, serif;
}
.highlight-infos.bg-7 h4 {
  color: #ee7944;
}
.highlight-infos.bg-7:before {
  background-color: #ee7944;
}
.highlight-infos.bg-10 h2 {
  color: #add072;
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}
.highlight-infos.bg-10 .top-round {
  background-color: #add072;
  margin: 1em -1em 1.5em;
}
.highlight-infos.bg-10 .top-round p {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "dm_sansbold", Arial, serif;
  padding: 0.25em;
}
.highlight-infos.bg-10:before {
  background-color: #add072;
}
.highlight-infos.bg-10 .read-more {
  color: #add072;
  border: 2px solid #add072;
}
.highlight-infos.bg-10 .read-more:hover {
  background-color: #add072;
}

.cards-members p {
  line-height: 1.3;
}

.cards-infos strong,
.cards-members strong {
  font-family: "dm_sansbold", Arial, serif;
  font-weight: normal;
  font-size: 1.15em;
  line-height: 1.3;
}
.cards-infos p,
.cards-members p {
  font-family: "dm_sansregular", Arial, serif;
  margin-bottom: 0;
}
.cards-infos .icon,
.cards-members .icon {
  width: 80px;
  height: 80px;
  background-color: #354555;
  border-radius: 40px;
  margin: 0 auto 1.5em auto;
}
.cards-infos .icon img,
.cards-members .icon img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.cards-infos.cards-members,
.cards-members.cards-members {
  font-size: 0.9em;
}
.cards-infos.cards-members .icon,
.cards-members.cards-members .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 2px solid #dedede;
  border-radius: 40px;
  margin: 0 auto 1em auto;
  display: block;
}
.cards-infos.cards-members .icon img,
.cards-members.cards-members .icon img {
  width: 100%;
  border-radius: 40px;
}
.cards-infos.cards-members a,
.cards-members.cards-members a {
  color: #354555;
}
.cards-infos.cards-members a:hover .icon,
.cards-members.cards-members a:hover .icon {
  border: 2px solid #ee7944;
}
.cards-infos.cards-members a:hover strong,
.cards-members.cards-members a:hover strong {
  color: #ee7944;
}
.cards-infos .index,
.cards-members .index {
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #fce4da;
  display: inline-block;
  padding: 0 0.3em;
  margin: 1em 0 2em;
  letter-spacing: 0.1em;
}

.subtitle h2 {
  font-size: 1.9em;
  padding-bottom: 0.5em;
}

.item-icon {
  height: 36px;
}

.work .item-icon {
  height: 70px;
}

.cards-page a {
  height: 100%;
  background-color: #e9f5f5;
  display: block;
  border-radius: 1em;
  padding: 1em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cards-page a strong, .cards-page a p {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cards-page a strong {
  font-size: 0.9em;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  display: inline-block;
}
.cards-page a p {
  font-size: 1.1em;
  text-transform: none;
  line-height: 1.3;
}
.cards-page a:hover {
  background-color: #78c9ca;
}
.cards-page a:hover strong, .cards-page a:hover p {
  color: #fff;
}
.cards-page a:nth-of-type(2) {
  outline: 1px solid red;
}
.cards-page a.orange {
  background-color: #fce4da;
}
.cards-page a.orange:hover {
  background-color: #ee7944;
}

.collapse-body {
  padding: 0 1.5em;
}

.controls .carousel-control-prev, .controls .carousel-control-next {
  font-size: 1.8em;
  opacity: 1;
  color: #354555;
  width: auto;
}
.controls .carousel-control-prev:hover, .controls .carousel-control-next:hover {
  color: #add072;
}
.controls .carousel-control-prev {
  left: -2em;
}
.controls .carousel-control-next {
  right: -2em;
}

.info-text {
  position: relative;
  font-family: "dm_sansitalic", Arial, serif;
}
.info-text:before {
  content: "";
  width: 6px;
  height: 35px;
  background-color: #78c9ca;
  position: absolute;
  top: 0;
  left: -6px;
}

.timeline .tm-left {
  position: relative;
  text-align: right;
  padding-right: 75px;
}
.timeline .tm-left .circle {
  right: -15px;
}
.timeline .tm-left .date:before {
  right: 20px;
}
.timeline .tm-right {
  position: relative;
  text-align: left;
  padding-left: 75px;
}
.timeline .tm-right .circle {
  left: -15px;
}
.timeline .tm-right .date:before {
  left: 20px;
}
.timeline .circle {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  border-radius: 10px;
  background: transparent url("../img/timelime.png") center center no-repeat;
  background-size: cover;
}
.timeline .date {
  color: #354555;
  background-color: #e9f5f5;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "dm_sansbold", Arial, serif;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 0.5em;
}
.timeline .date:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #78c9ca;
  width: 48px;
  top: 13px;
}
.timeline h3 {
  display: block;
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.1em;
}
.timeline a {
  color: #ee7944;
  font-family: "dm_sansbold", Arial, serif;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.timeline a:hover {
  border-bottom: 1px solid #ee7944;
}
.timeline h2 {
  font-family: "dm_sansbold", Arial, serif;
  font-size: 1.5em;
  padding-bottom: 1px;
  display: inline-block;
  border-bottom: 1px solid #ee7944;
}

.timeline-nav {
  font-family: "dm_sansbold", Arial, serif;
  font-size: 0.85em;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  border: 0;
  padding: 1em 0;
}
.timeline-nav .nav-link {
  border: none;
  display: inline-block;
  padding: 0 0 3px 0;
  margin: 0 0.5em 0 0.5em;
}
.timeline-nav .nav-link.active {
  border-bottom: 1px solid #ee7944;
  background-color: transparent;
}

.close-box {
  position: absolute;
  top: -1em;
  right: 1em;
}
.close-box a {
  font-family: "dm_sansbold", Arial, serif;
  color: #fff;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}
.close-box a:hover {
  color: #ee7944;
}

#resetFilter.th-3:hover {
  color: #354555 !important;
}

.reset {
  position: absolute;
  font-family: "dm_sansregular", Arial, serif;
  top: 0.75em;
  left: 0;
  -webkit-transition: color 0.1s ease-in-out 0s;
  transition: color 0.1s ease-in-out 0s;
}

.map-container {
  padding: 0 3em;
  background-color: white;
  width: 100%;
  height: 700px;
  margin: 0 auto 40px;
  z-index: 0;
}
.map-container .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.map-container a.leaflet-popup-close-button {
  color: #fff !important;
  padding: 0.5em 1.5em 0 0 !important;
}
.map-container .leaflet-bar a, .map-container .leaflet-control-layers-toggle {
  background-color: #354555;
  color: #fff;
  border-radius: 0;
  border-bottom: 0;
}
.map-container .leaflet-bar a:first-child {
  border-radius: 0;
}
.map-container .leaflet-popup-content-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}
.map-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.map-container .leaflet-popup-content-wrapper .blocks.blocks-members .index {
  height: auto;
}
.map-container .leaflet-popup-content-wrapper .blocks.blocks-members a {
  padding: 0.5em 1.5em;
}
.map-container .leaflet-popup-tip-container {
  display: none;
}
.map-container .marker-cluster {
  background-color: transparent;
}
.map-container .marker-cluster div {
  color: #fff;
  font-family: "dm_sansmedium", Arial, serif;
  background-color: #354555;
}

.leaflet-container {
  font-size: 1em !important;
}

.alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alm-filter-wrapper {
  position: relative;
  border-radius: 3em;
}
.alm-filter-wrapper #alm-selected-filters {
  padding: 0;
  position: absolute;
  bottom: -4em;
}
.alm-filter-wrapper #alm-selected-filters a {
  color: #354555 !important;
  font-family: "dm_sansmedium", Arial, serif;
  background-color: #e9f5f5;
  font-size: 1em;
  border: none;
  padding: 0.5em 1em;
  border-radius: 1.5em;
}
.alm-filter-wrapper #alm-selected-filters a:hover {
  background-color: #78c9ca;
}
.alm-filter-wrapper #alm-selected-filters a:before {
  opacity: 0.5;
  color: #354555;
}
.alm-filter-wrapper .alm-filters-container .alm-filter {
  display: inline-block;
  margin: 0 0.5em;
  padding-bottom: 0;
}
.alm-filter-wrapper .alm-filters-container .alm-filter li a.active {
  color: #78c9ca;
}
.alm-filter-wrapper .alm-filters-container .alm-filter li a.active.field-radio:before {
  border-color: #78c9ca;
  background-color: #78c9ca;
}
.alm-filter-wrapper .alm-results-text {
  display: inline-block;
  padding: 0.75em 1.35em;
  color: #354555;
  font-family: "dm_sansbold", Arial, serif;
  border-radius: 1.5em;
  margin-right: 0.4em;
}
.alm-filter-wrapper .filter-title {
  text-transform: uppercase;
  font-family: "dm_sansbold", Arial, serif;
  color: #354555;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.alm-filter-wrapper #alm-selected-filters {
  padding: 0;
}
.alm-filter-wrapper .view-mode {
  display: inline-block;
  margin-left: 2em;
  font-family: "dm_sansitalic", Arial, serif;
}
.alm-filter-wrapper .view-mode a {
  text-transform: uppercase;
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
  margin-left: 0.5em;
}
.alm-filter-wrapper .view-mode a:nth-of-type(2) {
  font-family: "dm_sansbold", Arial, serif;
}
.alm-filter-wrapper .view-mode a:hover, .alm-filter-wrapper .view-mode a.active {
  border-bottom: 1px solid #000;
}
.alm-filter-wrapper .alm-filter {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  z-index: 1;
}
.alm-filter-wrapper .alm-filter .alm-filter--title {
  text-align: left;
  cursor: pointer;
}
.alm-filter-wrapper .alm-filter .alm-filter--title h3 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em 3em 1em 1.5em;
  background-color: #fff;
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
  border-radius: 2em;
}
.alm-filter-wrapper .alm-filter .alm-filter--title h3:after {
  content: "\f004";
  font-family: "glopidr_icon";
  position: absolute;
  right: 1em;
}
.alm-filter-wrapper .alm-filter .alm-filter--title.open h3:after {
  content: "\f005";
}
.alm-filter-wrapper .alm-filter ul {
  -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px transparent;
          box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px transparent;
  position: absolute;
  text-align: left;
  background-color: #fff;
  display: none;
  z-index: 2;
  border-radius: 1em;
  padding: 0.5em 0.5em !important;
  top: 3.8em;
}
.alm-filter-wrapper .alm-filter ul li:first-child {
  border-top: none;
}
.alm-filter-wrapper .alm-filter ul li:after {
  background: transparent;
}
.alm-filter-wrapper .alm-filter ul li a.field-checkbox::before,
.alm-filter-wrapper .alm-filter ul li a.active.field-checkbox::before {
  border-color: #ccc;
  background-color: transparent;
  border-radius: 0.25em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alm-filter-wrapper .alm-filter ul li a.field-checkbox::after {
  border-color: #354555;
  left: 23px;
  top: 11px;
}
.alm-filter-wrapper .alm-filter ul li a {
  font-family: "dm_sansbold", Arial, serif;
  border-radius: 1.5em;
  padding: 0.5em 3em;
}
.alm-filter-wrapper .alm-filter ul li a:hover {
  color: #354555;
  background-color: #eee;
}
.alm-filter-wrapper .alm-filter ul li a:before {
  left: 17px !important;
  top: 8px !important;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--title, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--title {
  display: none;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield {
  border: none;
  border-radius: 1.5em;
  padding: 1em 3em 1em 1.5em;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield::-webkit-input-placeholder, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield::-webkit-input-placeholder {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield::-moz-placeholder, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield::-moz-placeholder {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield:-ms-input-placeholder, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield:-ms-input-placeholder {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield::-ms-input-placeholder, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield::-ms-input-placeholder {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
}
.alm-filter-wrapper .alm-filter.alm-filter--search .alm-filter--textfield::placeholder, .alm-filter-wrapper .alm-filter.alm-filter--s .alm-filter--textfield::placeholder {
  color: #354555;
  font-family: "dm_sansregular", Arial, serif;
}
.alm-filter-wrapper .alm-filter[data-meta-key=members_pays] ul {
  max-height: 300px;
  overflow: auto;
}

footer .social-media {
  letter-spacing: 0.1em;
}
footer .nav-footer {
  list-style: none;
  padding-left: 0;
}
footer .nav-footer li {
  font-family: "dm_sansitalic", Arial, serif;
  font-size: 0.95em;
  list-style: none;
  display: inline-block;
}
footer .nav-footer li a {
  color: #354555;
}
footer .nav-footer li a:hover {
  color: #fff;
}
footer .nav-footer li:not(:last-of-type):after {
  content: ".";
  padding: 0 0em 0 0.3em;
  font-size: 1.5em;
}
footer .wpcf7-form {
  position: relative;
  width: 64%;
  margin: 0 auto;
}
footer .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 1em;
  font-family: "dm_sansitalic", Arial, serif;
}
footer .wpcf7-form .wpcf7-response-output {
  display: none;
}
footer .wpcf7-form .wpcf7-spinner:before {
  display: none;
}
footer .wpcf7-form p {
  margin: 0;
}
footer .wpcf7-form .wpcf7-email {
  border: 0;
  padding: 0.8em;
  text-align: center;
  font-family: "dm_sansregular", Arial, serif;
  color: #354555;
  border-radius: 2em;
  width: 100%;
}
footer .wpcf7-form .wpcf7-email::-webkit-input-placeholder {
  color: #354555;
}
footer .wpcf7-form .wpcf7-email::-moz-placeholder {
  color: #354555;
}
footer .wpcf7-form .wpcf7-email:-ms-input-placeholder {
  color: #354555;
}
footer .wpcf7-form .wpcf7-email::-ms-input-placeholder {
  color: #354555;
}
footer .wpcf7-form .wpcf7-email::placeholder {
  color: #354555;
}
footer .wpcf7-form .wpcf7-submit {
  position: absolute;
  background-color: #78c9ca;
  color: #fff;
  font-family: "dm_sansregular", Arial, serif;
  border: none;
  right: 8px;
  top: 9px;
  padding: 0.2em 0.5em;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  font-size: 0.9em;
}
footer .wpcf7-form .wpcf7-submit:hover {
  background-color: #ee7944;
}

.info-rgpd img {
  width: 60px;
  float: left;
  margin-right: 1em;
}
.info-rgpd p {
  font-family: "pt_serifregular", Arial, serif;
  color: #354555;
  font-size: 1em;
  line-height: 1.3;
}

.icon-glopidr {
  position: absolute;
  top: -9em;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 84px;
  background-color: white;
  padding: 0.8em;
  border-radius: 50px;
}
.icon-glopidr img {
  width: 100%;
}

.cli-wrapper {
  max-width: 60% !important;
}

.cli-bar-popup {
  padding: 0 2.75em !important;
}

.wt-cli-cookie-description {
  color: #fff !important;
  font-family: "dm_sansregular", Arial, serif !important;
  font-size: 1.7em !important;
}

.cli-modal .cli-modal-dialog {
  margin: 0 !important;
  min-height: 0 !important;
  height: 100%;
  background-color: #78c9ca;
  max-width: 55em !important;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  padding-top: 1em;
  font-size: 0.6rem !important;
}
.cli-modal .cli-modal-content {
  border-radius: 0;
  background-color: #78c9ca;
}
.cli-modal .cli-tab-header {
  background-color: transparent;
  border-bottom: none;
  border-radius: 0;
  padding: 1em 0 !important;
}
.cli-modal .cli-tab-header a.cli-nav-link {
  color: #fff;
  font-size: 1.9em;
  font-family: "dm_sansbold", Arial, serif !important;
}
.cli-modal .cli-tab-container .cli-row {
  max-height: unset;
}
.cli-modal .cli-tab-container h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "dm_sansbold", Arial, serif !important;
}
.cli-modal .cli-tab-container p {
  color: #fff;
  font-size: 1.55em;
  line-height: 1.5;
  font-family: "dm_sansregular", Arial, serif !important;
}
.cli-modal .cli-tab-container .cli-privacy-content-text,
.cli-modal .cli-tab-container .cli-privacy-readmore {
  color: #fff !important;
  font-family: "dm_sansregular", Arial, serif !important;
}
.cli-modal .cli-tab-container .cli-privacy-readmore {
  font-size: 1.55em;
  text-decoration: none;
  text-transform: uppercase;
}
.cli-modal .cli-tab-container .cli-privacy-readmore:hover {
  text-decoration: underline;
}
.cli-modal .cli-tab-section:last-of-type .cli-tab-header {
  border-bottom: none;
}
.cli-modal .cli-switch .cli-slider {
  background-color: #ee7944;
}
.cli-modal .cli-switch .cli-slider:after {
  color: #ee7944;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "dm_sansregular", Arial, serif !important;
  font-weight: normal;
}
.cli-modal .cli-modal-close svg {
  fill: #fff;
}
.cli-modal .cli-tab-footer {
  text-align: center !important;
  padding: 3em 0 !important;
  font-size: 1.55em;
}

.cli-modal .cli-tab-header .cli-necessary-caption,
.cli-modal .cli-switch input:checked + .cli-slider::after {
  color: #e9f5f5;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "dm_sansregular", Arial, serif !important;
}

.cli-modal .cli-switch input:checked + .cli-slider {
  background-color: #e9f5f5;
  font-family: "dm_sansregular", Arial, serif !important;
}

.cli-modal .cli-tab-content {
  background-color: transparent;
}

.cli-modal .cli-modal-close {
  right: 1.5em !important;
  width: 45px !important;
  height: 45px !important;
}

.cli-modal .cli-tab-header a::before {
  display: none;
}

.cli-tab-section .cli-tab-content {
  padding: 1em 0 !important;
}

#cookie-law-info-bar {
  padding: 2em 0 !important;
  font-size: 0.9em !important;
  background-color: #78c9ca !important;
  color: #fff !important;
  text-align: center !important;
}
#cookie-law-info-bar span {
  font-size: 1.1em;
  font-family: "dm_sansregular", Arial, serif;
}
#cookie-law-info-bar a {
  color: #fff !important;
}
#cookie-law-info-bar a:hover {
  color: #ee7944 !important;
}

.cli-privacy-overview h4 {
  font-family: "dm_sansregular", Arial, serif !important;
  font-size: 2.2em !important;
  text-transform: none !important;
}
.cli-privacy-overview .cli-privacy-content-text {
  font-family: "dm_sansregular", Arial, serif;
  font-size: 1.7em;
}
.cli-privacy-overview .cli-privacy-content-text a {
  color: #fff !important;
}
.cli-privacy-overview .cli-privacy-content-text a:hover {
  color: #354555 !important;
}

#cookie-law-info-again {
  right: auto !important;
}

.cli-wrapper .cli-plugin-button,
#cookie-law-info-again #cookie_hdr_showagain,
.cli-tab-footer .cli-btn {
  border: 2px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 1em 2.5em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border-radius: 2em !important;
  text-align: center !important;
  font-family: "dm_sansbold", Arial, serif !important;
  font-size: 1em !important;
  margin-top: 1em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cli-wrapper .cli-plugin-button:hover,
#cookie-law-info-again #cookie_hdr_showagain:hover,
.cli-tab-footer .cli-btn:hover {
  background-color: #fff !important;
  color: #78c9ca !important;
}

#cookie-law-info-again #cookie_hdr_showagain {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 0.5em 1em !important;
  padding: 0.75em 1em 0.75em 0.75em !important;
  border: none !important;
  font-family: "dm_sansregular", Arial, serif;
}
#cookie-law-info-again #cookie_hdr_showagain:hover {
  color: #fff !important;
  border: none !important;
}

#cookie-law-info-again {
  left: 0 !important;
  padding: 0 !important;
  bottom: 0 !important;
}

#cookie-law-info-again {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#cookie-law-info-again #cookie_hdr_showagain {
  background-color: #78c9ca !important;
  border: none;
  font-size: 1.1em !important;
}

#cookie-law-info-again #cookie_hdr_showagain:hover {
  color: #354555 !important;
}

#cookie-law-info-again {
  text-align: left !important;
}

@media (max-width: 576px) {
  .page-content a.read-more {
    white-space: normal;
    padding: 0.75em 1.5em;
  }
  figure.figure-r, figure.figure-l {
    margin: 0;
  }
  figure img {
    width: 100%;
    height: auto;
  }
  .blocks.blocks-news {
    margin-top: 0 !important;
  }
  .blocks.blocks-news .mt-5 {
    margin-top: 0 !important;
  }
  .blocks.blocks-news .mb-4 {
    margin-bottom: 0 !important;
  }
  .alm-filter-wrapper {
    margin: 0 0.25em;
  }
  .alm-filter-wrapper .alm-filters-container .alm-filter {
    display: block;
  }
  .alm-filter-wrapper .alm-filters-container .alm-filter ul {
    width: 100%;
  }
  figure.figure-l {
    margin: 0;
  }
  .px-5 {
    padding: 1em !important;
  }
  .my-4 {
    margin: 1em 0 0 !important;
  }
  .member .highlight-infos.px-5 {
    padding-left: 1em !important;
    margin-top: 2em;
  }
  .highlight-infos ul {
    margin: 0;
  }
  .highlight-infos .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .highlight-infos .portrait {
    margin-bottom: 2em;
  }
  .highlight-infos .portrait:after {
    left: 3em;
  }
  .highlight-infos .portrait img {
    border-radius: 50%;
    margin-left: 5em;
  }
  .highlight-infos .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .top-round .t-1 {
    font-size: 1.6em;
  }
  .page-content ul {
    padding-left: 1em;
  }
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-1 {
    margin-left: 0;
  }
  h1.t-5 {
    padding: 0 0 0.75em;
  }
  .working-group .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .working-group .offset-1 {
    margin-left: 0;
  }
  .working-group .px-4 {
    padding: 0;
  }
  .timeline .offset-6 {
    margin-left: 10%;
  }
  .timeline .col-6 {
    max-width: 100%;
    margin-bottom: 2em;
  }
  .timeline .tm-left, .timeline .tm-right {
    width: 90%;
  }
  .cards-members .col-, .cards-members .col-4 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .top-round {
    text-align: center;
  }
  .cli-modal-content {
    width: 90% !important;
  }
  #wt-cli-accept-btn {
    margin: 2em 0 1em !important;
  }
  footer .wpcf7-form {
    width: 100%;
  }
  .info-rgpd {
    margin-bottom: 2.5em;
  }
  .top-info {
    text-align: center;
  }
  .top-info.top-round .btn-more {
    position: initial;
    margin-bottom: 1.5em;
  }
  .brand {
    text-align: left !important;
  }
  .navbar-toggler-top {
    position: absolute;
    border: none;
    top: -2.7em;
    right: -0.5em;
  }
  .navbar .nav-item:after {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
  .py-6, .px-6 {
    padding: 3em;
  }
  .top-round .link-more {
    position: initial;
  }
  .btn-more.btn-member {
    right: 0;
    left: 0;
    margin: 1em auto 2em;
  }
  .page-content a.read-more {
    max-width: 100%;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .alm-filter-wrapper .alm-filters-container .alm-filter {
    margin: 1em 0.5em 0;
  }
  .alm-filter-wrapper .alm-filters-container .alm-filter.alm-filter--search {
    z-index: 0;
  }
  .alm-filter-wrapper .alm-filter ul {
    top: 3em;
  }
  .alm-filter-wrapper .reset {
    display: none;
  }
}
.ppw-pwd-label {
  margin-top: 10px;
}

.ppw-pwd-label input {
  margin-left: 10px;
}

.banner__image_text {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px 15px 5px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner__image_text .banner_image {
  width: 35%;
  padding: 10px;
}

.banner__image_text .banner_image img {
  width: 100%;
  height: auto;
}

.banner__image_text .container {
  width: 65%;
  max-width: 540px;
  padding: 8px 5px 8px 5px;
}

.banner__image_text .container p {
  font-size: 15px;
  margin-bottom: 0.5em;
}

.banner__image_text .container .banner__tilte {
  font-size: 17px;
  font-family: "dm_sansbold", Arial, serif;
}

.t-c-3 {
  color: #ee7944;
}

.t-c-2 {
  color: #78c9ca;
}

.t-c-1 {
  color: #354555;
}

.t-c-w {
  color: #fff;
}

.t-c-cb {
  color: #00a9c6;
}

.two-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-two-col-no-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.new-two-col .portrait-text {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .new-two-col-no-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-two-col .portrait-text {
    margin-left: 0px;
  }
  .banner__image_text .banner_image {
    display: none;
  }
  .banner__image_text .container {
    width: 100%;
  }
  .banner__image_text .banner_image img {
    height: 20vh;
  }
}
.e-glo__news-blue-back {
  background: #e9f5f5;
  padding: 0em 3em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  padding-top: 1.5em;
}
.e-glo__news-blue-back h2 {
  border-bottom: 0px;
}

a.read-more_news {
  color: #78c9ca;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  font-family: "dm_sansbold", Arial, serif;
  padding: 0.75em 2.5em;
  margin: 1.5em 0 1em 0;
  border: 2px solid #78c9ca;
  background-color: transparent;
  color: #78c9ca;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 2em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
a.read-more_news:hover {
  color: #fff;
  background-color: #78c9ca;
  text-decoration: none;
}

/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}

.member-cat {
  font-family: "dm_sansitalic", Arial, serif;
  color: #354555;
  font-size: 0.9em;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  font-weight: normal;
  margin: 0 0 0.75em 0;
  line-height: 1.3;
  text-align: center;
}

img.bio {
  border-radius: 50%;
}
