body {
  font-family: Roboto;
  margin: 0 auto;
  min-width: 320px;
  font-size: 14px;
  color: #000;
  font-weight: 400
}

a {
  text-decoration: none;
  outline: 0;
  color: inherit
}

a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0
}

a:active {
  outline: 0;
  color: inherit;
  text-decoration: none
}

a:focus,
a:visited {
  outline: 0;
  color: inherit;
  text-decoration: none
}

strong {
  font-weight: 700
}

em {
  font-style: italic
}

header {
  min-height: 88px;
  color: #3e475d
}

.box_nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center
}

header .navbar {
  min-height: 88px;
  color: #3e475d;
  padding: 0;
  width: 50%;
  float: right;
  position: relative
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
  background-color: #ced0de;
  min-height: 88px
}

.btn_nav {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer
}

.phone_btn {
  height: 88px;
  background: #ced0de;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #3e475d;
  display: flex;
  align-items: center;
  justify-content: center
}

.phone_icon {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100px;
  padding-right: 20px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #ced0de;
  display: none;
}

.rdv_button {
  /* width: 117px; */
  width: 180px;
  padding-left: 35px;
  padding-right: 35px;
  height: 88px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #3e475d
}

.phone_number {
  position: relative;
  z-index: 5;
  transition: .5s;
  opacity: 0;
  padding-left: 10px;
  display: none;
}

.phone_btn.active .phone_number {
  margin-left: 100px;
  opacity: 1
}

.btn_phone {
  min-height: 88px;
  text-align: center;
  background-color: #ced0de;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: -75px;
  width: 200px;
  transition: .6s;
  cursor: pointer
}

.btn_phone img {
  width: 19px;
  height: 19px;
  margin: 0 15px
}

.btn_phone .number {
  opacity: 0;
  transition: .4s
}

.btn_phone:hover {
  left: 0
}

.btn_phone:hover .number {
  opacity: 1;
  padding-right: 10px
}

.btn_rdv {
  font-size: 22px;
  color: #3e475d;
  min-height: 88px;
  width: 117px;
  text-align: center;
  background-color: #ced0de;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 100px;
  cursor: pointer;
  transition: .5s
}

.btn_rdv:hover {
  text-shadow: 0 0 .01px #3e475d, 0 0 .01px #3e475d, 0 0 .01px #3e475d
}

.logo {
  position: absolute;
  left: -90px
}

#navbarNav ul li a {
  font-size: 16px;
  padding: 35px 0;
  transition: .5s
}

#navbarNav ul li a:hover {
  text-shadow: 0 0 .01px #3e475d, 0 0 .01px #3e475d, 0 0 .01px #3e475d
}

#navbarNav ul li {
  padding: 0 20px
}

.content {
  overflow: hidden
}

.video_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative
}

.video_box video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.baner {
  background-color: #ced0de;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 360px
}

.baner .baner_content {
  font-size: 24px;
  width: 80%;
  margin: 0 0 190px 0;
  background-color: #3e475d;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.baner .baner_logo {
  width: 20%
}

.baner .baner_logo img {
  height: auto;
  margin-left: 17px;
  width: 100%;
  max-width: 277px
}

.baner_tel {
  margin-left: 5px;
  font-weight: 700;
  transition: .3s;
  line-height: 30px
}

.baner_tel:hover {
  text-decoration: underline
}

.baner .baner_link {
  color: #3e475d;
  background-color: #ced0de;
  font-weight: 700;
  text-transform: initial;
  font-size: 18px;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px
}

.main_title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #000;
  display: flex;
  align-items: flex-end;
  min-height: 139px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px 25px 15px
}

.main_title.thin {
  padding-bottom: 10px
}

.main_title.bold {
  min-height: 175px;
  padding-bottom: 30px
}

.main_title.thin span {
  background-color: #fff;
  padding: 2px
}

.main_title .letter {
  position: absolute;
  bottom: -10px;
  z-index: -1
}

.col-md-3,
.col-md-6 {
  padding-right: 0;
  padding-left: 0
}

.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.cabinet {
  margin-top: -150px
}

.cabinet .main_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 135%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #3e475d
}

.cabinet_content {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  position: relative
}

