html {
    background-color: #5f6960;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/fond_ecran_eds_2025.jpg);
}


form:invalid .btn {
  opacity: 0.3;
}


body {
    background-color: transparent;
    background-image: none;

}

small {
    font-size: 0.8em;
}

.container {
    background-color: #fff;
}

.container .logo {
    background-color: transparent;
    height: 90px;
    margin-left: 0;
}

.container .logo img {
    margin-top: 30px;
    width: 40%;
    display: block;
}

.container.logo.bas img {
    width: 150px;
}

.maj-coordonnees {
    background-color: #ccc;
    padding: 30px;
    margin-top: 60px;
}

.radio {
    margin-left: 3.2em;
    font-size: 1.1em;
}

.check {
    font-size: 1.1em;
}

.text {
    max-width:90%;
}

.textarea {
    margin: 0 0 0 10px;
    width: 90%;
    max-width: 90%;
    height: 100px;
}

.nbChar-text {
    margin-left: 10px;
    font-size: 0.8em;
}

h1 {
    font-size: 1.6em;
    font-family: serif;
    text-align: center;
    height: 3.5em;
    line-height: 1.6em;
    padding-top: 1em;
}

h2 {
    font-size: 0.9em;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 30px;
}

h3 {
    font-family: serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;

}

p {
    text-align: justify;
}

p a {
    color: #53122c;
    text-decoration: underline;
}

p.site a:hover {
    color: #320816;
}

.row.question {
    margin-top: 30px;
    margin-bottom: 20px;
}

.row.question.independante {
    margin-bottom: 0;
}

.row.question.precisions {
    margin-top: -25px;
    margin-bottom: 20px;
}

.form-check.filtre {
    padding: 0 0 0 60px;
}

div.step {
    display: none;
}

p.desc {
    width: 100%;
    text-align: center;
    margin: 30px auto 20px auto;
    font-family: serif;
    text-decoration: none;
    font-size: 24px;
}

p.rgpd {
    background-color: #eee;
    padding: 2% 3%;
    font-size: 0.8em;
    text-align: justify;
    color: #525060;
}

.separator {
    border-top: black solid 5px;
    width: 100px;
    color: #000;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* @group Rating */

.rate {
    position: relative;
    vertical-align: middle;
}

.rate .rating-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 0;
    bottom: 50px;
    display: block;
    top: 65%;
}

.rating {
    overflow: hidden;
    vertical-align: bottom;
    display: inline-block;
    /*width: 200px;*/
    height: 25px;
    float: left;
}

.rating.rating10 {
    width: 400px;
    margin: 0 20px 0 0;
}

.rating.rating5 {
    /*width: 50%;*/
    margin: 0;
    padding: 0;
   /*padding-right: 10%;*/
}

.rating.rating5.centre {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}


.rating > input {
    opacity: 0;
    margin-right: -100%;
}

.rating > label {
    position: relative;
    display: block;
    float: right;
    background: url('/img/star-off.svg');
    background-size: 25px 25px;
    margin-left: 10px;
}

