@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

.jeu_bd .choix,
.jeu_bd .nowrap {
	white-space: nowrap;
}

.jeu_bd .choix {
	font-weight: normal;
	font-family: Sans-serif;
}

.jeu_bd .mot{
    font-weight: 700;
    padding: 0 1px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
	font-family: "Barlow", Sans-serif;
}

.jeu_bd .mot.active{
    background: #FED700;
}

.jeu_bd li.mot span {
    display: inline-block;
    padding: 0 .5vw
}

.jeu_bd li.mot.active{
    background: transparent;
}

.jeu_bd li.mot.active span{
    background: #FED700;
}

.jeu_bd .mot.active_red{
    background: red;
    color: #fff;
}

.jeu_bd .mot.active_green{
    background: green;
    color: #fff;
}

.jeu_bd .slider-box{
    position: relative;
    display: flex;
    align-items: center;
}

.jeu_bd .slider-box .arrow{
    position: absolute;
    cursor: pointer;
}

.jeu_bd .slider-box .arrow.arrow-prev{
    left: 10px;
    width: 40px;
    display: none;
    width: 60px;
    height: 60px;
    animation: none;
    background-color:  transparent;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    z-index: 1;
}

.jeu_bd .slider-box .arrow.arrow-next{
    right: 10px;
    width: 40px;
    animation: none;
    width: 60px;
    height: 60px;
    animation: none;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.jeu_bd .slider-box .arrow i{
	color: rgb(248, 146, 71);
	font-size: 50px;
    font-weight: 700;
}

.jeu_bd .slider-box .slider-bd-track{
    width: 1200px;
    margin: 0 auto 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jeu_bd .slider-box .slider-bd-track .item{
    display: none;
    border: 4px solid transparent;
    position: relative;
}

.jeu_bd .bdImage{
	display: flex;
	align-items: stretch;
}

.jeu_bd .bubble{
	height: 120px;
    background-color: #fff;;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 10px;
}

.jeu_bd .slider-box .slider-bd-track .item.active{
    display: block;
    width: 100%;
}

.jeu_bd .slider-box .slider-bd-track .item p{
    text-align: center;
    margin: 0;
}

.jeu_bd .dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.jeu_bd .dots .dot{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.jeu_bd .dots .dot.error{
    background: red;
}

.jeu_bd .dots .dot.active{
    border: 3px solid #FED700;
}

.jeu_bd .dots .dot.done,
.jeu_bd .dots .dot.done.error{
    background: green;
}

.jeu_bd .dots .dot.no_choices {
    background: gray;
}

.jeu_bd .dictee-box{
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
}

.jeu_bd .dictee-box p{
    margin: 0;
}

.jeu_bd .tabs{
    display: flex;
    justify-content: center;
}

.jeu_bd .tabs .tab{
    margin: 0 10px;
    cursor: pointer;
}

.jeu_bd.jeu1 .titre > p{
	color: #fff;
	font-size: 69px;
	line-height: 1.3 !important;
	font-weight: 700;
	font-family: Barlow Semi Condensed;
	text-align: center;
}

.jeu_bd .dictee-title > p {
    color: #fff;
    font-size: 36px;
	line-height: 1.3 !important;
    font-weight: 700;
    font-family: Barlow Semi Condensed;
    text-align: center;
}

.jeu_bd .formulaire form .form-parent{
	display: flex;
}

.jeu_bd .formulaire form .form-parent .form-child:first-child{
	flex: 1 1 50%;
	padding-right: 10px;
}

.jeu_bd .formulaire form .form-parent .form-child:last-child{
	flex: 1 1 50%;
	padding-left: 10px;
}

.jeu_bd .formulaire form .form-parent .form-child.full {
    flex: 1 1 100%;
}

.jeu_bd .formulaire form .form-parent .form-child.full:first-child{
    padding-right: 0px;
}

.jeu_bd .formulaire form .form-parent .form-child.full:last-child{
	padding-left: 0px;
}

.jeu_bd .formulaire form input[type="email"],
.jeu_bd .formulaire form input[type="text"],
.jeu_bd .formulaire form input[type="number"],
.jeu_bd .formulaire form select{
	width: 100%;
	margin-bottom: 20px;
	height: 70px;
	font-size: 20px;
	padding: 0 20px;
	border: 2px solid #fff;
    background-color: #fff;
}

.jeu_bd .formulaire form select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #fff url(../images/select_arrows_2.png) no-repeat center right 20px;
	background-size: 14px 23px;
    font-size: 20px;
    padding: 0 20px;
}

.jeu_bd .formulaire form input[type="email"]::-webkit-input-placeholder,
.jeu_bd .formulaire form input[type="text"]::-webkit-input-placeholder,
    .jeu_bd .formulaire form input[type="text"]::-webkit-input-placeholder{
        color: #666;
}
.jeu_bd .formulaire form input[type="email"]::-moz-placeholder,
.jeu_bd .formulaire form input[type="text"]::-moz-placeholder,
    .jeu_bd .formulaire form input[type="text"]::-moz-placeholder{
        color: #666;
}
.jeu_bd .formulaire form input[type="email"]:-ms-input-placeholder,
.jeu_bd .formulaire form input[type="text"]:-ms-input-placeholder,
    .jeu_bd .formulaire form input[type="text"]:-ms-input-placeholder{
        color: #666;
}
.jeu_bd .formulaire form input[type="email"]:-moz-placeholder,
.jeu_bd .formulaire form input[type="text"]:-moz-placeholder,
    .jeu_bd .formulaire form input[type="text"]:-moz-placeholder {
        color: #666;
}

.jeu_bd .formulaire form input[type="email"].error-input,
.jeu_bd .formulaire form input[type="text"].error-input,
.jeu_bd .formulaire form input[type="text"].error-input,
.jeu_bd .formulaire form select.error-input{
	border: 2px solid red;
}

.jeu_bd .button-div{
	text-align: center;
	margin-top: 36px;
}

.jeu_bd .button-div button {
    font-family: "Staatliches", Sans-serif;
    font-size: 29px;
    line-height: 1;
    padding: 20px 35px 18px 35px;
    min-height: 59px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FFCD33;
    color: #2D8A57;
}

.jeu_bd .button-div button i {
    color: #2D8A57;
    margin-right: 13px;
}

.jeu_bd .button-div button:hover {
    background-color: #FFCD33;
    color: #FFFFFF;
}

@media only screen and (max-width : 767px) {

    .jeu_bd .button-div button {
        font-size: 30px;
        padding: 5px 30px 5px 30px;
        min-height: 53px;
    }
}

.jeu_bd p.reglement {
    color: #54595F !important;
    font-size: 18px !important;
    margin-bottom: 1em !important;
}

.jeu_bd p.reglement a {
    color: #5F4992 !important;
    text-decoration: none !important;
}

.jeu_bd .tabs .tab{
	cursor: pointer;
    font-size: 20px;
    padding: 10px 30px;
}

.jeu_bd .tabs .tab.active{
	background: #E3BC18;
	color: #fff;
}

.jeu_bd .tabs .tab.active:hover,
.jeu_bd .tabs .tab.active:focus,
.jeu_bd .tabs .tab.active:active{
	background: #c7a513;
}

.jeu_bd .tabs .tab{
	background: #fff;
	color: #000;
}

.jeu_bd .tabs .tab:hover,
.jeu_bd .tabs .tab:focus,
.jeu_bd .tabs .tab:active{
	background: #e8e8e8;
}

.jeu_bd .slider-box .slider-bd-track .item p{
	font-size: 23px;
	color: #333034;
}

.jeu_bd .checkbox-div{
	margin-bottom: 10px;
}

.jeu_bd .checkbox-div > div{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 6px;
}

.jeu_bd .checkbox-div > div p{
	margin: 0;
}

.jeu_bd .checkbox-div input{
	margin-right: 10px;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
	flex: 0 0 20px;
	margin-top: 0px;
    outline: none;
}

.jeu_bd .checkbox-div label{
	cursor: pointer;
	margin: 0;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	line-height: 1.3;
}

.jeu_bd .checkbox-div label a {
    text-decoration: underline;
}

.jeu_bd .checkbox-div .error-reglement{
	display: none;
	color: red;
	flex: 1 1 100%;
    padding: 10px;
    border: 0px solid red;
    text-align: center;
    font-size: 18px !important;
}

.jeu_bd .checkbox-div .error-reglement{
    color: #fff;
	margin-top: 10px;
    padding: 10px;
    background: red;
    text-align: center;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px !important;
}

.jeu_bd .checkbox-div .error-reglement:first-child {
    margin-top: 0;
}

.jeu_bd .checkbox-div .error-reglement.active{
	display: block;
}

.jeu_bd .checkbox-div input[type="checkbox"]:after {
    content: ' ';
	background-color: #fff;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
}

.jeu_bd .checkbox-div input[type="checkbox"]:checked::before {
    background-color: #FED700;
}

.jeu_bd .checkbox-div input[type="checkbox"]:checked::after {
    background-color: transparent;
    border-right: 4px solid #FED700;
    border-bottom: 4px solid #FED700;
    width: 9px;
    height: 13px;
    margin-left: 6px;
    margin-top: 4px;
    transform: rotate(40deg);
}

.jeu_bd.jeu1 .checkbox-div input[type="checkbox"]:checked::after {
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
}

.jeu_bd .error-div .error,
.jeu_bd .error-vote .error{
	color: #fff;
	margin-top: 10px;
    padding: 10px;
    background: red;
    text-align: center;
    font-weight: 700;
    margin-top: 12px;
    font-size: 18px !important;
}

.jeu_bd .error-div .error:first-child{
	margin-top: 0px;
}

.jeu_bd .error-div .error:last-child{
	margin-bottom: 20px;
}

.jeu_bd .image-box .image-container{
	display: flex;
	flex-wrap: wrap;
}

.jeu_bd .image-box .image-container .item{
	flex: 1 1 50%;
	margin-bottom: 30px;
}

.jeu_bd .image-box .image-container .item:nth-child(odd){
	padding-right: 30px;
}

.jeu_bd .image-box .image-container .item:nth-child(even){
	padding-left: 30px;
}

.jeu_bd .image-box .image-container .item .indice{
	font-size: 23px;
	line-height: 1.2;
}

.jeu_bd .image-box .image-container .item .choix .mot{
	font-size: 20px;
	display: block;
}

.jeu_bd .charade-box{
	font-size: 22px;
}

.jeu_bd .charade-box p{
	text-align: center;
}

.jeu_bd .reponse-div{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.jeu_bd .reponse-div input{
	margin: 0 !important;
}

.jeu_bd .reponse-div p{
	margin-right: 20px;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
}

.jeu_bd.jeu1 .checkbox-div a {
	color: #2d8a57;
}

.jeu_bd.jeu2 .checkbox-div a {
	color: #6ec1e4;
}

.jeu_bd .printable{
	text-align: center;
	margin-bottom: 10px;
}

.jeu_bd .printable a{
	color: #fff;
	font-size: 18px;
}

.jeu_bd.jeu1 .titre > p.info{
	line-height: 1.5 !important;
	font-size: 22px;
	color: #15476c;
}

.jeu_bd.jeu2 .titre p.info a {
	color: #fff !important;
}

.jeu_bd .formulaire{
	margin: 0 auto;
}

.jeu_bd .formulaire form {
    margin: 24px auto 0 auto;
}

@media screen and (max-width: 1230px){

    .jeu_bd.jeu{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 1200px){

	.jeu_bd .formulaire{
        max-width: 100%;
	}
	.jeu_bd .slider-box .arrow.arrow-next {
        right: -4px;
        width: 40px;
        height: 40px;
    }
    .jeu_bd .slider-box .arrow.arrow-prev {
        left: -4px;
        width: 40px;
        height: 40px;
	}

	.jeu_bd .slider-box .arrow i {
		font-size: 36px;
	}
}

@media screen and (max-width: 991px){

	.jeu_bd .dictee-title > p {
		font-size: 30px;
	}
}

@media screen and (max-width: 900px){

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px){

    .jeu_bd .bubble{
        height: 90px;
        margin-bottom: 5px;
    }

    .jeu_bd .formulaire form {
        margin: 24px 10px 0 10px;
    }

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 18px;
		line-height: 1.2;
	}

	.jeu_bd .formulaire form .form-parent{
		flex-wrap: wrap;
	}

	.jeu_bd .formulaire form .form-parent .form-child:first-child{
		flex: 1 1 100%;
    	padding-right: 0;
	}

	.jeu_bd .formulaire form .form-parent .form-child:last-child {
		flex: 1 1 100%;
		padding-left: 0;
	}

	.jeu_bd .formulaire form input[type="email"],
	.jeu_bd .formulaire form input[type="text"],
	.jeu_bd .formulaire form input[type="number"],
	.jeu_bd select{
		height: 45px;
		font-size: 18px;
		text-align: center;
	}

	.jeu_bd .formulaire select{
		text-align-last: center;
		height: 45px !important;
	}

	.jeu_bd.jeu{
		padding-left: 0;
		padding-right: 0;
	}

	.jeu_bd.jeu1 .titre > p{
		font-size: 32px;
	}

	.jeu_bd.jeu2 .phrase-box .item p{
		font-size: 20px;
    	line-height: 1.2;
	}

	.jeu_bd.jeu2 .titre > p{
		font-size: 32px;
	}

	.jeu_bd.jeu2 .link-div a {
		padding: 10px 5px;
		font-size: 16px;
	}

	.jeu_bd .dictee-title > p {
		font-size: 24px;
	}

	.jeu_bd .image-box .image-container .item .indice{
		font-size: 20px;
	}

	.jeu_bd .image-box .image-container .item{
		flex: 1 1 100% !important;
		padding: 0 !important;
		text-align: center;
	}

	.jeu_bd .charade-box p{
		font-size: 18px;
		line-height: 1.2;
	}

	.jeu_bd.jeu1 .titre > p.info{
		line-height: 1.2;
		font-size: 16px;
	}

	.jeu_bd .slider-box .arrow.arrow-prev {
		left: calc( 50vw - 90px);
		bottom: -60px;
	}

	.jeu_bd .slider-box .arrow.arrow-next {
		right: calc( 50vw - 90px);
		bottom: -60px;
	}

	.jeu_bd.jeu1 .slider-box {
		min-width: 1px !important;
	}
}

@media only screen and (min-width : 320px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 14px;
	}
}

@media only screen and (min-width : 375px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 14px;
	}
}

@media only screen and (min-width : 425px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 16px;
	}
}