.cabinet_content .cabinet_box_text {
  width: 100%;
  color: #fff;
  min-height: 550px;
  background: linear-gradient(to right, #fff 0, #3e475d 0, #3e475d 90%, #fff 60%)
}

.cabinet_content .cabine_text {
  padding: 100px 15px;
  max-width: 1600px;
  margin: 0 auto
}

.cabinet_content .cabinet_title {
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 150%;
  max-width: 700px;
  width: 50%
}

.cabinet_content .cabinet_desciption a:hover {
  text-decoration: underline;
}

.cabinet_content .cabinet_desciption {
  line-height: 150%;
  padding-top: 90px;
  max-width: 1000px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .01em;
  color: #fff
}

.cabinet_content .cabinet_images {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  width: 50%;
  top: -58px;
  max-width: 954px;
  border-top: 3px solid #3e475d;
}

.cabinet_content .cabinet_images .img.big {
  position: relative;
  border-left: 3px solid #3e475d
}

.cabinet_content .cabinet_images .col-md-6 .img.big:after {
  content: "";
  padding: 0 0 82%;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  position: relative
}

.cabinet_content .cabinet_images .img {
  position: relative;
  width: 100%
}

.cabinet_content .cabinet_images .col-md-6 .img:after {
  content: "";
  padding: 0 0 62%;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  position: relative
}

.equipe_box {
  display: flex;
  flex-direction: row
}

.equipe_box .equipe_content img {
  width: 100%
}

.equipe_box .img.team {
  height: 662px
}

.equipe_box .col-xl-6 {
  padding: 0
}

.equipe_box .equipe_text {
  float: right;
  max-width: 800px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 140%;
  min-height: 225px
}

.equipe_box .equipe_text p {
  margin-bottom: 16px
}

.equipe_assistantes,
.equipe_doctors {
  width: 100%;
  max-width: 885px;
  display: flex;
  flex-direction: row;
  justify-content: space-around
}

.assistante,
.equipe_doctors .doctor {
  max-width: 255px
}

.assistante {
  padding-top: 10px
}

.assistante .photo,
.equipe_doctors .doctor .photo {
  width: 250px;
  background-position: top
}

.assistante .photo,
.equipe_doctors .doctor .photo {
  width: 250px;
  height: 300px
}

.equipe_doctors .doctor ul {
  list-style-position: outside;
  margin-left: 20px
}

.equipe_doctors .doctor ul li {
  padding: 3px 0
}

.assistante .title,
.equipe_doctors .doctor .title {
  color: #3e475d;
  font-weight: 700;
  font-size: 24px;
  margin-top: 15px
}

.assistante .info,
.equipe_doctors .doctor .info {
  font-size: 16px;
  color: #000;
  margin: 15px 0 0 0
}

.equipe_doctors .doctor .plus {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 10px;
  cursor: url(../img/cursor_doctor.png), auto
}

.equipe_doctors .doctor .plus span {
  background-color: #fff;
  width: 206px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  color: #3e475d;
  font-size: 16px
}

.equipe_doctors .doctor .plus:hover span {
  background-color: #3e475d;
  color: #fff
}

.equipe_doctors .doctor .plus img {
  margin-right: 10px
}

.equipe_doctors .doctor .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px
}

.equipe_doctors .doctor .modal .photo {
  margin-right: 0 !important;
  width: 363px;
  height: auto
}

.equipe_doctors .doctor .modal {
  background-color: rgba(0, 0, 0, .7)
}

.equipe_doctors .doctor .modal .modal-body {
  padding: 0;
  background-color: #ced0de;
  max-width: 1270px;
  display: flex;
  flex-direction: row;
  position: relative
}

.equipe_doctors .doctor .modal-content {
  border: 0 solid rgba(0, 0, 0, .2);
  border-radius: 0
}

.equipe_doctors .doctor .modal-dialog {
  max-width: 1270px;
  margin: 0 auto
}

.madal_doctor {
  padding: 64px 54px
}

.madal_doctor .title {
  position: relative;
  margin-bottom: 90px
}

.madal_doctor .underline {
  border-bottom: 3px solid #3e475d;
  width: 366px;
  position: absolute;
  left: -100px;
  padding-top: 10px
}

.madal_doctor .sub_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%
}

.services_blocks {
  border: 1.5px solid #3e475d;
  max-width: 1570px;
  margin: 0 auto
}

.services {
  position: relative
}

.services .main_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-transform: none
}

.services .main_title .wrapper {
  min-width: 260px
}

.services_content {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #3e475d;
  max-width: 1294px
}

