/* COULEURS : #006bb0 > bleu clair / 34495E > bleu foncé / f8ab00 > Orange */

.undecorated-link:hover {
	text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
.ng-invalid.ng-dirty {
	border-color: #FA787E;
}
.ng-valid.ng-dirty {
	border-color: #78FA89;
}

/* GLOBAL */
html{
  background-color: white;
  color: #006bb0;
}

body{
  position: relative;
  background-color: white;
}

h1 {
	margin-top: 14px;
	margin-bottom: 16px;
	color: #006bb0;
	text-align: center;
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
	color: #006bb0;
}

a {
	text-decoration: none !important;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

.prewrap {
  white-space: pre-wrap;
}

.img-bordered {
	border-radius: 10px;
	border: #6f6f6e 3px solid;
	background-color: white;
}

.blue {
	color: #006bb0;
}

.label1 {
	font-size: 1.5em;
}

.label2 {
	font-size: 1.3em;
}

textarea {
	resize: vertical;
}

.btn {
	position: relative;
}

.block-progress {
	vertical-align: middle;
	padding-top: 7px;
}

.signin .checkbox-inline {
	padding: 0;
}

.block-progress .progress-point {
	width: 17px;
	height: 17px;
	border-radius: 5px;
	border: 1px solid #6f6f6e;
	display: inline-block;
	cursor: pointer;
	background: #e2e2e2;
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}

.block-progress .progress-style-1 {
	background: #006bb0;
	background: -moz-linear-gradient(top,  #006bb0 0%, #005ba0 100%, #8abbd7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #006bb0 0%,#005ba0 100%,#8abbd7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #006bb0 0%,#005ba0 100%,#8abbd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bb0', endColorstr='#8abbd7',GradientType=0 ); /* IE6-9 */

}

.block-progress .progress-style-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2825b+0,e55b2b+50,f07146+100;Red+3D+%232 */
background: #f8ab00; /* Old browsers */
background: -moz-linear-gradient(top,  #f8ab00 0%, #d4a700 50%, #d49700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f8ab00 0%,#d4a700 50%,#d49700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f8ab00 0%,#d4a700 50%,#d49700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ab00', endColorstr='#f07146',GradientType=0 ); /* IE6-9 */

}

.block-progress .progress-style-2:before {
 	content:url('../img/icons/pointeur.svg');
 	position: absolute;
 	width: 23px;
 	height: 20px;
 	margin-top: -24px;
 	margin-left: -12px;
 }

.home-disconnected hr {
	width:60%;
}

.my-container {
	width: 1170px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.main-container {
	background-color: #E2EBF3;
	min-height: 100vh;
	padding-bottom: 50px;
	padding-top: 135px;
	border-left: #bbb 1px solid;
	border-right: #bbb 1px solid;
}

.thin-border-btn {
	border: 1px solid;
	border-radius: 4px;
	padding: 3px 0 0 0;
	border-color: #006bb0;
}

.jeune-icon {
	position: absolute;
	cursor: pointer;
}

.vh-home {
	padding-top: 10px;
	display: block;
}

.ji-home {
	right: 50px;
}

.ji-signin {
	right: 120px;
}

.scale-img {
	max-width:100%;
	max-height: 100%;
    margin:auto;
}

.clickable {
	cursor: pointer;
}

.w200 {
  width: 200px;
}

.w350 {
  width: 350px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt44 {
	margin-top: 44px;
}

.mt50 {
	margin-top: 50px;
}

.mt75 {
	margin-top: 75px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml20 {
	margin-left: 20px;
}

listenable-picto .picto {
	width: 60px;
	height: 60px;
}

.whitebox {
	background-color: white;
	color: black;
	border-radius: 20px;
	border: #006bb0 3px solid;
}

.btn {
	letter-spacing: 1px;
	border-radius: 8px;
  	box-shadow: 0 5px 10px rgba(0,0,0,0.19), 0 3px 3px rgba(0,0,0,0.23);
  	transition: 0.15s;
}

.btn:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transition: 0.15s;
}

.btn[disabled] {
	color:#34495E;
}

.btn-primary {
	background-color: #006bb0;
	border: white 2px solid;
}

.btn-primary:hover {
	background-color: #f8ab00;
	border: white 2px solid;
}

.btn-selected, .btn-selected:focus, .btn-selected:active, .btn-selected:active:hover {
	background-color: #f8ab00;
	border: white 2px solid;
}

.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus,
.btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus {
	background-color: #f8ab00;
	border: white 2px solid;
}

.btn-w1 {
	width: 100px;
}
.btn-w2 {
	width: 215px;
}
.btn-w3 {
	width: 320px;
}

.btn-icon {
	height: 32px;
	position: absolute;
	margin-left: -38px;
	margin-top: -5px;
}

/* HEADER */
header{
  position: fixed !important;
  width: 100%;
  line-height: 63px;
  z-index: 11;
  background: linear-gradient(to right, white 50%, #006bb0 50%) !important;
  border-bottom: #f8ab00 5px solid !important;
  box-shadow: 0 4px 4px -2px gray;
}

.nav-left-part {
	background: white !important;
	height: 128px;
	width: 60%;
	float: left;
	padding-top: 5px;
}
.nav-middle-part {
	background: linear-gradient(to right bottom, white 49%, #006bb0 50%) !important;
	height: 128px;
	text-align: center;
	width: 110px;
	float: left;
}
.profileImgUser {
	max-height: 100px;
	max-width: 90px;
	margin-top: 18px;
	border-radius: 8px;
	border: #6f6f6e 4px solid;
	vertical-align: middle;
}
.nav-right-part {
	background: #006bb0 !important;
	height: 128px;
	margin-right: 50px;
}

.navbar-brand {
	background-image: url('../img/icons/home.svg');
	background-repeat: no-repeat;
	margin-top: 33px;
	margin-left: 50px;
	width: 73px;
}

header .banniere {
	width: 396px;
	margin-left: 80px;
	display: inline-block;
}

ul.nav li {
	display: block;
	float: none;
	font-size: 1em;
}

.navbar-brand:hover {
	background-image: url('../img/icons/home.svg');
}

.page-header {
	margin-top: 20px;
	border: none;
}

/*FOOTER*/

footer {
	height: 40px;
	width: 100%;
	background: linear-gradient(to right, white 50%, #006bb0 50%) !important;
	border-top: #f8ab00 5px solid !important;
  	box-shadow: 0 -4px 4px -2px gray;
  	position: fixed;
  	font-size: 11px;
  	bottom: 0;
  	z-index: 10;
}

footer .footer-part-1 {
	background-color:white;
	height: 35px;
	float: left;
}

footer .footer-part-2 {
	background: linear-gradient(to right bottom, white 49%, #006bb0 51%) !important;
	height: 35px;
	text-align: center;
	width: 39px;
	float: left;
}

footer .footer-part-3 {
	background-color: #006bb0;
	height: 45px;
	text-align: center;
	font-size: 1.4em;
	color: white;
}

footer .footer-part-3 p {
	margin: 0;
	padding: 0;
	line-height: 35px;
	display: inline-block;
}

footer .footer-part-3 a {
	margin: 0 10px;
	color: white;
}

footer .logo-footer-right-container {
	display: inline-block;
	vertical-align: middle;
	float: right;
}

/* HOME */
.module-section {
	display: flex;
	align-items: center;
}

.module-section .module-selection {
	padding: 5px 10px;
	border-color: #6f6f6e
}

.module-section + .module-section {
	margin-top: 20px;
}


.module-section .module-title {
	font-size: 1.4em;
	width: 100%;
	display: block;
	margin: 0;
}

.module-section .btn-continue-block {
	margin-left: 20px;
}

.module-section .btn-continue-block button {
}

.temoign-title {
	margin-top: 0;
	margin-bottom: 20px;
}

.temoignages {
	font-size: 1.2em;
	padding: 20px;
}

.listenable-icon {
	cursor:pointer;
	vertical-align: middle;
	margin-bottom: 3px;
}

.smallListenable-button {
	width: calc(100% - 38px);
}

.logos-partenaires {
	margin-top: 30px;
	text-align: center;
	background-color: white;
}

.logos-partenaires img {
	margin: 16px;
}

.video-accueil {
	margin-top: 7px;
}

/* IPV SELECT */
ipv-select p {
	text-align: center;
	margin-top: 5px;
	font-size: 2.4em;
}

ipv-select button {
	width:30%;
	margin: auto;
}

ipv-select button + button {
	margin-left: 4.3%
}

ipv-select button > p {
	font-size: 1.5em;
}

ipv-select input[type="text"] {
	height: 50px;
	width: 50%;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 1.8em;
}

ipv-select img {
	height:50px;
	width: 100% auto;
	margin-top: 10px;
}

/* SLIDER */
.owl-carousel .item:hover{
  background: #ccc;
}

.owl-carousel img {
	display: block;
	max-width:100%;
	max-height: 100%;
    margin:auto;
    vertical-align: middle;
}

.owl-carousel p {
	text-align: center;
	font-size: 1.5em;
	transition:color ease-in-out .25s, text-shadow ease-in-out .25s;
	-webkit-transition: -webkit-color ease-in-out .25s, -webkit-text-shadow ease-in-out .25s;
	-o-transition: color ease-in-out .25s, text-shadow ease-in-out .25s;
}

.owl-carousel .imageContainer {
	height : 150px;
	margin-bottom: 5px;
}

.link {
	cursor: pointer;
	padding:15px 8px 3px 8px;
	-webkit-transition: -webkit-box-shadow ease-in-out .15s, -webkit-background-color ease-in-out .15s;
	-o-transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.clicked {
	background-color: #f8ab00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d89b00;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d89b00;
	-webkit-transition: -webkit-box-shadow ease-in-out .15s, -webkit-background-color ease-in-out .15s;
	-o-transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	transition: box-shadow ease-in-out .15s, background-color ease-in-out .15s;
}

.clicked p {
	color:white;
	transition:color ease-in-out .25s, text-shadow ease-in-out .25s;
	-webkit-transition: -webkit-color ease-in-out .25s, -webkit-text-shadow ease-in-out .25s;
	-o-transition: color ease-in-out .25s, text-shadow ease-in-out .25s;
	text-shadow: 3px 1px 11px rgba(150, 150, 150, 1);
}

/* NAVIGATION QUESTIONNAIRE */

.left_arrow_navigation {
	float:left;
}

.AQ-image-selector img {
	margin-bottom: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	max-width:100%;
	max-height: 100%;
    margin:auto;
	height: 150px;
}

.AB-img-selected {
	border:#f8ab00 4px solid !important;
	opacity: 1 !important;
}

/* dual-question */
image-selector div div {
	cursor: pointer;
}

.tabs ul {
	list-style: none;
}

.tabs ul li {
	display: inline-block;
}

.tabs ul li a {
	line-height: 1.6em;
	text-align: center;
	padding: 10px;
}

.tabs .ui-tabs-active a {
	border-bottom: #f8ab00 3px solid;
}


/* VIDEO HELPER */
video-helper video {
	width: 100%;
	height: 100%;
}

video-helper .modal {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.8);
}

video-helper .modal-content {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

video-helper .modal-dialog {
	width: 55%;
	min-width: 600px;
	padding-top: 400px !important;
}

/* BIRTHDAY PICKER */
.bp-day {
	display: inline-block;
	width: 70px;
}
.bp-month {
	display: inline-block;
	width: 125px;
	margin-left: 8px;
}
.bp-year {
	display: inline-block;
	width: 91px;
	margin-left: 8px;
}

/* MENTIONS */
.mentions-legales p {
	font-size: 1.1em;
}
.mentions-legales li {
	font-size: 1.1em;
}
.mentions-legales h4 {
	font-size: 1.5em;
	color: #006bb0;
}
