html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    margin-block-start:.5rem;margin-block-end:1rem;font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-block-start:0;margin-block-end:.9rem}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #d71d2d;
}

a:active,a:hover {
    color: #336
}
a.nav-link {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #000 !important;
}
.bg-primary {
  background-color: #2596be !important;
}
.btn-primary, .sg-btn-primary {
  background: linear-gradient(256deg, #1b6d8a 0%, #2596be 100%);
  border: none;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  fill: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 1.5px;
  line-height: 18px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-outline-primary {
    color: #2596be;
    border-color: #2596be !important;
    padding:8px 15px;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color:#2596be;
    border-color: #2596be !important;
}

.text-primary {
  color: #2596be !important;
}
.bg-dark {
  background-color: #053069 !important;
}
img.zoom.transition {
    transition: 0.5s ease;
}
img.zoom.transition:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}
section.sg-content, .sg-faq {
  padding: 50px 0px !important;
}
.carousel span.carousel-control-prev-icon, .carousel span.carousel-control-next-icon {
    background-color: #1b6d8a;
    border:5px solid #1b6d8a;
    border-radius:50%;
}
.carousel .carousel-indicators [data-bs-target] {
    background-color:#1b6d8a
}
/*top bar css start*/
.top-bar {
  background-color: #2596be;
}
.top-bar a {
  color: #fff;
}
.top-bar .list-inline-item:not(:last-child) {
    margin-right: 1.2rem;
}
input#site_search_field {
    padding:0px 10px !important;
    min-height: 35px;
}
.site_search_submit {
  width: 30px;
  border: none;
  background: url('../../../../images/search-icon.png?updated=1749646289163') no-repeat center;
  position: absolute;
  top: 0px;
  right: 8px;
  bottom: 0px;
  cursor: pointer;
  outline:none;
  border:none;
  box-shadow: none !important;
}
.internal-banner {
  padding: 7em 0em 10em 0em;
  background-image: url('../../../../images/banner/devis-antilles-telephone-martinique.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -58px;
}
.internal-banner .col-12 {
  z-index: 99;
}
.bg-overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1F133A2B 0%, #1F133A 100%);
  opacity: 1;
  inset: 0;
}
/*top bar css end*/
/*header css start*/
header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.main-header .navbar-nav .dropdown-menu {
  min-width: 16rem;
}
.main-header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.main-header .navbar-nav .dropdown-menu a {
  padding: 10px 15px !important;;
}
.main-header .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}
.main-header .navbar-nav .dropdown-menu li:last-child {
  border-bottom:0;
}
.main-header .navbar-nav .dropdown-menu li:hover {
  background-color: #2596be;
}
.main-header .navbar-nav .dropdown-menu li:hover a {
  color: #fff !important;
}
.main-header .navbar .btn {
  min-width: 130px;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
/*header css end */
/*header css end */
/*breadcrumb-section css start*/
.breadcrumb-section {
    background-color: transparent;
    z-index: 1;
}
.breadcrumb-section a, .breadcrumb-section span{
    color : #fff;
    text-decoration : none;
}
/*breadcrumb-section css end*/
.slider-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider-section .swiper {
  width: 100%;
  height: 100%;
}
.slider-section .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-section .bg-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: kenburns 10s ease-in-out infinite alternate;
  z-index: 0;
}
.slider-section .swiper-slide-active .bg-slide {
  opacity: 1;
  z-index: 1;
}
.background-overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(192deg, #053069 12%, #1F133A2B 100%);
  z-index: 99
}
.slider-section .caption {
  position: relative;
  z-index: 999;
  color: white;
  text-align: center;
  max-width: 90%;
  padding: 20px;
  border-radius: 8px;
}
.slider-section .caption h1 {
  font-family: Jost, sans-serif;
  font-size: 56px; 
  font-weight: 600;
  letter-spacing: -2px; 
  line-height: 56px;
}
/* Ken Burns zoom effect */
@keyframes kenburns {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.15);
  }
}

/*icons section css start*/
.icons-section {
  z-index: 9999;
}
.icons-section .icon-box {
    padding: 30px 20px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 100px 0px rgba(156, 149, 149, 0.5);
    background: #fff;
}

.icons-section .icon-box i {
  color: #053069;
}
/*icons section css end*/
/*about us section css start*/
.about-us-section .icon-wrapper {
  min-width: 28px;
  text-align: center;
}
.about-us-section .about-us-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px 250px 25px 25px !important;
}
/*about us section css end */
/* parallex section css start */
section.parallax-section {
    padding: 7em 0em 7em 0em !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax-background-overlay {
  background-color: #1f133a;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.parallax-section .text-block {
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  padding: 4rem;
}
/* parallex section css end */
/* feaures section css start */
.our-features-section h6 {
  font-size: 20px;
  font-weight: 600;
}
.our-features-section .icon {
  margin-top: 5px;
}
/* feaures section css end */
/* firewall-protection section css start */
.firewall-protection-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10em 4em 10em 4em !important;
}
.firewall-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #053069 0%, #1F133A2B 100%);
}
/* firewall-protection section css end */
/* services section css start */
.services-section .container {
  margin-top:-150px;
}
.services-section .box {
  padding: 3em 3em 3em 3em;
}
/* services section css end */
/* testimonial section css start */
.testimonial-section img {
    width: 70px;
}
.testimonial-section .swiper-pagination {
  position: relative !important;
}
/* testimonial section css end */
/*blog details page css start*/

