﻿
body {
    background-color: white;
}

h1 {
    font-size: 30px;
    font-family: "Everett-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

#Global {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: white;
    min-height: 300px;
}

.moncompte {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    background-color: #c5a26e;
    float: left;
    height: 159px;
    width: 80px;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    line-height: 14px;
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .moncompte div {
        display: flex;
        vertical-align: middle;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

header.sticky #moncompte {
    height: 50px;
    width: 170px;
    padding: 4px;
}
footer .footer-menu2 ul li a {
    color: #9c9c9c;
    opacity: 1;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

    footer .footer-menu2 ul li a:hover {
        opacity: 1;
        color: white
    }
header.sticky .header__link {
}

    header.sticky .header__link:hover {
        color: transparent;
        text-decoration: none;
    }

header #navigation nav .main-nav li :hover {
    border-bottom: 0px solid transparent;
}

.mainbackcolor {
    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    background-color: white;
    padding: 100px 0px 100px 0px;
    align-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.social-link {
    margin: 5px 5px;
    text-decoration: none;
    border-radius: 50%;
    width: 50px;
    display: inline-block;
    height: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .social-link:hover {
        background-color: #181717;
        box-shadow: inset 0 0 0 1px white;
    }

    .social-link img {
        padding: 20px;
    }



.social-link2 {
    margin: 5px 5px;
    text-decoration: none;
    border-radius: 50%;
    width: 50px;
    display: inline-flex;
    height: 50px;
    background-color: white;
    box-shadow: inset 0 0 0 1px #c5a26e;
    justify-content: center;
    align-items: center;
}

    .social-link2:hover {
        background-color: #c5a26e;
    }

    .social-link2 img {
        padding: 20px;
    }




.MobileMonCompte {
    background-color: #c5a26e;
    width: 100%;
    padding: 8px;
    text-align: center;
    visibility: hidden;
    display: none;
    height: 0px;
}

    .MobileMonCompte span {
        text-transform: uppercase;
        color: white;
        font-family: 'Camphor W01 Bold';
        font-size: 13px;
        letter-spacing: 1px;
    }

.block-01 {
    margin: 0 auto;
    max-width: 100%;
    width: 977px;
    position: relative;
}

.wrap {
    padding: 0 40px;
    margin: 0 auto;
}

footer .footer-menu {
    background-color: transparent;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
    margin-top: 10px
}


.panelnonconnected.refresh {
    height: 100%;
    z-index: 1;
    transform: none;
    opacity: 1;
}

.refresh {
    display: block;
}

.opened {
    display: block;
    animation: descendre 1s ease-in-out;
    transform: none;
    opacity: 1;
}

.divburger1css {
    padding: 50px 100px;
    font-family: 'Everett-Regular' !important;
    font-size: 25px;
    color: #c5a26e;
}

.divburgercss {
    padding: 100px;
    font-family: 'Everett-Regular';
    font-size: 14px;
    color: #c5a26e;
}

.divfooterburgercss2 {
    padding: 0px 20px 50px;
    top: 300px;
    bottom: 50px;
    position: relative;
    font-family: 'Everett-Regular';
    font-size: 14px;
}

.divfooterburgercss {
    padding: 90px 20px;
 
    width: 100%;
}
a#ctl00_ctl00_LinkButtonlogo32:hover{
    color: #a68445;
}
span#ctl00_ctl00_LinkButton1:hover {
    color: #a68445;
}
.listitem_accesfilm {
    padding-bottom: 20px
}

.lbsedeconnecter a {
    color: #c5a26e !important;
    text-decoration: none !important;
}

    .lbsedeconnecter a:hover {
        color: #a68445 !important;
        text-decoration: none !important;
    }

.msgfootercss:hover {
    color: #c5a26e !important;
}

#GlobalOld {
    margin: 30px auto;
    background: white;
    min-height: 300px;
    background-color: white;
    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 976px;
    line-height: 1;
}

#closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #181717;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 3;
}

.StrateProgress {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    justify-content: center;
    background-color: white;
    border-bottom: solid 1px #c9c9c9
}

    .StrateProgress div {
        width: 976px;
        margin: 0 auto;
        text-align: left;
    }

    .StrateProgress.fixed {
        display: block;
        position: fixed;
        top: 92px;
        width: 100%;
        z-index: 1000;
        left: 0;
    }

#btMenu {
    cursor: pointer;
}

#progressFilm, .progressFilm {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: -1px 0 -10px 0;
    text-align: center;
    display: flex;
}

footer .footer-menu ul {
    text-align: center;
}

    footer .footer-menu ul li {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding-right: 0px !important;
        position: relative;
    }

        footer .footer-menu ul li.copyright {
            opacity: 0.5;
            padding-left: 0px;
        }

            footer .footer-menu ul li.copyright:after {
                opacity: 1;
                display: none;
            }

        footer .footer-menu ul li:last-child {
            padding-right: 0;
        }

            footer .footer-menu ul li:last-child:after {
                display: none;
            }

        footer .footer-menu ul li:after {
            background-color: #fff;
            content: '';
            display: block;
            margin: -1px 0 0 0;
            opacity: 0.5;
            position: absolute;
            right: 8px;
            top: 50%;
            height: 3px;
            width: 3px;
        }

        footer .footer-menu ul li a {
            color: #fff;
            opacity: 0.5;
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -moz-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
            -o-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
            -webkit-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
            transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
            font-size: 13px;
            font-family: 'Everett-Regular';
            text-decoration: none
        }

            footer .footer-menu ul li a:hover {
                opacity: 1;
            }

footer * {
    box-sizing: border-box;
}

footer {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 2;
}

    footer .subtitle {
        padding-right: 7px;
    }

    footer:after {
        background-color: transparent;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 5;
        -moz-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
        -o-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
        -webkit-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
        transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
    }

    footer:before {
        background-color: transparent;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 5;
        -moz-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
        -o-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
        -webkit-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
        transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
    }

    footer.loading:before {
        opacity: 1;
        visibility: visible;
    }

    footer.overlay:after {
        opacity: 0.6;
        visibility: visible;
    }

    footer h2 {
        color: #fff;
    }

    footer h3 {
        color: #fff;
    }

    footer .newsletter {
        height: 150px;
        padding: 50px 0;
        position: relative;
    }

        footer .newsletter form {
            height: 100%;
            -moz-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            -o-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            -webkit-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
        }

            footer .newsletter form.hide {
                opacity: 0;
                visibility: hidden;
            }

        footer .newsletter #email {
            border: 0;
            display: inline-block;
            height: 100%;
            outline: none;
            padding-left: 20px;
            width: calc(100% - 165px);
        }

            footer .newsletter #email.error {
                color: #e93939;
            }

        footer .newsletter #confirmation {
            color: #fff;
            font-family: "Playfair Display", Times New Roman, Times, serif;
            font-size: 0.875rem;
            line-height: 1.2em;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 55px;
            text-align: center;
            width: 100%;
            -moz-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            -o-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            -webkit-transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
            transition: all 0.3s cubic-bezier(0.15,0.9,0.34,0.95);
        }

            footer .newsletter #confirmation.show {
                opacity: 1;
                visibility: visible;
            }

        footer .newsletter #submit2 {
            background: #181717;
            border: 1px solid #414141;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            font-size: 0.750rem;
            height: 100%;
            margin-left: 20px;
            outline: none;
            text-transform: uppercase;
            width: 135px;
            -moz-transition: all 1.8s cubic-bezier(0.15,0.9,0.34,0.95);
            -o-transition: all 1.8s cubic-bezier(0.15,0.9,0.34,0.95);
            -webkit-transition: all 1.8s cubic-bezier(0.15,0.9,0.34,0.95);
            transition: all 1.8s cubic-bezier(0.15,0.9,0.34,0.95);
        }

            footer .newsletter #submit2:hover {
                border-color: #fff;
            }

    footer .social {
        border-left: none;
        border-right: none;
        overflow: hidden;
        padding: 20px 80px 0px 80px;
    }

        footer .social p {
            color: #fff;
            float: left;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            font-size: 1.250rem;
            text-transform: uppercase;
        }

        footer .social ul {
            float: right;
        }

            footer .social ul li {
                display: inline-block;
            }


                footer .social ul li a {
                    display: block;
                    height: 26px;
                    -moz-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
                    -o-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
                    -webkit-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
                    transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
                }

                    footer .social ul li a:hover {
                        opacity: 0.5;
                    }

                    footer .social ul li a .icon {
                        color: #fff;
                        font-size: 18px;
                    }

ul {
    list-style-type: circle;
    list-style-position: inside;
}

.cadrefooter {
    padding: 0 40px;
    background: url("../../Content/Images/Panelimgfooter.svg") no-repeat;
    margin: 0 auto;
    height: 220px
}

.tableForm td:first-child {
    text-align: right;
}

.tableForm td {
    padding: 5px;
    padding-right: 0px;
    vertical-align: middle;
}

.icon {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline !important;
}

.lbusercss {
    color: #c5a26e !important;
    text-decoration: none;
}

    .lbusercss:hover {
        color: #a68445 !important;
        text-decoration: none;
    }

a#ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucLogin_formLayout_lkEmail {
    text-decoration: underline !important;
}

a#imgMonCannes {
    background-image: url('content/images/moncannes-noir.svg')
}

a#lbMonCannes {
    text-decoration: none;
    text-transform: capitalize
}

    a#lbMonCannes:hover {
        color: #a68445 !important;
        text-decoration: none;
        text-transform: capitalize
    }

.ClassimgMonSuivi {
    background-image: url('/content/images/monsuivi-noir.svg');
}

header.sticky .ClassimgMonSuivi {
    background-image: url('/content/images/marche/monsuivi-noir.svg');
}

.ClassimgMonCannes {
    background-image: url('/content/images/moncannes-noir.svg');
}

header.sticky .ClassimgMonCannes {
    background-image: url('/content/images/marche/moncannes-noir.svg');
}

a#lbMonSuivi {
    text-decoration: none;
    text-transform: capitalize;
    color: #181717 !important;
}

    a#lbMonSuivi:hover {
        color: #a68445 !important;
        text-decoration: none;
        text-transform: capitalize
    }

a#lbUser:hover {
    color: #a68445 !important;
    text-decoration: none;
    text-transform: capitalize
}

.lbtitreburger2 {
    color: #181717 !important;
}

    .lbtitreburger2:hover {
        color: #c5a26e !important;
        font-size: 18px !important;
    }

.header__link {
    color: #181717 !important;
    text-decoration: none;
    letter-spacing: 0.65px;
}

    .header__link:hover {
        color: #a68445 !important;
        text-decoration: underline !important;
    }

header #logo-wrapper #partners {
    position: absolute;
    top: 60px;
    left: 300px;
    -moz-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
    -o-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
    transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
}

    header #logo-wrapper #partners img {
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
        height: 100%;
    }

        header #logo-wrapper #partners img.chopard {
            margin-top: 10px;
        }

        header #logo-wrapper #partners img.oreal {
            margin-top: 2px;
        }

        header #logo-wrapper #partners img.renault {
            margin-top: 2px;
        }

        header #logo-wrapper #partners img.kering {
            margin-top: -2px;
        }

.FilArianne2 {
    height: 0px !important;
    vertical-align: middle;
    visibility: hidden;
}

.FilArianne {
    height: 0px !important;
    vertical-align: middle;
    min-height: 0 !important;
    visibility: hidden;
}

    .FilArianne img {
        vertical-align: middle !important;
        height: 0px;
        display: inline-block;
    }