.rating > label:before {
    display: block;
    opacity: 0;
    content: '';
    width: 25px;
    height: 25px;
    background: url('/img/star-on.svg');
    background-size: 25px 25px;
    transition: opacity 0.2s linear;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating:not(:hover) > :checked ~ label:before {
    opacity: 1;
}

.rating-text {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.rating5 > label {
    margin-right: 5%;
    margin-left: 0;
}

.nonconcerne {
    /*transform: scale(1.5);*/
    width:1.5em;
    height:1.5em;
    filter: grayscale(1);
    margin-top: 2px;

}

.col-3.desc {
    font-size: 12px;
}

.col-2.col-6-xs label {
    font-size: 12px;
}

.note {
    display: none;
}

/* @end */


.xdebug-var-dump {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 12px;
}

.alert-box {
    color: #555;
    border-radius: 10px;
    /*font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;*/
    padding: 10px 10px 10px 36px;
    margin: 10px;
    z-index: 1000;
}

.flash-error {
    background: #ffecec url('../img/alert-box/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.flash-success {
    background: #e9ffd9 url('../img/alert-box/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.flash-warning {
    background: #fff8c4 url('../img/alert-box/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.flash-notice {
    background: #e3f7fc url('../img/alert-box/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.alerte1 {
    background-color: #ffecec;
    padding:20px 0;
    border: 1px solid #f5aca6;
    border-radius: 10px;
}

.btn {
    border-radius: 2px;
    font-size: 0.8em;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.btn-primary {
    background-color: #525060;
    border-color: #001b3e;
}

.btn-primary:hover {
    background-color: #30303a;
    border-color: #000;
}

.btn-secondary {
    background-color: #30303a;
    border-color: #001b3e;
}

.alert-box {
    width: 100%;
}

.container.logo .alert-box a {
    display: inline;
    text-decoration: underline;
}

.edit {
    border: #bbb solid 1px;
    padding: 40px 20px 20px 20px;
    position: relative;
}

.edit a.delete {
    position: absolute;
    top: 10px;
    right: 10px;
    color: red;
    text-decoration: none;
    font-size: 24px;
}

.row.question.independante small {
    display: block;
    text-align: center;
}

h2 a {
    text-decoration: none;
    color: #0d3161;
    font-size: 24px;
}

h2 .carre {
    color: #0d3161;
    font-size: 24px;
}

h2 a:hover {
    text-decoration: none;
    color: #000;

}

.container {
    position: relative;
}

#flag {
    position: absolute;
    right: 1em;
    top: 0;
}

.sous-question {
}

.sous-question .desc {
    padding-left: 3em;
    font-size: 0.9em;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .container .logo {
        margin-left: -50px;
    }

    .container .logo img {
        width: 25%;
    }

    h1 {
        font-size: 2.4em;
    }

    div.step {
        background: #000;
        border-radius: 1em;
        color: transparent;
        font-size: 0.5em;
        display: inline-block;
        font-weight: bold;
        line-height: 2em;
        margin-top: 7px;
        margin-right: 20px;
        text-align: center;
        width: 2em;
        height: 2em;

    }

    /*p.desc {*/
    /*    text-align: left;*/
    /*    margin: 20px 0 20px 0;*/
    /*    font-size: 24px;*/
    /*}*/


    .rating {
        margin-left: 2.5em;
        margin-bottom: 1em;
        overflow: hidden;
        vertical-align: bottom;
        display: inline-block;
        /*width: 200px;*/
        height: 30px;
        float: left;
    }

    .rating.rating10 {
        width: 400px;
        margin: 0 0 0 60px;
    }

    .rating.rating5 {
        padding-right: 10%;
    }


    .rating > label {
        position: relative;
        display: block;
        float: right;
        background: url('/img/star-off.svg');
        background-size: 30px 30px;
        margin-left: 10px;
    }

    .rating > label:before {
        display: block;
        opacity: 0;
        content: '';
        width: 30px;
        height: 30px;
        background: url('/img/star-on.svg');
        background-size: 30px 30px;
        transition: opacity 0.2s linear;
    }

    .rating5 > label {
        margin-right: 0;
        margin-left: 5%;
    }

    .desc {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .col-2.col-6-xs label {
        font-size: 14px;
    }


    .note {
        display: block;
        margin: 0 0 0 0;
        float: left;
        height: 35px;
        line-height: 35px;
        text-align: right;
        font-size: 24px;
        color: #000;
    }

    #textarea_8,#textarea_22 {
        margin-top: -30px
    }

    #textarea_titre_5 .desc, #textarea_titre_30 .desc {
        margin-bottom: 3px;
    }


    textarea {
        width: 90%;
        max-width: 1008px;
    }

    input[type=checkbox]
    {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
        padding: 10px;
    }

    .nonconcerne {
        width:1.5em;
        height:1.5em;
        filter: grayscale(1);
        margin-top: 7px;
    }

    input[type=email]:focus:invalid {
        border:1px solid red;
        box-shadow: 0 0 8px red;    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rating5 > label {
        margin-left: 10%;
    }

    .rating.rating10 {
        width: 400px;
        margin: 0 0 0 190px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .rating.rating10 {
        width: 400px;
        margin: 0 0 0 280px;
    }

}