@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/Content/Fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/Content/Fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('/Content/Fonts/OpenSans-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('/Content/Fonts/OpenSans-Light.ttf') format('truetype');
}
body .backgroundPages {
  position: relative;
  overflow: hidden;
}
body .backgroundPages .body-content {
  position: relative;
}
body .backgroundPages .scroller {
  position: fixed;
  bottom: 60px;
  left: 50%;
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  body .backgroundPages .scroller {
    display: none;
  }
}
body .backgroundPages .background-wrapper {
  display: block;
  position: absolute;
  width: 100%;
}
body .backgroundPages .background-wrapper#bg-home-simulateur {
  background: url('/Content/images/slide1_1920.png') no-repeat center;
  background-size: 100%;
}
body .backgroundPages .background-wrapper#bg-home-simulateur.loading {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  body .backgroundPages .background-wrapper#bg-home-infos {
    background: url('/Content/images/slide2_1920.png') no-repeat top center #ef7b0b;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
body .backgroundPages .background-wrapper#bg-home-infos.loading {
  background-color: transparent;
}
body .backgroundPages .background-wrapper#bg-home-documents {
  background: url('/Content/images/slide3_1920.png') no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  body .backgroundPages .background-wrapper#bg-home-documents {
    background-color: #ef7b0b;
  }
}
body .backgroundPages .background-wrapper#bg-home-documents.loading {
  background-color: transparent;
}
body .backgroundPages .background-wrapper#bg-home-actualites {
  background: url('/Content/images/slide4_1920.png') no-repeat center bottom;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  body .backgroundPages .background-wrapper#bg-home-actualites {
    background-color: #ef7b0b;
  }
}
body .backgroundPages .background-wrapper#bg-home-actualites.loading {
  background-color: transparent;
}
body .backgroundPages .page {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
body .backgroundPages .page#home-simulateur {
  position: relative;
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-simulateur {
    padding-top: 25%;
    background: url('/Content/images/bg-home-simulateur-inside-small.png') no-repeat center top transparent;
    background-size: 60%;
  }
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-simulateur {
    padding-top: 30%;
  }
}
body .backgroundPages .page#home-simulateur .btn {
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-simulateur .btn {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  body .backgroundPages .page#home-simulateur .btn {
    margin: 10px 0;
    width: 100%;
  }
}
body .backgroundPages .page#home-simulateur .umbrella {
  position: absolute;
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-simulateur .umbrella {
    background: url(/Content/images/bg-home-simulateur-inside.png) no-repeat center top transparent;
    background-size: 100%;
    width: 46%;
    left: 27.5%;
    height: 100%;
    top: 0;
    background-color: #ef7b0b;
  }
}
@media screen and (max-width: 991px) {
  body .backgroundPages .page#home-simulateur .umbrella {
    background: url('/Content/images/bg-home-simulateur-inside-small.png') no-repeat center top transparent;
    background-size: 100%;
    width: 60%;
    height: 100%;
    left: 20%;
    top: 0;
  }
}
body .backgroundPages .page#home-simulateur .umbrella .simulator-title {
  position: absolute;
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-simulateur .umbrella .simulator-title {
    background: url('/Content/images/bg-home-simulateur-inside-small.png') no-repeat center 30% transparent;
    background-size: 100%;
    width: 80%;
    left: 10%;
    height: 100%;
  }
}
body .backgroundPages .page#home-simulateur .list-item {
  display: block;
  padding-right: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-simulateur .list-item {
    /*background: url('/Content/images/fleche-liste-inverted.png') no-repeat right 15px;*/
    float: right;
    max-width: 300px;
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  body .backgroundPages .page#home-simulateur .list-item {
    margin-bottom: 50px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-simulateur .list-item {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20%;
    max-width: 250px;
    padding-left: 15px;
  }
}
body .backgroundPages .page#home-simulateur .list-item .content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-simulateur .list-item .separator {
    display: block;
    height: 1px;
    background-color: #ef7b0b;
    float: right;
    width: 15%;
    margin: 20px 0 20px 0;
  }
}
body .backgroundPages .page#home-simulateur .list-item .arrow {
  background-color: #ef7b0b;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
body .backgroundPages .page#home-simulateur .list-item .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
body .backgroundPages .page#home-simulateur .list-item#item1 .icon {
  background: url('/Content/images/item-1.png') no-repeat #ef7b0b;
  background-size: cover;
  top: -60px;
  left: -90px;
}
@media screen and (max-width: 1200px) {
  body .backgroundPages .page#home-simulateur .list-item#item1 .icon {
    background-size: 50px 49px;
    top: 0;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-simulateur .list-item#item1 .icon {
    background-size: 50px;
    top: 0;
    left: -40px;
  }
}
body .backgroundPages .page#home-simulateur .list-item#item2 .icon {
  background: url('/Content/images/item-2.png') no-repeat #ef7b0b;
  background-size: cover;
  top: -30px;
  left: -120px;
}
@media screen and (max-width: 1200px) {
  body .backgroundPages .page#home-simulateur .list-item#item2 .icon {
    top: -10px;
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-simulateur .list-item#item2 .icon {
    top: -10px;
    left: -50px;
  }
}
body .backgroundPages .page#home-simulateur .list-item#item3 .icon {
  background: url('/Content/images/item-3.png') no-repeat #ef7b0b;
  background-size: cover;
  bottom: -60px;
  left: -90px;
}
@media screen and (max-width: 1200px) {
  body .backgroundPages .page#home-simulateur .list-item#item3 .icon {
    bottom: 0;
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-simulateur .list-item#item3 .icon {
    bottom: 0;
    left: -40px;
  }
}
body .backgroundPages .page#home-simulateur .list-item#item3 .arrow {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media screen and (max-width: 1200px) {
  body .backgroundPages .page#home-simulateur .list-item .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
body .backgroundPages .page#home-simulateur .simulation-button-group {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body .backgroundPages .page#home-infos {
    background: url('/Content/images/bg-home-infos-inside.png') no-repeat center 10px transparent;
    background-size: 60%;
    padding-top: 30%;
  }
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-infos {
    background: url('/Content/images/bg-home-infos-inside.png') no-repeat center 50px transparent;
    background-size: 40%;
  }
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-infos > div.col {
    margin-top: 150px;
    padding-left: 200px;
  }
}
@media screen and (min-width: 1200px) {
  body .backgroundPages .page#home-infos > div.col {
    margin-top: 300px;
    padding-left: 200px;
  }
}
body .backgroundPages .page#home-infos > div.col .list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-infos > div.col .list-item {
    margin: 60px 0;
  }
  body .backgroundPages .page#home-infos > div.col .list-item .icon {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  body .backgroundPages .page#home-infos > div.col .list-item .btn {
    margin: 10px 0;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  body .backgroundPages .page#home-infos > div.col .list-item .icon {
    display: none;
  }
  body .backgroundPages .page#home-infos > div.col .list-item .btn {
    margin: 10px 0;
    width: 100%;
  }
  body .backgroundPages .page#home-infos > div.col .list-item#item22 {
    margin-left: 0px !important;
  }
}
body .backgroundPages .page#home-infos > div.col .list-item#item21 .icon {
  background: url('/Content/images/item-21.png') no-repeat #ef7b0b;
  background-size: cover;
  top: -20px;
  left: -120px;
}
@media screen and (max-width: 1199px) {
  body .backgroundPages .page#home-infos > div.col .list-item#item21 .icon {
    top: 5px;
    left: -60px;
  }
}
body .backgroundPages .page#home-infos > div.col .list-item#item22 {
  margin-left: 20px;
}
body .backgroundPages .page#home-infos > div.col .list-item#item22 .icon {
  background: url('/Content/images/item-22.png') no-repeat #ef7b0b;
  background-size: cover;
  top: -20px;
  left: -120px;
}
@media screen and (max-width: 1199px) {
  body .backgroundPages .page#home-infos > div.col .list-item#item22 .icon {
    top: 5px;
    left: -60px;
  }
}
body .backgroundPages .page#home-infos > div.col .list-item#item23 .icon {
  background: url('/Content/images/item-23.png') no-repeat #ef7b0b;
  background-size: cover;
  top: -20px;
  left: -120px;
}
@media screen and (max-width: 1199px) {
  body .backgroundPages .page#home-infos > div.col .list-item#item23 .icon {
    top: 5px;
    left: -60px;
  }
}
@media screen and (max-width: 1199px) {
  body .backgroundPages .page#home-infos > div.col .list-item .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1199px) {
  body .backgroundPages .page#home-infos > div.col .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-documents {
    background: url('/Content/images/bg-home-doc-inside.png') center 50px no-repeat;
    background-size: 40%;
  }
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-documents > div.col {
    margin-top: 200px;
    padding-left: 55%;
  }
}
@media screen and (min-width: 992px) {
  body .backgroundPages .page#home-documents > div.col {
    margin-top: 250px;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1200px) {
  body .backgroundPages .page#home-documents > div.col {
    margin-top: 400px;
    padding-left: 12%;
  }
}
@media screen and (max-width: 767px) {
  body .backgroundPages .page#home-documents {
    background: url('/Content/images/bg-home-doc-inside.png') center 10px no-repeat;
    background-color: #f5f5f5;
    background-size: 60%;
    padding-top: 30%;
  }
  body .backgroundPages .page#home-documents .btn {
    margin: 10px 0;
    width: 100%;
  }
}
body .backgroundPages .page#home-designation-beneficiaire {
  text-align: center;
  /*.bg-home-designation-beneficiaire {
                    height: 861px;
                    width: 100%;

                    @media screen and (min-width: @sm-sup-break) {
                        background: url('/Content/images/designation-beneficiaire.png') center 50px no-repeat @maincolor;
                        background-size: 100%;
                    }

                    @media screen and (max-width: @sm-sup-break) {
                        background: url('/Content/images/designation-beneficiaire.png') center 10px no-repeat @maincolor;
                        background-size: 60%;
                    }
                }*/
  margin-bottom: 100px;
}
body .backgroundPages .page#home-designation-beneficiaire img {
  background-color: #ef7b0b;
  max-width: 100%;
}
body .backgroundPages .page#home-designation-beneficiaire img.notifications-button {
  position: absolute;
  top: -26px;
  height: 33px;
  margin-right: 0px;
  margin-top: 0px;
  left: 10px;
  z-index: 1;
  background-color: transparent;
}
body .backgroundPages .page#home-designation-beneficiaire .btn-db {
  position: absolute;
  top: 150px;
  right: 96px;
}
body .backgroundPages .page#home-designation-beneficiaire ul {
  position: absolute;
  bottom: 100px;
}
body .backgroundPages .page#home-actualites .news-list img,
body .backgroundPages .page#home-actualites .mot-du-mois img {
  background-color: #757373;
  margin-bottom: 10px;
}
body .backgroundPages .page#home-actualites h1 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .backgroundPages .page#home-actualites .btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-actualites {
    background: url('/Content/images/bg-home-actualites-inside.png') center 50px no-repeat;
    background-size: 40%;
  }
}
@media screen and (max-width: 768px) {
  body .backgroundPages .page#home-actualites {
    background: url('/Content/images/bg-home-actualites-inside.png') center 10px no-repeat #f5f5f5;
    background-size: 60%;
  }
}
body .backgroundPages .page#home-actualites h3 {
  color: #757373;
  text-transform: uppercase;
  font-size: 14px;
  display: inline;
  margin-left: 10px;
}
body .backgroundPages .page#home-actualites .news-list {
  background-color: #f5f5f5;
  margin-top: 29%;
  margin-left: 7%;
}
body .backgroundPages .page#home-actualites .news-list a {
  color: black;
}
body .backgroundPages .page#home-actualites .news-list a:hover {
  /*text-decoration: none;*/
}
@media screen and (min-width: 768px) {
  body .backgroundPages .page#home-actualites .news-list li {
    margin-bottom: 25px;
  }
}
body .backgroundPages .page#home-actualites .news-list ul.list-blue-arrow {
  margin-top: 12px;
}
body .backgroundPages .page#home-actualites .news-list ul.list-blue-arrow a.all-news-link {
  color: #757373;
}
body .backgroundPages .page#home-actualites .mot-du-mois {
  margin-top: 20%;
  margin-left: 41%;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
