@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

/* Palette de marque unifiée — source unique (audit 2026-07). Orange choisi : #f97316 */
:root {
  --brand-orange: #f97316;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #0b57d0;
}

.min-height-auto {
  min-height: auto !important;
}

#main-wrapper {
  min-height: calc(100vh - 139px);
}

.outills_3 {
  border: 1px solid #0f487f;
  border-radius: 6px;
  margin-bottom: 15px;
}

.outills_3 > div {
  text-align: center;
  padding: 15px;
}

.Semrush {
  clear: both;
  border-top: 1px solid #0f487f;
}

.ahref.col-md-6 {
  border-left: 1px solid #0f487f;
}

.outills_3 h3,
.outills_3 h3 a {
  color: #0f487f !important;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  display: block;
}

.fa,
.fas,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}

.outills_3 i {
  margin-right: 5px;
}

.Semrush i {
  color: #ff642d;
  font-size: 18px;
}

.content_form {
  margin: 50px 25px;
}

.content_form h1 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  margin-top: 70px;
  color: #0f487f !important;
  position: relative;
  text-transform: uppercase;
}

.content_form h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  width: 150px;
  background-color: #0f487f;
  border-radius: 50px;
}

.btn_liens {
  display: flex;
  flex-direction: column;
}

.btn_liens a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;
  margin-bottom: 7px;
  text-decoration: none !important;
  overflow: hidden;
}

.btn_liens i,
.btn_liens img {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.btn_liens a:hover {
  color: #337ab7;
}

.aff_balise {
  color: #fff !important;
  background: #9068be;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.content_balise {
  padding: 8px;
  border: 1px solid #9068be;
}

.content_balise strong,
.content_balise span {
  color: #000;
  font-weight: bold;
}

.content_balise hr {
  margin: 7px 0;
  border-color: #9068be;
}

.note_danger p {
  margin-bottom: 0;
}

p,
.table * {
  line-height: normal;
}

.yourtext_note {
  margin-bottom: 10px;
}

.title_semantique {
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}

.yourtext_note div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yourtext_note a {
  width: calc(50% - 8px);
  display: inline-block;
  padding: 3px;
  line-height: normal;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #000;
  color: #fff;
  font-size: 18px;
}

thead tr {
  background: #0f487f;
  color: #fff;
}

.form_gerer a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.form_gerer form {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.note-chart,
.note-page-active-chart {
  position: relative;
  display: block;
  text-align: center;
  margin: 25px 0 0;
}

.note-percent,
.note-page-active-percent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  font-weight: 400;
}

.note-percent:after,
.note-page-active-percent:after {
  content: attr(data-after);
  font-size: 20px;
}

.note-chart canvas,
.note-page-active-chart canvas {
  width: 180px !important;
  height: 180px !important;
}

ul {
  margin-bottom: 0;
}

.navbar {
  box-shadow: 9px 9px 30px rgb(0 0 0 / 5%);
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #14253f;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.nav-link:hover {
  color: #0b57d0;
}

.bloc-audit {
  position: relative;
  padding: 150px 0;
  z-index: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

.bloc-audit::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("https://www.analyse-seo.fr/assets/images/bg-form-main.svg");
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 0.8 !important;
  z-index: -1;
  top: 0;
}

.bloc-audit h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  margin: 0 0 24px;
  text-align: center;
  color: #14253f !important;
  z-index: 2;
}

.bloc-audit form {
  width: 30%;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.bloc-audit .form-control {
  margin: 60px 0 30px;
  background: 0 0 !important;
  display: block;
  font-size: 18px;
  border: 0 !important;
  height: 55px;
  padding: 0;
  border-bottom: 1px solid #949494 !important;
  border-radius: 0;
  box-shadow: unset;
  outline: 0;
  font-weight: 300;
  color: #000 !important;
  z-index: 999;
}

.bloc-audit .btn {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  padding: 1.2rem 3.55rem !important;
  font-size: 22px;
  transition: 0.3s;
  z-index: 999;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.bloc-audit .btn:hover {
  background-color: #e55705;
  border-color: #e55705;
  -ms-animation-duration: 0.85s;
  -webkit-animation-duration: 0.85s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  to {
    transform: translateX(0);
  }
}

.footer {
  max-width: 100% !important;
  text-align: center;
  background-color: #13042c;
  padding: 30px !important;
}

.footer .copyright {
  padding: 0 !important;
  background: unset !important;
}

.footer .copyright p,
.footer .copyright a {
  color: #fff !important;
  font-weight: 700;
}

.card.rapport {
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 4%);
}

.card.rapport .card-header {
  background-color: unset;
  border-bottom: 1px solid #e7eaee;
  margin-bottom: 30px;
}

.card.rapport .card-header h1 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin: 1rem 0 2.5rem !important;
}

.card.rapport .card-header h1 span span,
.card.rapport .card-header h1 span:last-child {
  font-style: italic;
  font-weight: 200;
  color: #ff8e03;
}

.card.rapport .card-body {
  margin-bottom: 5px;
}

.card.rapport .card-body .col-md-4:nth-child(1),
.card.rapport .card-body .col-md-4:nth-child(2) {
  border-right: 1px solid #e7eaee;
}

.card.rapport .card-body p {
  font-size: 20px !important;
  color: #454545 !important;
}

.card {
  border: 0;
  box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 4%);
  border-radius: 1.75rem;
  margin-bottom: 3rem;
}

.card-header {
  padding: 20px 30px 20px;
  background-color: #fff;
  border-bottom: 2px solid #f3f3f3;
  border-radius: 1.75rem 1.75rem 0 0 !important;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.card-body {
  padding: 30px;
}

.text-default-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 4s linear infinite;
  animation: shine 4s linear infinite;
  background: -webkit-linear-gradient(68.09deg, #d717ab 16.86%, #00d0da 51.14%);
  -webkit-background-clip: text;
  background-size: 200% auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin: 80px 0;
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 60%;
  }
  to {
    background-position: 0;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 60%;
  }
  to {
    background-position: 0;
  }
}

.chart.archive {
  position: relative;
  margin: 10px;
  display: inline-block;
  text-align: center;
}

