/**
 * modal view
 */
/**
 * Vars
 */
/**
 * Fonts
 */
/**
 * Mixins / Extends
 */
@media screen and (max-width: 1023px) {
  .res-hidden {
    display: none !important;
  }
}

.res-visible {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .res-visible {
    display: block !important;
  }
}

.view-id-marques .btn-center-wrapper {
  text-align: center;
  margin: -10px 0 0;
  padding-bottom: 25px;
}

a.ctools-modal-modal-popup-large {
  background-color: #4c7485;
  background-repeat: no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
  text-transform: uppercase;
  -moz-transition: background 250ms ease 0s;
  -o-transition: background 250ms ease 0s;
  -webkit-transition: background 250ms ease;
  -webkit-transition-delay: 0s;
  transition: background 250ms ease 0s;
}
a.ctools-modal-modal-popup-large:hover {
  background: #395865;
}

@media screen and (max-width: 767px) {
  #modalContent {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }
  #modalContent.modal-default {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center;
    max-width: 420px;
    width: 100%;
    right: 0;
    margin: auto;
  }
  #modalContent.modal-default div.modal-forms-modal-content .popups-container {
    overflow-y: auto;
    height: 100% !important;
  }
  #modalContent.modal-default .ctools-modal-content.modal-forms-modal-content {
    height: 100% !important;
  }
  #modalContent div.modal-forms-modal-content,
  #modalContent .modal-content {
    width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
  }
  #modalContent .modal-content {
    overflow: hidden;
  }
}

