@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Regular.woff2') format('woff2'),
       url('../fonts/Garet-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Garet', Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
}
/* composant*/
.round-circle{
  border-radius:50px;
  height: 70px;
  width: 70px;
}
.container-section{
  margin-top: 0.2rem;
  margin-left: 15rem;
  border:2px solid red;
}
.title-h1{
  font-size: 3rem;
  font-family: "Gill Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  color: red;
}

.title-h2{
    color: #ffffff;
    font-family: "Garet", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}
.para{
  color: #ffffff;
  font-family: "garet";
  font-size: 5rem;
  text-transform: uppercase;
  margin-bottom:-2.7rem ;
}

.para-deux{
  color: #ffffff;
  font-family:'Garet', sans-serif;
  font-size: 8rem;
  text-transform: uppercase;
}

.btn-color{
  background-color: #4d4b4b;
  color: #ffffff;
  font-size:1.5rem ;
  font-family: 'Garet', sans-serif;
  border-radius:2rem ;
  width: 20rem;

}

.btn-color:hover{
    background-color: #ffffff;
    color: #4d4b4b;
}
.bloc-image{
  padding:0;
 
 
}
.margin-section{
  margin-top: 13rem;

}
/* entete*/
header {
    padding: 20px;
    background:rgb(8, 0, 0);
}
/* section */
#sectionUne,
#sectionDeux,
#sectionTrois,
#section-header{
  background:rgb(8, 0, 0);
}
section {
    margin: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


/*images*/ 
/* Style pour la grande image */
.grande-image {
  width: 100%; /* Occupe toute la largeur de la colonne */
  margin-bottom: 10px; /* Espacement entre la grande image et les petites images */
}

/* Style pour les petites images */
.petite-image {
  width: 100%; /* Occupe toute la largeur de sa colonne */
}


/* footer */
footer {
    background-color: #000;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }