  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

html body{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    background-color:#fff ;
    color:#000000;
    width: 100%;
    height: auto;
    position: absolute;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-align: center;
}
strong {
  font-weight: 700 !important; 
  color: inherit;
}

/*-----------le H1---------------*/
.hero-h1 {
  position: relative;
  top: 240px;  
  left: 50%;
  transform: translateX(-50%);
  max-width: 92%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.5px;
  pointer-events: none;       /* ne bloque rien */
}
@media (max-width: 1024px) {
  .hero-h1 {
    top: 200px;
    font-size: 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .hero-h1 {
    top: 180px;
    font-size: 1rem;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .hero-h1 {
    position: absolute;
    top: 160px;              /* ajuste si besoin (voir note) */
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 420px);
    margin: 0;
    padding: 0 12px;
    font-size: 1.1rem;
    line-height: 1.15;
    text-align: center;
    letter-spacing: 0.2px;
    color: #fff;
    z-index: 50;             /* au-dessus du fond noir */
    pointer-events: none;
  }
}

/*--------------------------*/
.titre{
  display: none;
}

.fond_noir {
  display: block;
  background: #000;
  width: 100%;
  height:300px;
  position: absolute;
}
.fond_noir {
  @media(max-width: 768px){
    width: 100%;
    height: 160vh;
  }
}
/*--BANDEAU TOP ORANGE--*/
#topga {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1.6vw;
  text-align: left;
  color: #fff;
  background:#f29930;
  margin: 0 50% 0 0;
  padding: 0 0 0 1%;
  border-bottom-right-radius: 50px;
  display: block;
  position: relative;
}
#topga {
  @media(max-width: 768px) {
  margin: 0 30% 0 0;
  font-size: 2.3vw;
  }
}
/*--BARRE DE NAVIGATION--*/
.noir{
  width: 100%;
  height: auto;
  background: #000;
  padding-bottom: 10px;
  color: #fff;
  
}
  .nav div.logo {
  float: left;
  width: auto;
  height: auto;
  margin-left: 10px;
 /*margin-top:-30px;*/
  position: relative;
  z-index: 1;
  }
  .nav div.alpi a{
  font-family: 'Arkhip', sans-serif;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  letter-spacing: 0.2em;
  position:relative
  }
  #header a{
    z-index: 1;
  }
  .nav div.alpi a {
    @media(max-width: 768px) {
    font-size: 6vw;
    }
  }
  .nav {
    width: 100%;
    height: 101px;
    position: fixed;
    line-height: 55px;
    text-align: center;
    background-color: #00000050;
    border-bottom: #707070 solid 1px;
    margin-top: 0;
    z-index: 1;
    }
    .nav {
      @media(max-width: 768px) {
        border-bottom: none;
    }
  }
  
  .nav a {
      padding: 20px 20px 0px 20px;
      font-size: calc(0.4vw + 0.8rem);
      display: block;
      text-align: right;
      color: white;
      text-decoration: none;
  }
  .nav a {
    @media(max-width: 768px) {
      flex-flow: column wrap;
      margin-top: -30px;
      padding: 0 6px 0 0;
      display: none;
    }
}

  .nav ul {
      list-style:none;
      display: flex; 
      flex-direction : row; 
      justify-content: right;    
  }
  .nav ul {
    @media(max-width: 768px) {
      flex-flow: column;
    }
}
.navbarre-toggler {
  display: none;
}
.navbarre-toggler {
  @media(max-width: 768px) {
    display: block;
    background-color: transparent;
    border: none;
    z-index: 10;
    margin-left:50%;
  }
}
/*
.menu {
  margin-left: 46%;
  margin-top: 10px;
  display: flex;
  list-style: none;
}
  .menu a:hover{
    transition-duration: 0.4s;
    color:#f29930;
    border-bottom: #f29930 solid 4px;
    cursor: pointer;
  }

  .menu a:hover {
    @media(max-width: 768px) {
    color: #f29930;
    border-bottom: #f29930 solid 4px;
  }
}
  .menu li {
  position: relative; 
}

.alpi-dropdown {
  position: absolute;
  opacity: 1 !important;
  visibility: hidden; 
  display: block; 
  top: 100%; 
  /*left: 50%;
  transform: translateX(-50%);
  background-color: #f29930;
  min-width: 180px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999 !important;
  border-top: #f29930 solid 3px;
}

.alpi-has-children:hover .alpi-dropdown {
  visibility: visible;
  opacity: 1;
}

.alpi-dropdown li {
  width: 100%;
  display: block;
}

.alpi-dropdown a {
  display: block;
  padding: 0px 0px;
  background-color: #f29930;
  color: #ffffff !important; 
  text-decoration: none;
  font-size: 15px;
  text-align: left;
  border: none !important; 

.alpi-dropdown a:hover {
  background-color: #fff;
  color: #f29930 !important;
  border: none !important;
}*/

