@charset "UTF-8";
@import url("font.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    background: white;
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    word-wrap: break-word;
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, menu {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a img, map a {
    border: none;
}

a:hover, a:active, a:focus {
    outline: 0;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

object, embed {
    height: 100%;
}

body {
    font: 16px/1.231;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.content-wrapper {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*-----------normal-----------*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.blue {
    background-color: #12a19a;
}

.yellow {
    background-color: #dfbc43;
}

.green {
    background-color: #2fba77;
}

.pink {
    background-color: #e76d6b;
}

.purple {
    background-color: #ab4690;
}

.white {
    background-color: white;
}

.btn-submit {
    border-radius: 10px;
    padding: 4px 48px;
}

/*-----------header-----------*/
header {
    background: #232324;
    height: 120px;
    border-bottom: 10px solid #4dc9ee;
}

header .logo {
    margin-top: 15px;
}

header .header-menu {
    margin-top: 25px;
    margin-left: 57px;
}

header .header-menu a.espace-patient {
    border-radius: 5px;
    background-color: #00a9a2;
    color: #fff;
    padding: 0 12px 2px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    margin-right: 35px;
}

header .header-menu a.espace-doctor {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}

header .header-menu a.espace-doctor:hover {
    color: #00a9a2;
}

header .login {
    margin-left: 72px;
    margin-top: 4px;
}

header .login p {
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin-top: 5px;
}

header .login p a {
    color: #00b1bb;
    text-decoration: none;
}

header .login .hello {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 7px;
    margin-top: -4px;
}

header .login .hello span {
    color: #00b1bb;
    font-style: italic;
    font-weight: 500;

}

/*-----------banner carousel-----------*/
.slider-carousel {
    /*height: 626px;*/
    overflow: hidden;
    margin-bottom: 0 !important;
}

.slider-carousel .slider-item img {
    /*height: 100%;*/
    width: 100%;
}

.slider-carousel .slick-dots {
    bottom: 20px;
}

.slider-carousel .slick-dots li {

    width: 40px;
    height: 40px;
}

.slider-carousel .slick-dots li.slick-active button:before {
    /*top: -10px;*/
}

.slider-carousel .slick-dots li button {
    width: 40px;
    height: 40px;
}

.slider-carousel .slick-dots li button:before {
    font-size: 32px;
    opacity: 1;
    color: #ffffff;
}

.slider-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: transparent !important;
    border: 10px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 42px;
}

.slider-carousel .slick-prev {
    left: 120px;
    z-index: 1;
}

.slider-carousel .slick-next {
    right: 120px;
}

.slider-carousel .slick-prev {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 45px;
    height: 75px;
    opacity: 1;
}

.slider-carousel .slick-next {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: -45px 0;
    width: 45px;
    height: 75px;
    opacity: 1;
}

.slider-carousel .slick-prev:hover,
.slider-carousel .slick-prev:focus {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.slider-carousel .slick-next:hover,
.slider-carousel .slick-next:focus {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: -45px 0;
}

.slider-carousel .slick-prev:before,
.slider-carousel .slick-next:before,
.slider-carousel .slick-prev:hover:before,
.slider-carousel .slick-next:hover:before,
.slider-carousel .slick-prev:focus:before,
.slider-carousel .slick-next:focus:before {
    opacity: 0;
}

/*-----------block feature-----------*/
.head-title {
    color: #ffffff;
    font-family: "Ubuntu";
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    line-height: 27px;
}

#feature {
    background-color: #232324;
    padding: 27px 0 18px;
}

#feature .sub-title {
    color: #e74c3c;
    font-size: 18px;
    text-align: center;
    font-family: "Ubuntu";
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1.2px;
}

#feature .feature-block {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
    margin-top: 25px;
}

#feature .feature-block .feature-title {
    color: #fff;
    font-size: 24px;
    font-family: "Ubuntu";
    font-weight: 300;
    font-style: normal;
    margin-top: 11px;
    padding: 0 50px;
    height: 60px;
    overflow: hidden;
    line-height: 28px;
}

#feature .feature-block .feature-sub-title {
    color: #e74c3c;
    font-size: 18px;
    font-family: "Ubuntu";
    font-weight: 300;
    font-style: italic;
    margin-top: 1px;
    padding: 0 45px;
}