@media only screen and (min-width : 600px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 18px;
	}
}

@media only screen and (min-width : 768px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 20px;
	}
}

@media only screen and (min-width : 900px) {

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 23px;
	}
}

@media screen and (max-width: 599px){

	.jeu_bd .slider-box .slider-bd-track .item p {
		font-size: 16px;
		line-height: 1.2;
	}
	.jeu_bd.jeu2 .link-div p{
		font-size: 16px;
		line-height: 1.2;
	}
	.jeu_bd .voter-div .item{
		flex: 0 1 100%;
	}
}

@media screen and (max-width: 549px){

	.jeu_bd.jeu1 .slider-box{
		min-width: 459px;
	}

	.jeu_bd.jeu1 .mobile-overflow{
	}

	.jeu_bd .bdImage > div {
	}

	.jeu_bd .slider-box .arrow.arrow-prev {
		left: 18px;
	}

	.jeu_bd .slider-box .arrow.arrow-next {
		right: 18px;
	}

	.jeu_bd .tabs{
		flex-wrap: wrap;
	}

	.jeu_bd .tabs .tab{
		margin-bottom: 10px;
	}

	.jeu_dictee_generale .dictee-box p{
		font-size: 18px;
	}

	.jeu_bd.jeu2 .phrase-box .item p{
		font-size: 18px;
    	line-height: 1.2;
	}

	.jeu_bd .image-box .image-container .item .indice{
		font-size: 18px;
	}

	.jeu_bd.jeu2 .titre > p{
		font-size: 24px;
	}

	.jeu_bd .reponse-div{
		flex-wrap: wrap;
	}

	.jeu_bd .reponse-div p{
		flex: 1 1 100%;
		text-align: center;
	}
}

