@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
/**
 * Global Reset of all HTML Elements
 */

html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
ul {
  list-style: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:active {
  color: inherit;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #eef4f9;
}
@media (max-width: 992px) {
  body.home {
    background-color: white;
  }
}
p {
  font-size: 18px;
  color: #4a4a4a;
}
a:focus {
  color: inherit;
}
a:active {
  color: inherit;
}
.home-content {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .home-content {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    left: 0;
  }
}
.home-content .btn {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-content .welcome-wrapper {
  padding: 45px 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .home-content .welcome-wrapper {
    padding: 25px 18px;
  }
}
.home-content .welcome-wrapper h1,
.home-content .welcome-wrapper h2 {
  margin: 16px 0;
  font-weight: normal;
  font-size: 30px;
}
.home-content .carousel-inner {
  height: 600px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .home-content .carousel-inner {
    height: 550px;
  }
}
.home-content .carousel-inner .item img {
  width: 250px;
  margin: 0 auto;
  height: auto;
  display: block;
}
.welcome-slide .carousel-indicators {
  position: absolute;
  margin: 20px 0;
  left: 0;
  bottom: 22%;
  width: 100%;
}
@media (max-width: 480px) {
  .welcome-slide .carousel-indicators {
    bottom: 12%;
  }
}
.profil-card {
  max-width: 800px;
  margin: 0 auto;
  padding: 55px 100px;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .profil-card {
    padding: 25px 10px;
    width: 95%;
  }
}
@media (max-width: 480px) {
  .profil-card h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .profil-info {
    padding: 0;
    width: 100%;
  }
}
.profil-info .profil-line {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .profil-info .profil-line {
    display: block;
    padding-bottom: 15px;
  }
}
.profil-info .profil-line:last-of-type {
  padding-bottom: 0px;
}
.profil-info .profil-line.border-top {
  border-top: 1px solid lightgray;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .profil-info .profil-line.border-top {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .profil-info .profil-line.border-top h4 {
    color: #4a4a4a;
    font-weight: normal;
    font-size: 17px;
  }
}
.profil-info .profil-line h4 {
  width: 320px;
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 480px) {
  .profil-info .profil-line h4 {
    width: 100%;
    padding-bottom: 5px;
    color: #8ca0b3;
  }
}
.profil-info .profil-line h3 {
  font-size: 24px;
  color: #13c9a0;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 480px) {
  .welcome-content {
    padding-top: 50px;
  }
}
.welcome-content h1 {
  font-size: 32px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .welcome-content h1 {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .welcome-content h1 span {
    font-size: 24px;
    display: block;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .welcome-content h2 {
    padding-top: 10px;
  }
}
.user-header .user-info {
  padding-left: 17px;
}
.step-wrapper {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .step-wrapper {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.step-wrapper .step-number {
  height: 30px;
  width: 30px;
  border: 2px solid #1e7be2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-right: 35px;
  position: relative;
}
.step-wrapper .step-number.active {
  background-color: #1e7be2;
  color: white;
}
.step-wrapper .step-number.active span {
  color: white;
}
.step-wrapper .step-number:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 30px;
  background: #1e7be2;
  height: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-wrapper .step-number:last-of-type:after {
  display: none;
}
.step-wrapper .step-number span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #1e7be2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.evaluation-grid {
  padding: 30px 0px 0px;
}
.evaluation-grid .custom-table--title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .evaluation-grid .custom-table--title {
    display: block;
  }
}
@media (max-width: 480px) {
  .evaluation-grid {
    padding: 0px 0px 40px;
  }
}
@media (max-width: 480px) {
  .evaluation-grid h2 {
    padding-bottom: 10px;
  }
}
.evaluation-step {
  position: relative;
}
@media (max-width: 992px) {
  .evaluation-step {
    display: block;
  }
}
@media (max-width: 480px) {
  .evaluation-step {
    width: 100%;
    text-align: center;
  }
}
.evaluation-step .title-evaluation {
  position: absolute;
  left: 0%;
  top: 0%;
}
@media (max-width: 480px) {
  .evaluation-step .title-evaluation {
    position: relative;
  }
}
.evaluation-step .title-evaluation h2 {
  padding-top: 20px;
}
.manager-wrapper {
  margin-top: 50px;
  padding: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .manager-wrapper {
    display: block;
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.manager-wrapper .manager-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .manager-wrapper .manager-content {
    display: block;
    padding: 20px;
  }
}
.manager-wrapper .manager-content h2 {
  font-size: 19px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .manager-wrapper .manager-content h2 {
    padding-bottom: 10px;
  }
}
.manager-wrapper .manager-content p {
  padding-left: 45px;
  color: white;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .manager-wrapper .manager-content p {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .manager-wrapper button {
    width: 100%;
    background-color: #0c9e7d;
    text-decoration: none;
    padding: 15px;
  }
}
.summary-content .collapse-wrapper {
  border-bottom: 1px solid #979797;
  padding: 20px 0 0;
}
.summary-content .collapse-wrapper.has-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.summary-content .collapse-wrapper:first-of-type {
  border-top: 1px solid #979797;
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper:first-of-type {
    border-top: none;
    padding-top: 0px;
  }
}
.summary-content .collapse-wrapper .legend {
  float: right;
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .legend {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.summary-content .collapse-wrapper .legend span {
  color: #8ca0b3;
  font-size: 14px;
  display: block;
  position: relative;
}
.summary-content .collapse-wrapper .legend span:before {
  content: "";
  height: 9px;
  width: 9px;
  background-color: #8ca0b3;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .legend span:first-of-type {
    padding-left: 30px;
    margin-right: 30px;
  }
}
.summary-content .collapse-wrapper .legend span:first-of-type:before {
  background-color: white;
  border: 2px solid #8ca0b3;
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .legend span:first-of-type:before {
    left: 5px;
  }
}
.summary-content .collapse-wrapper .collapse-button {
  padding: 0 0 20px;
  position: relative;
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .collapse-button {
    padding: 0;
    padding-bottom: 10px;
  }
}
.summary-content .collapse-wrapper .collapse-button a {
  padding-left: 10px;
}
.summary-content .collapse-wrapper .collapse-button a:focus {
  color: #1e7be2;
}
.summary-content .collapse-wrapper .collapse-button .btn-icon {
  position: absolute;
  right: 5%;
  top: 35%;
  transform: translateY(-45%);
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .collapse-button .btn-icon {
    right: 15%;
  }
}
.summary-content .collapse-wrapper .collapse.in {
  padding: 0;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
  -o-transition: 0.1s all;
}
@media (max-width: 480px) {
  .summary-content .collapse-wrapper .collapse.in {
    padding: 0;
  }
}
.summary-content .edit-evaluation {
  float: right;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .summary-content .edit-evaluation {
    padding-bottom: 30px;
  }
}
.summary-content .btn-edit {
  padding-right: 15px;
  background: #ffffff00;
}
.summary-content .btn-edit img {
  padding-right: 10px;
}
.summary-content .btn-edit:hover {
  color: #13c9a0;
}
.summary-content .btn-validate {
  margin-right: 15px;
  height: 35px;
  display: none;
}
.summary-content .btn-validate img {
  vertical-align: middle;
}
@media (max-width: 480px) {
  .summary-content .evaluation-grid {
    padding: 10px 0px 0px;
  }
}
.summary-content .evaluation-grid td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.summary-content .evaluation-grid .marker {
  position: relative;
  width: 20%;
}
.summary-content .evaluation-grid .marker:last-of-type {
  border-left: 1px solid #d4d4d4;
}
.summary-content .evaluation-grid .marker:last-of-type span:before {
  background-color: #8ca0b3 !important;
}
.summary-content .evaluation-grid .marker span:before {
  content: "";
  background-color: #9b9b9b;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 480px) {
  .summary-content .evaluation-grid .marker span:before {
    top: 25px;
  }
}
.summary-content .evaluation-grid .marker .marker-manager.checked:before {
  content: "";
  background-color: white;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 20%;
  left: 50%;
  border: 2px solid #13c9a0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.summary-content .evaluation-grid .marker .marker-manager.active:before {
  border: 2px solid #ff3100;
  background-color: white !important;
}
.summary-content .evaluation-grid .marker.checked span:before {
  content: "";
  background-color: #13c9a0;
  width: 9px;
  height: 9px;
}
.summary-content .evaluation-grid .marker.checked .active:before {
  background-color: #ff3100;
}
.summary-content .evaluation-grid .custom-radio {
  display: none;
}
.edit-mode .table-answer div:nth-child(9) {
  border-left: 1px solid #d4d4d4;
}
.edit-mode .custom-radio {
  display: block !important;
}
.edit-mode .marker {
  display: none;
}
.confirm-block {
  display: none;
}
.confirm-block button {
  margin: 0 25px;
}
.confirm-block #cancelBtn {
  background: lightgray;
}
.download-block {
  display: none;
}
#sendModal img {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
  margin: 0 auto;
}
.summary-stats .table-line:last-of-type {
  border-bottom: none;
}
@media (max-width: 480px) {
  .summary-stats .collapse-button a {
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
  }
}
@media (max-width: 480px) {
  .profil-section {
    margin-top: 0px !important;
  }
}
.profil-section .table-legends {
  top: 60%;
}
.profil-section .description-metier h3,
.profil-section .description-metier p {
  font-size: 15px;
}
.profil-section .collapse-wrapper {
  border-bottom: 1px solid #979797;
  padding: 15px;
}
@media (max-width: 480px) {
  .profil-section .collapse-wrapper {
    border: none;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.profil-section .collapse-wrapper:first-of-type {
  border-top: 1px solid #979797;
}
@media (max-width: 480px) {
  .profil-section .collapse-wrapper:first-of-type {
    border: none;
  }
}
.profil-section .collapse-button,
.profil-section .collapse-group {
  position: relative;
}
@media (max-width: 480px) {
  .profil-section .collapse-button a:after,
  .profil-section .collapse-group a:after {
    display: none;
  }
}
.profil-section .collapse-button .btn-delete,
.profil-section .collapse-group .btn-delete {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .profil-section .collapse-button .btn-delete,
  .profil-section .collapse-group .btn-delete {
    right: 0;
    top: 5%;
  }
}
.profil-section .collapse-button .btn-favori,
.profil-section .collapse-group .btn-favori {
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.profil-section .collapse-button .hours,
.profil-section .collapse-group .hours {
  position: absolute;
  right: 14%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9b9b9b;
  font-size: 16px;
}
@media (max-width: 480px) {
  .profil-section .collapse-button .hours,
  .profil-section .collapse-group .hours {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-left: 15px;
  }
}
.alert-section .alert-item {
  background-color: #f8f8f8;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 10px;
}
.alert-section .alert-item .btn-delete {
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .alert-section .alert-item .btn-delete {
    right: 5%;
    top: 15%;
    transform: none;
  }
}
.alert-section .area-wrapper span {
  width: 180px;
  display: inline-block;
}
@media (max-width: 480px) {
  .alert-section .area-wrapper span {
    display: block;
  }
}
.alert-form {
  margin-top: 35px;
  padding: 30px 35px;
}
@media (max-width: 480px) {
  .alert-form {
    text-align: center;
  }
}
.alert-form form .form-group {
  margin: 10px 0;
}
.alert-form form input {
  width: 80%;
  border: 1px solid white;
  height: 40px;
  background-color: transparent;
  color: white;
  padding-left: 20px;
}
.alert-form form input::placeholder {
  color: white;
}
.alert-form form button {
  text-transform: uppercase;
  background-color: white;
  height: 30px;
  color: #13c9a0;
  font-weight: bold;
  line-height: 18px;
  padding: 7px 15px;
  margin-top: 10px;
}
.alert-form form button img {
  padding-right: 10px;
}
.tutor-section.no-border {
  max-width: 100%;
  border: none;
  background-color: #f8f8f8;
}
.collapse-group .btn-delete {
  right: 0% !important;
}
.collapse-group .hours {
  right: 5% !important;
}
.form-mobility form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .form-mobility form {
    display: block;
  }
}
.form-mobility .custom-radio {
  padding-left: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 480px) {
  .form-mobility .custom-radio {
    padding-left: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.form-mobility .custom-radio .radio-group {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .form-mobility .custom-radio .radio-group {
    padding: 10px 20px 0 0;
  }
}
.form-mobility .custom-radio label {
  padding-left: 25px;
  font-size: 16px;
  font-weight: normal;
}
.form-mobility .custom-radio .checkmark {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.count {
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .section-perfect .btn-favori {
    top: 2px !important;
    right: 0px !important;
  }
}
.section-perfect .hours {
  display: inline-block !important;
  vertical-align: text-top !important;
}
#formations-tab {
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  #formations-tab .nav-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
#formations-tab li {
  border: none;
  opacity: 0.6;
}
@media (max-width: 480px) {
  #formations-tab li {
    width: 50%;
  }
}
#formations-tab li a {
  font-size: 17px;
  color: #8ca0b3;
  margin-right: 50px;
  vertical-align: bottom;
}
@media (max-width: 480px) {
  #formations-tab li a {
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 10px 0;
  }
}
#formations-tab li.active {
  position: relative;
  border: none;
  border-bottom: 4px solid #13c9a0;
  opacity: 1;
}
@media (max-width: 480px) {
  #formations-tab li.active {
    background-color: transparent;
  }
}
#formations-tab li.active a {
  border: none;
}
#formations-tab li img {
  margin-right: 10px;
}
.evoluer-section .collapse-wrapper {
  border-top: 1px solid #979797;
  border-bottom: none;
}
@media (max-width: 480px) {
  .evoluer-section .collapse-wrapper {
    border: none;
  }
}
.evoluer-section .collapse-wrapper:last-of-type {
  border-bottom: 1px solid #979797;
}
@media (max-width: 480px) {
  .evoluer-section .collapse-wrapper:last-of-type {
    border: none;
  }
}
@media (max-width: 480px) {
  .evoluer-section .collapse-wrapper span {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.job-detail .nav-tabs {
  border-bottom: none;
}
.job-detail .nav-tabs li {
  border: 1px solid #8ca0b3;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .job-detail .nav-tabs li {
    width: 100%;
  }
}
.job-detail .nav-tabs li.active {
  background-color: #13c9a0;
  border: 1px solid #13c9a0;
}
.job-detail .nav-tabs li.active a {
  color: white;
  background: none;
  border: none;
}
.job-detail .nav-tabs li a {
  color: #8ca0b3;
  padding: 8px 15px;
  font-size: 17px;
  background: none;
  border: none;
  border-radius: 0px;
  font-weight: 300;
}
.job-detail .sub-tabs {
  border-bottom: 1px solid #bbbbbb;
}
.job-detail .sub-tabs li {
  color: #8ca0b3;
  padding: 8px 15px;
  font-size: 17px;
  background: none;
  border: none;
  font-weight: 300;
}
.job-detail .sub-tabs li .counter {
  border: 2px solid #13c9a0;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 15px;
  margin-right: 5px;
  height: 24px;
  width: 24px;
  position: relative;
  color: #13c9a0;
}
.job-detail .sub-tabs li .counter.is-orange {
  border: 2px solid #ff3100;
  color: #ff3100;
}
.job-detail .sub-tabs li .counter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job-detail .sub-tabs li a {
  color: #8ca0b3;
  padding: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.job-detail .sub-tabs li.active {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #13c9a0;
}
.job-detail .sub-tabs li.active:last-of-type {
  border-bottom: 4px solid #ff3100;
}
.job-detail .sub-tabs li.active a {
  color: #8ca0b3;
}
.sub-tabs--content {
  padding: 30px;
}
.sub-tabs--content ul {
  list-style: initial;
}
.sub-tabs--content ul li .link-annonces {
  list-style: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sub-tabs--content ul li .link-annonces li {
  color: #1e7be2;
}
.sub-tabs--content ul li .link-annonces li span {
  color: #9b9b9b;
}
.sub-tabs--content ul li .link-annonces li i {
  font-style: inherit;
}
#carouselCapControls .sub-tabs--content {
  padding: 10px 30px;
  font-size: 15px;
}
#carouselCapControls .carousel-control-prev,
#carouselCapControls .carousel-control-next {
  height: 35px;
  width: 35px;
  background-color: rgba(19, 201, 160, 0.25);
  position: absolute;
  z-index: 99999;
  top: 0;
}
#carouselCapControls .carousel-control-prev i,
#carouselCapControls .carousel-control-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #13c9a0;
}
#carouselCapControls .carousel-control-next {
  top: 0;
  right: 0;
}
#carouselCapControls .item h2 {
  padding: 6px;
  border: 2px solid #13c9a0;
  background-color: #13c9a0;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  color: white;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
#carouselCapControls .carousel-title {
  font-size: 17px;
  color: #8ca0b3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 4px solid #13c9a0;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  width: fit-content;
  margin: 20px 0;
}
#carouselCapControls .carousel-title.is-orange {
  border-bottom: 4px solid #ff3100;
}
#carouselCapControls .carousel-title.is-orange .counter {
  border: 2px solid #ff3100;
  color: #ff3100;
}
#carouselCapControls .counter {
  border: 2px solid #13c9a0;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 15px;
  margin-right: 15px;
  height: 24px;
  width: 24px;
  position: relative;
  color: #13c9a0;
}
#carouselCapControls .counter.is-orange {
  border: 2px solid #ff3100;
  color: #ff3100;
}
#carouselCapControls .counter span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.failure-wrapper {
  position: relative;
  height: 100vh;
}
.failure-wrapper .main-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .failure-wrapper .main-title {
    width: 80%;
  }
}
.failure-wrapper .main-title h1,
.failure-wrapper .main-title h2 {
  color: white;
}
.failure-wrapper .main-title h1 {
  text-transform: uppercase;
  font-size: 41px;
  letter-spacing: 4px;
  font-weight: 900;
}
.failure-wrapper .main-title h2 {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 1px;
}
.cgu-block {
  margin-bottom: 40px;
}
.cgu-block h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.cgu-block a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .cgu-content {
    padding: 0 20px;
  }
}
.cgu-content h1 {
  font-size: 32px;
  color: #1e7be2;
  margin: 50px 0;
  font-weight: 300;
}
.pending-wrapper h1 {
  font-weight: normal;
  line-height: 30px;
  font-size: 24px;
  margin-top: 30px;
}
.pending-wrapper img {
  width: 180px;
}
@media (max-width: 480px) {
  .pending-section .manager-infos {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.answer-wrapper {
  background-color: white;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.answer-wrapper .question-number {
  background-color: #1e7be2;
}
.answer-wrapper .question-number {
  width: 40px;
  height: 40px;
  position: relative;
}
.answer-wrapper .question-number span {
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.answer-wrapper .answer-title p {
  padding-left: 20px;
  font-size: 16px;
}
.answer-wrapper.is-nc {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #8ca0b3;
}
.answer-wrapper.is-nc .question-number {
  background-color: #8ca0b3;
}
.answer-wrapper.is-nc p {
  color: #8ca0b3;
}
.answer-wrapper.is-selected {
  background: #13c9a0;
}
.answer-wrapper.is-selected .question-number {
  background-color: #0c9e7d;
}
.answer-wrapper.is-selected p {
  color: white;
}
.survey-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 70px;
}
.survey-navigation .nav-link {
  width: 36px;
  height: 36px;
  border: 1px solid #1e7be2;
  border-radius: 3px;
  position: relative;
  opacity: 0.2;
}
.survey-navigation .nav-link.is-active {
  opacity: 1;
}
.survey-navigation .nav-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.survey-pending {
  background-color: #13c9a0;
  height: 100vh;
}
.survey-pending h1 {
  font-size: 36px;
  font-weight: 200;
  line-height: 45px;
}
.survey-pending .survey-navigation {
  padding: 0 20px;
}
.survey-pending .survey-navigation .nav-link {
  border: 1px solid white;
}
.survey-pending .survey-navigation a {
  color: white;
}
.survey-pending .survey-navigation i {
  color: white;
}
.evaluation-header h1 {
  font-size: 34px;
}
@media (max-width: 480px) {
  .evaluation-header h1 {
    font-size: 25px;
    line-height: 34px;
  }
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: rgba(30, 123, 226, 0.2);
  margin: 0 5px;
}
.carousel-indicators li.active {
  background-color: #1e7be2;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .profil-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}
.profil-menu li {
  width: 205px;
  height: 50px;
  background-color: #5298e8;
  text-align: center;
  margin-right: 1px;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .profil-menu li {
    height: 80px;
    width: calc(33.333333333%);
  }
}
.profil-menu li.active {
  background-color: #13c9a0;
}
.profil-menu li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: white;
  line-height: 16px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .profil-menu li a {
    display: block;
  }
}
.profil-menu li a span {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .profil-menu li a span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .profil-menu li a span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 8px;
  }
}
@media (max-width: 480px) {
  .profil-menu li a img {
    margin-top: 10px;
  }
}
.notifications {
  width: 23px;
  height: 23px;
  background-color: #ed1b2d;
  position: absolute;
  top: 3px;
  left: 19px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .notifications {
    left: 40px;
  }
}
.notifications span {
  font-size: 15px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tips-side {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 41px;
  top: 25%;
  background-color: #0c9e7d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
}
@media (max-width: 790px) {
  .tips-side {
    position: relative;
    width: 100%;
    margin-top: 30px;
    right: 0;
    top: 0;
    display: block;
  }
  .tips-side:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .tips-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0 !important;
  }
}
.tips-side:not(.collapsed) {
  display: none;
}
.tips-side .responsive-tips-side {
  display: none;
  font-weight: bold;
}
.tips-side .responsive-tips-side span {
  float: left;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .tips-side .responsive-tips-side span {
    padding-left: 0px;
  }
}
@media (max-width: 790px) {
  .tips-side .responsive-tips-side {
    display: block;
  }
}
.tips-side .responsive-tips-side i {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tips-side img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .tips-side img {
    right: 0%;
    left: inherit;
  }
}
.tips-side:after {
  content: "";
  border: 9px outset transparent;
  border-right: #13c9a0 9px solid;
  position: absolute;
  right: 4px;
  bottom: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.collapse-level-responsive {
  display: none;
}
@media (max-width: 480px) {
  .collapse-level-responsive {
    display: block;
  }
}
#tipsBox {
  width: 300px;
  background-color: #13c9a0;
  position: fixed;
  right: -13px;
  top: 25%;
  z-index: 999;
}
@media (max-width: 790px) {
  #tipsBox {
    position: relative;
    right: 0;
    margin: 30px auto 0;
    width: 100%;
  }
  #tipsBox:after {
    display: none;
  }
}
#tipsBox:after {
  content: "";
  border: 9px outset transparent;
  border-right: #0c9e7d 9px solid;
  position: absolute;
  right: 4px;
  bottom: -9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#tipsBox .tips-header {
  background-color: #0c9e7d;
  padding: 10px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#tipsBox .tips-header h6 {
  color: white;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 790px) {
  #tipsBox .tips-header .collapse-level {
    display: none;
  }
}
#tipsBox .tips-body {
  padding: 10px 16px;
}
@media (max-width: 790px) {
  #tipsBox .tips-body {
    padding: 16px;
  }
}
#tipsBox .tips-body li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: white;
  padding-bottom: 15px;
}
#tipsBox .tips-body li p {
  color: white;
  font-size: 15px;
  line-height: 18px;
  padding-left: 15px;
  width: 250px;
  text-align: left;
}
@media (max-width: 790px) {
  #tipsBox .tips-body li p {
    width: 100%;
  }
}
#tipsBox .tips-body li span {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 900;
  width: 22px;
}
.responsive-close-btn {
  display: none;
  padding: 15px 0;
}
@media (max-width: 790px) {
  .responsive-close-btn {
    display: block;
  }
}
.responsive-close-btn span,
.responsive-close-btn i {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.responsive-close-btn span {
  padding-top: 10px;
}
.table-legends {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .table-legends {
    display: none;
  }
}
.table-legends .legend-item {
  font-size: 14px;
  position: relative;
}
.table-legends .legend-item:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-legends .legend-item.green-square:before {
  border-color: #13c9a0;
}
.table-legends .legend-item.orange-square:before {
  border-color: #ff7427;
}
.legend {
  float: right;
}
@media (max-width: 480px) {
  .legend {
    float: none;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.legend span {
  color: #8ca0b3;
  font-size: 14px;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .legend span:first-of-type {
    padding-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .legend span:first-of-type:before {
    left: 5px;
  }
}
.legend span:before {
  content: "";
  height: 9px;
  width: 9px;
  background-color: #8ca0b3;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.legend span:first-of-type:before {
  background-color: white;
  border: 2px solid #8ca0b3;
}
.count-wrapper {
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .count-wrapper {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    padding-top: 10px;
    left: 0%;
    -webkit-justify-content: end;
    -ms-justify-content: end;
    justify-content: end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.count-wrapper .count-item {
  height: 26px;
  width: 26px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  margin-right: 14px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.count-wrapper .count-item.green-square {
  color: #13c9a0;
  border-color: #13c9a0;
}
.count-wrapper .count-item.orange-square {
  color: #ff7427;
  border-color: #ff7427;
}
.count-wrapper .count-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.count-wrapper .label-count {
  color: #8ca0b3;
}
.search-section h2 {
  padding-bottom: 20px;
}
.search-section .search-control {
  height: 40px;
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .search-section .search-control {
    width: 100%;
  }
}
.search-section .alert-btn {
  text-transform: uppercase;
  background-color: white;
  height: 36px;
  color: #13c9a0;
  font-weight: bold;
  line-height: 18px;
  padding: 7px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #13c9a0;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .search-section .alert-btn {
    width: 200px;
    white-space: normal;
    height: 60px;
    text-align: left;
    background-color: transparent;
  }
}
.search-section .alert-btn img {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .search-section .alert-btn img {
    padding-right: 5px;
  }
}
.responsive-menu-wrapper {
  height: 100%;
  width: 100%;
  padding: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.responsive-menu-content {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2d385e;
  z-index: 99999;
}
.responsive-menu-content .menu-info {
  position: relative;
  padding-bottom: 30px;
}
.responsive-menu-content .menu-info h3 {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
}
.responsive-menu-content .hamburger-menu {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 99999;
}
.responsive-menu-content .btn-turnoff {
  position: absolute;
  bottom: 5%;
  font-size: 19px;
}
.responsive-menu-content .btn-turnoff img {
  padding-right: 10px;
  vertical-align: sub;
}
.responsive-menu-content ul {
  margin-top: 50px;
}
@media (max-width: 320px) {
  .responsive-menu-content ul {
    margin-top: 0;
  }
}
.responsive-menu-content ul li {
  padding-bottom: 35px;
}
.responsive-menu-content ul a {
  color: white;
  font-size: 19px;
}
.responsive-menu-content ul img {
  padding-right: 30px;
}
.responsive-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .responsive-menu {
    display: block;
  }
}
.menu-wrapper {
  position: absolute;
  margin: auto;
  width: 20px;
  height: 14px;
  cursor: pointer;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: white;
  transition: all 0ms 300ms;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.user-header {
  padding: 40px;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .user-header {
    text-align: center;
    padding: 20px;
    background-color: #eef4f9 !important;
  }
}
@media (max-width: 480px) {
  .user-header .padding-content {
    background-color: white;
    padding: 25px;
  }
}
.user-header .user-info {
  padding: 0px;
}
@media (max-width: 480px) {
  .user-header .user-info {
    padding: 20px 0;
  }
}
.user-header .user-info.has-left-border {
  position: relative;
}
.user-header .user-info.has-left-border:before {
  content: "";
  position: absolute;
  background: lightgray;
  width: 1px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
@media (max-width: 480px) {
  .user-header .user-info.has-left-border:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .user-header .user-info h3 {
    display: block;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .user-header .user-info h2 {
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .user-header .user-info button {
    margin: 0px auto;
  }
}
.user-header h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #4a4a4a;
}
.user-header h2 {
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4a4a4a;
}
.user-header h3 {
  font-size: 19px;
  font-weight: 300;
}
.user-header--wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .user-header--wrapper .user-info:last-of-type a,
  .user-header--wrapper .user-info:last-of-type button {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    width: 100%;
  }
  .user-header--wrapper .user-info:last-of-type a:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .user-header--wrapper {
    display: block;
  }
}
.search-result .collapse-wrapper {
  border-top: 1px solid #979797;
  padding: 15px;
}
@media (max-width: 480px) {
  .search-result .collapse-wrapper {
    border: none;
    background: white;
    margin-bottom: 10px;
  }
  .search-result .collapse-wrapper:last-of-type {
    border: none;
  }
}
.search-result .collapse-wrapper:last-of-type {
  border-bottom: 1px solid #979797;
}
@media (max-width: 480px) {
  .search-result .collapse-wrapper:last-of-type {
    border: none;
  }
}
.search-result .collapse-button {
  position: relative;
}
.search-result .collapse-button a {
  color: #1e7be2;
}
@media (max-width: 480px) {
  .search-result .collapse-button a:after {
    display: none;
  }
}
.search-result .collapse-button .btn-favori {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}
@media (max-width: 480px) {
  .search-result .collapse-button .btn-favori {
    right: 0;
    top: 5px;
  }
}
.content-description {
  padding-top: 3px;
}
.content-description p {
  font-size: 16px;
}
.content-description ul {
  padding: 16px 0;
}
.content-description ul li {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
}
.content-description ul li:before {
  content: "";
  background: #13c9a0;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .content-description ul li:before {
    top: 12px;
  }
}
.job-container {
  padding: 45px 0 0px 45px;
}
@media (max-width: 480px) {
  .job-container {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .job-container .btn-group .btn {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
  }
}
@media (max-width: 480px) {
  .job-container .job-header {
    padding: 0px;
  }
}
.job-container .job-info {
  font-size: 16px;
  display: inline-block;
  padding: 0 50px;
  width: 25%;
}
.job-container .job-info:first-of-type {
  padding: 0;
}
@media (max-width: 480px) {
  .job-container .job-info {
    display: block;
    padding: 8px 0;
    width: 100%;
  }
}
.job-container .job-info span {
  display: block;
  text-align: left;
}
.tutor-section {
  max-width: 795px;
  margin: 0 auto;
  border: 2px solid #13c9a0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 28px;
}
.survey-form {
  padding: 20px 0;
}
.survey-question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #13c9a0;
  padding: 15px 0;
}
@media (max-width: 800px) {
  .survey-question {
    display: block;
  }
}
.survey-question:first-of-type {
  border-top: none;
}
@media (max-width: 800px) {
  .survey-question .radio-group {
    text-align: center;
    padding: 10px 0;
  }
}
.survey-question .radio-text:last-of-type {
  margin-left: 5px;
}
@media (max-width: 800px) {
  .survey-question .radio-text:last-of-type {
    margin-left: 10px;
  }
}
.survey-question .question {
  color: #13c9a0;
  font-size: 16px;
  font-weight: 500;
}
.main-menu {
  height: 50px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .main-menu {
    display: none;
  }
}
.main-menu ul {
  line-height: 50px;
}
.main-menu li {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .main-menu li {
    padding: 0 15px;
  }
}
.main-menu li.active {
  background-color: #13c9a0;
}
.main-menu li a {
  color: white;
  font-size: 18px;
  font-weight: normal;
}
.main-menu li a:hover {
  color: #9b9b9b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 992px) {
  .main-menu li a {
    font-size: 14px;
  }
}
.main-menu li:last-of-type {
  padding-right: 0;
}
.menu-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .menu-container {
    line-height: 50px;
    padding: 0 20px;
    display: block;
    position: relative;
  }
}
.main-header {
  height: 50px;
}
@media (max-width: 992px) {
  .header-home {
    text-align: center;
  }
}
.relative {
  position: relative;
  border-collapse: collapse;
}
.nopadding {
  padding: 0 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
  vertical-align: middle;
}
.display-block {
  display: block;
}
.float-left {
  float: left;
}
.is-visible-mobile {
  display: none;
}
@media (max-width: 480px) {
  .is-visible-mobile {
    display: block;
  }
}
.is-visible-desktop {
  display: block;
}
@media (max-width: 480px) {
  .is-visible-desktop {
    display: none;
  }
}
.full-height {
  height: 100vh;
}
.blue {
  color: #1e7be2;
}
.anthracite {
  color: #4a4a4a;
}
.grayishblue {
  color: #8ca0b3;
}
.white {
  color: white;
}
.darkgray {
  color: #9b9b9b;
}
.darkblue {
  color: #024a90;
}
.orange {
  color: #ff7427;
}
.green {
  color: #13c9a0;
}
.verydarkblue {
  color: #2d385e;
}
.violet {
  color: #004990;
}
.lightGreen {
  color: lightgray;
}
.bg--blue {
  background-color: #1e7be2;
}
.bg--transparent {
  background-color: #ffffff00;
}
.bg--lightblue {
  background-color: #eef4f9;
}
.bg--verydarkblue {
  background-color: #2d385e;
}
.bg--darkgreen {
  background-color: #0c9e7d;
}
.bg--green {
  background-color: #13c9a0;
}
.bg--verylightgray {
  background-color: rgba(241, 241, 241, 0.5);
}
.bg--white {
  background-color: white;
}
@media (max-width: 480px) {
  .not-white-mobile {
    background-color: transparent;
  }
}
@media (max-width: 480px) {
  .transparent-mobile {
    background-color: transparent !important;
  }
}
.font-size--xs {
  font-size: 14px;
}
.font-size--mds {
  font-size: 16px;
}
.font-size--sm {
  font-size: 18px;
  line-height: 25px;
}
.font-size--base {
  font-size: 23px;
  line-height: 34px;
}
@media (max-width: 480px) {
  .font-size--base {
    font-size: 21px;
  }
}
.font-size--md {
  font-size: 28px;
}
.font-size--lg {
  font-size: 30px;
}
.font-size--xl {
  font-size: 34px;
}
.font-weight--light {
  font-weight: lighter;
}
.font-weight--md {
  font-weight: 300;
}
.font-weight--normal {
  font-weight: normal;
}
.font-weight--semibold {
  font-weight: 500;
}
.font-weight--bold {
  font-weight: bold;
}
.text-underline {
  text-decoration: underline;
}
.btn,
button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.btn-skilly {
  text-transform: uppercase;
  font-family: 'Maven Pro', sans-serif;
}
.btn--md {
  height: 32px;
  font-size: 15px;
}
.btn--lg {
  font-size: 18px;
  padding: 10px 40px;
  height: 50px;
}
@media (max-width: 480px) {
  .btn--lg {
    font-size: 16px;
    padding: 10px 30px;
  }
}
.btn-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-gray {
  border: 1.32px solid #8ca0b3;
  color: #8ca0b3;
}
.btn-gray:hover {
  background-color: #8ca0b3;
  color: white;
}
.btn-blue {
  background-color: #1e7be2;
  color: white;
}
.btn-blue:hover {
  background-color: white;
  color: #1e7be2;
  border: 1px solid #1e7be2;
}
.btn-green {
  background-color: #13c9a0;
  color: white;
}
.btn-green:hover {
  background-color: #0c9e7d;
  color: white;
}
.btn-lightGreen {
  background-color: lightgray;
  color: white;
}
.btn-lightGreen:hover {
  color: white;
}
.btn-white {
  background-color: white;
  color: #13c9a0;
}
.btn-white:hover {
  background-color: #0c9e7d;
  color: white;
}
.btn-icon {
  background: none;
  border: none;
  padding: 0;
}
.btn-reset {
  padding: 0;
  background: transparent;
}
.btn-reset:hover {
  color: inherit;
}
.btn-group .btn {
  margin-right: 50px;
  border-radius: 6px;
}
.btn-download {
  border: 2px solid #1e7be2;
  height: 37px;
  font-size: 15px;
  color: #1e7be2;
}
.btn-download:hover {
  color: #1e7be2;
}
.btn-return {
  position: absolute;
  top: 5%;
  left: 3%;
}
@media (max-width: 480px) {
  .btn-inline .float-left {
    float: none;
    display: block;
  }
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 6px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 6px;
}
.padding-block--xs {
  padding: 5px 0;
}
.padding-block--small {
  padding: 16px 0;
}
.padding-block--base {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .padding-block--base {
    padding: 15px 0;
  }
}
.padding-block--md {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .padding-block--md {
    padding: 25px 0;
  }
}
.padding-block--lg {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .padding-block--lg {
    padding: 50px 0;
  }
}
.padding-top--lg {
  padding-top: 75px;
}
@media (max-width: 480px) {
  .padding-top--lg {
    padding-top: 45px;
  }
}
.padding-content {
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .padding-content {
    padding: 15px;
    background: #eef4f9;
  }
}
@media (max-width: 480px) {
  .padding-content.bg--white {
    background: none;
  }
}
@media (max-width: 480px) {
  .padding-content-mobile {
    padding: 15px;
  }
}
.padding-container-bottom {
  padding-bottom: 76px;
}
@media (max-width: 480px) {
  .padding-container-bottom {
    padding-bottom: 35px;
  }
}
.margin-right--sm {
  margin-right: 10px;
}
.margin-left--sm {
  margin-left: 10px;
}
.margin-top--sm {
  margin-top: 10px;
}
.margin-top--md {
  margin-top: 35px;
}
.margin-bottom--sm {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .no-padding-mobile {
    padding: 0px !important;
  }
}
.title-big h1 {
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-size: 32px;
}
.section-title h3 {
  padding-top: 25px;
}
.section-title h4 {
  padding-top: 35 x;
}
@media (max-width: 480px) {
  .section-title h4 {
    padding-top: 0;
    font-size: 32px;
  }
}
.title-icon img {
  padding-right: 15px;
  vertical-align: baseline;
}
.title-formation {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .title-formation {
    text-align: center;
    margin-top: 20px;
  }
}
.title-formation .btn-download {
  position: absolute;
  right: 0%;
  top: 0%;
}
@media (max-width: 480px) {
  .title-formation .btn-download {
    position: relative;
    margin: 35px 0;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
  color: #4a4a4a;
}
.profil-card .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #979797;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.profil-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
}
.profil-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  color: #4a4a4a;
}
.profil-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 18px;
  padding-left: 22px;
}
.profil-card .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4a4a4a transparent;
  border-width: 0 4px 5px 4px;
}
.profil-card .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8ca0b3;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.profil-card .select2-results__option[aria-selected] {
  font-size: 18px;
  color: #4a4a4a;
}
.search-section .select2-results {
  height: 40px;
  width: 500px;
}
.search-section .select2-container--default .select2-search--inline .select2-search__field {
  line-height: 40px;
}
.search-section .select2-container--default .select2-selection--single {
  height: 40px;
  width: 500px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 480px) {
  .search-section .select2-container--default .select2-selection--single {
    width: 100%;
  }
}
.search-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #8ca0b3;
}
.search-section .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8ca0b3;
  font-size: 16px;
  padding-left: 10px;
}
.search-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 40px;
}
.search-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('img/icons/recherche.svg');
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin: 0;
  top: 0;
  right: 0;
  left: 0;
}
.search-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4a4a4a transparent;
  border-width: 0 4px 5px 4px;
}
.search-section .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8ca0b3;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.search-section .select2-results__option[aria-selected] {
  font-size: 18px;
  color: #4a4a4a;
}
.modal.in .modal-dialog {
  z-index: 9999;
  top: 50%;
  width: 800px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .modal.in .modal-dialog {
    width: auto;
  }
}
.modal-content {
  max-width: 680px;
}
@media (max-width: 480px) {
  .modal-content {
    width: 100%;
  }
}
.modal-header {
  border-bottom: none;
  padding: 10px;
}
.modal-backdrop.in {
  opacity: 1;
  background-color: rgba(45, 56, 94, 0.95);
}
.close {
  opacity: 1;
}
.profil-overview {
  padding: 30px 0 60px;
}
.profil-overview label {
  color: #1e7be2;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .profil-overview label {
    font-size: 15px;
    font-weight: normal;
  }
}
.profil-overview input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  font-size: 19px;
  font-weight: normal;
}
.profil-overview textarea {
  width: 100%;
}
.profil-overview .form-group {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .profil-overview .form-group {
    padding-bottom: 10px;
  }
}
.modal-body {
  padding: 0 50px 50px;
}
@media (max-width: 480px) {
  .modal-body {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  #errorModal .modal-dialog {
    margin: 0px;
  }
}
@media (max-width: 480px) {
  #errorModal .modal-body {
    padding: 0px 10px;
  }
}
@media (max-width: 480px) {
  #errorModal .modal-content {
    background: #2d385e;
    height: 100vh;
  }
}
@media (max-width: 480px) {
  #errorModal .modal-content p {
    color: #8ca0b3;
  }
  #errorModal .modal-content input,
  #errorModal .modal-content textarea {
    background: transparent;
    color: white;
    color: #13c9a0;
  }
  #errorModal .modal-content textarea {
    border: 1px solid #9b9b9b;
    color: white;
    color: #13c9a0;
  }
  #errorModal .modal-content h4 {
    text-align: left !important;
  }
  #errorModal .modal-content h4,
  #errorModal .modal-content label {
    color: white;
  }
  #errorModal .modal-content .close {
    float: left;
  }
}
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.align-items--center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.justify-content--space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.justify-content--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.display-inline-flex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.custom-radio label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio label input {
  display: none;
}
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
}
.custom-radio label:hover input ~ .checkmark {
  background-color: white;
}
.custom-radio label input:checked ~ .checkmark {
  background-color: white;
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio label input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio label .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #13c9a0;
}
.radio-text {
  display: inline-block;
}
.radio-text label {
  display: inline-block;
  width: 50px;
  height: 25px;
  padding: 0 10px;
  background-color: lightgray;
  transition: all 0.3s;
  text-transform: uppercase;
  color: white;
  line-height: 25px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.radio-text input[type="radio"] {
  display: none;
}
.radio-text input[type="radio"]:checked + label {
  background-color: #13c9a0;
}
.float-right {
  float: right;
}
.clear-float {
  clear: both;
  overflow: hidden;
}
.collapse-button a {
  display: block;
  position: relative;
}
.collapse-button a.collapsed:after {
  content: "";
  width: 9px;
  height: 6px;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: solid 6px #4a4a4a;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
}
.collapse-button a:after {
  content: "";
  width: 9px;
  height: 6px;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: solid 6px #4a4a4a;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.tooltip-inner {
  font-size: 14px;
  font-weight: bold;
}
.custom-table .table-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: auto;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 480px) {
  .custom-table .table-line {
    display: block;
    border: none;
    background-color: white;
    margin-bottom: 10px;
    padding: 20px;
    height: auto;
    border-radius: 5px;
  }
}
.custom-table .table-line:first-of-type {
  border-top: 1px solid lightgray;
}
@media (max-width: 480px) {
  .custom-table .table-line:first-of-type {
    border: none;
  }
}
.custom-table .table-line .table-level {
  display: none;
}
@media (max-width: 480px) {
  .custom-table .table-line .table-level {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.custom-table .table-line .table-level .table-cell {
  width: 20%;
  text-align: center;
  color: #2d385e;
  font-size: 14px;
  font-weight: bold;
}
.custom-table .table-line .table-level .table-cell:last-of-type {
  color: #8ca0b3;
  font-weight: 500;
}
.custom-table .table-title {
  width: 75%;
  line-height: 30px;
  font-size: 16px;
  color: #4a4a4a;
  padding: 10px 0 10px 10px;
}
@media (max-width: 480px) {
  .custom-table .table-title {
    width: 100%;
    line-height: 18px;
  }
}
.custom-table .table-answer {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 480px) {
  .custom-table .table-answer .marker:last-of-type .level-responsive {
    color: #8ca0b3;
  }
}
@media (max-width: 480px) {
  .custom-table .table-answer {
    width: 100%;
    padding: 30px 0;
  }
}
.custom-table .table-answer .custom-radio {
  width: 20%;
}
.custom-table .table-answer .custom-radio:last-of-type {
  border-left: 1px solid rgba(151, 151, 151, 0.3);
}
.custom-table .table-answer .custom-radio label {
  width: 100%;
  height: 100%;
}
.custom-table .table-answer .checkmark {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-table .table-footer {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.table-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 480px) {
  .table-header {
    display: none;
  }
}
.table-header .table-cell-empty {
  width: 75%;
}
.table-header .table-level {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.table-header .table-level .table-cell {
  width: 20%;
  text-align: center;
  color: #2d385e;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.table-header .table-level .table-cell:last-of-type {
  border-left: 1px solid rgba(151, 151, 151, 0.3);
  color: #8ca0b3;
  font-weight: 500;
}
.level-responsive {
  display: none;
  text-align: center;
  color: #2d385e;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .level-responsive {
    display: block;
  }
}
.badge {
  font-size: 17px;
  font-weight: 500;
  padding: 10px 20px;
}
.badge--white {
  background-color: white;
  color: #ed1b2d;
}
.badge--rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.card--white {
  background-color: white;
  border-radius: 5px;
  padding: 50px;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .card--white {
    padding: 30px 20px;
  }
}
.progress-bar {
  background-color: #13c9a0;
  border-radius: 5px;
}
.progress {
  background-color: #e0e0e0;
  height: 10px;
  border-radius: 5px;
  width: 80%;
  margin: 0px;
}
.progress-survey {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
