.m-auto {
    margin: auto !important;
}

.ms-auto {
    margin-left: auto !important;
}

.flex-1 {
    flex: 1;
}

.gap-1 {
    gap: 5px;
}

.gap-2 {
    gap: 10px;
}

.container {
    max-width: 1200px;
}

.is-invalid {
    background-image: none !important;
}

input.form-control::placeholder {
    color: #b4b4b4 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #e2e2e2;
}

.solution-card .sub-card-title {
    color: #6f6f6f;
    font-size: 16px;
}

.solution-card:hover img {
    transform: scale(1.1);
}

.solution-card:hover {
    opacity: 0.85;
}

.solution-card a:hover {
    color: #6f6f6f;
}

.solution-card .item {
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    min-height: 100%;
}

.solution-card.info .item {
    cursor: default
}

.solution-card.info:hover {
    opacity: 1;
}

.solution-card.info:hover img {
    transform: scale(1) !important;
}

.skills .prog-item p {
    margin-bottom: 15px;
}

.skills .prog-item {
    margin-bottom: 15px;
}

.skills .prog-item .skills-progress span {
    background: rgb(71, 71, 71);
    background: linear-gradient(90deg, #006c7a 0%, #01c5de 100%);
}

.skills .prog-item .skills-progress {
    height: 7px;
}

/* -----------SUBSCRIPTION PAGES---------------- */

.blog-header {
    padding-bottom: 0;
    padding-top: 0;
    height: 90px;
}

.blog-header h2 {
    margin-bottom: 0;
}

.blog-header .container {
    height: 100%;
}

.blog-header .container .nav-content img {
    height: auto;
    width: 125px;
    padding: 10px;
}

.blog-header .nav-content {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .hb_title a {
        position: static;
        top: auto;
        padding: 3px 15px 1px 7px;
    }
}

.blogs .post-title h5 {
    text-align: center;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #006c7a;
}

.formule_div{
	align-items: center;
    justify-content: center;
}

.blogs .model button {
    height: 100%;
    width: 100%;
    text-align: start;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
    border: none;
    background-color: #fcfcfc;
    color: #816f6f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.blogs .posts .post .post-img img {
    width: auto;
}

.blogs .post-img-ctn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 423px;
    overflow: clip;
    border-radius: 15px;
    padding: 0;
}

.blogs .posts .post .content {
    background: transparent;
}

/* SUBSCRIPTION PLAN PAGE */

.price .item {
    padding: 0;
    background: transparent;
}

.plan .plan-ctn {
    padding: 0 40px;
}

.plan .price,
.plan .plan-price .new-price {
    font-size: 50px;
    font-weight: 800;
    color: #232323;
    margin: 0;
    padding: 0;
}

.plan .first-month-price {
    padding: 20px 0 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.plan .first-month,
.plan .next-months {
    font-size: 18px;
    padding: 5px 0;
}

.plan .plan-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    text-align: left;
}

.plan .currency {
    font-size: 13px;
    font-weight: 500;
}

.plan .duration {
    color: #3bbaca;
    font-size: 16px;
    width: 74px;
    font-weight: 500;
}

.plan .price-arrow {
    margin-right: 7px;
}

.plan .old-price {
    font-size: 20px !important;
}

.plan .old-price .price-arrow {
    display: inline;
}

.plan .title {
    font-size: 30px;
    padding: 15px 40px;
    margin: 25px 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding-left: 18px;
}

.plan .title .title-info {
    color: #969696;
    font-size: 13px;
    margin-left: 2px;
}

.plan p {
    margin: 0;
    padding: 0;
}

.plan .options {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 24px;
}

/* .basique-plan .type { */
/*     background: rgb(67, 230, 139); */
/*     background: linear-gradient( */
/*         90deg, */
/*         rgba(67, 230, 139, 1) 0%, */
/*         rgba(31, 214, 194, 1) 100% */
/*     ); */
/* } */

/* .standard-plan .type { */
/*     background: rgb(58, 204, 253); */
/*     background: linear-gradient( */
/*         90deg, */
/*         rgba(58, 204, 253, 1) 0%, */
/*         rgba(116, 146, 255, 1) 100% */
/*     ); */
/* } */

