:root{--blue:#0C2372;--green:#50A974;--white:#ffffff;--grey1:#f5f5f5;--grey2:#e5e5e5;--grey3:#999999;--grey4:#666666;--grey5:#333333;--black:#000000}body *{font-family:'Open Sans',sans-serif}a{color:var(--green);text-decoration:underline}a:hover{color:var(--blue)}.wrapper{background:url(../images/bg-home.jpg) center center no-repeat;background-size:cover}header{height:100px}.page-home main{height:calc(100vh - 200px)}footer{height:100px}footer ul,nav ul{margin:0;padding:0}footer ul li,nav ul li{list-style:none;margin:0;padding:0}footer a,nav a{color:#fff;text-decoration:none;padding-bottom:2px}footer a:hover,nav a.active,nav a:hover{border-bottom:2px solid #50a974;color:#fff}main img{max-height:40vh}.page-rgpd .wrapper{height:30vh;background:url(../images/bg-home.jpg) bottom center no-repeat;background-size:cover}.page-rgpd main{padding:3rem 0}h1{color:var(--blue)}h2{color:var(--grey5);font-size:1.5rem}p{color:var(--grey4)}footer.footer{background:var(--blue)}.page-rgpd header{height:inherit}.page-rgpd header img{height:120px;margin-bottom:2rem}