/* .contact{
    background-color: orange;
    
} */

body{
    margin: 0%;
    padding: 0%;
    margin-bottom: 0%;
    
}
html, body{
    height: 100%;
}

.main{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}



.text-body-secondary{

    margin-right: 20%;
    margin-left: 20%;
}


.containerFooter{
  flex-grow: 1 0 auto;
  
  
}

.col{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}




h4,h3{
    display: flex;
    justify-content: center;
}
.containerForm {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.containerFooter{
    background-color: black;
    color: white;

}
.nav-item{
    color: white;
}


input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.row{
    background-color: black;
    color: white;
}

button {
    background-color:orange;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

button:hover {
    background-color: yellow;
}

.mira{
    background-image: url(tech7.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-color: white;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;

}

.title{
    display: flex;
    justify-content: center;
    color: orange;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.contactezNous{
    background-color: orange;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.lead{

  background-color: black;
  opacity: 0.6;
    
    padding: 10px;
}
.display-5{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.lead1{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.title{
    display: flex;
justify-content: center;
}
.fw-semibold{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    text-align: center;
}
.text-body-secondary{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    text-align: center;
}
.mb-0{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    text-align: center;
}
.mb-auto{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
.card-text{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    text-align: center;
}



/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */

.public-sans-uniquifier {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }
  .containerHead{
    /* background-color: orange; */
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
  }