.nonsticky-logo {
    height: 80px;
}

.sticky-logo {
    height: 90px;
}

.bg-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.24);
    height: 100vh;
    width: 100%;
    display: none !important;
}

.about-section h5 {
    font-size: 1rem;
}

#services .bgGreen {
    padding-top: 3rem;
}

.bgGreen {
    background: #00A68D;
}

.besoins {
    border: 1px solid #000;
    padding: 40px 0px 40px 0px;
    box-shadow: 5px 0px 30px 0px #D3D3D3;
    border-radius: 19rem;
    margin-left: 1%;
    width: 29%;
    background: #FFF;
}

.title,
h4 {
    color: #0091b6;
}

.green {
    color: #00A68D !important;
}

.blue {
    color: #0091b6 !important;
}

.bgBlue {
    background: #0091b6 !important;
}

.bBlue {
    border: 1px solid #0091b6 !important;;
}

.bGreen {
    border: 1px solid #00A68D !important;;
}

.about-section p {
    font-size: 14px;
}

.service-icon {
    transition: transform 1500ms ease;
}

#services {
    margin-top: 4rem;
}
p.form-messege.error{
    color: #b00020;               /* Rouge foncé pour signaler l'erreur */
    background-color: #fdecea;    /* Fond rouge très pâle */
    border: 1px solid #f5c2c7;    /* Bordure légère */
    padding: 10px 15px;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
}
p.form-messege.success{
    color: #0f5132;                /* Vert foncé pour le texte */
    background-color: #d1e7dd;     /* Fond vert pâle */
    border: 1px solid #badbcc;     /* Bordure plus soutenue */
    padding: 10px 15px;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
}

.swiper-button-next, .swiper-button-prev{
    color: #00A68D !important;
}

.service-icon:hover {
    transform: rotate(360deg);
}

.service-content-deploy {
    display: none;
}

.desc-content {
    min-height: 100px;
}

.active {
    display: block;
}

.funfact-section .single-fun-fact-wrap .counter-area .counter, .funfact-section .single-fun-fact-wrap .counter-area span {
    font-size: 17px !important;
}

.funfact-section {
    background-image: url("../images/funfact/human_first-chiffre.jpg");

}

.btn-hover-primary:hover {
    background-color: #00A68D !important;
}

.linkActive {
    background-color: #00A68D !important;
    color: #FFF !important;
}

.titredeco {
    color: #00A68D !important;
}


#contact {
    background: #0091b6;
    color: #FFF;
    padding-top: 9rem;
}

.white {
    color: #FFF !important;
}

.paddingAboutTitle {
    padding-top: 3rem;
}

/*.titredeco:after{
    margin-top: 1.5rem;
    content:"";
    display: block;
    width: 40%;
    border-bottom: 3px solid #00A68D;
}*/
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
}

.modal:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 4px;
    position: relative;
    width: 90%;
    max-width: 90%;
    background: #fff;
    padding: 1em 2em;
    height: 600px;
    overflow: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.curvedText {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 2rem
}
.titleservices{
    font-size: 30px !important;
    padding-top: 3rem;
}

.modal__footer {
    text-align: right;

    a {
        color: #585858;
    }

    i {
        color: #d02d2c;
    }
}

.indent {
    margin-left: 2rem;
}
.main-header{
    background: rgba(0, 0, 0, 0.3);
}
.modal__close {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 1.5rem;
    color: #585858;
    text-decoration: none;
}

.listModal {
    list-style: disc;
    padding-left: 1rem;
}

.listModal li::marker {
    color: #00A68D;
}

.listModalB {
    list-style: disc;
    padding-left: 1rem;
}

.listModalB li::marker {
    color: #0091b6;
}

.ico {
    font-size: 2rem;
    color: white;
}

.contact-form {
    font-size: 15px;
}

.single-fun-fact-wrap {
    width: 205px;
    border-radius: 22rem;
    font-size: 0.5rem !important;
    margin: 0 auto;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-height: 13rem;
    height: 200px;
}

.borderBlue {
    border: 3px solid #0091b6;
}

.borderGreen {
    border: 3px solid #00A68D;
}

@media (max-width: 1200px) {
    .single-fun-fact-wrap {
        width: 71%;
    }
}

@media (max-width: 468px) {
.titleservices{
    font-size: 20px !important;
    padding-top: 2rem;
}
    .restaurant-about-content{
        margin-top: 3rem;
    }

    .restaurant-about-content > h4{
        margin-bottom: 0.4rem;
    }

    .titredeco2{
        margin-top: 0px !important;
    }
    .main-header{
        background: rgba(0, 0, 0, 0);
    }

    .curvedText {
        font-size: 12px;
    }
    .bg-video:after{
        height: 417px;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: -10rem;
    }

    .mt-90 {
        margin-top: 0px;
    }

    .besoins {
        border: 1px solid #000;
        padding: 2rem;
        box-shadow: 5px 0px 30px 0px #D3D3D3;
        border-radius: 19rem;
        margin-left: 6%;
        width: 370px;
        margin-right: 6%;
    }

    .single-fun-fact-wrap {
        width: 240px;
        margin: 1rem auto !important;
        height: 240px;
        /* vertical-align: middle; */
        line-height: 40px;
    }

    .marfootb {
        margin-top: -6rem;
    }
}


.fullpage {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
}

.sideband.left, .sideband.right {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #00A68D; /* Vert du logo */
    z-index: 1;
}

.sideband.left {
    left: 0;
}

.sideband.right {
    right: 0;
}

.center {
    text-align: center;
    z-index: 2;
}

.logo-big {
    max-width: 60vw;
    max-height: 30vh;
    margin-bottom: 20px;
}

.slogan {
    font-size: 1.8em;
    color: #111;
    line-height: 1.4em;
}

#bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.logo-small {
    height: 40px;
}

.slogan-inline {
    flex-grow: 1;
    text-align: center;
    font-size: 1.1em;
    color: #111;
}

.contact-btn {
    background: #00A68D;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.video-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mySwiper {
    top: -60%;
}

.green-band {
    margin-top: 10%;
}

.lastSlide {
    text-align: center;
    color: white;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 0;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.green-band {
    position: absolute;
    bottom: 20%;
    width: 100%;
    background-color: rgba(0, 166, 141, 0.59);
    color: white;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 0;
}

.hidden {
    display: none;
}

.visible {
    display: block !important;
}

#videoBg {
    width: 100%;
    height: auto;
}

@media (max-width: 468px) {
    .bg-video:after{
        display: none;
    }
    .footeerbootom{
        padding-bottom: 4rem;
    }
    #services {
        margin-top: -4rem;
    }

    #videoBg {
        width: auto !important;
        height: 225px !important;
        margin-left: 0%;
        max-width: 100%;
    }

    .vbesoin {
        padding-top: 10px;
    }

    .lastSlide {
        font-size: 0.8rem;
        margin-top: -1.1rem;
    }

    .lastSlide img {
        max-width: 100px;
    }

    .green-band {
        font-size: 1rem !important;
    }
}
