/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

html {
  margin: 0;
  overflow-x: hidden;
}

#conteneurSite {
  overflow-y: scroll;
  width: 100%;
}

#cadreSite {
  margin: 0 auto;
  position: relative;
  max-width: 1248px;
  padding: 120px 16px 0;
  width: 100%;
}

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

#cadreSite .introjs-fixParent {
  z-index: 805 !important;
}

#partieGauche {
  float: left;
  display: block;
  position: relative;
  margin-bottom: 55px;
}

#entete {
  margin-top: 30px;
  height: 44px;
  float: left;
}

#entete a {
  margin: 7px 15px 0 0;
  float: left;
}

#partieGauche #enteteFiche {
  padding: 0 5px 10px;
  overflow: auto;
}

#page {
  min-height: 75vh;
  padding-bottom: 55px;
  padding-top: 16px;
}

#page #pageGauche {
  float: left;
  position: relative;
  margin-bottom: 55px;
}

#page .contenu,
#page .contenuOnglet {
  margin-bottom: 55px;
}

etape-informations-entreprise .contenuOnglet {
  margin-bottom: 0 !important;
}

.contenu {
  padding: 0 0 10px;
  float: left;
}

overlay .contenu {
  min-height: auto;
}

#partieDroite {
  width: 250px;
  float: right;
}

.premiereColonne {
  float: left;
  width: 60%;
}

.premiereColonne a {
  width: 460px;
}

.premiereColonne courriel a {
  width: auto !important;
}

#w .premiereColonne a {
  width: 400px;
}

.premiereColonne texte a {
  width: auto !important;
}

.premiereColonne img {
  max-width: 608px;
}

#w .premiereColonne img {
  max-width: 410px;
}

.ficheEtatCompte .premiereColonne {
  width: 65%;
}

.ficheContact + onglets .premiereColonne {
  width: 55%;
}

.deuxiemeColonne {
  float: left;
  width: 40%;
}

.ficheEtatCompte .deuxiemeColonne {
  width: 35%;
}

.ficheContact + onglets .deuxiemeColonne {
  width: 45%;
}

#backgroundBasPage {
  width: 100%;
  z-index: 2100;
  padding: 0;
  background-color: #2f60b8;
  clear: both;
}

#partieBas {
  max-width: 1248px;
  margin: 0 auto;
  padding: 16px;
  user-select: none;
  clear: both;
}

#partieBas .piedPageCarte {
  background-color: transparent;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#partieBas .piedPageHaut {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#partieBas .piedPageBienvenueTitre {
  font-size: 28px;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
}

#partieBas .piedPageBienvenueDescription {
  font-size: 14px;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}

#partieBas .piedPageReseauxSociaux {
  display: flex;
  gap: 16px;
  line-height: 24px;
  align-items: center;
}

#partieBas .piedPageCarte .piedPageReseauxSociaux a {
  font-size: 24px;
  width: 24px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#partieBas .piedPageEngagementTitre {
  text-transform: uppercase;
}

#partieBas .piedPageEngagementCoordonnees {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

#partieBas .piedPageEngagementCoordonnees a {
  color: #ffffff;
  text-decoration: none;
}

#partieBas #liensUtiles.piedPageBoutons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

#partieBas #liensUtiles.piedPageBoutons a.piedPageBoutonLien {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #325fba;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 8px 20px;
  border-radius: 999px;
  text-decoration: none;
  line-height: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

#partieBas #liensUtiles.piedPageBoutons a.piedPageBoutonLien:hover {
  background-color: #dfe33c;
  border-color: #dfe33c;
  color: #1c1b1f;
}

#partieBas .piedPageBas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 900px) {
  #partieBas .piedPageHaut {
    flex-direction: row;
  }

  #partieBas .piedPageBienvenue {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
  }

  #partieBas .piedPageEngagement {
    flex: 1;
    gap: 8px;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 27px;
    font-size: 18px;
    padding-top: 12px;
    font-family: 'Lato', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}

.encadreVert {
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #60a43f;
}

overlay .encadreVert {
  padding: 5px 0;
}

.encadreVert .icone,
.encadreVert button {
  cursor: default !important;
}

.pageGauche .encadreVert {
  margin-right: 10px;
}

.encadreRouge {
  margin-bottom: 10px;
  color: #f75d5b;
}

.encadreTexteTransaction {
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 10px 0;
  border: 2px solid #333333;
  border-radius: 3px;
}

script + div + div {
  display: none;
}

sub {
  vertical-align: sub !important;
  font-size: smaller !important;
}

#statistiquesUtilisation,
#detailEntente {
  float: left;
}

#statistiquesUtilisation {
  width: 540px;
}

#detailEntente {
  width: 200px;
}

#statistiquesUtilisation thead th:nth-child(1),
#statistiquesUtilisation tbody td:nth-child(1) {
  width: 350px;
  text-align: left;
}

#statistiquesUtilisation thead th,
#statistiquesUtilisation tbody td {
  padding: 0 5px;
}

#statistiquesUtilisation thead th:nth-child(2),
#statistiquesUtilisation tbody td:nth-child(2) {
  width: 58px;
}

#statistiquesUtilisation thead th:nth-child(3),
#statistiquesUtilisation tbody td:nth-child(3) {
  width: 50px;
  text-align: right;
}

.detailFacture h6:nth-child(3) {
  padding-top: 20px;
  clear: both;
}

.tableTelusAppels thead th:nth-child(1),
.tableTelusAppels tbody td:nth-child(1) {
  width: 35px;
}

.tableTelusAppels thead th,
.tableTelusAppels tbody td {
  text-align: left;
  padding: 0 5px;
}

.tableTelusAppels thead th:nth-child(2),
.tableTelusAppels tbody td:nth-child(2) {
  width: 50px;
}

.tableTelusAppels thead th:nth-child(3),
.tableTelusAppels tbody td:nth-child(3) {
  width: 40px;
}

.tableTelusAppels thead th:nth-child(4),
.tableTelusAppels tbody td:nth-child(4) {
  width: 95px;
}

.tableTelusAppels thead th:nth-child(5),
.tableTelusAppels tbody td:nth-child(5) {
  width: 108px;
}

.tableTelusAppels thead th:nth-child(6),
.tableTelusAppels tbody td:nth-child(6) {
  width: 60px;
}

.tableTelusAppels thead th:nth-child(7),
.tableTelusAppels tbody td:nth-child(7) {
  width: 100px;
}

.tableTelusAppels thead th:nth-child(8),
.tableTelusAppels tbody td:nth-child(8) {
  width: 108px;
}

.tableTelusAppels thead th:nth-child(9),
.tableTelusAppels tbody td:nth-child(9) {
  width: 50px;
  text-align: right;
}

.messageSite {
  width: 996px;
  position: fixed;
  z-index: 750;
  padding: 5px 0 0 0;
  border: 2px solid #f75d5b;
  border-top: none;
  text-align: center;
  background-color: #ffffff;
}

.messageSite bouton.sansFond .cadreBouton {
  width: auto !important;
}

#detailErreurs {
  margin-left: 15px;
}
