html{
  background:#f2f2f2;
   scroll-behavior: smooth;
}

* {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

    h1,
    h2,
    h3,
    h4,
    h5,
    h5,
    h6,
    a,
    p,
    span,
    ul,
    ol,
    button {
      font-family: 'Source Sans Pro', Arial, sans-serif; }

    .w-100 {
      width: 100%; }

    body {
      margin: 0 auto;
      position: relative;
      max-width: 1200px;
      background-color: #ffffff;
     font-family: 'Source Sans Pro', Arial, sans-serif;
    }

    .containerLP {
      max-width: 1200px;
      margin: 0 auto; }

    .row>*{
      margin-left:0px;
      margin-right:0px;
      padding:0px;
    }

    .row {
      margin-left:0px ;
      margin-right:0px;
      padding:0px ;
    }

  /* CTA  */
  .cta {
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-decoration: none!important;
      border-radius: 8px;
      font-size:16px;
      line-height: 16px;
      padding: 12px 30px;
      display: inline-flex!important;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      text-decoration: none;
  }

  .cta, .btn-primary{
    font-weight:500;
   color:#fff;
   margin: 10px 0;
   background-color:#6022A6;
 }

 .cta:visited, .btn-primary:visited{
 color:#fff;
}

.cta:hover, .btn-primary:hover{
   background-color:#491a7f;
   cursor: pointer;
   color:#fff;
   text-decoration: none;
 }

 /* CTA white  */
 .ctawhite {
     color: #6022A6;
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-decoration: none!important;
     border-radius: 5px;
     font-size:17px;
     line-height: 20px;
     padding: 12px 35px 14px 35px;
     display: inline-flex!important;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     text-decoration: none;
 }
   .ctawhite, .btn-primarywhite{
   font-weight:400;
    color:#6022A6;
    margin: 28px 0;
    background-color:#ffffff;
  }

 .ctawhite:hover, .btn-primarywhite:hover{
    background-color:#f2f2f2;
    cursor: pointer;
    color:#6022A6;
    text-decoration: none;
  }

.mktoGen.mktoImg {
  display: inherit !important;
  line-height: 0; }


.ContactCTA{
  display:inline-block;
  margin-right:4px;
}

.ContactCTA:last-child{
  display:inline-block;
  margin-right:0px;
}

header{
  padding: 0 !important;
}


.noBr{
  display: inline;
}

.MobileBreak{
  display:none;
}

.NoBreak{
  display:inline;
}

section{
  position: relative;
}

.turquoise{
  background:#44b2c5;
}

.yellow{
  background:#f8d754;
}

.corail{
  background:#f37f63;
}

.green{
  background:#19bb7c;
}

.AnchorArea > a , .AnchorArea > a:hover{
  text-decoration: none !important;
}



/* header  */
header {
  background-color: #ffffff;
  position:relative;
}

  #heroImage2 {
    height: 306px;
    background:url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/headerbackground_BreastAcademy2025_210525.jpg);
    background-size: cover;
    background-position:top;
    background-repeat:no-repeat;
     -webkit-animation: zoomLoop 10s ease-in-out infinite;
    -moz-animation: zoomLoop 10s ease-in-out infinite;
    -o-animation: zoomLoop 10s ease-in-out infinite;
    animation: zoomLoop 10s ease-in-out infinite;
  }

@-webkit-keyframes zoomLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

@-moz-keyframes zoomLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

@-o-keyframes zoomLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

@keyframes zoomLoop {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

 .BreakMobOff{
    display:inline;
}


  .headerCartouche{
    position:absolute;
    z-index: 2;
    left:11.67%;
    top:92px;
    width:300px;
    /* padding:36px; */
    background:#ffffff;
    border-radius: 12px;
    box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.35);
  }


  .headerCartoucheTop{
    border-radius: 12px 12px 0px 0px;
    padding:33px 36px;
    background:#6022A6;
  }

  .headerCartoucheBottom{
    border-radius: 0px 0px 12px 12px;
    padding:16px 36px 20px 36px;
    background:rgba(255, 255, 255, 0);
  }

   .logo{
    width: 212px;
    height:auto;
    margin: 0px 0px 34px 0px; 
  }

  .headerCartoucheBreast{
    font-size: 58px;
    line-height: 54px;
    font-weight:400;
    color: #ffffff;
    text-align: left;
    margin-bottom:10px;
  }

    .headerCartoucheEdition{
    font-size: 25px;
    line-height: 27px;
    font-weight:300;
    color: #ffffff;
    text-align: left;
    margin-top:13px;
  }

    .headerCartoucheWelcome{
    font-size: 35px;
    line-height: 37px;
    font-weight:600;
    color: #6022A6;
    text-align: left;
    margin-bottom:10px;
    letter-spacing: -0.5px;
  }

  .headerCartoucheDate{
    display: inline-block;  
    padding-top:8px;
    font-size: 24px;
    line-height: 27px;
    font-weight:400;
    color: #6022A6;
    text-align: left;
    border-top: 0.5px solid #6022A6;
  }

  .headerCartoucheLocation{
    padding-top:2px;
    font-size: 24px;
    line-height: 27px;
    font-weight:300;
    color: #6022A6;
    text-align: left;
  }


