#dialogue {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 120px;
    height: auto;
    width: 350px;
    border-radius: var(--primary-border-radius);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}
#dialogue .head {
    position: relative;
    height: 80px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    background:  url("../img/assets/dialogue/purple.jpg");
}
#dialogue .head img {
    position: relative;
    bottom: 0px;
    padding-left: 40px;
    max-width: 180px;
    top: -40px;
}
#dialogue .head .croix {
    position: absolute;
    bottom: 0px;
    padding-left: 10px;
    max-width: 100px;
    position: absolute;
    right: 30px;
    top: 33px;
    cursor: pointer;
    max-width: 30px;
}
#dialogue .head h3 {
    padding-top: 35px;
    color: var(--white);
    padding-left: 120px;
    letter-spacing: 2.5px;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
}
#dialogue .body {
    position: relative;
    height: auto;
    padding: 40px;
    border-radius: 0px 0px 15px 15px;
    background-color: var(--white);
    width: 100%;
}
#dialogue .body p {
    font-size: 0.875em;
    font-weight: 300;
}
#dialogue .body p.italic {
    font-size: 0.75em;
}
#dialogue .body p:first-child {
    font-weight: 600;
}
/** Dialogue button **/
.open-dialogue {
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 190px;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-image: url("../img/assets/dialogue/purple.jpg");
    justify-content: center;
    align-items: center;
}
.open-dialogue img {
    width: 30px;
    height: auto;
}
.open-dialogue#close img {
    width: 24px;
}
.open-dialogue#open {
    display: none;
}
/** Dialogue bts **/
#dialogue.dialogue_bts .head,
.open-dialogue.open-dialogue-bts {
    background: url("../img/operation/bts/fond_grandient.png");
    background-size: cover;
}
#dialogue.dialogue_bts .head img:first-child {
    max-width: 280px;
    top: -30px;
    left: -30px;
}
/** Dialogue CheckUp **/
.open-dialogue-checkup {
    position: fixed;
    z-index: 2000;
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 190px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: var(--secondary-normal);
    transition: width .4s ease;
}
.close-dialogue-checkup {
    position: fixed;
    z-index: 2000;
    right: 25px;
    bottom: 77px;
    height: 35px;
    padding: 7px;
    width: 35px;
    min-width: 35px;
    border-radius: 190px;
    cursor: pointer;
    border: 3px solid var(--first-light);
    outline: none;
    background-color: var(--black);
    display: none;
}
.close-dialogue-checkup.active {
    display: block;
}
.close-dialogue-checkup img {
    width: 15px;
}
.open-dialogue-checkup p {
    display: none;
    transition: display .4s ease;
    font-family: var(--primary-font);
}
.open-dialogue-checkup.active {
    width: 260px;
    transition: width .4s ease;
}
.open-dialogue-checkup.active p {
    display: block;
    padding-left: 10px;
    transition: display .1s ease;
    max-width: none;
    text-align: left;
    color: var(--white);
}
.open-dialogue-checkup img {
    width: 30px;
    height: auto;
    max-width: none;
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--white);
}
button.open-dialogue-checkup:focus {
    background-color: var(--secondary-normal);
}
.open-dialogue-checkup:hover {
    box-shadow: var(--box-shadow);
}
/** DIALOGUE PAQUE **/
#dialogue.dialogue_paque {
    z-index: 3000;
}
#dialogue.dialogue_paque .head {
    background: none;
    background-color: #F0A58E;
}
#dialogue.dialogue_paque .head img {
    top: -30px;
}
#dialogue.dialogue_paque .head img.croix {
    top: 33px;
}
.open-dialogue-paque {
    z-index: 3000;
    background: none;
    background-color: #F0A58E;
}
.open-dialogue-paque img {
    width: auto;
}
.open-dialogue-paque#close img {
    width: 24px;
    height: auto;
}
.open-dialogue-paque#open {
    display: none;
}
/** DIALOGUE NOEL **/
#dialogue.dialogue_noel {
    position: fixed;
    z-index: 3000;
    right: 30px;
    bottom: 120px;
    height: auto;
    height: 550px;
    width: 380px;
    border-radius: var(--primary-border-radius);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}
