/*
*	AMWS-2024 by AM Web Solutions Ltd
*	15/07/2024
* 	+-+-+ +-+-+-+ +-+-+-+-+-+-+-+-+-+
* 	|A|M| |W|E|B| |S|O|L|U|T|I|O|N|S|
* 	+-+-+ +-+-+-+ +-+-+-+-+-+-+-+-+-+
*/ 
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	text-decoration: none;
}
html {
	overflow-x: hidden;
}
body {
	color: #212529;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	/*background: url(../images/bg.jpg) top center no-repeat fixed #011F41;*/
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
a {
	color: #000;
    -webkit-transition: ease-in-out .4s;
    -moz-transition: ease-in-out .4s;
    -ms-transition: ease-in-out .4s;
    transition: ease-in-out .4s;
}
a:hover {
	color: #1A1819;
	text-decoration: underline;
}
.no-gutter {
	padding-left: 0;
	padding-right: 0;
}
#banner {
	width: 100%;
	object-fit: cover;
	height: 350px; 
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px 0;
    position: relative;
    /*background-color: #163e90;*/
}
#banner .banner-trust {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.92);
}

#banner .banner-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding: 6px 12px; */
    border-radius: 999px;
    
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1;
}
#banner .banner-trust__item i {
    font-size: 13px;
    opacity: 0.95;
}
#banner .header-expertise-pill__icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #bae6fd , #fef08a 100%);
}
#banner .header-expertise-pill__icon i {
    color: #000;
    font-size: 10px;
    opacity: 1;
}
#banner .banner-trust__item--logos {
    gap: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(0, 0, 0, 0.18);
}
#banner .banner-trust__item img {
    height:48px;
    width: auto;
    display: block;
}
#banner .banner-trust__item--combined {
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}
#banner2 {
    width: 100%;
    object-fit: cover;
    height: 130px;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {

  #banner .banner-trust {
    margin-top: 2px;
  }

  #banner .banner-trust__item {
    font-size: 10px;
  }

  .amws-btn {
    padding: 7px 15px !important;
    font-size: 10px !important;
  }

  #banner .banner-trust__item img {
    height:21px;
}

 }





.amws-bg {
    background: linear-gradient(-45deg, #6AC6F0, #008FD5, #163E90);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.beneficiez-block {
text-align: center !important;
padding-top: 10px;
}

.communication-block {
  text-align: center !important;
}

/* Icon + title as one centered group — must beat #intro .intro-heading__text { flex: 1 } */
#intro .communication-block .intro-heading {
  justify-content: center;
  text-align: center;
}
#intro .communication-block .intro-heading__text {
  flex: 0 1 auto;
  text-align: center;
}

#logo img {
    width: 20%;
}
.blue {
	color: #1784ff;
}
.blue-bg {
	background-color: #1784ff;
}
.blue2-bg {
	background-color: #163e90;
}
.grey-bg {
	background-color: #e8e8e8;
}
.grey2-bg {
    background-color: #bbb;
}
.white {
	color: #FFF;
}
.double-border {
	border-top: 5px solid #bbb;
	border-bottom: 5px solid #bbb;
}
.error {
    border-color: red;
}
section {
	padding: 50px 0;
}
section p {
	text-align: justify;
}

#section4 {
    border-bottom: 0;
    padding-top: 25px !important;
}
h1 {
	color: #FFF;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
}
h2 {
	color: #FFF; 
	font-size: 20px;
	letter-spacing: 2px;
}
h3 {
	color: #0d4a8a;
	text-transform: uppercase;
	border-bottom: 1px solid #0d4a8a;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 20px;
}
h4 {
	color: #1784ff;
	letter-spacing: 2px;
    font-weight: 600;
    /*font-size: 22px;*/
}

h5 {text-align: center;}

#devis h3 {
    font-size: 18px;
    background-color: rgba(11, 31, 74, 1);
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 0;
    color: #fff;
}

.bullets {margin-bottom: 0px;}

.bullets li { list-style: square; font-weight: 600; margin-left: 15px;}

.box-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 per row */
  gap: 20px;
  max-width: 100%;
  margin: auto;
}