/* Floating CTA Register   */
.scrollWrapper {
    position: fixed;
    top: 30px;
    right: 0px;
    z-index: 2;
    background-color: #44b2c5;
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px 0px 0px 12px;
    font-weight: 500;
    transition: bottom 0.3s ease;
}

.scrollWrapper a {
    color: white;
    text-decoration: none;
}



/* Intro  */

#Intro{
  background:#ffffff;
  padding:92px 0px 45px 0px;
  position:relative;
}

#IntroThank{
  background:#ffffff;
  padding:92px 0px 45px 0px;
  position:relative;
}

  .IntroBlock{
    margin-left:45%;
    margin-right:12%;
    width:43%;
  }

  .IntroCTA{
    position:absolute;
    top:330px;
    left:14%;
  }

  .IntroTitle{
    font-size: 40px;
    line-height: 42px;
    font-weight:400;
    color: #6022A6;
    text-align: left;
    margin-bottom:11px;
  }

    .IntroSubtitle{
    font-size: 38px;
    line-height: 45px;
    font-weight:300;
    color: #000000;
    text-align: left;
    margin-bottom:30px;
  }

  .IntroParagraph{
    font-size: 20px;
    line-height: 37px;
    font-weight:400;
    color: #000000;
    text-align: left;
    margin-bottom:30px;
  }


  .IntroConclusion{
    max-width:85%;
    font-size: 24px;
    line-height: 35px;
    font-weight:400;
    color: #6022A6;
    text-align: left;
    margin-bottom:30px;
  }


  /* Clinical Workshops  */

  #ClinicalWorkshops, #ScientificSessions{
  background:#ffffff;
  padding:20px 5% 20px 5%;
  position:relative;
}

.BlockgiantPurple{
  background:#6022A6;
  border-radius: 26px;
  padding:60px 5% 100px 5%;
}

.BlockgiantTitle{
  font-size: 39px;
  line-height: 45px;
  font-weight:300;
  color: #ffffff;
  text-align: center;
  margin-bottom:4px;
}

.BlockgiantDate{
  font-size: 39px;
  line-height: 45px;
  font-weight:600;
  color: #ffffff;
  text-align: center;
  margin-bottom:40px;
}

.BlockgiantDateBis{
  font-size: 39px;
  line-height: 45px;
  font-weight:600;
  color: #ffffff;
  text-align: center;
  margin-bottom:20px;
}

.BlockgiantTopic{
  font-size: 29px;
  line-height: 34px;
  font-weight:300;
  color: #ffffff;
  text-align: center;
  margin-bottom:10px;
}

.BlockgiantModerators{
  font-size: 15px;
  line-height: 19px;
  font-weight:400;
  font-style:italic;
  color: #ffffff;
  text-align: center;
  margin-bottom:55px;
}

.BlockgiantTable{
  display:block;
}

.BlockgiantTableLine{
  display:table;
  width:100%;
  margin-bottom:16px;
}

.BlockgiantTableLeft{
  display:table-cell;
  vertical-align: middle;
  background:#ffffff;
  border-radius: 16px;
  padding:22px 20px 21px 20px;
  width:17.25%;
}

.BlockgiantTableCenter{
  display:table-cell;
  width:2%
}  

.BlockgiantTableRight{
  display:table-cell;
  vertical-align: middle;
  background:#ffffff;
  border-radius: 16px;
  padding:10px 20px 11px 20px;
  width:80.75%;
}

.BlockgiantTableTime{
  vertical-align: middle;
  font-size: 21px;
  line-height: 23px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}

