header {
    position: fixed;
    width: 1240px;
    /* width:90%; */
    height: 109px;
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 auto;
    top: 24px;
    background: #fff;
    max-width: 90%;
    border-radius: 25px;
}
.dflex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    align-items: center;
    padding: 10px 100px;
    height: 100%;
    margin: 0 auto;
}
.menu-principal li {
    display: inline-block;
    padding: 0 10px;
}
.menu-principal ul {
    padding-left: 0;
	margin:auto;
}
.menu-principal li a {
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
	transition: 0.5s;
}
.menu-principal li a:hover {
    transition: 0.5s;
    color: #AE5484;
}
.btn-dentheol:hover{background: #AE5484;}
.btn-dentheol:hover a {color: #fff;}
.nav_right em {
    font-size: 16px;
    margin-right: 10px;
    line-height: 0;
}
@media screen and (max-width: 1440px) {
header {width: 935px;}
.dflex {padding: 10px 55px;}
.menu-principal li {padding: 0 5px;}
.menu-principal li a {font-size: 12px;}
.logo img {max-width: 200px;}
header .btn-dentheol {padding: 14px;}
}
@media screen and (max-width: 1280px) {
.menu-principal li a {font-size: 13px;}
.logo {width: 20%;}
.dflex {padding: 10px 70px;}
.btn-dentheol a {font-size: 9px;}
.btn-dentheol {padding: 12px 18px;height: auto;}
}
@media screen and (max-width: 1024px) {
.dflex {padding: 10px 35px;}
}
@media screen and (max-width: 991px) {
.nav-right-mobile{display:block;}
#menu-toggle span {
    display: block;
    background: #017A7B;
}
#menu-toggle {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 26px;
  width: 40px;
}
#menu-toggle #hamburger span {
  width: 40px;
  height: 2px;
  position: relative;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
  margin-bottom: 0;
}
#menu-toggle #cross {
  position: absolute;
  height: 25px;
  width: 25px;
  transform: rotate(45deg);
  /*top: 45px;*/
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 12px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 11px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  /* width: 0%; */
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}
  header {max-width: 100%;width:90%;}
.dflex {padding: 5px 10px;}
.logo img {
    max-width: 160px;
    max-height: initial;
}
.big {position: absolute;width: 50px;height: 50px;overflow: hidden;cursor: pointer;z-index: 99999999;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;right: 20px;top: 20px;}
.big::before, .big::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    top: 33px;
    left: 5px;
    background: #fff;
}
.big::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.big::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.closebtn.big::before, .closebtn.big::after {
    content: "";
    height: 2px;
    width: 25px;
    top: 13px;
    left: 20px;
    background: #fff;
}
.menuFixed {
    height: 100%;
    overflow: auto;
    width: 100%;
    right: 0;
    position: absolute;
    top: 0;
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.menu {
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    -ms-transform: translateX(100%);
    background:rgb(8 8 8 / 10%);
    -webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: auto;
    display: -ms-flex;
    -ms-align-items: center;
    -ms-justify-content: flex-start;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: flex-start;
    overflow: auto;
    padding: 50px;
    flex-direction: column;
    background: #017A7B;
    overflow: auto;
}
.menu-open {
    transform: translateX(0vw);
    z-index: 99999;
    }
	header {height: 82px;top: 0;}
.dflex {
    height: 82px;
    width: 100%;
    border-radius: 3px;
}
.logo img {max-height: 70px;}
.nav-right #main-menu li:nth-child(1), .nav-right #main-menu li:nth-child(2) {display:none;}	
.boxsearch {
     height: 82px;
    width: 100%;
    top: 0;
    background: rgba(212, 50, 61, 0.8);
    width: 100%;
    border-radius: 0;
    right: 0;
}
.boxsearch.boxsearchblock {top: 82px;}
button.btn.search-submit.align-top .icon-loupe:before {
    content: 'X';
    font-family: 'Raleway' !important;
}
.boxrecherche{width:95%}
.menu-principal li {width: 100%;display: block;position: relative;margin-bottom: 5px;}
.menu-principal li a {
    font-size: 16px;
    font-weight: 300;
	color:#fff;
}
ul.sub-menu {
    height: auto;
    position: relative;
    min-width: inherit;
}	
.sub-menu li {padding: 0px 15px;width: auto;}
.sub-menu {background: transparent;}
ul.sub-menu:before {display: none;}
.sub-menu li a {color: #fff;}
.menu-principal {
    width: 100%;
}
.menu-item-has-children::after {
    right: 20px;
    position: absolute;
	transform: rotate(45deg);
}
.menu-principal .nav-right-mobile li:last-child {display: none !important;}
.menu-principal .nav-right-mobile .nav-principal li {
    display: inline-block;
    width: auto;
    margin-top: 20px;
}
.menu-principal .nav-right-mobile .nav-principal li a {
    background: #fff;
    font-family: 'Oswald',sans-serif;
    color: #D4323D;
    background: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid transparent;
}
.menu-principal .nav-right-mobile .nav-principal li.current_page_item a {
    border: 1px solid #fff;
    background: #d4323d;
    color: #fff;
}
#main-menu li:hover > ul,
ul li .sub-menu:hover {width: 100%;}
.menu-principal li {padding: 5px 15px !important;}
.sub-menu {margin-top: auto;}
.sub-menu li a {padding: 0px 10px !important;}
.flex-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.flex-menu .btn-dentheol img {margin-right: auto;}
.btn-dentheol {
    border-radius: 13px;
    padding: 7px 12px;
    margin-right: 10px;
}
}
@media screen and (max-width: 520px) {
.nav_right span {display: none;}
.nav_right em {
    margin: auto;
    font-size: 14px;
}
header .btn-dentheol {padding: 10px;}
}

