input, select, textarea {
    color: red;
}

a {
    color: red;
}

b {
    color: red;
}

h1, h2, h3, h4, h5, h6 {
    color: red;
}

blockquote {
    border-left-color: red;
}

code {
    background: none;
    border-color: red;
}

hr {
    border-bottom-color: red;
}

.box {
    border-color: red;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px red;
    color: red !important;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
    background-color: red;
    color: #ffffff !important;
}

label {
    color: red;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: red;
    box-shadow: 0 0 0 1px red;
}

.select-wrapper:before {
    color: red;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    background: none;
    border-color: red;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background-color: red;
    border-color: red;
    color: #ffffff;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: red;
    box-shadow: 0 0 0 1px red;
}

ul.alt li {
    border-top-color: red;
}

table tbody tr {
    border-color: red;
}


table th {
    color: red;
}

table thead {
    border-bottom-color: red;
}

table tfoot {
    border-top-color: red;
}

table.alt tbody tr td {
    border-color: red;
}

.wrapper.style1 {
    background-color: red;
    color: #f2a3a5;
}

.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
    background-color: #ffffff;
    color: red !important;
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
    background-color: #ffffff;
    border-color: #ffffff;
    color: red;
}

.wrapper.style2 a {
    color: red;
}

.wrapper.style2 input[type="submit"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 button.special,
.wrapper.style2 .button.special {
    background-color: red;
    color: #ffffff !important;
}


.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
    border-color: red;
    box-shadow: 0 0 0 1px red;
}

.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
    background-color: red;
    border-color: red;
    color: #ffffff;
}

.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="radio"]:focus + label:before {
    border-color: red;
    box-shadow: 0 0 0 1px red;
}

#header .logo {
    font-family: 'Pacifico', cursive;
    display: inline-block;
    height: inherit;
    left: 0;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    color: red;
    font-size: 1.75em;
    text-transform: none;
    font-weight: normal;
    padding-top: 5px;
    opacity:1;
}

#banner {
    color: white;
    padding: 3em 6em 6em 6em;
    background-color: #0c0c0c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15% left;
    text-align: left;
    position: relative;
    z-index: 9999;
    top: -100px;
    margin: 0px;
    height: 102vh;

}

#banner input[type="submit"].special,
#banner input[type="reset"].special,
#banner input[type="button"].special,
#banner button.special,
#banner .button.special {
    background-color: #ffffff;
    color: red !important;
}

#footer {
    background-color: red;
    color: #f2a3a5;
    height:100px;
    background: red;
}

#footer input[type="submit"].special,
#footer input[type="reset"].special,
#footer input[type="button"].special,
#footer button.special,
#footer .button.special {
    background-color: #ffffff;
    color: red !important;
}

#footer input[type="checkbox"]:checked + label:before,
#footer input[type="radio"]:checked + label:before {
    background-color: #ffffff;
    border-color: #ffffff;
    color: red;
}

.footerv2 {

    height: auto;
    width: 100%;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
}

.recherche{
    width: 100%;
    max-width: 465px;
    height: 50px;
    padding: 10px 15px 10px 50px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 4px;
    outline: none;
    border: 0;
    margin-top: 15px;
    background-color: white;
    color: grey;
}

#step2 {
    background-color: transparent;
}
#step3 {
    background-color: transparent;
}
#step3 {
    background-color: transparent;
}
#step4 {
    background-color: transparent;
}
#step5 {
    background-color: transparent;
}
#result {
    background-color: transparent;
}
