/* tmp_z  349a83 4ca2c1 */
#div_rgpd {position:fixed; bottom:20px; width:100%; height:auto; left:0; margin:0; text-align:center; background-color:black; color:white; padding:20px 5% 20px 5%;}

div#contenu_libre,
#contenu_libre * {
    box-sizing: border-box;
}

div#contenu_libre {
    margin: auto;
    padding: 1em;
}

div#contenu_libre p {
    text-align: center;
    font-family: Tahoma;
}

div#contenu_libre ul {
    list-style: none;
    color: #999;
    text-align: center;
    font-family: Tahoma;
}

div#contenu_libre h1 {
    margin: 0 auto;
    text-align: center;
    font-family: Tahoma;
    color: #fff;
    font-size: 2.4em;
}

div#contenu_libre fieldset {
    border: none;
    /*width: 34em;*/
    max-width: 34em;
    border-radius: 3px;
    padding: 0 1em 0 1em;
    margin: 1em auto;
}

div#contenu_libre textarea:not(.mdc-text-field__input) {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    overflow: auto;
    resize: vertical;
    margin: 0;
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 0.5em;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    font-family: Tahoma;
}

div#contenu_libre select:not(.mdc-text-field__input) {
    margin: 0;
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 0.5em;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    font-family: Tahoma;
    max-width: 100%;
}

div#contenu_libre .pointe label,
div#contenu_libre .signale label:not(.mdc-floating-label) {
    width: 100%;
    text-align: center;
    padding: 1em 1em 1em 0.1em;
    color: #DDD;
    font-size: 1.2em;
    font-weight: normal;
}

div#contenu_libre .pointe label:before,
div#contenu_libre .signale label:not(.mdc-floating-label):before,
div#contenu_libre .signale span:not(.star-cb-group) label:before {
    vertical-align: base-line;
}

div.logo_box {
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: 100%;
}

div.logo_box img {
    max-width: 100%;
    max-height: 250px;
    height: auto;
}

.text-center {
    text-align: center;
}

.buttn {
    display: inline-block;
    margin: 0.3em auto;
    padding: 0.3em 2em;
    color: #fff;
    border: none;
    text-decoration: none;
    background-color: #eaeaea;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.6);
    font-weight: bolder;
    font-size: 35px;
    cursor: pointer;
}

.buttn:hover {
    background-color: #DDD;
    font-weight: bolder;
}

.buttn:active,
.buttn:visited {
    background-color: #DDD;
    font-weight: bolder;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

.buttn1 {
    display: inline-block;
    margin: 0.3em auto;
    padding: 0.3em 2em;
    border: none;
    text-decoration: none;
    background-color: #417bea;
    color: #fff;
    box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.6);
    font-family: Tahoma;
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
}

.buttn1:hover {
    background-color: #DDD;
    font-weight: bolder;
    color: #000;
}

.buttn1:active,
.buttn1:visited {
    background-color: #DDD;
    font-weight: bolder;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

span#legend_box {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    margin: -.5em 1em 1em 1em;
}

.mdc-text-field--textarea .mdc-floating-label {top:55% !important;}

.socialsz {
    display: inline-block;
    color: var(--etcheck-theme-secondary);
    background-color: var(--etcheck-theme-primary);
    text-align: center;
    width: 80px;
    height: 70px;
    border-radius: 10px;
    padding: 5px;
    transition: all ease 0.2s;
    margin: 10px;
    font-size: 12px;
    text-decoration: none !important;
    overflow: hidden
}

.socialsz svg {
    width: 60%;
    height: auto
}

.socialsz:hover {
    filter: brightness(130%);
}
