@media screen and (max-width: 1700px){
    .column-name{
        font-size: 16px;
    }
}
@media screen and (max-width: 1545px){
    .column-name{
        font-size: 15px;
    }
    td{
        font-size: 16px;
    }
    table th{
        padding: 5px;
    }
    nav .icons{
        margin: 0 150px;
    }
    nav .languages{
        margin: 0 30px;
        *{
            margin: 15px;
        }
    }
    .column-title, #script-button, #side-button, .column-value, p{
        font-size: 17px;
    }
}
@media screen and (max-width: 1480px){
    .column-name{
        font-size: 14px;
    }
    td{
        font-size: 15px;
    }
    nav {
        & .icons{
            margin: 0 130px;
        }
        &.languages{
            & *{
                margin: 13px;
            }
        }
    }
    
}
@media screen and (max-width: 1421px){
    .column-name{
        font-size: 13px;
    }
    td{
        font-size: 14px;
    }
    table th{
        padding: 2px;
    }
    .sorter{
        width: 25px;
    }
    nav .icons{
        margin: 0 100px;
    }
    nav .languages{
        margin: 0 20px;
        *{
            margin: 10px;
        }
    }
}
@media screen and (max-width: 1280px){
    .column-name{
        font-size: 12px;
    }
    td{
        font-size: 13px;
    }
    .sorter{
        width: 20px;
    }
    nav .icons{
        margin: 0 80px;
    }
    nav .languages{
        margin: 0 10px;
        *{
            margin: 0px;
        }
    }
    footer{
        height: 130px;
        & a img{
            height: 70px;
        }
    }
}
@media screen and (max-width: 1074px) {
    body{
        margin: 1% 3% 1% 3%;
    }
    .square{
        width: 36px;
        font-size: 14px;
    }
    .column-name{
        line-height: 220%;
    }
    td{
        font-size: 11px;
    }
    th img{
        width: 70px;
    }
    .side2side{
        flex-wrap: wrap;
        & .col-4{
            margin-left: 0 !important;
        }
        & .col-5{
            margin-right: 0 !important;
        }
    }
    nav .icons{
        margin: 0 75px;
    }
    nav .languages{
        margin: 0 10px;
    }
}



@media screen and (max-width: 1010px) {
    body{
        margin: 1% 2% 1% 2%;
    }
}


@media screen and (max-width: 990px) {
    body{
        margin: 1% 2% 1% 2%;
    }  
    td{
        font-size: 9px;
    }
    
    td img{
        width: 30px;
    }
    nav .dropdown .dropbtn{
        padding: 8px 8px;
    }
    nav .icons{
        margin: 0 60px;
    }
    footer{
        height: 120px;
        & a img{
            border-radius: 10px;
            height: 60px;
        }
    }
}

@media screen and (max-width: 922px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    table td{
        padding: 8px;
    }
    th img{
        width: 60px;
    }
    fieldset{
        width: 600px;
    }
    nav .dropdown .dropbtn{
        font-size: 17px;
        padding: 0px 0px;
    }
    nav .icons{
        margin: 0 55px;
    }
    nav .languages>*{
            margin: 2px;
    }
    .music-player{
        width: 700px;
    }
    .square{
        width: 34px;
        font-size: 12px;
    }
}

@media screen and (max-width: 830px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    .ctn{
        height: 100px;
    }
    .column-name{
        font-size: 10px;
    }
    table td{
        padding: 3px;
    }
    th img{
        width: 50px;
    }
    nav .dropdown .dropbtn{
        font-size: 15px;
    }
    .flag{
        width: 25px; 
    }
    .citation{
        margin: 10px;
    }
    nav .icons{
        margin: 0 50px;
    }
    nav i{
        font-size: 20px;
    }
    nav .dropdown .dropbtn{
        font-size: 15px;
    }
    nav{
        border-radius: 13px;
    }
    footer{
        height: 100px;
        & a img{
            height: 50px;
        }
    }
    .icones img {
        height: 25px; 
    }
    input[type="range"] {
        width: 180px;
    }
    .slider {
        width: 58px;
        height: 25px;
        border-radius: 50px;
    }
    /* Slider knob */
    .slider:before {
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 4px;
    }
    input:checked + .slider:before {
        transform: translateX(27px);
    }
    .text-off {
        left: 8px;
    }
    .text-on {
        right: 8px;
    }
    #liste-morceaux span{
        font-size: 15px;
    }
    #liste-morceaux i {
        font-size: 15px; 
    }
}

