|
|
Line 35: |
Line 35: |
| </script> | | </script> |
| | | |
− |
| |
− | Page Backbone
| |
− | ************************************************************************/
| |
− | * {
| |
− | -webkit-box-sizing: border-box;
| |
− | box-sizing: border-box;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | }
| |
− | html {
| |
− | font-size:16px;
| |
− | }
| |
− | body {
| |
− | width: 100%;
| |
− | margin: 48px 0 0 0;
| |
− | padding: 0;
| |
− | color: black;
| |
− | background-color: white;
| |
− | font: inherit;
| |
− | font-size:16px;
| |
− | word-wrap: break-word;
| |
− | }
| |
− |
| |
− | @media (min-width: 1024px) {
| |
− | body {
| |
− | margin: 16px 0 0 0;
| |
− | }
| |
− | }
| |
− |
| |
− |
| |
− | #globalWrapper {
| |
− | width: 100%;
| |
− | padding: 0;
| |
− | background-color: #149375;
| |
− | position: relative;
| |
− | font-size: 16px;
| |
− | }
| |
− | #content {
| |
− | width: 100%;
| |
− | min-height: 80vh;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | border: none;
| |
− | color: inherit;
| |
− | background-color: #ffffff;
| |
− | position: relative;
| |
− | }
| |
− | #HQ_page {
| |
− | width: 100%;
| |
− | margin: 0;
| |
− | padding: 0;
| |
− | background: none;
| |
− | }
| |
| | | |
| <!--Début du html--> | | <!--Début du html--> |