/* Conteneur principal */
.menu {
  margin-left: 45%; 
  margin-top: 0px;
  display: flex;
  list-style: none;
  padding: 0;
}

/* Éléments de premier niveau */
.menu > li {
  position: relative;
  padding: 0 0px;
}

.menu > li > a {
  text-decoration: none;
  color: white; /* Ou votre couleur de menu habituelle */
  padding-bottom: 5px;
}

/* Hover sur les liens principaux */
.menu > li > a:hover {
  transition-duration: 0.4s;
  color: #f29930;
  border-bottom: #f29930 solid 4px;
}

/* --- LE SOUS-MENU (DROPDOWN) --- */

.alpi-dropdown {
  position: absolute;
  opacity: 1;
  visibility: hidden;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #575656;
  min-width: 180px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  z-index: 9999;
  border: #f29930 solid 1px;
  border-radius: 4px;
}

/* Affichage au survol */
.alpi-has-children:hover .alpi-dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Éléments à l'intérieur du carré blanc */
.alpi-dropdown li {
  width: 100%;
  display: block;
}

.alpi-dropdown a {
  display: block;
  padding: 12px 20px;
  color: #f29930 !important; /* On force le texte sombre sur fond blanc */
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  border: none !important; /* On annule les bordures du menu principal */
}

.alpi-dropdown a:hover {
  background-color: #f4f4f4;
  color: #035aa6 !important;
  border: none !important;
}


/*--BOUTTON APPELER--*/

  .appel {
    top: 160px;
    right: -150px;
    color:#fff;
    font-size: 1.6vw;
    font-weight: 500;
    position: fixed;
    cursor: pointer;
    transition-duration: 0.8s;
    z-index: 1;
  }
  .appel:hover {
    right: 0px;
  }