#dialogue.dialogue_noel .body {
    padding: 0px;
    border-radius: var(--secondary-border-radius);
    height: 100%;
}
#dialogue.dialogue_noel iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--secondary-border-radius);
}
.open-dialogue.open-dialogue-noel {
    z-index: 3000;
    background: none;
    background-color: var(--noel-rouge);
}
.open-dialogue.open-dialogue-noel#close {
    background: none;
    background-color: var(--noel-rouge);
}
.open-dialogue.open-dialogue-noel img {
    height: 45px;
    width: auto;
}
.open-dialogue.open-dialogue-noel#close img {
    width: 24px;
    height: auto;
}
/** Dialogue halloween **/
#dialogue.dialogue-halloween {
    width: 380px;
}
#dialogue.dialogue-halloween .body {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    padding: 0px;
}
#dialogue.dialogue-halloween .body .content {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    padding: 0px;
    overflow: hidden;
    width: 100%;
}
#dialogue.dialogue-halloween img {
    width: 100%;
}
#dialogue.dialogue-halloween .croix {
    display: none;
    background-color: var(--black);
    border-radius: var(--secondary-border-radius);
    color: var(--white);
    padding: 8px 13px;
    padding: 15px;
}
.open-dialogue.open-dialogue-halloween#open{
    padding: 0px;
    background: none;
    bottom: 50px;
}
.open-dialogue.open-dialogue-halloween#close {
    padding: 0px;
    background: var(--black);
}
.open-dialogue.open-dialogue-halloween#open img {
    width: 100%;
}
.open-dialogue.open-dialogue-halloween#close img {
    width: 24px;
    height: auto;
}
/** Dialogue Black Friday **/
#dialogue.dialogue-blackfriday {
    bottom: 30px;
}
.dialogue_blackfriday {
    position: relative;
    width: 100%;
    background-color: var(--black-friday-dark);
    height: 180px;
    height: 210px;
    /* overflow: hidden; */
    border-radius: var(--primary-border-radius);
}
.dialogue_blackfriday .croix {
    z-index: 1;
    background-color: var(--black);
    border-radius: var(--secondary-border-radius);
    color: var(--white);
    padding: 15px;
    display: block;
    position: absolute;
    right: 0px;
    top: -35px;
    width: 50px;
    height: 50px;
}
.open-dialogue-blackfriday {
    background: var(--black);
    width: 110px;
}
.open-dialogue-blackfriday img {
    width: 60px;
}
.dialogue_bf_titre {
    position: relative;
    height: 100%;
}
.dialogue_bf_titre div {
    background-image: url('/assets/img/operation/blackfriday/bforblack.svg');
    background-size: auto 230%;
    background-position: center center;
    height: 100%;
    border-radius: var(--primary-border-radius);
}
.dialogue_bf_titre h1 {
    display: none;
    font-family: var(--font-two);
    font-weight: 600;
    color: #292929;
    top: -40px;
    font-size: 5em;
    line-height: 0.75;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #C0FCEC;
    transform: rotate(-3deg);
    white-space: nowrap;
}
.dialogue_bf_titre h1 span {
    color: #C0FCEC;
}
.dialogue_bf_limit {
    position: absolute;
    width: calc(100% - 50px);
    height: 170px;
    top: 20px;
    left: 25px;
    background-color: var(--black);
    padding: 30px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--secondary-border-radius);
}
.dialogue_bf_limit p:first-child {
    font-weight: 900;
    margin-right: 20px;
    margin-bottom: 10px;
}
.dialogue_bf_limit p:last-child {
    font-size: 0.875em;
    font-weight: 500;
}
/** Dialogue Christmas **/
#dialogue.dialogue-christmas {
    width: 380px;
}
#dialogue.dialogue-christmas .body {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    padding: 0px;
}
#dialogue.dialogue-christmas .body .content {
    border-radius: var(--primary-border-radius);
    background-color: var(--white);
    padding: 0px;

    overflow: hidden;
    width: 100%;
    border: 3px solid var(--white);
}
#dialogue.dialogue-christmas .christmas-image {
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: var(--secondary-border-radius);
    overflow: hidden;
    max-height: 270px;
    background: linear-gradient(#7492C1, #FFFFFF);
}
#dialogue.dialogue-christmas img {
    width: 60%;
    padding-top: 20px;
    border-radius: var(--secondary-border-radius);
    padding: 0;
    width: 100%;
}
#dialogue.dialogue-christmas p {
    padding: 0 30px 30px 30px;
    text-align: center;
    line-height: normal;
}
#dialogue.dialogue-christmas .christmas-image p {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}
#dialogue.dialogue-christmas .croix {
    display: none;
    background-color: var(--black);
    border-radius: var(--secondary-border-radius);
    color: var(--white);
    padding: 8px 13px;
    
    padding: 15px;
}
.open-dialogue.open-dialogue-christmas#open {
    background: none;
    right: 30px;
    bottom: 35px;
}
.open-dialogue.open-dialogue-christmas#close {
    padding: 0px;
    background: var(--black);
    display: flex;
}
.open-dialogue.open-dialogue-christmas#open img {
    width: 100%;
}
.open-dialogue.open-dialogue-christmas#close img {
    width: 24px;
    height: auto;
}
/** Dialogue Gift-Card **/
.open-dialogue.open-dialogue-gift-card {
    border: 2px solid #48b8b1;
    border-radius: var(--primary-border-radius);
    background: var(--white);
    width: auto;
    padding: 0px 10px 0px 15px;
}
.open-dialogue.open-dialogue-gift-card#close img {
    width: 40px;
}
.open-dialogue.open-dialogue-gift-card p {
    font-family: var(--primary-font);
    font-size: 1em;
}
.open-dialogue.open-dialogue-gift-card .open-dialogue-title {
    color: #48b8b1;
}
/** Progress bar **/
#progressbar {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0px;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    background-color: #f8f8fa;
    box-shadow: 0 1px 28px 0 rgb(11 43 98 / 22%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* max-width: 560px; */
    height: 90px;
}
#progressbar h1, 
#progressbar h2, 
#progressbar h3, 
#progressbar p {
    font-family: var(--secondary-font);
    margin: 0;
    padding: 0;
}
#progressbar h1 {
    font-size: 1.000em;
    color: var(--black-friday-light);
    font-weight: 700;
    padding-bottom: 3px;

    font-style: initial;
    line-height: 1;
    -webkit-text-stroke: 0px;
}
#progressbar h2 {
    font-size: 0.750em;
    color: #8696a0;
    line-height: 1;
    font-weight: 400;
}
#progressbar #profil {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#progressbar #profil div:first-child {
    display: flex;
}
#progressbar img {
    width: 40px;
    border-radius: 190px;
    margin-right: 10px;
    padding: 2px;
}
#progressbar .profil {
    padding-top: 1px;
}
#progressbar .officiel {
    display: flex;
    align-items: center;
}
#progressbar #profil .profil .officiel img {
    height: 24px;
    width: auto;
    margin-left: 8px;
    padding-bottom: 6px;
}
#progressbar #visio a {
    margin-left: auto;
    display: flex;
    align-items: center;
}
#progressbar #visio img {
    border-radius: 0px;
}
#progressbar #inline {
    height: 10px;
    width: 10px;
    border-radius: 190px;
    background-color: var(--primary-pressed);
}
#progressbar .santa_notif {
    background-color: var(--third-normal);
    color: var(--white);
    border-radius: 190px;
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 0.75em;
    font-weight: bold;
}

