@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Libre Baskerville";
      font-weight: 400;

}

@font-face {
    font-family: 'flipahausregular';
    src: url('font/flipahaus-v2-webfont.woff2') format('woff2'),
         url('font/flipahaus-v2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.fond-logo {

        background:url(sources/fond.jpg);
        background-attachment: fixed;
}


#background-video {
    position: absolute;
    object-fit: cover;
    width: 100vw;
    height: 450px;
    left: 0;
    top: 0;
    z-index: -1;
  
}

h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: white;
    opacity: 60%;
}


h2 {
    font-size: 30px;
    text-align: center;
    color: #5B5247;
    font-weight: 400;
    margin: 60px;

}

h3 {
    background-color: #C6B4A3 ;
    width: 300px;
    height: 30px;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color:whitesmoke ;
    margin-bottom: 20px;
    padding: 20px;

}


.logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 450px;

}

.logo img {
    margin-bottom: 50px;
}

.contenu {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    color: #5B5247;
    text-align: center;
}



.colonne {
 text-align: center;}




.colonne p {
    text-align: center;
    color:#5B5247 ;
   padding: 10px;
   font-size: 20px;

}
   


        

.CTA a {
    text-decoration: none;
    color: whitesmoke;

        background-color: #C6B4A3;
        width: 50%;
       
        font-size: 30px;
        border-radius: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 80px auto;
        border: 10px solid #E5DCD3;
        padding: 20px;

}




.avis{
    
    justify-content: space-between;
    text-align: center;
    color:#5B5247;
   padding: 10px;
   font-size: 20px;
   background-color: #F6F4F1;
   border-radius: 20px;
   padding: 30px;
   width: 30%;
   border: 1px solid #5B5247;
   margin-bottom: 40px;
}

.avis img { margin: 20px;}

a { text-decoration:none;
color: black;

}


footer { 
    margin-top: 80px;
background-color: rgba(198,180,163,0.6);
min-height:100px;
width: 100%;

}

.font {
align-items: center;
color: black !important;
min-height: 100px;
gap: 0;
}

.font div {
    flex-basis: 0;
flex-grow: 1;
}



strong { font-weight:700;}
/*--------------------------------RESPONSIVE*/

@media screen and (max-width:1000px) {

    h1{ 
    font-size:16px;}

    h2 {
        font-size: 24px;
    }

    h3 {
        width: 100%;
        font-size: 18px;
    }

    .contenu {
        flex-direction: column;
        width: 90%;
        
        align-items: center;
    }

    .CTA a {
        width: 80%;
        font-size: 16px;
    
    }

    .avis {
        width: 90%;
        margin: 0;



    }
    
  
    footer { padding: 20px;

    }

   .font {display: flex;
    justify-content: center;
    align-items: center;

    }

    .picto {
        order: -1;
        margin-bottom: 20px;
    }

.logo img {
    height: 30vh;

}
}






