.tabs-form {
	max-height: none;
}

.tabs-form .tabs-form__nav li.single {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tabs .tabs__nav .current div.tabLink {
    padding-left: 26px;
}

.section-form .section-form__entry p ~ p {
	line-height: 20px;
}

.tabs .tabs__nav  div.tabLink {
    padding: 10px 5px 2px 26px;
    min-width: 137px;
    min-height: 21px;
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-decoration: none;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.slider .slider__next,
.slider .slider__prev {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;	
}

.slider .slider__content p.question {
    padding: 30px;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.table td:nth-child(2) {
    padding-right: 13px;
}

.table th:nth-child(3) {
    padding: 0px 0px 0px 28px;
}

.table td:nth-child(3) {
    padding-right: 26px;
}

.btn span.ico-right {
    margin-right: 0px;
    margin-left: 10px;
}
.btn span.ico-only {
    margin-right: 0px;
}
.btn.center {
    padding: 8px 12px 6px 11px;
}
.btn.anim-right span {
    left: -2px;
}
.btn.anim-right:hover span {
    left: 3px;
}
.btn.no-anim:hover span {
    left: 0px;
}

.section-details{
/* 	padding-bottom: 119px; */
}

.section-details__actions.align-right {
	display: block;
    text-align: right;
    -webkit-box-pack: initial;
}

.section-details .section-details__graphics {
	min-height: 543px;
}

.category_details__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px 0;
    padding: 9px 25px 21px 25px;
    /* background-color: #006FAB; */
    border-radius: 10px 10px 0px 0px;
    text-align: left;
}

.category_details__image {
    display: inline-block;
    width: 57px;
	min-width: 57px;
    height: 57px;
    margin-right: 23px;
    border: 4px solid #fff;
    border-radius: 50px;
	overflow: hidden;
}

.category_details__head h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.category_details {
    text-align: left;
}

.category_details__body {
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 20px;
}

.category_details__elements {
    border-top: 1px solid rgba(255,255,255,.5);
    padding: 20px 20px 20px 38px;
}


.field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #959595;
    opacity: 1; /* Firefox */
}

.field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959595;
}

.field::-ms-input-placeholder { /* Microsoft Edge */
    color: #959595;
}


.slider__content{
min-height: 247px;
}


.slider .slider__next:hover{
	background-color:#006FAB;
	color:#fff;
}

.slider .slider__prev:hover{
	background-color: #006FAB;
}

.icon-arrow-white-01:before :hover{
	color:#006FAB;
}


.slider .slider__entry{
	padding-top: 4.5%;
}

.slider .slider__slide{
	border-radius: 0.5em;
}

.radio>label{
	-moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	-o-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}

.radio>label:hover{
	position: absolute;
    top: -6px;
    left: -8px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #006FAB;
    border: solid 4px #fff;
    line-height: 1;
	border-radius: 100%;
	-moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	-o-box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}

.radio [type="radio"]:checked + label {
	/*
	-moz-box-shadow: 0px 0px 0px 4px #a74669;
	-webkit-box-shadow: 0px 0px 0px 4px #a74669;
	-o-box-shadow: 0px 0px 0px 4px #a74669;
	box-shadow: 0px 0px 0px 4px #a74669;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#a74669, Direction=NaN, Strength=0);
	*/
}

.intro.result {
	height: 95px;
}

.btn.center.no-anim.btn-prev{
		border-radius: 50%;
		height: 40px;
		width: 40px;
}


.intro.introCategory5
{
	animation: fadein 2s;
	 -moz-animation: fadein 2s; /* Firefox */
	 -webkit-animation: fadein 2s; /* Safari et Chrome */
	 -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
	 from {
			 opacity:0;
	 }
	 to {
			 opacity:1;
	 }
}
@-moz-keyframes fadein { /* sur Firefox */
	 from {
			 opacity:0;
	 }
	 to {
			 opacity:1;
	 }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
	 from {
			 opacity:0;
	 }
	 to {
			 opacity:1;
	 }
}
@-o-keyframes fadein { /* sur Opera */
	 from {
			 opacity:0;
	 }
	 to {
			 opacity: 1;
	 }
}


