
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    overflow-x: hidden;
}

body{
    background-color: #f4f4f4;
}

#langue{
    position: fixed;
    top: 70px;
    left: 10px;
    padding: 15px;
    background-color:gray;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    z-index:555555;
}

#bt_back{
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 15px;
    background-color: rgb(44, 179, 178);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
}

#langue a{
    color: white;
}

#logo{
    max-width: 416px;
    height: 168px;
    background-image: url('../../../images/logo_microlonys.png');
    margin: 0 auto;
    margin-top: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

#perenniser{
    text-align: center;
    margin-top: 70px;
    font-family: "Roboto Light";
    font-size: 30px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 70px;
    color: rgb(44, 179, 178);
}

#schema{
    max-width: 948px;
    height: 566px;
    background-image: url('../images/schema.png');
    margin: 0 auto;
    margin-top: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}

#paragraphe{
    text-align: justify;
    text-justify: distribute; 
    padding: 50px;
    margin-top: 20px;
}

#infini{
    max-width: 200px;
    height: 200px;
    background-image: url('../../../images/infini.png');
    background-size: contain;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

#aime{
    max-width: 200px;
    height: 200px;
    background-image: url('../../../images/aime.png');
    background-size: contain;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

#parametre{
    max-width: 200px;
    height: 200px;
    background-image: url('../../../images/parametre.png');
    background-size: contain;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

#para_info{
    margin-top: 50px;
    font-family: "Roboto Light";
    padding: 40px;
}

#icon{
    width: 90px;
    height: 90px;
    background-image: url('../../../images/capacite.png');
    background-size: cover;
}

#ramette{
    width: 110px;
    height: 45px;
    background-image: url('../../../images/ramette.png');
    background-size: cover;
}

#footer{
    height: 3px;
    background-color: red;
}


/*
    CONTACT
*/

#contact{
    position: relative;
    overflow: hidden;
}

#contact:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 105%;
    height: 105%;
    background-image: url('../../../images/contact.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -20px;
    -webkit-transition: 3s ease;
    transition: 3s ease;
}

#contact:hover:before{
    margin-left: 0px;
}

#contact #title{
    padding-top:25px;
    padding-bottom:25px;
    font-family: Roboto;
    font-weight: lighter;
    font-size: 30px;
    color: #434343;
}

#decouvrir{
   background-color: #2D4E67;
    cursor: pointer;
}

#ligne{
    width:71%;
    height:2px;
    background-color: red;
    position: relative;
    top: 30px;
}

#freed{
    position: relative;
    top: 15px;
    left: 71%;
    font-family: Mistral;
    color: red;
    font-size: 20px;
}

/* FONT FACE */

@font-face{
    font-family : "Mistral";
    src : url('../../../font/mistral.ttf');
}

@font-face{
    font-family : "Roboto Light";
    src : url('../../../font/Roboto-Light.ttf');
}

@font-face{
    font-family : "Roboto Thin";
    src : url('../../../font/Roboto-Thin.ttf');
}

#paragraphe-showmobile{
    display: none;
}
.ty-d-block {
    display: none;
}

@media(max-width: 768px){
    .ty-d-block {
        display: block;
    }
    .w-70-mobile{
        width: 70%!important;
    }
    #icon{
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #ramette{
        width: 55px;
        height: 23px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #perenniser{
        margin-top: 30px;
        font-size: 24px;
    }

    #paragraphe, #para_info{
        padding: 15px;
        margin-top: 0px;
    }

    #para_info{
        margin-bottom: 30px;
    }

    #schema{
        height: 300px;
    }

    #paragraphe{
        display: none;
    }

    #paragraphe-showmobile{
        display: block;
        text-align: justify;
        padding: 5px!important;
        margin-top: 15px;
    }

    .disable-mb{
        margin-bottom: 0px!important;
    }

    .ty-d-hidden{
        display: none!important;
    }
}

.lg-d-block {
    display: none;
}
@media(max-width: 991px){
    
    .disable-mb{
        margin-bottom: 0px!important;
    }

    .lg-d-hidden{
        display: none!important;
    }
    
    .lg-d-block {
        display: block;
    }
    

}