@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');

.ss-content .ss-list .ss-option.ss-disabled {
  background-color: #ececec !important;
}

:root{
  --color-sanofi-blue: #23004c;
  --color-sanofi-black: #212529;
  --color-sanofi-grey: #646464;
  --color-sanofi-danger: #EB5757;
  --color-sanofi-purple: #7A00E6;
}

/* Fix for chrome-like browsers: handle icons on date/time inputs when direction is RTL; see: #220 */
/*rtl:raw:

input[type="date"],
input[type="time"] {
  flex-direction: row-reverse;
}

*/

/* Fix for chrome-like browsers: handle icons on date/time inputs when direction is RTL; see: #220 */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  margin-inline-start: 0;
  margin-left: .75rem;
}

h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: var(--color-sanofi-blue);
  padding: 0;
  margin-bottom: 2rem;
}

h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: var(--color-sanofi-blue);
  padding: 0;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: normal;
  font-size: 1.625rem;
  line-height: 1;
  color: var(--color-sanofi-blue);
  padding: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  text-transform: none;
  color: var(--color-sanofi-blue);
}

.a-hta, .h-hta{
  color: #7A00E6 !important;
}

/* Fix for input labels being cut vertically in arabic */
.input-label {
    line-height: normal !important;
}

/* Utility Classes */

.text-grey {
  color: var(--color-sanofi-grey) !important;
}
/* Form Controls */

.btn {
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  text-transform: none;
  border-radius: 4px;
  margin: 0;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background-color:var(--color-sanofi-purple);
  border-color:var(--color-sanofi-purple);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--color-sanofi-purple);
  border-color: var(--color-sanofi-purple);
}
.btn-outline-primary {
  color:var(--color-sanofi-purple);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-sanofi-purple);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--color-sanofi-purple);
  border-color: var(--color-sanofi-purple);
}
.btn-outline-primary:focus{
  box-shadow: 0 0 0 0.2rem #525ca373;
}
.btn-outline-danger {
  color:var(--color-sanofi-danger);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-sanofi-danger);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--color-sanofi-danger);
  border-color: var(--color-sanofi-danger);
}

.btn:disabled {
  background: rgba(82, 92, 163,0.38) !important;
  border-color: transparent;
  cursor: not-allowed;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--color-sanofi-purple);
  border-color: transparent;
}

