@media screen and (max-width: 768px) {
.mobile-only {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    position:fixed;!important
    right: 0;
    bottom: 0%;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: -2.5em;
    background-color: rgb(14, 65, 148);
    color:white;
    font-weight: bold;
    z-index:15;
    vertical-align:middle;
    line-height: 50px;
    }
    .mobile-only:hover{
        background-color: white;
        color: rgb(14, 65, 148);
    }
    .menufab{
        float:left;
    }
    .specialitymobile{
        
    }
    .specsdesktop{
        display: none;
    }
    .outils{
        display: none;
    }
    #desktop-only{
        display:none;
    }
     #desktop-ipad-only{
        display:none;
    }
    #textcard-therapy{
        height: 350px;
    }
     #desktop-num{
         display: none;
    }
    .parallax{
        display:none;
    }
    
    .carousel-item{
        height:107vh;
    }
    .bg{
        margin-top:30vh;
        padding:10px;
    }
    .slidercta{
        margin-top:60vh;
    }

    
}
@media screen and (max-width: 900px){
    #fontresize{
        font-size: 17px;
    }
  
}
@media screen and (max-width: 375px) {
    #textcard-therapy{
        min-height: 200px;
    }
}

@media screen and (min-width: 668px) {
    .mobile-only {
        display: none;
    }
    #medecins-mobile{
        display:none;
    }
     .specialitymobile{
        display:none;
    }
    #mobile-button{
        display:none;
    }
    #desktop-num{
        margin-top: 15px;
        border: 2px solid #0e4194;
        background-color: #0e4194;
        color: #fff;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        border-radius: 100px;
    }
    #textcard-therapy
    {
        Height:350px;
    }
}

.mobile-card{
    background-color: white;
    text-align: center;
}
 

@media screen and (max-width: 740px) and (min-width: 667px) {
    
}



/* IPAD */
@media screen and (max-width: 1024px) and (min-width: 768px) {
 
        #medecins-mobile{
            display: inline;
    }
            #medecins-desktop{
                display:none; 
    }
      #desktop-only{
        display:none;
    }
    #textcard-therapy{
        height:450px;!important
    }
    }

@media screen and (max-width: 1300px){
    #textcard-speciality{
        min-height: 450px;
    } 
    
}
#cardmobile {
  height:400px;
  width:300px;
  margin:0 auto;
  position:relative;
  z-index:1;
  perspective:600px;
    margin-bottom: 15px;
}
#cardmobile:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
#front {
    border-radius:10px;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    transform-style:preserve-3d;
    backface-visibility:hidden;
    box-shadow:0 0 10px rgba(0,0,0,.2);
    transform:rotateY(0deg);
    overflow:hidden;
    z-index:1;
}
    #top-pic {
      height:80%;
      width:100%;
      background-image:url(../img/ondeschoc.png);
      background-size:cover;
    }
#top-pic2 {
      height:80%;
      width:100%;
      background-image:url(../img/gameready.jpg);
      background-size:cover;
    }
#top-pic3 {
      height:80%;
      width:100%;
      background-image:url(../img/hyaluronic.png);
      background-size:cover;
    }
#top-pic4 {
      height:80%;
      width:100%;
      background-image:url(../img/epreuveeffort.jpg);
      background-size:cover;
    }
#top-pic5 {
      height:80%;
      width:100%;
      background-image:url(../img/mesotherapie.jpg);
      background-size:cover;
    }
#info-box {
      height:10%;
      width:100%;
      position:absolute;
      display:table;
      left:0;
      bottom:0;
      padding:24px;
    text-align: center;
    }
