@font-face {
		font-family: 'Cochin';
		src: url("../fonts/Cochin Bold.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'Avenir Light';
		src: url("../fonts/AvenirLight.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'Avenir Roman';
		src: url("../fonts/AvenirRoman.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'LibreCaslon',sans-serif;
		src: url("../fonts/AvenirMedium.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: 'Baskerville';
		src: url("../fonts/Baskerville.ttf");
		font-weight: normal;
	}

	.success-message {
		padding: 15px;
		margin-bottom: 18px;
		border: 1px solid transparent;
		border-radius: 0px;
		background-color: #00c127;
		border-color: #32d449;
		color: #fff;
	}

	.breadcrumb,
	.bigtitle {
		display: none;
	}

	.register-pro {
		font-family: 'LibreCaslon',sans-serif;
		margin-bottom: 80px;
	}

	.register-pro * {
		font-weight: normal;
	}

	.register-pro b,
	.register-pro strong {
		font-weight: bold;
	}

	.register-pro__wrapper {
		color: #171616;
		display: flex;
		align-items: flex-start;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 40px;
	}

	.register-pro__banner {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 160px 0;
		font-family: 'Cochin';
		background-size: cover;
		background-position: center center;
		margin-bottom: 85px;
	}

	.register-pro__info {
		padding: 95px 40px;
		background: rgba(255, 255, 255, 0.85);
		text-align: center;
		margin: 0 20px;
	}

	.register-pro__info-title {
		font-size: 84px;
		line-height: 1;
		margin-bottom: 25px;
	}

	.register-pro__info-text {
		font-size: 19px;
		line-height: 1;
		letter-spacing: 1.6px;
		font-family: 'LibreCaslon',sans-serif;
	}

	.register-form {

		max-width: 100%;
	}


	.register-form .register-form__title  {
		font-size: 44px;
		font-family: 'Baskerville';
		line-height: 1.1;
		letter-spacing: -1.4px;
		text-transform: initial;
		margin-bottom: 60px;
	}

	.register-form .register-form__title  span {
		font-weight: 700;
	}

	.register-form__fields {
		max-width: 100%;
		width: 505px;
		margin-left: auto;
	}

	.register-form__field:not(.register-form__field_checkbox,.submit) {
		display: grid;
	    grid-template-columns: 35% 65%;
	    grid-gap: 0px;
	    align-items: center;
		margin-bottom: 12px !important;
	}

	.register-form__field_checkbox {
		width: 275px;
		max-width: 100%;
		font-size: 13px;
		flex-wrap: nowrap;
		margin-left: auto;
		margin-bottom: 32px !important;
	}

	.register-form__field_checkbox .register-form__field-name {
		font-family: 'LibreCaslon',sans-serif;
		font-size: 14px;
	}

	.register-form__field-name {
		margin-right: auto;
		flex: 1;
		font-family: 'LibreCaslon',sans-serif;
		font-size: 19px;
		line-height: 1;
		margin: 5px 0;
		text-align: left;
	}

	.register-form__field input[type=text],
	.register-form__field input[type=email],
	.register-form__field input[type=password],
	.register-form__field select {
		font-family: 'LibreCaslon',sans-serif;
		font-size: 19px !important;
		flex: 0 0 auto;
		width: auto;
		max-width: 100% !important;
		padding: 6px 12px;
		height: 37px;
		margin: 0px;
		border: 1px solid #50565b;
		background-position: right 5px center;
		margin-left: 10px;
	}

	.register-form__field label.error {
		width: 100%;
		text-align: left;
		margin: 0;
		margin-top: 5px;
		line-height: 1;
		color: red !important;
		font-size:13px;
	}

	.register-form__field .register-form__btn  {
		width: 100%;
		height: 48px;
		color: #fff;
		font-family: 'LibreCaslon',sans-serif;
		text-transform: uppercase;
		border-color: #9d9d89 !important;
		background: #9d9d89;
	}

	.register-form__field .register-form__btn:hover {
		color: #9d9d89 !important;
		background: transparent;
	}

	.register-form__posttext {
		font-family: 'LibreCaslon',sans-serif;
		font-size: 12px;
		line-height: 1.3;
		padding-top: 15px;
	}


	.register-pro__content {
		flex: 1;
	    padding-right: 145px;
	    margin-bottom: 50px;
	}
	.register-pro__content h1 {
		font-family: 'Baskerville';
		font-size: 45px;
		line-height: 1.1 !important;
		text-transform: initial;
		letter-spacing: -1.4px;
		margin-top: 0;
	}


	.register-pro__content p {
		font-size: 14px;
		line-height: 1.3 !important;
	}

	.register-pro__content ul li {
		font-size: 19px;
		font-family: 'LibreCaslon',sans-serif;
		margin-bottom: 25px;
	}

	.register-pro__content ul li::before {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid;
		border-right: 2px solid;
		transform: rotate(45deg);
		margin-right: 10px;
		position: relative;
		top: -3px;
	}

	@media (max-width: 1199px) {

		.register-pro__info-title {
			font-size: 50px;
			margin-bottom: 
		}

		.register-pro__content {
			padding-right: 50px;
		}
	}

	@media (max-width: 991px) {

		.register-pro__banner {
			padding: 35px 0;
		}
		.register-pro__content {
			padding-right: 50px;
		}
	}

	@media all and (max-width: 767px) {
		#cms #center_column .register-form .register-form__title {
			font-size: 26px;
		}
	}




	@media all and (max-width: 540px) {

		.register-pro__banner {
			margin-bottom: 30px;
		}

		.register-pro__info {
			padding: 30px;
		}

		.register-pro__info-title {
			font-size: 30px;
		}

		..register-pro__info-text {
			font-size: 16px;
		}

		.register-form__field-name {
			flex: 0 0 auto;
			width: 100%;
		}

		.register-form__field input[type=text], 
		.register-form__field input[type=email], 
		.register-form__field input[type=password], 
		.register-form__field select {
			margin-left: 0;
			width: 100%;
		}

		.register-form__field_checkbox {
			width: 100%;
		}
	}
	
	
.success-message-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.success-message-content {
    width: 700px;
    background: #222;
    border-radius: 2px;
    position: absolute;
    border: solid 1px #b5985a;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.success-message-content .success-message.new-success-register {
    margin: 0;
    background: transparent;
    border: none;
    color: #b5985a;
    font-weight: 800;
    font-size: 24px;
    position: relative;
    padding: 0;
    height: auto;
}

.success-message-content .success-message.new-success-register::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    font-weight: 200;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    border: solid 1px #b5985a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #b5985a;
    color: #fff;
}

.success-message-content .close-popup {
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: -11px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
    top: -13px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    color: #b5985a;
    cursor: pointer;
    transition: .3s !important;
    border: solid 1px #b5985a;
}

.lost_password{
	width:50%;
	float:left;
}

.connexion{
	width:50%;
	float:left;
}

#wrapper .container{
	width:100% !important;
}