.btn.delete > img {
  pointer-events: none;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

/* Form Controls End */

.modal {
  overflow-y:auto;
}

.bg-login{
  position: fixed;
  z-index:-5;
  top: 0;
  left:0;
  width: 100%;
  height:100%;
  background: red;

  background: url('../img/main.jpg') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-section {
  background: #FFFFFF;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 2rem;
}

.card.connect {
    max-width: 450px !important;
}

.expansion-panel>.title,
.expansion-panel.open>.content{
  text-align: left;
}

.row{
  margin-left: -15px;
  margin-right: -15px;
}

.expansion-panel>.title:after{
  right: 10px/*rtl:inherit*/;
  left: auto/*rtl:10px*/;
}

.loginPage .title{
  text-align:center;
  width: 100%;
  margin-top: 30px;
  text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
  color:white;
  font-size: 50px;
}

.logo-bottom{
  margin: 0;
  position: absolute;
  width:20vh;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.logBox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--color-sanofi-purple) inset;
  -webkit-text-fill-color: white !important;
}

.logBox{
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: var(--color-sanofi-purple);
  z-index: 1;

  max-width: 600px;
  color:white;
  padding:20px;
  padding-bottom: 0px;
}

.logBox .infos-label{
  font-size:15px;
}

.size22px {
  font-size: 22px;
}

.logBox h4{
  text-align: center;
  color:white!important;
  padding: 0px;
}

.logBox .input-label{
  color:#aaa !important;
  font-size: 15px;
}

.logBox input{
  color:white;
}

.logBox .input{
  margin:5px;
}

.logBox .input input::placeholder {
  color:#bbc0c4;
}

.logBox .link-cgu{
  color:#fff;
}

.logBox .link-cgu:hover{
  color:#bbc0c4;
}

.logBox .link{
  display: block;
  color:#fff;
  font-size: 13px;
}

.logBox .small{
  display: block;
  color:#fff;
  font-size: 17px;
  font-weight:bolder;
}

.logBox .link:hover{
  color:#bbc0c4;
}

.logBox .button{
  background: none;
  border:none;
  display: block;
  margin:0 auto ;
  color:white;
  padding:10px;
  cursor: pointer;

  font-size: 17px;
  font-weight: bolder;
  font-family: Arial;
}

.logBox .loginControls .cell:first-child{
  border-right: 1px solid white;
}

.logBox .button:hover{
  color:#bbc0c4;
}

.registBox .input{
  margin: 3px 0px !important;
}

.registBox input::-webkit-input-placeholder {
  color:#bbc0c4;
}

.registForm .form-inline .input{
  width:49%;
}

.registForm .input input{
  padding: 10px 5px;
}

.profile-content{
  width: 900px;
  max-width: 900px;
}
.profile-img{
  background: white;
  width:150px;
  height: 150px;
}
.profile-content a{
  color:white;
}
.profile-block{
  padding-bottom: 5px;
  border : 2px solid #3B5BA3;
  cursor:pointer;
  transition: all ease 0.5s;

}

.profile-block:hover{
  border: 2px solid #253A66;
  background:#253A66;
}

.profile-block .profile-img{
  width:100%;
}

.profile-block .profile-log{
  text-align: center;
  font-size:16px;
}

.input > .js-reveal-password {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.input > .js-reveal-password + .input-body {
  padding-right: 30px;
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  text-align: center;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  color: inherit;
}
.modal .modal-content .close {
  background-image: url('../img/close.svg');
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.register-button,
#formInscriptionPds .forgot-mdp a,
#formInscriptionPatient .forgot-mdp a {
    font-weight:bold;
    border:none;
    font-size: 16px;
    color: var(--color-sanofi-black);
    background: none;
    transition: color .25s ease;
}

label{
  text-align: left/*rtl:right*/!important;
}

input{
  text-align: left/*rtl:right*/!important;
}

.input .input-label{
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
}

.input input:not([type=checkbox]).input-body {
  z-index: 799;
  position: relative;
  padding: 0px;
  font-size: 16px;
  margin-top: 5px;
}

/* Spécifique liste patient, champs de recherche */
#searchInputLabel {
  display: flex;
  align-items: center;
}

/* Spécifique login admin */
.logBox .input .input-body {
  padding: 24px 0 4px!important;
}

.input input[type=radio].input-body+.input-label:after {
  left: 5px/*rtl:inherit*/;
  right: inherit/*rtl:5px*/;
}

.form-inline{
  display: inline/*rtl:flex*/;
}

.change-mode{
  left: inherit/*rtl:5%*/!important;
  right: 5%/*rtl:inherit*/!important;
}

h1, h2, h3, h4, h5, p{
  text-align: left/*rtl:right*/;
}

#list_patient th{
  text-align: left/*rtl:right*/;
}

table.table th, table.table td{
  text-align: left/*rtl:right*/;
}

.text-with-value{
  text-align: left/*rtl:right*/;
}

.input{
  text-align: left/*rtl:right*/;
}

.text-with-value span{
  display: block;
  text-align: right/*rtl:right*/;
}

.file-upload__name{
  margin-right: 0/*rtl:20px*/;
}

.autoLoadAndSave .appointment{
  right: 65px/*rtl:inherit*/;
  left: inherit/*rtl:65px*/;
}

.blochcphome{
  position: relative;
}

.blochcphome .export2pdf{
  right: 50px/*rtl:inherit*/;
  left: inherit/*rtl:50px*/;
}

.export2pdf {
  position: absolute;
  top: 25px;
  right:50px;
  width:200px;
  display:flex;
  cursor:pointer;
  justify-content: center;
  align-items: center;
}

.export2pdf p {
  margin-bottom: 0;
  line-height: 20px;
}

.export2pdf-icone {
  font-size:36px;
  margin: 0px 10px;
}

i.mr-2{
  margin-right: .5em!important/*rtl:0!important*/;
  margin-left: 0/*rtl:.5em*/;
}

div{
  text-align: left;
}

dt,
dd{
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.register-button:hover,
#formInscriptionPds .forgot-mdp a:hover,
#formInscriptionPatient .forgot-mdp a:hover{
  color: var(--color-sanofi-purple);
}

