
body{
  margin: 0;
  color: #0073DE;
}


/* ---- reset ---- */

a {
    color: #0d6efd;
    text-decoration: none;
}

.construction{
  color:white;
  font-size:40px;
}
.heigh-800{
  height:800px;
}
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E4EFFF;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -6;
}
/* ---- particles.js container ---- */
.up{

  position: absolute;
}

.particles-js-canvas-el{

z-index: -4;
}
#particles-js {

  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -30;

}

/* ---- carousel---- */

/* ---- stats.js ---- */

.count-particles{
  background: red;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

section {
  z-index: 1;
  min-height: 700px;
}
.styck-head{
      position: sticky;
      top: 100px;
}
.slid-ind{
  min-height: 600px;
}
.pad-l-25{
  padding-left: 25px;
}
.bg-blueb{
background-color: #5655ff1f;
color: #0073de!important;
border: none;
}
.bg-blueb:hover{
background-color: white;
-webkit-transition:  0.3s ease-in-out;
    -moz-transition:  0.3s ease-in-out;
    -ms-transition:  0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
    transition:  0.3s ease-in-out;

}
.img-ind:hover{
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
  -webkit-transition:  0.2s ease-in-out;
      -moz-transition:  0.2s ease-in-out;
      -ms-transition:  0.2s ease-in-out;
      -o-transition:  0.2s ease-in-out;
      transition:  0.2s ease-in-out;
}

.shadow-lg {
    box-shadow: 0 1rem 1rem rgba(0,0,0,0.25)!important;
}
.dropshad{
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.50));
}
.color-title{
  color: #0073DE!important;
}

.ligne1{
font-size: 30px;
}
.ligne2{
  display: inline;
}
/*navbar*/
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    margin-left: 15px;
}
.nav-hm{
  padding: 0px;
}
.btn-rdv{
  font-size: 11px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: -15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1 !important;
  background-color: #0073DE;
  text-decoration: none;
}
.navbar-nav > .nav-item > .nav-link {
    font-size: 11px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    color: #0073DE;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1 !important;
}
.navbar-nav > .nav-item > .nav-link:hover {
    font-size: 11px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    color: #8DBCE7;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1 !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #0073DE!important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-left:  6px solid rgba(22,104,253, 0.00);
    border-radius: 0px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.00rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #0073DE;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-left:  6px solid rgba(22,104,253, 0.00);
}
.dropdown-item:hover {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #0073DE;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-left:  6px solid rgba(22,104,253, 0.99);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
    background-color: #0073DE;
}
/*header*/
.headline{
  margin-bottom: 4rem;
}
.fixedhead{
  background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;

}
.pos-rel{
  position: relative;
}
.pos-abs{
  padding-left: 5px;
  margin-right:15px;
}
.overmain{
  position: absolute;
  z-index: 32;
  bottom: 25%;

}
.headtxt{
  font-size: 30px;
  font-weight: 300;
}
.img-bg-intro{
  background-image: url(../img/circle-h.png);
  background-position: center;
  background-size: cover;
  z-index: 99;
  min-height: 200px;

}
/*bodyliDne-index*/
.bodyline-index{

}
.para-head{
  position: relative;
  top: -190px;
  z-index: 2;

}
.text-head-info{
  padding-top: 50px;
  font-weight: 900;
}

.btn-outline-info {
    color: #0073DE;
    border-color: #0073DE;
    background-color: #ffffffb0;
}

/*bodyline-mesure*/
.bodyline-mesure{
  background-image: url(../img/v-mesure.png);
  background-position: top;
  background-size: cover;
  color: #006383;
  padding-top: 100px;
  z-index: 2;
  height: 250px;
  background-color: rgb(211 232 253);
  opacity: 0.99;
}
/*bodyline-contact*/
.bodyline-contact{

      padding-top: 100px;
      padding-bottom: 100px;
      color: #0d6efd !important;
}
.cabinet-photo{
  max-height: 400px;
}
.lh-height{
  margin-bottom: 0.2rem;
}
.contact-high{
  font-size: 25px;
  font-weight: lighter;
  margin-top: 15%;
}
.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}
.table{
  color: rgb(13, 110, 253) !important;
  background-color: aliceblue;
  border-radius: 3px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #0d6efd!important;
}
.table-info {
    --bs-table-bg: none;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: none;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #0073DE;
    border-color: #badce3;
    height: 41px;
}