.BlockgiantTableIcon{
  display:inline-block;
  height:45px;
  width:auto;
  text-align: left;
}

.BlockgiantTableInfo{
  vertical-align: middle;
  display: inline-block;
  margin-left:1%;
  font-size: 18px;
  line-height: 23px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}

.BlockgiantTableInfobig{
  vertical-align: middle;
  display: inline-block;
  margin-left:1%;
  font-size: 21px;
  line-height: 25px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}


  .TimerContainer{
      display: inline-block;
      background:#6022A6;
      border-radius:15px;
      padding:2px 10px 4px 10px;
      margin-top:7px;
      margin-bottom:7px;
    }

    .TutorialIconchrono{
      width:19px;
      height:auto;
      display:inline-block;
      margin-right:3px;
      vertical-align: middle;
    }

    .TutorialTimer{
      font-weight:400;
      color:#ffffff;
      font-size:13px;
      line-height:13px;
      text-align:left;
      vertical-align: middle;
      text-decoration: none;
    }

    .BlockgiantTableRightGroup{
      display: table;
      width: 100%;
    }


    .BlockgiantTableRightGroupcell{
      display:table-cell;
      vertical-align: middle;
      border-radius: 16px;
      padding:10px 20px 11px 20px;
      width:19%;
    }

    .BlockgiantTableRightGroupcellCenter{
      display:table-cell;
      background:#6022A6;
      width:0.25%;
    }

    .BlockgiantTableRightGroupCellText{
      font-size: 19px;
      line-height: 21px;
      font-weight:600;
      color: #000000;
      text-align: left;
      margin-top:12px;
      margin-bottom:6px;
    }

     .BlockgiantTableRightGroupCellModality{
      font-size: 19px;
      line-height: 21px;
      font-weight:400;
      color: #000000;
      text-align: left;
      margin-bottom:12px;
    }

    /* Anchor Top  */

    .AnchorArea{
      vertical-align: middle;
      text-align: right;
      margin-top:12px;
    }

    .AnchorPicture{
      display: inline-block;
      width: 26px;
      height:auto;
      margin-right:9px;
    }

    .AnchorTop{
      display: inline-block;
      font-size: 12px;
      line-height: 14px;
      font-weight:400;
      color: #000000;
      text-align: right;
    }

    /* Scientific Sessions  */

      .BlockgiantTableRightScientific{
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      background:#ffffff;
      border-radius: 16px;
      padding:20px 20px 11px 20px;
      width:80.75%;
      text-align: center;
      }

    .MainTopic{
      display: block;
      font-size: 25px;
      line-height: 28px;
      font-weight:600;
      color: #6022A6;
      text-align: left;
      margin-bottom:26px;
    }

    .TopicArea{
      display:table;
      width: 100%;
      margin-bottom:24px;
    }

    .TopicAreaDuration{
      display:table-cell;
      width: 95px;
      background:#e4e4e4;
      border-radius:8px;
      vertical-align: middle;
      padding-top:10px;
      padding-bottom:10px;
    }

    .TopicAreaDetails{
      display:table-cell;
      text-align: left;
      width: auto;
      padding-left:24px;
      border-radius:8px;
      vertical-align: middle;
      padding-top:0px;
      padding-bottom:0px;
    }

    .TopicAreaDetailsTopic{
      font-size: 20px;
      line-height: 23px;
      font-weight:400;
      color: #6022A6;
      text-align: left;
      margin-bottom:6px;
    }

    .SpeakerArea{
      display: block;
      vertical-align: top;
    }

    .SpeakerPhoto{
      vertical-align: top;
      display: inline-block;
      width:42px;
      margin-right:12px;
      height:auto;
    }

    .SpeakerName{
     vertical-align: top;
     width:auto;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    font-weight:400;
    color: #000000;
    font-style: italic;
    text-align: left;
    margin-top:9px;
    }


    /* Form   */
    .formulaireWrapper {
    background-color: #ffffff;
    margin-top:80px;
    padding-bottom: 55px;
    }

    .formulaireWrapper .contact {
      font-size: 25px;
      font-weight:600;
      color: #000000;
      line-height: 28px;
      text-align: center;
      padding-top: 0px;
      padding-bottom: 35px;
      padding-left:10%;
      padding-right:10%;
    }

    #mktoForm_140992 {
    width: 600px !important;
    margin: 0 auto;
    }

    #LblformOptIn{
      font-weight:400 !important; 
    }

    #mktoForm_140992 .mktoAsterix {
      display: none;
    }

    #mktoForm_140992 #FirstName,
    #mktoForm_140992 #LastName,
    #mktoForm_140992 #Email,
    #mktoForm_140992 #Company,
    #mktoForm_140992 #formCompanyName,
    #mktoForm_140992 #Phone,
    #mktoForm_140992 #Title,
    #mktoForm_140992 #City,
    #mktoForm_140992 #web_capture_country {
      height: 54px;
      width: 270px !important;
      border: none;
      -webkit-appearance: none !important;
      -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      padding: 10px 22px;
      color: #939393 !important;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
      font-size:19px !important;
    }

    #mktoForm_140992 #Email {
      width: 550px !important;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
    }

    #mktoForm_140992 #contact_question {
      width: 550px !important;
      height: 154px !important;
      border: none;
      -webkit-appearance: none !important;
      -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      padding: 22px;
      color: #939393 !important;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
      font-size:16px !important;
    }


    /* Select   */
    .mktoForm select.mktoField{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE9WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDEgNzkuMTRlY2I0MmYyYywgMjAyMy8wMS8xMy0xMjoyNTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjIgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIzLTAyLTI3VDE0OjMwOjI0KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMy0wMi0yN1QxNDozMTozMCswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMy0wMi0yN1QxNDozMTozMCswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzU5NjFjMzUtMWMwZi00YzY4LWJkZjQtNTEyNzRlYmUwYjNhIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmM1OTYxYzM1LTFjMGYtNGM2OC1iZGY0LTUxMjc0ZWJlMGIzYSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmM1OTYxYzM1LTFjMGYtNGM2OC1iZGY0LTUxMjc0ZWJlMGIzYSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzU5NjFjMzUtMWMwZi00YzY4LWJkZjQtNTEyNzRlYmUwYjNhIiBzdEV2dDp3aGVuPSIyMDIzLTAyLTI3VDE0OjMwOjI0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjQuMiAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7UkcJWAAAAh0lEQVQYlXXPuw3CQBAE0OdPRBe04AYsOnALSJQAKZYNEaIIGqAHkGiAiiDgjIxZT3SanRdctnGBrU/O5vPdlNjhlIoF+gDs0aV3lqMYHbs0mANQFJXmgRx1Kld44R6AHsei0sAtgDXWE9DCgCK4jIA0GqfFYdL9gAhJ/xjgH4AyQAO84hkd33kIGURbNLtFAAAAAElFTkSuQmCC);
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:white !important;
    border-radius: 0;
    }

    #mktoForm_140992 .mktoFormRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0px !important;
    }

    #mktoForm_140992 .mktoFormRow:nth-child(11) .mktoFieldDescriptor.mktoFormCol {
      padding: 0 20px !important;
    }

    #mktoForm_140992 .mktoHtmlText.mktoHasWidth {
      width: 600px !important;
    }

    #mktoForm_140992 .mktoHtmlText.mktoHasWidth .QuestionCarescape {
      font-size: 19px;
      line-height: 25px;
      color: #939393;
      padding-left: 42px;
    }

    #mktoForm_140992 .mktoFieldDescriptor.mktoFormCol .mktoOffset {
      display: none;
    }

    #mktoForm_140992 .mktoRadioList.mktoHasWidth.mktoRequired {
      width: 600px !important;
      padding-left: 58px;
      margin-top: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    #mktoForm_140992 .mktoRadioList.mktoHasWidth.mktoRequired input[type="radio"] {
      height: 24px;
      width: 24px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border: none;
      border-radius: 50%;
      outline: none;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      background-color: #b2b8c0;
      cursor: pointer;
      position: relative;
    }

    #mktoForm_140992 .mktoRadioList.mktoHasWidth.mktoRequired input[type="radio"]:checked::after {
      content: "";
      display: block;
      height: 9px;
      width: 9px;
      background-color: #ffffff;
      border-radius: 10px;
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

    #mktoForm_140992 .mktoRadioList.mktoHasWidth.mktoRequired label {
      margin: 0;
      margin-left: 0.5em;
      margin-right: 1.5em;
      font-size:19px;
      font-style: normal !important;
    }




    #mktoForm_140992 .RequiredField {
      text-align: center !important;
      font-style: italic;
      color: #939393;
      font-size: 13px;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
      margin-bottom:0px;
    }

    #mktoForm_140992 .GDPR {
      color: #939393;
      font-size: 12px;
      line-height: 18px;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
      padding: 0 20px;
      position: relative;
      top: -16px;
    }

    #mktoForm_140992 .agree {
      color: #939393;
      font-size: 12px;
      line-height: 18px;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
    }

    #mktoForm_140992 .GDPR a {
      color: #939393 !important;
    }

    #mktoForm_140992 .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoOffset + .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;
      margin-bottom:5px !important;
    }

    #mktoForm_140992 .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoOffset + .mktoFieldWrap label {
      width: unset !important;
      color: #939393;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
    }

    #mktoForm_140992 .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoOffset + .mktoFieldWrap .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
      width: unset !important;
    }

    #mktoForm_140992 .mktoButtonRow {
      text-align: center !important;
      width: 100%;
      position: relative;
      top: 0px;
      margin-top:10px !important;
    }

    #mktoForm_140992 .mktoButtonRow .mktoButtonWrap.mktoSimple {
      margin-left: unset !important;
    }

    #mktoForm_140992 .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
      color: #ffffff !important;
      border: none !important;
      padding: 0.875em 2.875em !important;
      font-size: 1em !important;
      background-color: #6400A0 !important;
      border-radius: 0.5em !important;
      font-weight: bold !important;
      background-image: unset !important;
    }






















