@import url('/assets/css/mvd-fonts.css');
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #094b6d;
}
h4,
h5 {
  text-transform: uppercase;
  font-weight: normal;
}
.accordion-topics h4 {
  text-transform: none;
}
#title {
  font-weight: 500;
  letter-spacing: 6px;
  margin-top: 0px;
  display: none;
}
.description-1 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.description.description-2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 400;
  color: #018afc;
  text-shadow: 1px -1px 2px rgba(0, 0, 0, 0.7), 0px 2px 2px #ffffff;
}
.title-home-consult {
  color: #979797;
  font-weight: 400;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7), 0px 1px 1px #ffffff;
  letter-spacing: 1px;
  font-size: 28px;
  margin: 16px 0 5px 0;
}
.main-nav,
.footer-copyright {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.dropdown-menu > li > a {
  font-weight: 400;
}
.widget-title {
  font-size: 17px;
  text-align: center;
  color: #979797;
  line-height: 20px;
}
.widget-title,
.widget-title-color {
  text-transform: uppercase;
  font-weight: 500;
}
.widget-home .widget-title-color {
  font-size: 18px;
  letter-spacing: -1px;
}
.sidebar-widget .widget-title-module {
  font-size: 15px;
  text-align: center;
}
/*
ajouter par PiR et enlever par LA
.title-light-blue {
  color: #49afcd;
  font-size: 21px;
  line-height: 16px;
}*/
.sidebar-widget p,
.widget-home p {
  color: #979797;
  font-weight: 400;
  line-height: 17px;
}
.widget-home h4 {
  margin: 0 0 5px 0;
}

/* LA ajout .title-cat-* */
.title-red,
.title-cat-1 {
  color: #f30000;
}
/* LA ajout .title-cat-* */
.title-dark-blue,
.title-cat-4  {
  color: #1794ac;
}
.title-light-blue {
  color: #49afcd;
}

/* LA ajout .title-cat-* */
.title-orange,
.title-cat-6  {
  color: #f88202;
}
/* LA ajout .title-cat-* */
.title-dark-green,
.title-cat-2  {
  color: #00d6df;
}
/* LA ajout .title-cat-* */
.title-light-green,
.title-cat-5  {
  color: #81d51c;
}
.title-purple,
.title-cat-3 {
  color: #c205c4;
}
.widget-course {
  font-weight: bold;
  text-transform: none;
}
.read-more {
  margin: -15px -5px 0px 0px;
  font-size: 20px;
}
body {
  background: #e4e4e4;
  font-family: 'Montserrat', Arial, sans-serif;
}
button,
input,
select,
textarea {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* Minimal compatibility layer replacing the old Bootstrap 2 runtime CSS. */
.container,
.wrap {
  box-sizing: border-box;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.span2 {
  max-width: 180px;
  width: 100%;
}
.span7 {
  max-width: 620px;
  width: 100%;
}
.btn {
  align-items: center;
  background: #20313d;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 38px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  vertical-align: middle;
}
.btn:hover,
.btn:focus {
  background: #2d4859;
  color: #ffffff;
  text-decoration: none;
  transform: var(--mvd-raise-hover);
}
.btn:disabled,
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}
.btn-primary,
.btn-info {
  background: #246f93;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background: #3188af;
}
.btn-success {
  background: #247a4d;
}
.btn-success:hover,
.btn-success:focus {
  background: #2f9962;
}
.btn-danger {
  background: #9f3441;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #bd4856;
}
.btn-large {
  font-size: 15px;
  min-height: 44px;
  padding: 12px 20px;
}
.alert {
  border-radius: 8px;
  box-sizing: border-box;
  margin: 12px 0;
  padding: 12px 15px;
}
.alert-info {
  background: #eaf5fa;
  border: 1px solid #bfdce8;
  color: #183849;
}
.label,
.badge {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
}
.label {
  background: #e9eef2;
  color: #243541;
}
.badge {
  background: #20313d;
  color: #ffffff;
}
.table,
table.table {
  border-collapse: collapse;
  width: 100%;
}
.table th,
.table td {
  border-bottom: 1px solid #d8e2e8;
  padding: 9px 10px;
  text-align: left;
}
.form-horizontal .control-group,
.control-group {
  margin-bottom: 15px;
}
.control-label {
  color: #243541;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.controls {
  min-width: 0;
}
.controls input,
.controls select,
.controls textarea,
input.span2,
input.span7,
select.span2,
select.span7,
textarea.span7 {
  border: 1px solid #cbd8de;
  border-radius: 6px;
  box-sizing: border-box;
  color: #243541;
  min-height: 38px;
  padding: 8px 10px;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pull-right {
  margin-left: auto;
}
.navbar,
.navbar-inner {
  box-sizing: border-box;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal {
  box-sizing: border-box;
}
.main-header,
.main-content,
.main-footer,
.main-nav {
  background: #e4e4e4;
}
.page .main-content,
.page .main-footer,
.page .wrap-content,
.page .wrap-footer {
  background: #ffffff;
}
.page .main-content {
  min-height: 600px;
}

.home .main-content {
  min-height: 450px;
}

.widget-page ul {
  list-style: none;
  margin-left: 0;
}
.list-widget-page {
  display: inline-block;
  padding-right: 11px;
}
.main-header,
.wrap-header {
  height: 92px;
}
.main-header {
  background: #fff;
  border-bottom: 1px solid #e0e7eb;
  position: relative;
  z-index: 20;
}
.wrap-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}
.logo-block {
  flex: 0 0 auto;
  position: static;
}
.logo-block img {
  display: block;
  height: auto;
  width: 122px;
}
.mvd-header-tools {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
}
.mvd-header-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mvd-header-contact {
  border: 1px solid #d8e3e8;
  border-radius: 4px;
  box-sizing: border-box;
  color: #304452;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.mvd-header-contact:hover,
.mvd-header-contact:focus {
  background: #edf4f8;
  border-color: #bdced6;
  color: #087ca7;
  text-decoration: none;
}
.mvd-amd-badge {
  display: block;
}
.mvd-amd-badge img {
  display: block;
  height: auto;
  width: 185px;
}
.mvd-language-menu {
  color: #304452;
  position: relative;
}
.mvd-language-menu summary {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e3e8;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  height: 36px;
  list-style: none;
  padding: 0 11px;
}
.mvd-language-menu summary::-webkit-details-marker {
  display: none;
}
.mvd-language-menu summary:hover,
.mvd-language-menu[open] summary {
  background: #edf4f8;
  border-color: #bdced6;
}
.mvd-language-globe {
  color: #087ca7;
  display: block;
  flex: 0 0 auto;
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 17px;
}
.mvd-language-current {
  color: #304452;
  font-size: 12px;
  font-weight: 700;
}
.mvd-language-menu .caret {
  border-top-color: #516472;
  margin-top: 2px;
}
.mvd-language-list {
  background: #fff;
  border: 1px solid #d8e3e8;
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(34, 53, 66, 0.12);
  box-sizing: border-box;
  list-style: none;
  margin: 5px 0 0;
  min-width: 142px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 30;
}
.mvd-language-list a {
  border-radius: 3px;
  color: #304452;
  display: block;
  padding: 8px 11px;
}
.mvd-language-list a:hover {
  background: #edf4f8;
  color: #087ca7;
  text-decoration: none;
}
.mvd-language-list .is-current a {
  background: #f3f7f9;
  font-weight: 700;
}
.mvd-positioning-strip {
  background: #fff;
  border-bottom: 1px solid #e1e8ec;
  padding: 13px 0 14px;
}
.mvd-positioning-strip p {
  color: #304452;
  margin: 0;
  text-align: center;
}
.mvd-positioning-services {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.mvd-positioning-speciality {
  color: #087ca7 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2px !important;
}
@media (max-width: 980px) {
  .main-header,
  .wrap-header {
    height: auto;
    min-height: 72px;
  }
  .wrap-header {
    align-items: center;
    display: flex;
    overflow: visible;
    padding: 10px 0;
  }
  .logo-block img {
    width: 104px;
  }
  .mvd-header-tools {
    gap: 8px;
  }
  .mvd-header-tools .mvd-amd-badge {
    display: block;
  }
  .mvd-header-tools .mvd-amd-badge img {
    width: clamp(150px, 40vw, 185px);
  }
  .mvd-language-menu summary {
    gap: 5px;
    height: 34px;
    padding: 0 8px;
  }
  .mvd-positioning-strip p {
    line-height: 1.35;
  }
  .mvd-positioning-strip {
    padding: 10px 8px 11px;
  }
  .mvd-positioning-services {
    font-size: 19px;
  }
  .mvd-positioning-speciality {
    font-size: 13px;
  }
}
.main-nav.navbar {
  background: transparent url(../img/bg-main-nav.png) repeat-x;
  margin-bottom: 10px;
}
.wrap-main.navbar-inner {
  border: none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  min-height: 27px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.main-nav.navbar .nav > li {
  line-height: 13px;
}
.main-nav.navbar .nav > li > a {
  padding: 7px 15px;
  color: #000;
  text-shadow: none;
}
footer .main-nav.navbar {
  background-image: none;
}
footer .wrap-main.navbar-inner {
  width: 800px;
  margin: 0 20;
}
.main-breadcrumb {
  background: transparent url(../img/bg-main-nav-breadcrumb-rep.png) repeat;
  border-bottom: 1px solid #888;
}
.page .main-breadcrumb {
  background: transparent url(../img/bg-main-nav-rep.png) repeat;
}
.wrap-main.wrap-main-breadcrumb {
  background-color: transparent;
  width:1030px;
}
.breadcrumb.breadcrumb-mvd {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 3px 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-left: 220px;
}
.breadcrumb .wrap-main {
  background: transparent;
}
.breadcrumb > li {
  text-shadow: none;
}
.breadcrumb a {
  text-transform: uppercase;
  color: #000;
}

.page .breadcrumb.breadcrumb-mvd{
  margin-left: 10px;
  margin-left: 205px;
  width: 620px;
}
.page-full-width .breadcrumb.breadcrumb-mvd,
.page-content-sidebar .breadcrumb.breadcrumb-mvd {
  margin-left: 10px;
}
.page-right-sidebar-width .breadcrumb.breadcrumb-mvd{
  margin-left: 10px;
  width: 800px;
}
.page-left-sidebar-width .breadcrumb.breadcrumb-mvd{
  margin-left: 205px;
  width: 800px;
}



.carousel {
  margin-bottom: 0px;
  background-color: #000000;
  position: relative;
}
.content-home-top {
  display: none;
}
.home .content-home-top {
  display: block;
  position: absolute;
  width: 590px;
  bottom: -329px;
  z-index: 301;
  left: 224px;
  -moz-box-shadow: 0px -6px 11px rgba(2, 2, 2, 0.14);
  -webkit-box-shadow: 0px -6px 11px rgba(2, 2, 2, 0.14);
  box-shadow: 0px -6px 11px rgba(2, 2, 2, 0.14);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #e4e4e4;
}
.wrap-home-top {
  position: relative;
}
.content-home-top .btn {
  width: 175px;
}
.main-content {
  overflow: visible;
  padding: 23px 0 20px 0;
  position: relative;
}
.wrap-main {
  margin: 0 auto;
  width: 1040px;
  background: #e4e4e4;
}
.wrap-content {
  padding: 5px;
  position: relative;
  overflow: visible;
  min-height: 450px;
  width: 1030px;
}
.content {
  width: 574px;
  margin-left: 230px;
}
.page-full-width .content {
  width: 994px;
  margin-left: 20px;
}

/*PiR*/
.page-left-sidebar-width .content {
  width: 800px;
  margin-left: 230px;
}
.page-right-sidebar-width .content {
  width: 780px;
  margin-left: 20px;
}
.page-content-sidebar .content {
  width: 780px;
  margin-left: 20px;
}
/* fin PiR */
.widget-page {
  margin-top: 43px;
}
.widget-home {
  width: 283px;
  height: 100px;
  background: #ffffff;
  margin: 0px 5px 10px 0px;
  -moz-box-shadow: 0px 2px 5px #807b7b;
  -webkit-box-shadow: 0px 2px 5px #807b7b;
  box-shadow: 0px 2px 5px #807b7b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.widget-home.widget-right {
  margin-right: 0px;
}
.wrap-home-widget {
  padding: 20px;
}
.content-home-widget {
  width: 162px;
}
.sidebar {
  width: 205px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 7px #807b7b;
  -webkit-box-shadow: 0px 2px 7px #807b7b;
  box-shadow: 0px 2px 7px #807b7b;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
}
.page .sidebar {
  top: -45px;
}

.sidebar.sidebar-left {
  left: 5px;
}
.sidebar.sidebar-right {
  right: 4px;
}
.home .sidebar {
  background-color: #e4e4e4;
}
.wrap-sidebar-widget {
  padding: 13px;
}
.sidebar-widget-title .wrap-sidebar-widget {
  padding-bottom: 13px;
}
.sidebar-widget-title {
  border-bottom: 1px solid #cacaca;
}
.sidebar-widget-content {
  background-color: #ffffff;
  border-bottom: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
}
.page .sidebar-widget-content {
  border-bottom: none;
}
.sidebar-widget-bottom {
  height: 40px;
}
.home .sidebar-widget-bottom {
  height: 100px;
}
.picto-sidebar-widget {
  margin: 0 auto;
}
footer {
  padding-bottom: 10px;
}
.wrap-footer {
  position: relative;
}
.footer-copyright {
  position: absolute;
  right: 34px;
  bottom: -5px;
}
img,
a img {
  border: 0 none;
  display: block;
}
img.pull-left {
  margin: 0 14px 6px 0;
}
img.pull-right {
  margin: 0 0 14px 6px;
}
.article-content {
	clear:both;
	text-align:justify;
}

.article-content .img-right{
	float:right;
	margin-left:10px;
}

.article-content .img-left{
	float:left;
	margin-right:10px;
}

/* Keep breadcrumb separators legible on the repeated background. */
.breadcrumb > li > .divider {
  color: #565656 ;
  font-weight: bold;
}


/* Keep the desktop planning filters visible while scrolling. */
#aside_scroll.affix {
	position: fixed;
	left: auto ;
	top: 0px;
}

.picto {
	height: 62px;
	width: 63px;
}

.mvd-sessions {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mvd-sessions > h5 {
	margin: 2px;
}
.mvd-category-description{
	margin-left: 80px;
}
