﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");header{background-position:center;background-size:cover;}header>div{padding:1.5rem 2rem;background-color:rgba(23,26,32,.25);display:flex;flex-direction:column;gap:1.5rem;}@media(min-width:720px) and (min-height:520px){header>div{padding-bottom:12.75rem;}}header>div>div{max-width:1200px;margin:0 auto;}header>div>div:first-child{display:flex;flex-direction:column;align-items:center;gap:1.5rem;}@media(min-width:720px) and (min-height:520px){header>div>div:first-child{width:100%;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2rem;}}header a.logo{display:block;}@media(min-width:720px) and (min-height:520px){header a.logo{grid-column:2;}}header a.logo img{height:18rem;}header div.coordonnees{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem 1rem;}@media(min-width:720px) and (min-height:520px){header div.coordonnees{justify-content:end;align-items:center;grid-column:3;}}header div.coordonnees a{text-decoration:none;display:block;}header div.coordonnees a:first-child{padding:.375rem 1rem;color:#fff;font-weight:bold;background-color:#ff020f;border-radius:.75rem;}header div.coordonnees a img{height:1.875rem;display:block;}header div.coordonnees span{height:0;display:block;flex-basis:100%;}@media(min-width:720px) and (min-height:520px){header div.coordonnees span{display:none;}}header div.slogan{color:#fff;font-size:2em;font-family:"Racing Sans One",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;text-align:center;text-shadow:-2px 2px 2px rgba(23,26,32,.75);}@media(min-width:720px) and (min-height:520px){header div.slogan{max-width:50%;font-size:3.5em;}}header div.devis a{padding:.5rem 1rem;color:#fff;text-decoration:none;background-color:#4edc41;border:1px solid #fff;border-radius:.75rem;display:block;}