#publiciteEntete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 804;
}

#barreRaccourcis {
  background: #325fba;
  width: 100%;
  position: fixed;
  z-index: 803;
  /* top: 58px; */
}

@media (min-width: 768px) {
  #barreRaccourcis {
    /* top: 98px; */
  }
}

#barreRaccourcis .contenuBarreRaccourcis {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
}

#barreRaccourcis .serviceBarreRaccourcis {
  display: flex;
  align-items: center;
  gap: 16px;
}

#barreRaccourcis a {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: transform 0.2s ease;
}

#barreRaccourcis a:hover {
  color: #ffffff;
  transform: scale(1.02);
  text-decoration: none;
}

#barreRaccourcis .iconeBarreRaccourcis {
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#barreRaccourcis .sectionDroiteBarreRaccourcis {
  display: flex;
  align-items: center;
  gap: 12px;
}

#barreRaccourcis .sectionDroiteBarreRaccourcis .langue {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, font-weight 0.15s ease-in-out;
  line-height: 21px;
  color: #ffffff;
  gap: 4px;
}

#barreRaccourcis .sectionDroiteBarreRaccourcis .langue span {
  opacity: 0.7;
  cursor: pointer;
}

#barreRaccourcis .sectionDroiteBarreRaccourcis .langue .actif {
  font-weight: 700;
  opacity: 1;
}

#barreRaccourcis .sectionDroiteBarreRaccourcis .reseauxSociaux {
  display: flex;
  align-items: center;
  gap: 4px;
}

#barreRaccourcis .texteContact {
  display: none;
}

@media (min-width: 768px) {
  #barreRaccourcis .texteContact {
    display: inline;
  }
}

#publiciteEntete .grandEcran {
  display: none;
  width: 728px;
  height: 90px;
}

#publiciteEntete .petitEcran {
  display: block;
  width: 320px;
  height: 50px;
}

@media (min-width: 768px) {
  #publiciteEntete .grandEcran {
    display: block;
  }

  #publiciteEntete .petitEcran {
    display: none;
  }
}

#entete {
  margin-top: 0;
  height: 100px;
  top: 98px;
  position: fixed;
}

@media (min-width: 768px) {
  #entete {
    top: 138px;
  }
}

#entete a {
  margin: 0 15px 0 0;
  width: 200px;
  height: 100px;
  background: url(../images/logo.svg);
  background-size: 200px 100px;
  position: fixed;
}

#barreNavigationSite {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  z-index: 802;
  top: 40px;
  height: 96px;
}

@media (min-width: 768px) {
  #barreNavigationSite {
    top: 40px;
  }
}

#barreNavigationSite .contenuBarreNavigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 16px;
  width: 100%;
  max-width: 1248px;
}

#barreNavigationSite .logoSite {
  display: flex;
  align-items: center;
}

#barreNavigationSite .logoSite a {
  width: 192px;
  height: 96px;
  background: url(../images/logo.svg);
  background-size: 192px 96px;
  display: block;
}

#barreNavigationSite .sectionActions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  gap: 16px;
  min-width: 0;
}

#barreNavigationSite .sectionConnexion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
}

#backgroundEntete {
  height: 100px;
  background-color: #ffffff;
  top: 98px;
}

@media (min-width: 768px) {
  #backgroundEntete {
    top: 138px;
  }
}

#backgroundNavigation {
  top: 198px;
}

@media (min-width: 768px) {
  #backgroundNavigation {
    top: 238px;
  }
}

barre-navigation #conteneurBarreMenus {
  margin-top: 0;
  width: auto;
}

#barreNavigationSite barre-navigation {
  display: flex;
  align-items: center;
}

#w barre-navigation .boiteSousMenusEtPages {
  top: 44px;
}

@media (min-width: 768px) {
  #w barre-navigation .boiteSousMenusEtPages {
    top: 96px;
  }
}

infos-utilisateur #blocUtilisateurConnecte {
  margin-top: 168px;
}

@media (min-width: 768px) {
  infos-utilisateur #blocUtilisateurConnecte {
    margin-top: 208px;
  }
}

#w #blocErreurs {
  top: 242px;
}

@media (min-width: 768px) {
  #w #blocErreurs {
    top: 282px;
  }
}

overlay .cadre {
  top: 223px;
}

@media (min-width: 768px) {
  overlay .cadre {
    top: 263px;
  }
}

#page {
  padding-top: 258px;
}

@media (min-width: 768px) {
  #page {
    padding-top: 298px;
  }
}

.afficherAnalyseCategorie table.ajusterPourImpression {
  margin: 0 0 15px;
}

#nomScenario {
  /* margin-top: 10px;
  margin-bottom: 15px; */
  font-size: 18px;
  font-weight: 600;
}

