
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,700;1,400&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    margin: 0;
}


/* navbar  Big screen*/

.nav-link,.navbar-brand{
    color: rgb(0, 0, 0);
}
.nav-link:hover,.navbar-brand:hover{
    color: rgba(202, 76, 3, 0.918);
}
/* Image responsive background */
.full {
    background-image: url(../img/bouda.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
}

/* Image responsive background Small screen*/

.full1 {
    background-image: url(../img/bouda-phone.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
}
.full1 .nav-link, .full1 .navbar-brand{
    color:white;
}
.full1 .nav-link:hover,.full1 .navbar-brand:hover{
    color: rgba(202, 76, 3, 0.918);
}
.full1 p,.full1 h1,.full1 h2{
    color: white;
    text-shadow:0 1px 0 #333;
}

.bg-vert{
    background-image: url(../img/vert.jpeg);
    background-size: cover;
    background-repeat: no-repeat;

}
.bg-image{
    background-image: url(../img/ZEN.jpeg);
    background-size: cover;
    background-repeat:repeat-y;
    height: 100vh;
    align-items: center;
    justify-content: center;
    
}
.card-body-patho {
   background-color: transparent;
}
.card-body-patho li{
font-weight: bold;
}

  .list-pathologie li a{
    text-decoration-style: none;
    color: black;
  }
.list-patho{
      list-style-type: none;
  }

.img-maman{
    float: right;
}
.icon-background{
    color: white;
}


#quote{
    font-size: 14px;
}

.text-justify{
    text-align: justify;
}

.shadow:hover, .avis:hover{
    transform: scale(0.95);
}

.container-iframe{
   
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .container-logo .fa-instagram{
      margin-right: 0.2em;
  }
  .container-logo .fa-facebook{
    margin-left: 0.2em;
}
