* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: 'geinspira', Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #4b4b4b;
}

header {
  background-color: #ffffff;
}

header img {
  width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active,
a:target {
  color: #3e3e3e;
}

sup {
  font-size: 60%;
}

.programme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 75px 0 65px 0;
}

.programme .programmeIntro {
  max-width: 782px;
  font-size: 25px;
  line-height: 35px;
  padding: 0 20px;
  color: #575757;
}

.programme .programmeIntro .textColor {
  color: #cd9FB6;
  font-weight: bold;
}

.programme .programmeIntro.text-02 {
  margin-top: 32px;
}

.programme .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.programme .box .wrapperBox {
  max-width: 280px;
  min-width: 200px;
  background-color: #cd9FB6;
  color: #ffffff;
  font-size: 18px;
  padding: 40px 20px;
  position: relative;
}

.programme .box .wrapperBox::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  position: absolute;
  left: calc(100%/2 - 6px);
}

.register {
  background-color: #e7e5e5;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.register::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  position: absolute;
  left: calc(100%/2 - 6px);
}

.register .textColor {
  color: #cd9FB6;
  font-size: 21px;
  padding: 60px 20px 0 20px;
}

.register .textColor .registerTitle {
  font-size: 30px;
}

.register .NotextColor {
  color: #cd9FB6;
  font-size: 21px;
}

.register .registerLearn {
  font-size: 26px;
  max-width: 590px;
  padding: 32px 20px 40px 20px;
  color: #575757;
}

.days {
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
}

.days::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #e7e5e5 transparent transparent transparent;
  top: 0;
  position: absolute;
  left: calc(100%/2 - 6px);
}

.days-title {
  color: #ffffff;
  padding: 16px 40px;
  display: inline-block;
  background-color: #cd9FB6;
  max-width: 882px;
  margin-top: 64px;
}

.days-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.days-wrapper .days-session {
  max-width: 392px;
  padding: 0 10px;
}

.days-wrapper .days-session-title {
  display: inline-block;
  background-color: #e7e5e5;
  font-size: 17px;
}

.days-wrapper .days-session .days-title {
  font-size: 26px;
}

.days-wrapper .days-session .days-session-title {
  background-color: #e7e5e5;
  font-weight: bold;
  font-size: 17px;
  padding: 8px 40px;
  margin-top: 26px;
}

.days-wrapper .days-session .days-session-title.session2 {
  margin-top: 144px;
}

.days-wrapper .days-session .days-session-question {
  color: #cd9FB6;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

.days-wrapper .days-session .days-session-bold18 {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
  margin: 18px 0;
}

.days-wrapper .days-session .days-session-bold18-Dr {
  font-size: 18px;
  font-weight: bold;
  color: #3e3e3e;
  margin-top: 18px;
}

.days-wrapper .days-session .days-panel {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #575757;
}

.days.day02 {
  background-color: #cd9FB6;
}

.days.day02::before {
  border-color: #ffffff transparent transparent transparent;
}

.days.day02 .days-session-bold18 {
  color: #3e3e3e;
  font-size: 26px;
  font-weight: unset;
}

.days.day02 .days-title {
  background-color: #ffffff;
  color: #3e3e3e;
}

.days.day02 .days-session-question, .days.day02 .days-session-bold18, .days.day02 .days-session-bold18-Dr {
  color: #ffffff;
}

.days.day02 .days-session-bold18.time {
  color: #3e3e3e;
}

.days.day02 .days-session-bold18.time.afternoon {
  margin-top: 262px;
}

.wrapperTextImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapperTextImg .wrapperText {
  max-width: 300px;
  margin-bottom: 30px;
  color: #575757;
}

.wrapperTextImg .wrapperText a, .wrapperTextImg .wrapperText a:active, .wrapperTextImg .wrapperText a:visited, .wrapperTextImg .wrapperText a:target, .wrapperTextImg .wrapperText a:focus {
  color: #575757;
}

.wrapperTextImg .wrapperText .wrapperLink {
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
}

.wrapperTextImg .wrapperText .wrapperLink:hover, .wrapperTextImg .wrapperText .wrapperLink:active, .wrapperTextImg .wrapperText .wrapperLink:focus, .wrapperTextImg .wrapperText .wrapperLink:visited {
  color: #3e3e3e;
}

.wrapperTextImg .wrapperText .wrapperDr {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 20px;
}

.wrapperTextImg .wrapperText .wrapperTextInfos {
  font-size: 12px;
  text-align: justify;
}

.wrapperTextImg .wrapperImg {
  margin-left: 6px;
}

footer {
  background-color: #3e3e3e;
  text-align: center;
  color: #a2a2a2;
  padding: 20px 15px;
  font-size: 12px;
}

footer a:hover, footer a:focus, footer a:visited, footer a:active, footer a:link {
  color: #a2a2a2;
}

footer p {
  margin-top: 20px;
}

/* Affichage du Header */
.headerImgMobile {
  display: none;
}

/* Responsive */
@media screen and (max-width: 640px) {
  /* Affichage du Header */
  .headerImg {
    display: none;
  }
  .headerImgMobile {
    display: block;
  }
  .programme .box {
    display: block;
  }
  .programme .box .wrapperBox {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px;
  }
  /* Day 1 */
  .days-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .days-wrapper .days-session {
    width: 100%;
    max-width: unset;
  }
  .days-wrapper .days-session .days-session-title.session2 {
    margin-top: 40px;
  }
  .wrapperTextImg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .days.day02 .days-session-bold18.time.afternoon {
    margin-top: 40px;
  }
}

/* Formualaire */
.registerFormulaire {
  margin-top: 10px;
}

#mktoForm_85873 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.mktoFormRow {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField {
  border: unset !important;
  border-radius: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  max-width: 320px !important;
  min-width: 100px !important;
}