label.dx-wrap {
    gap: 50px 100px
}

.FilArianne3 {
    height: 0px !important;
    vertical-align: middle;
    visibility: hidden;
}

.NewFilArianne3 {
    vertical-align: middle;
    height: 120px;
    margin: auto;
    text-decoration: none
}

    .NewFilArianne3:hover {
        text-decoration: none !important;
    }


/* NON  NE PAS FAIRE CA CAR CA CHANGE TOUT LE SITE */
/*td.dxichCellSys {
    padding-top: 15px
}

td.dxichTextCellSys {
    padding-top: 15px
}

.dxichCellSys {
    padding: 3px 20px 1px 0px;
}
*/

.FilmTitre32b {
   
    font-family: "Everett-Medium";
    color: #333333 !important;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    letter-spacing: 3px;
}
.Filmlabel {
   
    font-family: "Everett-Medium";
    color: #181717 !important;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    left: 5px;
    top: -7px;
    letter-spacing: 3px;
}

.goldstar2 {
    font-family: "Camphor W01 Heavy" !important;
    color: #c5a26e !important;
    vertical-align: super;
    margin-left: 10px;
    font-size: 16px !important;
}
.Arianne {
    display: inline-block;
    font-family: "Everett-Light";
    font-size: 36px;
    text-transform: uppercase;
    color: #c5a26e !important;
    letter-spacing: 3.6px;
    text-decoration: none
}

.ArianneActive {
    color: Black !important;
}

.burgerpartner {
    margin: 20px;
}

    .burgerpartner img {
        margin-right: 20px;
        margin-bottom: 10px;
    }

.MonCompteDemiBlocInfo {
    width: 50%;
    background-repeat: no-repeat;
    height: 274px;
    letter-spacing: 4px;
    position: relative;
    text-decoration: none;
    color: white;
    font-family: 'Camphor W01 Bold', Arial, Helvetica, sans-serif;
    background: #f1f1f1 url('') right no-repeat;
    display: flex;
    justify-content: flex-end;
}

.MonCompteDemiBlocFacture {
    width: 50%;
    background-repeat: no-repeat;
    height: 274px;
    letter-spacing: 4px;
    position: relative;
    text-decoration: none;
    color: white;
    font-family: 'Camphor W01 Bold', Arial, Helvetica, sans-serif;
    background: #f1f1f1 url('') no-repeat;
}

.PanelLogin {
    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    color: #181717;
    background-color: #f1f1f1;
    width: 450px;
    max-width: 95%;
    min-width: 310px;
    height: 450px !important;
    font-size: 13px;
    padding: 50px 20px 30px 20px;
    margin: 20px;
    position: relative;
    display: inline-block;
}

    .PanelLogin h1 {
        font-family: "Everett-Medium", Arial, Helvetica, sans-serif;
        color: #181717;
        font-size: 26px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4.8px;
    }

.LigneTitre {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
}

.header__secondary__mobile {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

svg {
    display: inline-block;
}

img, svg {
    vertical-align: middle;
}

header #logo-wrapper .container {
    width: 1020px;
    max-width: 80%;
}

header #logo-wrapper #logo h1 {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    position: relative;
    top: auto !important;
    left: auto !important;
    margin: -8px auto;
    text-align: center;
    width: 100%;
    line-height: 1.5;
}

    header #logo-wrapper #logo h1 a {
        color: #c3a05f;
        text-transform: uppercase;
    }

header {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif !important;
    background: white;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px 100px;
}

    header #top-bar {
        height: 28px;
        line-height: 28px;
        -webkit-transition: all .6s cubic-bezier(.15,.9,.34,.95);
        transition: all .6s cubic-bezier(.15,.9,.34,.95);
    }

        header #top-bar .main-nav {
            float: left;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            -webkit-transition: all .6s cubic-bezier(.15,.9,.34,.95);
            transition: all .6s cubic-bezier(.15,.9,.34,.95);
        }

            header #top-bar .main-nav li {
                margin-left: -4px;
                display: inline-block;
                background-color: #080808;
                border-left: 0 solid #404040;
                border-right: 0 solid #404040;
                border-bottom: 1px solid #404040;
                height: 28px;
            }

                header #top-bar .main-nav li a {
                    font-size: 1.2em;
                    color: #8c8c8c;
                    display: block;
                    padding: 0 12px;
                    text-transform: uppercase;
                    -webkit-transition: all .3s cubic-bezier(.15,.9,.34,.95);
                    transition: all .3s cubic-bezier(.15,.9,.34,.95);
                    text-decoration: none;
                    height: 28px;
                    line-height: 28px;
                }

                    header #top-bar .main-nav li a.active {
                        color: #c5a26e;
                        border-left: 1px solid #404040 !important;
                        background-color: #181717 !important;
                    }

    header .user-nav {
        color: #181717;
        float: right;
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif !important;
        padding: 0 15px 0 10px;
        -webkit-transition: all 0s cubic-bezier(.15,.9,.34,.95);
        transition: all 0s cubic-bezier(.15,.9,.34,.95);
    }

    header .user-nav {
        display: inline-block;
    }

        header .user-nav a {
            color: #181717;
            display: block;
            margin-right: 10px;
            padding: 0 0 1px 4px;
            -webkit-transition: opacity .9s cubic-bezier(.15,.9,.34,.95);
            transition: opacity .9s cubic-bezier(.15,.9,.34,.95);
            text-decoration: none;
            font-size: 1.2em;
        }

            header .user-nav a.account {
                padding-left: 0;
            }

                header .user-nav a.account .icon {
                    font-size: .8em;
                    margin-right: 10px;
                    min-width: 9.5px;
                }

                header .user-nav a.account:hover {
                    opacity: .7;
                }

            header .user-nav a.language {
                background-size: 20px;
                margin-right: 0;
            }

                header .user-nav a.language .icon {
                    font-size: 1.7em;
                    vertical-align: sub !important;
                    min-width: 20.5px;
                    margin-right: 10px;
                }

        header .user-nav .sub-languages {
            height: 0;
            margin-top: 10px;
            opacity: 0;
            position: absolute;
            top: 23px;
            visibility: hidden;
            z-index: 1000;
            -webkit-transition: all .5s cubic-bezier(.15,.9,.34,.95);
            transition: all .5s cubic-bezier(.15,.9,.34,.95);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        header .user-nav li .sub-languages li {
            display: block;
        }

            header .user-nav li .sub-languages li a {
                height: 23px;
                opacity: 1;
                color: #181717;
                -webkit-transition: all .9s cubic-bezier(.15,.9,.34,.95);
                transition: all .9s cubic-bezier(.15,.9,.34,.95);
            }

                header .user-nav li .sub-languages li a:hover {
                    color: #f4f4f4;
                }

        header .user-nav li.lang:hover .sub-languages {
            opacity: 1;
            visibility: visible;
            height: auto;
        }

.menu {
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.menu-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #333;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

/*a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}*/

div.divlbFr {
    padding: 20px
}

    div.divlbFr a {
        padding: 5px;
        text-decoration: none;
        color: #181717;
        font-size: 14px;
        font-family: Everett-Medium;
        letter-spacing: 0.7px
    }

        div.divlbFr a:hover {
            color: #9c9c9c;
        }

#divUserMonCompte {
    position: absolute;
    left: 0;
    top: 0;
    border-left: 50px solid rgba(0,0,0,.5);
    border-top: 50px solid rgba(0,0,0,.5);
    background-clip: padding-box;
    width: 100%;
    height: 100%;
    background-color: #181717;
    z-index: 700;
    min-height: 100vh;
    transition: 0.5s;
    transition-delay: 0.5s;
    padding-right: 20px;
}

    #divUserMonCompte ul {
        margin-top: 60px;
        text-align: right;
        line-height: 40px;
        list-style-type: "-";
    }

.divburger1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

ul.main-nav-burger1 {
    list-style-type: none;
}


    ul.main-nav-burger1 li {
        margin-bottom: 10px;
    }

        ul.main-nav-burger1 li a {
            color: #181717;
            font-family: Everett-Regular;
            font-size: 25px;
            text-transform: uppercase;
            text-decoration: none;
        }

header #logo-wrapper {
    background-color: #181717;
    height: 159px !important;
    clear: both;
    position: relative;
}

    header #logo-wrapper .container {
        height: 100%;
        position: relative;
        width: 1280px;
        margin: 0 auto;
        max-width: 100%;
    }

    header #logo-wrapper #logo {
        display: block;
        padding: 5px 0 0;
        text-align: left;
        vertical-align: middle;
        width: 181px;
        margin-left: 8px;
    }

        header #logo-wrapper #logo img.palm {
            display: block;
            margin: 0 auto;
            width: 145px;
            -webkit-transition: width .3s cubic-bezier(.15,.9,.34,.95);
            transition: width .3s cubic-bezier(.15,.9,.34,.95);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

header #navigation nav .main-nav, header #navigation nav .main-nav li {
    display: inline-block;
    vertical-align: top;
}

header #logo-wrapper #logo h1 {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    position: absolute;
    top: 100px !important;
    left: 10px !important;
}

header #logo-wrapper #logo p.stick {
    opacity: 0;
    visibility: hidden;
    position: relative;
}

header #logo-wrapper #leaderBoard {
    position: absolute;
    width: 720px;
    height: 90px;
    -webkit-transition: all .5s cubic-bezier(.15,.9,.34,.95);
    transition: all .5s cubic-bezier(.15,.9,.34,.95);
    top: 30px;
    right: 0;
    background: #333;
    text-align: center;
    color: #fff;
}

header #navigation {
    -webkit-transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
    transition: all 0.9s cubic-bezier(0.15,0.9,0.34,0.95);
    background-color: transparent;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    height: 42px;
    z-index: 500;
    position: relative;
    max-width: 100%;
}

    header #navigation nav {
        max-width: 1280px;
        text-align: left;
    }

        header #navigation nav .main-nav {
            font-family: 'Everett-Medium';
            font-size: 13px;
            display: inline-block;
            vertical-align: top;
            letter-spacing: 0.65px;
            color: #181717
        }

            header #navigation nav .main-nav li {
                display: inline-block;
                vertical-align: top;
            }

                header #navigation nav .main-nav li a {
                    color: #181717;
                    font-size: 14px;
                    display: block;
                    height: 40px;
                    padding: 0 5px;
                    text-transform: uppercase;
                    text-decoration: none;
                    /*   -webkit-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                    transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);*/
                }

                    header #navigation nav .main-nav li a:hover, header #navigation nav .main-nav li a.active {
                        color: #c5a26e;
                        text-decoration: underline #c5a26e;
                        /*      -webkit-transition: color 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                        transition: color 0.5s cubic-bezier(0.15,0.9,0.34,0.95);*/
                    }

                header #navigation nav .main-nav li .sub-nav {
                    position: absolute;
                    overflow: hidden;
                    width: 100%;
                    left: 0;
                    top: 40px;
                    background: #181717;
                    display: none;
                    padding: 0 0 0 60px;
                }

                    header #navigation nav .main-nav li .sub-nav ul {
                        max-width: 1280px;
                        margin: 0 auto;
                    }

                        header #navigation nav .main-nav li .sub-nav ul li a {
                            font-size: 1.2em;
                            padding: 0 20px;
                        }

                        header #navigation nav .main-nav li .sub-nav ul li:first-child a {
                            padding-left: 0;
                        }

                        header #navigation nav .main-nav li .sub-nav ul li:last-child a {
                            padding-right: 0;
                        }

                header #navigation nav .main-nav li.has-sub:hover .sub-nav {
                    display: block;
                }

            header #navigation nav .main-nav.aside {
                float: right;
                border-right: 1px solid #404040;
                position: relative;
                overflow: hidden;
            }

                header #navigation nav .main-nav.aside li.off {
                    display: none;
                }

                header #navigation nav .main-nav.aside li.accreditation {
                    -webkit-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                    transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                }

                    header #navigation nav .main-nav.aside li.accreditation a {
                        background: #222c63;
                        color: #fff;
                    }

                        header #navigation nav .main-nav.aside li.accreditation a:hover, header #navigation nav .main-nav.aside li.accreditation a.active {
                            color: #55b8a6;
                        }

                header #navigation nav .main-nav.aside li.calendrier {
                    float: right;
                }

                    header #navigation nav .main-nav.aside li.calendrier a {
                        background: #55b8a6;
                        color: #fff;
                    }

                        header #navigation nav .main-nav.aside li.calendrier a:hover, header #navigation nav .main-nav.aside li.calendrier a.active {
                            color: #222c63;
                        }

            header #navigation nav .main-nav.central.searchOpen li a {
                padding: 0 20px;
            }

            header #navigation nav .main-nav.aside.searchOpen .accreditation {
                -webkit-transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                transition: all 0.5s cubic-bezier(0.15,0.9,0.34,0.95);
                padding-right: 235px;
            }

