@import url(https://fonts.googleapis.com/css2?family=Castoro:ital@1&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Niconne&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 footer, header, main, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}


input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-md-6, .col-md-4, .col-md-3, .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control {
  appearance: none;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-img,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}
@media (min-width: 992px) {

  .d-lg-flex {
    display: flex !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-center {
  align-items: center !important;
}

.w-25 {
  width: 25% !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}


.py-2 {
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 3rem !important;
}


.py-5 {
  padding-top: 3rem !important;
}


.px-5 {
  padding-right: 3rem !important;
}


.py-5 {
  padding-bottom: 3rem !important;
}


.px-5 {
  padding-left: 3rem !important;
}

.text-justify {
  text-align: justify !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
}

.row {
  margin: 0 !important;
}

.iconMenu {
  position: relative;
  height: 64px;
  width: 64px;
  z-index: 5000;
}

main {
  min-height: 300px;
}

.headMessage h1 {
  display: block;
  padding: 5px 0px;
  color: #294c9c;
  text-transform: uppercase;
  border-bottom: 5px solid #21234c;
  position: relative;
}
.headMessage h1::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  border-top: 10px solid #EAB308;
  top: -5px;
  left: 0px;
}
.headMessage h5 {
  color: #21234c;
}

header {
  z-index: 9999;
}
header#homepage, header#otherpage {
  width: 100%;
  background-color: white;
  background-size: cover;
  background-blend-mode: screen;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  header#homepage, header#otherpage {
    height: 100%;
  }
}
header#homepage div#partHead, header#otherpage div#partHead {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-shadow: 0px 0px 5px black;
}
@media (max-width: 768px) {
  header#homepage div#partHead, header#otherpage div#partHead {
    position: relative;
    justify-content: space-between;
    align-items: center;
  }
}
header#homepage div#partHead img#logoheader, header#otherpage div#partHead img#logoheader {
  height: 100px;
  width: auto;
  flex-grow: 1;
  padding: 10px;
}
header#homepage #menuHome, header#otherpage #menuHome {
  display: flex;
}
header#homepage #menuHome > div, header#otherpage #menuHome > div {
  position: relative;
  bottom: 0;
  display: flex;
  height: 100%;
}
header#homepage #menuHome > div > a, header#otherpage #menuHome > div > a {
  font-weight: bold;
  height: 100%;
  display: block;
  padding: 0 20px;
  color: #294c9c;
  line-height: 100px;
  font-size: 24px;
  transition: border 0.5s ease;
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 50;
}
header#homepage #menuMobile, header#otherpage #menuMobile {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 666;
  background: rgba(33, 35, 76, 0.8);
}
header#homepage #menuMobile.active, header#otherpage #menuMobile.active {
  display: flex;
  animation-duration: 1s;
  animation-name: slideMenu;
  animation-fill-mode: forwards;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@keyframes slideMenu {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
header#homepage #menuMobile.fadeOut, header#otherpage #menuMobile.fadeOut {
  display: flex;
  animation-duration: 1s;
  animation-name: fadeOut;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
header#homepage #menuMobile > div, header#otherpage #menuMobile > div {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 999;
}
header#homepage #menuMobile > div > a, header#otherpage #menuMobile > div > a {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: block;
  color: white;
  line-height: 100px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}
header#homepage #slogan, header#otherpage #slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 10px;
  font-size: 50px;
  background-color: #21234c;
  width: 80%;
  margin-top: 10px;
}
@media (max-width: 768px) and (min-width: 577px) {
  header#homepage #slogan, header#otherpage #slogan {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  header#homepage #slogan, header#otherpage #slogan {
    flex-direction: column;
  }
}
header#homepage #slogan > p, header#otherpage #slogan > p {
  text-align: center;
  margin-bottom: 0px !important;
  color: white;
  border-radius: 25px;
  padding: 20px;
  font-weight: bold;
}
header#homepage #slogan > div, header#otherpage #slogan > div {
  display: flex;
  text-transform: capitalize;
  width: 300px;
  overflow: hidden;
  height: 75px;
  justify-content: center;
}
header#homepage #slogan > div > p, header#otherpage #slogan > div > p {
  padding: 0 10px;
  position: relative;
  display: none;
  height: 100%;
}
header#homepage #slogan > div > p.active, header#otherpage #slogan > div > p.active {
  display: block;
  animation-duration: 5s;
  animation-name: slide;
  animation-fill-mode: forwards;
}
@keyframes slide {
  0% {
    top: -100%;
  }
  33% {
    top: 0%;
  }
  66% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}

