@charset "UTF-8";
@font-face {
  font-family: 'roboto_condensed';
  src: url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-bold-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-light-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-regular-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/roboto/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("/sites/all/themes/club_sudinfo/font/montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: white;
  color: #212529;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin: 0; }

a {
  background-color: transparent;
  color: #003978;
  text-decoration: none;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #00152c;
    text-decoration: underline; }

small {
  font-size: 80%; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

audio,
video {
  display: inline-block; }

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

svg {
  fill: currentColor; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

button,
input,
optgroup,
select,
textarea {
  margin: 0; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  resize: vertical; }

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  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-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden] {
  display: none; }

r-box {
  display: block;
  position: relative; }

r-box--inner {
  display: block;
  height: 100%; }

r-box--header {
  display: block;
  padding: 16px;
  width: 100%; }

r-box--expand {
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 151; }

r-box--body {
  display: block;
  padding: 16px;
  width: 100%; }

r-box--footer {
  display: block;
  padding: 16px;
  width: 100%; }

r-breadcrumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

r-breadcrumb--item a {
  display: inline-block;
  padding: 8px 16px; }

r-breadcrumb--item + r-breadcrumb--item::before {
  content: "–"; }

r-breadcrumb--item.-is-active a {
  pointer-events: none; }

.-has-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.-has-columns r-main--content, .-has-columns r-sidebar, .-has-columns r-box.r--widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 700px) {
  .-has-columns r-box.r--widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992px) {
  .-has-columns r-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 992px) {
  .-has-columns r-main--content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

r-dropdown {
  display: inline-block;
  position: relative; }

r-dropdown--body {
  display: none;
  position: absolute; }

r-dropdown.-is-open r-dropdown--body {
  display: block; }

r-form--legend {
  display: block;
  margin-bottom: 8px; }

r-form--group {
  display: block;
  margin-bottom: 16px;
  position: relative;
  width: 100%; }

.r-form--input-text {
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #adb5bd;
  color: #212121;
  display: block;
  line-height: 1.5;
  margin: 0;
  padding: 8px 16px;
  width: 100%;
  border-radius: 0px; }
  .r-form--input-text:focus {
    -webkit-box-shadow: #ff0030;
    box-shadow: #ff0030;
    outline: 0; }
  .r-form--input-text::-webkit-input-placeholder {
    color: #828587; }
  .r-form--input-text:-ms-input-placeholder {
    color: #828587; }
  .r-form--input-text::-ms-input-placeholder {
    color: #828587; }
  .r-form--input-text::placeholder {
    color: #828587; }

.r-form--textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 8px 16px;
  resize: vertical; }

.r-form--label, label {
  display: inline-block;
  margin-bottom: 8px; }

r-form--text {
  display: block;
  margin-top: 4px; }

.r-form--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij4NCiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6Ii8+DQo8L3N2Zz4NCg=="), url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' version='1.1'%3E%3Crect width='5' height='5' fill='%23003978'%3E%3C/rect%3E%3C/svg%3E");
  background-position: right 16px center, 100% 0;
  background-repeat: no-repeat;
  background-size: 8px 10px, 2.5rem 2.5rem;
  border: 1px solid #adb5bd;
  padding: 8px 16px;
  padding-right: 2.5rem;
  vertical-align: middle;
  width: 100%;
  border-radius: 0px; }
  .r-form--select:focus {
    -webkit-box-shadow: #ff0030;
    box-shadow: #ff0030;
    outline: 0; }
  .r-form--select::-ms-expand {
    background-color: transparent;
    border: 0;
    opacity: 0; }

r-form--group.r--checkbox, r-form--group.r--radio {
  display: block;
  min-height: 1.25rem;
  padding-left: calc(1.25rem + .5rem);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  r-form--group.r--checkbox .r-form--label, r-form--group.r--radio .r-form--label, r-form--group.r--checkbox label, r-form--group.r--radio label {
    margin-bottom: 0; }

r-form--indicator {
  margin-bottom: 0; }
  r-form--indicator::before {
    background-color: white;
    border: 1px solid #adb5bd;
    content: '';
    display: block;
    height: 1.25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.25rem; }
  r-form--indicator::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    content: '';
    display: block;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 0.125rem;
    width: 1.25rem; }

.r-form--input-checkbox {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .r-form--input-checkbox:focus ~ r-form--indicator::before {
    -webkit-box-shadow: #ff0030;
    box-shadow: #ff0030; }
  .r-form--input-checkbox:checked ~ r-form--indicator::before {
    background-color: #0000e6;
    color: white; }

r-form--group.r--checkbox r-form--indicator::before {
  border-radius: 0.25rem; }

r-form--group.r--checkbox .r-form--input-checkbox:checked ~ r-form--indicator::before {
  background-color: #0000e6;
  border: 1px solid #0000e6; }

r-form--group.r--checkbox .r-form--input-checkbox:checked ~ r-form--indicator::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

r-form--group.r--checkbox .r-form--label::before, r-form--group.r--checkbox label::before {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px; }

.r-form--input-radio {
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1; }
  .r-form--input-radio:focus ~ r-form--indicator::before {
    -webkit-box-shadow: #ff0030;
    box-shadow: #ff0030; }
  .r-form--input-radio:checked ~ r-form--indicator::before {
    background-color: #0000e6;
    color: white; }

r-form--group.r--radio r-form--indicator::before {
  border-radius: 50%; }

r-form--group.r--radio .r-form--input-radio:checked ~ r-form--indicator::before {
  background-color: #0000e6;
  border: 1px solid #0000e6; }

r-form--group.r--radio .r-form--input-radio:checked ~ r-form--indicator::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E"); }

r-form--group.r--radio .r-form--label::before, r-form--group.r--radio label::before {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px; }

r-modal, r-modal--backdrop {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

r-modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }

r-modal.-is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

r-modal--backdrop {
  background-color: rgba(0, 0, 0, 0.75); }

.r-modal--close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 32px;
  opacity: 0.5;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px; }
  .r-modal--close::after {
    color: white;
    content: "✕";
    display: block;
    height: 32px;
    line-height: 32px;
    width: 32px; }
  .r-modal--close:hover {
    opacity: 1;
    text-decoration: none; }

r-modal--content {
  margin: 0 auto;
  max-height: calc(100vh - 40px);
  max-width: 640px;
  overflow: auto;
  padding: 16px;
  position: relative; }
  @media (min-width: 700px) {
    r-modal--content {
      max-height: calc(100vh - 160px); } }

r-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

r-pagination--item a {
  display: block;
  padding: 8px 16px;
  position: relative;
  text-align: center; }
  r-pagination--item a:hover {
    text-decoration: none; }

r-sidebar-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

r-sidebar-sticky-inner {
  bottom: 0;
  position: -webkit-sticky;
  position: sticky; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    r-sidebar-sticky-inner {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }

r-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

r-tabs--item a {
  border-bottom: 1px solid transparent;
  display: block;
  padding: 8px 16px;
  text-align: center;
  white-space: nowrap; }
  r-tabs--item a:hover {
    text-decoration: none; }

r-tabs-content {
  display: none; }

r-tabs-content.-is-active {
  display: block; }

.-has-tooltip {
  cursor: pointer;
  position: relative; }
  .-has-tooltip:hover r-tooltip {
    display: block; }

r-tooltip {
  background-color: #495057;
  color: white;
  display: none;
  padding: 8px 16px;
  position: absolute;
  z-index: 1; }
  r-tooltip::before {
    position: absolute; }

r-tooltip.r--top {
  left: 50%;
  top: -15px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }
  r-tooltip.r--top::before {
    border-style: solid;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-color: #495057 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%); }

r-tooltip.r--bottom {
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }
  r-tooltip.r--bottom::before {
    border-style: solid;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent transparent #495057 transparent;
    border-width: 0 10px 10px 10px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }

r-tooltip.r--left {
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }
  r-tooltip.r--left::before {
    border-style: solid;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #495057;
    border-width: 10px 0 10px 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }

r-tooltip.r--right {
  right: -15px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }
  r-tooltip.r--right::before {
    border-style: solid;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
    border-color: transparent #495057 transparent transparent;
    border-width: 10px 10px 10px 0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }

@media print {
  *,
  *::after,
  *::before {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^='#']::after,
  a[href^='javascript:']::after {
    content: ''; }
  pre {
    white-space: pre-wrap !important; }
  blockquote,
  pre {
    border: 1px solid #828587;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 1px solid #bdbdbd;
  color: #ff0030;
  font-size: calc( 25px + 10 * ((100vw - 320px) / 379));
  margin: 0 0 16px;
  padding: 0 0 16px;
  text-align: center; }
  @media (min-width: 700px) {
    h1 {
      font-size: 1.8rem;
      margin: 0 0 24px;
      padding: 0 0 24px;
      text-align: left; } }
  .node-type-offre h1,
  .node-type-concours h1 {
    color: blue; }

h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ff0030;
  font-size: calc( 28px + 4 * ((100vw - 320px) / 379));
  margin: 0 0 16px;
  border-bottom: 1px solid blue; }
  @media (min-width: 700px) {
    h2 {
      font-size: 1.6rem;
      margin: 0 0 24px; } }
  h2 span {
    color: #0000e6; }

h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 16px; }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

r-header {
  background: #ff0030;
  padding: 32px 16px;
  text-align: center;
  display: block;
  float: none; }
  @media (min-width: 700px) {
    r-header {
      padding: 32px; } }

.r-logo {
  display: block;
  margin-left: 50px;
  margin-right: 50px; }

.r-logo--img {
  height: 35px;
  max-width: 90%; }
  @media (min-width: 700px) {
    .r-logo--img {
      height: 50px; } }
  @media (min-width: 992px) {
    .r-logo--img {
      margin-left: 0; } }

r-footer {
  display: block;
  padding: 0 16px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 0.75rem;
  padding-top: 80px; }

r-main {
  display: block;
  padding: 0 16px;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 16px; }
  @media (min-width: 992px) {
    r-main {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    r-main {
      padding: 0 32px; } }
  r-main.-has-columns {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      r-main.-has-columns {
        display: block; } }

@media (max-width: 991px) {
  .-has-columns r-main--content {
    max-width: none; } }

r-main--content.-has-columns {
  margin: 0 -8px; }

r-wrapper {
  display: block;
  margin-top: 36px;
  position: relative; }

r-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px; }
  .node-type-panel r-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  @media (min-width: 700px) and (max-width: 991px) {
    r-sidebar {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 992px) {
    r-sidebar {
      display: block;
      padding-left: 112px;
      margin-top: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.alert {
  max-width: 1236px;
  margin: 16px auto;
  border-radius: 4px;
  padding: 16px;
  position: relative; }
  .alert-danger {
    background: #ff6666;
    border: 1px solid #cc0000; }
    .alert-danger .close {
      background: #ff1a1a; }
  .alert-success {
    background: #8080ff;
    border: 1px solid #0000e6; }
    .alert-success .close {
      background: #3333ff; }
  .alert-info, .alert-warning {
    border-radius: 0;
    background: #ededed;
    color: #ff0030;
    font-weight: 600; }
    .alert-info .close, .alert-warning .close {
      background: #bdbdbd; }
  .alert .close {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    right: 16px;
    top: 16px;
    color: white;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    display: none; }
    .alert .close:hover, .alert .close:focus {
      text-decoration: none;
      background: #330365;
      color: #ff0030; }

article h1 {
  text-align: center;
  font-size: 1.6rem; }
  article h1 strong {
    color: blue;
    display: block;
    font-size: 3.6rem;
    font-size: calc( 45px + 15 * ((100vw - 320px) / 379)); }

article r-article--media {
  display: block;
  margin-bottom: 32px; }
  @media (min-width: 700px) {
    article r-article--media {
      float: left;
      width: 35%;
      margin-right: 48px; } }

article r-article--body {
  display: block; }
  @media (min-width: 700px) {
    article r-article--body {
      width: calc(65% - 48px);
      float: right; } }

@media (min-width: 700px) {
  article.r--fullwidth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

article.r--fullwidth h2 {
  color: blue;
  border: none; }

article.r--fullwidth r-article--media {
  display: block;
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media (min-width: 700px) {
    article.r--fullwidth r-article--media {
      float: none;
      width: auto;
      margin-right: 0; } }

@media (min-width: 700px) {
  article.r--fullwidth r-article--body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid blue;
    padding-right: 32px; } }

article.r--fullwidth r-article--footer {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-bottom: 32px; }

article.r--listing {
  border-bottom: 1px solid blue;
  margin-bottom: 0;
  padding: 32px 0;
  overflow: hidden; }
  article.r--listing:last-child {
    border-bottom: none; }
  article.r--listing img {
    max-width: 100%;
    height: auto;
    margin-bottom: 32px; }
    @media (min-width: 700px) {
      article.r--listing img {
        margin-bottom: 0;
        margin-right: 32px; } }
  article.r--listing h2 {
    border: none;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 16px; }
    article.r--listing h2 strong {
      color: blue;
      display: block;
      font-size: 1.6rem; }
      article.r--listing h2 strong a {
        color: blue; }
    .view-offres article.r--listing h2,
    .view-concours article.r--listing h2 {
      color: blue;
      display: block;
      font-size: 1.6rem; }
      .view-offres article.r--listing h2 a,
      .view-concours article.r--listing h2 a {
        color: blue; }
  @media (min-width: 700px) {
    article.r--listing r-article--body {
      width: calc(70% - 48px); } }
  article.r--listing r-article--media {
    width: auto;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 700px) {
      article.r--listing r-article--media {
        text-align: left;
        width: 30%; } }

r-box {
  margin-bottom: 16px; }
  r-box.r--form {
    display: block;
    background: #ededed;
    padding: 16px;
    margin-top: 32px; }
    r-box.r--form p {
      margin: 0 0 16px;
      font-weight: bold; }
    r-box.r--form .r-btn {
      min-width: 120px;
      padding: 1.6px 0; }
  r-box.r--login {
    padding: 32px 0;
    background: #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (min-width: 992px) {
      r-box.r--login {
        width: auto; } }
    @media (min-width: 700px) and (max-width: 991px) {
      r-box.r--login {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 16px; } }
    r-box.r--login a,
    r-box.r--login .r-btn {
      margin: 8px 48px;
      display: block; }
      @media (min-width: 992px) {
        r-box.r--login a,
        r-box.r--login .r-btn {
          display: inline-block;
          margin: 8px 0; } }
    r-box.r--login r-box--body {
      padding: 0 16px;
      text-align: center; }
  r-box.r--login-box {
    background: #ededed; }
    r-box.r--login-box r-box--header {
      background: white;
      color: #ff0030;
      text-align: center; }
      @media (min-width: 992px) {
        r-box.r--login-box r-box--header h3 {
          font-size: 40px; } }
      r-box.r--login-box r-box--header .r-btn {
        margin-bottom: 32px;
        display: inline-block; }
        @media (min-width: 992px) {
          r-box.r--login-box r-box--header .r-btn {
            font-size: 25px; } }
    r-box.r--login-box r-box--body.-has-columns {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    r-box.r--login-box r-box--body h4 {
      margin: 0; }
    r-box.r--login-box r-box--body r-p {
      margin: 16px 0;
      text-align: center; }
  r-box.r--promo {
    margin-left: auto;
    margin-right: auto; }
    r-box.r--promo r-box--body {
      padding: 0;
      text-align: center; }
  r-box.r--widget {
    padding: 0 8px 16px;
    position: relative; }
    @media (min-width: 992px) {
      r-box.r--widget {
        padding: 0 8px 32px; } }
    r-box.r--widget h2 {
      text-align: center; }
    r-box.r--widget r-box--header {
      padding: 0;
      background: none; }
    r-box.r--widget r-box--body {
      padding: 0;
      position: relative;
      padding-bottom: 40px;
      background: #ff0030; }
    r-box.r--widget article.r--listing {
      padding: 0; }
      r-box.r--widget article.r--listing img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0; }
  r-box.r--connect_connected, r-box.r--connect_notconnected {
    margin-bottom: 0; }
    r-box.r--connect_connected r-box--body, r-box.r--connect_notconnected r-box--body {
      padding: 0; }
  r-box.r--title {
    margin: 0; }
    r-box.r--title r-box--body {
      padding: 0; }
  r-box.r--accordion {
    margin-top: 32px; }
    r-box.r--accordion r-box--header {
      border: 1px solid #bdbdbd;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all linear .2s;
      transition: all linear .2s; }
      r-box.r--accordion r-box--header:hover, r-box.r--accordion r-box--header:focus {
        background: blue;
        color: white; }
    r-box.r--accordion r-box--body {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height .25s linear;
      transition: max-height .25s linear; }
    r-box.r--accordion.-is-active r-box--header {
      border-bottom: 0;
      background: blue;
      color: white; }
    r-box.r--accordion.-is-active r-box--body {
      max-height: 900px; }
      @media (min-width: 700px) {
        r-box.r--accordion.-is-active r-box--body {
          max-height: 600px; } }

.r-btn {
  border-radius: 30px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  min-width: 180px;
  padding: 8px 24px; }
  @media (min-width: 700px) {
    .r-btn {
      padding: 12px 16px;
      font-size: 1rem; } }

.r-btn {
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }
  .r-btn.r--primary {
    background-color: #330365;
    color: #ff0030; }
    .r-btn.r--primary:hover {
      background: #5905af; }
  .r-btn.r--secondary {
    background-color: blue;
    color: white;
    min-width: 180px;
    display: inline-block;
    text-align: center; }
    .r-btn.r--secondary:hover {
      background: #ff0030; }
  .r-btn.r--outline {
    border: 2px solid blue;
    color: blue;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700; }
    .r-btn.r--outline:hover {
      background: blue;
      color: white; }
  .r-btn.r--block {
    display: block;
    margin: 8px auto; }
  .r-btn.r--icon {
    display: block;
    font-size: 1.3rem;
    color: blue;
    padding: 0;
    text-align: left;
    margin-top: 16px; }
    .r-btn.r--icon r-icon {
      vertical-align: middle;
      font-size: 1.6rem;
      margin-right: 8px; }
    .r-btn.r--icon strong {
      border-bottom: 1px solid blue; }
    .r-btn.r--icon:hover, .r-btn.r--icon:focus {
      text-decoration: none;
      color: #212121; }
  .r-btn.r--link {
    color: #ff0030;
    font-family: Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline; }
    .r-btn.r--link:hover {
      text-decoration: none; }
  .r-btn:disabled, .r-btn.r--disabled {
    pointer-events: none; }
  .r-btn.r--big {
    font-size: 1.6rem; }

.r-form {
  text-align: center; }
  .r-form .r-form--group {
    text-align: left; }

.r-form--input-checkbox {
  line-height: 30px;
  padding-left: 32px; }
  .r-form--input-checkbox r-form--indicator:before, .r-form--input-checkbox r-form--indicator:after {
    width: 23px;
    height: 23px;
    border-radius: 50%; }

.form-type-radio .form-radio {
  display: none; }

.form-type-radio label {
  position: relative;
  margin: 16px 0;
  padding-left: 32px;
  display: block;
  line-height: 24px; }
  .form-type-radio label:before, .form-type-radio label:after {
    width: 23px;
    height: 23px;
    border-radius: 50%; }
  .form-type-radio label::before {
    background-color: white;
    border: 1px solid #adb5bd;
    content: '';
    display: block;
    height: 1.25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.25rem; }
  .form-type-radio label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    content: '';
    display: block;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: 0.125rem;
    width: 1.25rem; }

.form-type-radio .form-radio:checked ~ label::before {
  background-color: #0000e6;
  border: 1px solid #0000e6; }

.form-type-radio .form-radio:checked ~ label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E"); }

.r-webform-participation {
  padding: 48px; }
  .r-webform-participation #test {
    background: #ededed;
    margin-left: -48px;
    margin-right: -48px;
    padding: 48px;
    margin-bottom: 32px;
    text-align: left; }
    @media (max-width: 991px) {
      .r-webform-participation #test {
        padding: 16px; } }
    .r-webform-participation #test h4 {
      color: #ff0030;
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 1.5rem;
      margin: 0 0 16px; }
    .r-webform-participation #test:empty {
      display: none; }
    .r-webform-participation #test input {
      margin-right: 16px; }
  .r-webform-participation .r-adresse-fields {
    margin-bottom: 32px; }
    .r-webform-participation .r-adresse-fields label {
      display: block;
      font-weight: bold; }
      .r-webform-participation .r-adresse-fields label .form-required  {
        color: #cc0000; }
    .r-webform-participation .r-adresse-fields input {
      border-radius: 5px;
      border: 1px solid #bdbdbd;
      padding: 8px 16px;
      margin-bottom: 16px;
      max-width: 100%; }

nav {
  background-color: #ededed; }
  @media (min-width: 1200px) {
    nav .region-navigation {
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; } }

r-menu.r--main-menu {
  background: #ff0030;
  overflow: hidden;
  width: 80%;
  display: block;
  position: fixed;
  top: 36px;
  bottom: 0;
  z-index: 152;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in; }
  @media (min-width: 992px) {
    r-menu.r--main-menu {
      background: none;
      text-align: left;
      padding: 8px 32px;
      max-width: 1300px;
      margin: 0 auto;
      width: 100%;
      position: relative;
      top: auto;
      bottom: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  r-menu.r--main-menu.-is-open {
    -webkit-box-shadow: 0px 0px 40px #212121;
    box-shadow: 0px 0px 40px #212121;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    @media (min-width: 992px) {
      r-menu.r--main-menu.-is-open {
        background: none;
        display: block;
        text-align: left;
        padding: 8px 32px;
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
        top: auto; } }

r-menu--item {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 200px; }
  @media (min-width: 992px) {
    r-menu--item {
      display: inline;
      margin-right: 16px;
      border: none;
      min-width: inherit; } }
  r-menu--item:last-child {
    border-bottom: 0; }
  r-menu--item a {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    vertical-align: bottom; }
  r-menu--item .r-menu--link {
    color: white;
    padding: 8px 16px;
    display: block; }
    @media (min-width: 992px) {
      r-menu--item .r-menu--link {
        color: #ff0030;
        padding: 0;
        display: inline; } }
    r-menu--item .r-menu--link:hover, r-menu--item .r-menu--link:focus {
      background: #ff3359;
      text-decoration: none;
      cursor: pointer; }
      @media (min-width: 992px) {
        r-menu--item .r-menu--link:hover, r-menu--item .r-menu--link:focus {
          color: blue;
          background: none; } }
    r-menu--item .r-menu--link.-is-active, r-menu--item .r-menu--link.active {
      background: #0000e6; }
      @media (min-width: 992px) {
        r-menu--item .r-menu--link.-is-active, r-menu--item .r-menu--link.active {
          background: none;
          color: #0000e6; } }
    r-menu--item .r-menu--link r-icon {
      font-weight: 600; }

r-menu-btn {
  cursor: pointer;
  display: block;
  float: left;
  height: 35px;
  position: relative;
  width: 35px;
  color: white; }
  @media (min-width: 700px) and (max-width: 991px) {
    r-menu-btn {
      margin-top: 7px; } }
  @media (min-width: 992px) {
    r-menu-btn.r-icon {
      display: none; } }
  r-menu-btn.r-icon {
    line-height: 35px; }
  r-menu-btn.-is-open r-menu-btn--bar:first-child {
    top: 0;
    -webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
    -ms-transform: rotate(45deg) translateX(10px) translateY(10px);
    transform: rotate(45deg) translateX(10px) translateY(10px); }
  r-menu-btn.-is-open r-menu-btn--bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  r-menu-btn.-is-open r-menu-btn--bar:last-child {
    top: 0;
    -webkit-transform: rotate(-45deg) translateX(-10px) translateY(10px);
    -ms-transform: rotate(-45deg) translateX(-10px) translateY(10px);
    transform: rotate(-45deg) translateX(-10px) translateY(10px); }

r-menu-btn--bar {
  background: white;
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  width: 35px;
  border-radius: 5px; }
  r-menu-btn--bar:first-child {
    top: 4px; }
  r-menu-btn--bar:nth-child(2) {
    top: 15px; }
  r-menu-btn--bar:last-child {
    top: 27px; }

.tabs--primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ededed; }
  @media (min-width: 1200px) {
    .tabs--primary {
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto; } }
  .tabs--primary li  {
    list-style: none; }
    .tabs--primary li  a {
      padding: 8px 16px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border: 1px solid #ededed;
      background: #ededed;
      margin-bottom: -1px;
      display: block;
      margin-right: 8px; }
      .tabs--primary li  a:hover, .tabs--primary li  a:focus {
        background: blue;
        color: white;
        text-decoration: none; }
      .tabs--primary li  a.active {
        background: white;
        border-bottom-color: white; }
        .tabs--primary li  a.active:hover, .tabs--primary li  a.active:focus {
          color: #ff0030; }

.pagination {
  margin: 32px 0 64px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination li {
    list-style: none;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd; }
    .pagination li.first {
      border-left: 1px solid #bdbdbd;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .pagination li.first a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
    .pagination li.last {
      border-right: 1px solid #bdbdbd;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .pagination li.last a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .pagination li.active {
      border-color: #0000e6; }
      .pagination li.active a {
        background: #0000e6;
        color: white; }
  .pagination a {
    padding: 8px 16px;
    display: block;
    font-weight: 500;
    color: #ff0030; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: none;
      background: #ededed; }

#toolbar_wrapper {
  z-index: 400;
  position: relative; }
  #toolbar_wrapper .sso-user-menu:hover .sso-menu,
  #toolbar_wrapper .sso-main-menu:hover .sso-menu {
    display: none; }
  #toolbar_wrapper .sso-user-menu .sso-menu.-is-active,
  #toolbar_wrapper .sso-main-menu .sso-menu.-is-active {
    display: block; }
  #toolbar_wrapper .sso-connecte .sso-user-menu:hover {
    background-size: auto 60%;
    background-position: center center; }
  #toolbar_wrapper .sso-non-connecte .sso-user-menu {
    padding: 0;
    text-indent: -999em;
    width: 50px;
    cursor: pointer; }
    #toolbar_wrapper .sso-non-connecte .sso-user-menu:hover, #toolbar_wrapper .sso-non-connecte .sso-user-menu:focus {
      background-color: #515151; }

h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  border-bottom: 1px solid blue;
  color: blue;
  font-size: calc( 25px + 10 * ((100vw - 320px) / 379));
  margin: 0 0 16px;
  padding: 0 0 16px;
  text-align: center; }
  @media (min-width: 700px) {
    h1 {
      font-size: 1.8rem;
      margin: 0 0 16px;
      padding: 0 0 16px;
      text-align: left; } }
  .node-type-offre h1,
  .node-type-concours h1 {
    color: blue; }

h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212121;
  font-size: calc( 21px + 7 * ((100vw - 320px) / 379));
  margin: 0 0 16px;
  border-bottom: none; }
  @media (min-width: 700px) {
    h2 {
      font-size: 1.5rem;
      margin: 0 0 16px; } }
  h2 span {
    color: #0000e6; }

h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0 0 16px; }

div {
  min-height: 0;
  min-width: 0; }

body {
  background: #ededed;
  color: #515151;
  font-family: Helvetica, Arial, sans-serif; }

h1 {
  color: #212121;
  border-bottom-color: #212121; }

r-main--content h3 {
  color: #ff0030;
  font-size: 1.4rem; }

r-p,
p {
  display: block; }
  r-p.r--meta,
  p.r--meta {
    color: #828587;
    margin-bottom: 4px; }
  r-p.r--description,
  p.r--description {
    margin: 0;
    display: block;
    margin-bottom: 24px;
    font-size: 0.875rem; }
  r-p.r--resume,
  p.r--resume {
    margin-bottom: 32px; }
  r-p.r--price,
  p.r--price {
    margin-bottom: 16px; }
    r-p.r--price span,
    p.r--price span {
      border: 1px solid #bdbdbd;
      display: inline-block;
      padding: 8px 16px;
      font-size: 0.75rem;
      margin: 0; }
    r-p.r--price strong,
    p.r--price strong {
      display: block;
      color: #ff0030;
      font-size: 0.875rem; }
    r-p.r--price em,
    p.r--price em {
      color: blue;
      font-style: normal; }

r-media {
  display: block;
  text-align: center; }

r-header {
  padding: 16px 32px; }
  @media (min-width: 992px) {
    r-header {
      padding: 16px 32px; } }

.r-logo--img {
  height: 50px;
  max-width: 90%; }
  @media (min-width: 700px) {
    .r-logo--img {
      height: 74px; } }
  @media (min-width: 992px) {
    .r-logo--img {
      margin-left: 0; } }

r-footer {
  background: #ededed;
  max-width: none;
  padding: 0;
  margin-top: 32px; }
  r-footer r-box {
    display: block;
    padding: 0 16px;
    max-width: 1300px;
    margin: 0 auto; }
    r-footer r-box r-box--body {
      overflow: hidden; }
  r-footer p {
    margin: 0;
    float: left;
    font-size: 0.75rem;
    color: #515151; }
    r-footer p:after {
      margin: 0 4px;
      display: inline-block;
      content: "";
      width: 10px;
      height: 1px;
      background: #515151;
      vertical-align: middle; }
  r-footer ul {
    margin: 0;
    padding: 0; }
    r-footer ul li {
      list-style: none;
      margin: 0;
      margin-right: 4px;
      padding: 0;
      float: left; }
      r-footer ul li:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 1px;
        background: #515151;
        vertical-align: middle;
        margin-right: 4px; }
      r-footer ul li:first-child:before {
        display: none; }
      r-footer ul li a {
        white-space: nowrap;
        color: #515151;
        border-bottom: 1px solid #515151; }
        r-footer ul li a:hover, r-footer ul li a:focus {
          text-decoration: none; }

r-main--content {
  background: white;
  padding: 24px;
  display: block; }
  .front r-main--content {
    background: none;
    padding: 0; }

article.r--listing {
  border-bottom-color: rgba(33, 33, 33, 0.3); }
  article.r--listing h2 {
    font-size: 1.5rem; }
    article.r--listing h2 strong {
      color: #ff0030;
      font-size: 1.6rem; }
    .view-offres article.r--listing h2,
    .view-concours article.r--listing h2 {
      font-size: 1.5rem; }

article.r--fullwidth {
  display: block; }
  @media (min-width: 992px) {
    article.r--fullwidth {
      max-width: 750px;
      margin: auto; } }
  article.r--fullwidth h1 {
    font-size: 1.8rem;
    color: blue;
    border-bottom-color: blue; }
  article.r--fullwidth h2 {
    color: #ff0030;
    margin-top: 32px;
    margin-bottom: 0;
    display: block; }
  .page-node-done article.r--fullwidth {
    margin: 80px auto;
    text-align: center;
    font-size: 1.3rem;
    color: #828587; }
    .page-node-done article.r--fullwidth p {
      max-width: 590px;
      margin-left: auto;
      margin-right: auto; }

.node-type-invitation article r-article--body {
  float: none;
  margin: auto; }

r-box.r--widget h2 {
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  font-size: 1.4rem;
  padding-bottom: 4px; }

r-box.r--widget r-box--body {
  overflow: hidden;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; }
  r-box.r--widget r-box--body:hover img, r-box.r--widget r-box--body:focus img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  r-box.r--widget r-box--body img {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }

r-box.r--widget .r-btn--cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 40px;
  padding: 0 0 0 16px;
  color: white;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Montserrat", Arial, sans-serif;
  white-space: nowrap; }
  r-box.r--widget .r-btn--cover:before {
    background: #ff0030;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  r-box.r--widget .r-btn--cover:after {
    font-family: main;
    display: block;
    content: "\EA04";
    background: blue;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1rem;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1); }
  r-box.r--widget .r-btn--cover:hover, r-box.r--widget .r-btn--cover:focus {
    text-decoration: none; }

r-box.r--login {
  background: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 #d1d1d1;
  box-shadow: 0 0 40px 0 #d1d1d1;
  margin-bottom: 32px;
  padding: 16px 0; }
  r-box.r--login r-box--header {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center; }
    r-box.r--login r-box--header h2 {
      color: #212121;
      border: none;
      padding-bottom: 8px;
      font-size: 1.3rem;
      margin-bottom: 16px; }
      r-box.r--login r-box--header h2:after {
        content: "";
        display: block;
        height: 1px;
        width: 85%;
        margin: 8px auto 0;
        background: #212121; }
  r-box.r--login a,
  r-box.r--login .r-btn {
    margin-top: 0; }
  r-box.r--login p {
    color: #212121;
    margin: 0 0 8px 0;
    font-weight: 500; }
  r-box.r--login ul {
    margin: 0;
    padding: 0; }
    r-box.r--login ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      r-box.r--login ul li:first-child {
        border-top: none; }
        r-box.r--login ul li:first-child:after {
          content: "";
          display: block;
          height: 1px;
          width: 85%;
          margin: 24px auto;
          background: rgba(33, 33, 33, 0.2); }

r-box.r--login-box {
  margin-bottom: 0; }
  r-box.r--login-box r-box--header .r-btn {
    font-size: 1rem;
    margin-bottom: 16px; }
  r-box.r--login-box r-box--header h3 {
    color: blue;
    font-family: Helvetica, Arial, sans-serif; }
    @media (min-width: 992px) {
      r-box.r--login-box r-box--header h3 {
        font-size: 1.8rem; } }
  r-box.r--login-box r-box--header h4 {
    color: #828587;
    font-weight: 500; }
  r-box.r--login-box r-box--body {
    padding: 0; }
    r-box.r--login-box r-box--body r-p {
      padding: 32px 16px;
      margin: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: 500; }
      r-box.r--login-box r-box--body r-p:first-child {
        border-right: 1px solid white; }
    r-box.r--login-box r-box--body .r-btn {
      margin-top: 16px;
      font-size: 1rem; }

.r-btn {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem; }
  .r-btn.r--primary {
    background-color: #ff0030;
    color: white; }
    .r-btn.r--primary:hover {
      background: blue;
      text-decoration: none; }
  .r-btn.r--secondary {
    background-color: blue;
    color: white; }
    .r-btn.r--secondary:hover {
      background: #ff0030;
      text-decoration: none; }

.page-node-done .links {
  margin: 16px auto 80px;
  text-align: center; }

.r-webform-participation {
  border: 1px solid #bdbdbd;
  padding: 16px;
  margin: 48px auto auto; }
  @media (min-width: 992px) {
    .r-webform-participation {
      width: 90%;
      max-width: 750px; } }
  .r-webform-participation label {
    display: block;
    font-weight: normal; }
  .r-webform-participation input {
    border: 1px solid #bdbdbd;
    padding: 12px 16px;
    width: 100%; }
    .r-webform-participation input.webform-submit {
      width: auto;
      margin-top: 32px; }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--nom'] {
      width: 46%;
      float: left;
      margin-right: 4%;
      margin-left: 2%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--prenom'] {
      width: 46%;
      float: left;
      margin-right: 2%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--mail'] {
      clear: both;
      margin: 1em 2%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--adresse'] {
      width: 64%;
      margin-right: 4%;
      margin-left: 2%;
      float: left; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--numero'] {
      width: 28%;
      float: left;
      margin-right: 2%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--boite'] {
      width: 18%;
      float: left;
      margin-left: 2%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--codepostal'] {
      width: 20%;
      float: left;
      margin-left: 4%; } }
  @media (min-width: 992px) {
    .r-webform-participation div[class*='webform-component--ville'] {
      width: 50%;
      float: left;
      margin-left: 4%;
      margin-right: 2%; } }
  .r-webform-participation div.webform-component-radios {
    clear: both; }
    @media (min-width: 992px) {
      .r-webform-participation div.webform-component-radios {
        margin-left: 2%;
        margin-right: 2%; } }
  .r-webform-participation div.form-actions {
    margin-left: 2%;
    margin-right: 2%; }

nav {
  background-color: white; }

r-menu.r--main-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding: 0;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%; }
  @media (min-width: 992px) {
    r-menu.r--main-menu {
      overflow-x: auto;
      padding: 4px 32px; } }

r-menu--item {
  margin-right: 0;
  line-height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto; }
  r-menu--item a {
    font-size: 1rem;
    white-space: nowrap; }
  r-menu--item:after {
    background: #212121;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 16px;
    vertical-align: middle;
    width: 1px; }
  r-menu--item:last-child:after {
    display: none; }
  r-menu--item .r-menu--link {
    color: #212121;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    padding: 8px 0; }
    @media (min-width: 992px) {
      r-menu--item .r-menu--link {
        color: #212121; } }
    r-menu--item .r-menu--link:hover, r-menu--item .r-menu--link:focus, r-menu--item .r-menu--link.-is-active, r-menu--item .r-menu--link.active {
      background: none;
      color: blue; }
      @media (min-width: 992px) {
        r-menu--item .r-menu--link:hover, r-menu--item .r-menu--link:focus, r-menu--item .r-menu--link.-is-active, r-menu--item .r-menu--link.active {
          color: blue; } }
    r-menu--item .r-menu--link.-is-active, r-menu--item .r-menu--link.active {
      font-weight: 700; }
      r-menu--item .r-menu--link.-is-active:before, r-menu--item .r-menu--link.active:before {
        font-weight: 700; }
    r-menu--item .r-menu--link#home {
      font-size: 0;
      background: none;
      padding-left: 16px; }
      r-menu--item .r-menu--link#home:before {
        display: inline-block;
        font-family: 'main';
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1;
        text-transform: none;
        content: "\EA01";
        vertical-align: middle;
        font-weight: 900; }
      r-menu--item .r-menu--link#home.-is-active:before {
        content: "\EA07"; }

.item-list .pager {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .item-list .pager li {
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
    margin: 0;
    padding: 0;
    min-width: 30px;
    line-height: 28px; }
    .item-list .pager li.pager-previous {
      border-left: 1px solid blue; }
      .item-list .pager li.pager-previous a {
        font-size: 0; }
        .item-list .pager li.pager-previous a:before {
          font-family: 'main';
          content: '\EA03';
          font-size: 16px;
          line-height: 26px; }
    .item-list .pager li.pager-next {
      border-right: 1px solid blue; }
      .item-list .pager li.pager-next a {
        border-right: 0;
        border-left: 1px solid blue;
        font-size: 0; }
        .item-list .pager li.pager-next a:before {
          font-family: 'main';
          content: '\EA04';
          font-size: 16px;
          line-height: 26px; }
    .item-list .pager li.pager-last, .item-list .pager li.pager-first {
      display: none; }
    .item-list .pager li.pager-current {
      background: blue;
      color: white;
      text-decoration: none; }
    .item-list .pager li a {
      border-right: 1px solid blue;
      padding: 0 8px;
      display: block;
      line-height: 30px;
      height: 30px;
      vertical-align: middle;
      text-align: center;
      color: blue;
      font-weight: 500; }
      .item-list .pager li a:hover, .item-list .pager li a:focus {
        background: blue;
        color: white;
        text-decoration: none; }

.glide__arrow {
  font-size: 0;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .glide__arrow.glide__arrow--left {
    left: 5px; }
    .glide__arrow.glide__arrow--left::before {
      font-size: 1.2rem;
      font-family: 'main';
      content: '\EA03'; }
  .glide__arrow.glide__arrow--right {
    right: 5px; }
    .glide__arrow.glide__arrow--right::before {
      font-size: 1.2rem;
      font-family: 'main';
      content: '\EA04'; }
  .glide__arrow:hover, .glide__arrow:focus {
    outline: none; }

r-box.r--slider {
  background: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px 0 #d1d1d1;
  box-shadow: 0 0 40px 0 #d1d1d1;
  margin-bottom: 32px;
  padding: 16px 0;
  color: blue;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (min-width: 700px) {
    r-box.r--slider {
      max-width: 300px; } }
  r-box.r--slider:before {
    content: '\EA02';
    font-family: 'main';
    margin: auto;
    color: blue;
    font-size: 50px;
    display: block; }
  r-box.r--slider r-box--body {
    padding: 0; }
  r-box.r--slider .r--slides {
    margin: 0;
    padding: 0; }
    r-box.r--slider .r--slides .r--slide {
      padding: 0 16px;
      font-style: italic;
      list-style: none;
      height: auto; }
  r-box.r--slider .views-field-title {
    font-weight: bold;
    font-style: normal;
    margin-top: 16px; }
    r-box.r--slider .views-field-title:before {
      display: block;
      content: "";
      width: 85%;
      margin: 0 auto;
      height: 1px;
      background: blue;
      margin-bottom: 16px; }
  r-box.r--slider .views-field-body {
    font-size: 1.1rem;
    padding: 0 16px; }
    r-box.r--slider .views-field-body p {
      margin-top: 4px;
      font-weight: 500; }

.r--connect_connected,
.r--connect_notconnected {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #ff0030;
  -webkit-box-shadow: 0 0 3px white;
  box-shadow: 0 0 3px white;
  height: 36px;
  z-index: 300; }
  .r--connect_connected r-box--body ul,
  .r--connect_notconnected r-box--body ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .r--connect_connected r-box--body ul li,
    .r--connect_notconnected r-box--body ul li {
      list-style: none; }
      .r--connect_connected r-box--body ul li a,
      .r--connect_notconnected r-box--body ul li a {
        display: block;
        height: 36px;
        line-height: 36px;
        padding: 0 8px;
        padding-right: 0; }
      .r--connect_connected r-box--body ul li.-is-active,
      .r--connect_notconnected r-box--body ul li.-is-active {
        position: relative; }
        .r--connect_connected r-box--body ul li.-is-active .sso-user-label,
        .r--connect_notconnected r-box--body ul li.-is-active .sso-user-label {
          background: blue; }
        .r--connect_connected r-box--body ul li.-is-active ul,
        .r--connect_notconnected r-box--body ul li.-is-active ul {
          display: block; }
    .r--connect_connected r-box--body ul .sso-logo,
    .r--connect_notconnected r-box--body ul .sso-logo {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      line-height: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1300px;
      padding: 0 40px 0 0;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 700px) {
        .r--connect_connected r-box--body ul .sso-logo,
        .r--connect_notconnected r-box--body ul .sso-logo {
          padding: 0 32px 0 calc(32px - 16px); } }
      .r--connect_connected r-box--body ul .sso-logo:before,
      .r--connect_notconnected r-box--body ul .sso-logo:before {
        content: "";
        display: block;
        background: blue;
        height: 100%;
        position: absolute;
        right: calc(100% - 16px);
        top: 0;
        width: 100%; }
      .r--connect_connected r-box--body ul .sso-logo img,
      .r--connect_notconnected r-box--body ul .sso-logo img {
        height: 10px; }
      .r--connect_connected r-box--body ul .sso-logo a,
      .r--connect_notconnected r-box--body ul .sso-logo a {
        position: relative;
        display: none; }
        @media (min-width: 992px) {
          .r--connect_connected r-box--body ul .sso-logo a,
          .r--connect_notconnected r-box--body ul .sso-logo a {
            display: block; } }
        .r--connect_connected r-box--body ul .sso-logo a:first-child,
        .r--connect_notconnected r-box--body ul .sso-logo a:first-child {
          background: blue;
          margin-right: -11px;
          padding-right: 0;
          display: block; }
          .r--connect_connected r-box--body ul .sso-logo a:first-child img,
          .r--connect_notconnected r-box--body ul .sso-logo a:first-child img {
            -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
            transform: translateX(3px); }
    .r--connect_connected r-box--body ul.sso-menu,
    .r--connect_notconnected r-box--body ul.sso-menu {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: none;
      position: absolute;
      right: 8px;
      top: 60px;
      padding: 8px;
      background: white;
      min-width: 250px; }
      .r--connect_connected r-box--body ul.sso-menu:before,
      .r--connect_notconnected r-box--body ul.sso-menu:before {
        border-style: solid;
        content: '';
        display: inline-block;
        height: 0;
        width: 0;
        border-color: transparent transparent white transparent;
        border-width: 0 15px 15px 15px;
        position: absolute;
        top: -15px;
        right: 10px; }
      .r--connect_connected r-box--body ul.sso-menu li,
      .r--connect_notconnected r-box--body ul.sso-menu li {
        border-top: 1px solid #ededed;
        color: #828587;
        font-weight: 700; }
        .r--connect_connected r-box--body ul.sso-menu li:first-child,
        .r--connect_notconnected r-box--body ul.sso-menu li:first-child {
          border-top: 0;
          padding: 8px 16px; }
          .r--connect_connected r-box--body ul.sso-menu li:first-child + li,
          .r--connect_notconnected r-box--body ul.sso-menu li:first-child + li {
            border-top: 0; }
        .r--connect_connected r-box--body ul.sso-menu li a,
        .r--connect_notconnected r-box--body ul.sso-menu li a {
          height: auto;
          line-height: 1.5;
          color: blue;
          font-size: 1.3rem;
          font-weight: 700;
          padding: 8px 16px; }
          .r--connect_connected r-box--body ul.sso-menu li a:hover,
          .r--connect_notconnected r-box--body ul.sso-menu li a:hover {
            text-decoration: none;
            color: #ff0030; }
  .r--connect_connected .sso-user-label,
  .r--connect_notconnected .sso-user-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    font-size: 0;
    white-space: nowrap; }
    .r--connect_connected .sso-user-label:before,
    .r--connect_notconnected .sso-user-label:before {
      font-family: 'main';
      content: '\EA05';
      color: white;
      font-size: 21px; }
    .r--connect_connected .sso-user-label:hover, .r--connect_connected .sso-user-label:focus,
    .r--connect_notconnected .sso-user-label:hover,
    .r--connect_notconnected .sso-user-label:focus {
      background: blue;
      text-decoration: none; }

.r--connect_connected .sso-user-label:before {
  content: "\EA06"; }

@font-face {
  font-family: 'main';
  font-weight: normal;
  font-style: normal;
  src: url("/sites/all/themes/club_sudinfo/font/main.woff") format("woff"), url("/sites/all/themes/club_sudinfo/font/main.woff2") format("woff2"); }

r-icon,
.r-icon {
  display: inline-block;
  font-family: 'main';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.r--icon-home::before {
  content: ""; }

.r--icon-testimonials::before {
  content: ""; }

.r--icon-arrow-left::before {
  content: ""; }

.r--icon-arrow-right::before {
  content: ""; }

.r--icon-user::before {
  content: ""; }

.r--icon-user-login::before {
  content: ""; }

.r--icon-home-plain::before {
  content: ""; }

/*# sourceMappingURL=main.css.map */