.services_block {
  height: 342px;
  border: 1.5px solid #3e475d;
  display: flex;
  justify-content: center;
  position: relative
}

.services_block .title {
  color: #3e475d;
  font-size: 24px;
  margin-top: 40px
}

.services_block .circle {
  height: 190px;
  width: 190px;
  margin: 0 auto;
  top: 100px;
  border-radius: 50%;
  background-color: #c4c4c4;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1
}

.services_block .img {
  min-height: 190px;
  width: 190px;
  top: 100px;
  transition: .5s;
  z-index: 10;
  margin: 0 auto;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.services_block:nth-child(5) .img {
  width: 230px;
  left: 32%
}

.services_block:hover .img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1)
}

.process_box {
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto
}

.process_box .content {
  padding: 40px 65px;
  font-size: 18px;
  line-height: 150%;
  color: #3e475d;
  position: relative;
  overflow: hidden
}

.process_box .content p {
  margin: 16px 0
}

.process_box .content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 3px;
  z-index: 1;
  border: 3px solid #3e475d
}

.process_box .img {
  min-height: 506px;
  transition: .5s
}

.process_box .process_hover_img {
  position: relative;
  overflow: hidden
}

.vertical_line {
  border-left: 3px solid #fff;
  position: absolute;
  height: 0%;
  transition: .5s;
  top: 0;
  left: 72px
}

.process_box .img:hover .vertical_line {
  height: 50%
}

.process_box .process_hover_img .process_box_content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: .5s;
  color: #fff;
  max-width: 273px;
  left: 72px
}

.process_box .img:hover .process_hover_img .process_box_content {
  bottom: 170px;
  opacity: 1
}

.process_box .img:hover .process_hover_img {
  background-color: rgba(62, 71, 93, .5);
  height: 100%
}

.process_box .process_box_content .title {
  font-size: 24px;
  line-height: 135%;
  text-transform: uppercase;
  padding-left: 15px
}

.process_box .process_box_content .text {
  font-size: 16px;
  line-height: 120%
}

.valerus {
  margin-top: 64px
}

.valerus .main_title.thin {
  padding-bottom: 75px
}

.valerus_box {
  margin: -25px auto 60px auto;
  display: flex;
  max-width: 1600px;
  padding: 0 15px;
  flex-direction: row
}

.valerus_col {
  width: 22%
}

.valerus_col:first-child,
.valerus_col:last-child {
  width: 17%
}

.valerus_title {
  min-height: 64px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 135%;
  text-align: center
}

.valerus_icon {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

.valerus_icon img {
  transition: .6s
}

.valerus_icon:hover img {
  transform: scale(1.15)
}

.valerus_col:first-child .valerus_icon {
  justify-content: flex-start
}

.valerus_col:first-child .valerus_title {
  text-align: left
}

.valerus_col:last-child .valerus_icon {
  justify-content: flex-end
}

.valerus_col:last-child .valerus_title {
  text-align: right
}

.conseils {
  display: none
}

.conseils .main_title.thin {
  padding-bottom: 110px;
  color: #3e475d;
  height: 180px;
  z-index: 10
}

.conseils_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: -86px
}

.conseils_card {
  width: 25%;
  height: 468px;
  display: flex;
  justify-content: center
}

.conseils_card .title_box {
  max-width: 340px;
  display: flex;
  align-items: flex-start;
  margin: 88px 15px 0 15px
}

.conseils_card .title {
  width: 100%;
  background-color: #3e475d;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%
}

.durgence_wrapper {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end
}

.durgence_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1250px;
  width: 100%
}

.durgence_box .durgence_card {
  max-width: 278px
}

.durgence_box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 108%;
  min-height: 80px
}

.durgence_box .description {
  min-height: 44px;
  font-size: 18px;
  margin: 0 0 30px 0
}

.durgence_box .btn_durgence {
  min-width: 278px;
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #3e475d;
  transition: .5s;
  cursor: pointer
}

.durgence_box .btn_durgence:hover {
  background-color: #222
}

.traitements_box {
  margin-bottom: 50px;
  border: 3px solid #3e475d;
  min-height: 585px;
  max-width: 1425px;
  width: 100%
}

.wrapper_traitements {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-end
}

.content_tab_box {
  padding: 0;
  display: flex;
  align-items: center
}

