
#app {
    margin-top: 20px;
}
.bloc-bandeau {
    border: 1px solid #d6d6d6;
    cursor: pointer;
    padding: 10px !important;
    line-height: 16px;
}
.bloc-bandeau.after {
    opacity: 0.45;
}
.bloc-bandeau > .chiffre {
    font-size:24px;
}
.bloc-bandeau > .libelle {
    font-size:12px;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin:0;
}

#main-panel {
    margin-bottom: 100px;
}
.step-panel {
    min-height : 400px;
}

.image-step1, .image-color-chant {
    width : 120px;
    height : 120px;
    margin-left: 3px;
    border: 4px solid transparent;
}
.image-color-forme-container {
    position: relative;
}

.image-color-forme-container > i {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: black;
    font-size: 35px;
    cursor: pointer;
}
.image-color-forme {
    width : 120px;
    height : 120px;
    margin-left: 3px;
    border: 1px solid black;
}

.image-step1.active, .image-color-forme.active, .image-color-chant.active {
    box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 2px solid #D32F2F;
}

.image-step1:hover, .image-color-forme:hover, .image-color-chant:hover {
    box-shadow : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.image-step2 {
    width : 100%;
    height : 100%;
    border: 1px solid #D32F2F;
}

.dimention label > span {
    font-size : 12px;
}

.dimention > .dimention-center,.plaquage-chant > .plaquage-chant-center, .credence-joue > .credence-joue-center {
    padding : 15px;
    display: inline-block;
    width: 100%;
}

.dimention > .dimention-center input, .credence-joue-bloc > .credence-joue-bloc-right input {
    margin : 0px 0px 3px 0px;
}
.dimention-minmax {
    font-size: 12px;
}

.dimention > .dimention-top, .plaquage-chant > .plaquage-chant-top, .credence-joue > .credence-joue-top{
    text-align: center;
    background-color: #D32F2F;
    color: #fff;
    font-size:35px;
}

.plaquage-chant > .plaquage-chant-center .checkbox-bloc{
    margin-bottom: 15px;
}

.plaquage-chant > .plaquage-chant-center .checkbox-bloc label {
    font-size: 16px;
}
.plaquage-chant > .plaquage-chant-center .checkbox-bloc label > span {
    font-weight: bold;
    color: #D32F2F;
}

.credence-bloc {
    margin-top : 20px;
}

.credence-bloc > a {
    float: right;
}

.credence-bloc-separator {
    background-color: black;
    margin: 20px 100px 10px 100px;
}

.credence-joue > .credence-joue-center > .row{
    margin-bottom: 0px;
}

.credence-joue > .credence-joue-center .checkbox-bloc {
    text-align: center;
}

.credence-joue-bloc {
    position: relative;
}
.credence-joue-bloc > i {
    position: absolute;
    right: -10px;
    top:15px;
    cursor:pointer;
}

.credence-joue-bloc > .credence-joue-bloc-left {
    font-size: 50px;
    line-height: 80px;
}

.credence-joue-bloc > .credence-joue-bloc-right {

}

.color-categorie {
    margin-top:20px;
}

.error {
    margin: 0px 0px 10px 0px;
    height:45px;
    position:relative;
    display:block;
    color:white;
    padding : 5px;
    background-color:#D32F2F;
}

.info {
    margin: 0px 0px 10px 0px;
    min-height: 45px;
    position:relative;
    display:block;
    color:white;
    padding : 5px;
    background-color:#9e9e9e;
}

.info div {
    padding-top: 5px;
    margin-left: 50px;
}
.error i, .info i {
    position:absolute;
    font-size:35px;
    left:5px;
    top: 5px;
}
.error span {
    position:absolute;
    left:50px;
    top: 12px;
    font-size:15px;
}

.error-light {
    color: red;
    font-weight: 300;
}

.bloc-recap {

}

.bloc-recap-title {
    color: #D32F2F;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #D32F2F;
    padding: 5px;
    font-size: 20px;
}

.bloc-recap-corps{
    padding: 5px;
}

.image-recap {
    width: 100%;
    height:100%;
}

.bloc-recap-infos {
    padding-top:5px;
}

.bloc-recap-infos-title {
    color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: black;
    padding: 5px;
    font-size: 18px;
}

.bloc-recap-infos-corps {
    padding: 5px;
    font-size: 15px;
}

.prix {
    font-size: 20px;
}

.blockPlaquagePlan{
    height:275px;
}

#loupeContainer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0, 0.5);
    z-index: 9999;
}

#loupeContainer > .exit {
    position: fixed;
    right: 0px;
    top: 0px;
}
#loupeContainer > i {
    color: whitesmoke;
    font-size: 80px;
    cursor: pointer;
}
#loupeContainer > .prev {
    position: fixed;
    left: 0px;
    top: 45vh
}
#loupeContainer > .next {
    position: fixed;
    right: 0px;
    top: 45vh
}

.loupeImage {
    width: 60vh;
}

#loupeBlock > label {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.select-pdt-fp {
    display: flex;
    width: 100%;
    font-size:1em;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 2px;
}
.select-pdt-fp > div {
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.select-pdt-fp > .active {
    background-color: #D32F2F;
    color: white;
}