header #sticky-user {
    background: #181717;
    opacity: 0;
    position: absolute;
    bottom: 12px;
    right: 0;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

header #searchBar {
    position: relative;
    right: 0;
    top: 0;
}

header #searchBarA {
    padding: 0 23px !important;
}

header .liSearchBox {
    position: absolute;
    right: -235px;
    top: 0;
    width: 235px;
    height: 40px;
    -webkit-transition: all .5s cubic-bezier(.15,.9,.34,.95);
    transition: all .5s cubic-bezier(.15,.9,.34,.95);
}

header .searchBox {
    right: 0;
    top: 0;
    width: 100%;
    direction: rtl;
    position: absolute;
    display: block;
    overflow: hidden;
}

header .showsearchBox {
    right: 0;
    direction: rtl;
    visibility: visible;
    width: 235px;
    -webkit-transition: all .5s cubic-bezier(.15,.9,.34,.95);
    transition: all .5s cubic-bezier(.15,.9,.34,.95);
}

header #searchInput {
    background-color: #fff;
    border: 1px solid #fff;
    height: 41px;
    font-weight: 400;
    font-size: 1.2em;
    font-family: Lato, Arial, sans-serif;
    direction: ltr;
    width: 100%;
    padding: 0 20px 0 10px;
    background-image: url(../../bundles/fdcmarchedufilm/images/skin/loupe.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

header .hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .9s cubic-bezier(.15,.9,.34,.95);
    transition: all .9s cubic-bezier(.15,.9,.34,.95);
}

header.sticky {
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1005;
}

    header.sticky #sticky-user {
        opacity: 1;
        visibility: visible;
        float: right;
        pointer-events: auto;
        margin-top: 18px;
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s;
    }

    header.sticky #leaderBoard, header.sticky #top-bar {
        opacity: 0;
        visibility: hidden;
    }

    header.sticky #sticky-user .sub-languages {
        background-color: #181717;
    }

    header.sticky #top-bar {
        display: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    header.sticky h1 {
        display: none;
    }

.dxflCaptionCellSys label {
    text-transform: uppercase;
}

.PanelCompte {
    padding: 20px;
    display: table;
    width: 100%;
}

.menumon {
    float: right;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
}

.menumonsuivi {
    width: 150px;
    height: 42px;
    background-color: #b08332;
    text-transform: uppercase;
    display: table;
    z-index: 10;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px;
}

    .menumonsuivi span {
        display: table-cell;
        vertical-align: middle;
    }

.menumoncannes {
    width: 150px;
    height: 42px;
    background-color: #af4d55;
    text-transform: uppercase;
    display: table;
    z-index: 10;
    font-size: 13px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4px;
}

    .menumoncannes span {
        display: table-cell;
        vertical-align: middle;
    }

.divWelcome h4 span {
    font-size: 12px;
}

.menuconnection {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: 2px;
    height: 20px;
    right: 0;
    z-index: 1000;
}

.DetrompeurGroupe {
    display: flex;
    justify-content: left;
    width: 900px;
    margin-top: 20px;
    max-width: 95%;
}

.DetrompeurAccred {
    background-color: white;
    padding: 15px 30px 15px 30px;
    font-family: 'Camphor W01 Bold';
    color: #181717;
    margin: 20px 20px 20px 0;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.DetrompeurAccredBefore {
    width: 30px;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 36px solid white;
    margin: auto 0 43px;
}

.DetrompeurCombo {
    display: flex;
    margin: 0px 0 0 60px;
    align-items: center;
}

.DetrompeurListe {
    display: flex;
    flex-direction: column;
    margin: 40px 0 0 60px;
}

    .DetrompeurListe div {
        display: flex;
        color: #c5a26e;
        font-family: 'Camphor W01 Bold';
        align-items: center;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .DetrompeurListe div a {
            margin-left: 10px;
            text-transform: uppercase;
        }

.tableHisto {
    border-width: 1px !important;
    border-color: Black !important;
    border-collapse: collapse !important;
    border-style: Solid !important;
}

    .tableHisto td {
        padding: 10px;
        text-align: center !important;
        border-width: 1px !important;
        border-color: Black !important;
        border-collapse: true !important;
        border-style: Solid !important;
    }

.InsideBlockWelcome {
    width: 100%;
    height: 260px;
    border-collapse: collapse;
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.ButtonFoot {
    display: table-row;
    vertical-align: bottom;
    height: 1px;
    margin: 0 auto;
    text-align: center;
}

.dxgvEditFormDisplayRow_ThemeFdc td.dxgv, .dxgvDataRow_ThemeFdc td.dxgv, .dxgvDataRowAlt_ThemeFdc td.dxgv, .dxgvSelectedRow_ThemeFdc td.dxgv, .dxgvFocusedRow_ThemeFdc td.dxgv {
    padding: 4px 6px;
}

.InsideContent {
   align-items:center
   
}

.Row45 {
    height: 45px;
}

header.sticky #logo-wrapper #logo {
    margin-left: 0px !important;
}

.StrateFooter2 {
    border-top: 1px solid #c9c9c9;
    vertical-align: middle;
    width: 100%;
    height: 120px;
    position: relative;
    background-color: white
}

    .StrateFooter2 div {
        width: 976px;
        margin: 5px auto;
    }

        .StrateFooter2 div div {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }

            .StrateFooter2 div div div {
                width: auto !important;
            }

.StrateProgress2 {
    border-bottom: 1px solid #c9c9c9;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    justify-content: center;
    background-color: white;
    height:51.5px;
}

    .StrateProgress2 div {
        width: 976px;
        margin: 0 auto;
        text-align: left;
    }

    .StrateProgress2.fixed {
        display: block;
        position: fixed;
        top: 92px;
        width: 100%;
        z-index: 1000;
        left: 0;
    }

.StrateTitre {
    border-top: 1px solid #c9c9c9 !important;
   
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    justify-content: center;
    background: url("../../Content/Images/imgarianne.svg");
    background-size: cover;
}

    .StrateTitre div {
        width: 976px;
        margin: 0 auto;
        text-align: left;
        height: 110px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

.StrateTitre2 {
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    justify-content: center;
    background: url("../../Content/Images/imgarianne.svg") no-repeat;
    background-size: cover;
    height: 120px;
}

    .StrateTitre2 div {
        width: 976px;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
      
    }

.StratePanel {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    height: 100%;
}

    .StratePanel div {
        width: 976px;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
      
    }

#progressFilm2 li, .progressFilm2 li {
    float: left;
    padding: 10px;
    background: white;
    color: #999999;
    min-width: 100px;
    position: relative;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 2px dotted #c9c9c9;
    height: 50px;
    text-transform: uppercase;
    font-family: "Camphor W01 Bold";
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    max-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.FlexHorizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
    #progressFilm2 li.active, .progressFilm2 li.active {
        background: #c5a26e;
    }

    #progressFilm2 li.last, .progressFilm2 li.last {
        background: #c5a26e;
    }

        #progressFilm2 li.last a, .progressFilm2 li.last a {
            color: white;
            font-family: "Camphor W01 Bold";
        }

    #progressFilm2 li.active a, .progressFilm2 li.active a {
        color: white;
        font-family: "Camphor W01 Bold";
    }

    #progressFilm2 li.active:hover, .progressFilm2 li.active:hover {
        background-color: #e1bf7d;
    }

    #progressFilm2 li.before, .progressFilm2 li.before {
        background: #f1f1f1;
        border-left: 2px dotted #a0a0a0 !important;
        z-index: 30;
    }

        #progressFilm2 li.before a, .progressFilm2 li.before a {
            color: #999999;
            font-family: "Camphor W01 Bold";
        }

    #progressFilm2 li.after, .progressFilm2 li.after {
        background: white;
        color: black;
    }

        #progressFilm2 li.after::after, .progressFilm2 li.after::after {
            border-right: 2px dotted #c9c9c9;
            top: 0px;
            content: '';
            border-top: 31px none #c9c9c9;
            border-bottom: 32px none red;
            position: absolute;
            height: 50px;
            left: 100%;
        }

        #progressFilm2 li.after a, .progressFilm2 li.after a {
            color: #999999;
            font-family: "Camphor W01 Bold";
        }

