.cta-enm-automne {
    background-color: #fff;
    border-radius: 5px;
    color: #2d2a29;
    font-size: 1rem;
	 font-family: Muli,Arial,sans-serif;
    padding: 10px 20px;
    position: absolute;
    margin: 0 auto; 
    text-align: center;
    width: 50%;
    width: fit-content;
    bottom: 6%;
    right: 0;
    left: 0;
    /*border: 1px solid #263a46;*/ 
    z-index: 1;
    cursor: pointer;
}

.cta-enm-automne:hover {
    background-color: #263a46;
    color: #ffffff;
    transition: 0.2s;
}
