@font-face {
	font-family: 'DK-Lemon-Yellow-Sun';
	src: url(‘/font/DK-Lemon-Yellow-Sun.otf) format(‘opentype’),
		
}


.picture {
    width:17%;
    }


.btn1{
    position: relative;
    top: -550px;
    left: 800px;
    background-color: #F05A24;
    color: aliceblue;
    
}
.btn1:hover,.btn3:hover,.btn3 {
    background-color: #29A3C0;
    color: aliceblue;
  
}
.btn2,.btn2:hover{
    background-color: #F05A24;
    color: aliceblue;
}

.bloc{
    float: left;
   
}

.lien{
    float: right;  
    display: block;
    position: relative;
    bottom: 180px;
    right: 200px;
}
.text{
    display: inline-block;
    font-family: 'DK Lemon Yellow Sun', sans-serif;
    font-size: 35PX;
    text-align: center;
    position: relative;
    bottom: 500px;
    left: 700px;
}
.select{
    display: inline-block;
    position: relative;
    bottom: 550px;
    left: 660px;
}
.keep{
    display: inline-block;
    text-align: center;
    position: relative;
    bottom:  260px;
    left: 700px;
}
.link{
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 1200px){
    .lien {
        display: none;
      }
     
      
    .text{
        font-size: 30px;
        position: relative;
        top: 0px;
        left: 200px;
       }
    .picture {
        width:30%;
        }
    .picture2 {
        display: none;
        }
    .select{
        position: relative;
        top: 0px;
        left: 100px;
        }
        .btn1{
            position: relative;
            top: 0px;
            left: 240px;
        }
        .keep{
            position: relative;
            top: 300px;
            left: 170px;
        }
}
   
  