/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/ssc.scss ***!
  \****************************************************************************************************************************************************************************/
/* HTML */
html {
  font-family: 'Roboto', serif;
  font-size: 15px;
  box-sizing: border-box; }

body {
  margin: 0 auto;
  background-color: #FFF8E8;
  box-sizing: border-box; }

.hidden {
  visibility: hidden; }

/* Containers */
.container {
  max-width: 1500px;
  margin: 0 auto; }

.container-fluid {
  margin: 0 auto;
  padding: 40px calc((100vw - 1500px) /2); }

::-webkit-scrollbar {
  width: .6em;
  height: .6em;
  border-radius: 5px; }

::-webkit-scrollbar-track {
  background-color: #b19966; }

::-webkit-scrollbar-thumb {
  background-color: #F1C40F; }

/* mobile */

.mt-20 {
  margin-top: 20px; }

h1 {
  font-size: 2.4rem;
  margin-top: 0;
  color: #000000; }

h2 {
  font-weight: bold; }
  h2 i {
    margin-right: 10px;
    font-size: 1.4rem; }

a {
  color: #000000; }

.primary-font {
  font-family: "Montserrat", sans-serif; }

.cta i {
  margin-left: 5px;
  font-size: 1.3rem; }

header {
  min-height: 75px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px; }
  header .header-left {
    flex-grow: 1; }
  header .header-right {
    flex-grow: 2;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  header .header-button {
    padding: 0 15px;
    background-color: #F1C40F;
    color: #000000;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border: solid 1px #F39C12;
    text-decoration: none;
    text-align: center;
    font-weight: 600; }
  header .languages {
    display: flex;
    margin-bottom: 10px; }
    header .languages a {
      text-transform: uppercase;
      margin-right: 10px;
      text-decoration: none; }
      header .languages a:last-of-type {
        margin-right: 0; }
  header .tools {
    display: flex; }
  header .search-box {
    display: flex; }
    header .search-box input {
      height: 32px;
      border: solid 1px #F39C12;
      width: 250px;
      font-size: 1.1rem;
      padding: 6px 12px; }
    header .search-box a {
      height: 32px;
      width: 32px;
      background-color: #F1C40F;
      text-align: center; }
    header .search-box i {
      padding: 8px;
      color: #000000; }

footer {
  min-height: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-top: 40px !important; }
  footer .footer-left {
    flex-grow: 1;
    align-items: center;
    display: flex; }
  footer .footer-right {
    flex-grow: 2;
    justify-content: flex-end;
    align-items: center;
    display: flex; }
    footer .footer-right a {
      margin-left: 10px; }
  footer .external-link {
    min-height: 30px;
    margin-right: 10px;
    max-width: 30px; }

.page .page-header {
  background-color: #F1C40F;
  border-top: solid 1px #F39C12;
  border-bottom: solid 1px #F39C12; }

.page .message {
  border: solid 1px #F39C12;
  margin: 20px 0;
  padding: 10px;
  background: #F1C40F; }

.page .page-body {
  display: flex;
  margin-top: -40px; }
  .page .page-body.vertical {
    flex-direction: column; }

.page .page-body-block.shadow {
  box-shadow: 0px 0px 1px 1px #E5E5E8;
  padding: 25px;
  background-color: #FFFFFF; }

.page .page-body-block.block-left {
  width: 75%;
  margin-right: 30px; }

.page .page-body-block.block-right {
  width: 25%; }

.page-blocks {
  display: flex;
  flex-grow: 1;
  flex-flow: row nowrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  .page-blocks .page-block {
    min-height: 300px;
    background-size: cover;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: solid 1px #F39C12;
    width: calc(25% - 20px);
    cursor: pointer;
    box-shadow: 2px 2px 5px 0 #dfdfdf; }
    .page-blocks .page-block:hover .page-block-text {
      opacity: 1; }
  .page-blocks.vertical {
    flex-direction: column;
    margin-top: 0; }
    .page-blocks.vertical .page-block {
      width: auto;
      margin-bottom: 15px; }
  .page-blocks a.page-block {
    text-decoration: none; }
  .page-blocks .page-block-large {
    width: calc(50% - 20px); }
  .page-blocks .page-block-thin {
    min-height: 120px; }
    .page-blocks .page-block-thin .page-block-text {
      min-height: 70px; }
  .page-blocks .page-block-text {
    background-color: #ffffff;
    padding: 10px;
    opacity: 0.9;
    min-height: 120px; }
    .page-blocks .page-block-text .title {
      margin-bottom: 10px;
      color: #999932;
      font-size: 1.3rem;
      font-weight: 600; }
    .page-blocks .page-block-text .description {
      margin-bottom: 10px; }

newsletter {
  width: calc(50%); }

.banner {
  display: flex;
  background-color: #F1C40F;
  border-right: solid 1px #F39C12;
  border-left: solid 1px #F39C12;
  padding: 20px;
  margin: 0 10px;
  cursor: pointer; }
  .banner i {
    font-size: 60px;
    width: 50px;
    margin-right: 30px; }
  .banner .title {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .banner .description {
    margin-bottom: 5px; }
  .banner .banner-box {
    display: flex;
    width: 370px;
    margin: 0 5px 0 auto; }
    .banner .banner-box input {
      min-height: 30px;
      border: solid 1px #b19966;
      width: 250px;
      padding: 6px 12px; }
      .banner .banner-box input.error {
        border-color: red; }
  .banner .banner-action {
    display: flex; }
    .banner .banner-action .information-message {
      text-align: right;
      width: 100%;
      margin: auto 20px; }
      .banner .banner-action .information-message.red {
        color: red; }
  .banner .banner-box-button {
    width: 150px;
    background-color: #b19966;
    text-align: center;
    color: #000000;
    line-height: 30px; }

.faq-category {
  padding: 5px 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
  .faq-category h3 {
    margin: 0; }
  .faq-category i {
    margin-right: 10px;
    color: #b19966; }

.faqs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .faqs .faq-item {
    margin-left: 10px; }
  .faqs .faq-question {
    padding: 5px 2px;
    cursor: pointer;
    margin-bottom: 10px;
    display: block; }
    .faqs .faq-question i {
      margin-right: 10px;
      color: #b19966; }
  .faqs .faq-answer {
    margin-top: 5px;
    margin-left: 30px;
    display: block; }
  .faqs .faq-answer p:first-of-type {
    margin-top: 5px;
    font-size: 1rem;
    padding-bottom: 5px; }

.contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1; }
  .contacts .contact {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    width: 50%; }
    .contacts .contact .contact-picture {
      border: solid 1px #F39C12;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 20px;
      width: 100px;
      height: 100px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .contacts .contact .contact-name {
      font-size: 1.2rem; }
    .contacts .contact .contact-function {
      margin-bottom: 5px; }
    .contacts .contact .contact-detail i {
      margin-right: 5px; }

.forms .form {
  margin-bottom: 20px; }
  .forms .form .form-title {
    margin-bottom: 5px;
    font-size: 1.2rem; }
    .forms .form .form-title i {
      margin-right: 5px; }
  .forms .form .form-description {
    padding-left: 30px; }

.support {
  position: fixed;
  right: 0;
  top: calc((100vh / 2) - 70px);
  display: flex;
  align-items: center;
  height: 140px;
  opacity: 0.9;
  color: #000000; }
  .support .support-button {
    width: 80px;
    height: 140px;
    background-color: #F1C40F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    cursor: pointer;
    border: solid 1px #F39C12;
    border-right: none;
    left: 1px;
    position: relative;
    font-size: 3rem; }
  .support .support-content {
    width: 200px;
    height: 100px;
    display: flex;
    background-color: #F1C40F;
    border: solid 1px #F39C12;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1.1rem;
    padding: 20px 20px 20px 30px; }
    .support .support-content a {
      text-decoration: none;
      color: #000000; }
      .support .support-content a:hover {
        font-weight: 600; }
  .support .support-item {
    border-bottom: solid 1px #000000;
    padding: 10px 0; }
    .support .support-item i {
      margin-right: 5px; }
    .support .support-item:last-of-type {
      border-bottom: none; }

.search-results .search-result {
  margin-bottom: 20px; }

.search-results .search-title {
  font-size: 1.2rem;
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 600; }

@media (max-width: 1100px) {
  .not-on-phone {
    display: none; }
  header {
    flex-direction: column; }
    header .tools {
      flex-direction: column; }
    header .header-button {
      margin-right: 0;
      margin-bottom: 10px; }
    header .header-right {
      align-items: center; }
    header .header-left {
      text-align: center; }
  footer .footer-left {
    display: none; }
  footer .footer-right {
    justify-content: center;
    flex-direction: column; }
    footer .footer-right a {
      margin-top: 10px; }
  .page .page-header h1 {
    text-align: center; }
  .page .page-body-block {
    margin: 10px 10px; }
    .page .page-body-block .page-header {
      text-align: center; }
    .page .page-body-block.block-left {
      width: 100%;
      margin: 0 10px; }
    .page .page-body-block.block-right {
      display: none; }
  .page-blocks {
    flex-direction: column;
    margin: 0 10px; }
    .page-blocks .page-block {
      width: auto;
      margin: 10px 0; }
    .page-blocks .page-block-thin {
      min-height: 300px; }
  newsletter {
    width: auto; }
  .banner {
    margin: 10px 0;
    width: auto; }
    .banner .banner-action {
      display: block; }
      .banner .banner-action .information-message {
        text-align: center;
        margin-top: 20px;
        width: auto; }
    .banner i {
      display: none; }
    .banner .banner-box {
      width: auto;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin: 20px 0; }
  .contacts .contact {
    width: 100%; }
    .contacts .contact .contact-picture {
      width: 20%; }
      .contacts .contact .contact-picture img {
        width: 100%; }
  .faqs .faq-answer {
    padding-left: 5px; }
  .forms .form i {
    margin-right: 15px; }
  .forms .form-description {
    padding-left: 0; }
  .support {
    display: none; } }

@media (max-width: 720px) {
  .contacts .contact-picture {
    display: none; } }

/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./app/components/myssc/myssc-register.component.scss ***!
  \********************************************************************************************************************************************************************************************************/
.myssc-button {
  display: flex; }
  .myssc-button .bce-number {
    width: 400px;
    font-size: 1.2rem;
    font-family: Montserrat;
    padding: 6px 12px; }
  .myssc-button .button {
    background-color: #005249;
    padding: 15px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer; }
    .myssc-button .button i {
      margin-left: 15px; }

.error-message {
  margin-top: 10px;
  color: red;
  font-size: 1.1rem; }

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./app/components/offices-locator/offices-locator.component.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.permanences {
  display: flex;
  position: relative; }
  .permanences .search {
    position: absolute;
    z-index: 999999;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    pointer-events: none; }
    .permanences .search input {
      /* height: 30px; */
      width: 30%;
      padding: 6px 12px;
      font-size: 1.2rem;
      border: solid 1px #b19966;
      border-radius: 10px;
      pointer-events: all; }
  .permanences .permanence-detail {
    margin-left: 10px;
    padding-left: 30px;
    border-left: solid 1px;
    position: absolute;
    background: #ffffff;
    height: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 30%; }
    .permanences .permanence-detail .close {
      font-size: 1.4rem;
      position: absolute;
      right: 10px;
      cursor: pointer; }
    .permanences .permanence-detail .permanence-name {
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 600; }
    .permanences .permanence-detail .permanence-section {
      display: flex;
      margin-bottom: 10px; }
      .permanences .permanence-detail .permanence-section i {
        padding-right: 5px;
        border-right: solid 1px;
        margin-right: 9px; }
      .permanences .permanence-detail .permanence-section img {
        width: 100%; }
      .permanences .permanence-detail .permanence-section div {
        width: 90%; }
  .permanences .google-map {
    width: 100%;
    height: 600px; }
  .permanences .arrow-left {
    width: 40px;
    height: 40px;
    border-top: solid 1px;
    border-left: solid 1px;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    left: -51px;
    top: 70px; }
  .permanences #map {
    width: 100%;
    height: 600px; }
  @media (max-width: 1100px) {
  .permanences .search input {
    width: 90%;
    text-align: center; }
  .permanences #map {
    width: 100%;
    height: 600px; }
  .permanences .arrow-left {
    display: none; }
  .permanences .permanence-detail {
    width: 70%;
    padding: 15px;
    margin: 10px;
    position: absolute;
    border: solid 1px;
    right: auto;
    height: auto;
    left: auto;
    margin-top: 70px; }
    .permanences .permanence-detail img {
      display: none; } }

