/**************************
 PAGE OUR LOCATION + CARTE
**************************/

#world-carte-container {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
}

.land, .bureau {
    cursor: pointer;
}

#world-carte {
padding-top: 20px;
}

.expert-carte {
    width: 70%;
    height: 100%;
}

.carte-pays {
    width: 100%;
    height: 100%;
}

#france-carte {
    padding-top: 20px;
    display:none;
}
#india-carte {
    padding-top: 20px;
    display:none;
}
#spain-carte {
    padding-top: 20px;
    display:none;
}
.countryName {
    position: absolute;
    z-index: 50;
    background: #132a60;
    color: #fff;
    padding: 20px;
}
.countryBack {
    position: absolute;
    z-index: 50;
    background: #132a60;
    color: #fff;
    padding: 20px;
	cursor:pointer;
	display:none;
}
.countryBackpage {
  width: 150px;
    z-index: 50;
    background: #132a60;
    color: #fff;
    padding: 20px;
	cursor:pointer;
	
}
/* Zone expert */
.zone-expert-infos {
    position: relative;
    width: 30%;
    height: 100%;
    background: #f8f8f8;
    overflow: auto;
}
.liste-zone-expert-infos {
    position: relative;
    width: 30%;
    height: 100%;
    background: #f8f8f8;
    overflow: auto;
	display:none;
}

.bureau {
    position: relative;
}

#bureau-location {
    text-align: center;
    background: #132a60;
    color: #fff;
}
#bureau-location h4 {
    margin:0;
    padding: 10px 0;
	color: white;	
}

#bureau-coordonnees {
    padding: 10px;
    background: #f4f7f7;
    text-align: center;
}
#bureau-coordonnees div {
    padding: 10px 0;
}
#bureau-coordonnees span {
}

.bureau-adresse, .bureau-tel, .bureau-fax {
}

@media screen and (max-width: 768px) {
    #world-carte-container {
        flex-direction: column;
        height: 100%;
    }
    .expert-carte {
        width: 100%;
    }
    .zone-expert-infos {
        width: 100%;
    }
	    .liste-zone-expert-infos {
        width: 100%;
		display:none;
    }
    #nos-experts {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .expert {
       
        border-bottom: solid 1px #000;
    }
    .photo-expert {
		
		
		
		height:200px;
		
		
	}
}