/*-----------block news-----------*/

#news {
    background-color: #12a19a;
    padding: 45px 0 18px;
}

#news .head-title {
    font-weight: 500;
    font-style: normal;
}

#news .sub-title {
    color: #232324;
    /*font-family: 'Myriad';*/
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

#news .news-block {
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 463px;
    margin-right: 17px;
    margin-left: 8px;
    margin-top: 25px;
    height: 358px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

#news .news-block:last-child {
    margin-right: 0;
}

#news .news-block .category {
    color: #e76d6b;
    font-size: 17px;
    font-family: 'Vollkorn';
    font-weight: normal;
    font-style: italic;
    margin: 0 20px;
    text-align: left;
}

#news .news-block h3 {
    font-size: 25px;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: italic;
    color: rgba(18, 161, 154, 0.8);
    text-shadow: 1px 1px 1px #e0dfdf, 0 0 0 #000, 1px 1px 1px #e0dfdf;
    margin: 5px 20px 0;
    line-height: 27px;
}

#news .news-block p {
    color: #616161;
    font-size: 14px;
    font-family: 'Vollkorn';
    font-weight: normal;
    font-style: normal;
    margin: 1px 20px 0;
    line-height: 18px;
}

#news .news-block p a.read-more {
    color: #e76d6b;
    font-family: 'Vollkorn';
    font-weight: bold;
    font-style: italic;
}

#news .news-block img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*-----------block pr-----------*/
#pr {
    background-color: #ab4690;
    padding: 30px 0 24px;
    text-align: center;
}

#pr .head-title {
    margin-bottom: 12px;
    letter-spacing: 6px;
}

#pr .sub-title {
    color: #232324;
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    margin-top: 2px;
    letter-spacing: 2px;
    margin-bottom: 10px;

}

#pr p {
    color: #1f1f20;
    font-size: 21px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Vollkorn';
    text-align: center;
    line-height: 33px;
}

#pr img {
    margin: 0 auto 8px;
}

#pr p a.link {
    color: #fff;
    text-decoration: none;
}

#pr p a.link:hover {
    text-decoration: underline;
}

#pr .slick-prev {
    left: 120px;
    z-index: 1;
}

#pr .slick-next {
    right: 120px;
}

#pr .slick-prev {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 -80px;
    width: 36px;
    height: 37px;
    opacity: 1;
}

#pr .slick-next {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: -36px -80px;
    width: 36px;
    height: 37px;
    opacity: 1;
}

#pr .slick-prev:hover,
#pr .slick-prev:focus {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 -80px;
}

#pr .slick-next:hover,
#pr .slick-next:focus {
    background-image: url(../img/sprite-arrow.png);
    background-repeat: no-repeat;
    background-position: -36px -80px;
}

#pr .slick-prev:before,
#pr .slick-next:before,
#pr .slick-prev:hover:before,
#pr .slick-next:hover:before,
#pr .slick-prev:focus:before,
#pr .slick-next:focus:before {
    opacity: 0;
}

/*-----------block clients-----------*/
#clients {
    background: #e7e7e7;
    padding: 17px 0 10px;
    text-align: center;
}

#clients .head-title {
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    color: #232324;
}

#clients ul {
    text-align: center;
    margin: 23px 0 0;
}

#clients ul li {
    display: inline-block;
    margin-right: 84px;
}

#clients ul li:last-child {
    margin-right: 0;
}

/*-----------Footer-----------*/
footer {
    background: #e7e7e7;
    position: relative;
}

footer .social-wrapper {
    background: #232324;
    height: 48px;
}

footer .social-wrapper ul.social-list {
    margin: 9px 16px 0 0;
    float: right;
}

footer .social-wrapper ul.social-list li {
    display: inline-block;
    margin-right: 5px;
}

footer .social-wrapper ul.social-list li:last-child {
    margin-right: 0;
}

footer .copyright {
    text-align: center;
    font-family: 'Vollkorn';
    font-weight: normal;
    font-style: italic;
    color: #232324;
    margin-top: 17px;
    letter-spacing: 3px;
    font-size: 30px;
    padding-bottom: 10px;
}

footer .copyright p {
    margin-bottom: 10px;
}

