:root {
    --primary-color: #FFB727;
    --secondary-color: #FFB727;
}

::placeholder {
    color: rgb(223, 223, 223);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(223, 223, 223);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(223, 223, 223);
}

::-webkit-input-placeholder {
    /* Edge */
    color: rgb(223, 223, 223);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(223, 223, 223);
}

:-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(223, 223, 223);
}

.headBar {
    border-bottom: 0.5rem solid #FFB727;
    box-shadow: 0px 0.1rem 0.1rem #dddddd;
    padding: 0.3vw 10vw 0.3vw 10vw;
}

.buttonNav {
    display: flex;
    float: left;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 30%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 3px;
    margin: 3px;
    background-color: rgb(255, 255, 255);
    padding: 3px 3px 3px 10px;
    width: auto;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    color: #585858;
}

.firstRow {
    padding: 2rem 0 0 0;
}

.blanc {
    font-size: 11px;
    color: #ffffff;
}

.titleForm {
    font-family: "Biko-Bold", "Lato", "Helvetica", "Arial";
}

.Main {
    background-color: #eeeeee;

}

.containerMain {
    background-color: #ffffff;
    height: 100%;
    display: flex;


}


html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}


.containerFooter {
    background-color: #434343;
    margin-top: auto;
}

.imgCat {
    width: 4rem;
    padding: 0.5rem 0 0 0;
}

.titleCat {
    color: #585858;
}

a:hover {
    text-decoration: none;
    color: #585858;
}

a {
    text-decoration: none;
    color: #585858;
}

.stepForm {
    padding: 0.5rem 0.5rem 3rem 0.5rem;
}

.titleStep {
    color: #585858;
}

.selectForm {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin: 0.1rem 0rem 0.2rem 0rem;
    cursor: pointer;
    color: #585858;
}

#areaComment {
    color: rgba(0, 0, 0, 0.5);
}

label {
    color: #585858;
}

.titleSelectCat {
    display: inline-block;
}

.bulle {
    border: 1px solid #dddddd;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: inline-block;
    padding: 0 !important;
    background-color: #ffffff;
    margin: 0 5px 0 5px;
}

.bgYellow {
    background-color: #FFB727;
}

.next,
.submitBTN {
    border: 0px solid #dddddd;
    border-radius: 3px;
    background-color: #FFB727;
    width: 100%;
}

.back {
    border: 0px solid #dddddd;
    border-radius: 3px;
    background-color: #FFB727;
    width: 100%;
}

#nextzipcode,
#nexthomeowner,
#nexttimeframe {
    display: none;
}

#Part1 {
    display: block;
}

#Part2,
#Part3,
#Part4,
#Part5 {
    display: none;
}

.tcpa {
    font-size: 0.7rem;
}

.welldoneTxt {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

.YellBtnStyle {
    border-radius: 3px;
    background-color: #FFB727;
    width: 80%;
    margin: auto;
}

.YellBtnStyle:hover {
    background-color: #f7c35c;
}


/*Auto Completion*/
.autocompletion_ville {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

ul.autocompletion {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: "Biko", "Open Sans", "Lato", "Helvetica", "Arial", sans-serif;
    padding: 3px;
    border: 1px solid #dddddd;
    border-radius: 0 0 3px 3px;
}

ul.autocompletion li.selected {
    background-color: #d7e5f3;
    cursor: pointer;
}

ul.autocompletion li.titre {
    background-color: #ffffff;
    cursor: none;
    padding-top: 5px;
}

li.autocompletion {
    list-style-type: none;
    display: block;
    margin: 5px;
}

a.autocompletion {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

span.nom span.zipcode span.state {
    font-size: 1rem;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
}

#ligne_autocompletion {
    display: block;
    text-decoration: none;
    width: 100%;
}

#ligne_autocompletion:hover {
    background-color: #fdf2dd;
    padding: 0px;
}

#infoville_update {
    z-index: 150;
    display: none;
}

body {
    padding-top: 4.4rem;
    font-family: "Biko", "Lato", "Helvetica", "Arial";
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 85%;
    }
}

@media (min-width: 1025px) {

    /* means bootstrap: md (medium) and above (above iPad)*/
    #Vimg {
        display: block;
    }

    #Himg {
        display: none;
    }

    .titleForm {
        font-size: 1.9rem;
        word-wrap: break-word;
        line-height: 2rem;
        margin: 1.1rem 0 0 0;
        /* font-weight: 600; */
    }

    .workIcon {
        width: 4.5rem;
        margin: 0.8rem 0 0 0;
    }
}

