/* created by ctorris@r2.fr */
/* 
    Created on : 20 juil. 2018, 15:58:13
    Author     : roger

must be coordinated with devis en ligne breakpoitn : 850px

*/
.iframedeviscontainer{    
    text-align: center;
    *background:#061e5a;
}

.iframedeviscontainer .container{
    *background:#234187;
    *width: 100%;
}


@media screen and (min-width:850px){

    .iframedeviscontainer iframe{
        margin-top:115px;
    }
    .iframedeviscontainer .container{
        *margin:0;
        *padding:0;
    }
    #iframedevis{
        margin:auto; 
        width:100%; 
        height:768px; 
        border:none;
    }
}

@media screen and (max-width:850px){
    #iframedevis{
        margin:auto; 
        width:100%;
        height:768px; 
        border:none;
    }
}