#persoData {
	visibility:hidden
}
.navbar-brand img {
	width: 180px;   
	height: 100px;
    opacity: 1;
}

main {
  position: absolute;
  z-index: 1;
  top: 100px;
}

.nav-link {
    color: #948d41 !important;
}

.col-sm-5 img {
    width: 100%;

}

.div-s{
	  background-color: #c9c41e;
}
.my-toggler.navbar-toggler {
            border-color: #948d41;
}
.my-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(148,141,65, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

h2 {
	    color:#c9c41e;
}
h4 {
	    color:#c9c41e;
}
p {
	
	font-size: 18px;
	
}
.sep {
	        background-color: #EBEBEB;

}

.lun {
	text-align: right;
}
.lun2 {
	text-align: left;
}

.part {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0px 0px; 

}

fac {
  font: italic  bold 24px/30px Arial;
    text-decoration: underline;

}

.page-footer, .page-footer-space {
  height: 120px;

}

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid black;
}
