#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.header_bg {
  background-color: var(--color-navbar-main);
  color: var(--color-text-light);
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=95);
  z-index: 0;
  transition: all var(--transition-duration) ease-in-out;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}

#header_main {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 1;
  border-color: var(--color-border);
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
}

.av-logo-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--padding-main);
  clear: both;
}

.inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.logo img {
  width: auto;
}

.main_menu ul {
  list-style: none;
}

.main_menu a {
  text-decoration: none;
  height: 58px;
  line-height: 58px;
  padding: 0 10px;
}

.menu-text {
  background-color: var(--color-menu-bg);
  color: var(--color-menu-text);
  border-color: var(--color-menu-border);
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: var(--border-radius-menu-item);
  padding: var(--padding-menu-item);
  cursor: pointer;
  font: var(--font-size-base)/1.65em var(--font-helvetica) !important;
  margin: 0;
  vertical-align: baseline;
}

.header-padding {
  background-color: var(--color-navbar-main);
  padding-bottom: 116px;
}

header .block-system-powered-by-block,
.block-page-title-block,
.block-menu navigation h2,
.menu--cem-header h2,
#block-cem-headercledeschamps-menu {
  display: none;
}

header .navbar  {
  padding: 0 !important;
  height: 100%;
}

header .navbar-brand {
  height: 100%;
  padding: 0 !important;
  font-size: 0 !important;
}

.navbar-brand img {
  height: 100%;
  padding: 25px 0;
}

#CollapsingNavbar {
  width: auto;
  max-width: max-content;
  height: 100%;
}

.menu--header-cle-des-champs {
  height: 100%;
}

header {
  height: 95px;
  background-color: rgba(255, 255, 255, .95);
}

#navbar-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: transparent !important;
}

#main-wrapper {
  padding-top: 95px;
}

header .nav-item > a {
  -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -moz-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -ms-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  -o-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  border-width: 0;
  border-style: solid;
  border-color: rgba(235, 235, 235, 1);
  color: rgba(50, 57, 67, 1);
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  padding: 0;
  width: 100%;
  color: rgba(50,57,67,1);
}

header .dropdown-menu .nav-item > a  {
  border-radius: 0 !important;
}

header .nav-item a:after {
  content: none !important;
}

#block-cem-headercledeschamps > .nav-item:last-child a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 20px;

}

header .nav-item > .dropdown-menu {
  display: block;
  border-color: rgba(235, 235, 235, 1);
  border-width: 1px;
  border-style: solid;
  list-style: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 203;
  opacity: 0;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .02);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .02);
  border-radius: 0 !important;
  box-shadow: 0 5px 15px 0 rgba(255, 255, 255, .02);
  border-color: rgba(235, 235, 235, 1);
  border-width: 1px;
  border-style: solid;
  padding: 0;
  margin: 20px 0 0 0;
}

header .nav-item > .dropdown-menu li {
  border-top-width: 0;
  border-top-style: solid;
  padding: 0 25px;
  width: auto;
  display: block;
  padding: 0;
  position: relative;
  z-index: 203;
  border-top: 1px solid rgba(235, 235, 235, 1);
  border-top-color: rgba(235, 235, 235, 1);
}

header .nav-item > .dropdown-menu li a{
  width: 180px;
  padding: 10px;
  font-size: 12px;
  color: #9E9E9E;
  font-family: 'Verdana';
}



header .nav-item a:hover {
  color: rgba(88,207,144,1) !important;
}

header .nav-item {
  padding: 0 25px;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
}

header #block-cem-headercledeschamps {
  height: 100%;
}



header .nav-item:hover > .dropdown-menu {
  opacity: 1;
  visibility: initial;
  margin: 0;
}

header .dropdown-menu .nav-item .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0 0 0 20px !important;
}

header .dropdown-menu .nav-item:hover .dropdown-menu {
  left: 100%;
  top: 0;
  margin: 0 !important;
}

header .dropdown-menu .nav-item:hover a{
  color: rgba(61, 61, 61, 1) !important;
}

header .dropdown-menu > .nav-item {
  background-color: white;
}

header .dropdown-menu .nav-item:hover {
  background-color: #fbfbfb;
}

header .dropdown-menu .nav-item > .dropdown-menu  > li a {
  color: #9E9E9E !important;
}
header.dropdown-menu .nav-item > .dropdown-menu  > li:hover a {
  color: rgba(61, 61, 61, 1) !important;
}

#burger-container .search_wrap {
  display: none;
}

