body {
            padding-top: 55px;
        }

        .intro {
            position: fixed;
            top: 0;
            width: 100%;
            height: 55px;
            z-index: 10;
            margin-bottom: 0px;
            padding: 5px 0;
            font-size: 16px;
            background: #4f7dd2;
            overflow:hidden;
        }


        .field.radio label, .field.checkbox label {
            border: none;
        }

        .border {
            border: 2px solid #cfd8dc;
            border-radius: 6px;
        }

        .field {
            margin-top: 10px;
        }

            .field + .field {
                margin-top: 10px;
                position: relative;
            }

            .field.radio label, .field.checkbox label {
                padding: 5px 10px 5px 5px;
            }

        .radio-img {
            /*flex: 1 0 auto;*/
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0px;
            /*margin-top: 20px;*/
            /*background: yellow;*/
            cursor: pointer;
            transition: all 0.2s cubic-bezier(.44,1.05,.83,.67);
            position: relative;
            height: 100%;
        }


            .radio-img input {
                /*display: none;*/
                position: absolute;
                top: 2px;
                left: 2px;
                width: auto;
            }

                .radio-img input:checked ~ .img {
                    background: #6fe09c;
                    border-color: #19b557;
                    /*box-shadow: 0 0px 20px #6fe09c8a;*/
                }

                .radio-img input[name="ResultOfTest"][value="Invalide"]:checked ~ .img {
                    background: #ffce92;
                    border-color: #e88720;
                    /*box-shadow: 0 0px 20px #6fe09c8a;*/
                }

                .radio-img input.input-validation-error ~ .img {
                    border-color: red;
                }



            .radio-img .img {
                display: block;
                /*margin: 0px 20px;*/
                background: #e8e8e8;
                border-radius: 12px;
                border: 2px solid #8e8e8e00;
                transition: all 0.2s cubic-bezier(.44,1.35,.83,.67);
                overflow: hidden;
                height: 100%;
            }

                .radio-img .img:hover {
                    background: #F0F0F0;
                    border-color: #BBB;
                }

                .radio-img .img img {
                    /*max-width: 100%;*/
                    /*width: auto;*/
                    width: 100%;
                    /*width: 115%;*/
                    /*transform: translateX(-7.5%);*/
                    transform: scale(1.15);
                }

        button[type="submit"] {
            margin-top: 5px;
        }

        .greed {
            display: flex;
            flex-wrap: wrap;
            /* align-items: center; */
            justify-content: center;
            margin: 0 -10px;
        }

            .greed .box {
                padding: 5px;
            }

                .greed .box.hide {
                    display: none;
                }

            .greed .box-1 {
                flex-basis: 16.667%;
            }

            .greed .box-2 {
                flex-basis: 33%;
            }

        /*xs*/
        @@media screen and (max-width:576px) {
            .greed .box-1 {
                flex-basis: 25%;
            }

            .greed .box-2 {
                flex-basis: 50%;
            }
        }

        /*sm*/
        @media screen and (max-width:768px) {

            body.modal {
                overflow: hidden;
            }
        }

        /*md*/
        @media screen and (max-width:1024px) {
        }

        /*lg*/
        @media screen and (min-width:1024px) {
        }

        #bloc_result_test {
            display: flex;
        }

        #label_invalide {
            font-weight: normal;
            font-style: italic;
            font-size: 14px;
            flex: 1 0 auto;
            /* flex-direction: row; */
            justify-content: flex-end;
            align-items: center;
            /* justify-items: flex-end; */
            /* align-content: flex-end; */
            display: flex;
            color: #333;
        }

            #label_invalide input {
                display: inline-block;
                width: auto;
            }

        #tr-Invalide input {
            display: none;
        }

        .radios {
            display: flex;
        }

        .field.checkbox {
            padding: 10px;
        }

        .blocChampsSup {
            display: none;
            animation: fadein 0.4s ease-in forwards;
            transform-origin: left center;
            /*flex-wrap:wrap;*/
        }

		.blocChampsSup .inner {
			display: flex;
			align-items: center;
		}

		.blocChampsSup i {
			opacity: 0;
			animation: moveXi 0.2s ease-out 0.1s forwards;
			transform-origin: center;
			transition: all 0.2s ease-in;
		}

		.blocChampsSup label {
			opacity: 0;
			animation: moveX 0.2s ease-in 0.2s forwards;
			transform-origin: left center;
			flex: 1 0 auto;
		}

		.blocChampsSup label input[type="text"] {
			width: 100%;
		}

        .subfield .field {
            padding: 0 10px;
            margin-top: 0;
        }

        button[type="submit"] {
            border: 1px solid #4f7dd2;
            color: #4f7dd2;
            background: #FFF;
            font-size: 22px;
            transition: all 0.2s ease-in;
            cursor: pointer;
            height: auto;
            margin-top: 30px;
            padding: 20px 40px;
            border-radius: 40px;
            outline: none;
            user-select: none;
            width: 100%;
            display: flex;
        }

            button[type="submit"]:hover {
                background: #4f7dd2;
                color: #FFF;
            }

   .label {
	color: #000;
   }