:root{

	--C_vista_turquoise_sombre1:#32948c;
	--C_vista_turquoise_sombre2:#187971;
	--C_vista_bleu_sombre1:#4362b1;
	--C_vista_turquoise:#3EB7AD;
	--C_vista_jaune:#F3EC7D;
	--C_vista_bleu:#234190;
	--C_fond_defaut:#deecfc;
    
	--L_search:500px;
	--R_search:15px;
	--P_search:20px;

	--L_button:40px;
	--H_button:40px;
	--R_button:7px;
	--P_button:10px;

	--E_form:10px;
	--FONT_input:14px;
	--FONT_icone:18px;
	
	--H_close:30px;
	--FONT_close:18px;

	--L_distance:90px;

	--FONT_h4:14px;
	
	--H_service:16px;
}

@media (max-width: 800px), (max-height: 600px) {
    
    :root{
        
	    --L_search:400px;
        --R_search:15px;
        --P_search:15px;
    
        --L_button:35px;
        --H_button:35px;
        --R_button:7px;
        --P_button:8px;
    
        --E_form:8px;
        --FONT_input:12px;
        --FONT_icone:16px;
		
		--H_close:20px;
        --FONT_close:14px;

		--L_distance:80px;
	
		--FONT_h4:12px;
		
		--H_service:14px;
	
    }
}