.tab {
  background-color: #fff;
  width: 50%;
  margin-left: -4px;
  margin-top: 5%;
  margin-bottom: 5%
}

.tab .tablinks:before {
  content: "• "
}

.tab .tablinks.active:before {
  content: ""
}

.tab .tablinks {
  display: block;
  color: #3e475d;
  padding: 10px 0;
  margin: 5px 0;
  width: 100%;
  cursor: pointer;
  transition: .3s;
  font-size: 24px
}

.tab .tablinks:hover {
  background-color: #ddd
}

.tab .tablinks.active {
  background-color: #ced0de;
  color: #3e475d;
  letter-spacing: .02em;
  font-weight: 700;
  width: 323px;
  height: 50px;
  font-size: 24px;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: center
}

.tabcontent {
  padding: 0;
  width: 50%;
  border: none;
  height: 100%;
  background-color: #ced0de;
  min-height: 588px;
  position: relative
}

.tabcontent_image {
  height: 322px
}

.tabcontent_content {
  padding: 35px 80px
}

.tabcontent_content .tabcontent_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #3e475d
}

.tabcontent_content .tabcontent_text {
  font-size: 18px;
  color: #3e475d;
  line-height: 120%;
  text-align: justify;
  padding-top: 15px
}

.tabcontent_btn {
  position: absolute;
  bottom: -25px;
  left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bcbec9 !important;
  background-color: #3e475d;
  height: 50px;
  z-index: 100;
  width: 323px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  transition: .5s;
  cursor: pointer
}

.tabcontent_btn:hover {
  background-color: #222
}

.documents {
  margin: 100px 0;
  display: none
}

.documents .main_title.thin span {
  background-color: transparent;
  padding: 2px;
  color: #fff;
  margin-top: 16px
}

.documents_box {
  position: relative;
  min-height: 520px;
  background: linear-gradient(to top, #fff 5%, #3e475d 5%, #3e475d 60%, #fff 60%)
}

.documents_box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 49%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 3;
  background-color: rgba(0, 0, 0, .4)
}

.documents_box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 49%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  background: url(../img/document_bg.jpg) no-repeat left top;
  background-size: cover
}

.documents_box .img {
  height: 260px;
  position: relative;
  z-index: -2
}

.documents_box .img_hover {
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.pdf_box {
  position: relative
}

.documents .main_title.thin {
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 4
}

.documents .main_title .letter {
  top: 0;
  z-index: 2
}

.pdf_cards,
.video-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 1680px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4
}

.pdf_cards .pdf_card {
  padding: 0 54px
}

.pdf_file {
  width: 327px;
  height: 210px;
  background-color: #ced0de;
  border: 3px solid #3e475d
}

.pdf_text {
  color: #fff;
  margin: 25px 0 55px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  text-align: center
}

.download_pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ced0de;
  color: #3e475d !important;
  margin: 0 auto;
  height: 50px;
  width: 278px;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  transition: .5s;
  cursor: pointer
}

.video-sec {
  display: none
}

.file {
  height: 209px;
  overflow: hidden;
  border: 1px solid #1c2f42;
  display: block;
  position: relative
}

.file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.video .main-title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  max-width: 1600px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 20px auto
}

.acces .main-title,
.contact .main-title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  max-width: 1600px;
  padding: 0 15px;
  width: 100%;
  margin: 90px auto 20px auto
}

.video .video-wrapper {
  display: flex
}

.video .video-wrapper video {
  width: 327px;
  margin: 0 56px
}

.acces .wrapper {
  position: relative
}

.acces .wrapper-address {
  color: #fff;
  background: #3e475d;
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  max-width: 610px;
  min-width: 370px;
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px
}

.acces .wrapper-address .row_ad {
  max-width: 360px;
  width: 100%
}

.acces .wrapper-address .row_ad:last-child {
  font-weight: 300
}

.acces .wrapper-address .row_ad:last-child strong {
  font-weight: 400
}

.acces .wrapper-address .row_ad .sub-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px
}

.acces .wrapper-address .row_ad {
  margin: 10px 0
}

.acces .wrapper-address .row_ad .text p {
  margin: 10px 0;
  text-align: justify
}

.contact .wrapper form {
  display: flex;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative
}

.contact .wrapper form .column {
  width: 49%;
  max-width: 615px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right
}

