  .center-block .img-responsive {margin: 0 auto;}
    .remove-all-margin-padding{ margin:0 ! important; padding:0 ! important; }
    @media only screen and (min-width: 481px) {
        .image_full{display:block;font-size:12px;}
        .image_mobile{display:none;}
        .smallmcf {width: auto;margin-left: 10%;margin-right: 10%;}
        .bigmcf {width: auto;margin-left: 5%;margin-right: 5%;}
    }
    @media only screen and (max-width: 480px) {
        .image_full{display:none;}
        .image_mobile{display:block;}
        .smallmcf {width:auto;margin-left: 5px;margin-right: 5px;}​
        .bigmcf {width:auto;margin-left: 10px;margin-right: 10px;}​
    }
    .panel-body{
        height:100px;
        overflow-y:scroll;
        width: 100%;
	padding-top: 0px;
    } 
    .panel-title > a:before {
        font-family: 'Glyphicons Halflings';
        content: "\2212";
        padding-right: 5px;
    }
    .panel-title > a.collapsed:before {
        font-family: 'Glyphicons Halflings';
        content: "\2b"; 
        padding-right: 5px;  
    }  
    .panel-title > a:hover, 
    .panel-title > a:active, 
    .panel-title > a:focus  {
        text-decoration:none;
    }
    .form-control:focus {
        border-color: #FF0000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    }
    .form-control {
        border-color: #FFFFFF;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
    }
    .panel-default > .panel-heading {
        background-color: #174971;
        border-color: #174971;
        color: white;
    }
    input[type="button"]:disabled{
        background: #174971;
        color: #ffffff;
    }
    .disabled.btn{
        background: #174971;
        color: #ffffff;
    }
    [disabled].btn{
        background: #174971;
        color: #ffffff;
    }
    .btn {
        background: #174971;
        color: #ffffff;
    }
   .btn:hover, 
   .btn:focus, 
   .btn:active, 
   .btn.active, 
   .open > .dropdown-toggle.btn {
        background: #ff0d11;
    }
    .btn {
        background: #174971;
        color: #ffffff;
    }
   .btn-primary:hover, 
   .btn-primary:focus, 
   .btn-primary:active, 
   .btn-primary.active, 
   .open > .dropdown-toggle.btn {
        background: #ff0d11;
    }
    .cgu {
        font-size : 10px;
    }
    .cgu > b{
        color: #174971;
    }
