<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  background-color: var(--color-light);
  /*margin-top: 10vh;*/
  position: relative;
  /*padding-top: 60px*/;
}

h1 {
  color: #09123a;
  font-size: 2rem;
}
/* Bootstrap classes */

.nav-link {
  color: var(--color-primary)
}

.nav li a:hover {
  color: var(--color-light) !important;
  background-color: var(--color-secondary) !important;
}

.nav-link.active {
  color: var(--color-primary) !important;
  background-color: var(--color-accent) !important;
}

.card {
  width: 17rem;
  margin: 20px;
  padding: 20px;
  border: none;
}

.card-img-top {
  width:80px;
  height:80px;
  align:center;
}

.carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.btn{
  border-radius: 20px;
  padding: .5rem 2rem;
  font-weight: bold;
}
.btn:hover {
  color: txt-highlight2;
}

/* End Bootstrap */

.bg-white {
  background-color: white
}
.ct-pad {
  padding: 60px 50px;
}
.ct-pad-inbtw {
  padding: 0px 50px;
}
.ct-pad-scale {
  padding: 4.29vw 3.57vw;
}
.ct-nopadtop { /* useless ? */
  padding-top: 0px;
}
.ct-margin-top {
  margin-top: 60px;
}
.ct-margin-top-narrow {
  margin-top: 15px;
}
.ct-wide {
  max-width: 1200px;
}
.ct-font-s {
  font-size: 0.75rem;
}
.ct-font-style-i {
  font-style: italic;
}
.ct-hero {
  height: 43.07vw; /* 43.07vw */
  display: flex;
  padding-top: 60px;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
  justify-content: center;
  align-items: center;
  background-image: url(https://www.ctolistic.io/img/dr-1504x1296.jpg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.ct-brand__logo {
  height: 40px;
}
.ct-hero__logo {
  height: 7.5vw;
  margin-bottom: 3vw;
}
.ct-hero__id {
  height: 150px;
  width: 150px;
  margin-bottom: 20px;
  display: none;
}
.ct-skills {
  width: 50%;
}
.ct-skills__carousel {
  margin-top: 30px;
}
.ct-mission--hz .icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ct-mission .ct-mission-title {
    margin: 30px 0 15px;
}
.ct-ref__logos &gt; div {
  margin-top: 30px;
}
.ct-ref__logos img{
  width: 130px;
  height: 75px;
  object-fit: contain;
}
.ct-ref__logos a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ct-form-group {
  margin-bottom: 15px;
}
.ct-form-hp {
  display:none;
}


@media only screen and (max-width: 1399.98px) {
  .ct-skills {
    width: 70%;
  }
}

@media only screen and (max-width: 767.98px) {
  .ct-hero__id {
    display: inline;
  }
  .ct-hero {
    background-image: none;
    margin-bottom: 2em;
    text-align: center;
    height: auto;
  }
  .ct-skills {
    width: 85%;
  }
}

@media only screen and (max-width: 992px) {
  .ct-margin-top {
    padding-top:0px;
  }
  .ct-hero__logo {
    display:none;
  }
  .ct-hero {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*

.container-fluid, .container {
  padding: 60px 50px;
}

.ct-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-legal {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ct-credits {
  margin-top: 25px;
  font-size: 12px;
}

.ct-apropos {
  text-align: justify;
  font-size: 16px;

}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}



*/
</pre></body></html>