.fos_comment_thread .panel.panel-default {
    text-align: center;
    font-weight: 300;
}

.fos_comment_thread .panel.panel-default a {
    text-decoration: underline;
}

.fos_comment_comment_replies.liner_forum {
    border-left: none !important;
    padding-left: 10px;
    margin-left: 6vh;
    cursor: pointer;
}

.fos_comment_comment_replies.liner_forum .fos_comment_comment_metas {
    position: relative;
}

.fos_comment_comment_show {
    position: relative;
    margin-left: 40px;
    margin-top: 5px;
}

.fos_comment_comment_show .btn-collapse.collapsed .barre-left {
    display: none;
}

.fos_comment_comment_show .barre-left {
    position: absolute;
    top: 12px;
    left: 10px;
    bottom: 20px;
    width: 30px;
    height: 100%;
    display: block;
    background: transparent;
}

.fos_comment_comment_show .barre-left::after {
    content: '';
    position: absolute;
    top: 37px;
    bottom: 8px;
    left: 14px;
    width: 2px;
    background: #f1e9e0;
}

.fos_comment_comment_show a.btn-collapse:hover .barre-left::after {
    background: #fe872c;
}

.fos_comment_comment_show.forum {
    margin-left: 0;
}

.fos_comment_comment_new_form {
    background: #f8f4ef;
    padding: 20px;
    margin: 15px 0 30px;
    display: flex;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.fos_comment_comment_new_form .bt-ok {
    position: absolute;
    bottom: 30px;
    right: 65px;
    padding: 0;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.fos_comment_comment_new_form textarea {
    padding-right: 70px;
}

.fos_comment_comment_new_form .avatar {
    float: left;
}

.fos_comment_comment_show.fos_comment_limit_children_reached,
.fos_comment_comment_show.fos_comment_comment_depth_0 {
    margin: 10px 0;
}

.comment-content {
    font-size: 14px;
    width: 100%;
}

.comments .comment-content {
    display: inline-block;
    vertical-align: top;
}

.bt-comment {
    color: white !important;
    border: none;
    background: transparent;
    font-family: 'Cantata One', serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    padding: 6px 0;
}

.btn.btn-comment-likes,
.text-secondary.btn-comment-likes {
    display: inline-block;
    padding: 0;
    height: 21px;
    font-size: 12px;
}

.fos_comment_comment_body {
    position: relative;
    display: flex;
    padding: 10px 10px 0;
    color: black !important;
}

.fos_comment_comment_body .fos_comment_comment_metas {
    margin-right: 20px;
}

.fos_comment_comment_body button.dropdown-toggle {
    padding: 0 5px;
}

.fos_comment_comment_body button.dropdown-toggle::after {
    margin: 0;
}

.fos_comment_comment_body .menu-action {
    position: absolute;
    right: -20px;
    top: 0;
}

.fos-new-comment-textarea {
    margin-left: 35px;
    margin-right: 20px;
    width: 100%;
}

.comment-content .dropdown-menu {
    right: 0;
    left: initial;
    background: #424242;
    padding: 10px;
    margin: 0;
    border-radius: 12px;
    z-index: 10000;
}

button.vote {
    border: 0;
    background-color: white;
    padding: 0;
}

.already-voted {
    color: #3995d2 !important;
}

.comment-detail .annonce {
    background-color: #eaeaea;
    padding: 10px;
    margin: 10px 0 -15px;
    border-radius: 3px;
    display: block;
}

.fos_comment_comment_show,
.comment-detail .comment_body {
    word-break: normal;
    overflow-wrap: anywhere;
}

.comment-content .dropdown-menu .divider {
    margin: 10px 0;
    height: 1px;
    width: 100%;
    background: rgb(255 255 255 / 23%);
}

.comment-content .dropdown-menu li {
    padding: 0;
}

.comment-content .dropdown-menu a {
    font-family: 'Cantata One', serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    color: #fff !important;
    padding: 6px 0;
}

.fos_comment_comment_body .comment-content.pinned-comment {
    border: 3px solid #7077a8;
}

.commentParent {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: '\201C' '\201D' '\2018' '\2019';
}

.commentParent::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

/*
 * stylization for quote comments on the forums
 */
.commentParent p {
    display: inline;
}

.commentParent .blockquote p {
    font-size: 0.75rem;
}

.forum-section.forum-new {
    width: 100%;
    position: relative;
    font-size: 14px;
}

.forum-section.forum-new .col-12 {
    position: relative;
    padding-left: 80px;
    padding-bottom: 10px;
    margin-bottom: 100px;
}

.forum-section.forum-new .col-12::after {
    background: #f1e9e0;
    content: '';
    width: 1px;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.forum-section.forum-new .titre .form-group input {
    border-radius: 20px;
    height: 40px;
    border: 1px solid rgb(192 160 130 / 30%);
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
}

.forum-section.forum-new .form-group {
    margin-bottom: 40px;
}

.forum-section.forum-new textarea {
    background: #fff;
    font-size: 16px;
    border-radius: 23px;
    border: 1px solid #f1e9e0;
    box-shadow: none;
    padding: 20px !important;
}

.forum-section.forum-new .form-text.text-muted {
    font-size: 12px;
    color: #c7c7c7;
}

.forum-section.forum-new .bt {
    width: 100%;
}

.hide {
    display: none;
}

.ml-6 {
    margin-left: 3.5rem !important;
}

.reponses:hover {
    color: #fe872c !important;
}

@media (max-width: 767px) {
    .fos_comment_comment_show,
    .fos_comment_comment_body {
        margin-left: 0;
    }

    .fos_comment_comment_show.fos_comment_comment_depth_1 {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .fos_comment_comment_body .menu-action {
        right: 0;
    }

    .comment-content ul.dropdown-menu > li {
        padding: 15px 0;
    }

    .comment-content ul.dropdown-menu > li.divider {
        padding: 2px !important;
    }
}

@media (max-width: 576px) {
    .fos_comment_comment_new_form {
        padding: 10px 5px;
        margin-bottom: 10px;
    }

    .fos-new-comment-textarea {
        margin-left: 5px;
        margin-right: 30px;
    }

    .fos_comment_comment_new_form .bt-ok {
        top: 10px;
        right: 3px;
        height: 30px;
        width: 30px;
        font-size: 10px;
    }

    .fos_comment_comment_new_form textarea {
        padding-right: 0;
    }

    .fos_comment_comment_body {
        padding: 0;
    }

    .fos_comment_comment_body .fos_comment_comment_metas {
        margin-right: 10px;
    }

    .fos_comment_comment_show.fos_comment_limit_children_reached,
    .fos_comment_comment_show.fos_comment_comment_depth_0 {
        padding: 0 0 10px;
    }
}

@font-face {
    font-family: 'Cantata One';
    src: url(/build/fonts/CantataOne-Regular.ccd78575.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: short-font;
    src: url(/build/fonts/short-font.3292da03.eot);
    src: url(/build/fonts/short-font.3292da03.eot#iefix) format('embedded-opentype'),
    url(/build/fonts/short-font.c095f7de.ttf) format('truetype'),
    url(/build/fonts/short-font.94d42c38.woff) format('woff'),
    url(/build/images/short-font.1a7816ea.svg#short-font) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: short-dys;
    src: url(/build/fonts/OpenDyslexic-Regular.38f1d7d3.otf);
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Comic Sans MS';
    font-style: normal;
    font-weight: 400;
    src: local('Comic Sans MS'),
    local('ComicSansMS-Regular'),
    url(/build/fonts/comic-sans-ms.f8e9e157.woff) format('woff'),
    url(/build/fonts/comic-sans-ms.4f573ba3.ttf) format('truetype');
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: short-font !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vitaleo::before {
    content: "\e9ad";
}

.icon-site2::before {
    content: "\e9ae";
}

.icon-cube::before {
    content: "\e9a9";
}

.icon-dhc1::before {
    content: "\e9aa";
}

.icon-dhcn::before {
    content: "\e9ab";
}

.icon-site::before {
    content: "\e9ac";
}

.icon-user-chef::before {
    content: "\e9a7";
}

.icon-vid::before {
    content: "\e9a8";
}

.icon-web::before {
    content: "\e9a5";
}

.icon-enveloppe::before {
    content: "\e9a6";
}

.icon-aides::before {
    content: "\e9a4";
}

.icon-telechargement::before {
    content: "\e99f";
}

.icon-config::before {
    content: "\e9a0";
}

.icon-parametre::before {
    content: "\e9a1";
}

.icon-projet::before {
    content: "\e9a2";
}

.icon-collections::before {
    content: "\e9a3";
}

.icon-twitter-2::before {
    content: "\e99e";
}

.icon-trans::before {
    content: "\e99a";
}

.icon-dessin::before {
    content: "\e99b";
}

.icon-ecrit::before {
    content: "\e99c";
}

.icon-oral::before {
    content: "\e99d";
}

.icon-fiche-modifier::before {
    content: "\e999";
}

.icon-tiktok::before {
    content: '\e997';
}

.icon-linkedin::before {
    content: '\e998';
}

.icon-dys::before {
    content: '\e996';
}

.icon-filtre::before {
    content: '\e995';
}

.icon-library::before {
    content: '\e993';
}

.icon-podcast2::before {
    content: '\e994';
}

.icon-icon-j-coeur::before {
    content: '\e98b';
}

.icon-icon-j-compte::before {
    content: '\e98c';
}

.icon-icon-j-lib::before {
    content: '\e98d';
}

.icon-icon-j-podcast::before {
    content: '\e98e';
}

.icon-icon-j-read::before {
    content: '\e98f';
}

.icon-icon-j-search::before {
    content: '\e990';
}

.icon-icon-j-tag::before {
    content: '\e991';
}

.icon-icon-j-time::before {
    content: '\e992';
}

.icon-pdf2::before {
    content: '\e988';
}

.icon-doc2::before {
    content: '\e989';
}

.icon-fiche::before {
    content: '\e98a';
}

.icon-com-like::before {
    content: '\e984';
}

.icon-com-com::before {
    content: '\e985';
}

.icon-com-news::before {
    content: '\e986';
}

.icon-com-stat::before {
    content: '\e987';
}

.icon-podcast::before {
    content: '\e983';
}

.icon-plus2::before {
    content: '\e982';
}

.icon-calendar2::before {
    content: '\e981';
}

.icon-plus::before {
    content: '\e980';
}

.icon-collection::before {
    content: '\e97e';
}

.icon-phone::before {
    content: '\e97f';
}

.icon-check::before {
    content: '\e97b';
}

.icon-box::before {
    content: '\e97c';
}

.icon-archive::before {
    content: '\e97d';
}

.icon-aide::before {
    content: '\e979';
}

.icon-calendar::before {
    content: '\e97a';
}

.icon-lecture::before {
    content: '\e978';
}

.icon-touch::before {
    content: '\e970';
}

.icon-ufo::before {
    content: '\e971';
}

.icon-see::before {
    content: '\e972';
}

.icon-color::before {
    content: '\e973';
}

.icon-admin::before {
    content: '\e974';
}

.icon-timer::before {
    content: '\e975';
}

.icon-fsc::before {
    content: '\e976';
}

.icon-g::before {
    content: '\e977';
}

.icon-tamtam::before {
    content: '\e96d';
}

.icon-cafe::before {
    content: '\e96e';
}

.icon-velo::before {
    content: '\e96f';
}

.icon-current::before {
    content: '\e96b';
}

.icon-eclair::before {
    content: '\e96c';
}

.icon-doc1::before {
    content: '\e968';
}

.icon-pdf1::before {
    content: '\e969';
}

.icon-press1::before {
    content: '\e96a';
}

.icon-reco::before {
    content: '\e963';
}

.icon-grenoble::before {
    content: '\e957';
}

.icon-paris::before {
    content: '\e958';
}

.icon-philadelphie::before {
    content: '\e959';
}

.icon-liberte::before {
    content: '\e95a';
}

.icon-tripot::before {
    content: '\e95b';
}

.icon-tchat21::before {
    content: '\e95c';
}

.icon-tchat::before {
    content: '\e952';
}

.icon-block-user::before {
    content: '\e953';
}

.icon-block::before {
    content: '\e954';
}

.icon-close::before {
    content: '\e955';
}

.icon-tchat2::before {
    content: '\e956';
}

.icon-tchat1 .path1::before {
    content: '\e95d';
    color: rgb(255 255 255);
}

.icon-tchat1 .path2::before {
    content: '\e95e';
    margin-left: -1.1963em;
    color: rgb(0 0 0);
}

.icon-tchat1 .path3::before {
    content: '\e95f';
    margin-left: -1.1963em;
    color: rgb(255 255 255);
}

.icon-tchat1 .path4::before {
    content: '\e960';
    margin-left: -1.1963em;
    color: rgb(0 0 0);
}

.icon-tchat1 .path5::before {
    content: '\e961';
    margin-left: -1.1963em;
    color: rgb(0 0 0);
}

.icon-tchat1 .path6::before {
    content: '\e962';
    margin-left: -1.1963em;
    color: rgb(0 0 0);
}

.icon-communaute::before {
    content: '\e94d';
}

.icon-short::before {
    content: '\e94e';
}

.icon-star::before {
    content: '\e94f';
}

.icon-home::before {
    content: '\e94c';
}

.icon-podium2::before {
    content: '\e949';
}

.icon-flag2::before {
    content: '\e94a';
}

.icon-gp3::before {
    content: '\e94b';
}

.icon-modif::before {
    content: '\e950';
}

.icon-avant::before {
    content: '\e951';
}

.icon-cup::before {
    content: '\e948';
}

.icon-coeur2::before {
    content: '\e945';
}

.icon-time2::before {
    content: '\e946';
}

.icon-lecteur::before {
    content: '\e947';
}

.icon-doc::before {
    content: '\e965';
}

.icon-pdf::before {
    content: '\e966';
}

.icon-press::before {
    content: '\e967';
}

.icon-jeunesse::before {
    content: '\e964';
}

.icon-lampe::before {
    content: '\e943';
}

.icon-chariot::before {
    content: '\e944';
}

.icon-notif::before {
    content: '\e941';
}

.icon-send::before {
    content: '\e942';
}

.icon-f3-b::before {
    content: '\e92e';
}

.icon-f3-t::before {
    content: '\e92f';
}

.icon-f3-l::before {
    content: '\e930';
}

.icon-f3-r::before {
    content: '\e931';
}

.icon-f2-b::before {
    content: '\e932';
}

.icon-f2-t::before {
    content: '\e933';
}

.icon-f2-l::before {
    content: '\e934';
}

.icon-f2-r::before {
    content: '\e935';
}

.icon-facebook::before {
    content: '\e936';
}

.icon-twitter::before {
    content: '\e937';
}

.icon-insta::before {
    content: '\e938';
}

.icon-coupe::before {
    content: '\e939';
}

.icon-compte::before {
    content: '\e93a';
}

.icon-search::before {
    content: '\e93b';
}

.icon-f1-b::before {
    content: '\e93c';
}

.icon-f1-t::before {
    content: '\e93d';
}

.icon-f1-l::before {
    content: '\e93e';
}

.icon-f1r::before {
    content: '\e93f';
}

.icon-dhc::before {
    content: '\e940';
}

.icon-icon-loc::before {
    content: '\e92d';
}

.icon-icon-bas::before {
    content: '\e925';
}

.icon-icon-lib2::before {
    content: '\e926';
}

.icon-icon-send::before {
    content: '\e927';
}

.icon-icon-loupe::before {
    content: '\e928';
}

.icon-icon-compte::before {
    content: '\e929';
}

.icon-icon-message::before {
    content: '\e92a';
}

.icon-icon-notif::before {
    content: '\e92b';
}

.icon-icon-lib::before {
    content: '\e92c';
}

.icon-icon-encompet::before {
    content: '\e924';
}

.icon-icon-laureat2::before {
    content: '\e923';
}

.icon-icon-info1::before {
    content: '\e921';
}

.icon-icon-info2::before {
    content: '\e922';
}

.icon-icon-laureat::before {
    content: '\e920';
}

.icon-icon-finale::before {
    content: '\e91f';
}

.icon-icon-dhc3::before {
    content: '\e91e';
}

.icon-icon-cup::before {
    content: '\e91a';
}

.icon-icon-man::before {
    content: '\e91b';
}

.icon-icon-paper::before {
    content: '\e91c';
}

.icon-icon-short::before {
    content: '\e91d';
}

.icon-icon-bd::before {
    content: '\e900';
}

.icon-icon-bobine::before {
    content: '\e901';
}

.icon-icon-classique::before {
    content: '\e902';
}

.icon-icon-commu::before {
    content: '\e903';
}

.icon-icon-croix::before {
    content: '\e904';
}

.icon-icon-dash::before {
    content: '\e905';
}

.icon-icon-dhc2::before {
    content: '\e906';
}

.icon-icon-envoi::before {
    content: '\e907';
}

.icon-icon-guide::before {
    content: '\e908';
}

.icon-icon-guide2::before {
    content: '\e909';
}

.icon-icon-guide3::before {
    content: '\e90a';
}

.icon-icon-home::before {
    content: '\e90b';
}

.icon-icon-info::before {
    content: '\e90c';
}

.icon-icon-jeunesse::before {
    content: '\e90d';
}

.icon-icon-mdp::before {
    content: '\e90e';
}

.icon-icon-modifier::before {
    content: '\e90f';
}

.icon-icon-mon-dhc::before {
    content: '\e910';
}

.icon-icon-new::before {
    content: '\e911';
}

.icon-icon-nouvelle::before {
    content: '\e912';
}

.icon-icon-page-content::before {
    content: '\e913';
}

.icon-icon-parametre::before {
    content: '\e914';
}

.icon-icon-poeme::before {
    content: '\e915';
}

.icon-icon-report::before {
    content: '\e916';
}

.icon-icon-see::before {
    content: '\e917';
}

.icon-icon-ttc::before {
    content: '\e918';
}

.icon-icon-user::before {
    content: '\e919';
}

/**********  FONT ICON PRODUCTS  *************/

.icon-products::before {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.icon-products.icon-site2::before {
    font-size: 15px;
}

.icon-products.icon-dhc1::before {
    font-size: 30px;
}

/**********  FONT  *************/

h1,
.h1-style {
    font-family: 'Cantata One', serif;
    color: #424242;
    font-weight: 400;
    font-size: 40px;
}

h2 {
    font-family: 'Cantata One', serif;
    color: #424242;
    font-size: 20px;
    font-weight: 400;
}

h3 {
    font-family: 'Cantata One', serif;
    color: #424242;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

.titre-trait span {
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.titre-trait {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    display: block !important;
    font-weight: 300;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAYAAACEhIafAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiePfkxn+G////MzAxAAGEeP/05n+AAAMAkYIKWf8Mu08AAAAASUVORK5CYII=) repeat-x center center;
}

a {
    color: #424242;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.force-break-word {
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

.object-fit-fill {
    object-fit: fill;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-none {
    object-fit: none;
}

.object-fit-scale-down {
    object-fit: scale-down;
}

.card + .card {
    margin-top: 14px;
}

.card > table.table {
    margin-bottom: 0;
}

.container-pages {
    max-width: 800px !important;
}

/**********  BT  *************/
.bt {
    font-family: 'Cantata One', serif;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    background: #fe872c;
    text-decoration: none;
    display: inline-block;
    padding: 10px 22px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.bt.small {
    font-size: 12px;
    padding: 5px 13px;
    line-height: 16px;
    margin-top: 2px;
}

button.bt,
input.bt {
    border: none;
}

.bt:hover,
.bt:active,
.bt:focus {
    background: #ff570a;
    color: #fff;
}

audio {
    max-width: 100%;
    border-radius: 25px;
}

audio::-webkit-media-controls-enclosure,
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel,
.bt.bt-podcast,
.bt.bt-podcast audio::-webkit-media-controls-enclosure,
.bt.bt-podcast audio::-webkit-media-controls-play-button,
.bt.bt-podcast audio::-webkit-media-controls-panel {
    background-color: #fc873a !important;
}

.bt-success,
.bt-success:hover,
.bt-success:active,
.bt-success:focus {
    background: transparent;
    color: #424242;
    border: 1px solid #424242;
}

.bt.nouvelles {
    background: #15a358 !important;
    color: #fff !important;
}

.bt.nouvelles:hover,
.bt.nouvelles:focus,
.bt.nouvelles:active {
    background: #424242 !important;
    color: #fff !important;
}

.bt.strips {
    background: #fe872c !important;
    color: #fff !important;
}

.bt.strips:hover,
.bt.strips:focus,
.bt.strips:active {
    background: #424242 !important;
    color: #fff !important;
}

.bt.poetik {
    background: #fdc300 !important;
    color: #fff !important;
}

.bt.poetik:hover,
.bt.poetik:focus,
.bt.poetik:active {
    background: #424242 !important;
    color: #fff !important;
}

.bt.tres-tres-court {
    background: #3fbbf0 !important;
    color: #fff !important;
}

.bt.tres-tres-court:hover,
.bt.tres-tres-court:focus,
.bt.tres-tres-court:active {
    background: #424242 !important;
    color: #fff !important;
}

.bt-success.nouvelles,
.bt-success.nouvelles:hover,
.bt-success.nouvelles:active,
.bt-success.nouvelles:focus {
    background: transparent !important;
    color: #15a358 !important;
    border: 1px solid #15a358;
}

.bt-success.poetik,
.bt-success.poetik:hover,
.bt-success.poetik:active,
.bt-success.poetik:focus {
    background: transparent !important;
    color: #fdc300 !important;
    border: 1px solid #fdc300;
}

.bt-success.strips,
.bt-success.strips:hover,
.bt-success.strips:active,
.bt-success.strips:focus {
    background: transparent !important;
    color: #b70e80 !important;
    border: 1px solid #b70e80;
}

.bt-success.tres-tres-court,
.bt-success.tres-tres-court:hover,
.bt-success.tres-tres-court:active,
.bt-success.tres-tres-court:focus {
    background: transparent !important;
    color: #3fbbf0 !important;
    border: 1px solid #3fbbf0;
}

.bt-success.jeunesse,
.bt-success.jeunesse:hover,
.bt-success.jeunesse:active,
.bt-success.jeunesse:focus {
    background: transparent !important;
    color: #53939c !important;
    border: 1px solid #53939c;
}

.bt-contour,
button.bt-contour {
    background: transparent;
    border: 1px solid #424242 !important;
    color: #424242;
}

.bt-contour:focus,
.bt-contour:hover,
.bt-contour:active,
.bt-contour.active {
    background: #424242;
    color: #fff;
}

.bt.bg-underline,
button.bg-underline {
    background: none;
    text-decoration: underline;
    color: #fe872c;
}

.bt.bg-underline::after,
.bt.bg-underline > i {
    display: none;
}

.bt-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bt-icon span.icon {
    font-size: 10px;
    margin-left: 20px;
}

.bt-classique {
    background: #6fc0a1 !important;
    color: #fff !important;
}

.bt-classique:hover,
.bt-classique:focus,
.bt-classique:active {
    background: #424242 !important;
    color: #fff !important;
}

.btn-contact {
    padding: 9px;
    border-radius: 19px;
    border: 1px solid #f1e9e0;
    background: #f1e9e0;
}

/*****************  CSS avant 2020  ******************/

a:hover,
.site .savoir-plus {
    color: #fe872c;
    text-decoration: none;
    cursor: pointer;
}

a[disabled] {
    color: #999;
    text-decoration: none;
    cursor: default;
}

.site .savoir-plus {
    font-style: initial;
}

.site .savoir-plus:hover {
    font-weight: bold;
}

.js-develop-text > span {
    cursor: pointer;
}

.triangle-bas-gris {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #404141;
    border-bottom: 5px solid transparent;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin-left: 34px;
}

.site .btn-primary {
    font-weight: bold;
    font-size: 14px;
    background-color: #fe872c;
    border-color: #fe872c;
    color: white;
}

.site .btn-primary.btn-xs {
    font-size: 12px;
}

.site .btn-primary:hover {
    background-color: #ff570a !important;
    border-color: #ff570a !important;
}

.site .btn-access-admin {
    position: absolute;
    top: 80px;
    right: 5px;
}

/* ---- couleurs ---- */

.border-nouvelles {
    border-color: #15a358 !important;
}

.txt-nouvelles {
    color: #15a358 !important;
}

.bg-nouvelles {
    background-color: #15a358 !important;
}

.border-poetik {
    border-color: #fdc300 !important;
}

.txt-poetik {
    color: #fdc300 !important;
}

.bg-poetik {
    background-color: #fdc300 !important;
}

.border-strips {
    border-color: #fe872c !important;
}

.txt-strips {
    color: #fe872c !important;
}

.bg-strips {
    background-color: #fe872c !important;
}

.border-illustration {
    border-color: #b70e80 !important;
}

.txt-illustration {
    color: #b70e80 !important;
}

.bg-illustration {
    background-color: #b70e80 !important;
}

.border-tres-tres-court {
    border-color: #3fbbf0 !important;
}

.txt-tres-tres-court {
    color: #3fbbf0 !important;
}

.bg-tres-tres-court {
    background-color: #3fbbf0 !important;
}

.border-classique {
    border-color: #6fc0a1 !important;
}

.txt-classique {
    color: #6fc0a1 !important;
}

.bg-classique {
    background-color: #6fc0a1 !important;
}

.border-jeunesse {
    border-color: #53939c !important;
}

.txt-jeunesse {
    color: #53939c !important;
}

.jeunesse {
    color: #53939c !important;
}

.label-jeunesse {
    background-color: #53939c !important;
}

.bg-jeunesse {
    background-color: #53939c !important;
}

.border-orange {
    border-color: #fe872c !important;
}

.txt-orange {
    color: #fe872c !important;
}

.label-orange {
    background-color: #fe872c !important;
}

.bg-orange {
    background-color: #fe872c !important;
}

.bg-pink {
    background-color: var(--bs-pink) !important;
}

.border-1-min {
    border-color: #3fbbf0 !important;
}

.txt-1-min {
    color: #3fbbf0 !important;
}

.bg-1-min {
    background-color: #3fbbf0 !important;
}

.border-3-min {
    border-color: #b70e80 !important;
}

.txt-3-min {
    color: #b70e80 !important;
}

.bg-3-min {
    background-color: #b70e80 !important;
}

.border-5-min {
    border-color: #15a358 !important;
}

.txt-5-min {
    color: #15a358 !important;
}

.bg-5-min {
    background-color: #15a358 !important;
}

.site .gris {
    color: #404141;
}

.site .blanc {
    color: white;
}

.orange {
    color: #fe872c !important;
}

.bg-orange-subtle {
    background-color: #FEBA86 !important;
}

.pink {
    color: var(--bs-pink) !important;
}

a.orange:hover,
a:hover .orange {
    color: #404141;
}

.bg-gray {
    background-color: #eaeaea;
}

.bg-gris {
    background-color: #1a171b;
}

.bg-beige {
    background-color: #f3ead6;
}

.gray-box {
    background-color: #eaeaea;
    padding: 20px;
}

.bg-admin {
    background: #ccc;
    font-size: 10px;
}

.bt-disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.label {
    padding: 0.3em 0.6em;
}

.collapse-submenu-nav {
    z-index: 1000;
    border-bottom: 1px solid #eae7e7;
    width: 100%;
}

.square-color {
    width: 10px;
    height: 10px;
    display: inline-block;
}

ul.indent {
    list-style-type: none;
}

.header-lang .navbar-toggle:hover,
.header-lang .navbar-toggle:focus {
    background-color: rgb(255 255 255 / 20%);
}

/* couleur client par defaut */
.bg-color-client {
    background: #3c97ac;
}

.color-client,
.site .collapse-submenu-nav.lang nav.general .tabs a.color-client {
    color: #3c97ac;
}

button.note {
    border: none;
    background-color: white;
    color: #53939c;
    text-decoration: underline;
    padding: 0;
    font-style: italic;
}

/**********************************************************************
Podcasts
************************************************************************/

.boite-sound {
    height: 166px;
    border: 1px solid rgb(192 160 130 / 30%);
    border-radius: 4px;
    background: #f8f4ef;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boite-sound .boite-sound-lecteur {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.boite-sound-lecteur div.bloc-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

.boite-sound-lecteur div.bloc-img img {
    transition: all 0.4s;
    width: 60px;
    height: 60px;
}

.boite-sound-lecteur p {
    display: block;
    text-align: center;
    padding: 0;
}

.boite-sound-lecteur p span {
    padding-right: 5px;
}

/**********************************************************************
CATEGORIE
************************************************************************/

.site .cat-head .ariane {
    text-align: left;
    margin-top: 20px;
}

.site .cat-head .ariane a {
    color: #fff;
}

.cat-head {
    background-position: top center !important;
    min-height: 235px;
    text-align: center;
    color: #fff;
}

.cat-head p {
    font-size: 16px;
}

.site header.lang.category h1 {
    font-size: 34px;
    line-height: 38px;
    padding: 0 10px 5px;
    width: 100%;
    border: none;
}

.site header.lang.category {
    min-height: auto;
}

.site .modal-header h3.gris {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}

/**********************************************************************
FORM DE CONTACT
************************************************************************/
.form-dyn {
    position: relative;
}

.label-form {
    display: inline-block;
    left: 20px;
    line-height: 60px;
    pointer-events: none;
    position: absolute;
    top: 2px;
    transition: all 0.2s ease 0s;
    color: #2e2e2e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

.label-form span {
    color: #777;
    font-weight: 400;
}

.label-form-select {
    display: inline-block;
    line-height: 16px;
    pointer-events: none;
    transition: all 0.2s ease 0s;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2px;
    margin-left: 0;
    max-width: 100%;
    color: #777;
    font-size: 13px;
}

.form-dyn select,
.form-dyn textarea,
.form-dyn input {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    color: #424242;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 25px 20px 15px;
    width: 100%;
    line-height: 1.4286;
    height: 65px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border: 1px solid rgb(192 160 130 / 30%);
}

.form-dyn.text-contact {
    height: 95%;
}

.form-dyn select {
    appearance: auto;
    padding: 25px 15px 15px;
}

.form-dyn textarea {
    height: 100%;
}

.autogrow.form-control.autogrow-field {
    overflow: visible !important;
}

.form-group.form-dyn input.form-control ~ .label-form,
.form-group.form-dyn textarea.form-control ~ .label-form,
.form-group.form-dyn select.form-control ~ .label-form {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    top: -15px;
}

.form-group.form-dyn .label-form label {
    font-weight: 400;
}

input[type='color'] {
    width: 55px;
}

.site .h1-form {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-align: center;
}

.h1-form span {
    border-radius: 50%;
    color: #fff;
    background: #fe872c;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 80px;
}

.contact-coo h2 {
    margin-bottom: 20px;
}

.contact-coo .coordonnees {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.contact-coo .coordonnees .bloc-img {
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.contact-coo .coordonnees p {
    font-size: 16px;
}

@media (max-width: 767.8px) {
    .page-contact .bt-envoi .bt {
        width: 100%;
    }
}

/**********************************************************************
USERS
************************************************************************/
.author-follower {
    position: relative;
}

.author-follower::after {
    background-color: #f8f4ef;
    border-radius: 4px;
    position: absolute;
    inset: 05px;
    content: '';
}

.author-follower article {
    padding: 30px;
    min-height: 240px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.author-follower article h3 {
    margin: 10px 0;
}

.author-follower article p {
    text-align: left;
    word-break: normal;
    overflow-wrap: anywhere;
}

.author-follower article h2 a {
    color: #424242;
}

.author-follower article .bt {
    margin-top: 20px;
}

.title-page-author h2 {
    margin: 20px 0 30px;
    font-size: 28px;
    line-height: 36px;
}

/**********************************************************************
#  Notification
************************************************************************/
#alert_popover {
    display: block;
    position: fixed;
    right: 22px;
    width: 15%;
}

.wrapper {
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    width: 27rem;
}

.alert_default {
    color: #333;
    background-color: #f2f2f2;
    border-color: #ccc;
}

.alert_default#link-popup:hover {
    box-shadow: 0 0 6px darkolivegreen;
    cursor: pointer;
}

/**********************************************************************
DISPENSER
************************************************************************/

.card.greenpea .ticket-render {
    text-align: right;
}

.ticket-render {
    width: 305px;
    border: 1px solid #777;
    padding: 5px;
}

.ticket-render img {
    width: 60%;
}

@media (max-width: 1280px) {
    #alert_popover {
        width: 26%;
        bottom: 24%;
    }
}

@media (max-width: 768px) {
    #alert_popover {
        width: 34%;
    }
}

@media (max-width: 675px) {
    #alert_popover {
        width: 46%;
    }
}

@media (max-width: 556px) {
    #alert_popover {
        width: 70%;
    }

    .author-follower article {
        padding: 30px 0;
    }
}

@media (max-width: 440px) {
    .site .btn-primary {
        font-size: 12px;
    }
}

@media (max-width: 393px) {
    #alert_popover {
        width: 82%;
    }
}

@media (max-width: 270px) {
    #alert_popover {
        width: 96%;
        right: 0;
        margin: auto 2px;
    }
}

/* BC for login layout */
body.site.layout-modal {
    background: #424242 !important;
}

/******************************
***** MIGRATION BS5 FORM ******
*******************************/

.bg-info {
    background-color: #17a2b8 !important;
}

.text-info {
    color: #17a2b8 !important;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

a.nav-link {
    color: #424242;
}

.form-check-input:checked {
    background-color: #424242;
    border-color: #424242;
}


/******************** alert tag label *****************/
.label-content {
    cursor: pointer;
    padding: 0 3px;
}

.label-content-container .label-content {
    position: relative;
    background-color: #f7e7e7;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 12px;
    margin: 0 2px 2px 0;
    color: #b01212;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.label-content-disclamer::before,
.label-content-container .label-content::before {
    background: #fff;
    content: '!';
    color: #b01212 !important;
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50px;
    border: 1px solid #efd0d0
}

.label-content-container::before {
    display: none;
}

.label-content-container .label-content:active,
.label-content-container .label-content:focus,
.label-content-container .label-content:hover {
    font-weight: normal;
    background-color: #efd0d0;
}

header.general {
    margin: 0;
    background: #424242;
    z-index: 50;
    min-height: 68px;
}

/***** BRAND ******/
header.general .navbar-brand {
    max-width: 69%;
}

header.general .navbar-brand img {
    margin-top: 0;
}

/***** LOGIN ******/
header.general .login {
    height: 48px;
    margin-top: 3px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
}

header.general .login i {
    color: #fff;
}

/***** SEARCH ******/
header.general #button-search {
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    padding: 0 16px;
    border: none;
    background: transparent;
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / 20%);
    cursor: pointer;
    margin-top: 0;
}

header.general #button-search i {
    color: #fff;
}

header.general .navbar-form {
    margin-top: 0;
}

header.general .groupe-search {
    position: relative;
    padding-right: 10px;
}

header.general #groupe-search2 {
    display: flex;
    position: absolute;
    height: 48px;
    right: 10px;
    left: auto;
    width: 300px;
}

header.general #groupe-search2 input,
section.navbar-header-menu #groupe-search2 input {
    height: 48px;
    padding-left: 20px;
    color: #333;
    font-weight: 300;
}

header.general #groupe-search2 .input-group-append,
section.navbar-header-menu #groupe-search2 .input-group-append {
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 3px 3px 3px 6px;
}

header.general #groupe-search2 #click-search #button-click-search,
section.navbar-header-menu #groupe-search2 #click-search #button-click-search {
    background-color: #fe872c;
    border-radius: 5px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    padding: 0;
}

header.general #groupe-search2 #click-search #button-click-search i,
section.navbar-header-menu #click-search #button-click-search i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

/***** SUBMIT BUTTONS ******/
header .btn-espace-auteur,
header .btn-librairie {
    border-radius: 4px;
    border: none;
    color: #fff;
    height: 48px;
    font-size: 14px;
    margin: 0 5px;
    font-weight: 300;
    line-height: 14px;
    padding: 10px 15px 0;
    box-shadow: 0 2px 0 0 #643c1e;
}

header .btn-librairie {
    background-color: #eb000c;
    box-shadow: 0 2px 0 0 #8e191f;
    margin-left: 10px;
}

header .btn-librairie:hover,
header .btn-librairie:focus,
header .btn-librairie:active {
    background-color: #d9111b !important;
}

header .btn-espace-auteur span,
header .btn-librairie span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

header .btn-espace-auteur span.icon,
header .btn-librairie span.icon {
    font-size: 24px;
    padding-right: 10px;
}

/***** MAIN-BLOCK ******/

header.general .main-block {
    display: block;
    margin-right: -15px;
}

@media (min-width: 992px) {
    .jeunesse .collapse.navbar-header-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .jeunesse header.general .main-block {
        display: none;
    }

    header.general .login {
        font-size: 16px;
    }

    .jeunesse .form-inline .input-group#groupe-search2 {
        position: static;
        width: 42%;
    }

    .jeunesse .login .txt {
        margin-top: -2px;
    }

    .jeunesse section.navbar-header-menu {
        background-color: #424242;
    }

    .jeunesse section.navbar-header-menu .logout-link {
        color: #d9d9d9;
    }

    .jeunesse section.navbar-header-menu .dropdown-menu-end.show {
        position: inherit !important;
        transform: none !important;
    }

    .jeunesse section.navbar-header-menu .navbar-sub-menu-xs a > i,
    .jeunesse section.navbar-header-menu .navbar-sub-menu-xs a > span.icon {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        text-align: center;
    }

    .jeunesse section.navbar-header-menu .navbar-sub-menu-xs a > span.txt {
        display: inline-block;
        vertical-align: middle;
    }

    .site.jeunesse .navbar-header-menu .dropdown-menu.logout {
        background-color: #2a2a2a;
    }
}

@media (max-width: 668px) {
    .jeunesse .form-inline .input-group#groupe-search2 {
        width: 94%;
    }
}

@media (max-width: 240px) {
    .submit-junior {
        font-size: 14px;
    }
}

.js-ajax-loader {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.js-ajax-loader.no-margin {
    margin: 0;
}

.js-ajax-loader.inline {
    display: inline-block;
    margin: 0;
    font-size: 13px;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #555; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
    left: 3em;
}

/****** popover ******/

.popover-lg {
    max-width: 60%;
    min-width: 40%;
}

.popover-md {
    max-width: 600px;
    min-width: 500px;
    padding: 1px;
}

.popover-body.html-content {
    padding: 0;
    max-height: 400px;
    overflow: auto;
}

.js-popover-footer {
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.site .ui-menu.ui-autocomplete {
    z-index: 1150 !important;
}

.site .navbar-form .input-group input.form-control {
    background: #fff;
    border-radius: 4px 0 0 4px;
    appearance: none;
    border: none;
}

.site .navbar-form.search button {
    background: #fff;
    border: 1px solid #fff;
    height: 34px;
    padding: 0 10px;
}

.site .navbar-form button span {
    background: transparent;
    color: #424242;
    font-size: 21px;
    line-height: 32px;
}

.site .navbar-form button:active {
    border-color: #e6e6e6;
    color: #d4d4d4;
}

.site .navbar-form.search {
    text-align: right;
    padding: 0;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .site .navbar-header-menu .navbar-form {
        padding: 10px 15px;
        margin: 8px 0;
        border: none;
    }

    .site .navbar-header-menu hr {
        margin: 0;
        border-top: 1px solid #9d9d9d;
    }

    .site .navbar-header-menu .dropdown-menu {
        background-color: #424242;
        border: none;
        box-shadow: none;
    }
}

/***********  LOGIN  *********************/
.content-log .col-g {
    background: #f1e9e0 !important;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    border: 15px solid #fff;
    border-right: none;
    padding: 50px;
}

.content-log .col-d {
    background: #fff !important;
    position: absolute;
    right: 0;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    z-index: 10;
    justify-content: center;
}

.content-log .col-d .bloc-log {
    padding: 40px 20%;
    border-bottom: 5px double rgb(192 160 130 / 30%);
    width: 100%;
    text-align: center;
}

.content-log .col-d .bloc-log.head-logo {
    padding: 25px 10%;
}

.content-log .col-d .bloc-log h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.content-log .col-d .bloc-log .bt {
    width: 100%;
}

.content-log .col-d .bloc-log.cas .bt {
    width: auto;
}

.content-log .form-group {
    margin-bottom: 10px;
}

.content-log .form-group input {
    border-radius: 20px;
    height: 40px;
    border: 1px solid rgb(192 160 130 / 30%);
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    color: #9e866a;
}

.content-log .mdp {
    font-size: 12px;
    padding: 10px;
    display: block;
}

/*** option toggle-password **********/
.modal-content .toggle-password,
.content-log .toggle-password {
    float: right;
    margin-right: 13px;
    margin-top: -26px;
    position: relative;
    z-index: 2000;
}

.modal-content .toggle-password {
    margin-top: -40px;
}

/*** page creer compte **********/

.content-log .creer {
    text-align: left;
}

.content-log .creer.bloc-log {
    text-align: left;
    padding: 40px;
}

.content-log .creer label {
    font-size: 14px;
    margin-bottom: 3px;
}

.content-log .creer .help-inline,
.content-log .creer .help-block {
    color: #c7c7c7;
    font-size: 14px;
    margin: 10px 0 3px;
    display: block;
}

.content-log .creer .form-group {
    margin-bottom: 20px;
}

.content-log .creer p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-log .creer p.small {
    display: block;
    margin: 5px 0 15px;
    color: #c7c7c7;
}

.content-log .creer.bloc-log h2 {
    margin: 0 0 40px;
    padding: 0 0 25px;
    text-align: center;
    border-bottom: 5px double rgb(192 160 130 / 30%);
}

.content-log .creer.bloc-log input {
    text-align: left;
    color: #9e866a;
}

.content-log .alert-danger {
    border-radius: 60px;
    text-align: center;
}

.content-log .alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-log .oubli.bloc-log {
    text-align: center;
    border-top: 5px double rgb(192 160 130 / 30%);
}

.content-log .oubli.bloc-log input {
    text-align: center;
}

.content-log .oubli .bloc-log input.bt {
    color: #fff;
}

/*****************  LOGIN LIKE  ******************/
.like-en .head-like {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 0;
}

.site .like-en .wizard .wizard-step.active::after,
.site .like-en .wizard .wizard-step::after {
    border: none;
}

.site .like-en .wizard .wizard-step,
.site .like-en .wizard .wizard-step.active,
.site .like-en .wizard .wizard-step.active::before {
    background: transparent;
    font: 400 20px/20px 'Cantata One', serif;
    color: #424242;
}

.site .like-en .wizard .wizard-step .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #424242;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}

.site .like-en .wizard .wizard-step b {
    font-weight: 400;
    color: #424242 !important;
}

.site .like-en .wizard .wizard-step + .wizard-step::before {
    font: 400 13px/20px short-font !important;
    position: absolute;
    content: '\e931' !important;
    left: 5px !important;
    border: none !important;
    top: 21px !important;
}

.site .like-en .wizard .wizard-step {
    opacity: 0.2;
}

.site .like-en .wizard .wizard-step.active {
    opacity: 1;
}

.like-en .col-g {
    background: #f1e9e0 !important;
    border: none;
}

.like-en .col-d {
    background: #fff !important;
    border: 1px solid #f1e9e0;
    flex-direction: column;
    z-index: 10;
}

.like-en .col-d,
.like-en .col-g {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 50px;
    position: relative;
    width: 100%;
}

.like-en .content-log .col-d .head-logo {
    display: none;
}

.like-en .content-log .col-d .log-fb {
    border-bottom: none;
}

.like-en .content-log .col-d h3 {
    border-bottom: 5px double rgb(192 160 130 / 30%);
}

@media (max-width: 1199.8px) {
    .content-log .col-d .bloc-log.head-logo {
        padding: 20px 10%;
    }

    .content-log .col-d .bloc-log {
        padding: 30px 10%;
    }
}

@media (max-width: 767.8px) {
    .content-log .col-g {
        position: relative;
        width: 100%;
        border: none;
        padding: 30px 30px 80px;
        max-height: 300px;
    }

    .content-log .col-g img {
        max-width: 270px;
    }

    .content-log .col-d {
        position: relative;
        width: 100%;
        padding: 30px;
    }

    .content-log .col-d .bloc-log.head-logo {
        padding: 20px 10%;
        margin-top: -64px;
    }

    .like-en .head-like {
        padding: 15px 0;
    }

    .like-en .head-like .wizard {
        margin: 0 !important;
        text-align: center;
    }

    .site .like-en .wizard .wizard-step .badge {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 10px;
        margin-left: 0;
    }

    .site .like-en .wizard .wizard-step,
    .site .like-en .wizard .wizard-step.active,
    .site .like-en .wizard .wizard-step.active::before {
        font: 400 15px/20px 'Cantata One',
        serif;
    }

    .site .like-en .wizard .wizard-step {
        margin: 0;
        padding: 0 5px;
    }

    .site .like-en .wizard .wizard-step + .wizard-step::before {
        display: none;
    }
}

.upload-image-strip .file-select-button {
    max-height: 51px;
    min-width: 169px;
    margin-top: 5px;
}

.upload-image-strip input[type='file'] {
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 1px;
    width: 1px;
    z-index: -5;
    opacity: 0;
}



