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

.custom-toggler .navbar-toggler-icon {
  background-image: url('./image/pictogrames/hamburger-collapse-blanc.png');
  
}

#backToTopBtn {
        position: fixed; /* Reste fixe à l'écran */
        bottom: 20px; /* Distance depuis le bas */
        right: 20px; /* Distance depuis la droite */
        z-index: 1000; /* S'assure qu'il reste au-dessus de tout */
        background-color: #737860;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
    #backToTopBtn:hover {
        background-color: #5a5f4d;
    }

.nav-link {
  color:white;
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    color: #c3c3c3 !important;
}

a:hover .bi-instagram,
a:hover .bi-facebook,
.bi-instagram:hover,
.bi-facebook:hover {
    color: #c3c3c3!important;
}

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

.nav-item {
  word-spacing:-0.1em;
}

.footer a.active {
    color: #4d513f !important;
}

.section1 {
    background-color:#737860;
    width: 100%;
}
.section2 {
    background-color:#4D5337;
    width: 100%;
}

.contenu {
    max-width: 1000px;
    color:white;
    margin: auto;
}

.row {
  margin-right:0;
  margin-left:0;
}

.col {
  padding-right:0;
  padding-left:0;
}

*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.card {
  margin:20px;
}
@media (min-width: 850px) and (max-width: 1000px) {
  .navbar .nav-link {
    font-size: 1rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }
    .telephone {
    margin-left:-20px;
    font-size: 90%;
  }
}

@media (max-width:850px) {‡
  .contenu {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .card {
    margin:0px;
  }

  .telephone2 {
    margin-left:30px;
    margin-right: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: 1rem;
  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:80%;
  border:0.6px solid rgb(224, 224, 224);
}

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

h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d513f;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4d513f;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

h4 {
  font-size: 0.8rem;
  font-weight: bold;
  color: black;
}

a {
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
  color: #4d513f;
}

.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;
} */