*
{
    margin: 0;
    padding: 0;
}
nav
{
    height: 4.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    }
i
{
    font-size: 3vw;
}
.s1
{
    height: 60vw;
    margin-bottom: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: url(img/1-Bague1.jpeg) scroll 0vw -10vw;
    background-size:cover;
    background-repeat: no-repeat;
    
    
    
}
.s1 h1
{
    font-family: 'Merriweather', serif;
    font-size: 3vw;
    font-weight: normal;
    position: relative;
    top: -12vw;
} 
.s1 i
{
    position: relative;
    top: -9vw;;
}
.s2
{
    height: 90vw;
    margin-bottom: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: space-evenly;
}
.s2 p:nth-child(1)
{
    width: 58vw;
    font-size: 2vw;
    text-align: center;
}
.s2 p:nth-child(2)
{
    width: 46vw;
    font-size: 1.5vw;
    text-align: center;
    position: relative;
    color: #555;
}
.s2 img
{
    height: 40vw;
    width: 40vw;
    border-radius: 50vw;
    object-fit: cover;
    box-shadow: .3vw .3vw .5vw -.2vw #aaa;
}
.s3
{
    height: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(/img/3-Bague2.jpeg);
    background-size: 100vw;
    background-repeat: no-repeat;
   
}
.s3 h2
{
    width: 30vw;
    font-size: 5vw;
    text-align: center;
    color: #fff;
    position: relative;
    top: 9.5vw;
}
.s4
{
    height: 45vw;
    margin-bottom: 12vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.s4 img
{
    height: 55vw;
    width: 55vw;
    position: relative;
    top: -6vw;
    filter: grayscale();
}
.s4 h2
{
    font-size: 7vw;
    font-weight: normal;
    position: relative;
    top: -6vw;
}
.s4 h3
{
    font-size: 2vw;
    font-weight: normal;
    text-align: center;
    color: #aaa;
}
.s5
{
    height: 50vw;
    margin-bottom:1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.s5 header
{
    height: 40vw;
    margin-left: 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 3vw;
}
.s5 header h2
{
    width: 50vw;    
    font-weight: normal;
}
.s5 i
{
    font-size: 5vw;
    margin-top: 2vw;
}
.s5 img
{
    height: 40vw;
    width: 40vw;
    object-fit: cover;
    border-radius: 3vw;
    box-shadow: .3vw .3vw .5vw -.2vw #aaa;
}
.s6
{
    height: 8vw; 
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    margin-top: -3vw;
    margin-bottom: 28vw;
}
.s6 img
{
    height: 32vw;
    width: 32vw; 
    border-radius: 1vw;  
    box-shadow: .3vw .3vw .5vw -.2vw #aaa;
}
.s7
{
    height: 65vw;
    margin-top: -4vw;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: space-evenly;  
}
.s7 p
{
    width: 70vw;
    font-size: 2vw;
    text-align: center;  
}
.s7 img
{
    height:30vw;
    width: 30vw;
    border-radius: 50vw;
    object-fit: cover;
    box-shadow: .3vw .3vw .5vw -.2vw #aaa;
}
.s8
{
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.s8 h3
{
    font-size: 2vw;
    margin-bottom: 1vw;
}
.s9
{
    height: 20vw;
    margin: 2vw 3vw;
    background-color:#dcecf3;
    display: flex;
    flex-direction: column;
    align-items: space-evenly;
    justify-content: center;
}
.s9 h2
{
    font-size: 4.5vw;
    font-weight: normal;
    text-align: center;
    position: relative;
    bottom: 2.5vw;
}
.s9 form
{    
    margin: 0 2vw;
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
}
.s9 form input
{
    display: flex;
    justify-content: space-around;
    font-size: 1.2vw;
    margin: 0 .5vw;
    padding: .6vw .8vw .6vw 1vw; 
}
.s9 input[type=text]:nth-child(1)
{
    width: 25vw;
}
.s9 input[type=text]:nth-child(2)
{
    width: 18vw;
}
.s9 input[type=text]:nth-child(3)
{
    width: 21vw;
}
.s9 input[type=submit]
{
    background-color: black;
    color: rgb(166, 163, 163);
    width: 10vw;
}