.btn-block {
  white-space: normal;
}
.lead {
  color: #1a2855;
}
a.lead:hover,
a.lead:focus {
  color: #0e162e;
}
.clear {
  clear: both;
}
.heavyt {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 28px;
}
.heavyt2 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 25px;
}
figure {
  display: table;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  font-style: italic;
}
article {
  padding: 40px;
}
.fields-container {
  padding: 5px 10px;
}
.fields-container,
.fields-container dl {
  background-color: white;
}
.well {
  color: #fff;
  background-color: #1a2855;
  color: white;
}
a.well:hover,
a.well:focus {
  background-color: #0e162e;
}
.well .lead {
  background-color: #1a2855;
}
.well .lead {
  color: #fff;
  background-color: #1a2855;
  color: white;
}
a.well .lead:hover,
a.well .lead:focus {
  background-color: #0e162e;
}
.well .lead .lead {
  background-color: #1a2855;
}
.well2 {
  background-color: #1a2855;
  color: white !important;
  padding-top: 10px;
  padding: 0px 0 0px 0;
  margin: 0;
}
.form-horizontal .checkbox {
  margin-left: 20px;
}

.blog .category-desc {
  margin-bottom: 44px;
}
.items-leading .leading {
  
  background-color: white;
  padding: 35px 40px 15px 40px;
}
html.view-article .item-pagetags {
  background-color: white;
  padding: 40px 40px 40px 40px;
}
.item-image img {
  max-width: 100%;
}
.article-intro p,
.article-content p {
  text-align: justify;
}
.article-intro .pull-none.item-image {
  margin-bottom: 22px;
}
.article-intro .pull-none.item-image img {
  margin-left: auto;
  margin-right: auto;
}
.pull-none.item-image {
  text-align: center;
  margin-bottom: 22px;
}
.pull-left.item-image {
  margin: 0 33px 22px 0;
}
.pull-right.item-image {
  margin: 0 0 22px 33px;
}
.readmore .btn {
  white-space: normal;
}
input#recaptcha_response_field {
  border: 1px solid #cccccc !important;
}
input#recaptcha_response_field:focus {
  border-color: #66afe9 !important;
}

html {
  background-color: #1a2855;
}
body {
  overflow-y: scroll;
}
.b-intern {
  padding: 20px;
  background-color: white;
}
.b-intern p {
  margin-bottom: 0px;
}
.b-intern2 {
  padding: 40px;
  background-color: white;
}
.b-intern2 p {
  margin-bottom: 0px;
}
.b-intern-a {
  padding: 40px;
  background-color: white;
}
.c-white {
  color: white !important;
}
.b-w {
  background-color: white;
}
.blogmedias .items-leading {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
}
.blogmedias .leading {
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
.blogmedias .article-intro .pull-left.item-image {
  margin: 0;
}
.readmore > a {
  background-color: #fafafa;
  color: #777;
}
.article-intro h2 {
  margin-top: 0;
}
.adkreplacerdoc_container {
  float: left;
  margin-right: 15px;
}
.adkreplacerdoc_link {
  display: block;
  position: relative;
  border: 2px solid #06a7e2;
  width: 254px;
  height: 254px;
  overflow: hidden;
}
.adkreplacerdoc_link::after {
  content: attr(data-legend);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #06a7e2;
  color: white;
}
.adkreplacerdoc_img {
  object-fit: contain;
  width: 250px !important;
  height: 250px !important;
}

.page_subtitles {
  font-family: "sinkin_sans300_light", "gibsonregular", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #400099;
}

#home_intro {
  padding: 88px 44px 0;
  
}
#home_logo {
  width: 450px;
  max-width: 100%;
}
#home_h1 {
  margin: 44px 0 0;
  font-family: "sinkin_sans300_light", sans-serif;
  font-size: 23px;
  color: #400099;
}
.home_lead {
  text-align: center;
}
.title_background {
  padding: 10px 0;
}

section.mission .grid-container {
  display: grid;
  grid-gap: 15px 30px;
  grid-template-rows: auto auto auto auto;
  grid-auto-flow: column;
}
section.mission .grid-container .lead,
section.mission .grid-container h3 {
  margin: 0;
}
section.mission .grid-item {
  align-self: center;
  text-align: center;
}
section.mission .grid-item-text {
  align-self: start;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  section.mission .grid-container {
    grid-auto-flow: row;
  }
}

.hoverscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.hoverscaleup:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#adkbanner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 8px;
  background: white;
  text-align: center;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #06a7e2;
}
#adkbanner .custom {
  flex-grow: 1;
  display: inline-block;
  padding: 0 60px 0 10px;
}
#adkbanner .btn {
  
}
#adkbanner p {
  margin: 0;
  color: #06a7e2;
  font-size: 18px;
  padding: 8px 0;
}
#adkbanner a {
  color: #400099;
  text-decoration: none;
}
#adkbanner a:hover,
#adkbanner a:focus,
#adkbanner a:active {
  color: #400099;
  text-decoration: underline;
  font-weight: bold;
}
#adkbanner.adkbanner-closed {
  width: auto;
  border-width: 0;
  background: transparent;
}
#adkbanner.adkbanner-closed .custom {
  display: none;
}
div#mod-activities {
  background: no-repeat center / 100% url("/images/banners/activities/background-mod-activities.jpg");
  background-size: cover;
  color: white;
  padding: 30px;
}
#mod-activities h2 {
  color: #fff;
}
div#mod-solutions {
  background: no-repeat center / 100% url("/images/solutions/roboost-products-block-bg.jpg");
  color: white;
  background-size: cover;
  padding: 30px;
}
#mod-solutions h2 {
  color: #fff;
}

.adk-champ-logos {
  
  padding: 15px 0;
  text-align: center;
}
.adk-champ-logo {
  width: 128px;
  margin: 15px;
}
.adk-champ-media {
  font-weight: bold;
}
.adk-champ-auteurs {
  font-style: italic;
  color: grey;
}
.adk-champ-date {
  color: grey;
}
.adk-champ-logos-label {
  font-size: 20px;
  color: grey;
}
.itemid-111 .adk-champ-logos-label,
.itemid-108 .adk-champ-logos-label {
  display: none;
}

.timeline {
  position: relative;
  padding: 21px 29px 10px;
  margin-top: 4px;
  margin-bottom: 30px;
}
.timeline .line {
  position: absolute;
  width: 4px;
  display: block;
  background: currentColor;
  top: 0px;
  bottom: 0px;
}
.timeline .line::before {
  top: -4px;
}
.timeline .line::after {
  bottom: -4px;
}
.timeline .line::before,
.timeline .line::after {
  content: '';
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}
.timeline .panel {
  position: relative;
  width: 100%;
  margin: 10px 0 20px;
  clear: both;
}
.timeline .panel::before {
  position: absolute;
  display: block;
  top: 8px;
  content: '';
  width: 0px;
  height: 0px;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.timeline .panel .panel-heading.icon .fa {
  font-size: 20px;
  vertical-align: middle;
  line-height: 38px;
}
.timeline .panel .panel-heading.icon {
  position: absolute;
  top: 1px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.timeline .panel-outline .panel-body {
  padding: 10px 0px;
}
.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
  display: none;
}
.timeline .panel-default {
  border-color: #1a2855;
}
.timeline .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #1a2855;
  border-color: #1a2855;
}
.timeline .panel-heading.icon {
  background-color: #efefef;
  border-color: #e0e0e0 !important;
}
.timeline .panel-primary {
  border-color: #06a7e2;
}
.timeline .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #06a7e2;
  border-color: #06a7e2;
}
.timeline .text-muted {
  color: #f5f5f5;
  
}
.timeline-right .line {
  right: 0;
  margin-right: 18px;
}
.timeline-right .panel {
  left: -29px;
}
.timeline-right .panel::before {
  right: -24px;
  border-right-color: transparent;
}
.timeline-right .panel-heading.icon {
  right: -58px;
}
.timeline-left .line {
  left: 0;
  margin-left: 18px;
}
.timeline-left .panel {
  right: -29px;
}
.timeline-left .panel::before {
  left: -24px;
  border-left-color: transparent;
}
.timeline-left .panel-heading.icon {
  left: -58px;
}
.color-logo {
  color: #400099;
}
.color-secondary {
  color: #06a7e2;
}
.bg-light {
  background-color: #eee;
  padding: 20px;
}
.bg-secondary {
  background-color: #06a7e2;
  color: white;
}
.bg-secondary .lead {
  background-color: #06a7e2;
}
.bg-primary {
  background-color: #1a2855;
  color: white;
}
.bg-primary .lead {
  background-color: #1a2855;
}
.bg-logo {
  background-color: #400099;
  color: white;
}
.bg-logo .lead {
  background-color: #400099;
}
.tooltipster-content i {
  color: #400099;
}
.tooltipster-content span.tipster {
  color: #777777;
}
.tooltipster-content img.tipster {
  display: block;
  margin: auto;
}