:root{
    --bg-color-body: #F8F8F8;
    --bg-color-li: #F8F8F8;
    --color-link: rgba(29, 29, 29, 1);
    --color-link-hover: #EC144C;
    --color-main: #EC144C;
    --bg-color-input: white;
    --color-input-submit-and-button: white;
    --bg-color-input-submit-and-button: #EC144C;
    --bg-color-input-submit-and-button-disabled: #D9D9D9;
    --bg-color-input-radio-checked-after: #EC144C;
    --bg-color-input-range: #EC144C;
    --bg-color-footer: #1D1D1D;
    --bg-menu: white;
    --color-menu-logo-span-box: #EC144C;
    --color-menu-li-hover: #f3f3f3;
    --color-menu-li-access: #5E5873;
    --color-menu-li-not-access: #CCCCCC;
    --color-menu-li-title: #82868B;
    --bg-color-header: white;
    --bg-color-our-solution: #FCFCFC;
    --color-header: #5E5873;
    --color-footer: white;
    --color-dash: #5E5873;
    --color-label: #6E6B7B;
    --border-radius: 10px;
    --border-radius-button-body: 30px;
    --border-radius-formats: 40px;
    --border-color-input: #212529;
    --border-color-our-solution: #CBCBCB;
    --color-our-solution: rgba(29, 29, 29, 0.75);
    --border-color-link-button-white: rgba(29, 29, 29, 0.5);
    --color-quote-trust-us: rgba(29, 29, 29, 0.25);
    --border-color-block: rgba(203, 203, 203, 1);
    --color-menu-burger: #F8F8F8;
    --color-button-show-less-partner: rgba(151, 71, 255, 1);
    --color-main-light: rgba(236, 20, 76, 0.3);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
@media only screen and (max-device-width:980px) {
    body {
        font-size:120%;
    }
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**************Body**********/
body{
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 100%;
}

/********Liens, h1, h2, p*******/
a{
    text-decoration: none;
    color: var(--color-link);
}

a:not(.button):hover,
.hover{
    color: var(--color-link);
    font-weight: bold;
}

input[type="submit"], button, a.button{
    font-family: 'Livvic', sans-serif;
    background-color: var(--bg-color-input-submit-and-button);
    padding: 10px;
    border-radius: var(--border-radius);
    color: var(--color-input-submit-and-button);
    border: none;
    font-size: 22px;
    text-decoration: none;
}

input[type="submit"]:hover, button:hover, a.button:hover{
    font-size: 23px;
}

button.white, a.white {
    background-color: white;
    color: var(--color-link);
    border: 1px solid var(--border-color-link-button-white);
}

a.button_body,
button.button_body{
    border-radius: var(--border-radius-button-body);
}

a.other_button_body,
button.other_button_body{
    color: var(--color-our-solution);
    border: 1px solid var(--color-our-solution);
    background-color: transparent;
}

h1, h2, h3, h4{
    font-family: 'Poppins', sans-serif;
}

p, #response_newsletter{
    font-family: 'Livvic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.menu-center{
    font-family: 'Livvic', sans-serif;
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: white;
    z-index: 9;
    border-bottom: 1px solid rgb(223, 223, 223);
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.25));
}

.menu-center header{
    z-index:10;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}

.menu-center header .logo img{
    width: 200px;
}

.menu-center header ul#menu li {
    display: inline-block;
}

.menu-center header ul#menu li a {
    padding: 0 15px;
    text-transform: lowercase;
    font-size: 16px;
}

.menu-center header ul#menu li a.uppercase{
    text-transform: uppercase;
}

.menu-center header ul#menu li.hover > div{
    margin: 5px auto 0 auto;
    width: 5px;
    background: #FF0000;
    height: 5px;
    border-radius: 100px;
}

.menu-center header #listDropdownMenuRessources{
    margin-top: 15px !important;
}

.menu-center header #dropdownMenuRessources:first-letter{
    text-transform: uppercase !important;
}

.menu-center header ul#menu li:first-letter {
    text-transform: uppercase;
}

.menu-center header .button_registration,
.menu-center header .button_connection{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.menu-center header .button_registration:hover,
.menu-center header .button_connection:hover{
    font-size: 13px;
}

.menu-center header ul#menu_mobile {
    display:none;
    position:absolute;
    right: 0;
    top: 100px;
    background-color: white;
    width: 55%;
}

.menu-center header ul#menu_mobile li{
    font-size: 18px;
    margin: 25px;
}

.menu-center #menu_burger{
    border: 1px solid var(--color-menu-burger);
    background-color: var(--color-menu-burger);
    border-radius: 10px;
    cursor:pointer;
    position: absolute;
    right: 0;
    padding: 15px;
}

.menu-center #menu_burger > div{
    height: 23px;
}

.menu-center #menu_burger .icon-bar{
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #db0436;
}

.menu-center #menu_burger .icon-bar+.icon-bar{
    margin-top: 6px;
}

