html, body {
    height: 100%;
    width: 100%;
    min-height: 100%;
    border: 0 solid transparent;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Century Gothic","Helvetica","Arial",sans-serif;
    font-size: 1em;
    color: black;
}
section {
    padding: 1% 15% 1% 15%;
    clear: both;
}
h1 {
    text-align: center;
    font-size: 40px;
}
p {
    line-height: 1.8em;
    padding-bottom: 1em;
}
a {
    text-decoration: underline;
    color: white;
}
#logo{
    width: 15%;
    height: auto;
    margin-left: 42%;
    margin-right: 42%;
    margin-top: 5%;
}
#option3a {
    margin: auto;
    width : 30%;
}
#logofallback, #logogo{
    text-align: center;
    margin-bottom: 2%;
}
#logofallbackimg, #logogoimg{
    width: 19%;
    height: auto;
    margin-top: 2%;
}
#fallback{
    background-color: #6C788A;
    text-align: center;
    font-size: xx-large;
    padding: 2.4%;
}
.button {
    font-size: 1em;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 32px 8px 8px;
    background-position: right 7px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-top: 2%;
    margin-bottom: 1%;
    transition-duration: 0.3s;
    transition-property: background-color, color, background-image;
}
.centered {
    text-align: center;
}
.formulaire {
    margin: auto;
    text-align: center;
    padding: 0;
    width: 50%;
}
.textField {
    box-sizing: border-box;
    display: block;
    width: 90%;
    font-size: 1em;
    padding: .5em;
    margin: auto;
    border-radius: 5px;
    outline: none;
}
.radio {
    display: inline;
}
.white {
    background-color: #fff;
    color: #000;
}
.white .button {
    border: 2px #ff8c00 solid;
    color: #fff;
    background-color: #ff8c00;
    background-image: url("https://www.arxone.com/layout/images/gow.png");
}
.white .button:hover, .button:focus, .button:active {
    background-color: #fff;
    color: #ff8c00;
    background-image: url("https://www.arxone.com/layout/images/goo.png");
}
.radio {
    display: inline-flex;

}
.radiosub {
    margin-bottom: 10px;
}
.radiosub label {
    position: relative;
}
.radiosub span::before,
.radiosub span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.radiosub span.radio:hover {
    cursor: pointer;
}
.radiosub span.radio::before {
    left: -52px;
    width: 45px;
    height: 25px;
    background-color: #A8AAC1;
    border-radius: 50px;
}
.radiosub span.radio::after {
    left: -49px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #6C788A;
    transition: left .25s, background-color .25s;
}
.radiohub {
    text-align: left;
    margin-left: 50%;
}
.textField1 {
    box-sizing: border-box;
    display: block;
    width: 35%;
    height: 5%;
    font-size: 1em;
    padding: .5em;
    margin: auto;
    border-radius: 5px;
    outline: none;
}
.white input[type="radio"],
.white input[type="checkbox"]{
    display: none;
}
input[type="submit"]{
    cursor:pointer;
}
input[type="radio"]:checked + label span.radio::after {
    left: -27px;
    background-color: #ff8c00;
}