/* Footer  */

footer {
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  font-size:14px;
  color: #6022A6;

}





/* TABLET  */

@media (max-width: 1215px) {

    /* header Tablet  */


  
    header h1 {
      font-size: 42px;
      line-height: 46px;
      color: #fff;
      font-weight: 600;
      margin: 0px 22% 20px 10%;
    }
  
    header h2 {
      font-size: 26px;
      line-height: 30px;
      color: #fff;
      font-weight: 600;
      margin: 0px 10% 2px 10%;
    }
  
    header h3 {
      font-size: 17px;
      line-height: 21px;
      color: #fff;
      font-weight: 400;
      margin: 0px 10% 20px 10%;
    }
  
  #heroImage2 {
      height: 306px;
      background:url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/headerbackground_BreastAcademy2025_210525.jpg);
      background-size: cover;
      background-position:center;
      background-repeat:no-repeat;
      animation:none;
    }

    /* Intro Tablet */
    #Intro{
    background:#ffffff;
    padding:90px 0px 45px 0px;
  }

  #IntroThank{
    background:#ffffff;
    padding:92px 0px 45px 0px;
    position:relative;
  }

    .IntroBlock{
    margin-left:50%;
    margin-right:10%;
    width:40%;
  }

    .SympoJoin{
      font-size: 22px;
      line-height: 30px;
      font-weight:400;
      color: #000000;
      text-align: center;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left:0px;
      padding-right:0px;
      margin-bottom:0px;
    }





}