.box{
        padding: 10px;
    background-image: radial-gradient(circle at 25% 25%, #ebebeb 2px, transparent 2px), radial-gradient(circle at 75% 75%, #ebebeb 2px, transparent 2px);
  background-size: 20px 20px;
  background-repeat: repeat;
  opacity: 1;
  background-color: #f6f6f6;
    border-radius: 5px;
    height: auto;
    border: 1px solid #ddd;
}

.box h5 {font-weight: 600;}

.margin-bottom {margin-bottom: 20px;}

#devis h3 span {
    color: #fff; 
}
#devis h3 span b {
    font-size: 140%;
}
#devis h3 u {
    font-size: 120%;
    text-decoration: none;
}
.btn {
	background-color: #1784ff;
	color: #fff;
}
.btn.whatsapp {
    background-color: #78d566;
}
.btn.whatsapp:hover {
    background-color: #fff;
    color: #78d566;
}
.amws-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #011F41;
    background: #fff;
    border: 1px solid #666;
    border-radius: 40px;
    transition-duration: 0.7s;
    padding:8px 12px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
}
.amws-btn:hover {
    background: rgb(106, 198, 240);
    background: linear-gradient(90deg, rgba(106, 198, 240, 1) 30%, rgba(22, 62, 144, 1) 100%);
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}
/* Dark pill for use on light intro panels (keeps default .amws-btn for dark backgrounds) */
.amws-btn--dark {
    color: #e9f2ff;
    background: linear-gradient(135deg, #0d4a8a 0%, #062a52 100%);
    /* border: 1px solid rgba(255, 255, 255, 0.35); */
}
.amws-btn--dark:hover {
    background: linear-gradient(90deg, rgba(106, 198, 240, 1) 30%, rgba(22, 62, 144, 1) 100%);
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}
.navbar-toggler {
	border: 0;
	position: absolute;
	right: 0;
	top: -60px;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../img/menu-bar.png);
}
.social-item .nav-link {
	display: inline-block;
	margin: 0 5px;
}
.icon_header {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 160px;
    text-align: center;
}
._hover img {
    transform: scale(1);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}
._hover img:hover {
    transform: scale(1.1);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}
#social a {
	margin: auto 10px;
	text-decoration: none!important;
	color: #FFF
}
#social i {
	font-size: 22px;
}
.navbar-nav .nav-link {
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
}
.nos-partenaires-list {
	overflow: hidden;
}
.owl-demo .item{
  margin: 3px;
  text-align: center;
}
.owl-demo .item img{
  /*display: block;
  width: 100%;*/
  height: auto;
}
.owl-item {
    display: inline-block;
}
.owl-nav {
	display: none;
}
.amws-code p {
	margin: 0;
}
/*#devis-form .form-control {
    width: 185px;
    color: #000;
}*/
#devis-form #submit:hover,
.btn:hover {
    color: #FFF;
    background-color: #64C2ED;
}
.copyright {
    font-size: 14px;
}
#amws_canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.footer-am img {
    width: 30%;
}
.footer-const img {
    width: 30%;
    margin: 20px 0;
}