@media only screen and (max-width: 768px){
  #main-wrapper {
    padding-top: 140px;
  }

  .navbar-brand {
    width: 100%;
  }
  header .nav-item {
    border-top: 1px solid rgba(235, 235, 235, 1) !important;
    border-top-color: rgba(235, 235, 235, 1) !important;
  }
  header .nav-item > a {
    font-size: 14px;
    margin-left: 30px;
  }
  header .nav-item > .dropdown-menu li a {
    font-size: 14px;
  }

  header {
    min-height: 95px;
    height: auto;
    background: white;
  }
  #navbar-main {
    display: block;
  }
  header .navbar-collapse {
    display: none;
  }
  header .navbar-collapse.show {
    display: block;
  }
  #block-cem-headercledeschamps {
    display: flex;
    flex-direction: column;
  }
  header .nav-item {
    padding: 13px 45px 13px 30px;
    border-top: 1px solid ;
    font-size: 14px;
    font-weight: 500;
    background: white;
  }
  header .navbar-brand img {
    width: 100%;
    object-fit: contain;
    padding: 0 15px 5%;
  }
  #CollapsingNavbar {
    max-width: 100%;
  }
  header .nav-item {
    display: block !important;
  }
  header .nav-item > .dropdown-menu {
    display: block;
    position: initial;
    visibility: initial;
    opacity: 1;
    border: 0;
    width: 100%;
    background: white;
  }
  header .nav-item a{
    color: rgba(158,158,158,1);
  }
  header .nav-item > .dropdown-menu li a {
    width: 100%;
  }

  header .nav-item > .dropdown-menu .dropdown-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    padding-left: 60px;
    margin-left: 0;
  }
  header {
    position: initial;
  }

  .dropdown-menu .nav-item .dropdown-menu {
    margin: 0 !important;
  }
  header .nav-item {
    padding: 13px 0 13px 0;
  }

  header .nav-item > .dropdown-menu {
    margin: 13px 0 0 0;
  }
  header .menu-item--expanded {
    padding-bottom: 0 !important;
  }

  header .navbar-toggler-right {
    padding: 2px 4px !important;
    transition: background-color 0.3s ease, padding 0.3s ease;
  }

  header .navbar-toggler-right[aria-expanded="false"] {
    background-color: rgba(88, 207, 144, 1) !important;
  }

  header .navbar-toggler-right[aria-expanded="true"] {
    background-color: rgba(76, 85, 98, 1) !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  header .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><path stroke="rgba(255, 255, 255, 1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
    background-repeat: no-repeat;
  }

  #block-cem-headercledeschamps > .nav-item:last-child {
    display: none!important;
  }

  #burger-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  #burger-container .search_wrap {
    display: block;
  }

  #burger-container .search_opened {
    width: auto;
  }

  .search_bar_wrap_burger {
    height: 50px;
    padding: 5px 10px;
    border: 1px solid rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
    width: 100%;
  }

  input#searchInputBurger {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    width: calc(100% - 30px);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .search_bar_wrap_burger form,
  .search_bar_wrap_burger form input {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
  }

  .search_bar_wrap_burger form button {
    color: #404040;
    float: right;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
  }
  #block-cem-headercledeschamps {
    border-bottom: 1px solid rgba(76, 85, 98, 1);
  }
}


/* search */
.search_wrap {
  display: none;
}

.search_opened,.search_wrap_inner {
  width: 100%;
  display: flex;
}

.search_wrap_inner_left {
  width: 90%;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out;
  margin-right: 0;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_wrap_inner_right {
  width: 10%;
  height: 100%;
  text-align: right;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Oxygen', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  background-color: rgba(251, 251, 251, 1);
  transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
}

.search_bar_wrap {
  height: 50px;
  padding: 5px 10px;
  border: 1px solid rgba(235, 235, 235, 1);
  display: flex;
  align-items: center;
  width: 100%;
}

.search_bar_wrap form,
.search_bar_wrap form input {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

.search_bar_wrap form button {
  color: #404040;
  float: right;
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><path d="M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.search_close {
  color: #404040;
  width: 24px;
  height: 24px;
  font-size: 10px;
  border: 1px solid rgba(235, 235, 235, 1);
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_div {
  display: flex;
  justify-content: space-between;
}
#searchForm {
  width: 100%;
}

.node__meta {
  display: none;
}

#header {
  position: fixed;
  background: white;
  z-index: 100;
  width: 100%;
}

.hover-header > a  {
  color: rgba(88, 207, 144, 1) !important;
}





/* page thematique*/

.paragraph--type--affichage-des-vue-thematique {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  float: none;
  clear: both;
}
.paragraph--type--affichage-des-vue-thematique .view-content {
  width: 100%;
  position: relative;
  float: none;
  clear: both;
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.field--name-field-block .views-row {
  width: min-content;
  padding: 0 !important;
}

.field--name-field-couleur-banniere-gauche,
.field--name-field-couleur-banniere-droite,
.field--name-field-sous-titre {
  display: none;
 }

.highlight {
  color: rgba(88, 207, 144, 1) !important;
}

/*.is-active {*/
/*  color: rgba(88,207,144,1) !important;*/
/*}*/

.page-view-search #main-wrapper {
  margin-bottom: 30px;
}

.search-term {
  position: relative;
  margin-left: 8px;
}

.search-term:before {
  content: "'";
  position: absolute;
  top: -2px;
  left: -5px;
}

.search-term:after {
  content: "'";
  position: absolute;
  top: -3px;
  right: -5px;
}

@media (min-width: 768px){
  header .navbar-collapse {
    display: block!important;
  }
}