/* .premium-plan .type { */
/*     background: rgb(237, 111, 174); */
/*     background: linear-gradient( */
/*         90deg, */
/*         rgba(237, 111, 174, 1) 0%, */
/*         rgba(184, 125, 235, 1) 100% */
/*     ); */
/* } */

.price .item {
    border-radius: 15px;
}

.plan button {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.plan .option-btn:hover {
    opacity: 0.85;
}

.plan .option-ctn {
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.plan .option-ctn:last-child {
    border-bottom: none;
}

.plan .option-ctn p {
    font-size: 13px;
}

.plan .option-ctn .option-num {
    font-size: 25px;
    font-weight: 600;
}

.plan .btn {
    margin: 20px auto;
    border: none;
}

.basique-plan .btn {
    background-color: #43e68b;
}

.standard-plan .btn {
    background-color: #3accfd;
}

.premium-plan .btn {
    background-color: #c25ec3;
}

.plan {
	overflow: clip;
    border-radius: 15px;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan img {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
}

.item:has(.plan) {
    height: 100%;
}

/* COMPTE CREATION PAGE */

.compte-creation {
    padding: 20px 0;
    margin: auto;
    min-height: calc(100vh - 112.75px - 90px);
}

.compte-creation .title h5 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    color: #006c7a;
}

.compte-creation .sub-title {
    color: #6f6f6f;
    font-weight: 400;
    font-size: 18px;
}

.compte-creation .plan-prix {
    font-size: 40px;
    font-weight: 800;
    color: #232323;
    margin: 0;
    padding: 0 10px;
}

.compte-creation .plan-prix .currency {
    font-size: 18px;
    font-weight: 500;
}

.compte-creation .plan-info-ctn p {
    padding-bottom: 5px;
    margin: 0;
}

.user-info-form .form-label span {
    color: red;
}

.step-wizard {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

@media only screen and (max-width: 530px) {
    .step-wizard {
        font-size: 13px;
    }
}

@media only screen and (max-width: 415px) {
    .step-wizard {
        font-size: 10px;
    }
}

.step-wizard .step-wizard-list {
    color: #333;
    list-style-type: none;
    display: flex;
    padding: 1.25em 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

.step-wizard .step-wizard-item {
    padding: 0 1.25em;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 10.625em;
    position: relative;
}

.step-wizard .step-wizard-item + .step-wizard-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1875em;
    background: #01c5de;
    width: 100%;
    height: 0.125em;
    transform: translateX(-50%);
    z-index: -10;
}

.step-wizard .progress-count {
    height: 2.5em;
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.step-wizard .progress-count:after {
    content: "";
    height: 2.5em;
    width: 2.5em;
    background: #01c5de;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.step-wizard .progress-count:before {
    content: "";
    height: 0.625em;
    width: 1.25em;
    border-left: 0.1875em solid #fff;
    border-bottom: 0.1875em solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.step-wizard .progress-label {
    font-size: 0.875em;
    font-weight: 600;
    margin-top: 0.625em;
}

.step-wizard .current-item .progress-count:before,
.step-wizard .current-item ~ .step-wizard-item .progress-count:before {
    display: none;
}

.step-wizard .current-item ~ .step-wizard-item .progress-count:after {
    height: 0.625em;
    width: 0.625em;
}

.step-wizard .current-item ~ .step-wizard-item .progress-label {
    opacity: 0.5;
}

.step-wizard .current-item .progress-count:after {
    background: #fff;
    border: 0.125em solid #01c5de;
}

.current-item .progress-count {
    color: #01c5de;
}

section:has(.plan) {
    overflow: unset;
}

.compte-creation .image-ctn {
    display: flex;
    position: relative;
}

.compte-creation .image-ctn img {
    object-fit: contain;
}

.compte-creation .image-ctn .zoom-img {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #000000ab;
    padding: 5px 10px;
    border-radius: 5px;
    color: #f5f5f5;
    transition: 0.3s ease all;
}

.compte-creation .image-ctn .zoom-img:hover {
    background-color: #000000d3;
}

.compte-creation .matrial-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: clip;
}

.compte-creation .material-min-title {
    margin: 0;
    font-size: 19px;
    color: #383838;
}

.compte-creation .material-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.compte-creation .material-btn * {
    user-select: none;
}

.compte-creation .materiel-ctn .delete-material-btn {
    background-color: transparent;
    border: none;
    font-size: 26px;
    font-weight: 300;
}

.compte-creation .materiel-ctn div:has(.delete-material-btn) {
    display: flex;
    align-items: center;
}

.compte-info .commande-info-table {
    min-width: max-content;
}

.compte-info .table-axtion-btn {
    border-radius: 5px;
    padding: 5px 10px;
    min-width: max-content;
}

.commande-info-table tr td {
    padding: 0;
    padding: 10px 5px;
}

.compte-info > .container > .row {
    --availible-screen: calc(100vh - 90px);
    min-height: var(--availible-screen);
}

.compte-info .compte-nav-bar {
    background-color: #ebebeb;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease all;
}

.compte-info .compte-pages-ctn {
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .compte-info .compte-nav-bar {
        padding-top: 20px;
        width: 250px;
        left: -250px;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }
    .compte-info .compte-nav-bar a {
        font-size: 20px;
    }

    .compte-info .compte-pages-ctn {
        padding-top: 60px;
    }

    .compte-nav-bar.open {
        translate: 250px;
    }

    .compte-nav-bar.open .compte-nav-toggle span {
        rotate: 180deg;
    }
    
    .header .caption h3 {
    	font-size: 28px;
    }
    .header .caption h1 {
    	font-size: 38px;
    }
    .banner-headline .blc{
    	width: 100%;
    }
    .blog-header{
        flex-direction: column;
        height: 120px;
    }
    
}

.compte-nav-visible {
    display: flex;
}

.compte-nav-bar .compte-nav-toggle {
    background: inherit;
    position: absolute;
    right: -28px;
    top: 5px;
    font-size: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    color: #444;
}

.compte-info .compte-pages-ctn:has(>.contact) {
    padding-block: 0;
}

.compte-info .modifier-compte input:disabled{
    border: none;
    border-bottom: 2px solid #01c5de;
    border-radius: 0;
    background-color: transparent;
}

.service-ctn {
    margin: auto;
    padding: 40px 0;
}

.service-ctn .service-inf {
    margin-top: 50px;
    position: relative;
    padding: 10px;
    padding-top: 55px;
    border-radius: 15px;
    max-width: 252px;
    width: 100%;
    min-height: 170px;
}

.service-ctn p {
    margin: 0;
}

.service-ctn .service-inf .icon-ctn{
    position: absolute;
    background-color: white;
    top: -45px;
    right: 50%;
    transform: translateX(50%);
}

.service-ctn .service-inf .service-titre {
    margin: 0;
    font-size: 20px;
    color: #4a8fcd;
    font-weight: 600;
}
.service-ctn .service-det{
	display: none;
}


/*Abonnement*/
	.sticky-top{
		height: 130px;
	}
	.sticky-top .det_lnk{
		display: none;
	}
	.det_offre{
		display: block;
	}
	.det_offre_val{
		display: block;
	}

@media only screen and (max-width: 700px) {
	.service-ctn .service-det{
		display: block;
		margin-left: 0px;
	}
	.service-ctn .service-inf .service-titre {
		font-size: 15px;
	}
	.service-ctn .service-text{
		display: none;	
	}
	.service-ctn .service-inf {
	    margin-top: 50px;
	    position: relative;
	    padding: 10px;
	    padding-top: 11px;
	    border-radius: 15px;
	    /*max-width: 252px;*/
	    width: 31%;
	    min-height: 80px;
	    float: left;
	}
	
	
	/*------------PRICE-----------*/
	.sticky-top{
		height: 180px;
	}
	.sticky-top .det_lnk{
	 	position: absolute;
        bottom: -4px;
        font-size: 15px;
	    color: #e91e63;
	    text-decoration: underline;
	    display: block;
	    right: 35%;
	    text-transform: uppercase;
	}
	.det_offre{
		display: none;
	}
	.det_offre_val{
		display: none;
	}
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 equal columns */
    gap: 10px; /* Space between items */
    padding: 10px;
}

.link-tarif{
    background-color: #4a8fcd;
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    margin: 14px auto;
    display: block;
    width: 347px;
    text-align: center;
}
.link-tarif:hover{
    background-color: #4a8fcd;
    color: #fff;

}

.blog-header{
    display: flex;
    align-items: center;
}

.blog-header > a {
    margin: 10px;
    white-space: nowrap;
}