@charset "UTF-8";
/* VARS du th├¿me
================================= */
/* Medias queries resolutions
================================= */
/* Global margins & paddings
================================= */
/* Mixins
================================= */
.openpopup .landingpageSingle,
.openpopup .header-main,
.openpopup .footer-main {
  display: none; }
  @media screen and (min-width: 723px) {
    .openpopup .landingpageSingle,
    .openpopup .header-main,
    .openpopup .footer-main {
      display: block; } }

button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  margin: 0; }

.button-orange {
  /*color:#fff;
  font-size:12px;
  text-transform:uppercase;
  @include gradient($blue, $grey);*/
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-family: "PT Mono", monospace;
  display: inline-block;
  padding: 10px 19px;
  position: relative;
  z-index: 2; }
  .button-orange:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #227597;
    top: 0;
    left: 0;
    z-index: -1;
    transition: background 0.2s ease; }
  .button-orange:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 3px;
    left: 3px;
    background: #19556d; }
  .button-orange:hover {
    color: white; }
  .button-orange:hover:after {
    background: #2b95c1; }

.logo-dcm {
  display: block;
  width: 120px;
  height: 95px;
  background-size: 100% auto;
  background-image: url(../../../../themes/systemex/dist/img/logomenu_blue.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: background-position 0.3s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo-dcm {
      background-image: url(../../../../themes/systemex/dist/img/logomenu_blue.svg); } }
  @media screen and (min-width: 723px) {
    .logo-dcm {
      width: 120px;
      height: 95px; } }
  @media screen and (min-width: 1200px) {
    .logo-dcm {
      width: 120px;
      height: 95px; } }

#popup {
  outline: 0px;
  z-index: 1002;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 723px) {
    #popup {
      position: fixed;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; } }
  #popup .logo-dcm {
    background-position: top center !important;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 723px) {
      #popup .logo-dcm {
        top: 65px; } }
  .openpopup #popup {
    display: block; }
  #popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: "PT Sans", sans-serif;
    font-weight: 900;
    font-size: 30px;
    cursor: pointer;
    color: #227597;
    z-index: 6; }
  #popup .popup-center {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 30px;
    box-sizing: border-box;
    z-index: 5;
    overflow: auto; }
    @media screen and (max-width: 722px) {
      .admin-bar #popup .popup-center {
        top: 32px; } }
    @media screen and (max-width: 782px) {
      .admin-bar #popup .popup-center {
        top: 50px; } }
    @media screen and (min-width: 723px) {
      #popup .popup-center {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        height: auto;
        position: absolute;
        padding-top: 0px; } }
    #popup .popup-center h1 {
      text-align: center;
      margin: 100px 0 20px 0;
      font-family: "PT Sans", sans-serif;
      font-size: 30px;
      width: 80%;
      margin: auto;
      margin-top: 110px;
      margin-bottom: 20px;
      line-height: 32px; }
    #popup .popup-center p {
      max-width: 75%;
      margin: 0 auto;
      font-family: "PT Sans", sans-serif;
      text-align: center;
      margin-bottom: 30px; }
    #popup .popup-center .formContact {
      width: 90%;
      margin: 0 auto; }
      #popup .popup-center .formContact .form-line {
        width: 100%;
        clear: both; }
        @media screen and (min-width: 723px) {
          #popup .popup-center .formContact .form-line {
            box-sizing: border-box;
            width: 48%;
            clear: none; }
            #popup .popup-center .formContact .form-line.clearfix {
              clear: both; } }
      #popup .popup-center .formContact .form-line:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 1%; }
        @media screen and (min-width: 723px) {
          #popup .popup-center .formContact .form-line:nth-child(2n+1) {
            margin-left: 20px;
            margin-right: 1%; } }
    #popup .popup-center .btn-brochure.button.button-orange {
      width: 100%;
      clear: both;
      margin: 0 auto;
      margin-top: 30px; }
      @media screen and (min-width: 723px) {
        #popup .popup-center .btn-brochure.button.button-orange {
          width: 50%;
          left: 25%; } }

.formContact {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 0 90px;
  overflow: hidden; }
  .formContact header {
    position: relative;
    z-index: 16;
    padding: 21px 0;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .formContact header {
        padding: 72px 0; } }
  .formContact .formContact-bg {
    position: absolute;
    z-index: 12;
    font-size: 800px;
    color: #f8f8f8;
    top: -200px;
    right: 40%; }
  .formContact .core {
    position: relative;
    z-index: 15;
    width: 100%;
    padding: 0 20px; }
    @media screen and (min-width: 1200px) {
      .formContact .core {
        width: 1200px;
        margin: 0 auto; } }

