#modal_pays_dest{
margin:-250px 0 0 -32%;
opacity:0;
position:absolute;
top:-50%;
visibility:hidden;
/* left:50%; */
left:37%;
/* width:65%; */
width:90%;
box-shadow:0 3px 7px rgba(0,0,0,.25);
box-sizing:border-box;
transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out
}

#modal_pays_dest:target{
	opacity:1;
	visibility:visible;
	z-index: 999999;
	/* top:50%; */
	top: 270px;
}




#modal_pays_dest .header_pays_dest{
border-bottom:1px solid #1abc9c;
border-radius:5px 5px 0 0;
}

#modal_pays_dest h2{
margin:0;
color:#fff;
}

#modal_pays_dest .btn{
float:right;
}

#modal_pays_dest .pays_dest,#modal_pays_dest .header_pays_dest{
padding:10px;
color:#000;
}

.modal-content_pays_dest{
background:#008080;
position:relative;
z-index:20;
border-radius:5px;
color:#000;
}

#modal_pays_dest .pays_dest{
	background:#fff;
	font-size: 13px;
}

#modal_pays_dest .overlay_pays_dest{
background-color:#000;
background:rgba(0,0,0,.8);
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:10;
}


#titre_mes_dest {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
}


.titre_continent {
    color: #008080;
    font-size: 1.2em;
    font-weight: 600;
	margin-bottom: 4px;    
	margin-top: -10px;
}


#x_ferme {
	float: right;
    margin-top: -4px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 0px;
}


.pays_dest a{
	text-decoration:none;
    font-size: 11px;
}

.pays_dest a:hover {
    color: #008080;
    text-decoration: underline !important;
}


#col_pays ul, #col_pays li, #col_pays ol {
	line-height: 11px;
    padding-bottom: 4px;
}

#col_pays ul{
	margin:0; 
	padding:0;
}

#liste_pays {
	
  -webkit-column-width: 160px;
  -moz-column-width: 160px;
  -o-column-width: 160px;
  -ms-column-width: 160px;
  column-width: 160px;

  /* -webkit-column-rule-style: solid; */
  /* -moz-column-rule-style: solid; */
  /* -o-column-rule-style: solid; */
  /* -ms-column-rule-style: solid; */
  /* column-rule-style: solid; */
  -webkit-column-rule-style: hidden;
  -moz-column-rule-style: hidden;
  -o-column-rule-style: hidden;
  -ms-column-rule-style: hidden;
  column-rule-style: hidden;
}

.saison {
	font-size: 14px !important;
    font-weight: 600;
    line-height: 16px;
}
.saison_titre {
	line-height: 16px !important;
    margin-top: 10px;
    font-size: 1.3em;
    margin-right: 5px;
}




@media (max-width: 400px) {
	.titre_continent {   
		margin-top: 0px;
	}
	#liste_pays {
		-webkit-column-width: 120px;
		-moz-column-width: 120px;
		-o-column-width: 120px;
		-ms-column-width: 120px;
		column-width: 120px;
		
		column-rule-style: solid;
		column-rule-color: #008080;
	}
	/* pour afficher les pays un a coté de lautre pour un meme contient au lieu de un en dessous de l'autre
	li{
		float: left;
		margin: 0 15px 0px 0;
		width: 47%;
	}
	li:nth-child(even){
		margin-right:0;
	}
	*/
}


