@import url("https://fonts.googleapis.com/css?family=Poppins:100,200&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:500,600&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
}
a:hover {
  text-decoration: none;
}
.dropdown-item {

    font-weight: 300 !important;
}

#animation_container {
    width: 100% !important;
    margin-top: 4% !important;
}
#animation_container #canvas {
    width: 100%!important;
}
#animation_container #dom_overlay_container {
    width: 100% !important;
}


.cstm-clr-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px #c3c3c333;
  padding: 0.7rem 2rem;
}
.navbar-nav.ml-auto {
  width: 50%;
}
.row {
  width: 100%;
  margin: auto;
}
.cstm-rw-width {
  width: 630px;
  padding-top: 5rem;
  margin-left: 10rem;
}
.logo {
  width: 100%;
  height: 32px;
}
a.navbar-brand {
  width: 10%;
}
.nav-link:focus, .nav-link:hover {
    outline: unset;
}

.card-icn {
  width: 50%;
  height: 90px;
  margin-top: 1rem;
}
.dr-hp-img {
  position: relative;
  width: 100%;
}
.flower-icn {
  position: relative;
  width: 100%;
}
.pd-0 {
  width: 100%;
  margin: auto;
}
.inscription {
  border: 1px solid #21dac2;
  border-radius: 20px;
}
.inscription .nav-link {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
  color: #21dac2;
}
.login {
  padding: 0 !important;
  background-image: url(/site-hayat/img/login-icon.svg);
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
}
.hero {
  /* background-image: url(/site-hayat/img/svg-bkg.svg); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  margin-bottom: 6% !important;
  
}

.nav-link {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}
.nav-item {
  font-size: 15px;
}

.dropdownMe .dropdown li a{
    color: #939598;
    font-size:15px;
}

li.dropdownMe a:hover{
    /*color: #fff;*/
    background: #e6faff;
}
li.dropdownMe ul.dropdown{
    position: absolute;
    top: 48px;
    /*left: 0;*/
    float: left;
    background: #f2f2f2;
    display: none;
    z-index: 999;
    box-shadow: 3px 6px 18px 7px #c3c3c333;
    background-color: #fff;
    background-clip: padding-box;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    border: none;
    border-radius: .5rem;
}

li.dropdownMe:hover ul.dropdown{
    display: block;	/* Display the dropdown */
}

.dropdownMe .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .15em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media (max-width: 992px) {
    li.dropdownMe ul.dropdown{
        position: inherit!important;
       
        background: #f2f2f2;
        display: none;
        /*z-index: 999;*/
        box-shadow: 3px 6px 18px 7px #c3c3c333;
        background-color: #fff;
        background-clip: padding-box;
        min-width: 100%;
        padding:  0;
        margin: 0;
        font-size: 1rem;
        text-align: center;
        list-style: none;
        border: none;
        border-radius: .5rem;
    }
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 180px;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  margin-bottom: 3rem;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 7px 7px 12px 0px #c3c3c333;
  border-radius: 20px;
}



/*HICHAM*/
.flipAnimation{
    transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/*HICHAM*/

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 3px;
  text-align: center;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  
}

.flip-card-front {
  background-color: #fff;
  color: #939598;
  border-radius: 20px;
}

.flip-card-back {
  color: rgb(184, 184, 184);
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  border-radius: 20px;
  background-color: #21dac2;
  color:#fff;
}