.chart.archive span {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.chart.archive span:after {
  content: attr(data-after);
  font-size: 11px;
  margin-left: 2px;
  font-weight: 500;
}

.chart.archive canvas {
  height: 80px !important;
  width: 80px !important;
}

.graph-cadre {
  width: 100%;
  height: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.menu-sidebar {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 25px 5px rgb(0 0 0 / 4%);
  background-color: #fff;
  max-height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.menu-sidebar .sidebar-items {
  padding: 10px 0;
  overflow: auto;
}

.menu-sidebar a {
  text-decoration: none;
  padding: 8px 10px;
  width: 100%;
  display: block;
}

.menu-sidebar a:hover {
  background-color: #ddd;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
}

.p_rapport {
  margin-top: 25px;
}

.card.rapport h2 {
  color: #14052d;
  background: unset;
  margin: 0 !important;
  font-size: 20px;
}

.previous-audit {
  text-align: center;
}

.card.rapport.previous-audit h2 {
  margin-bottom: 15px !important;
}

.previous-audit select {
  display: inline-block;
  min-height: 35px;
  padding: 6px 40px 6px 10px;
  width: unset;
}

.previous-audit .btn {
  background-color: var(--brand-orange);
  color: #fff;
  font-weight: 600;
  padding: 7px 30px;
  margin-bottom: 4px;
  margin-left: 20px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.previous-audit .btn:hover {
  background-color: #e55705;
  border-color: #e55705;
  -ms-animation-duration: 0.85s;
  -webkit-animation-duration: 0.85s;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

.previous-audit .btn:focus {
  outline: 0;
  box-shadow: unset;
}

.compared {
  background-color: #f6f5fa;
}

.compared a {
  color: #000 !important;
}

.compared span {
  margin-left: 5px;
}

.main {
  margin-top: 50px;
}

.navbar-nav > ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 50px;
}

.navbar-nav > ul li {
  padding: 0 15px;
}

.navbar-nav .nav-item.buttons {
  display: flex;
}

.navbar-nav .nav-item.buttons .nav-link {
  color: #6478ff;
  border: 1px solid;
  border-color: #6478ff;
  border-radius: 50px;
  padding: 4px 12px;
  margin-right: 10px;
}

.navbar-nav .nav-item.buttons .nav-link:hover {
  background-color: #6478ff;
  color: #fff;
}

.navbar-nav .nav-item.buttons .nav-link.active {
  background-color: #6478ff;
  color: #fff;
}

.navbar-nav .nav-item.buttons .nav-link.active:hover {
  background-color: #fff;
  color: #6478ff;
}

.navbar-nav .nav-item.buttons .nav-link:last-child {
  margin-right: 0px;
}

.navbar-nav .nav-item.buttons .nav-link .fa-circle {
  color: #9cff12;
  font-size: 13px;
  margin-right: 4px;
}

.top-header {
  position: relative;
  padding: 50px 0;
  background-color: #6478ff;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 100px;
}

.top-header .container {
  z-index: 1;
}

.top-header:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background-color: #596df5;
  border-radius: 600px;
  left: -100px;
  top: 70px;
  z-index: 0;
}

.top-header:after {
  position: absolute;
  content: "";
  width: 850px;
  height: 700px;
  background-color: #5566d9;
  border-radius: 600px;
  right: -180px;
  top: -100px;
  z-index: 0;
  transform: rotate(-40deg);
}

.top-header .bloc .content:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background-color: #596df5;
  border-radius: 600px;
  left: 48%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 0;
}

.top-header .bloc {
  display: grid;
  grid-template-columns: 54% 46%;
  grid-column-gap: 50px;
  align-items: center;
}

.top-header .header-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 5rem;
  line-height: 7rem;
  color: #fff;
}

.top-header .header-title span {
  display: block;
  font-size: 32px;
  font-weight: 600;
}

.top-header .content .form-group {
  margin-bottom: 50px;
}

.top-header .content .form-control {
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: unset;
  color: #fff;
  font-size: 18px;
}

.top-header .content .form-control::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.top-header .content .btn- {
  text-align: center;
}

.top-header .content .btn- button {
  width: 280px;
  font-size: 20px;
  padding: 10px 10px;
  border-radius: 50px;
  background-color: #3e33d4;
  border-color: #3e33d4;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  font-weight: 600;
}

.top-header .content .btn- button:hover {
  border-color: #4b3ff3;
  background-color: #4b3ff3;
  transition: 0.5s;
}

.top-header .image {
  margin-left: 50px;
  margin-bottom: 50px;
}

.top-header .image img {
  width: 100%;
  height: auto;
}

#menu_button {
  display: none;
}

.textes .element {
  padding: 40px 0;
}

.textes .content {
  width: 82%;
  margin: auto;
}

.textes .content h1 {
  font-size: 26px;
  font-weight: 700;
  color: #6478ff;
  margin: 0 0 20px;
  line-height: 1.4 !important;
}

.textes .content h2,
.textes .content h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  line-height: 1.4 !important;
}

.textes .content p,
.textes .content li {
  text-align: justify;
  letter-spacing: 0.04rem;
  line-height: 1.8 !important;
}

.textes .element {
  position: relative;
  margin-bottom: 80px;
}

.textes .element:before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  width: 38px;
  height: 38px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  left: 25px;
  line-height: normal;
}

.textes .element.bg:before {
  background-color: #fff;
  color: #6478ff;
}

.textes .element.border:before {
  background-color: #6478ff;
  color: #fff;
}

.textes .element.border {
  border-color: #adb7f9 !important;
}

.textes .element.bg {
  background-color: #6478ff;
}

.textes .element.bg h2,
.textes .element.bg h3 {
  color: #fff;
}

.textes .element.bg p {
  color: #fff;
}

.textes .element ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.textes .element ul li {
  list-style: inherit;
}

.textes .element.border p,
.textes .element.border ul {
  color: #6a7983;
}

.textes .element.bg ul {
  color: #fff;
}

.textes .element.border h2,
.textes .element.border h3 {
  color: #6478ff;
}

.login-bg form button {
  background-color: #6478ff;
  border-color: #6478ff;
  border-radius: 50px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.4s;
}

.login-bg form button:hover {
  background-color: #5267f9;
  border-color: #5267f9;
  transition: 0.4s;
}