.card-deck li {
    border-bottom: 1px dotted #000;
    margin: 10px 0;
    font-size: 13px;
}
.card-deck li.nostyle {
    border: none;
}   
.card-header {
    background: rgb(106,198,240);
    background: linear-gradient(180deg, rgba(74,126,242,1) 50%, rgba(51,96,197,1) 100%); 
}
.card-pro .card-header {
    background: linear-gradient(180deg, rgba(37,95,194,1) 50%, rgba(11,52,118,1) 100%);
}
.card-ecommerce .card-header {
    background: linear-gradient(180deg, rgba(28,62,136,1) 50%, rgba(11,31,74,1) 100%);
}
.card-header h4 {
    color: #fff;
}
.strike {
    text-decoration: line-through;
    color: #000;
    font-size: 98%
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* —— Intro (#intro) & contact form (#devis-block) —— */
@keyframes intro-bg-shift {
  0%, 100% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
}
@keyframes intro-cloud-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(18px, -22px) scale(1.03); }
  66% { transform: translate(-14px, 12px) scale(0.98); }
}
@keyframes intro-cloud-drift-reverse {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-24px, 18px) scale(1.05); }
}
@keyframes intro-panel-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes intro-shimmer {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

#intro.intro-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    125deg,
    #e8f2ff 0%,
    #f0f7ff 22%,
    #eef6ff 45%,
    #e4f0ff 72%,
    #f5f9ff 100%
  );
  background-size: 200% 200%;
  animation: intro-bg-shift 22s ease-in-out infinite;
  padding-top: 55px;
  padding-bottom: 35px;
}
#intro.intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(255, 255, 255, 0.65), transparent 55%),
    radial-gradient(ellipse 90% 60% at 100% 100%, rgba(100, 194, 237, 0.12), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.intro-section__ambient {
  position: absolute;
  inset: -8% -5%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.intro-cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.72;
  will-change: transform;
}
.intro-cloud--1 {
  width: min(420px, 55vw);
  height: min(200px, 28vw);
  top: 2%;
  left: -5%;
  background: radial-gradient(ellipse at 30% 40%, rgba(255, 255, 255, 0.95), rgba(184, 220, 255, 0.4) 55%, transparent 70%);
  animation: intro-cloud-drift 28s ease-in-out infinite;
}
.intro-cloud--2 {
  width: min(380px, 50vw);
  height: min(180px, 26vw);
  top: 18%;
  right: -8%;
  background: radial-gradient(ellipse at 60% 50%, rgba(255, 255, 255, 0.85), rgba(23, 132, 255, 0.18) 60%, transparent 72%);
  animation: intro-cloud-drift-reverse 32s ease-in-out infinite;
}
.intro-cloud--3 {
  width: min(500px, 62vw);
  height: min(220px, 30vw);
  top: 42%;
  left: 15%;
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.75), rgba(100, 194, 237, 0.15) 58%, transparent 75%);
  animation: intro-cloud-drift 36s ease-in-out infinite 2s;
}
.intro-cloud--4 {
  width: min(360px, 48vw);
  height: min(160px, 22vw);
  bottom: 12%;
  right: 5%;
  background: radial-gradient(ellipse at 40% 55%, rgba(255, 255, 255, 0.9), rgba(23, 132, 255, 0.12) 50%, transparent 68%);
  animation: intro-cloud-drift-reverse 30s ease-in-out infinite 1s;
}
.intro-cloud--5 {
  width: min(440px, 58vw);
  height: min(190px, 26vw);
  bottom: -2%;
  left: -10%;
  background: radial-gradient(ellipse at 55% 40%, rgba(240, 248, 255, 0.95), rgba(184, 220, 255, 0.25) 52%, transparent 70%);
  animation: intro-cloud-drift 34s ease-in-out infinite 4s;
}
#intro.intro-section .container {
  position: relative;
  z-index: 1;
}
#intro .intro-panel {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 28px;
  padding: 1.85rem 21px 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, 0.8) inset,
    0 20px 50px -20px rgba(23, 132, 255, 0.18);
  animation: intro-panel-in 0.75s ease backwards;
}
#intro .intro-panel:nth-child(1) { animation-delay: 0.05s; }
#intro .intro-panel:nth-child(2) { animation-delay: 0.12s; }
#intro .intro-panel:nth-child(3) { animation-delay: 0.18s; }
#intro .intro-panel:nth-child(4) { animation-delay: 0.24s; }
#intro .intro-panel:nth-child(5) { animation-delay: 0.3s; }
#intro .intro-panel:nth-child(6) { animation-delay: 0.36s; }
#intro .intro-panel--cta {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(26, 74, 138, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 24px 55px -20px rgba(4, 42, 96, 0.55);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}
#intro .intro-panel--cta:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, rgba(13, 34, 68, 0.94) 0%, rgba(26, 74, 138, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 30px 65px -24px rgba(4, 42, 96, 0.62);
}
#intro .intro-panel--cta .intro-heading {
  color: #e9f2ff;
}
#intro .intro-panel--cta p {
  color: #d6e3ff;
  font-weight: 500;
  text-align: center !important;
}

/* section p { text-align: justify } — use normal alignment inside diff cards */
#intro .intro-diff-pair-row .intro-panel--diff > p {
  text-align: left;
}
#intro .intro-panel--cta .intro-heading__icon {
  color: #8fd4ff;
}
#intro .intro-panel--cta .intro-heading__icon i {
  animation: intro-shimmer 3s ease-in-out infinite;
  color: inherit;
}
#intro .intro-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1.15rem;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2d4a;
  line-height: 1.35;
}
#intro .intro-heading__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #2a7fd4;
  font-size: 1.35rem;
  box-shadow: none;
  padding: 0;
  transition: none;
}

#intro .intro-heading__icon img {
  width: 32px;
  height: 32px;
}
#intro .intro-heading__icon i {
  font-size: 22px;
}
#intro .intro-heading__text {
  flex: 1;
  min-width: 0;
  padding-top: 0.15rem;
}
#intro .intro-bullets li {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #334155;
}
#intro .intro-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1784ff, #64c2ed);
  box-shadow: 0 0 0 3px rgba(23, 132, 255, 0.15);
}

