/*
 Theme Name: Chic Pro Child
 Theme URI: https://example.com
 Description: Thème enfant de Chic Pro
 Author: Manuel
 Template: chic-pro
 Version: 1.0
*/

/* Import du style du thème parent */
@import url("../chic-pro/style.css");

/* Custom header logo (responsive) */
.custom-header-logo{ display:inline-block; vertical-align:middle; margin-right:20px; }
.custom-header-logo img{ max-width:120px; width:100%; height:auto; display:block; }

@media (max-width:1024px){
	.custom-header-logo img{ max-width:100px; }
}
@media (max-width:768px){
	.custom-header-logo img{ max-width:80px; margin-right:12px; }
}
@media (max-width:480px){
	.custom-header-logo img{ max-width:60px; }
}