
* {
    font-family: 'Baloo 2', serif;
  }
  p, navbar {
    font-size: 18px;
    font-family: 'Baloo 2', serif;
  }
  
  html, body {
      max-width: 100%;
      overflow-x: hidden;
  }

  .fill-primary {
    fill: #09B850 !important;
  }

  .white-triangle {
    background-image: linear-gradient(to bottom left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #fff 50.5%, #fff 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 200px;
  }
  
  .bg-blue {
    background-color: #0097d2;
  }

  .blank_header {
    height: 60px;
  }

  .display-flex {
    display: flex;
  }

  .page_spe .header-text, .page_spe .header-text h1 {
    text-align:left;
    line-height: 42px;
  }

  .flex-bot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .w-50p {
    width: 50%;
  }

  .page_spe .header-text p {
    font-size: 21px;
  }

  #tel-fixed-mb {
    height: 70px;
    width: 98%;
    max-width: 400px;
    position: fixed !important;
    z-index: 2;
    bottom: 30px !important;
    text-align: center;
    background: linear-gradient(to left, #53cfef 0%, #007bff 100%);
    border-radius: 30px;
    transform: translate(-50%);
    left: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: block;
 }

 #tel-fixed-mb .tel {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    text-decoration: none !important;
 }

 @media (min-width: 769px)  {
    .navbar-brand-svg { font-size: 21px;  font-weight: bold;}
    .parallax-transverse { height:auto; padding-top: 150px; padding-bottom: 100px; background-image: url('../images/pexels-nic-scrollstoppingphotos-28119421.jpg'); position: relative; top: 0; bottom: 0; left: 0; right: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; width: 100%;}
    
  }

  @media (max-width: 768px) and (min-width: 0px)  {
    .parallax-transverse { height:auto; padding-bottom: 100px; background-image: url('../images/pexels-nic-scrollstoppingphotos-28119421.jpg'); position: relative; top: 0; bottom: 0; left: 0; right: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; width: 100%;}

  }

  .font-size-a-partir-de {
    font-size: 10px;
    font-weight: bold;
  }

  .nom-entreprise {
    font-family: "Birthstone", serif;
    font-size: 36px;
    float: right;
    margin: 10px 0 0 8px;
  }

  .police-birthstone {
    font-family: "Birthstone", serif;
    font-size:35px;
  }

  .fill-1 {
    fill: #ffc107;
  }

  .fill-2 {
    fill: #0d6efd;
  }

  .fill-3 {
    fill: #198754;
  }

  .fill-4 {
    fill: #dc3545;
  }

  .underline {
    border-top-style: solid;
    border-top-width: 2px; 
    width:35%; 
    border-color: #f30038;
    margin-bottom: 65px;
  }