@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.material-symbols-rounded {
font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
color: var(--aurore-couleur-theme-primary);
} @media (min-width: 78em) {
.aurore-container-sidebar {
max-width: 78rem;
}
}
.aurore-container-sidebar {
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
width: 100%;
}  html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
text-decoration: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type='checkbox'],
[type='radio'] {
box-sizing: border-box; padding: 0; } [type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } [type='search']::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} .aurore-jobs-container {
display: flex;
flex-direction: column;
padding-bottom: 1rem;
gap: 1rem;
}
.offre {
background: linear-gradient(#fafafa, #ebebeb);
padding: 1rem;
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
} .aurore-texte-ex {
color: var(--e-global-color-primary);
}
.aurore-texte {
color: var(--e-global-color-text);
}
.aurore-text-bold {
font-weight: 700;
} .custom-field {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
color: var(--e-global-color-text);
}
.custom-field svg {
margin-right: 10px;
flex-shrink: 0;
fill: var(--aurore-couleur-theme-primary);
}
.custom-field ul {
margin: 0;
padding: 0;
}
.custom-field ul.list-style-none {
list-style: none;
}
.custom-field ul li {
margin-bottom: 5px;
color: var(--e-global-color-text);
}
.custom-field .show-more {
border: none;
background: none;
color: var(--aurore-couleur-theme-primary);
cursor: pointer;
padding: 0;
order: 5;
} .events-day-number {
color: #4dbdc6;
font-size: 35px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.events-day {
color: #908c85;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: uppercase;
}
.events-month {
color: #0c4270;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-bottom: 0.25rem;
}
.events-data {
display: flex;
flex-direction: row;
align-items: flex-end;
gap: 0.25rem;
} .ligne {
width: 30px;
height: 3px;
background: #4dbdc6;
transition: all ease-in-out 0.2s;
}
.actudescr {
transition: all ease-in-out 0.2s;
}
.actuhover:hover .ligne {
width: 50px;
}
.actuhover:hover .actudescr {
background: red;
}