.formContact-half {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 30px 0; }
  @media screen and (min-width: 1200px) {
    .formContact-half {
      width: 50%;
      margin: 0 0 0 0;
      float: left; } }
  .formContact-half.first {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      .formContact-half.first {
        padding-right: 96px; } }
    .formContact-half.first .icon-logo-rectangle {
      font-size: 90px;
      color: #227597; }
    .formContact-half.first p {
      margin: 0 0 15px 0; }
    .formContact-half.first a {
      text-align: left; }
      .formContact-half.first a span {
        margin: 4px 0 0 0; }
  @media screen and (min-width: 723px) {
    .formContact-half.second {
      width: 440px;
      margin: 0 auto; } }
  @media screen and (min-width: 1200px) {
    .formContact-half.second {
      width: 50%; } }
  .formContact-half .formContact-title {
    font-size: 24px;
    font-family: campton_bookbold;
    color: #227597;
    margin: 0 0 4px 0; }
  .formContact-half .formContact-infos {
    width: 90%;
    margin: 30px 5%;
    border-top: 1px solid #3b3734;
    border-bottom: 1px solid #3b3734;
    padding: 30px 0;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (min-width: 723px) {
      .formContact-half .formContact-infos {
        width: 270px;
        margin: 30px auto; } }
    .formContact-half .formContact-infos a {
      cursor: default; }

.submit {
  border: 0;
  cursor: pointer;
  float: left;
  clear: both; }

.form-line {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border: 1px solid #c1c0bf;
  padding: 13px 18px 13px;
  clear: left;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }
  .form-line .form-messages {
    display: none; }
  @media screen and (min-width: 723px) {
    .form-line {
      width: 440px; } }
  .form-line.error {
    margin-bottom: 36px; }
    .form-line.error .form-messages {
      display: block; }
    .form-line.error .form-error-icon,
    .form-line.error .error-message {
      display: block; }
  .form-line.success .form-messages {
    display: block; }
  .form-line.success .form-success-icon {
    display: block; }
  .form-line .error-message {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #f43357;
    height: 27px;
    font-size: 14px;
    color: #fff;
    bottom: -27px;
    left: 0;
    padding: 0 15px;
    box-sizing: border-box; }
  .form-line label {
    cursor: pointer; }
  .form-line .icon {
    right: 0;
    top: 0;
    display: none;
    width: 39px;
    height: 77px;
    position: absolute;
    background-color: #f43357;
    text-align: center;
    color: #fff;
    padding: 30px 0 0 0;
    font-size: 16px; }
    @media screen and (min-width: 723px) {
      .form-line .icon {
        padding: 17px 0 0 0;
        height: 52px; } }
    .form-line .icon.form-success-icon {
      background-color: #79da60;
      font-size: 20px;
      padding: 0px; }
  .form-line .field-name {
    cursor: pointer;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    float: left;
    display: block;
    margin: 2px 15px 0 0;
    width: 100%; }
    @media screen and (min-width: 723px) {
      .form-line .field-name {
        width: 30%; } }
  .form-line input {
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border: 0;
    margin: 6px 0 0 0;
    padding: 0 30px 0 0;
    float: left;
    display: block;
    width: 65%; }
  .form-line.textarea {
    height: 120px; }
    .form-line.textarea .icon {
      padding-top: 50px;
      height: 120px; }
    .form-line.textarea .field-name {
      width: 100%;
      float: left;
      margin: 0 0 10px 0; }
  .form-line textarea {
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    border: 0;
    width: 100%;
    overflow: auto; }
    @media screen and (min-width: 723px) {
      .form-line textarea {
        width: 370px; } }

.formContact-half.show-success .formContact-message,
.form-contact-landing.show-success .formContact-message {
  background-color: #78da5f; }
  .formContact-half.show-success .formContact-message .success-message,
  .form-contact-landing.show-success .formContact-message .success-message {
    display: block; }
.formContact-half.show-error .formContact-message,
.form-contact-landing.show-error .formContact-message {
  background-color: #f43357; }
  .formContact-half.show-error .formContact-message .error-message,
  .form-contact-landing.show-error .formContact-message .error-message {
    display: block; }

@media screen and (min-width: 723px) {
  .formContact-half.show-success .formContact-container,
  .formContact-half.show-error .formContact-container,
  .form-contact-landing.show-success .formContact-container,
  .form-contact-landing.show-error .formContact-container {
    opacity: 0.4; }
  .formContact-half.show-success .formContact-container .submit,
  .formContact-half.show-error .formContact-container .submit,
  .form-contact-landing.show-success .formContact-container .submit,
  .form-contact-landing.show-error .formContact-container .submit {
    display: none; } }
.formContact-half.show-success .formContact-message,
.formContact-half.show-error .formContact-message,
.form-contact-landing.show-success .formContact-message,
.form-contact-landing.show-error .formContact-message {
  display: block; }

.formContact-message {
  display: none;
  width: 100%;
  height: 58px;
  color: #fff;
  margin-bottom: 10px;
  top: 120px;
  left: 75px;
  z-index: 80;
  padding: 20px 0 0 0; }
  @media screen and (min-width: 723px) {
    .formContact-message {
      position: absolute;
      top: 120px;
      left: 75px;
      width: 296px;
      margin-bottom: 0;
      height: 130px;
      padding: 57px 0 0 0; } }
  .formContact-message .typo-message {
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-family: "PT Sans", sans-serif;
    text-align: center;
    padding-right: 15px; }
    .formContact-message .typo-message .icon {
      padding: 2px 28px 0 0; }
  .formContact-message .icon-close-circle {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 40px; }

.form-contact-landing .formContact-message {
  top: 250px;
  left: 50%;
  margin-left: -150px; }
  .form-contact-landing .formContact-message .icon-check-form {
    margin-left: 20px; }
  .form-contact-landing .formContact-message .typo-message {
    color: #fff;
    font-size: 12px !important; }

/*# sourceMappingURL=popup.css.map */
