#titleV {
  font-size: 40px;
  font-family: var(--police1);
    margin:0;
  padding: 0;
}

#flx {
	display: flex;
	column-gap: 140px;
	text-align:center;
	margin-left:5%;
	margin-right:5%;	
	margin-top: 3%;
}

#onglets_usa {
	font-size: 16px;
}

#prio{
	text-decoration:underline;
}

#techn {
	text-decoration: underline;
}

.bold {
	font-weight: bolder;
}


.li {
	text-decoration: underline;
}

@media screen and (max-width:700px) {
#flx {
    display:block;
}
#profesio {
    visibility:hidden;
}
#titleV {
    font-size:27px;
}
.colum {
    margin-top:-30%;
}
#esilor {
    margin-top:45%;
}

}