/* Le bouton Submit du formulaire 2 : Résultat minifié : */
#frm_field_378_container {
    display: none;
    visibility: hidden;
}
/* Le formulaire 2 : Résultat minifié : */
#frm_form_39_container {
    display: none;
    visibility: hidden;
}
/* La div d'explications placée sous le résultat minifié : */
#how_to_display {
    display: none;
    visibility: hidden;
}
/* ¨Pour ne pas afficher le div d'erreur qu'affiche parfois Formidable Forms, croyant que le CSS minifié est du spam : */
.frm_style_style-formidable.with_frm_style .frm_error_style {
    display: none !important;
}


/* Début de : Les éléments de la div d'explications placée sous le résultat minifié : * /
/* Actuellement intégré directement dans la page. * /
.csrp {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

.csrp-item {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
}

.csrp-item:last-child {
    margin-bottom: 0;
}

.csrp-inst {
    margin-bottom: 5px;
}

.csrp-example-block {
    padding-left: 25px;
}

.csrp-example {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}

.csrp-example:last-child {
    margin-bottom: 0;
}

.csrp-iconbox {
    flex: 0 0 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.csrp-code {
    flex: 1;
}

.csrp-inner {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    transition: background-color 1.2s;
}

.csrp-yes:hover .csrp-yes .csrp-inner {
    background-color: #efe;
}

.csrp-yes .csrp-inner {
    color: #080;
}

.csrp-no .csrp-inner {
    color: red;
}

.csrp-text {
    position: relative;
}

.csrp-thumb-up {
    position: relative;
    top: -10%;
    font-size: 36px;
    line-height: 1;
}

.csrp-thumb-up::before {
    content: "👍";
}

.csrp-yes:hover .csrp-thumb-up {
    animation-name: kf-csrp-thumb-up;
    animation-iteration-count: 1;
    animation-duration: 1.6s;
}

@keyframes kf-csrp-thumb-up {
    25% {
        opacity: 0;
    }

    49% {
        opacity: 0;
        transform: rotateZ(0) translate(0, 0);
    }

    50% {
        transform: rotateZ(-20deg) translate(0, -30px);
        animation-timing-function: cubic-bezier(.77, 1.37, .84, 1.1);
    }
}

.csrp-crossbox {
    position: relative;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}

.csrp-cross1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 8px;
    transform: translate(-50%, 0);
}

.csrp-cross2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 8px;
    transform: translate(0, -50%);
}

.csrp-cross-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: red;
}

.csrp-no:hover .csrp-cross1 .csrp-cross-inner {
    animation-name: kf-csrp-cross1;
    animation-iteration-count: 1;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
}

@keyframes kf-csrp-cross1 {
    25% {
        height: 100%;
        opacity: 0;
    }

    50% {
        height: 0;
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    75% {
        height: 0;
        opacity: 1;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}

.csrp-no:hover .csrp-cross2 .csrp-cross-inner {
    animation-name: kf-csrp-cross2;
    animation-iteration-count: 1;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
}

@keyframes kf-csrp-cross2 {
    25% {
        width: 100%;
        opacity: 0;
    }

    50% {
        width: 0;
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    75% {
        width: 100%;
        opacity: 1;
    }
}

.csrp-strikethrough-outer {
    position: absolute;
    top: 50%;
    height: 4px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.csrp-strikethrough-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: rgba(255, 0, 0, 0.2);
}

.csrp-no:hover .csrp-strikethrough-line {
    animation-name: kf-csrp-strikethrough-line;
    animation-iteration-count: 1;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
}

@keyframes kf-csrp-strikethrough-line {
    100% {
        width: 100%;
    }
}

.csrp {
    --frameit-color: #080;
    --frameit-width: 2px;
}

.csrp-frameit-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.csrp-frameit-top {
    position: absolute;
    top: 0;
    left: 0;
    right: var(--frameit-width);
    height: var(--frameit-width);
}

.csrp-frameit-right {
    position: absolute;
    top: 0;
    right: 0;
    width: var(--frameit-width);
    bottom: var(--frameit-width);
}

.csrp-frameit-bottom {
    position: absolute;
    left: var(--frameit-width);
    right: 0;
    bottom: 0;
    height: var(--frameit-width);
}

.csrp-frameit-left {
    position: absolute;
    top: var(--frameit-width);
    left: 0;
    width: var(--frameit-width);
    bottom: 0;
}

.csrp-frameit-inner {
    position: absolute;
    background-color: var(--frameit-color);
    animation-timing-function: ease-in-out;
}

.csrp-frameit-top-inner {
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    animation-delay: 0s;
}

.csrp-frameit-bottom-inner {
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    animation-delay: 0.7s;
}

.csrp-yes:hover .csrp-frameit-top-inner,
.csrp-yes:hover .csrp-frameit-bottom-inner {
    animation-name: kf-csrp-frameit-hori;
    animation-iteration-count: 1;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
}

@keyframes kf-csrp-frameit-hori {
    100% {
        width: 100%;
    }
}

.csrp-frameit-right-inner {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    animation-delay: 0.35s;
}

.csrp-frameit-left-inner {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    animation-delay: 1.05s;
}

.csrp-yes:hover .csrp-frameit-right-inner,
.csrp-yes:hover .csrp-frameit-left-inner {
    animation-name: kf-csrp-frameit-vert;
    animation-iteration-count: 1;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
}

@keyframes kf-csrp-frameit-vert {
    100% {
        height: 100%;
    }
}
/* Fin de : Les éléments de la div d'explications placée sous le résultat obfusqué : */






/* Début de : Les éléments permettant l'effet clignotement lors de l'affichage, puis de la copie du résultat obfusqué : */
.codebox-section {
    margin-bottom: 20px;
}

.codebox-input-group {
    position: relative;
}

.codebox-input {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    font-family: monospace;
    resize: none;
    border-color: #ccc;
    border-radius: 5px;
    scrollbar-color: #abc8e5 #dee7ef;
}
.codebox-input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.codebox-input[name="icode"] {
    white-space: pre;
    tab-size: 4;
}
.codebox-input[name="ocode"] {
    word-break: break-all;
}
.codebox-radiate {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
}
.codebox-radiate {
    border: 2px solid #66afe9;
    animation-name: kf-codebox-radiate;
    animation-duration: 0.9s;
    animation-iteration-count: 3;
    animation-fill-mode: backwards;
}
.codebox-radiate[data-idx="1"] {
    animation-delay: 0s;
}
.codebox-radiate[data-idx="2"] {
    animation-delay: 0.3s;
}
.codebox-radiate[data-idx="3"] {
    animation-delay: 0.6s;
}
@keyframes kf-codebox-radiate {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.2, 1.4);
    }
}
/* Fin de : Les éléments permettant l'effet clignotement lors de la copie du résultat obfusqué : */


/**/