@charset "UTF-8";

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  color: #2b2b2b;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0 0 25px;
}

h1 {
  font-size: 36px;
  font-weight: 300;
}

h2 {
  font-size: 26px;
  font-weight: 300;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  color: #a17c52;
}

h4 {
  font-size: 16px;
}

h5,
h6 {
  font-size: 15px;
}

p,
li {
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  margin: 0 0 25px;
  color: #2b2b2b;
}

li {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

a {
  font-family: "Roboto", sans-serif;
  color: #27231c;
}

a:focus,
a:hover {
  color: black;
  text-decoration: none;
}

i {
  padding-right: 3px;
}

img {
  width: 100%;
  max-width: -webkit-fill-available;
}

figcaption {
  margin-top: 15px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  align-items: center;
  text-align: left;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  min-height: 50px;
  padding: 10px 20px;
}

figure {
  overflow-x: hidden;
}

footer {
  padding: 0px 0;
  background-color: #000;
}

footer div {
  padding: 40px;
}

footer p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #d3b492;
}

footer a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #efe7da;
}

footer a:focus,
footer a:hover {
  color: #fff;
}

#navbarResponsive {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #navbarResponsive {
    background-color: #000;
    margin: 0px -15px 0 -15px;
    padding: 0 25px 0 25px;
  }
  #main-nav {
    height: fit-content !important;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    float: left;
    text-align: left;
  }
  .navbar-nav {
    display: flex;
    align-items: normal !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-btns {
    padding-top: 10px;
    padding-bottom: 15px;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
    width: 100%;
  }
  .labo-btn {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .phone-btn {
    width: 100% !important;
    margin-left: 0 !important;
    justify-content: flex-start;
  }
}

.navbar {
  border: 0;
}

.navbar-collapse {
  padding-bottom: 10px;
}

#main-nav {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 45.5px;
  letter-spacing: 0.07em;
  height: 91px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#main-nav.active {
  background: #000 !important;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#main-nav .dropdown-menu {
  background: transparent;
  border: none;
  line-height: 25px;
  top: 91px;
  left: -30px;
}

#main-nav .dropdown-item {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  padding: 9px 0;
  margin-bottom: 3px;
  width: 207px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(9px);
  border-radius: 2px;
  color: #d3b492;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media (max-width: 1199px) {
  .nouveau h3 {
    font-size: 20px !important;
  }
  .nouveau p {
    max-width: 425px !important;
  }
  .nouveau .nouv-text::after {
    right: auto !important;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    width: 475px !important;
    top: 226px !important;
  }
  .nouveau p {
    max-width: 100% !important;
  }
  .nouveau .nouv-text {
    max-width: 100% !important;
  }
  .nouveau {
    padding: 30px 0 346px 0 !important;
  }
}

@media screen and (max-width: 991px) {
  #main-nav .dropdown-item {
    font-size: 15px;
    text-align: left;
    margin-left: 15px;
    padding: 10px 0px;
  }
  #main-nav .nav-link {
    padding: 20px;
    border-top: 1px solid #303030;
    margin: 0px -300% 0 -25px;
  }
  #main-nav .nav-link:hover {
    border-bottom: 0 !important;
  }
  #main-nav .nav-link.active {
    border-bottom: 0 !important;
    border-left: 2px solid #d3b492;
  }
}

#main-nav .dropdown-item:hover {
  background-color: inherit;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#main-nav .navbar-toggler {
  font-size: 24px;
  color: #fff;
  border: 0px solid white;
}

#main-nav a {
  color: #fff;
  font-size: 15px;
}

#main-nav .nav-link {
  text-transform: uppercase;
}

#main-nav .nav-link.active {
  border-bottom: 2px solid #d3b492;
}

#main-nav .nav-link.active:hover {
  border-bottom: 2px solid #fff;
}

#main-nav .nav-link:hover {
  border-bottom: 2px solid #fff;
}

#main-nav .navbar-nav .nav-item:active,
#main-nav .navbar-nav .nav-item:focus {
  outline: none !important;
}

.nav-link:active,
.nav-link:focus {
  outline: 0;
  box-shadow: unset;
}

@media (min-width: 992px) {
  #main-nav {
    padding: 0;
    line-height: 20px;
  }
  #main-nav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
  }
  #main-nav .nav-link {
    margin: 0 10px;
    font-size: 14px;
  }
  #brand-logo img {
    width: 280px;
    min-width: 100%;
  }
}

#brand-logo img {
  width: 205px;
  min-width: 100%;
}

@media (max-width: 1400px) {
  #brand-logo img {
    width: 220px !important;
    min-width: 100%;
  }
  .nav-btns {
    margin-left: 10px !important;
  }
  .phone-btn {
    margin-left: 10px !important;
  }
  #main-nav .nav-link {
    margin: 0 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #main-nav .nav-link {
    font-size: 12px;
    padding: 0 4px;
  }
  #brand-logo img {
    width: 160px !important;
  }
  .labo-btn {
    padding: 8px;
    font-size: 12px !important;
  }
  .phone-btn {
    width: 90px !important;
    height: 34px;
    font-size: 12px !important;
  }
  .tete-heading {
    font-size: 32px;
  }
}

