h1, h2, h3, h4, h5, h6 {
    font-weight: 800 !important;
    overflow-wrap: break-word;
}

h1 {
  font-size: 57px;
  line-height: 1.12;
}

h2 {
  font-size: 36px;
  line-height: 1.28;
}

h3 {
  font-size: 26px;
}

hr {
  border-top: 1px solid white !important;
}

figcaption {
  display: block !important;
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  overflow-wrap: break-word;
}

p a {
    font-weight: 800;
    line-height: 1.56;
    color: #00ceff !important;
    text-decoration: underline;
    text-underline-position: under;
}

p a:hover,
p a:focus {
    text-decoration: underline;
}

.text-paragraph {
  margin-bottom: 30px;
  padding-top: 30px;
}

.text-paragraph li {
  font-size: 18px;
}

.cke_editable p a:hover,
.cke_editable p a:focus,
.text-paragraph p a:hover,
.text-paragraph p a:focus {
  background: linear-gradient(180deg, rgb(16, 24, 29) 0%, rgba(2, 202, 255, 0.6) 84%);
  text-decoration: none;
}

.text-paragraph .no-background:focus,
.text-paragraph .no-background:hover,
.text-paragraph span.button.blue a:hover,
.text-paragraph span.button.blue a:focus{
  background:none !important;
}

.text-paragraph img,
.cke_editable img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.text-paragraph .align-center,
.cke_editable .align-center{
  text-align: center;
}

.text-paragraph ul,
.cke_editable ul,
.js-form-type-processed-text ul {
  list-style: none;
  padding-inline-start: 0;
  padding-left: 0;
}

.text-paragraph ul li,
.cke_editable ul li,
.js-form-type-processed-text ul li {
    margin-bottom: 20px;
    position: relative;
    line-height: 35px;
    margin-left: 40px;
}

.text-paragraph ul li:before,
.cke_editable ul li:before,
.js-form-type-processed-text ul li:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 8px;
    width: 20px;
    height: 20px;
    border: solid 5px #07728E;
    background-color: #00ceff;
    border-radius: 10px;
}

.ambassadeurBloc.like_ambassadeur ul li {
  list-style-image: url("../../images/carriere/custom_bullet_point.svg");
  padding-left: 20px;
  margin-left: 15px;
}
.ambassadeurBloc.like_ambassadeur ul li:before {
  content: none;
}

.cke_editable ul li:before {
    width: 10px;
    height: 10px;
}

.text-paragraph ol,
.cke_editable ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-inline-start: 0;
  padding-left: 0;
}

.text-paragraph ol li,
.cke_editable ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 14px;
  line-height: 35px;
  padding-left: 54px;
  position: relative;
}

.text-paragraph ol li:before,
.cke_editable ol li:before {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 166, 217, 0.24);
  border-radius: 50px;
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0px;
  margin-left: 0;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #ffffff;
}

.text-paragraph table,
.cke_editable table {
    width: 100% !important;
    table-layout: fixed ;
}

.text-paragraph th,
.cke_editable th {
    background-color: #0c3949 !important;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.text-paragraph tr td,
.text-paragraph tr th,
.text-paragraph tr,
.cke_editable tr td,
.cke_editable tr th,
.cke_editable tr{
    border: none;
    padding: 10px 17px;
}

.text-paragraph tr:nth-child(even),
.cke_editable tr:nth-child(even) {
    background-color: #15252c;
}

.text-paragraph tr:nth-child(odd),
.cke_editable tr:nth-child(odd) {
    background-color: transparent;
}

.text-paragraph td,
.text-paragraph th,
.cke_editable td,
.cke_editable th {
    border-right: 1px solid white !important;
}

.text-paragraph td:last-child,
.text-paragraph th:last-child,
.cke_editable td:last-child,
.cke_editable th:last-child {
    border-right: none !important;
}

.text-paragraph a.button,
.text-paragraph span.button,
.cke_editable a.button,
.cke_editable span.button {
  border-radius: 19.5px;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  padding: 10px 31px;
  margin-right: 7px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}

.text-paragraph .button a,
.cke_editable .button a {
  text-decoration: none;
  color: white !important;
}

.text-paragraph span.button,
.cke_editable span.button {
    width: auto;
    display: inline-block;
}

.text-paragraph a.button.blue,
.text-paragraph span.button.blue,
.cke_editable a.button.blue,
.cke_editable span.button.blue {
  background-color: #00a6d9;
  color: white;
  border: none;
}

.text-paragraph a.button:hover,
.cke_editable a.button:hover,
.text-paragraph span.button:hover,
.cke_editable span.button:hover,
.text-paragraph a.button:focus,
.cke_editable a.button:focus,
.text-paragraph span.button:focus,
.cke_editable span.button:focus{
    background: none;
    text-decoration:none;
}

.text-paragraph a.button.blue:hover,
.text-paragraph a.button.blue:focus,
.text-paragraph span.button.blue:hover,
.text-paragraph span.button.blue:focus,
.cke_editable a.button.blue:hover,
.cke_editable a.button.blue:focus,
.cke_editable span.button.blue:hover,
.cke_editable span.button.blue:focus{
  background-color: #00CEFF;
}

.text-paragraph a.button.black,
.text-paragraph div.button.black,
.text-paragraph span.button.black,
.cke_editable a.button.black,
.cke_editable div.button.black,
.cke_editable span.button.black {
  background-color: black;
  color: white;
  border: solid 1px #ffffff;
}

.text-paragraph a.button.black:hover,
.text-paragraph a.button.black:focus,
.text-paragraph span.button.black:hover,
.text-paragraph span.button.black:focus,
.cke_editable a.button.black:hover,
.cke_editable a.button.black:focus,
.cke_editable span.button.black:hover,
.cke_editable span.button.black:focus{
  background: none;
  background-color: white;
  color: black !important;
  border: solid 1px black;
}

.text-paragraph span.button.black:hover a {
  color: black !important;
}

.text-paragraph span.button.black a:hover {
  background: none;
}

.contrib-result .view-header {
  display: none;
}

.text-paragraph.text-paragraph-full-width {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  overflow-y: hidden;
}

.text-paragraph .container {
  padding: 0;
}

.text-paragraph.text-paragraph-full-width .container {
  max-width: unset !important;
  padding-left: 15px;
  padding-right: 15px;
}

.text-paragraph iframe {
  max-width: 100%;
}


@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  h2 {
    font-size: 26px;
  }

  .contrib-form .js-form-item-attachment {
    flex-direction: column;
  }
}

.text-paragraph .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
