@font-face {
    font-family: "vwfs-sans";
    src: url(./vwfs-sans-bold.woff2);
}

@font-face {
    font-family: "vwfs-regular";
    src: url(./vwfs-sans-regular.woff2);
}

html, body{
	height: 100%;
	margin: 0px;
}

header, .logo{
	height: 74px;
}

.logo{
	width: 250px;
}

main{
	height: calc(100% - 250px);
	padding: 15px;
}

h1{
	padding-top: 4px;
    padding-left: 21px;
    padding-bottom: 4px;
    padding-right: 21px;
    /*background: rgba(0,70,102,.9);*/
    color: #fff;
    font-size: 2.6666666667rem;
    font-family: vwfs-sans, Verdana, Arial, sans-serif !important; 
}

h2{
        font-size: 23px;
    font-family: vwfs-sans, Verdana, Arial, sans-serif !important;
    color:rgba(0,70,102,.9);
}

h3{
        font-size: 18px;
    font-family: vwfs-sans, Verdana, Arial, sans-serif !important;
        color: rgba(0,70,102,.9);
}

footer{
  background-color: #FFFFFF;
  height: 130px;
  padding: 2px;
  margin-top: 5px;
  position: fixed;
  width: 100%;
  bottom: 0;
}

footer .logo2{
	width: 100px;
}

footer .footer_content .footer_line{
    display: flex;
	align-items: center;
    justify-content: center;
	padding:0;
	flex-wrap: wrap;
	margin-top: 0px;
}

footer .footer_content .footer_line .footer_element{
	padding: 0% 0.7%;
	list-style: none;
}

/*Separateur des liens*/
.footer_element + .footer_element{
	border-left: 1px solid;
}

footer .footer_content .footer_line .footer_element a, footer .footer_content .footer_line .footer_element span{	
	color: #000000;
	font-family: "Open Sans", arial;	
	text-decoration: none;
	font-size: 2vmin;
}

.tableau_donnees_medicales, .tableau_donnees_medicales th, .tableau_donnees_medicales td{
	border: 1.5px solid black;
	border-collapse : collapse;	
}

.titre-mentions-legales-niveau1{
    padding-top: 4px;
    padding-left: 21px;
    padding-bottom: 4px;
    padding-right: 21px;
    background: rgba(0,70,102,.9);
    color: #fff;
}

section{
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1066.6666666667px + 80px);
    padding-bottom:25px!important;
}

section>p{
    font-family: vwfs-regular, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 18px!important;
    color:rgb(76,83,86) !important;
}


.c-header__wrapper {
    position: relative;
    z-index: 2000;
}

.c-header {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 68px;
    min-width: 100%;
    margin-bottom: 68px;
    background-color: rgba(255,255,255,.6);
}

.c-header__content-wrapper {
    max-width: calc(1280px + 80px);
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 68px;
}

.c-header__logo{
    margin-right: 28px !important;
}

.titre-mentions-legales{
    max-width: calc(1280px + 80px);
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}

.c-hero-teaser{
    position:relative;
    overflow:hidden;
}

.c-hero-teaser__content {
    padding-top: 64px;
    padding-bottom: 70px;
    position: relative;
    z-index: 900;
}

.c-hero-teaser__content-inner {
    max-width: calc(1280px + 80px);
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}

.c-hero-teaser__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-hero-teaser__title {
    max-width: 66.6666666667%;
    margin-bottom: 4px;
}

.c-hero-teaser__heading>:last-child {
    margin-bottom: 0;
}

.c-hero-teaser__heading h1 {
    margin-bottom: 0;
}

.c-hero-teaser__title-row {
    font-size: 2.6666666667rem;
    padding-top: 4px;
    padding-left: 21px;
    padding-bottom: 4px;
    padding-right: 21px;
    background: rgba(0,70,102,.9);
    color: #fff;
}

.back-connect>a {
    --transition-property: all;
    --transition-duration: 250ms;
    --transition-timing-function: ease;
    transition-property: all;
    transition-duration:250 ms;
    transition-timing-function: ease;
    font-size: 12pt !important;
    line-height: 16px;
    font-weight: 700;
    color: #004666;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    background-color: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    font-family: vwfs-sans, Verdana, Arial, sans-serif !important;
}

.back-connect{
    padding-top:24px!important
}
