@media screen and (max-width: 1329px){
    /* Base ===================================================================== */

    body {
        /*box*/ 
        width: 980px; 
        /*border */
        /*background*/
        /*fonts*/
        /* autres */  
    }

    /* Agencements ============================================================== */

    .page-col-2 {
        /*box*/ 
        /*width: 1020px;*/ 
        width : 980px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */  
    }

    .page-col-2.page-sas {
        /*box*/ 
        width: 980px; 
        /*border */
        /*background*/
        /*fonts*/
        /* autres */  
    }

    .page-col-2 main {
        /*box*/ 
        /*width : 770px;*/
        width : 730px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */   
    }

    .page-col-2 aside {
        /*box*/ 
        width : 230px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */  
    }

    .item-grid.w4, .stamp.w4 {
        /*box*/ 
        width: 730px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */   
    }


    .hasGrilleImgNav main {
        /*box*/ 
        width : 730px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */   
    }

    .hasGrilleImgNav aside {
        /*box*/ 
        width : 230px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */  
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
    }

    /* Modules ================================================================== */

    /* FIGURE ------------------------------------------------------------------- */

    .csc-textpic img {
        max-width: 730px;
        height: auto !important;  
    }

    .cols-3 figure, .cols-3 figcaption { 
        width : 730px;
    }

    .cols-4 figure, .cols-4 figcaption { 
        width : 730px;
    }

    /*[V] - 23/10/2019 - Redimensionnement des images */
    @media screen and (min-width: 1130px) and (max-width: 1329px){
        .BlocContenuSdL .icono320,
        .BlocContenuSdL .icono480,
        .BlocContenuSdL .icono768,
        .BlocContenuSdL .icono1024,
        .BlocContenuSdL .icono1330 { display:none; }

        .BlocContenuSdL .icono1130{
        display:block;
        min-height:100%;
        z-index: 10;
        }
    }
    /* FIN */

    /* Etats ==================================================================== */

    /* Themes =================================================================== */

    #index .colpos-0:not(.BlocAgenda) {
        /*box*/ 
        width: 730px;
        /*border */
        /*background*/
        /*fonts*/
        /* autres */ 
    }
}