.mc_etat {
  width: 100%;
  height: 30px;
  background-color: #f9f9f9;
  border-color: #dddddd;
  border-radius: 5px;
  padding: 1px;
  margin-bottom: 0px;
}

.mc_commentaire {
  width: 100%;
  border-radius: 5px;
  border-color: #dddddd;
  height: 30px;
}

.mc_type.hide {
  display: none;
}

.mc_filter_bloc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mc_filter_bloc > div {
  display: flex;
  align-items: center;
}

.mc_filter_bloc .titre {
  font-weight: 600;
  margin-right: 20px;
  color: #545454;
}

.mc_filter_bloc .titre i {
  margin-right: 10px;
  color: #0b57d0;
  font-size: 16px;
}

.mc_filter_bloc select {
  height: 35px;
  background-color: #f9f9f9;
  border-color: #dddddd;
  border-radius: 5px;
  padding: 5px;
}

.concurrents_table .move,
.concurrents_table tr {
  cursor: pointer;
}

.concurrents_table tr {
  width: 100%;
}

.supp_concurrent,
.supprimer_echant_mc {
  color: #5667d9;
  cursor: pointer;
  font-size: 14px;
}

.supp_mot_clef {
  font-size: 14px;
  padding: 0 5px;
  color: #f90606;
  cursor: pointer;
  transition: 0.4s;
}

.supp_mot_clef:hover {
  opacity: 0.6;
}

.pagespeed_table.card.rapport h2 {
  margin-bottom: 30px !important;
}

.table-first-holder-all .echantillon-parag-hol {
  padding: 0;
}

.pagespeed_table.pdf_ {
  margin-bottom: 0 !important;
}

body .table-first-holder-all {
  padding: 25px 25px 0;
}

.first-table-pdf tbody tr:nth-child(15) {
  /* filter: blur(4px); */
}

.pagespeed_table .element {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  padding: 0;
  border: 1px solid #c9d0ff;
  margin-bottom: 20px;
  border-radius: 0;
  flex-direction: column;
  background: #43b3dc;
}

.pagespeed_table .element .left {
  width: 100%;
  text-align: center;
  background: #43b3dc;
}

.pagespeed_table.pdf_ .element > div:nth-child(2) {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  background: #f5f7f7;
  justify-content: space-around;
}

.pagespeed_table .element h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
}

.pagespeed_table .element h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #696a6d;
}

.pagespeed_table .element .mobile {
  margin-right: 40px;
}

.pagespeed_table .element .titre {
  font-weight: 700;
  color: #696a6d;
}

.pagespeed_table .element .chart.archive {
  margin: 0 10px 0;
}

.pagespeed_table.pdf_ {
  margin: 30px 0;
}

.pagespeed_table.pdf_ .element h3 {
  text-transform: lowercase;
  padding: 13px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .bloc-colored {
  padding: 0 0 8px;
  color: #fff;
  background: #fcb615;
  margin: 25px 0 10px;
}

body .bloc-colored p {
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0 30px;
}

.bloc-colored > div {
  background: #ef971f;
  text-align: center;
  padding: 12px;
  margin-bottom: 8px;
}

body .logos-holder {
  width: 75%;
  margin: auto;
  margin-top: 25px;
}

.logos-holder img {
  margin-top: -10px;
}

.logos-holder H3 {
  background: #43b3dc;
  text-align: center;
  padding: 12px;
  margin-bottom: 0;
  color: #fff;
  margin-top: 10px;
}

body .the-last-par {
  padding: 0 25px;
  text-align: center;
  margin-top: 0;
}

.first-table-pdf tbody tr:nth-child(n + 15) {
  position: relative;
}
/*.first-table-pdf tbody tr:nth-child(n + 15):after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    z-index: 555555;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: blur(8px);
      -webkit-filter: blur(8px);
}*/

.show_tasks_board {
  display: none;
}

.show_tasks_board {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: red;
  margin: 20px 0;
}

.show_tasks_board:after {
  content: "\f107";
  position: absolute;
  top: 3px;
  font-family: "Font Awesome 5 Pro";
  margin-left: 12px;
}

.show_tasks_board.open_:after {
  transform: rotate(180deg);
}

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

@media (max-width: 767px) {
  .show_tasks_board {
    display: block;
  }

  .list_tasks_board {
    display: none;
  }
}

.float_actions {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 100%;
  margin: auto;
  text-align: center;
}

.liaison_mots_clefs,
.mc_select_etat {
  background-color: #0b57d0;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 30px;
  border-radius: 50px;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 40%);
  transition: 0.3s;
  cursor: pointer;
}

.liaison_mots_clefs:hover,
.mc_select_etat:hover {
  background-color: #0746a9;
}

.mc_select_etat {
  margin-right: 15px;
}

.liaison_mots_clefs i {
  margin-right: 5px;
}

.unlink_mc {
  color: #ec0707;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.unlink_mc:hover {
  opacity: 0.5;
}

.related_mc .s_mc {
  display: block;
}

.list_tasks_board {
  overflow: auto;
}

.crm_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgb(0 0 0 / 50%);
  transition: opacity 0.15s linear;
}

.crm_modal_dialog {
  transform: none;
  transition: transform 0.3s ease-out;
  margin: 5rem auto;
  width: 95%;
  position: relative;
}

.crm_close_modal {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  z-index: 9;
  background-color: #ffa502;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.crm_close_modal i {
  margin-top: 2px;
}

.crm_modal_content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  outline: 0;
  padding: 30px;
}

.select_domaine {
  padding: 10px 8px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 30px;
}

.p_elements {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.p_selector {
  position: relative;
}

.p_selector_btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.p_selector .fa-sort-down {
  margin-left: 15px;
}

.p_selector .p_dropdown {
  position: absolute;
  background-color: #fff;
  top: 50px;
  right: 0;
  padding: 20px 15px;
  z-index: 9999;
  box-shadow: 0px 20px 15px -1px rgb(0 0 0 / 10%);
  border: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
}

.p_selector .pd_dates {
  display: flex;
}

.p_selector .pd_dates .ui-datepicker {
  width: 100%;
}

.p_selector .pd_dates .pd_datedebut {
  margin-right: 15px;
}

.p_selector .pd_dates .datepicker td {
  padding: 2px;
}

.p_selector .pd_title {
  font-size: 14px;
  color: #6f6e6e;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.p_selector .pd_btns {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.p_selector .pd_btns .btn.update {
  margin-left: 10px;
  background-color: #0e487f;
  color: #fff;
}

.p_selector .p_subtitle {
  color: #929292;
  letter-spacing: 0.6px;
}

.p_selector .p_dates {
  letter-spacing: 0.6px;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0 200px;
}

.loading img {
  width: 120px;
  height: auto;
}

.loading .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3c4368;
}

