.contenu-droite.container-racefeed .header-racefeed {
    width: 100%;
    background-color: #203250;
    border-radius: 6px;
    margin-bottom: 50px;
}

.contenu-droite.container-racefeed .header-racefeed .content-header {
    padding: 55px 50px 50px 50px;
    background: #203250;
    background: linear-gradient(90deg, rgba(32, 50, 80, 1) 20%, rgba(32, 50, 80, 0) 100%);
    border-radius: 6px;
}

.contenu-droite.container-racefeed .header-racefeed .content-header h2.title {
    color: #ffffff;
    font-weight: 300;
    font-size: 3.65rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
    margin-bottom: 35px;
}

.contenu-droite.container-racefeed .header-racefeed .content-header h2.title:after {
    content: '\f2f2';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    font-size: 55px;
    position: absolute;
    left: 0;
    top: -2px;
    color: #ffffff;
}

.contenu-droite.container-racefeed .header-racefeed .content-header h2.title strong {
    font-weight: 800;
}

.contenu-droite.container-racefeed .header-racefeed .content-header p.intro {
    width: 60%;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

.contenu-droite.container-racefeed .content-racefeed {
    padding: 5px 100px;
    position: relative;
}

.contenu-droite.container-racefeed .content-racefeed:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #203250;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed {
    position: relative;
    margin-bottom: 50px;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed:before {
    content: '';
    position: absolute;
    left: -70px;
    top: 18px;
    width: 40px;
    height: 40px;
    background-color: #203250;
    border-radius: 30px;
    border: 5px solid #F8F8F8 !important;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    font-size: 16px;
    position: absolute;
    left: -65px;
    top: 23px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-text:after {
    content: '\f036';
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-image:after {
    content: '\f03e';
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-video:after {
    content: '\f04b';
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-twitter:after {
    content: '\f292';
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-important:after {
    content: '\f0e7' !important;

}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-important:before {
    background-color: #A53223 !important;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed .date {
    color: #747D86;
    font-size: 0.85rem;
    margin-bottom: 7px;
    font-weight: 600;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed .title {
    color: #203250;
    font-size: 1.4rem;
    line-height: 1.55rem;
    margin-bottom: 10px;
    font-weight: 900;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-important .title {
    color: #A53223 !important;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-image .image,
.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-image .video,
.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-image .twitter {
    margin-bottom: 10px;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-image .image img {
    display: block;
    border: 0;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.contenu-droite.container-racefeed .content-racefeed .box-racefeed.box-video .video iframe {
    display: block;
    border: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
    aspect-ratio: 16/9;
}

.contenu-droite.container-racefeed .placeholder-message {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
}

.overlay-blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32,50,80,0.95);
    z-index: 0;
}

.overlay-blue .pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern-acm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0.04;
}

.login-racefeed {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/background-logo-acm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-racefeed .box-login {
    max-width: 435px;
    height: auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.login-racefeed .box-login .header-login {
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.login-racefeed .box-login .header-login .logo {
    width: 70px;
    height: 90px;
}

.login-racefeed .box-login .header-login .logo img {
    width: 70px;
    height: 90px;
    display: block;
    border: 0;
}

.login-racefeed .box-login .header-login .titre {
    width: calc(100% - 70px);
    height: 90px;
    padding: 15px 0 0 20px;
    color: #203250;
}

.login-racefeed .box-login .header-login .titre h1 {
    font-size: 2.1rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}

.login-racefeed .box-login .header-login .titre h2 {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}

.login-racefeed .box-login .content-login .texte {
    margin-bottom: 25px;
    color: #203250;
}

.login-racefeed .box-login .login-error {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: red;
    margin-bottom: 15px;
}

.login-racefeed .box-login .content-login form input {
    height: 55px;
    padding: 15px !important;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.login-racefeed .box-login .content-login form .input-group button.bt-password {
    height: 55px;
    width: 55px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-racefeed .box-login .content-login form .input-group button.bt-password i {
    color: #203250 !important;
}

.login-racefeed .box-login .content-login form button.bt-submit {
    height: 55px;
    width: 100%;
    background-color: #203250;
    border-radius: 5px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
    opacity: 0.95;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.login-racefeed .box-login .content-login form button.bt-submit:hover {
    opacity: 1;
    border-left: 4px solid #A53223;
}

.login-racefeed .box-login .content-login .no-account {
    margin-top: 20px;
    text-align: center;
    color: #203250;
}

header.admin-racefeed {
    width: 100%;
    height: 80px;
    background-color: #203250;
}

header.admin-racefeed .zone-bt-acm {
    width: 260px;
    height: 100%;
    float: left;
}

header.admin-racefeed .zone-bt-acm a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

header.admin-racefeed .zone-bt-acm a:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 35px;
    top: 30px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

header.admin-racefeed .zone-bt-acm a:hover:before {
    left: 32px;
}

header.admin-racefeed .part-logo {
    width: calc(100% - 260px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 260px;
}

header.admin-racefeed .part-logo .bloc-logo {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.admin-racefeed .part-logo .bloc-logo a.logo img {
    display: block;
    width: auto;
    height: 60px;
}

header.admin-racefeed .part-logo .bloc-logo a.tagline {
    display: flex;
    align-items: center;
    height: 60px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 5px;
}

.margin-header-racefeed {
    width: 100%;
    height: 115px;
    position: relative;
}

.racefeed-saisie .sidebar {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 650px;
    padding: 60px 35px 0 35px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    position: relative;
}

.racefeed-saisie .sidebar .header-sidebar {
    margin-bottom: 30px;
    color: #203250 !important;
}

.racefeed-saisie .sidebar .header-sidebar p.welcome {
    font-size: 1.4rem;
    font-weight: 200;
    margin-bottom: 10px;
}

.racefeed-saisie .sidebar .header-sidebar h2.username {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.racefeed-saisie .sidebar .header-sidebar p.description {
    font-weight: 600;
}

.racefeed-saisie .sidebar .menu-sidebar ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 20px 0 50px;
    color: #203250;
    font-size: 0.95rem;
    line-height: 1rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.racefeed-saisie .sidebar .menu-sidebar ul li a:before {
    content: '\f11e';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 16px;
    color: #203250;
    position: absolute;
    left: 22px;
    top: 14px;
}

.racefeed-saisie .sidebar .menu-sidebar ul li a:hover,
.racefeed-saisie .sidebar .menu-sidebar ul li a.active {
    background-color: #203250;
    color: #ffffff;
}

.racefeed-saisie .sidebar .menu-sidebar ul li a:hover:before,
.racefeed-saisie .sidebar .menu-sidebar ul li a.active:before {
    color: #ffffff;
}

.racefeed-saisie .sidebar .menu-sidebar ul li a:hover:after,
.racefeed-saisie .sidebar .menu-sidebar ul li a.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #A53223;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.racefeed-saisie .sidebar .menu-select-mobile {
    display: none;
}

.racefeed-saisie .sidebar .bottom-sidebar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 35px;
}

.racefeed-saisie .sidebar .bottom-sidebar a.logout {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #e8e8e8;
    color: #203250;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-left: 50px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.racefeed-saisie .sidebar .bottom-sidebar a.logout:before {
    content: '\f2f5';
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 16px;
    color: #203250;
    position: absolute;
    left: 22px;
    top: 28px;
}

.racefeed-saisie .sidebar .bottom-sidebar a.logout:hover {
    background-color: #f8f8f8;
}

.racefeed-saisie .dashboard-content {
    width: 100%;
    min-height: calc(100vh - 150px);
    padding: 50px 40px 40px 40px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    position: relative;
    margin-bottom: 40px;
}

.racefeed-saisie .dashboard-content h4 {
    text-transform: uppercase;
}

.racefeed-saisie .dashboard-content .dashboard-form {
    background-color: #F0F1F2;
    border-radius: 6px;
    padding: 40px 45px;
}

.racefeed-saisie .dashboard-content .dashboard-form .zone-titres {
    float: left;
    width: calc(100% - 165px);
    padding-right: 35px;
    border-right: 1px solid #BAC0C6;
}

.racefeed-saisie .dashboard-content .dashboard-form .zone-important {
    float: right;
    width: 165px;
    padding: 25px 0 0 35px;
    color: #A53223;
    font-weight: 600;
}

.racefeed-saisie .dashboard-content .dashboard-form .zone-important label {
    padding-top: 2px;
}

.racefeed-saisie .dashboard-content .dashboard-form .form-group label {
    color: #203250;
    font-weight: 700;
    margin-bottom: 5px;
}

.racefeed-saisie .dashboard-content .dashboard-form .form-group label.label-en {
    font-style: italic;
}

.racefeed-saisie .dashboard-content .dashboard-form .form-group .ql-toolbar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.racefeed-saisie .dashboard-content .dashboard-form .form-group .quill-editor {
    background-color: #ffffff;
    font-size: 0.95rem;
    min-height: 65px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.racefeed-saisie .dashboard-content .dashboard-form .preview-wrapper {
    max-width: 280px;
    margin-top: 20px;
    position: relative;
}

.racefeed-saisie .dashboard-content .dashboard-form .preview-wrapper button.remove-preview {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #203250;
    color: #ffffff;
    border: 2px solid #F0F1F2;
    font-size: 25px;
}

.racefeed-saisie .dashboard-content .dashboard-form .preview-wrapper img.preview-img {
    max-width: 100%;
    display: block;
    border-radius: 6px;
}

.racefeed-saisie .dashboard-content .dashboard-form .preview-wrapper img.preview-video {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    border-radius: 6px;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #BAC0C6;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-checkbox {
    width: 50%;
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 50px;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-checkbox label {
    padding-top: 2px;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-checkbox label {
    color: #203250;
    font-weight: 700;
    margin-bottom: 5px;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button {
    width: 50%;
    float: right;
    position: relative;
    padding-left: 45px;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #BAC0C6;
    position: absolute;
    left: 0;
    top: 0;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button button.btn-publication {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    background-color: #203250;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    padding-top: 2px;
    opacity: 0.95;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button button.btn-publication:hover {
    opacity: 1;
    border-left: 4px solid #A53223;
}

.racefeed-saisie .box-response {
    width: 100%;
    padding: 24px 12px;
}

.racefeed-saisie .box-response .direct-link a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 16px 15px 15px 15px;
    margin-bottom: 15px;
    text-decoration: none;
}

.racefeed-saisie .box-response #racefeed-response {
    height: 60px;
}






@media screen and (max-width: 767px) {

    main.login-racefeed {
        width: 100vw;
        height: 100vh;
        align-items: start;
        padding-top: 50px;
    }

    main.login-racefeed .box-login {
        width: 340px;
        padding: 25px;
    }

    main.login-racefeed .box-login .header-login {
        height: 70px;
    }

    main.login-racefeed .box-login .header-login .logo {
        width: 55px;
        height: 70px;
    }

    main.login-racefeed .box-login .header-login .logo img {
        width: 55px;
        height: 70px;
        display: block;
        border: 0;
    }

    main.login-racefeed .box-login .header-login .titre {
        width: calc(100% - 55px);
        height: 70px;
        padding: 20px 0 0 15px;
    }

    main.login-racefeed .box-login .header-login .titre h1 {
        font-size: 1.65rem;
        line-height: 1.35rem;
    }

    main.login-racefeed .box-login .header-login .titre h2 {
        font-size: 0.95rem;
    }

    header.admin-racefeed {
        padding: 0 20px;
    }

    header.admin-racefeed .zone-bt-acm {
        display: none;
    }

    header.admin-racefeed .part-logo {
        width: 100%;
        padding-right: 0;
    }

    .margin-header-racefeed {
        height: 95px;
    }

    .racefeed-saisie .sidebar {
        height: auto;
        min-height: 100px;
        padding: 30px 25px 0 25px;
        margin-bottom: 12px;
    }

    .racefeed-saisie .sidebar .header-sidebar h2.username {
        font-size: 1.6rem;
    }

    .racefeed-saisie .sidebar .menu-sidebar,
    .racefeed-saisie .sidebar .bottom-sidebar {
        display: none;
    }

    .racefeed-saisie .sidebar .menu-select-mobile {
        display: block;
    }

    .racefeed-saisie .sidebar .menu-select-mobile label {
        color: #203250;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .racefeed-saisie .dashboard-content {
        padding: 24px 12px 12px 12px;
    }

    .racefeed-saisie .dashboard-content h4 {
        font-size: 1rem;
    }

    .racefeed-saisie .dashboard-content .dashboard-form {
        padding: 24px 12px 12px 12px;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .zone-titres {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .zone-important {
        float: none;
        width: 100%;
        padding: 15px 0;
        display: flex;
        justify-content: center;
        border-top: 1px solid #BAC0C6;
        border-bottom: 1px solid #BAC0C6;
        margin-bottom: 25px;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard {
        width: 100%;
        padding: 15px 20px 15px 20px;
        border-top: 1px solid #BAC0C6;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-checkbox {
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 25px;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .racefeed-saisie .dashboard-content .dashboard-form .footer-dashboard .footer-button:before {
        display: none;
    }

    .contenu-droite.container-racefeed .header-racefeed {
        margin-bottom: 35px;
    }

    .contenu-droite.container-racefeed .header-racefeed .content-header {
        padding: 30px 25px 25px 25px;
        background: linear-gradient(90deg, rgba(32, 50, 80, 0.8) 50%, rgba(32, 50, 80, 0.2) 100%);
    }

    .contenu-droite.container-racefeed .header-racefeed .content-header h2.title {
        font-size: 2.5rem;
        padding-left: 65px;
        margin-bottom: 25px;
    }

    .contenu-droite.container-racefeed .header-racefeed .content-header h2.title:after {
        font-size: 45px;
    }

    .contenu-droite.container-racefeed .header-racefeed .content-header p.intro {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1rem;
    }

    .contenu-droite.container-racefeed .content-racefeed {
        padding: 5px 5px 5px 35px;
    }

    .contenu-droite.container-racefeed .content-racefeed:before {
        left: 10px;
    }

    .contenu-droite.container-racefeed .content-racefeed .box-racefeed:before {
        left: -42px;
        top: 20px;
        width: 35px;
        height: 35px;
    }

    .contenu-droite.container-racefeed .content-racefeed .box-racefeed:after {
        font-size: 14px;
        left: -39px;
        top: 22px;
    }

    .contenu-droite.container-racefeed .content-racefeed .box-racefeed .title {
        font-size: 1.25rem;
        line-height: 1.3rem;
    }

}