.top-of-page {
  padding-top: 144px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.btn:active,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.btn-primary {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #635846;
  background: #d3b492;
  padding: 18px 32px 15px 32px;
  border-radius: 2px;
  border: none;
}

.btn-primary:hover {
  color: #d3b492;
  background: #efe7da;
}

.tele-content {
  max-width: 670px;
  margin: 0 auto;
  padding: 42px 0 20px 0;
}

.tele-content p {
  margin-bottom: 20px;
}

.tele-btn .main-btn {
  width: 283px;
  margin: 0 auto;
  height: 46px;
}

.container .tele-content h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #3c3c3c;
  padding-top: 60px;
  margin-bottom: 20px;
}

.video-content p {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  padding-top: 30px;
}

.video-content .dialog__button {
  cursor: pointer;
}

.nav-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  flex-direction: column !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.labo-btn {
  padding: 10px;
  background-color: #ddbe97;
  border: 1px solid #ddbe97;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #000000 !important;
  border-radius: 0;
}

.labo-btn:hover {
  background-color: #efe7da;
  border: 1px solid #efe7da;
  color: #d3b492;
}

.phone-btn {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 114px;
  height: 38px;
  background: #ffffff;
  color: #000000 !important;
  margin-left: 40px;
  border-radius: 0;
}

.phone-btn:hover {
  background-color: #151515;
  border: 1px solid #151515;
  color: #ffffff !important;
}

.phone-btn span {
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.phone-btn:hover svg path {
  fill: #ffffff;
}

.beson-text {
  max-width: 670px;
  margin: 0 auto;
  padding: 50px 0 60px 0;
}

.beson-text h4 {
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #2b2b2b;
}

.beson-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
  letter-spacing: 0;
  padding: 0;
}

.tele-btn .prendre {
  background: #bc4c1b;
  color: #ffffff;
  border-radius: 2px;
  width: 283px;
  height: 46px;
}

.tele-btn .prendre:hover {
  background-color: #ff7c44;
  color: #772a08;
}

.btn-social-container {
  display: inline-flex;
}

.blog-item #main-nav {
  background-color: #000000;
}

.blog {
  position: relative;
  padding: 150px 0 60px 0;
}

.blog-content {
  max-width: 736px;
  margin: 0 auto;
}

.blog .blog-content h4 {
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #35210c;
  padding: 30px 0;
  margin: 0;
}

.blog .blog-content .blog-2 {
  margin-bottom: 30px;
}

.blog .blog-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #3c3c3c;
}

.blog .blog-content span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #adadad;
  margin-bottom: 30px;
}

.dialog iframe {
  width: 700px;
}

.nouveau {
  background-color: #ff9874;
  padding: 30px 0;
  position: relative;
}

.nouveau h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #ffffff;
}

.nouveau p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 630px;
}

.nouveau .nouv-btn {
  width: 283px;
  height: 46px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #dd7a5d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nouveau .nouv-btn:hover {
  background-color: #804b39;
  border: 1px solid #804b39;
  color: #ffffff;
}

.nouveau .nouv-text {
  max-width: 687px;
}

.nouveau .nouv-text::after {
  position: absolute;
  content: "";
  background-image: url(../img/nouv.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 555px;
  height: 368px;
  right: -44px;
  top: -48px;
}

.rendez-text {
  max-width: 670px;
  margin: 0 auto;
  padding: 40px 0 70px 0;
}

.rendez-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}

.rendez-text h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #2b2b2b;
  margin-bottom: 20px;
}

#contactForm {
  background: #ffffff;
  box-shadow: 5px 10px 30px 2px rgba(0, 0, 0, 0.1);
  max-width: 670px;
  margin: 70px auto;
  padding: 70px;
}

#contactForm input,
textarea,
::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #b3b3b3;
}

#contactForm .form-btn {
  background: #d3b492;
  border-radius: 2px;
  width: 283px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #635846;
}

/*-----MODAL-CONTENT-----*/

.dialog {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(25, 118, 210, 0.5);
}

.dialog::backdrop {
  background: rgba(160, 153, 144, 0.5);
}

.dialog__header {
  padding: 8px 0;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}

.dialog__form-field {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 12px;
  margin-top: 16px;
  align-items: baseline;
}

