*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'poppins','Segoe UI';
  background: #f8f8f8;
  padding: 0;
  margin: 0;
}

#site_h{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5dvw;
  font-weight: 900;
  color: rgb(136, 11, 2);
}

.title_and_button{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 15dvh;
  background-color: rgba(255, 145, 0, 0.356);
}

#menu {
  display: flex;
  justify-content: right;
  align-items: center;
  }

/* Style bouton menu */
#menu-btn {
  display: none;
  width: 30px;
  height: 100%;
  cursor: pointer;
  background: none;
  border: none;
}

/* Bar menu */
.bar {
  display: flex;
  width: 20px;
  height: 4px;
  border-radius: 20px;
  background-color: rgb(136, 11, 2);
  margin: 6px 0;
  transition: 0.3s;
}

/* Menu */
#menu ul {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  display: flex;
  justify-content: space-around;


}

#menu li {
  margin: 10px 30px;
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
}


#menu a {
   color: rgb(184, 73, 0);
   font-size: larger;
   text-decoration: none;
}
.slideshow .welcome{
   color: rgb(255, 255, 255);
   font-size: larger;
   z-index: 100;
}

.theme_slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    justify-content: right;
    align-items:flex-end;
    font-size: 5dvw;
    z-index: 10;
    margin: 30px;
    color:rgba(255, 186, 96, 0.966);
    text-shadow: 1px 1px rgba(252, 105, 8, 0.945);
    
}

.theme_slide h3{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: white;
    padding: 10px;
}


.theme_slide.active{
    opacity: 1;
}

.slideshow_theme{
    position: relative;
    height: 50px;
    width: 100%;
    margin: 0;
     display: flex;
    justify-content: center;
    align-items: center;
} 

.slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    z-index: 1;
}


.slide.active{
    opacity: 1;
}

.slideshow{
    position: relative;
    height: 500px;
    width: 100%;
    margin: 0;
}

img{
    z-index: 0;
    width: 100%;
    height: 500px;
}

/* Animation bouton */
#menu-btn.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#menu-btn.open .bar:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.accueil{
    margin: 1%;
    width: 48%;
    background: white;
    font: 1em sans-serif;
    font-weight: lighter;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.accueil h4{
    color:black;
    display: block;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    margin: 1%;
}

.accueil p{
    color: rgba(0, 0, 0, 0.945);
    display: block;
    font-size: medium;
    font-weight: lighter;
    margin: 1%;
}
.services{
    margin: 1%;
    padding: 1%;
    width: 48%;
    background: rgba(255, 186, 96, 0.966);
    font: 1em sans-serif;
    font-weight: lighter;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services h4{
    color: rgb(136, 11, 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 98%;
    font-size: larger;
    font-weight: bold;
    margin: 1%;
}

.services p{
    color: rgba(0, 0, 0, 0.945);
    display: block;
    font-size: medium;
    font-weight: lighter;
    margin: 1%;
}

.a_propos{
    margin: 2%;
    width: 96%;
    background: white;
    font: 1em sans-serif;
    font-weight: lighter;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.a_propos h4{
      color:black;
    display: block;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    margin: 1%;
}

.a_propos p{
    color: rgba(0, 0, 0, 0.945);
    display: block;
    font-size: medium;
    font-weight: lighter;
    margin: 1%;
}

.contact{
  widh:100%;
}

.contact-section {
  max-width: 100%;
  background: #fff;
  padding: 30px;
  margin: 5% 5% 5% 5%;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.contact-section h2 {
  text-align: center;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background-color: rgb(255, 145, 0);
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: rgba(255, 161, 39, 0.966);
}

.contact-info {
  margin-top: 20px;
  font-size: 16px;
  color: #555;
}

.contact-info i {
  margin-right: 8px;
  color: rgb(122, 49, 0);
}

.content_services{
    background:rgba(255, 174, 0, 0.219);
    box-shadow: 0 2px 10px rgba(122, 49, 0, 0.5);
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-radius: 15px;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.content_services h5{
    text-align: center;
}

.content_services ul{
    width: 92%;
    margin: 4%;
}

.accueil_services{
    display: flex;
}

.footer{
  display: block;
  padding:10px;
  width: 100%;
  background-color: #ff91005b;
  text-align: center;
  border-top: 2px solid rgb(136, 11, 2);
  color: rgb(136, 11, 2);
  font-weight: bolder;
  height:60px;
}

.footer small{
  font-weight: lighter;
}

/* Responsive */
@media (max-width: 768px) {
  #menu-btn {
    display: block;
    position: relative;
    left: 10px;
    align-items: center;
  }

  #menu {
    display: none;
  }

  #menu ul {
  list-style: none;
  padding: 0;
  display: block;
  border: none;
}

#menu li {
  margin: 10px 0;
  display: block;
}

  #menu.show {
    display: flex;
    width: 100%;
    justify-content: center;

  }

  .accueil_services .accueil{
    display: block;
    width: 100%;
}

.accueil h4{
    display: block;
    width: 100%;
}

.services .content_services{
    display: block;
    width: 90%;
    margin: 5%;
}

.content_services h5{
    display: block;
    text-align: center;
}


.accueil_services{
    display: block;
}

  .accueil_services .services{
    display: block;
    width: 100%;
}
}
