
.espacepro h1 {
    text-align: center;
}
#cnx-formul {
    background: white;
    padding: 0px 20px 1px 20px;
    border-radius: 0.25em;
    margin-top: 60px;
    opacity: 0.8;
    border: 1px solid;
}

#content .box-menu-rol .text {
    min-height: 180px;
}
#content .box_skin {
    background: 0 0;
}
#content .box_skin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#content .box-menu-rol {
	justify-content: space-around;
    display: flex;
    float: none;
}
#content .box-menu-rol .picture {
    height: 170px;
    overflow: hidden;
    display: block;
	text-align: center;
}
.w33 {
    width: 33.33333333%;
}
@media (max-width: 1200px){
    .w33, .w50, .w66, .w75, .w80, .w20 { width: 50%; }
}
@media (max-width: 768px){
    .w25, .w33, .w50, .w66, .w75, .w80, .w20 { width: 100%; }
}