@media (max-width: 820px)
{
    .header-col {
        width: 33%;
        position: relative;
    }
    .header-col img {
        width: 100%;
    }
    #header-col1 img {
        max-width: 168px;
    }
    #mailLink {
        position: absolute;
        bottom: 23px;
        left: 10px;
    }
    #content,#footer
    {
        width: 100%;
    }
    .sep
    {
        width: 100%;
    }
    #home-col-2-row1 {
        width: 488px !important;
    }
    #home-col-2-row2 {
        width: 488px !important;
    }
    #header-col3 img {
        width: 99%;
    }
}
@media (max-width: 745px)
{
    .col480 {
        width: 100% !important;
    }
    #home-col-3-row1,#home-col-3-row2,#animFlashRow,#diagoHG {
	display: none;
    }  
    #mailLink {
        bottom: 0px;
    }
    #header-col3 img {
        width: 98%;
    }
    #home-col-2-row1,#home-col-2-row2 {
        padding: 10px 10px;
    }
}
@media (max-width: 479px)
{
    #mailLink {
        width: 320px;
        left: -35px;
        bottom: -4px;
        z-index: 1;
    }
    .header-col {
        width: 47%;
    }
    #header-col2 img
    {
        max-width: 163px;
    }
    #header-col3 {
        width: 0%;
    }
    #header-col3 img {
        position: absolute;
        top: 81px;
        left: -147px;
        width: 163px;
        height: auto;
    }
    #home-col-1-row1,#home-col-1-row2 {
	display: none;
    } 
    .home-products
    {
        width: 100%;
    }
    #catalogue_recherche_title
    {
        display: block;
    }
    .ficheProduitImagesContainer img
    {
        width: 100%;
    }
}