.EtapeMarche {
    display: flex;
    align-items: center;
    justify-content: start;
    align-items: center;
    font-family: 'Camphor W01 Bold';
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

    .EtapeMarche span {
        margin-left: 20px;
    }

.EtapeMarcheDescription {
    font-family: 'Camphor W01 Italic';
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-left: 35px;
    margin-top: 10px;
    line-height: 23px;
}

.EtapeMarche2 {
    display: flex;
    align-items: center;
    justify-content: start;
    align-items: center;
    font-family: 'Camphor W01 Italic';
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

    .EtapeMarche2 span {
        margin-left: 15px;
    }

.lbfactcss {
    margin-left: 80px;
}

.lbcardbody {
    font-size: 12px;
    font-family: Camphor W01 Medium;
    line-height: 14px;
    letter-spacing: .12px;
}

.divlbSection {
    font-size: 22px;
    font-family: Everett-Light;
    line-height: 26px;
    letter-spacing: 4.4px;
}

.hyperlinkcardbody {
    font-size: 12px;
    font-family: Camphor W01 Medium;
    line-height: 14px;
    letter-spacing: .12px;
}

    .hyperlinkcardbody:hover {
        color: #c5a26e;
    }

.cardfootergrey {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    background-image: linear-gradient(to right,#7e7e7e 0%,#7e7e7e 50%,transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    height: 50px !important;
}

.cardfooterorange {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 5px;
    height: 50px !important;
    background-image: linear-gradient(to right,#e5a430 0%,#e5a430 50%,transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.divlbSectionRSSFC {
    font-size: 22px;
    font-family: Camphor W01 Heavy;
    line-height: 24px;
    letter-spacing: 4.4px;
    color: #646464;
    opacity: 1 !important;
    text-transform: uppercase;
}

.card {
    border-radius: 0px !important;
    border: none;
    background-color: transparent;
    width: 400px;
}

.divdottedstyleorangecompte {
    height: 214px;
    margin-top: 30px;
    background-position: right;
    background-image: linear-gradient(to bottom,#c5a26e 0%,#c5a26e 50%,transparent 50%);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    width: 2px;
}

.divdottedstyleorange linear {
    background-image: linear-gradient(to bottom,#ccc 0%,#c5a26e 50%,transparent 50%);
    background-size: 2px 8px;
}

.lbfactcss {
    font-size: 14px;
    font-family: Camphor W01 Bold;
}

.lbmcomptecss {
    font-size: 14px;
    font-family: Camphor W01 Bold;
}

.lbfactcss:hover {
    color: #c5a26e !important;
    text-decoration: none !important
}

.lbmcomptecss:hover {
    color: #c5a26e !important;
    text-decoration: none !important
}

.siteonhoverdore:hover {
    color: #c5a26e !important;
    text-decoration: underline;
}

.SiteTile {
    width: 244px;
    height: 155px;
    text-align: center;
    display: table;
    cursor: pointer;
    margin-top: -1px;
    margin-bottom: -4px;
    position: relative;
    font-family: Everett-Medium
}

    .SiteTile :hover {
        background-color: black;
        opacity: 0.4;
    }

.SiteTileBlank {
    width: 244px;
    height: 155px;
    text-align: center;
    display: table;
    cursor: unset;
    margin-top: -1px;
    margin-bottom: -4px;
    position: relative;
    font-family: Everett-Medium
}
.divspacegapwelcome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding-top: 20px;
    gap: 20px;
  
}
#Global2 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    background: #c5a26e;
    height: 145px;
    top: 230px;
    z-index: 2;
    position: absolute;
    text-align: center;
}



.footer {
    background: white;
    font-size: 14px;
    line-height: 24px;
    font-family: Everett-Regular;
    color: white;
    padding: 0px;
}

.footer__primary {
    padding: 40px 0;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px,1fr));
}

.footer__brand svg {
    fill: #fff;
    width: 170px;
    height: 25px;
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsla(0,0%,100%,.65);
    font-size: .875em;
    padding: 40px 0 60px;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
}

    .footer__nav li:not(:last-child):after {
        content: "\2022";
        padding: 0 15px;
    }

    .footer__nav a {
        transition: all .1s ease;
        text-decoration: none;
        color: rgba(255,255,255,0.65);
    }

        .footer__nav a:hover {
            color: #fff;
        }

    .footer__nav li {
        display: inline-block;
    }

.goldstar {
    font-family: "Camphor W01 Heavy" !important;
    color: #c5a26e !important;
    margin-right: 3px;
    margin-left: 10px;
    font-size: 16px !important;
}

.divdottedstylegrey {
    Width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#7e7e7e 0%,#7e7e7e 50%,transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

    .divdottedstylegrey linear {
        background-image: linear-gradient(to right,#ccc 0%,#7e7e7e 50%,transparent 50%);
        background-size: 5px 1px;
    }

.divdottedstyleorange {
    Width: 300px;
    margin-top: 5px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#e5a430 0%,#e5a430 50%,transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

    .divdottedstyleorange linear {
        background-image: linear-gradient(to right,#ccc 0%,#e5a430 50%,transparent 50%);
        background-size: 5px 1px;
    }

.ButtonPanelMailDisabled {
    background-color: rgba(235,235,228,1) !important;
    border-color: rgba(235,235,228,1) !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

    .ButtonPanelMailDisabled div {
        background-color: rgba(235,235,228,1) !important;
        border-color: rgba(235,235,228,1) !important;
        color: rgba(255,255,255,1) !important;
        opacity: 1 !important;
    }

    .ButtonPanelMailDisabled:hover {
        background-color: rgba(235,235,228,1) !important;
        border-color: rgba(235,235,228,1) !important;
        color: rgba(255,255,255,1) !important;
        opacity: 1 !important;
    }

.ButtonPanel {
    border: none !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(200,164,97,1) !important;
    background-image: url('') !important;
    width: 200px !important;
}

.ButtonPanelHovered {
    border-color: #a68445 !important;
    cursor: pointer;
}

.ButtonPanelPressed div {
    background-color: #a68445 !important;
    color: white !important;
    border-color: #a68445 !important;
}

.ButtonPanelHovered div {
    background-color: #a68445 !important;
    color: white !important;
    border-color: #a68445 !important;
}

.ButtonPanelPressed {
    background-color: #a68445 !important;
    color: white !important;
    border-color: #a68445 !important;
}

.ButtonPanel:hover {
    border-color: #a68445 !important;
    background-color: #a68445 !important;
    color: #ffffff !important;
}

.ButtonPanelDisabled {
    background-color: rgba(235,235,228,1) !important;
    border-color: rgba(235,235,228,1) !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

    .ButtonPanelDisabled div {
        background-color: rgba(235,235,228,1) !important;
        color: rgba(255,255,255,1) !important;
        border-color: rgba(235,235,228,1) !important;
        opacity: 1 !important;
    }

    .ButtonPanelDisabled:hover {
        background-color: rgba(235,235,228,1) !important;
        color: rgba(255,255,255,1) !important;
        border-color: rgba(235,235,228,1) !important;
        opacity: 1 !important;
    }

.ButtonPanelMail {
    border: none !important;
    color: rgba(255,255,255,1) !important;
    background-color: #c9c9c9 !important;
    background-image: url('') !important;
    width: 200px !important;
    height: 42px !important;
}

.ButtonPanelMailHovered {
    border-color: #c9c9c9 !important;
    cursor: pointer;
}

.ButtonPanelMailPressed div {
    background-color: #c9c9c9 !important;
    color: white !important;
    border-color: #c9c9c9 !important;
}

.ButtonPanelMailHovered div {
    background-color: #c9c9c9 !important;
    color: white !important;
    border-color: #c9c9c9 !important;
}

.ButtonPanelMailPressed {
    background-color: #c9c9c9 !important;
    color: white !important;
    border-color: #c9c9c9 !important;
}

.ButtonPanelMail:hover {
    background-color: #c9c9c9 !important;
    color: white !important;
    border-color: #c9c9c9 !important;
}

.ButtonSuiviPanel {
    border: none !important;
    color: #ffffff !important;
    width: 200px !important;
    min-width: 100px !important;
    background-color: #1eb449 !important;
    height: 42px !important;
}

.ButtonSuiviPanelHovered {
    background-color: #177a33 !important;
    cursor: pointer;
}

    .ButtonSuiviPanelHovered div {
        border-color: #177a33 !important;
        background-color: #177a33 !important;
        color: white !important;
    }

.ButtonSuiviPanelPressed {
    border-color: #177a33 !important;
    background-color: #177a33 !important;
    color: white !important;
}

    .ButtonSuiviPanelPressed div {
        border-color: #177a33 !important;
        background-color: #177a33 !important;
        color: white !important;
    }

.ButtonSuiviPanel:hover {
    border-color: #177a33 !important;
    background-color: #177a33 !important;
    color: rgba(235,235,228,1) !important;
}

.ButtonSuiviPanelDisabled {
    background-color: rgba(235,235,228,1) !important;
    border-color: rgba(235,235,228,1) !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

    .ButtonSuiviPanelDisabled div {
        background-color: rgba(235,235,228,1) !important;
        color: rgba(255,255,255,1) !important;
        border-color: rgba(235,235,228,1) !important;
        opacity: 1 !important;
    }

    .ButtonSuiviPanelDisabled:hover {
        background-color: rgba(235,235,228,1) !important;
        color: rgba(235,235,228,1) !important;
        border-color: rgba(235,235,228,1) !important;
        opacity: 1 !important;
    }

.ButtonFull {
    background-color: #c5a26e !important;
    background-image: url('') !important;
    color: white;
    border-color: #c5a26e !important;
    border: none;
}

.ButtonFullHovered {
    border: #a68445 !important;
    cursor: pointer;
}

    .ButtonFullHovered div {
        background-color: #a68445 !important;
        color: white !important;
    }

.ButtonFullPressed div {
    background-color: #826838 !important;
    color: white !important;
}

.ButtonFullDisabled {
    background-color: #c5a26e !important;
    opacity: 50%;
    border: #dfdfdf !important;
    cursor: not-allowed;
}

    .ButtonFullDisabled div {
        background-color: #c5a26e !important;
        color: white !important;
    }

.petitbuttonfull {
    min-height: 0px;
    min-width: 0px;
    background-color: #c5a26e;
    background-image: url('') !important;
    color: white;
    border-color: #c5a26e;
    border: none;
    margin: 2px !important;
}

.ButtonBlack2 {
    border-color: #181717 !important;
    background-image: url('') !important;
    color: #181717 !important;
    min-width: 100px !important;
    background-color: transparent !important;
}

.ButtonBlack2Hovered div {
    border-color: #c5a26e !important;
    background-image: url('') !important;
    background-color: transparent !important;
    color: #c5a26e !important;
}

.backimgres {
    background-color: rgba(0,0,0,0.1);
    background-blend-mode: multiply;
}

.ButtonBlack2Pressed div {
    border: none !important;
    background-color: transparent !important;
    border-width: 2px;
    color: #c5a26e !important;
}

.ButtonAccred2 {
    border: none !important;
    color: #ffffff !important;
    width: 250px !important;
    min-width: 100px !important;
    background-color: transparent !important;
}

    .ButtonAccred2:hover {
        border: none !important;
        color: #ffffff !important;
        transition-delay: 0.3s;
        transition-property: background;
        opacity: 0.7;
    }

.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-icons__item:not(:last-child) {
    padding-right: 5px;
}

.social-icons__link {
    display: block;
}

    .social-icons__link svg {
        width: 20px;
    }

    .social-icons__link path {
        fill: #fff;
        transition: all .1s ease;
    }

    .social-icons__link:hover path {
        fill: #c5a26e;
    }

.lbMCTitremobile {
    padding-top: 10px;
}
.divWelcome2 {
    min-height: 200px;
    margin: 10px 100px 50px 120px;
    width: calc(100% - 240px);
    background-size: cover;
   
    background-repeat: no-repeat;
    color: white;
    padding: 60px 20px 60px 20px;
    text-align: center;
    vertical-align: middle;
    top: 30px;
    position: relative;
  
}

.divWelcome {
    min-height: 200px;
    margin: 50px 100px 50px 120px;
    width: calc(100% - 240px);
    background-size: cover;
    background-position: 50%50%;
    background-repeat: no-repeat;
    color: white;
    padding: 60px 20px 60px 20px;
    text-align: center;
    vertical-align: middle;
}

    .divWelcome h1 span {
        line-height: 60px;
        font-family: Everett-Medium;
        Color: white !important;
        background-color: transparent;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4.6px;
    }

    .divWelcome h2 span {
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
    }

    .divWelcome h3 span {
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #c5a26e;
    }

    .divWelcome h4 span {
        font-size: 11px;
        font-family: "Camphor W01 Italic", Arial, Helvetica, sans-serif;
    }

.passwordanglaiscss {
    margin-left: -30px !important;
}

.linkbutton7css {
    color: #181717;
}

    .linkbutton7css:hover {
        color: #c5a26e;
    }



.divwel {
    background-image: url('/content/images/Groupe_528.jpg');
    height: 491px;
    width: calc(100% - 240px);
    background-size: cover;
    background-position: 50%50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.divWelcomeAccred {
    display: flex;
}

    .divWelcomeAccred h1 span {
        line-height: 60px;
        font-family: Everett-Medium;
        Color: #181717 !important;
        background-color: transparent;
        font-family: Everett-Medium;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4.6px;
    }

    .divWelcomeAccred h2 span {
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
    }

    .divWelcomeAccred h3 span {
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #c5a26e;
    }

    .divWelcomeAccred h4 span {
        font-size: 11px;
        font-family: "Camphor W01 Italic", Arial, Helvetica, sans-serif;
    }

.divSuivi {
    width: 100%;
    min-height: 200px;
    background-color: white;
    text-align: center;
    padding: 50px 20px 20px 20px;
    vertical-align: middle;
    color: #7e7e7e;
    font-size: 13px;
}

    .divSuivi h1 span {
        font-family: Everett-Medium;
        Color: #181717 !important;
        background-color: transparent;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4.6px;
    }

    .divSuivi h2 span {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.13px;
    }

    .divSuivi h3 span {
        font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        color: #c5a26e;
    }

.divSuiviAccred {
    background-color: #f5eee1;
}

.divSuiviRes {
    background-color: rgba(126,48,70,0.3) !important;
}

.moncomptefocus {
    color: white !important;
    text-decoration: none
}

    .moncomptefocus:hover {
        color: #c5a26e !important;
        text-decoration: none
    }

.albdateroot:hover {
    color: #c5a26e !important;
}

.MonCompteMobile {
    visibility: hidden;
    display: none;
}

    .MonCompteMobile div a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0.4px;
    }

        .MonCompteMobile div a:hover {
            color: #55BCB2 !important;
            text-decoration: none
        }

.MonCompteDsk {
    height: 178px;
    background-color: #b5cfbf;
    display: flex;
    width: 100%;
}

#progressFilm li, .progressFilm li {
    float: left;
    padding: 10px;
    background: white;
    color: #999999;
    min-width: 100px;
    position: relative;
    border-left: 1px dotted #c9c9c9;
    height: 54px;
    text-transform: uppercase;
    font-family: "Camphor W01 Bold";
    max-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moncannesiconhome {
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-family: Everett-Medium;
    justify-content: center;
    text-transform: uppercase;
}

    .moncannesiconhome div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 20px 0 20px;
        text-align: center;
        cursor: pointer;
    }




.moncannesicontoolbar div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0 20px 0 20px;
    text-align: center;
    cursor: pointer;
}

    .moncannesicontoolbar div span {
        margin-top: -10px;
    }

.moncannesiconclose {
    opacity: 0.6;
    cursor: default !important;
}

.MonCannes {
    color: #9f2831;
    font-family: Camphor W01 Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 14px;
    max-width: 620px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

    .MonCannes div {
        font-family: Camphor W01 Bold;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 3px;
    }

    .MonCannes sup {
        font-size: 12px;
    }

#progressFilm li a, .progressFilm li a {
}

#progressFilm li.active:after, .progressFilm li.active:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
    border-right: none;
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 20;
}

#progressFilm li.active, .progressFilm li.active {
    background: #c5a26e;
    border-top: 1px solid #c9c9c9;
}

#progressFilm li.last, .progressFilm li.last {
    background: #c5a26e;
}

    #progressFilm li.last a, .progressFilm li.last a {
        color: white;
        font-family: "Camphor W01 Bold";
    }

    #progressFilm li.last:hover, .progressFilm li.last:hover {
        background-color: #e1bf7d;
    }

#progressFilm li.active a, .progressFilm li.active a {
    color: white;
    font-family: "Camphor W01 Bold";
}

#progressFilm li.active:hover, .progressFilm li.active:hover {
    background-color: #e1bf7d;
}