.dt-buttons .dt-button {
  background-color: #a4a4a4;
  color: #fff;
  border: 0;
  padding: 7px 15px;
  letter-spacing: 0.5px;
}

div.dataTables_wrapper div.dataTables_filter input {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  min-height: 35px;
  height: 35px;
}

.crm_modal_content .dataTables_wrapper {
  margin-top: 15px;
}

.btn.btn-success {
  color: #fff !important;
}

.content-body.query_sc {
  padding: 50px 30px 30px;
}

.query_sc .p_titre {
  position: relative;
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.6px;
  text-align: center;
  border-radius: 50px;
  color: #0b57d0;
}

.sharing_link.card {
  background-color: #d3e3fd;
}

.sharing_link.card .card-body {
  display: flex;
  padding: 20px 30px;
}

.sharing_link.card .card-body i {
  color: #0b57d0;
  margin-right: 12px;
  font-size: 18px;
  margin-top: 1px;
}

.sharing_link.card .card-body p {
  margin-bottom: 0;
}

.sharing_link.card .card-body strong {
  text-decoration: underline;
}

.limit_mc {
  text-align: right;
}

.limit_mc span {
  font-weight: 400;
  margin-right: 10px;
  color: #545454;
}

.limit_mc input {
  border-color: gainsboro;
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 4px 3px 4px 10px;
  min-height: 35px;
  margin-right: 10px;
  background-color: #f9f9f9;
}

.limit_mc button {
  background-color: #0b57d0;
  color: #fff;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
}

.limit_mc button:hover {
  background-color: #0746a9;
}

.limit_mc button i {
  margin-right: 5px;
}

.mc_bloc {
  border: 1px solid var(--brand-orange);
  border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
}

.mc_bloc_header {
  background-color: var(--brand-orange);
  transition: 0.4s;
}

.mc_bloc_header:hover {
  background-color: #ea5a06;
}

.mc_bloc_header h2 {
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 25px 15px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.mc_bloc_header h2 i {
  margin-left: 10px;
  font-size: 15px;
}

.mc_bloc_header.open h2 i {
  transform: scale(-1);
  position: relative;
  top: -2px;
}

.mc_bloc_body {
  padding: 25px 10px 15px;
}

.mc_bloc_body table {
  margin-bottom: 0;
}

.query_sc thead tr {
  background: #0b57d0;
}

.mc_query_loader {
  position: absolute;
  top: 30%;
  left: 25px;
  right: unset;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid var(--brand-orange);
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.blur {
  pointer-events: none;
  -webkit-animation: ease-in-out blur_anim 3s infinite;
}

@keyframes blur_anim {
  0% {
    -webkit-filter: blur(1.2px);
    -moz-filter: blur(1.2px);
    -o-filter: blur(1.2px);
    -ms-filter: blur(1.2px);
    filter: blur(1.2px);
    border-radius: 10px;
  }
  30% {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
    border-radius: 10px;
  }
  60% {
    -webkit-filter: blur(1.2px);
    -moz-filter: blur(1.2px);
    -o-filter: blur(1.2px);
    -ms-filter: blur(1.2px);
    filter: blur(1.2px);
    border-radius: 10px;
  }
  100% {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
    border-radius: 10px;
  }
}

.card-body .body-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mc_add a {
  display: inline-flex;
  align-items: center;
  background-color: #0b57d0;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
}

.mc_add a:hover {
  background-color: #0746a9;
}

.mc_add a i {
  margin-right: 7px;
  margin-top: 3px;
}

.add_mc_modal .crm_modal_dialog {
  max-width: 40%;
}

.add_mc_modal label {
  margin-bottom: 15px;
}

.add_mc_modal .textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 12px;
  line-height: 26px;
  background-color: #f9f9f9;
  overflow: auto;
}

.add_mc_modal button {
  background-color: #0b57d0;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 10px 15px;
  min-height: 35px;
  width: 100%;
  margin-top: 15px;
  transition: 0.3s;
}

.add_mc_modal button:hover {
  background-color: #0746a9;
}

.add_mc_modal button i {
  margin-right: 5px;
}

.card.alert {
  padding: 0;
}

.card.alert.danger {
  background-color: #ef0000;
  color: #fff;
}

.card.alert.success {
  background-color: #00b400;
  color: #fff;
}

.card.alert .card-body {
  display: flex;
  padding: 20px 30px;
}

.card.alert p {
  margin-bottom: 0;
}

.card.alert i {
  margin-right: 12px;
  font-size: 16px;
  margin-top: 2px;
}

.list_mc_checked {
  position: fixed;
  right: 72px;
  bottom: 30px;
  background-color: rgb(255 94 0 / 65%);
  color: #fff;
  padding: 25px;
  z-index: 99999;
  border-radius: 15px;
  transition: 0.4s;
  width: 300px;
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 20%);
}

.list_mc_checked:hover {
  background-color: rgb(255 94 0 / 90%);
  box-shadow: 0 0 6px 2px rgb(0 0 0 / 40%);
}

.list_mc_checked .titre {
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 30px;
}

.list_mc_checked li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}

.list_mc_checked a {
  margin-left: 30px;
  transition: 0.4s;
}

.list_mc_checked a:hover {
  transform: scale(1.2);
}

.emogi_states {
  margin-bottom: 20px;
}

.emogi_states ul {
  display: flex;
  align-items: center;
}

.emogi_states li {
  margin-right: 8px;
}

.emogi_states li:last-child {
  margin-left: auto;
}

.emogi_states li img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.emogi_states .client_state {
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-weight: 500;
}

