body, html {
    height: 100%;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
  }

/* custom top nav bar */
  .jj-top-nav {
    height: 50px;
    font-size: 15px;
  }

  .jj-margin-bottom-5 {
      margin-bottom: 5px;
  }

.jj-margin-bottom-10 {
    margin-bottom: 10px;
}

.jj-mt-20 {
    margin-top: 20px;
}

.jj-btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-size: 15px;
    border-radius: 25px;
    cursor: pointer;
}

.jj-carre {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-size: 15px;
    border-radius: 25px;
}

.btn-carousel {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-size: 20px;
    border-radius: 25px;
    cursor: pointer;
}
      
  /* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: white;
  }
  
  /* Bottom left text */
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 20%;
  }
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 80px;
    left: 16px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 80px;
    right: 16px;
  }

  .position-panel-left {
    position: absolute;
    top: 40%;
    left: 10px;
  }

  .position-panel-right {
    position: absolute;
    top: 40%;
    right: 10px;
  }
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 20%;
  }
  
  /* Centered text */
  .centered {
    /*color: #f1f1f1; Grey text */
    color: black;
    /*text-shadow: 3px 2px yellowgreen;*/ 
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.carre {
    border: 3px solid green;
    border-radius: 25px;
    background: rgba(153, 224, 177, 0.4);
  }

  .content {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.2); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 20px; /* Some padding */
  }

  .coin-aroundie {
	border-radius: 25px;
}

.test {
	background-color: black;
}

.centrer {
    text-align: center;
    border: 3px solid green;
}

.brand-color {
    color: black;
}

/* Section Footer */

.footer {
    background-color: black;
    color: #f1f1f1;
}

.footer a {
    color: white;
}

.footer a:hover {
    text-decoration: underline;
  }

  /* Section Parallax */
  
  .parallax {
    /* The image used */
    background-image: url("/assets/img/guichet_desjardins.jpg");

  
    /* Set a specific height */
    min-height: 300px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax2 {
    /* The image used */
    background-image: url("/assets/img/carousel/tpv.jpg");

    /* Set a specific height */
    min-height: 300px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

 