body {
  background-image: url("/images/icons/body_background.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.navbar{
    --bs-bg-opacity: 0.5;
}
.header_logo {
    position: relative;
    z-index: 5;
    width: 68px;
    height: 60px;
    }
.body_logo {
    position: relative;
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
    background-image: url("../images/logo.svg");
    background-size: 100%;
    }

.footer_bg {
    background-color: #000000;
}
.footer_logo {
    height: 85px;
    width:  85px;
    margin-right: 10px;
    border-radius: 5%;
    background-color: white;
    }
.footer_ico{
  height: 40px;
  width:  40px;
    }
.footer_txt{
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 1rem;
  text-decoration: none;
    }
p {
  margin: auto;
}
.text_1 {
  color: rgb(1, 2, 68);
  font-weight: 300;
  font-size: 1.25rem;
  text-decoration: none;
  margin: 10px;
}
.me-auto {
    margin-left: auto!important;
}
.name1 {
  color:#72cd0c;
	font-weight: 900;
  font-size: 1.2rem;
  text-decoration: none;
}
.name2 {
  color:#00034d;
}
.name3 {
  color:#00034d;
	font-weight: 100;
  font-size: 0.8rem;
  margin-left: 5px;
}
.name_1 {
  color:#72cd0c;
	font-weight: 900;
  font-size: 2rem;
  text-decoration: none;
}
.name_2 {
  color:#00034d;
  font-size: 2rem;
}
.name_3 {
  color:#00034d;
	font-weight: 100;
  font-size: 1.75rem;
  margin-left: 5px;
}
.name_4 {
  color:#00034d;
  font-weight: 600;
  font-size: 2rem;
  text-decoration: none;
}
.bg_details{
 background-color: rgb(255, 255, 255);
}
.icon{
  width: 36px;
  height: 36px;
}
.icon_1{
  width: 65px;
  height: 65px;
}
.icon_2{
  width: 85px;
  height: 85px;
}
.icon_text{
  display: flex;
  justify-content: space-between;
  border-bottom: solid;
  margin: 5px 10px;
}
.icon_text01{
  display: flex;
  justify-content: space-between;
  margin: 5px 10px;
}
.title{
  display: flex;
  align-items: flex-end;
}
h4.details{
margin: 0px 0px 0px;
}

.text_details{
  color: black;
  font-weight: 300;
  font-size: 1rem;
}

.titre{
  color: #2c4b84;
  margin: 8px 8px 8px;
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: solid;
}
.specific{
  font-weight: 400;
    font-size: 0.9rem;
}
.ramka{
  border: solid;
}
.card-tit{
  color: black;
  font-weight: 500;
  font-size: 0.8rem;
  text-align: center;
}