.register-button:focus,
#formInscriptionPds .forgot-mdp a:focus,
#formInscriptionPatient .forgot-mdp a:focus{
  outline: none;
}

.toggle-password{
  position: absolute;
  right: 15px;
  bottom: 9px;
}

.page > .bg-img,
.page > .bg-img2,
.page > .bg-img3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-patient.jpeg) center center no-repeat;
  background-size: cover;
  opacity: .2;
}

.page > .norm-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-patient.jpeg) center center no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.page > .norm-bg-2::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7a00e673;
}

.page > .norm-bg-2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-patient.jpeg) center center no-repeat;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}

.page > .norm-bg::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23004c5e;
}

.page > .bg-img2{
  background-image: url(../img/index-background-hcp.jpg);
}

.page > .bg-img3{
  background-image: url(../img/index-background-cro.jpg);
}

.page > .bg-img + .content,
.page > .bg-img2 + .content,
.page > .bg-img3 + .content{
  background: transparent;
  display: block;
}

.page > .purple-bg{
  background: transparent !important;
  display: block;
}

.purple-bg{
  background: #23004c40 !important;
  display: block;
}

.arrow{
  padding: 3% 5% 0 10%;
}

.dashboard .change-mode {
  right: 45px/*rtl:inherit*/;
  left: inherit/*rtl:45px*/;
}

.dashboard * {
  text-align: left;
}

.input input[type=radio].input-body+.input-label, .input input[type=checkbox].input-body+.input-label{
  padding-left: 30px/*rtl:0*/;
  padding-right: 0/*rtl:30px*/;
}

.input input[type=radio].input-body+.input-label:before{
  right: inherit/*rtl:0*/;
}

.dashboard .d-flex{
  flex-direction: row/*rtl:row-reverse*/;
  justify-content: flex-start/*rtl:flex-end*/;
}

.card_wrapper{
  text-align: center;
  font-size: 0;
  max-width: 1300px;
  margin: 0 auto;
}

.card_wrapper a{
  text-decoration: none;
  border-bottom: none !important;
}

.card_wrapper a:hover{
  color: var(--color-sanofi-purple);
}

.card_wrapper .card{
  display: inline-block;
  width: 100%;
  margin: 40px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.card_wrapper .card-blue{
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}

.card_wrapper.video .card-blue::after{
  content:'';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon/menu/play.png) center center no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: opacity .25s ease;
}

.card_wrapper.video a:hover .card-blue::after{
  opacity: 1;
}

.card_wrapper .card img:not(.full){
  width: 40%;
  margin: 0 auto;
  display: block;
  transition: all .25s ease;
  padding: 40px 0;
}


.card_wrapper.category .card img,
.card_wrapper.video .card img{
  padding: 0;
  width: 100%;
}

.card_wrapper a:hover .card img:not(.full){
  width: 50%;
  padding: 26px 0;
}

.card_wrapper.category a:hover .card img {
    padding: 0;
    width: auto;
    transform: scale(1.1);
}

.card_wrapper .card p{
  text-align: center;
  /*font-size: 26px;*/
  padding: 0 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
  /* min-height: 120px; */
}

.card_wrapper.article .card img {
  width: 100%;
  display: block;
  padding: 0;
}

.card_wrapper.article .card p{
  text-align: left;
}

.card_wrapper.article .card p.see-more{
  font-weight: normal;
  color: var(--color-sanofi-purple);
  margin-bottom: 15px;
}

.card_wrapper .button{
  width: 80%;
  height: 50px;
  border-radius: 6px;
  background: var(--color-sanofi-purple);
  color: white;
  display: inline-block;
  margin: 0 10%;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}

.card_wrapper .button i{
  font-size: 34px;
  margin-right: 20px;
  vertical-align: middle;
}

.card_wrapper .button .text{
  vertical-align: middle;
}

header .navbar-brand {
  margin-right: 0;
}

header #menu > ul > li.reduced {
  display: none !important;
}

header #menu > ul > li {
  display: flex;
  align-items: center;
}

header #menu > ul > li::after{
  content: '';
  width: 100%;
  height: 0;
  background: var(--color-sanofi-purple);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .25s ease;
}

header #menu > ul > li:hover,
header #menu > ul > li.active,
header #menu > ul > li.page_active{
  background: transparent !important;
  color: var(--color-sanofi-purple) !important;
}