@media screen and (max-width: 1056px) {


  .NoBreak{
    display: none !important;
  }


}


@media (max-width: 1015px) {


      .BreakMobOff{
        display:none;
    }


      .TopicTitleNoBR{
        display:none;
      }

}




@media (max-width: 905px) {


    /* intro */
    .IntroBlock{
      margin-left:55%;
      margin-right:5%;
      width:40%;
    }
    

    #heroImage2 {
        height: 306px;
        background:url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/headerbackground_BreastAcademy2025_210525.jpg);
        background-size: cover;
        background-position:center;
        background-repeat:no-repeat;
        animation:none;
      }

    /* Clinical Workshops */  
    .TutorialIconchrono{
      width:17px;
      height:auto;
      display:none;
      margin-right:3px;
      vertical-align: middle;
    }


}




@media (max-width: 810px)  {
  #heroImage2 {
    height: 206px;
    background:url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/headerbackground_BreastAcademy2025_210525.jpg);
    background-size: cover;
    background-position:center;
    background-repeat:no-repeat;
  }


  .headerCartouche{
    position:absolute;
    z-index: 2;
    left:8%;
    top:42px;
    width:214px;
    background:#ffffff;
    border-radius: 12px;
    box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.35);
  }

  .headerCartoucheTop{
    border-radius: 12px 12px 0px 0px;
    padding:22px 28px;
    background:#6022A6;
  }

  .headerCartoucheBottom{
    border-radius: 0px 0px 12px 12px;
    padding:16px 28px;
    background:rgba(255, 255, 255, 0);
  }

   .logo{
    width: 100%;
    max-width:140px;
    height:auto;
    margin: 0px 0px 22px 0px; 
  }

    .headerCartoucheBreast{
    font-size: 38px;
    line-height: 36px;
    font-weight:400;
    color: #ffffff;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-bottom:10px;
  }

  .headerCartoucheEdition{
    font-size: 17px;
    line-height: 19px;
    font-weight:300;
    color: #ffffff;
    text-align: left;
    margin-top:10px;
  }

  .headerCartoucheWelcome{
    font-size: 25px;
    line-height: 27px;
    font-weight:600;
    color: #6022A6;
    text-align: left;
    margin-bottom:6px;
    letter-spacing: -0.5px;
  }

    .headerCartoucheDate{
    display: inline-block;  
    padding-top:6px;
    font-size: 16px;
    line-height: 19px;
    font-weight:400;
    color: #6022A6;
    text-align: left;
    border-top: 0.5px solid #6022A6;
  }

  .headerCartoucheLocation{
    padding-top:0px;
    font-size: 16px;
    line-height: 19px;
    font-weight:300;
    color: #6022A6;
    text-align: left;
  }

   
    #Intro{
    background:#ffffff;
    padding:45px 0px 45px 0px;
  }

    #IntroThank{
    background:#ffffff;
    padding:95px 0px 45px 0px;
    position:relative;
  }

    .IntroCTA{
    position:absolute;
    top:220px;
    left:8%;
  }

    /* intro */
  .IntroBlock{
    margin-left:45%;
    margin-right:5%;
    width:45%;
  }


}



    /* MOBILE   */
    @media (max-width: 769px)  {


      /* header Mobile  */

      .MobileBreak{
        display:inline;
      }

    #heroImage2 {
      height: 206px;
      background:url(https://landing1.gehealthcare.com/rs/005-SHS-767/images/headerbackground_BreastAcademy2025_210525.jpg);
      background-size: cover;
      background-position:center;
      background-repeat:no-repeat;
    }


    .headerCartouche{
      position:absolute;
      z-index: 2;
      left:8%;
      top:42px;
      width:214px;
      background:#ffffff;
      border-radius: 12px;
      box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.35);
    }

    .headerCartoucheTop{
      border-radius: 12px 12px 0px 0px;
      padding:22px 28px;
      background:#6022A6;
    }

    .headerCartoucheBottom{
      border-radius: 0px 0px 12px 12px;
      padding:16px 28px;
      background:rgba(255, 255, 255, 0);
    }

   .logo{
    width: 100%;
    max-width:140px;
    height:auto;
    margin: 0px 0px 22px 0px; 
  }

    .headerCartoucheBreast{
    font-size: 38px;
    line-height: 36px;
    font-weight:400;
    color: #ffffff;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-bottom:10px;
  }

  .headerCartoucheEdition{
    font-size: 17px;
    line-height: 19px;
    font-weight:300;
    color: #ffffff;
    text-align: left;
    margin-top:10px;
  }

  .headerCartoucheWelcome{
    font-size: 25px;
    line-height: 27px;
    font-weight:600;
    color: #6022A6;
    text-align: left;
    margin-bottom:6px;
    letter-spacing: -0.5px;
  }

  .headerCartoucheDate{
    display: inline-block;  
    padding-top:6px;
    font-size: 16px;
    line-height: 19px;
    font-weight:400;
    color: #6022A6;
    text-align: left;
    border-top: 0.5px solid #6022A6;
  }

  .headerCartoucheLocation{
    padding-top:0px;
    font-size: 16px;
    line-height: 19px;
    font-weight:300;
    color: #6022A6;
    text-align: left;
  }



  /* INTRO */
  #Intro{
    background:#ffffff;
    padding:45px 0px 45px 0px;
  }

  #IntroThank{
    background:#ffffff;
    padding:175px 0px 45px 0px;
    position:relative;
  }


  .IntroBlock{
    margin-left:48.5%;
    margin-right:6.5%;
    width:45%;
  }


    /* Clinical Workshops  */

    #ClinicalWorkshops, #ScientificSessions{
    background:#ffffff;
    padding:20px 5% 20px 5%;
    position:relative;
  }

  .BlockgiantPurple{
    background:#6022A6;
    border-radius: 26px;
    padding:60px 5% 60px 5%;
  }

  .BlockgiantTitle{
    font-size: 39px;
    line-height: 45px;
    font-weight:300;
    color: #ffffff;
    text-align: center;
    margin-bottom:4px;
  }

  .BlockgiantDate{
    font-size: 39px;
    line-height: 45px;
    font-weight:600;
    color: #ffffff;
    text-align: center;
    margin-bottom:40px;
  }

  .BlockgiantTable{
    display:block;
  }

  .BlockgiantTableLine{
   display:table;
    margin-bottom:20px;
  }