.mktoForm input[type=email] {
  border: unset !important;
  border-radius: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  min-width: 310px !important;
}

.mktoForm textarea {
  border: unset !important;
  border-radius: unset !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  min-width: 310px !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

select {
  background-color: white;
  background: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJBAMAAAAbVLtZAAAAHlBMVEUAAAANY7YNYrcNYbUMYbQNZLcOY7gNYrcOYLQQYrN0et8QAAAACnRSTlMAdHX/fniBvoIvaKJdHgAAAEBJREFUCB0FwVEJgDAABcATxvBTGwhGeLJvwQKCBQZGMIIFjOydYcLMulGyuLI7cqrZShruPOmoSQNvOhgb4MMPDuwHWXdGBzoAAAAASUVORK5CYII=);
  background-position-x: calc(100% - 20px);
  background-repeat: no-repeat;
  background-position-y: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cd9FB6), to(#cd9FB6)) !important;
  background-image: linear-gradient(to bottom, #cd9FB6, #cd9FB6) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
}

.mktoGutter.mktoHasWidth {
  display: none;
}

.mktoForm p.txt-credits, .mktoForm p.mandatory {
  text-align: left;
}

.mktoForm .mktoFieldWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: unset !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm #FirstName,
.mktoForm #LastName,
.mktoForm #job_title_detail,
.mktoForm #Company,
.mktoForm #City,
.mktoForm #web_capture_country {
  width: 100% !important;
}

.mktoForm input#FirstName,
.mktoForm input#LastName,
.mktoForm #job_title_detail,
.mktoForm input#Company,
.mktoForm input#City,
.mktoForm #web_capture_country,
.mktoForm input#Email,
#contact_question {
  padding-left: 15px;
  color: #757575 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #757575;
}

input::placeholder, textarea::placeholder {
  color: #757575;
}

.mktoForm #FirstName,
.mktoForm #LastName,
.mktoForm #job_title_detail,
.mktoForm #Company,
.mktoForm #City,
.mktoForm #web_capture_country,
.mktoForm #Email {
  min-height: 40px;
}

.mktoButtonRow {
  margin-top: 20px !important;
  text-align: center !important;
}

.mktoButtonRow .mktoButtonWrap.mktoShadow {
  margin-left: unset !important;
}

.mktoForm .mktoButtonWrap.mktoShadow .mktoButton {
  border: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cd9FB6), to(#cd9FB6)) !important;
  background-image: linear-gradient(to bottom, #cd9FB6, #cd9FB6) !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-weight: bold !important;
  padding: 10px 40px !important;
}

.mktoFormRow .mktoFormCol .mktoFieldWrap {
  min-height: 20px;
}

.mktoForm .mandatory,
.mktoForm .txt-credits {
  color: #484849;
}

.mktoForm .mandatory a,
.mktoForm .txt-credits a {
  text-decoration: underline;
}

.mktoForm .mandatory a:active, .mktoForm .mandatory a:visited, .mktoForm .mandatory a:hover, .mktoForm .mandatory a:focus, .mktoForm .mandatory a:target,
.mktoForm .txt-credits a:active,
.mktoForm .txt-credits a:visited,
.mktoForm .txt-credits a:hover,
.mktoForm .txt-credits a:focus,
.mktoForm .txt-credits a:target {
  color: #484849 !important;
}

.mktoForm #Lblexplicit_opt_in {
  font-weight: bold;
  font-style: italic;
  color: #484849;
}

/* Formulaire responsive */
@media screen and (max-width: 600px) {
  #mktoForm_85873,
  .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
  }
  .mktoForm textarea, .mktoForm input[type=email] {
    width: 100% !important;
    min-width: unset !important;
  }
  .mktoForm .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField {
    max-width: unset !important;
  }
  .mktoForm p.txt-credits, .mktoForm p.mandatory {
    text-align: justify;
  }
  .mktoFieldDescriptor.mktoFormCol {
    width: 100%;
  }
  .mktoForm .mktoRequiredField label.mktoLabel, .mktoForm .mktoFormCol .mktoLabel {
    display: none;
  }
  .mktoForm .mktoRequiredField label.mktoLabel#Lblexplicit_opt_in, .mktoForm .mktoFormCol .mktoLabel#Lblexplicit_opt_in {
    display: block;
  }
  .wrapperTextImg .wrapperText {
    text-align: left;
  }
}

/* Formulaire partie desktop */
@media screen and (min-width: 601px) {
  .mktoForm .mktoFieldDescriptor.mktoFormCol,
  #contact_question,
  #Email,
  .mktoFormCol,
  .mktoHtmlText.mktoHasWidth,
  #Lblexplicit_opt_in,
  .mktoButtonRow {
    width: 100% !important;
  }
  #mktoForm_85873 {
    width: 100% !important;
    min-width: 600px !important;
    max-width: 700px !important;
  }
  .mktoFormRow .mktoFieldWrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  #FirstName,
  #job_title_detail,
  #City {
    margin-right: 5px;
  }
  #LastName,
  #Company,
  #web_capture_country {
    margin-left: 5px;
  }
  .mktoFormRow .mktoFieldDescriptor.mktoFormCol:nth-child(odd) .mktoFieldWrap.mktoRequiredField {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=44889-LP_breast_Academy_9thEdition.css.map */