#fancybox-content {
    border-width: 0 !important;
}
.bouton p a:hover {
	opacity: 0.8;
	cursor: pointer;
}
.code {
	padding: 10px;
    float: left;
    width: calc(100% - 20px);
	overflow:hidden;
}
.img-delegues {
	float:left;
}
.info-delegues {
	float:left;
	width:285px;
}
.bouton {
	clear:left;
}
.code .departement {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0;
}
.code  .img-delegues img {
	border-radius:15px;
	width:150px;
}
.code .nom {
	float:left;
	padding:5px 0 5px 25px;
	border-radius: 0 20px 20px 0;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	margin:15px 0 5px 0;
	width:245px;
}
.code .bouton p{
	padding:0 10px;
}
.code .bouton p a {
	text-decoration:none;
	font-size:18px;
}
.delegue_ca .departement {
	color:#b34dab;
}
.delegue_ca .img-delegues img {
	border:3px solid #b34dab;
}
.delegue_ca .nom {
	background-color:#b34dab;
}
.delegue_ca .bouton p a {
	color:#b34dab;
}
.delegue_pl .departement {
	color:#007a80;
}
.delegue_pl .img-delegues img {
	border:3px solid #007a80;
}
.delegue_pl .nom {
	background-color:#007a80;
}
.delegue_pl .bouton p a {
	color:#007a80;
}
.delegue_cl .departement {
	color:#c43739;
}
.delegue_cl .img-delegues img {
	border:3px solid #c43739;
}
.delegue_cl .nom {
	background-color:#c43739;
}
.delegue_cl .bouton p a {
	color:#c43739;
}
.delegue_ag .departement {
	color:#1a7b55;
}
.delegue_ag .img-delegues img {
	border:3px solid #1a7b55;
}
.delegue_ag .nom {
	background-color:#1a7b55;
}
.delegue_ag .bouton p a {
	color:#1a7b55;
}
.delegue_re .departement {
	color:#aa5d00;
}
.delegue_re .img-delegues img {
	border:3px solid #aa5d00;
}
.delegue_re .nom {
	background-color:#aa5d00;
}
.delegue_re .bouton p a {
	color:#aa5d00;
}
.delegue_it .departement {
	color:#aa5e64;
}
.delegue_it .img-delegues img {
	border:3px solid #aa5e64;
}
.delegue_it .nom {
	background-color:#aa5e64;
}
.delegue_it .bouton p a {
	color:#aa5e64;
}
.delegue_ot .departement {
	color:#6061ad;
}
.delegue_ot .img-delegues img {
	border:3px solid #6061ad;
}
.delegue_ot .nom {
	background-color:#6061ad;
}
.delegue_ot .bouton p a {
	color:#6061ad;
}
.delegue_tk .departement {
	color:#6061ad;
}
.delegue_tk .img-delegues img {
	border:3px solid #6061ad;
}
.delegue_tk .nom {
	background-color:#6061ad;
}
.delegue_tk .bouton p a {
	color:#6061ad;
}		  
.delegue_sc .departement {
	color:#a42e73;
}
.delegue_sc .img-delegues img {
	border:3px solid #a42e73;
}
.delegue_sc .nom {
	background-color:#a42e73;
}
.delegue_sc .bouton p a {
	color:#a42e73;
}
.delegue_cr .departement {
	color:#e83c2f;
}
.delegue_cr .img-delegues img {
	border:3px solid #e83c2f;
}
.delegue_cr .nom {
	background-color:#e83c2f;
}
.delegue_cr .bouton p a {
	color:#e83c2f;
}

.delegue_fl .departement {
	color:#c94546;
}
.delegue_fl .img-delegues img {
	border:3px solid #c94546;
}
.delegue_fl .nom {
	background-color:#c94546;
}
.delegue_fl .bouton p a {
	color:#c94546;
}
#map1 {
	margin:0 auto;
	padding-bottom:25px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 500px;
	margin: 20px auto;
}
.jvectormap-zoomin, .jvectormap-zoomout {display:none;}

@media (max-width: 319px) {  
	#map1 {
		height: 300px !important;
		width: 300px !important;
	}	
}
@media (min-width: 320px) and (max-width: 479px) {  
	.code .img-delegues img {
		display:block;
		margin: 0 auto;
	}
	.code .nom {
		width:100%;
	}  
	#map1 {
		height: 320px !important;
		width: 360px !important;
	}
	
}
@media (min-width: 480px) and (max-width: 639px) {  
	.code .img-delegues img {
		display:block;
		margin: 0 auto;
	}
	.code .nom {
		width:100%;
	}   
	#map1 {
		height: 470px !important;
		width: 480px !important;
	}
	
}
@media (min-width: 640px) and (max-width: 767px) { 
	.code .img-delegues img {
		display:block;
		margin: 0 auto;
	}
	.code .nom {
		width:100%;
	}   
	#map1 {
		height: 600px !important;
		width: 640px !important;
	}
	
}
@media (max-width: 767px) { 
    .jvectormap-container text {
		font-size: 10px !important;
	}
	#fancybox-wrap {
		width: 100% !important;
		left:0 !important;
	}
	#fancybox-content {
		width: auto !important;
		max-width: 100%;
		height: auto !important;
		padding: 10px;
	}
	#fancybox-content > div {
		width: 100% !important;
		height: 100% !important;
	}
	.info-delegues {
		width: 100% !important;
	}
	.img-delegues {
		float: none;
	}

}
@media (min-width: 768px) {	
	.info-delegues {
		width:65%;
		float:left;
		display: inline-block;
		vertical-align: top;
	}
	.img-delegues {
		float:left;
		display: inline-block;
	}
}
@media (min-width: 768px) and (max-width: 1023px) { 
	#map1 {
		height:805px !important;
		width: 768px !important;
	}
	
}
@media (min-width: 1024px) and (max-width: 1199px) { 
}
@media (min-width: 1024px){ 
	
}
@media (min-width: 1200px){ 
}