.BlockgiantTableLeft{
  display:table-cell;
  vertical-align: top;
  background:#ffffff;
  border-radius: 16px;
  padding:12px 10px 11px 10px;
  width:28.25%;
}

.BlockgiantTableCenter{
  display:table-cell;
  width:2%
}  


.BlockgiantTableRight{
  display:table-cell;
  vertical-align: middle;
  background:#ffffff;
  border-radius: 16px;
  padding:10px 10px 11px 15px;
  width:auto;
}

.BlockgiantTableTime{
  vertical-align: middle;
  font-size: 17px;
  line-height: 20px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}

.BlockgiantTableIcon{
  display:inline-block;
  height:35px;
  width:auto;
  text-align: left;
}

.BlockgiantTableInfo{
  vertical-align: middle;
  display: inline-block;
  margin-left:1%;
  font-size: 17px;
  line-height: 20px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}

.BlockgiantTableInfobig{
  vertical-align: middle;
  display: inline-block;
  margin-left:1%;
  font-size: 17px;
  line-height: 20px;
  font-weight:400;
  color: #6022A6;
  text-align: left;
}

  .TimerContainer{
      display: inline-block;
      background:#6022A6;
      border-radius:15px;
      padding:2px 10px 4px 10px;
      margin-top:7px;
      margin-bottom:7px;
    }


    .TutorialIconchrono{
      width:17px;
      height:auto;
      display:inline-block;
      margin-right:3px;
      vertical-align: middle;
    }

    .TutorialTimer{
      font-weight:400;
      color:#ffffff;
      font-size:12px;
      line-height:12px;
      text-align:left;
      vertical-align: middle;
      text-decoration: none;
    }


    .BlockgiantTableRightGroup{
      display:table-cell;
      vertical-align: middle;
      background:#6022A6;
      border-radius:0px;
      padding:0px;
      width:auto;
    }

        .BlockgiantTableRightGroupCellText{
      font-size: 17px;
      line-height: 19px;
      font-weight:600;
      color: #000000;
      text-align: left;
      margin-top:0px;
      margin-bottom:3px;
    }

     .BlockgiantTableRightGroupCellModality{
      font-size: 17px;
      line-height: 19px;
      font-weight:400;
      color: #000000;
      text-align: left;
      margin-bottom:0px;
    }

      /* Scientific Sessions  */

    .BlockgiantTableRightScientific{
      display: table-cell;
      vertical-align: middle;
      background: #ffffff;
      border-radius: 16px;
      padding: 10px 10px 11px 15px;
      width: auto;
      text-align: left;
      }

    .MainTopic{
      display: block;
      font-size: 23px;
      line-height: 26px;
      font-weight:600;
      color: #6022A6;
      text-align: left;
      margin-top:6px;
      margin-bottom:16px;
    }

    .TopicArea{
      display:table;
      width: 100%;
    }

    .TopicAreaDuration{
      display:inline-block;
      width: auto;
      background:#ffffff;
      border-radius:8px;
      vertical-align: middle;
      padding-top:0px;
      padding-bottom:0px;
    }

    .TopicAreaDetails{
      display:table-row;
      text-align: left;
      width: 100%;
      padding-left:0%;
      border-radius:8px;
      vertical-align: top;
      padding-top:0px;
      padding-bottom:0px;
    }

    .TopicAreaDetailsTopic{
      font-size: 20px;
      line-height: 26px;
      font-weight:400;
      color: #6022A6;
      text-align: left;
      margin-bottom:6px;
    }

    .SpeakerArea{
      display: block;
      vertical-align: middle;;
    }

    .SpeakerPhoto{
      vertical-align: middle;
      display: inline-block;
      width:42px;
      margin-right:12px;
      height:auto;
    }

    .SpeakerName{
      vertical-align: middle;
      width:70%;
      display: inline-block;
      font-size: 13px;
      line-height: 15px;
      font-weight:400;
      color: #000000;
      font-style: italic;
      text-align: left;
      margin-top:0px;
    }



    }










  


