* {
    user-select: none;
}

aside {
    width: 20% !important;
}

.front-header-title {
    font-size: 35pt;
    color: #394DA3;
    font-family: 'poppins-extra-bold';
    line-height: 55px;
}

.warning-text {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;

}

.warning-text > p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
	font-size: 1.8rem;
	margin: 50px 0;
	color: #e10e6e; 

}
/* 
.warning-text > img {
display: flex;
align-items: end;
justify-content: center;
height: 40px;
width: 40px;
margin-right: 20px;
filter: hue-rotate(328deg);
} */

.front-accessibilite {
    font-size: 12pt;
    color: #394DA3;
    font-family: poppins-medium;
    text-transform: uppercase;
    /*line-height: 55px;*/
}


.tisseo-audio-btn-off {
    border: none !important;
    height: 4rem;
    border-radius: 50%;
    width: 4rem;
    color: white !important;
    font-weight: bold;
    opacity: unset !important;
    background-image: url(../img/son-inactif.svg);
    cursor: auto;
    background-size: contain;
}

.tisseo-audio-btn-on {
    border: none !important;
    height: 4rem;
    border-radius: 50%;
    width: 4rem;
    color: white !important;
    font-weight: bold;
    opacity: unset !important;
    background-image: url(../img/son-actif.svg);
    cursor: pointer;
    background-size: contain;
}

.front-question {
    font-size: 1.5em;
    color: #E10E6E;
    font-family: poppins-medium;
    text-transform: capitalize;
    white-space: nowrap;
}

.front-content {
    position: relative;
    top: 170px;
}


.tisseo-background {
    background-color: #4BBE3F !important;
}

.tisseo-white-text {
    color: white;
}
.front-popins-medium {
    font-size: 14pt;
    font-family: poppins-medium;
}
.tisseo-circle {
    border-radius: 50% !important;
}

.home-button-go {
    /* padding-bottom: 40px; */
    /* line-height: 0px; */
    /* padding: 20px 49px 26px 36px; */
    width: 234px;
    height: 62px;
    border: none;
    text-transform: capitalize !important;
}

.home-button-go:hover {
    color: #394DA3;
}

.top-nav {
    max-width: 90% !important;
}