.cont{
    width:256px;
    margin: auto;
}
.action{width: 100%;height: auto;margin:0;position: relative;}
#filecrop {
    box-sizing: border-box;
    max-width: 100%;
    visibility: hidden;
    position: absolute;
}
.imageBox
{
    position: relative;
    height: 254px;
    width: 254px;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    box-sizing: border-box;
    height: 256px;
    left: 50%;
    width: 256px;
}

.cont-accueil{width:700px;}
.action-accueil{width: 700px;height: auto;margin:0;position: relative;}

.imageBox-accueil
{
    position: relative;
    height: 698px;
    width: 698px;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    transform:scale(0.5);
    margin-top: -150px;
    margin-bottom: -150px;
}

.imageBox .thumbBox-accueil {
    background: transparent none repeat scroll 0 0;
    border: 1px solid lightgrey;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    box-sizing: border-box;
    height: 700px;
    left: 50%;
    width: 700px;
}

.btn-crop {
    background: #cbbb9c none repeat scroll 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    height: 36px;
    margin: 0 0 0 3px !important;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border:0;
    text-decoration: none;
}

#uploadbutton #filecrop {
    height: auto;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}

#uploadbutton {
    box-sizing: border-box;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding: 10px;
    position: relative;
    width: 200px;
    z-index: 1;
    cursor: pointer;
}

#close-upload {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #171d41;
    font-size: 20px;
    text-decoration: none;
}

.block-upload #logo {
    background: white none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 20px auto auto;
    max-width: 600px;
    padding: 20px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}

.block-upload {
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

.angle90 {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari et Chrome */
    -o-transform:rotate(90deg); /* Opera */
}

.angle180 {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari et Chrome */
    -o-transform:rotate(180deg); /* Opera */
}

.angle270 {
    transform:rotate(270deg);
    -ms-transform:rotate(270deg); /* Internet Explorer */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari et Chrome */
    -o-transform:rotate(270deg); /* Opera */
}

.angle0 {
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); /* Internet Explorer */
    -moz-transform:rotate(0deg); /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari et Chrome */
    -o-transform:rotate(0deg); /* Opera */
}