.jeu_bd.jeu1 .titre p.info a {
	color: #fff !important;
}

.jeu_bd.jeu .intro {
	margin-bottom: 36px;
}

.jeu_bd.jeu .intro p {
	text-align: center !important;
	color: #15476c !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	margin: 12px 0 !important;
}

.jeu_bd.jeu .intro p.presented {
	font-size: 20px !important;
	font-weight: 700 !important;
}

.jeu_bd .slider-box .arrow.arrow-prev {
    z-index: 2;
}

.jeu_bd.jeu1 .formulaire form p {
    color: #fff;
    margin-bottom: 2em;
    font-size: 22px;
}

.jeu_bd.jeu1 .formulaire label {
	color: #54595F !important;
    font-size: 18px !important;
}

.jeu_bd.jeu1 .formulaire label a {
    color: #5F4992 !important;
    text-decoration: none !important;
}

.jeu1 .formulaire label a {
    text-decoration: underline;
}

.jeu_bd.jeu1 .checkbox-div {
    margin-top: 1em;
}

.jeu_bd.jeu1 .dictee-title h2 {
    color: #000;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
    font-size: 50px;
}

.jeu_bd.jeu1 .dictee-box .group {
    display: flex;
}

.jeu_bd.jeu1 .dictee-box .group .image {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 180px + 92px );
    padding-top: 18px;
    padding-right: 6px;
    margin-left: -92px;
}

