/* START GLOBAL REUSSITE PERSONALIZED CSS*/
#fixedlogo,#fixedlogo-home {
	position: fixed; /*position: absolute;*/
	z-index: 2;
	/*opacity: 75%;*/
	/*margin-top: 1em;*/
    
}
.fixedlogo {
	margin-top: 1.4em;
}
.fixedlogo-home {
    top:0px;
}
/*#navbarCollapse {
    z-index: 3;
    opacity: 0.8;
}*/
.bg-gr-success {
	background-color: #009900;
}
.bg-gr-primary {
	background-color: #f4750c;
}
.bg-gr-secondary {
	background-color: #009900;
}
.bg-gr-lightgreen {
	background-color: #b5e7a0;
}
.text-gr-light {
	color: white;
	/*font-weight: bold;*/
}
.text-gr-lightgreen {
	color: #b5e7a0;
}
.text-gr-primary {
	color: #f4750c;
}
.text-gr-secondary {
	color: #009900;
}
.text-gr-primary:hover {
	color: #009900;
}
.text-gr-secondary:hover {
	color:  #f4750c;
}
.btn:hover .fa-twitter {
	color: #f4750c;
}
.btn:hover .fa-facebook-f {
	color: #f4750c;
}
.btn:hover .fa-linkedin-in {
	color: #f4750c;
}
.btn:hover .fa-instagram {
	color: #f4750c;
}
.btn:hover .fa-youtube {
	color: #f4750c;
}

#gr {
	color: #f4750c;
	font-size:0.8em; /*0.4em;*/
	font-family: fantasy;
	
}
.gr {
	font-size:1em;
}
#sarl {
	color: #009900;/*color: #000000*/; /**/
	font-family: fantasy;
	/*font-size:0.30em;*/ font-size:0.0em;
}
.logo_img {
	width:175px;
	/*display:none;*/
}
.btn-gr-primary {
	background-color: #f4750c;
	border-color: #f4750c;
	color: #ffffff;
}
.btn-gr-primary:hover {
	background-color: #009900;
	border-color: #009900;
	color: #ffffff;
}
.btn-gr-secondary {
	background-color: #009900;
	border-color: #009900;
	color: #ffffff;
}
.btn-gr-secondary:hover {
	background-color: #f4750c;
	border-color: #ffffff;
	color: #ffffff;
}
.carousel-haut {
	margin-top: 3em;
}
.gr-activepage {
	background-color: #009900;
	border-color: #009900;
	color: #ffffff;
}
.gr-activepage:hover {
	background-color: #f4750c;
	border-color: #f4750c;
	color: #ffffff;
}
a {
	color: #009900;
}

.form-inputs {
    border-color: #f4750c;
}

.section>h3 {
    color: #f4750c;
}
.section>ul>li,.section>p>strong,.section>p {
    color: #000000;
}
.bonus {
    background-color: #b5e7a0;
    padding: 10px;
    border: 1px dashed #009900;
}
/*START CSS FROM HIGHTECH TEMPLATE*/
/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}
.project-img:hover {/*Added by YAO N'DA ANICET on 11/05/2025*/
    cursor: pointer;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}
.project-img:hover .seeapp {/*Added by YAO N'DA ANICET on 11/05/2025*/
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}
.seeapp {/*Added by YAO N'DA ANICET on 11/05/2025*/
    opacity: 1;
    /*padding: 20px 25px;*/
    /*background: var(--bs-primary);*/
    color:var(--bs-primary);
    font-size:1.5em;
    font-weight:bold;
}

@media (max-width: 277px) {
	.seeapp {
		font-size: 1.2em;
	}
	
}

@media (max-width: 227px) {
	.seeapp {
		font-size: 1em;
	}
	
}

.new_spinner spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}

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

.founder-img-div2 {
    display:none;
}

@media (min-width: 331px) and (max-width: 991px) {
    .founder-img-div2 {
        display:block;
    }
    .founder-img-div {
        display:none;
    }
}

/*** Project End ***/
/*END CSS FROM HIGHTECH TEMPLATE*/

/* END GLOBAL REUSSITE PERSONALIZED CSS*/

/********** Template CSS **********/
:root {
    /*--primary: #06A3DA;*/ /*Modified by GLOBAL REUSSITE*/ --primary: #f4750c;
    /*--secondary: #34AD54;*/ /*Modified by GLOBAL REUSSITE*/--secondary: #009900;
    --light: #EEF9FF;
    --dark: #091E3E;
    
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    /*color: #FFFFFF;*//*Modifié par GLOBAL REUSSITE*/ color: #009900;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
	/*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
	.fixedlogo {
		margin-top: 0;
	}
}

/*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
@media (min-width: 767px) and (max-width: 991.98px) {/*A revoir. Ca ne résoud pas mon pb*/
  /*Masquer les menus: Plus, Contact et le bouton de recherche*/
  #menuplus,#menucontact {
	  /*display:none;*/
  }
  .navbar-toggler {
		/*z-index:9000;
		position: fixed;
		right: 0px;*/
	}
}

/*@media (min-width: 1200px) {
	.founder-img-div {
	    height:400px;
	}
}*/

@media (max-width: 900px) {/*767px*/
	.logo_img {
		width:100px;
		/*display:none;*/
	}
	.carous-title {
		font-size: 1.5em;
	}
	.carous-detail {
		font-size: 1.3em;
	}
	
}


@media (max-width: 767px) {/*767px*/
	.logo_img {
		width:100px;
		/*display:none;*/
	}
	.carous-title {
		font-size: 1.4em;
	}
	.carous-detail {
		font-size: 1.2em;
	}
	
}

