/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 janv. 2025, 19:32:15
    Author     : DucoteWeb
*/
html {
    scroll-behavior: smooth;
}

/* Style pour le mot Cashoo */
.cashoo {
    font-weight: bold;
    color: #3c8f69; /* Vert pour la partie "Cash" */
}

/* Dégradé pour les lettres "oo" */
.cashoo-oo {
    background: linear-gradient(45deg, #f7f041, #1f4120); /* Dégradé */
    -webkit-background-clip: text; /* Applique le dégradé uniquement sur le texte */
    color: transparent; /* Cache la couleur du texte pour laisser apparaître le dégradé */
}

/* SPINNER */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 20px;
    font-family: Arial, sans-serif;
    z-index: 9999;
}

/* Container pour l'animation du spinner */
.cashoo-container {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    animation: spin-text 3s infinite linear;
}

/* Animation de la rotation du texte */
@keyframes spin-text {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}





.btnPrec{
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    font-family: Poppins;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 18px 35px 18px 35px;
}
.btnSuivant{
    background-color: #3c8f69 !important;
    border-color: #3c8f69 !important;
    font-family: Poppins;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 18px 35px 18px 35px;
}
#Top_bar .logo {
	float: left;
	margin: 0px 30px 20px 20px;
}

.cta {
	left: 230px !important;
	top: 0px;
        font-size: 53px !important;
}
.cta2 {
	left: 230px !important;
	top: -70px;
}
.cta3 {
	left: 230px !important;
	top: -110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta {
	left: 20px !important;
        font-size: 25px !important;
        top: 20px !important;
    }
    .cta2{
        left: 20px !important;
        font-size: 15px !important;
        top: -20px !important;
    }
    .cta3 {
	left: 25px !important;
	top: -30px !important;
    }
}


#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a {
	color: #fff;
}

#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
	color: #fff;
}

#Top_bar .top_bar_right .top-bar-right-icon, #Top_bar .top_bar_right .top-bar-right-icon svg .path {
    color: #d3c8f69;
    stroke: #3c8f69;
}

.paddingConnexion{
    padding-top: 160px;
}
.paddingBrouillon{
    padding-top: 160px;
}
.paddingBlog{
    padding-top: 160px;
}
@media only screen and (max-width: 767px) {
    .paddingConnexion{
        padding-top: 20px;
    }
    .paddingBrouillon{
        padding-top: 40px;
    }
    .paddingBlog{
        padding-top: 40px;
    }
}


.section1{
    padding-top:80px;
    padding-bottom:80px;
    background-color:#f2f4f8;
}


@media only screen and (max-width: 767px) {
    .cta {
	left: -60px !important;
        font-size: 20px !important;
        top: 5px !important;
    }
    .cta2{
        left: 20px !important;
        font-size: 17px !important;
        top: -20px !important;
    }
    .ctaImg{
        left: 110px !important;
    }
    .cta3 {
	left: -65px !important;
	top: -270px;
    }
    .section1{
        padding-top:40px;
    }
    
    .bgConnexion{
        margin-top: 50px !important;
    }
    .responsiveMt40{
        margin-top: 40px;
    }
    .mt-10{
        margin-top: -10px;
    }
}

.bgConnexion{
    background-color: #3c8f69;
    margin-top: 0px;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
}
.bgConnexion2{
    padding: 10px 10px 10px 10px;
}

.bq_wrapper{
    background: #3c8f69 !important;
}

.agency7-heading {
	background-color: #3c8f69;
	color: #fff;
}

#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
	color: #3c8f69;
}
#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a, #Top_bar .menu > li.current-menu-parent > a, #Top_bar .menu > li.current-page-parent > a, #Top_bar .menu > li.current-menu-ancestor > a, #Top_bar .menu > li.current-page-ancestor > a, #Top_bar .menu > li.current_page_ancestor > a, #Top_bar .menu > li.hover > a {
	color: #3c8f69;
}

.eye-icon {
    font-size: 1.2rem;
    color: #6c757d;
}
.eye-icon:hover {
    color: #3c8f69; /* Changez selon votre palette de couleurs */
}


.position-relative {
    position: relative;
}

#passwordBox {
    padding-right: 40px; /* Ajoute un padding à droite pour l'icône */
}

/* le eye dans le brouillon */
.position-relative {
    position: relative;
}
#passwordBox {
    padding-right: 40px; /* Ajoute de l'espace à droite pour l'icône */
}
#togglePasswordIcon1 {
    position: absolute;
    top: 50%;
    right: 10px;  /* Ajuste la distance de l'icône par rapport à l'input */
    transform: translateY(50%); /* Centrage vertical */
    cursor: pointer;
    color: #aaa;
}
#togglePasswordIcon2 {
    position: absolute;
    top: 38%;
    right: 15px;  /* Ajustez en fonction de l'espace souhaité */
    transform: translateY(-50%); /* Centrage vertical */
    cursor: pointer;
    color: #aaa;
}
/* le eye dans récupération de mot de passe */
#togglePasswordIcon3 {
    position: absolute;
    top: 47%;
    left: 565px;  /* Ajustez en fonction de l'espace souhaité */
    transform: translateY(-50%); /* Centrage vertical */
    cursor: pointer;
    color: #aaa;
}

@media only screen and (max-width: 767px) {
    #togglePasswordIcon2 {
        top: 37%;
        right: 10px; /* Ajustez pour mobile */
    }
    #togglePasswordIcon3 {
        top: 43%;
        left: 300px;  /* Ajustez en fonction de l'espace souhaité */
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #togglePasswordIcon3 {
        top: 46%;
        left: 360px;  /* Ajustez en fonction de l'espace souhaité */
    }
}


.editor {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.preview {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}
.editable {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 30px;
}


.modal-backdrop {
    display: none !important;
}

#map {
    height: 400px;
    width: 100%;
    border: 2px solid #333;
    border-radius: 8px;
}


/* btn de présentation des modèles dans création box */
.btnCreaBox{
    background-color: #ff9501 !important; 
    border-color: #ff9501 !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
}
.btnCreaBox:hover{
    background-color: #fff !important; 
    border-color: #ff9501 !important;
    color: #ff9501 !important;
}
.btnCreaBox2{
    background-color: #d54d8a !important; 
    border-color: #d54d8a !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
}
.btnCreaBox2:hover{
    background-color: #fff !important; 
    border-color: #d54d8a !important;
    color: #d54d8a !important;
}
.btnCreaBox3{
    background-color: #323c48 !important; 
    border-color: #323c48 !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
}
.btnCreaBox3:hover{
    background-color: #fff !important; 
    border-color: #323c48 !important;
    color: #323c48 !important;
}
.btnCreaBox4{
    background-color: #302f2d !important; 
    border-color: #302f2d !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
}
.btnCreaBox4:hover{
    background-color: #fff !important; 
    border-color: #302f2d !important;
    color: #302f2d !important;
}

/* bouton envoyer les emails */
.paddingPerso{ 
    padding: 10px 10px 10px 10px !important;
    margin-bottom: 20px;
}

  .inactive-link {
    pointer-events: none !important; /* Empêche le clic */
    opacity: 0.5 !important; /* Rend visuellement l'élément inactif */
    cursor: default !important; /* Change le curseur */
  }
  
  /* boutons tarifs */
/* Applique Flexbox à chaque colonne */
.column_pricing_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px; /* Définit une hauteur minimale pour toutes les colonnes */
}

/* Assure une hauteur égale entre toutes les colonnes */
.pricing-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Le bouton doit être poussé en bas */
.plan-footer {
    margin-top: auto;
}