.contact .wrapper form .column input,
.contact .wrapper form .column select {
  width: 80%;
  max-width: 500px;
  border: 3px solid #bcbec9;
  height: 51px;
  margin-bottom: 45px;
  margin-left: 20px
}

.contact .wrapper form {
  color: #bcbec9;
  min-width: 1161px
}

.contact .wrapper form .column input:focus,
.contact .wrapper form .column textarea:focus,
.contact .wrapper form .column select:focus {
  outline: 0;
  border: 3px solid #3e475d
}

.contact .wrapper form .column textarea {
  width: 100%;
  max-width: 500px;
  border: 3px solid #bcbec9;
  height: 147px
}

.contact .wrapper form .column .wpcf7-form-control-wrap.your-message {
  width: 80%;
  max-width: 500px;
  border: 0;
  margin-bottom: 40px;
  margin-left: 20px
}

.textarea-row {
  display: flex
}

.contact .wrapper form .column input[type=submit] {
  background: #3e475d;
  color: #fff;
  height: 51px;
  max-width: 280px;
  float: left;
  text-align: center;
  border: 0;
  margin-left: 17%;
  transition: .5s
}

.contact .wrapper form .column input[type=submit]:hover {
  background: #222
}

.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
  top: 150px
}

span.wpcf7-not-valid-tip {
  top: 45px;
  position: absolute;
  color: red;
  font-size: 1em;
  font-weight: 400;
  display: block;
  right: 0;
  bottom: 0
}

div.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  right: 0
}

.contact .wrapper {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px
}

.contact .contact-form {
  width: 80%;
  margin-top: 20px
}

.contact .question {
  width: 20%;
  max-width: 250px;
  font-size: 16px;
  line-height: 19px;
  color: #1d1d1b;
  font-weight: 400;
  margin-top: 25px
}

.contact .question p {
  margin: 10px 0
}

footer {
  background: #3e475d;
  text-align: center;
  height: 228px
}

.footer_wrapper {
  color: #bcbec9;
  position: relative;
  top: -78px
}

.footer_wrapper p {
  margin-top: 30px
}

.footer_wrapper strong {
  font-weight: 400;
  color: #fff
}

.logo.scroll:before {
  content: '';
  width: calc(100% + 30px);
  height: 99%;
  position: absolute;
  right: -10px;
  top: 0;
  background: #ced0de;
  z-index: -1
}

.logo:before {
  content: '';
  width: 0;
  height: 99%;
  position: absolute;
  right: -10px;
  top: 0;
  background: #ced0de;
  transition: all .5s;
  z-index: -1
}

.single .container-my {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 27px
}

.single .container-my .bread_cream {
  display: flex;
  align-items: center
}

.single .container-my .bread_cream,
.single .container-my .bread_cream a {
  font-size: 18px;
  line-height: 130%;
  text-align: justify;
  color: #3e475d
}

.single .container-my .bread_cream p {
  margin: 0
}

.single .container-my .bread_cream img {
  margin-right: 13px;
  display: block
}

.single .container-my .return {
  background: #222;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 13px 50px;
  display: flex;
  align-items: center;
  max-width: 215px;
  margin-top: 40px
}

.single .container-my .return img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 45px;
  transform: rotate(180deg)
}

.single .content-single {
  max-width: 1290px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 140%;
  color: #000;
  margin: 70px auto 250px auto
}

.single .content-single h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 135%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px
}

.content-single h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-align: justify;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 14px;
  margin-bottom: 30px;
  background: #3e475d;
  display: inline-block
}

.content-single h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 25px
}

.content-single p {
  max-width: 100%;
  margin-bottom: 25px
}

.content-single p img {
  max-width: 100%
}

.content-single ul {
  padding-left: 20px;
  margin-bottom: 25px
}

@media only screen and (max-width:1650px) {
  header .navbar {
    width: auto
  }

  .baner_tel {
    margin: 0
  }

  .baner .baner_content {
    padding: 0 15px
  }

  .contact .wrapper form .column input,
  .contact .wrapper form .column select {
    width: 70%
  }

  .contact .wrapper form .column input[type=submit] {
    margin-left: 18%
  }
}

@media only screen and (max-width:1600px) {
  .services_blocks {
    margin: 0 15px
  }
}

