/*

Theme Name: Mediweb
Theme URI: https://mediweb.co/
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: http://mediweb.co/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a,
a:hover {
  color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}
ol {
  list-style: none;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html body {
  color: #000000;
  background: #ffffff;
  font-family: "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 18px;
  /*font-size: calc(16px + (10 - 8) * ((100vw - 320px) / (1199 - 320)));*/
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
@media(min-width: 1920px) {
  html body {
    max-width: 100%;
  }
}

body a {
  color: #ffffff;
}

body footer a {
  color: #ffffff;
}

html {
  overflow: auto;
}
header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  max-width: 1920px;
}
img {
  max-width: 100%;
}

header .wrapper-nav {
  max-width: 1810px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper-nav .wrap-menu ul {
  display: flex;
  max-width: 1050px;
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
header .wrap-menu a {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
header .wrap-menu a:hover {
  text-decoration: none;
  color: #ffffff;
}
header .burger {
  display: none;
}
header .wrap-menu {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  justify-content: flex-start;
}
header .wrap-menu .icons {
  display: flex;
  max-width: 110px;
  width: 10%;
  justify-content: space-between;
  padding-left: 20px;
}
header .wrap-menu .icons div {
  cursor: pointer;
  padding: 3px 10px;
  transition: all 0.5s;
  border-radius: 70px 0 70px 0;
}
header .wrap-menu .icons div:hover {
  background: #e6bfb2;
  border-radius: 10px 0 10px 0;
  box-shadow: 5px 9px 23px rgba(211, 159, 141, 0.35);
}

.header-link-wrap {
  /* width: 100px; */
  display: flex;
  justify-content: space-between;
}
.logo-header-menu {
  margin-right: 20px;
  position: relative;
  z-index: 200;
}
.logo-mobi,
.logo-dark {
  display: none;
}

.header-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
}

.header-link a {
  display: block;
  height: 40px;
  background: #007cd8;
  border-radius: 20px;
  min-width: 40px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-left: 30px;
  margin-left: 15px;
  min-height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.header-loc a {
  transition: all 0.5s ease;
}
.header-loc a:hover {
  background: #056cb9;
  transition: all 0.5s ease;
}
.header-phone a {
  white-space: nowrap;
  overflow: hidden;
}

.header-phone a:before {
  background-image: url(./img/tel_white.svg);
}
.header-loc a:before {
  background-image: url(./img/loc_white.svg);
}

.header-link a:before {
  content: "";
  position: absolute;
  left: 7px;
  width: 25px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.header-phone span {
  width: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

.header-phone:hover span {
  width: auto;
  word-break: none;
  padding: 10px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header-link a:hover {
  color: #fff;
  text-decoration: none;
}
.single header,
header.menu_fixed {
  position: fixed;
  background: #fff;
}
header {
  top: 0;
}
.single .wrap-menu a,
.menu_fixed .wrap-menu a {
  color: #101010;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.single .wrap-menu a:hover,
.menu_fixed .wrap-menu a:hover {
  color: #007cd8;
}
.single .logo-dark,
.menu_fixed .logo-dark {
  display: block;
}
.single .logo-white,
.menu_fixed .logo-white {
  display: none;
}

.video_wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_wrapper .sound {
  position: absolute;
  bottom: 8%;
  left: 8%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(./img/soundoff.png) no-repeat center;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.sound.active {
  background: url(./img/soundon.png) no-repeat center;
}

.video_wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.video_wrapper .h1_wrapper {
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
}
.video_wrapper .h1_wrapper h1 {
  font-weight: bold;
  font-size: 48px;
  /* font-size: -webkit-calc(26px + (52 - 26) * ((100vw -  320px) / (1920 - 320)));
    font-size: calc(26px + (52 - 26) * ((100vw -  320px) / (1920 - 320)));*/
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 1000px;
}
.video_wrapper .h1_wrapper .sub_title {
  max-width: 500px;
  font-weight: normal;
  font-size: 26px;
  font-size: -webkit-calc(24px + (26 -24) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(24px + (26 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  color: #ffffff;
}
.histoire {
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1600px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
  align-items: center;
  /* background: url("img/bg-logo.png") bottom right no-repeat; */
  position: relative;
}
.histoire:after {
  content: "";
  background: url("img/bg-logo.png") center no-repeat;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 20px;
  right: -100px;
  z-index: -1;
}

.histoire .image {
  max-width: 100%;
  width: 61%;
  display: flex;
  align-items: flex-end;
}
.histoire .description {
  width: 39%;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #101010;
  max-width: 445px;
  padding-bottom: 50px;
}
.histoire h2 {
  text-align: left;
  margin-top: 20px;
}
body h2 {
  font-weight: bold;
  font-size: 36px;
  /* font-size: -webkit-calc(22px + (38 - 22) * ((100vw -  320px) / (1920 - 320)));
    font-size: calc(22px + (38 - 22) * ((100vw -  320px) / (1920 - 320)));*/
  line-height: 1.3;
  text-transform: uppercase;
  color: #007cd8;
  margin-bottom: 35px;
  text-align: center;
  margin: 0 0 30px;
}
body h3 {
  font-size: 32px;
  /* font-size: -webkit-calc(18px + (34 - 18) * ((100vw -  320px) / (1920 - 320)));
    font-size: calc(18px + (34 - 18) * ((100vw -  320px) / (1920 - 320)));*/
  line-height: 40px;
  text-transform: uppercase;
  color: #007cd8;
  margin: 0;
}

.slider-frances {
  display: flex;
}
.slider-small {
  width: 40%;
}
.slider-small .slider-item {
  width: 100%;
  height: 300px;
}
.slider-big img,
.slider-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-big {
  width: 60%;
  position: relative;
  margin-left: -1px;
}

.slider-big .slider-item {
  width: 100%;
  height: 900px;
}
.slider-big a {
  display: block;
  height: 100%;
}
.slider-arr {
  height: 65px;
  width: 65px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slider-frances .left {
  left: 0px;
  background-image: url(./img/arr_left.svg);
}

.slider-frances .right {
  left: 66px;
  background-image: url(./img/arr_right.svg);
}
.slider-arr:hover {
  background-color: #007cd8;
}
.slider-small.slick-initialized .slick-slide {
  height: 300px;
  border: 0 !important;
}
.slider-big.slick-initialized .slick-slide {
  height: 900px;
}

.technologies {
  width: 100%;
  max-width: 1600px;
  padding: 50px 15px;
  margin: 50px auto 0 auto;
}
.technologies .item {
  width: 33%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  margin-bottom: 80px;
  padding: 0 15px;
}
.technologies .item:nth-child(2) {
  animation-delay: 0.5s;
}
.technologies .item:nth-child(3) {
  animation-delay: 1s;
}
.technologies .item .image {
  padding-bottom: 96%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  transition: 0.5s;
}

.technologies .item .image:hover {
  transition: 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 20;
}

/* .technologies .item .image:after {
    content: '';
    background: url("img/acuel_hover.png") bottom no-repeat;
    display: block;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
} */
/* .technologies .item:hover .image:after {
    opacity: 1;
} */

.technologies .item h3 {
  min-height: 80px;
}

.technologies .item .description {
  font-size: 16px;
  line-height: 26px;
  color: #101010;
  text-align: justify;
}
.technologies .wrapper-technologies {
  display: flex;
  margin: 0 -15px;
}
.technologies h2,
.philosophie h2 {
  text-align: center;
  margin-bottom: 60px;
}
.philosophie .wrapper-philosophie {
  width: 100%;
  display: flex;
}
.philosophie .wrap-image {
  width: 25%;
  overflow: hidden;
}
.philosophie .image-bg {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transform: scale(1);
}
.philosophie .wrap-image .image {
  overflow: hidden;
}
.philosophie .image_description:hover .image-bg,
.philosophie .right .image_top:hover .image-bg,
.philosophie .wrap-image .image:hover .image-bg {
  transform: scale(1.1);
}
.philosophie .right {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.philosophie .right .image_top {
  width: 100%;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 36%;
  position: relative;
}
.philosophie .right .image_top .image-bg {
  position: absolute;
  width: 100%;
  height: 102%;
}
.philosophie .right .wrapper-description {
  width: 100%;
  display: flex;
}
.philosophie .right .wrapper-description .description {
  width: 65%;
  padding-right: 140px;
  padding-left: 30px;
}
.philosophie .right .wrapper-description .image_description {
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.philosophie .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.philosophie .wrap-image .image:nth-child(1) {
  height: 44%;
}
.philosophie .wrap-image .image:nth-child(2) {
  height: 28%;
}
.philosophie .wrap-image .image:nth-child(3) {
  height: 28%;
}
.philosophie h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.philosophie .description {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background-color: #007cd8;
  /* background-image: url("img/pixels_white.png");
    background-repeat: no-repeat;
    background-size:  auto 100%;
    background-position: right top; */
  position: relative;
  text-align: justify;
}
.philosophie .description > div {
  max-width: 600px;
  padding-right: 30px;
  margin: 0 auto;
}
.confort {
  margin: 100px auto 35px auto;
  text-align: center;
}
.confort .description {
  font-size: 16px;
  line-height: 26px;
  max-width: 950px;
  padding: 0 15px;
  text-align: justify;
  color: #000000;
  margin: 50px auto 30px auto;
}
.confort-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.confort-item {
  width: 20%;
}
.confort-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.values {
  margin: 100px auto 100px auto;
  text-align: center;
}
.wrapper-values {
  margin: 80px auto 0;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}
.values-item {
  text-align: center;
  width: 30%;
}
.wrapper-values img {
  max-width: 130px;
}

.values-title {
  color: #101010;
  font-size: 26px;
  font-size: -webkit-calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  text-transform: uppercase;
  transform: 0.3s;
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  -o-transform: 0.3s;
}
.value-img-wrap {
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
}
.value-img-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  background: url(./img/valeurs-frame.png) no-repeat center;
  background-size: unset;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.values-item:hover .values-title {
  color: #007cd8;
}
.values-item:hover .value-img-wrap:before {
  opacity: 1;
}

.team {
  text-align: center;
}
.wrapper-doctor {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 155px;
}
.doctor-item {
  display: flex;
  flex-direction: column;
  max-width: 495px;
  text-align: left;
  padding: 15px;
  width: 50%;
  cursor: pointer;
}

.doctor-item:nth-child(1) {
  margin-right: 5%;
}

.doctor-item img {
  height: 515px;
  margin-bottom: 15px;
  max-width: 450px;
  width: 100%;
  object-fit: cover;
}
.doctor-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  color: #101010;
  margin-bottom: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.doctor-description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}

.doctor-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-bottom: 8px;
  color: #101010;
}

.doctor-description ul {
  /* list-rgb(97, 96, 96)ype: none; */
  list-style-position: inside;
  margin-left: 0px;
  padding-left: 0px;
}
.doctor-description li {
  position: relative;
  padding-left: 20px;
}

.doctor-description li::before {
  background: #101010;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.doctor-link {
  color: #101010;
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
  padding: 1px 65px;
  background: #f2f2f2;
  border: 1px solid #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: none !important;
}
.doctor-item:hover .doctor-title {
  color: #007cd8;
}

.doctor-item:hover .doctor-link {
  background: #007cd8;
  color: #fff;
  border: 1px solid #007cd8;
  text-decoration: none;
}

.doctor-item:hover li::before {
  background: #007cd8;
}

.wrapper-assistant {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.assistant-item {
  flex: 1 1 16%;
  cursor: pointer;
  text-align: center;
  margin: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.assistant-image {
  padding-top: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.assistant-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.assistant-description {
  font-size: 18px;
  transition: 0.3s;
  padding-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.assistant-description p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.assistant-item:hover {
  background: #007cd8;
}

.assistant-item:hover .assistant-title {
  color: #fff;
}
.assistant-item:hover .assistant-description {
  color: #fff;
}
.experience {
  text-align: center;
  position: relative;
}
/* .experience:after,
.experience:before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 175px;
    display: block;
} */
/* .experience:before{
    background: url(./img/votre_bg.svg) no-repeat left;
    background-size: contain;
    left: 0;
}
.experience:after{
    background: url(./img/votre_bgl.svg) no-repeat left;
    background-size: contain;
    right: 0;
} */
.wrapper-experience {
  max-width: 1600px;
  margin: 60px auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  counter-reset: num;
  width: 80%;
}

.experience-item {
  width: 45%;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}

.experience-item:nth-child(even) {
  animation-delay: 0.5s;
}
.experience-item:nth-child(1):after {
  content: "";
  position: absolute;
  width: 17%;
  height: 50px;
  right: -19%;
  top: 20%;
  display: block;
  background: url(./img/arr1.svg) no-repeat center;
  background-size: contain;
}

.experience-item:nth-child(2):after {
  content: "";
  position: absolute;
  width: 17%;
  height: 50px;
  left: -19%;
  bottom: -5%;
  display: block;
  background: url(./img/arr2.svg) no-repeat center;
  background-size: contain;
}
.experience-item:nth-child(3):after {
  content: "";
  position: absolute;
  width: 17%;
  height: 50px;
  right: -19%;
  top: 20%;
  display: block;
  background: url(./img/arr1.svg) no-repeat center;
  background-size: contain;
}
.experience-image {
  padding-top: 75%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
}
/* .experience-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("img/pixels_white_exper.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 130px;
    height: 100%;
} */

.experience-image::after {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #007cd8;
  font-weight: bold;
  font-size: 100px;
  line-height: 118px;
  background: #ffffff;
  padding: 5px 25px 5px 20px;
}

.experience-title {
  margin-bottom: 30px;
}
.experience-description {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.traitements h2 {
  text-align: center;
  margin-bottom: 54px;
}

.wrapper-traitements {
  display: flex;
  margin-bottom: 100px;
}

.traitements-item {
  flex: 1 1 25%;
  background: #f2f2f2;
  color: #101010;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.traitements-item:hover {
  background: #007cd8;
  color: #ffffff;
}

.traitements-image {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.traitements-title {
  min-height: 185px;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-size: -webkit-calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 40px;
  color: inherit;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  text-align: center;
  justify-content: center;
}

.traitements-description {
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
  color: inherit;
}

.traitements-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
  text-transform: uppercase;
  color: inherit;
  display: block;
  padding: 10px;
  border-top: 1px solid #101010;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.traitements-link:hover {
  text-decoration: none;
  color: #fff;
}
.traitements-item:hover .traitements-link {
  border-top: 1px solid #fff;
}

.bg-video {
  background: #007cd8;
}
.bg-video-wrap {
  max-width: 1250px;
  margin: 0 auto 100px;
  position: relative;
}

.iframe_d {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*pointer-events: none;*/
  opacity: 1;
  transition: 0.2s;
}
.hide-poster .iframe_d {
  opacity: 0;
}
/* temp */
/* .iframe_d:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url("./img/play_vd.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 100px;
} */

.bg-video-wrap iframe {
  height: 700px;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* ////// ADVICE FILE ////// */

.advice h2 {
  margin-bottom: 65px;
}
.conseils-container {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto 90px;
  padding: 0 15px;
  justify-content: center;
  position: relative;
}

.wrapper-advice {
  margin: 0 auto;
  width: 100%;
  max-width: 1570px;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  top: 36%!important;
  width: 65px!important;
  background: #056CB9;
  height: 65px!important;
  border: 2px solid #056CB9;
  transition: .4s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  transition: .4s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  transition: .4s ease-in-out;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #056CB9;
}

/*.advice-item {
  width: 25%;
  padding: 5px;
}*/
.advice-image {
  padding-top: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.advice-title {
  color: #007cd8;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  transition: 0.4s;
}

.advice-image:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  background: linear-gradient(0deg, rgba(0, 124, 216, 0.5), rgba(0, 124, 216, 0.5));
}
.advice-item:hover .advice-image:before {
  opacity: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 124, 216, 0.49),
    rgba(0, 124, 216, 0.49)
  );
}

.conseils-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 26px 21px 32px;
  transition: 0.4s;
}

.advice-item:hover .conseils-bottom {
  transition: 0.4s;
  background: #007CD8;
}

.advice-item:hover .advice-title {
  transition: 0.4s;
  color: #fff;
}

.advice-item:hover .conseils-bottom svg path {
  fill: #fff;
  transition: 0.4s;
}


/*.advice-image:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  height: 70px;
  width: 70px;
  transition: 0.4s;
  background: url(./img/cloud.svg) no-repeat center center;
  background-size: contain;
}
.advice-item:hover .advice-image:after {
  filter: brightness(0) invert(1);
}*/
/* ////// ADVICE FILE END ////// */

/* ////// VIDEO ADVICE ////// */

.video_advice {
  margin-bottom: 140px;
}
.video_advice .section-title {
  margin-bottom: 60px;
}
.wrapper-video_advice {
  max-width: 1650px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  width: 85%;
}
.video_advice .slick-slide {
  padding: 5px;
}
.video_advice-item {
  text-align: center;
}
.iframe_poster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  /*pointer-events: none;*/
  opacity: 1;
  transition: 0.2s;
  top: 0;
}
.hide-poster .iframe_poster {
  opacity: 0;
}

/* temp */
/* .iframe_poster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-image: url("./img/playCon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 50px;
} */

.video_advice-image {
  padding-top: 80%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  position: relative;
}
.video_advice-image iframe {
  width: 100%;
  height: 100%;
	/* temp */
  /* object-fit: cover; */
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.video_advice-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  color: #007cd8;
  transition: 0.3s;
  padding: 35px 15px;
  margin: 0;
}

.video_advice-item:hover .video_advice-title {
  background: #007cd8;
  color: #fff;
}

.wrapper-video_advice .arrows {
  position: absolute;
  background: #007cd8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: unset;
  color: #fff;
  display: flex;
  width: 65px;
  height: 56px;
  top: 30%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-video_advice .left {
  left: -80px;
  background-image: url(./img/arr_left.svg);
}
.wrapper-video_advice .right {
  right: -80px;
  background-image: url(./img/arr_right.svg);
}

/* ////// VIDEO ADVICE END ////// */

/* ////// QUOTE ////// */

.quote {
  min-height: 560px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .quote:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: url(./img/pixels_white_quite.png) no-repeat center left;
    background-size: contain;
    z-index: 0;

} */
.wrapper-quote {
  position: relative;
  max-width: 560px;
  background: #fff;
  padding: 30px;
  text-align: center;
  margin-left: 140px;
  z-index: 1;
  width: 90%;
}
.quote-text {
  color: #101010;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.quote-author {
  color: #007cd8;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

/* ////// QUOTE END ////// */

/* ////// CONTACT ////// */

.contact {
  margin-bottom: 100px;
}

.wrapper-contact {
  display: flex;
}
.contact-content {
  width: 58%;
}
.contact-img {
  width: 50%;
}
.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-text-wrap {
  background: #007cd8;
  color: #ffffff;
  display: flex;
  padding: 50px 30px;
  justify-content: space-around;
}
.contact-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-item {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  position: relative;
  display: flex;
}

.contact-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-item.email {
  max-width: 320px;
}

.contact-item.email:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.57767 3.58333L10.7443 9.41667L19.911 3.58333M2.88719 1.5H18.6015C19.3247 1.5 19.911 2.05964 19.911 2.75V15.25C19.911 15.9404 19.3247 16.5 18.6015 16.5H2.88719C2.16396 16.5 1.57767 15.9404 1.57767 15.25V2.75C1.57767 2.05964 2.16396 1.5 2.88719 1.5Z' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 18px;
  top: 4px;
}

.contact-item.addr:before {
  background-image: url(./img/loc_white.svg);
}

.contact-item.phone:before {
  background-image: url(./img/tel_white.svg);
}

a.contact-item:hover {
  color: #ffffff;
}
.contact-addr,
.contact-time {
  margin-right: 15px;
}
.time p {
  font-size: 16px;
  line-height: 32px;
  margin: 5px 0 2px;
}

.time p.active {
  font-weight: 700;
}

.map {
  height: 400px;
}

/* ////// CONTACT END ////// */

/* ////// FORM ////// */

.form .form-title {
  text-align: left;
}

.wrapper-form {
  display: flex;
  flex-wrap: wrap;
}
.form-img {
  width: 50%;
}
.form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-content {
  width: 50%;
  padding: 40px 10%;
}
.form-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
.form-input {
  display: block;
  font-size: 20px;
  line-height: 18px;
  width: 100%;
  margin: 20px 0;
  padding: 23px 10px 5px;
  border: 0;
  outline: none;
  color: #101010;
  border: 1px solid #101010;
  transition: 0.4s;
}
.form-select {
  font-size: 16px;
  line-height: 26px;
  padding-left: 6px;
  position: relative;
}
.form-select-wrap {
  margin-bottom: 20px;
  height: 53px;
}
.form-select-wrap::before {
  content: "";
  width: 32px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  background: url(img/arrow_select.svg) no-repeat center #fff;
  pointer-events: none;
  z-index: 10;
  transition: 0.5s;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.form-select-wrap::after {
  width: 47px;
  height: 51px;
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 5;
  background-color: #fff;
  transition: 0.5s;
  pointer-events: none;
}
.form-select-wrap.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
  background-color: #007cd8;
  background-image: url(img/arrow_select_2.svg);
}
.form-select-wrap.active::after {
  background-color: #007cd8;
  transition: 0.5s;
}
.form-input:focus,
.form-input-wrap.active .select2-selection--single {
  border: 1px solid #007cd8 !important;
}
.form-input-wrap {
  position: relative;
}
.has-content .input-placeholred,
.form-input-focus .input-placeholred,
.select2-container--focus ~ .input-placeholred {
  top: 5px;
  color: #007cd8;
  font-size: 11px;
}

.select-wrap .select2-container {
  width: 220px !important;
  height: 53px !important;
}

/* .select2-container {
    width: 100% !important;
} */

.select2-container .select2-selection--single {
    padding-right: 50px;
}

.select2-container--open .select2-dropdown {
    top: 0 !important;
}

.select2-container--default .select2-selection--single {
  display: block;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  width: 100%;
  padding: 23px 55px 5px 6px;
  outline: none;
  color: #101010;
  border: 1px solid #101010 !important;
  border-radius: 0 !important;
  transition: 0.4s;
  height: 53px !important;
}

.select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 28px;
}

.select-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: skyblue transparent transparent transparent;
  border-width: 10px 5px 0 5px;
  margin-left: -5px;
  margin-top: -5px;
}

.select2-search--dropdown {
  display: none !important;
}

.select2-results__options {
    max-height: inherit !important;
}

.select2-results__options > .select2-results__option:first-of-type {
    display: none;
}

.select2-results__option--highlighted, .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F2F2F2 !important;
    color: #007CD8 !important;
}

.select2-dropdown,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select-wrap
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-color: #000 !important;
  border-radius: 0 !important;
}

.select2-results__option {
  font-size: 16px;
  line-height: 26px;
  color: #101010;
  padding: 12px 15px 12px 16px !important;
  border-bottom: 1px solid #DBDBDB;
}

.input-placeholred {
  position: absolute;
  top: 20px;
  left: 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  pointer-events: none;
  color: #101010;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.form-input:-moz-placeholder {
  color: #101010;
  font-size: 12px;
}

.form-input::-moz-placeholder {
  color: #101010;
  font-size: 12px;
}

.form-input:-ms-input-placeholder {
  color: #101010;
  font-size: 12px;
}

.form-input::-webkit-input-placeholder {
  color: #101010;
  font-size: 12px;
}

.form-content .btn-form {
  display: block;
  font-size: 18px;
  line-height: 48px;
  width: 100%;
  text-transform: uppercase;
  max-width: 240px;
  padding: 1px 10px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  text-align: center;
  color: #101010;
  background: #f2f2f2;
  border: 1px solid #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-content .btn-form:hover {
  background: #007cd8;
  color: #ffffff;
  border: 1px solid #007cd8;
}

/* ////// FORM END ////// */

/* ////// FOOTER ////// */

footer {
  background: #007cd8;
  padding: 25px 30px 10px;
  text-align: center;
}

.f-logo-img {
  margin-bottom: 20px;
}
.footer-text {
  line-height: 20px;
  color: #ffffff;
}
.footer-text p {
  margin-bottom: 0;
}

/* SINGLE PAGE STYLE */

.single-page .section-top {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 10%;
  min-height: 200px;
}

.single-page {
  padding-top: 110px;
  position: relative;
}

.single-wraper-content {
  display: flex;
  max-width: 1600px;
  padding: 100px 30px 300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1;
}

.single-text {
  width: 80%;
  padding: 0 30px;
}

.btn-single {
  color: #007cd8;
  font-size: 18px;
  line-height: 48p;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.btn-single:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.page-retour:before {
  background: url(./img/return.svg) no-repeat center;
}

.page-print:before {
  background: url(./img/print.svg) no-repeat center;
}
.single-title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  font-size: -webkit-calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #007cd8;
  text-align: center;
  margin: 0 0 60px;
}

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
}

.single-page h2 {
  font-size: 36px;
  font-size: -webkit-calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  padding-left: 0;
  font-weight: bold;
  color: #007cd8;
  line-height: 1.3;
  margin-top: 50px;
  text-transform: inherit;
}

.single-page h3 {
  font-size: 32px;
  /* font-size: -webkit-calc(14px + (32 - 14) * ((100vw - 320px) / (1920 - 320))); */
  font-size: -webkit-calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
  /* font-size: calc(12px + (32 - 14) * ((100vw - 320px) / (1920 - 320))); */
  font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.3;
  color: #101010;
  text-transform: inherit;
}

.single-page h4 {
  color: #007cd8;
  font-size: 26px;
  font-size: -webkit-calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (26 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: 0px;
  padding-left: 0;
  font-weight: 500;
  line-height: 1.3;
  text-transform: inherit;
}

.single-page h5 {
  font-size: 18px;
  padding-bottom: 0px;
  padding-left: 0;
  text-transform: inherit;
}

.single-page h6 {
  font-size: 16px;
  padding-bottom: 0px;
  padding-left: 0;
  text-transform: inherit;
}

.single-page strong {
  font-weight: bold;
}

.single-page ul,
.single-page ol {
  margin-bottom: 15px;
}

.single-page ol > li {
  list-style: inside decimal;
  margin-bottom: 20px;
}

.single-page ul {
  margin-top: 20px;
}

.single-page ul li {
  position: relative;
  padding-left: 20px;
}

.single-page li {
  list-style: none;
  list-style-position: inside;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #101010;
}

.single-page ul li::before {
  background: #007cd8;
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
}

.single-page p {
  /* padding-bottom: 10px; */
  margin: 10px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* text-align: justify; */
}

.single-page a,
.single-page button.page-retour {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #007cd8;
}

.single-page a:hover,
.single-page button.page-retour:hover {
  text-decoration: underline;
}

img.alignright {
  float: right;
  margin-left: 6%;
  margin-bottom: 15px;
  object-fit: cover;
}

img.alignleft {
  float: left;
  margin-right: 6%;
  margin-bottom: 15px;
  object-fit: cover;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
  object-fit: cover;
}

.section-top-img {
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1760px) {
  .wrapper-advice {
    width: 87%;
  }

  .advice-title {
    line-height: 28px;
  }

  .conseils-bottom {
    padding: 25px 11px 25px 14px;
  }
}

@media only screen and (max-width: 1620px) {
  .histoire .description {
    padding-bottom: 130px;
  }
  /* .philosophie .description{
        background-repeat: repeat-y;
        background-size: 140px;
    } */
}
@media only screen and (max-width: 1440px) {
  .logo-img {
    max-width: 260px;
  }
  .video_wrapper .embed-container {
    padding-bottom: 58.25%;
  }
  .video_wrapper .embed-container iframe {
    width: 110%;
  }
  .traitements-description {
    min-height: 320px;
  }
  .histoire .image {
    width: 50%;
  }
  .histoire .description {
    width: 55%;
    max-width: 550px;
  }
  /* .experience:after, .experience:before{
        background-repeat: repeat-y;
        width: 110px;
    } */
}
@media only screen and (max-width: 1200px) {
  .video_wrapper .h1_wrapper h1 {
    font-size: -webkit-calc(
      26px + (52 - 26) * ((100vw - 320px) / (1920 - 320))
    );
    font-size: calc(26px + (52 - 26) * ((100vw - 320px) / (1920 - 320)));
  }

  body h2 {
    font-size: -webkit-calc(
      22px + (38 - 22) * ((100vw - 320px) / (1920 - 320))
    );
    font-size: calc(22px + (38 - 22) * ((100vw - 320px) / (1920 - 320)));
  }
  body h3 {
    font-size: -webkit-calc(
      18px + (34 - 18) * ((100vw - 320px) / (1920 - 320))
    );
    font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
  }

  .single .logo-dark,
  .menu_fixed .logo-dark,
  .logo-white,
  .logo-dark {
    display: none;
  }
  .technologies .item {
    line-height: 30px;
    text-align: center;
  }
  .logo-mobi {
    display: block;
  }
  .histoire {
    width: 100%;
  }
  .histoire .description {
    padding-bottom: 0;
  }
  .histoire:after {
    content: none;
  }
  .wrapper-experience {
    width: 100%;
  }
  /* .experience:after, .experience:before{
         content:none;
    } */
  div.experience-item:after {
    content: none;
  }
  .traitements-title {
    min-height: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
  .logo-img {
    max-width: 50px;
  }
  header .burger {
    display: block;
    z-index: 10;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .burger span {
    display: block;
    position: absolute;
    background: #007cd8;
    height: 4px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .burger span:nth-child(1) {
    top: 0px;
  }

  .burger span:nth-child(2),
  .burger span:nth-child(3) {
    top: 12px;
  }

  .burger span:nth-child(4) {
    top: 24px;
  }

  .burger.header__nav__open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .burger.header__nav__open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .burger.header__nav__open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .burger.header__nav__open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .burger.header__nav__open span {
  }
  .wrap-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 124, 216, 0.9);
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 1;
    transform: translateY(-100%);
  }
  .header__nav__open.wrap-menu {
    transform: translateY(0);
  }

  .single .wrap-menu a:hover,
  .menu_fixed .wrap-menu a:hover {
    color: #ffffff;
  }

  .header-phone:hover span {
    width: 0;
    opacity: 0;
    padding: 0;
  }
  header .wrapper-nav .wrap-menu ul {
    flex-direction: column;
    text-align: center;
    color: #fff;
  }
  header .wrapper-nav .wrap-menu li {
    margin-bottom: 10px;
  }
  .single .wrap-menu a,
  .menu_fixed .wrap-menu a {
    color: #fff;
    font-size: 16px;
  }

  .histoire {
    margin-top: 0;
    padding: 0 15px 50px;
    flex-wrap: wrap;
  }
  .histoire .image {
    width: 100%;
  }
  .histoire .description {
    width: 100%;
    max-width: 100%;
  }
  .traitements-title {
    min-height: 115px;
  }
  .traitements-description {
    min-height: 250px;
  }
  .technologies h2,
  .philosophie h2 {
    margin-bottom: 50px;
  }
  div.slider-small {
    display: none;
  }
  .slider-big {
    width: 100%;
  }
  .slider-big.slick-initialized .slick-slide,
  .slider-big .slider-item {
    height: 500px;
  }
  .technologies {
    margin-top: 0;
    padding: 50px 15px 0;
  }
  .technologies .wrapper-technologies {
    flex-wrap: wrap;
  }
  .technologies .item {
    width: 100%;
    background-size: cover;
    margin-bottom: 50px;
  }

  .technologies .item h3 {
    min-height: unset;
  }

  .technologies .item .image {
    padding-bottom: 39%;
    background-size: cover;
  }
  .philosophie .right .wrapper-description .description {
    background-image: none;
    padding-right: 30px;
  }
  /*.philosophie .wrap-image{
        display: none;
    }*/
  .philosophie .right {
    width: 100%;
  }
  .values {
    margin: 50px auto 50px auto;
  }
  .confort {
    margin-top: 50px;
  }
  .confort .description {
    margin-top: 50px;
  }
  .wrapper-assistant {
    flex-wrap: wrap;
  }
  .wrapper-doctor {
    margin-bottom: 60px;
  }
  .doctor-item {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .doctor-item img,
  .doctor-title,
  .doctor-description {
    margin-bottom: 20px;
  }

  .doctor-item img {
    height: 396px;
  }

  .assistant-item {
    flex: auto;
    width: 45%;
  }
  .assistant-item:hover {
    background: transparent;
  }

  .assistant-item:hover .assistant-title {
    color: #000;
  }
  .assistant-item:hover .assistant-description {
    color: #000;
  }
  .wrapper-assistant {
    margin-bottom: 50px;
  }
  .wrapper-traitements {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .traitements-item {
    width: 50%;
    flex: auto;
    margin-bottom: 20px;
  }
  .bg-video-wrap {
    margin-bottom: 50px;
  }
  .wrapper-advice {
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .advice-item {
    width: 50%;
  }
  .advice-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .video_advice {
    margin-bottom: 0px;
  }
  .wrapper-video_advice .arrows {
    width: 55px;
    height: 50px;
  }
  .wrapper-video_advice .right {
    right: -50px;
  }
  .wrapper-video_advice .left {
    left: -50px;
  }
  .quote {
    margin-bottom: 50px;
  }
  .wrapper-contact {
    flex-wrap: wrap;
  }
  .contact {
    margin-bottom: 20px;
  }
  .contact-content {
    width: 100%;
  }
  .contact-img {
    width: 100%;
    height: 300px;
  }
  .form-img {
    width: 100%;
    height: 300px;
  }
  .form-content {
    width: 100%;
    padding: 50px;
  }
  .single-wraper-content {
    flex-wrap: wrap;
    padding: 50px 30px 50px;
  }
  .single-text {
    width: 100%;
    padding: 0;
  }
  .btn-single {
    order: 1;
  }
  .wrapper-values {
    margin-top: 50px;
  }
  .doctor-item:hover .doctor-title {
    color: #101010;
  }

  .doctor-item:hover .doctor-link {
    background: #f2f2f2;
    color: #101010;
    border: 1px solid #000000;
    text-decoration: none;
  }

}

@media only screen and (max-width: 992px) {
  .wrapper-advice {
    width: 80%;
  }

  .advice-image {
    padding-top: 210px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 50px!important;
    height: 50px!important;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px!important;
  }
}

@media only screen and (max-width: 769px) {
  /*.philosophie .right .wrapper-description .image_description{
        display: none;
    }*/

  .philosophie .description > div {
    padding-right: 20px;
  }
  .philosophie .right .wrapper-description .description {
    width: 100%;
    padding: 20px 0 20px 20px;
  }

  .philosophie .right .wrapper-description .description h3 {
    line-height: 27px;
  }

  .slider-big.slick-initialized .slick-slide,
  .slider-big .slider-item {
    height: 300px;
  }

  .wrapper-doctor {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .doctor-item {
    width: 100%;
  }

  .doctor-item:nth-child(1) {
    margin-right: 0;
  }

  .experience-item:after {
    content: none !important;
  }
  .wrapper-experience {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .experience-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .technologies .item:nth-child(1),
  .technologies .item:nth-child(2),
  .technologies .item:nth-child(3),
  .experience-item:nth-child(even) {
    animation-delay: 0s;
  }
  .experience-image {
    padding-top: 45%;
  }
  .experience-image::after {
    font-size: 79px;
    line-height: 100px;
    background: #ffffff;
    padding: 0px 20px 0px 20px;
  }
  /* .experience-image::before{
        width: 80px;
        background-repeat: repeat-y;
    } */
  .traitements-item {
    width: 100%;
  }
  .bg-video-wrap iframe {
    height: 400px;
  }
  .quote {
    min-height: 350px;
  }
  /* .quote:after{
        content: none;
    } */
  .wrapper-quote {
    margin: 0 auto;
  }
  .wrapper-values {
    flex-wrap: wrap;
    justify-content: center;
  }
  .values-item {
    width: 40%;
  }
  .value-img-wrap {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-advice {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .video_wrapper .embed-container {
    padding-bottom: 58.25%;
  }
  .video_wrapper .embed-container iframe {
    width: 105%;
  }
  .contact-text-wrap {
    flex-wrap: wrap;
    padding: 30px;
    justify-content: flex-start;
  }
  .traitements-title {
    min-height: 75px;
  }
  .traitements-description {
    min-height: 250px;
  }
  .contact-addr {
    width: 100%;
  }
  .wrapper-video_advice .arrows {
    width: 45px;
    height: 45px;
    background-size: 30%;
  }

  .wrapper-video_advice .left {
    left: -30px;
  }
  .wrapper-video_advice .right {
    right: -30px;
  }
  .single-title {
    margin-bottom: 30px;
  }
  .form-content .btn-form {
    width: 100%;
    max-width: 100%;
  }
  .single-page {
    padding-top: 70px;
  }
  .single-page h3 {
    font-size: 20px;
  }
  .wrapper-quote {
    padding: 20px;
    width: 72%;
  }

  .bg-video {
    max-height: 185px;
  }

  .bg-video-wrap iframe {
    height: 185px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 45px!important;
    height: 45px!important;
  }

  .video_advice .slick-list {
    max-width: 255px;
  }

  .video_advice .slick-slide {
    max-width: 255px;
  }

  .video_advice .wrapper-video_advice {
    width: 75%;
  }

  .quote-text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }

  .quote-author {
    font-size: 16px;
    line-height: 25px;
  }
}

@media print {
  footer {
    display: none;
  }

  header {
    display: none;
  }

  .section-top {
    display: none;
  }

  body {
    /*padding-top: 100px;*/
  }
  .single-wraper-content {
    padding-top: 0;
  }

  .btn-single {
    display: none;
  }
  .single-text {
    width: 100%;
  }

  /*.single-page .title-team {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }*/
}

html body.single {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}
#cn-notice-text {
    width: 75%;
    text-align: justify;
}
.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}
#cn-notice-text div {
    text-align: justify;
    color: #fff;
}
#cn-notice-text div a {
    color: #fff;
    border-bottom: 1px dotted #fff;
display: inline-block;
}
#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color:#fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #000;
}
#cookie-notice a {
    text-decoration: none !important;
}
@media (max-width:767px) {
    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }
    #cn-notice-text div {
        font-size: 14px;
    }
}



/*widget*/
.widget-tools {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.widget-tools-bl {
  min-width: 40px;
  height: 40px;
  border-radius: 25px;
  background: #007cd8;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.widget-tools-bl:last-child {
  margin-bottom: 0;
}
.widget-tools-bl-hid {
  width: 0;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  padding: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .widget-tools-bl-hid {
    display: none;
  }
}
.widget-tools-bl-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 229px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #fff;
}
@media screen and (max-width: 1200.98px) {
  .widget-tools {
    right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .widget-tools-bl:hover {
    background: #007cd8;
    transition: 0.3s;
  }
  .widget-tools-bl:hover .widget-tools-bl-hid {
    width: 229px;
    padding: 0 12px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 991.98px) {
  .widget-tools-bl.clicked {
    background: #007cd8;
    transition: 0.3s;
  }
  .widget-tools-bl.clicked .widget-tools-bl-hid {
    width: 229px;
    padding: 0 12px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  .widget-tools-bl {
    min-width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }
  .widget-tools-bl svg {
    width: 40px;
    height: auto;
  }
  .widget-tools-bl a {
    font-size: 12px;
    line-height: 1.2;
  }
}

/*widget*/

/*first screen hard fix*/
.video_wrapper .embed-container iframe {
  height: 56vw;
  width: 100vw;
}

.video_wrapper {
  position: relative;
}

@media (max-width: 559.98px) {
  .video_wrapper .embed-container {
    padding: 0;
    height: 109vw;
  }
  .video_wrapper .embed-container iframe {
    height: 109vw;
    width: 192vw;
  }
}
/*first screen hard fix*/

/*submenu*/
.wrap-menu li.menu-item-has-children {
  position: relative;
  padding-right: 25px;
}
.wrap-menu li.menu-item-has-children .h-menu-arr {
  position: absolute;
  right: 0;
  top: 0;
}
.menu_fixed .wrap-menu li.menu-item-has-children .h-menu-arr svg path {
  stroke: #101010;
  transition: 0.3s;
}
.menu_fixed .wrap-menu li.menu-item-has-children:hover .h-menu-arr svg path {
  stroke: #056CB9;
  transition: 0.3s;
}
header .wrapper-nav .wrap-menu ul.sub-menu {
  position: absolute;
  top: calc(100% + 44px);
  padding: 24px;
  display: block;
  background: #fff;
  left: -24px;
  width: max-content;
  display: none;
}
header .wrapper-nav .wrap-menu ul.sub-menu:before {
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
}
header .wrapper-nav .wrap-menu ul.sub-menu li a {
  color: #101010;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
}
header .wrapper-nav .wrap-menu ul.sub-menu li {
  margin-bottom: 16px;
}
header .wrapper-nav .wrap-menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}
header .wrapper-nav .wrap-menu ul.sub-menu li a:hover {
  color: #056CB9;
  transition: 0.3s;
}
.wrap-menu li.menu-item-has-children .h-menu-arr svg {
  transition: 0.3s;
}

.wrap-menu li.menu-item-has-children.hover .h-menu-arr svg {
  transition: 0.3s;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  header .wrapper-nav .wrap-menu ul {
    align-items: center;
  }
  .wrap-menu li.menu-item-has-children {
    margin-right: -25px;
  }
  header .wrapper-nav .wrap-menu ul.sub-menu {
    position: static;
    background: none;
    padding: 5px 0;
  }
  header .wrapper-nav .wrap-menu ul.sub-menu li a {
    color: #fff;
  }
}
/*submenu*/