/* Intro first panel: text + visual (image or SVG) */
#intro .intro-panel--split .intro-split {
  margin-left: 0;
  margin-right: 0;
}
#intro .intro-split__copy {
  padding-left: 0;
  padding-right: 0;
}
#intro .intro-split__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro .intro-split__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 1rem;
}
#intro .intro-split__img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  /* box-shadow: 0 16px 40px -12px rgba(23, 132, 255, 0.25); */
}

/* Intro hero: global illustration (external SVG — animations live in the file) */
#intro .intro-split__media:has(.intro-global-visual) {
  min-height: 0;
  padding: 0.5rem 1rem;
}
#intro .intro-global-visual {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

/* Expertises grid (light theme — matches other intro panels & .box cards) */
#intro .expertises-panel {
  background: rgba(255, 255, 255, 0.38);
}
#intro .expertises-eyebrow {
  color: #1784ff;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}
#intro .expertises-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: #1a2d4a;
  margin: 0 0 0.85rem;
  font-size: 1.25rem;
  font-weight: 800;
}
#intro .expertises-title__icon {
  width: 32px;
  height: 32px;
  border-radius: 0;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: none;
}

#intro .expertises-title__icon img {
  width: 32px;
  height: 32px;
}

#intro .intro-heading img {
  width: 32px;
  height: 32px;
}


#intro .expertises-panel:hover .expertises-title__icon {
  transform: none;
}
#intro .expertises-title__icon i {
  font-size: 22px;
  color: #2a7fd4;
}
#intro .expertises-subtitle {
  color: #475569;
  margin: 0 0 1.2rem;
  font-weight: 500;
}
#intro .expertises-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: stretch;
}
#intro .expertise-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 18px;
  padding: 11px 14px 11px 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 18px -8px rgba(23, 132, 255, 0.18);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.3s ease;
  min-height: 48px;
}
#intro .expertise-pill:hover {
  transform: translateY(-4px) scale(1.01);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 14px 36px -12px rgba(23, 132, 255, 0.22);
}
#intro .expertise-pill__icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fefce8, #fef9c3 100%);
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 2px 6px rgba(15, 52, 102, 0.12);
}
#intro .expertise-pill:nth-child(2) .expertise-pill__icon {
  background: linear-gradient(180deg, #fef9c3, #fef08a 100%);
}
#intro .expertise-pill:nth-child(3) .expertise-pill__icon {
  background: linear-gradient(180deg, #fef08a, #bae6fd 100%);
}
#intro .expertise-pill:nth-child(4) .expertise-pill__icon {
  background: linear-gradient(180deg, #bae6fd, #93c5fd 100%);
}
#intro .expertise-pill:nth-child(5) .expertise-pill__icon {
  background: linear-gradient(180deg, #93c5fd, #c7d2fe 100%);
}
#intro .expertise-pill:nth-child(6) .expertise-pill__icon {
  background: linear-gradient(180deg, #c7d2fe, #fbcfe8 100%);
}
#intro .expertise-pill:nth-child(7) .expertise-pill__icon {
  background: linear-gradient(180deg, #fbcfe8, #f5d0fe 100%);
}
#intro .expertise-pill:nth-child(8) .expertise-pill__icon {
  background: linear-gradient(180deg, #f5d0fe, #e9d5ff 100%);
}
#intro .expertise-pill__icon i {
  font-size: 10px;
  line-height: 1;
  width: 1em;
  text-align: center;
  display: block;
  color: #0f172a;
}
/* Check contrast: dark on light gradients, light on saturated/dark */
#intro .expertise-pill:nth-child(3) .expertise-pill__icon i,
#intro .expertise-pill:nth-child(4) .expertise-pill__icon i,
#intro .expertise-pill:nth-child(5) .expertise-pill__icon i,
#intro .expertise-pill:nth-child(6) .expertise-pill__icon i,
#intro .expertise-pill:nth-child(7) .expertise-pill__icon i {
  color: #0f172a;
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
}
#intro .expertise-pill:nth-child(8) .expertise-pill__icon i {
  color: #1e293b;
  text-shadow: none;
}
#intro .expertise-pill__text {
  color: #334155;
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.93rem;
  flex: 1;
  min-width: 0;
}
#intro .regie-flow.box-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
}
#intro .regie-flow .box.regie-item {
  position: relative;
  padding: 1.15rem 1.15rem 1.15rem 1.35rem;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  transition: transform 0.35s ease, padding-left 0.3s ease;
}
#intro .regie-flow .box.regie-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5497b7, #1886b7 45%, rgba(14, 165, 233, 0.35));
  opacity: 0.85;
  transition: width 0.3s ease, opacity 0.3s ease;
}
#intro .regie-flow .box.regie-item--1::before {
  background: linear-gradient(180deg, #7dd3fc, #60a5fa 100%);
}
#intro .regie-flow .box.regie-item--2::before {
  background: linear-gradient(180deg, #60a5fa, #2c4ca0 100%);
}
#intro .regie-flow .box.regie-item--3::before {
  background: linear-gradient(180deg, #2c4ca0, #6366f1 100%);
}
#intro .regie-flow .box.regie-item--4::before {
  background: linear-gradient(180deg, #6366f1, #d946ef 100%);
}
#intro .regie-flow .box.regie-item--5::before {
  background: linear-gradient(180deg, #d946ef, #a446a4 100%);
}
#intro .regie-flow .box.regie-item--6::before {
  background: linear-gradient(180deg, #a446a4, #f0abfc 45%, #f5ce48 100%);
}
#intro .regie-flow .box.regie-item--7::before {
  background: linear-gradient(180deg, #f5ce48, #e5e4dd 100%);
}
#intro .regie-flow .box.regie-item::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 132, 255, 0.2), transparent 85%);
  opacity: 0.6;
}
#intro .regie-flow .box.regie-item:last-child::after {
  display: none;
}
#intro .regie-flow .box.regie-item:hover {
  transform: translateX(6px);
  padding-left: 1.5rem;
}
#intro .regie-flow .box.regie-item:hover::before {
  width: 6px;
  opacity: 1;
}
#intro .regie-flow .box h5 {
  text-align: left;
  color: #0f3466;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  line-height: 1.35;
}
#intro .box p {
  text-align: left;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 0;
}
#intro .intro-cta-wrap {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