body .backgroundPages .page#home-actualites .mot-du-mois a {
  color: #757373;
}
body .backgroundPages .page#home-actualites .mot-du-mois li {
  float: right;
}
@media only screen and (max-width: 768px) {
  .logo h2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding: 0;
  }
}
.container-fluid.whiteBackground {
  background-color: white;
}
.container .logo {
  height: 174px;
}
.container .logo img {
  margin-top: 60px;
}
.signIn {
  background-color: #F5F5F5;
}
.signIn .maintenance {
  background-color: white;
  padding: 34px 55px;
  margin-top: 200px;
  text-align: justify;
}
.signIn .container {
  min-height: 730px;
}
.signIn .container .intro-container {
  height: 500px;
  background: url('/Content/images/signIn/connexionVideo.png') no-repeat #ef7b0b;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .signIn .container .intro {
    margin-top: 20px;
  }
}
.signIn .container .listArrow {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .signIn .container .listArrow {
    display: none;
  }
}
.signIn .container ul.nav.nav-tabs {
  display: table;
  width: 100%;
  border-bottom: solid 3px #757373;
}
@media only screen and (min-width: 768px) {
  .signIn .container ul.nav.nav-tabs {
    margin-top: 30px;
  }
}
.signIn .container ul.nav.nav-tabs.loginTab {
  border-bottom: solid 3px #ef7b0b;
}
.signIn .container ul.nav.nav-tabs li {
  display: table-cell;
  float: none;
  background-color: #e9e9e9;
  text-align: center;
  font-family: OpenSans-SemiBold, sans-serif;
  font-size: 16px;
}
.signIn .container ul.nav.nav-tabs li a {
  color: black;
  border: none;
  border-radius: 0;
  margin-right: 0;
}
.signIn .container ul.nav.nav-tabs li.active a {
  background-color: #ef7b0b;
  color: white;
}
.signIn .container ul.nav.nav-tabs li.active.blue a {
  background-color: #757373;
}
.signIn .container .tab-content {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .signIn .container .tab-content {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .signIn .container .tab-content {
    padding: 10px;
  }
}
.signIn .container .tab-content .fluid {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .signIn .container .tab-content .fluid {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .signIn .container .tab-content .fluid {
    margin-bottom: 10px;
  }
}
.signIn .container .tab-content .login {
  border: solid 1px #F5F5F5;
  padding: 5px;
  padding-left: 35px;
  line-height: 30px;
  background: url('/Content/images/signin/mail2.png') no-repeat 10px;
  -webkit-filter: grayscale(100%);
}
.signIn .container .tab-content .password {
  border: solid 1px #F5F5F5;
  padding: 5px;
  padding-left: 35px;
  line-height: 30px;
  background: url('/Content/images/signin/cadenas.png') no-repeat 10px;
  -webkit-filter: grayscale(100%);
}
.signIn .container .tab-content .btn-login {
  float: right;
  white-space: normal;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .signIn .container .tab-content .btn-login {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .signIn .container .tab-content .btn-login {
    margin-bottom: 10px;
  }
}
.signIn .container .tab-content .loginTab a {
  color: #ef7b0b;
  padding: 15px 15px;
}
.signIn .container .tab-content input[type="checkbox"] {
  margin-right: 5px;
}
.signIn .container .tab-content .loginFailed {
  display: block;
  margin-bottom: 10px;
}
.signIn .container .password-forgotten,
.signIn .container .reset-password {
  background-color: white;
  padding: 50px;
}
.signIn .container .password-forgotten input[type="email"],
.signIn .container .reset-password input[type="email"] {
  border: solid 1px #f2f2f2;
  padding: 5px;
  padding-left: 35px;
  line-height: 30px;
  background: url(/Content/images/signin/mail2.png) no-repeat 10px;
}
.signIn .container .password-forgotten input.password,
.signIn .container .reset-password input.password {
  border: solid 1px #f2f2f2;
  padding: 5px;
  padding-left: 35px;
  line-height: 30px;
  background: url(images/signin/cadenas.png) no-repeat 10px;
}
.signIn .container .password-forgotten .btn,
.signIn .container .reset-password .btn {
  width: 100%;
}
.personal-space h1 {
  margin-bottom: 40px;
}
.personal-space h2 {
  color: #ef7b0b;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}
.personal-space a.btn {
  white-space: pre-wrap;
}
.personal-space input::placeholder {
  text-transform: uppercase;
}
.personal-space label {
  margin-top: 15px;
}
.personal-space .btn.green {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  text-transform: uppercase;
}
.personal-space .bgCol {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .personal-space .bgCol {
    /*min-height: 720px;*/
  }
}
.personal-space .bgCol.simulations {
  padding: 30px;
  max-height: 500px;
  overflow: auto;
}
.personal-space .bgCol.simulations h2 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.personal-space .simulation-summary {
  margin-bottom: 5px;
  padding: 10px 5px;
  border: 1px solid lightgrey;
  border-radius: 2px;
}
.personal-space .simulation-summary .pdf-icon {
  background-color: #757373;
  margin-right: 10px;
}
.personal-space .simulation-summary a {
  margin-right: 10px;
  color: black;
  font-weight: bold;
}
.personal-space .simulation-summary a:hover {
  color: black;
  text-decoration: none;
}
.personal-space .simulation-summary .delete-button {
  float: right;
}
.personal-space .genres {
  text-align: center;
}
.personal-space .genres .genre-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.personal-space .genres .genre {
  padding: 10px 15px;
  border: 2px solid #ef7b0b;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  display: block;
}
.personal-space .genres .genre img {
  margin-bottom: 10px;
}
.personal-space .genres input {
  display: none;
}
.personal-space .genres input:checked + label > .genre {
  border: 5px solid #ef7b0b;
}
.password-update h3 {
  margin-bottom: 20px;
}
.password-update .btn {
  margin-top: 20px;
  margin-right: 20px;
}
.infos-conseils h1 {
  margin-bottom: 40px;
}
.infos-conseils .scroller {
  position: fixed;
  bottom: 60px;
  left: 50%;
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  .infos-conseils .scroller {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .infos-conseils .bgCol {
    padding: 20px 0;
    /*background: none;*/
    margin: 0 0 20px 0;
  }
}
.infos-conseils img.video-icon,
.infos-conseils img.fiche-pratique-icon,
.infos-conseils img.quizz-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.infos-conseils .video-description,
.infos-conseils .fiche-pratique-lien,
.infos-conseils .quizz-lien {
  text-align: center;
}
.infos-conseils .video-description img,
.infos-conseils .fiche-pratique-lien img,
.infos-conseils .quizz-lien img {
  margin-right: 5px;
  background-color: #757373;
}
.infos-conseils .fiche-pratique,
.infos-conseils .quizz {
  margin-bottom: 30px;
}
.infos-conseils .fiche-pratique img.fiche-pratique-icon,
.infos-conseils .quizz img.fiche-pratique-icon,
.infos-conseils .fiche-pratique img.quizz-icon,
.infos-conseils .quizz img.quizz-icon {
  width: 55px;
  height: 55px;
  background-color: #ef7b0b;
}
.infos-conseils .fiche-pratique .bgCol,
.infos-conseils .quizz .bgCol {
  padding: 30px;
}
.infos-conseils #quizz .quizz {
  color: white;
}
.infos-conseils #quizz .quizz .bgCol {
  background-color: #424241;
}
.infos-conseils #quizz .quizz .bgCol .quizz-lien {
  text-decoration: underline;
  min-height: 40px;
}
.infos-conseils #fiches-pratiques .fiche-pratique .fiche-pratique-lien {
  text-decoration: underline;
  color: black;
}
.background-wrapper#bg-videos {
  background-size: 100%;
}
.background-wrapper#bg-fiches-pratiques {
  background-size: 100%;
}
.background-wrapper#bg-quizz {
  background-size: 100%;
}
.simulateur {
  margin-bottom: 30px;
}
.simulateur .firstPage {
  /*border nécessaire pour que le logo s'affiche correctement au dessu du titre, pourquoi ?!*/
  border: solid 1px #fff;
}
.simulateur .firstPage .ebPrevIcon {
  height: 150px;
  position: relative;
}
.simulateur .firstPage .firstPageTitle {
  background-color: #9dba2e;
  color: white;
  padding: 50px 0 50px 160px;
  width: 85%;
  height: 350px;
  margin-top: 200px;
}
.simulateur .firstPage .firstPageTitle .firstPageText h1 {
  color: white !important;
  font-size: 45px;
  margin-bottom: 30px;
}
.simulateur .firstPage .firstPageTitle .firstPageIdentity {
  font-size: 20px;
}
.simulateur .firstPage .firstPageTitle .firstPageIdentity .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}
.simulateur .firstPage .firstPagePicture {
  width: 100%;
  height: 600px;
  position: relative;
  margin-bottom: 130px;
}
.simulateur .firstPage .firstPageTM {
  position: absolute;
  bottom: 0;
}
.simulateur .firstPage .firstPageTM .prevTM {
  position: absolute;
  top: 50%;
  right: 15%;
  opacity: 0.8;
  font-weight: bold;
  color: #585858;
  font-size: large;
}
.simulateur .firstPage .firstPageTM .addingTM {
  width: 8%;
}
.simulateur .lastPage .ebLogo {
  width: 50%;
  position: relative;
  margin-top: 500px;
  left: 25%;
}
.simulateur .lastPage .footer {
  position: relative;
  margin-top: 520px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .simulateur .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .simulateur .modal-footer .btn + .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
.simulateur .label-age-etudes {
  margin-top: 10px;
}
.simulateur .slider-wrapper ul {
  padding: 0;
}
.simulateur .slider-wrapper ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
.simulateur .slider-wrapper .slider {
  margin: 10px 0;
}
.simulateur .slider-wrapper .slider .slider-handle {
  background: #ef7b0b;
}
.simulateur .slider-wrapper .slider .slider-track {
  border-radius: unset;
}
.simulateur .slider-wrapper .slider .slider-track .slider-selection {
  border-radius: unset;
}
.simulateur .slider-wrapper .slider .tooltip.top {
  margin-top: -50px;
}
.simulateur .bgCol.second-column {
  padding: 21px 20px 55px 20px;
}
.simulateur .menuSimulateur {
  margin-bottom: 30px;
}
.simulateur .menuSimulateur h1 {
  margin-bottom: 20px;
}
.simulateur .menuSimulateur a .etape {
  color: black;
}
.simulateur .menuSimulateur a:hover {
  text-decoration: none;
}
.simulateur .menuSimulateur .etape {
  margin-left: 10px;
  text-align: center;
  font-family: OpenSans-Bold, sans-serif;
}
@media screen and (min-width: 992px) {
  .simulateur .menuSimulateur .etape {
    width: 140px;
    height: 140px;
    float: left;
    border: 1px #bcbcbc solid;
    border-radius: 70px;
    /*background: url('/Content/images/simulateur/Cercle.png') no-repeat;*/
  }
}
@media screen and (max-width: 992px) {
  .simulateur .menuSimulateur .etape {
    display: none;
  }
}
.simulateur .menuSimulateur .etape span {
  color: #ef7b0b;
}
.simulateur .menuSimulateur .etape img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ef7b0b;
}
@media screen and (min-width: 992px) {
  .simulateur .menuSimulateur .etape.active {
    border: 3px #757373 solid;
    border-radius: 70px;
    /*background: url('/Content/images/simulateur/CercleActif.png') no-repeat;*/
  }
}
@media screen and (max-width: 992px) {
  .simulateur .menuSimulateur .etape.active {
    border-bottom: solid 1px #757373;
    display: block;
  }
}
.simulateur .genres {
  text-align: center;
}
.simulateur .genres .genre-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.simulateur .genres .genre {
  border: 2px solid #ef7b0b;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .simulateur .genres .genre {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .simulateur .genres .genre {
    padding: 10px 10px;
  }
}
.simulateur .genres .genre img {
  margin-bottom: 10px;
  background-color: #ef7b0b;
}
.simulateur .genres input {
  display: none;
}
.simulateur .genres input:checked + label > .genre {
  border: 5px solid #ef7b0b;
}
.simulateur .simulateur-arrow {
  position: absolute;
}
.simulateur .simulateur-arrow.arrow-right {
  right: 0;
}
.simulateur .simulateur-arrow .next,
.simulateur .simulateur-arrow .prev {
  background: url('/Content/images/simulateur/simulateurArrow.png') no-repeat;
  width: 43px;
  height: 92px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 150px;
  display: block;
  position: absolute;
}
.simulateur .simulateur-arrow .prev {
  left: -50px;
}
.simulateur .simulateur-arrow .next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px;
}
.simulateur .cotisation {
  background-color: white;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .simulateur .cotisation {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .simulateur .cotisation .row.match-my-cols [class*="col-"] {
    height: 200px;
  }
}
.simulateur .cotisation #graphRemunerations {
  width: 100%;
}
.simulateur .cotisation #graphRemunerations .highcharts-container {
  width: 100% !important;
  max-height: 200px;
  text-align: center;
}
.simulateur .cotisation #graphRemunerations .highcharts-container svg {
  margin-left: auto;
  margin-right: auto;
}
.simulateur .cotisation .cotisation-employe-mobile,
.simulateur .cotisation .cotisation-employeur-mobile {
  float: left;
  height: 30px;
  margin-bottom: 20px;
}
.simulateur .cotisation .cotisation-employe-mobile {
  background-color: #5AB5FB;
}
.simulateur .cotisation .cotisation-employeur-mobile {
  background-color: #ef7b0b;
}
.simulateur .cotisation .salarie,
.simulateur .cotisation .employeur {
  font-family: OpenSans-SemiBold, sans-serif;
  position: relative;
}
@media screen and (min-width: 992px) {
  .simulateur .cotisation .salarie p,
  .simulateur .cotisation .employeur p {
    position: absolute;
    bottom: 13px;
  }
}
.simulateur .cotisation .salarie p .amount,
.simulateur .cotisation .employeur p .amount {
  font-size: 22px;
  font-weight: bold;
}
.simulateur .cotisation .salarie {
  color: #5AB5FB;
  border-bottom: solid 1px #5AB5FB;
}
@media screen and (min-width: 992px) {
  .simulateur .cotisation .salarie {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  .simulateur .cotisation .salarie {
    text-align: left;
  }
}
.simulateur .cotisation .employeur {
  color: #ef7b0b;
  border-bottom: solid 1px #ef7b0b;
}
@media screen and (min-width: 992px) {
  .simulateur .cotisation .employeur {
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .simulateur .cotisation .employeur {
    text-align: left;
  }
}
.simulateur .cotisation img {
  margin-left: auto;
  margin-right: auto;
  width: 275px;
}
.simulateur .cotisation .left {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
.simulateur .cotisation .right {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .simulateur .cotisation .right {
    text-align: right;
  }
}
.simulateur .cotisation .description {
  padding-top: 20px;
}
.simulateur .largeBlock {
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: #ef7b0b;
  color: #ef7b0b;
}
@media screen and (min-width: 768px) {
  .simulateur .largeBlock {
    margin: 30px 45px;
    padding: 30px;
  }
}
.simulateur .largeBlock img {
  float: left;
  background-color: #757373;
}
@media screen and (min-width: 768px) {
  .simulateur .largeBlock .content {
    padding-left: 80px;
  }
}
.simulateur a.moreLink {
  float: right;
  color: #ef7b0b;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 30px;
  /*&:before {
            content: ' ';
            width: 7px;
            height: 12px;
            margin-left: -15px;
            margin-top: 5px;
            position: absolute;
            background: url('/Content/images/simulateur/linkArrow.png') no-repeat;
        }*/
}
.simulateur .progress-bar.green {
  background-color: #ef7b0b;
}
.simulateur .visibilityHidden {
  display: none;
  margin-bottom: 5px;
}
.simulateur .deces {
  background-color: white;
}
.simulateur .deces .title {
  margin: 45px 45px 0 45px;
}
.simulateur .deces .largeBlock.fiscalite {
  padding: 15px;
}
.simulateur .deces .btn.btn-scenario {
  display: block;
  width: 100%;
  color: white;
  border-color: #424241;
  background-color: #424241;
  margin-bottom: 2px;
  position: relative;
  float: none;
  margin-right: 0;
}
.simulateur .deces .btn.btn-scenario::before {
  position: absolute;
  right: 16px;
  top: 14px;
  content: '';
  width: 10px;
  height: 6px;
  background-image: url('/Content/images/simulateur/scenario-arrow-expand.png');
}
.simulateur .deces .btn.btn-scenario.collapsed::before {
  -moz-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  -o-transform: rotate(0.5turn);
  -webkit-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.simulateur .deces table {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .simulateur .deces table {
    /*margin-left: 45px;
                margin-right: 45px;*/
  }
}
.simulateur .deces table .colBg {
  background-color: #F5F5F5;
}
.simulateur .deces table .rowGarantie {
  background-color: #757373;
  border-bottom: solid 1px #757373;
  color: white;
}
.simulateur .deces table thead th {
  color: #757373;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .simulateur .deces table thead th {
    padding: 15px;
  }
}
.simulateur .deces table thead.summary th {
  font-weight: bold;
  color: black;
  border: none;
}
.simulateur .deces table thead.summary td {
  border: none;
}
.simulateur .deces table tbody tr.guarantee-family {
  background-color: white;
}
.simulateur .deces table tbody tr.guarantee-family th {
  text-transform: uppercase;
  font-weight: bold;
}
.simulateur .deces table tbody tr.guarantee-family th .color {
  bottom: 0;
}
.simulateur .deces table tbody tr.guarantee th .color,
.simulateur .deces table tbody tr.rentes.person th .color {
  top: 0;
  bottom: 0;
}
.simulateur .deces table tbody tr.guarantee th .color.last,
.simulateur .deces table tbody tr.rentes.person th .color.last {
  bottom: 15px;
}
.simulateur .deces table tbody th {
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 992px) {
  .simulateur .deces table tbody th {
    padding: 7px;
  }
}
@media screen and (min-width: 992px) {
  .simulateur .deces table tbody th {
    padding: 15px;
  }
}
.simulateur .deces table tbody th .color,
.simulateur .deces table tbody th .arrow {
  margin-right: 8px;
}
.simulateur .deces table tbody th .color {
  float: left;
  width: 3px;
  position: absolute;
  top: 15px;
  left: 7px;
  bottom: 15px;
}
.simulateur .deces table tbody th .arrow {
  margin-bottom: 4px;
}
.simulateur .deces table tbody th .content {
  margin-left: 12px;
}
.simulateur .deces table tbody tr.predeces th .color,
.simulateur .deces table tbody tr.predeces th .arrow,
.simulateur .deces table tbody tr.predeces th .bulletpoint {
  background-color: #FFFFFF;
}
.simulateur .deces table tbody tr.predeces.guarantee-family th {
  color: #757373;
}
.simulateur .deces table tbody tr.capitaux th .color,
.simulateur .deces table tbody tr.capitaux th .arrow,
.simulateur .deces table tbody tr.capitaux th .bulletpoint {
  background-color: #ef7b0b;
}
.simulateur .deces table tbody tr.capitaux.guarantee-family th {
  color: #ef7b0b;
}
.simulateur .deces table tbody tr.rentes th .color,
.simulateur .deces table tbody tr.rentes th .arrow,
.simulateur .deces table tbody tr.rentes th .bulletpoint {
  background-color: #757373;
}
.simulateur .deces table tbody tr.rentes.guarantee-family th {
  color: #757373;
}
.simulateur .deces table tbody tr.summary th .color {
  bottom: 15px;
  top: 15px;
}
.simulateur .deces table tbody tr.summary.last {
  border-bottom: 1px solid black;
}
.simulateur .deces table tbody .bulletpoint {
  margin-right: 5px;
}
.simulateur .deces table th {
  padding: 5px;
  border: none;
}
.simulateur .deces table td {
  border: none;
}
@media screen and (min-width: 992px) {
  .simulateur .deces table td {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .simulateur .deces table td {
    padding: 5px;
  }
}
.simulateur .deces table.rentes-details th {
  text-align: center;
}
.simulateur .deces table.rentes-details th,
.simulateur .deces table.rentes-details td {
  padding: 0;
}
.simulateur .deces table.scenario-details {
  margin-bottom: 14px;
}
.simulateur .deces a.btn {
  float: right;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .simulateur .deces a.btn {
    margin-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .simulateur .deces a.moreLink {
    margin-right: 45px;
  }
}
.simulateur .deces a.moreLink .arrow {
  background-color: #757373;
}
.simulateur .incapacite,
.simulateur .invalidite {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .simulateur .incapacite .row.large,
  .simulateur .invalidite .row.large {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.simulateur .incapacite .row.large [class*=col],
.simulateur .invalidite .row.large [class*=col] {
  padding: 0;
  margin: 0;
}
.simulateur .incapacite .row.large .block,
.simulateur .invalidite .row.large .block {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .simulateur .incapacite .row.large .block,
  .simulateur .invalidite .row.large .block {
    padding: 30px 15px;
    margin: 45px 15px;
  }
}
@media screen and (max-width: 768px) {
  .simulateur .incapacite .row.large .block,
  .simulateur .invalidite .row.large .block {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.simulateur .incapacite .row.large .block img,
.simulateur .invalidite .row.large .block img {
  margin-left: auto;
  margin-right: auto;
  background-color: #ef7b0b;
}
.simulateur .incapacite .row.large .block h2,
.simulateur .invalidite .row.large .block h2 {
  color: #ef7b0b;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
}
.simulateur .incapacite .row.large .block p,
.simulateur .invalidite .row.large .block p {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .simulateur .incapacite .row.large .block.border,
  .simulateur .invalidite .row.large .block.border {
    border: solid 1px #ef7b0b;
  }
}
.simulateur .incapacite .row.large .block.green,
.simulateur .invalidite .row.large .block.green {
  background-color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 15px;
}
.simulateur .incapacite .row.large .block.blue,
.simulateur .invalidite .row.large .block.blue {
  background-color: #FFFFFF;
  margin-top: 15px;
}
.simulateur .incapacite .row.large .block.small,
.simulateur .invalidite .row.large .block.small {
  font-family: OpenSans-Bold, sans-serif;
  padding: 0;
  margin: 15px 0 0 0;
  font-size: 16px;
}
.simulateur .incapacite .bande,
.simulateur .invalidite .bande {
  margin: 30px;
  padding: 5px;
  margin-left: 45px;
  padding-left: 65px;
  font-family: OpenSans-SemiBold, sans-serif;
  color: white;
}
.simulateur .incapacite .bande img,
.simulateur .invalidite .bande img {
  position: absolute;
  float: left;
  left: 27px;
  top: 15px;
}
.simulateur .incapacite .bande.green,
.simulateur .invalidite .bande.green {
  background-color: #ef7b0b;
}
.simulateur .incapacite .bande.green img,
.simulateur .invalidite .bande.green img {
  background-color: #ef7b0b;
}
.simulateur .incapacite .bande.blue,
.simulateur .invalidite .bande.blue {
  background-color: #757373;
}
.simulateur .incapacite .bande.blue img,
.simulateur .invalidite .bande.blue img {
  background-color: #757373;
}
.simulateur .incapacite #tooltip-prevoyance-complementaire + .tooltip .tooltip-inner,
.simulateur .invalidite #tooltip-prevoyance-complementaire + .tooltip .tooltip-inner {
  background-color: #757373;
  border: 1px solid #757373;
}
.simulateur .incapacite #tooltip-prevoyance-complementaire + .tooltip.top .tooltip-arrow,
.simulateur .invalidite #tooltip-prevoyance-complementaire + .tooltip.top .tooltip-arrow {
  border-top-color: #757373;
}
.simulateur .incapacite .largeBlock,
.simulateur .invalidite .largeBlock {
  margin-bottom: 10px;
}
.simulateur .incapacite .largeBlock.indicatrice-complement-ss,
.simulateur .invalidite .largeBlock.indicatrice-complement-ss {
  margin: 0;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.simulateur .incapacite table.prevoyance-complementaire,
.simulateur .invalidite table.prevoyance-complementaire {
  margin: 30px;
  width: auto;
}
.simulateur .incapacite table.prevoyance-complementaire .colBg,
.simulateur .invalidite table.prevoyance-complementaire .colBg {
  background-color: #FFFFFF;
}
.simulateur .incapacite table.prevoyance-complementaire th,
.simulateur .invalidite table.prevoyance-complementaire th,
.simulateur .incapacite table.prevoyance-complementaire td,
.simulateur .invalidite table.prevoyance-complementaire td {
  width: 25%;
  border: none;
  padding: 15px;
}
.simulateur .incapacite table.prevoyance-complementaire th.prestations-ss,
.simulateur .invalidite table.prevoyance-complementaire th.prestations-ss,
.simulateur .incapacite table.prevoyance-complementaire td.prestations-ss,
.simulateur .invalidite table.prevoyance-complementaire td.prestations-ss {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: white;
}
.simulateur .incapacite table.prevoyance-complementaire td,
.simulateur .invalidite table.prevoyance-complementaire td {
  text-align: center;
}
.simulateur .incapacite table.prevoyance-complementaire td.intercell,
.simulateur .invalidite table.prevoyance-complementaire td.intercell {
  width: 30px;
}
body .backgroundPages {
  position: relative;
}
body .backgroundPages .body-content {
  position: relative;
}
body .backgroundPages .background-wrapper {
  display: block;
  position: absolute;
  width: 100%;
}
body .backgroundPages .background-wrapper#bg-page-documents {
  background: url('/Content/images/bg-documents.png') no-repeat center #757373;
}
body .backgroundPages .background-wrapper#bg-page-links {
  background: url('/Content/images/bg-documents.png') no-repeat center #757373;
  background-position-y: - 40%;
}
body .backgroundPages .scroller {
  position: fixed;
  bottom: 60px;
  left: 50%;
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  body .backgroundPages .scroller {
    display: none;
  }
}
body .backgroundPages .page {
  overflow: hidden;
  margin-bottom: 20px;
}
body .backgroundPages .page#page-documents > div.col {
  padding-left: 10%;
}
body .backgroundPages .page#page-documents > div.col .panel-group {
  background: #fff;
  padding: 25px;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel {
  border-radius: 0;
  background: #ef7b0b;
  margin-top: 0;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading {
  background: transparent;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a {
  color: #fff;
  display: block;
  position: relative;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a .panel-arrow {
  display: block;
  height: 9px;
  width: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('/Content/images/arrow-white.png') no-repeat;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a.collapsed .panel-arrow {
  background-position-y: -9px;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a:hover,
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a:focus,
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-heading a:active {
  text-decoration: none;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-collapse {
  background: #fff;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-collapse .panel-body {
  padding: 5px;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-collapse .panel-body ul {
  list-style: none;
}
body .backgroundPages .page#page-documents > div.col .panel-group .panel .panel-collapse .panel-body ul li a {
  color: #000;
  background: url('/Content/images/pdf-32.png') no-repeat left;
  min-height: 35px;
  line-height: 32px;
  padding-left: 40px;
  display: block;
}
body .backgroundPages .page#page-links .flip-container,
body .backgroundPages .page#page-links .flip-container2,
body .backgroundPages .page#page-links .flip-container3 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 20px;
}
body .backgroundPages .page#page-links .flip-container:hover .flipper .front,
body .backgroundPages .page#page-links .flip-container2:hover .flipper .front,
body .backgroundPages .page#page-links .flip-container3:hover .flipper .front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body .backgroundPages .page#page-links .flip-container:hover .flipper .back,
body .backgroundPages .page#page-links .flip-container2:hover .flipper .back,
body .backgroundPages .page#page-links .flip-container3:hover .flipper .back {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
body .backgroundPages .page#page-links .flip-container .flipper,
body .backgroundPages .page#page-links .flip-container2 .flipper,
body .backgroundPages .page#page-links .flip-container3 .flipper {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
body .backgroundPages .page#page-links .flip-container .flipper .front,
body .backgroundPages .page#page-links .flip-container2 .flipper .front,
body .backgroundPages .page#page-links .flip-container3 .flipper .front,
body .backgroundPages .page#page-links .flip-container .flipper .back,
body .backgroundPages .page#page-links .flip-container2 .flipper .back,
body .backgroundPages .page#page-links .flip-container3 .flipper .back {
  width: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
body .backgroundPages .page#page-links .flip-container .flipper .front,
body .backgroundPages .page#page-links .flip-container2 .flipper .front,
body .backgroundPages .page#page-links .flip-container3 .flipper .front {
  z-index: 2;
  text-align: center;
  background: #fff;
  padding: 80px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
body .backgroundPages .page#page-links .flip-container .flipper .front .link-title,
body .backgroundPages .page#page-links .flip-container2 .flipper .front .link-title,
body .backgroundPages .page#page-links .flip-container3 .flipper .front .link-title {
  font-weight: bold;
  position: relative;
}
body .backgroundPages .page#page-links .flip-container .flipper .front .link-title .arrow,
body .backgroundPages .page#page-links .flip-container2 .flipper .front .link-title .arrow,
body .backgroundPages .page#page-links .flip-container3 .flipper .front .link-title .arrow {
  display: inline;
  margin-right: 5px;
  background-color: #757373;
}
body .backgroundPages .page#page-links .flip-container .flipper .front .link-title::before,
body .backgroundPages .page#page-links .flip-container2 .flipper .front .link-title::before,
body .backgroundPages .page#page-links .flip-container3 .flipper .front .link-title::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/Content/images/fleche-liste-grey.png');
  background-size: contain;
  background-color: #ef7b0b;
  width: 7px;
  height: 13px;
}
body .backgroundPages .page#page-links .flip-container .flipper .front img,
body .backgroundPages .page#page-links .flip-container2 .flipper .front img,
body .backgroundPages .page#page-links .flip-container3 .flipper .front img {
  display: block;
  margin: 0 auto;
  background-color: #ef7b0b;
}
body .backgroundPages .page#page-links .flip-container .flipper .back,
body .backgroundPages .page#page-links .flip-container2 .flipper .back,
body .backgroundPages .page#page-links .flip-container3 .flipper .back {
  background: #fff;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .backgroundPages .page#page-links .flip-container .flipper .back a,
body .backgroundPages .page#page-links .flip-container2 .flipper .back a,
body .backgroundPages .page#page-links .flip-container3 .flipper .back a {
  color: #ef7b0b;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
body .backgroundPages .page#page-links .flip-container .flipper .back h3,
body .backgroundPages .page#page-links .flip-container2 .flipper .back h3,
body .backgroundPages .page#page-links .flip-container3 .flipper .back h3 {
  display: block;
  text-align: center;
}
body .backgroundPages .page#page-links .flip-container.small,
body .backgroundPages .page#page-links .flip-container2.small,
body .backgroundPages .page#page-links .flip-container3.small {
  height: 220px;
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
body .backgroundPages .page#page-links .flip-container.small .front,
body .backgroundPages .page#page-links .flip-container2.small .front,
body .backgroundPages .page#page-links .flip-container3.small .front,
body .backgroundPages .page#page-links .flip-container.small .back,
body .backgroundPages .page#page-links .flip-container2.small .back,
body .backgroundPages .page#page-links .flip-container3.small .back {
  height: 220px;
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
body .backgroundPages .page#page-links .flip-container.medium,
body .backgroundPages .page#page-links .flip-container2.medium,
body .backgroundPages .page#page-links .flip-container3.medium {
  height: 240px;
  width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
body .backgroundPages .page#page-links .flip-container.medium .front,
body .backgroundPages .page#page-links .flip-container2.medium .front,
body .backgroundPages .page#page-links .flip-container3.medium .front,
body .backgroundPages .page#page-links .flip-container.medium .back,
body .backgroundPages .page#page-links .flip-container2.medium .back,
body .backgroundPages .page#page-links .flip-container3.medium .back {
  height: 240px;
  width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.backgroundPages .background-wrapper#bg-faq {
  background: url('/Content/images/faq/bg.png') no-repeat center #ef7b0b;
  background-size: 100%;
}
.faq #returnButton {
  width: 113px;
  height: 39px;
  background: var(--unnamed-color-dddddd) 0% 0% no-repeat padding-box;
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.faq .breadcrumb {
  color: #848484;
  cursor: pointer;
}
.faq .breadcrumb > li + li:before {
  content: "> ";
}
.faq h1 {
  margin-bottom: 45px;
}
.faq h3 {
  font-family: OpenSans-SemiBold, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  color: #ef7b0b;
}
.faq .theme {
  text-align: center;
  background-color: white;
  padding: 30px;
  min-height: 180px;
}
.faq .theme img {
  margin-bottom: 10px;
  max-width: 200px;
}
.faq .theme img.themeLogo {
  background-color: #ef7b0b;
}
.faq .theme a {
  padding-left: 20px;
  color: black;
  cursor: pointer;
}
.faq .theme a .arrow {
  background-color: #757373;
  margin-right: 5px;
  margin-bottom: 2px;
  height: 10px;
}
.faq select {
  background-color: #ef7b0b;
  color: white;
  width: 100%;
  padding: 5px 15px;
  border: none;
}
.faq select option {
  padding: 5px 15px;
}
.faq .questionItem {
  background-color: white;
  height: 46px;
  line-height: 46px;
  margin-bottom: 35px;
  margin-left: 14%;
  margin-right: 14%;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.faq .questionItem .arrow {
  background-color: black;
  margin-right: 5px;
  margin-bottom: 2px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 17px;
}
.faq .responseContent {
  border-radius: 5px;
  margin-bottom: 20px;
}
.faq .reponse {
  display: none;
  padding: 30px 0;
}
.faq .btn {
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: transparent;
}
.faq .contact {
  margin-top: 30px;
}
.faq .contact input[type="submit"] {
  margin-top: 15px;
}
.faq .contact textarea {
  resize: none;
}
#quizz {
  padding-top: 30px;
}
#quizz .adding-quizz .quizzTitle {
  background-color: #ef7b0b;
}
#quizz .adding-quizz .quizzTitle h1 {
  font-family: OpenSans-Bold, sans-serif;
}
#quizz .adding-quizz .question {
  font-family: OpenSans-Regular, sans-serif;
}
#quizz .adding-quizz .lienTitre {
  font-family: OpenSans-Regular, sans-serif;
}
#quizz .adding-quizz .reponses {
  font-family: OpenSans-Regular, sans-serif;
}
@media screen and (max-width: 768px) {
  #quizz .adding-quizz .reponses ul {
    padding-left: 20px;
  }
}
#quizz .adding-quizz .reponses .validation img {
  margin: 0;
}
#quizz .adding-quizz .reponses input[type=checkbox]:checked,
#quizz .adding-quizz .reponses input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#quizz .adding-quizz .reponses input[type=checkbox]:checked + label,
#quizz .adding-quizz .reponses input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 14px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
#quizz .adding-quizz .reponses input[type=checkbox]:checked + label:before,
#quizz .adding-quizz .reponses input[type=checkbox]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  /*border-radius: 100%;*/
  background: #fff;
}
#quizz .adding-quizz .reponses input[type=checkbox]:checked + label:after,
#quizz .adding-quizz .reponses input[type=checkbox]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ef7b0b;
  position: absolute;
  top: 6px;
  left: -36px;
  /*border-radius: 100%;*/
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#quizz .adding-quizz .reponses input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#quizz .adding-quizz .reponses input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#quizz .adding-quizz .intitule {
  font-family: OpenSans-Bold, sans-serif;
}
#quizz .adding-quizz .explication {
  font-family: OpenSans-Regular, sans-serif;
}
#quizz .adding-quizz .resultats .resultLinks {
  right: 150px;
  bottom: 40px;
  position: absolute;
}
#quizz .adding-quizz .resultats .resultLinks .arrow {
  background-color: #009cb1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-right: 10px;
}
#quizz .adding-quizz .resultats .resultLinks a {
  text-decoration: none;
}
#quizz .adding-quizz #nav {
  padding: 15px 0;
}
#quizz .adding-quizz #nav #next,
#quizz .adding-quizz #nav #prev {
  text-align: center;
  border: solid 2px #ef7b0b;
  border-radius: 0;
  background-color: #ef7b0b;
  padding: 10px;
  font-size: 14px;
  /*max-width: 100%;*/
  color: #fff;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  min-width: 185px;
}
#quizz .adding-quizz #nav #next:hover,
#quizz .adding-quizz #nav #prev:hover {
  background: #ef7b0b;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.backgroundPages .background-wrapper#bg-news-top {
  background: url('/Content/images/news/img_haut.png') no-repeat top center #ef7b0b;
  background-size: 100%;
}
.backgroundPages .background-wrapper#bg-news-bottom {
  background: url('/Content/images/news/img_bas.png') no-repeat bottom center #ef7b0b;
  background-size: 100%;
}
.news h1 {
  margin-bottom: 40px;
}
.news .news-list .row {
  margin-bottom: 30px;
}
.news .news-list .row .news-item {
  background-color: white;
  padding: 30px;
  height: 195px;
}
.news .news-list .row .news-item img.thumbnail {
  width: 100%;
  max-height: 135px;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: unset;
}
.news .news-list .row .news-item a {
  color: black;
}
.news .news-list .row .news-item a:hover {
  text-decoration: none;
}
.news .news-list .row .news-item a h3 {
  margin: 0 0;
  line-height: 20px;
  font-size: 14px;
  color: #757373;
  font-family: OpenSans-SemiBold, sans-serif;
}
.news .news-list .row .news-item a p {
  color: black;
}
.news .news-list .row .news-item a img.arrow {
  background-color: #757373;
}
.news .news-details {
  padding: 50px 55px 40px 55px;
  background-color: white;
  margin-bottom: 90px;
}
.news .news-details img.thumbnail {
  float: left;
  margin: 0 30px 30px 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: unset;
  max-width: 340px;
}
.news .news-details h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #757373;
  font-family: OpenSans-SemiBold, sans-serif;
}
.news .news-details .return-link {
  text-align: right;
  clear: both;
}
.news .news-details .return-link a:hover {
  text-decoration: none;
}
.news .news-details .return-link a img.arrow {
  background-color: #757373;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-right: 10px;
}
.backgroundPages .background-wrapper#bg-factsheet-details-top {
  background: url('/Content/images/factsheet/img_haut.png') no-repeat top center #757373;
  background-size: 100%;
}
.backgroundPages .background-wrapper#bg-factsheet-details-bottom {
  background: url('/Content/images/factsheet/img_bas.png') no-repeat bottom center #757373;
  background-size: 100%;
}
.factsheet h1 {
  margin-bottom: 40px;
}
.factsheet .factsheet-details {
  padding: 50px 55px 40px 55px;
  background-color: white;
  margin-bottom: 90px;
}
.factsheet .factsheet-details img.thumbnail {
  display: inline-block;
  margin: 0 30px 30px 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: unset;
  max-width: 340px;
}
.factsheet .factsheet-details h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #757373;
  font-family: OpenSans-SemiBold, sans-serif;
}
.factsheet .factsheet-details .return-link {
  text-align: right;
  clear: both;
}
.factsheet .factsheet-details .return-link a:hover {
  text-decoration: none;
}
.factsheet .factsheet-details .return-link a img.arrow {
  background-color: #757373;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-right: 10px;
}
.slider {
  display: table;
  width: 800px;
  height: 400px;
  background-color: #FBF7F6;
  text-align: center;
  position: relative;
  display: inline-block;
}
.slider .spinner {
  width: 100%;
  /*background: rgba(0, 0, 0, 0.7);*/
  text-align: center;
  z-index: 999999;
  height: 400px;
  line-height: 400px;
  position: absolute;
}
.slider .spinner .lds-double-ring {
  vertical-align: middle;
}
.slider .spinner p {
  color: white;
}
.slider .slider-title {
  background-color: #E9E9E9;
  height: 80px;
  display: table;
  width: 100%;
  padding: 0 100px;
  text-align: left;
}
.slider .slider-title p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.slider .slider-title p i {
  color: #ef7b0b;
}
.slider .slider-image-container {
  height: 290px;
  line-height: 290px;
  width: 100%;
  display: table;
}
.slider .slider-image-container .slider-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 270px;
}
.slider .slider-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 30px;
  line-height: 30px;
}
.slider .slider-navigation .bubble {
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 1px solid black;
  border-radius: 15px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.slider .slider-navigation .bubble:hover {
  background-color: black;
}
.slider .slider-navigation .bubble.active {
  background-color: black;
}
.slider .slider-navigation .arrow {
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
}
body .Beneficiary {
  margin-bottom: 30px;
  /*************************/
  /****** DESIGNATION ******/
  /*************************/
  /**********************/
  /****** SYNTHESE ******/
  /**********************/
}
body .Beneficiary.LightSignature {
  background-color: white;
  padding: 30px 0px;
}
body .Beneficiary.LightSignature p {
  margin: 15px 0px;
  font-size: 20px;
}
body .Beneficiary.LightSignature img {
  height: 100px;
}
body .Beneficiary .informations h1 {
  text-align: center;
}
body .Beneficiary .common-popin .modal-dialog {
  top: 40%;
  transform: translate(0%, -40%);
}
body .Beneficiary .notValide {
  border-color: #c51244 !important;
  background-color: #FFF0F4;
}
body .Beneficiary .notValide + div.required-icon {
  border-color: #c51244;
}
body .Beneficiary .errorMessage {
  font-size: 10px;
  margin-top: 2px;
  color: #C51244;
}
body .Beneficiary .errorMessage.genderError {
  margin-top: -9px;
}
body .Beneficiary .panel {
  border: 1px solid #D1D3D4;
  background-color: #F5F5F5;
  margin: 10px;
  padding: 20px;
}
body .Beneficiary .notifications-button {
  position: absolute;
  top: -26px;
  height: 33px;
  margin-right: 0px;
  margin-top: 0px;
  z-index: 1;
  background-color: transparent;
}
body .Beneficiary a.next,
body .Beneficiary a.prev {
  background: url('/Content/images/simulateur/simulateurArrow.png') no-repeat;
  width: 43px;
  height: 92px;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-top: 150px;
  display: block;
}
body .Beneficiary iframe.ytplayer {
  margin-bottom: 10px;
}
body .Beneficiary iframe.ytplayer .ytp-title {
  display: none;
}
body .Beneficiary a.next {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .Beneficiary .previous.disabled,
body .Beneficiary .next.disabled {
  display: none;
}
body .Beneficiary .videoTitle {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
body .Beneficiary .contractsSelect {
  margin-bottom: 20px;
}
body .Beneficiary ul.contracts li,
body .Beneficiary ul.options li {
  cursor: pointer;
}
body .Beneficiary ul.contracts li.selected,
body .Beneficiary ul.options li.selected {
  font-weight: bold;
}
body .Beneficiary #newDbPopin .modal-content {
  width: 700px;
}
body .Beneficiary #validationPopUpBeneficiary {
  height: 100vh;
  top: 0 !important;
  display: block;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog {
  box-shadow: 0px 5px 10px #adb5be;
  background: white;
  padding: 15px 10px 5px 15px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog .modal-footer {
  border: none;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog .modal-footer .btn.green {
  white-space: pre-wrap;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog .modal-footer .btn-primary {
  background-color: #ef7b0b;
  border-color: #757373;
}
body .Beneficiary #validationPopUpBeneficiary .modal-dialog .modal-footer .btn-primary .green {
  float: left;
}
body .Beneficiary #validationPopUpBeneficiary .modal-background {
  width: 100%;
  height: 100%;
  background-color: #b7c1cd5e;
}
body .Beneficiary #pdfViewer iframe {
  width: 100%;
  height: 300px;
}
body .Beneficiary .delete {
  line-height: 43px;
  margin: 5px;
  color: #585858;
}
body .Beneficiary table td {
  padding: 0;
}
body .Beneficiary table .delete {
  line-height: 43px;
  margin: 5px;
}
body .Beneficiary table tfoot td {
  padding-top: 2px;
}
body .Beneficiary input.tableInput,
body .Beneficiary select.tableInput {
  display: block;
  width: 100%;
  height: 23px;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none;
  margin: 0px;
  background: none;
  box-shadow: none;
}
body .Beneficiary select.tableInput {
  width: 100%;
}
body .Beneficiary .funkyCombo {
  width: 70%;
  left: 15%;
  border-radius: 3px;
  border: 1px solid #D1D3D4 !important;
  font-weight: normal;
  margin-bottom: 10px;
}
body .Beneficiary .funkyCombo .tableInput {
  height: 40px;
  font-size: 14px;
}
body .Beneficiary .funkyCombo .tableInput option {
  font-size: 14px;
  padding: 10px 0;
}
body .Beneficiary .funkyradio > div {
  clear: both;
}
body .Beneficiary .funkyradio .funkyPanel {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  margin-bottom: 10px;
}
body .Beneficiary .funkyradio .funkyPanel label.funkyLabel {
  border: none;
  margin: 0 !important;
}
body .Beneficiary .funkyradio .funkyPanel label.funkyLabel .tooltip-defaultHeirs {
  display: inline-block;
  margin-left: 0;
}
body .Beneficiary .funkyradio label.funkyLabel {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}
body .Beneficiary .funkyradio label.funkyLabel span {
  display: block;
  margin-left: 3.5em;
}
body .Beneficiary .funkyradio .nomargin label.funkyLabel {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
body .Beneficiary .funkyradio input[type="radio"]:empty,
body .Beneficiary .funkyradio input[type="checkbox"]:empty {
  display: none;
}
body .Beneficiary .funkyradio input[type="radio"]:empty ~ label.funkyLabel,
body .Beneficiary .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel {
  position: relative;
  line-height: 2.5em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .Beneficiary .funkyradio input[type="radio"]:empty ~ label.funkyLabel:before,
body .Beneficiary .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
body .Beneficiary .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel,
body .Beneficiary .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel {
  color: #888;
}
body .Beneficiary .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel:before,
body .Beneficiary .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #C2C2C2;
}
body .Beneficiary .funkyradio input[type="radio"]:checked ~ label.funkyLabel,
body .Beneficiary .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel {
  color: #777;
}
body .Beneficiary .funkyradio input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #333;
  height: 35px;
  background-color: #ccc;
}
body .Beneficiary .funkyradio input[type="radio"]:focus ~ label.funkyLabel:before,
body .Beneficiary .funkyradio input[type="checkbox"]:focus ~ label.funkyLabel:before {
  box-shadow: 0 0 0 3px #999;
}
body .Beneficiary .funkyradio input[type="radio"].error ~ label.funkyLabel,
body .Beneficiary .funkyradio input[type="checkbox"].error ~ label.funkyLabel {
  background-color: #fff0f4;
  border-color: #c51244;
}
body .Beneficiary .funkyradio .funkyradio-default input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-default input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #ef7b0b;
}
body .Beneficiary .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #ef7b0b;
}
body .Beneficiary .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="radio"]:focus ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="checkbox"]:focus ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="radio"]:hover:not(:checked) ~ label:before,
body .Beneficiary .funkyradio .funkyradio-big input[type="checkbox"]:hover:not(:checked) ~ label:before {
  line-height: 65px;
}
body .Beneficiary .funkyradio .funkyradio-primary input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-primary input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #337ab7;
}
body .Beneficiary .funkyradio .funkyradio-success input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #5cb85c;
}
body .Beneficiary .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #d9534f;
}
body .Beneficiary .funkyradio .funkyradio-warning input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-warning input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #f0ad4e;
}
body .Beneficiary .funkyradio .funkyradio-info input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .funkyradio .funkyradio-info input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #5bc0de;
}
body .Beneficiary .informationspersonnelles {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body .Beneficiary .informationspersonnelles input[type="date"] {
  padding-right: 10px !important;
}
body .Beneficiary .informationspersonnelles .form-horizontal .control-label {
  padding-top: 0px;
  padding-right: 0px;
}
body .Beneficiary .informationspersonnelles input[type="date"]::-webkit-calendar-picker-indicator {
  display: flex;
  width: 12%;
}
body .Beneficiary .informationspersonnelles input::-webkit-outer-spin-button,
body .Beneficiary .informationspersonnelles input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .Beneficiary .informationspersonnelles input[type=number] {
  -moz-appearance: textfield;
}
body .Beneficiary .informationspersonnelles .alignItem {
  display: flex;
  align-items: center;
}
body .Beneficiary .informationspersonnelles .alignMargin .control-label {
  margin-top: 7px;
}
body .Beneficiary .informationspersonnelles .infoIcon {
  margin-right: 5px;
}
body .Beneficiary .informationspersonnelles .funkyLabel {
  margin-bottom: 0px !important;
}
body .Beneficiary .designationbeneficiaire {
  /***** LISTE VUEDRAGGABLE *****/
  /***** OPEN & CLOSE TAB INPUT *****/
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer {
  position: relative;
  padding-top: 70px;
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer .inputDefaultClause {
  position: absolute;
  top: 0;
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer .defaultClauseTrue {
  border: none !important;
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer .defaultClauseTrue .inputDefaultClause {
  left: 0;
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer .defaultClauseFalse {
  border: none !important;
}
body .Beneficiary .designationbeneficiaire .defaultClauseContainer .defaultClauseFalse .inputDefaultClause {
  right: 0;
}
body .Beneficiary .designationbeneficiaire .flip-list-move {
  transition: transform 0.5s;
}
body .Beneficiary .designationbeneficiaire .no-move {
  transition: transform 0s;
}
body .Beneficiary .designationbeneficiaire .ghost {
  opacity: 0.5;
  background: #c8ebfb;
}
body .Beneficiary .designationbeneficiaire .list-group {
  min-height: 20px;
  margin-left: 30px;
}
body .Beneficiary .designationbeneficiaire .list-group .list-group-item,
body .Beneficiary .designationbeneficiaire .list-group .footer-list-group-item {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.7;
  color: white;
  margin: 5px 0;
  max-width: 860px;
  line-height: 1em;
}
body .Beneficiary .designationbeneficiaire .list-group .list-group-item {
  background-color: #ef7b0b;
  cursor: move;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
}
body .Beneficiary .designationbeneficiaire .list-group .list-group-item:before {
  content: ' ';
  background-image: url(/Content/images/beneficiary/drag-and-drop.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 8px;
}
body .Beneficiary .designationbeneficiaire .list-group .list-group-item:not(:first-child) p:before {
  content: "à défaut, ";
}
body .Beneficiary .designationbeneficiaire .list-group .list-group-item p {
  margin: 0;
}
body .Beneficiary .designationbeneficiaire .list-group .footer-list-group-item {
  background-color: gray;
}
body .Beneficiary .designationbeneficiaire .list-group .footer-list-group-item p {
  margin: 0;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default {
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  margin-top: 10px !important;
  padding: 0 !important;
  background-color: white;
  box-shadow: none;
  margin: 0;
  /*input[type="date" i] {
                    color: #777;
                    font-size: 12px;
                }*/
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading {
  background-color: #fff;
  border: none;
  padding: 0;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:empty ~ label.funkyLabel,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:empty ~ label.funkyLabel {
  position: relative;
  line-height: 2.5em;
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:empty,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:empty {
  display: none;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:hover:not(:checked) ~ label.funkyLabel,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel {
  color: #888;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:checked ~ label.funkyLabel,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:checked ~ label.funkyLabel,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading .designationbeneficiaire input[type="radio"]:checked ~ label.funkyLabel,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading .designationbeneficiaire input[type="checkbox"]:checked ~ label.funkyLabel {
  color: #777;
  pointer-events: none;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading label.funkyLabel span {
  display: block;
  margin-left: 3.5em;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:empty ~ label.funkyLabel:before,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:empty ~ label.funkyLabel:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:hover:not(:checked) ~ label.funkyLabel:before,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #C2C2C2;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="radio"]:checked ~ label.funkyLabel:before,
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-heading input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff !important;
  background-color: #ef7b0b !important;
  content: '\2714';
  text-indent: 0.9em;
  height: 35px;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .panel-body {
  border: none;
  padding: 15px;
  background-color: #F5F5F5;
  cursor: default;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default input[type="radio"]:checked ~ label.funkyLabel.firstChoice:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ef7b0b;
  position: absolute;
  left: 13px;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default input[type="radio"]:checked ~ label.funkyLabel.firstChoice {
  margin-bottom: 18px;
}
body .Beneficiary .designationbeneficiaire .panel.panel-default .firstRow {
  margin-bottom: 15px;
}
body .Beneficiary .designationbeneficiaire #formulairesaisiebeneficiaire .notValide {
  border-color: #c51244 !important;
}
body .Beneficiary .designationbeneficiaire #formulairesaisiebeneficiaire .notValide + label {
  color: #c51244 !important;
}
body .Beneficiary .designationbeneficiaire #formulairesaisiebeneficiaire .disableQuality {
  display: none;
}
body .Beneficiary #synthese #upload-button {
  width: 150px;
  display: block;
  margin: 20px auto;
}
body .Beneficiary #synthese #file-to-upload {
  display: none;
}
body .Beneficiary #synthese #pdf-main-container {
  width: 800px;
  max-width: 100%;
  margin: 20px auto;
}
body .Beneficiary #synthese #pdf-loader {
  display: none;
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 100px;
  height: 100px;
}
body .Beneficiary #synthese #pdf-contents {
  display: none;
}
body .Beneficiary #synthese #pdf-meta {
  overflow: hidden;
  margin: 0 0 20px 0;
}
body .Beneficiary #synthese #pdf-buttons {
  float: left;
}
body .Beneficiary #synthese #page-count-container {
  float: right;
}
body .Beneficiary #synthese #pdf-current-page {
  display: inline;
}
body .Beneficiary #synthese #pdf-total-pages {
  display: inline;
}
body .Beneficiary #synthese #pdf-canvas-synthese {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  height: 1160px;
}
body .Beneficiary #synthese #page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #999999;
  font-size: 13px;
}
body .Beneficiary #synthese .syntheseNav {
  width: 832px;
  margin: auto;
}
body .Beneficiary #noticeTab #pdf-main-container {
  width: 800px;
  max-width: 100%;
  margin: 20px auto;
}
body .Beneficiary #noticeTab #pdf-main-container #pdf-canvas {
  width: 100%;
  height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
}
body .Beneficiary #noticeTab #pdf-loader {
  display: none;
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 100px;
  height: 100px;
}
body .Beneficiary #noticeTab #pdf-contents {
  display: none;
}
body .Beneficiary #noticeTab #pdf-meta {
  overflow: hidden;
  margin: 0 0 20px 0;
}
body .Beneficiary #noticeTab #pdf-canvas {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
body .Beneficiary #noticeTab #page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #999999;
  font-size: 13px;
}
body .Beneficiary #noticeTab .noticeNav {
  width: 830px;
  margin: auto;
}
body .Beneficiary .templateContent {
  padding: 15px;
  background-color: #F5F5F5;
  cursor: default;
}
body .Beneficiary .templateContent h4 {
  margin-bottom: 1em;
}
body .Beneficiary .templateContent h4.center {
  text-align: center;
}
body .Beneficiary .templateContent li {
  line-height: 1em;
}
body .Beneficiary .templateContent .row.distribution {
  margin-top: 20px;
  margin-left: 30px;
}
body .Beneficiary .beneficiaryTabBtn a {
  margin: 5px auto;
}
body .Beneficiary .beneficiaryTab {
  margin-bottom: 0;
}
body .Beneficiary .error {
  background-color: #fff0f4 !important;
  border-color: #c51244 !important;
}
body .Beneficiary .glyphicon.glyphicon-question-sign {
  font-size: 15px;
}
body .Beneficiary .icon-btn {
  padding: 1px 15px 3px 2px;
  border-radius: 50px;
}
body .Beneficiary .btn-glyphicon {
  padding: 8px;
  background: #ffffff;
  margin-right: 4px;
}
body .Beneficiary .encart {
  background-color: #ef7b0b;
  color: #fff;
  margin-top: 56px;
  position: relative;
}
body .Beneficiary .encart a,
body .Beneficiary .encart a:visited,
body .Beneficiary .encart a:focus,
body .Beneficiary .encart a:active {
  color: #fff;
  text-decoration: underline;
}
body .Beneficiary .encart.notice {
  padding: 41px 60px 41px 30px;
}
body .Beneficiary .encart.notice:before {
  content: ' ';
  background-image: url(/Content/Images/beneficiary/notice-information.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 70px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0.3;
}
body .Beneficiary .encart.passport {
  margin-top: 0;
  color: black;
  background: none;
}
body .Beneficiary .encart.passport .row {
  display: table;
}
body .Beneficiary .encart.passport [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
body .Beneficiary .encart.passport img {
  display: inline-block;
  height: 100px;
  padding-top: 20px;
}
body .Beneficiary .encart.passport span {
  display: inline-block;
  max-width: calc(100% - 95px);
}
body .Beneficiary .encart.passport p {
  padding-top: 20px;
}
body .Beneficiary .encart.informations {
  margin-top: 0;
  padding: 20px;
}
body .Beneficiary .encart.informations:before {
  content: ' ';
  background-image: url(/Content/Images/beneficiary/notice-information.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 70px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  opacity: 0.3;
}
body .Beneficiary .encart.simulateur {
  padding: 30px;
  padding-right: 100px;
  position: relative;
}
body .Beneficiary .encart.simulateur:before {
  content: ' ';
  background-image: url(/Content/Images/beneficiary/simulateur.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  opacity: 0.3;
}
body .Beneficiary.wizard {
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  body .Beneficiary.wizard {
    margin-top: -60px;
  }
}
body .Beneficiary.wizard .row.wizard-nav {
  margin-top: 20px;
}
body .Beneficiary .btn.green {
  border: solid 2px #757373;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  max-width: 100%;
  background: #ef7b0b;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
body .Beneficiary .btn.green.addPerson {
  float: right;
  padding: 7px;
  letter-spacing: normal;
}
body .Beneficiary ul.sortable {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 30px;
}
body .Beneficiary ul.sortable li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: move;
  background-color: #ef7b0b;
  opacity: 0.7;
  color: white;
  margin: 5px 0;
  max-width: 860px;
  position: relative;
}
body .Beneficiary ul.sortable li:first-letter {
  text-transform: capitalize;
}
body .Beneficiary ul.sortable li.sortable-item:before {
  content: ' ';
  background-image: url(/Content/images/beneficiary/drag-and-drop.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  left: 8px;
}
body .Beneficiary ul.sortable li.not-sortable-item {
  background-color: gray;
  cursor: default;
}
body .Beneficiary ul.sortable li span {
  display: inline-block !important;
  margin: 0 !important;
}
body .Beneficiary ul.sortable li:first-of-type span.defaultText {
  display: none !important;
}
body .Beneficiary ul.beneficiaryList li:first-of-type span.defaultText {
  display: none !important;
}
body .Beneficiary ul.defaultHeirs {
  list-style: none;
  padding: 0;
  margin-left: 30px;
}
body .Beneficiary ul.defaultHeirs li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #a9a9a9;
  color: white;
  margin: 5px 0;
  max-width: 860px;
  position: relative;
}
body .Beneficiary ul.defaultHeirs li:first-letter {
  text-transform: capitalize;
}
body .Beneficiary ul.defaultList {
  list-style-type: none;
}
body .Beneficiary ul.defaultList li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .Beneficiary .video-container {
  text-align: center;
}
body .Beneficiary .video-container iframe {
  max-width: 100%;
}
@media (max-width: 585px) {
  body .Beneficiary .wizard {
    width: 90%;
    height: auto !important;
  }
  body .Beneficiary span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body .Beneficiary .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body .Beneficiary .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
body .Beneficiary .wizardSuccess {
  margin-top: 40px;
}
body .Beneficiary .wizardSuccess a {
  font-size: 20px;
}
body .Beneficiary .bulletMenu {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
body .Beneficiary .bulletMenu .content {
  width: 100%;
  display: inline-flex;
}
body .Beneficiary .bulletMenu .content .bullet {
  text-align: center;
}
body .Beneficiary .bulletMenu .content .bullet .bulletContent {
  width: 60px;
  height: 60px;
  margin: 10px auto;
  border-radius: 100%;
  padding: 0;
  background: transparent;
}
body .Beneficiary .bulletMenu .content .bullet span.round-tab {
  width: 60px;
  height: 60px;
  line-height: 55px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 4px solid #c9c9c9;
  z-index: 2;
  left: 0;
  text-align: center;
  font-size: 25px;
  color: #c9c9c9;
}
body .Beneficiary .bulletMenu .content .bullet span.round-tab i {
  font-style: normal;
  font-weight: bold;
}
body .Beneficiary .bulletMenu .content .bullet span.round-tab i.glyphicon {
  display: none;
}
body .Beneficiary .bulletMenu .content .bullet .tab-label {
  width: 100px;
  color: #c9c9c9;
}
body .Beneficiary .bulletMenu .content .bullet.active span.round-tab {
  background: #ef7b0b;
  border: 2px solid #ef7b0b;
  color: #ef7b0b;
}
body .Beneficiary .bulletMenu .content .bullet.active span.round-tab i {
  display: none;
}
body .Beneficiary .bulletMenu .content .bullet.active span.round-tab i.glyphicon {
  line-height: 55px;
  color: #fff;
  display: block;
  font-weight: lighter;
  font-size: 19px;
}
body .Beneficiary .bulletMenu .content .bullet.active div.tab-label {
  color: #ef7b0b;
}
body .Beneficiary .bulletMenu .content .connecting-line {
  height: 4px;
  background: #c9c9c9;
  width: 100%;
  margin-top: 38px;
}
body .Beneficiary .bulletMenu .content .connecting-line.active {
  background: #ef7b0b;
}
body .Beneficiary .bulletMenu .content .connecting-line.current {
  background: linear-gradient(to right, #ef7b0b 10%, #c9c9c9 60%);
}
body.BeneficiaryPdf {
  margin-top: 0px;
  margin-left: 0px;
  word-break: break-word;
}
body.BeneficiaryPdf h1 {
  font-size: 18px;
  line-height: 23px;
  vertical-align: bottom;
  height: 23px;
  color: #ef7b0b;
}
body.BeneficiaryPdf h1 img {
  vertical-align: sub;
  margin-right: 5px;
}
body.BeneficiaryPdf ul {
  list-style-image: url(/Content/images/Beneficiary/check.png);
}
body.BeneficiaryPdf .logos {
  margin-top: 20px;
}
body.BeneficiaryPdf strong {
  font-family: OpenSans-Bold, sans-serif;
  font-weight: bold;
}
body.BeneficiaryPdf ul.customStandardList li:first-of-type span.defaultText {
  display: none !important;
}
body #validationPopUpBeneficiary {
  top: 30vh;
}
body #synthesisPopin .modal-dialog {
  width: 800px;
}
.capitalize-line:first-letter {
  text-transform: capitalize;
}
body {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 14px;
  margin-bottom: 50px !important;
  background-color: #f5f5f5 !important;
  height: 100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .body-content {
    margin-top: 60px;
  }
}
.backgroundPages {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.background-wrapper {
  display: none;
  background-size: cover !important;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
}
.nopadding {
  padding: 0;
}
.p-15 {
  padding: 15px;
}
.d-inl-block {
  display: inline-block;
}
h1 {
  color: #ef7b0b;
  font-size: 31px;
  font-family: OpenSans-SemiBold, sans-serif;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
  }
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.d-none {
  display: none !important;
}
.menu,
.userContext,
.logo {
  z-index: 999;
  position: relative;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.logo {
  z-index: 999;
  position: relative;
}
.logos-row {
  height: 115px;
}
.logos-row .col-v-middle {
  height: 100px;
  text-align: right;
}
.logos-row .col-v-middle img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-height: 100px;
  margin-left: 30px;
  max-width: 300px;
}
.insurer-logo {
  max-width: 100%;
  height: 90px;
}
.form-control {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  box-shadow: none;
}
input[type="radio"].green-radio-button:checked,
input[type="radio"].green-radio-button:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"].green-radio-button:checked + label,
[type="radio"].green-radio-button:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  padding-right: 10px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #666;
}
input[type="radio"].green-radio-button:checked + label:before,
input[type="radio"].green-radio-button:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
input[type="radio"].green-radio-button:checked + label:after,
input[type="radio"].green-radio-button:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ef7b0b;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"].green-radio-button:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"].green-radio-button:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
button,
input[type="submit"],
.btn {
  border: solid 2px #757373;
  border-radius: 0;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  max-width: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  button,
  input[type="submit"],
  .btn {
    background: #f5f5f5;
  }
}
button.green,
input[type="submit"].green,
.btn.green {
  border: solid 2px #ef7b0b;
}
button.green:hover,
input[type="submit"].green:hover,
.btn.green:hover {
  background: #ef7b0b;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
button.animated:hover,
input[type="submit"].animated:hover,
.btn.animated:hover {
  background: #ef7b0b;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
button:active,
input[type="submit"]:active,
.btn:active {
  box-shadow: none;
}
input.hasError,
select.hasError {
  background-color: rgba(243, 55, 55, 0.2);
  border: 1px red solid;
}
.validate-radio.hasError label div {
  border-color: red !important;
}
.menu .navbar {
  z-index: 10001;
  background-color: #ef7b0b;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .menu .navbar {
    margin-top: 20px;
  }
}
.menu .navbar.navbar-fixed-top {
  margin-top: 0;
}
.menu .navbar .navbar-brand {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu .navbar .navbar-brand {
    display: block;
    height: 80px;
  }
}
.menu .navbar.navbar-inverse .navbar-collapse {
  margin-left: -15px;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a {
  padding-left: 19px;
  padding-right: 19px;
  background: url(/Content/images/Beneficiary/ruban-menu-db.png);
  background-size: 112%;
  background-position: center;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a:before {
  content: ' ';
  position: absolute;
  background: url(/Content/images/Beneficiary/ruban-menu-db.png);
  background-size: 103px 100%;
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a:after {
  content: ' ';
  position: absolute;
  background: url(/Content/images/Beneficiary/ruban-menu-db.png);
  background-size: 103px 100%;
  background-position: top right;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a img {
  height: 13px;
  margin-right: 5px;
  margin-top: -4px;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a img.notifications-button {
  position: absolute;
  top: -21px;
  height: 33px;
  margin-right: 0px;
  margin-top: 0px;
  left: 243px;
  z-index: 1;
}
.menu .navbar.navbar-inverse .navbar-nav > li.beneficiaryDesignationMenu > a img.display-none {
  display: none;
}
.menu .navbar.navbar-inverse .navbar-nav > li > a {
  color: white;
  font-size: 16px;
}
@media screen and (min-width: 1200px) {
  .menu .navbar.navbar-inverse .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .menu .navbar.navbar-inverse .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu .navbar.navbar-inverse .navbar-nav > li ~ li:after {
  content: '';
  position: absolute;
  top: 33%;
  height: 33%;
  border-left: 1px solid white;
}
.menu .navbar.navbar-inverse .navbar-nav > li.active:before {
  content: "";
  position: absolute;
  top: -5px;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  width: 100%;
  height: calc(100% + 10px);
}
.menu .navbar.navbar-inverse .navbar-nav > li.active > a {
  font-family: OpenSans-Bold, sans-serif;
  background-color: #ef7b0b;
}
@media screen and (max-width: 768px) {
  .menu .navbar.navbar-inverse .navbar-nav > li.active:before {
    border: none;
  }
}
.userContext {
  margin-top: 10px;
}
.userContext ul {
  float: right;
}
.userContext ul li {
  float: left;
  display: block;
}
.userContext ul li a {
  line-height: 20px;
  color: black;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.userContext ul li a,
.userContext ul li a:hover,
.userContext ul li a:active {
  text-decoration: none;
}
.userContext ul li.espacePerso a,
.userContext ul li.disconnect a {
  padding-left: 50px;
}
.userContext ul li.espacePerso a {
  background: url('/Content/images/user.png') no-repeat 20px;
}
.userContext ul li.disconnect a {
  background: url('/Content/images/logout.png') no-repeat 20px;
}
.userContext ul li input[type="text"] {
  border: solid 1px #ef7b0b;
  color: #ef7b0b;
  padding: 5px;
  padding-left: 25px;
  line-height: 25px;
  background: url('/Content/images/loupe.jpg') no-repeat 5px;
  -webkit-filter: grayscale(100%);
}
.userContext ul li ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ef7b0b;
}
.userContext ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ef7b0b;
  opacity: 1;
}
.userContext ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ef7b0b;
  opacity: 1;
}
.userContext ul li :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ef7b0b;
}
.userContext ul li ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ef7b0b;
}
#scroll-helper {
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  background: #c4c4c4;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #scroll-helper {
    display: none;
  }
}
#scroll-helper .scroll-button {
  background: #898989;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  display: block;
  margin: 25px auto;
}
#scroll-helper .scroll-button.active {
  background: #fff;
}
#scroll-helper .scroll-arrow {
  background: url('/Content/images/arrows.png') no-repeat #000 0 -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
}
#scroll-helper .scroll-arrow.up {
  background-position-y: 0;
}
footer {
  position: fixed;
  width: 100%;
  z-index: 10001;
  background-color: white;
  border-top: solid 1px black;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  footer {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    height: 30px;
  }
}
footer .navbar-inverse {
  background-color: white;
  border: none;
}
footer .container {
  padding: 5px;
}
footer > div {
  margin: 0;
  border: none;
  background-color: white;
}
@media screen and (min-width: 768px) {
  footer > div ul {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  footer > div ul {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  footer > div ul {
    margin-top: 10px;
  }
}
footer > div ul li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  footer > div ul li {
    padding-left: 30px;
  }
}
footer > div ul li a,
footer > div ul li a:hover {
  color: #585858;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  font-family: OpenSans-SemiBold;
}
footer > div ul li ~ li:before {
  content: '●';
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  footer > div ul li ~ li:before {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer > div ul li ~ li:before {
    margin-right: 2px;
  }
}
.page {
  /*position: relative;*/
}
.backgroundHeader {
  margin: 0;
  padding: 0;
  background-color: white;
  z-index: 999;
}
.onepage-wrapper {
  z-index: -1;
}
.onepage-pagination {
  background-color: grey;
}
.bgCol {
  background-color: white;
  padding: 20px 20px;
}
.tooltip a,
.tooltipBox a {
  color: white;
}
.tooltip.in,
.tooltipBox.in {
  opacity: 1;
}
.tooltip .tooltip-inner,
.tooltipBox .tooltip-inner {
  background-color: #ef7b0b;
  border: 1px solid #ef7b0b;
  color: white;
  text-align: left;
  padding: 10px;
}
.tooltip .tooltip-inner h4,
.tooltipBox .tooltip-inner h4 {
  color: white;
}
.tooltip.bottom .tooltip-arrow,
.tooltipBox.bottom .tooltip-arrow {
  border-bottom-color: #ef7b0b;
}
.tooltip.top .tooltip-arrow,
.tooltipBox.top .tooltip-arrow {
  border-top-color: #ef7b0b;
}
.tooltip.left .tooltip-arrow,
.tooltipBox.left .tooltip-arrow {
  border-left-color: #ef7b0b;
}
.tooltip.right .tooltip-arrow,
.tooltipBox.right .tooltip-arrow {
  border-right-color: #ef7b0b !important;
}
.field-validation-error {
  color: red;
}
ul.list-blue-arrow {
  list-style: none;
}
ul.list-blue-arrow li {
  position: relative;
}
ul.list-blue-arrow li::before {
  position: absolute;
  left: -10px;
  top: 6px;
  content: '';
  background-image: url('/Content/images/fleche-liste-grey.png');
  background-size: contain;
  background-color: #ef7b0b;
  width: 4px;
  height: 8px;
}
#loader {
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  background-image: url('/Content/images/ajax-loader.gif');
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.legal-mentions,
.terms-of-service {
  background-color: white;
  padding: 30px;
}
.legal-mentions h2,
.terms-of-service h2 {
  margin-bottom: 50px;
}
.float-label {
  margin-top: 15px;
}
.float-label .control {
  float: left;
  position: relative;
  margin-right: 5px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 8px;
}
.float-label .control ::placeholder {
  font-size: 0.8em !important;
}
.float-label .control ::-ms-input-placeholder {
  font-size: 0.8em !important;
}
.float-label .control :-ms-input-placeholder {
  font-size: 0.8em !important;
}
.float-label .control span.percentlabel {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 0.8em;
}
.float-label .control.small {
  max-width: 100px;
  font-size: 1em;
}
.float-label .control.small.postalcode {
  max-width: 65px;
}
.float-label .control.small.country {
  max-width: 95px;
}
.float-label .control.smaller {
  max-width: 65px;
  font-size: 1em;
}
.float-label .control.smaller input::placeholder,
.float-label .control.smaller :-ms-input-placeholder,
.float-label .control.smaller ::-ms-input-placeholder {
  font-size: 0.8em !important;
}
.float-label .control.medium {
  max-width: 170px;
  width: 170px;
}
.float-label .control.big {
  max-width: 100%;
  width: 100%;
}
.float-label .control:last-child {
  border: 0;
}
.float-label .control.tittle {
  font-size: 18px;
  height: 47px;
  margin-bottom: 0px;
}
.float-label .control.tittle label {
  top: -19px;
}
.float-label .control.tittle .percentlabel {
  top: -1px;
  font-size: 18px;
}
.float-label input,
.float-label textarea {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  resize: none;
}
.float-label input + label,
.float-label textarea + label {
  position: absolute;
  font-size: 0.8em;
  -moz-transition: top 0.7s ease, opacity 0.7s ease;
  -o-transition: top 0.7s ease, opacity 0.7s ease;
  -webkit-transition: top 0.7s ease, opacity 0.7s ease;
  transition: top 0.7s ease, opacity 0.7s ease;
  opacity: 0;
}
.float-label input:valid + label,
.float-label textarea:valid + label {
  opacity: 1;
  top: -15px;
}
.float-label input:focus + label,
.float-label textarea:focus + label {
  color: #ef7b0b;
}
.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border-color: #ef7b0b;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 75%;
  background-color: transparent;
  top: 0;
  right: 0;
  z-index: 0;
  margin: -1px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: white;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  margin: -3px 0 0 12px;
}
input.error ~ .required-icon {
  border-color: #c51244;
}
input.error ~ .required-icon :after {
  border-right-color: #c51244;
}
input.error ~ .required-icon .text {
  color: white;
}
.contract-selector {
  /*display: inline-block;*/
}
.contract-selector,
#contractList {
  position: relative;
}
.contract-selector #contractList,
#contractList #contractList {
  margin-top: 20px;
}
.contract-selector .funkyradio > div,
#contractList .funkyradio > div {
  clear: both;
}
.contract-selector .funkyradio .funkyPanel,
#contractList .funkyradio .funkyPanel {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  margin-bottom: 10px;
}
.contract-selector .funkyradio .funkyPanel label.funkyLabel,
#contractList .funkyradio .funkyPanel label.funkyLabel {
  border: none;
  margin: 0 !important;
}
.contract-selector .funkyradio .funkyPanel label.funkyLabel .tooltip-defaultHeirs,
#contractList .funkyradio .funkyPanel label.funkyLabel .tooltip-defaultHeirs {
  display: inline-block;
  margin-left: 0;
}
.contract-selector .funkyradio label.funkyLabel,
#contractList .funkyradio label.funkyLabel {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}
.contract-selector .funkyradio label.funkyLabel span,
#contractList .funkyradio label.funkyLabel span {
  display: block;
  margin-left: 3.5em;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contract-selector .funkyradio .nomargin label.funkyLabel,
