
.flex {
  display:flex;
}
.flex-col {
  flex-direction: column;
}
.w-full {
  width: 100%;
}



ul {
  margin: .5em;
  padding: 1px;
  border: 1px solid #069;
  font-size: .9em;
  line-height: 2;
  list-style: none;
  cursor: pointer;
}
.bandeau {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(104, 227, 48);
  color: green;
  min-width: 12.5vw;
  position: relative;
  -moz-transition: box-shadow 250ms;
  transition: box-shadow 250ms;
  position: fixed;
  top: 0;
  z-index: 986;
  display:block;
}

.topleft2 {
  padding: 8px;
  transition: background-color .4s;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: -ms-min-content;
  min-width: min-content;
  font-size: 2rem;
  font-family: 'Open Sans', sans-serif;
  color: green;
  text-align: left;
}



.conteneur_logo {
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: inline-block;
  position: relative;
  -moz-user-select: -moz-none;
}

.toplogo {
  padding-left: 0px;
  padding-left: 12px;
  line-height: normal;
  position: relative;

}

.logo {
  outline: none;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

img.ilogo {
  border: 0;
  vertical-align: middle;
  width: 400px;
}

.topleft_int {
  padding-right: 1.17vw;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1 0 auto;
  height: 3.89vh;
  vertical-align: middle;
  white-space: nowrap;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-user-select: -moz-none;
}

.titre {
  margin: auto;
  max-width: 80vw;
  position: relative;
  text-align: center;
  -moz-transition: background 100ms ease-in,width 100ms ease-out;
}

.toptitle {
  color: #739900;
  font-weight: 600;
  justify-content: flex-start;
  flex: 1 1 100%;
  height: 48px;
  vertical-align: middle;
  white-space: nowrap;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-user-select: -moz-none;
}
.toptitle_int {
padding-right: 30px;
max-width: 100%;
flex: 1 1 auto;
padding-left: 10px;
padding-right: 10px;
width: 100%;
flex: 1 1 auto;
height: 48px;
}
@media only screen and (max-width:340px) {
  .toptitle {
    font-size: 2rem
  }
}

.tile_mnu2 {
  cursor: pointer;
  font-size: 1.25rem;
  width: 5.86vw;
  position: fixed;
  right: 0;
  min-height: 3.24vh;
  max-width: none;
  text-align: right;
}
@media print{
  .tile_mnu2 {
    display: none
  }
}

.mnu2_t {
  position: inherit;
  z-index: 9999;
  background: #000;
  padding: 5px;
  top: 3.73vh;
  right: 0.74vw;
  width: 11.72vw;
  display: none;
  text-align: left;
  white-space: normal;
}

.mnu2_i,
.mnu2_svg {
  display: inline-block;
}

.mnu2_i {
  line-height: 2em;
  width: 100%;
  text-align: left;
  margin: 2px;
}

.mnu2_svg {
  cursor: pointer;
  margin-right: 0.78vw;
  margin-top: 0.81vh;
  width: 3.9vw;
  height: 3.24vh;
  background-position-x: right;
  background-image: url(/images/_icons/menu_g.svg);
  background-repeat: no-repeat;
}

.mnu2_ico {
  vertical-align: text-bottom;
  margin-right: 0px;
}

.mnu2_btn {
  cursor: pointer;
}

.mnu2_svg:hover {
  background-image: url(/images/_icons/menu_b.svg);
}

.mnu2_k {
  min-width: 100%;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width:340px) {
  .menu_k {
    min-width: 100px;
    font-size: 14px
  }
}

.mnu2_k:active,
.mnu2_k:hover,
.mnu2_k:link,
.mnu2_k:visited {
  text-decoration: none;
  color: #fff;
}

.mnu2_k:hover {
  background-color: #739900;
  color: #000;
  transition: all .5s;
}

.nooutline {
  outline: 0 !important;
}
.mnu_masq {
  display: none;
}