header #menu > ul > li.page_active{
  font-weight: bold;
}

header #menu > ul > li.page_active::after{
  height: 4px;
}

header #menu > ul > li:hover::after{
  height: 6px;
}

.v-popper__inner {
  font-size: 12px;
}

@media all and (max-width: 1200px) {
  header #menu > ul > li.reduced {
    display: block !important;
  }

  header #menu > ul > li {
    display: block !important;
    text-align: left !important;
    padding-left: 20px !important;
    height: auto!important;
  }

  header #menu > ul > li:first-child::after {
    display: none;
  }

  header #menu > ul > li::after {
    width: 0;
    height: 100%;
  }

  header #menu > ul > li.page_active::after{
    width: 4px;
    height: 100%;
  }

  header #menu > ul > li:hover::after{
    width: 6px;
    height: 100%;
  }
}

header #menu > ul > li > .menu-text{
  text-decoration: none;
  height: auto !important;
}
header #menu > ul > li > .menu-text.has-submenu .submenu-icon {
  position: relative;
}

header #menu > ul > li > .menu-text.has-submenu .submenu-icon::after {
    background-image: url(../img/icon/menu/submenu-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    right: -30px;
}

.menu-icon{
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.menu-icon.video{ background-image: url(../img/icon/menu/play.png); }
.menu-icon.faq{ background-image: url(../img/icon/menu/faq.png); }
.menu-icon.rapport{ background-image: url(../img/icon/menu/rapport.png); }
.menu-icon.profil{ background-image: url(../img/icon/menu/profil.png); }
.menu-icon.addpatient{ background-image: url(../img/icon/menu/friends.png); }
.menu-icon.list{ background-image: url(../img/icon/menu/list.png); }
.menu-icon.stats{ background-image: url(../img/icon/menu/dashboard.svg); }
.menu-icon.etp{ background-image: url(../img/icon/menu/etp.svg); }
.menu-icon.agenda{ background-image: url(../img/icon/menu/calendar.svg); }
.menu-icon.calendar{ background-image: url(../img/icon/menu/calendar.png); }
.menu-icon.tools{
  background-image: url(../img/icon/menu/tools.svg);
  width: 25px;
  margin-top: 5px;
}
.menu-icon.docs{ background-image: url(../img/icon/menu/docs.svg); }
.menu-icon.visits{ background-image: url(../img/icon/menu/visits.svg); }


.menu-icon+div{
    display: inline-block;
    vertical-align: middle;
    padding-top: 0 !important;
    margin-right: 10px;
}

.rubriques-menu{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.expansion-panel {
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0, 0.3);
}

.rubriques-menu{
  padding: 0;
}

.rubriques-menu .title-menu{
  padding-left: 12px;
  text-align: left;
}

.liste-rubriques{
  padding-left: 0;
  list-style: none;
}

li.rubriques {
    padding: 0;
    line-height: 30px;
    border-bottom: 1px solid rgba(255,255,255, .2);
    border-left: 0 solid #fff;
    transition: all .25s ease;
}

li.rubriques:last-child{
  border-bottom: none;
}

li.rubriques a{
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 0 5px 20px;
  text-align: left;
}

li.rubriques.active,
li.rubriques.active:hover{
  border-left: 5px solid #fff;
  font-weight: bold;
}

li.rubriques:hover{
  border-left: 3px solid #fff;
}

#search-div .remove{
  display: none;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 10px;
  height: 30px;
  width: 30px;
  background: #fff;
  text-align: center;
}

#formFichePatient,
#mes_informations,
#formPreferences,
#formMedical,
.dashboard-header,
.blochcphome,
#formPatientInscrit,
#formPatientStep02,
#formPatientStep03,
#formPatientStep04,
#formPatientStep05,
#formPatientStep06,
#formPatientStep07,
#formPatientStep08{
  max-width: 1200px !important;
  width: 100%;
  background: white;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.12);
}

.blochcphome--fullwidth {
  max-width: 100% !important;
}

#formPatientInscrit,
#mes_informations,
.blochcphome,
#formPatientStep02,
#formPatientStep03,
#formPatientStep04,
#formPatientStep05,
#formPatientStep06,
#formPatientStep07,
#formPatientStep08{
  padding: 40px;
}

