/*aside {
    width:270px;
    float:right;
}*/

#rightbar_content
{
    margin-left:20px;
    float:right;
}

#select_type_deal_contener .postdeal_button_rightbar
{
    display:none;
}

.postdeal_button_rightbar
{
    float:left;
    width:100%;
    height:40px;
    background-color: rgba(130, 118, 185, 1);
}

.postdeal_button_rightbar div
{
    float:left;
    width:40px;
    height:40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/rightbar/plus_postdeal.png);
}

.postdeal_button_rightbar p
{
    overflow:hidden;
    line-height:40px;
    text-align:center;
    color:white;
    font-weight:bold;
    font-size:1.1em;
}

.postdeal_button_rightbar:hover
{
    background-color: rgba(130, 118, 185, 0.8);
}

.postdeal_button_rightbar:active
{
    background-color: rgba(130, 118, 185, 0.6);
}







.bloc_rightbar
{
    float:left;
    width:100%;
    margin-top:20px;
    
}

.bloc_rightbar div.title_div
{
    padding:0px;
    background-color: rgba(0, 0, 0, 0.3); 
}

.bloc_rightbar .title_div p,
.bloc_rightbar .title_div a.title_link
{
    text-align:left;
    margin:0;
    color:white;
    padding:8px 8px;
    font-weight:bold;
    font-size:1.1em;
    line-height:16px;
    display: block;
}

.bloc_rightbar .title_div a.title_link:hover {
    text-decoration: underline;
}

.bloc_rightbar .title_div a.plus_button
{
    float: right;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}

.bloc_rightbar .title_div a.open
{
    background-image: url(/images/all/icon_home_unroll.png);
}

.bloc_rightbar .title_div a.close
{
    background-image: url(/images/all/icon_home_roll.png);
}

.bloc_rightbar .title_div a.delete
{
    background-image: url(/images/alertes/icon_alerts_remove.png);
    background-repeat:no-repeat;
    background-position: center;
}

.bloc_rightbar .title_div a.vp_logo
{
    background-image: url(/images/);
}

.bloc_rightbar .title_div p.vp_message:hover
{
    text-decoration: underline;
}

.bloc_rightbar .premiere_visite {
    overflow: hidden;
    padding:10px;
}

.bloc_rightbar .premiere_visite p {
    float:left;
    font-size:1.2em;
    color:white;
    line-height:40px;
    margin-left:10px;
}

.bloc_rightbar .circle {
    float:left;
    height:40px;
    width:40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
    background:#437d40 url(/images/rightbar/icone_premiere_visite.png) no-repeat center;
    
    /* icone_premiere_visite.png */
}

/* Whatsapp */
.bloc_rightbar #whatsapp {
    display:block;
    background-color: white;
    margin: 15px 10px 15px 20px;
    position: relative;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px; 
    border-radius: 4px;


    -webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
    -o-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
    -ms-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
    -khtml-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
    box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.7);
}

.bloc_rightbar #whatsapp .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent white transparent transparent;
    left: -10px;
}

.bloc_rightbar .title_div a.whatsapp_link
{
    background-image: url(/images/rightbar/icon_widget_whatsapp.png);
}

.bloc_rightbar #whatsapp div.content {
    overflow: hidden;
    padding: 15px;
}

.bloc_rightbar #whatsapp div.content p {
    font-size: 0.95em;
    line-height: 15px;
    font-weight: bold;
    color:#777777;
    float: left;
}

.bloc_rightbar #whatsapp div.content p#text_registration {
    font-weight: normal;
    margin-top:15px;
    display: none;
}

.bloc_rightbar #whatsapp div.content p#text_registration img {
    display: inline-block;
}

.bloc_rightbar #whatsapp div.content p a {
    text-decoration: underline;
    color: #02a5c1;
}

.bloc_rightbar #whatsapp div.content a.register {
    float: left;
    width: 100%;
    font-size:0.95em;
    color: white;
    background-color: rgba(12, 97, 87, 1);
    line-height: 32px;
    text-align: center;
    margin-top:15px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px; 
    border-radius: 4px;
}

.bloc_rightbar #whatsapp div.content a.register:hover {
    background-color: rgba(12, 97, 87, 0.8);
}

.bloc_rightbar #whatsapp div.content a.register:active {
    background-color: rgba(12, 97, 87, 0.6);
}



/* Background */

/* Boutton gris */
.button_grey_structure {
    line-height:30px;
    float:left;
    display: inline-block;
    color:#777777;
    background-color:rgba(242, 242, 242, 1);
    border:1px solid #d9d9d9;
}

