.carto-tools-bt-ct {
	border: 0px solid rgba(204, 204, 204, 0.8);
	border-radius: 30px;
	display: flex;
	opacity: 1;
	overflow: hidden;
	box-shadow : 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
	background-color: #fff;
}

.carto-tools-bt {
	min-height: 40px;
	min-width: 40px;
	transition: .33s;
	background-Repeat: no-repeat;
	background-position: center;
}

.carto-tools-bt-selected {
	min-height: 40px;
	min-width: 40px;
	transition: .33s;
	background-Repeat: no-repeat;
	background-position: center;
}

.carto-tools-ic {
	background-color: #fff;
}
.carto-tools-bt.loc {
	background-color: #fff;
	border-right:1px solid rgba(204, 204, 204, 0.8);
}
.carto-tools-ic:hover, .carto-tools-bt.loc:hover{
	background-color: #eee;
}
.carto-tools-bt:hover{
	background-color: rgb(242, 242, 242)
}
.carto-tools-bt-selected:hover {
	background-color: #fff
}

.carto-tools-panel {
	z-index: 1;
	display: flex;
	place-items: center;
}

.carto-tools-panel-ct {
	position: absolute;
	flex-direction: column;
	top: 65px;
	display: flex;
	left: 10px;
}


.red-bt {
	background-color:rgb(139, 44, 44);
	color:rgb(255, 255, 255);
	text-transform: uppercase;
	transition: .33s;
}

.violet-bt {
	background-color: rgba(0, 68, 137, 1);
	color:rgb(255, 255, 255);
	text-transform: uppercase;
	transition: .33s;
}

.violet-bt:hover, .red-bt:hover {
	opacity: 0.8;
}
.main {
	transition: 1s;
}
.blured {
	filter: blur(3px);
}

.search-result-icon {
	background-size: 30px auto;
	background-Repeat: no-repeat;
	background-position: center;
}

.search-result-line {
	background: rgba(255, 255, 255, 0.8);
	border-left: 1px solid rgba(204, 204, 204, 0.8);
	border-right: 1px solid rgba(204, 204, 204, 0.8);
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.search-result-line:last-child {
	border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}

.search-result-line:hover {
	background-color: rgba(242, 242, 242, 0.5);
}

.search-result-libelle {
		position: relative;
		flex: 1;
}

.search-result-libelle > * {
    width: 100%;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.75);
    white-space: nowrap;
    overflow: hidden;
}

.menu {
	position: fixed;
	display: none;
	transition: 0.2s display ease-in;
	border-radius: 4px;
	overflow: hidden;
	padding:4px 0px;
	background:#fff;
}

.menu .menu-options {
margin: 0px;
list-style: none;
padding: 0px;
}

.menu .menu-options .menu-option {
font-size: 14px;
padding: 10px 10px 10px 40px;
}

.menu .menu-options .menu-option:hover {
	background: rgba(0, 0, 0, 0.2);
}