@media only screen and (max-width:1440px) {
  .cabinet_content .cabine_text {
    padding: 60px 15px;
    max-width: 1600px;
    margin: 0 auto
  }

  .cabinet_content .cabinet_desciption,
  .cabinet_content .cabinet_title {
    line-height: 120%
  }

  .cabinet_content .cabinet_box_text {
    min-height: auto
  }

  .process_box .content {
    padding: 20px
  }

  .process_box .img {
    min-height: auto
  }

  .contact .wrapper {
    flex-direction: column
  }

  .contact .question {
    width: 100%;
    max-width: none
  }
}

@media only screen and (max-width:1200px) {
  .contact .contact-form {
    width: 100%;
    margin-top: 20px
  }

  .contact .wrapper form {
    min-width: auto
  }

  .video .video-wrapper {
    flex-wrap: wrap
  }

  .pdf_cards {
    flex-wrap: wrap;
    justify-content: center
  }

  .pdf_cards .pdf_card {
    padding: 10px 40px
  }

  .equipe_box {
    flex-direction: column
  }

  .cabinet_content {
    flex-direction: column
  }

  .cabinet_content .cabinet_images {
    position: inherit;
    width: 100%;
    max-width: none;
    top: 0;
    border: 0
  }

  .cabinet_content .cabinet_images .img.big {
    border: 0;
  }

  .cabinet_content .cabinet_title {
    width: 90%
  }

  .baner .baner_link {
    margin-left: 0
  }

  #navbarNav ul li {
    padding: 0 12px
  }

  .equipe_assistantes,
  .equipe_doctors {
    max-width: none
  }

  .contact .wrapper form .column input[type=submit] {
    margin-left: 22%
  }

  .video .video-wrapper video {
    margin: 10px 56px
  }

  div.wpcf7-response-output {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 370px
  }
}

@media only screen and (max-width:991px) {
  .navbar-toggler span {
    display: block;
    width: 30px;
    height: 3px;
    background: #3e475d;
    margin-top: 5px
  }

  .navbar-toggler span:first-child {
    margin-top: 0
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 88px;
    background: #ced0de;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  header .navbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
  }

  .btn_phone,
  .btn_rdv {
    top: 0
  }

  .logo {
    left: 50%;
    transform: translateX(-50%)
  }

  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    text-align: center
  }

  #navbarNav ul li {
    padding: 10px 12px;
    margin: 8px 0
  }

  #navbarNav ul li:first-child {
    margin-top: 88px
  }

  #navbarNav ul li a {
    font-size: 22px
  }

  .baner .baner_logo {
    display: none
  }

  .baner .baner_link {
    padding: 20px;
    text-align: center;
    white-space: nowrap
  }

  .baner .baner_content {
    width: 100%
  }

  .cabinet_content .cabinet_title {
    font-size: 32px
  }

  .cabinet_content .cabinet_desciption {
    font-size: 24px;
    padding-right: 15px;
    width: 90%
  }

  .valerus_box {
    flex-wrap: wrap
  }

  .valerus_col:first-child,
  .valerus_col:last-child {
    width: 50%
  }

  .valerus_col {
    width: 50%
  }

  .valerus_col:first-child .valerus_title,
  .valerus_col:last-child .valerus_title {
    text-align: center
  }

  .valerus_col:first-child .valerus_icon,
  .valerus_col:last-child .valerus_icon {
    justify-content: center
  }

  .conseils_box {
    flex-wrap: wrap
  }

  .conseils_card {
    width: 50%
  }

  .durgence_box {
    flex-direction: column;
    align-items: center
  }

  .durgence_box .durgence_card {
    margin-bottom: 15px
  }

  .contact .wrapper form {
    flex-direction: column
  }

  .contact .wrapper form .column {
    width: 100%;
    text-align: left
  }

  .textarea-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: column
  }

  .contact .wrapper form .column textarea {
    max-width: none
  }

  .contact .wrapper form .column .wpcf7-form-control-wrap.your-message {
    width: 100%;
    max-width: none;
    margin-left: 0
  }

  .contact .wrapper form .column input,
  .contact .wrapper form .column select {
    width: 100%;
    margin-left: 0;
    max-width: none
  }

  .contact .wrapper form .column input[type=submit] {
    margin: 0 auto
  }

  .contact .wrapper {
    margin-bottom: 110px
  }

  .video .video-wrapper video {
    margin: 10px auto
  }

  .equipe_doctors .doctor .modal .modal-body {
    align-items: center;
    width: 100vw;
    flex-direction: column
  }

  .equipe_doctors .doctor .modal .photo {
    height: 300px
  }

  div.wpcf7-response-output {
    bottom: -14px;
    right: 30px
  }
}

