.bg-violet {
	background-color: #733089;
}


.bg-vert {
	background-color: #0aaead;
}

.bg-bleu {
	background-color: #2a2d7c;
}

.bg-bleu-urgences {
	background-color: #733089;
}

.h2-violet {
	color: #733089;
}

.bg-violet-full-width {
    position: relative;
}

.bg-bleu-full-width {
    position: relative;
}

.bg-bleu-urgences-full-width {
    position: relative;
}

.bg-vert-full-width {
    position: relative;
}



.bg-violet-full-width::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    background-color: transparent;
    background-color: #733089;
}

.bg-vert-full-width::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    background-color: transparent;
    background-color: #0aaead;
}



.bg-bleu-full-width::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    background-color: transparent;
    background-color: #2a2d7c;
}




.bg-bleu-urgences-full-width::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    background-color: transparent;
    background-color: #323d8f;
}






