@charset "utf-8";
/* CSS Document */

.block-nav-desktop {
display: inline;
}

.block-nav-smartphone {
display: none;
}

/* NAVIGATION TOP */
#nav_top {
  width: 100%;
  height: 40px;
  background: #e6ebf0;
  text-align: right;
}
/*#nav_top > ul {
  float: right;
}*/
#nav_top > ul > li {
  display: inline-block;
  font-family: "Manrope SemiBold";
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
#nav_top > ul > li > a > img {
  width: 20px;
}
#nav_top > ul > li > a {
  color: #283c50;
  display: block;
  text-decoration: none;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
#nav_top > ul > li:hover {
  background: #cbd8e0;
  cursor: pointer;
}
#nav_top > ul > li:hover > a {
  color: #283c50;
}
.nav_top_selected {
  background: #cbd8e0;
}
.nav_top_selected > a > span {
  color: #283c50;
}
.sous-menu-nav-top {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  position: absolute;
  top: 40px;
  left: 0;
  height: 90px;
  width: 100%;
  z-index: 15;
  background: #cbd8e0;
  color: #283c50;
}
.sous-menu-nav-top a {
  display: inline-block;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  color: #283c50;
  text-decoration: none;
}
.sous-menu-nav-top a:hover {
  background: #fff;
height: 40px;
    margin: 25px 0 0;
    line-height: 40px;
}
/* NAVIGATION PRINCIPALE */
.bandeau-blocked {
  position: fixed;
  top: 0px;
  /*background: #000;*/
  -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
}
.content-space {
  padding-top: 90px; /* pour éviter un saut vers le haut du contenu*/
}
#header {
  /*top : 0px;*/
  z-index: 900;
  width: 100%;
  /*min-width: 1024px;*/
  height: 90px;
  background: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}
#header > h1 {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
}
#header > h1 > a > img {
  width: 150px;
}
#header > h1:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*.nav-header > ul > .display_desktop {
  display: none;
}*/
.menu-toggle {
  display: none;
  float: right;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #5c6e84;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.nav-header {
  z-index: 10;
  float: right;
  margin-right: 50px;
}
.nav-header > ul > li {
  display: inline-block;
font-family: "Manrope SemiBold";
  font-size: 14px;
  line-height: 90px;
  height: 90px;
  padding-left: 25px;
  padding-right: 25px;
}
.nav-header > ul > li > a {
  display: block;
  height: 70px;
  color: #283c50;
  text-decoration: none;
}
.nav-header > ul > li > a:hover {
  color: #283c50;
  border-bottom: 5px solid #283c50;
  cursor: pointer;
}

.nav_selected {
  color: #283c50;
  padding-bottom: 10px;
  border-bottom: 5px solid #283c50;
}
.drapeau_fr {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.drapeau_fr:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.drapeau_en {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.drapeau_en:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
/* Triangle */
.sous-menu-nav-select {
  display: none;
  margin: auto;
  width: 0;
  height: 22px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #283c50;
}
.sous-menu-nav {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  position: absolute;
  top: 132px;
  left: 0;
  height: 61px;
  width: 100%;
  z-index: 10;
  background: #283c50;
  color: #fff;
}
.sous-menu-nav a {
  display: inline-block;
  padding: 0 20px;
  height: 61px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
.sous-menu-nav a:hover {
  background: #5b6e83;
  height: 61px;
}
.sous-menu-scroll {
  position: fixed;
  top: 90px !important;
}
.menu-no-hover a {
  border-bottom: 0px solid #283c50 !important;
}
.menu-no-hover a:hover {
  border-bottom: 0px solid #283c50 !important;
}
@media only screen and (max-width : 959px) {

.block-nav-desktop {
display: none;
}

.block-nav-smartphone {
display: inline;
}

  /* NAVIGATION TOP */
  #mynav {
    display: none;
  }
  /* NAVIGATION PRINCIPALE */
  #header {
    position: absolute;
    min-width: 100%;
    top: 0px;
    width: 100%;
    height: 80px;
    background: rgb(255, 255, 255);
    letter-spacing: 1px;
    z-index: 10;
  }
  #header > h1 {
    display: block;
    /*float: none;*/
    width: 120px;
  margin: 20px 0 0 20px;
  }
  #header > h1 > a > img {
    width: 120px;
  }
  #header > h1:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
/*  .nav-header > ul > .display_desktop {
  display: block;
}*/
  
.menu-toggle {
    display: block;
    margin: 20px;
    width: 50px;
    height: 45px;
    padding: 5px 0 0 10px;
    cursor: pointer;
  }  
  .nav-header {
    position: absolute;
    top: 50px;
    width: 100%;
    float: none;
    margin-right: 0px;
    z-index: 10;
}

  .nav-header > ul {
    display: none;
    background: #F2F2F4;
    color: #fff;
    margin-top: 30px;
  }

  .nav-header > ul > li {
    display: block;
font-family: "Manrope SemiBold";
    background: #869bae;
    font-size: 17px;
    text-align: left;
    width: 100%;
    height: auto;
    line-height: 50px;
    padding: 0px;
  }
  .nav-header > ul > li > span {
    padding: 15px 0px 15px 30px;
  }

  .nav-header > ul > li > span > a {
    /*display: inline-block;*/
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 0px;
  }
  .nav-header > ul > li > span > a:hover {
      color: #283c50;
    border-bottom: 0px solid #869bae;
    cursor: pointer;
}
.bkg-secondaire {
background: #5c6e84 !important;
}
.bkg-langue {
background: #273c4f !important;
}
.nav-barre-langue {
margin: 0px 15px;
}

.sous-menu-nav2 {
  /*display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 130px;
  left: 0;*/
  height: auto;
  width: 100%;
  z-index: 10;
}
.sous-menu-nav2 a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 5px 50px;
    height: auto;
    line-height: 20px
}
.sous-menu-nav2 a:hover {
  color: #5b6e83;
  /*height: 60px;*/
}
.sous-menu-nav-top2 {
height: auto;
  width: 100%;
  z-index: 11;
}
.sous-menu-nav-top2 a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 5px 50px;
  height: auto;
  line-height: 20px;
}
.sous-menu-nav-top2 a:hover {
  color: #273c4f;
  /*height: 60px;*/
}

}