@media only screen and (max-width:768px) {
  .rdv_button {
    position: relative;
    z-index: 90
  }

  .phone_btn.active .phone_number {
    margin-left: 37px;
    opacity: 1
  }

  .phone_icon {
    width: 46px;
    padding-right: 5px
  }

  .single .content-single h1 {
    font-size: 32px
  }

  .wrapper_traitements {
    overflow: unset
  }

  .traitements_box {
    margin: 0 auto
  }

  .tabcontent_btn {
    margin: 0 auto;
    position: relative;
    left: unset
  }

  .valerus_col {
    transform: scale(.8)
  }

  .logo {
    position: static;
    margin-left: 62.9%
  }

  .logo img {
    width: 94%
  }

  .acces .wrapper-address {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: auto
  }

  .conseils_card {
    width: 100%
  }

  .tab {
    width: 100%;
    height: auto
  }

  .tabcontent {
    width: 100%;
    height: auto
  }

  .equipe_assistantes,
  .equipe_doctors {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .services .main_title {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-transform: none
  }

  div.wpcf7-response-output {
    position: absolute;
    bottom: -70px;
    right: inherit;
    max-width: 370px;
    left: 0
  }

  .contact .wrapper {
    margin-bottom: 140px
  }
}

a.disabled {
  pointer-events: none;
  cursor: default
}

.loader_style {
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.preloader {
  transition: 1.5s all ease-in-out
}

.preloader img {
  width: 400px;
  height: auto
}

.logo_svg {
  width: 800px
}

.loader_hide {
  transform: translateY(-110%)
}

.blink_me {
  -webkit-animation: blinker 2s infinite;
  animation: blinker 2s infinite
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0
  }
}

@keyframes blinker {
  50% {
    opacity: 0
  }
}

.animate {
  transition: all .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
}

#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .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
  }
}

.error404__wrapper {
  overflow: hidden;
  position: relative
}

.error404__content {
  width: 900px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  background: rgba(255, 255, 255, .9);
  top: 150px;
  padding: 50px 160px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.error404__number {
  color: #000;
  font-size: 120px;
  line-height: 140px;
  margin-bottom: 40px
}

.error404__title {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
  display: block
}

.error404__subtitle {
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 50px
}

.error404__button {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border: 5px solid #000;
  width: 300px;
  letter-spacing: 2px;
  padding: 5px 0;
  transition: all .3s ease-out
}

.error404__button:hover {
  background: #000;
  color: #fff;
  text-decoration: none
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.sinle_img {
  min-height: 350px
}

.single {
  padding-bottom: 50px
}

@media (max-width:513px) {
  .baner_tel {
    display: block
  }
}

@media (min-width:320px) and (max-width:480px) {
  .box_nav.scroll {
    background: #ced0de
  }

  .phone_btn.active .phone_number {
    margin-left: 0;
    opacity: 0
  }

  .sinle_img {
    min-height: 240px
  }

  .single .content-single {
    padding: 0 15px;
    font-size: 16px;
    margin: 20px auto
  }

  .single .content-single h1 {
    font-size: 22px
  }

  .video_box {
    height: 30vh
  }

  .cabinet .main_title {
    font-size: 24px
  }

  .content-single p img {
    max-width: 100%;
    height: auto
  }

  .baner .baner_content {
    font-size: 18px;
    margin: 0 0 90px 0
  }

  .baner {
    min-height: 200px
  }

  .cabinet_content .cabinet_title {
    font-size: 22px
  }

  .cabinet_content .cabine_text {
    padding: 20px;
    background-color: #3e475d
  }

  .cabinet_content .cabinet_desciption {
    font-size: 18px;
    padding-right: 0;
    width: 100%;
    padding-top: 20px;
    max-width: 100%
  }

  .tabcontent_content {
    padding: 35px 20px
  }

  .tabcontent_btn {
    max-width: 323px;
    width: 100%
  }

  .services_block .circle,
  .services_block .img {
    transform: scale(.6)
  }

  .valerus_title {
    min-height: 50px;
    font-size: 18px
  }

  .valerus_icon {
    height: 160px
  }

  .services_block .title {
    font-size: 18px;
    margin-top: 20px
  }

  .content-single h2 {
    font-size: 18px
  }
}