body {
    margin: auto;
    padding: 0;
}

.block{
    height: 100%;
}

.block-container {
    padding-right: 30px;
}

#bandeau {
    width: 100%;
    height: 140px;
    margin: 0;
    padding: 0;
    border: 10px solid #298445;
    border-right:0;
    background-color: #7f6c64;	
    float: right;
}

#b-left {
    width: 40%;
    height: 100%;
    float: left;
    background-color: #ffffff;
}

#b-right {
    width: 60%;
    height: 100%;
    float: left;
    background-color: #dcd7d5;
}

.rightcur {
    text-align: right;
}

.titlecur {
    color: #85736b;
    font-weight: 900;
    font-size: 25px;
}

.valcur {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}

.codedevi {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: rgba(255, 255, 255, 0.80);
    width: 100%;
    border-radius: 0 0 80px 80px;
    font-weight: 900;
	font-size: 30px;
}

.container {
  position: relative;
  text-align: center;
}

.titlecur-container{
    padding-left: 8px;
}

.block-container-left{
    padding-right: 10px;
}

.devi-right{
    background-color: rgba(220, 215, 213, 0.80);
}