/** Formation / Education / Professionnel **/
#dialogue.dialogue-professionnel .body,
#dialogue.dialogue-formation .body,
#dialogue.dialogue-education .body {
    padding: 30px 30px 30px 35px;
    border-radius: var(--primary-border-radius);
}
#dialogue.dialogue-professionnel .body p,
#dialogue.dialogue-education .body p,
#dialogue.dialogue-formation .body p {
    font-size: 0.875em;
    font-weight: 400;
}
#dialogue.dialogue-professionnel .body p:first-child,
#dialogue.dialogue-formation .body p:first-child,
#dialogue.dialogue-education .body p:first-child {
    font-weight: 600;
    font-size: 0.875em;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}
#dialogue.dialogue-professionnel img,
#dialogue.dialogue-education img,
#dialogue.dialogue-formation img {
    width: 110px;
}
#dialogue.dialogue-professionnel .croix,
#dialogue.dialogue-education .croix,
#dialogue.dialogue-formation .croix {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    max-width: 17px;
}
#dialogue.dialogue-professionnel .body button,
#dialogue.dialogue-education .body button,
#dialogue.dialogue-formation .body button {
    background: url(../img/assets/dialogue/mac.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
    border: 3px solid var(--grey-apple);
    text-align: left;
    font-family: var(--primary-font);
    color: var(--white);
    font-weight: 600;
    font-size: 1.000em;
    padding: 100px 20px 30px 15px;
    margin-top: 20px;
}
#dialogue.dialogue-professionnel .body button:hover,
#dialogue.dialogue-education .body button:hover,
#dialogue.dialogue-formation .body button:hover {
    outline: none;
    border: none;
    border: 3px var(--third-dark);
    color: var(--third-dark);
}
.open-dialogue.open-dialogue-professionnel,
.open-dialogue.open-dialogue-formation,
.open-dialogue.open-dialogue-education {
    max-width: 60px;
}
.open-dialogue.open-dialogue-professionnel#close img,
.open-dialogue.open-dialogue-education#close img,
.open-dialogue.open-dialogue-formation#close img {
    width: 24px;
    height: auto;
}
/** Dialogue education **/
#dialogue.dialogue-education .body {
    background-color: var(--third-dark);
}
#dialogue.dialogue-education .body p {
    color: var(--white);
}
#dialogue.dialogue-education .body p:first-child {
    color: var(--white);
}
#dialogue.dialogue-education .body p:last-child {
    margin-top: 20px;
}
#dialogue.dialogue-education .body p:last-child a {
    color: var(--white);
}
.open-dialogue.open-dialogue-education {
    background: var(--third-dark);
}
/** Dialogue formation **/
#dialogue.dialogue-formation .body {
    padding: 30px 30px 30px 35px;
    border-radius: var(--primary-border-radius);
    background-image: url(../img/operation/pausecafe/bg_pausecafe.avif);
    background-size: cover;
    border: 2px solid var(--blue-pausecafe);
}
#dialogue.dialogue-formation .body.png {
    background-image: url(../img/operation/pausecafe/bg_pausecafe.png);
    background-size: cover;
}
#dialogue.dialogue-formation .body p:last-child {
    margin-top: 20px;
}
#dialogue.dialogue-formation .body p:last-child a {
    color: var(--blue-pausecafe);
}
.open-dialogue.open-dialogue-formation {
    background: var(--blue-pausecafe);
}
.open-dialogue.open-dialogue-formation#open{
    padding: 0px;
}
.open-dialogue.open-dialogue-formation#open img {
    width: 100%;
    max-width: 35px;
}
/** Dialogue Professionnel **/
#dialogue.dialogue-professionnel .body {
    border: 2px solid var(--third-dark);
}
#dialogue.dialogue-professionnel .dialogue-professionnel-content {
    max-width: 70%;
}
#dialogue.dialogue-professionnel .body p:nth-child(3) {
    margin-top: 20px;
}
.open-dialogue.open-dialogue-professionnel {
    background: var(--third-dark);
}
.open-dialogue.open-dialogue-professionnel#open{
    padding: 0px;
    background: none;
}
.open-dialogue.open-dialogue-professionnel#open img {
    width: 100%;
}