/* Contact strip (#devis-block) — animated purple gradient + overlays */
#devis-block.devis-section,
#devis-block.amws-bg {
  position: relative;
  padding-top: 64px;
  padding-bottom: 76px;
  overflow: hidden;
}
/* Animated purple gradient (CodePen-style: shifting bg + radial layers) */
#devis-block.amws-bg {
  background-color: #0a1628;
  background-image:
    radial-gradient(circle farthest-side at 85% 8%, rgba(42, 127, 212, 0.24), transparent 55%),
    radial-gradient(ellipse farthest-corner at 0% 100%, rgba(139, 131, 184, 0.38), transparent 58%),
    linear-gradient(
      -45deg,
      #0a1628,
      #0d2244,
      #0d2244,
      #2a7fd4,
      #8292bd,
      #868bbb,
      #8b83b8,
      #927bb3,
      #0a1628
    );
  background-size: 100% 100%, 100% 100%, 400% 400%;
  background-repeat: no-repeat;
  animation: devis-bg-shift 45s ease infinite;
}
@keyframes devis-bg-shift {
  0%,
  100% {
    background-position: 0% 0%, 0% 0%, 0% 50%;
  }
  50% {
    background-position: 0% 0%, 0% 0%, 100% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  #devis-block.amws-bg {
    animation: none;
    background-size: 100% 100%, 100% 100%, 100% 100%;
  }
}
#devis-block.amws-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 110% 90% at 10% -15%, rgba(255, 255, 255, 0.06), transparent 52%),
    radial-gradient(ellipse 80% 70% at 95% 25%, rgba(130, 153, 189, 0.26), transparent 48%),
    radial-gradient(ellipse 90% 55% at 45% 105%, rgba(139, 131, 184, 0.16), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
#devis-block.amws-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}
#devis-block .container {
  position: relative;
  z-index: 1;
}
#devis {
  scroll-margin-top: 24px;
}
.devis-section__header {
  text-align: center;
  margin-bottom: 1.35rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
.devis-section__eyebrow {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #e0e8f0;
  margin: 0 0 0.5rem;
  text-shadow: 0 1px 3px rgba(10, 22, 40, 0.45);
  text-align: center;
}
.devis-section__lead {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 2px rgba(10, 22, 40, 0.25);
  text-align: center;
}

/* Lets us spin the conic gradient without transform (avoids clip/flicker at rounded corners). */
@property --amws-devis-spin {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.devis-card {
  position: relative;
  /* background: #ffffff; */
  border-radius: 22px;
  /* Reserve space so the animated border ring is not covered by full-width children */
  padding: 5px;
  border: transparent;
  box-shadow:
    0 4px 6px -1px rgba(10, 22, 40, 0.07),
    0 24px 48px -14px rgba(10, 22, 40, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  isolation: isolate;
}

/*
 * Rotating conic gradient: color travels around the *entire* border in one smooth turn.
 * (The uiverse “bar” version only shows a thin strip; the bright spot jumps between
 * sides instead of sweeping the full perimeter.)
 */
.devis-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  border-radius: 24px;
  background: conic-gradient(
    from var(--amws-devis-spin, 0deg),
    rgb(0, 183, 255),
    rgb(187, 64, 187),
    
    rgb(0, 183, 255)
  );
  animation: amws-rotBorder 4s linear infinite;
  pointer-events: none;
  /* Stable compositing layer; no rotation transform on this element */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.devis-card::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 0;
  border-radius: 17px;
  /* Inner fill: same feel as .devis-form; leaves a ~5px ring for ::before */
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fa 100%);
  pointer-events: none;
}

/* Ensure card header + form render above the animated border layers */
#devis .devis-card > * {
  position: relative;
  z-index: 1;
}