@media (max-width: 1024px) {

    /* means bootstrap:bellow md (medium) */
    #Vimg {
        display: none;
    }

    #Himg {
        display: block;
        margin-top: 8px;
    }

    .titleForm {
        font-size: 1.3rem;
        word-wrap: break-word;
        line-height: 1.4rem;
        margin: 0.7rem 0 0 0;
        /* font-weight: 600; */
    }

    .workIcon {
        width: 3.1rem;
        margin: 0.4rem 0 0 0;
    }

    body {
        padding-top: 4.1rem;
    }

    .container {
        width: 95%;
    }

    .firstRow {
        padding: 0 0 0 0;
    }
}


@font-face {
    font-family: "Biko-Bold";
    src: url("../font/Biko_Bold.eot");
    /* IE9*/
    src: url("../font/Biko_Bold_ieFix.eot") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/Biko_Bold.woff2") format("woff2"),
        /* chrome firefox */
        url("../font/Biko_Bold.woff") format("woff"),
        /* chrome firefox */
        url("../font/Biko_Bold.ttf") format("truetype"),
        /* chrome firefox opera Safari, Android, iOS 4.2+*/
        url("https://db.onlinewebfonts.com/t/23557d6b137b2bada03ce08f218221a8.svg#Biko-Bold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Biko";
    src: url("../font/Biko.eot");
    /* IE9*/
    src: url("../font/BikoieFix.eot") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/Biko.woff2") format("woff2"),
        /* chrome firefox */
        url("../font/Biko.woff") format("woff"),
        /* chrome firefox */
        url("../font/Biko.ttf") format("truetype"),
        /* chrome firefox opera Safari, Android, iOS 4.2+*/
        url("https://db.onlinewebfonts.com/t/e5d18e657f83f8750cd54c899de3a38b.svg#Biko") format("svg");
    /* iOS 4.1- */
}


/******************************************/
/* Animation while the form is submitting */
/******************************************/

#crossfade {
    display: none;
    width: 200px;
    height: 200px;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    margin-top: 50px;
}

#crossfade>img {
    width: 125px;
    height: 125px;
    position: absolute;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: imageAnimation 5s linear infinite 0s;
    -moz-animation: imageAnimation 5s linear infinite 0s;
    -o-animation: imageAnimation 5s linear infinite 0s;
    -ms-animation: imageAnimation 5s linear infinite 0s;
    animation: imageAnimation 5s linear infinite 0s;
}

#crossfade>img:nth-child(2) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

#crossfade>img:nth-child(3) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

#crossfade>img:nth-child(4) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

#crossfade>img:nth-child(5) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        width: 200px;
        height: 200px;
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}




html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #272727;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.header {
    top: 0;
    width: 100%;
    height: 56px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: start;
}

.header-wrapper {
    width: 100%;
    height: 56px;
    display: flex;
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
    justify-content: space-between;
}


.header-logo {
    height: 44px;
}

.header-call {
    height: 0;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 50px solid #ffb727;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.header-call strong {
    color: #272727;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
}

.header-call a {
    font-size: 16px;
    color: #272727;
    font-weight: bold;
    text-decoration: underline;
}

.header-discount {
    top: 56px;
    width: 100%;
    height: 36px;
    display: flex;
    color: #fff;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #f31a1a;
}

.content {
    width: 100%;
    display: flex;
    margin-top: 0px;
    align-items: center;
    background-size: cover;
    justify-content: center;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/background.jpg");
    /* background-image: linear-gradient(180deg, #0E262E54 75%, #0E262EC1 100%, #0E262E 100%), url("https://fb.adopt-a-contractor.com/public/img/532.png"); */
}