/*--AGENCE DE DÉVELOPPEMENT IT--*/
.subtitle h2{
  font-size: 3vw;
  font-weight:300;
  text-align: center;
  margin-top: 160px;
  color: #fff;
  position: relative;
  letter-spacing: 0.2em;
  -webkit-animation: bounce-in-top 4s ;
	        animation: bounce-in-top 4s ;
}
.subtitle h2 {
  @media(max-width: 768px) {
    font-size: 5vw;
    font-weight: 500;
    margin-top: 100px;
}
}
  @-webkit-keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-200px);
              transform: translateY(-200px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

  @keyframes bounce-in-top {
    0% {
      -webkit-transform: translateY(-200px);
              transform: translateY(-200px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateY(-28px);
              transform: translateY(-28px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

.subtitle {
  position: relative;
  display: block;
  font-family: 'Poppins';
  color: white;
  font-size: 1.2vw;
  font-weight:300;
  text-align: center;
  margin-top: -3%;
  z-index: 0;
  opacity: 0.7;
}
.subtitle p {
  @media(max-width: 768px) {
    font-size: 2.8vw;
    font-weight: 700;
}
}
/*--SECTION CARDS--*/
*,
 *::before,
 *::after {
   box-sizing: border-box;
 }
body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  font-feature-settings: "liga" on;
}
.cards {
  margin: 5% 0 5% 5%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 90%;
  position: relative;
}
  @media (max-width: 460px){
    .cards{
      margin: 20% 0% 5% 5%}
  }
  


.cards__item {
  display: flex;
  padding: 1rem;
  width:  25%;
}
@media (max-width: 768px) {
  .cards__item {
  width: 96%;
  flex-wrap: wrap;
  
  }
}
@media (min-width: 60rem) {
  .cards__item {
  width: 25%;
  }
}
@media (max-width: 768px) {
 .flex-container {
   flex-direction: column;
 }
 }
.card {
  background-color: #424242;;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: #f29930 solid 6px;
  
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.5rem;
  background: #575656;
}
.card__title h3{
  color: #fff;
  font-size: 2vw;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.card__title h3{
  @media(max-width: 768px){
  font-size: 3vw;
  font-weight: 500;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  
}
.card:hover .card__image {
  filter: contrast(100%);
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  z-index: 0;
}
.card__image::before {
  content: "";
  display: block;
}
@media (min-width: 40rem) {
  .card__image::before {
  padding-top: 0;
  }
}
/*--INTERNET AUJOURD'HUI--*/
.chevron{
  text-align: center;
  margin-top: 0px;
  color: #f29930;
  font-size: 48px;
  position: relative;
}

.flex-container{
  display: flex;
  flex-direction: row;
  background: #fff;
  position: relative;
}
.flex-container{
  @media(max-width: 768px){
    padding-bottom: 20px;
  }
}
.flex-item-right{
  flex: 55%;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 0;
}
.flex-item-left {
  font-family: "Poppins", sans-serif;
  font-size:1.4vw;
  font-weight: 300;
  flex: 45%;
  display:block;
  height: 100%;
  margin: 0 5% 0 5%;
  text-align: justify;
  line-height: 150%;
  padding: 0 0 0 15px; 
}
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    
  }
  .flex-item-right{
    margin: 30px;
  }
  .flex-item-left{
    font-size: 3vw;
  }
}

.flex-item-left h4 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2.8vw;
  font-weight: 100;
  margin: 20px 0 20px 0;
}
/*----*/
.marge{
  height: 10vh;
  background: #fff;
}
.marge_noir{
  height: 5vh;
  background: #000;
}
/*--CONCEPTION WEB--*/
.flex-containers{
  display: flex;
  flex-direction: row;
  background: #fff;
}
.flex-items-left{
  flex: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.flex-items-right{
  font-family: "Poppins", sans-serif;
  color: #505050;
  font-size:1.3vw;
  font-weight: 100;
  flex: 50%;
  display:block;
  height: 100%;
  margin: 0 5% 0 5%;
  text-align: justify;
  line-height: 150%;
  padding: 0 0 0 15px; 
}
@media (max-width: 768px) {
  .flex-containers {
    flex-direction: column;
    text-align: center;
    margin: 10px 10px 10px 10px;
  }
  .flex-items-right{
    margin: 10px;
    font-size: 3.4vw;

  }
}
.flex-items-right h4 {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8vw;
  font-weight: 100;
  margin: 20px 0 20px 0;
}
/*--BARRE ORANGE ANIMATION TITRE--*/
.scroll {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.scroll::before {
  background: #f29930;
  position: absolute;
  content: '';
  display: block;
  inset: 0;
  height: 100%;
}
.scroll::before {
  @media(max-width: 768px){
   
}
}
.block-effect h2 {
  color: #f29930;
  font-size: 2.4vw;
  font-weight: 700;
  display: block;
  text-align: center;
 
}
.block-effect h2 {
  @media(max-width: 768px){
    font-size: 6vw;
    

  }
}
/*--E.COMMERCE--*/
.flex-containeur{
  display: flex;
  height: 500px;
  flex-direction: row;
  background: #fff;
  margin: 0 0 0 0;
}
.flex-iteme-right{
  flex: 50%;
  display: block;
  max-width: 100%;
  margin-top: 0;
 
   
}
.flex-iteme-left{
  font-family: "Quicksand", sans-serif;
  color: #505050;
  font-size:1.3vw;
  font-weight: 100;
  flex: 40%;
  display:block;
  position: relative;
  height: 100%;
  margin: 0 5% 0 5%;
  text-align: justify;
  line-height: 150%;
  padding: 0 0 0 15px; 

}
@media (max-width: 768px) {
  .flex-containeur {
    flex-direction: column;
    text-align: center;
  }
  .flex-iteme-right{
    margin: 0;
  }
}
.flex-iteme-left h2 {
  font-family: Robotto, sans-serif;
  font-weight: 900;
  -webkit-text-stroke: 2px #f29930;
  color: transparent;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  position: absolute;
  display: flex;
  place-items: center;
}
.flex-iteme-left .ecom-title-main {
  top: 0;
  left: 15px;
  white-space: nowrap;
  line-height: 1;
}

.flex-iteme-left .ecom-title-sub {
  top: clamp(3.2rem, 7vw, 6.2rem);
  left: 15px;
  line-height: 1;
}
.flex-iteme-left p{
  float:left;
  margin-left:0px;
  margin-top: calc(clamp(8.5rem, 11vw, 10.5rem) + 10px);
  font-family: "Poppins", sans-serif;
  font-size: 1.4vw;
  font-weight: 100;
}
.flex-item-left p,
.flex-items-right p,
.flex-iteme-left p {
  color: #505050;
  font-weight: 300;
}

.flex-item-left p a,
.flex-items-right p a,
.flex-iteme-left p a {
  color: inherit;
}

.flex-item-left p strong,
.flex-items-right p strong,
.flex-iteme-left p strong {
  color: inherit;
}
.orange_du_e{
  color: #f29930;
}
@media (max-width: 768px) {
  .flex-iteme-left p{
    font-size: 3.4vw;
    line-height: 150%;
    margin-top: 140px;
  }
}
/*----*/
.savoir{
margin-top: 20px;
background-color: #f29930;
border: none;
padding: 5px 10px 5px 10px;
font-family: Robotto, sans-serif;
font-size: 1.4vw;
color: #fff;
border-radius: 4px;
border: #f29930 solid 1px;
}
.savoir:hover{
border:#f29930 solid 2px;
background: #fff;
color: #f29930;
}
.savoir {
  @media(max-width: 768px){
    font-size: 3.4vw;
  }
}
/*----*/
.image-wrap img {
  height: 500px;
  width: auto;
  max-width: 45vw;
  object-fit: contain;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  border-left: 2px solid #f29930;
}
.image-wrap img {
  @media(max-width: 768px){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  height: 600px;
  margin-top: -150px;
  }
}
body:not(.no-js) .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  height: 500px;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

body:not(.no-js) .image-wrap img {
  transform: scale(1.3);
  transition: 1s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}

body:not(.no-js) .animating img {
  transform: scale(1);
  transition: 2s ease-out;
}

body:not(.no-js) .fadeup {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translateY(40px);
}

body:not(.no-js) .fading-up {
  opacity: 1;
  transition: 1s ease-out;
  transform: translateY(0px);
  /*transition-delay: 0.7s;*/
}

/*--SITE RESPONSIVE--*/

#responsive {
background-color: #fff;
color: #505050;
padding-top: 20px;
}

.slide-in {
  -webkit-animation: slide-in-elliptic-right-fwd 2s ;
          animation: slide-in-elliptic-right-fwd 2s ;
}
@-webkit-keyframes slide-in-elliptic-right-fwd {
  0% {
    -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
            transform: translateX(800px) rotateY(-30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -1800px 50%;
            transform-origin: -1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-right-fwd {
  0% {
    -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
            transform: translateX(800px) rotateY(-30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -1800px 50%;
            transform-origin: -1800px 50%;
    opacity: 1;
  }
}

.img-polaroid {
margin:100px 20px 15px 0px; 
width: 40%;
background-color:#fff;
text-align: center;
float: left;
border-radius: 900px;
shape-outside: margin-box;
border-right: #f29930 solid 2px;
}
.img-polaroid {
  @media(max-width: 768px){
    width: 80%;
    margin:100px 0px 100px 0px;
  }
}
.slide-in-elliptic-right-fwd h2{
text-align: center;
color: #505050;
font-family: Robotto, sans-serif;
font-weight: 600;
-webkit-text-stroke: 2px #f29930;
color: transparent;
font-size: clamp(2.4rem, 4.8vw, 4.8rem);
letter-spacing: 4px;
}
.slide-in-elliptic-right-fwd h2{
@media(max-width: 768px){
  display: block;
  font-size: 8vw;
  margin-right: 60px;
  text-align: right;
}
}

.slide-flou p{
font-family: "Poppins", sans-serif;
font-size: 1.4vw;
font-weight: 300;
margin-right: 50px;
text-align: justify;
line-height: 150%;
padding: 0 0 10vw 0;
}
.slide-flou p{
  @media(max-width: 768px){
    font-size: 3.4vw;
    text-align: justify;
    padding:0 10px 0 10px;
    margin: 20px 0 100px 0;
  }
  }

.lettre_s {
color: #f29930;
}


.slide-flout {
	-webkit-animation: slide-in-right 1.8s ;
	        animation: slide-in-right 1.8s ;
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(800px) scale(0);
            transform: translateX(800px) scale(0);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(800px) scale(0);
            transform: translateX(800px) scale(0);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
/*--SEO--*/
#seo {
  background: #fff;
}
.reference {
width: 45%;
background: #fff;
text-align: center;
float: right;
margin: 200px 50px 0 50px;
shape-outside: margin-box;
}
.reference {
  @media(max-width: 768px){
    margin: 0px 0px 0  0;
    width: 80%;
  }
}
.img_seo {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  border-left: #f29930 solid 3px;
  shape-outside: margin-box;
  padding: 0 0 0 5vh;
  @media(max-width:768px){
    padding: 100px 10% 10px 0;
  }
}
.image_seo {
  
	-webkit-animation: reference 5s;
	        animation: reference 5s;
}
@-webkit-keyframes reference {
  0% {
    -webkit-transform: scale(1.25) translateY(0);
            transform: scale(1.25) translateY(0);
    -webkit-transform-origin: 40% 75%;
            transform-origin: 40% 75%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes reference {
  0% {
    -webkit-transform: scale(1.25) translateY(0);
            transform: scale(1.25) translateY(0);
    -webkit-transform-origin: 40% 75%;
            transform-origin: 40% 75%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.text_slide h2{
  text-align: center;
  color: #505050;
  font-family: Robotto, sans-serif;
  font-weight: 600;
  -webkit-text-stroke: 2px #f29930;
  color: transparent;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
}
.orange_de_seo {
  color: #f29930;
}

.text_slide p{
font-family: "Poppins", sans-serif;
font-size: 1.4vw;
font-weight: 3
00;
/*margin-right: 150px;*/
text-align: justify;
line-height: 150%;
}

.text_slide_in {
	-webkit-animation: text_slide 2s ;
	        animation: text_slide 2s ;
}
@-webkit-keyframes text_slide  {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes text_slide {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.text_slide p{
  margin: 0px 700px 55px 50px;
  color: #505050;
  @media(max-width:768px){
    font-size: 3.4vw;
    margin : 0px 20px 0 20px;
  }
}
/*--INTERNET EN CHIFFRE--*/
.marge_deux {
  width: 100%;
  height: 5vh;
  background: #fff;
}
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-rows: 20% 200px;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  width: 90%;
  height: auto;
  margin-left: 5%;
  }
  .parent {
  @media(max-width: 768px){
  margin-left: 2%;
  grid-column-gap:1%;
  grid-template-rows: 10% 340px;
  grid-template-columns: 26% 26% 26% 26%;
  }
  }
  .parent {
    @media(max-width: 460px){
    margin-left: 2%;
    grid-column-gap:1%;
    grid-template-rows: 10% 220px;
    grid-template-columns: 26% 26% 26% 26%;
    }
    }
  .sources-stats{
    margin-top: -50px;
  }
  .sources-stats{
    @media(max-width: 768px){
      margin-top: -10px;
    }
  }
  .div1 { 
    grid-area: 1 / 1 / 2 / 2;
   }
  .div2 { 
    grid-area: 1 / 2 / 2 / 3; 
  }
  .div3 { 
    grid-area: 1 / 3 / 2 / 4; 
  }
  .div4 { 
    grid-area: 1 / 4 / 2 / 5; 
  }  
  .div1, .div2, .div3, .div4  { 
    font-size: 5vw;
    color: #505050;
    padding: 6px;
    border-left: #505050 solid 1px;
    border-right: #505050 solid 1px;
    border-top: #f29930 solid 20px;
    @media(max-width: 768px){
      padding: 1px;
    }
  }

  .div5 { 
    grid-area: 2 / 1 / 3 / 2; 
  }
  .div6 { 
    grid-area: 2 / 2 / 3 / 3; 
  }
  .div7 { 
    grid-area: 2 / 3 / 3 / 4; 
  }
  .div8 { 
    grid-area: 2 / 4 / 3 / 5; 
  }
  .div5, .div6, .div7, .div8 { 
    font-family: "Quicksand", sans-serif;
    font-size: 1.3vw;
    font-weight: 100;
    color: #505050;
    text-align: center;
    padding: 60px 20px 20px 20px;
    border-left: #505050 solid 1px;
    border-right: #505050 solid 1px;
    border-bottom: #505050 solid 1px;
    @media(max-width: 768px){
      font-size: 3vw;
      padding: 30px 4px 10px 4px;
    }
  }
#num, #nums, #nume, #numes {
  font-size: 5vw;
    color: #505050;
    padding: 10px;
}

button {
  background: #f29930;
  color: #fff;
  font-size: 1em;
  padding: 6px 16px 6px 16px;
  border: #fff solid 2px;
}
button:hover{
  box-shadow : 9px 9px 9px 2px rgba(0,0,0,0.46);
  -webkit-box-shadow : 9px 9px 9px 2px rgba(0,0,0,0.46) ;
  -moz-box-shadow : 9px 9px 9px 2px rgba(0,0,0,0.46);
}

.marge4{
  margin-top: 100px;
  display: block;
  width: 100%;
  height: 5vh;
  background: #fff;
  @media (max-width:460px){
    margin-top: 10px;
    height: 10vh;
  }
}
.linev {
  float: left;
  margin-top: 5vh;
  margin-left: 0;
  width: 50px;
  height: 1vh;
  background: #f29930;
}
.lineh {
  float: left;
  margin-top: 5vh;
  margin-left: 10%;
  width: 1vh;
  height: 54px;
  background: #f29930;
}
.lineh {
  @media (min-width: 360px){
    margin-left: 6%;
  }
}
.projet h2 {
  margin-top: 60px;
  text-align: left;
  margin-left: 12%;
  font-size: 3vw;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 150%;
  color: #424242;
}

.orange_de_projet1 {
  color: #f29930;
  font-size: 3vw;
}
.projet p {
  font-size: 1.6vw;
  font-weight: 300;
  text-align: left;
  margin-left: 12%;
}
.projet p {
  @media (max-width:768px){
  font-size: 4vw;
  font-weight: 500;
  }
}
/*----*/
.pierre {
  width: 300px;
  height: 300px;
  float: right;
  margin-right: 10%;
}
.pierre {
  @media (max-width: 768px){
    width: 200px;
    height: 200px;
  }
}
.pierre {
  @media (max-width: 460px){
    margin-right: 30%;
  }
}
.lauraphone{
  background: #f29930;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  @media (max-width: 768px) {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.presta_checkbox li {
  list-style: none;
  text-align: left;
  margin-bottom: 16px;
}
.presta_checkbox {
  @media (max-width: 768px){
    display: block;
    position: absolute;
    margin-top: -400px;
    width: 100%;
  }
}
.presta_checkbox input {
  color: black;  
  margin-left: 10%;
} 

.presta_checkbox label{
  margin-left: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 200;
}
.note {
  text-align: left;
  margin-left: 12%;
}
.note{
  @media(max-width: 460px){
    margin-top: 750px;
  }
}
.note input {
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  width: 200px;
  color: #000;
  padding: 5px;
  border: none;
  border-bottom: #f29930 solid 0.2px;
  outline: none;
  margin: 0 20px 0 0;  
}

.note input::placeholder {
  color:#00000050;
  font-size: 1em;
}

.notes {
  text-align: left;
  margin-left: 12%;
}
.notess{
  text-align: left;
  margin-left: 12%;
}
.notes input {
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  width: 340px;
  color: #000;
  padding: 5px;
  border: none;
  border-bottom: #f29930 solid 0.2px;
  outline: none;
  margin: 20px 0 0 0;  
}
.notes input::placeholder {
  color:#00000050;
  font-size: 1em;
}
.notess label {
  display: block;
  margin-top: 20px;
  color:#00000050;
  font-size: 1.2em;
}
.notess textarea{
  margin-top: 0px;
  border: none;
  border-bottom: #f29930 solid 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  width: 340px;
  color: #000;
}

/*----*/
.footeur{
  background: #000;
  padding-bottom: 10px;
  text-align: left;
  padding-left:10%;
  padding-top: 40px;
  overflow: hidden;
}

/* Container principal du footer */
.footeur {
    background-color: #1a1a1a; /* Votre couleur de fond */
    color: #ffffff;
    padding: 60px 20px 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
}

.footer-brand-strong {
    font-size: 1.4rem !important;
    letter-spacing: normal;
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
}

/* Chaque bloc du footer */
.footer-grid > div, 
.footer-grid > nav {
    flex: 1;
    min-width: 200px; /* Force l'empilement sur mobile */
}

/* Style des titres dans le footer */
.Colone1 strong, .footer-nav-title {
    display: block;
    font-size: 1rem;
    margin-bottom: 20px;
    color: #f29930; /* Votre orange */
}

/* Style des listes de navigation */
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #f29930;
}

/* Bloc contact */
.footer-contact div {
    margin-bottom: 12px;
}

/* Réseaux Sociaux */
.Facebook a {
    transition: transform 0.3s ease;
    display: inline-block;
    color: #f29930;
    text-decoration: none;
}

.Facebook a.social-facebook {
    font-size: 2.4rem;
}

.Facebook a.social-instagram {
    font-size: 2.4rem;
}

.Facebook a:hover {
    transform: translateY(-5px);
}

/* Barre des mentions légales */
.conditions {
    text-align: center;
    border-top: 1px solid #333;
    padding: 20px;
    font-size: 1rem;
    background-color: #1a1a1a;
}

.conditions a {
    color: #f29930;
    text-decoration: none;
}
.conditions p{
  color: #fff;
}

/*----*/
.progress-wrap {
	position: fixed;
	right: 16px;
	bottom: 10px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 4px rgba(255,255,255,0.2);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	/*content: '\e84b';*/
  content:'▲';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #f29930;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 1;
  color: red;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #f29930;
	stroke-width: 6px;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* Original CSS content here */

/* Responsive design adjustments for smaller screens */

/* For tablets and smaller screens */
@media (max-width: 768px) {
  body {
      font-size: 14px;
      padding: 10px;
  }
  header h2 {
      font-size: 1.8em;
  }
  nav ul {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
  }
  nav a {
      font-size: 1.2em;
      padding: 10px;
  }
  section {
      padding: 15px;
      margin: 15px auto;
  }
  footer {
      padding: 15px;
  }
}

/* For smartphones and very small screens */
@media (max-width: 480px) {
  header h2 {
      font-size: 1.5em;
  }
  nav a {
      font-size: 1em;
      padding: 8px;
  }
  section {
      padding: 10px;
      margin: 10px auto;
  }
  footer {
      padding: 10px;
  }
}
/*------------------------*/

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

.partenaire a {
  text-align: left;
  color: #747474;
  
}
.partenaire span {
  color: #878787;
  margin-left: 5%;
}