#progressFilm li.before, .progressFilm li.before {
    background: #f1f1f1;
    border-left: 1px dotted #a0a0a0 !important;
    border-top: solid 1px #c9c9c9;
    z-index: 30;
}

    #progressFilm li.before:hover, .progressFilm li.before:hover {
        background: #e5e5e5;
    }

    #progressFilm li.before:after, .progressFilm li.before:after {
        border-left: 16px solid #f1f1f1;
    }

    #progressFilm li.before:hover:after, .progressFilm li.before:hover:after {
        border-left: 16px solid #e5e5e5;
    }

    #progressFilm li.before a, .progressFilm li.before a {
        color: #999999;
        font-family: "Camphor W01 Bold";
    }

#progressFilm li.after, .progressFilm li.after {
    background: white;
    color: black;
    border-top: solid 1px #c9c9c9;
}

    #progressFilm li.after::after, .progressFilm li.after::after {
        border-right: 1px dotted #c9c9c9;
        top: 0px;
        content: '';
        border-top: 31px none #c9c9c9;
        border-bottom: 32px none red;
        position: absolute;
        height: 54px;
        left: 100%;
        border-top: 1px solid #c9c9c9;
    }

    #progressFilm li.after a, .progressFilm li.after a {
        color: #999999;
        font-family: "Camphor W01 Bold";
    }

#progressFilm li.active:hover:after, .progressFilm li.active:hover:after {
    border-left: 16px solid #e1bf7d;
}

.DivInfoTransmissionFilm {
    padding: 15px;
    background-color: #f5ede0;
    margin-bottom: 20px;
    color: white !important;
}

    .DivInfoTransmissionFilm span {
        color: #e5a330 !important;
        text-transform: uppercase !important;
        font-family: 'Camphor W01 Bold';
        font-size: 12px;
        letter-spacing: 0.6px;
    }

        .DivInfoTransmissionFilm span a {
            color: #e5a330 !important;
        }

.DivInfoTransmissionFilm2 {
    padding: 15px 30px 15px 30px;
    background-color: white;
    color: #7e7e7e !important;
    font-family: Camphor W01 Medium;
    font-size: 12px;
    letter-spacing: 0.6px;
    display: flex;
    flex-direction: column;
    line-height: 30px;
}

.DivInfoTransmissionFilm3 {
    width: 100%;
    margin: auto;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center
}

