/*
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 : 8 oct. 2018, 08:15:16
    Author     : serge
*/


/* + Écrans avec une largeur de fenêtre maximum de 600px + */

@media screen and (max-width: 650px){
    
    
    /**
        Menu flotant
    */
    
    .nav {
        line-height: 1.2em;
        height: 1.5em;
    }
    
    .nav-link {
        font-size: 0.6em;
        line-height: 2.5em;
        height: 2.5em;
    }
    
    li:last-child .nav-link {
        line-height: 0.7em;
    }
    
    .nav li {
        line-height: 1.5em;
        height: 1.4em;
    }

    fieldset {
        padding: 0.5;
        padding-left: 1em;
    }
    
    
    /**
        Page Home
    */
    
    #accueil {
        top: 15%;
    }
    
    #logoHome {
        margin-top: 0;
    }
    
    /**
        Page Contact
     */
    
     #formContact {
         width: 58%;
     } 
     
    #captchaContact {
        width: 40%;
    }
    
    /**
        Page prestation
    */
    
    #formDemandeInfos p {
        font-size: 1em;
    }
    
}

@media screen and (max-width: 380px) {
    
    /**
        Menu flotant
    */
    
    .nav-link {
        font-size: 0.5em;
        line-height: 2em;
        height: 2em;
    }
    
    
    /**
        Page Home
    */
    
    #accueil {
        top: 15%;
    }
    
    #logoHome {
        margin-top: 1em;
    }
    
}