@font-face {
    font-family: "Poppins";
    src: url('../typo/Poppins-Regular.ttf');
}


@font-face {
    font-family: "Poppins_semiBold";
    src: url('../typo/Poppins-SemiBold.ttf');
}

.lbl-services {
    padding: 80px 0 50px 0 !important;
}

*{
    font-family: 'Poppins' !important;
}
.submit-button,
.epanouir,
.hero-content h1,
.section-intro h2,
.section-intro h4,
.hero-content h3,
.service-intro h2,
.hero-contact h2 {
    font-family: 'Poppins_semiBold' !important;
    line-height: 1.2 !important;
}

.hero-content h1,
.hero-content h3 {
    color: white !important;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
}

.hero-content h1{
    font-size: 80px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.hero-content h3,
.hero-contact h2,
.section-intro h2,
.epanouir,
.service-intro h2 {
    font-size: 35px !important;
}
.epanouir,
.section-intro h2,
.hero-contact h2{
    line-height: 50px;

}
.hero-contact p,
.section-intro h4,
.label,
.split_text_inner p {
    margin-top: 25px !important;
    font-size: 18px !important;
    color: #7a7a7a !important;
    line-height: 30px !important;
}
.split_text_inner p strong{
    text-decoration: underline;
    font-weight: bold;
}
.section-intro p,
.section-intro ul{
    font-size: 16px !important;
    /* color: #7a7a7a !important; */
    line-height: 30px !important;
}
.formation-text strong{
    font-weight: bold;
}
.formation-text{
    font-size: 16px !important;
    text-align: left;
    line-height: 1.2;
    color: #7a7a7a !important;
}
.card-text h3{
    font-size: 25px;
    font-weight: 600 !important;
    color: #565455 !important;

}

.card-icon {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    background: none !important;
    display: table;
    text-align: center;
}
.img-1 {
    margin: 0 auto;
    background: url("../img/b_dev_perso.svg") !important;
    background-repeat: no-repeat !important;
    display: table;
    text-align: start;
}


.home-contact{
    background: url("../img/contatc.jpg") !important;
}
.conctact{
    background-color: #f7f7f9;
    padding: 93px 0 75px 0;
}


.submit-button{
    background-color: #9de8eb !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    border-radius: 50px !important;
    height: 60px !important;

}

.epanouir{
    text-align: center;
    margin-bottom: 15px;
}

.footer-menu li a {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
/* 
.card{
    border: none;
} */
.link{
    color: white;
}
.link:hover{
    color: white;
}

.div-check{
    /* padding: 20px; */
    display: flex;
    justify-content: start;
    align-items: center;
}
.checkbox{
    height: auto !important;
    width: 0 !important;
    margin-right: 15px;
    margin-top: 25px;
}
.hero-contact h4,
.accord{
    font-weight: 100;
    font-size: 15px !important;
    max-width: auto !important;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #7a7a7a !important;
}


.control {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 16px !important;
    color: #7a7a7a !important;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: white;
    border: 1px solid #3fd8c4;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: white;
}

.control input:checked~.control_indicator {
    background: #47dac6;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #47dac6;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #3fd8c4;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}



.hero-img {
    position: relative;
    min-height: 400px;
}
.hero-img img {
    position: absolute;
    z-index: 10;
}
.wrapper {
    text-align: center;
}

svg {
    margin: 0 auto;
    width: 60%;
    height: auto;
    transform: translateX(25px);
}


.select-custom {
    position: relative;
    height: 60px ;
}

.select-custom select {
    display: none;
}

.select-selected {
    background-color: #ffffff;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 29px;
    right: 16px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #3fd8c4 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #3fd8c4 transparent;
    top: 19px;
}

.select-items div{
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    
}
.select-items div,
.select-selected {
    padding: 21px 16px;
    cursor: pointer;
    user-select: none;
    color: grey;
}
.select-selected {
    border: 1px solid #3fd8c4;
    border-radius: 50px;
    height: 60px;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 240px;
    overflow-y: scroll;
    scrollbar-color: #3fd8c4 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
}

.select-items::-webkit-scrollbar {
    width: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select-items::-webkit-scrollbar-thumb {
    background: #3fd8c4;
}


.select-items::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}


.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #3fd8c431;
}
.link-form{
    color: #3fd8c4;
}
.link-form:hover{
    color: #43c299;
}
.footer p{
    font-size: 12px !important;
}


.timeline ol {
    font-size: 0;
    padding: 0;
    transform: none !important;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    display: block;
    height: auto;
    background: transparent;

}

.timeline ol,
.timeline ol li {
    width: auto;
    text-align: center;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li:first-child {
    margin-top: 25px;
}

.timeline ol li:not(:first-child) {
    margin-left: auto;
}


.timeline ol li .card-timeline,
.time {
    position: static;
    left: calc(100% + 7px);
    font-size: 1rem;
    white-space: normal;
    color: #7a7a7a;
    /* height: auto !important; */
    margin: 0 auto 25px;
    border-radius: 10px;
    box-shadow: 4px 9px 30px #51515133;
    line-height: 1.5;
    padding-bottom: 15px;
}
.card-2-last,
.card-2 {
    background-color: #a8e9ef !important;
    padding: 15px;
    height: auto !important;
}

.card-last {
    background-color: #fb7671 !important;
    padding: 15px;
    height: auto !important;
    color: white !important;
    border-radius: 10px;
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div::before,
.timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 2px dashed grey;
    height: 25px;
}
.card-center .timeline-title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    background-color: #67d5e6;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: #7a7a7a !important;
    
}
.card-1 .timeline-title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    background-color: #a8e9ef;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    
}
.card-1 .timeline-title strong{
    text-align: right !important;
}


/* .timeline .container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.card-2-last::before,
.card-last::before{
    border-left: none !important;
}





.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top: 0
}

.box ul:last-of-type {
    top: 80px
}

.box ul:before {
    content: "";
    display: block;
    width: 0;
    height: 92%;
    border: 2px dashed #cccccc;
    position: absolute;
    top: 0;
    left: 30px
}

.box ul li {
    margin: 20px 60px 60px;
    position: relative;
    background: white;
    /* box-shadow: 4px 9px 30px #51515133; */
    border-radius: 10px;
    text-align: center;
    /* padding-bottom: 15px; */
}