th>.row{
  min-height: 41px!important;
}

/*bodyliDne-doc*/
.font-sz-doc-desc{
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.font-sz-doc-desc:hover{
  opacity: 50%;
}
.font-sz-doc-title{
  font-size: 20px;
  font-weight: 500;
}
.img-bg{
  background-image: url(/img/isabelle-moes.jpg);
  background-position: center;
  background-size: cover;
  min-height: 600px;

  z-index: -1;
}
.w-desc{
  max-width: 405px;
}
.bodyline-doc{
  padding-top: 100px!important;
}
.bodyline-presentation{

  color: #0073DE;
  background: rgba(212, 233, 253, 0.99);
}
.presentation-head{
 font-size: 20px;
 font-weight: 300;
}
/*bodyline-cons*/
.bodyline-cons{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(212, 233, 253, 0.6);
}
.bodyline-cons-page{
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: rgba(212, 233, 253, 0.6);
}
.h-290x{
  height: 235px;
}
.bgim-cons{
      background-image: url(../img/cons1.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      max-height: 487px;
      background-size: cover;
      z-index: 10;
}
.log{
  max-width: 115px;
      padding-bottom: 20px;
}
.bg-grid-cons{
  background-color: white;
}
/* Rectangle 12 */
.grid-col3{
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.rect-cons{

border-top-width: 0;
border-bottom-width: 1px;
border-left-width: 1px;
padding: 3rem 2.5rem 3.75rem;
border-right-width: 1px;
}
.rect-cons-em{

margin: 0px;
padding: 15px;
min-height: 250px;
background: #9beef6;
color: white;
font-size: 1.5rem!important;

}

/*bodyliDne chirurgie*/

.ttle1{
  padding-top: 100px;
  padding-bottom: 200px;
}
.bodyline-chirurgie{
  padding-top: 100px!important;
  color:#0073DE;
}
.img-chirugie{
  height: 350px;

}
.l-hr{
  width: 100px;
  height: 2px!important;
}

.list-item-n{
 list-style-type: none;
}
.list-item-n:hover{
 opacity: 0.6;
}
#car2{
  top:10%;
}
/*footer*/
.footer-bar{
  color:#0073DE!important;
  background-color: white;
}
.nav-link-foot {
    display: block;
    padding: 0.2rem 0.2rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/* bodyline-esthetique */
.bodyline-esthetique{
  padding-top: 100px!important;
  color:#0073DE;
}
.chirugie-inf-size{
  max-height: 250px;
  text-align: center;
  margin-top: 100px;
}
.stronger{
  font-weight: 600;
}
.bg-chirugie_1{
  background-color: #E4EFFF;
}
.bg-chirugie_2{
  background-color: #b2fcbc;
}
/* bodyline-chirugie-index */

.bodyline-chirugie-index{
  padding-top:100px!important;
  padding-bottom:100px!important;
  color:#0073DE;
}
/*media*/
.container-fluid{
      padding-left: 0;
      padding-right: 0;
    }
.carousel-item.active img{
    transition: transform 10000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}


@media (max-width: 999px) {
.bgim-cons{
      background-image: url(../img/cons1.jpg);
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 487px;
      background-size: cover;
      z-index: 10;
}
#car2{
  top:0%;
}
.chirugie-inf-size{

  margin-top: 0px;
}
.p-5{
  padding: 1rem!important;
}
.headtxt{
  font-size: 23px;
}
.styck-head {
    position: sticky;
    top: 100px;
    height: 1000px;
}
.para-head{
  position: relative;
  top: -50px;
  z-index: 2;

}
}
