body {
	display:block;
	background-color:#000000;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
}
header {
    padding: 10px 20px;
    background: #000000;
    color: #ffffff;
}

header .language-selector {
    text-align: right;
    line-height: 39px;
    position: relative;
}

header .language-selector select {
    border: none;
    background: transparent;
    text-align: right;
    outline: none!important;
    text-align-last: right;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 600;
}

footer {
	display:block;
	position:fixed;
	bottom:0;
    padding: 30px;
    background: #000000;
    position: relative;
    z-index: 2;
}

.form-group {
    position: relative;
}

.aside {
    text-align: center;
    width: 500px;
    margin: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    margin-left: -250px;
}

.aside-logo img{
	width:200px;
	height:auto
}

.aside-titre {
	color: #2B8CA9;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 30px 0;
}
.aside-text {
    color: #cfcfcf;
    font-size: 22px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.aside-text p {
    margin-bottom: 0;
}
.aside-text a {
    color: #cfcfcf;
    text-decoration: underline;
}


.form-area-background {
    height: auto;
    min-height: calc(100vh - 120px);
    overflow: hidden;
    background: #ffffff url(../images/content/visuel-background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0 -15px 0 -15px;
    background-size: auto auto;
}

.form-area-background .form-area {
    padding: 60px;
    background: rgba(255, 255, 255, 0.7);
    width: 460px;
    margin: 60px auto 60px auto;
    min-height: 400px;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
}

select.form-control {
    background-image: url(../images/ui/dropdown@2x.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 10px top 11px;
}

.page-content{
	 margin: 1em;
}

.page-content a{
	display:block;
	color: #2B8CA9;
	text-decoration: underline;
}

.page-content a:hover{
	color: #000000;
}

.select-country-titre{
	text-align:center;
	font-weight:bold;
	color: #2B8CA9;
	margin-bottom:30px;	
}

label{
    margin-bottom: 5px;
    font-weight: 600;
    color: #4a4a4a;
    font-size: 16px;
}
.form-control {
    border: solid 1px #979797;
    border-radius: 0;
    height: 44px;
    margin-bottom: 25px;
}

#legal-docs > div{ display:none; }


/*********************************************/
/*************** CSS FOR MOBILE **************/
/*********************************************/
@media only screen and (max-width: 992px) {

    #reg-left, #reg-right {
        position: inherit;
    }
	
	#reg-right {
		padding-right: 0;
		padding-left: 0
	}
	
	.aside {
	    position: relative;
	    transform: none;
		width: 100%;
		margin: 0;
		top: 0;
	    left: 0;
		padding:0 0 20px 0;
	}
	
	.aside-logo img{
		width:150px;
	}
	
	.aside-titre {
	    margin: 20px 0;
	}
	.aside-text {
	    font-size: 18px;
		margin-bottom: 0;
	}
	
    .form-area-background {
        height: inherit;
		min-height: 560px;
	    background-position: right bottom;
	    margin: 0;
	    background-size: contain;
    }
	
	.form-area-background .form-area {
	    padding: 20px;
	    width: 100%;
		min-height: auto;
		height: 100%;
	    margin: 0;
	}
	
	footer{ display:none; }
}

