@charset "UTF-8";
/*
	CSS Document
	
	Version : 6.0.1 du 03/12/2025
	Web	: www.amexpo-ouest.fr
	Auteur	: Vincent HUMEAU
	
	© 2020-2025 Trans-Sphère Sarl	Internet & Multimédia	https://www.trans-sphere.com
	 _____   _____        ___   __   _   _____        _____   _____   _   _   _____   _____    _____  
	|_   _| |  _  \      /   | |  \ | | /  ___/      /  ___/ |  _  \ | | | | | ____| |  _  \  | ____| 
	  | |   | |_| |     / /| | |   \| | | |___       | |___  | |_| | | |_| | | |__   | |_| |  | |__   
	  | |   |  _  /    / / | | | |\   | \___  \      \___  \ |  ___/ |  _  | |  __|  |  _  /  |  __|  
	  | |   | | \ \   / /  | | | | \  |  ___| |       ___| | | |     | | | | | |___  | | \ \  | |___  
	  |_|   |_|  \_\ /_/   |_| |_|  \_| /_____/      /_____/ |_|     |_| |_| |_____| |_|  \_\ |_____| 
	  
*/
:root{--col-dva-typo:#118950;--col-dva-typo2:#056a3c;--col-dva-fond:#9cd1be}.dva_typo2{color:var(--col-dva-typo2)}header{padding-bottom:calc(var(--gap) / 2) !important}.salonduvegetal_angers main{background:url(../img/_mono/salon/salonduvegetal/fond.image) var(--col-dva-fond) center center no-repeat fixed;background-size:contain;padding:64px 0;color:var(--col-dva-typo);font-size:max(1rem,1vw)}#grid{display:grid;width:80%;max-width:432px;margin:0 auto;height:100%;grid-auto-columns:1fr;gap:1rem;grid-template-areas:"b1" "b2" "b4" "b3" "b5"}#grid>div{display:flex;padding:max(1rem,1vh) max(1rem,1vw);background-color:#fff}#grid>div>*{margin:auto}#grid_r1{grid-area:b1}h1{font-family:var(--font-base-bold);font-weight:normal;font-size:2em;text-transform:uppercase;line-height:1;text-align:center}#grid_r2_c1{grid-area:b2}#grid_r2_c2{grid-area:b3}#grid_r3_c1{grid-area:b4}#grid_r3_c1>img{width:100%;height:auto}#grid_r3_c2{grid-area:b5}main p{font-family:var(--font-base-bold);font-size:1.3em;line-height:1;text-align:center}main p span{white-space:nowrap}main a{width:100%;height:100%;display:flex}main a>img{width:100%;padding:3rem;height:auto;margin:auto}@media all and (min-width:768px){header{padding-bottom:0 !important}#grid{width:fit-content;max-width:unset;grid-template-areas:"b1 b1" "b2 b3" "b4 b5"}#grid_r2_c1 p{text-align:right}#grid_r2_c2 p{text-align:left}}