
body { 

    font-family: Arial, sans-serif; 
    margin:0; 
    padding:0; 
    background:#f5f5f5;


                
.page-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}



    
	.liste-plans {
   align-content: center;
            border-radius: 25px;
            border: 1px solid ;
            max-width: 95%;
            margin:  auto; 
            margin-top: 10px;  
            margin-bottom: 10px;
            color: #000;
            text-align: center;    
            box-sizing: border-box; /*aligne verticalement les cotés des sections*/
            height: 600px;

            /*background-image: url('img-copilot/structure-beton.jpg');
            background-size: auto 80%;  (Largeur automatique, hauteur ajustée au cadre)
            background-position: center;
            background-repeat: no-repeat; */

        }

.titre-page {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.bloc-image {
  margin-bottom: 30px;
}

.image-plan {
  width: 100%;
  max-width: 700px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.liste-boutons {
  display: flex;
  flex-direction: column;
  gap: 15px; /*espace les boutons */
  margin-bottom: 40px;
  align-items: center;   /* centre les boutons horizontalement */
}

.btn-orange {
  display: inline-block;
  padding: 12px 24px;
  
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  max-width: 300px;
  min-width: 300px;
  border-radius: 10px;
  border: solid 1px;
  background: linear-gradient(
      to bottom,
      #0077FF, /* Bleu azur profond */
      #3399FF, /* Bleu azur */
      #66BFFF, /* Bleu ciel */
      #99D8FF, /* Bleu très clair */
      #CCEFFF, /* Bleu pastel */
      #FFFFFF  50%/* Blanc */
);

}

.btn-orange:hover{
        color: red;
        transform: scale(1.03);
    }
.content-wrap {
    flex: 1; /* pousse le footer en bas */
}


@media (max-width: 768px) {

  .titre-page {
    font-size: 1.7rem;
  }

  

 
}
