.accueil{
    background: url(../assets/images/accueil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100vh;
    min-height: 900px ;
    width: calc(100% - 300px);
    margin-left: auto;
    position: relative;
}
h1{
    font-size: 5em;
    font-family: 'Abril Fatface',sans-serif;
    margin: 0 60px;
    padding-top: 210px;

}
.txt-animation{
    font-size: 2rem;
    margin: 10px 0 10px 60px;
}

.btn-acc{
    display: inline-flex;
    width: 200px;
    height: 50px;
    text-decoration: none;
    background: #000;
    justify-content: center;
    align-items: center;
    color: #f1f1f1;
    border-radius: 2px;
    font-size:1.2rem;
    margin: 10px 0 0 0;
 
}
.btn-acc1{
    margin: 10px 0 0 60px;
}
.btn-acc2{
    background:transparent;
    border: 2px solid black;
    color: #000;
    font-weight: 777;
}
.medias{
    display: flex;
    margin-left:60px ;
    margin-top:30px;

}
.media{
    width:60px;
    height:60px;
    background:#333;
    border-radius:50%;
    margin-right:10px;
    display:flex;
    justify-content: center;
    align-items:center;
    cursor:pointer;
}
.media2{
    background:transparent;
    border:2px solid #333;

}
.icon-media{
    width: 30px
}
.btn-circle{
    width: 70px;
    height:70px;
    bottom: 20px;
    position: absolute;
    left:60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 #333;
    background: #333;
    animation: pulse 1.3s infinite;
}
@keyframes pulse {
    to{
        box-shadow:0 0 0 8px rgba(255,255,255, 0.01);
    }
    
}
.logo-circle-btn-acc{
    width: 35px;
}
/* Media accueil--*/
@media screen and (max-width:1300px) {


    .accueil{
        width: 100%;
        background-position: center;

    }
}
@media screen and (max-width:1000px){
    .accueil{
        height: 700px;
        min-height: 0;
    }
    h1{
        font-size:4.3rem ;
        margin: 0 30px 0 30px;
        padding-top: 100px;

    }
    .accueil p{
        margin: 20px 0 20px 30px ;
    }
    .btn-acc1{
        margin: 10px 0 0 30px ;
    }
    .media{
        margin-left: 30px;

    }
    .btn-circle{
        display: none;
    }
    
}
@media screen and (max-width:700px){
    .accueil{
        height: 600px;
        font-size: 50px;

    }
    h1{
        font-size:50px;
        margin: 0 30px;

    }
    .accueil p {
        font-size: 20px;
    }
    .circle-btn-menu{
        width: 60px;
        height: 60px;

    }

}
@media screen and (max-width: 500px) {
    h1{
        font-size: 35px;
    }
    .btn-acc{
        width: 120px;
        font-size: 16px;
        height:40px ;
        margin: 10px 0 0 5px;

    }
    .btn-acc1{
        margin: 10px 0 0 30px ;
    }
    .media{
        width: 40px;
        height: 40px;

    }
    .icon-media{
        width: 20px;
    }
    
}
@media screen and (max-width:450px){
    .circle-btn-menu{
        width: 50px;
        height: 50px;
    }
    .cont-line{
        width: 20px;
        height: 38px;

    }
    .single-line{
        height: 3px;
    }
    .single-line::before{
        bottom: 8px;
        height: 3px;
    }
    .single-line::after{
        top:8px;
        height: 3px;
    }
    .accueil{
        height: 500px;
    }
    h1{
        margin: 0 30px 0 5px;
        padding-top: 120px;
    }
    .accueil p{
        margin:30px 0 0 5px ;
    }
    .btn-acc{
        width: 100px;
        font-size: 12px;
        height: 35px;
        margin: 30px 0 0 5px ;
    }
    .medias{
        margin-top: 30px;
        margin-left: 5px;
    }
    .icon-media{
        width: 20px;
    }
}
  @media screen and (max-width: 380px) {
        .txt-animation {
            font-size: 15px!important;
        }
    }
    @media screen and (max-width: 370px) {
        .txt-animation {
            font-size: 13px!important;
        }
    }
    @media screen and (max-width:380px){
        .txt-animation{
            font-size: 15px!important;
        
    }}
    @media screen and (max-width:370px) {
        
        .txt-animation{
            font-size: 13px!important;
        }
    }