@media screen and (max-width: 765px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    .sorter{
        width: 15px;
    }
    .square{
        width: 32px;
        font-size: 10px;
    }
    p{
        font-size: 16px;
    }
    fieldset{
        width: 400px;
    }
    input{
        width: 320px;
    } 
    nav .languages img{
        border-radius: 4px;
        width: 30px;
        margin: 8px;
    }
    .submit{
        font-size: 20px;
    }
    .music-player{
        width: 600px;
    }
    .seek-bar {
        width: 90%;
    }
    #script-button, #side-button{    
        margin: 20px;
    }
    .responsive-break {
        display: inline;
    }
    .fa-regular{
        font-size: 25px;
    }
}

@media screen and (max-width: 734px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    td{
        font-size: 7px;
    }
    th img{
        width: 40px;
    }
    td img{
        width: 25px;
    }
    .flag{
        width: 20px; 
    }
    .media{
        width: 80%;
    }
    nav .dropdown .dropbtn{
        font-size: 14px;
    }
    h2{
        font-size: 22px;
    }
    nav{
        border-radius: 11px;
        height: 40px;
    }
    nav .languages{
        margin: 0 5px;
        & *{
            margin: 0px;
        }
        & img {
            border-radius: 5px;
            width: 27px;
        }
    }
    nav .icons{
        margin: 0 45px;
    }
    nav i{
        font-size: 17px;
    }
    nav .dropdown .dropbtn{
        font-size: 14px;
    }
    .carousel {
        max-width: 550px;
    }
    #script-button, #side-button{
        padding: 13px;
    }
    pre#file-content{
        font-size: 16px;
    }
    footer{
        border-radius: 8px;
        height: 90px;
        padding: 5px;
        & a img{
            height: 40px;
        }
        & .row {
            font-size: 16px;
            & i {
                font-size: 25px;
            }
        }
    }
    table td{
        line-height: 200%;
    }
}

@media screen and (max-width: 675px) {
    .music-player{
        width: 550px;
    }
    .icones img {
        height: 20px; 
    }
    input[type="range"] {
        width: 150px;
    }
    .carousel {
        max-width: 500px;
    }
    .column-title, #script-button, #side-button, .column-value, p{
        font-size: 16px;
    }
}

@media screen and (max-width: 636px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    .square{
        width: 25px;
        font-size: 8px;
    }
    .ctn{
        height: 90px;
    }
    th img{
        width: 30px;
    }
    td img{
        width: 20px;
    }
    td{
        font-size: 5px;
    }
    nav .dropdown .dropbtn{
        font-size: 13px;
    }
    .column-name{
        padding: 5px;
        line-height: 200%;
        font-size: 8px;
    }
    p{
        font-size: 14px;
        padding: 0;
    }
    ul, ol{
        margin-right: 20px;
    }
    .espacementA .col-8{
        margin-right: 60px;
    }
    .espacementB .col-8{
        margin-left: 60px;
    }
    .bouton-ctn{
        width: 480px;
        font-size: 38px;
    }
    nav .languages img{
        border-radius: 4px;
        width: 20px;
        margin: 8px;
    }
    nav .icons{
        margin: 0 40px;
    }
    nav i{
        font-size: 16px;
    }
    nav .dropdown .dropbtn{
        font-size: 13px;
    }
    .permalien{
        margin: 25px;
    }
    footer{
        border-radius: 6px;
        padding: 0;
        & a img{
            border-radius: 10px;
            height: 30px;
        }
        & .row {
            font-size: 14px;
            padding: 4px;
            margin: 0;
            & i {
                font-size: 20px;
            }
        }
    }
    .panneaux{
        height: 22px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 575px) {
    body{
        margin: 1% 2% 1% 2%;
    } 
    .pagination {
        margin-top: 20px;
    }
    .square{
        width: 20px;
        font-size: 6px;
    }
    .ctn{
        height: 60px;
    }
    .column-name{
        padding: 0;
        font-size: 6px;
    }
    .sorter{
        width: 10px;
    }
    nav .dropdown .dropbtn{
        font-size: 12px;
    }
    h1{
        font-size: 32px;
    }
    p{
        font-size: 14px;
    }  
    .phonobase{
        font-size: 40px;
    }
    h3{
        font-size: 18px;
    }
    fieldset{
        width: 380px;
    }
    input{
        width: 300px;
        height: 40px;
    }
    legend{
        font-size: 20px;
    }
    .bouton-ctn{
        width: 400px;
        font-size: 30px;
    }
    nav .languages img{
        border-radius: 4px;
        width: 18px;
        margin: 5px;
    }
    nav i{
        font-size: 15px;
    }
    nav .dropdown .dropbtn{
        font-size: 12px;
    }
    nav{
        padding: 0 7px !important;
        border-radius: 10px;
        height: 35px;
    }
    .submit{
        font-size: 18px;
    }
    ::placeholder, input{
        font-size: 16px;
    }
    .carousel {
        max-width: 450px;
    }
    input[type="range"] {
        width: 130px;
    }
    #liste-morceaux {
        margin-left: 20px;
        margin-right: 20px;
    }
    #liste-morceaux span{
        font-size: 13px;
    }
    #liste-morceaux::-webkit-scrollbar {
        height: 6px; 
    }
    #liste-morceaux i {
        font-size: 13px; 
    }
}