#block-header-main {
  background: url("/asset/img/design/fond_mainpage.jpg") no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  box-shadow: 0 0 5px black;
}
#block-header-main h2 {
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 5px black;
  font-weight: 30px;
}

a.btn-perso {
  border-radius: 25px;
  background-color: #21234c;
  color: white;
}
a.btn-perso:hover {
  color: white;
  background-color: #294c9c;
}

.cardperso-body .btn {
  border-radius: 25px;
  background-color: #21234c;
  color: white;
}
.cardperso-body .btn:hover {
  background-color: #294c9c;
}

.cardperso-body {
  padding: 10px;
}

.card a {
  color: #21234c;
}
.card a h5 {
  border-bottom: 3px solid #EAB308;
  font-weight: bold;
  padding-bottom: 5px;
}

main {
  position: relative;
  z-index: 20;
  max-width: 2000px;
}
@media (max-width: 768px) {
  main {
    padding: 0px;
  }
}
main #title-page {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
main #title-page h1 {
  color: #21234c;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 50;
  display: block;
}
main #title-page h1::first-letter {
  display: inline-block;
  font-size: 60px;
  background-color: #21234c;
  color: white;
  padding: 5px;
}
main .block-description {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  main .block-description {
    padding: 10px;
  }
}
main .block-description .text-description {
  padding: 10px;
  flex-basis: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  main .block-description .text-description {
    flex-basis: 100%;
  }
}
main .block-description .text-description h2 {
  display: block;
  padding: 5px 0px;
  color: #294c9c;
  text-transform: uppercase;
  border-bottom: 5px solid #21234c;
  position: relative;
}
main .block-description .text-description h2::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  border-top: 10px solid #EAB308;
  top: -5px;
  left: 0px;
}
main .block-description .text-description > p {
  padding: 10px;
}
main .block-description .text-description .list-service {
  background-color: rgba(25, 27, 58, 0.8);
  border-radius: 10px;
  padding: 15px;
}
main .block-description .text-description .list-service > ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 0;
}
main .block-description .text-description .list-service > ul > li {
  position: relative;
  list-style: none;
  display: table;
  padding-left: 34px;
  padding-right: 5px;
  flex-basis: 50%;
}
main .block-description .text-description .list-service > ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: #EAB308;
  border-radius: 34px;
  transition: background 0.5s, width 0.5s;
  transition-delay: 0.5s, 0s;
  border: 2px solid #EAB308;
}
main .block-description .text-description .list-service > ul > li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.5s;
  transition-delay: 0s;
}
main .block-description .text-description .list-service > ul > li > p {
  position: relative;
  z-index: 10;
  padding: 5px 10px;
  color: #fff;
}
main .block-description .text-description .list-service > ul > li > p > a {
  color: #fff;
  border-bottom: 2px solid #EAB308;
}
main .block-description .text-description .list-service > ul > li:hover::after {
  transform: rotate(45deg) scale(1.5);
  transition-delay: 0.5s;
}
main .block-description .img-description {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 400px;
  width: 265px;
}
@media (max-width: 768px) {
  main .block-description .img-description {
    flex-basis: 100%;
  }
}
main .block-description .img-description > img {
  width: auto;
  height: 400px;
  border-radius: 25px;
}
main .block-description .img-description > div {
  flex-basis: 90%;
  height: 90%;
  position: relative;
}
main .block-description .img-description > div > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  z-index: 10;
  border-radius: 25px;
}
main .block-description:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  main .block-description:nth-child(odd) {
    flex-direction: row;
  }
}
main div.card-img {
  height: 150px;
  overflow: hidden;
}

footer {
  background-color: rgba(25, 27, 58, 0.8);
  min-height: 100px;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
}
footer > div > h4 {
  display: block;
  position: relative;
  z-index: 50;
  padding-bottom: 5px;
  border-bottom: 5px solid white;
}
footer > div svg {
  fill: white;
}

form label {
  width: 250px;
  font-weight: bold;
}

h2#apply {
  display: block;
  padding: 5px 0px;
  color: #294c9c;
  text-transform: uppercase;
  border-bottom: 5px solid #21234c;
  position: relative;
}
h2#apply::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  border-top: 10px solid #EAB308;
  top: -5px;
  left: 0px;
}

button {
  background-color: #21234c;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button:hover,
button:focus {
  background-color: #294c9c;
}
