body {
    background-image: url("https://styles.lexis360.fr/deployment/at/css/images/img_header_home.jpg");
    background-repeat: no-repeat;
    background-color: #d8d8d8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;


}

.logo a {
    padding-left: 20px;
    font-weight: 400;
    font-size: 25px;
    color: #4a4a4a;
    font-family: Lato, sans-serif;
    text-decoration: none;
}

#logo {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    padding-top: 20px;
    margin-bottom: -16px;

}

#logo a {
    color: #000;
    text-decoration: none;
}

#main {
    width: 80%;
    padding-top: 100px;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0.5em;
    margin: auto;
}

@media screen and (max-width: 600px) {
    #main {
        width: 90%;
        font-size: 16px;
        font-weight: 400;
    }
}

@media screen and (max-width: 400px) {
    #main {
        width: 90%;
        font-size: 14px;
        font-weight: 400;
    }
}


h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

#sep {
    display: block;
    border-top: solid 6px #D93529;
    margin-bottom: 24px;
    width: 100%

}

.controls {
    opacity: 0;
    width: 92%;
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 24px;
    padding-top: 10px;

    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 8px 8px;
    animation: 0.5s ease-out 0.8s slideInFromBottom forwards;
    -webkit-animation: 0.5s ease-out 0.8s slideInFromBottom forwards;
}

@media screen and (max-width: 600px) {
    .controls {
        padding-left: 4%;
        padding-right: 4%;
    }
}


.controls:hover {
/ / -moz-transform: scale(1);
/ / -webkit-transform: scale(1);
/ / -o-transform: scale(1);
/ / transform: scale(1);
    background-color: #feffec;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.controls:not(hover) {
/ / -moz-transform: scale(1);
/ / -webkit-transform: scale(1);
/ / -o-transform: scale(1);
/ / transform: scale(1);
    background-color: #fff;

    /* Firefox */
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    /* Standard */
    transition: all 0.2s ease-in;
}


.controls label {
    position: relative;
    bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    .controls label {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 400px) {
    .controls label {
        font-size: 14px;
        line-height: 20px;
    }
}


.controls [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f0f0f0;
    color: #c5c5c5;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    outline: none;

}

@media screen and (max-width: 600px) {
    .controls [type=radio] {
        height: 24px;
        width: 24px;
        border-radius: 24px;
        top: 10px;
    }
}


.controls [type=radio]:checked::before {
    position: absolute;
    font: 16px/1 'Open Sans', sans-serif;
    left: 10px;
    top: 5px;
    content: '\02143';
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

@media screen and (max-width: 600px) {
    .controls [type=radio]:checked::before {
        font: 14px/1 'Open Sans', sans-serif;
        left: 7px;
        top: 3px;
    }
}

.controls [type=radio]:hover {
    background-color: #D93529;
    /* Firefox */
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    /* Standard */
    transition: all 0.2s ease-in;
}

.controls [type=radio]:not(hover) {
    background-color: #c5c5c5;
    /* Firefox */
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    /* Standard */
    transition: all 0.2s ease-in;
}

.controls [type=radio]:checked {
    background-color: #D93529;
    color: #fff;
    /* Firefox */
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    /* Standard */
    transition: all 0.2s ease-in;
}

@media print {

    .controls [type=radio]:checked::before {
        visibility: hidden;
    }

    .controls [type=radio]:checked {
        border: 12px solid #D93529;
    }

    .btn_export {
        visibility: hidden;
    }

    .footer {
        visibility: hidden;
    }

}


.prompt {
    font-weight: 700;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    margin: 0 auto;
    width: 96%;
    padding: 2% 2% 2% 2%;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    animation: 0.5s ease-out 0s 1 slideInFromLeft forwards;
    -webkit-animation: 0.5s ease-out 0s 1 slideInFromLeft forwards;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .prompt {
        padding: 4% 4% 4% 4%;
        width: 92%;
    }
}


.prompt::after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -6px;
    left: 5%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #FFF #FFF transparent;
}

.conclusion {
    width: 100%;
    margin-bottom: 20px;
    background-color: #bbdefb;

    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 0.4s ease-out 0s 1 slideInFromLeft forwards;
    animation: 0.4s ease-out 0s 1 slideInFromLeft forwards;
}

.conclusion .prompt {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    -webkit-animation: 0.4s ease-out 0s 1 fadeIn forwards;
    animation: 0.4s ease-out 0s 1 fadeIn forwards;
    background-color: transparent;
//    width: 100%;

}

.conclusion .prompt::after {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: 0px;
    left: 0%;
/ / border-width: 3 px;
/ / border-style: solid;
/ / border-color: #D93529;
    border-color: transparent;
    width: 94%;
    margin-top: 20px;
    margin-bottom: 5px;
}


.explanation {
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    display: block;
    width: 94%;
    padding: 10px 5px 10px 5px;
    color: black;
    animation: 1s ease-out 1s fadeIn forwards;
    -webkit-animation: 1s ease-out 1s fadeIn forwards;

}

.explanation a {
    text-decoration: none;
    color: #0075cf;
}

.explanation a:hover {
    color: #ec1717;
}


.flash {
    /*margin: 5px;
    padding: 5px;
    border: 1px silver solid;
    background-color: white;*/
}

.multiple {
    width: 96%;
    margin-left: 2%;
    height: 280px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 10px 10px 10px;
    margin-top: -10px;
    font-size: 16px;
    border: 0px;
    opacity: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 8px 8px;
    animation: 0.5s ease-out 0.8s slideInFromBottom forwards;
    -webkit-animation: 0.5s ease-out 0.8s slideInFromBottom forwards;

}

.field {
    width: 100%;
}


.footer {
    margin-left: -20px;
    padding: 10px 10px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #4f4f4f;
    line-height: 24px;
    margin-top: 100px;
    width: 100%;
    position: relative;
    background-color: #efefef;

}

.footer a {
    padding-left: 15px;
    text-decoration: none;
    color: #0075cf;
}

.btn_export {
    float: right;
    margin-right: 2%;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #0075cf;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.btn_export:hover {
    background-color: #007ddd;
}

button {
    float: left;
    margin-left: 2%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #0075cf;
    padding: 5px 10px 5px 10px;
    cursor: pointer;

    opacity: 0;
    animation: 0.5s ease-out 0.8s slideInFromBottom forwards;
    -webkit-animation: 0.5s ease-out 0.8s slideInFromBottom forwards;

}

button:hover {
    background-color: #007ddd;
}


@keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromRight {
    0% {
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromBottom {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0;

    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;

    }
}

@-webkit-keyframes slideInFromBottom {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
        opacity: 0;;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;

    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;

    }
}

.headertitle{
  background-color: #f0f0f0;
  padding: 20px;
  font-size: 18px;
  color: #4a4a4a;
  font-family: Lato, sans-serif;
  text-decoration: none;
}
.headertitle a{
  text-decoration:none;
  color:#0075cf
}
