body {
    margin: 1px;
}

#map {
    /* border: 2px solid;
    border-radius: 0.2px; */
	/* background: #fff url(Img/noise.png); */
    margin-left: 5%;
	
} 

svg .stroke {
    stroke: #b1 b0b0;
	stroke-dasharray : "5,5";
}

svg .countries {
    fill: #b1b0b0;
    stroke: #8c8b8b;
	
}

svg .etape {
	stroke:#ff7f00;
	stroke-linecap: round;
	stroke-dasharray : "10,10";
}

svg .hiddenPath {
	opacity: 0.01;
}

svg .hiddenPath:hover {
	opacity: 0.7;
	stroke-linecap: round;
	stroke-dasharray : none;
	stroke:#ff7f00;
}

.ui-tooltip {
    max-width: 50% !important;
}

.ui-tooltip-content {
	stroke:#ff7f00;
	font-family: Open Sans, sans-serif;
	white-space: pre;
	color: #989898;
	padding:15px;
	font-size:70%;
	border: 4px dashed #ff7f00;
}

.ui-tooltip-content a {
	text-decoration:none;
}

.titreTooltip {
	font-size: 140%;
	color: black;
}

.enSavoirPlusTooltip {
	font-style: italic;
	color: #ff7f00;
	font-size: 80%;
	background-position: center right;
    background-repeat: no-repeat;
    background-image: url('Img/link-orange.png');
	background-size : 7%;
}

.distanceTooltip {
	font-size: 110%;
}

.datesTooltip {
	
}

.titreEquipeTooltip {
	color: black;
	font-size:85%;
}

.commentaireTooltip {
	font-style: italic;
	font-size:85%;
}

.equipeTooltip {
	font-size:80%;
}

.nbrPlaceTooltip {
	font-size:85%;
}

.inscriptonTooltipContainer {
	text-align: center;
}

.inscriptonTooltip {
	border: 1px solid #ff7f00; /* 2px à remettre quand ce sera un bouton */
	padding: 8px;
}

.citylbl:hover {
	font-weight:bold;
}

/* svg path { stroke-linejoin: round } */

/* svg .sea {
    fill: #fff;
    stroke-width: .25px;
} */

/* svg .graticule {
    fill: none;
    stroke-width: .2px;
} */
/* svg .bg, svg .bgback {
    stroke: none;
    fill: #fff;
    fill-opacity: 1;
}
svg .bgstroke {
    stroke: #7C5B27;
    stroke-width:.7px;
    fill:none;
} */
/* svg .context {
    stroke: #D1BEB0;
    stroke-opacity: .3;
    fill: #D1BEB0;
    fill-opacity: .23;
}
svg .fg {
    stroke: #cbb;
    stroke-opacity: 1;
    stroke-dasharray: 3,5;
    fill: #fff;
    fill-opacity: 0;
}
svg .fg:hover {
    fill: #eda;
    fill-opacity: .37;
}
svg .dotMarker {
    stroke: #330;
    stroke-opacity: .8;
    fill: #ff7;
    fill-opacity: .2;
}
svg .dotMarker:hover {
    stroke: #000;
    fill: #ff3;
    fill-opacity: .7;
}
svg .ferry {
    stroke-opacity: .5;
    stroke-dasharray: 3,4;
} */

@font-face {
    font-family: 'MyriadPro';
    src: url('Fonts/MyriadPro-Regular.otf');
    src: url('Fonts/MyriadPro-Regular.otf#iefix') format('embedded-opentype');
    /* url('Fonts/AquilineTwo-webfont.woff') format('woff'),
    url('Fonts/AquilineTwo-webfont.ttf') format('truetype'),
    url('Fonts/AquilineTwo-webfont.svg') format('svg'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('Fonts/MyriadPro-Light.otf');
    src: url('Fonts/MyriadPro-Light.otf#iefix') format('embedded-opentype');
    /* url('Fonts/AquilineTwo-webfont.woff') format('woff'),
    url('Fonts/AquilineTwo-webfont.ttf') format('truetype'),
    url('Fonts/AquilineTwo-webfont.svg') format('svg'); */
    font-weight: normal;
    font-style: normal;
}

/* .k-layer-toggle h2 {
    margin: 20px 0 10px;
    font-size: 20px;
}
.k-layer-toggle label {
    margin-left: 3px;
}

/* popup étape */
/* .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
} */