/* Spin css */
.spin-header{
    width: 100%;
    max-width: auto;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 25px auto 0px auto;
}

.spin-title h1{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.spin-title p{
    text-align: center;
    font-size: 14px;
    color: #ff6600;
    font-weight: bold;
}

.spin-title span {
    font-size: 20px;
    color: #000000;
}

.spin-content{
    border: solid 2px #ff6600;
    border-radius: 5px;
    margin: 50px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spin-content-left{
    padding: 50px;
    background-color: #ff660021;
}

.spin-content-left h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.spin-content-left p {
    text-align: center;
}

.spin-content-text{
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.spin-footer{
    background-color: #ff6600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 190px;
    padding-right: 190px;
}

.footer-content{
    margin-top: -45px;
}

/* Modal css */
* {
    outline: 0 !important;
}

.custom-modal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(94 94 94 / 60%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible !important;
}

.custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 50px 50px 50px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.5s ease;
    background : #ffffffb5;
    text-align: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: normal;
}

body.modal-open .custom-modal-dialog {
    transform: scale(1);
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}


.title-header{
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
}

.custom-modal-inner h4 {
    color: #000000 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}

.custom-modal-inner h4 span {
    font-size: 2em !important;
    padding-right: 25px !important;
}

.custom-modal-inner p {
    color: #000000 !important;
    font-size: 28px !important;
    font-weight: 400 !important;
}

.custom-modal-codepromo {
    display: none; 
    align-items: center; 
    justify-content: space-between; 
    gap: 20px; 
    border: none; 
    padding: 10px; 
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 38%);
    background-color: #ff6600;
    color: #ffffff;
    font-family: arial;
}

.custom-modal-codepromo-right {
    font-size: 1.5em; 
    font-weight: bold; 
    text-align: center;
    line-height: 18px;
}

.custom-modal-codepromo-left { 
    text-align: center;
    background-color: #000000;
    border-radius: 10px;
    padding: 5px 0px 5px 0px;
    line-height: 2.5;
    width: 500px;
}

.cmc-tarif{
    font-size: 66px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
}

.cmc-rt-1{
    font-size: 14px; 
    font-weight: 600;
}

.cmc-rt-2{
    font-size: 22px  !important; 
    font-weight: bold  !important;
}

.cmc-lt-1{
    font-size: 16px  !important; 
    font-weight: bold  !important;
}

.cmc-lt-2{
    font-size: 26px  !important;
    font-weight: bold  !important;
    background-color: #ffffff  !important;
    color: #000000  !important;
    padding: 5px 5px 5px 25px  !important;
    border-radius: 6px  !important;
    display: inline-block  !important; 
    width: 275px  !important; 
    height: 40px  !important; 
    text-align: center  !important; 
    line-height: 30px  !important; 
    cursor: pointer  !important;
    word-spacing: 50px  !important;
}

.cmc-lt-2 svg{
    cursor: pointer  !important;
    width: 30px  !important;
    height: 30px  !important;
    vertical-align: middle  !important;
    float: right  !important;
    color: #ff6600  !important;
}

.cmc-lt-3{
    font-size: 15px  !important; 
    font-weight: bold  !important;
}

.custom-modal-btn{
    margin-top: 50px;
    text-transform: capitalize;
}

.custom-modal-btn a{
    background-color: #ff6600 !important;
    border: none  !important;
    padding: 10px 85px  !important;
    border-radius: 15px  !important;
    color: #ffffff  !important;
    font-size: 30px  !important;
    font-weight: bold  !important;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 38%)  !important;
    cursor: pointer  !important;
    text-decoration: none  !important;
}

.custom-modal-btn a:hover {
    color: #ff6600  !important;
    background: #ffffff  !important;
    border: solid 2px #ff6600  !important;
}

/* Animation congratulation */
@-webkit-keyframes confetti-slow {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
                transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-slow {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
                transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}
@-webkit-keyframes confetti-medium {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
                transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}
@keyframes confetti-medium {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
                transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}
@-webkit-keyframes confetti-fast {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
                transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}
@keyframes confetti-fast {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
                transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }
    100% {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
                transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.container {
    background: none;
    /* border: 1px solid white; */
    border: none !important;
    display: fixed;
    top: 0px;
}

.confetti-container {
    -webkit-perspective: 700px;
            perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}
.confetti--animation-slow {
    -webkit-animation: confetti-slow 2.25s linear 1 forwards;
        animation: confetti-slow 2.25s linear 1 forwards;
}
.confetti--animation-medium {
    -webkit-animation: confetti-medium 1.75s linear 1 forwards;
        animation: confetti-medium 1.75s linear 1 forwards;
}
.confetti--animation-fast {
    -webkit-animation: confetti-fast 1.25s linear 1 forwards;
        animation: confetti-fast 1.25s linear 1 forwards;
}
  

body {
    margin: 0;
    overflow: auto !important;
}

/* Confettis en arrière-plan */
.js-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1; /* Derrière tout */
    pointer-events: none; /* Évite les interactions */
}

canvas {
    width: 500px;
    height: 500px;
}

/* Bouton */
button.spin-load {
    position: absolute;
    top: 80%;
    left: 0%;
    transform: translateX(-50%);
    z-index: 3; 
    background-color: #3498db;
    color: white;
    border: none;
    padding: 0px 0px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Header css */
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff; /* Couleur d'arrière-plan */
    padding: 15px 50px 5px 50px;
    margin-top: 25px;
}

.site-header .logo {
    width: 100%;
    text-align: center;
}

.site-header .logo img {
    height: 40px; /* Ajustez la hauteur selon vos besoins */
}

.site-header .phone-number h2{
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.site-header .phone-number a {
    text-decoration: none;
    color: #339999
}

.site-header .contact-icons {
    display: flex;
    gap: 15px;
}

.site-header .contact-icons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
}

img.icon.whatsapp-icon {
    width: 40px;
    height: 40px;
}

img.icon.messenger-icon {
    width: 52px;
    height: 52px;
    margin-top: -5px;
}

.error-message{
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #339999;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    line-height: 38px;
    text-transform: initial;
}

.header-hr{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    width: 1910px !important;
    margin-left: -400px !important;
    border-color : #5ebabc91 !important;
    box-shadow: 0px 4px 5px 1px #5ebabc91;
}

.loader-message {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
}

.loader {
    margin: -8px auto;
    border: 4px solid #cdcdcd;
    border-top: 4px solid #ff6600;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

.txt-second-color-upp{
    font-size: 13px;
    font-weight: 600;
    color: #ff6600;
    text-transform: uppercase;
}

/* Redirection css */
.rdt-content {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #000;
}

.rdt-content h2 {
    font-size: 30px;
    font-weight: bold;
}

.rdt-content-left p{
    text-align: center;
    padding-left: 20px;
}

.rdt-content-left p img{
    width: 300px;
}

.link-zone > a {
    padding: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media only screen and (max-width: 480px) {
    /* Styles pour petits téléphones */
    .spin-title{
        line-height: 0px;
    }

    .spin-title h1{
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }
    
    .spin-title p{
        text-align: center;
        font-size: 12px;
        color: #ff6600;
        font-weight: bold;
    }
    
    .spin-title span {
        font-size: 12px;
        color: #000000;
        line-height: 15px;
    }

    .spin-content{
        border: none;
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .spin-content-left{
        display: none;
    }

    .spin-content-right{
        margin-top: -25px;
        width: 265px !important;
        max-width: 265px !important;
    }

    .spin-footer {
        background-color: #ff6600;
        font-size: 8px;
        text-align: center;
        color: #ffffff;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 8px;
    }

    .custom-modal {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgb(94 94 94 / 60%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }
    .custom-modal-dialog {
        max-width: 620px;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        padding: 25px 15px 40px 15px;
        position: relative;
        transform: scale(0.9);
        transition: transform 0.5s ease;
        background : #ffffffb5;
        text-align: center;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        line-height: normal;
        margin-top: -190px;
    }

    .custom-modal-inner h4 {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
    }
    
    .custom-modal-inner h4 span {
        font-size: 1.5em;
        padding-right: 5px;
    }
    
    .custom-modal-inner p {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
    }

    .custom-modal-btn{
        margin-top: 40px;
        text-transform: capitalize;
    }
    
    .custom-modal-btn a{
        background-color: #ff6600;
        border: none;
        padding: 10px 30px;
        border-radius: 15px;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        box-shadow: 0px 6px 12px rgb(0 0 0 / 38%);
        cursor: pointer;
        text-decoration: none;
    }
    
    .custom-modal-btn a:hover {
        color: #ff6600;
        background: #ffffff;
        border: solid 2px #ff6600;
    }

    .custom-modal-codepromo {
        display: none; 
        align-items: center; 
        justify-content: space-between; 
        gap: 10px; 
        border: none; 
        padding: 5px; 
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0px 6px 12px rgb(0 0 0 / 38%);
        background-color: #ff6600;
        color: #ffffff;
        font-family: arial;
    }
    
    .custom-modal-codepromo-right {
        font-size: 1.5em; 
        font-weight: bold; 
        text-align: center;
        line-height: 10px;
        width: 142px;
    }
    
    .custom-modal-codepromo-left { 
        text-align: center;
        background-color: #000000;
        border-radius: 10px;
        padding: 5px 0px 5px 0px;
        line-height: 1;
        width: 200px;
    }
    
    .cmc-tarif{
        font-size: 35px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
    }
    
    .cmc-rt-1 {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: -0.89px;
    }
    
    .cmc-rt-2{
        font-size: 14px; 
        font-weight: bold;
    }
    
    .cmc-lt-1{
        font-size: 12px; 
        font-weight: bold;
    }
    
    .cmc-lt-2{
        font-size: 18px;
        font-weight: bold;
        background-color: #ffffff;
        color: #000000;
        padding: 5px 5px 5px 0px;
        border-radius: 6px;
        display: inline-block; 
        width: 185px; 
        height: 40px; 
        text-align: center; 
        line-height: 30px; 
        cursor: pointer;
        word-spacing: 50px;
    }
    
    .cmc-lt-2 svg{
        cursor: pointer;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        float: right;
        color: #ff6600;
    }
    
    .cmc-lt-3{
        font-size: 12px; 
        font-weight: bold;
    }
}

@media (max-width: 667px) {
    .spin-content-right{
        margin-top: -25px;
        width: 265px !important;
        max-width: 265px !important;
    }
}

.container {
    height: auto !important;
}
/* 556 */
@media (max-width: 981px) {
    .loader-message{
        width: 525px;
        margin-top: 35px;
    }
}

@media (max-width: 722px) {
    .loader-message{
        width: 500px;
        margin-top: 35px;
    }
}

@media (max-width: 698px) {
    .loader-message{
        width: 470px;
        margin-top: 35px;
    }
}

@media (max-width: 675px) {
    .loader-message{
        width: 440px;
        margin-top: 35px;
    }
}

@media (max-width: 624px) {
    .loader-message{
        width: 400px;
    }
}


@media (max-width: 575.98px) {
    .spin-content{
        margin-top: 0px;
        border: none;
    }

    .spin-content-left{
        display: none;
    }

    .spin-content-right{
        margin-top: -110px;
    }

    .loader-message{
        margin-top: -90px;
        width: 500px;
    }

    .content-mobile{
        display: inline !important;
        text-align: center;
        margin-top: -80px;
        margin-bottom: 25px;
    }

    .content-mobile p{
        margin: 0%;
    }

    .content-mobile h3{
        font-size: 20px;
        font-weight: bold;
    }
}

@media (max-width: 624px){
    .loader-message{
        width: 400px;
    }
}


@media (max-width: 481px) {
    .spin-content{
        padding-top: 0px;
        margin-top: -75px;
    }
    
    .spin-content-right{
        margin-top: -20px;
    }

    .loader-message{
        margin-top: -85px;
        width: 435px;
    }
}

/* @media (max-width: 480px) {
    .spin-content-right{
        margin-top: 60px !important;
    }

    .wheel {
        margin-left: 175px;
    }
    
    .loader-message{
        margin-top: 25px;
        width: 420px;
    }
} */

@media (max-width: 375px) {
    .spin-content-right{
        margin-top: -15px !important;
        margin-left: -40px;
    }

    .wheel {
        margin-left: 175px;
    }
    
    .loader-message{
        margin-top: 25px;
        width: 200px;
    }
}

@media (max-width: 414px) {
    .wheel {
        margin-left: 130px !important;
        margin-top: 80px;
    }

    .loader-message{
        margin-top: 15px;
        width: 370px;
    }
}

@media (max-width: 430px) {
    .wheel {
        margin-left: 130px !important;
        margin-top: 80px;
    }

    .loader-message{
        margin-top: 15px;
        width: 370px;
    }
}

/* Redirection erreur css */
.rdt-text-1{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    text-transform: initial;
}

.rdt-text-2{
    font-size: 18px;
    color: #000000;
    text-transform: initial;
    font-weight: 100;
    font-family: sans-serif;
}

.rdt-text-title h2{
    font-size: 28px;
    color: #ff6600;
    text-transform: uppercase;
    font-weight: bold;
}

.mc-text-style-1{
    font-size: 20px;
    font-weight: 600;
    color: #000000 !important;
}

.mc-text-style-2{
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000000;
}

.link-share{
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 5px 5px 8px;
    margin-bottom: 25px;
    border-radius: 6px;
    display: inline-block; 
    width: auto; 
    height: auto; 
    text-align: center; 
    line-height: 30px; 
    cursor: pointer;
    word-spacing: 15px;
}

.link-share-full{
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 5px 5px 8px;
    margin-bottom: 25px;
    border-radius: 6px;
    display: inline-block; 
    width: auto; 
    height: auto; 
    text-align: center; 
    line-height: 30px; 
    cursor: pointer;
    word-spacing: 15px;
}

.link-icon-cp{
    width: 30px;
    color: #ff6600;
}









/* CSS 2 */
/* Spin css */
.spin-header2{
    width: 100%;
    max-width: auto;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 25px auto 0px auto;
}

.spin-title2{
    margin-bottom: 25px;
}

.spin-title2 h1{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.spin-title2 p{
    text-align: center;
    font-size: 14px;
    color: #ff6600;
    font-weight: bold;
}

.spin-title2 span {
    font-size: 20px;
    color: #000000;
}

.spin-content2{
    border: solid 2px #ff6600;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spin-content-left2{
    padding: 50px;
    background-color: #ff660021;
}

.spin-content-left2 h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.spin-content-left2 p {
    text-align: center;
}

.spin-content-text2{
    color: #000000;
    font-size: 15px;
    text-align: center;
}

.spin-footer2{
    background-color: #ff6600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 190px;
    padding-right: 190px;
}

.footer-content2{
    margin-top: -45px;
}

.loader-message2 {
    text-align: center;
    color: #000000;
    line-height: 22px;
}

.footer-content2{
    margin-top: 15px;
}

.spin-footer2{
    background-color: #ff6600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.link-zone a {
    text-decoration: none !important;
}

.footer-content3 a {
    color: #ffffff;
    text-decoration: underline;
}

.footer-content3 a:hover {
    color: #c5c5c5;
    text-decoration: underline;
}

p.footer-credit-photo {
    padding-bottom: 15px !important;
}

.footer-credit-photo a{
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    font-size: 11px !important;
}

.footer-credit-photo a:hover{
    color:#c5c5c5 !important;
}

@media (max-width: 767px) {
    .spin-title2{
        margin-bottom: 0px;
    }

    .spin-content-left2{
        display: none;
    }

    .content-mobile2{
        display: inline !important;
        text-align: center;
    }

    .spin-content2{
        border: none;
    }

    .cmc-tarif {
        font-size: 50px;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
    }

    .custom-modal-btn a{
        font-size: 24px !important;
    }

    .custom-modal-codepromo-right {
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        line-height: 10px;
        width: 155px;
    }

    .custom-modal-codepromo-left {
        text-align: center;
        background-color: #000000;
        border-radius: 10px;
        padding: 5px 0px 5px 0px;
        line-height: 1;
        width: auto;
    }

    .cmc-lt-1{
        font-size: 14px !important;
    }

    .cmc-lt-2{
        width: auto !important;
        padding: 5px 5px 5px 5px !important;
        font-size: 18px !important;
    }

    .cmc-lt-3{
        font-size: 14px !important;
    }

    .cmc-rt-1 {
        font-size: 12px;
        font-weight: 600;
    }

    .cmc-rt-2 {
        font-size: 18px  !important;
        font-weight: bold  !important;
    }

}

@media (max-width: 376px) {
    .custom-modal-codepromo-right {
        font-size: 1.5em;
        font-weight: bold;
        text-align: center;
        line-height: 8px;
        width: 100px;
    }

    .custom-modal-btn a {
        font-size: 18px !important;
    }

    .cmc-lt-2 {
        width: auto !important;
        padding: 0px 0px 0px 1px !important;
        font-size: 14px !important;
    }

    .cmc-lt-2 svg {
        width: 22px  !important;
        height: 30px  !important;
    }

    .cmc-tarif {
        font-size: 35px;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
    }

    .cmc-rt-1 {
        font-size: 10px;
        font-weight: 600;
    }

    .cmc-rt-2 {
        font-size: 14px  !important;
        font-weight: bold  !important;
    }

    .cmc-lt-1 {
        font-size: 12px !important;
    }

    .cmc-lt-3 {
        font-size: 12px !important;
    }

    .link-share-full{
        font-size: 12px;
        padding: 0px 0px 0px 0px;
        word-spacing: 10px;
    }

    .spin-footer2 {
        font-size: 8px;
    }
}
