body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 19px;
    padding-bottom: 50px;
}

h1 {
    font-weight: 700;
    font-size: 23px;
}

#addGoogle, .btn {
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #3cc23c;
    color: white;
    box-shadow: 4px 4px 6px rgba(19, 60, 19, 0.20);
    transition: 0.5s all ease;
}

/*
#addGoogle:hover, .btn:hover{
    box-shadow: 4px 4px 6px rgba(19, 60, 19, 0.60);
}*/
*[for^="notation-"] [type="radio"]:checked + .fa-solid.fa-star {
    display: block !important;
    color: gold !important;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.47);
}

*[for^="notation-"] [type="radio"]:checked + .fa-regular.fa-star {
    display: none !important;
}

[for^="notation-"] .fa-solid.fa-star {
    cursor: pointer !important;
    /**display: none;**/
}

/****[for^="notation-"]:hover .fa-solid.fa-star{
    display: block;
}
*[for^="notation-"]:hover .fa-regular.fa-star{
    cursor: pointer!important;

    display: none;
}**/
*[for^="notation-"] input[type="radio"] {
    display: none;
}

#addGoogle {
    width: 191px;
    height: 191px;
    background: url(../images/pouce_ok.png) no-repeat center center;
    display: block;
    margin: auto;
    box-shadow: none;
}

.nextStep {
    /*
    width: 150px;
    height: 150px;
    background: url(../images/pouce_ok.png) no-repeat center center;*/
    display: block;
    margin: auto;
    box-shadow: none;/*
    background-size: contain;*/
    margin-top:10px;
}

.choices-wrapper p a {
    margin: 0 10px;
}

body{
    padding-bottom: 0;
    background: #e6eaef;
    height: 100%;
}
body > div.main-wrapper {
    min-height: 100vh;
    background: #e6eaef;
}

.choices-wrapper {
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.53) inset, 3px 3px 18px 0 rgba(14, 46, 86, 0.3), -1px 1px 20px 4px #fff;
    border-radius: 40px;
    padding: 30px 40px 60px;
}

body {
    background: white;
}

.main-wrapper {

    padding-top: 75px;
    position: relative;
}


.main-wrapper h1 {
    font-size: 40px;
    color: #094980;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    max-width: 680px;
    margin: auto;
    line-height: 40px;
}

.main-wrapper h3 {

    font-size: 21px;
    margin: auto;
    margin-top: 25px;
    max-width: 640px;
    color: #6085a5;
    font-style: italic;
}


.logo-client img {
    max-width: 280px;
    padding-right:40px;
}

.main-wrapper h3 {
    font-size: 21px;
    margin: auto;
    margin-top: 25px;
    max-width: 700px;
    color: #6085a5;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
}

.main-wrapper h3 b {
    font-weight: 600;
}

.light-txt,
.light-txt small i {
    font-weight: 300;
    color: #999;
}

.choices-wrapper i {
    font-size: 17px;
    color: #8593a5;
}

.main-wrapper > header {
    display: none;
}

.main-wrapper form label {
    font-size: 21px;
    margin: auto;
    max-width: 640px;
    color: #6085a5;
    font-style: italic;
}

.main-wrapper form input.btn {
    border-radius: 30px;
    font-size: 22px;
    padding: 10px 40px;
}

.main-wrapper form textarea#message, .main-wrapper form textarea.response-textarea {
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    max-width: 640px;
    margin: auto;
}

.main-wrapper .logo-client {
    background: white;
    padding-top: 25px;
    top: 0;
    left: 0;
}

.main-wrapper .logo-client {
    background: white;
    position: absolute;
    border-radius: 0 0 100% 0;
    padding-top: 25px;
    padding-bottom: 75px;
    padding-right: 90px;
}

#choix.questions .choices-wrapper.list {
    padding-top: 60px;
}

.choices-wrapper.list p a {
    text-decoration: none;
    margin: 0 10px;
    color: white;
    background: orange;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 30px;
    width: 46%;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px #6f6f6f8c;
    font-weight: 600;
}


@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
    .logo-area a {
        font-size: 20px;
    }

    .main-wrapper .logo-client {
        background: white;
        border-radius: 0 0 75% 0;
        padding-top: 25px;
        padding-bottom: 35px;
        margin-bottom: 0px;
        position: relative;
        width: auto;
        display: inline-block;
        max-width: 400px;
    }

    .main-wrapper {
        padding-top: 0;
    }

    /*
    .main-wrapper .logo-client img{
        max-width:250px;
    }
    .choices-wrapper {
        padding: 30px 15px 60px;
    }
    .choices-wrapper.list p a {
        margin: 0 0;
        width: 100%;
        margin-bottom: 20px;
        }*/
}


@media (max-width: 991px) {
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
    .logo-area a {
        font-size: 20px;
    }

    .main-wrapper .logo-client {
        border-radius: 0 0 75% 0;
        padding-top: 25px;
        padding-bottom: 35px;
        padding-right: 0;
        width: 100%;
        margin-bottom: 0px;
        position: relative;
    }

    .main-wrapper {
        padding-top: 0;
    }

    .main-wrapper .logo-client{
        padding-top:15px;
        padding-bottom:20px;
    }
    .main-wrapper .logo-client img {
        max-width: 175px;
        margin-left:15px;
    }

    .choices-wrapper {
        padding: 30px 15px 60px;
    }

    .choices-wrapper.list p a {
        margin: 0 0;
        width: 100%;
        margin-bottom: 20px;
    }


    .main-wrapper h1{
        font-size: 26px;
        line-height: 1.1;
    }

    .main-wrapper div.mt-5.pt-5 h1{
        margin-top: -50px;
    }

    .main-wrapper form input.btn{
        margin-bottom: 100px;
    }
    .main-wrapper form{
        margin-bottom: 0;
    }
    body{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    form label[for^='notation-']{
        margin:0.25em!important;
    }

    .choices-wrapper img {
        /*width: 50px;
        margin-bottom: 30px;*/
    }
}