html {
  scroll-behavior: smooth;
}
a:hover{
  color: #611122 !important;
}
body{
  font-family: 'Montserrat', sans-serif;
}
#carouselExemple{
    width: 50%;
    margin: 0 auto;   
}
.carousel-item img{
    width: 200em;
    height: auto;
}

.carousel-text-zer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 10;
}
.icon_title{
  width: 50px;
  height: auto;
  display: inline;
  object-position: right;
}
.testblock{
  display: inline;
}

.prez{
  color: red;
  width: 50%;
  height: auto;
  
}

.logo{
  width: 25px;
  height: auto;
}

.logo_accueil{
  width: 150px;
  height: auto;
}
#footer{
  padding-top: 10px;
}
.logo_footer{
  width: 200px;
  height: auto;
}
.img_profil{
  width: 150px;
  border-radius: 50%;
}

.bg-da-clear{
  background-color: white;
  color: #611122;
}

.bg-da-fonce{
  background-color: #611122 ;
  color: white;
}

.color-da-fonce{
  color: #611122 !important ;
}

.footborder{
  border-top: 10px solid #611122;
}
.navborder{
  border-bottom: 10px solid #611122;
}

.nav-item{
  margin: 15px;
}
#belek{
  display: flex;
  position: absolute;
  justify-content: center;
  max-height: 300px;
  width: 100%;
  z-index: 1;
}
.bold{
  font-weight: bold;
}
.underline{
  text-decoration: underline;
}
.inliner{
  display: inline;
}

.card .accordion .collapsed{
  background-color: transparent;
}
.btn{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: white !important;
}
.btn:hover{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: white !important;
}

.img-pp{
  width: 100%;
  height: auto;
}