/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:900);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ul-container {
  margin: 0 auto;
  max-width: 1200px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

html {
  font-size: 62.5%;
  line-height: 1.37555;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}

h2 {
  font-size: 2.6rem;
  line-height: 3rem;
}

h1::after,
h2.accent::after {
  background-color: #e30513;
  content: "";
  display: block;
  height: 4px;
  margin: 20px auto 0 auto;
  width: 40px;
}

h2.accent::after {
  margin-left: 0;
  margin-right: 0;
}

h2.centre {
  text-align: center;
}
h2.centre::after {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h5 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0 0 20px 0;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0 0 25px 0;
}

ul,
ol {
  font-size: 1.6rem;
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 15px 0 0 0;
}

li {
  line-height: 2rem;
  margin: 0 0 15px 0;
}

main ul li {
  list-style-type: disc;
}

.normes-ul-admission {
  background-color: #222;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
.normes-ul-admission *,
.normes-ul-admission *::after,
.normes-ul-admission *::before {
  box-sizing: border-box;
}
.normes-ul-admission.admission-mince .admission-etapes a, .normes-ul-admission.admission-mince .admission-question {
  min-height: 9.5rem;
}
.normes-ul-admission .admission-entete {
  padding: 20px 20px 20px 65px;
}
.normes-ul-admission .admission-entete p {
  font-size: 1.6rem;
}
.normes-ul-admission .admission-entete .h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 4px 0;
}
.normes-ul-admission .admission-contenu {
  display: flex;
}
.normes-ul-admission .admission-etapes {
  display: flex;
  flex: 11;
}
.normes-ul-admission .admission-etapes a {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 1;
  min-height: 130px;
  text-decoration: none;
}
.normes-ul-admission .admission-numero {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 5rem;
  line-height: 4.2rem;
  margin: auto 10px auto 65px;
  padding: 0 10px 0 0;
}
.normes-ul-admission .admission-cta {
  font-size: 1.8rem;
  margin: auto 10px auto 0;
  max-width: 150px;
}
.normes-ul-admission .admission-question {
  align-items: center;
  background-color: #222 !important;
  color: #fff;
  display: flex;
  flex: 1;
  font-size: 1.8rem;
  min-height: 130px;
  padding: 10px;
  text-decoration: none;
}
.normes-ul-admission .admission-question:hover {
  background-color: #000 !important;
}
.normes-ul-admission .admission-question .contenu-question {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.normes-ul-admission .admission-question .contenu-question .texte-question {
  margin-bottom: 10px;
  text-align: center;
}
.normes-ul-admission .admission-question .contenu-question .icon-question {
  font-size: 3.6rem;
  margin: auto;
  text-align: center;
}
.normes-ul-admission.admission-ul .admission-entete {
  background-color: #af1004;
}
.normes-ul-admission.admission-ul a:nth-child(1) {
  background-color: #af1004;
  background-color: rgba(175, 16, 4, 0.95);
}
.normes-ul-admission.admission-ul a:nth-child(1):hover {
  background-color: rgba(175, 16, 4, 0.8);
}
.normes-ul-admission.admission-ul a:nth-child(2) {
  background-color: #af1004;
  background-color: rgba(175, 16, 4, 0.85);
}
.normes-ul-admission.admission-ul a:nth-child(2):hover {
  background-color: rgba(175, 16, 4, 0.7);
}
.normes-ul-admission.admission-ul a:nth-child(3) {
  background-color: #af1004;
  background-color: rgba(175, 16, 4, 0.9);
}
.normes-ul-admission.admission-ul a:nth-child(3):hover {
  background-color: rgba(175, 16, 4, 0.75);
}
.normes-ul-admission.admission-ul a:nth-child(4) {
  background-color: #af1004;
  background-color: rgba(175, 16, 4, 0.95);
}
.normes-ul-admission.admission-ul a:nth-child(4):hover {
  background-color: rgba(175, 16, 4, 0.8);
}
.normes-ul-admission.faaad .admission-entete {
  background-color: #a91e22;
}
.normes-ul-admission.faaad a:nth-child(1) {
  background-color: #a91e22;
  background-color: rgba(169, 30, 34, 0.95);
}
.normes-ul-admission.faaad a:nth-child(1):hover {
  background-color: rgba(169, 30, 34, 0.8);
}
.normes-ul-admission.faaad a:nth-child(2) {
  background-color: #a91e22;
  background-color: rgba(169, 30, 34, 0.85);
}
.normes-ul-admission.faaad a:nth-child(2):hover {
  background-color: rgba(169, 30, 34, 0.7);
}
.normes-ul-admission.faaad a:nth-child(3) {
  background-color: #a91e22;
  background-color: rgba(169, 30, 34, 0.9);
}
.normes-ul-admission.faaad a:nth-child(3):hover {
  background-color: rgba(169, 30, 34, 0.75);
}
.normes-ul-admission.faaad a:nth-child(4) {
  background-color: #a91e22;
  background-color: rgba(169, 30, 34, 0.95);
}
.normes-ul-admission.faaad a:nth-child(4):hover {
  background-color: rgba(169, 30, 34, 0.8);
}
.normes-ul-admission.fad .admission-entete {
  background-color: #efa943;
}
.normes-ul-admission.fad a:nth-child(1) {
  background-color: #efa943;
  background-color: rgba(239, 169, 67, 0.95);
}
.normes-ul-admission.fad a:nth-child(1):hover {
  background-color: rgba(239, 169, 67, 0.8);
}
.normes-ul-admission.fad a:nth-child(2) {
  background-color: #efa943;
  background-color: rgba(239, 169, 67, 0.85);
}
.normes-ul-admission.fad a:nth-child(2):hover {
  background-color: rgba(239, 169, 67, 0.7);
}
.normes-ul-admission.fad a:nth-child(3) {
  background-color: #efa943;
  background-color: rgba(239, 169, 67, 0.9);
}
.normes-ul-admission.fad a:nth-child(3):hover {
  background-color: rgba(239, 169, 67, 0.75);
}
.normes-ul-admission.fad a:nth-child(4) {
  background-color: #efa943;
  background-color: rgba(239, 169, 67, 0.95);
}
.normes-ul-admission.fad a:nth-child(4):hover {
  background-color: rgba(239, 169, 67, 0.8);
}
.normes-ul-admission.fd .admission-entete {
  background-color: #d82520;
}
.normes-ul-admission.fd a:nth-child(1) {
  background-color: #d82520;
  background-color: rgba(216, 37, 32, 0.95);
}
.normes-ul-admission.fd a:nth-child(1):hover {
  background-color: rgba(216, 37, 32, 0.8);
}
.normes-ul-admission.fd a:nth-child(2) {
  background-color: #d82520;
  background-color: rgba(216, 37, 32, 0.85);
}
.normes-ul-admission.fd a:nth-child(2):hover {
  background-color: rgba(216, 37, 32, 0.7);
}
.normes-ul-admission.fd a:nth-child(3) {
  background-color: #d82520;
  background-color: rgba(216, 37, 32, 0.9);
}
.normes-ul-admission.fd a:nth-child(3):hover {
  background-color: rgba(216, 37, 32, 0.75);
}
.normes-ul-admission.fd a:nth-child(4) {
  background-color: #d82520;
  background-color: rgba(216, 37, 32, 0.95);
}
.normes-ul-admission.fd a:nth-child(4):hover {
  background-color: rgba(216, 37, 32, 0.8);
}
.normes-ul-admission.fesp .admission-entete {
  background-color: #000050;
}
.normes-ul-admission.fesp a:nth-child(1) {
  background-color: #000050;
  background-color: rgba(0, 0, 80, 0.95);
}
.normes-ul-admission.fesp a:nth-child(1):hover {
  background-color: rgba(0, 0, 80, 0.8);
}
.normes-ul-admission.fesp a:nth-child(2) {
  background-color: #000050;
  background-color: rgba(0, 0, 80, 0.85);
}
.normes-ul-admission.fesp a:nth-child(2):hover {
  background-color: rgba(0, 0, 80, 0.7);
}
.normes-ul-admission.fesp a:nth-child(3) {
  background-color: #000050;
  background-color: rgba(0, 0, 80, 0.9);
}
.normes-ul-admission.fesp a:nth-child(3):hover {
  background-color: rgba(0, 0, 80, 0.75);
}
.normes-ul-admission.fesp a:nth-child(4) {
  background-color: #000050;
  background-color: rgba(0, 0, 80, 0.95);
}
.normes-ul-admission.fesp a:nth-child(4):hover {
  background-color: rgba(0, 0, 80, 0.8);
}
.normes-ul-admission.ffgg .admission-entete {
  background-color: #8dc63f;
}
.normes-ul-admission.ffgg a:nth-child(1) {
  background-color: #8dc63f;
  background-color: rgba(141, 198, 63, 0.95);
}
.normes-ul-admission.ffgg a:nth-child(1):hover {
  background-color: rgba(141, 198, 63, 0.8);
}
.normes-ul-admission.ffgg a:nth-child(2) {
  background-color: #8dc63f;
  background-color: rgba(141, 198, 63, 0.85);
}
.normes-ul-admission.ffgg a:nth-child(2):hover {
  background-color: rgba(141, 198, 63, 0.7);
}
.normes-ul-admission.ffgg a:nth-child(3) {
  background-color: #8dc63f;
  background-color: rgba(141, 198, 63, 0.9);
}
.normes-ul-admission.ffgg a:nth-child(3):hover {
  background-color: rgba(141, 198, 63, 0.75);
}
.normes-ul-admission.ffgg a:nth-child(4) {
  background-color: #8dc63f;
  background-color: rgba(141, 198, 63, 0.95);
}
.normes-ul-admission.ffgg a:nth-child(4):hover {
  background-color: rgba(141, 198, 63, 0.8);
}
.normes-ul-admission.esei .admission-entete {
  background-color: #f58029;
}
.normes-ul-admission.esei a:nth-child(1) {
  background-color: #f58029;
  background-color: rgba(245, 128, 41, 0.95);
}
.normes-ul-admission.esei a:nth-child(1):hover {
  background-color: rgba(245, 128, 41, 0.8);
}
.normes-ul-admission.esei a:nth-child(2) {
  background-color: #f58029;
  background-color: rgba(245, 128, 41, 0.85);
}
.normes-ul-admission.esei a:nth-child(2):hover {
  background-color: rgba(245, 128, 41, 0.7);
}
.normes-ul-admission.esei a:nth-child(3) {
  background-color: #f58029;
  background-color: rgba(245, 128, 41, 0.9);
}
.normes-ul-admission.esei a:nth-child(3):hover {
  background-color: rgba(245, 128, 41, 0.75);
}
.normes-ul-admission.esei a:nth-child(4) {
  background-color: #f58029;
  background-color: rgba(245, 128, 41, 0.95);
}
.normes-ul-admission.esei a:nth-child(4):hover {
  background-color: rgba(245, 128, 41, 0.8);
}
.normes-ul-admission.flsh .admission-entete {
  background-color: #29bdbc;
}
.normes-ul-admission.flsh a:nth-child(1) {
  background-color: #29bdbc;
  background-color: rgba(41, 189, 188, 0.95);
}
.normes-ul-admission.flsh a:nth-child(1):hover {
  background-color: rgba(41, 189, 188, 0.8);
}
.normes-ul-admission.flsh a:nth-child(2) {
  background-color: #29bdbc;
  background-color: rgba(41, 189, 188, 0.85);
}
.normes-ul-admission.flsh a:nth-child(2):hover {
  background-color: rgba(41, 189, 188, 0.7);
}
.normes-ul-admission.flsh a:nth-child(3) {
  background-color: #29bdbc;
  background-color: rgba(41, 189, 188, 0.9);
}
.normes-ul-admission.flsh a:nth-child(3):hover {
  background-color: rgba(41, 189, 188, 0.75);
}
.normes-ul-admission.flsh a:nth-child(4) {
  background-color: #29bdbc;
  background-color: rgba(41, 189, 188, 0.95);
}
.normes-ul-admission.flsh a:nth-child(4):hover {
  background-color: rgba(41, 189, 188, 0.8);
}
.normes-ul-admission.fm .admission-entete {
  background-color: #efefef;
}
.normes-ul-admission.fm a:nth-child(1) {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.95);
}
.normes-ul-admission.fm a:nth-child(1):hover {
  background-color: rgba(239, 239, 239, 0.8);
}
.normes-ul-admission.fm a:nth-child(2) {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.85);
}
.normes-ul-admission.fm a:nth-child(2):hover {
  background-color: rgba(239, 239, 239, 0.7);
}
.normes-ul-admission.fm a:nth-child(3) {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.9);
}
.normes-ul-admission.fm a:nth-child(3):hover {
  background-color: rgba(239, 239, 239, 0.75);
}
.normes-ul-admission.fm a:nth-child(4) {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.95);
}
.normes-ul-admission.fm a:nth-child(4):hover {
  background-color: rgba(239, 239, 239, 0.8);
}
.normes-ul-admission.fmd .admission-entete {
  background-color: #065199;
}
.normes-ul-admission.fmd a:nth-child(1) {
  background-color: #065199;
  background-color: rgba(6, 81, 153, 0.95);
}
.normes-ul-admission.fmd a:nth-child(1):hover {
  background-color: rgba(6, 81, 153, 0.8);
}
.normes-ul-admission.fmd a:nth-child(2) {
  background-color: #065199;
  background-color: rgba(6, 81, 153, 0.85);
}
.normes-ul-admission.fmd a:nth-child(2):hover {
  background-color: rgba(6, 81, 153, 0.7);
}
.normes-ul-admission.fmd a:nth-child(3) {
  background-color: #065199;
  background-color: rgba(6, 81, 153, 0.9);
}
.normes-ul-admission.fmd a:nth-child(3):hover {
  background-color: rgba(6, 81, 153, 0.75);
}
.normes-ul-admission.fmd a:nth-child(4) {
  background-color: #065199;
  background-color: rgba(6, 81, 153, 0.95);
}
.normes-ul-admission.fmd a:nth-child(4):hover {
  background-color: rgba(6, 81, 153, 0.8);
}
.normes-ul-admission.fmus .admission-entete {
  background-color: #887e73;
}
.normes-ul-admission.fmus a:nth-child(1) {
  background-color: #887e73;
  background-color: rgba(136, 126, 115, 0.95);
}
.normes-ul-admission.fmus a:nth-child(1):hover {
  background-color: rgba(136, 126, 115, 0.8);
}
.normes-ul-admission.fmus a:nth-child(2) {
  background-color: #887e73;
  background-color: rgba(136, 126, 115, 0.85);
}
.normes-ul-admission.fmus a:nth-child(2):hover {
  background-color: rgba(136, 126, 115, 0.7);
}
.normes-ul-admission.fmus a:nth-child(3) {
  background-color: #887e73;
  background-color: rgba(136, 126, 115, 0.9);
}
.normes-ul-admission.fmus a:nth-child(3):hover {
  background-color: rgba(136, 126, 115, 0.75);
}
.normes-ul-admission.fmus a:nth-child(4) {
  background-color: #887e73;
  background-color: rgba(136, 126, 115, 0.95);
}
.normes-ul-admission.fmus a:nth-child(4):hover {
  background-color: rgba(136, 126, 115, 0.8);
}
.normes-ul-admission.fpha .admission-entete {
  background-color: #089188;
}
.normes-ul-admission.fpha a:nth-child(1) {
  background-color: #089188;
  background-color: rgba(8, 145, 136, 0.95);
}
.normes-ul-admission.fpha a:nth-child(1):hover {
  background-color: rgba(8, 145, 136, 0.8);
}
.normes-ul-admission.fpha a:nth-child(2) {
  background-color: #089188;
  background-color: rgba(8, 145, 136, 0.85);
}
.normes-ul-admission.fpha a:nth-child(2):hover {
  background-color: rgba(8, 145, 136, 0.7);
}
.normes-ul-admission.fpha a:nth-child(3) {
  background-color: #089188;
  background-color: rgba(8, 145, 136, 0.9);
}
.normes-ul-admission.fpha a:nth-child(3):hover {
  background-color: rgba(8, 145, 136, 0.75);
}
.normes-ul-admission.fpha a:nth-child(4) {
  background-color: #089188;
  background-color: rgba(8, 145, 136, 0.95);
}
.normes-ul-admission.fpha a:nth-child(4):hover {
  background-color: rgba(8, 145, 136, 0.8);
}
.normes-ul-admission.fp .admission-entete {
  background-color: #283f76;
}
.normes-ul-admission.fp a:nth-child(1) {
  background-color: #283f76;
  background-color: rgba(40, 63, 118, 0.95);
}
.normes-ul-admission.fp a:nth-child(1):hover {
  background-color: rgba(40, 63, 118, 0.8);
}
.normes-ul-admission.fp a:nth-child(2) {
  background-color: #283f76;
  background-color: rgba(40, 63, 118, 0.85);
}
.normes-ul-admission.fp a:nth-child(2):hover {
  background-color: rgba(40, 63, 118, 0.7);
}
.normes-ul-admission.fp a:nth-child(3) {
  background-color: #283f76;
  background-color: rgba(40, 63, 118, 0.9);
}
.normes-ul-admission.fp a:nth-child(3):hover {
  background-color: rgba(40, 63, 118, 0.75);
}
.normes-ul-admission.fp a:nth-child(4) {
  background-color: #283f76;
  background-color: rgba(40, 63, 118, 0.95);
}
.normes-ul-admission.fp a:nth-child(4):hover {
  background-color: rgba(40, 63, 118, 0.8);
}
.normes-ul-admission.fsa .admission-entete {
  background-color: #717073;
}
.normes-ul-admission.fsa a:nth-child(1) {
  background-color: #717073;
  background-color: rgba(113, 112, 115, 0.95);
}
.normes-ul-admission.fsa a:nth-child(1):hover {
  background-color: rgba(113, 112, 115, 0.8);
}
.normes-ul-admission.fsa a:nth-child(2) {
  background-color: #717073;
  background-color: rgba(113, 112, 115, 0.85);
}
.normes-ul-admission.fsa a:nth-child(2):hover {
  background-color: rgba(113, 112, 115, 0.7);
}
.normes-ul-admission.fsa a:nth-child(3) {
  background-color: #717073;
  background-color: rgba(113, 112, 115, 0.9);
}
.normes-ul-admission.fsa a:nth-child(3):hover {
  background-color: rgba(113, 112, 115, 0.75);
}
.normes-ul-admission.fsa a:nth-child(4) {
  background-color: #717073;
  background-color: rgba(113, 112, 115, 0.95);
}
.normes-ul-admission.fsa a:nth-child(4):hover {
  background-color: rgba(113, 112, 115, 0.8);
}
.normes-ul-admission.fsaa .admission-entete {
  background-color: #00a176;
}
.normes-ul-admission.fsaa a:nth-child(1) {
  background-color: #00a176;
  background-color: rgba(0, 161, 118, 0.95);
}
.normes-ul-admission.fsaa a:nth-child(1):hover {
  background-color: rgba(0, 161, 118, 0.8);
}
.normes-ul-admission.fsaa a:nth-child(2) {
  background-color: #00a176;
  background-color: rgba(0, 161, 118, 0.85);
}
.normes-ul-admission.fsaa a:nth-child(2):hover {
  background-color: rgba(0, 161, 118, 0.7);
}
.normes-ul-admission.fsaa a:nth-child(3) {
  background-color: #00a176;
  background-color: rgba(0, 161, 118, 0.9);
}
.normes-ul-admission.fsaa a:nth-child(3):hover {
  background-color: rgba(0, 161, 118, 0.75);
}
.normes-ul-admission.fsaa a:nth-child(4) {
  background-color: #00a176;
  background-color: rgba(0, 161, 118, 0.95);
}
.normes-ul-admission.fsaa a:nth-child(4):hover {
  background-color: rgba(0, 161, 118, 0.8);
}
.normes-ul-admission.fse .admission-entete {
  background-color: #f7a90b;
}
.normes-ul-admission.fse a:nth-child(1) {
  background-color: #f7a90b;
  background-color: rgba(247, 169, 11, 0.95);
}
.normes-ul-admission.fse a:nth-child(1):hover {
  background-color: rgba(247, 169, 11, 0.8);
}
.normes-ul-admission.fse a:nth-child(2) {
  background-color: #f7a90b;
  background-color: rgba(247, 169, 11, 0.85);
}
.normes-ul-admission.fse a:nth-child(2):hover {
  background-color: rgba(247, 169, 11, 0.7);
}
.normes-ul-admission.fse a:nth-child(3) {
  background-color: #f7a90b;
  background-color: rgba(247, 169, 11, 0.9);
}
.normes-ul-admission.fse a:nth-child(3):hover {
  background-color: rgba(247, 169, 11, 0.75);
}
.normes-ul-admission.fse a:nth-child(4) {
  background-color: #f7a90b;
  background-color: rgba(247, 169, 11, 0.95);
}
.normes-ul-admission.fse a:nth-child(4):hover {
  background-color: rgba(247, 169, 11, 0.8);
}
.normes-ul-admission.fsg .admission-entete {
  background-color: #bd252b;
}
.normes-ul-admission.fsg a:nth-child(1) {
  background-color: #bd252b;
  background-color: rgba(189, 37, 43, 0.95);
}
.normes-ul-admission.fsg a:nth-child(1):hover {
  background-color: rgba(189, 37, 43, 0.8);
}
.normes-ul-admission.fsg a:nth-child(2) {
  background-color: #bd252b;
  background-color: rgba(189, 37, 43, 0.85);
}
.normes-ul-admission.fsg a:nth-child(2):hover {
  background-color: rgba(189, 37, 43, 0.7);
}
.normes-ul-admission.fsg a:nth-child(3) {
  background-color: #bd252b;
  background-color: rgba(189, 37, 43, 0.9);
}
.normes-ul-admission.fsg a:nth-child(3):hover {
  background-color: rgba(189, 37, 43, 0.75);
}
.normes-ul-admission.fsg a:nth-child(4) {
  background-color: #bd252b;
  background-color: rgba(189, 37, 43, 0.95);
}
.normes-ul-admission.fsg a:nth-child(4):hover {
  background-color: rgba(189, 37, 43, 0.8);
}
.normes-ul-admission.fsi .admission-entete {
  background-color: #6f8ab9;
}
.normes-ul-admission.fsi a:nth-child(1) {
  background-color: #6f8ab9;
  background-color: rgba(111, 138, 185, 0.95);
}
.normes-ul-admission.fsi a:nth-child(1):hover {
  background-color: rgba(111, 138, 185, 0.8);
}
.normes-ul-admission.fsi a:nth-child(2) {
  background-color: #6f8ab9;
  background-color: rgba(111, 138, 185, 0.85);
}
.normes-ul-admission.fsi a:nth-child(2):hover {
  background-color: rgba(111, 138, 185, 0.7);
}
.normes-ul-admission.fsi a:nth-child(3) {
  background-color: #6f8ab9;
  background-color: rgba(111, 138, 185, 0.9);
}
.normes-ul-admission.fsi a:nth-child(3):hover {
  background-color: rgba(111, 138, 185, 0.75);
}
.normes-ul-admission.fsi a:nth-child(4) {
  background-color: #6f8ab9;
  background-color: rgba(111, 138, 185, 0.95);
}
.normes-ul-admission.fsi a:nth-child(4):hover {
  background-color: rgba(111, 138, 185, 0.8);
}
.normes-ul-admission.fss .admission-entete {
  background-color: #4079a2;
}
.normes-ul-admission.fss a:nth-child(1) {
  background-color: #4079a2;
  background-color: rgba(64, 121, 162, 0.95);
}
.normes-ul-admission.fss a:nth-child(1):hover {
  background-color: rgba(64, 121, 162, 0.8);
}
.normes-ul-admission.fss a:nth-child(2) {
  background-color: #4079a2;
  background-color: rgba(64, 121, 162, 0.85);
}
.normes-ul-admission.fss a:nth-child(2):hover {
  background-color: rgba(64, 121, 162, 0.7);
}
.normes-ul-admission.fss a:nth-child(3) {
  background-color: #4079a2;
  background-color: rgba(64, 121, 162, 0.9);
}
.normes-ul-admission.fss a:nth-child(3):hover {
  background-color: rgba(64, 121, 162, 0.75);
}
.normes-ul-admission.fss a:nth-child(4) {
  background-color: #4079a2;
  background-color: rgba(64, 121, 162, 0.95);
}
.normes-ul-admission.fss a:nth-child(4):hover {
  background-color: rgba(64, 121, 162, 0.8);
}
.normes-ul-admission.ftsr .admission-entete {
  background-color: #4caecf;
}
.normes-ul-admission.ftsr a:nth-child(1) {
  background-color: #4caecf;
  background-color: rgba(76, 174, 207, 0.95);
}
.normes-ul-admission.ftsr a:nth-child(1):hover {
  background-color: rgba(76, 174, 207, 0.8);
}
.normes-ul-admission.ftsr a:nth-child(2) {
  background-color: #4caecf;
  background-color: rgba(76, 174, 207, 0.85);
}
.normes-ul-admission.ftsr a:nth-child(2):hover {
  background-color: rgba(76, 174, 207, 0.7);
}
.normes-ul-admission.ftsr a:nth-child(3) {
  background-color: #4caecf;
  background-color: rgba(76, 174, 207, 0.9);
}
.normes-ul-admission.ftsr a:nth-child(3):hover {
  background-color: rgba(76, 174, 207, 0.75);
}
.normes-ul-admission.ftsr a:nth-child(4) {
  background-color: #4caecf;
  background-color: rgba(76, 174, 207, 0.95);
}
.normes-ul-admission.ftsr a:nth-child(4):hover {
  background-color: rgba(76, 174, 207, 0.8);
}

@media only screen and (max-width: 1200px) {
  .normes-ul-admission .admission-entete {
    padding-left: 40px;
  }
  .normes-ul-admission .admission-numero {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .normes-ul-admission .admission-etapes {
    flex: 10;
    flex-wrap: wrap;
  }
  .normes-ul-admission .admission-etapes a {
    flex: auto;
    width: 50%;
  }
  .normes-ul-admission .admission-question {
    flex: 2;
  }
  .normes-ul-admission .admission-question .contenu-question {
    margin-top: 30px;
  }
  .normes-ul-admission.admission-mince .admission-question .contenu-question {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .normes-ul-admission .admission-contenu {
    flex-direction: column;
  }
  .normes-ul-admission .admission-etapes {
    flex: auto;
  }
  .normes-ul-admission .admission-etapes a {
    width: 100%;
  }
  .normes-ul-admission .admission-question .contenu-question, .normes-ul-admission.admission-mince .admission-question .contenu-question {
    margin-top: auto;
  }
}
.normes-ul-admission.fm .admission-entete {
  color: #000;
}

.normes-ul-admission.fm .admission-etapes {
  color: #000;
}

.normes-ul-etude {
  background-image: url("../img/oblique.svg");
  background-repeat: no-repeat;
  background-size: 100% 100.05%;
  margin: 60px 0;
  padding: 90px 15px;
}
.normes-ul-etude *,
.normes-ul-etude *::after,
.normes-ul-etude *::before {
  box-sizing: border-box;
}
.normes-ul-etude.ul-etude-bas-vide {
  background-image: url("../img/oblique-bas-vide.svg");
}
.normes-ul-etude.ul-etude-bas-vide .etude-general {
  border-bottom: 35px solid #000;
}
.normes-ul-etude img {
  display: block;
  filter: opacity(85%);
  height: auto;
  width: 100%;
}
.normes-ul-etude .ul-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.normes-ul-etude .etude-img {
  overflow: hidden;
  width: 100%;
}
.normes-ul-etude .ul-bouton {
  display: flex;
  margin-bottom: 15px;
  text-align: center;
}
.normes-ul-etude .ul-bouton a {
  border: 1px solid #666;
  color: #000;
  font-weight: 700;
  padding: 13px 17px;
}
.normes-ul-etude .ul-bouton a:hover {
  background: #ededed;
  text-decoration: none;
}
.normes-ul-etude .etude-general {
  background: #fff;
  padding: 80px 15px 15px 15px;
}
.normes-ul-etude .etude-general h2 {
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.normes-ul-etude .etude-general p {
  font-size: 2rem;
  margin-bottom: 45px;
}
.normes-ul-etude .etude-general .ul-bouton:last-child {
  margin-bottom: 15px;
}
.normes-ul-etude .etude-offres {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: 35px;
  text-align: center;
}
.normes-ul-etude .etude-offres h3,
.normes-ul-etude .etude-offres p {
  margin-bottom: 30px;
}
.normes-ul-etude .etude-offres .etude-offre {
  display: flex;
  flex-direction: column;
  margin: 45px 0;
  padding: 0 30px;
  width: 100%;
}
.normes-ul-etude .etude-offres .etude-offre .bouton-fleche {
  border: 1px solid;
  display: flex;
  height: 50px;
  margin: auto auto 0 auto;
  width: 50px;
}
.normes-ul-etude .etude-offres .etude-offre .bouton-fleche:hover {
  border-color: #fff;
}
.normes-ul-etude .etude-offres .etude-offre .bouton-fleche:hover svg rect,
.normes-ul-etude .etude-offres .etude-offre .bouton-fleche:hover svg polygon {
  fill: #fff;
}
.normes-ul-etude .etude-offres .etude-offre .bouton-fleche svg {
  height: 15px;
  margin: auto;
  width: 23px;
}
.normes-ul-etude.dgfc {
  background-color: #d2e9e6;
}
.normes-ul-etude.dgfc .etude-img {
  background-color: #d2e9e6;
}
.normes-ul-etude.dgfc .etude-offres .bouton-fleche {
  border-color: #d2e9e6;
}
.normes-ul-etude.dgfc .etude-offres svg rect,
.normes-ul-etude.dgfc .etude-offres svg polygon {
  fill: #d2e9e6;
}
.normes-ul-etude.faaad {
  background-color: #a91e22;
}
.normes-ul-etude.faaad .etude-img {
  background-color: #a91e22;
}
.normes-ul-etude.faaad .etude-offres .bouton-fleche {
  border-color: #a91e22;
}
.normes-ul-etude.faaad .etude-offres svg rect,
.normes-ul-etude.faaad .etude-offres svg polygon {
  fill: #a91e22;
}
.normes-ul-etude.fad {
  background-color: #efa943;
}
.normes-ul-etude.fad .etude-img {
  background-color: #efa943;
}
.normes-ul-etude.fad .etude-offres .bouton-fleche {
  border-color: #efa943;
}
.normes-ul-etude.fad .etude-offres svg rect,
.normes-ul-etude.fad .etude-offres svg polygon {
  fill: #efa943;
}
.normes-ul-etude.fd {
  background-color: #d82520;
}
.normes-ul-etude.fd .etude-img {
  background-color: #d82520;
}
.normes-ul-etude.fd .etude-offres .bouton-fleche {
  border-color: #d82520;
}
.normes-ul-etude.fd .etude-offres svg rect,
.normes-ul-etude.fd .etude-offres svg polygon {
  fill: #d82520;
}
.normes-ul-etude.fesp {
  background-color: #000050;
}
.normes-ul-etude.fesp .etude-img {
  background-color: #000050;
}
.normes-ul-etude.fesp .etude-offres .bouton-fleche {
  border-color: #000050;
}
.normes-ul-etude.fesp .etude-offres svg rect,
.normes-ul-etude.fesp .etude-offres svg polygon {
  fill: #000050;
}
.normes-ul-etude.ffgg {
  background-color: #8dc63f;
}
.normes-ul-etude.ffgg .etude-img {
  background-color: #8dc63f;
}
.normes-ul-etude.ffgg .etude-offres .bouton-fleche {
  border-color: #8dc63f;
}
.normes-ul-etude.ffgg .etude-offres svg rect,
.normes-ul-etude.ffgg .etude-offres svg polygon {
  fill: #8dc63f;
}
.normes-ul-etude.hei {
  background-color: #f58029;
}
.normes-ul-etude.hei .etude-img {
  background-color: #f58029;
}
.normes-ul-etude.hei .etude-offres .bouton-fleche {
  border-color: #f58029;
}
.normes-ul-etude.hei .etude-offres svg rect,
.normes-ul-etude.hei .etude-offres svg polygon {
  fill: #f58029;
}
.normes-ul-etude.flsh {
  background-color: #29bdbc;
}
.normes-ul-etude.flsh .etude-img {
  background-color: #29bdbc;
}
.normes-ul-etude.flsh .etude-offres .bouton-fleche {
  border-color: #29bdbc;
}
.normes-ul-etude.flsh .etude-offres svg rect,
.normes-ul-etude.flsh .etude-offres svg polygon {
  fill: #29bdbc;
}
.normes-ul-etude.fm {
  background-color: #efefef;
}
.normes-ul-etude.fm .etude-img {
  background-color: #efefef;
}
.normes-ul-etude.fm .etude-offres .bouton-fleche {
  border-color: #efefef;
}
.normes-ul-etude.fm .etude-offres svg rect,
.normes-ul-etude.fm .etude-offres svg polygon {
  fill: #efefef;
}
.normes-ul-etude.fmd {
  background-color: #065199;
}
.normes-ul-etude.fmd .etude-img {
  background-color: #065199;
}
.normes-ul-etude.fmd .etude-offres .bouton-fleche {
  border-color: #065199;
}
.normes-ul-etude.fmd .etude-offres svg rect,
.normes-ul-etude.fmd .etude-offres svg polygon {
  fill: #065199;
}
.normes-ul-etude.fmus {
  background-color: #887e73;
}
.normes-ul-etude.fmus .etude-img {
  background-color: #887e73;
}
.normes-ul-etude.fmus .etude-offres .bouton-fleche {
  border-color: #887e73;
}
.normes-ul-etude.fmus .etude-offres svg rect,
.normes-ul-etude.fmus .etude-offres svg polygon {
  fill: #887e73;
}
.normes-ul-etude.fpha {
  background-color: #089188;
}
.normes-ul-etude.fpha .etude-img {
  background-color: #089188;
}
.normes-ul-etude.fpha .etude-offres .bouton-fleche {
  border-color: #089188;
}
.normes-ul-etude.fpha .etude-offres svg rect,
.normes-ul-etude.fpha .etude-offres svg polygon {
  fill: #089188;
}
.normes-ul-etude.fp {
  background-color: #283f76;
}
.normes-ul-etude.fp .etude-img {
  background-color: #283f76;
}
.normes-ul-etude.fp .etude-offres .bouton-fleche {
  border-color: #283f76;
}
.normes-ul-etude.fp .etude-offres svg rect,
.normes-ul-etude.fp .etude-offres svg polygon {
  fill: #283f76;
}
.normes-ul-etude.fsa {
  background-color: #e4e8e9;
}
.normes-ul-etude.fsa .etude-img {
  background-color: #e4e8e9;
}
.normes-ul-etude.fsa .etude-offres .bouton-fleche {
  border-color: #e4e8e9;
}
.normes-ul-etude.fsa .etude-offres svg rect,
.normes-ul-etude.fsa .etude-offres svg polygon {
  fill: #e4e8e9;
}
.normes-ul-etude.fsaa {
  background-color: #00a176;
}
.normes-ul-etude.fsaa .etude-img {
  background-color: #00a176;
}
.normes-ul-etude.fsaa .etude-offres .bouton-fleche {
  border-color: #00a176;
}
.normes-ul-etude.fsaa .etude-offres svg rect,
.normes-ul-etude.fsaa .etude-offres svg polygon {
  fill: #00a176;
}
.normes-ul-etude.fse {
  background-color: #f7a90b;
}
.normes-ul-etude.fse .etude-img {
  background-color: #f7a90b;
}
.normes-ul-etude.fse .etude-offres .bouton-fleche {
  border-color: #f7a90b;
}
.normes-ul-etude.fse .etude-offres svg rect,
.normes-ul-etude.fse .etude-offres svg polygon {
  fill: #f7a90b;
}
.normes-ul-etude.fsg {
  background-color: #bd252b;
}
.normes-ul-etude.fsg .etude-img {
  background-color: #bd252b;
}
.normes-ul-etude.fsg .etude-offres .bouton-fleche {
  border-color: #bd252b;
}
.normes-ul-etude.fsg .etude-offres svg rect,
.normes-ul-etude.fsg .etude-offres svg polygon {
  fill: #bd252b;
}
.normes-ul-etude.fsi {
  background-color: #6f8ab9;
}
.normes-ul-etude.fsi .etude-img {
  background-color: #6f8ab9;
}
.normes-ul-etude.fsi .etude-offres .bouton-fleche {
  border-color: #6f8ab9;
}
.normes-ul-etude.fsi .etude-offres svg rect,
.normes-ul-etude.fsi .etude-offres svg polygon {
  fill: #6f8ab9;
}
.normes-ul-etude.fss {
  background-color: #4079a2;
}
.normes-ul-etude.fss .etude-img {
  background-color: #4079a2;
}
.normes-ul-etude.fss .etude-offres .bouton-fleche {
  border-color: #4079a2;
}
.normes-ul-etude.fss .etude-offres svg rect,
.normes-ul-etude.fss .etude-offres svg polygon {
  fill: #4079a2;
}
.normes-ul-etude.ftsr {
  background-color: #4caecf;
}
.normes-ul-etude.ftsr .etude-img {
  background-color: #4caecf;
}
.normes-ul-etude.ftsr .etude-offres .bouton-fleche {
  border-color: #4caecf;
}
.normes-ul-etude.ftsr .etude-offres svg rect,
.normes-ul-etude.ftsr .etude-offres svg polygon {
  fill: #4caecf;
}
.normes-ul-etude.bibliotheque {
  background-color: #f78021;
}
.normes-ul-etude.bibliotheque .etude-img {
  background-color: #f78021;
}
.normes-ul-etude.bibliotheque .etude-offres .bouton-fleche {
  border-color: #f78021;
}
.normes-ul-etude.bibliotheque .etude-offres svg rect,
.normes-ul-etude.bibliotheque .etude-offres svg polygon {
  fill: #f78021;
}
.normes-ul-etude.peps {
  background-color: #aa0900;
}
.normes-ul-etude.peps .etude-img {
  background-color: #aa0900;
}
.normes-ul-etude.peps .etude-offres .bouton-fleche {
  border-color: #aa0900;
}
.normes-ul-etude.peps .etude-offres svg rect,
.normes-ul-etude.peps .etude-offres svg polygon {
  fill: #aa0900;
}
.normes-ul-etude.residences {
  background-color: #293842;
}
.normes-ul-etude.residences .etude-img {
  background-color: #293842;
}
.normes-ul-etude.residences .etude-offres .bouton-fleche {
  border-color: #293842;
}
.normes-ul-etude.residences .etude-offres svg rect,
.normes-ul-etude.residences .etude-offres svg polygon {
  fill: #293842;
}
.normes-ul-etude.ro {
  background-color: #f11212;
}
.normes-ul-etude.ro .etude-img {
  background-color: #f11212;
}
.normes-ul-etude.ro .etude-offres .bouton-fleche {
  border-color: #f11212;
}
.normes-ul-etude.ro .etude-offres svg rect,
.normes-ul-etude.ro .etude-offres svg polygon {
  fill: #f11212;
}

@media (min-width: 576px) {
  .normes-ul-etude .etude-general {
    padding-left: 30px;
    padding-right: 30px;
  }
  .normes-ul-etude .etude-general h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .normes-ul-etude {
    background-size: cover;
  }
  .normes-ul-etude img {
    height: 100%;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    width: auto;
  }
  .normes-ul-etude.ul-etude-bas-vide {
    background-size: 100% 100.05%;
  }
  .normes-ul-etude.ul-etude-bas-vide .etude-img {
    border-bottom: 35px solid #000;
  }
  .normes-ul-etude .etude-img {
    width: 50%;
  }
  .normes-ul-etude .etude-general {
    width: 50%;
  }
  .normes-ul-etude .etude-general p:last-child {
    margin-bottom: 10px;
  }
  .normes-ul-etude.ul-offres-paires .etude-offres .etude-offre {
    width: 50%;
  }
  .normes-ul-etude.ul-offres-paires .etude-offres .etude-offre:nth-of-type(2n) {
    border-right: none;
  }
  .normes-ul-etude.ul-offres-paires .etude-offres .etude-offre:nth-of-type(3n) {
    border-right: 1px solid #666;
  }
  .normes-ul-etude .etude-offres .etude-offre {
    border-right: 1px solid #666;
    width: 33.3333%;
  }
  .normes-ul-etude .etude-offres .etude-offre:nth-of-type(3n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .normes-ul-etude {
    min-height: 1090px;
  }
  .normes-ul-etude.ul-etude-bas-vide {
    min-height: 0;
  }
  .normes-ul-etude .ul-bouton a {
    padding-left: 45px;
    padding-right: 45px;
  }
}
table {
  background-color: #fff;
  border-bottom: 4px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 4px solid #999;
  margin: 0 0 30px 0;
  max-width: 100%;
  overflow-x: auto;
}

th,
td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 10px 15px;
  vertical-align: top;
}

th,
thead td {
  background-color: #dbdbdb;
  font-weight: 700;
  text-align: left;
}
th p,
thead td p {
  font-weight: 700;
}

thead th,
thead td,
tr:first-child th,
tr:first-child td {
  padding-top: 6px;
}

th *:last-child,
td *:last-child {
  margin-bottom: 0;
}

th:last-of-type,
td:last-of-type {
  border-right: none;
}

tr:nth-child(even) {
  background-color: #f7f7f7;
}

tbody {
  border: none;
}

/*# sourceMappingURL=composantes-ul.css.map */
