@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/********************************* Tools SG *********************************/

.no-subnavbar.no-action-col {
  background: #203365;
  min-height: 100vh;
  max-height: 200vh;
}

#barreStep img {
  width: 14em;
  height: 1em;
}

#menu-top {
  background: #FFF;
  border-bottom: 1px solid #C8C9C1;
}

#menu-top .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#menu-top .container {
  padding: 0;
  position: relative;
  padding-left: 27rem;
}

#menu-top>ul {
  height: 4rem;
  margin-bottom: 0;
}

.container {
  width: 74rem !important;
  margin: auto;
}

.flex-nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.flex {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex, .flex-sb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

li {
  list-style-type: none;
}

#MyFamilySafe {
  width: 14.3rem;
  height: 4rem;
  margin-right: 0em;
}

img#MyFamilySafeTagLine {
  width: 25em !important;
  margin-right: 0em;
  height: 6em;
}

.slogan {
  margin-left: 1.5rem;
  font-family: bnpp_sansregular;
  font-weight: 400;
  font-size: 0.8rem;
  color: #293564;
  flex-shrink: 1;
  align-self: center;
}

.container-all {
  box-sizing: border-box;
  margin: auto;
}

@media (min-width: 1170px) {
  .container-all {
    width: 74rem;
  }
}

.card {
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}

.card-box {
  width: 920px;
  min-width: 920px;
}

.card-header {
  padding: 0 !important;
  border-bottom-width: 0px !important;
}

#page-title {
  z-index: 70;
  display: flex;
  align-items: center;
  height: 3rem;
  color: #fff;
  width: 100%;
  font-weight: bold;
  background-color: #203365;
  line-height: 1;
  font-size: 1rem;
}

.txt-title {
  text-transform: uppercase;
  font-family: "bnpp_expanded","Open Sans",sans-serif;
}

.padding-bottom-1 {
  padding-bottom: 1px;
}

.card-title-box {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 400 !important;
  margin: 1em 1em 1em 1em;
  text-align: left;
}

.openSansLight {
  font-family: "Open Sans";
  font-size: 0.9375rem;
  font-weight: 400px;
}

.button-area {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-top: 0px;
}

.button-area-text {
  color: #6A6A6A;
  font-family: "Open Sans";
  font-size: 14px;
}

i {
  margin-top: 10px;
  font-style: normal;
  color: black;
  font-weight: bold;
}

form {
  display: inline-flex;
  flex-direction: column;
}

a.btn.btn-primary.connexionBoutton.connection-button {
  font-size: 0.9375rem;
}

.connection-button {
  border-radius: 0;
  background-color: #1D4E89 !important;
  font-family: "Open Sans";
  font-size: 15px;
  cursor: pointer;
  margin-top: unset !important;
  font-style: normal;
}

.connection-button.disabled {
  cursor: not-allowed;
}

.connexionBoutton {
  background-color: #203365 !important;
}

.card-footer-box-display {
  display: flex;
  justify-content: space-between;
  background-color: #203365;
  margin: 0 !important;
}

.card-footer-text {
  color:white;
  font-family: bnpp_sansregular;
  font-size: 0.8rem;
  opacity:0.8;
}

.card-footer {
  background-color: #707070 !important;
}

.card-footer-text-left {
  margin-top: 3px;
}

img#Cecurity {
  height: 1.5rem;
}

img#BNP {
  height: 2rem;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed !important;
  opacity: 1;
  box-shadow: none;
  background-color: #EAEAE7 !important;
  background-image: none;
  text-shadow: 0 0 1px #FFF;
  border: none;
  color: white;
}

/* made by nick @argus */
/* for pc & tablet */
@media screen {
  .mainContainer {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #203365;
  }

  nav {
    border: none!important;
    width: 100%;
    height: 64px;
  }

  #menu-top > ul {
    flex-direction: row;
    height: fit-content;
    width: 100%!important;
    justify-content: flex-start;
  }

  .mainContainer > div {
    height: calc(100vh - 64px);
  }

  .mainContainer > div > div {
    height: calc(100vh - 64px);
    display: flex;
    width: 100%;
    min-width: unset;
  }

  .menuContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .menuContainer > div {
    margin: 2rem 0px 0px 0px !important;
  }

  .card-header {
    min-height: 48px;
    padding: 0.75rem 1.25rem!important;
  }

  .card-body {
    height: fit-content;
    margin-bottom: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: unset;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  img#BNP {
    height: 38px;
  }

  .footer > span:nth-child(2) {
    display: flex;
    align-items: center;
    margin: 0px!important;
  }

  #Cecurity {
    margin-left: 8px;
  }
}

