.body {
    overflow-x: hidden;
}
:root {
    --couleur-verte: #00A23A;
    --couleur-bleu: #2E319E;
    --couleur-blanc: #fff;
}

.header-mo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Assurez-vous que le z-index est supérieur à celui des autres éléments de la page pour que le header soit visible au-dessus d'eux. */
    background-color: #fff; /* Couleur de fond du header, à adapter à votre design. */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar .navbar-brand img {
    width: 150px;
}

@media (max-width: 756px) {
    .section3 {
        width: 100%;
        padding-top: 30%;
    }
}

@media (max-width: 756px) {
    .po {
        width: 100%;
        padding-top: 20%;
    }
}

@media (max-width: 800px) {
    .navbar .navbar-brand img {
        width: 50px;
    }
    .about {
        padding-top: 70%;
    }
    .seo {
        padding-top: 40%;
    }
}

.about {
    padding-top: 7%;
}

#topnav .logo a img {
    width: 100px;
}
#topnav .menu-extras .search {
    font-size: 25px;
    transform: translateY(17px);
    color: var(--couleur-verte);
    cursor: pointer;
}
.header-mo .top-nav {
    background: var(--couleur-verte);
    padding: 15px 50px 2px 50px;
}
.header-mo .top-nav a {
    color: white;
}
.header-mo .top-nav .email {
    margin-left: 20px;
}
.header-mo .top-nav .login {
    margin-right: 30px;
}

.header-mo .top-nav .navigation-menu {
    text-align: right;
}
.header-mo .navbar .navbar-nav .nav-item .nav-link {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.header-mo .search {
    position: absolute;
    cursor: pointer;
    right: 2%;
    top: 61%;
    font-size: 28px;
    color: var(--couleur-verte);
}

@media (max-width: 800px) {
    .header-mo .top-nav {
        background: var(--couleur-verte);
        padding: 5px 50px 2px 5px;
    }
    .header-mo .top-nav .navigation-menu {
        text-align: left;
        margin-top: 10px;
        transform: translateX(-40px);
    }
    .header-mo .top-nav .email {
        transform: translateX(70px);
    }
    .header-mo .top-nav .left a .i {
        display: none;
    }

    .header-mo .search {
        position: absolute;
        cursor: pointer;
        right: 22%;
        top: 70%;
        font-size: 28px;
        color: var(--couleur-verte);
    }

    #topnav .menu-extras {
        position: relative;
    }
    #topnav .top-nav a .i {
        display: none;
    }
    #topnav .menu-extras .search {
        position: absolute;
        top: 5px;
        right: 70px;
    }
    #carouselExampleIndicators {
        height: 120vh;
        width: 100%;
        padding-left: 100px;
        border: 1px solid black;
        padding-left: 0;
        padding-bottom: 0;
    }
    #carouselExampleIndicators .carousel-inner {
        height: 120vh;
    }

    .carousel-item::before {
        width: 100%;
        position: absolute;
        height: 120vh;
    }
    .carousel-item {
        width: 100%;
        height: 100%;
    }
    .carousel-item .carousel-caption {
        width: 100%;
        padding: 0;
    }
    .carousel-item .carousel-caption h1 {
        font-size: 30px;
        transform: scale(0.5);
        width: 100%;
    }
    .carousel-item .carousel-caption h2 {
        font-weight: 900;
        transform: scale(0.5);
        width: 100%;
    }
}

/* =======NAV========= */

/* =======HERO========= */

#carouselExampleIndicators {
    height: 100vh;
    width: 100%;
}
#carouselExampleIndicators .carousel-inner {
    height: 100%;
    width: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur de la couche sombre */
}

.carousel-item .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Couleur du texte */
    text-align: center;
    width: 80%;
}

.carousel-item .carousel-caption h1 {
    font-weight: 900;
    font-size: 350%;
}
.carousel-item img {
    height: 100%;
    width: 100%;
}

