html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    position: absolute;
    font-family: 'Catamaran', sans-serif !important;
}

#btnMenu {
    width: 30px;
    height: 30px;
    margin-left: 50px;
    margin-top: 10px;
}

nav {
    background-color: #ad52a7;
}

#slogan {
    font-family: 'Dancing Script', cursive;
    text-align: center;
}

#logo-main {
    display: block;
    margin: 20px auto;
}

.line {
    width: 13vw;
    height: 0.5vh;
    background-color: #468C00;
}

.lineTech {
    width: 50vw;
    height: 0.5vh;
    background-color: #468C00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4vh;
}

h2 {
    color: #ad52a7;
}

.texte {
    color: #ad52a7;
    text-align: justify;
}

#texte1 {
    color: #ad52a7;
    min-width: 325px;
    width: 30vw;
    text-align: justify;
}

.images {
    display: block;
    width: 30vw;
    height: auto;
    min-width: 300px;
    margin: auto;
}

.image {
    vertical-align: middle;
}

h3 {
    color: #ad52a7;
}

#pass {
    color: #468C00;
}

nav #marker {
    position: absolute;
    left: 0px;
    height: 4px;
    width: 0px;
    background: #fff;
    bottom: 7px;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 9998;
}

.navbar-toggler-icon {
    z-index: 99999999;
    float: right;
}

.img-fluid {
    max-width: 100%;
    height: 250px !important;
    width: 200px !important;
    margin-left: auto;
    margin-right: auto;
}


/*timeline*/


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/


/* Timeline holder */

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}


/* Timeline vertical line */

ul.timeline:before {
    content: ' ';
    background: #ad52a7;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}


/* Timeline item arrow */

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}


/* Timeline item circle marker */

li.timeline-item::before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #468c00;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

.text-gray {
    color: #999;
}

section {
    max-width: 50vw;
    justify-content: center;
}


/*
*
* ==========================================
* Cards
* ==========================================
*
*/

.card {
    border-color: #468C00 !important;
    background-color: white;
    color: #ad52a7;
    text-align: center;
    min-width: 270px !important;
}

.titleCard {
    font-weight: bold;
    font-size: 3vh;
}

.prix {
    font-size: 4vh;
    font-weight: 600;
}

.lineCard {
    width: 15vw;
    min-width: 150px;
    height: 0.5vh;
    background-color: #468C00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4vh;
}

.cardP {
    color: #ad52a7 !important;
    text-align: center;
}


/*
*
* ==========================================
* FORM
* ==========================================
*
*/

h5,
section {
    color: #ad52a7;
}

section i {
    color: #468C00;
}


/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/

.page-footer {
    justify-content: center;
    background-color: #ad52a7;
}

footer i {
    color: #fff;
}

footer i:hover {
    color: #468C00;
}

.footer-copyright {
    color: #fff;
    background-color: #E694E0;
}

.footer-copyright a {
    color: #468C00;
}


/*=====Scroll========*/

.gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #468C00;
    font-size: 42px;
    z-index: 99999999;
}

.gotop:hover {
    font-size: 52px;
}


/*============================
        Loader
==============================*/

.water {
    width: 300px;
    height: 300px;
    background-color: #ad52a7;
    border-radius: 50%;
    position: fixed;
    box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .5), 0 4px 10px 0 rgba(0, 0, 0, .5);
    overflow: hidden;
}

.water:before,
.water:after {
    content: 'CHARGEMENT';
    color: #fff;
    position: absolute;
    width: 300px;
    height: 300px;
    top: -150px;
    background-color: #fff;
}

.water:before {
    border-radius: 45%;
    background: rgba(255, 255, 255, .7);
    animation: wave 5s linear infinite;
}

.water:after {
    border-radius: 35%;
    background: rgba(255, 255, 255, .3);
    animation: wave 5s linear infinite;
}

.spinner-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

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


/*====marker=======*/

@media only screen and (min-width: 992px) {
    #marker {
        position: absolute;
        left: 0px;
        height: 4px;
        width: 0px;
        background: #fff;
        transition: 0.3s;
        border-radius: 4px;
    }
}

@media only screen and (max-width: 992px) {
    #marker {
        visibility: hidden;
    }
}