@font-face {
  font-family: "Aktiv Grotesk Regular";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Regular/Aktiv Grotesk W06 Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Bold";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Bold/Aktiv Grotesk W06 Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk Medium";
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.eot");
  src:url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.woff") format("woff"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.ttf") format("truetype"),
    url("../fonts/Aktiv Grotesk/Aktiv Grotesk W06 Medium/Aktiv Grotesk W06 Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'Aktiv Grotesk Regular', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #222;
  font-size: 14px;
}
h1 {
  font-family: 'Aktiv Grotesk Bold'!important;
  font-size: 2.8rem;
}
  h1 a {
    font-family: 'Aktiv Grotesk Bold'!important;
    /* font-size: 2.8rem; */
    text-decoration: underline;
  }
h3 {
    font-size: 1.4rem;
    line-height: 1.4;
}
h4 {
  font-size: 1.25rem;
}
h1, h2, h3, h4 {
  font-weight: bold;
  margin-bottom: 2rem;
}
a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #EE1D23;
}
.uk-grid {
    margin-left: -0px!important;
    margin-right: -0px!important;
}
.uk-grid>* {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.blob {
  z-index: 9999;
  position: absolute;
  top: 5%;
  left: 35%;
  fill: #F8E71C;
  width: 40vmax;
  z-index: -1;
  animation: move 15s cubic-bezier(0.76, 0.01, 0.26, 1) infinite;
  transform-origin: 50% 50%;
}

@keyframes move {
  0%   { transform: scale(1)   translate(-10px, -30px); } 
  38%  { transform: scale(0.8, 1) translate(40vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(40vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 30vw) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 30vw) rotate(-20deg); }
  100% { transform: scale(1)   translate(-5px, -25px); } 
}

.page-labels ul, .page-labels ul li {
  margin: 60px 0;
  padding: 0;
  list-style: none;
}


.button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-top: 25px;
  background: #326FFF;
  color: #fff;
  border-radius: 30px;
  padding: 15px 40px;
  font-weight: bold;
  line-height: initial;
  border: 0;
  outline: 0;
  text-decoration: none;
}
.button span {
  position: relative;
  right: -10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button:hover span {
  right: 5px;
}
.button i {
  position: relative;
  opacity: 0;
  width: 0;
  top: 2px;
  left: -5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button:hover i {
  opacity: 1;
  left: 10px;
  width: auto;
}
.button.button-white {
  background-color: #fff;
  color: #326FFF;
}
.button.button-text {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.button.button-text span {
  right: 0px;
}

.ul-clear {
  list-style: none;
  padding: 0;
  margin: 0;
}

/******* CALCULATOR **********/



.calculator {}
.calculator h4 {margin-bottom: 25px;}
.calculator .calculator-column {
  overflow: hidden;
}
.calculator .calculator-left {padding: 50px 50px;padding-bottom: 55px;}
.calculator .calculator-right {position: relative;right: -1px;padding: 50px 50px;background-color: #F6F5F5;border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
  .calculator-field {
    position: relative;
    padding: 0px 0;
  }
    .calculator-field label {
      font-weight: bold;
      font-size: 1.12rem;
      line-height: 2.4;
    }
    .calculator-field .calculator-value {
      position: absolute;top: 0;right: 0;
    }
      .calculator .calculator-value > div {
        display: inline-block;
        background-color: #f7f7f7;
        border-radius: 100px;
        padding: 6px 11px;
        font-weight: bold;
      }
        .calculator .calculator-value > div > span {
          color: #000;
        }
          .calculator .calculator-value > div > i {
            color: #969696;
            font-style: initial;
          }
    .calculator-field .calculator-slider {
      position: relative;
      display: block;
      margin: 0;
      height: 30px;
      margin: 5px 0;
    }

    .calculator-field .calculator-checksbox {
      display: inline-block;
      margin-left: 30px;
    }
    .calculator-field .calculator-checkbox {
      display: inline-block;
      margin-right: 10px;
    }
      .calculator-field .calculator-checkbox input {
        display: inline-block;
        margin-right: 10px;
      }

  .calculator .calculator-val {}
    .calculator .calculator-val .calculator-val-label {
      font-weight: bold;
    }
    .calculator .calculator-val .calculator-val-amount {
      font-size: 3.7rem;
      font-weight: bold;
      margin: 1px 0px;
      color: #326FFF;
    }
    .calculator .calculator-val .calculator-val-cover {
      display: inline-block;
      margin-bottom: 30px;
    }
    .calculator .calculator-val small {
      
    }
    .calculator .calculator-button {
      cursor: pointer;
      display: inline-block;
      position: relative;
      margin-top: 25px;
      background: #326FFF;
      color: #fff;
      border-radius: 30px;
      padding: 15px 40px;
      font-weight: bold;
    }
    .calculator .calculator-button span {
      position: relative;
      right: -10px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
    }
    .calculator .calculator-button:hover span {
      right: 5px;
    }
    .calculator .calculator-button i {
      position: relative;
      opacity: 0;
      width: 0;
      top: 2px;
      left: -5px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
    }
    .calculator .calculator-button:hover i {
      opacity: 1;
      left: 10px;
      width: auto;
    }
.calculator .uk-grid {
    margin-left: -0px!important;
    margin-right: -0px!important;
}
.calculator .uk-grid>* {
    padding-left: 0px!important;
    padding-right: 0px!important;
}


/******* GLOBAL ELEMENTS **********/


.head2 {
  padding-top: 140px;
  padding-bottom: 0;
  margin-bottom: 130px;
}
.head2 .uk-container-small {
  position: relative;
}
  .head2 .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }

.head3 {
  padding-top: 140px;
  padding-bottom: 0;
  margin-bottom: 130px;
}
.head3 .uk-container-small {
  position: relative;
}
  .head3 .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }

.menu-overflow {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: none;
}
  .menu-overflow .menu-overflow-button-close {
    position: absolute;
    top: 34px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: transparent url(../images/menu-icon-close.png) center center no-repeat;
    background-size: contain;
    opacity: .7;
  }
  .menu-overflow .menu-overflow-content {
    position: relative;
    top: 50px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }



/******* MENU **********/

.header {max-width: 820px;margin: 0 auto;margin-top: 20px;margin-bottom: 20px;min-height: 50px;}
.header .header-logo {
  z-index: 3;
  display: block;
  height: 49px;
  background-color: #fff;
  position: relative;
}
  .header .header-logo img {
    max-width: 400px;
    margin-left: -8px;
  }
.header .header-menu {
  display: block;
  padding: 10px 0 0px 0;
}
  .header .header-menu-button {
    z-index: 9999;
    cursor: pointer;
    display: none;
    position: relative;
    top: 5px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/menu-icon.png') center center no-repeat;
    background-size: contain;
    opacity: 0.7;
  }
  header,
  header .header-menu {
    -webkit-transition: all 0.17s ease-out;
    -moz-transition: all 0.17s ease-out;
    -o-transition: all 0.17s ease-out;
    transition: all 0.17s ease-out;
  }
  header.uk-sticky.uk-active {
    -webkit-box-shadow: 0px 20px 24px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow:    0px 20px 24px 0px rgba(50, 50, 50, 0.16);
    box-shadow:         0px 20px 24px 0px rgba(50, 50, 50, 0.16);
  }
  header.uk-sticky.uk-active:not(:hover) .header-menu {
    position: relative;
    z-index: 1;
    margin-top: -60px;
  }





/******* HOME **********/

.home-head {
  background-color: #fcec59;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 0;
  margin-bottom: 130px;
}
.home-head h1 {
  font-size: 60px;
  line-height: 0.9em;
  margin-bottom: 30px;
  color: #424b5a;
}
.home-head p {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 100%;
  margin: 0;
}
.home-slogan {
  width: 60%;
}
#wrapper-emulator {
  position: relative;
  bottom: -50px;
  height: initial;
}
#wrapper-emulator .home-calculator {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 33px 47px -23px rgba(0,0,0,0.20);
  border-radius: 8px;
}