footer .copyright .contact {
    color: #eb4f4e;
    font-size: 20px;
    letter-spacing: 1px;
}

footer .footer-logo {
    float: left;
    margin-top: 29px;
}

/*-----------block introduce-----------*/
#introduce {
    background-image: url(../img/bg-content-introduce.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    min-height: 875px;
    padding-top: 140px;
    padding-bottom: 100px;
}

#introduce .head-title {
    color: #12a19a;
}

#introduce p {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    max-width: 1095px;
    margin: 65px auto 76px;
    line-height: 36px;
}

#introduce .btn-submit {
    color: #12a19a;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 36px;
    text-decoration: none;

}

/*-----------block question-----------*/
#questions .info-top {
    position: relative;
    text-align: right;
    padding: 11px 0 15px;
    line-height: 52px;
}

#questions .info-top span {
    /*position: absolute;*/
    letter-spacing: 1px;
    left: 43px;
    top: 8px;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    color: #12a19a;
    float: left;
    width: 355px;
}

#questions .info-top a.btn-submit {
    color: #fff;
    text-decoration: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 12px;
    opacity: .29;
    margin-left: 12px;
}

#questions .info-top a.btn-submit.blue {
    font-size: 19px;
    padding: 10px 26px;
    opacity: 1;
}

#questions p {
    text-align: center;
    height: 130px;
    line-height: 130px;
    font-family: 'Ubuntu';
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    color: #12a19a;
}

.step-question .area-process-bar {
    background: #12a19a;
    height: 95px;
}

.step-question .number-step {
    float: left;
    width: 115px;
    height: 75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    padding: 0 10px;
    color: #12a19a;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    text-align: center;
    margin-right: 13px;
    line-height: 32px;
    margin-left: 40px;
    margin-top: 12px;
}

.step-question .number-step .number {
    font-size: 50px;
}

.step-question .progress {
    float: left;
    width: 680px;
    margin-top: 43px;
    margin-right: 26px;
}

.step-question .number-bar {
    float: left;
    color: #ffffff;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    margin-top: 38px;

}

.step-question .content-wrapper {
    padding-bottom: 120px;
}

.step-question .step {
    text-align: center;
    padding-top: 52px;
    position: relative;
}

.step-question .step .tit-step {
    color: #12a19a;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 31px;
    display: block;
    text-align: center;
    max-width: 747px;
    margin: 0 auto 52px;
    letter-spacing: 1px;
}

.step-question .step .form7 {
    padding-top: 0;
}

.step-question .step .from7 .form-group {
    margin-top: 20px;
}

.step-question .step img {
    margin: 0 auto;
    display: block;

}

img.qr-code {
    border: 5px solid #12a19a;
    margin-bottom: 20px;
    width:183px;
}

.frm {
    padding-top: 60px;
    /*padding-top: 0;*/
}

.frm .form-group {
    /*margin-top: 20px;*/
    margin-top: 59px;
    margin-right: 55px;
    vertical-align: top;
}

.frm .form-group:last-child {
    margin-right: 0;
    margin-top: 61px;
}

.frm .form-control {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #818181;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    background-color: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    height: 50px;
    width: 288px;
}

.frm .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

.frm .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.frm .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.frm .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.frm .btn {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    padding: 7px 30px;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin-top: 0;
    /*margin-top: 98px;*/
    outline: none;
}

.frm .btn:hover,
.frm .btn:focus {
    outline: none;
}

.frm .btn.next {
    background-color: #12a19a;
}

.frm .btn.back {
    background-color: #e6e6e6;
    margin-right: 20px;
    color: #818181;
}

.step-5 .tit-step {
    margin-bottom: 44px;
}

.step-5 .radio.left, .step-6 .radio.left {
    margin-right: 30px;
}

.step-question .step-7 .tit-step {
    margin-bottom: 18px;
}

.step-1 .frm, .step-4 .frm, .step-5 .frm, .step-6 .frm, .step-7 .frm, .step-8 .frm, .step-9 .frm {
    padding: 0;
}

.step-5 .frm .form-group.radio-group {
    padding-left: 205px;
}

.step-5 .frm .form-group {
    margin-top: 50px;
}

.step-9 {
    padding-top: 25px;
}

.step-9 .frm .form-group {
    margin-top: 29px;
    position: relative;
}

