/* Popup box BEGIN */

.hover_bkgr_fricc{
    background: rgba(0,0,0,.7);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
	justify-content: space-between;
}
.hover_bkgr_fricc > div {
    background-color: lightgray;
    box-shadow: 10px 10px 60px black;
    display: inline-block;
    height: auto;
    max-width: 700px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
	position: relative;
    top: -60px;
    left: 50%;
}
/* Popup box BEGIN */

/* Popup_profil box BEGIN */

.hover_bkgr_fricc_profil{
    background: rgba(0,0,0,.6);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
	left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc_profil .helper_profil{
    display:inline-block;
    height:100%;
    vertical-align:middle;
	justify-content: space-between;
}
.hover_bkgr_fricc_profil > div {
    background-color: #F0F8FA;
    box-shadow: 10px 10px 60px black;
    display: inline-block;
    height: auto;
    max-width: 800px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton_profil {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton_profil:hover {
    background-color: #ccc;
}
.trigger_popup_fricc_profil {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
	position: relative;
    top: -42px;
    left: 240px;
}
.container_profil {
   position:relative;
   z-index: 0;
}
.profil758x500 {
	width: 758px;
	height: 500px;
}
#cadre_profil {
	position: relative;
	width: 758px;
	height: 500px;
	padding: 0px;
	border: 1px solid #F0F8FA;
	margin: 0 auto 2em;
	background: #F0F8FA;
	border-radius: 2px 2px 2px 2px;
}
/* Popup_profil box BEGIN */