/* for small phone */
@media screen and (max-width: 320px) {

  .card-body {
    background: #FFF;
  }

  .mainContainer > div > div {
    display: unset !important;
  }

  #menu-top > ul {
	  justify-content: center;
    flex-direction: column;
  }

  #menu-top > ul li {
    margin: 0px;
  }

  #menu-top .container {
    padding-left: unset;
  }

  .menuContainer {
    flex-direction: column !important;
    align-items: center;
  }

  .card-footer-text > span {
    font-size: 10px;
  }

  #barreStep img {
    width: 4em;
    height: 1em;
  }

  #validite img {
    width: 2em;
    height: 2em;
  }

  .slogan {
    display: none;
  }

  .openSansLight {
    font-size: 0.6375rem;
  }

  .footer > span:nth-child(2) {
    display: none;
  }

  .card-body {
    margin-bottom: 0em;
  }

  .sms-code-form-group{
    height: unset;
  }

  .sms-code-txt {
    padding-top: 1em;
    padding-bottom: 0em;
  }

  .text-visible-mobile {
    display: inherit;
  }

  .text-visible-desktop {
    display: none;
  }
}

/* for large phone */
@media screen
 and (min-width: 321px)
 and (max-width: 425px) {

  .card-body {
    background: #FFF;
  }

  .mainContainer > div > div {
    display: unset !important;
  }

  #menu-top > ul {
	  justify-content: center;
    flex-direction: column;
  }

  #menu-top > ul li {
    margin: 0px;
  }

  #menu-top .container {
    padding-left: unset;
  }

  #barreStep img {
    width: 4.5em;
    height: 1em;
  }

  .menuContainer {
    flex-direction: column !important;
    align-items: center;
  }

  #validite img {
    width: 2em;
    height: 2em;
  }

  .slogan {
    display: none;
  }

  .openSansLight {
    font-size: 0.7375rem;
  }

  .footer > span:nth-child(2) {
    display: none;
  }

  .card-body {
    margin-bottom: 0em;
  }

  .sms-code-form-group{
    height: unset;
  }

  .sms-code-txt {
    padding-top: 1em;
    padding-bottom: 0em;
  }

  .text-visible-mobile {
    display: inherit;
  }

  .text-visible-desktop {
    display: none;
  }
}

/* tablet */
@media screen
  and (min-width: 426px)
  and (max-width: 600px) {

  .card-body {
    background: #FFF;
  }

  .mainContainer > div > div {
    display: unset !important;
  }

  #validite img {
    width: 2em;
    height: 2em;
  }

  #menu-top > ul {
    justify-content: center;
  }

  #menu-top .container {
    padding-left: unset;
  }

  .slogan {
    display: none;
  }

  .footer > span:nth-child(2) {
    display: none;
  }

  #barreStep img {
    width: 4.5em;
    height: 1em;
  }

  .card-body {
    margin-bottom: 0em;
  }

  .sms-code-form-group{
    height: unset;
  }

  .openSansLight {
    font-size: 0.8375rem;
  }

  .sms-code-txt {
    padding-top: 1em;
    padding-bottom: 0em;
  }

  .text-visible-mobile {
    display: inherit;
  }

  .text-visible-desktop {
    display: none;
  }

}

@media screen
  and (min-width: 601px)
  and (max-width: 896px) {
  .card-body {
    background: #FFF;
  }

  .mainContainer > div > div {
    display: unset !important;
  }

  #barreStep img {
    width: 6em;
    height: 1em;
  }

  #menu-top > ul {
    justify-content: center;
  }

  #menu-top .container {
    padding-left: unset;
  }

  .sms-code-txt {
    padding-top: 1em;
    padding-bottom: 0em;
  }

  .text-visible-mobile {
    display: inherit;
  }

  .text-visible-desktop {
    display: none;
  }
}

@media screen
  and (min-width: 897px)
  and (max-width: 1024px) {
  #barreStep img {
    width: 9em;
    height: 1em;
  }

  #menu-top > ul {
    justify-content: center;
  }

  #menu-top .container {
    padding-left: unset;
  }
}
