.card{
    margin: 20px 0;
    padding: 25px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    background: #FAFAFA;
}

#cardInfoCentre{
    background-color: #F4FCFD;
    border: 1px solid #EAEAEA;
}

.card img.imgCentre{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #E2E2E2;
    max-width: 120px;
    aspect-ratio: 1/1;
    max-height: 120px;
    height: auto;
}

.card img.imgAudio{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #E2E2E2;
    max-width: 100px;
    aspect-ratio: 1/1;
    max-height: 100px;
    height: auto;
}

.containerCentre, .containerInfo, .containerAdresse {
    text-align: left;
}

.infoCentre{
    margin-top:20px;
}
.containerCentre{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avisLien{
    color: #0096CF;
    font-weight:600;
    text-decoration: none;

}

.typeCentre{
    color: #434343;
    font-size:16px;
    font-weight:600;
    margin-top:10px;
}

.note{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 120px;
    margin-top: 5px;
}

.note .material-icons{
    color:#0096CF;
    font-size:22px;
}

div.centreName {
    color: #0096CF;
    font-weight: 600;
    font-size: 22px;
}


.audioInfo{
    display:flex;
    gap: 10px;
    border: 1px solid transparent;
    padding: 10px;
    cursor:pointer;
    align-items: center;

}

.audioInfo:hover, .audioInfo.actif {
    background-color: #D8F8FF;
    border: 1px solid #EAEAEA;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}



.infoAudio{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.avisBtnContainer{
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.btn.sad{
    background-color: #0096CF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    color:#fff;
    align-items: center;

}

h3{
    font-family: 'Dosis';
    font-size: 23px;
    font-weight: 600;
    color: #434343;
}

.nomAudio {
    color: #0096CF;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

.nameSpeContainer{
    margin-top:10px;
}

.speAudio{
    
    text-align: left;
    font-weight: 600;
    font-size:12px;

}

 .seeMore{
    font-size:16px;
}

.audioInfoHide{
    display: none;
}
.motif{
    margin-top: 10px;
    color:#434343 !important;
    padding:8px 50px !important;
    font-size:18px !important;
    font-weight: 500 !important;
    border-radius: 8px;
    border: 1px solid #DDDDDD;

}
.cardDispo{
    padding:25px 55px;
}



.myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
    width:19%;
}

.avaibility-row{
    margin-top:20px;
    position:relative;
}

.myc-prev-week-container {
    left: -15px;
}

.myc-next-week-container {
    right: -15px;
}

.choixMotif{
    position:absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    z-index: 9;
    background-color:#f4fcfdf5;
    border-radius: 10px;
}

.myc-available-time {
    padding: 9px 5px;
}


.prendreRDV {
    font-size: 18px;
    padding: 5px 21px;
    margin-top: 20px !important;
    width: auto;
    margin: 0 auto;
}

.priseDeRDV{
   /* align-items: flex-end;*/
}

#map{
    width:100%;
    height:250px;
    border-radius: 10px;
    border:1px solid #D0D0D0;

}

.titreCardLocalisation{
    text-align: left;
    margin:0;
}

p.adresse{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.accesCentre {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.acces {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

.acces span {
    font-weight: 600;
}

.columnCount{
    font-size:16px;
    font-weight: 500;
    text-align:left;
    column-count: 2;
    margin: 20px 0;
}

.columnCount .card{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    margin: 0px 0px 40px;
}

.column2{
    column-count: 2;
    margin-top:10px;
}

.mutuellePresta{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}

.column2 p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;

}

.mutuelleList{
    list-style: none;
    line-height: 17px;
}



.loading {
    width: 26px;
    height: auto;
}

.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4fcfdf5;
}

.loadingCards-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alertDate{
    display:none;
    background: rgba(199, 0, 0, 0.856);
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    COLOR: #fff;
    border-radius: 8px;
}


.loading-container-rdv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.63);
    backdrop-filter: blur(5px);
    z-index: 9;
}

@media screen and (max-width: 1438px) {
    .card {
      padding:25px !important;
    }
  }

  @media screen and (max-width: 1317px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:19%;
    }
  }

  @media screen and (max-width: 1163px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:24.1%;
    }
  }
  @media screen and (max-width: 1015px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:32.3%;
    }
  }


  @media screen and (max-width: 1001px) {
    .card{
        padding:10px !important;
    }

    .myc-next-week-container {
        right: -20px;
    }
    .myc-prev-week-container {
        left: -20px;
    }

    .containerDispo > .row {
        margin: 0 10px;
    }
  } 

  @media screen and (max-width: 945px) {
        .audioInfo {
            width:100%;
        }
        .audiosInfo > .row {
            margin:0 10px;
        }
        .note{
            gap: 5px;
        }
        .audiosInfo h3{
            line-height: 1;
        }

  }



  @media screen and (max-width: 845px) {
    .myc-available-time {
        padding: 3px;
        font-size: 14px;
    }

    .myc-date-display, .myc-date-number, .seeMore{
        font-size:16px;
    }
  }

  @media screen and (max-width: 785px) {
 
    .priseDeRDV > .col-md-6, .col-md-12 {
        width: 100%;
        padding: 0 50px;
    }

    .columnCount{
        padding:0 40px;
    }
    .audioInfo {
        padding: 10px;
        width: 50%;
    }
    .columnCount{
        column-count: 1;
    }

    .card{
        padding:25px;
    }
}


  @media screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:19%;
    }
    .card{
        padding:25px !important;
    }
    .myc-next-week-container {
        right: -30px;
    }
    .myc-prev-week-container {
        left: -30px;
    }
    .myc-available-time {
        padding: 5px;
        font-size: 17px;
    }

    .myc-date-display, .myc-date-number{
        font-size:18px;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
  }