@media screen and (max-width: 510px) {
    body{
        margin: 1% 2% 1% 2%;
    }
    .bouton-ctn{
        width: 350px;
        font-size: 25px;
    }
    nav .dropdown .dropbtn{
        font-size: 11px;
    }
    nav .languages img{
        border-radius: 3px;
        width: 18px;
        margin: 5px;
    }
    nav i{
        font-size: 14px;
    }
    nav{
        padding: 0 5px !important;
    }
    footer{
        height: 80px;
        & a img{
            border-radius: 5px;
            height: 22px;
        }
        & .row {
            font-size: 13px;
            padding: 2px !important;
            & i {
                font-size: 18px;
            }
        }
    }
    input[type="range"] {
        width: 110px;
    }
    .carousel {
        max-width: 400px;
    }
    .column-title, #script-button, #side-button, .column-value, p{
        font-size: 15px;
    }
    .permalien{
        font-size: 13px;
        margin: 20px;
    }
    .carousel-container{
        margin: 0px 0px 20px 0px;
    }
    table{
        margin: 10px 0px;
    }
    #liste-morceaux i{
        font-size: 10px;
    }
}

@media screen and (max-width: 470px) {
    body{
        margin: 3%;
    }
    h1{
        font-size: 23px;
        margin-bottom: 0;
    }
    h2{
        font-size: 18px;
    }
    ul, ol{
        padding: 0;
        margin-right: 0;
    }
    li{
        font-size: 14px;
        margin: 0 3%!important;
    }
    p{
        font-size: 10px;
        margin: 0px;
    }
    td{
        font-size: 3px;
    }
    nav .dropdown .dropbtn{
        font-size: 10px;
    }
    .pagination {
        margin-top: 5px;
    }
    .column-name{
        font-size: 5px;
    }
    .column-value {
        line-height: 1.5; /* Adjust the value as needed */
    }
    
    .space-top{
        margin-top: 40px;
    }
    .phonobase{
        font-size: 35px;
    }
    h3{
        font-size: 14px;
        &.space-bottom{
            margin-bottom: 5px;
        }
    }
    .error-messages{
        font-size: 14px;
        padding: 5px;
    }
    fieldset{
        width: 300px;
    }
    legend{
        font-size: 16px;
    }
    input{
        width: 250px;
        height: 35px;
    }
    .bouton-ctn{
        width: 320px;
        font-size: 20px;
    }
    nav i{
        font-size: 10px;
    }
    nav .icons{
        margin: 0 26px;
    }
    nav{
        padding: 0 !important;
        border-radius: 9px;
        height: 30px;
    }
    nav .languages img{
        border-radius: 3px;
        width: 15px;
        margin: 2px;
    }
    .submit{
        font-size: 15px;
    }
    ::placeholder, input{
        font-size: 14px;
    }
    .bar img{
        height: 16px;
    }
    .carousel {
        max-width: 350px;
    }
    .music-player{
        margin: 0px 10px;
    }
    input[type="range"] {
        width: 90px;
    }
    .column-title, #script-button, #side-button, .column-value, p{
        font-size: 13px;
    }
    #script-button, #side-button{
        padding: 10px;
    }
    pre#file-content{
        font-size: 13px;
    }
    #script-button, #side-button{    
        margin: 13px;
    }
    .permalien{
        font-size: 10px; 
        text-align: center;
        margin: 15px;
    }

    footer {
        border-radius: 9px;
        & .row{
            font-size: 13px;
            padding: 5px;
        }
    }
    .carousel {
        max-width: 300px;
    }
}

@media screen and (max-width: 400px) {
    .bouton-ctn{
        width: 250px;
        font-size: 18px;
    }
    .icones img {
        height: 16px; 
    }
}

@media screen and (max-width: 350px) {
    footer{
        & a{
            padding: 0;
        }
    }
    input[type="range"] {
        width: 80px;
    }
}