div.modal-forms-modal-content {
  font-family: "Roboto",arial,sans-serif;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .webform-client-form {
    max-width: 330px;
    margin: 0 auto;
  }
}
div.modal-forms-modal-content .popups-container {
  background: #afc2c9;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.modal-forms-modal-content .popups-container:before {
  content: '';
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: #c6d5dc;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .popups-container:before {
    display: none;
  }
}
div.modal-forms-modal-content .modal-header {
  background-color: transparent;
  padding: 0;
  height: 45px;
  position: relative;
}
div.modal-forms-modal-content .modal-title {
  font-family: "Ubuntu",sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0;
  color: #fff;
  line-height: 1.3;
  display: block;
  width: 50%;
  padding: 17px 35px 35px;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-title {
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 17px 42px 35px;
  }
}
div.modal-forms-modal-content form .modal-title {
  display: none;
}
div.modal-forms-modal-content .popups-close {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 59px;
  height: 45px;
  background: #afc2c9 url("../images/pictos/modal-close.png") no-repeat 50% 50%;
  -moz-background-size: 43% auto;
  -o-background-size: 43% auto;
  -webkit-background-size: 43% auto;
  background-size: 43% auto;
  -moz-transition: background-color 250ms ease 0s;
  -o-transition: background-color 250ms ease 0s;
  -webkit-transition: background-color 250ms ease;
  -webkit-transition-delay: 0s;
  transition: background-color 250ms ease 0s;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .popups-close {
    background-color: #c6d5dc;
  }
}
div.modal-forms-modal-content .popups-close:hover {
  background-position: 50% 50%;
  background-color: #4c7485;
}
div.modal-forms-modal-content .modal-scroll {
  padding: 0;
}
div.modal-forms-modal-content .modal-content {
  overflow: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  width: 100% !important;
}
div.modal-forms-modal-content .modal-content .fake-select-label {
  display: none;
}
div.modal-forms-modal-content .modal-content a {
  text-decoration: underline;
}
div.modal-forms-modal-content .modal-content .row:before {
  content: " ";
  display: table;
}
div.modal-forms-modal-content .modal-content .row:after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content {
    margin-bottom: 0;
  }
}
div.modal-forms-modal-content .modal-content #modal-throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
div.modal-forms-modal-content .modal-content #modal-throbber .modal-throbber-wrapper {
  padding: 4px;
}
div.modal-forms-modal-content .modal-content .messages {
  position: relative;
  top: 45px;
}
div.modal-forms-modal-content .modal-content .messages.error {
  display: none;
}
div.modal-forms-modal-content .modal-content .messages.status {
  top: 55px;
  margin: 35px 0;
  font-size: 15px;
}
div.modal-forms-modal-content .modal-content .messages.status p {
  margin-top: 0;
}
div.modal-forms-modal-content .modal-content .messages.status a.use-ajax {
  background-color: #79939d;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px;
  -moz-transition: background 250ms ease 0s;
  -o-transition: background 250ms ease 0s;
  -webkit-transition: background 250ms ease;
  -webkit-transition-delay: 0s;
  transition: background 250ms ease 0s;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  width: 160px;
}
div.modal-forms-modal-content .modal-content .messages.status a.use-ajax:hover {
  background-color: #4c7485;
}
div.modal-forms-modal-content .modal-content .webform-confirmation + .links {
  display: none;
}
div.modal-forms-modal-content .modal-content .left-side,
div.modal-forms-modal-content .modal-content .right-side {
  float: left;
  width: 50%;
  padding: 65px 35px 0;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .left-side,
  div.modal-forms-modal-content .modal-content .right-side {
    width: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .right-side {
    background: #c6d5dc;
    padding-top: 13px;
    padding-bottom: 20px;
    margin-top: 10px;
    position: relative;
  }
  div.modal-forms-modal-content .modal-content .right-side:before {
    content: '';
    position: absolute;
    top: 0;
    left: -300%;
    width: 1000%;
    z-index: 0;
    background: #c6d5dc;
    bottom: 0;
  }
}
div.modal-forms-modal-content .modal-content .right-side > .form-item,
div.modal-forms-modal-content .modal-content .right-side > #course-div {
  position: relative;
}
div.modal-forms-modal-content .modal-content .left-side .description {
  color: #b04022;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .left-side .description {
    padding-top: 0;
    position: absolute;
    bottom: 74px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 13px;
    z-index: 10;
  }
}
div.modal-forms-modal-content .modal-content .form-item {
  padding: 0 0 10px;
  overflow: hidden;
}
div.modal-forms-modal-content .modal-content .form-item label {
  width: auto;
  text-transform: uppercase;
  text-align: left;
  padding-right: 0;
  float: none;
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .form-item label {
    font-size: 12px;
    padding-bottom: 7px;
  }
}
div.modal-forms-modal-content .modal-content .form-item .form-text,
div.modal-forms-modal-content .modal-content .form-item .form-textarea {
  background-color: #fff;
  border: 1px solid #afc2c9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #747474;
  padding: 11px 20px;
  font-size: 13px;
  float: none;
  display: block;
  width: 100%;
}
div.modal-forms-modal-content .modal-content .form-item .form-text.error,
div.modal-forms-modal-content .modal-content .form-item .form-textarea.error {
  border-color: #ee322b;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .form-item .form-text,
  div.modal-forms-modal-content .modal-content .form-item .form-textarea {
    padding: 9px 20px;
    font-size: 11px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
div.modal-forms-modal-content .modal-content .form-item .form-textarea-wrapper .form-textarea {
  width: 100%;
}
div.modal-forms-modal-content .modal-content .form-item select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #afc2c9;
  background-image: url("../images/pictos/modal-select-down.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 50%;
  padding: 10px 34px 10px 20px;
  display: block;
  width: 100%;
}
div.modal-forms-modal-content .modal-content .form-item select.error {
  border-color: #ee322b;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .form-item select {
    padding: 9px 25px 9px 20px;
    font-size: 11px;
    display: block;
    width: 100%;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    background-position: calc(100% - 12px) 50%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
div.modal-forms-modal-content .modal-content .webform-component--course, div.modal-forms-modal-content .modal-content .webform-component--course {
  display: table;
  width: 100%;
  overflow: visible;
}
div.modal-forms-modal-content .modal-content .webform-component--personal-data-agreement {
  padding: 0;
}
div.modal-forms-modal-content .modal-content .webform-component-markup p {
  margin: 0;
}
div.modal-forms-modal-content .modal-content .chosen-container {
  width: 100% !important;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-results {
  max-height: 300px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-results .group-result {
  padding-left: 20px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-results .active-result {
  padding-left: 30px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-results .active-result:first-child {
  padding-left: 20px;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-drop {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-single {
  border: 1px solid #afc2c9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  height: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-single > span {
  display: block;
  margin-right: 0px;
  line-height: 24px;
  margin-left: 0;
  height: auto;
  background-color: #fff;
  color: #747474;
  padding: 6px 20px;
  font-size: 13px;
  max-width: 313px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-single div {
  width: 26px;
  right: 5px;
}
div.modal-forms-modal-content .modal-content .chosen-container .chosen-single div b {
  width: 100%;
  height: 22px;
  margin-top: 5px;
  border-left: 0;
  background: url("../images/pictos/modal-select-down.png") 50% 8px no-repeat;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-single {
  background: #fff;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-single div b {
  background-position: 50% 3px;
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-drop {
  padding-top: 1px;
  border: 0;
  border-top: 1px solid #afc2c9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 1px;
  right: 1px;
  left: 1px;
  width: auto;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-drop .highlighted {
  background: #79939d;
  color: #ffffff;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-drop li {
  color: #387299;
  padding-top: 4px;
  padding-bottom: 4px;
}
div.modal-forms-modal-content .modal-content .chosen-container.chosen-with-drop .chosen-drop li.group-result {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .webform-component--comments {
    height: auto;
  }
}
div.modal-forms-modal-content .modal-content .captcha {
  position: relative;
}
div.modal-forms-modal-content .modal-content .captcha label {
  width: auto;
  text-transform: uppercase;
  text-align: left;
  float: none;
  font-size: 14px;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  margin-right: 0;
  padding-bottom: 10px;
}
div.modal-forms-modal-content .modal-content .captcha .form-item-captcha-response {
  margin-left: 125px;
  margin-top: -1px;
  position: absolute;
  width: 90px;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .captcha .form-item-captcha-response {
    margin-left: 0;
    width: auto;
    right: 0;
    left: 103px;
  }
}
div.modal-forms-modal-content .modal-content .captcha .form-item-captcha-response label {
  display: none;
}
div.modal-forms-modal-content .modal-content .captcha .captcha_image,
div.modal-forms-modal-content .modal-content .captcha .reload-captcha-wrapper {
  margin-left: 0;
}
div.modal-forms-modal-content .modal-content .captcha .captcha_image img,
div.modal-forms-modal-content .modal-content .captcha .reload-captcha-wrapper img {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .captcha .captcha_image img,
  div.modal-forms-modal-content .modal-content .captcha .reload-captcha-wrapper img {
    height: 32px;
  }
}
div.modal-forms-modal-content .modal-content .form-actions {
  margin-top: 55px;
  margin-left: -2%;
  margin-right: -2%;
}
@media screen and (max-width: 767px) {
  div.modal-forms-modal-content .modal-content .form-actions {
    margin-bottom: 0;
    position: relative;
  }
  div.modal-forms-modal-content .modal-content .form-actions .form-submit,
  div.modal-forms-modal-content .modal-content .form-actions .button-reset {
    width: 46%;
    margin: 0 2%;
    padding: 12px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
div.modal-forms-modal-content .modal-content .form-actions .ajax-progress {
  display: none;
}
div.modal-forms-modal-content .modal-content .form-submit {
  background-color: #e06443;
  background-repeat: no-repeat;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 15px;
  -moz-transition: background 250ms ease 0s;
  -o-transition: background 250ms ease 0s;
  -webkit-transition: background 250ms ease;
  -webkit-transition-delay: 0s;
  transition: background 250ms ease 0s;
  text-align: center;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  width: 46%;
  margin: 0 2%;
}
div.modal-forms-modal-content .modal-content .form-submit:hover {
  background: #cd4b28;
}
div.modal-forms-modal-content .modal-content .button-reset {
  background-color: #79939d;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px;
  -moz-transition: background 250ms ease 0s;
  -o-transition: background 250ms ease 0s;
  -webkit-transition: background 250ms ease;
  -webkit-transition-delay: 0s;
  transition: background 250ms ease 0s;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  width: 46%;
  margin: 0 2%;
}
div.modal-forms-modal-content .modal-content .button-reset:hover {
  background-color: #4c7485;
}

/* remove outline */
a {
  outline: 0;
}
