@media screen and (max-width: 1200px) {

#logommenubloc { display: none; }

header
  {
    padding: 15px 20px;
}
 
/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
header:before,
header:after {
    content:"";
    display:table;
}
 
header:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
header {
    zoom:1;
}

* { box-sizing: border-box; }

#mobilenav
  {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #29235C;
  background: linear-gradient(to left, #332C74, #29235C);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
  z-index: 99999;
  }

.menu 
  {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
  }

.menu > li 
  {
  margin: 0 1rem;
  overflow: hidden;
  }

.menu-button-container 
  {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

#menu-toggle { display: none; }

.menu-button,
.menu-button::before,
.menu-button::after 
  {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  }

.menu-button::before 
  {
  content: '';
  margin-top: -8px;
  }

.menu-button::after 
  {
  content: '';
  margin-top: 8px;
  }

#menu-toggle:checked + .menu-button-container .menu-button::before 
  {
  margin-top: 0px;
  transform: rotate(405deg);
  }

#menu-toggle:checked + .menu-button-container .menu-button { background: rgba(255, 255, 255, 0); }

#menu-toggle:checked + .menu-button-container .menu-button::after 
  {
  margin-top: 0px;
  transform: rotate(-405deg);
  }

.menu-button-container { display: flex; }
.menu
  {
  position: absolute;
  top: 0;
  margin-top: 50px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  }
#menu-toggle ~ .menu li 
  {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
#menu-toggle:checked ~ .menu li 
  {
  border: 1px solid #DBBE9B;
  height: 2.5em;
  padding: 0.5em;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.menu > li 
  {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  color: white;
  background: linear-gradient(to left, #332C74, #29235C);
  }
.menu > li:not(:last-child) { border-bottom: 1px solid #444; }
.menu > li a
  {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF; 
  text-decoration:none; 
  }

#contentlogo
  {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
#contentlogo #iconeblindtestnew
  {
  width: 170px;
  height: auto;
  margin: 15px 0 15px 15px;
  }
#contentlogo #iconeblindtestnew a
  {
  display: block;
  width: 170px;
  height: auto;
  }
#contentlogo #iconeblindtestnew a img
  {
  width: 170px;
  height: auto;
  }
#contentlogo #logomobile
  {
  width: 170px;
  height: 74px;
  margin: 15px 15px 15px 0;
  }

  
#logomobileaccueil
  {
  position: absolute;
  width: 110px;
  height: 108px;
  top: 75px;
  left: 35px;
  z-index: 99999;
  }
  
/* Nouveau menu mobile */ 
 
 
nav {
  background: linear-gradient(to left, #E30813, #D60712);
  height: 50px;
  /* padding: 0 16px; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
  margin: 3px 16px 0 0;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 529px;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 777777;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li a, nav .m-menu ul li label a
  {
  margin:0;
  padding:0;
  text-decoration: none;
  border: 0;
  font-weight: bold;
  font-family: "Poiret One", "Times New Roman", arial, verdana;
  }
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* Fin du nouveau menu mobile */
  

#google_translate_element_pc
  { 
  position: absolute;
  top: 15px;
  left: 15px;
  } 

.swiper-slide a.lieninslide .contentslide
  {
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: 999999;
  }
.swiper-slide a.lieninslide h1
  {
  font-size: 70pt;
  line-height: 70pt;
  font-weight: 500;
  }
  
.blocinfos
  {
  width: 95%;
  }

.blocvideo
  {
  width: 95%;
  }
  
.vignettepartner
  {
  width: 90%;
  height: auto;
  } 

.contenttopothersection
  {
  position: relative;
  width: auto;
  height: 130px;
  }  

.img-double-auto-width
  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
.img-double-auto-width img
  {
  width: 100%;
  margin: 15px 0 0 0;
  }
.img-double-auto-width a
  {
  width: 100%;
  height: auto;
  }
  
.img-auto-width-mobile
  {
  display: block;
  width: 100%;
  height: auto;
  margin: 25px auto 0 auto;
  }
.img-auto-width-mobile img
  {
  width: 100%;
  height: auto;
  }

.img-auto-width
  {
  width: 100%;
  }
  
.titlesectiontexte
  {
  margin: 35px 0 0 0;
  }
  
#mentionslegales
  {
  width: 90%;
  height: auto;
  text-align: justify;
  font-size: 11pt;
  margin: 55px auto 0 auto;
  }
#mentionslegales .titlesschapitres
  {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: #E4022E;
  }

#bandeautop, .navheader, .mainheaderpc, .img-auto-width-pc, .title-icone-blindtest-new { display: none; }
#mobilenav { display: flex; }

}