#contractList .funkyradio .nomargin label.funkyLabel {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.contract-selector .funkyradio input[type="radio"]:empty,
#contractList .funkyradio input[type="radio"]:empty,
.contract-selector .funkyradio input[type="checkbox"]:empty,
#contractList .funkyradio input[type="checkbox"]:empty {
  display: none;
}
.contract-selector .funkyradio input[type="radio"]:empty ~ label.funkyLabel,
#contractList .funkyradio input[type="radio"]:empty ~ label.funkyLabel,
.contract-selector .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel,
#contractList .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel {
  position: relative;
  line-height: 2.5em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contract-selector .funkyradio input[type="radio"]:empty ~ label.funkyLabel:before,
#contractList .funkyradio input[type="radio"]:empty ~ label.funkyLabel:before,
.contract-selector .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel:before,
#contractList .funkyradio input[type="checkbox"]:empty ~ label.funkyLabel:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
.contract-selector .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel,
#contractList .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel,
.contract-selector .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel,
#contractList .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel {
  color: #888;
}
.contract-selector .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel:before,
#contractList .funkyradio input[type="radio"]:hover:not(:checked) ~ label.funkyLabel:before,
.contract-selector .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel:before,
#contractList .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label.funkyLabel:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #C2C2C2;
}
.contract-selector .funkyradio input[type="radio"]:checked ~ label.funkyLabel,
#contractList .funkyradio input[type="radio"]:checked ~ label.funkyLabel,
.contract-selector .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel,
#contractList .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel {
  color: #777;
}
.contract-selector .funkyradio input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio input[type="checkbox"]:checked ~ label.funkyLabel:before {
  content: '\2714';
  text-indent: 0.9em;
  color: #333;
  height: 35px;
  background-color: #ccc;
}
.contract-selector .funkyradio input[type="radio"]:focus ~ label.funkyLabel:before,
#contractList .funkyradio input[type="radio"]:focus ~ label.funkyLabel:before,
.contract-selector .funkyradio input[type="checkbox"]:focus ~ label.funkyLabel:before,
#contractList .funkyradio input[type="checkbox"]:focus ~ label.funkyLabel:before {
  box-shadow: 0 0 0 3px #999;
}
.contract-selector .funkyradio input[type="radio"].error ~ label.funkyLabel,
#contractList .funkyradio input[type="radio"].error ~ label.funkyLabel,
.contract-selector .funkyradio input[type="checkbox"].error ~ label.funkyLabel,
#contractList .funkyradio input[type="checkbox"].error ~ label.funkyLabel {
  background-color: #fff0f4;
  border-color: #c51244;
}
.contract-selector .funkyradio .funkyradio-default input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-default input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-default input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-default input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #ef7b0b;
}
.contract-selector .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #ef7b0b;
}
.contract-selector .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="radio"]:checked ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="checkbox"]:checked ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="radio"]:focus ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="radio"]:focus ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="checkbox"]:focus ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="checkbox"]:focus ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="radio"]:hover:not(:checked) ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="radio"]:hover:not(:checked) ~ label:before,
.contract-selector .funkyradio .funkyradio-big input[type="checkbox"]:hover:not(:checked) ~ label:before,
#contractList .funkyradio .funkyradio-big input[type="checkbox"]:hover:not(:checked) ~ label:before {
  line-height: 65px;
}
.contract-selector .funkyradio .funkyradio-primary input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-primary input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-primary input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-primary input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #337ab7;
}
.contract-selector .funkyradio .funkyradio-success input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-success input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-success input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #5cb85c;
}
.contract-selector .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-danger input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-danger input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #d9534f;
}
.contract-selector .funkyradio .funkyradio-warning input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-warning input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-warning input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-warning input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #f0ad4e;
}
.contract-selector .funkyradio .funkyradio-info input[type="radio"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-info input[type="radio"]:checked ~ label.funkyLabel:before,
.contract-selector .funkyradio .funkyradio-info input[type="checkbox"]:checked ~ label.funkyLabel:before,
#contractList .funkyradio .funkyradio-info input[type="checkbox"]:checked ~ label.funkyLabel:before {
  color: #fff;
  background-color: #5bc0de;
}
.tooltip .tooltip-inner {
  max-width: 400px;
}
svg [class^="Couleur1"] {
  /*&[class^="Couleur1_Text"] {

            & > path {
                fill: @maincolor !important;
                stroke: @maincolor !important;
            }
        }*/
}
svg [class^="Couleur1"]:not([class^="Couleur1_Contour"]) {
  fill: #ef7b0b !important;
}
svg [class^="Couleur1"][class^="Couleur1_Contour"] {
  stroke: #ef7b0b !important;
}
svg [class^="Couleur1"][class^="Couleur1_FullColor"] {
  stroke: #ef7b0b !important;
  fill: #ef7b0b !important;
}
.spinner .lds-double-ring {
  display: inline-block;
}
@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
  text-align: center;
}
.lds-double-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 12px solid #000;
  border-color: #ef7b0b transparent #ef7b0b transparent;
  -webkit-animation: lds-double-ring 1s linear infinite;
  animation: lds-double-ring 1s linear infinite;
}
.lds-double-ring div:nth-child(2) {
  width: 132px;
  height: 132px;
  top: 34px;
  left: 34px;
  border-color: transparent #bababa transparent #bababa;
  -webkit-animation: lds-double-ring_reverse 1s linear infinite;
  animation: lds-double-ring_reverse 1s linear infinite;
}
.lds-double-ring {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}
.dbClause-list li span:before,
.customStandardList li span:before {
  content: 'à défaut, ';
}
.dbClause-list :first-child span:before,
.customStandardList :first-child span:before {
  display: none;
}
body.BeneficiaryPdf {
  background-color: white !important;
}
img.Maxwidth300 {
  max-width: 300px;
  max-height: 100px;
}
.mainColor-color {
  color: #ef7b0b;
}
.overall-spinner {
  color: white;
  width: 100%;
  height: 100%;
  z-index: 900;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.overall-spinner#account-creation-spinner {
  width: calc(100% - 30px);
}
.overall-spinner .spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overall-spinner.account-creation-spinner,
.overall-spinner#contract-spinner {
  display: none;
}
.creation-success {
  background: white;
  padding: 20px;
}
.UpperCaseMe {
  text-transform: uppercase;
}
.bg-orange {
  background-color: orange;
}
.bandeau-contrat .alert {
  margin-right: 15px;
  margin-left: 15px;
}
.displayNone {
  /*display:none;*/
}
#videos img {
  background-color: #ef7b0b;
}
#videos .scroller img {
  background-color: transparent;
}
#videos .video-container video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 100%;
}
#videos .video-container video#video-option {
  margin-top: 18px;
}
#videos .bgCol {
  margin-bottom: 20px;
}
#videos .ytplayer {
  margin-top: 40px;
}
#videos.db .bgCol {
  text-align: center;
}