:root {
  --carousel-font-size-small: 14pt;
  --carousel-font-size-large: 24pt;
}

.nav-link.fa {
  position: relative;
  top: 4px;
}

.nav-item {
  word-spacing:-0.1em;
}
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
  .navbar .nav-link {
    font-size: 1rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
}

@media (max-width:768px) {
  .toggle-pannel {
    margin-left:-30px;
  }

  .telephone i {
    margin-left: 20px;
    font-size: 75%;
  }
  .telephone {
    margin-left:-20px;
    font-size: 90%;
  }

  .telephone2 {
    margin-left:30px;
    font-size: 70%;
  }
  .two-columns {
    flex-direction: column;
  }
  .separator {
    width: 100%;
    height: 2px;
  }
  .twobuttons {
    flex-direction: column; 
    width:fit-content;
    height : 100%;
    left : 50%;
    position : relative;
    transform : translate(-50%, 0);
    gap: 15px;
  }
}

.telephone-inter {
  line-height: 2.2;
}

body {
  font-size: 1.2em;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Garamond, palatino, Georgia, serif;
}

footer {
  margin-top: auto;
}

img {
  pointer-events: none;
}

hr {
  opacity:100%;
  border:0.6px solid black;
  background-color:black;
  color: black;
}

.little-space h2 {
  padding-bottom: 15px;
}

h1 {
  font-size: 1.44rem;
  font-weight: bold;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: black;
}

a.underline {
  text-decoration: underline;
}

.unbreakable {
  hyphens: none;
}

p {
  hyphens: auto;
}

.puce {
  display:list-item;
  list-style-type:disc;
  margin-left:1.5em;
  font-weight: bold;
  margin-top:50px;
  margin-bottom:0px;
}
.sub-text-descr {
  font-size: 18px;
  line-height: 2.0;
  text-align: center;
  padding-left : 25px;
  padding-right : 25px;
}
.sub-title {
  font-size: 1.22rem;
  top: 15px;
  padding-bottom: 20px;
  display:block;
  position:relative;
  font-style:italic; 
}

.twobuttons {
  display : flex; 
  text-align: center;
  left : 50%;
  position : relative;
  transform : translate(-50%, 0);
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}

.two-columns {
  display: flex;
  width: 90vw;
  position:relative;
  left:50%;
  transform:translateX(-50%);
  }
      
.column {
  flex: 1;
  padding: 20px;
  }
      
.separator {
  width: 2px;
  background-color: #000;
  align-self: stretch;
  }


/* .caption {
  text-align: center;
} */

/* h2:first-child {
  margin-top: 0px;
} */

/* .telephone {
  font-size:100%;
}

.telephone2 {
  font-size:100%;
}

.telephone-inter {
  font-size:100%;
}
 */

/*  main::before {
  content: "";
  background: rgba(255, 255, 255, 0);
  pointer-events: all;
} */

/* .position-relative {
  position: relative;
} */

/* .photo-container {
  max-width: 300px;
  margin-bottom: 20px;
}

.photo-container img {
  max-width: 100%;
  height: auto;
} */