@media (max-width: 500px) {
	.carous-title {
		font-size: 1em;
	}
	.carous-detail {
		font-size: 0.9em;
	}
    #gr {
        font-size:0.6em; 
	
    }
}
@media (max-width: 424px) {
	.carous-title {
		font-size: 0.8em;
	}
	.carous-detail {
		font-size: 0.8em;
	}
    .savoirplus {
        font-size: 0.8em;
    }
    
}

@media (max-width: 386px) {
	.carous-title {
		font-size: 0em;
	}
	.carous-detail {
		font-size: 0.8em;
	}
    .savoirplus {
        font-size: 0.8em;
    }
    
}

@media (max-width: 371px) {
	/*.carous-title {
		font-size: 0em;
	}*/
	.carous-detail {
		font-size: 0.7em;
	}
    .savoirplus {
        font-size: 0.7em;
    }
    .logo_img {
		width:90px;
	}
    
}


@media (max-width: 273px) {
    #gr {
        font-size:0.5em; 
    }
    .logo_img {
		width:80px;
		/*display:none;*/
	}
}

@media (max-width: 225px) {
    #gr {
        font-size:0.4em; 
    }
    .logo_img {
		width:60px;
		/*display:none;*/
	}
}

@media (max-width: 183px) {
    #gr {
        /*font-size:0.4em;*/
        display:block
    }
    .logo_img {
		/*width:60px;*/
		display:block;
	}
}

@media (max-width: 141px) {
	.carous-title {
		font-size: 0.7em;
	}
	.carous-detail {
		font-size: 0.6em;
	}
    .savoirplus {
        font-size: 0.6em;
    }
    
}

@media (max-width: 991.98px) {
	.navbar-toggler {
		z-index:9000;
		position: fixed;
		right: 0px;
	}
	#navbarCollapse {
		margin-top: 5em;
	}
}


	
@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {/*h5 modifié (par YAO N'DA ANICET) en h4 car c'est ce que j'ai utilisé dans le html*/
        font-size: 0.875px;
        font-weight: 500 !important;
    }
    .carousel-title {/*h5 modifié (par YAO N'DA ANICET) en h4 car c'est ce que j'ai utilisé dans le html*/
        font-size: 0.875px;
        font-weight: 500 !important;
    }

    .carousel-caption h1,.carousel-caption h2 {
        font-size: 1.6em;
        font-weight: 600 !important;
    }
}
/*Ajouté par YAO N'da Anicet à cause de la longueur de mes textes de carousel*/
@media (max-width: 446px) {
    .carousel-caption h1,.carousel-caption h2 {
        font-size: 1.25em;
        font-weight: 600 !important;
    }
}
@media (max-width: 397px) {
    .carousel-caption h2 {
        font-size: 1em;
    }
}
@media (max-width: 364px) {
    .carousel-caption h1,.carousel-caption h2 {
        font-size: 0.9em;
        font-weight: 600 !important;
    }
}
@media (max-width: 334px) {
    .carousel-caption h1,.carousel-caption h2 {
        font-size: 0.875em;
        font-weight: 600 !important;
    }
	.carousel-caption h4 {/*h5 modifié (par YAO N'DA ANICET) en h4 car c'est ce que j'ai utilisé dans le html*/
        font-size: 0.75em;
        font-weight: 500 !important;
    }
}
@media (max-width: 329px) {
	/*.logo_img {
		width:100px;
		
	}*/
	.carousel-haut {
		margin-top: 0em;
	}
    .carousel-caption {
        position: relative !important;/*Trouvé le 25/06/2025 après une longue recherche (et à l'aide de ChatGpt) sur comment étendre en hauteur le contenu d'une carouselle*/
        background: rgba(11, 141, 6, 0.7);
    }
    .carous-detail {
        font-size: 0.8em;
    }
    .carousel-caption h2 {
        font-size: 1em;
        background-color: #ffffff;
    }
	/*.savoirplus {
		font-size: 10px;
	}
	.nouscontacter {
		font-size: 10px;
	}*/
    
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

/*Ajouté par YAO N'da Anicet pour avoir des taille texte adéqutes pour les petits écrans*/
@media (max-width: 397px) {
    .section-title h2 {
        font-size: 0.8em;
    }
    .section-title h3 {
        font-size: 0.9em;
    }
    .features-h4 {
        font-size: 0.9em;
    }
    p,li {
        font-size: 0.8em;
    }
    .see-offer-link {
       font-size: 0.8em; 
    }
    .service-item .service-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 279px) {
    .service-item .service-icon {
        width: 25px;
        height: 25px;
    }
    .see-offer-link {
       font-size: 0.7em; 
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}
/*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
.service-item-long {
	height: 350px;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: var(--primary);*//*Modified by GLOBAL REUSSITE*/ background: var(--secondary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    /*width: 60px;*//*Modified by GLOBAL REUSSITE*/ /*width: 120px;*/
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 1;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
/*Added by YAO N'DA ANICET (GLOBAL REUSSITE)*/
.detail-offrecta-long {/*Ce n'est plus nécessaire, car le fait d'enlever la valeur de 60px de l'attribut Width a permis d'avoir une largeur qui s'étire par rapport au texte*/
	width: 200px;
}
.detail-offrecta-short {/*Ce n'est plus nécessaire, car le fait d'enlever la valeur de 60px de l'attribut Width a permis d'avoir une largeur qui s'étire par rapport au texte*/
	width: 60px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../../assets/img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header-webvitr {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../../assets/img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header-appwebmob {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../../assets/img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header-appvbaexcel {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../../assets/img/carousel-4.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}
.link-animated-active {/*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
	color: #f4750c;
}

.link-animated a:hover {
    padding-left: 10px;
	color: #009900; /*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
}

/*Added by GLOBAL REUSSITE (YAO N'DA ANICET)*/
.blog-link:hover {
	color: #009900;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}