.button_grey_structure.padding {
    padding: 0px 8px;
}

.button_grey_structure:hover {
    color:#333333;
}

.button_grey_structure:active {
    background-color:rgba(231, 231, 231, 1);
    color:#333333;
}
/* Boutton gris */


.background_color_button_grey {
    background-color:rgba(242, 242, 242, 1);
}

.background_color_button_grey:hover {
    background-color:rgba(242, 242, 242, 1);
}

.background_color_button_grey:active {
    background-color:rgba(231, 231, 231, 1);
}

.background_color_grey {
    background-color:rgba(242, 242, 242, 1);
}


.background_color_button_green {
    background-color:rgba(96, 179, 92, 1);
}

.background_color_button_green:hover {
    background-color:rgba(96, 179, 92, 0.8);
}

.background_color_button_green:active {
    background-color:rgba(96, 179, 92, 0.6);
}

.background_color_green {
    background-color:rgba(96, 179, 92, 1) !important;
}

.background_color_button_green {
    background-color:rgba(96, 179, 92, 1);
}

.background_color_button_green:hover {
    background-color:rgba(96, 179, 92, 0.8);
}

.background_color_button_green:active {
    background-color:rgba(96, 179, 92, 0.6);
}

.background_color_violet {
    background-color:#655FAA;
}

.background_color_333333 {
    background-color:#333333;
}

.background_color_button_333333 {
    background-color:rgba(51, 51, 51, 1);
}

.background_color_button_333333:hover {
    background-color:rgba(51, 51, 51, 0.8);
}

.background_color_button_333333:active {
    background-color:rgba(51, 51, 51, 0.6);
}

.background_color_button_blue {
    background-color:rgba(2, 165, 193, 1);
}

.background_color_button_blue:hover {
    background-color:rgba(2, 165, 193, 0.8);
}

.background_color_button_blue:active {
    background-color:rgba(2, 165, 193, 0.6);
}

.background_color_blue {
    background-color:rgba(2, 165, 193, 1);
}

.background_color_button_gele {
    background-color:rgba(96, 198, 230, 1)
}

.background_color_button_gele:hover {
    background-color:rgba(96, 198, 230, 0.8);
}

.background_color_button_gele:active {
    background-color:rgba(96, 198, 230, 0.6);
}

.background_color_gele {
    background-color:rgba(96, 198, 230, 1);
}

.background_color_EC2E52 {
    background-color:rgba(236, 46, 82, 1);
}

.background_color_777777 {
    background-color:rgba(119, 119, 119, 1);
}

.background_color_button_777777 {
    background-color:rgba(119, 119, 119, 1);
}

.background_color_button_777777:hover {
    background-color:rgba(119, 119, 119, 0.8);
}

.background_color_button_777777:active {
    background-color:rgba(119, 119, 119, 0.6);
}

.background_color_button_orange {
    background-color:rgba(248, 139, 2, 1);
}

.background_color_button_orange:hover {
    background-color:rgba(248, 139, 2, 0.8);
}

.background_color_button_orange:active {
    background-color:rgba(248, 139, 2, 0.6);
}

.background_color_red {
    background-color:rgba(244, 67, 67, 1);
}

.background_color_button_red {
    background-color:rgba(244, 67, 67, 1);
}

.background_color_button_red:hover {
    background-color:rgba(244, 67, 67, 0.8);
}

.background_color_button_red:active {
    background-color:rgba(244, 67, 67, 0.6);
}

.background_color_button_grey_cancel {
    background-color:rgba(190, 190, 190, 1);
}

.background_color_button_grey_cancel:hover {
    background-color:rgba(190, 190, 190, 0.8);
}

.background_color_button_grey_cancel:active {
    background-color:rgba(190, 190, 190, 0.6);
}

.background_color_black {
    background-color:rgba(0, 0, 0, 0.3);
}

.background_color_button_black {
    background-color:rgba(0, 0, 0, 0.3);
}

.background_color_button_black:hover {
    background-color:rgba(0, 0, 0, 0.2);
}

.background_color_button_black:active {
    background-color:rgba(0, 0, 0, 0.1);
}


.background_color_error {
    background-color:#DB3158 !important;
}
/* Background */


.padding_20 {
    padding:20px;
}


.padding_15 {
    padding:15px;
}

img
{
    border:none;
    margin:0px; 
    padding:0px; 
}


/* LOGIN/REGISTER */
#overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top:0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
