@media (min-width: 1389px ){
    body{
        margin:0px;
    }

    .header{
        margin-block-start: 0;
        margin-block-end: 0;
        background:#253451;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: normal; 
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .histo{
        color: black;
        text-decoration: none;
        width: auto;
    }

    .table_header{
        width: 100%;
    }

    td{
        width: 20%;
        text-align: center;
        padding:0px;
    }
    /* .main4{
        display :flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 20px;
    }

    .main2{
        display:grid;
        grid-template-columns: 16.8%  16.8%  16.8%  16.8%  16.8%  16.8% ;
        grid-template-rows: auto;
    } */

    .box-1{
        grid-column-start:5;
        grid-column-end:6;
        grid-row-start:1;
        grid-row-end:1;
        display: flex;
        justify-content: end;
    }

    .box-2{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:1;
        grid-row-end:1;
        display: flex;
        justify-content: end;
    }


    a.lien{
        width: 50px;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        
    }


    nav{
        width:98%;
    }

    .lien:link{
        color:white;
        text-decoration: none;
    }

    .lien:visited{
        color:white;
        text-decoration: none;

    }

    

    .logo{
        width: auto;
        height: 65px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }
    
    .dropdown:hover .dropdown-content {
    display: block;
    }
}


@media(min-width: 767px) and (max-width: 1389px){
    
    body{
        margin:0px;
    }

    .header{
        margin-block-start: 0;
        margin-block-end: 0;
        background:#253451;
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: normal; 
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }



    .table_header{
        width: 100%;
    }

    td{
        width: 20%;
        text-align: center;
        padding:0px;
    }

    .histo{
        color: black;
        text-decoration: none;
        width: auto;
    }

    /* .main4{
        display :flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 20px;
    }

    .main2{
        display :grid;
        grid-template-columns: 16.8%  16.8%  16.8%  16.8%  16.8%  16.8% ;
        grid-template-rows: auto;
    }


    .box-1{
        grid-column-start:1;
        grid-column-end:2;
        grid-row-start:1;
        grid-row-end:3;
        
    }

    .box-2{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:1;
        grid-row-end:1;
        display: flex;
        justify-content: end;
    }

    .box-3{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:2;
        grid-row-end:2;
        display: flex;
        justify-content: end;
    } */


    a.lien{
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }

    nav{
        width:98%;
    }

    .lien:link{
        color:white;
        text-decoration: none;
    }

    .lien:visited{
        color:white;
        text-decoration: none;

    }

    .logo{
        width: auto;
        height: 60px;
    }
}


@media(min-width: 433px) and (max-width: 767px){
    
    body {
        width: 100%;
        margin:0px;
    }
    
    .header{
        padding-top:5px ;
        padding-bottom:5px;
        margin-block-start: 0;
        margin-block-end: 0;
        background:#253451;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: normal; 
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .histo{
        color: black;
        text-decoration: none;
        width: auto;
    }


    .table_header{
        width: 100%;
    }

    td{
        width: 20%;
        text-align: center;
        padding:0px;
    }

    /* .main4{
        display :flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 10px;
    }

    .main2{
        display :grid;
        grid-template-columns: 16.8%  16.8%  16.8%  16.8%  16.8%  16.8% ;
        grid-template-rows: auto;
    }


    .box-1{
        grid-column-start:1;
        grid-column-end:2;
        grid-row-start:1;
        grid-row-end:3;
        
    }

    .box-2{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:1;
        grid-row-end:1;
        display: flex;
        justify-content: end;
    }

    .box-3{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:2;
        grid-row-end:2;
        display: flex;
        justify-content: end;
    } */

    nav{
        width:98%;
    }

    .lien:link{
        color:white;
        text-decoration: none;
    }

    .lien:visited{
        color:white;
        text-decoration: none;

    }

    ul{
        list-style-type: none;
    }

    .logo{
        width: auto;
        height: 50px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }
    
    .dropdown:hover .dropdown-content {
    display: block;
    }
}

@media(max-width: 433px){

    body {
        width: 100%;
        margin:0px;
    }

    .header{
        padding-top:5px;
        padding-bottom:5px;
        margin-block-start: 0;
        margin-block-end: 0;
        background:#253451;
        color: #FFF;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 200;
        line-height: normal; 
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .table_header{
        width: 100%;
    }

    td{
        width: 20%;
        text-align: center;
        padding:0px;
    }

    .histo{
        color: black;
        text-decoration: none;
        width: auto;
        
    }

    /* .main4{
        display :flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 10px;
    }

    .main2{
        display :grid;
        grid-template-columns: 16.8%  16.8%  16.8%  16.8%  16.8%  16.8% ;
        grid-template-rows: auto;
    }


    .box-1{
        grid-column-start:1;
        grid-column-end:2;
        grid-row-start:1;
        grid-row-end:3;
        
    }

    .box-2{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:1;
        grid-row-end:1;
        display: flex;
        justify-content: end;
    }

    .box-3{
        grid-column-start:6;
        grid-column-end:7;
        grid-row-start:2;
        grid-row-end:2;
        display: flex;
        justify-content: end;
    } */

    nav{
        width:99%;
    }

    .lien:link{
        color:white;
        text-decoration: none;
    }

    .lien:visited{
        color:white;
        text-decoration: none;

    }

    ul{
        list-style-type: none;
    }

    .logo{
        width: auto;
        height: 25px;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }

    .dropdown:hover .dropdown-content {
    display: block;
    }
}