.home-processus {
  padding: 50px 0 0 0;
  margin: 0px 0;
}
  .home-processus .home-processus-item {
    padding: 53px 0 0 90px;
    min-height: 140px;
    background-size: 270px;
    background-repeat: no-repeat;
    background-position: left top;
  }

.home-avantages {
  margin: 50px 0;
}
  .home-avantages .home-avantages-wrapper {
    padding: 80px;
    background-color: #F5F5F5;
    border-radius: 8px;
  }
  .home-avantages .home-avantages-wrapper h2 {
    margin-bottom: 30px;
  }
    .home-avantages .home-avantages-wrapper .home-avantages-wrapper-items {
    }
      .home-avantages .home-avantages-wrapper .home-avantages-wrapper-item {
        position: relative;
        padding-left: 30px;
      }
        .home-avantages .home-avantages-wrapper .home-avantages-wrapper-item i {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 15px;
          color: #326FFF;
        }

.home-partners {
  margin: 50px 0;
  text-align: center;
}
  .home-partners .home-partners-wrapper {
    margin: 70px 140px;
  }



/******* SOLUTIONS **********/


.solutions-head {
  padding: 0;
  margin-top: 140px;
  margin-bottom: 50px;
  background: #F5F5F5;
}
  .solutions-head .solutions-head-blocks {
    padding: 0;
  }
    .solutions-head .solutions-head-block {
      background-color: #FFFFFF;
      padding: 50px;
    }
    .solutions-head .uk-grid>* {
      padding: 0 10px!important;
      margin: 10px 0;
    }
