@font-face {
    font-family: 'futuramedium';
    src: url('../typo/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../typo/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
 font-family: 'bpg_chveulebrivi_gplgnuRg';
    src: url('../typo/bpg_chveulebrivi_gplgnu-webfont.woff2') format('woff2'),
         url('../typo/bpg_chveulebrivi_gplgnu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futuralight';
    src: url('../typo/futura_light_bt-webfont.woff2') format('woff2'),
         url('../typo/futura_light_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#fond{
    width: 100%;
    height: 170px;
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#fond-footer{
    width: 100%;
    height: 170px;
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#courbe-fond{
   width: 100%;
    height: 40px;
    background-color: white;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

#courbe-fond-footer{
   width: 100%;
    height: 40px;
    background-color: white;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
}


#logo-footer{
    background: url(../images/logo-atelier-RFloury.svg) no-repeat;
    width: 270px;
    height: 130px;
    background-size: cover;
}

#logo-footer a{
    display:block;
    width:100%;
    height:100%;
}

#bloc1{
    display:flex;
    justify-content:center;
}

#bloc1-1{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width:2vw;
}

#logo{
   background: url(../images/logo.png) no-repeat;
    width: 238px;
    height: 131px;
    background-size: cover;
    position: absolute;
    top: 12vw;
    animation-name:lo;
    animation-duration:1s;
}

#guitare1,#guitare2{
    width: 28vw;
    height: 600px;
    background-size: contain;
    background-position: center center;
    background-repeat:no-repeat;
}

#guitare1{
    background-image: url(../images/guitare-face.png);
    *margin-right:5vw;
    animation-name:guit1;
    animation-duration:1s;
    animation-timing-function: ease-out;
}

#guitare2{
    background-image: url(../images/guitare-dos.png);
    *margin-left:5vw;
    animation-name:guit2;
    animation-duration:1s;
    animation-timing-function: ease-out;
}

@keyframes guit1{
    from {margin-right:2vw;}
    to {margin-right:0vw;}
}

@keyframes guit2{
    from {margin-left:2vw;}
    to {margin-left:0vw;}
}

@keyframes lo{
    from {top:9vw;}
    to {top:12vw;}
}

@keyframes ti{
    from {top:35vw;}
    to {top:33vw;}
}

#titre{
    text-align: center;
    position: absolute;
    top: 33vw;
    width: 15vw;
    animation-name:ti;
    animation-duration:1s;
}

#model{
font-family:"futuramedium";
font-size:1.7vw;
}

#handmade{
font-family: 'bpg_chveulebrivi_gplgnuRg';
font-size: 1.3vw;
color: #4a4949;
}

#bloc2{
    display: flex;
    flex-direction: column;
    width: 100%;

}

#bloc2-1, #bloc2-2{
  font-family: 'futuralight';
}


#bloc2-1{
    display: flex;
    flex-direction: column;
    background-color: #e9e9e9;
    padding: 3vw 5vw;
    margin-top: 3vw;
    align-items: center;
    text-align: center;
    font-size: 1.7vw;
    color: #242424;
}

#bloc2-1 p{
    width:40%;
}

#bloc2-1 a{
text-decoration: none;
    color: #ab8a2d;
    font-weight: 800;
}

#bloc2-2{
    font-size: 1.6vw;
    padding: 2vw 18vw;
}

#bloc2-2-1,#bloc2-2-2{
    width:50%;

}

#dessin{
     background-image: url(../images/dessin.png);
    width: 69px;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2vw;
}


#bloc3{
    display:flex;
    justify-content:center;
   margin: -2vw 0 -0.3vw 0;
}

#bloc3-1{
    width: 100%;
}


#bloc4{
    display: flex;
    flex-direction: row;
    padding: 4vw;

}


#bloc4-1{
width:66%;
}

#bloc4-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin-left: 3vw;
}



#bloc4-2-1{
    text-align: center;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: solid 1px #242424;
    border-bottom: solid 1px #242424;
    margin-bottom: 4vw;
    opacity:1;
}

#bloc4-2-1 li{
    list-style: none;
    margin:1vw 0;
}


#bloc4-2-1 li .text-fort{
    font-family:"futuramedium";
    font-size: 2vw;
}

#bloc4-2-1 li .text-light{
    font-family:"futuralight";
    color: #6a6969;
    font-size: 1.5vw;
    text-transform: uppercase;
}

#bloc4-2-1 li .text-fret{
    font-family:"futuramedium";
    color: #999999;
    font-size: 1.2vw;

}

#bloc4-2-1 li .miunu{
    font-family:"futuralight";
    color: #6a6969;
    font-size: 1.2vw;
}

#bloc4-2-2{
    display: flex;
    align-items: center;
}

#photo{
    background-image: var(--pht);
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#photo:hover #fg{
*visibility:visible;
}

#photo:hover #fd{
*visibility:visible;
}

.vignette{
    background: var(--vign) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0vw 0.4vw;
    cursor: pointer;
    opacity: 0.4;
    border-radius: 50%;
    border: solid 2px #080807;
}


.vignette:hover{
    opacity:1;
}

#contener-gal{
    width: 220px;
    display: flex;
    overflow-x: hidden;
}

#galerie{
    display: flex;
    position: relative;
    left: -540px
}

#flecheg, #fleched{
    background: url(../images/fleches.png) no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
}

#flecheg{
        background-position: -31px 0px;
}

#fleched{
    background-position: 0 0px;
}



#contact{
    display: flex;
    justify-content: space-between;
    width: 95%;
}

.text-contact{
    color: white;
    font-family: futuralight;
}
