    #nos_volets_roulants .blockType{
        width: calc(50% - 10px);
        float: left;

        border: solid 1px #CCC;
        color: #222;
        border-radius: 5px 5px 0 0;

        margin: 5px;

        box-sizing: border-box;
    }

    #nos_volets_roulants .blockType h3{
        text-align: center;
    }

    #nos_volets_roulants .blockType img{
        width: 100%;
    }

    #nos_volets_roulants p{ 
        font-size: 13px;
        line-height: 19px;
        color: #222;
    }

    #nos_volets_roulants .blockType .blockText{
        padding: 10px;

    }

    #nos_volets_roulants .blockType img{
        border-bottom: solid 1px #CCC;
    }

    #nos_volets_roulants .blockType img{
        border-bottom: solid 4px #ccc;
    }

    #nos_volets_roulants .blockType img:hover{
        border-bottom: solid 4px #ffde42;
    }

    #nos_volets_roulants .blockTypePose{

        width: calc(33% - 10px); 
        float:left;
        border:solid 1px #CCC;
        margin: 5px;
        border-radius: 5px 5px 0 0;
        box-sizing: border-box;
        padding: 20px;

    }

    #nos_volets_roulants .blockTypePose .blockText{
        min-height: 300px;
    }

    #nos_volets_roulants .blockTypePose img{
        text-align: center; width: 100%;
    }

    #nos_volets_roulants .blockTypePose h3 {
        text-align: center;
    }

    #nos_volets_roulants .buttonDevis{
        text-align: center;
        background: #0a278d;
        display: block;
        font-size: 15px;
        padding: 12px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        margin-bottom: 25px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 5px;
    }

    #nos_volets_roulants .buttonDevis:hover{
        background: #1236b5;
    }


    #nos_volets_roulants table{
        border-collapse: collapse;
    }

    #nos_volets_roulants th{
        background: #0A278D;
        color: #FFF;
        border: solid 1px;
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
        padding-top: 10px;

    }

    #nos_volets_roulants td{
        text-align:center;
        border: solid 1px #000;
        background: #EEE;
        font-size: 12px;
    }

    #nos_volets_roulants td img{
        border: solid 1px #ccc;
        width: 90%;
        max-width: 200px;
    }


    #nos_volets_roulants .div_lames{
        padding-top:30px;
    }

    #nos_volets_roulants #div_lames_OU{
        line-height: 60px; color: #FF0000;
    }


    @media only screen and (max-width: 900px)
	{
		#nos_volets_roulants .blockTypePose h3 {
            font-size: 16px;
        }

        #nos_volets_roulants .blockTypePose .blockText{
            min-height: 450px;
        }
	}

    @media only screen and (max-width: 800px)
	{
         #nos_volets_roulants .blockTypePose{

            width: 100%; 
            float:none;
            margin-bottom: 15px;
         
        }

        #nos_volets_roulants .blockTypePose .blockText{
            min-height: auto;
            margin: 10px 0;
        }

        #nos_volets_roulants .blockTypePose h3 {
            font-size: 20px;
        }

        #nos_volets_roulants h1 {
            font-size: 28px;
            margin-bottom: 16px;
        }

        #nos_volets_roulants h2 {
            font-size: 21px;
            margin-bottom: 12px;
        }
	}