.DivInfoTransmissionFilmDlTermine {
    width: 100%;
    margin: auto;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.DivConfirmationEmailFilm {
    width: 100%;
    margin: auto;
    padding: 15px;
    background-color: #d2f0db;
    margin-top: 20px;
}

.InscrireFilmAcces {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    width: 100%;
    margin-left: 50px;
    background-color: white;
    text-align: left;
    line-height: 0;
    padding: 20px 0px 0px 0px;
}

.DivConfirmationEmailFilmSFC {
    width: 100%;
    margin: auto;
    padding: 15px;
    background-color: #f1f1f1;
    margin-top: 20px;
}



.DivConfirmationFilm {
    width: 100%;
    margin: auto;
    padding: 15px 15px 15px 25px;
    background-color: #ddf3e4;
    color: #1eb449;
    font-family: 'Camphor W01 Bold';
    letter-spacing: 2.8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100px;
}

.DivConfirmationFilmEcole {
    width: 85%;
    margin-left: 80px;
    background-color: #e8e8e8;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #c9c9c9;
}

.DivConfirmationFilm span {
    color: #1fb649 !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

    .DivConfirmationFilm span.FilmTitre24SFC {
        font-family: "Everett-Medium";
        color: orange !important;
        text-transform: uppercase;
        font-style: normal;
        font-size: 15px;
        position: relative;
        top: -7px;
        left: 15px;
        letter-spacing: 2px;
    }

fieldset.bordered {
    border: 1px solid #c5a26e;
    border-radius: 4px;
}

    fieldset.bordered legend {
        font: 13px Camphor W01 Regular, Geneva, sans-serif;
        color: #666666;
    }

fieldset td {
    vertical-align: top !important;
}

.TitrePage {
    clear: both;
    float: left;
    font-size: 36px;
    color: #c5a26e !important;
    font-family: Everett-Light;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    text-decoration: none
}

.TitrePage2 {
    clear: both;
    float: left;
    font-size: 36px;
    color: #c5a26e !important;
    font-family: Everett-Light;
    text-transform: uppercase;
}

.divAccessibilite {
    width: 1240px;
    color: #7e7e7e;
    text-align: left;
    padding: 50px 20px 50px 20px;
    vertical-align: middle;
    font-size: 13px;
    background-color: #f1f1f1;
    display: flex;
    font-family: 'Camphor W01 Regular', Helvetica, sans-serif;
    align-items: center;
    line-height: 1.3;
}

    .divAccessibilite a {
        font-family: "Camphor W01 Bold";
    }

    .divAccessibilite h1 {
        font-family: 'Camphor W01 Bold', Helvetica, sans-serif;
        font-size: 16px;
        color: #c5a26e;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: unset;
        text-align: unset;
        line-height: unset;
    }

.moncannesicontoolbar {
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-family: Camphor W01 Italic;
    justify-content: center;
    background-color: #af4d55;
    color: white;
    padding: 0;
    height: 115px;
    overflow-x: auto;
    overflow-y: hidden;
}

.wucFacture {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d4b984;
    padding: 30px;
}

.ButtonPayer {
    border-color: #e54630 !important;
    background-color: #e54630 !important;
    background-image: url('') !important;
    color: white !important;
    min-width: 100px !important;
}

.ButtonPayerHovered div {
    background-color: #e74a3a !important;
    color: white !important;
}

.ButtonPayerPressed div {
    border-color: #d53620 !important;
    background-color: #d53620 !important;
    border-width: 2px;
    color: white !important;
}

.FactureSelectAnnee {
    margin-left: 5px;
    border: none;
    -webkit-appearance: none;
    display: inline-block;
    background-image: linear-gradient(45deg,transparent 50%,#181717 50%), linear-gradient(135deg,#181717 50%,transparent 50%);
    background-position: calc(100% - 20px) calc(1em - 5px), calc(100% - 15px) calc(1em - 5px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .FactureSelectAnnee option {
        color: #181717;
    }

.PanelAccredDivLeft {
    background-color: #8f8f8f;
    width: 10px;
    min-width: 10px;
}

.kl-navigation {
    position: relative;
    vertical-align: middle;
}

.PanelAccredDivInfos {
    background-color: #c5a26e;
    max-width: 970px;
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px;
}

.PanelAccredDivInfosTitre {
    color: #181717;
    font-size: 16px;
    font-family: 'Camphor W01 Bold Italic';
    text-transform: uppercase;
    text-align: center;
}

.DefaultColor {
    color: #c5a26e;
}

.TitlePopup {
    color: #c5a26e;
}

.InfoPratiques h1 span {
    letter-spacing: 0.45px !important;
    width: 90px;
}

.InscrireFilmBoxTitre {
    color: #181717;
    font-family: "Everett-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 10px 50px 0 50px;
}

.ButtonUploadStyle {
    border-color: #c5a26e !important;
    border: 1px solid;
    background-color: white !important;
    width: 170px;
    height: 40px;
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase !important;
    text-align: center;
    color: #c5a26e;
}

.MonCannesH1 {
    color: #9f2831;
    font-family: Everett-Medium;
    font-size: 20px;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    margin-top: 40px;
    text-transform: uppercase;
}

.MonCannesH2 {
    color: #9f2831;
    font-family: Camphor W01 Regular;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 10px 15px 0px 15px;
    text-align: center;
}

.MonCannesH3 {
    color: #181717;
    font-family: Camphor W01 Regular;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.badge {
    background-color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #c9a45e;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: "Camphor W01 Regular";
}

.badge2 {
    background-color: white;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #c9a45e;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: "Camphor W01 Regular";
    border: none 2px #666666;
    vertical-align: baseline;
}

.circular img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    vertical-align: baseline;
}

.ButtonPlus {
    width: 41px;
    height: 41px;
    background-image: url('/content/images/plus-or.svg');
    background-size: contain;
}

    .ButtonPlus:hover {
        background-image: url('/content/images/plus-or-hover.svg');
    }

.Chapter {
    position: relative;
    vertical-align: middle;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .Chapter img {
        width: 34px;
        max-height: 26px;
        vertical-align: middle !important;
    }

    .Chapter span {
        text-transform: uppercase;
        color: #181717;
        font-family: 'Everett-Medium';
        font-size: 15px;
        letter-spacing: 3px;
        margin-left: 10px;
    }

.ChapterForm {
    color: #7e7e7e;
    display: flex;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .ChapterForm span {
        white-space: pre;
    }

    .ChapterForm div:first-child {
        width: 25%;
        justify-content: flex-end;
        flex-wrap: nowrap;
    }

    .ChapterForm div div {
        display: block !important;
        width: unset !important;
        text-align: right !important;
        margin-left: 0 !important;
    }

    .ChapterForm div {
        margin-left: 20px;
        text-align: left;
        display: flex;
    }

.FilmTitre32 {
   
    font-family: "Everett-Medium";
    color: #181717 !important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    top: -10px;
    left: 15px;
}
.FilmTitre24 {
  
    font-family: "Everett-Medium";
    color: #181717 !important;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    left: 15px;
    letter-spacing: 3px;
}
.FilmTitreEncart32 {
  
    color: white !important;
    font-family: "Everett-Medium";
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    top: -15px;
    left: 10px;
    letter-spacing: 3px;
}

.FilmTitreEncart24 {
   
    color: white !important;
    font-family: "Everett-Medium";
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    left: 10px;
    letter-spacing: 3px;
}

@keyframes slide-in-left {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-in-left {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slide-out-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

.lbresterconnectewuclogin {
    vertical-align: middle;
    font-family: 'Camphor W01 Light';
    font-size: 12px;
    color: #181717
}

.slide-out-down {
    animation: slide-out-up 0.5s ease forwards;
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}


.slide-in-left {
    animation: slide-in-left 0.5s 0.5s ease-in  forwards;
    -webkit-animation: slide-in-left 0.5s 0.5s  ease-in forwards;
}
.slide-in-up {
    animation: slide-in-up 0.5s forwards;
    -webkit-animation: slide-in-up 0.5s forwards;
}

.slide-in-down {
    animation: slide-in-down 0.5s forwards;
    -webkit-animation: slide-in-down 0.5s forwards;
}

.slide-in-load {
    animation: slide-in-down 0s forwards;
    -webkit-animation: slide-in-down 0s forwards;
}

@keyframes slide-in-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-in-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}




.social {
    display: flex;
    align-items: center
}
.slide-out {
    animation: slide-out 0.5s reverse;
    -webkit-animation: slide-out 0.5s reverse;
}




.slide-out2 {
    animation: slide-in-left 0.5s reverse;
    -webkit-animation: slide-in-left 0.5s reverse;
}

.LienMenu {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Everett-Regular';
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    font-size: 25px;
}

    .LienMenu a {
        line-height: 50px;
        color: #181717;
        text-decoration: none
    }

        .LienMenu a:hover {
            color: #c5a26e;
            text-decoration: none;
        }
.LienMenuMobile40 {
    width: 100%;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Everett-Regular';
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    color: #181717;
}

    .LienMenuMobile40 a {
        line-height: 40px;
        color: #181717;
        text-decoration: none;
        text-transform: none;
        font-size: 20px;
    
    }

        .LienMenuMobile40 a:hover {
            color: #c5a26e;
            text-decoration: none;
        }
    a#hyperlink1:hover{
        color:#a68445!important
    }
a#ctl00_ctl00_menumobile4:hover {
    color: #a68445 !important
}
.LienMenuMobile {
    border-bottom: 1px solid transparent;
    width: 100%;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Everett-regular';
    font-size: 20px;
    padding-top: 20px;
}

    .LienMenuMobile a {
        line-height: 35px;
        color: #181717;
        height: 35px !important;
    }

        .LienMenuMobile a:hover {
            color: #c5a26e;
        }

.div8class {
    align-items: center;
    display: flex;
    cursor: pointer
}

.arrowMenu {
    border: solid #181717;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.arrowMenuWhite {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.rightMenu {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.leftMenu {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.upMenu {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.downMenu {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
}

header.sticky #logo-wrapper2 #logo .palm {
    float: left;
    width: 56px;
    padding-top: 15px !important;
}
/*
header.sticky #logo-wrapper2 {
    height: 50px !important;
    margin-top: 10px;
    -webkit-transition: all .5s cubic-bezier(.15,.9,.34,.95);
    transition: all .5s cubic-bezier(.15,.9,.34,.95);
}

    header.sticky #logo-wrapper2 #logo {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-left: 30px;
        float: none;
    }

        header.sticky #logo-wrapper2 #logo .palm {
            float: left;
            width: 56px;
        }

    header.sticky #logo-wrapper2 #DateFestival {
        font-size: 8px !important;
    }

header.sticky #TitreFestival {
    width: 100px !important;
    text-decoration:none
}*/

header.sticky #TopBar {
    display: none !important;
}

.hoverDore {
    display: flex;
    align-items: center;
    color: #181717 !important;
}

.hoverNoir {
    display: flex;
    align-items: center;
}

#cardpanellmcc {
    width: 400px;
    background-color: #646464;
}

.divwucinscrirefilm {
    padding-top: 40px;
    text-align: center;
}
.Etape {

    font-family: "Everett-Medium";
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    position: relative;
    top: -5px;
    left: 15px;
}
.EtapeFestival {
    display: flex;
    align-items: center;
    justify-content: start;
    align-items: center;
    font-family: 'Everett-Medium';
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #181717;
}

    .EtapeFestival span {
        margin-left: 20px;
    }

.EtapeFestivalDescription {
    font-family: 'Camphor W01 Italic';
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-left: 35px;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
}

.EtapeFestival2 {
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: 'Camphor W01 Italic';
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #181717;
}

    .EtapeFestival2 span {
        margin-left: 15px;
    }

.EtapeFestival2Description {
    font-family: 'Camphor W01 Medium';
    font-size: 12px;
    letter-spacing: 0px;
    margin-left: 37px;
    margin-top: 10px;
    line-height: 14px;
    text-align: left;
    color: #7e7e7e;
}

.Question {
    display: flex;
    margin-top: 15px;
    height: 20px;
    align-items: center;
    font-family: Camphor W01 Medium;
    font-size: 12px;
    letter-spacing: 0.12px;
    color: #7e7e7e;
    text-transform: none;
    line-height: 15px;
}

    .Question > div:first-child {
        justify-content: flex-end;
        text-align: right;
    }

    .Question > div > span {
    }

.QuestionWhite > div > span {
    color: white !important;
}

.Question > div {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.AdresseReal {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

    .AdresseReal div {
        background-color: #ffffff;
        width: 415px;
        margin: 35px 10px 35px 10px;
        padding: 20px;
    }

        .AdresseReal div div {
            width: unset;
            height: unset;
            margin: 0;
            padding: unset;
        }

        .AdresseReal div h1 {
            color: #181717;
            font-size: 14px;
            letter-spacing: 2px;
            margin-top: 50px;
        }

    .AdresseReal .Repere {
        margin: -37px auto;
        display: block;
    }

    .AdresseReal .ChapterForm {
        color: #7e7e7e;
        display: flex;
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

        .AdresseReal .ChapterForm span {
            white-space: pre;
        }

        .AdresseReal .ChapterForm div:first-child {
            width: 20%;
            justify-content: flex-end;
            flex-wrap: nowrap;
        }

        .AdresseReal .ChapterForm div div {
            display: block !important;
            width: unset !important;
            text-align: right !important;
            margin-left: 0 !important;
        }

        .AdresseReal .ChapterForm div {
            margin-left: 20px;
            text-align: left;
            display: flex;
        }

.lbIF2 {
    padding-top: 10px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    max-width: 100%
}

.newcompte_items {
    width: 110px;
    margin: 10px;
    font-family: 'Camphor W01 Light';
    font-size: 12px;
    padding-top: 30px;
}

.tbpasswordcss {
    margin-left: 0px;
    width: 240px;
}

.tbEmailcss {
    margin-left: 0px;
    width: 240px !important;
}

.divheaderlink {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    flex-direction: row;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #181717;
    font-family: 'Camphor W01 Medium';
    text-transform: capitalize;
}

.lbmillesimecss {
    flex: 1;
    margin-bottom: 40px;
    line-height: 14px;
}

.lbmsgfootersocialcss {
    flex: 1
}

.outerlistblock {
    display: inline-block;
    text-align: center;
    width: 100%;
}

div.dxflGroupSys > div {
    display: table;
    height: 40px;
    widtH: 92%;
}

@media screen and (max-width: 1340px) {
    .MobileMonCompte {
        visibility: hidden;
        display: none;
        height: unset;
    }

}


@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 !important;
    }
    .block-01 {
        margin-left: 28px;
    }


    .cadrefooter {
        padding: 0px
    }

    footer .social p {
        color: #fff;
        float: none;
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
        font-size: 1.250rem;
        text-transform: uppercase;
        margin: 0 auto;
    }

    footer .social ul {
        margin: 20px auto;
        float: none;
    }

        footer .social ul li {
            margin-left: 3px;
            margin-right: 3px;
        }

    .divheaderlink {
        display: flex;
        flex: 0;
        justify-content: flex-end;
        flex-direction: row;
        font-size: 14px;
        letter-spacing: 0.7px;
        color: #181717;
        font-family: 'Camphor W01 Medium';
        text-transform: capitalize;
    }
}

.logincssh1 {
    height: 100px;
    display: flex;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}

.label2wucloginmdp {
    padding-right: 2px;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.56px;
    text-align: end;
}

.captionlogincss {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.56px;
    margin-left: 15px;
    cursor: pointer;
}

.footer-menu-ul {
    font-size: 14px;
    font-family: Everett-Regular;
    text-align: left;
}

.passwordcss {
    margin-left: 20px;
}

.footerfestivalcss {
    text-align: left;
    margin-left: 0px;
    text-decoration: none;
}

.img_welcomepalmecss {
    background: url(/content/images/img_welcomepalme.png) transparent;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90%
}

img#ctl00_ctl00_ContentPlaceHolder12_imgfacebookfooterid13 {
    max-height: 55px;

}
img#ctl00_ctl00_ContentPlaceHolder14_imgfacebookfooterid4 {
    max-height: 55px;
}
img#ctl00_ctl00_ContentPlaceHolderfooter14_imgfacebookfooterid6 {
    max-height: 55px;
}

img#ctl00_ctl00_ContentPlaceHolder3_imgfacebookfooterid2 {
    max-height: 55px;
}
img#ctl00_ctl00_ContentPlaceHolder20_img3 {
    max-height: 55px;
}
img#ctl00_ctl00_ContentPlacefooter20_img11 {
    max-height: 55px;
}
img#ctl00_ctl00_ContentPlaceHolder11_imgfacebookfooterid11 {
    max-height: 55px;
}

a.social-link {
    display: inline-flex;
    margin-bottom: 10px;
}

