/*------------------------------------*\
  Settings & variables
\*------------------------------------*/
/* Open Sans
-------------------- */
@font-face {
  font-family: 'Open_Sans';
  src: url("fonts/OpenSans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open_Sans";
  src: url("fonts/OpenSans/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open_Sans";
  src: url("fonts/OpenSans/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open_Sans";
  src: url("fonts/OpenSans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open_Sans";
  src: url("fonts/OpenSans/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 900;
}

/* Roboto
-------------------- */
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 900;
}

* {
  -webkit-font-smoothing: antialiased;
}

/*------------------------------------*\
  Typography
\*------------------------------------*/
html,
body {
  font-family: "Open_Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #465662;
  counter-reset: section;
}

@media only screen and (max-width: 575px) {
  html,
  body {
    font-size: 12.6px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.euCookieLaw .euCookieLaw_title,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 20px;
  display: block;
  color: #2E3D49 !important;
}

h1,
.h1 {
  font-size: 2.6rem;
  font-weight: 600;
}

h2,
.h2,
.euCookieLaw .euCookieLaw_title {
  font-size: 1.8rem;
  font-weight: 300;
  color: #28A86C !important;
}

h3,
.h3 {
  font-size: 1.6rem;
  font-weight: 300;
}

h4,
.h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 500;
}

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

hr.large {
  margin: 2.5rem 0;
}

blockquote {
  border-left: 3px solid #82898e;
  padding-left: 16px;
  margin: 3rem 0;
  font-size: 110%;
}

blockquote:before {
  content: '\201C';
  color: #82898e;
  font-family: Avalon, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: .25;
  position: relative;
  top: .225em;
}

blockquote p {
  font-style: italic;
}

.list-group.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group .list-group-item {
  border: 1px solid #dbe2e8;
}

.list-group .list-group-item a {
  color: #465662;
  display: block;
}

.list-group .list-group-item a:hover, .list-group .list-group-item a:focus {
  color: #28A86C;
}

.list-group .list-group-item.active {
  border: 0;
  background-color: #28A86C;
}

.list-group .list-group-item.active a {
  color: #fff;
}

.list-group .list-group-item.highlight {
  background-color: rgba(40, 168, 108, 0.12);
}

ol.list-group li {
  padding-left: 45px;
}

ol.list-group li:before {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -0.7em;
  counter-increment: section;
  content: " " counter(section) ". ";
}

ul.list-unstyled {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/*------------------------------------*\
  Buttons & links
\*------------------------------------*/
a {
  color: #28A86C;
  -webkit-transition: color 200ms ease, opacity 0.3s ease;
  transition: color 200ms ease, opacity 0.3s ease;
  text-decoration: none;
}

a:visited {
  color: unset;
}

a:hover, a:focus {
  color: #1d8454;
  text-decoration: none;
}

a.no-color {
  color: inherit;
}

a.no-color:hover, a.no-color:focus {
  color: #1d8454;
}

.btn, .mainPanel .contactFormButtons input {
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  min-width: auto;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.btn[disabled], .mainPanel .contactFormButtons input[disabled] {
  cursor: not-allowed;
}

.btn:hover, .mainPanel .contactFormButtons input:hover, .btn:focus, .mainPanel .contactFormButtons input:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn:hover .icon-arrow-right, .mainPanel .contactFormButtons input:hover .icon-arrow-right, .btn:focus .icon-arrow-right, .mainPanel .contactFormButtons input:focus .icon-arrow-right {
  display: inline-block;
  -webkit-transform: translate(3px, 0);
          transform: translate(3px, 0);
}

.btn:hover .icon-arrow-left, .mainPanel .contactFormButtons input:hover .icon-arrow-left, .btn:focus .icon-arrow-left, .mainPanel .contactFormButtons input:focus .icon-arrow-left {
  display: inline-block;
  -webkit-transform: translate(-3px, 0);
          transform: translate(-3px, 0);
}

.btn.btn-secondary, .mainPanel .contactFormButtons input.btn-secondary {
  background-color: #fff;
  color: #82898e;
  border: 1px solid #dbe2e8;
  background-color: #fff;
}

.btn.btn-secondary:hover, .mainPanel .contactFormButtons input.btn-secondary:hover, .btn.btn-secondary:focus, .mainPanel .contactFormButtons input.btn-secondary:focus, .btn.btn-secondary:not([disabled]):not(.disabled):active, .mainPanel .contactFormButtons input.btn-secondary:not([disabled]):not(.disabled):active, .btn.btn-secondary:not([disabled]):not(.disabled).active, .mainPanel .contactFormButtons input.btn-secondary:not([disabled]):not(.disabled).active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #28A86C;
  border: 1px solid #28A86C;
  background-color: #fff;
}

.btn.btn-primary, .mainPanel .contactFormButtons input.btn-primary {
  -webkit-box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #28A86C;
  color: #fff;
  background-color: #28A86C;
}

.btn.btn-primary:hover, .mainPanel .contactFormButtons input.btn-primary:hover, .btn.btn-primary:focus, .mainPanel .contactFormButtons input.btn-primary:focus, .btn.btn-primary:not([disabled]):not(.disabled):active, .mainPanel .contactFormButtons input.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:not([disabled]):not(.disabled).active, .mainPanel .contactFormButtons input.btn-primary:not([disabled]):not(.disabled).active {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #28A86C;
  background-color: #228954;
}

.btn.btn-rounded, .mainPanel .contactFormButtons input.btn-rounded {
  border-radius: 2rem;
}

.btn.btn-link, .mainPanel .contactFormButtons input.btn-link {
  border: 0;
  color: #28A86C;
  text-decoration: none;
}

.btn.btn-link:hover, .mainPanel .contactFormButtons input.btn-link:hover, .btn.btn-link:focus, .mainPanel .contactFormButtons input.btn-link:focus {
  color: #1d8454;
}

/* ==========================================================
       Global forms element without .form-control
    ========================================================*/
input,
textarea,
select {
  display: block;
  width: 100%;
  height: calc(1.5rem + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

select {
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

select::-ms-expand {
  display: none;
}

textarea {
  height: auto;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* ==========================================================
       Global additionnal custom css for bootstrap 
       .form-control, .custom-select
    ========================================================*/
.form-control, input,
textarea,
select,
input[type=password].form-control,
input[type=password],
input[type=text].form-control,
input[type=text],
input[type=file],
select.form-control,
select,
textarea.form-control,
textarea {
  border-radius: 4px;
  font-family: "Open_Sans";
  background-color: #fff;
  color: inherit;
  padding: .50rem .75rem;
  border: 1px solid #dbe2e8;
  -webkit-box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
  box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
}

@media only screen and (max-width: 991px) {
  .form-control, input,
  textarea,
  select,
  input[type=password].form-control,
  input[type=password],
  input[type=text].form-control,
  input[type=text],
  input[type=file],
  select.form-control,
  select,
  textarea.form-control,
  textarea {
    font-size: 16px;
  }
}

.form-control:focus, input:focus,
textarea:focus,
select:focus,
input[type=password].form-control:focus,
input[type=password]:focus,
input[type=text].form-control:focus,
input[type=text]:focus,
input[type=file]:focus,
select.form-control:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  border-color: #495a67;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: 0;
}

.custom-select,
select {
  color: inherit;
  border: 1px solid #dbe2e8;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  height: calc(2.6rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
}

/* ==========================================================
       Internet : Contact form
    ========================================================*/
.mainPanel .visitFormGroup {
  margin: 25px 0;
}

.mainPanel .visitFormGroup .fieldset {
  margin-bottom: 1rem;
}

.mainPanel .visitFormGroup .fieldset .legend strong {
  color: #dc3545;
  padding-left: 5px;
  display: inline;
  font-size: 10px;
  font-weight: 400;
}

.mainPanel .text-center {
  text-align: left !important;
  margin: 25px 0;
}

.mainPanel .text-center img {
  margin-bottom: 15px;
}

.mainPanel .text-center input {
  margin-top: 15px;
}

.mainPanel .contactFormButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 30%;
  float: right;
}

.mainPanel .contactFormButtons input {
  margin: 0;
  font-size: inherit;
  height: auto;
}

.mainPanel .contactFormButtons input:first-child {
  background-color: #fff;
  color: #82898e;
  border: 1px solid #dbe2e8;
  margin-right: 10px;
}

.mainPanel .contactFormButtons input:last-child {
  -webkit-box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #28A86c;
  color: #fff;
  background-color: #28A86c;
}

.mainPanel .error {
  color: #e83e8c;
}

div[id*='_divformSubmitedSuccess'] {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  margin-top: 10px;
  margin-bottom: 10px;
}

div[id*='_divformSubmitedError'] {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==========================================================
       Internet : language dropdown
    ========================================================*/
.lang-select {
  width: auto;
}

@media only screen and (max-width: 991px) {
  .lang-select {
    width: 50%;
  }
}

.pagingSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .25rem;
}

.pagingSection a {
  margin: 0 2px !important;
  border-radius: 4px;
  color: #28A86C !important;
  padding: .5rem .75rem !important;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.pagingSection a.current {
  color: #fff !important;
  border-color: #b6c511;
  background-color: #b6c511;
}

.pagingSection a:hover {
  color: #fff !important;
  background-color: #28a86c;
}

.pagingSection .prev,
.pagingSection .ms-promlink-button {
  margin: 0 5px !important;
  border-radius: 4px;
  color: #28A86C !important;
  padding: .5rem .75rem;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none !important;
  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;
}

.pagingSection .prev:hover,
.pagingSection .ms-promlink-button:hover {
  color: #fff !important;
  background-color: #28a86c;
}

header.main-header {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: fixed;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  header.main-header {
    background: #fff !important;
  }
}

@media only screen and (max-width: 991px) {
  header.main-header {
    height: 55px;
    background-size: cover !important;
  }
  header.main-header:before {
    background: #0C4B54;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
  }
}

header.main-header .navigation {
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 10;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-box-shadow: 0px 8px 8px rgba(32, 34, 38, 0.05);
  box-shadow: 0px 8px 8px rgba(32, 34, 38, 0.05);
}

@media only screen and (max-width: 991px) {
  header.main-header .navigation {
    background: none;
  }
}

header.main-header .navigation > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.main-header .navigation__logo {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.main-header .navigation__menu {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  header.main-header .navigation__menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

header.main-header .main-content__title__mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  header.main-header .main-content__title__mobile {
    display: block;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 2.5vw;
    overflow: hidden;
    color: #fff !important;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    margin-right: 50px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.5rem;
  }
  header.main-header .main-content__title__mobile > div {
    width: 100%;
  }
}

header.main-header .navigation__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  header.main-header .navigation__user {
    padding-left: 0;
  }
}

header.main-header .logo {
  display: inline-block;
  width: 120px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

header.main-header .logo .logo_color {
  width: 100%;
}

header.main-header .logo .logo_white {
  display: none;
}

@media only screen and (max-width: 991px) {
  header.main-header .logo {
    width: 40px;
  }
  header.main-header .logo .logo_color {
    display: none;
  }
  header.main-header .logo .logo_white {
    display: block;
    width: 100%;
  }
  header.main-header .navigation__menu {
    padding-right: 0;
  }
}

/*------------------------------------*\
  breadcrumb
\*------------------------------------*/
.breadcrumb {
  background: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.breadcrumb p span {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb p span a {
  color: #fff;
}

.breadcrumb p span a:hover, .breadcrumb p span a:focus {
  color: #28A86C;
}

@media only screen and (max-width: 991px) {
  .breadcrumb {
    display: none;
  }
}

/*------------------------------------*\
  Main navigation
\*------------------------------------*/
nav.main-nav {
  float: right;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.main-nav {
    width: 100%;
  }
}

.ms-core-listMenu-root > li:first-child > a {
  display: none;
}

.ms-core-listMenu-root {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root {
    width: 100%;
  }
}

.ms-core-listMenu-root ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul {
    height: auto;
  }
}

.ms-core-listMenu-root ul > li {
  list-style-type: none;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ms-core-listMenu-root ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 12%;
            flex: 1 1 12%;
  }
}

.ms-core-listMenu-root ul > li > a {
  padding: 2px 5px;
  color: inherit;
  display: block;
  line-height: 1.2rem;
  color: #465662 !important;
  padding: 5px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-core-listMenu-root ul > li > a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul > li.dynamic-children .additional-background {
    background: none;
  }
}

.ms-core-listMenu-root ul > li.dynamic-children > ul {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul > li.dynamic-children > ul {
    position: relative;
    width: 100% !important;
    left: 20px !important;
    top: 0 !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.ms-core-listMenu-root ul > li.dynamic-children > ul > li {
  border-top: 1px solid #dbe2e8;
  border-bottom: 1px solid #dbe2e8;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul > li.dynamic-children > ul > li {
    border: none;
  }
}

.ms-core-listMenu-root ul > li.dynamic-children > ul > li a {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul {
    /* Display nav items vertically */
    display: block;
  }
  .ms-core-listMenu-root ul > li {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ms-core-listMenu-root ul > li > a {
    display: block;
    border-bottom: 2px solid transparent;
  }
}

@media only screen and (min-width: 992px) {
  .ms-core-listMenu-root ul > li {
    padding: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .ms-core-listMenu-root ul > li {
    padding: 0;
  }
  .ms-core-listMenu-root ul > li a {
    padding: 15px 0;
  }
}

/*Button toggle main nav mobile*/
.main-nav-toggle {
  display: none;
  text-align: center;
  margin: 0 0 0 15px;
  padding: 2px 5px 0 0px;
  line-height: 1.2;
  min-width: inherit;
  background-color: transparent !important;
  background-image: none;
  border: 1px solid transparent !important;
  border-radius: 4px;
  float: left;
  outline: none !important;
}

.main-nav-toggle .icon-bar {
  display: block;
  margin: auto;
  height: 3px;
  border-radius: 2px;
  width: 24px;
  background-color: #2E3D49;
  -webkit-transition: transform 0.5s 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.5s 0.2s ease-out;
  transition: -webkit-transform 0.5s 0.2s ease-out;
  transition: transform 0.5s 0.2s ease-out;
  transition: transform 0.5s 0.2s ease-out, -webkit-transform 0.5s 0.2s ease-out;
  /* Bar state (X) */
}

@media only screen and (max-width: 991px) {
  .main-nav-toggle .icon-bar {
    background: #fff;
  }
}

.main-nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.main-nav-toggle .icon-bar:nth-child(2) {
  opacity: 1;
}

.main-nav-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  margin-bottom: 4px;
}

.main-nav-toggle.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: 5px;
}

.main-nav-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

.main-nav-toggle.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: -10px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 991px) {
  .main-nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .main-nav-toggle .main-nav-toggle__title {
    color: #465662;
    font-size: 10.2px;
  }
  .main-nav-toggle .main-nav-toggle__title .icon-bar:nth-child(3) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-bottom: 0px;
  }
  .main-nav-toggle .main-nav-toggle__title.open .icon-bar:nth-child(3) {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 991px) {
  /* Move nav off screen, setup transitions */
  nav.main-nav {
    width: 300px;
    position: fixed;
    right: -300px;
    overflow-y: auto;
    top: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
    -webkit-box-shadow: 0px 0px 18px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
            box-shadow: 0px 0px 18px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
    border-left: 1px solid #ebeff2;
    margin-top: 0px;
    display: block;
  }
  .site-wrapper {
    left: 0;
    right: 0;
    position: relative;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
  }
  .open-nav-right nav.main-nav {
    right: 0 !important;
    padding: 10px;
  }
  .open-nav-right .site-wrapper {
    right: 300px;
    left: inherit;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
  }
}

/* Search */
.ms-srch-sb,
.ms-srch-sb-border {
  position: relative;
  display: block;
  border: none;
  z-index: 5;
  width: 50px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  border-left: 1px solid #dbe2e8;
  -webkit-transition: all cubic-bezier(0.2, 0.05, 0, 0.98) 0.4s;
  transition: all cubic-bezier(0.2, 0.05, 0, 0.98) 0.4s;
}

.ms-srch-sb input,
.ms-srch-sb-border input {
  padding-left: 30px;
  opacity: 0 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
  height: 40px;
  background: #fff;
  width: 100%;
}

.ms-srch-sb input:focus,
.ms-srch-sb-border input:focus {
  border: 1px solid #dbe2e8;
}

.ms-srch-sb input:hover,
.ms-srch-sb-border input:hover {
  border: none;
}

.ms-srch-sb .ms-srch-sb-searchLink,
.ms-srch-sb-border .ms-srch-sb-searchLink {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 15px;
  top: 50%;
  margin-top: -18px;
  font-size: 24px;
  padding-right: 10px;
  z-index: 5;
  color: #28A86C;
  margin-left: 0;
  height: auto;
  width: auto;
  outline: none;
  background: none;
}

@media only screen and (max-width: 991px) {
  .ms-srch-sb .ms-srch-sb-searchLink,
  .ms-srch-sb-border .ms-srch-sb-searchLink {
    padding-right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    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;
  }
}

.ms-srch-sb .ms-srch-sb-searchLink .ms-srch-sb-searchImg,
.ms-srch-sb-border .ms-srch-sb-searchLink .ms-srch-sb-searchImg {
  display: none;
}

.ms-srch-sb .ms-srch-sb-searchLink .ms-srch-sb-searchImg--new,
.ms-srch-sb-border .ms-srch-sb-searchLink .ms-srch-sb-searchImg--new {
  width: 22px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .ms-srch-sb .ms-srch-sb-searchLink .ms-srch-sb-searchImg--new,
  .ms-srch-sb-border .ms-srch-sb-searchLink .ms-srch-sb-searchImg--new {
    display: none;
  }
}

.ms-srch-sb .ms-srch-sb-searchLink .ms-srch-sb-searchImg--newWhite,
.ms-srch-sb-border .ms-srch-sb-searchLink .ms-srch-sb-searchImg--newWhite {
  display: none;
}

@media only screen and (max-width: 991px) {
  .ms-srch-sb .ms-srch-sb-searchLink .ms-srch-sb-searchImg--newWhite,
  .ms-srch-sb-border .ms-srch-sb-searchLink .ms-srch-sb-searchImg--newWhite {
    display: block;
    width: 22px;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .ms-srch-sb,
  .ms-srch-sb-border {
    margin-top: 0;
    border-left: 0;
    position: absolute;
    top: 0;
  }
  .ms-srch-sb input,
  .ms-srch-sb-border input {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.ms-srch-sb-border:hover {
  border: none;
  border-left: 1px solid #dbe2e8;
}

.ms-srch-sb--active .container,
.ms-srch-sb-borderFocused .container {
  position: relative;
}

.ms-srch-sb--active .ms-srch-sb,
.ms-srch-sb-borderFocused .ms-srch-sb {
  width: 100%;
  border-left: 0;
}

.ms-srch-sb--active .ms-srch-sb input,
.ms-srch-sb-borderFocused .ms-srch-sb input {
  opacity: 1 !important;
  border: 1px solid #dbe2e8;
}

.ms-srch-sb--active .ms-srch-sb .ms-srch-sb-searchLink,
.ms-srch-sb-borderFocused .ms-srch-sb .ms-srch-sb-searchLink {
  right: 0;
  left: auto;
  pointer-events: initial;
}

@media only screen and (max-width: 991px) {
  .ms-srch-sb--active .ms-srch-sb-searchLink,
  .ms-srch-sb-borderFocused .ms-srch-sb-searchLink {
    width: 50px;
    height: 100%;
  }
  .ms-srch-sb--active .ms-srch-sb-searchImg--newWhite,
  .ms-srch-sb-borderFocused .ms-srch-sb-searchImg--newWhite {
    display: none !important;
  }
  .ms-srch-sb--active .ms-srch-sb-searchImg--new,
  .ms-srch-sb-borderFocused .ms-srch-sb-searchImg--new {
    display: block !important;
    width: 22px;
    height: auto;
  }
}

.ms-srch-result .ms-core-menu-button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  min-width: auto;
  background-color: transparent;
  font-family: "Roboto",sans-serif;
  border-color: rgba(29, 197, 255, 0.2);
  padding: 0.35em 1em;
  margin: 0 5px;
  background-color: rgba(239, 248, 253, 0.95);
  color: #0087b6;
  vertical-align: middle;
}

.ms-srch-item {
  width: 100% !important;
  -webkit-box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
  box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
  margin: 20px 0 !important;
  padding: 15px !important;
}

.ms-srch-item:hover {
  background: none !important;
}

.ms-srch-item .ms-srch-item-icon {
  float: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-srch-item .ms-srch-item-icon:before {
  content: "pdf";
  background: #e62525;
  font-size: 0.8em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  padding: 3px;
  margin-right: 5px;
}

.ms-srch-item .ms-srch-item-icon img {
  display: none !important;
}

.ms-srch-item .ms-srch-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ms-srch-item .ms-srch-item-title .ms-srch-ellipsis {
  margin-top: 0;
  white-space: normal !important;
}

.ms-srch-item .ms-srch-item-path {
  width: auto !important;
  max-width: 100%;
  color: #7e8994;
  vertical-align: middle;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 5px;
  font-size: 12px;
}

.ms-srch-upscope-top {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-Paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: .25rem;
}

.ms-srch-Paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ms-srch-Paging li a {
  margin: 0 2px !important;
  border-radius: 4px;
  color: #28A86C !important;
  padding: .5rem .75rem !important;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none !important;
  font-weight: 400 !important;
  top: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  font-size: 14px !important;
}

.ms-srch-Paging li a:hover {
  color: #fff !important;
  background-color: #28a86c;
}

.ms-srch-Paging #PagingSelf a {
  color: #fff !important;
  border-color: #b6c511;
  background-color: #b6c511;
}

.ms-srch-Paging #PagingImageLink #PageLinkPrev {
  display: none;
}

.ms-srch-Paging #PagingImageLink #PageLinkNext:after {
  content: "...";
}

.ms-srch-Paging #PagingImageLink #PageLinkNext span {
  display: none;
}

.topic-box {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .topic-box {
    padding: 3px;
  }
}

.topic-box .topic-box__content {
  display: block;
  padding: 20px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dbe2e8;
  font-size: 12px;
  color: #82898e;
  position: relative;
  text-decoration: none;
  border-radius: 0.5em;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.topic-box .topic-box__content .topic-box__title {
  font-size: 1.35rem;
  font-weight: 300;
  margin: 0 0 10px 0;
}

.topic-box .topic-box__content[href]:hover, .topic-box .topic-box__content[href]:focus {
  z-index: 2;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 8px 14px 24px rgba(39, 44, 49, 0.1);
  box-shadow: 8px 14px 24px rgba(39, 44, 49, 0.1);
}

.topic-box .topic-box__content[href]:hover .topic__title, .topic-box .topic-box__content[href]:focus .topic__title {
  color: #28A86C;
}

.topic-box.topic-box--featured .topic-box__content {
  text-align: center;
  padding: 30px;
  font-size: 1rem;
  -webkit-box-shadow: 8px 14px 24px rgba(39, 44, 49, 0.1);
  box-shadow: 8px 14px 24px rgba(39, 44, 49, 0.1);
}

@media only screen and (max-width: 991px) {
  .topic-box.topic-box--featured .topic-box__content {
    padding: 10px;
  }
}

.topic-box.topic-box--featured .topic-box__title {
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .topic-box.topic-box--featured .topic-box__title {
    font-size: 1rem;
  }
}

.topic-box.topic-box--featured .topic-box__title__img {
  max-width: 70px;
  margin: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .topic-box.topic-box--featured .topic-box__title__img {
    margin-bottom: 0;
  }
}

.topic-box.topic-box--featured .topic-box__title__img img {
  max-width: 50px;
  max-height: 50px;
}

.topic-box.topic-box--about .topic-box__content {
  background-color: #34696F;
}

.topic-box.topic-box--about .topic-box__content .topic-box__title {
  color: #fff !important;
}

.topic-box.topic-box--policy .topic-box__content {
  background-color: #fff;
}

.topic-box.topic-box--members .topic-box__content {
  background-color: #E8E8E8;
}

.topic-box.topic-box--audit .topic-box__content {
  background-color: #ff9d5a;
}

.topic-box.topic-box--audit .topic-box__content .topic-box__title {
  color: #fff !important;
}

.topic-box.topic-box--publication .topic-box__content {
  background-color: #1CA1F1;
}

.topic-box.topic-box--publication .topic-box__content .topic-box__title {
  color: #fff !important;
}

.topic-box.topic-box--countries .topic-box__content {
  background-color: #69B249;
}

.topic-box.topic-box--countries .topic-box__content .topic-box__title {
  color: #fff !important;
}

/*------------------------------------*\
  Footer
\*------------------------------------*/
.btn.scrolltotop, .mainPanel .contactFormButtons input.scrolltotop {
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 40px;
  -webkit-transition: none;
  transition: none;
  display: none;
  border: 0px solid;
  border-color: rgba(255, 255, 255, 0.82);
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  opacity: 0.8;
}

.btn.scrolltotop img, .mainPanel .contactFormButtons input.scrolltotop img {
  width: 15px;
  height: auto;
}

.btn.scrolltotop:hover, .mainPanel .contactFormButtons input.scrolltotop:hover, .btn.scrolltotop:focus, .mainPanel .contactFormButtons input.scrolltotop:focus {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .btn.scrolltotop, .mainPanel .contactFormButtons input.scrolltotop {
    bottom: 10px;
    right: 10px;
  }
}

.btn.scrolltotop.scrolltotop--bottom, .mainPanel .contactFormButtons input.scrolltotop.scrolltotop--bottom {
  position: absolute;
  top: -4em;
  bottom: auto;
}

footer.main-footer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 5px 10px rgba(82, 92, 101, 0.21);
          box-shadow: 0px 5px 10px rgba(82, 92, 101, 0.21);
}

@media only screen and (max-width: 991px) {
  footer.main-footer {
    z-index: 5;
  }
}

footer.main-footer .footer {
  position: relative;
  z-index: 2;
  padding: 15px 10px;
  font-size: 12px;
}

footer.main-footer .footer a {
  text-decoration: none;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}

footer.main-footer .footer a:hover, footer.main-footer .footer a:focus {
  color: #28A86C;
}

@media only screen and (max-width: 767px) {
  footer.main-footer .footer {
    text-align: center;
  }
}

.footer__title {
  line-height: 1.5;
  color: #465662;
  font-weight: 500;
  margin-top: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .footer__title {
    text-align: center;
    margin-top: 40px;
  }
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__links li {
  margin-right: 25px;
}

.footer__links li a img {
  height: 25px;
  margin-right: 10px;
}

.footer__links li a.active, .footer__links li a:hover, .footer__links li a:focus {
  color: #3FA869;
}

.footer__links li a.home-link {
  background-image: url(/sites/ep/PublishingImages/icons/homepage.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 17px;
  padding-left: 30px;
  color: #8695A5;
}

.footer__links li a.home-link.active, .footer__links li a.home-link:hover, .footer__links li a.home-link:focus {
  background-image: url(/sites/ep/PublishingImages/icons/homepage-active.svg);
}

.footer__links li a.contact-link {
  background-image: url(/sites/ep/PublishingImages/icons/contact.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 17px;
  padding-left: 30px;
  color: #8695A5;
}

.footer__links li a.contact-link.active, .footer__links li a.contact-link:hover, .footer__links li a.contact-link:focus {
  background-image: url(/sites/ep/PublishingImages/icons/contact-active.svg);
}

.footer__links--social {
  font-size: 20px;
  border: 0;
  background: #3FA869;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -15px;
  right: 0;
  height: 60px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.footer__links--social li {
  margin: 0;
}

.footer__links--social li a {
  display: block;
  margin: 0 5px;
  width: 30px;
}

@media only screen and (max-width: 991px) {
  .footer__links--social li a {
    width: 25px;
  }
}

.footer__links--social li a:hover, .footer__links--social li a:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer__links--social li a img {
  width: 100%;
  margin: 0;
  height: auto !important;
}

.resource-box {
  margin: 35px 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06);
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06);
  -webkit-box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
          box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
}

.resource-box:first-child {
  margin-top: 0;
}

.resource-box.current-focus {
  opacity: 0;
  overflow: hidden;
  max-height: 20px;
  visibility: hidden;
  margin: -20px 0 0 0;
}

.resource-box.current-focus + .resource-box {
  margin-top: 0;
}

.resource-box .resource-box__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 13px 10px 13px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: red;
}

.resource-box .resource-box__header > p {
  color: #fff;
}

.resource-box .resource-box__header.resource-box__header--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: .9;
}

.resource-box .resource-box__header p {
  margin-top: 10px;
}

.resource-box .resource-box__header:hover [data-sortable-handle] {
  opacity: 1;
}

.resource-box .resource-box__controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.resource-box .resource-box__controls [data-sortable-handle] {
  opacity: 0;
}

.resource-box .resource-box__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin: 0;
  position: relative;
  padding-right: 5px;
  font-size: 1.4rem;
  font-family: "Roboto";
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource-box .resource-box__title .resource-box__title-text {
  color: #fff;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.resource-box .resource-box__title [class*='icon-'] {
  font-size: 2rem;
  margin: 0 10px 0 0;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
}

.resource-box .resource-box__body {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}

.resource-box .resource-box__body.resource-box__body--no-padding {
  padding: 0;
}

.resource-box .resource-box__more {
  display: block;
  font-size: 0.85rem;
  color: #28A86C;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.resource-box .resource-box__more [class*="icon-"] {
  font-size: 1.6rem;
}

.resource-box .resource-box__more:hover, .resource-box .resource-box__more:focus {
  text-decoration: none;
}

.resource-box.resource-box--no-margin {
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.resource-box.resource-box--expanded {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

.resource-box.resource-box--expanded .resource-box__body {
  padding: 20px 40px;
}

@media only screen and (max-width: 575px) {
  .resource-box.resource-box--expanded .resource-box__body {
    padding: 20px 10px;
  }
}

.resource-box.resource-box--expanded .resource-box__title {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 2.1rem;
  font-weight: 300;
  padding-left: 5px;
}

.resource-box.resource-box--expanded .resource-box__title [class*='icon-'] {
  font-size: 2rem;
  width: auto;
  height: auto;
}

.card {
  border: 0;
  margin: 5px 0;
}

.card .card-img {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 0;
}

.card .card-img .cover-image {
  min-height: 180px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: calc(.25rem - 1px);
  background: url(../img/loading.gif);
  background-color: #f2f2f2 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.card .card-img img {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.card .card-img:hover, .card .card-img:focus {
  border-radius: 0;
}

.card .card-img:hover .cover-image, .card .card-img:focus .cover-image {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.card .card-img:hover a img,
.card .card-img:hover button img, .card .card-img:focus a img,
.card .card-img:focus button img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.card h4 {
  margin: 0;
}

.card h4 a,
.card h4 .button-link {
  color: inherit;
}

.card h4 a:hover, .card h4 a:focus,
.card h4 .button-link:hover,
.card h4 .button-link:focus {
  color: #1d8454;
}

.card .date {
  font-size: 12px;
  color: #82898e;
}

/*------------------------------------*\
  Card News
\*------------------------------------*/
.card-news {
  background-color: transparent;
  position: relative;
  border: 2px solid transparent;
  padding: 8px;
  border-radius: 4px;
  -webkit-transform: none !important;
          transform: none !important;
}

.card-news h4 {
  font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
  .card-news h4 {
    font-size: 1.5rem;
  }
}

.card-news .card-body {
  padding: 1.25rem 0;
}

.card-news.card-news--details .card-title {
  font-size: 2.1rem;
  margin: 0;
  font-weight: 600;
  color: #2E3D49;
}

.card-news.card-news--details .date {
  font-size: 1rem;
}

.card-news.card-news--details .card-img {
  margin-top: 1rem;
}

.card-news.card-news--details a.cover-image {
  min-height: 420px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.card-news.card-news--details:hover, .card-news.card-news--details:focus {
  border-radius: 0;
}

.card-news.card-news--details:hover a.cover-image, .card-news.card-news--details:focus a.cover-image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*------------------------------------*\
   Cards item
\*------------------------------------*/
.card-item {
  margin: 15px 0;
  border: 1px solid #dbe2e8;
  background-color: #fff;
  padding: 15px;
  color: #465662;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
  box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
}

.card-item .card-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  padding: .25rem 1.25rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.card-item h4 a,
.card-item h4 .button-link,
.card-item .card-item__title a,
.card-item .card-item__title .button-link {
  color: inherit;
}

.card-item h4 a:hover, .card-item h4 a:focus,
.card-item h4 .button-link:hover,
.card-item h4 .button-link:focus,
.card-item .card-item__title a:hover,
.card-item .card-item__title a:focus,
.card-item .card-item__title .button-link:hover,
.card-item .card-item__title .button-link:focus {
  color: #1d8454;
}

.card-item h2 {
  margin: 0;
}

.card-item .card-item__right {
  position: relative;
  padding-left: 10px;
}

.card-item .card-item__right img {
  width: 20px;
  height: 20px;
}

/*------------------------------------*\
   Cards item areas global code
\*------------------------------------*/
.areas li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-item--area {
  margin: 5px 0;
  padding: 0px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .card-item--area {
    margin: 0;
  }
}

.card-item--area .btn-block {
  min-width: 40px;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: transparent;
  background-color: #fff;
  height: 100%;
  padding: 10px;
}

.card-item--area .btn-block .card-item--area--img {
  margin: auto;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #28a86c;
  padding: 5px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 100%;
}

.card-item--area .btn-block .card-item--area--img img {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.card-item--area .btn-block .card-item--area--img div {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50%;
}

.card-item--area .btn-block .card-item--area--img .over-txt {
  color: #fff;
  display: block;
  margin: 0;
  font-size: 22px;
}

.card-item--area .btn-block h4,
.card-item--area .btn-block .card-item__title {
  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;
  line-height: 1.3;
  margin: 0 0 5px 0;
  font-size: 1rem;
  font-weight: 400;
  min-height: 50px;
}

/*------------------------------------*\
   Cards item accordion
\*------------------------------------*/
.card-item--accordion .card-item--accordion--title {
  color: #28A86C;
}

@media only screen and (max-width: 767px) {
  .card-item--accordion .card-item--accordion-body ul {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .card-item--accordion .btn, .card-item--accordion .mainPanel .contactFormButtons input, .mainPanel .contactFormButtons .card-item--accordion input {
    padding: 0;
  }
}

.contentEditor--questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  .contentEditor--questions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
}

.contentEditor--questions li {
  color: #28A86C;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .contentEditor--questions li {
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}

.contentEditor--questions li .contentEditor--questions-img {
  background: #28A86C;
  padding: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
}

.contentEditor--questions li img {
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
   Cards item area members
\*------------------------------------*/
.card-item--area--members .card-item--area--img {
  width: auto !important;
  padding: 0 !important;
  background: none !important;
  margin-bottom: 0 !important;
}

.card-item--area--members .card-item--area--img img {
  border-radius: 4px;
}

.card-item--area--members h4 {
  margin: 0 !important;
}

@media only screen and (max-width: 575px) {
  .card-item--area--members h4 {
    word-break: break-word;
  }
}

.member--status {
  background: #2bb4a4;
  color: #fff;
  padding: .25em .4em;
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.member--group {
  color: #82898e;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.member--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
}

.member--links .member--links--detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border: 1px solid #dbe2e8;
  border-radius: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.35rem;
  padding: 40px;
  margin-bottom: 10px;
  text-align: center;
}

.member--links .member--links--detail:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .member--links .member--links--detail {
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .member--links .member--links--detail {
    padding: 25px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .member--links .member--links--detail {
    padding: 10px;
    font-size: 1rem;
  }
}

.member--links .members--links--detail--declaration {
  border-left: 3px solid #4e8D9F;
}

.member--links .members--links--detail--declaration:hover {
  border-color: #4e8D9F;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.member--links .members--links--detail--cv {
  border-left: 3px solid #a82a62;
}

.member--links .members--links--detail--cv:hover {
  border-color: #a82a62;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.member--picture {
  position: relative;
}

.member--picture img {
  width: 100%;
}

.member--picture .meta {
  position: absolute;
  bottom: -10px;
  left: 10px;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 991px) {
  .member--picture .meta {
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .member--picture .meta {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
}

.member--picture .meta .member--status {
  margin-right: 5px;
  font-size: 14px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .member--picture .meta .member--status {
    text-align: left;
  }
}

.member--picture .meta .member--group {
  background: #f4f4f4;
  padding: .25em .4em;
  font-weight: 400;
  text-align: center;
  white-space: wrap;
  vertical-align: baseline;
  border-radius: .25rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: initial;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .member--picture .meta .member--group {
    border: 1px solid #82898e;
    margin-top: 5px;
  }
}

/*------------------------------------*\
   Cards item area years
\*------------------------------------*/
.card-item--area--years .card-item--area--img {
  margin-bottom: 0;
}

.card-item--area--years h4 {
  display: none !important;
}

/*------------------------------------*\
   Cards item area country
\*------------------------------------*/
.card-item--area--country .card-item--area--img {
  padding: 0 !important;
  background: none !important;
}

.card-item--area--country .card-item--area--img img {
  border-radius: 5px;
  border: 1px solid #dbe2e8;
}

/*------------------------------------*\
   Cards item area policy
\*------------------------------------*/
.card-item--area--policy .card-item--area--img {
  padding: 15px !important;
}

/*------------------------------------*\
  Reset Sharepoint styles
\*------------------------------------*/
/* used to reset the ootb styles on the title row tag in the Starter Collab master page; used for the fullscreen button in SP */
#s4-titlerow {
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: auto;
}

/* used to reset the ootb styles on s4-bodyContainer */
#s4-bodyContainer {
  padding-bottom: 0;
  background: linear-gradient(160deg, #f2f4f5 400px, #fff 850px);
}

#s4-bodyContainer .main-content:before {
  background-position: -50px -60px !important;
}

button[type="button"] {
  min-width: auto;
}

/*------------------------------------*\
  Barre Sharepoint top
\*------------------------------------*/
body {
  /* Retabli l'affichage des icones dans le ribbon */
}

body .ms-cui-img-container img,
body .ms-cui-img-cont-float img {
  max-width: none;
}

body .o365cs-base .o365cs-topnavBGColor,
body .o365cs-base .o365cs-topnavBGColor-2,
body .o365cs-base.o365cs-topnavBGColor,
body .o365cs-base.o365cs-topnavBGColor-2 {
  background: -webkit-gradient(linear, left top, right top, from(#3f9379), to(#024D56));
  background: linear-gradient(to right, #3f9379, #024D56);
}

body .o365cs-base.o365cs-topnavLinkBackground-2 {
  background-color: transparent;
}

body .o365cs-base .o365cs-appLauncherBackground,
body .o365cs-base.o365cs-appLauncherBackground {
  background-color: #2E3D49;
}

body .o365cs-base .ms-bgc-tp,
body .o365cs-base .ms-bgc-tp-h:hover {
  background-color: #28A86C;
  outline: 0;
}

body .ms-bgc-tdr,
body .ms-bgc-tdr-h:hover,
body .o365cs-base .ms-bgc-tdr-h:hover,
body .o365cs-nav-button:hover {
  color: #fff;
  outline: 0;
  background-color: #228954;
}

body .o365cs-mfp-header-img .o365cs-mfp-doughboy-container {
  display: none;
}

body .o365cs-mfp-header-img .o365cs-mfp-circular-small {
  height: 25px;
  width: 25px;
}

body .o365cs-mfp-header-img .o365cs-mfp-header-img-container {
  margin-top: 3px;
}

body .o365cs-flexPane-unseenitems {
  position: absolute;
  bottom: 28px;
  left: 25px;
}

body .o365cs-flexPane-unseenitems .o365cs-flexPane-unseenCount {
  color: #fff;
  border: 0;
}

body .o365cs-nav-header16 .o365cs-nav-o365Branding {
  display: none;
}

body .ms-cui-TabRowRight {
  display: none !important;
}

body .o365cs-nav-item[id*='Link_Help'] {
  display: none;
}

body .o365cs-nav-leftAlign {
  z-index: 5;
  position: relative;
}

body .o365cs-nav-rightAlign {
  position: relative;
}

body #suiteBarDelta {
  position: relative;
}

body #suiteBarTop {
  height: 30px !important;
}

body #suiteBarTop .o365cs-nav-header16 {
  height: 30px;
  z-index: 1000;
}

body #suiteBarTop .o365cs-nav-header16 .o365cs-nav-button {
  height: 30px;
  z-index: 1;
}

body #suiteBarTop .o365cs-me-tile-nophoto-username-container {
  height: 30px;
}

body #suiteBarTop .o365cs-me-tile-nophoto-username-container .o365cs-me-tile-nophoto-username {
  height: 30px;
}

body .o365cs-flexPane-overlay {
  top: 30px;
}

body .o365cs-nav-contextMenu,
body .spPropertyPaneContainerNoFlexbox {
  top: 30px !important;
}

body .o365cs-nav-contextMenu *, body .o365cs-nav-contextMenu:after, body .o365cs-nav-contextMenu:before,
body .spPropertyPaneContainerNoFlexbox *,
body .spPropertyPaneContainerNoFlexbox:after,
body .spPropertyPaneContainerNoFlexbox:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body .o365cs-newALV2-on .o365cs-nav-navMenuContent,
body .o365cs-newALV2-on.o365cs-nav-navMenu {
  height: calc(100vh - 30px);
}

body .o365cs-newALV2-on.o365cs-nav-navMenu {
  top: 30px !important;
}

body #s4-ribbonrow {
  margin-top: -30px;
  height: 30px !important;
  font-size: 13px;
}

body #s4-ribbonrow * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

body #s4-ribbonrow #globalNavBox {
  height: 30px;
  background-color: transparent;
}

body #s4-ribbonrow #globalNavBox .ms-cui-ribbonTopBars {
  position: relative;
  padding-left: 50px;
}

body #s4-ribbonrow #globalNavBox .ms-cui-tabContainer {
  z-index: 1000;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt {
  height: 100%;
  margin: 0;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt .ms-cui-tt-a {
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt .ms-cui-tt-a > .ms-cui-tt-span {
  color: #fff !important;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt .ms-cui-tt-a:hover > .ms-cui-tt-span {
  color: #465662 !important;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt.ms-cui-tt-s .ms-cui-tt-a > .ms-cui-tt-span {
  color: #465662 !important;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt.ms-browseTab.ms-cui-tt-s .ms-cui-tt-a > .ms-cui-tt-span {
  color: #fff !important;
}

body #s4-ribbonrow #globalNavBox ul.ms-cui-tts .ms-cui-tt.ms-browseTab.ms-cui-tt-s .ms-cui-tt-a:hover > .ms-cui-tt-span {
  color: #465662 !important;
}

body #s4-ribbonrow #globalNavBox .ms-cui-topBar2 {
  height: 30px;
  border: 0;
}

body #s4-ribbonrow #globalNavBox .ms-cui-topBar2.ms-browseTabContainer, body #s4-ribbonrow #globalNavBox .ms-cui-topBar2.ms-cui-topBarMaximized {
  border: 0;
}

/*------------------------------------*\
  Fix Webpart Sharepoint
\*------------------------------------*/
.ms-webpart-menuLink {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ms-webpart-menuArrowImg {
  max-width: none;
}

#contentBox {
  margin: 0;
  min-width: 10px;
}

#contentBox .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#contentBox #DeltaPageStatusBar {
  position: relative;
  z-index: 5;
}

#contentBox #DeltaPageStatusBar #pageStatusBar {
  border: 0;
  width: 100%;
  margin: 0;
}

.ms-core-webpartadder {
  z-index: 1000;
}

.ms-ToolPaneOuter {
  position: relative;
  z-index: 99999999;
}

.ms-ToolPaneOuter input,
.ms-ToolPaneOuter select,
.ms-ToolPaneOuter textarea {
  height: auto;
  display: inline-block;
  width: auto;
}

/*------------------------------------*\
  Fix custom template Intranet for Sharepoint
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  #sharepoint-toolbar {
    display: none !important;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color: #fff;
  background-color: #F5F7F8;
}

html.open-nav,
body.open-nav {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* only on body to fix bug with bootstrap tooltip and dropdown */
body {
  height: 100%;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Fix IE footer sticky flexbox */
.site-wrapper-flexIEfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.ms-webpart-zone,
.ms-webpartzone-cell {
  table-layout: fixed;
}

.main-content-header {
  position: relative;
  height: 230px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  background-size: cover !important;
  margin-top: 66px;
}

@media only screen and (max-width: 991px) {
  .main-content-header {
    display: none;
  }
}

.main-content-header:before {
  background: #0C4B54;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}

.main-content-header .container {
  padding: 55px 15px;
}

.main-content-header .main-content__title {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 3rem;
  color: #fff !important;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .main-content-header .main-content__title {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .homePage .main-content-header #SearchBox {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .homePage header {
    background: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homePage header:before {
    display: none;
  }
  .homePage header .navigation {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .homePage header #SearchBox {
    display: none;
  }
  .homePage .main-content-header {
    display: block;
    margin-top: 55px;
  }
  .homePage header.main-header .main-content__title__mobile {
    color: #465662;
    text-shadow: none;
  }
  .homePage .main-nav-toggle .icon-bar {
    background: #465662;
  }
  .homePage .logo {
    width: 80px !important;
  }
  .homePage .logo_white {
    display: none !important;
  }
  .homePage .logo_color {
    display: block !important;
  }
  .homePage .main-content__title__mobile {
    display: none !important;
  }
  .homePage .main-content__title {
    display: block;
  }
  .homePage .main-content-header #SearchBox {
    width: 100%;
  }
  .homePage .main-content-header .ms-srch-sb,
  .homePage .main-content-header .ms-srch-sb-border,
  .homePage .main-content-header .ms-srch-sb-borderFocused {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 4px !important;
    background: transparent !important;
    border: none !important;
  }
  .homePage .main-content-header .ms-srch-sb input,
  .homePage .main-content-header .ms-srch-sb-border input,
  .homePage .main-content-header .ms-srch-sb-borderFocused input {
    opacity: 1 !important;
    margin: 0;
    padding: 0;
    float: none;
    background: #fff !important;
    height: 40px !important;
    padding: .50rem .75rem !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}

.wrap_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-content {
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 991px) {
  .main-content {
    margin-top: 55px;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .main-content {
    margin-top: 55px;
    padding: 30px;
  }
}

.main-content .columns {
  max-width: 100%;
}

.main-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

[data-toggle="collapse"] .collapseIcon {
  display: inline-block;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[data-toggle="collapse"].collapsed .collapseIcon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.main-content .image-left-news-background {
  background: url(/sites/ep/PublishingImages/backgrounds/bg-header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-content .image-left-news-background > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
}

.main-content .image-left-news-background .image-left-news {
  height: 200px;
  border: 1px solid #fff;
  width: auto;
  max-width: 100%;
}

.euCookieLaw {
  position: relative;
  margin-top: -70px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.euCookieLaw .euCookieLaw_body a {
  color: #002752;
}

.euCookieLaw .euCookieLaw_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.euCookieLaw .euCookieLaw_button input {
  margin: 0;
  padding: 0;
  font-family: "Open_Sans", sans-serif;
  border: 1px solid #dbe2e8;
  color: #465662;
  cursor: pointer;
}

.euCookieLaw .euCookieLaw_button input:first-child {
  margin-right: 5px;
}

.splashcol > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.splashcol > ul > li {
  background: #28A86C !important;
  border: 1px solid #fff;
}

.splashcol > ul > li > span {
  background: #fff !important;
  border: 1px solid #28A86C;
}

.splashcol > ul > li > a:hover {
  text-decoration: none !important;
}

/* ==========================================================
      Internet : Publication listing
    ========================================================*/
.publication2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  min-height: 112px;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
  -webkit-box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
  box-shadow: 0 0 8px rgba(140, 152, 164, 0.125);
}

.publication2 .image-doc-new {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  background: url("/sites/ep/PublishingImages/backgrounds/bg-header.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .publication2 .image-doc-new {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.publication2 .image-doc-new img {
  border: 1px solid #fff;
  max-height: 115px;
}

@media only screen and (max-width: 767px) {
  .publication2 .image-doc-new img {
    max-height: 125px;
  }
}

.publication2 .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.publication2 .content hr {
  display: none;
}

.publication2 .content .date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #82898e;
  margin-top: 5px;
}

.publication2 .content .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .publication2 .content .title {
    font-size: 1.2rem;
  }
}

.publication2 .content .title > a[href$='.PDF']:before,
.publication2 .content .title > a[href$='.pdf']:before {
  content: "pdf";
  background: #e62525;
  font-size: 0.8em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  padding: 3px;
  margin-right: 5px;
}

.publication2 .content .left {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
}

.publication2 .more {
  display: none;
}

/* ==========================================================
           Internet: Publication detail
        ========================================================*/
.left {
  display: inline-block;
}

.moreTypesRolUp {
  display: inline-block;
}

.strTypes {
  display: none;
}

.doc {
  padding-left: 20px;
}

.return_back {
  display: none;
  color: #fff;
  font-size: 2rem;
  width: 40px;
  height: auto;
  text-align: center;
  font-weight: 700;
}

.return_back:hover, .return_back:focus, .return_back:visited {
  color: #fff !important;
}

/* ==========================================================
        Welcome video
    ========================================================*/
.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
}

.video-container iframe {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .video-container iframe {
    height: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .video-container iframe {
    height: 285px;
  }
}

@media only screen and (max-width: 575px) {
  .video-container iframe {
    height: 235px;
  }
}

/* ==========================================================
    Hide a language
    ========================================================*/
li#ga {
  display: none;
}

option[value=ga] {
  display: none;
}
/*# sourceMappingURL=eca-ep.css.map */