@keyframes amws-rotBorder {
  from {
    --amws-devis-spin: 0deg;
  }
  to {
    --amws-devis-spin: 360deg;
  }
}
#devis .devis-card > h3 {
  margin: 0;
  padding: 1.1rem 1.35rem 1.1rem;
  min-height: 0;
  height: auto;
  line-height: 1.35;
  font-size: 1.05rem;
  border-radius: 17px 17px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: linear-gradient(95deg, #0a1628 0%, #0d2244 38%, #1a4a8a 100%);
  box-shadow: inset 0 -1px 0 rgba(224, 232, 240, 0.12);
  border-bottom: 1px solid rgba(224, 232, 240, 0.12);
}
.devis-form {
  padding: 1.5rem 1.65rem 1.65rem;
  border-radius: 0 0 17px 17px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fa 100%);
}
#devis-form.devis-form .form-group {
  margin-bottom: 1.05rem;
}
#devis-form.devis-form .form-control {
  border-radius: 12px;
  border: 1px solid #e0e8f0;
  /* padding: 0.7rem 1rem; */
  font-size: 0.95rem;
  color: #0a1628;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #ffffff;
}
#devis-form.devis-form .form-control::placeholder {
  color: #94a3b8;
}
#devis-form.devis-form .form-control:focus {
  border-color: #1a4a8a;
  box-shadow: 0 0 0 3px rgba(26, 74, 138, 0.22);
  background-color: #ffffff;
}
#devis-form.devis-form select.form-control {
  cursor: pointer;
  color: #0d2244;
}
.devis-submit-wrap {
  margin-top: 0.5rem;
  padding-top: 0.35rem;
}
.btn-devis-submit {
  min-width: 220px;
  padding: 0.8rem 2.5rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border: none;
  background: linear-gradient(145deg, #1a4a8a 0%, #0d2244 100%);
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(10, 22, 40, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.btn-devis-submit:hover,
#devis-form.devis-form #submit.btn-devis-submit:hover {
  background: linear-gradient(145deg, #2563b8 0%, #1a4a8a 55%, #0d2244 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(10, 22, 40, 0.45);
  filter: brightness(1.03);
}
.devis-required-note {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #64748b;
  margin-top: 0.85rem;
  padding-bottom: 0.15rem;
}

#intro .intro-diff-row {
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
}

/* “Notre différence” + “Un modèle conçu…” — two columns side by side */
#intro .intro-diff-pair-row .row {
  align-items: stretch;
}
#intro .intro-diff-pair-row .row > [class*="col-"] {
  display: flex;
}
#intro .intro-diff-pair-row .intro-panel--diff {
  flex: 1 1 auto;
  width: 100%;
}
#intro .intro-diff-pair__foot {
  /* margin-top: 1rem; */
  margin-bottom: 0;
  text-align: center !important;
}