.solutions-head .uk-container-small {
  position: relative;
  padding: 50px;
}
  .solutions-head .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }
.solutions-partners {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 130px;
}



/******* FORM **********/


.form-head.head2 {
  padding: 0;
  margin-top: 140px;
  margin-bottom: 0px;
  background: #E5E5E5;
}
.form-head.head3 {
  padding: 0;
  margin-top: 140px;
  margin-bottom: 0px;
  background: #efefef;
  height: 40px;
}
  .form-head .form-head-blocks {
    padding: 0;
  }
    .form-head .form-head-block {
      background-color: #FFFFFF;
      padding: 50px;
    }
    .form-head .uk-grid>* {
      padding: 0 10px!important;
      margin: 10px 0;
    }
.form-head .uk-container-small {
  position: relative;
  padding: 50px;
}
  .form-head .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }
.form-wrapper {
  padding: 20px 20px 90px 20px;
  /* padding-bottom: 150px; */
  background: #efefef;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  /* margin-bottom: 130px; */
}
.form-wrapper .calculator {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 33px 47px -23px rgba(0,0,0,0.20);
}

.form-breadcrumb {
  margin: 0px 0 40px 0;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
}
  .form-breadcrumb .form-breadcrumb-step {
    display: inline-block;
    width: 32%;
    position: relative;
    text-align: right;
  }
  .form-breadcrumb .form-breadcrumb-step:first-child:before {
    left: -5px;
    /* right: calc( 50px + 0px); */
  }
  .form-breadcrumb .form-breadcrumb-step:last-child:after {
    right: -40px;
    left: calc( 50% + 40px);
  }
  .form-breadcrumb .form-breadcrumb-step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: calc( 55px + 0px);
    height: 4px;
    margin-top: -5px;
    background-color: #d8d7d7;
    border-radius: 10px;
  }
  .form-breadcrumb .form-breadcrumb-step:after {
    /*content: '';
    position: absolute;
    top: 50%;
    left: calc( 50% + 40px);
    right: -2px;
    height: 4px;
    margin-top: -5px;
    background-color: #d8d7d7;
    border-radius: 10px;*/
  }
    .form-breadcrumb .form-breadcrumb-step-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 100px;
      border: 4px solid #d8d7d7;
      line-height: 60px;
      text-align: center;
      overflow: hidden;
      transform: scale(.8);
      text-decoration: none;
    }
      .form-breadcrumb .form-breadcrumb-step .form-breadcrumb-step-icon i {
        display: none;
      }
      .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-current .form-breadcrumb-step-icon i.dripicons-chevron-down {
        display: block;
        font-size: 25px;
        position: relative;
        top: -5px;
        left: 0px;
        color: #d8d7d7;
      }
      .form-breadcrumb .form-breadcrumb-step .form-breadcrumb-step-icon i.dripicons-checkmark {
        display: none;
      }
      .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-ok .form-breadcrumb-step-icon i.dripicons-checkmark {
        display: block;
        font-size: 25px;
        position: relative;
        top: -5px;
        left: 0px;
        color: #fff;
      }
    .form-breadcrumb .form-breadcrumb-step-label {
      display: inline-block;
    }