#nomProvince {
  margin-bottom: 15px;
  font-style: italic;
  overflow: auto;
}

#nomProvince.seul {
  margin-top: -10px;
  margin-bottom: 35px;
}

.outilsScenarios nombre.alignerDroite input {
  text-align: right;
}

.outilsScenarios #outils,
.outilsScenarios #partieDroite #boutons {
  width: 248px;
  height: 100px;
  border: 1px solid #dadada;
  padding-top: 15px;
  position: absolute;
  left: 750px !important;
  box-shadow: none;
  /* display: none; TODO - A FAIRE APRÉS  */
}

.outilsScenarios .titreBoutons {
  display: none;
}

/* .outilsScenarios #outils #boutons {
  margin-bottom: 10px;
} */

.outilsScenarios #outils {
  margin-top: -25px;
}

.outilsScenarios.ficheScenario #outils {
  position: static;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.outilsScenarios.ficheScenario #messageErreurScenario {
  display: none;
}

.outilsScenarios.ficheScenario #scroll {
  position: static;
}

.outilsScenarios.ficheScenario .titreBoutons {
  display: none;
}

.outilsScenarios.ficheScenario #boutons {
  margin: 0;
  padding: 0;
}

.scenarios .aligner .enLecture {
  margin-top: 6px;
}

#w .scenarios table {
  margin-right: 0;
}

bouton .icone,
.iconeDivers,
.iconeDynamique {
  background: url(../images/icones.svg) 0 0;
}

.afficherAnalyseCategorie {
  display: block !important;
}

outils-fiche #messageErreur {
  display: block;
}

outils-fiche.outilsScenarios #messageErreur {
  display: none;
}

outils-fiche.outilsScenarios #messageErreurScenario {
  width: 350px;
  position: absolute;
  top: 150px;
  right: 0;
  display: block;
}

.pastilleScenario {
  width: 230px;
  height: 230px;
  border-radius: 230px;
  float: left;
  opacity: 1;
  transition: all ease-in-out 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pastilleScenario .titrePastille {
  text-align: center;
  font-weight: 600;
  padding: 0 10px;
  display: block;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.conteneurPastilles a {
  text-decoration: none;
}

.conteneurPastilles a:hover {
  text-decoration: none;
}

.conteneurPastilles a:hover .pastilleScenario .titrePastille {
  text-decoration: none;
}

.pastilleScenario .titrePastille span:first-of-type {
  font-size: 45px;
}

#outilsEntete {
  position: fixed;
  left: calc(50vw + 120px);
  top: 104px;
  z-index: 2000;
  font-size: 11px;
}

@media (min-width: 768px) {
  #outilsEntete {
    top: 144px;
  }
}

.pastilleScenario.etape1 {
  background-color: #dbe22f;
  color: #333333 !important;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 5px;
}

.pastilleScenario.etape2 {
  background-color: #dbe22f;
  color: #333333 !important;
  margin-right: 25px;
}

.pastilleScenario.etape3 {
  background-color: #dbe22f;
  color: #333333 !important;
}

.pastilleScenario.etape4 {
  background-color: #325fba;
  color: #ffffff;
  margin-right: 25px;
  margin-bottom: 25px;
}

.pastilleScenario.etape5 {
  background-color: #325fba;
  color: #ffffff;
  margin-right: 25px;
}

.pastilleScenario.etape6 {
  background-color: #325fba;
  color: #ffffff;
}

.pastilleScenario.etape7 {
  background-color: #9ea728;
  color: #333333;
  margin-right: 25px;
  opacity: 0.9;
}

.pastilleScenario.etape8 {
  background-color: #9ea728;
  color: #333333;
  margin-right: 25px;
  opacity: 0.9;
}

.pastilleScenario.etape9 {
  background-color: #aaaaaa;
  color: #333333;
  opacity: 0.4;
  cursor: default;
}

.pastilleScenario:not(.etape9):hover {
  opacity: 0.8;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.conteneurPastilles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 740px;
  margin: 0 auto;
}

.conteneurPastilles .pastilleScenario {
  float: none;
  margin: 0;
}

.messageSite {
  top: 243px;
}

@media (min-width: 768px) {
  .messageSite {
    top: 283px;
  }
}

#page.messageErreurActif {
  padding-top: 323px;
}

.actionsPageScenarios {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: -16px;
  margin-bottom: 1rem;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

.actionsPageScenarios .actionScenario {
  display: flex;
  align-items: center;
}

.actionsPageScenarios .actionScenario:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 0.5rem;
  color: #325fba;
}

.btn-ajout-scenario {
  text-decoration: none;
}

.btn-ajout-scenario:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #page.messageErreurActif {
    padding-top: 363px;
  }
}
