html, #formulaire {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#imgclick {
    background: #fff;
    border: 2px solid #dadada;
    border-radius: 10px;
    margin: 20px auto 20px auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    width: 675px;
}

@media screen and (max-width: 728px) {
    #imgclick {
        width: 98%;
    }
}

.titles {
    border-bottom: 1px solid #ddd;
    color: #501b73;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 2px;
    text-align: left;
    text-transform: uppercase;
}

.mandatory {
    color: #555;
    font-weight: normal;
}

.no-transac {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    opacity: 0.4;
}

.inscriDiv	{
	padding: 25px!important;
}

#divEtapes {
    margin: 15px auto;
    padding-bottom: 23px; /* taille de la margin top et de la taille de police de la description */
    text-align: center;
}
#divEtapes > * {
    background: #dedede;
    display: inline-block;
    vertical-align: middle;
}
#divEtapes .fait + *, #divEtapes .fait {
/* #divEtapes .fait { */
    background: #ffa500;
}
#divEtapes .current {
    /* background: #87ceeb; */
    /* background: #4cb4de; */
    background: #a0def7;
}
#divEtapes .etape, #divEtapes .etape.fait {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    position: relative;
}
#divEtapes .etape .desc {
    color: #dedede;
    left: 50%;
    line-height: 1;
    margin-left: -75px;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    width: 150px;
}
/* #divEtapes .fait .desc, #divEtapes .fait + .etape .desc { */
#divEtapes .fait .desc, #divEtapes .fait {
    color: #ffa500;
}
#divEtapes .ligne {
    height: 4px;
    margin: 0;
    width: 100px;
}

@media screen and (min-width: 1024px) {
    #divEtapes .ligne {
        width: 100px;
    }
    #divEtapes .etape, #divEtapes .etape.fait {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    #divEtapes .etape .desc {
        font-size: 18px;
    }
}
@media screen and (min-width: 728px) and (max-width: 1023px) {
    #divEtapes .ligne {
        width: 100px;
    }
    #divEtapes .etape, #divEtapes .etape.fait {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    #divEtapes .etape .desc {
        font-size: 18px;
    }
}
@media screen and (max-width: 727px) {
    #divEtapes .ligne {
        width: 60px;
    }
    #divEtapes .etape, #divEtapes .etape.fait {
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }
    #divEtapes .etape .desc {
        font-size: 14px;
    }

	.inscriDiv	{
		padding: 5px!important;
	}

	.expContainer, .eduContainer	{
		margin: 10px!important;
	}
	.exptitle, .edutitle {
		margin-left: 15px;
	}
	.expOrgProposal li	{
		width: 99%!important;
	}
}
@media screen and (max-width: 480px) {
    #divEtapes .ligne {
        width: 40px;
    }
    #divEtapes .etape, #divEtapes .etape.fait {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    #divEtapes .etape .desc {
        font-size: 11px;
    }
}

.progressDiv {
    background: transparent;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.progressBar {
    background-color: #eee;
    border-radius: 15px;
    left: 50%;
    margin: 10px 0;
    padding: 20px 20px 10px 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jcrop-keymgr   {
    display: none!important;
}

.caption {
    overflow: hidden;
}

.mdpMsg	{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 6px!important;
}

.cvChoiceBtnDiv	{
	margin: 30px 0 5px 0;
	text-align: center;
}
.cvChoiceBtnDiv button	{
	margin: 5px 2px 0 2px;
}
.cvChoiceBtnDiv button.actif	{
	background-color: #501b73;
	border-color: #501b73;
	color: #fff!important;
}
.cvChoiceBtnDiv button.inactif	{
	background-color: #e7941e;
	border-color: #e7941e;
	color: #333;
	opacity: .6;
}

.exptitle, .edutitle {
    color: #501b73;
    font-weight: bold;
    margin-bottom: 10px;
}

.expContainer, .eduContainer	{
	background-color: #f5f5f5;
	border-radius: 10px;
	margin: 0;
	padding: 10px 5px 5px 5px;
}

.proposalTitle	{
	font-size: 12px;
	text-decoration: underline;
}
.eduInstProposal, .expOrgProposal	{
	font-size: 11px;
	list-style-type: none;
	padding: 0;
}
.eduInstProposal li, .expOrgProposal li	{
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	margin: 3px;
	padding: 2px;
	width: 48%;
}
.eduInstProposal li:hover, .expOrgProposal li:hover	{
	background-color: #eaeaea;
}
.eduInstProposal li.actif, .expOrgProposal li.actif	{
	background-color: #080;
	color: #fff;
}

hr {
	background-color: #bbb;
}

#skillsList span.skill, #langsList span.lang, #hobbiesList span.hobby {
    background-color: #501b73;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    opacity: .7;
    padding: 3px 8px;
    margin: 0 5px 6px 0;
}
#skillsList span.skill.suppr, #langsList span.lang.suppr, #hobbiesList span.hobby.suppr {
    background-color: #555;
    opacity: .3;
}
#langsList span.lang em {
	font-size: .85em;
}


.inscriDiv .tab-content .tab-pane	{
	background-color: #fff!important;
	font-weight: normal;
	padding-top: 15px;
}
.inscriDiv .tab-content .tab-pane .cvNumVisu .iframeTopDiv	{
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.inscriDiv .tab-content .tab-pane .cvNumVisu iframe	{
	border: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.cvPdfVisu, .cvNumVisu	{
	border: 1px solid #eee;
	max-height: 1000px;
	overflow: scroll;
	padding: 5px;
	width: 100%;
}
.cvNumVisu	{
	min-height: 800px!important;
}