.content-banner {
    width: 50%;
    display: flex;
    position: relative;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center;
    background-size: cover;
    height: calc(100vh - 92px);
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(180deg, #0E262E54 75%, #0E262EC1 100%, #0E262E 100%), url("https://fb.adopt-a-contractor.com/public/img/532.png"); */
}

.content-banner-logo {
    height: 86px;
}

.content-banner-logo-wrapper {
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
    margin: 128px auto 48px;
    border-bottom: 2px solid var(--secondary-color);
}

.content-banner-title-container {
    width: 100%;
    margin-top: -35%;
}

.content-banner-title {
    width: 100%;
    color: #fff;
    font-size: 36px;
    text-align: left;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.content-banner-title strong {
    color: #ffb727;
}

.content-banner-subtitle {
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: 400;
    filter: brightness(1.2) contrast(1.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-banner-footer {
    bottom: 72px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    position: absolute;
    width: calc(100% - 120px);
    filter: brightness(1.2) contrast(1.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-banner-footer a {
    color: #ffffff;
    text-decoration: underline;
}

.content-form {
    width: 50%;
    display: flex;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.form-container {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 32px 32px 24px;
    background-color: #fff;
}

.form {
    width: 100%;
    margin: auto;
    max-width: 600px;
    text-align: center;
    position: relative;
}

.form-title {
    width: 100%;
    margin: auto;
    font-size: 16px;
    max-width: 600px;
    font-weight: 600;
    text-align: left;
}

.form-label {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    margin: auto 4px 4px;
}

.form-wrapper {
    width: 100%;
    margin: 16px auto auto;
}

.form-entry {
    width: 100%;
    margin-top: 8px;
}

.form-section {
    width: 100%;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
}

.form-sub-section {
    width: calc(50% - 12px);
}

.form-input {
    width: 100%;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
    height: 40px !important;
    background-color: #f5f5f5;
    border: 1px solid #D3D3D3;
}

.form-input:hover {
    outline-color: #ffb727;
    border: 1px solid #ffb727;
}

.form-input:focus {
    outline-color: #ffb727;
    border: 2px solid #ffb727;
}

.form-action {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    margin: 24px auto auto;
    background-color: #ffb727;
}

.tcpa {
    font-size: 10px;
    text-align: left;
    margin: 16px auto auto;
    font-weight: Arial !important;
}

.form-agreement a {
    color: #0d47a1;
    text-decoration: underline;
}

.form-footer {
    display: none;
}

input[type="radio"] {
    transform: scale(1.8);
    margin: auto 12px auto 4px;
}

.form-radios-container {
    width: 100%;
    text-align: left;
}

.form-radios-container-label {
    padding: 8px 8px;
    border-radius: 5px;
    display: inline-block;
    width: calc(50% - 32px);
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    border: 1px solid #eeeeee;
}

.form-divider {
    height: 0px;
    margin: 16px auto 16px;
    width: calc(100% - 0px);
    border: 1px dashed #D3D3D3;
}

@media screen and (max-width: 1200px) {
    .content {
        height: auto;
        flex-direction: column;
    }

    .content-banner {
        width: 100%;
        height: 240px;
        justify-content: center;
    }

    .content-banner-title-container {
        width: 100%;
        margin: auto;
        max-width: 600px;
        text-align: center;
    }

    .content-banner-title {
        width: 100%;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    }

    .content-banner-footer {
        display: none;
    }

    .content-banner-footer a {
        color: #ffffff;
        text-decoration: underline;
    }

    .content-form {
        width: 100%;
        height: auto;
        padding-top: 48px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 48px;
        background-color: #fff;
    }

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

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

    .form-footer {
        width: 100%;
        display: flex;
        font-size: 12px;
        align-items: center;
        margin: 16px auto 0px;
        justify-content: center;
    }

    .content-banner-logo {
        height: 56px;
        margin: 16px auto auto;
    }

    .content-banner-logo-wrapper {
        width: 75%;
        text-align: center;
        margin: auto auto 36px;
    }
}


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

    .content-banner {
        width: 100%;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-wrapper {
        width: 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-logo {
        height: 40px;
    }

    .header-call {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-call strong {
        font-size: 12px;
        line-height: 1.2;
    }

    .header-discount {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .form-container {
        max-width: 600px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .form {
        margin: auto;
        max-width: 100%;
        padding: 0px 0px;
        text-align: center;
        border-radius: 24px;
    }

    .form-title {
        width: 100%;
        font-size: 14px;
        text-align: center;
        max-width: calc(100% - 32px);
    }

    .form-label {
        font-size: 14px;
        margin: auto 4px 4px;
    }

    .form-wrapper {
        width: 100%;
        margin: 24px auto auto;
    }

    .form-entry {
        width: 100%;
        margin-top: 12px;
    }

    .form-section {
        margin-top: 8px;
    }

    .form-sub-section {
        width: calc(50% - 6px)
    }

    .form-input {
        font-size: 18px;
        border-radius: 8px;
        height: 40px !important;
    }

    .form-radio-input {
        margin: auto 16px !important;
        padding: 8px 8px !important;
        border-radius: 4px !important;
        border: 1px solid black !important;
    }

    .form-radio-input-icon {
        margin: auto 4px auto 8px;
    }

    .form-action {
        height: 44px;
        font-size: 18px;
        border-radius: 8px;
        margin: 24px auto auto;
        background-color: #ffb727;
    }

    .form-agreement {
        margin: 16px auto auto;
    }

    .banner-discount {
        font-size: 12px
    }

    .content-banner-logo {
        height: 52px;
        margin: 12px auto auto;
    }

    .content-banner-logo-wrapper {
        width: 80%;
        text-align: center;
        margin: auto auto 36px;
    }
}

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

    .form {
        margin: auto;
        text-align: center;
    }

    .content-banner-logo {
        height: 44px;
        margin: 8px auto auto;
    }

    .content-banner-logo-wrapper {
        width: 80%;
        text-align: center;
        margin: auto auto 36px;
    }
}

.error {
    color: red;
}