/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 août 2019, 14:18:02
    Author     : steph
*/
.btn_menus_gauche{
    display: inline-block;
    margin-top:10px;
    font-size:14px;
    height:40px;
    width:170px;
    text-align:center;
    padding:10px 0;
    background-color: #5cb7fa;
    border-radius: 10px;
    margin-right:20px;
}
.ss_menu_voiture_back{
    display: inline-block;
    margin:5px;
    font-size:14px;
    height:40px;
    width:170px;
    text-align:center;
    padding:10px 0;
    background-color: #86c3f0;
    border-radius: 10px;
}
.ss_menus_back{
    text-align:center;
    margin:10px;
    display:none;
}
.alignement_gauche{
    float:left;
}
.contenu{
    margin-top:20px;
}
.with_menu{
    display:block;
}
.cache_text{
    display:none;
}
.logo{
    display:none;
}
.instagramButton{
	background-image: url("/img/paccard_isntagram.png");
    background-repeat: no-repeat;
	width:150px;
	height:61px;
	background-corlor:#FFFAF0;
}
.selectable .ui-selecting {
  border: 2px dashed #ff0000;
}

.selectable .ui-selected {
  border: 2px solid #ff0000;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
}

.selectable img {
  margin: 5px;
  padding: 5px;
  border: 2px solid #ffffff;
}
.selected-items {
  border: 2px solid #ff0000;
  line-height: 32px;
}