/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 juil. 2017, 09:35:13
    Author     : Jean-Baptiste
*/
/*LARGE DEVICES lg >=1200px*/
/*LARGE DEVICES md >=992px*/
/*LARGE DEVICES sm >=768px*/
/*LARGE DEVICES xs <768px*/

#slider-section1_titre_substitution{
    display: none !important;
}

/*MEDIUM DEVICES md*/
@media screen and (max-width:1200px){
    .tp-splitted.tp-linesplit {
        font-size: 35px !important;
    }
}


/*SMALL DEVICES sm*/
@media screen and (max-width:992px){
    .navbar-brand img{
        width: 100px;
    }
    .tp-splitted.tp-linesplit {
        font-size: 22px !important;
    }
}


/*EXTRA SMALL DEVICES xs*/
@media screen and (max-width:768px){
    .history-section img{
        width: 200px;
    }
    footer{
        text-align: center;
    }
    .ftr-widget-tag .tags a{
        float: none;
    }
}
@media screen and (max-width:550px){
    #slider-section1{
        display: none;
    }
    #slider-section1_titre_substitution{
        display: block !important;
    }
    #header {
        margin-top: -23%;
    }
}