:root {
  --color1: #FF7D00;
  --color2: #46494C;
  --color3:#0E9594;
  
  --color-default: #000000;
  --color-default-rgb: 33, 37, 41;
  --color-background: #ffffff;
  --color-background-rgb: 255, 255, 255;
  --color-primary: #e84545;
  --color-primary-rgb: 232, 69, 69;
  --color-secondary: #32353a;
  --color-secondary-rgb: 50, 53, 58;
  --color-box-background: #ffffff;
  --color-box-background-rgb: 255, 255, 255;
  --color-inverse: #ffffff;
  --color-inverse-rgb: 255, 255, 255;
}
@import url('https://fonts.cdnfonts.com/css/montserrat');
body{

    font-family: 'Inter', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



.bg-header {
  min-height: 750px;
  background-image: url("../img/tv3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

  .picture {
  
  padding-top: 10px;
  padding-bottom: 10px;
  }
 
  



  h1 {
  
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    margin-top: 50px;
    background-color: #e2e1e1;

    border-radius: 10px;
    padding: 15px;
      
  
  }
  
  .texte-simulation {
    color: #ffffff;


    font-size: 25px;
    padding: 8px;
    border-radius:5px;
    font-weight: 600;
    background: var(--color1);
  }

  .bloc-simulation {
    float: right;
    margin: 10px 40px 0 0; /* Ajustez la marge en haut (50px) */

  

    width: 90%;
   
}
/* Styles spécifiques pour le h1 à l'intérieur de la classe bloc-simulation sur un écran de 13 pouces */
@media only screen and (max-width: 1200px) {
  .bg-header h1 {
    color: #000000;

      font-size: 28px;
    font-weight: 700;
    padding: 8px;
    border-radius:5px;
      
  }
  
  .texte-simulation {
    color: #fff;
   margin-top: 8px;
    font-size: 28px;
  
    background: var(--color1);
    font-weight: 700;
    padding: 8px;
    border-radius:5px;
    text-align: center;
  }

}

/* Styles spécifiques pour le h1 à l'intérieur de la classe bloc-simulation sur un écran de 15 pouces */
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  .bg-header h1 {
    color: #000000;
      padding: 8px;
      font-size: 28px;
      font-weight: 600;
      border-radius:5px;
      background-color: #e2e1e1;
  }
  .texte-simulation {
    color: #fff;
   margin-top: 8px;
    font-size: 22px;
   
    background: var(--color1);
    font-weight: 700;
    padding: 8px;
    border-radius:5px;
    text-align: center;
  }
  
}

/* Styles pour réinitialiser le h1 sur des écrans de petite taille (typiquement des mobiles) */
@media only screen and (max-width: 768px) {
  .bg-header h1 {
    color: #000000;
      background: none;
      padding: 0; /* Réinitialisez le rembourrage si nécessaire */
      font-size: 22px;
      font-weight: 600;
      background-color: #e2e1e1;
  }
  .texte-simulation {
    color: #fff;
   margin-top: 8px;
    font-size: 18px;
    background: var(--color1);
    text-align: center;
  }
}

/*--------------------------------------------------------------
# form Section
--------------------------------------------------------------*/

.col-iframe {
  position: relative;
  height: 100%;
}

iframe {
  width: 100%;
  border: 4px solid #354b92;
 

}

#scroll_iframe {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.05);
}

.bg-iframe {
  background-color: rgba(255, 255, 255, 0.9); /* Blanc légèrement transparent */
  border-radius: 20px; /* Ajouter des coins arrondis */
  padding: 20px; /* Ajouter un peu d'espace intérieur */
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.05); /* Ajouter une ombre */
}