.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #2ad8b9;
  background-color: transparent;
}
.carousel-indicators .active {
  background-clip: unset;
  background-color: #2ad8b9;
}
#carouselExampleIndicators {
  
      margin-top: 5%;
    padding-bottom: 2%;
}
.carousel-indicators {
  margin-bottom: 4rem;
}
.slider-img {
  width: 75%;
  margin: auto;
}
.cstm-width-slid {
  width: 80%;
  margin: auto;
}
.cstm-width-slid {
  width: 80%;
  margin: auto;
}
.carousel-inner {
  margin-bottom: 4rem;
}
.green-p-slider {
  color: #2ad8b9;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.green-hr {
  border-top: 4px solid #2ad8b9;
  width: 15%;
  margin-left: 0;
  margin-top: 0.3rem;
  margin-bottom: 3rem;
}
.dwnl-app {
  background-color: #3ce7ca;
  color: #ffff;
  padding: 6rem 10rem 4rem 10rem;
  margin-top:5%;
}
.dwnl-div {
  max-width: 600px;
}
.app-img img {
  position: absolute;
  height: 590px;
}
.h2-dwnl {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.h4-dwnl {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.p-dwnl {
  margin-bottom: 10rem;
  max-width: 485px;
  font-weight: 200;
}
.nos-atouts {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 12rem;
  max-width: 1140px;
}
.nos-atouts .green-hr {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 6%;
}
.btm-card {
  box-shadow: 7px 7px 12px 0px #c3c3c333;
  width: 70%;
  margin: auto;
  padding: 1rem;
  height: 100%;
  border-radius: 20px;
}
.btm-card img {
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
}
.nos-atouts-p-bold {
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.2rem;
}
.nos-atouts-p-normal {
  margin-bottom: 6rem;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1.1rem;
}
.mr-btm-6rem {
  margin-bottom: 6rem;
}
.btm-card-txt {
  font-size: 0.8rem;
  line-height: 20px;
  margin-bottom: 0;
  color: #808080;
}
.ul-ftr {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
footer {
  background-color: #3f4c4b;
}
.footer {
  padding: 5rem 3rem 0rem 3rem;
  background-color: #3f4c4b;
  color: #b3b3b3;
}
.footer-logo {
  width: 30%;
  margin-bottom: 1.3rem;
}
.footer-desc {
  margin-bottom: 0;
  color: #b3b3b3;
  font-size: 12px;
  max-width: 390px;
  font-weight: 300;
}
.li-title-ftr {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.li-ftr {
  color: #fff !important;
  font-weight: 100;
  font-size: 0.9rem;
}
.li-sm-title-ftr {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 25px;
}
.ftr-cstm-mb-sm {
  margin-bottom: 2rem;
}
.ftr-cstm-mb-lg {
  margin-bottom: 4rem;
}
svg {
  width: 100%;
}
.socials-ftr {
  width: 100%;
  height: 100%;
}
.rs-ftr {
  width: 12%;
  padding:1%;
  padding-top: 0.5rem;
}
a.socials-ftr:hover svg g path {
  fill: #3ce7ca !important;
}
a.socials-ftr.inst:hover svg g path {
  fill: #fff !important;
}
a.socials-ftr.inst:hover svg {
  background-color: #3ce7ca !important;
  border-radius: 100%;
}
.hr-ftr {
  border-top: 1px solid #333d3c;
  margin: 0;
}
.back-to-top-icn {
  border: solid #b3b3b3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.div-b {
  padding: 1.1rem 0.8rem;
  border: 2px solid #b3b3b3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
}
.copyright {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 200;
  color: #b3b3b3;
  padding-right: 5rem;
}
.mention-legal {
  font-size: 0.9rem;
  font-weight: 200;
  color: #fff;
}
.h2_nos-atouts {
  color: #4d4d4d;
}
.nav-link {
  color: #939598;
  font-weight: 300;
}
.card-front-text {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
}
.flip-card-front .d-flex.align-items-center.justify-content-center {
  height: 74px;
}
.d-flex.justify-content-between.w-75 {
  max-width: 310px;
}
.dark-p-slider {
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 0;
}
.h2-slider {
  color: #4d4d4d;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.dark-p-slider {
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 365px;
  text-align: justify;
  line-height: 23px;
  font-size: 1rem;
}
.dwnl-app .row {
  max-width: 1200px;
}
.p-dwnl-b {
  font-weight: 300;
  margin-bottom: 0.6rem;
  margin-top: 0.4rem;
}
.p-dwnl-b span {
  font-weight: 600;
}
a.nav-link:hover {
  border-radius: 20px;
  background-color: #e6faff;
  color: #939598;
}
.inscription .nav-link:hover {
  background-color: #21dac2;
  color: #fff;
}
.flip-card-back p {
  margin-top: 1rem;
}
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999999999;
}
.bkgimg {
  display: none;
}
.dwld-btns {
  width: 50%;
  background-image: url(/site-hayat/img/app_downl.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.play-store img {
  display: block;
  width : 150px;
 
}
.app-store img {
  display: block;
}
/* nos atouts desktop */
.img-mob-only {
  width:50%;
  height:50%;
}

.add-img-mob {
    width: 45%;
    margin: auto;
    box-shadow: 3px 6px 18px 7px #c3c3c333;
    border-radius: 20px;
    padding: 3.5rem 2rem;
    margin-bottom: 4rem;
    height:28rem;
}

.textblocbg {
    width: 100%;
    margin: auto;
    box-shadow: 3px 6px 18px 7px #c3c3c333;
    border-radius: 20px;
    padding: 3.5rem 2rem;
    margin-bottom: 4rem;
    height:100%;
}

.atouts-content{
    display:flex;
}
.nos-atouts-p-normal {
    margin-bottom: 0rem;
    margin-top:3rem;
}
/* ********** */

button.navbar-toggler {
  outline: unset;
}

.active a.nav-link {
  border-radius: 20px;
  background-color: #e6faff;
  color: #939598;
}

/* medecin */

.big-h2 {
  font-size: 1.5rem;
  color: #4d4d4d;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0.3rem;
}
.div-doc-desc {
  width: 80%;
  margin: auto;
  margin-top: 8rem;
  margin-bottom: 8rem;
  background-image: url(/site-hayat/img/bkg-doc-div.svg);
  background-repeat: no-repeat;
  background-position-x: right;
}
.div-doc-desc .green-hr {
  width: 10%;
  margin-bottom: 3rem;
}
.green-p {
  color: #2ad8b9;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 29px;
}
.dark-p {
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 1rem;
  max-width: 740px;
  text-align: left;
  line-height: 22px;
  font-size: 0.9rem;
}
.dark-p span{
  font-weight: 600;
  font-size: 0.9rem;
}
.inscription-btn {
  border: 1px solid #21dac2;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  color: #21dac2;
  font-weight: 500;
}
.cst-p-mrg{
  margin-bottom: 4rem;
}
.inscription-btn:hover {
  color: #fff;
  background-color: #21dac2;
}
.nos-efficacites {
  background-color: #3ce7ca;
  color: #ffff;
  padding: 6rem 8rem;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5%;
}
.efficacite-div {
  width: 50%;
  margin: auto;
}
.efficacite-div img {
  width: 85%;
  margin: auto;
  max-width: 112px;
}
.efficacite-div p {
  margin-bottom: 0;
  font-size: 0.9rem;
  padding-top: 1rem;
  line-height: 24px;
  font-weight: 300;
}
.title-efficacite {
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0;
}
.title-efficacite span {
  font-weight: 600;
}
.whithe-hr {
  border-top: 4px solid #fff;
  width: 5%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.after-nos-eff {
  width: 70%;
  margin: auto;
  margin-bottom: 5rem;
  display:none;
  
}
.after-nos-eff .row {
  margin-bottom: 4.5rem;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 2rem 0rem;
}
.stat-green {
  margin-bottom: 0;
  color: #3ce7c9;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.label-stat {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #4d4d4d;
  text-align: center;
}
.p-foc-call {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #4d4d4d;
  line-height: 26px;
}
.mt-11rem {
  margin-top: 11rem;
}
/* formulaire */
.form-ambul {
  width: 60%;
  margin: auto;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 3rem;
  margin-bottom: 4rem;
   margin-bottom: 6%;
  border-radius: 20px;
}
.cstm-input {
  border: unset;
  border-radius: 20px;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  width: 90%;
  margin: auto;
  margin-bottom: 1.5rem;
  font-weight: 300;
  color: #939598;
}
.form-h1-green {
  text-align: center;
  color: #21dac2;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.cstm-input:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 218, 194, 0.38) !important;
}
.custom-file-input:focus~.custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(33, 218, 194, 0.38) !important;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 0.6;
}
.custom-file-label::after {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    height: calc(1.3em + .65rem);
    color: #495057;
    content: "";
    background-color: unset;
    border-left: inherit;
    border-radius: unset;
    width: 30px;
    background-image: url("/site-hayat/img/upload.svg");
    background-repeat: no-repeat;

}
.condi-check {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.condi-check label.custom-control-label {
  font-size: 0.9rem;
}
.condi-check .custom-control-label::before{
  top: 0;
  border: #3ce7c9 solid 2px;
  outline: unset;
  box-shadow: unset;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #3ce7c9;
  background-color: #3ce7c9;
  outline: unset;
  box-shadow: unset;
}
.condi-check .custom-control-label::after{
  top: 0;
  border: #3ce7c9 solid 1px;
  outline: unset;
  box-shadow: unset;
}
.condi-check input {
  height: 1rem;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: unset !important;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #3ce7c9;
}
.condi-check label.custom-control-label {
  font-size: 0.9rem;
  color: #939598;
}
.compte-btn {
  color: #fff;
  background-color: #21dac2;
  border-radius: 20px;
  margin-left: auto;
}
.compte-btn:hover{
  border: 1px solid #21dac2;
  border-radius: 20px;
  color: #21dac2;
  background-color: #fff;

}

/* owl */
.slid-owl {
  width: 75%;
  margin: auto;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 2rem;
  margin-top: 1.5rem;
  border-radius: 20px;
}
.owl-dots {
  display: none;
}
.owl-stage {
  margin: auto;
}
.slid-owl-img {
  height: 90px;
  width: 40% !important;
  margin: auto;
  margin-bottom: 2rem;
}
.owl-item {
  min-height: 360px !important;
  width: 360px !important;
}
.slid-owl p {
  margin-bottom: 0;
  min-height: 115px;
  font-size: 1rem;
  text-align: center;
  font-weight: 200;
}
.owl-next {
  position: absolute;
  top: 35%;
  right: 3rem;
  background: #ffffff !important;
}
.owl-prev {
  position: absolute;
  top: 35%;
  left: 3rem;
  background: #ffffff !important;
}
.owl-next img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 10px;
}
.owl-prev img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 10px;
}
.max-wid-owl {
  max-width: 1350px;
  margin: auto;
}
.h2-clinique {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  color: #21dac2;
  font-weight: 300;
}
.h2-clinique span {
  font-weight: 600;
}


/* bientot dispo */
.div-form {
  width: 50%;
  margin-left: 10rem;
  padding-top: 10rem;
  text-align: right;
}
.bientot-img {
  width: 35%;
  max-width: 64px;
}
.bientot-bold {
  text-align: left;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
  color: #4d4d4d;
}
.bientot-normal {
  margin-bottom: 0;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  color: #4d4d4d;
}

.cstm-input::placeholder {
  color: #939598;
  opacity: 1; 
}

.cstm-input:-ms-input-placeholder { 
 color: #939598;
}

.cstm-input::-ms-input-placeholder { 
 color: #939598;
}


/* cards infermiers */

.infrmr .slid-owl {
  background-image: url(/site-hayat/img/infrm-bkg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 6rem;
  text-align: center;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 85%;
}
.infrmr .slid-owl p {
  font-size: 0.9rem;
  min-height: auto;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.infrmr .slid-owl .sldr-green-t {
  margin-bottom: 1.5rem;
  color: #21dac2;
  font-size: 1.3rem;
  font-weight: 400;
  min-height: 62px;
}
.infrmr  .owl-item {
  min-height: 450px !important;

}
.infrmr .inscription-btn {
  font-size: 0.8rem;
  padding: 0.3rem 1.3rem;
}
/* nos partenaires */
.nos-prt-hero {
  background-image: none;
}
.nos-prt-illustr img {
  width: 100%;
}
.padd-0 {
  padding: 0;
}
.nos-prt-hero .row {
  width: 80%;
  padding-top: 8rem;
}
.h1-nos-prt {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #21dac2;
}
.p-nos-prt {
  margin-bottom: 0;
  margin-top: 2.5rem;
  color: #4d4d4d;
  max-width: 510px;
}
.nos-prt-hero .inscription-btn svg {
    width: 5%;
    margin-left: 0.6rem;
    max-width: 28px;
}
.nos-prt-hero  .inscription-btn:hover svg path {
 fill: #fff;
}
.nos-prt-hero  .inscription-btn {
  padding: 0.5rem 1.3rem;
  border-radius: 30px;
  font-size: 1.4rem;
}
.references .row {
  width: 80%;
}
.logo-ref {
  height: 150px;
  width: 100%;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: 1px solid#21dac2;
}

.logo-ref img {
  width: 90%;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
 
}
.logo-ref img:hover {
  -webkit-filter: none;
  filter: none;
  
}
.references {
  margin-bottom: 5rem;
  margin-top: 5rem;
}


@media (min-width: 1450px) {
  .cstm-rw-width {
    margin-left: 17rem;
  }
  .navbar-nav.ml-auto {
    width: 40%;
  }
}

@media (max-width: 991.98px) {
  .cstm-rw-width {
    margin-left: 0rem;
    width: 80%;
    margin: auto;
  }
  a.navbar-brand {
    width: 20%;
  }
  .nav-item {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .inscription {
    margin-top: 5rem;
    background-color: #21dac2;
  }
  .inscription .nav-link {
    color: #fff;
  }
  .inscription .nav-link:hover {
    background-color: #fff;
    color: #21dac2;
  }
  .bkgimg {
    display: block;
    color: #21dac2;
  }
  .nav-link.login {
    width: 100%;
    background-image: unset;
    border: 1px solid #21dac2;
    border-radius: 20px;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    color: #21dac2;
  }
  .nav-link.login:hover {
    border-radius: 20px;
    background-color: #21dac2;
    color: #fff;
  }
  .nav-link.login:hover .bkgimg {
    color: #fff;
  }
  .h2-slider {
    text-align: center;
  }
  .green-hr {
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .cstm-width-slid {
    width: 100%;
  }
  .h2-slider {
    text-align: center;
    font-size: 2.1rem;
    line-height: 40px;
  }
  .green-p-slider {
    text-align: center;
    font-size: 1.5rem;
  }
  .dark-p-slider {
    margin: auto;
    margin-bottom: 3rem;
    max-width: 80%;
    text-align: center;
    line-height: 28px;
    font-size: 1.2rem;
  }
  #carouselExampleIndicators {
    padding: 4rem 6rem;
  }
  .carousel-indicators {
    margin-bottom: 3rem;
  }
  .flip-card-inner {
    box-shadow: 3px 6px 18px 7px #c3c3c333;
  }
  .dwnl-app {
    background-color: #ffffff;
    color: #4d4d4d;
    padding: 3rem 1rem 3rem 1rem;
    width: 100%;
  }
  .dwnl-div {
    text-align: center;
    max-width: 100%;
  }
  .p-dwnl {
    max-width: 70%;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
  .app-img {
    height: 500px;
  }
  .app-img img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .h2-dwnl {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
  .h4-dwnl {
    margin-bottom: 1.9rem;
    color: #2ad8b9;
    font-size: 1.5rem;
  }
  .dwnl-div-mob {
    display: block !important;
  }
  .nos-atouts {
    margin-top: 2rem;
    width: 90%;
  }
  .dwld-btns {
    width: 100%;
    background-image: unset;
    display: block !important;
  }
  .play-store img {
    display: block;
    width: 80%;
  }
  .app-store img {
    display: block;
    width: 70%;
    margin-left: 5%;
  }
  
  .add-img-mob {
    width: 80%;
    margin: auto;
    box-shadow: 3px 6px 18px 7px #c3c3c333;
    border-radius: 20px;
    padding: 3.5rem 2rem;
    margin-bottom: 4rem;
  }

  .img-mob-only {
    display: block;
    width: 40%;
    margin: auto;
    margin-bottom: 3rem;
  }
  .h2_nos-atouts {
    font-size: 2.1rem;
  }
  .nos-atouts .green-hr {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    width: 8%;
  }
  .nos-atouts-p-bold {
    font-size: 1.3rem;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: #4d4d4d;
    font-weight: 400;
  }
  .nos-atouts-p-normal {
    font-size: 1.3rem;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    color: #4d4d4d;
    font-weight: 400;
  }
  .nos-atouts-p-normal br,
  .nos-atouts-p-bold br {
    display: none;
  }
  .mr-btm-6rem {
    margin-bottom: 3rem;
  }
  .btm-card {
    width: 80%;
    box-shadow: 3px 6px 18px 7px #c3c3c333;
    padding: 2rem;
  }
  .btm-card-txt {
    font-size: 1rem;
    line-height: 23px;
  }
  .btm-card img {
    height: 60px;
  }
  .footer {
    text-align: center;
    padding-top: 3rem;
  }
  .footer-desc {
    margin: auto;
    margin-bottom: 1rem;
    font-size: 14px;
    max-width: 70%;
  }
  .d-flex.justify-content-between.w-75 {
    margin: auto;
  }
  .ftr-cstm-mb-lg {
    margin-bottom: 2rem;
  }
  .hr-ftr {
    margin-top: 2rem;
  }

  .navbar-nav.ml-auto {
    width: 50%;
    text-align: center;
    margin: auto;
    padding-top: 5rem;
  }
  .mt-11rem {
    margin-top: 3rem;
}
  /* medecin */
  
  .efficacite-div {
    width: 60%;
    margin: auto;
    margin-bottom: 3rem;
}
.efficacite-div p {
  font-size: 1.1rem;
  line-height: 26px;
}

/* form */
.form-ambul {
  width: 90%;
}
/* owl */

.owl-item {
  min-height: 400px !important;
  width: 330px !important;
}
.slid-owl {
  margin-top: 2rem;
}
.slid-owl p {
  min-height: 140px;
}
.owl-stage {
  margin-left: 8%;
}
.hide-mob {
  display: none;
}
.owl-prev span {
  content: url(/site-hayat/img/chevr-left.svg);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 10px;
  display: block;
}
.owl-next span {
  content: url(/site-hayat/img/chevr-right.svg);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  padding: 10px;
  display: block ;
  background: #ffffff !important;
}
button.owl-next {
  outline: unset;
  background: transparent !important;

}
button.owl-prev {
  outline: unset;
  background: transparent !important;

}
.owl-next {
  position: absolute;
  top: 35%;
  right: 0.2rem;
  background: #ffffff !important;
}
.owl-prev {
  position: absolute;
  top: 35%;
  left: 0.2rem;
  background: #ffffff !important;
}
/* bientot dispo */
.div-form {
  width: 50%;
  margin: auto;
  text-align: center;
}
.bientot-img {
  width: 30%;
  max-width: 84px;
  margin-bottom: 1rem;
}
.bientot-bold {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.bientot-normal {
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;

}

/* nos partenaire */
.nos-prt-hero .row {
  width: 90%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.nos-prt-hero {
  height: 100%;
}
.h1-nos-prt {
  font-size: 2.3rem;
}
.nos-prt-hero .inscription-btn {
  font-size: 1rem;
}
.p-nos-prt {
  width: 95%;
}

.references .row {
  width: 70%;
}
}

@media (max-width: 769px) {
    canvas{
    display:none !important;    
  }
  .atouts-content{
    display:inline-block;
    }
}

@media (max-width: 767.98px) {

  
  a.navbar-brand {
    width: 35%;
  }
  .navbar-nav.ml-auto {
    width: 75%;
    text-align: center;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .nav-item {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .inscription {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .inscription .nav-link {
    font-size: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .login .bkgimg {
    font-size: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .hero {
    height: 100%;
  }
  .cstm-rw-width {
    padding-top: 3rem;
    width: 90%;
  }
  .flip-card {
    height: 160px;
  }
  img.card-icn {
    height: 70px;
    margin-top: 1rem;
  }
  .flip-card-front .d-flex.align-items-center.justify-content-center {
    height: 74px;
  }
  .card-front-text {
    font-size: 1rem;
  }
  #carouselExampleIndicators {
    padding: 3rem 1rem;
  }
  .h2-slider {
    text-align: center;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .green-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .green-p-slider {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .green-p-slider br {
    display: none;
  }
  .dark-p-slider {
    margin: auto;
    margin-bottom: 2rem;
    max-width: 90%;
    text-align: center;
    line-height: 24px;
    font-size: 1rem;
  }
  .dwnl-app {
    padding: 1rem;
  }
  .h2-dwnl {
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 2rem;
  }
  .h4-dwnl {
    margin-bottom: 2rem;
    color: #2ad8b9;
    font-size: 1.2rem;
  }
  .p-dwnl {
    max-width: 1000%;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 15px;
  }
  .app-img {
    max-height: 260px;
    overflow: hidden;
  }
  .dwnl-div-mob {
    padding-right: 0;
  }
  .p-dwnl-b {
    font-size: 13px;
  }
  .play-store img {
    width: 90%;
  }
  .app-store img {
    width: 80%;
  }
  .nos-atouts .green-hr {
    margin-top: 0.5rem;
    width: 18%;
  }
  .add-img-mob {
    width: 96%;
    padding: 3rem 1rem;
  }
  .img-mob-only {
    width: 50%;
  }
  .nos-atouts-p-bold {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nos-atouts-p-normal {
    font-size: 14px;
  }
  br.br-mob {
    display: block !important;
  }
  .cstm-row-mob {
    background-color: #3ce7c9;
    border-radius: 20px;
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
  .btm-card-txt {
    color: #fff;
    width: 80%;
    margin: auto;
  }
  .mr-btm-6rem {
    margin-bottom: 2rem;
  }
  .btm-card img {
    height: 60px;
    margin-bottom: 0;
  }
  .btm-card-mob {
    background-color: white;
    border-radius: 20px;
    width: 50%;
    margin: auto;
    padding: 2rem 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px 0px #abababa3;
  }
  .btm-card-txt {
    color: #fff;
  }
  .btm-card {
    width: 100%;
    box-shadow: unset;
    padding: 1rem;
  }
  .footer {
    padding: 3rem 1rem 0rem 1rem;
  }
  .footer-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .footer-logo {
    width: 50%;
    margin-bottom: 1.3rem;
  }
  .mr-auto.d-flex.align-items-center {
    display: block !important;
    text-align: left;
    margin-bottom: 1.5rem;
}
.copyright {
  padding-right: 5rem;
  font-size: 12px;
  padding-top: 2%;
  padding-bottom: 2%;
}
.mention-legal {
  font-size: 14px;
}
.hr-ftr {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.h2-clinique br {
  display: none;
}
.h2-clinique {
  font-size: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* medecin */
.nos-efficacites {
  padding: 5rem 2rem;
  /*padding-bottom: 1rem;*/
}
.whithe-hr {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 20%;
}
.after-nos-eff {
  width: 80%;

}
.after-nos-eff .row {
  margin-bottom: 2.5rem;
  box-shadow: none;
  padding: 0rem 0rem;
}
.shad-mob {
  box-shadow: 3px 6px 18px 7px #c3c3c333;
  width: 65%;
  margin: auto;
  margin-bottom: 3rem;
  padding: 2rem;
  border-radius: 20px;
}
.stat-green {
  font-size: 3rem;
}
 /* form */
.form-ambul {
  padding: 3rem 1.5rem;
}
.cstm-input {
  width: 100%;
} 
.custom-file {
  margin-bottom: 1.5rem;
}
.condi-check {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.condi-check label.custom-control-label {
  font-size: 0.7rem;

}
/* owl */
.owl-item {
  min-height: 400px !important;
  width: 330px !important;
}
.owl-stage {
  margin-left: 7%;
}
/* bientot dispo */
.div-form {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 5rem;
    padding-bottom: 10rem;
}
.bientot-img {
  width: 25%;
}
/* nos partenaire */

.nos-prt-hero .row {
  width: 90%;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.nos-prt-hero {
  height: 100%;
}
.h1-nos-prt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.nos-prt-hero .inscription-btn {
  font-size: 12px;
  padding: 0.3rem 0.5rem;
}
.p-nos-prt {
  width: 95%;
  margin-top: 1.1rem;
  font-size: 12px;
}
.nos-prt-hero .inscription-btn svg {
  width: 6%;
  margin-left: 0.3rem;
  max-width: 28px;
}
.references {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
.references .row {
  width: 85%;
}
.logo-ref {
  height: 110px;
}
.logo-ref img {
  width: 70%;
}
}

.hamburger {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  margin-right: 0
}



.hamburger-inner {
  width: 20px;
  height: 4px;
  background: #21dac2;
  display: block;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -2px;
  position: absolute;
  transition: all .3s cubic-bezier(.19, 1, .22, 1)
}

.hamburger-inner:after {
  width: 15px;
  bottom: -7px
}

.hamburger-inner:after,
.hamburger-inner:before {
  height: 4px;
  background: #21dac2;
  display: block;
  border-radius: 10px;
  position: absolute;
  content: "";
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
  right: 0;
}

.hamburger-inner:before {
  width: 25px;
  top: -7px
}

[aria-expanded="true"] .hamburger-inner {
  width: 20px;
  transform: rotate(55deg) translate(0, -1px);
}

[aria-expanded="true"] .hamburger-inner:before {
  width: 20px;
  transform: rotate(70deg) translate(-2px, -1px);
  top: 2px;
  
}

[aria-expanded="true"] .hamburger-inner:after {
  width: 20px;
  opacity: 0;
  
 
}

[aria-expanded="true"] .hamburger-inner,
[aria-expanded="true"] .hamburger-inner:after,
[aria-expanded="true"] .hamburger-inner:before {
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
  width: 20px
}

.activeSubMenu{
  background-color: #e6faff;
  color: #939598;
    
}
.grecaptcha-badge { 
    visibility: hidden;
}