@media screen and (max-width: 653px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:24.1%;
    }

    .card{
        padding:10px !important;
    }
  }

  @media screen and (max-width: 603px) {
    .audioInfo {
        width: 100%;
    }
  }
  @media screen and (max-width: 577px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:32.3%;
    }
  }
  @media screen and (max-width: 502px) {
    .myc-date-header, .myc-day-time-container, .myc-date-header:last-of-type{
        width:32.3%;
    }
  }
  @media screen and (max-width: 496px) {
    .card{
        padding:10px !important;
    }
    .myc-next-week-container {
        right: -20px;
    }
    .myc-prev-week-container {
        left: -20px;
    }
  }    

  @media screen and (max-width: 465px) {
    .containerInfo {
        padding: 5px;
    }
  }    

  @media screen and (max-width: 426px) {
    .columnCount, .col-md-12, .priseDeRDV > .col-md-6 {
        padding: 0 10px;
    }

    .column2 {
        column-count: 1;
    }
     .col-md-12, .priseDeRDV > .col-md-6 {
        padding: 0 5px;
    }
    .columnCount{
        padding: 0;
        margin: 0 -5px;
    }

    .columnCount .card {
        margin: 0px 0px 15px;
    }
  }    


  @media screen and (max-width: 387px) {
    .myc-available-time {
        padding: 3px;
        font-size: 14px;
    }

    .myc-date-display, .myc-date-number, .seeMore{
        font-size:16px;
    }
  }   


  
  @media screen and (max-width: 350px) {
    .col-md-9 {
        flex: 0 0 auto;
        width: 65%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 35%;
    }
  }   
.card img.imgCentreImported {
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
    border: 1px solid #E2E2E2;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    max-height: 120px;
    height: auto;
}

.imported {
    font-size: 18px;
    width: 100%;
    max-width: 140px;
    margin-top: 5px;
}
.header-icon {
    font-size: 88px;
    color: #04BE96;
    margin-top: 10px;
    display: block;
}
div#infoRDVImported h5#info_RDV {
    font-size: 35px;
    margin-top: 10px;
    color: #04be96;
}
div#infoRDVImported .modal-header {
    display: block;
    padding: 0 0 0;
}
.modal-body {
    padding: 15px 0 30px;
    width: 100%;
    max-width: 75%;
    border-top: 1px solid #d8e1e5;
    font-weight: bold;
    margin: 0;
    display: block;
}