#tp_global_content {
  background-color: #2a79a9;
  background-image: url('/images/repeatablebgwithmissionsicons.png');
  background-size: auto 100%; }

#tp_content {
  background-color: #f6f5fb; }

#tp_footer {
  width: 100%; }

#StepList {
  display: none; }

.BluePage {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #f6f5fb;
  padding-bottom: 68px;
  padding-top: 75px;
  position: relative;
  height: auto; }
  .BluePage #formContact {
    width: 1266px;
    display: flex;
    justify-content: center; }
  .BluePage #questionsContact {
    width: 382px;
    height: 364px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    text-align: center;
    padding: 0 50px 0 50px;
    margin: 25px; }
    .BluePage #questionsContact a {
      background-color: transparent;
      text-decoration: none;
      margin: 0;
      margin-bottom: 5px; }
    .BluePage #questionsContact h1 {
      color: #003C9D;
      margin: 0; }
    .BluePage #questionsContact .mainQuestionsTitle {
      padding-bottom: 35px; }
    .BluePage #questionsContact .greyBottomBorder {
      padding: 10px;
      transition: all 0.2s ease 0s; }
      .BluePage #questionsContact .greyBottomBorder:hover {
        background: #003C9D;
        color: white;
        border-radius: 5px; }
    .BluePage #questionsContact .greyBottomBorder::after {
      content: "";
      margin-top: -8px;
      display: block;
      border-radius: 10px;
      height: 10px;
      background: rgba(75, 63, 180, 0.24);
      width: 100%; }
  .BluePage h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px; }
  .BluePage .formMessage {
    width: 744px; }
    .BluePage .formMessage #tablBlueNomSoc {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; }
      .BluePage .formMessage #tablBlueNomSoc .inputContainer {
        width: 174px; }
    .BluePage .formMessage #tablBlueSocPost {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; }
      .BluePage .formMessage #tablBlueSocPost .inputContainer {
        width: 364px; }
    .BluePage .formMessage .inputContainer {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .BluePage .formMessage .inputContainer input {
        margin: 0;
        margin-top: 9px;
        width: auto; }
      .BluePage .formMessage .inputContainer .message {
        font-size: 12px;
        border: #003c9d 3px solid;
        border-radius: 10px;
        background: #003c9d67;
        text-align: center;
        width: 98%;
        margin-top: 20px;
        color: #003c9d;
        padding: 10px; }
    .BluePage .formMessage .emailInputContainer {
      width: 364px;
      text-align: left;
      display: flex;
      flex-direction: column; }
      .BluePage .formMessage .emailInputContainer input {
        margin: 0;
        width: auto;
        margin-top: 8px; }
    .BluePage .formMessage .filesContainer {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      padding: 20px 0 20px 0; }
      .BluePage .formMessage .filesContainer .message2 {
        font-size: 12px;
        border: #003c9d 3px solid;
        border-radius: 10px;
        background: #003c9d67;
        text-align: center;
        width: 50%;
        margin: 5px 0px;
        color: #003c9d;
        padding: 10px; }
      .BluePage .formMessage .filesContainer .fileslist {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        font-family: 'Montserrat'; }
        .BluePage .formMessage .filesContainer .fileslist .box {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 5px 0 5px;
          min-width: 150px; }
          .BluePage .formMessage .filesContainer .fileslist .box button i {
            color: #E4205E; }
          .BluePage .formMessage .filesContainer .fileslist .box .file-label {
            margin: 0 !important;
            cursor: pointer;
            padding: 10px;
            border-radius: 5px;
            transition: all 0.2s ease-in-out;
            background: #f6f5fb; }
          .BluePage .formMessage .filesContainer .fileslist .box .file-label:hover {
            background: #e8e7ea; }
          .BluePage .formMessage .filesContainer .fileslist .box .file-upload {
            width: 0.1px;
            height: 0.1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            z-index: -1; }
      .BluePage .formMessage .filesContainer #addFile {
        margin: 16px auto; }
    .BluePage .formMessage .remove {
      width: 20px !important;
      font-size: 1.75em;
      background-color: transparent !important;
      padding: 0 !important;
      margin: 0 0 0 5px !important;
      cursor: pointer; }
  .BluePage .toggleSwitch {
    position: relative;
    margin: 50px 0px;
    min-height: 60px; }
    .BluePage .toggleSwitch .switchLogin {
      position: relative;
      display: inline-block;
      width: 15vw;
      height: 15px; }
      .BluePage .toggleSwitch .switchLogin input {
        opacity: 0;
        width: 0;
        height: 0; }
      .BluePage .toggleSwitch .switchLogin .slider {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #eee;
        transition: 0.4s;
        border-radius: 34px; }
        .BluePage .toggleSwitch .switchLogin .slider#mailSend {
          background-color: #003c9d; }
          .BluePage .toggleSwitch .switchLogin .slider#mailSend:before {
            left: unset;
            right: 0px; }
        .BluePage .toggleSwitch .switchLogin .slider:before {
          position: absolute;
          content: "";
          height: 23px;
          width: 23px;
          left: 0px;
          bottom: -3px;
          background-color: #003c9d;
          transition: 0.4s;
          border-radius: 50%;
          box-shadow: 0 1px 5px #003c9d; }
  .BluePage #AddFileBLuePage {
    width: auto; }
    .BluePage #AddFileBLuePage span {
      width: auto; }
  .BluePage button {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat';
    border: 0px solid white;
    position: unset;
    background-color: #003c9d;
    border-radius: 5px;
    bottom: 0 !important;
    padding: 10px 20px !important;
    width: 277px; }
  .BluePage label {
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #003C9D; }
  .BluePage .cartFLTright {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;
    width: 100%;
    background-color: white; }
    .BluePage .cartFLTright h1 {
      color: #003C9D;
      font-size: 25px;
      width: 382px;
      padding: 0;
      margin-bottom: 16px;
      margin-top: 41px; }
    .BluePage .cartFLTright sub {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 140.1%;
      color: #003C9D;
      width: 444px;
      margin-bottom: 23px; }
    .BluePage .cartFLTright #confirmText {
      font-size: 20px;
      text-align: center;
      width: unset;
      margin: 25px 0;
      margin-bottom: 60px; }
  .BluePage select {
    margin-right: auto;
    width: 50%;
    height: 37px; }
    .BluePage select option {
      font-family: 'Montserrat'; }
  .BluePage textarea {
    width: auto;
    height: 108px; }
  .BluePage select, .BluePage textarea {
    background: #FFFFFF !important;
    border: 1px solid #003C9D;
    margin: 0;
    margin-top: 8px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }
  .BluePage li {
    list-style: none; }
  .BluePage input:not([type="file"]) {
    background: #FFFFFF !important;
    transition: all 0.2s ease-out;
    border: 1px solid #003C9D;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px; }

.g-recaptcha {
  margin: 0 auto;
  width: 304px; }

.BTNRETOUR {
  background-color: gray;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 21px;
  text-decoration: none;
  padding: 5px 15px;
  font-family: Lato;
  width: 20%;
  text-align: center; }
  .BTNRETOUR:hover {
    background-color: #b0b0b0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.buttonChoice {
  display: flex;
  justify-content: center;
  padding: 17px 0 32px 0; }

.BTNchooseType {
  position: relative !important;
  width: 25% !important;
  margin: 0 20px 0 0 !important;
  left: 5px; }
  .BTNchooseType:hover {
    background-color: #1c64a7; }

.cart-view {
  width: 100%;
  margin: auto;
  max-width: 1864px; }

.errorCaptcha {
  color: #333;
  font-family: Montserrat;
  text-align: center !important;
  margin-top: 5px !important;
  width: auto !important; }

#demo {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.788);
  padding: 0;
  left: 0;
  top: 0;
  overflow: auto; }
  #demo .modalFormContainer {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #demo .modalFormContainer h1, #demo .modalFormContainer sub {
      margin: 0;
      color: #003C9D;
      text-align: center; }
    #demo .modalFormContainer h1 {
      width: 407px;
      margin: 0 0 22px 0; }
    #demo .modalFormContainer sub {
      width: 472px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 140.1%; }
    #demo .modalFormContainer .modalFormMessage {
      width: 364px; }
      #demo .modalFormContainer .modalFormMessage #modalNomPrenomContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        #demo .modalFormContainer .modalFormMessage #modalNomPrenomContainer .modalInputContainer {
          width: 174px; }
      #demo .modalFormContainer .modalFormMessage .modalInputContainer input, #demo .modalFormContainer .modalFormMessage .modalInputContainer textarea {
        width: 100%;
        margin: 0;
        margin: 9px 0 0 0; }
    #demo .modalFormContainer .buttonChoice {
      padding: 46px 0 52px 0; }
      #demo .modalFormContainer .buttonChoice .spbtnblue {
        margin: 0 !important; }
  #demo .modalContent {
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 773px;
    align-items: center;
    margin: 10px 0 10px 0; }
    #demo .modalContent #removeModalBtn {
      align-self: flex-end;
      font-family: Montserrat;
      background-color: transparent;
      width: 19px;
      height: 22px;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      color: #4B3FB4;
      padding: 0 !important;
      margin: 16px 16px 0 0 !important; }