.recent-post-thumbnail {
  width: 100px;
  height: auto;
}
.recent-posts-sidebar .sg-card  {
    border-bottom: 1px solid #ddd !important;
    margin-bottom:15px;
    border-radius:0px !important;
}
.recent-posts-sidebar .sg-card p.date {
    font-size: 12px;
    margin-bottom: 10px;
}
/*blog details page css end*/
/*contact us page css start*/
.contact-us-icons-section .icon-box {
  padding: 3em 3em 3em 3em;
}
section.contact-us-icons-section .container {
    margin-top: -150px;
}
.contact-us-icons-section i {
  padding: 20px;
  color: #fff;
  background: linear-gradient(256deg, #1b6d8a 0%, #2596be 100%);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 60px;
}
.checkbox label {
  font-weight: normal;
  color: #333;
}
textarea {
  height: 100px !important;
}
.sg-form-control {
  background-color: #F6F7FA;
  box-shadow: 0px -3px 0px 0px #DED9D9 inset;
}
.form-control:focus {
  box-shadow: 0px -3px 0px 0px #2596be inset;
  border-color: #ddd;
}
/*contact us page css end*/
/*common css for form*/
.form-box {
  box-shadow: 0 10px 20px 3px rgb(99 119 238 / 40%);
}
/*common css for form end*/
/*FAQ section css for form*/
.sg-faq.detail .card-header {
  border-left: 2px solid;
  background-color: #2596be !important;
}
.sg-faq .card-header a {
    color: #053069
}
.sg-faq .card-header:hover {
    border-left: 2px solid #d71d2d;
}
.sg-faq .card-header:hover a {
    color: #d71d2d;
}
.sg-faq .card-header h5 {
    transition: 0.5s ease;
}
.sg-faq .card-header:hover h5 {
    padding-left:5px
}
/*FAQ section css for form*/
/*footer css start*/
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #d71d2d;
}
footer .footer-links li {
    margin-bottom: 10px;
}
.whatsapp-sticky-btn {
    position:fixed;
    right:20px;
    bottom:95px;
    z-index:99999;
}
.whatsapp-sticky-btn img.icon-img {
    max-width:40px;
    transition: 0.5s ease;
}
.whatsapp-sticky-btn img.icon-img:hover {
    transform:scale(1.1)
}
/*footer css end*/
/*Search results page css start*/
.site_search_results_1 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.site_search_results_1 li {
    background-color: #ffffff;
    margin-bottom: 16px;
    padding: 18px 24px;
    border-left: 5px solid #2596be;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.site_search_results_1 li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left-color: #d71d2d;
    background-color: #f9fff9;
}

.site_search_results_1 li::before {
    content: "\f002"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2596be;
    margin-right: 14px;
    font-size: 18px;
}

.site_search_results_1 li a {
    text-decoration: none;
    color: #17191B;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.2s ease;
    flex-grow: 1;
}

.site_search_results_1 li a:hover {
    color: #2596be;
}
/*Search result css ends*/
/*sitemap css start*/
.sitemap-links .container > ul {
    max-width:800px;
    margin:50px auto;
}
.sitemap-links li ul {
    list-style: none;
    padding-left: 10px;
}
.sitemap-links ul li {
    border:1px solid #ddd;
    margin:10px;
    padding:10px 15px;
    transition: 0.5s ease;
}
.sitemap-links .container > ul > li:hover {
  padding-left: 20px;
}
.sitemap-links ul li a {
  color:#053069;
}
.sitemap-links ul li:hover > a {
  color:#d71d2d;
}
.sitemap-links ul > li:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    color: #2596be;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 900;
}
/*sitemap css end*/
/*Pagination CSS Starts*/
.model_pagination {
    display: flex;
    justify-content: center;
    align-items : center ;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}
.model_pagination a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}
.model_pagination a:hover{
    transform : translateY(2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color : #2596be;
    color : #fff;
}
.model_pagination a.inactive {
    background-color: #2596be;
    color: #fff;
    font-weight: 600;
    border-color: #2596be;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*Pagination CSS Ends*/
/*Go to Top button CSS Starts*/
#topBtn {
  display: none; 
  position: fixed; 
  bottom: 35px; 
  right: 20px; 
  z-index: 99; 
  border: 2px solid #fff !important; 
  outline: none; 
  background-color: #2596be;
  color: white; 
  cursor: pointer; 
  padding: 0px; 
  font-size: 18px; 
  width:40px;
  height:40px;
  border-radius:50%;
  justify-content: center;
  align-items: center;
}
 
#topBtn:hover {
  background-color: #555; 
  border: 2px solid #fff !important; 
}
/*Go to Top button CSS Ends*/
/*Media queries css start*/
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
  .icons-section .icon-box {
    margin: -100px 0px 0px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .icons-section .icon-box {
    padding: 25px 15px !important;
  }
  .recent-post-thumbnail {
    width: 100%;
  }
  iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-us-img {
    height: 575px;
  }
}
@media screen and (max-width:991px) {
  div#mainNavbar {
      border:1px solid #ddd;
  }
  div#mainNavbar  li {
      border-bottom: 1px solid #ddd;
      padding:5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-img {
    height: 375px;
  }
  .slider-section .caption h1 {
    font-family: Jost, sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 48px;
  }
}
@media screen and (max-width: 550px) {
  .firewall-protection-section {
    padding: 5em 2em 5em 2em !important;
  }
  .demande-de-devis-cta {
    padding: 15px 15px !important;
  }
}
  