.iframe-title {
  font-family: 'Playfair', serif;
  font-size: 54px;
  line-height: 54px;
  
  text-align: center;
  color: var(--color3);
  margin-bottom: 20px; /* Ajouter un peu d'espace en bas */
}

   /*--------------------------------------------------------------
# Mobile Section
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .bg-header {
    background-attachment: fixed;
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .bloc-simulation {
    margin: 0 auto;
    float: none;
}



.bg-header {
    height: auto;
    padding: 20px 0;
}

iframe {
    display: block;
    margin: 0 auto;
    border: 4px solid #354b92;
}


}

@media (max-width: 768px) {
  .col-iframe {
    position: relative;
    height: 100%;
    
}


.bloc-simulation {
    float: center;
    
   
    color: #fff;
    
    width: 100%;
    text-align: center;
}

iframe {
    width: 100%;
    padding: auto;
    margin-left: 0px;
    border: 4px solid #354b92;
}
  h1 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 800;

  }

  .texte-simulation {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 600;
   
  }

  
}

@media (max-width: 576px) {



.col-iframe {
  position: relative;
  height: 100%;
  
}



iframe {
  width: 100%;
  
 
}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  padding-bottom: 20px;
  margin-top: 50px;
  
  
  }
.about .content {
  background-color: #F4F4F4;
  padding: 20px;
  
}
.about .container{
  margin-top: 30px;
}

.img-fluid{

margin-bottom: 40px;
}


.about h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--color2);
  text-transform: uppercase;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
  color: #000000;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color1);
}

.about .btn-get-started {
  line-height: 0;
  padding: 25px 40px;
  border-radius: 70px;
  transition: 0.5s;
  color: #fff;
  background: #0E9594;
  box-shadow: 0px 5px 25px rgba(166, 169, 205, 0.3);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}



.about .btn-get-started:hover {
  border: 2px solid #0E9594;
    background: #fff;
    color:#0E9594;
  
}

@media (max-width: 768px) {
  .about .btn-get-started {
    padding: 20px; /* Ajustez la taille du bouton pour les écrans plus petits */
    font-size: 16px; /* Ajustez la taille de la police pour les écrans plus petits */
    margin-top: 10px;
  }
}




 /*--------------------------------------------------------------
# services Section
--------------------------------------------------------------*/
.section-header {
  text-align: center;
  padding-bottom: 10px;
}

.section-header h2 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  color: var(--color2);
  margin-top: 40px;

  margin-bottom: 40px;
  text-transform: uppercase;
}

.section-header h3 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
  color: #ef7c00;
  margin-top: 10px;

  margin-bottom: 20px;
  text-transform: uppercase;
}
.text p{
color: #000000;
font-size: 18px;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 30px;
    line-height: 32px;
  }
}



/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.value .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.value .post-item .post-img img {
  transition: 0.5s;
}


.value .post-item .post-content {
  padding: 20px;
}

.value .post-item .post-title {
  font-size: 20px;
  color: var(--color-secondary);
  text-align: left;
font-weight: 700;

  transition: 0.3s;
  margin-bottom: 15px;
}





.value .post-item:hover .post-img img {
  transform: scale(1.1);
}

.value .btn-get-started {
  line-height: 0;
  padding: 25px 40px;
  border-radius: 70px;
  transition: 0.5s;
  color: #fff;
  background: #0E9594;
  box-shadow: 0px 5px 25px rgba(166, 169, 205, 0.3);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  
}



.value .btn-get-started:hover {
  border: 2px solid #0E9594;
    background: #fff;
    color:#0E9594;
  
}

@media (max-width: 768px) {
  .value .btn-get-started {
    padding: 20px; /* Ajustez la taille du bouton pour les écrans plus petits */
    font-size: 16px; /* Ajustez la taille de la police pour les écrans plus petits */
    margin-top: 10px;
  }
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/fibreoptique.webp") fixed center center;
  background-size: cover;
  padding: 60px 0;

}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta p {
  color: #fff;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
  margin-top: 40px; /* Ajout d'une marge supérieure */
}



.services .icon-box {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  background-color: rgb(236, 236, 236);
}

.services .icon-box i {
  float: left;
  color: var(--color1);
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;

  color: #000000;

}

.services .icon-box:hover h4 a {
  color: #d9232d;
}

.services .btn-get-started {
  line-height: 0;
  padding: 25px 40px;
  border-radius: 70px;
  transition: 0.5s;
  color: #fff;
  background: #0E9594;
  box-shadow: 0px 5px 25px rgba(166, 169, 205, 0.3);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.services .btn-get-started:hover {
  border: 2px solid #0E9594;
    background: #fff;
    color:#0E9594;
  
}

@media (max-width: 768px) {
  .services .btn-get-started {
    padding: 20px; /* Ajustez la taille du bouton pour les écrans plus petits */
    font-size: 16px; /* Ajustez la taille de la police pour les écrans plus petits */
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #000000;
  font-size: 11px;
  background:#F4F4F4;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  padding-top: 30px;
 

  
}

.span{

  font-size: 11px;
  color: #000000;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;


} 
  
