﻿#Global2 {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    background: #c5a26e;
    height: 145px;
    top: 230px;
    z-index: 2;
    position: absolute;
    text-align: center;
}


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;
}


.footer {
    background: #181717;
    font-size: 16px;
    line-height: 24px;
    font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
    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;
    }

.Button {
    border-style: solid;
    border-color: #c8a461;
    border-width: 1px;
    color: #c8a461;
    font-family: 'Camphor W01 Bold';
    font-size: 13px;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px 0px 20px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 1px;
}

    .Button:hover {
        border-color: #a68445 !important;
        color: #a68445;
        cursor: pointer;
    }

.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
    }

@media only screen and (min-width:1024px) {
    .social-icons__item:not(:last-child) {
        padding-right: 20px
    }
}

@media (max-width:1000px) {
    .divWelcome {
        width: 100%;
        min-height: 320px !important;
        color: white;
        text-align: center;
        padding: 80px 0px 0px 0px;
        vertical-align: middle;
        margin-top: 0px !important;
        margin-bottom: 0px !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;
    }
}

.divWelcome {
    width: 100%;
    min-height: 200px;
    color: white;
    text-align: center;
    padding: 60px 20px 60px 20px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

    .divWelcome h1 span {
        line-height: 60px;
        font-family: Camphor W01 Heavy;
        Color: #FFFFFF !important;
        background-color: transparent;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 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;
    }




.divWelcomeAccred {
    display: flex;
}

    .divWelcomeAccred h1 span {
        line-height: 60px;
        font-family: Camphor W01 Heavy;
        Color: #FFFFFF !important;
        background-color: transparent;
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 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 {
        letter-spacing: 4.8px;
    }

    .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;
}
/*.MonCompteDsk {
    visibility: visible;
    background-color: #B5CFBF;
    width: 960px;
    MARGIN: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
   vertical-align:middle;
}

    .MonCompteDsk div a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: 0.4px;

    }

        .MonCompteDsk div a:hover {
            color: #c5a26e;
        }
*/
.moncomptefocus:hover {
    color: #c5a26e !important;
}

.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: #c5a26e;
        }

.MonCompteDsk {
    height: 178px;
    background-color: #B5CFBF;
    display: flex;
    width: 100%
}

@media screen and (max-width: 639px) {
    .MonCompteDsk {
        display: none;
    }

    .MonCompteMobile {
        visibility: visible;
        display: inherit;
    }
}

@media screen and (max-width: 1000px) {
    .divwel {
        width: 1000px;
        display: block;
        max-width: 100%;
        border: none !important;
        top: 0;
        height: 500px;
    }

    .divAccredOff {
        background-color: transparent !important;
        width: 100% !important;
        border: none !important;
    }

    .divAccred {
        height: 500px !important;
        text-align: center !important;
    }

    .divWelcomeAccred {
        border-top: 50px #181717 solid
    }
}

#progressFilm li, .progressFilm li {
    float: left;
    padding: 10px;
    background: white;
    color: #999999;
    min-width: 100px;
    position: relative;
    /*    border-top: 1px solid #c9c9c9;*/
    border-bottom: 1px solid transparent;
    border-left: 1px dotted #c9c9c9;
    width: 120px;
    height: 54px;
    text-transform: uppercase;
    font-family: "Camphor W01 Bold";
    max-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #progressFilm li a, .progressFilm li a {
        /*        vertical-align: middle;
        display: table-cell;
        height: 54px;
         text-decoration: none;
        text-align: center;*/
    }

    #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:first-child:after, .progressFilm li:first-child:after {
        border-left: 8px solid white;
    }*/

    /*#progressFilm li.first:after, .progressFilm li.first:after {
        border-left: 8px solid white;
    }*/


    #progressFilm li.active, .progressFilm li.active {
        background: #c5a26e;
    }

    #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;
        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;
    }

        #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%;
        }

        #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;
}

.FilmTitreEncart32 {
    font-size: large;
    color: white !important;
    font-family: "Camphor W01 Bold";
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    top: -15px;
    left: 10px;
}

.FilmTitreEncart24 {
    font-size: large;
    color: white !important;
    font-family: "Camphor W01 Bold";
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    left: 10px;
}

.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-size: large;
        font-family: "Camphor W01 Bold";
        color: orange !important;
        text-transform: uppercase;
        font-style: normal;
        font-size: 14px;
        position: relative;
        top: -7px;
        left: 15px;
    }