.carousel-item .carousel-caption h2 {
    font-weight: 900;
    font-size: 300%;
}
.carousel-item .carousel-caption .btn {
    background: var(--couleur-verte);
    width: 250px;
    color: var(--couleur-blanc);
    height: 45px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.carousel-item .carousel-caption .btn:hover {
    animation: vibrate 0.3s ease infinite;
}
/* =======SERVICES========= */

.services .section-title .title {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.services .section-title span {
    content: "";
    width: 100px;
    display: block;
    background: var(--couleur-bleu);
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}

.services .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.services .container-fluid .card {
    text-align: center;
    padding-top: 30px;
    height: 430px;
    background: var(--couleur-blanc);
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
}
.services .container-fluid .card .icon {
    background: var(--couleur-verte);
    color: var(--couleur-blanc);
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    padding-top: 23px;
    border: 8px solid #dcdcdc;
}
.services .container-fluid .card .icon .i {
    font-size: 40px;
}
.services .container-fluid .card .titre {
    margin-top: 20px;
    margin-bottom: 10px;
}
.services .container-fluid .card .titre h5 {
    font-weight: bold;
}

.services .container-fluid .card .titre h5 {
    font-weight: bold;
}
.services .container-fluid .card .text p {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    word-spacing: 2px;
    text-align: left;
    opacity: 0.6;
}

.services .container-fluid .card .btn {
    background: var(--couleur-verte);
    color: var(--couleur-blanc);
    font-weight: bold;
    width: 50%;
    margin-bottom: 15px;
    position: absolute;
    bottom: 10px;
    left: 25%;

    display: inline-block;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.services .container-fluid .card .btn:hover {
    animation: vibrate 0.3s ease infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(-2px, -2px);
    }
    50% {
        transform: translate(2px, 2px);
    }
    75% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(2px, 2px);
    }
}

@media (max-width: 800px) {
    .services .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .services .container-fluid .card {
        padding-top: 50px;
        height: 500px;
        background: var(--couleur-blanc);
        position: relative;
        margin-top: 30px;
    }
}
/* =======PUISSANCE========= */

.puissance {
    margin-top: -100px;
}
.puissance .section-title .title {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.puissance .section-title span {
    content: "";
    width: 40%;
    display: block;
    background: var(--couleur-bleu);
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}

.puissance .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.puissance .container-fluid .text p {
    font-size: 18px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    opacity: 0.6;
    margin-bottom: 5rem;
}
.puissance .container-fluid .contenu .top {
    text-align: right;
    height: 200px;
}

.puissance .container-fluid .contenu .top .left {
    padding-top: 20px;
}
.puissance .container-fluid .contenu .top .left .titre h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.puissance .container-fluid .contenu .top .left .text p {
    text-align: right;
    width: 100%;
    font-weight: normal;
    word-spacing: normal;
}

.puissance .container-fluid .contenu .top .right .icon {
    background: var(--couleur-verte);
    color: var(--couleur-blanc);
    height: 100px;
    width: 100px;

    border-radius: 100%;
    padding-top: 23px;
    border: 8px solid #dcdcdc;
    padding-right: 24px;
}

.puissance .container-fluid .contenu .botoom .right .icon {
    padding-right: 27px;
}

.puissance .container-fluid .contenu .top .right .icon .i {
    font-size: 40px;
}

.puissance .container-fluid .contenu .milieu .image {
    height: 230px;
    width: 100%;
    transform: translateY(35px);
    background-image: url(../images/puissance.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.puissance .container-fluid .contenu .fond .top .left .text p {
    text-align: left;
}

.puissance .container-fluid .contenu .fond .top {
    text-align: left;
}

.puissance .container-fluid .contenu .fond .top .right .icon .i {
    padding-left: 22px;
}

@media (max-width: 900px) {
    .puissance .section-title .title {
        width: 100%;
        padding: 0;
    }

    .puissance .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .puissance .section-title span {
        display: none;
    }

    .puissance .container-fluid .text p {
        text-align: left;
    }
    .puissance .container-fluid .contenu .top {
        text-align: center;
        height: 200px;
    }
    .puissance .container-fluid .contenu .top .left .text p {
        text-align: center;
        padding: 10px;
    }

    .puissance .container-fluid .contenu .botoom .right .icon {
        display: none;
    }
    .puissance .container-fluid .contenu .milieu .image {
        display: none;
    }
    .puissance .container-fluid .contenu .fond .top .right .icon {
        display: none;
    }
    .puissance .container-fluid .contenu .fond .top {
        text-align: center;
    }

    .puissance .container-fluid .contenu .top .right .icon {
        display: none;
    }
}

/* =======PRIX========= */

.prix {
    text-align: center;
    background: var(--couleur-bleu);
    padding-top: 5%;
    padding-bottom: 5%;
    color: white;
}
.prix .titre h2 {
    font-weight: bold;
}
.prix .titre h2 span {
    color: var(--couleur-verte);
}
.prix .text p {
    font-size: 20px;
    opacity: 0.6;
}
.prix .btn {
    background: var(--couleur-verte);
    color: var(--couleur-blanc);
    font-weight: bold;
    width: 30%;

    margin-top: 3%;
    padding: 15px 15px;

    display: inline-block;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

@media (max-width: 900px) {
    .prix .btn {
        width: 60%;
    }
}

.prix .btn:hover {
    animation: vibrate 0.3s ease infinite;
}

/* =======CHOIX========= */

.choix {
    text-align: center;
    margin-bottom: 3rem;
}
.choix .section-title .title {
    color: var(--couleur-bleu);
    font-weight: bold;
}
.choix .section-title span {
    content: "";
    width: 25%;
    display: block;
    background: var(--couleur-bleu);
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}
.choix .card .card-header h4 {
    color: black;
    font-size: 18px;
    opacity: 0.6;
}

/* =======STAT========= */
.stat {
    margin-bottom: 3rem;
}

/* =======PORTFOLIO========= */
.portfolio {
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.portfolio .titre {
    text-align: center;
    font-weight: bold;
    color: white;
}

.portfolio .titre p {
    color: black;
    font-weight: bold;
    opacity: 0.6;
}
.portfolio .titre .title {
    font-weight: bold;
}
.portfolio .titre span {
    content: "";
    width: 15%;
    display: block;
    background: white;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}
.portfolio .button {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    margin-top: 3rem;
}
.portfolio .btn {
    background: var(--couleur-verte);
    width: 170px;
    color: var(--couleur-blanc);
    font-weight: bold;

    padding: 15px 15px;

    display: inline-block;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.portfolio .btn:hover {
    animation: vibrate 0.3s ease infinite;
}

/* =======clients========= */
.client {
    margin-bottom: 5rem;
}
.clients .titre {
    padding-top: 2.5%;
}
.client .titre {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 8%;
}

.client .titre span {
    content: "";
    width: 10%;
    display: block;
    background: white;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}

/* =======témoignage========= */

.temoignage .titre {
    text-align: center;
}
.temoignage .titre .title {
    color: var(--couleur-bleu);
    font-weight: bold;
}
.temoignage .titre p {
    font-size: 18px;
    font-weight: bold;
    opacity: 0.6;
}
.temoignage .titre span {
    content: "";
    width: 7%;
    display: block;
    background: var(--couleur-bleu);
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}
.temoignage .owl-carousel {
    margin-top: 3rem;
    position: relative;
}
.temoignage .owl-carousel .item {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background: var(--couleur-bleu);
    color: white;
    position: relative;
    border: var(--couleur-bleu);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.temoignage .owl-carousel .item .i {
    font-size: 40px;
}
.temoignage .owl-carousel .item p {
    font-size: 18px;
    padding: 10px;
    opacity: 0.8;
}
.temoignage .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    font-size: 120px;
    width: 50px;
    height: 50px;
    top: 0px;
    left: -10px;
    color: var(--couleur-bleu);
}
.temoignage .owl-carousel .owl-nav .owl-next {
    position: absolute;
    font-size: 120px;
    width: 50px;
    height: 50px;
    top: 0px;
    right: -10px;
    color: var(--couleur-bleu);
}

/* =======equipe========= */

.equipe {
    margin-top: -6rem;
}
.equipe .section-title .title {
    font-weight: bold;
    color: var(--couleur-bleu);
}
.equipe .section-title p {
    font-size: 18px;
}
.footer {
    transform: translateY(150px);
}

/* =======page client========= */
.clients {
    padding-top: 3%;
    text-align: center;
}

.clients .card {
    height: 200px;
    margin-top: 40px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.clients a .card img {
    height: 100%;
    width: 100%;
}

.clients .titre {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.clients .titre span {
    content: "";
    width: 10%;
    display: block;
    background: white;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}
.clients .titre p {
    font-size: 18px;
    color: black;
    opacity: 0.6;
    font-weight: bold;
}
@media (max-width: 800px) {
    .clients .titre {
        margin-top: 50%;
    }

    .client {
        display: none;
    }
}

/* =======page contact========= */

.contact .section-title .title {
    font-weight: bold;
    color: white;
    padding-top: 5%;
}
.contact {
    padding-top: 0.1px;
}
.contact .section-title span {
    content: "";
    width: 100px;
    display: block;
    background: white;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
    color: white;
}

.contact .info {
    padding-top: 4rem;
}
.contact .info .list-group .list-group-item span {
    margin-left: 15px;
    width: 90%;
}
.contact .info .list-group .list-group-item .i {
    font-size: 25px;
    border: none;
}
.contact .info .list-group {
    border: none;
}

@media (max-width: 800px) {
    .contact {
        padding-top: 30%;
    }
}

/* =======page offres========= */

.offres .section-title .title {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.offres .section-title span {
    content: "";
    width: 100px;
    display: block;
    background: var(--couleur-bleu);
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-20px);
}

.offres {
    padding-top: 1%;
}

@media (max-width: 800px) {
    .offres {
        padding-top: 40%;
    }
}

/* =======page Apropos========= */

/* Animation de glissement du haut vers le bas */
.modal.fade .modal-dialog {
    transform: translate(0, -100%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

/* Largeur de la modal à 80% */
.modal-lg {
    max-width: 80%;
}

/* =======page offre========= */

.site {
    text-align: center;
}
.site .plans {
    background: var(--couleur-verte);
    color: var(--couleur-blanc);
}
.site .plans h4 {
    font-weight: bold;
}

.site .plans .btn {
    margin-bottom: 2rem;
}

@media (max-width: 800px) {
    .main-offres {
        padding-top: 26%;
    }
}

/* =======page creation========= */

.po {
    padding-top: 1%;
}
.main-creation {
    padding-top: 6%;
}
.main-creation .top h4 {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.main-creation .top p {
    font-size: 18px;
    opacity: 0.6;
}

@media (max-width: 800px) {
    .main-creation {
        padding-top: 55%;
    }
}

/* =======page hebergement========= */

.main-hebergement {
    padding-top: 6%;
}

.main-hebergement .top h4 {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.main-hebergement .top p {
    font-size: 18px;
    opacity: 0.6;
}

/* =======page seo========= */

.main-seo {
    padding-top: 6%;
}

.main-seo .top h4 {
    font-weight: bold;
    color: var(--couleur-bleu);
}

.main-seo .top p {
    font-size: 18px;
    opacity: 0.6;
}
.main-seo .right ul li a {
    font-size: 18px;
    color: black;
    font-weight: bold;
    opacity: 0.6;
    text-decoration: none;
    transition: 0.5 all ease-in-out;
}
.main-seo .right ul li a:hover {
    color: var(--couleur-verte);
}
.main-seo .right h4 {
    margin-left: 15px;
}

.main-seo .left ul li {
    font-size: 18px;
    color: black;
    font-weight: bold;
    opacity: 0.6;
    text-decoration: none;
}

/* =======Page blog========= */

.blog {
    padding-top: 1%;
}
@media (max-width: 800px) {
    .blog {
        padding-top: 50%;
    }

    .main-hebergement {
        padding-top: 50%;
    }
}