@media screen and (max-width: 1024px) {
  .BluePage {
    padding-bottom: 43px; }
    .BluePage #formContact {
      width: 700px; }
    .BluePage .cartFLTright {
      padding: unset !important; }
      .BluePage .cartFLTright .formMessage {
        width: 600px; }
        .BluePage .cartFLTright .formMessage .emailInputContainer {
          width: 100%; }
          .BluePage .cartFLTright .formMessage #tablBlueNomSoc .inputContainer {
            width: 45%; }
        .BluePage .cartFLTright .formMessage #tablBlueSocPost .inputContainer {
          width: 100%; }
      .BluePage .cartFLTright h1 {
        width: auto;
        font-size: 24px; }
  #demo .modalContent {
    width: 90%; } }

@media screen and (max-width: 600px) {
  .fileslist {
    justify-content: center !important; }
  .BluePage {
    flex-direction: column; }
    .BluePage #formContact {
      width: 335px; }
    .BluePage .cartFLTright {
      padding: unset !important; }
      .BluePage .cartFLTright .formMessage {
        width: 90%; }
        .BluePage .cartFLTright .formMessage #tablBlueNomSoc .inputContainer {
          width: 100%; }
        .BluePage .cartFLTright .formMessage select {
          width: 100%; }
      .BluePage .cartFLTright h1 {
        width: auto;
        font-size: 24px;
        padding: 0 10px 0 10px; }
      .BluePage .cartFLTright sub {
        width: auto;
        padding: 0 10px 0 10px; }
    .BluePage #questionsContact {
      width: 335px;
      padding: 0; }
      .BluePage .toggleSwitch .switchLogin {
        width: 40vw; }
  #demo {
    flex-direction: row; }
    #demo .modalContent #formDemo {
      width: 335px; }
  #demo .modalFormContainer h1, #demo .modalFormContainer sub {
    width: auto;
    padding: 0 10px 0 10px; }
  #demo .modalFormContainer .modalFormMessage {
    width: 90%; }
    #demo .modalFormContainer .modalFormMessage #modalNomPrenomContainer .modalInputContainer {
      width: 100%; } }