.jeu_bd.jeu1 .dictee-box .group .image img {
    max-width: 100%;
}

.jeu_bd.jeu1 .dictee-box .group .texte {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 180px - 36px );
}

.jeu_bd.jeu1 .dictee-box .group .texte p {
    margin-bottom: 0.9rem;
}

@media only screen and (max-width : 767px) {

    .jeu_bd.jeu1 .dictee-box .group .image {
        display: none;
    }

    .jeu_bd.jeu1 .dictee-box .group .texte {
        flex-basis: 100%;
    }

    .jeu_bd.jeu1 .dictee-title h2 {
        font-size: 36px;
    }

    .jeu_bd.jeu1 .dictee-title p {
        font-size: 16px;
    }
}

.jeu_bd #jeu_1_merci,
.jeu_bd #jeu_1g_merci {
    /* background-color: #00568B; */
    /* padding: 72px; */
    margin: 36px 0;
    /* color: #fff; */
    color: #5F4992;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.jeu_bd #jeu_1_merci,
.jeu_bd #jeu_1g_merci {
    visibility: initial !important;
    margin-top: 144px !important;
    margin-top: 72px !important;
}

@media only screen and (max-width : 767px) {

    .jeu_bd #jeu_1_merci,
    .jeu_bd #jeu_1g_merci {
        padding: 36px;
        font-size: 18px;
    }
}

