/****************************************/
/*POP UP IDENTIFICATION POP UP*/
body .divWucIdentificationPopup
{
	background-color: #ffffff;
	border: 0 none;
	-o-box-shadow: 0 0 5px #808080;
	-ms-box-shadow: 0 0 5px #808080;
	-moz-box-shadow: 0 0 5px #808080;
	-webkit-box-shadow: 0 0 5px #808080;
	box-shadow: 0 0 5px #808080;
	left: 0 !important;
	margin: 0 auto;
	max-width: 400px;
	right: 0 !important;
	top: 50px !important;
	width: 98% !important;
	position:fixed !important;
}

body .divWucIdentificationPopup  td, body .divWucIdentificationPopup  th
{
	border: 0 none;
	padding:0;
}

body .divWucIdentificationPopup .divInformationIdentification .divInformationIdBloc .divIdHelp
{
	display:none;
}

.rwStatusbarRow
{
	display:none;
}

body .divWucIdentificationPopup .rwTitleRow
{
	display:none;
}

.divWucIdentificationPopup .contentBloc
{
	text-align:center;
}

.divWucIdentificationPopup  a.linkButton
{
	height:auto;
	position:relative;
	right:inherit;
	width:auto;
	margin:0 auto;
	top:inherit;
	left:0;
	border-bottom:0;
	text-decoration:none;
	display:inline-block;
	padding:2px 14px;
	background-color:#000000;
	color:#ffffff;
	font-size:1em;
	text-align:center;
}

.contentBloc
{
	display: block;
	margin: 10px auto;
	width: 100%;
}

.contentBloc > .divBlocEntreprise
{
	display:none;
}

.contentBloc > .divBlocIdentificationSite, .contentBloc > .divBlocContactCreate
{
	clear: both;
	display: block;
	margin: 20px auto 10px;
	width: 90%;
}

body .divWucIdentificationPopup .divInformationIdentification .divInformationIdText
{
	color: #333333;
	font-size: 1em;
	text-align: left;
	margin-bottom:10px;
}

.divWucIdentificationPopup input.divTxt
{
	font-size: 1.2em;
	height: 32px;
	margin: 3px 0;
	padding: 0 1%;
	width: 98%;
}

.divWucIdentificationPopup .imbButton
{
	margin: 5px auto;
	text-align: center;
}

.divWucIdentificationPopup .divBlocMotdePasse a
{
	color: #505050;
	font-size: 0.9em;
	font-style: italic;
}

.contentBloc > .divBlocContactCreate
{
	padding-top: 20px;
	background-color:transparent;
	padding:inherit;
	padding-top:10px;
	border-top:1px solid #cccccc;
}

.contentBloc > .divBlocContactCreate .titre
{
	color: #333333;
	font-size: 1.2em;
	text-align: left;
	margin-bottom:10px;
}

/*quand IDENTIFé :*/
.divInformationLogin > .hypUpdate,.divInformationLogin > .imbDeconnexion
{
	display: block;
	float: left;
	line-height: 12px;
	margin-right: 5px;
	width: auto;
}

.divInformationLogin > .hypUpdate a,.divInformationLogin > .imbDeconnexion a
{
	color:#ffffff;
	background-color: #333333;
	padding: 5px 10px;
	display: block;
}

.divInformationLogin > .hypUpdate a:hover,.divInformationLogin > .imbDeconnexion a:hover
{
	text-decoration: underline;
}

/* Fonction Rester Connecté Identification*/
.divWucIdentificationPopup .stayConnected
{
	text-align:left !important;
}