.form-breadcrumb .form-breadcrumb-step-ok {
}
  .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-ok {
  }
  .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-ok:before {
    background-color: #326ffc;
  }
  .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-ok:after {
    /*background-color: #326ffc;*/
  }
    .form-breadcrumb .form-breadcrumb-step.form-breadcrumb-step-ok .form-breadcrumb-step-icon {
      border: 3px solid #326ffc;
      background-color: #326fff;
    }

.form-step2 {
  position: relative;
  background-color: #fff!important;
  border-radius: 8px;
  box-shadow: 0 33px 47px -23px rgba(0,0,0,0.20);
}

.form-step3 {
  position: relative;
  background-color: #fff!important;
  border-radius: 8px;
  box-shadow: 0 33px 47px -23px rgba(0,0,0,0.20);
}

.form-step3 .calculator {
  padding: 70px;
  text-align: center;
}


/******* INFORMATIONS **********/


.informations-head {
  padding: 0;
  margin-top: 140px;
  margin-bottom: 0px;
  background: #F5F5F5;
  background-size: 46%;
  background-repeat: no-repeat;
}
  .informations-head .informations-head-blocks {
    padding: 0;
  }
.informations-head .uk-container-small {
  position: relative;
  padding: 70px;
}
  .informations-head .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }
.informations-partners {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 130px;
}

.informations-partners {
  margin: 50px 0;
  padding-bottom: 50px;
  text-align: center;
}
  .informations-partners .informations-partners-wrapper {
    margin: 70px 140px;
  }



/******* CONTACT **********/


.contact-head {
  padding: 0;
  margin-top: 140px;
  margin-bottom: 50px;
  background: #F5F5F5;
  background-size: 46%;
  background-repeat: no-repeat;
}
  .contact-head .contact-head-blocks {
    padding: 0;
  }
.contact-head .uk-container-small {
  position: relative;
  padding: 70px;
}
  .contact-head .uk-container-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #fcec59;
  }
  .contact-column {

  }
  .contact-column.contact-column-right {
    padding-left: 50px!important;
  }

/******* BUTTON *********/

/*.button, .button:hover {
  cursor: pointer;
  background: #326FFF;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}
  .button span {
    position: relative;
    right: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .button:hover span {
  }
  .button i {
    position: relative;
    opacity: 0;
    top: 2px;
    left: -5px;
    color: #326FFF;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .button:hover i {
    opacity: 1;
    left: 10px;
  }
*/




/****** CUSTOM DISPLAY FIELDS INTO FORM "DEMANDE" ******/