.jeu_bd .merci_anchor {
    display: block;
    position: relative;
    top: -215px;
    visibility: hidden;
}

.jeu_bd #afficher_reponses_jeux_2a {
    color: #fff;
}

.jeu_bd .jeux_texte_limite {
    background-color: #e3bc18;
    color: #fff;
    font-family: "Barlow Semi Condensed", arial;
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding: 36px;
    font-weight: 700;
    margin: 24px 0;
}

.jeu_bd .jeux_afficher_reponses {
    text-align: center;
    margin: 72px 0 36px 0px;
}
.jeu_bd .jeux_afficher_reponses a {
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 50px 50px 50px 50px;
    background-color: transparent;
    fill: var(--e-global-color-c0a876e);
    color: var(--e-global-color-c0a876e);
    background-image: linear-gradient(180deg, var(--e-global-color-5ac1c40) 0%, var(--e-global-color-5ac1c40) 100%);
    transition: all .3s;
}

.jeu_bd .jeux_afficher_reponses a:hover,
.jeu_bd .jeux_afficher_reponses a:focus,
.jeu_bd .jeux_afficher_reponses a:active {
    /* background-color: #c7a513; */
    background-color: transparent;
    color: #FFFFFF !important;
    background-image: linear-gradient(180deg, #4C377C 0%, #4C377C 100%);
}

@media only screen and (max-width : 1199px) {
    .jeu_bd .jeux_texte_limite {
        font-size: 32px;
        padding: 30px;
        margin: 24px 0;
    }
}

@media only screen and (max-width : 991px) {
    .jeu_bd .jeux_texte_limite {
        font-size: 28px;
        padding: 24px;
        margin: 18px 0;
    }
}

@media only screen and (max-width : 767px) {
    .jeu_bd .jeux_texte_limite {
        font-size: 24px;
        padding: 18px;
        margin: 12px 0;
    }
}

@media only screen and (max-width : 767px) {
    .jeu_bd {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.jeu_bd .cadre_bd {
    background-color: transparent;
    padding: 0 0 1px 0;
}

/* .bdImage11 {
    padding-top: calc( 50% + 130px) !important;
}

@media screen and (max-width: 767px){
    .bdImage11 {
        padding-top: calc( 50% + 95px) !important;
    }
} */


.jeu_bd .confirmation-jeu-bd-version {
    display: block !important;
    margin-bottom: .5em !important;
}

.jeu_bd .confirmation-jeu-bd-version-inner {
    margin-left: 36px;
    display: flex;
    margin-bottom: 0.3em;
}

.jeu_bd .confirmation-jeu-bd-version p {
    color: #54595F !important;
    font-size: 18px !important;
    margin: 0.5em 0 0.5em 0 !important;
}

.jeu_bd_formulaire .submitting button {
    pointer-events: none;
    cursor: not-allowed;
}

#version_error {
    display: none;
    color: #fff !important;
    margin: 0px;
    padding: 5px 10px;
    background: red;
    text-align: center;
    font-weight: 700;
    font-size: 18px !important;
}

#version_error.error-input {
    display: inline-block;
}