.step-9 .frm .form-group label.error {
    position: absolute;
    bottom: -23px;
    color: #a94442;
}

.step-9 .frm input[type='checkbox'].error {
    display: inherit;
}

.step-9 .tit-step h3 {
    line-height: 41px;
    margin-bottom: 30px;
}

.step-9 .tit-step span {
    color: #818181;
}

.step-9 .qr-code {
    width: 183px;
    margin-bottom: 32px;
}

.step-9 .qr_code_id {
    background: #e6e6e6;
    width: 154px;
    border-radius: 10px;
    margin: auto;
    font-size: 28px;
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    color: #12a19a;
    padding: 7px 12px;
    margin-top: 7px;
    text-transform: uppercase;
}

.step-8 .frm .form-group {
    margin-top: 23px;
}

.step-8 .frm .form-group:last-child {
    margin-top: 97px;
}

.step-4 .frm .form-group:last-child {
    margin-top: 68px;
}

.step-7 .frm .form-group:last-child {
    margin-top: 26px;
}

.step-7 .frm .form-group {
    margin-top: 21px;
}

.step-2 .form-control {
    width: auto;
    padding: 6px 0;
    margin: 0 auto;
}

.step-2 .dob_day, .step-2 .dob_month, .step-2 .dob_year {
    width: 80px;
    text-align: center;
}


.step-3 .form-group {
    display: block;
}

.step-3 .form-control {
    width: 100%;
}

.ss_number span:first-child {
    display: none
}

@media (min-width: 768px) {
    .frm .form-control {
        width: 288px;
    }

    .step-8 .frm .form-control {
        width: 350px;
    }

    .step-2 .form-control {
        width: auto;
        padding: 6px 0;
    }

    .step-3 .form-control {
        width: 100%;
    }

    .step-3 .form-group {
        display: block;
    }

    .step-7 .frm .form-control {
        width: 410px;
    }

    .step-2 .dob_day, .step-2 .dob_month, .step-2 .dob_year {
        width: 80px;
        text-align: center;
    }


}

.tooltip-question {
    position: absolute;
    right: -81px;
    top: 157px;
}

a.icon-question {
    background-color: #12a19a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    padding: 7px 17px;
    position: absolute;
    top: 120px;
    right: 65px;
}

a.icon-question:hover {
    text-decoration: none;
}

.tooltip-question .tooltip-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e6e6e6;
    color: #818181;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    padding: 23px 10px;
    position: relative;
    max-width: 337px;
    margin-top: 20px;
    display: none;
}

.tooltip-question .tooltip-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e6e6;
    left: calc((100% - 14px) / 2);
    top: -7px;
}

.step-4 .radio {
    margin-right: 15px;
}

.step-4 .tooltip-question {
    right: -122px;
}

.step-4 .tooltip-question .tooltip-content {
    max-width: 416px;
}

.step-4 .radio input[type='radio'],
.step-5 .radio input[type='radio'],
.step-6 .radio input[type='radio'] {
    /*visibility: hidden;*/
    display: none;
}