@media screen and (max-width: 519px) {

    table {
        max-width: 250px;
    }


    .divspacegapwelcome {
        gap: 40px;
    }
    .social {
        display: block
      
    }
  .kl-hd-responsive {
    
        right: 20px!important;
      
    }
    .dxeValidStEditorTable dxeRoot_ThemeFdc {
        max-width: 250px;
    }
    .divWelcome {
        margin: auto;
        justify-content: center;
        align-items: center;
        max-width: 90%;
    }

    .divWelcome2 {
        margin: auto;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        width: 100%;
        top: 30px
    }

    .passwordcss {
        margin-left: -30px;
    }

    .footer .social {
        padding: 20px 0px 20px 20px !important;
        max-width: 519px;

        height: 100%;
        width: 80%;
    }
 
    .div8class {
        align-items: center;
        display: flex;
        cursor: pointer;
        margin-top: 30px
    }

    div.dxflGroupSys > div {
        display: table;
        height: 40px;
        widtH: 92%;
    }

    .lbIF2 {
        padding: 10px;
    }
  
    span#ctl00_ctl00_ContentPlaceHolder3_lbmillesime {
        font-size: 20px !important;
        padding-top: 20px;
    }

    span#ctl00_ctl00_ContentPlaceHolder3_lbDate3 {
        font-size: 20px !important
    }
    .divwucinscrirefilm {
        padding-top: 60px;
    }

    .card {
        border-radius: 0px !important;
        border: none;
        background-color: transparent;
        max-width: 340px;
    }

    div.social {
        width: 100%
    }

    a#ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucmctoolbar_lienBilletterie {
        margin-left: 100px
    }

    #ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucInscrireFilmFestival_wucPanelSO_cardpanellmcc {
        background-color: #646464;
    }

    .msgfootersocialcss {
        margin-top: -100px !important;
        flex: auto;
        width: 100%;
        display: block;
        float: inline-start;
    }

    a.social-link {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .PanelLogin {
        display: flex;
        justify-content: center;
        padding: 30px 10px;
        width: 100%;
        max-width: 450px;
        height: 460px !important;
    }

        .PanelLogin h1 {
            font-size: 26px;
            margin-top: 20px
        }

    .mainbackcolor {
        display: flex;
        align-items: center;
        margin: 0px;
        padding: 60px 40px;
    }

    footer .footer-menu2 ul li a {
        color: #9c9c9c;
        opacity: 1;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -o-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    }

        footer .footer-menu2 ul li a:hover {
            opacity: 1;
            color: white
        }


    .tbpasswordcss {
        margin-right: 10px;
        margin-left: 0px;
        width: 180px !important;
    }

    a#ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucLogin_formLayout_lkEmail {
        text-decoration: underline !important;
        font-family: 'Camphor W01 Bold';
        color: #c3a05f;
        font-size: 12px;
        margin-inline-end: 20px !important;
    }

    .tbEmailcss {
        margin-left: 0px;
        margin-right: 70px;
        width: 180px !important;
    }

    .footer {
        font-size: 14px;
        line-height: 24px;
        font-family: "Everett-Regular";
        color: white;
        padding: 0px;
    }

    .cadrefooter {
        padding: 0px;
        min-height: 400px;
    }

    .cadrefootermobile {
        padding: 0px;
        min-height: 200px;
        background-color: white;
        border-top: 1px solid #9c9c9c;
        width: 80%;
        max-width: 325px;
    }

    #lbmobilelessites {
        text-align: center !important
    }

    #imgMenuMobile {
        background-image: url('/content/images/burger_gris.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
    }

    #ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucLogin_formLayout .dxflCaptionCellSys {
        max-width: 220px;
        float: left;
        min-width: 50px !important;
    }

    .footer-menu-ul {
        font-size: 14px;
        font-family: 'Everett-Regular' !important;
        text-align: left !important;
        padding-top: 20px;
        padding-right: 10px
    }

    .footer-menu2-ul {
        font-size: 14px;
        font-family: 'Everett-Regular' !important;
        text-align: left !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .dxflCaptionCellSys label img {
        display: none;
    }

    .dxflCaptionCellSys label {
        display: flex;
    }

    .ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucLogin_formLayout_LABEL2 {
        width: 70px
    }

    .dxflElInAdaptiveView, .dxflItemInAdaptiveView > div.dxflCaptionCellSys, .dxflItemInAdaptiveView > div[class*='dxflNestedControlCell'] {
        float: unset;
    }

    .label2wucloginmdp {
        width: 80px !important;
        font-family: "Camphor W01 Bold";
        font-size: 16px;
    }

    .captionlogincss {
        font-family: "Camphor W01 Bold";
        font-size: 16px;
        letter-spacing: 0.56px;
        margin-left: 20px;
    }



    .lbmillesimecss {
        padding-top: 200px;
        margin-bottom: -90px;
        height: 110px;
    }
        

        .lbmsgfootersocialcss {
            flex: 0 !important;
            text-align: center;
            padding: 0
        }

        .lbresterconnectewuclogin {
            vertical-align: middle;
            font-family: 'Camphor W01 Light';
            font-size: 18px;
            color: #181717
        }

        .footer .footer-menu {
            width: 100%;
            display: flex;
            padding: 0px;
            margin-top: 20px;
        }
    .footer .footer-menu2 {
        padding: 0px;
        line-height: 22px;
        bottom: 140px;
      
        width: 80%;
    }
        .footer-menu {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
        }
        .footer-menu2 {
            text-align: left;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
        }
        .social-link {
            margin: 5px 5px;
            text-decoration: none
        }
     /*   .footer {
            height: 450px !important;
            bottom: 80px;
            top: 0px;
        }*/
/*        .footer-menu::before {
            
            transform: translateY(-100%) !important;
            left: 0;
            position: absolute;
            padding: 0px 0px 40px 50px !important;
            font-size: 20px;
            font-family: Everett-Regular;
            text-transform: lowercase;
            color: white;
        }

        .footer-menu::after {
            transform: translateY(-20%);
         
            font-family: Tiempos Fine Light;
            font-size: 20px;
            text-transform: lowercase;
            color: white;
            left: 0;
            position: absolute;
            padding: 0px 0px 0px 80px !important;
        }
    .footer-menu2::before {
    
        left: 0;
        position: absolute;
        padding: 0px 0px 180px 50px !important;
        font-size: 20px;
        font-family: Everett-Regular;
        text-transform: lowercase;
        color: white;
    }

    .footer-menu2::after {
   
        font-family: Tiempos Fine Light;
        font-size: 20px;
        text-transform: lowercase;
        color: white;
        left: 0;
        position: absolute;
        padding: 10px 0px 130px 50px !important;
    }*/
        .logincssh1 {
            height: 120px;
            display: flex;
            text-align: center;
            width: 320px;
            padding: 0;
            margin: 0 auto;
        }
        .newcompte_items {
            width: 80px;
            margin: 2px;
        }
        footer .footer-menu ul li {
            color: #fff;
            display: inline-block;
            font-family: "Everett-Regular" !important;
            font-size: 14px;
            padding: 0px 50px;
            max-width: 519px;
            width: 70%;
            position: relative;
        }
    footer .footer-menu2 ul li {
        color: #fff;
        display: inline-block;
        margin: 50px -30px;
        max-width: 519px;
      
        position: relative;
    }
        .outerlistblock {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            width: 100%;
            max-width: 450px;
            flex-wrap: wrap;
            align-content: center;
        }

        .StrateTitre2 {
            max-width: 450px;
            width: unset !important;
        }

        .StratePanel {
            vertical-align: middle;
            display: inline-block;
            margin: auto;
            height: 100%;
            margin-top: 10px;
        }

        .StrateTitre2 div {
            width: 350px;
            text-align: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        div.dxflGroupSys > div {
            padding: 0px 0px 0px 40px;
        }
        #Global {
            padding-top: 110px;
        }
 .TitrePage {
        float: none;
        font-size: 30px!important;
        display: inline-block;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }
    }

@media screen and (max-width: 940px) and (min-width: 520px) {
    #GlobalOld {
        margin: auto;
        background: white;
        min-height: 300px;
        background-color: white;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        font-size: 16px;
        width: 800px;
        line-height: 1;
        max-width: 939px;
    }
    .TitrePage {
        float: none;
        font-size: 30px !important;
        display: inline-block;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }
        #Global {
        padding-top: 70px
    }

    a.social-link {
        display: inline-flex;
        margin-top: 10px;
    }

    .cadrefooter {
        padding: 0px;
        min-height: 380px;
        height: 250px;
    }

    .mainbackcolor {
        display: flex;
        align-items: center;
        margin: 0px;
        padding: 60px 0px 40px 0px;
        max-width: 100%;
        width: 450px;
        margin: auto;
    }



    .newcompte_items {
        width: 100px;
        margin: 5px;
    }

    .footer .footer-menu {
        width: 100%;
        display: flex;
        padding: 0px;
    }

    .footer .footer-menu2 {
        width: 100%;

        padding: 0px;
    }

    .footer-menu {
        font-size: 14px;
        font-family: 'Everett-Regular' !important;
        text-align: left !important;
        padding-top: 30px;
        padding-left: 10px;
        width: 60%;
    }

    .footer-menu2 {
        font-size: 14px;
        font-family: 'Everett-Regular' !important;
        text-align: left !important;
        padding-top: 30px;
        padding-left: 10px;
  
    }

    footer .footer-menu2 ul li {
        color: #fff;
        display: inline-block;
        font-family: "Everett-Regular" !important;
        font-size: 12px !important;
        padding: 50px 0px;
        max-width: 939px;
        width: 80%;
        position: relative;
    }

    .footer .footer-menu ul {
        padding-bottom: 80px;
        line-height: 17px;
        padding-left: 80px;
    }

    .footer .footer-menu2 ul {
        padding-bottom: 80px;
        line-height: 17px;
        padding-left: 80px;
    }


    .footer .footer-menu2 ul {
        padding-bottom: 80px;
        line-height: 17px;
        padding-left: 80px;
    }

    .social-link {
        margin: 0px 5px;
    }

    .footer-menu2::before {
        left: 0;
        position: absolute;
        bottom: 0px;
        padding: 0px 0px 200px 80px;
        font-family: Everett-Regular;
        text-transform: lowercase;
        color: white;
    }


    .msgfootersocialcss {
        padding: 10px 80px 0px;
        text-align: left;
        left: 0;
        position: absolute;
        margin-top: -60px;
    }
   

        .FlexHorizontal footerfestivalcss {
            padding-top:200px
        }
    .lbmillesimecss {
        padding-top: 100px;
        margin-bottom: 0px;
        margin-top: 60px;
        flex: unset;
    }
    span#ctl00_ctl00_ContentPlaceHolder3_lbmillesime {
   
        font-size: 20px !important
    }

    span#ctl00_ctl00_ContentPlaceHolder3_lbDate3 {
        font-size: 20px !important
    }
    .FlexHorizontal {
        margin-top: 0px;
    }
    .PanelLogin {
        display: flex;
        justify-content: center;
        margin: 30px;
        padding: 30px;
    }

        .PanelLogin h1 {
            font-size: 26px;
            margin-top: 20px
        }

    header#header {
        width: 100%;
        padding: 0px
    }


    .FilArianne {
        visibility: hidden;
        display: none;
        height: 0px !important;
    }

    .divwucinscrirefilm {
        padding-top: 30px;
        text-align: center;
    }

    .FilArianne3 {
        visibility: hidden;
        display: none;
        height: 0px !important;
    }

    .TitrePage {
        float: none;
        font-size: 30px;
        display: inline-block;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    .TitrePage2 {
        float: none;
        font-size: 30px;
        display: inline-block;
        margin: 20px auto;
        text-align: left;
        width: 100%;
        visibility: visible !important;
    }

    .InsideContent {
        text-align: center;
        margin-left: 7%;
        margin-right: 7%;
    }

    .Description {
        margin-left: 0px !important;
    }

    .LigneTitre {
        align-content: center;
        justify-content: center;
    }

    .FilmTitre32b {
        margin-left: 0px;
    }



        .StratePanel {
            vertical-align: middle;
            display: inline-block;
            margin: auto;
        }

        .StratePanel div {
            width: 250px;
            text-align: left;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-content: center;
        }

        .NewFilArianne3 {
            vertical-align: middle;
            height: 120px;
            margin: auto;
            text-decoration: none;
            width: 100% !important;
        }


    }

    a#ctl00_ctl00_ContentPlaceHolder2_ContentPlaceHolderMain_wucLogin_formLayout_lkEmail {
        text-decoration: underline !important;
        font-family: 'Camphor W01 Bold';
        color: #c3a05f;
        font-size: 12px;
    }