.emogi_states .client_state .icon {
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  padding: 1px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  transition: 0.4s;
  margin-right: 3px;
}

.emogi_states li > span {
  font-weight: 500;
}

.emogi_states .client_state:hover .icon {
  transform: scale(1.15);
}

.emogi_states .client_state.active .icon {
  border: 2px solid #929ffa;
  box-shadow: 0px 0px 3px 1px rgb(100 120 255 / 50%);
}

.emogi_states .client_state.active:hover .icon {
  transform: scale(1);
}

.emogi_states .client_state.active .name {
  font-weight: 700;
}

.emogi_states .reset {
  color: red !important;
  font-weight: 500;
}

.emogi_states .reset i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.danger_button {
  margin: auto;
  width: fit-content;
  text-align: center;
  display: block;
  padding: 10px 30px;
  background-color: #eb0000;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 4px;
  transition: 0.4s;
}

.danger_button:hover {
  background-color: #0f487f;
}

.danger_button span {
  margin: 0 10px;
}

.chart_range {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}

.table .chart_range {
  justify-content: center;
  margin-top: 15px;
}

.chart_range .btn {
  background-color: #0b57d0;
  color: #fff !important;
  font-weight: 600;
  margin: 0 10px 0 0;
}

.chart_range .btn.active {
  background-color: #023e9e;
}