/** DIALOGUE OUVERTURE Exceptionnel **/
#dialogue.dialogue_ouverture {
    z-index: 3000;
}
#dialogue.dialogue_ouverture .head {
    background-image: url('../img/assets/dialogue/ouverture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#dialogue.dialogue_ouverture .head img {
    top: -30px;
}
#dialogue.dialogue_ouverture .head img.croix {
    top: 33px;
}
#dialogue.dialogue_ouverture a {
    font-size: 0.875em;
}
.open-dialogue-ouverture {
    z-index: 3000;
    background: none;
    background-color: var(--black);
}
.open-dialogue-ouverture img {
    width: 40px;
}
.open-dialogue-ouverture#close img {
    width: 24px;
    height: auto;
}
.open-dialogue-ouverture#open {
    display: none;
}
/** Responsive **/
@media screen and (max-height: 700px) {
    #dialogue.dialogue_noel,
    .open-dialogue.open-dialogue-noel {
        display: none !important;
    }
    #progressbar {
        display: block;
    }
}
@media screen and (max-width: 530px) {
    .open-dialogue#close {
        visibility: hidden;
    }
    #dialogue {
        bottom: 30px;
        width: 320px;
    }
    #dialogue.dialogue-education,
    #dialogue.dialogue-formation,
    #dialogue.dialogue-professionnel {
        width: 350px;
    }
    .open-dialogue-checkup {
        bottom: 100px;
    }
    .close-dialogue-checkup {
        bottom: 147px;
    }
    .open-dialogue-checkup#close {
        visibility: hidden !important;
    }
    #dialogue.dialogue_noel,
    .open-dialogue.open-dialogue-noel {
        display: none !important;
    }
    #progressbar {
        display: block;
    }
    .open-dialogue-gift-card#close {
        visibility: visible;
    }
    #dialogue.dialogue-halloween .croix,
    #dialogue.dialogue-christmas .croix {
        display: block;
        position: absolute;
        top: -30px;
        right: 0px;
        top: -35px;
        width: 50px;
        height: 50px;
    }
    .dialogue_bf_limit {
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@media screen and (max-width: 440px) {
    #dialogue.dialogue-christmas,
    #dialogue.dialogue-halloween {
        width: 100%;
        right: 0;
        bottom: 0;
    }    
    #dialogue.dialogue-christmas .christmas-image, 
    #dialogue.dialogue-christmas img,
    #dialogue.dialogue-christmas .body,
    #dialogue.dialogue-halloween .body {
        border-radius: 0px;
    }    
    #dialogue.dialogue-halloween .croix,
    #dialogue.dialogue-christmas .croix {
        border-radius: 8px 0px 0px 8px;
    }
    #dialogue.dialogue-christmas .body .content {
        border-radius: 0px;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 0px;
    }
}
@media screen and (max-width: 410px) {
    #dialogue.dialogue-education,
    #dialogue.dialogue-formation,
    #dialogue.dialogue-professionnel {
        width: 100%;
        border-radius: 0px;
        bottom: 0px;
        right: 0px;
        box-shadow: 0px -200px 80px rgb(255 255 255 / 90%);
    }
    #dialogue.dialogue-education .body,
    #dialogue.dialogue-formation .body,
    #dialogue.dialogue-professionnel .body {
        border-radius: 0px;
    }
}
@media screen and (max-width: 380px) {
    #dialogue {
        width: 100%;
        border-radius: 0px;
        bottom: 0px;
        right: 0px;
        box-shadow: 0px -200px 80px rgb(255 255 255 / 90%);
    }
    #dialogue .head,
    #dialogue .body {
        border-radius: 0px;
    }
    #dialogue.dialogue_ouverture .body,
    #dialogue.dialogue-education .body,
    #dialogue.dialogue-formation .body,
    #dialogue.dialogue-professionnel .body {
        padding: 30px 25px;
    }
    #dialogue.dialogue-blackfriday {
        bottom: 0px;
        box-shadow: none;
    }
    .dialogue_blackfriday {
        height: 200px;
        border-radius: 0px;
    }
    .dialogue_bf_limit {
        top: 15px;
    }
    #dialogue.dialogue-blackfriday .croix {
        border-radius: 8px 0px 0px 8px;
        top: -40px;
    }
    .dialogue_bf_titre div {
        border-radius: 0px;
    }
}