body {
    /* Location of the image */
    background-image: url(../img/isocel_image_main_main.jpg);
    
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #000000;
}

.btn {
    margin: 10px;    
    height: 60px;
    background-color: rgb(255, 255, 255);
}

.typo-custom {    
    width: 300px;
    height: 100%;
}

.logo {
    width: 150px;
    height: auto;
}

.icone {
    color: aliceblue;
}

.fab {
    width: 40px;
    height: 100%;
    
}

.blanc {
    color: #ffffff;   
}

#position-insta {
    margin-top: 20px;
}

.position {
margin-top: 40px;

}

.size {
    width: 175px;
}
#lien-clip {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

/* a #lien-clip :hover {
    text-decoration:none; 
   
} */

 @media (max-width:1024px) {
    body {
        background-image: url(../img/isocel_image_main_small_screen_main.jpg);
    }







