*{
    margin:0;
    padding:0;  
}
body{
    box-sizing: border-box;
}
/*barre de navigation*/
nav{
    background-color: white;
    height:10vh;
    display: flex;
    align-items: center;
    position: sticky;
    top:0px;
    z-index: 100;
    flex-wrap: wrap;
}
ul{
    display:flex;
    justify-content: end;
    align-items: center;
    width: 87%;
    list-style: none;
    padding-left:0.25%;
}
a{
    color:#0000008C;
    text-decoration: none;
    font-family: "bebas neue";
  
}
a:hover{
   color:black;
}
#navbar-nom:hover{
    color: black;
    text-decoration: none;
}
#navbar-nom{
    font-size: 1.4em;
    color:#1e88e5;
    margin-left:2%;
    font-family: "bebas neue";   
}
li{
    padding:8px;
    font-size: 1.4em;
}
/*fin barre nav début header*/

 /* header {
  background-image: url("home-picture.png");
  background-size: cover;          
  background-position: center;     
  background-repeat: no-repeat;    
  height: 90vh;                    
  width: 100%;                    
  display: flex;                  
  align-items: center;            
  justify-content: center;         
} */

h1{
    color:#ff8d1f;
    font-family: "bebas neue";
    font-size: 3em;
    width: 100%;
    height:30vh;
    text-align: center;
    padding-top: 8%;
    line-height: 1.4em;
    animation: float 6s ease-in-out infinite;
    transform: translatey(0px);
    overflow: hidden;
    font-weight: 500;
}

#liens-realisations{
    color: white;
    padding:10px;
    text-decoration: none;
    border:2px solid white;
    border-radius: 20px;
    font-family: "bebas neue";
}
#liens-contact{
    color: black;
    padding:10px;
    text-decoration: none;
    background-color: white;
    margin-top: 4%;
    border-radius: 20px;
    font-family: "bebas neue";
}
.photos-logo{
    height:3.5vh;
    width:28.5px;
    margin:1% 3% 0 0;
}
.icones-1{
    display: flex;
    justify-content: flex-end;  
    height: 7vh;
    width:100%;
    
}
/*section a propos*/
h2{
    font-family: "bebas neue";
    font-size: 5em;
    color: #0000008c;
    padding-top: 5%;
    text-align: center;
}
h3{
    font-family: "bebas neue";
    font-size: 5em;
    color: black;
    width: 80%;
    text-align: left;
    font-weight: 500;
    margin:2% 0 1% 0;

}
h4{
    font-family: "bebas neue";
    font-size: 4em;
    width: 100%;
    color: #0000008c;
    padding-top: 5%;
    text-align: center;
}
#paragraphe-propos{
    font-family: 'bebas neue',sans-serif;
    font-size: 1.7rem;
    color: #000000b5;
    padding:0 10px 0 10%;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 40px;
    margin-top:2%;
   margin-right:3%;
}
#paragraphe-propos-other-pages{
    font-family: 'bebas neue',sans-serif;
    font-size: 1.7rem;
    color: #000000b5;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 40px;
    margin-top:2%;
}
section{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;   
}
#section-other-pages {
  display: block;
  align-items: unset;
  height: auto;
  padding: 0px 20px;
  max-width: 85%;
  margin: 0 auto;
  text-align: justify;
}
span{
    font-weight: 600;
    font-size: 1.7rem;
    color: black;
}
#div-images{   
    width:100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top:7%;
    height: 27vh;
    transition: transform 0.4s ease;
}
 /*section 2 portfolio , images , textes*/   
#paragraphe-section2{
    font-family: 'bebas neue', sans-serif;
    font-size: 1.7em;
    color: #0000008c;
    margin-top:1%;  
    width: 90%;
    text-align: center;
}
#div-textes-images{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height:4vh;
    flex-wrap: wrap;
}
/*texte sous les images */
.texte-sous-image{
    font-family: 'bebas neue', sans-serif;
    font-size: 1.2em;
    color: black;
    animation: float1 6s ease-in-out infinite;
    transform: translatey(0px);
    overflow: hidden;
    padding:2px 10px 0 10px;
    width:100%;
    text-align: center;
    border-radius: 15px;  
}
.texte-sous-image-2{
    animation: slide-in 2500ms;
    animation-timing-function: linear;
    text-align: center;
    border-radius: 15px; 
    display: flex;
    margin-left: 1%;
}
/*fin des textes sous les images , debut des images */
#div1{
    height:24vh;
    width: 100%;
    background-image: url(capture-d-ecran-noir-magnifique.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    animation: float1 6s ease-in-out infinite;
    transform: translatey(0px);
    overflow: hidden;
} 

#div3{
    height:24vh;
    width: 100%;
    background-image: url(Capture\ d’écran\ \(21\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    animation: float1 6s ease-in-out infinite;
    transform: translatey(0px);
    overflow: hidden;  
}
.div1-2{
    height:24vh;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    animation: slide-in 2500ms;
    animation-timing-function: linear;
    margin-bottom:15%;
}
section>#div-images>a{
    width: 20%;
    display: flex;
    justify-content: center;
    margin: auto;
}
#div-images-1{
    display: flex;
    flex-direction: column;
}
#div-images-2{
    display: flex;
    flex-direction: column;
}
#div-images-3{
    display: flex;
    flex-direction: column;
}

  /* section4 (div) contact*/
  #h3-contact{
    text-align: center;
    width: 100%;
  }
  .texte-contact{
    font-family: 'bebas neue',sans-serif;
    font-size: 1.7rem;
    color: #000000b5;
    padding:15% 0 0 0;
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 40px;
     margin:0 0 0 2%; 
    flex-basis: 50%;
   padding-bottom: 20px;
  }


.chevron{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.texte-chevron{
    color: #1e88e5;
    font-family: "bebas neue",sans-serif ;
    font-size: 1em;
}
footer{
    width: 100%;
    margin-top: 5%;
    padding-top: 2%;
    background-color: #1e88e5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-around;   
}
.texte-footer{
    display: flex;
    justify-content: space-around; 
    color: #ffffff;
    font-family: "bebas neue",sans-serif ;
    font-size: 1em;
}
.texte-footer-other-links{
    display: flex;
    justify-content: space-around; 
    color: #ffffff;
    font-family: "bebas neue",sans-serif ;
    font-size: 1em;
    text-align: center;
}
.logo-footer{
    display: flex;
    justify-content: space-around;   
}
ion-icon {
    font-size: 31px;
    color: #ffffff;
  }
  
  .footer-separator {
  width: 70%;
  margin: 30px auto;
  border: none;
  border-top: 1.5px solid rgba(255, 255, 255, 0.8);
}

.texte-footer a {     
  color: #ffffff;             
}
.texte-footer-other-links a {     
  color: #ffffff;             
}


.texte-footer-copyright{
    display: flex;
    justify-content: space-around; 
    color: #ffffff;
    font-family: "bebas neue",sans-serif ;
    font-size: 0.9em;
    margin-top: 3%;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.header-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
