/* JOSIANE CSS */

.ydu_file .file-custom::after {
    content: attr(data-name);
}

.checkbox-156 > span .first {
	margin-right: 85% !important;
}

.ydu_file .file_delete {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background-color: #c72e34;
	color: white;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0;
}

.checkbox-156 > span {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 180px;
}

.form_plaintes .radio {
	margin-left: 6px;
}

.ydu_file br, .ydu_file + br {
	display: none !important;
}

.ydu_file {
	display: block !important;
	width: 50%;
	margin-bottom: 25px;
}

.ydu_file .file .file-custom, .ydu_file .file .file-custom::before, .ydu_file .file .file-custom::after {
	min-height: 43px !important;
}

.ydu_file .file {
	position: absolute;
	width: max-content;
	top: 0;
	pointer-events: none;
}

@media only screen and (max-width: 991px) {
	.checkbox-156 > span {
		max-height: 200px !important;
	}
	
	.checkbox-156 > span .first {
		margin-right: 50% !important;
	}
	
	.ydu_file {
		width: 95% !important;
	}
}

@media only screen and (max-width: 768px) {
	.checkbox-156 > span {
		max-height: none !important;
	}
	
	.checkbox-156 > span .first {
		margin-right: 0 !important;
	}
}


@font-face {
    font-family: 'finland_roundedthin';
    src: url('../fonts/finland_rounded_thin-webfont.woff2') format('woff2'),
    url('../fonts/finland_rounded_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.consultation-page .block-title {
    background-color: #77aabf;
    padding: 26px 50px;
}

.consultation-page .block-title h1 {
    font-family: 'finland_roundedthin';
    color: #fff;
    font-size: 50px;
    margin: 0;
    line-height: 40px;
}

.consultation-page .block-title .subtitle p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: Roboto;
    font-weight: 300;
    padding-left: 2Px;
    margin-top: 5px;
}

.consultation-page .block-title .block-left {
    float: left;
}
.consultation-page .block-title .icon-title {
    float: right;
}

.consultation-page .block-title .icon-title img{
    margin-top: 15px;
    width: 80px;
}

.consultation-page .main-image-waiting {
    width: 100%;
}

.block-result {
    margin-top: 40px;
}

.block-result .list-consultations {
    float: left;
    width: 70%;
}

.block-result .list-consultations .block-result-title {
    padding: 26px 50px;
    background-color: #eba96e;
}
.block-result .list-consultations .block-result-title h2 {
    text-transform: uppercase;
    font-family: 'finland_roundedthin';
    color: #fff;
    font-size: 50px;
    margin: 0;
    line-height: 50px;
    float: left;
}

.block-result .list-consultations .block-result-title .icon-result-title {
    float: right;
}

.block-result .list-consultations .block-result-title .icon-result-title img {
    width: 60px;
}

.block-result .list-consultations .inner {
    color: #000;
    background-color: #ebebeb;
    padding: 40px 85px;
    font-family: Roboto;
    font-weight: 300;
}

.block-result .list-consultations .inner .information {

}

.block-result .list-consultations .wrapper {
    margin-right: 40px;
}

.block-result .col-right {
    float: left;
    width: 30%;
}

.block-result .col-right .block-title {
    background-color: #e59fd2;
}

.block-result .col-right .block-title h3 {
    text-transform: uppercase;
    font-family: 'finland_roundedthin';
    color: #fff;
    font-size: 50px;
    margin: 0;
    line-height: 50px;
    float: left;
}

.block-col-icon {
    float: right;
}

.block-col-icon img {
    width: 40px;
    margin-top: 5px;
}

.block-col {
    margin-bottom: 40px;
}

.block-col .wrapper {
    background-color: #ebebeb;
    text-align: justify;
    padding: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
}

.form-consultation-news {
    background-color: #e59fd2;
}
.form-consultation-news .form-input {
    float: left;
    width: 80%;
}

.form-consultation-news .form-submit {
    float: left;
}
.form-consultation-news .form-input input {
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
}