.vwg-button {
  position: relative;
  text-decoration: none;
  border: 0;
  background-color: #000;
  padding: 10px 16px;
  color: #fff;
  font-family: "Aktiv Grotesk Bold"!important;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .vwg-button:hover {
    text-decoration: none;
    padding-left: 40px!important;
  }
    .vwg-button:after {
      content: '\2192';
      opacity: 0;
      position: absolute;
      top: 6px;
      left: 0;
      color: #fff;
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .vwg-button:hover:after {
      opacity: 1;
      left: 10px;
    }

  .vwg-button.vwg-button-text {
    background: none;
    padding: 0;
    color: #000;
    font-family: "Aktiv Grotesk Regular"!important;
  }
  .vwg-button.vwg-button-text:hover {
    padding-left: 30px!important;
  }
    .vwg-button.vwg-button-text:after {
      color: #000;
      top: -3px;
      font-size: 13px;
    }

.vwg-section-title {
  margin-bottom: 30px;
}

.vwg-button-member {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 20%;
  right: -70px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.vwg-button-member:hover a {
  background-color: #EE1D23;
}
  .vwg-button-member a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .vwg-button-member a:hover {
    
  }

/******* MENU *********/

.menu-desktop {
  display: block;
  padding: 0;
}
  .menu-desktop li {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    margin-right: 25px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

.menu-desktop ,
.menu-desktop a {
  font-size: 14px;
  color: #2B303C;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Open Sans';
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menu-desktop a:hover {
  color: #EE1D23;
}
  .menu-desktop .selected a {
    border-bottom: 1px solid #000;
  }
.menu-desktop-sub {
  margin: 0;
  margin-top: 6px;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
  .menu-desktop-sub li {
    display: inline;
    margin-right: 50px;
  }
  .menu-desktop-sub li.selected {
    border-bottom: 1px solid #000;
  }

.menu-mobile li,
.menu-mobile a {
  font-size: 22px;
  color: #2B303C;
  letter-spacing: 0;
  text-align: left;
  font-family: 'Open Sans';
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menu-mobile a:hover {
  color: #EE1D23;
}

.menu-mobile {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
  .menu-mobile li {
    display: block;
    font-weight: 600;
    margin: 20px;
    margin-left: 0;
    padding: 0 45px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .menu-mobile li.menu-mobile-languages {
    margin: 3px 0;
  }
  .menu-mobile li.menu-mobile-languages a {
    font-size: 16px;
  }
  .menu-mobile li.selected {
    border-bottom: 1px solid #000;
  }


.flag {
  bottom: -10px;
  height: 30px;
  position: relative;
  width: 30px;
  display: inline-block;
  background: transparent url('../images/flags/de.svg') center center no-repeat;
  background-size: contain;
}
  .flag.flag-fr {
    background: transparent url('../images/flags/de.svg') center center no-repeat;
  }
  .flag.flag-en {
    background: transparent url('../images/flags/en.svg') center center no-repeat;
  }
  .flag.flag-pt {
    background: transparent url('../images/flags/pt.svg') center center no-repeat;
  }
  .flag.flag-hr {
    background: transparent url('../images/flags/hr.svg') center center no-repeat;
  }
  .flag.flag-sr {
    background: transparent url('../images/flags/sr.svg') center center no-repeat;
  }
  .flag.flag-bk {
    background: transparent url('../images/flags/bk.svg') center center no-repeat;
  }

.vwg-header-logo {
  width: 100%;
  height: auto;
  min-height: 60px;
  background: transparent url() center left no-repeat;
  background-size: contain;
  background-position-x: -9px;
}

.vwg-event-next {
  position: relative;
  background-color: #EE1D23;
  color: #fff;
  padding: 60px 0;
  /*margin-bottom: 40px;*/
}
.vwg-event-next h2 {
  margin-bottom: 30px;
}
.vwg-event-next.vwg-event-next-margin {
  margin-bottom: 40px;
}
  .vwg-event-next .vwg-event-next-image {
    background-color: rgb(0,0,0,.1);
    background-size: cover;
    background-position: center center;
    height: 320px;
    width: 420px;
    float: right;
  }
  .vwg-event-next h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .vwg-event-next .vwg-event-next-content {
    
  }
    .vwg-event-next .vwg-event-next-content h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .vwg-event-next .vwg-event-next-content p {
      font-size: 17px;
    }
    .vwg-event-next .vwg-event-next-content h4 {
      margin-top: -20px;
    }
    .vwg-event-next .vwg-event-next-content .uk-first-column {
      position: relative;
      max-width: 35%;
    }
    .vwg-event-next .vwg-event-next-subscribe {
      /*position: absolute;*/
      bottom: 0;
      left: 0;
    }
      .vwg-event-next .vwg-button {
        position: relative;
        display: inline-block;
        border: 0;
        background-color: transparent;
        padding: 10px 0px;
        color: #fff;
        font-family: "Aktiv Grotesk Bold"!important;
        font-size: 14px;
        bottom: 0px;
      }

.content {
  padding: 60px 0;
  /* min-height: 400px; */
  background: transparent url('../images/path-yellow-background.png') center center no-repeat;
  background-size: 1200px;
  background-position: top;
}


.partenaires {
display: none;
}
  .partenaires .owl-carousel {
    color: #000;
    padding: 60px 0;
  }
    .partenaires .owl-carousel .owl-item {
      text-align: center;
    }
      .partenaires .owl-carousel .owl-item img {
        width: auto;
        max-height: 60px;
        margin: 0 auto;
      }

/*
* All element
*/

.vwg-label-title {
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #000;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'Aktiv Grotesk Bold'!important;
}

.vwg-button-arrow {
  background: none;
  border: none;
}
  .vwg-button-arrow i {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-right: 28px;
  }
    .vwg-button-arrow i:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '\2192';
    }

/*
* Event card
*/
.vwg-event-card {
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
  .vwg-event-card > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
    .vwg-event-card > div:nth-of-type(1) {
      width: 10%;
      padding: 3%;
    }
      .vwg-event-card > div:nth-of-type(1) h2 {
        font-family: "Aktiv Grotesk Bold"!important;
        font-size: 28px;
        margin-bottom: 5px;
      }
      .vwg-event-card > div:nth-of-type(1) h3 {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
      }
    .vwg-event-card > div:nth-of-type(2) {
      width: 69%;
      padding: 3% 3% 3% 3%;
    }
      .vwg-event-card > div:nth-of-type(2) h2 {
        font-family: "Aktiv Grotesk Bold"!important;
        font-size: 32px;
        margin-bottom: 10px;
      }
      .vwg-event-card > div:nth-of-type(2) h3 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 5px;
      }
      .vwg-event-card > div:nth-of-type(2) p {
        
      }
      .vwg-event-card > div:nth-of-type(2) .vwg-button {
        position: relative;
        display: inline-block;
        border: 0;
        background-color: red;
        padding: 10px 16px;
        color: #fff;
        font-family: "Aktiv Grotesk Bold"!important;
        font-size: 12px;
        bottom: 0px;
      }
    .vwg-event-card > div:nth-of-type(3) {
      width: 16%;
      padding: 3%;
    }
      .vwg-event-card > div:nth-of-type(3) img {
        max-width: 110px;
        max-height: 110px;
      }
      

/*
* Event detail
*/
.vwg-event {

}
  .vwg-event .vwg-event-date {
    position: absolute;
    margin-bottom: 30px;
    left: -100px;
  }
    .vwg-event .vwg-event-date h2 {
      font-family: "Aktiv Grotesk Bold"!important;
      font-size: 34px;
      margin-bottom: 5px;
    }
    .vwg-event .vwg-event-date h3 {
      font-size: 18px;
      margin: 0;
      font-weight: 400;
    }
  .vwg-event .vwg-event-content {
  }
    .vwg-event .vwg-event-content h2 {
      font-family: "Aktiv Grotesk Bold"!important;
      font-size: 32px;
      margin-bottom: 10px;
    }
    .vwg-event .vwg-event-content h3 {
      font-size: 16px;
      margin: 0;
      margin-bottom: 5px;
    }
    .vwg-event .vwg-event-content p {
      
    }
    .vwg-event .vwg-event-content .vwg-button {
      position: relative;
      display: inline-block;
      border: 0;
      background-color: red;
      padding: 10px 16px;
      color: #fff;
      font-family: "Aktiv Grotesk Bold"!important;
      font-size: 12px;
      bottom: 0px;
    }

/*
* 
*/
.vwg-form {
  background-color: #EEEEEE;
  padding: 40px 0;
}
.vwg-form.vwg-form-white {
  background-color: #fff;
}
.vwg-media {
  background-color: #e0e0e0;
  padding: 40px 0;
}

/*
* Event : pictures
*/
.vwg-event-pictures {
  position: relative;
  margin-left: -15px!important;
  margin-right: -15px!important;
}
  .vwg-event-pictures .vwg-event-picture-item {
    padding: 15px;
  }
  .vwg-event-pictures .vwg-event-picture-item.vwg-event-picture-item-movie {
    position: relative;
  }
  .vwg-event-pictures .vwg-event-picture-item.vwg-event-picture-item-movie a {

  }
    .vwg-event-pictures .vwg-event-picture-item.vwg-event-picture-item-movie a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent url('../images/thumb-video.png') center center no-repeat;
      background-size: 50%; 
    }

.vwg-event-sidebar {
  margin-left: 60px;
}
  .vwg-event-sidebar .vwg-event-speaker-image > img {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 20px;
  }

.vwg-sidebar-break {
  height: 40px;
}
.vwg-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
  .vwg-sidebar-list li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .vwg-sidebar-list li.margin-bottom {
    margin-bottom: 15px;
  }
  .vwg-sidebar-list a {
    color: #000;
  }
  .vwg-sidebar-list a:hover {
    color: #EE1D23;
    text-decoration: none;
  }
    .vwg-sidebar-list li:before {
      content: '\2192';
      position: absolute;
      top: 0;
      left: -20px;
    }


.vwg-prices-old {
  background-color: #EEEEEE;
  padding: 40px 0;
}
.vwg-prices-old h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
  .vwg-prices-old .vwg-prices-old-profile {
    
  }
    .vwg-prices-old .vwg-prices-old-profile .vwg-prices-old-profile-picture {
      background: transparent url('../images/unknown.png') center top no-repeat;
      background-size: cover;
      width: 100%;
      max-width: 140px;
      height: 140px;
    }
      .vwg-prices-old .vwg-prices-old-profile .vwg-prices-old-profile-data label {
        display: inline-block;
        padding: 15px 0 10px 0;
        border-bottom: 2px solid #000;
        font-size: 16px;
        margin-bottom: 10px;
        font-family: 'Aktiv Grotesk Bold'!important;
      }
    .vwg-prices-old .vwg-prices-old-profile .vwg-prices-old-profile-data {
      padding-left: 30px;
      width: 80%;
    }

.vwg-board {
  background-color: #eee;
  margin-top: 30px;
  padding-bottom: 30px;
}
  .vwg-board .vwg-board-profile {
    padding: 0 20px;
  }
    .vwg-board .vwg-board-profile .vwg-board-profile-photo {
      height: 160px;
      width: 100%;
      margin-bottom: 15px;
      background: transparent url() center center no-repeat;
      background-size: cover;
      background-color: #ddd;
    }


.vwg-proceedings {
  margin-top: 30px;
}
  .vwg-proceedings h3 {
  }
  .vwg-proceedings .vwg-proceeding {
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
  }
    .vwg-proceedings .vwg-proceeding h3 {
      font-family: 'Aktiv Grotesk Bold'!important;
      margin-bottom: 0;
    }
    .vwg-proceedings .vwg-proceeding a {
      
    }

.vwg-social-top {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
  .vwg-social-top li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
    .vwg-social-top li .vwg-social-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-size: cover!important;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
    }
    .vwg-social-top .vwg-social-icon.vwg-social-icon-white {
      filter: invert(27%) sepia(0%) saturate(1%) hue-rotate(346deg) brightness(1000%) contrast(97%);
    }
    .vwg-social-top .vwg-social-icon:hover {
      filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
      .vwg-social-top .vwg-social-icon.vwg-social-icon-linkedin {
        background: transparent url('../images/linkedin.svg') center center no-repeat;
      }
      .vwg-social-top .vwg-social-icon.vwg-social-icon-instagram {
        background: transparent url('../images/instagram.svg') center center no-repeat;
      }
      .vwg-social-top .vwg-social-icon.vwg-social-icon-twitter {
        background: transparent url('../images/twitter.svg') center center no-repeat;
      }
      .vwg-social-top .vwg-social-icon.vwg-social-icon-facebook {
        background: transparent url('../images/facebook.svg') center center no-repeat;
      }

    .vwg-social-top.vwg-social-mobile {
      position: relative!important;
      left: auto;
      right: auto;
      padding: 0 36px;
    }
    .vwg-social-top.vwg-social-footer {
      position: relative!important;
      left: auto;
      right: auto;
      padding: 0 0px;
      margin: 0 -10px;
      filter: invert(100%);
    }

/******* FOOTER **********/



footer {
  position: relative;
  background-color: #000;
  padding: 10px 0 30px 0;
  color: #fff;
  font-size: 11px;
}
  /*footer .uk-grid {
      margin-left: -0px!important;
      margin-right: -0px!important;
  }
  footer .uk-grid>* {
      padding-left: 0px!important;
      padding-right: 0px!important;
  }*/
  footer h4 {
    font-size: 1.2rem;
  }
  footer a {
    color: #fff;
  }
  footer small {
    display: block;
    margin-top: 30px;
    font-size: 11px;
    opacity: .6;
  }
  footer a,
  footer a:hover {
    color: #fff;
  }

  footer .vwg-footer-label {
    display: block;
    font-weight: bold;
  }
  footer .vwg-footer-logo {
    display: inline-block;
    padding: 20px;
    padding-left: 0;
  }
    footer .vwg-footer-logo a {
      
    }
      footer .vwg-footer-logo a img {
        max-height: 40px;
      }



/******* Custom CSS Processwire **********/

.align_right {
  float: right;
  padding-left: 40px;
}
.uk-relative {
  position: relative;
}
.uk-dropdown {
    min-width: 130px;
    width: 150px;
    padding: 0;
    background: #fff;
    border-radius: 9px;
}
  .uk-dropdown li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #eee;
    text-align: right;
  }
    .uk-dropdown li a {
      padding: 8px 15px;
      text-align: center;
    }

 .uk-container-small {
  max-width: 820px;
 }

*+.uk-grid-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
  margin-top: 0px!important;
}

.modal-media {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  background-color: #000000d9;
  /*border-radius: 5%;*/
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  -webkit-transition: all 0.17s ease-out;
  -moz-transition: all 0.17s ease-out;
  -o-transition: all 0.17s ease-out;
  transition: all 0.17s ease-out;
}
.modal-media.is-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
  .modal-media .modal-media-bg {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 0%; 
    left: 0%
    width: 100%;
    height: 100%;
  }
  .modal-media .modal-media-src {
    z-index: 3;
    position: absolute;
    width: 90%;
    max-width: 800px;
    max-height: 440px;
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,0);
    box-shadow: 0 9px 24px -4px rgba(0,0,0,0.63);
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    -webkit-transition: all 0.17s ease-out;
    -moz-transition: all 0.17s ease-out;
    -o-transition: all 0.17s ease-out;
    transition: all 0.17s ease-out;
  }
  .modal-media.is-visible .modal-media-src {
    background-color: #fff;
    box-shadow: 0 9px 24px -4px rgba(0,0,0,0.63);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal-media .modal-media-btn-close {
    z-index: 4;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
  }

.FormBuilder-members {
  width: 100%;
}