fieldset.bordered {
    border: 1px solid #c5a26e;
    border-radius: 4px;
    /*padding: 12px;*/
}

    fieldset.bordered legend {
        font: 13px Camphor W01 Regular,Geneva,sans-serif;
        color: #666666;
    }

fieldset td {
    vertical-align: top !important;
}

header .user-nav li .sub-languages li a:hover {
    color: #c5a26e;
}

.TitrePage {
    clear: both;
    float: left;
    font-size: 36px;
    color: #c5a26e !important;
    font-family: "Camphor W01 Light";
    text-transform: uppercase;
}

.TitrePage2 {
    clear: both;
    float: left;
    font-size: 36px;
    color: #c5a26e !important;
    font-family: "Camphor W01 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;
}

.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;
}

.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: Camphor W01 Heavy;
    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; /* one half of ( (border * 2) + height + padding ) */
    -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; /* one half of ( (border * 2) + height + padding ) */
    -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');
    }

#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menu2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menu3 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menu4 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menu5 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}


.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s reverse;
    -webkit-animation: slide-out 0.5s reverse;
}


@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));
    }
}


.slide-in2 {
    animation: slide-in2 0.5s forwards;
    -webkit-animation: slide-in2 0.5s forwards;
}

@keyframes slide-in2 {
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-in2 {
    100% {
        -webkit-transform: translateY(0%);
    }
}

.slide-out2 {
    animation: slide-out2 0.5s reverse;
    -webkit-animation: slide-out2 0.5s reverse;
}


@keyframes slide-out2 {
    0% {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes slide-out2 {
    0% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slide-out2 {
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-out2 {
    100% {
        -webkit-transform: translateY(0%);
    }
}



.LienMenu {
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Camphor W01 Medium';
}

    .LienMenu a {
        line-height: 50px;
        color: #181717;
    }

        .LienMenu a:hover {
            color: #c5a26e;
        }

.LienMenuMobile {
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Camphor W01 Medium';
}

    .LienMenuMobile a {
        line-height: 50px;
        color: #181717;
    }

        .LienMenuMobile a:hover {
            color: #c5a26e;
        }

.arrowMenu {
    border: solid #181717;
    border-width: 0 3px 3px 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 {
    height: 50px !important;
    margin-top: 20px;
    width: unset !important;
    -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
    transition: all .5s cubic-bezier(.15, .9, .34, .95)
}

    header.sticky #logo-wrapper2 #logo {
        /*                width: 400px;
 padding-top: 5px;*/
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-left: 30px;
        float: none;
        margin-left: 20px !important;
    }

        header.sticky #logo-wrapper2 #logo .palm {
            float: left;
            width: 56px !important;
        }


    header.sticky #logo-wrapper2 #DateFestival {
        font-size: 8px !important;
    }

header.sticky #TitreFestival {
    display: none;
    /*    width: 100px !important;*/
}

header.sticky #TopBar {
    display: none !important;
}

.hoverDore {
    display: flex;
    align-items: center;
    color: white !important;
}


.EtapeFestival {
    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;
    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;
}

    .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;
        }



#menumobile {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: auto;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menumobile4 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: auto;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menumobilecannes {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: auto;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

#menumobile9 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: auto;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
}


#menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    overflow-y: auto;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}




#menu9 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    overflow-y: auto;
    z-index: 10000;
    padding: 20px 50px;
    top: 0;
    left: 0;
    box-sizing: border-box;
}



#menu2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    color: #181717;
    overflow-y: auto;
    z-index: 10000;
    padding: 20px;
    box-sizing: border-box;
    opacity: 1;
}

#menu3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    color: #181717;
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 1;
}

#menu13 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    color: #181717;
    overflow-y: auto;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

#menu5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    color: #181717;
    overflow: hidden;
    z-index: 10000;
    padding: 20px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

#menu4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    color: #181717;
    overflow: hidden;
    z-index: 10000;
    top: 0;
    left: 0;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.my-cookie-consent-banner {
    background-color: #7E7E7E;
    color: #fff;
    padding: 20px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    font-size: 13px;
    font-family: 'Camphor W01 Medium';
    letter-spacing: 0.6px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cookie-consent-button {
    background-color: white;
    border: none;
    color: #C5A26E;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 1.3px;
    width: 150px;
    height: 32px;
    border-radius: 36px;
}

    .cookie-consent-button:hover {
        background-color: #C5A26E;
        color: white;
    }