#intro .intro-diff-pair__foot span {
  color: #1a2d4a;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  #intro.intro-section {
    animation: none;
    background-size: 100% 100%;
  }
  .intro-cloud--1,
  .intro-cloud--2,
  .intro-cloud--3,
  .intro-cloud--4,
  .intro-cloud--5 {
    animation: none;
  }
  #intro .intro-panel {
    animation: none;
  }
  #intro .intro-panel--cta .intro-heading__icon i {
    animation: none;
  }

  .devis-card::before {
    animation: none;
  }
}

@media (max-width: 991px) {

  #intro.intro-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
  #intro .intro-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #intro .intro-heading__text {
    padding-top: 0;
  }
  #intro .expertises-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #intro .expertises-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  #intro .intro-panel {
    padding: 1.35rem 1.2rem;
  }
  #intro .intro-heading__icon {
    width: 48px;
    height: 48px;
  }
  #intro .expertise-pill__text {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
    #banner {
        height: 300px;
    }
}   
@media (max-width: 991px) {
	.navbar-toggler { 
		top: -60px;
	}	
	#logo img {
		width: 30%;
	}
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 16px;
    }
    label {
        font-size: 14px;
    }
    .amws-code p {
        font-size: 12px;
    }
    /*#devis-form .form-control {
        width: 100px;
        font-size: 12px;
    }*/
    #devis-form .form-group .btn {
        width: 100px;
        font-size: 12px;
    }
    #banner {
        height: 250px;
    }
    #devis h3 {
        font-size: 13px;
    }
          .box h5 {font-size: 18px;}

.box-container { grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 767px) {
    section {
        padding: 30px 0;
    }
    h1 {
        font-size: 25px;
    }    
    h2 {
        font-size: 20px;
    }     
    h3 {
        font-size: 18px;
        text-align: center;
    }    
      .box h5 {font-size: 18px; }
	  
	  .breakline {white-space: pre;}

.box-container { grid-template-columns: repeat(1, 1fr);}   
}
@media (max-width: 575px) {
    body {
        font-size: 12px;
    }
	#banner { 
		height: 200px;
	}
    h1 {
        font-size: 16px;
    }    
    h2 {
        font-size: 12px;
    }	  
    h3, #devis h3 {
        font-size: 14px;
        text-align: center;
    }   
  .box h5 {font-size: 14px;}

.box-container { grid-template-columns: repeat(1, 1fr);}
    .btn {
        font-size: 12px;
    }
    .form-control {
        font-size: 12px;
    }
    .copyright {
        font-size: 10px;
    }
    .footer-am img {
        width: 70%;
    }
    .footer-const img {
        width: 70%;
        margin: 14px 0;
    }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #1784ff; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
html {
  scroll-behavior: smooth;
}

.cta-section{
    position: relative;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    background-image: url('../img/section_cta.webp');
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Overlay */
.cta-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(135deg, rgba(43,54,122,0.9), rgba(31,39,89,0.9));
    z-index:1;
}

/* Content */
.cta-container{
    position: relative;
    z-index:2;
    max-width: 700px;
    margin: auto;
    animation: fadeUp 1s ease forwards;
}

.cta-section h2{
    font-size: 32px;
    margin-bottom: 15px;
}

.cta-section p{
    font-size: 17px;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Button */
.cta-button{
    display: inline-flex;
    align-items: center;
    gap:10px;
    padding: 15px 30px;
    background: #fff;
    color: #2b367a;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(255,255,255,0.6);
    animation: pulse 2s infinite;
}

.cta-button i{
    transition: transform 0.3s ease;
}

/* Hover effects */
.cta-button:hover{
    background: #eaeaea;
    transform: translateY(-3px);
    text-decoration: none !important;
}

.cta-button:hover i{
    transform: translateX(5px);
    text-decoration: none !important;
}

/* Animations */
@keyframes fadeUp{
    from{
        opacity:0;
        transform: translateY(30px);
    }
    to{
        opacity:1;
        transform: translateY(0);
    }
}

@keyframes pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,255,255,0.5);
    }
    70%{
        box-shadow: 0 0 0 15px rgba(255,255,255,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

/* Mobile floating CTA to jump to form */
.mobile-form-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #1a4a8a 0%, #0d2244 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(10, 22, 40, 0.35);
    z-index: 999;
    text-decoration: none;
}

.mobile-form-cta i {
    font-size: 22px;
}

.mobile-form-cta:hover,
.mobile-form-cta:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 575px) {
    .mobile-form-cta {
        display: inline-flex;
    }
}