.section-details .section-details__table p{
	line-height: 20px;
}

.category_details__body{
	line-height: 20px;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
 	-webkit-text-fill-color: #006FAB;
}

.section-details .section-details__title {
    margin-bottom: 25px;
}

.section-details .section-details__table .intro-best-role {
	text-align: center;
	font-weight: bold;
}

.slider .slider__content {
    background-color: rgba(255,255,255,.1);
}

.slider .slider__entry {
    background-color: rgba(255,255,255,.25);
}

.section-details .section-details__graphics,
.section-details .section-details__table,
.section-details .section-details__reco {
    background-color: rgba(255,255,255,.1);
	box-shadow: 0 8px 21px 0 rgba(0,0,0,0.15);
}

.section-details__table .table {
	margin-bottom: 0;
}

.table tr:nth-child(even) {
    background-color: rgba(1255,255,255, .1);
}

.slick-slide.slick-current .slider__question__container {
    border-radius: 8px;
    box-shadow: 0 8px 21px 0 rgba(0,0,0,0.15);
}

.radio [type="radio"] + label {
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;	
}

.field.no-icon {
	padding: 0 10px 0 10px;
}

.btn {
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;	
}

.btn.btn-next {
	background-color: white;
	color: #006FAB;
	border: none;
}

.btn:hover {
    background-color: #006FAB;
    color: #fff;
}

.section-details .section-details__reco {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-radius: 10px;
    position: relative;
    text-align: center;	
	height: 100%;
}

.slider .slider__next.inactive {
    background-color: rgba(255,255,255,.2);
    color: rgba(255,255,255,.4);
    box-shadow: none;
    -webkit-box-shadow: none;
}

.reco-header {
    background-color: white;
    color: #006FAB;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    font-weight: 500;
    margin-bottom: 15px;	
}

.reco-title {
    display: inline-block;
    padding: 7px;
    border-radius: 50px;
    border: 2px solid #006FAB;
    width: 60%;
	font-size: 18px;	
    margin-bottom: 15px;
}

.reco-subtitle {
}

.reco-btn {
    color: #006FAB;
    background-color: white;
    border-radius: 20px;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.41);
    box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.41);
	
	-webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.reco-btn:hover {
    background-color: #006FAB;
    color: #fff;
}

a.logout {
	color: #ee304c;
}

.reco-divider {
    border-top: 1px solid rgba(255,255,255,.3);
    height: 1px;
    display: block;
    margin-bottom: 15px;
}

p.reco-body {
    margin-bottom: 15px;
	padding: 0px 20px;
	display: block;
    font-size: 13px;
}

.reco-subtitle {
	font-size:12px;
}

p.reco-body.smaller {
    font-size: 11px;
}

ul.reco-social {
	list-style-type: none;
    display: table;
    border-collapse: separate;
    border-spacing: 13px 0px;
    margin: auto;
    margin-bottom: 15px;
}

ul.reco-social li {
	width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 15px;
    background-color: white;
    vertical-align: middle;
    display: table-cell;
}

ul.reco-social li img {
	max-height: 20px;
	max-width: 20px;
}


.wrapper {
  background: url(../images/temp/background.jpg) repeat-y center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
}

.section-form,
.section-details,
.section-questions {
	background: none;
}

@media (max-width: 768px) {
	
	.col-reco {
		margin-bottom: 40px;
	}
	
	.section-details .section-details__title--mobile {
	    padding: 7px 20px 6px;
		text-align: center;
	}
	
	.section-details .section-details__graphics {
	    min-height: 450px;
	}
	
	.section-details .section-details__table {
		margin-top: 20px;
	}
}