/* --------- */
/* Fonction Social Connect */
.Connect_with
{
	display: block;
	margin-top: 30px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.Connect_with .ou
{
	border-bottom: 1px solid #cccccc;
	line-height: 0.1em;
	margin: 10px 0 20px;
	width: 100%;
	text-align: center;
	display:block;
	position:relative;
}

.Connect_with .ou span
{
	background-color: white;
	padding: 5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-transform:uppercase;
	background-color:#fafafa;
	color:#727272;
}

.Connect_with .textConnect
{
	margin-bottom:10px;
	display:block;
	color:black;
}

.facebook
{
	display: inline-block;
	height: 50px;
	width: 50px;
	background-image: url("../../../../Fichiers/common/images/socialConnect/fbBlanc.png");
	background-color: #3c5a98;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

.facebook:hover
{
	background-color: #4e78cf;
}

.facebook span
{
	display:none;
}

.linkedin
{
	display:inline-block;
	height:50px;
	width:50px;
	background-image: url("../../../../Fichiers/common/images/socialConnect/linkedinBlanc.png");
	background-color:blue;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #007ab9;
	-moz-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

.linkedin:hover
{
	background-color: #1396d9;
}

.linkedin span
{
	display:none;
}

.google
{
	display:inline-block;
	height:50px;
	width:50px;
	background-image: url("../../../../Fichiers/common/images/socialConnect/googleBlanc.png");
	background-color:#cc3333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
}

.google:hover
{
	background-color:#eb3838;
}

.google span
{
	display:none;
}
body .RadCalendarPopup
{
	z-index: 999999999 !important;
}
body .RadCalendarFastNavPopup
{
	z-index: 9999999999 !important;
}

.divWucSocialConnectPopup
{
	right: 50% !important;
	width: 70% !important;
	position: fixed !important;
	left: 50% !important;
	margin-left: -35% !important;
	font-size: 1em !important;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
	top:2% !important;
}

.synchro_ok
{
	color:#27ae60;
	font-size:1.3em;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:-50px;
	margin-top:-30px;
}

.synchro_ok:before
{
	content:'' ;
	display:inline-block;
	background-image: url("../../../../Fichiers/common/images/socialConnect/check_mark.png");
	background-repeat:no-repeat;
	height:45px;
	width:45px;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-5px;
}

.divWucSocialConnectPopup .contentBloc div div div span
{
	width:36%;
}

.divWucSocialConnectPopup hr
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.divWucSocialConnectPopup .identiteForm,.divWucSocialConnectPopup .adressForm
{
	width:46%;
	display:inline-block;
	vertical-align:top;
	margin-left:1.5%;
	margin-right:1.5%;
}

.divWucSocialConnectPopup select
{
	max-width: 60%;
}

.divWucSocialConnectPopup fieldset
{
	background-color: #eaeaea;
	padding: 20px !important;
	display: block !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}

.divWucSocialConnectPopup .fieldset .titleFieldset
{
	position: relative;
	top: 52px;
	margin-bottom: 45px;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	background-repeat: no-repeat;
	color: black;
	width:100%;
}

.divWucSocialConnectPopup .RadPicker
{
	position:relative;
}

.divWucSocialConnectPopup .fieldsetIdentite .titleFieldset:before
{
	content:' ';
	display:inline-block;
	vertical-align:middle;
	height:36px;
	width:36px;
	background-image: url("../../../../Fichiers/common/images/socialConnect/identity.png");
	background-repeat: no-repeat;
	margin-top:-5px;
	margin-right:5px;
}

.divWucSocialConnectPopup .fieldsetCoordonnees .titleFieldset:before
{
	content:' ';
	display:inline-block;
	vertical-align:middle;
	height:32px;
	width:32px;
	background-image: url("../../../../Fichiers/common/images/socialConnect/adress.png");
	background-repeat: no-repeat;
	margin-top:-5px;
}

.SocialConnect_validButton a
{
	margin:auto;
	background-color:black;
	color:white;
	display:block;
	text-align:center;
	padding:10px;
	width:15%;
	margin-top:20px;
	border-radius:5px;
	transition:all 0.5s;
	clear:both;
}

.SocialConnect_validButton a:hover
{
	background-color:#808080;
}

.divWucSocialConnectPopup .divClosePopup a
{
	float:right;
	font-size:0em;
	background-image: url("../../../../Fichiers/internet/images/imbclose.gif");
	height:20px;
	width:20px;
	position: absolute;
	right: 0;
}

/* --------- */
@media screen and (max-width:1024px)
{
	.divWucSocialConnectPopup
	{
		right: 50% !important;
		width:90% !important;
		position: fixed !important;
		left: 50% !important;
		margin-left: -45% !important;
		font-size: 1em !important;
		padding: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 10px;
		top: 5% !important;
	}

	.divWucSocialConnectPopup .identiteForm,.divWucSocialConnectPopup .adressForm
	{
		width:46%;
		display:inline-block;
		vertical-align:top;
		margin-left:1.5%;
		margin-right:1.5%;
	}
}

@media screen and (max-width:1350px) {
    .divWucSocialConnectPopup select {
        max-width: 61%;
    }

    }

    @media screen and (max-width:850px) {
        .divWucSocialConnectPopup {
            right: 50% !important;
            width: 100% !important;
            position: absolute !important;
            left: 50% !important;
            margin-left: -50% !important;
            font-size: 1em !important;
            padding: 20px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 10px;
            top: 0 !important;
        }

            .divWucSocialConnectPopup .identiteForm, .divWucSocialConnectPopup .adressForm {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                margin-left: 1.5%;
                margin-right: 1.5%;
            }
    }

    @media screen and (max-width:500px) {
        .synchro_ok {
            text-align: center;
            margin-top: 10px;
            margin-bottom: -30px;
        }

            .synchro_ok span {
                display: block;
                text-align: center;
            }
    }

    @media screen and (max-width:400px) {

        body .divWucIdentificationPopup{
            height: 96% !important;
            top: 2% !important;
            overflow: auto;
        }

        .synchro_ok {
            text-align: center;
            width: 85%;
        }

        .divWucSocialConnectPopup .contentBloc div div div span {
            width: 100%;
        }

        .divWucSocialConnectPopup .contentBloc div div div input {
            width: 80%;
        }

        .divWucSocialConnectPopup {
            padding: 0 !important;
            padding-top: 10px !important;
        }

            .divWucSocialConnectPopup .identiteForm, .divWucSocialConnectPopup .adressForm {
                width: 90%;
                margin: 0;
            }
    }