
/*--------------------------------------- GESTION DU MODE PAYSAGE------------------------------------*/
@media only screen and (max-height : 430px) {

    .fit-picture {
        display: none;
    }

}

/* ----------------------------------------- TABLEST AND MOBILES ------------------------------------------------------- */

@media only screen and (min-width : 401px) and (max-width: 1223px) {

    @media only screen and (min-width : 401px) and (max-width: 700px) {
        header {
            background-size: 100% 85% !important;
            height: 18rem !important;
        }
    }
    @media only screen and (min-width : 701px) and (max-width: 900px) {
        header {
            background-size: 100% 100% !important;
            height: 20rem !important;
        }
    }

    .tablet-font-size {
        font-size: 0.6em !important;
    }

    .table td.fit-width {
        width: 20% !important;
    }

    header button.btn {
        margin: 3em;
        font-size: 0.8em;
    }

    .fit-picture {
        width: 7rem;
        height: 7rem;
        margin-bottom: 1rem;
        margin-right: 0.5rem;
    }
    .my-vision {
        padding: 0.5rem;
    }

    /* ------------------------------------------------- ANIMATION PICTOGRAMMES DEBUT -------------------------------------- */
    .ripple-background {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    img.pictogramme {
        width: 80px;
        text-align: center;
    }
    
    div.circle.medium.shade {
        margin-left: 1rem;
    }

    .medium{
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
        margin-right: 0.5rem;
    }

    img.pictogramme {
        width: 40px;
        height: 40px;
    }
    
    .leaf-div {
        display: flex;
        justify-content: start;
    }

    .p-start {
        margin: 0;
    }

    footer a {
        margin: 1rem;
    }

    @keyframes ripple{
        0%{
          transform: scale(0.8);
        }
        
        50%{
          transform: scale(1.1);
        }
        
        100%{
          transform: scale(0.8);
        }
    }
/* ------------------------------------------------- ANIMATION PICTOGRAMMES FIN -------------------------------------- */
    
}