#homepage, #format, #testimonial, #about_us, #contact, #glossary, #network, #simulation, #process_payment{
    background: url('../../modules/mod_new_home/img/ellipse_top_left.webp');
    background-repeat: no-repeat;
    background-position-y: 50px;
}

h1{
    font-size: 3.5vw;
}

h2, h3, h4{
    font-size: 25pt;
}

h2 > span, h3 > span{
    color: var(--color-main);
}

.description{
    font-size: 22px;
    color: var(--border-color-link-button-white);
    line-height: 28px;
}

#registration label, #registration p, #registration button,
#connection label, #connection p, #connection button,
#page_connexion label, #page_connexion p, #page_connexion button,
#forgot_password label, #forgot_password p, #forgot_password button{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

#registration button,
#connection button,
#page_connexion button,
#forgot_password button{
    font-size: 18px;
    border-radius: 5px;
    padding: 15px 22px;
}

#choose_lang{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    border: none;
    border-radius: var(--border-radius);
    background-color: var(--color-menu-burger);
    padding: 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.breadcrumb{
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb>.active{
    color: #777;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

ul.breadcrumb li a:hover{
    color: #EE164F;
}

@media all and (max-device-width: 480px){
    .breadcrumb>li+li:before {
        padding: 0 2px;
    }
}

footer, footer ul li a {
    background-color: var(--bg-color-footer);
    color: var(--color-footer);
}

footer{
    background-image: url('../../modules/mod_new_home/img/background_home.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer ul li a{
    font-size: 16px;
}

footer ul li:not(:first-child) a:hover{
    color: var(--color-footer);
}

footer ul li:not(:first-child) a{
    font-family: 'Livvic', sans-serif;
    color: rgba(248, 248, 248, 0.75);
    line-height: 22px;
    background: none;
}

footer #inscription_newsletter > div {
    background-color: white;
    border-radius: var(--border-radius);
}

footer #inscription_newsletter > div > i{
    font-size: 30px;
    color: black;
}

footer #inscription_newsletter > div > input{
    border: 0;
    height: 40px;
}

footer #inscription_newsletter > div > input{
    border: 0;
}

.invalid-feedback,
.valid-feedback{
    font-size: 14px;
}



@media screen and (max-width: 992px) {
    #homepage, #format, #testimonial, #about_us, #contact, #glossary, #network, #simulation, #process_payment{
        background: none;
    }

    #homepage > div.container-fluid:first-of-type > div:first-of-type,
    #format > div.container-fluid:first-of-type > div:first-of-type,
    #testimonial > div.container-fluid:first-of-type > div:first-of-type{
        background: none !important;
        padding-bottom: 150px !important;
    }

    #testimonial > div.container-fluid:first-of-type > div:first-of-type{
        padding-bottom: 200px !important;
    }

    footer{
        background-image: none;
    }

    h1{
        font-size: 35px;
    }

    #choose_lang{
        position: absolute;
        right: 100px;
        padding: 22px !important;
    }
}

/* Azerion Button Styles */
.button_azerion.button.azerion {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%) !important;
    color: white !important;
    border: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.button_azerion.button.azerion:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3) !important;
    background: linear-gradient(135deg, #357ABD 0%, #2E5A87 100%) !important;
}

.button_azerion.button.azerion:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.button_azerion.button.azerion:hover:before {
    left: 100%;
}

/* Azerion Modal Styles */
.azerion-modal {
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.azerion-modal .modal-body {
    background: linear-gradient(180deg, rgba(190, 183, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 34.13%);
    border-radius: 15px;
}

.azerion-modal .btn-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    opacity: 0.7;
    z-index: 1000;
}

.azerion-modal .btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.azerion-modal .form-control,
.azerion-modal .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    /*padding: 12px 15px;*/
    font-size: 14px;
    transition: all 0.3s ease;
}

.azerion-modal .form-control:focus,
.azerion-modal .form-select:focus {
    border-color: #4A90E2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
    outline: none;
}

.azerion-modal .form-check-input:checked {
    background-color: #4A90E2;
    border-color: #4A90E2;
}

.azerion-modal .form-check-input:focus {
    border-color: #4A90E2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.azerion-modal .form-label {
    font-weight: 600;
    color: rgba(94, 88, 115, 1);
    margin-bottom: 5px;
}

.azerion-modal .invalid-feedback {
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
}

.azerion-modal #google-ads-field-no > div {
    border: 1px solid rgba(141, 130, 253, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(141, 130, 253, 0.08);
}

/* Azerion Logo Animation */
.azerion-logo svg {
    animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.azerion-logo svg circle {
    animation: colorPulse 2s ease-in-out infinite;
}

@keyframes colorPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Responsive styles for Azerion modal */
@media (max-width: 768px) {
    .azerion-modal .modal-dialog {
        margin: 10px;
    }
    
    .azerion-modal .modal-body {
        padding: 30px 20px !important;
    }
    
    .azerion-logo svg {
        width: 100px;
        height: 33px;
    }
    
    .button_azerion {
        font-size: 13px !important;
        padding: 12px 20px !important;
    }
}