@media (max-width: 680px) {

  /* INTRO */
    #Intro{
      background:#ffffff;
      padding:195px 0px 45px 0px;
    }

    .IntroCTA{
    position:absolute;
    top:36px;
    right:8%;
    left:auto;
  }

    .IntroBlock{
    margin-left:8%;
    margin-right:8%;
    width:82%;
  }


  /* CTA Mobile  */
  .cta {
      color: #ffffff;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-decoration: none!important;
      border-radius: 8px;
      font-size:16px;
      line-height: 16px;
      padding: 12px 30px;
      display: inline-flex!important;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      text-decoration: none;
  }

    .cta, .btn-primary{
      font-weight:600;
    color:#fff;
    margin: 10px 0;
    background-color:#6022A6;
  }

    .cta:hover, .btn-primary:hover{
      background-color:#491a7f;
      cursor: pointer;
      color:#fff;
      text-decoration: none;
    }

    .noBr{
      display: none !important;
    }

    #mktoForm_140992 {
    width: 100% !important;
  }

    #mktoForm_140992 .mktoFormRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField {
      width: 100% !important;
    }

    .formulaireWrapper .contact {
      font-size: 25px;
      font-weight:600;
      color: #000000;
      line-height: 28px;
      text-align: center;
      padding-top: 0px;
      padding-bottom: 20px;
      padding-left:10%;
      padding-right:10%;
    }


    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField .mktoGutter.mktoHasWidth {
      display: none;
    }
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #FirstName,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #formCompanyName,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #LastName,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #Email,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #Company,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #Phone,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #Title,
      #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #City,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #web_capture_country,
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap.mktoRequiredField #contact_question {
      width: 100% !important;
      margin: 0 10px !important;
      border:solid 1px #63666a !important;
    }
    #mktoForm_140992 .mktoFormRow .mktoHtmlText.mktoHasWidth,
    #mktoForm_140992 .mktoFormRow #contact_question {
      width: calc(100% - 20px) !important;
      margin:auto !important;
    }
    #mktoForm_140992 .mktoFormRow .mktoFieldWrap {
      float: none !important;
    }

    #mktoForm_140992 #contact_question {
      border: solid 1px #63666a !important;
    }

    .formulaireWrapper {
      background-color: #ffffff;
      margin-top:40px;
      padding-bottom: 20px !important;
    }

    #mktoForm_140992 .RequiredField {
      text-align: center !important;
      font-style: italic;
      color: #939393;
      font-size: 13px;
      font-style: italic;
      font-family: 'Source Sans Pro', sans-serif !important;
      margin-bottom:30px;
    }




}