.box ul li>span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -33px;
}

.box ul li>span:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #cccccc;
    border: 1px solid #cccccc;
    position: absolute;
    left: -7.5px
}

.box ul li>span:before {
    top: -10px
}

.box ul li>span:after {
    top: 95%
}

.box .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.box .info:first-letter {
    text-transform: capitalize;
    line-height: 1.7
}

.box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}

.box .time span {
    position: absolute;
    left: -100px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
}

.box .time span:first-child {
    top: -16px
}

.box .time span:last-child {
    top: 94%
}

@media (min-width: 599px) and (max-width: 992px) {
    .message{
        width: 65% !important;
    }
    .content-modal svg {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .message {
        width: 95% !important;
    }
    .message h3{
        font-size: 22px !important;
    }
    .alert-msg{
        font-size: 15px;
        line-height: 20px;
    }
    .message p{
        margin-top: 0 !important;
        line-height: 20px;
    }
    .content-modal svg {
        display: none;
    }
    .hero-content h1 {
        font-size: 40px !important;
    }

    .hero-content h3,
    .hero-contact h2,
    .section-intro h2,
    .epanouir,
    .service-intro h2 {
        font-size: 30px !important;
    }

    .footer-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* .timeline .container {

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    } */
    .hero-img img {
        width: 250px !important;
        transform: translateX(-122px);
        /* display: none; */
    }
    .box ul li{
        margin: 0px 0px 0px 29px;
    }
    .box ul::before{
        left: 0px;
        height: 93%;
    }
}
.bg_grey{
    background-color: #f8f8f8;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    /* display: none;  */
}

.masque {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
}
.masque>div {
    display: flex;
    width: 100%;
    height: 100%;
}
.modal>div {
    display: flex;
    width: 100%;
    height: 100%;
}
.message {
    background-color: #fff;
    box-sizing: box-border;
    width: 45%;
    height: auto;
    padding: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.message h3{
    margin-top: 25px;
    font-size: 25px;
    color: #67d5e6;
    line-height: 30px;
}
.message p{
    margin-top: 18px;
    font-size: 15px ;
    color: #7a7a7a;
    line-height: 30px;
}
.content-modal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    margin-bottom: 15px;
}
.content-modal svg{
    fill: #a8e9ef;
    height: 35px;
    width: 150px;
    margin-right: 15px;
}
.alert-msg {
    background-color: #00ce9e12;
    border-left: 3px solid #00ce9e54;
    border-radius: none !important;
    padding: 15px;
}
.btn-modal{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#modale_fermer, #modale_fermer_confirm{
    border: none;
    background: white;
    font-size: 25px;
    cursor: pointer;
}


.card_service{
    position: relative;
    border-radius: 15px;
    box-shadow: 2px 2px 18px rgba(128, 128, 128, 0.322);
    padding-bottom: 30px;
}
.card_title{
    background-color: black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
.card_title.blue{
    background-color: #a8e9ef !important;
}
.card_title.blue h2{
    color: black !important;

}
.card_title h2{
    font-size: 30px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.card_img img{
    width: 100%;
}

.card_title{
    padding: 25px 25px;
}
.card_text ol {
    margin: 25px 35px;
    list-style: decimal;
}
.card_text ol li{
    color: #7a7a7a !important;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
.card_text ol li b{
    font-weight: bold;
}

.card_service .control-group p{
    font-size: 12px;
    margin-top: 14px;
    text-transform: none;
    padding: 0px 25px;
}
.card_service .control_indicator {
    position: relative;
    margin: auto;
    display: block;
}

.modal_btn {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.modal_btn p{
    border: 1px solid #67d5e6;
    margin: 15px;
    padding: 5px 15px;
    cursor: pointer;
}
.content-modal p strong{
    font-size: 20px;
    font-weight: bold;

}

.card_service .disable{
    position: absolute;
    z-index: 1;
    height: 83%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 15px;

}

nav.fixed-top{
    position: absolute !important;
}