.nbPatiensHome p{
  width: 50%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-align: center;
  font-size: 26px;
}

.dashboard-header{
  padding-bottom: 40px;
  margin-top: 20px !important;
}

#list_patient th{
  transition: all .25s ease;
  padding: 20px 0;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 30px;
}

#list_patient th[data-tri=disabled] {
  cursor: auto;
}

#list_patient th .fas{
  display: none;
}

#list_patient th.active{
  border-bottom: 4px solid var(--color-sanofi-purple);
  padding: 20px 0 16px;
  margin-right: 20px;
}

#list_patient th.active .fas{
  display: inline-block;
}

#list_patient + .pagination, .message_history + .pagination {
  margin: 0 auto;
  display: block;
  text-align: center;
}

#list_patient + .pagination .changepage, .message_history + .pagination .changepage, .message_history + .pagination .changepage{
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid grey;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px;
  transition: all .25s ease;
}



#list_patient + .pagination .changepage.active, .message_history + .pagination .changepage.active{
  background: var(--color-sanofi-purple);
  color: white;
  display: inline-block !important;
}

h1.text-capitalize{
  font-weight: bold !important;
  font-size: 2em;
  margin-top: 6px;
}

h1.text-capitalize span:last-child{
  color: #B9B850;
}

table.table th, table.table td {
  padding: 1em .2rem;
}

@media screen and (max-width: 950px){
  body header.reduce + .page {
    height: auto;
  }

  body .page {
    height: auto !important;
  }
}

/* Language selector */
.language-dropdown,
.language-dropdown--not-connected {
  display: block;
  position: relative;
  border-left: 1px solid #525CA3;
}
.language-dropdown .lang-fr .flag:after,
.language-dropdown--not-connected .lang-fr .flag:after {
  content: 'FR';
}
.language-dropdown .lang-ar .flag:after,
.language-dropdown--not-connected .lang-ar .flag:after {
  content: 'AR';
}
.language-dropdown label,
.language-dropdown--not-connected label,
.language-dropdown ul li,
.language-dropdown--not-connected ul li {
  display: block;
  padding: 0px 6px;
  cursor: pointer;
  margin-bottom: 0;
  height: 50px;
}
.language-dropdown:after,
.language-dropdown--not-connected:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url('../img/icon/menu/submenu-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.language-dropdown ul.lang-list,
.language-dropdown--not-connected ul.lang-list {
  position: absolute;
  visibility: hidden;
  padding-left: 0;
  margin-bottom: 0;
  opacity: 0;
  z-index: 1;
}
.language-dropdown ul.lang-list li.selected,
.language-dropdown--not-connected ul.lang-list li.selected {
  display: none;
}
.language-dropdown label,
.language-dropdown--not-connected label {
  position: relative;
  z-index: 2;
}

.language-dropdown .lang-flag .flag,
.language-dropdown--not-connected .lang-flag .flag,
.language-dropdown .lang-list .lang .flag,
.language-dropdown--not-connected .lang-list .lang .flag {
  float: left;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #7a00e6;
  font-size: 1rem;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.language-dropdown .lang-list .lang,
.language-dropdown--not-connected .lang-list .lang {
  background: #f5f6fd;
}
.language-dropdown.open ul.lang-list,
.language-dropdown--not-connected.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}
.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .language-dropdown {
    border-left: none;
  }
  .language-dropdown label, .language-dropdown ul li,
  .language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag  {
    padding: 0;
  }
  .language-dropdown .lang-list .lang.selected .flag {
    color: #fff;
  }
  .language-dropdown:after {
    content: none;
  }
  .language-dropdown .lang-list .lang {
    background: transparent;
  }
  .language-dropdown ul.lang-list {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .language-dropdown ul.lang-list li.selected {
    display: block;
    position: relative;
    width: 100%;
  }
  header #menu > ul > li .lang-list .lang.selected:before  {
    content: '';
    position: absolute;
    background: var(--color-sanofi-purple);
    color: #fff;
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    z-index: -1;
    left: -20px;
  }
  .language-dropdown .lang.selected .flag:after {
    color: #fff;
  }
}

@media all and (max-width: 768px) {
  .export2pdf {
    position: relative;
    left: 0 !important;
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}

.field-icon {
  cursor: pointer;
  z-index: 1000;
}