.rapport.pagespeed_table .elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .rapport.pagespeed_table .elements {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rapport.pagespeed_table .element {
  margin-bottom: 0;
}

.rapport.pagespeed_table .element .right {
  background: #f5f7f7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0;
}

.rapport.pagespeed_table .element .left {
  width: 100%;
  text-align: center;
  background: #43b3dc;
  padding: 15px 5px;
}

.rapport.pagespeed_table .element .mobile {
  margin-right: 0 !important;
  text-align: center;
}

.rapport.pagespeed_table .element .desktop {
  text-align: center;
}

.rapport.pagespeed_table .element .chart.archive canvas {
  width: 60px !important;
  height: 60px !important;
}

.rapport.pagespeed_table .element h4 {
  font-size: 12px;
  color: #fff;
  opacity: 0.9;
  margin: 0;
  line-height: 16px;
}

.rapport.pagespeed_table .element h4 a {
  color: #fff;
}

.rapport.pagespeed_table .element h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.rapport.pagespeed_table .element .titre {
  font-size: 13px;
}

.control_suivi {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}

.control_suivi.active {
  color: #5566d9 !important;
}

.nv_audit [type="submit"] {
  background-color: var(--brand-orange);
  color: #fff;
  width: 100%;
  padding: 10px 5px;
  font-size: 18px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  border-radius: 4px;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.4s;
  letter-spacing: 0.6px;
}

.nv_audit [type="submit"]:hover {
  background-color: #2d3436;
}

.btn_commercial {
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.btn_commercial a {
  position: relative;
  padding: 10px 25px;
  color: #fff !important;
  letter-spacing: 0.6px;
  text-decoration: none;
  background-color: #0b57d0;
}

.btn_commercial a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.8;
}

.btn_commercial a:last-child:after {
  content: unset;
}

.up_keyword {
  margin-bottom: 10px;
  text-align: right;
}

.up_keyword .up_bloc {
  position: relative;
  background-color: #f4f3f8;
  padding: 10px;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.up_keyword .up_bloc i {
  font-size: 18px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.up_keyword .up_bloc [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.change_logo {
  margin-top: 10px;
}

.change_logo #modiflogo {
  padding: 20px 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -10px rgb(0 0 0 / 20%);
  background-color: #fbfbfb;
  margin-top: 10px;
}

.change_logo > a {
  display: block;
  text-align: right;
}

.change_logo form label {
  position: relative;
  background-color: #eceff2;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  min-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.change_logo form label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}

.btn_blue {
  background-color: #0b57d0;
  color: #fff;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 8px;
  min-height: 35px;
  transition: 0.3s;
  width: 70%;
  margin: auto;
  display: block;
}

.btn_blue:hover {
  background-color: #000;
}

.btn_blue i {
  margin-right: 5px;
}

.change_logo form label i {
  font-size: 18px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.change_logo .form-group {
  margin-bottom: 0;
  text-align: left;
}

.cm_head {
  color: #ff8e03;
  font-size: 16px;
  font-style: italic;
  margin: 10px 0 30px;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.step_commercial {
  margin-bottom: 20px;
}

.step_commercial p {
  font-size: 26px;
  font-weight: 800;
  color: #0b57d0;
  line-height: normal;
  letter-spacing: 0.6px;
  margin: 0;
}

.step_commercial span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-left: 10px;
}

.cm_logo.change_logo {
  margin-top: 0;
  margin-bottom: 40px;
}

.cm_logo.change_logo #modiflogo {
  padding: 0;
  margin: 0;
}

.cm_logo.change_logo form label {
  background-color: #f4f3f8;
}

.cm_showconcurrents,
.cm_show_keyword {
  background-color: var(--brand-orange);
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.6px;
  transition: 0.4s;
  min-width: 70%;
  margin: 0 auto 25px;
}

.cm_showconcurrents:hover,
.cm_show_keyword:hover {
  background-color: #000;
  text-decoration: none;
}

.cm_showconcurrents i,
.cm_show_keyword i {
  margin-right: 5px;
}

.mode_commercial .rapport_right {
  width: 100%;
  max-width: 100%;
  flex: unset;
}

.mode_commercial [hidden-for-commercial],
[show-for-commercial] {
  display: none !important;
}

.mode_commercial [show-for-commercial] {
  display: block !important;
}

.cm_head .column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.show_keyword {
  background-color: var(--brand-orange);
  text-align: center;
  color: #fff !important;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: normal;
  transition: 0.4s;
  width: 100%;
  margin: 0 0 15px;
  display: block;
  text-decoration: none !important;
}

.show_keyword:hover {
  background-color: #000;
}

.show_keyword i {
  margin-right: 5px;
}

.table_comparatif {
  margin-bottom: 15px;
}

.table_comparatif .btn,
.cm_showpdf {
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 8px;
  min-height: 35px;
  transition: 0.3s;
  width: 70%;
  margin: auto;
  display: block;
  font-size: 16px;
  background-color: #0b57d0;
  color: #fff !important;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.mode_commercial .cm_showpdf {
  background-color: #27b926;
  margin-bottom: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mode_commercial .cm_showpdf i {
  margin-right: 5px;
}

.table_comparatif .btn:hover,
.cm_showpdf:hover {
  background-color: #000;
}

.change_logo .preview img {
  width: 100px;
}

.table_comparatif textarea {
  width: 100%;
  border-color: #d9d9d9;
  border-radius: 4px;
  margin-bottom: 5px;
}

.mode_commercial .concurrents_table,
.mode_commercial .table_comp,
.mode_commercial .table_top_4_conc,
.mode_commercial .up_keyword,
.mode_commercial .table_comparatif {
  margin-bottom: 40px;
}

.log_mode_commercial {
  font-size: 16px;
  color: var(--brand-orange);
  font-weight: 600;
  letter-spacing: 0.6px;
  position: absolute;
  top: 25px;
  left: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.log_mode_commercial i {
  margin-right: 8px;
  margin-top: 2px;
}

.logout_mode_commercial {
  color: var(--brand-orange) !important;
  display: flex;
  align-items: center;
}

.logout_mode_commercial i {
  margin-right: 5px;
}

.cm_logo.change_logo .old_logo {
  display: flex;
  background-color: #f4f3f8;
  width: 200px;
  height: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 15px;
  padding: 10px;
}

.cm_logo.change_logo .old_logo img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.lanch_audit {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.lanch_audit .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--brand-orange);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

.logout_mode_commercial .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--brand-orange);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1.5s linear infinite;
  margin-left: 10px;
}

.log_mode_commercial .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--brand-orange);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1.5s linear infinite;
  margin-left: 10px;
}

.cm_showpdf .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #27b926;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1.5s linear infinite;
  margin-left: 10px;
}

.btn_commercial .im_commercial {
  display: flex;
  align-items: center;
}

.btn_commercial .im_commercial .spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0b57d0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1.5s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.up_keyword .checkbox {
  text-align: center;
  margin: 15px 0;
}

.up_keyword .checkbox label {
  margin-left: 10px;
  padding: 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 20px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 3;
}

.table_top_4_conc tbody tr:nth-child(20) {
  border-bottom: 4px solid #464646;
}

.btn_favoris_mc {
  position: relative;
  padding: 7px 15px 7px 32px !important;
}

.btn_favoris_mc.active {
  background-color: #5db85c !important;
}

.btn_favoris_mc:before {
  content: "\f005";
  position: absolute;
  left: 8px;
  top: 52%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.relanch_audit {
  background-color: var(--brand-orange);
  text-align: center;
  color: #fff !important;
  border: 0;
  border-radius: 4px;
  line-height: normal;
  padding: 8px 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: 0.4s;
}

.relanch_audit:hover {
  background-color: #000;
}

.upload_evo .btn {
  position: relative;
  background-color: #0b57d0;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}

.upload_evo .btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.upload_evo .btn i {
  margin-right: 5px;
}

.upload_evo form {
  display: flex;
  align-items: center;
}

.upload_evo .type_page {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.upload_evo .type_page label {
  cursor: pointer;
  margin-bottom: 0;
}

.upload_evo .type_page .form-group {
  margin-right: 10px;
  margin-bottom: 0;
}

.blue {
  color: #0b57d0;
}

.compare_audit .card-header h3 {
  font-size: 22px;
  letter-spacing: 0.6px;
  margin: 10px 0 8px;
}

.bg_grey_light {
  padding: 10px 15px;
  background-color: #eceff2;
  border-radius: 10px;
  margin-bottom: 15px !important;
}

.get_mots_clef_position.envoie .btn-primary:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 8px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #337ab7;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.3s linear infinite;
}

.mc_deepfiltre .columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.mc_deepfiltre label {
  cursor: pointer;
  font-weight: 400;
}

.mc_deepfiltre input[type="number"] {
  border-color: gainsboro;
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 4px 3px 4px 10px;
  min-height: 35px;
  margin-left: 10px;
  background-color: #f9f9f9;
  width: 55px;
}

.mc_deepfiltre input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.mc_deepfiltre .btn {
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
  margin-top: 20px;
}

.mc_deepfiltre .btn.primary {
  background-color: #0b57d0;
  color: #fff;
}

.mc_deepfiltre .btn.primary:hover {
  background-color: #0746a9;
}

.mc_deepfiltre .btn i {
  margin-right: 5px;
}

.list_req_perso li {
  margin-bottom: 8px;
}

.list_req_perso li i {
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  color: #f50505;
  cursor: pointer;
}

.sec_req_perso .columns {
  display: grid;
  grid-template-columns: 54% 40%;
  justify-content: space-between;
}

.sec_req_perso .col_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.sec_req_perso .form_req_perso label,
.kw_form_req_perso label {
  font-weight: 400;
}

.sec_req_perso .form_req_perso .form-control,
.kw_form_req_perso .form-control {
  border-color: gainsboro;
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 4px 3px 4px 10px;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: unset;
}

.sec_req_perso h4 {
  margin-bottom: 20px;
}

.sec_req_perso .form_req_perso .btn,
.kw_form_req_perso .btn {
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
}

.sec_req_perso .form_req_perso .btn.primary,
.kw_form_req_perso .btn.primary {
  background-color: #0b57d0;
  color: #fff;
}

.sec_req_perso .form_req_perso .btn.primary:hover,
.kw_form_req_perso .btn.primary:hover {
  background-color: #0746a9;
}

.sec_req_perso .form_req_perso .btn.success,
.kw_form_req_perso .btn.success {
  display: inline-flex;
  align-items: center;
  background-color: #2ecc71;
  color: #fff;
}

.sec_req_perso .form_req_perso .btn.success:hover,
.kw_form_req_perso .btn.success:hover {
  background-color: #27ae60;
}

.sec_req_perso .form_req_perso .btn i,
.kw_form_req_perso .btn i {
  margin-right: 7px;
}

.head-sidebar {
  background-color: #0b57d0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 10px 0;
}

.head-sidebar .control-sidebar {
  position: absolute;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
  padding: 5px 15px;
  height: 100%;
  line-height: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.head-sidebar .control-sidebar:hover {
  right: 10px;
  opacity: 0.8;
}

.rapport_left {
  position: fixed;
  max-height: calc(100% - 110px);
  width: 23%;
  height: 100%;
  transition: 0.5s;
}

.rapport_right {
  width: 75%;
  margin-left: auto;
  transition: 0.5s;
}

body.sidebar-hidden .rapport_left {
  width: 0;
  opacity: 0;
}

body.sidebar-hidden .rapport_right {
  width: 100%;
}

.show-sidebar {
  display: none;
  position: fixed;
  left: -60px;
  top: 150px;
  z-index: 9;
  rotate: -90deg;
  background-color: rgb(11 87 208 / 70%);
  color: #fff;
  padding: 8px 15px 8px 20px;
  border-radius: 0px 0px 5px 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

.show-sidebar:hover {
  background-color: rgb(11 87 208 / 100%);
}

body.sidebar-hidden .show-sidebar {
  display: inline-block;
}

.show-sidebar i {
  rotate: 90deg;
  position: relative;
  display: inline-block;
  top: 0px;
  right: 6px;
}

.score-screen {
  margin-top: 50px;
}

.score-screen .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.score-screen .column {
  width: 28%;
  margin: 0 15px;
}

.score-screen .column img {
  margin-top: 25px;
}

.score-screen p {
  font-size: 20px !important;
  color: #454545 !important;
}

.calc-robot p {
  width: 50%;
  margin: 0 auto 0px;
  text-align: center;
  font-size: 20px;
}

.canvasjs-chart-canvas,
.graph-cadre {
  width: 100% !important;
}

.title-est {
  margin-top: 45px;
}

.dataTables_wrapper {
  overflow: auto;
}

@media (max-width: 1024px) {
  .score-screen p {
    font-size: 16px;
  }

  .title-est {
    font-size: 30px !important;
  }

  .outills_3 img {
    max-width: 100%;
  }

  .note-chart canvas,
  .note-page-active-chart canvas {
    width: 120px !important;
    height: 120px !important;
  }

  .note-percent,
  .note-page-active-percent {
    font-size: 22px;
  }

  .calc-robot p {
    width: 100%;
  }

  .graph-cadre {
    padding: 20xp 0;
  }

  .p_elements {
    align-items: flex-start;
    flex-direction: column;
  }

  .p_elements .p_selector {
    margin-left: auto;
    margin-top: 10px;
  }
}

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

    .rapport_left {
        display: none;
    }

    .rapport_right {
        width: 100%;
    }

}*/

.footer {
  margin-left: 0;
}

@media (max-width: 767px) {
  .rapport_left {
    display: none;
  }

  .rapport_right {
    width: 100%;
  }

  .btn_commercial a {
    width: 100%;
    border-radius: 5px;
  }

  .btn_commercial .im_commercial {
    justify-content: center;
    margin-top: 5px;
  }

  .score-screen .column {
    width: 100%;
    margin: 0 0 20px;
  }

  .score-screen .column:last-child {
    margin: 0;
  }

  .previous-audit .btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .card.rapport .container-fluid {
    padding: 0;
  }

  .card.rapport h2.btn {
    white-space: unset;
  }

  .change_logo > a {
    text-align: center;
  }

  .logo--site {
    width: 100%;
  }
}

.select-auditeur {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.select-auditeur .item {
  margin-right: 15px;
}

.select-auditeur .item input {
  margin: 0 3px 0 0;
}

.select-auditeur .item label {
  cursor: pointer;
  font-weight: 400;
}

.list-auditeur a {
  color: #000;
  font-size: 16px;
  margin-left: 15px;
}

.list-auditeur a.active {
  color: var(--brand-orange) !important;
}

.br-chart {
  padding: 20px 20px 20px 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.br_dnrapport {
  position: relative;
  background-color: #27b926;
  margin: 10px 0 15px;
  font-size: 14px;
  width: auto;
}

.br_dnrapport .spinner {
  display: inline-block;
  position: absolute;
}

.tb-btn-primary {
  position: relative;
  background-color: #0b57d0;
  margin: 0 0 10px;
  display: block;
  color: #fff !important;
  width: 100%;
  padding: 8px;
  min-height: 35px;
  transition: 0.3s;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-decoration: none !important;
}

.tb-btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.tb-btn-primary .cl {
  color: #fff200;
}

.bloc-resume-contact {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 15px;
}

.bloc-resume-contact .list-action {
  display: flex;
  align-items: center;
}

.bloc-resume-contact .list-action label {
  font-weight: 400;
  cursor: pointer;
}

.bloc-resume-contact .list-action .item {
  margin-right: 15px;
}

.bloc-resume-contact .btn {
  background-color: #0b57d0;
  color: #fff;
  letter-spacing: 0.6px;
  transition: 0.4s;
}

.bloc-resume-contact .btn:hover {
  background-color: #000;
}

.bloc-resume-contact .dates {
  display: flex;
  margin-bottom: 15px;
}

.bloc-resume-contact .date_envoie_lettre {
  margin-right: 15px;
}

.form_resume_contact.envoie .btn:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 8px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #337ab7;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1.3s linear infinite;
}

.poposition_addmc {
  margin-top: 25px;
}

.poposition_addmc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0b57d0;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
  width: 100%;
}

.poposition_addmc a:hover {
  background-color: #0746a9;
}

.poposition_addmc a i {
  margin-right: 10px;
  font-size: 12px;
  margin-top: 1px;
}

.poposition_addmc .textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 12px;
  line-height: 26px;
  background-color: #f9f9f9;
  overflow: auto;
  margin-top: 10px;
}

.poposition_addmc button {
  background-color: #0b57d0;
  color: #fff !important;
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
  margin-top: 5px;
}

.poposition_addmc button:hover {
  background-color: #0746a9;
}

#requetes .fa-spinner {
  animation: spin 2s linear infinite;
  position: relative;
  top: -3px;
}

.ancre-tag {
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none;
  line-height: normal;
  display: inline-block;
  margin: 4px;
  background-color: #0b57d0;
  color: #fff !important;
  font-size: 13px;
}

.ancre-tag span {
  color: #f3ef00;
  font-weight: 500;
}

.nb-ancre {
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none !important;
  line-height: normal;
  display: block;
  margin: 4px;
  background-color: #fff;
  color: #0b57d0 !important;
  font-size: 13px;
  width: fit-content;
  box-shadow: 0px 0px 0px 1px rgb(11 87 208);
  transition: 0.3a;
}

.nb-ancre:hover {
  background-color: #0b57d0;
  color: #fff !important;
}

.nb-ancre span {
  font-weight: 500;
}

.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.new_domaine_mot_clef a {
  color: #fff !important;
  padding: 3px 6px;
  border-radius: 3px;
}

.new_domaine_mot_clef .btn-primary {
  background-color: #0b57d0;
}

.list_req_perso li input {
  margin-top: 0;
  position: relative;
  top: 2px;
  margin-right: 10px;
  cursor: pointer;
}

.form-kw {
  margin-top: 20px;
}

.form-kw .form-control {
  border-color: gainsboro;
  border: 1px solid gainsboro;
  border-radius: 4px;
  padding: 4px 3px 4px 10px;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: unset;
  max-width: 442px;
}

.form-kw .btn {
  border-radius: 4px;
  box-shadow: unset;
  outline: 0;
  border: 0;
  padding: 5px 15px;
  min-height: 35px;
  transition: 0.3s;
}

.form-kw .btn.primary {
  background-color: #0b57d0;
  color: #fff;
}

.form-kw .btn.primary:hover {
  background-color: #0746a9;
}

.form-kw .btn i {
  margin-right: 7px;
}

.load_data_sc_url {
  margin-right: auto;
  position: relative;
  background-color: #0b57d0;
  color: #fff !important;
  cursor: pointer;
  transition: 0.3s;
  line-height: normal;
  margin-left: 10px;
}

.load_data_sc_url[disabled] {
  cursor: default !important;
}

.load_data_sc_url:not([disabled]):hover {
  background-color: #000;
}

.progress_bar {
  margin-top: 20px;
}

.progress_bar .grey {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}

.progress_bar .p-green {
  color: #fff !important;
  background-color: #28a745 !important;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1.5rem 1.5rem;
}

.progress_bar .p-container {
  padding: 0.01em 16px;
}

.mc-notes {
  border: 1px solid #ccc;
  padding: 15px 8px;
  margin-top: 25px;
}

.mc-notes .mc_ajouter_au_texte {
  margin: 15px 0;
}

.mc-notes .url {
  font-weight: 700;
  color: #337ab7;
  display: inline-block;
  line-height: normal;
}

.mc-notes h5 {
  font-weight: 700;
}

.mc-notes .content {
  padding-left: 15px;
}

.mc-notes .content p:last-child {
  margin-bottom: 0;
}

.checkbox--group label {
  flex-wrap: wrap;
  justify-content: flex-start;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}

.checkbox--group label:first-child {
  margin-bottom: 3px;
}

.checkbox--group label:hover {
  color: #0b57d0;
}

.checkbox--group label textarea {
  display: block;
  margin: 5px 0px 5px 20px;
  width: 100%;
}

.checkbox--group input {
  margin-right: 8px;
  margin-top: 3px;
}

.checkbox--group input:checked ~ span {
  color: #0b57d0;
}

.afficher_requetes {
  text-align: center;
  transition: 0.3s;
}

.afficher_requetes[disabled] {
  opacity: 0.6;
  cursor: default;
}

.afficher_requetes:not([disabled]):hover {
  background-color: #000 !important;
}

.current_url_analysis {
  background-color: #74f311 !important;
}

.content-practics {
  display: none;
  position: fixed;
  top: 72px;
  background: #f0f0f0;
  padding: 40px;
  max-width: unset !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: auto;
  z-index: 100;
}

.content-colapse {
  position: fixed;
  bottom: 0px;
  max-width: 500px;
  right: 0;
  z-index: 99999999999;
  height: calc(100% - 63px);
  box-shadow: rgba(100, 100, 111, 0.5) 2px 15px 20px 3px;
  background: #fff;
  transform: translateX(600px);
  transition: 0.5s ease-in;
}
.content-colapse .body-content{
    overflow: auto;
    height: 100%;
    padding: 25px 40px 50px 40px;
}
.content-colapse i {
    position: absolute !important;
    left: 15px;
    font-size: 21px;
    cursor: pointer;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}

.title-colapse{
    margin-bottom: 12px;
}
.content-colapse h3 {
  font-size: 18px !important;
}
i.fa-info-circle {
  color: #0b57d0;
  cursor: pointer;
}
.content-colapse i.fa-chevron-right:hover {
  /* left: 25px; */
  transition: 0.2s all ease-in;
  color: #dcdbdb;
  padding: 10px;
}
.content-colapse .content-colapse-title {
  position: relative;
  background-color: #0b57d0;
  width: 100%;
  padding: 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.heading-content{
    color: white;
    font-size: 20px;
    padding:0 ;
    margin: 0;
}

/* 
.content-colapse p:first-of-type{
  margin-top: 30px;
} */

.filter-page-indexes .req-perso {
  padding: 10px 10px 20px;
  border: 1px solid #9169be;
  margin-top: 10px;
}

.filter-page-indexes .req-perso .columns {
  display: grid;
  grid-template-columns: 54% 40%;
  justify-content: space-between;
}

.filter-page-indexes .req-perso .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.filter-page-indexes .mc_deepfiltre {
  padding: 10px 10px 20px;
  border: 1px solid #9169be;
  margin-top: 10px;
  margin-bottom: 50px;
}

.filter-page-indexes .mc_deepfiltre .ex {
  margin-top: 10px;
}

.filter-page-indexes .mc_deepfiltre textarea::placeholder {
  color: #FFF;
  opacity: .8;
}

.kw_form_req_perso_domaine .btn {
    border-radius: 4px;
    box-shadow: unset;
    outline: 0;
    border: 0;
    padding: 5px 15px;
    min-height: 35px;
    transition: 0.3s;
}

.kw_form_req_perso_domaine .btn.primary {
  background-color: #0b57d0;
  color: #fff;
}

.kw_form_req_perso_domaine .btn.primary:hover {
  background-color: #0746a9;
}
