@font-face {
    font-family: 'great_vibesregular';
    src: url('../polices/greatvibes/greatvibes-regular-webfont.eot');
    src: url('../polices/greatvibes/greatvibes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/greatvibes/greatvibes-regular-webfont.woff2') format('woff2'),
         url('../polices/greatvibes/greatvibes-regular-webfont.woff') format('woff'),
         url('../polices/greatvibes/greatvibes-regular-webfont.ttf') format('truetype'),
         url('../polices/greatvibes/greatvibes-regular-webfont.svg#great_vibesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 90%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2B143D;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a, .dropdown-btn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#title {
  transition: margin-left .5s;
  padding: 0px;
}

#titlenav {
  margin-top: 30px;
  transition: margin-left .5s;
  padding: 0px;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #EBDFF4;
  padding-left: 8px;
}

.dropdown-container a {
  color: black;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#container {
  text-align: left;
  transition: margin-left .5s;
  padding: 20px;
}

.right{
  float: right;
  }

h1
{
    text-align: center;
    font-family: great_vibesregular, serif;
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
  }

h2
{
  text-align: center;
  font-family: serif;
  font-size: 20px;
  margin-top: 0px;
}

p
{
  margin-top: 0;
}

.center
{
  text-align: center;
}

.left
{
  margin-top:0;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  float:left;
  font-size: 30px;
}

#title1
{
  margin: 0;
  padding: 0;
  border-bottom: solid 5px #FF304C;
  font-size: 100%;
  font: inherit;
}

#title1nav
{
  margin-top: 30px;
  border-bottom: solid 5px #FF304C;
}

.row
{
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.column
{
  margin-bottom: 16px;
  padding: 0 8px;
  align-items: center;
}

.texte
{
  padding: 0 16px;
}

.test
{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.responsive
{
  width: 100%;
  max-height: 450px;
}

.navbar1 {
  overflow: hidden;
  background-color: #FF304C;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.navbar1 a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
}

.navbar1 a:hover {
  background: #FFD6DB;
  color: black;
}

.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}

.test1 {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
}

.justify {
  text-align: justify;
}

.footer
{
  border-top: solid 5px #FF304C;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sidenav {padding-top: 15px;}
  .sidenav a, .dropdown-btn {font-size: 12px;}
  h2 {font-size: 14px;}
  #topbar {font-size: 9px;}
  .sidenav .closebtn {font-size: 18px;}
  .left {font-size: 18px;}
  #container {transition: initial;}
  .row {
    display: flex;
    flex-direction: column;
  }
  .responsive {
    max-width: 200px;
  }
}

