/* mobile.css */

/* Réinitialisation des marges et des paddings */

/* Media Queries pour les écrans plus petits */
@media (max-width: 568px) {
    body {
        width:100%!important;
        font-size: 14px;
    }
    .map{
        padding:0px!important;
        margin-left:0px!important;
        width: 100%!important;
    }
    .imgpatient,.col-md-7{
        margin-left:25px!important;
        max-width: 90%;
    }
    .leaflet-bar {
        display: none;
    }

    header h1 {
        font-size: 24px;
    }

    nav ul li a {
        font-size: 16px;
    }

    button {
        font-size: 14px;
    }

    form input, form textarea, form select {
        font-size: 14px;
        
    }
    .btn-sec {
       font-size: 10px!important;
       border : white 0px!important;
       margin-right: 40px!important;
    }
    .btn-container::before {
        height:100%!important;
        left:-8px;
        top:0px;
    } 
    .trouvpatient1 , .trouvpatient2{
        position: relative;
        text-align: center;
        left:50px;
        
    }
    .trouvpatient11 , .trouvpatient2{
        position: relative;
        text-align: center;
        left:0px;
    }
    .teen {
        width: 100%;
      }
    .text2{
        font-size: 20px!important;
    }
    .video-container {
     
        width: 188%!important;
        padding-top: 127.25%!important;
      
    }
    .video-container video {
        
        width: 66%!important;
     
    }
    h3,.black-text , .colored-text,.case-title{
        font-size: 18px!important;
    }
    button{
        font-size: 16px!important;
    }
    .container{
        padding: 50px 0px!important;
        width: 100%!important;
    }
    .text4, .text6 , .subtitle , .case-description{
        font-size: 13px!important;
    }
    .containerr{
        padding: 10px 10px !important;
    }
    body{
        align-items: center!important;
    }
    h1 , .text0{
        font-size: 10px!important;
      }
      .search-section{
        padding : 0.5rem!important;
      }
      .row>* { 
        padding-right: 0px;
          padding-left: 0px;
          margin-top: 100px; }
    .col-left{
    width: 55%!important;
    }  
    .mobile-img{
        width: 100%!important;
    }  
    .footer , .footer-content{
       display:none;
        width:100%!important;
    }
    .footer-content{
        padding: 5px 5px !important;
    }
    .sticky-menu {
        position: absolute;
        top: calc(3% - 75px)!important;
        right: 0;
        z-index: 99;
    }
    .grid-container {
        display: block!important;
        
        justify-content: center!important;
        width: 100% !important;
      
    }
    .left-column{
        display: none!important;
    }
    .container.mt-5 {
      
        --bs-gutter-x: 0!important;
    }
    .button-container {
        gap:10px!important;
    }
    html{
        width : 100%!important;
    }
   
    .slider::before {
        content: "<>"; /* Ajoute le chevron */
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .btn1{
        width: 100% !important;
    }
    .option-card{
       text-align: center!important;
    }
    .image-toggle-button{display:none!important;}
    .button-container button {
 
        padding: 10px 5px!important;
    width:160px!important; } 
    
        .col-md-7,.col-md-5{
            padding: 40px!important;
        }
        .trouvpatient2{
        margin-left:15%!important;
        }
    
        .navigation-buttons { 
            position: relative !important;
            bottom: -100px, !important; }
}