@media screen and (max-width: 1339px) {
    .moncompte {
        visibility: hidden;
        display: none;
    }

    .kl-hd-mbl {
        background-color: white;
        min-width: 100%;
    }

        .logo-title {
            visibility: hidden;
            display: none;
        }
   
    .logo-baseline {
        visibility: hidden;
        display: none;
    }

    .header__secondary {
        visibility: hidden;
        display: none;
    }

    .header__brand {
        text-align: center;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    .palme {
        width: 100px;
    }

    .header__secondary__mobile {
        display: inline-block;
        visibility: visible;
    }

}

@media screen and (min-width: 1250px) {
    .header__secondary__mobile {
        display: none;
        visibility: hidden;
    }
    div#divMenuSticky {
        display: none;
        visibility: hidden;
    }

}

    @media screen and (max-width: 768px) {
        .wrap {
            padding: 0 !important;
        }


      
    }

@media screen and (max-width: 520px) {
    .dxflCaptionCellSys {
        text-align: left !important;
    }

        .PanelCompte {
            max-width: 400px;
        }

        .kl-hd-mbl {
           
            min-width: 100%;
        }
   
    }


@media screen and (max-width: 1000px) {

    .divAccredOff {
        background-color: transparent !important;
        width: 100% !important;
        border: 20px solid white !important;
    }

    .divAccred {
        margin-bottom: 40px !important;
    }


    .divWelcomeAccred {
        border-top: 50px #181717 solid;
    }


    .StratePanel {
        vertical-align: middle;
        display: inline-block;
        margin: auto;
    }

        .StratePanel div {
            width: 800px;
            text-align: left;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-content: center;
  
    height: 90px;
}

    .footer {
        min-width: 400px;
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 990px) {
    .MonCompteDemiBlocInfo {
        background: #f1f1f1 url('');
        margin: 0 auto;
        margin: 0 auto;
        padding-top: 30px;
        width: 990px;
        max-width: 100%;
        text-align: center;
    }

        .MonCompteDemiBlocInfo div {
            width: 990px;
            margin: 0 auto;
            max-width: 100%;
            padding-right: 0 !important;
        }

            .MonCompteDemiBlocInfo div div {
                text-align: center;
                width: 990px;
            }

    .MonCompteDemiBlocFacture {
        width: 100%;
        background: #f1f1f1 url('');
        margin-top: -50px;
        margin-bottom: -50px;
    }

        .MonCompteDemiBlocFacture div {
            width: 100%;
            float: none !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .MonCompteDemiBlocFacture div div {
                text-align: center;
                padding-left: 0 !important;
                padding-left: 10px !important;
            }

        .label2wucloginmdp {
            padding-right: 0px !important
        }
    }

@media screen and (max-width: 1250px) {
    .DetrompeurGroupe {
        flex-wrap: wrap;
    }

    .DetrompeurCombo {
        margin: 0 0 0 0;
    }

    .DetrompeurListe {
        margin: 0 0 0 0px;
        align-items: end;
        width: 100%;
        text-align: right;
    }



    .StrateProgress div {
        visibility: visible;
        display: block;
        justify-content: center;
        flex-direction: column;
    }

    .kl-hd-responsive {
        flex: 1;
        position: fixed;
        right: 40px;
        display: block
    }

    .kl-hd-mbl {
        flex: 0;
        position: fixed;
        left: 0px;
        display: block
    }

    .divWelcome {
        top: 80px;
        position: relative;
    }
    .divWelcome2 {
        top: 120px;
        position: relative;
    }
    .divwucinscrirefilm {
     margin-top:80px
    }
}
    @media screen and (max-width: 1036px) {
        .StrateProgress2 div {
            visibility: visible;
            display: block;
        }

        .StrateProgress div {
            visibility: visible;
            display: block;
            justify-content: center;
            flex-direction: column;
        }

        .StrateProgress div {
            width: 976px;
            margin: 0 auto;
            text-align: left;
        }

        .StrateProgress {
            vertical-align: middle;
            display: block;
            width: 1000px;
            justify-content: center;
            background-color: white;
            border-bottom: solid 1px #c9c9c9;
        }

        #GlobalOld {
            margin: auto;
            background: white;
            min-height: 300px;
            background-color: white;
            max-width: 976px;
            width: unset;
            line-height: 1;
        }
    }

@media screen and (max-width: 990px) {
    .lbfactcss {
        margin-left: 0px !important;
    }

    .divdottedstyleorangecompte {
        background-image: none;
        height: 0px;
    }

    .divdottedstyleorange linear {
        background-image: none;
    }

    .lbfactcss:hover {
        color: #c5a26e !important;
        text-decoration: none !important
    }

    .lbmcomptecss:hover {
        color: #c5a26e !important;
        text-decoration: none !important
    }
}

@media only screen and (min-width:1024px) {
    .social-icons__item:not(:last-child) {
        padding-right: 20px;
    }
}

    @media (max-width:1000px) {
        div#divMonCannes.divWelcome {
            margin-bottom: 40px !important;
            margin-top: 20px !important;
        }

        .divWelcome2 {
            width: auto !important;
            min-height: 320px !important;
            color: white;
            text-align: center;
            vertical-align: middle;
            margin-bottom: 40px !important;
        }

        .divWelcome {
            width: auto !important;
            min-height: 320px !important;
            color: white;
            text-align: center;
            vertical-align: middle;
            margin-bottom: 40px !important;
        }

        .divWelcome h1 span {
            align-items: center;
            align-content: center;
        }

        .divWelcome h2 span {
            font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
            font-size: 13px;
            line-height: 20px;
        }

        .divWelcome h3 span {
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            font-size: 13px;
            line-height: 20px;
            color: #c5a26e;
        }

        .divWelcome h4 span {
            font-size: 11px;
            font-family: "Camphor W01 Italic", Arial, Helvetica, sans-serif;
        }

    .imgstarmoncan {
        padding: 15px 0px 0px 0px;
    }

    .lbMCTitremobile {
        align-items: center;
        align-content: center;
    }
}
@media screen and (max-width: 400px) {
    .kl-hd-mbl {
        display: block;
        max-width: 40%;
    }
}
@media screen and (max-width: 639px) {
    .MonCompteDsk {
        display: none;
    }

    .MonCompteMobile {
        visibility: visible;
        display: inherit;
    }
}

@keyframes slide-in {
    100% {
        transform: translateX(calc(100% - 513px));
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(calc(100% - 513px));
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes slide-out {
    100% {
        transform: translateX(calc(100% - 513px));
    }
}

@-webkit-keyframes slide-out {
    100% {
        -webkit-transform: translateX(calc(100% - 513px));
    }
}

@keyframes slide-in2 {
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-in2 {
    100% {
        -webkit-transform: translateY(0%);
    }
}




@media screen and (max-width: 1036px) {
    .StrateTitre div {
        max-width: 976px;
        width: unset !important;
    }

    .StrateTitre2 {
        max-width: 976px;
        width: unset !important;
    }
}

.TopBarMarche {
    height: 50px;
    display: flex;
    margin-left: 30px;
    justify-content: space-between;
    align-items: center;
}

.FilArianne2 {
    height: 20px !important;
    display: flex;
    vertical-align: middle;
}

.FilArianne {
    height: 20px !important;
    display: block !important;
    vertical-align: middle;
    min-height: 0 !important;
}

    .FilArianne img {
        vertical-align: middle !important;
        height: 9px;
        margin-top: 2px;
        margin-left: 6px;
        margin-right: 6px;
        display: inline-block;
    }

.FilArianne3 {
    height: 20px !important;
    display: block !important;
    vertical-align: middle;
}

    .FilArianne3 img {
        vertical-align: middle !important;
        height: 9px;
        margin-top: 2px;
        margin-left: 6px;
        margin-right: 6px;
        display: inline-block;
    }


.ArianneActive {
    color: Black !important;
}

header #top-bar .main-nav li a:hover, header #top-bar .main-nav li a.active {
    color: #c5a26e;
}

header #navigation nav .main-nav li a:hover, header #navigation nav .main-nav li a.active {
    color: #c5a26e;
    -webkit-transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    cursor: pointer;
}

    /*    header.sticky #logo-wrapper2 {
        height: 50px !important;
        margin-top: 10px;
        -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
        transition: all .5s cubic-bezier(.15, .9, .34, .95)
    }

    header.sticky #TitreFestival {
        width: 100px !important;
    }*/

header.sticky #TopBar {
    display: none !important;
}

header #top-bar .main-nav li a:hover, header #top-bar .main-nav li a.active {
    color: #c5a26e;
}

header #navigation nav .main-nav li a:hover, header #navigation nav .main-nav li a.active {
    color: #c5a26e;
    -webkit-transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    cursor: pointer;
}

.wrap {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1040px;
}


footer .footer-menu ul {
    text-align: center;
}

    footer .footer-menu ul li {
        color: #fff;
        display: inline-block;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding-right: 22px;
        position: relative;
    }

        footer .footer-menu ul li.copyright {
            opacity: 0.5;
        }

            footer .footer-menu ul li.copyright:after {
                opacity: 1;
                display: none;
            }

        footer .footer-menu ul li:last-child {
            padding-right: 0;
        }

            footer .footer-menu ul li:last-child:after {
                display: none;
            }

        footer .footer-menu ul li:after {
            background-color: #fff;
            content: '';
            display: block;
            margin: -1px 0 0 0;
            opacity: 0.5;
            position: absolute;
            right: 8px;
            top: 50%;
            height: 3px;
            width: 3px;
        }

            footer .footer-menu ul li a {
                color: #9c9c9c;
                opacity: 1;
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -moz-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                -o-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                -webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
            }

                footer .footer-menu ul li a:hover {
                    opacity: 1;
                    color: white
                }

input #id-burger:checked ~ #navigation {
    top: -50px !important;
    padding-top: 40px !important;
}

.imagebhover :hover {
    color: #55bcb2;
}

.imagebhover:active {
    color: #55bcb2;
}

.imagebhover::selection {
    color: #55bcb2 !important
}

.menumonsuivi {
    background-color: #282C71;
    border: 1px solid white;
}

    .menumonsuivi:hover {
        background-color: #54B7B0;
    }

.menumoncannes {
    background-color: #282C71;
    border: 1px solid white;
}

    .menumoncannes:hover {
        background-color: #8F3A6C;
    }

    #divMenuSticky {
        display: none;
    }

    header.sticky #divMenuSticky {
        display: flex;
        padding: 20px 0 20px 40px;
        cursor: pointer;
        display:block;
        visibility:visible
    }