.form-consultation-news .form-input input::placeholder {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
}

.form-consultation-news .form-submit button {
    border: 0;
    background-color: transparent;
    height: 30px;
    margin-top: 7px;
}

.form-consultation-news .form-submit button img {
    height: 100%;
}

.form-consultation-news .form-submit button:focus {
    outline: none;
}

.block-col .wpcf7-not-valid-tip {
    padding-left: 10px;
}

.block-col .wpcf7-validation-errors {
    display: none!important;
}

.block-col .wpcf7-mail-sent-ok {
    margin: 0;
}

@media only screen
and (max-width : 812px) {
    .block-result .list-consultations {
        width: 100%;

    }

    .block-result .col-right {
        width: 100%;
    }

    .block-result .list-consultations .wrapper {
        margin-right: 0;
    }

    .icon-result-title img {
        display: none;
    }

    .consultation-page .block-title .icon-title img {
        display: none;
    }


    .survey-introduction .introduction-start-btn {
        right: 0;
        bottom: 0;
        width: 100%;
        background: #eba96e;
    }

    .survey-introduction .introduction-start-btn .text-btn {
        font-size: 15px;
        float: none;
    }

    .survey-introduction .introduction-start-btn img {
        display: none;
    }

    .consultation-page .block-title, .block-result .list-consultations .block-result-title {
        padding: 25px;
    }

    .consultation-page .block-title h1, .block-result .list-consultations .block-result-title h2, .block-result .col-right .block-title h3 {
        font-size: 30px;
        margin: 0;
        line-height: 23px;
    }

    .consultation-page .block-title .subtitle p {
        font-size: 15px;
        line-height: 15px;
        margin-top: 10px;
    }

    #survey-wrapper {
        padding: 10px!important;
    }

    #survey-wrapper .form-action .float-left, #survey-wrapper .form-action .float-right {
        width: 50%;
    }

}

.block-form {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}

.block-form textarea {
    border: 1px solid #eba96e;
    height: 200px;
}

.block-form input {
    border: 1px solid #eba96e;
}

.block-form input.wpcf7-submit {
    color: #eba96e;
}

.block-form input.wpcf7-submit:hover {
    color: #fff;
    background-color: #eba96e;
    border: 1px solid #eba96e;
}

.block-form p {
    margin: 0;
}

.block-form .square {
    position: absolute;
    width: 40px;
    height: 40px;
}

.block-form .square-top-left {
    top: 29px;
    left: 29px;
    border-left: 1px solid #eba96e;
    border-top: 1px solid #eba96e;
}

.block-form .square-top-right {
    top: 29px;
    right: 29px;
    border-right: 1px solid #eba96e;
    border-top: 1px solid #eba96e;
}

.block-form .square-bottom-right {
    top: 191px;
    right: 29px;
    border-right: 1px solid #eba96e;
    border-bottom: 1px solid #eba96e;
}

.block-form .square-bottom-left {
    top: 191px;
    left: 29px;
    border-left: 1px solid #eba96e;
    border-bottom: 1px solid #eba96e;
}


.text-description {
    background-color: #ebebeb;
    padding: 30px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 300;
}

.btn-submit-wrapper {
    margin-top: 25px;
    text-align: right;
}

.btn-submit-wrapper .ajax-loader {
    display: none!important;
}

#form-survey {

}

.block-video .block-video-title {
    padding: 26px 50px;
    background-color: #70bfa2;
}

.block-video .block-video-title h2 {
    text-transform: uppercase;
    font-family: 'finland_roundedthin';
    color: #fff;
    font-size: 50px;
    margin: 0;
    line-height: 50px;
    float: left;
}

.block-video .iframe iframe {
    width: 100%;
    height: 500px;
}

.block-video .iframe {
    margin-bottom: 30px;
}

.block-video .video-wrapper {
    background-color: #ebebeb;
    text-align: justify;
    padding: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
}

.block-video .description {

}