.dialog__select {
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.dialog__select:hover {
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
  border: 1px solid #1976d2;
}

.dialog__form-footer {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

/*-----END-MODAL-CONTENT-----*/

.btn-social-container .btn-social {
  background-color: #2b2b2b;
  height: 60px;
  width: 60px;
  padding: 10px;
  margin: 0 14.5px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-social-container .btn-social:hover {
  background-color: #5e5e5e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-social-container .btn-social img {
  width: 100%;
  max-width: fit-content;
}

@media screen and (max-width: 575px) {
  .btn-social-container .btn-social {
    margin: 0 5px;
  }
  .blog .blog-content h4 {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 140%;
    padding: 15px 0 !important;
  }
  .blog {
    padding: 110px 0 60px 0;
  }
  .dialog iframe {
    width: 250px !important;
  }
  .beson-text {
    padding: 10px 0 60px 0;
  }
  .container .tele-content h3 {
    padding-top: 40px;
  }
  .nouveau .nouv-text::after {
    width: 95% !important;
    left: 50%;
    top: 80% !important;
    transform: translate(-50%, 0);
    max-width: 100% !important;
    z-index: -1 !important;
  }
  .nouv-content {
    position: relative;
    z-index: 100;
  }
  #main-nav.active {
    z-index: 200;
  }
  .nouveau {
    padding: 30px 0 267px 0 !important;
  }
  .rendez-text h4 {
    font-size: 17px;
  }
  #contactForm {
    padding: 20px;
  }
  .nouveau h3 {
    font-size: 26px !important;
  }
  .nouveau p {
    font-weight: 100;
    padding: 0 2px;
  }
}

.border-radius-1 { border-radius: 2px; }
.border-radius-2 { border-radius: 8px; }
.border-radius-3 { border-radius: 16px; }
.bg-couleur-1 { background-color: #d3b492; }
.bg-couleur-2 { background-color: #635846; }
.bg-couleur-3 { background-color: #efe7da; }
.bg-couleur-3-claire { background-color: #f7f3ec; }
.bg-light { background: #f5f5f5 !important; }
.bg-white { background: #fff; }

@media (min-width: 768px) {
  .col-md-59 {
    -ms-flex: 0 0 49% !important;
    flex: 0 0 49% !important;
    max-width: 49% !important;
  }
}

.justify-space-between { justify-content: space-between; }
.m-fix { margin: -15px; }

@media (max-width: 767px) {
  .nouveau {
    padding: 30px 0 370px 0;
  }
  .nouveau .nouv-text::after {
    width: 100%;
    right: 0px;
    margin-top: 50px !important;
    z-index: 0;
    top: 84% !important;
  }
  .nouveau .nouv-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-fix {
    margin-bottom: 30px;
  }
  .blog .blog-content h4 {
    font-size: 25px;
    line-height: 140%;
    padding: 20px 0;
  }
  .blog .blog-content span {
    font-size: 16px;
  }
  .dialog iframe {
    width: 400px;
  }
  .tete-heading {
    font-size: 25px;
  }
  .hero-container .hero {
    height: 670px;
  }
}

.container-padding-fix {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.anchor {
  position: relative;
  top: -120px;
}

.hero-container .hero {
  background-image: url("../img/the-smile-space-orthodontie-hero-blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 859px;
}

.hero-container .hero img {
  width: 100%;
  max-width: 647px;
}

.hero-container .hero-appareils {
  background-image: url("../img/the-smile-space-orthodontie-appareil-dentaire-hero.jpg");
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-container .hero-traitements {
  background-image: url("../img/the-smile-space-orthodontie-traitements-hero.jpg");
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-container .hero-equipe {
  background-image: url("../img/the-smile-space-orthodontie-equipe-hero.jpg");
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-container .hero-contact {
  background-image: url("../img/the-smile-space-orthodontie-contact-hero.jpg");
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.carrousel-alt figcaption {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.carrousel-alt figcaption,
.carrousel-alt p {
  padding-left: 15px;
}

.carrousel-alt figure {
  width: 368px;
}

img.transformation {
  width: 76px;
  margin: 16px 0;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #2b2b2b; }
::-webkit-scrollbar-thumb { background: #d3b492; }
::-webkit-scrollbar-thumb:hover { background: #f0e6db; }

@media (max-width: 992px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .tete-heading {
    font-size: 20px;
  }
  .nouveau {
    padding: 30px 0 370px 0;
  }
  .nouveau .nouv-text::after {
    right: 0px !important;
    margin-top: 52px !important;
    z-index: 0;
  }
  .nouveau .nouv-btn {
    margin: 0 auto;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(24.9%);
  }
  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-24.9%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.carousel-control-next,
.carousel-control-prev {
  top: -125px;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  mix-blend-mode: difference;
}

.img-fluid {
  height: fit-content;
  background-color: white !important;
}

.img-fluid-carousel-bottom { min-height: 500px !important; }
.img-fluid-carousel-top { min-height: 300px !important; }

.img-fluid p {
  min-height: 80px;
  font-size: 16px;
  padding: 10px 20px;
  text-align: left;
}

.team-up {
  height: 30px !important;
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  text-align: center !important;
  line-height: 30px !important;
  font-weight: 300;
}

.team-down {
  height: 30px !important;
  position: absolute;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
  text-align: center !important;
  line-height: 30px !important;
  margin-bottom: 0px !important;
}

#contactForm input,
#contactForm textarea,
#contactForm .label {
  display: block;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #696969;
  height: 50px;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #373737;
}

textarea {
  min-height: 100px;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}