*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;

}

p{
    font-weight: 300;
    color: #000;
    line-height: 2.5;
}

header{
    position: relative;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
}

.logo{
    color: #000;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}
.logo img{
    max-width: 350px;
    max-height: 250px;
}
.logo span{
    color: #fb911f;
}

.navbar{
    display: flex;
    position: relative;
}
.navbar li{
    list-style: none;
}
.navbar a {
    color: #FFF;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 700;
}

header .navbar li a:hover{
    color: #fb911f;
    border-bottom: 2px solid #fb911f;
    
}

.contenu p:nth-child(2){
    color: #FFF;
    font-size: 1.7em;
    text-align: center;
    font-weight: 150;
}

header {
    position: relative;
}

.prez {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 200px;
}
  
.prez .contenu {
    text-align: center;
}
  
.prez .contenu h2 {
    color: #fb911f;
    font-size: 3em;
    text-transform: capitalize;
    margin-bottom: 0;
}

.container {
    background-image: url(./Images/ILLUSTRATION_Hysopée_Sur_Le_Rocher-1.png);
    background-size:cover;
    background-position:center;
}

.row {
    width: 100%;
    justify-content: space-between;
    text-align: justify;
}
  
.row .col50 {
    width: 50%;
    justify-content: center;
    margin-left: 700px;
}
  
.row .col50 h2 {
    margin-bottom: 10px;
    margin-top: 0px; 
    font-size: 1.8em;
    font-weight: bold;
    color: #fb911f;
}

.row .col50 p {
    margin-bottom: 100px;
    font-weight: 500;
    font-size: 1.2em;
    color: #FFF;
    
}
.titre-texte span{
    color: #fb911f;
    font-size: 1.5em;
    font-weight: 700px;
}
  
.credits{
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    color: #FFF;

}

.credits p{
    font-size: 1.3em;
    text-decoration: underline;
    color: #fb911f;

}
.credits li{
    list-style-type: none;
    font-size: 1.1em;

}


  
.endbar{
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.endbar li{
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 20px;
    color: #FFF;
}

.endbar li img {
    display: block; 
    margin-bottom: 5px; 
    width: 50px;
    height: auto;
    margin-right: 10px;
}
footer{
    position: relative;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.5s;
}






