.bg-gris{
  background-color: #F7F7F7;
}

.violet{
  color: #A2185B !important;
}

.fa-55x{
  font-size: 5.5em;
}

/***Billetterie**/
.frame .priceUnit {
    color: #A2185B !important;
}

.date-list{
	font-weight: bold;
	color: #A2185B !important;
}

.menuzord-menu2 > li > a {
    padding: 8px 7px;
}

.menuzord-menu2 > li > a {
    font-size: 19px;
    font-weight: 600;
}

.hov:hover{
    color: #A2185B;
}

.parentmap{
	     position: relative;
     display: inline-block;
     width: 80%;
     margin-left: 8%;
}
canvas {
    display: block;
    width: 100%;
    visibility: hidden;
}
svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*******Carte********/

	path {
		stroke: #000000;
		stroke-width: 1px;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-opacity: .25;
		fill: #C90666;
	}
	g:hover path {
		fill: #a1185b;
	}
	g path:hover {
		fill: #830744;
	}

.tooltip {
     opacity: 100; 
}

/*****Recherche***/

.recherche{
height: 40px;
}

.custom-dropdown__select--emerald {
    color: #fff;
}

.custom-dropdown--large {
    font-size: 14.5px;
    line-height: 20px;
    padding: 2px;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #fff;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;   
        z-index: 999; 
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}
