html{
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  background-color: #f5f7fa;
}



section.top-page { background-image: url("../Image/pexels-goumbik-574071.jpg") ;
  background-size: cover;
  background-position: center;
  height: 80vh;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.151) 0px 4px 12px;
}

.logo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
}
.big-title {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  text-align: center;
}
/*tete de page */

.logo {
    margin-left: 5px;
    position: relative;
    left: -45%;}



header.header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#0d0c0abd, #0d0c0a00);
    height: 40px;
    padding-top: 10px;
    position: relative;
}


/* Navigation Bar Styles */
nav.nav {
  display: flex;
  text-align: center;
  justify-content: space-between;
  list-style : none;
  width: 300px;
  position: absolute


}

nav.nav li a {
  color: #f5f7fa;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-out;
    
}


nav.nav li a:hover {
  font-weight: 400;
  color: #A69898;
}

img.instagram {
  margin-right: 10px;
  filter: invert(100%);
}

img.instagram:hover {
  filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(300deg);
}


/* Icone */
#slogan{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;

    
}

   .slogan-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* nos services */

#services {
    margin-top: 45px;
  background: #f5f7fa;
  transition: all 0.3s ease;
  margin-left: 18%;
  margin-right: 18%;
}

#services:hover {
  transform: scale(1.02);
}

.services-title {
  text-align: center;
  font-size: 40px;
  margin-top: 70 px;
  margin-bottom: 20px;

}





.services-paragraph {
  text-align: center;
  font-size: 20px;
  font-weight: 40;
  font-family: open sans, sans-serif;
}


/*Portfolio */

#portfolio {
    margin-top: 225px;
    text-align: center;
}

.portfolio-title {
  font-size: 40px;
  margin-bottom: 20px;
}

.portfolio-paragraph {
  font-size: 20px;
  font-weight: 70;
  margin-left: 20%;
  margin-right: 20%;
}

/* Contact */

#contact {
    margin-top: 400px;
    margin-left: 6px;



}

.contact-content {
    font-family: open sans, sans-serif;
}


div.social-container {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
}


a.social {
  width: 52px;
  height: 52px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}

.container-one:hover {
  background-color: #d62976;
  transition-duration: .3s;
}

.container-two:hover {
  background-color: #00acee ;
  transition-duration: .3s;
}

.container-three:hover {
  background-color: #128C7E ;
  transition-duration: .3s;
}

.container-four:hover {
  background-color: #0083ee;
  transition-duration: .3s;
}

a.social img {
  width: 24px;
  height: 24px;
  filter: invert(100%);
  transition-duration: .3s;
}

.contact-content a {
    color: #333333;
}

footer {
    text-align: center;
    padding-top: 5px;
    background-color: #0d0c0a;
    color: #f5f7fa;
    margin-top: 80px;
    justify-content: space-between;
}

