:root {
  --color1: #00a8a5;
  --color2: #74f0a7;
  --color3: #000000;
  --color4: #3D3D3D;
  --color5: #ffa0a0;
  --color6: #7debff;
  --color7: #E30613;
  --color8: #fff06e;
  --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: 'Montserrat', sans-serif;

}

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

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



.header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
   
    text-align: center;
  }


  
.wrap-temoignages .fond {
  min-height: 425px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
  background: #F0F2FE;
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.1);
}

.wrap-temoignages .photo img {
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.wrap-temoignages .nom {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 15px;
  color:#000;

}

.wrap-temoignages .texte {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  color:#000;
}

.wrap-note {
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-note i {
  color: #01407D;
}

.wrap-note i.disable {
  color: #d9d9d9;
}

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

.bg-header {
  background-image: url("../img/mutuelle6.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  height: 600; 
}

  h1 {
  
    font-size: 30px;
    font-weight: 700;
    color: white;
      background: #d81159;
      padding: 8px;
  
  }
  
  .texte-simulation {
    color: #fff;
    background: #AE8ACC;
   margin-top: 5px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 8px;
    font-weight: 600;
    text-align: center;
  }

  .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: white;
      background: #0000;
      font-size: 27px;
    font-weight: 700;
    padding: 8px;
    background: #d81159;

      
  }
  
  .texte-simulation {
    color: #fff;
   margin-top: 8px;
    font-size: 27px;
    text-transform: uppercase;
    background: #AE8ACC;
    font-weight: 700;
    padding: 8px;
    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: white;
      background: #0000;
      padding: 8px;
      font-size: 27px;
      font-weight: 700;
      background: #d81159;

  }
  .texte-simulation {
    color: #fff;
   margin-top: 8px;
    font-size: 27px;
    text-transform: uppercase;
background: #AE8ACC;
    font-weight: 700;
    padding: 8px;
    text-align: center;
  }
  
}

/* Styles pour réinitialiser le h1 sur des écrans de petite taille (typiquement des mobiles) */
@media only screen and (max-width: 767px) {
  .bg-header h1 {
      color: #fff;
      font-size: 22px;
  }
}

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

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

iframe {
  width: 100%;
  border: 4px solid #0F0F0F;
 

}

   /*--------------------------------------------------------------
# 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 #0F0F0F;
}


}

@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 #0F0F0F;
}
  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%;
  
}



.bg-header h1 {
  color: #ffffff;
  background: #D81159;

}

#camera {
  width: 100%;
}



iframe {
  width: 100%;
  
 
}
}

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

.img-fluid{

margin-bottom: 20px;}


.about h2 {
  font-size: 27px;
  font-weight: 800;
  color: #D81159;
  text-transform: uppercase;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
  color: #000000;
  font-size: 16px;
}

.about .btn-get-started {
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #0392D4;
  color: #ffffff;
  background: #0392D4;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}


@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: 27px;
  font-weight: 800;
  position: relative;
  color: #D81159;
  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;
  }
}

.btn-get-started {
  line-height: 0;
  padding: 25px 40px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #0392D4;
  color: #ffffff;
  background: #0392D4;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  

  
}

.btn-get-started:hover {
  border: 2px solid #0392d4;
    background: #0392d4;
    color:#ffffff;
  
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values{
padding-bottom: 20px;



}
.container{
margin-bottom:20px}
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #0F0F0F;
  font-weight: 600;
  margin-bottom: 18px;
}

.values .box p {
  font-size: 16px;
  color: #000000;
  
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}


.values .text-center .btn-get-started {
  margin-top: 10px !important;
}
.btn-get-started {
  margin-top: 10px !important;
  margin: 10px 0 !important; /* Réinitialisez tous les marges du bouton */
}

@media (max-width: 768px) {
  .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: 14px;
  background:#4153f114;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  padding-top: 30px;
  margin-top: 50px;

  
}

.span{

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


} 
  