@media (max-width: 530px) {

    #Intro{
    background:#ffffff;
    padding:340px 0px 45px 0px;
  }

    .IntroCTA{
    position:absolute;
    top:180px;
    left:8%;
  }

    /* intro */
    .IntroBlock{
      margin-left:8%;
      margin-right:8%;
      width:82%;
    }

     /* Clinical Workshops */
    .TutorialIconchrono{
      width:17px;
      height:auto;
      display:none;
      margin-right:3px;
      vertical-align: middle;
    }



  }

/* === Flexbox Desktop : Hauteurs égales + alignement vertical === */
@media (min-width: 770px) {
  .BlockgiantTableLine {
    display: flex;
    align-items: stretch;
  }

  .BlockgiantTableLeft,
  .BlockgiantTableCenter,
  .BlockgiantTableRightGroup,
  .BlockgiantTableRight {
    display: table-cell;
    flex-direction: column;
    justify-content: center;
  }

  .BlockgiantTableRightGroup {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.25%;
  }

  .BlockgiantTableRightGroupcell {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .BlockgiantTableRightGroupcellCenter {
    display: none;
  }

  .BlockgiantTableRight {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

/* === Mobile : Groupes 1-2 et 3-4 sur 2 lignes avec occupation complète === */
@media (max-width: 769px) {
  .BlockgiantTableRightGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    justify-content: space-between;
  }

  .BlockgiantTableRightGroupcell {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .BlockgiantTableRightGroupcellCenter {
    display: none;
  }
}

/* === Version mobile : chaque groupe sur une ligne distincte === */
@media (max-width: 769px) {
  .BlockgiantTableRightGroup {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .BlockgiantTableRightGroupcell {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .BlockgiantTableRightGroupcellCenter {
    display: none;
  }
}