.step-4 .radio span,
.step-5 .radio span,
.step-6 .radio span {
    background-color: #ccc;
    border-radius: 10px;
    padding: 20px 20px;
    color: #818181;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

.step-4 .radio.active span,
.step-5 .radio span.yes,
.step-6 .radio span.yes {
    background-color: #12a19a;
    color: #fff;
}

.result-view .title {
    text-align: center;
    min-height: 60px;
    color: #005952;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: normal;
    line-height: 60px;
    font-size: 30px;
}

.result-view .title.leg {
    background-color: #03c5bc;
}

.result-view .title.pear {
    background-color: #72adaa;
}

.result-view .info-input {
    text-align: center;
    min-height: 102px;
    color: #fff;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    line-height: 102px;
    font-size: 30px;
}

.result-view .info-input.leg {
    background-color: #12a19a;
}

.result-view .info-input.pear {
    background-color: #638382;
}

.result-view .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.result-view .frm {
    padding-top: 0;
}

.result-view .frm .form-group {
    margin-top: 20px;
    text-align: center;
}

.step-9 p {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    color: #818181;
    margin-top: 25px;
}

.step-9 .form-control {
    width: 450px;
    margin: auto;
}

.step-9 .form-group label {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    color: #818181;
}

.step-9 .form-group label a {
    color: #12a19a;
}

.step-9 .form-group label input {
    margin-right: 10px;
}

.info-top p {
    color: #12a19a;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    text-align: center;
}

.area-process-bar p {
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.error {
    color: #a94442;
    display: block;
}

.step-11 .frm p {
    color: #818181;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: italic;
    font-size: 30px;
}

.content-frm-11 {
    max-width: 450px;
    margin: auto;
}

.content-frm-11 .form-group {
    width: 100%;
    margin-top: 20px;
}

.content-frm-11 .form-control {
    width: 100%;
}

.content-frm-11 .user_address_number {
    width: 55px;
}

.content-frm-11 .user_address_street {
    width: 389px;
}

.content-frm-11 .user_address_postal {
    width: 145px;
}

.content-frm-11 .user_address_city {
    width: 299px;
}

/*-----------block pharmacien-----------*/
.container-pharmacy {
    background-color: #c1c1c1;
    padding-top: 65px;
    margin-bottom: -15px;
}

.container-pharmacy .content-wrapper {
    position: relative;
}

.container-pharmacy h4 {
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin: auto;
    max-width: 490px;
    line-height: 40px;
}

.container-pharmacy img {
    position: absolute;
    left: 35px;
    top: -7px;
}

.form-pharmacy .santescan-id {
    color: #12a19a;
    font-family: 'Ubuntu';
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    width: 626px;
    height: 64px;
    border-radius: 10px;
    margin: 44px auto;
}

.form-pharmacy .santescan-id::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #12a19a;
}

.form-pharmacy .santescan-id::-moz-placeholder {
    /* Firefox 19+ */
    color: #12a19a;
}

.form-pharmacy .santescan-id:-ms-input-placeholder {
    /* IE 10+ */
    color: #12a19a;
}

.form-pharmacy .santescan-id:-moz-placeholder {
    /* Firefox 18- */
    color: #12a19a;
}

.form-pharmacy .box-frm-phar {
    background-color: #70b62c;
    width: 677px;
    margin: 0 auto 28px;
    padding: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.form-pharmacy .box-frm-phar .lbl-frm {
    color: #005952;
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.form-pharmacy .box-frm-phar input {
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #818181;
    height: 64px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.form-pharmacy .box-frm-phar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
}

.form-pharmacy .box-frm-phar input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.form-pharmacy .box-frm-phar input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.form-pharmacien .box-frm-phar input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.form-pharmacy label.error {
    text-align: center;
}

.btn-phar {
    background-color: #70b62c;
    color: #fff;
    font-family: 'Ubuntu';
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 66px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-phar:hover {
    color: #fff;
    text-decoration: none;
}

.result-pharmacy .info-input .content-wrapper {
    position: relative;
}

.result-pharmacy .info-input .content-wrapper span {
    opacity: 1;
    width: auto;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.result-pharmacy .info-input .content-wrapper span.close, .result-pharmacy .info-input .content-wrapper div.close {
    opacity: 0;
    width: inherit;
    height: 0;
}

.result-pharmacy .info-input .content-wrapper input {
    opacity: 1;
    width: auto;
    color: #000;
    text-align: center;
    height: 49px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;

}

.result-pharmacy .info-input .content-wrapper input.close {
    opacity: 0;
    width: 0;
    height: 0;
}

.result-pharmacy .info-input .content-wrapper div input[type='radio'] {
    height: 22px;
    margin-left: 20px;
}

.result-pharmacy .info-input .content-wrapper div.contact {
    max-width: 730px;
    margin: auto;
}

.result-pharmacy .info-input .content-wrapper img {
    position: absolute;
    right: 93px;
    top: calc((100% - 26px) / 2);
    cursor: pointer;
}

.result-pharmacy .info-input .content-wrapper div input.chk_allergies:disabled {
    background: #dddddd;
}

.result-pharmacy .title .content-wrapper {
    position: relative;
}

.result-pharmacy .title input[type="checkbox"] {
    position: absolute;
    right: 39px;
    top: calc((100% - 39px) / 2);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/img-not-check.png) no-repeat;
    box-sizing: border-box;
    box-sizing: content-box;
    width: 46px;
    height: 39px;
    transition: all .3s linear;
    outline: 0 none;
    box-shadow: none;
}

.result-pharmacy .title input[type="checkbox"]:checked {
    background: url(../img/img-check.png) no-repeat;
    width: 46px;
    height: 39px;
    border: none;
    background-color: transparent;
    outline: 0 none;
    box-shadow: none;
}

.result-pharmacy .title input[type="checkbox"]:focus {
    outline: 0 none;
    box-shadow: none;
}

.result-pharmacy .tit-pharmacy {
    background-color: #94c963;
    color: #fff;
    position: relative;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding: 35px 0;
}

.result-pharmacy .tit-pharmacy img {
    position: absolute;
    width: 103px;
    height: 103px;
    left: 35px;
    top: calc((100% - 103px) / 2);
}

.frm .btn-terminer {
    background: #70b62c !important;
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
}

/*-----------View Mobile-----------*/
.view-mobile .name-user {
    text-align: center;
    color: #666664;
    font-family: 'Ubuntu';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    background-color: #6fddda;
    min-height: 95px;
    line-height: 95px;
    border-top: 4px solid #56d9d4;
}

.view-mobile .view-item .title {
    background-color: #959595;
    color: #343434;
    font-size: 21px;
}

.view-mobile .view-item .title.first {
    background-color: #767676;
}

.view-mobile .view-item .info-input {
    background-color: #666;
    color: #fff;
    font-size: 21px;
}

.view-mobile .view-item .form-group {
    background-color: #086f6b;
    margin: 0;
    border-top: 4px solid #959595;
    height: 110px;
    line-height: 110px;

}

.view-mobile .view-item .form-group .btn {
    background: transparent;
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
}

/*-----------View 404-----------*/
.error-page{
    background: url(../img/bg1.png);
}
.error-page .content p{
    margin: 18px 0px 45px 0px;
}
.error-page .content p{
    font-family: "Century Gothic";
    font-size:2em;
    color:#666;
    text-align:center;
}
.error-page .content p span,.logo h1 a{
    color:#e54040;
}
.error-page .content{
    text-align:center;
    padding:115px 0px 0px 0px;
}
.error-page .content a{
    color:#fff;
    font-family: "Century Gothic";
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666666 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666666 0%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666666 0%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666666 0%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
    padding: 15px 20px;
    border-radius: 1em;
}
.error-page .content a:hover{
    color:#12a19a;
}

.error-page .copy-right{
    padding-top:20px;
}
.error-page .copy-right p{
    font-size:0.9em;
}
.error-page .copy-right p a{
    background:none;
    color:#12a19a;
    padding:0px 0px 5px 0px;
    font-size:0.9em;
}
.error-page .copy-right p a:hover{
    color:#666;
}
.error-page .logo{
    background: #232324;
    height: 120px;
    border-bottom: 10px solid #4dc9ee;
    text-align: center;
    padding-top:20px;
}
/*------responive-design--------*/
@media screen and (max-width: 1366px)	{
    .error-page .content {
        padding: 58px 0px 0px 0px;
    }
}
@media screen and (max-width:1280px)	{
    .error-page .content {
        padding: 58px 0px 0px 0px;
    }
}
@media screen and (max-width:1024px)	{
    .error-page .content {
        padding: 58px 0px 0px 0px;
    }
    .error-page .content p {
        font-size: 1.5em;
    }
    .error-page .copy-right p{
        font-size:0.9em;

    }
}
@media screen and (max-width:640px)	{
    .error-page .content {
        padding: 58px 0px 0px 0px;
    }
    .error-page .content p {
        font-size: 1.3em;
    }
    .error-page .copy-right p{
        font-size:0.9em;
    }
}
@media screen and (max-width:460px)	{
    .error-page .content {
        padding:20px 0px 0px 0px;
        margin:0px 12px;
    }
    .error-page .content p {
        font-size:0.9em;
    }
    .error-page .copy-right p{
        font-size:0.8em;
    }
}
@media screen and (max-width:320px)	{
    .error-page .content {
        padding:30px 0px 0px 0px;
        margin:0px 12px;
    }
    .error-page .content a {
        padding:10px 15px;
        font-size:0.8em;
    }
    .error-page .content p {
        margin: 18px 0px 22px 0px;
    }
}