
/* Basic */
:root {
  --main-color: var(--main-color);
  --main-bg-primary: #095797;
  --main-bg-secondary: #4A98D9;
  --generic-link-color: #095797;
  --generic-secondary-link-color: #0056b3;
  --grey-medium: #c5cad2;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #fff;
  height: 100%;
  color: var(--main-color);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-top: 0px;
  margin: 0;
  height: 100%;
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
  max-inline-size: 825px;
}
/* Title */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: 600;
  font-style: normal;
  font-family: Roboto,sans-serif;
  color: var(--main-color);
}

h1,.h1 {
  font-weight: bold !important;
  margin-top: 4.5rem !important;
  margin-bottom: 2rem !important;
  padding-bottom: 0 !important;
  font-size: 3rem !important;
  line-height: 3.5rem !important;
}

h1::after,.h1::after {
  content: "" !important;
  display: block !important;
  width: 3rem !important;
  margin: 0 !important;
  padding-top: 4px !important;
  border-bottom: 4px solid #e58271 !important;
}

h2,.h2 {
  font-size: 2rem !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
  margin-bottom: 0.7rem !important;
  margin-top: 2.5rem !important;
  line-height: 2.3rem !important;
}

h3,.h3 {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  margin-top: 2.7rem !important;
}
@media (max-width: 1200px) {
  h1,.h1 {
      font-size:2.25rem !important;
      line-height: 2.5rem !important;
      margin-top: 3rem !important;
      margin-bottom: 1rem !important;
  }
}

h2,.h2 {
  font-size: 1.75rem !important;
  line-height: 2rem !important;
  margin-bottom: 16px !important;
}

@media (min-width: 768px) {
  h2,.h2 {
      font-size:2.25rem !important;
      line-height: 2.75rem !important;
  }
}

h3,.h3 {
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  h3,.h3 {
      font-size:2rem !important;
      line-height: 2.25rem !important;
  }
}

h4,.h4 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

@media (min-width: 768px) {
  h4,.h4 {
      font-size:1.5rem !important;
      line-height: 2.25rem !important;
  }
}

h5,.h5,h6,.h6 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 768px) {
  h5,.h5 {
      font-size:1.25rem !important;
      line-height: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  h6,.h6 {
      font-size:1rem !important;
      line-height: 1.5rem !important;
  }
}


/* Link */

body a {
  color: var(--generic-link-color);
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
}

body a:hover, body a:focus {
  color: var(--main-bg-primary);
  text-decoration: none;
}

/* List */

ul {
  list-style: disc;
  padding: 0 0 0.5rem 1.25rem;
}

li {
  margin: 1rem 0;
}

/* Bannière Avis */
#messageErreur {
  display: none;
}
.avis-titre {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

.avis {
  display: flex;
  margin: 3rem 0;
}

.avis .avis-icone {
  padding: 24px 8px;
  border: 1px solid #c5cad2;
  border-width: 1px 0 1px 1px;
}

.avis .avis-icone.erreur {
  background-color: #ffdbd6;
}

.avis .avis-contenu {
  padding: 24px 32px 24px 16px;
  border: 1px solid #c5cad2;
  border-width: 1px 1px 1px 0;
  flex-grow: 1;
}

@media (max-width: 575.98px) {
  .avis .avis-contenu {
      padding-right:1.5rem;
  }
}

.avis .avis-contenu p {
  word-break: break-word;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.avis .avis-contenu p:last-child,.avis .avis-contenu p:last-of-type {
  margin: 0;
}




/* Header */
.navbar-brand {
  padding: 0 !important;
  line-height: inherit;
  margin: 0;
}
.logo-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  @media (min-width: 992px) {
      flex-direction: row;
      align-items: center;
      margin-bottom: 0;
  }
}
.site-title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  white-space: wrap;
  line-height: 1.3;
  display: block;
  @media (min-width: 992px) {
    line-height: initial;
    display: flex;
    align-self: center;
  }
}
.listePiv {
  list-style: none;
  padding: 0 0 0 0.5rem;
  margin: 0;
}

.listePiv li {
  line-height: 1.25;
}

.piv {
  background-color: var(--main-bg-primary);
  min-height: 72px;
  font-family: "Roboto", sans-serif;
  @media (max-width: 1200px) {
      padding: 22px 0;
  }
}

.piv a,
.static-top.navbar-dark .navbar-brand a,
.navbar-brand>div,
.piv {
  color: #fff;
}

.listePiv a:link {
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8rem;
  -webkit-font-smoothing: antialiased;
}

.listePiv a:hover,
.listePiv a:focus {
  text-decoration: underline;
}

#pivImage {
  max-height: 4.5rem;
  max-width: 12.5rem;
}
@media (max-width: 403px) {
  #pivImage {
      max-width: 8rem;
  }
}

/* Container */

.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,.container {
      max-width:540px;
  }
}

@media (min-width: 768px) {
  .container-md,.container-sm,.container {
      max-width:720px;
  }
}

@media (min-width: 992px) {
  .container-lg,.container-md,.container-sm,.container {
      max-width:960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,.container-lg,.container-md,.container-sm,.container {
      max-width:1140px;
  }
}


/* Footer */

footer {
  position: relative;
  color: #22221e;
  margin-top: 0px;
}

footer .footer-top {
  width: 100%;
  min-height: 130px;
  background-color: #232222;
  display: flex;
  align-items: center;
}

footer .footer-top h3,
footer .footer-top h4 {
  color: #fff;
}

footer .footer-top .list-social-links {
  margin-top: 25px;
  margin-bottom: 12.5px;
}

@media screen and (max-width: 991px) {
  
  footer .footer-top h3,
  footer .footer-top .list-social-links {
    text-align: center;
  }
}

footer .footer-bottom {
  width: 100%;
  min-height: 68px;
  background-color: #FFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 12px 0px 0px 0px !important;
}

footer .footer-bottom h4 {
  margin-top: 0;
  color: #fff;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
}
.footer .piv_bas {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 12px;
}

.footer .piv_bas ul {
  text-align: center;
  margin-bottom: 8px;
}

.footer .piv_bas ul li {
  display: inline-block;
  text-align: center;
  padding: 0 15px 10px;
  margin: 0;
}

.footer .piv_bas a {
  color: var(--main-bg-primary);
  text-decoration: none;
  line-height: 0.8rem;
  white-space: nowrap;
  font-size: 0.875rem;
}

.footer .piv_bas a:hover,.piv_bas a:focus {
  text-decoration: underline;
}

.footer .push {
  height: 43px;
}

a#frenchAccesssibleLink {
  display: none;
}

h1.underline,
h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  .text_center-mobile {
    text-align: center;
  }
}

input:focus, .select2-container--focus {
  outline: 2px solid var(--main-bg-secondary);
  border: 2px solid var(--main-color);
}

.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px;
}

button, input, optgroup, select, textarea {
  font-family: "Open Sans", sans-serif;
}

.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-info-home:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}

.btn-info-home:active {
  color: #000;
  border-color: #000;
  background: #fff;
}

.btn-info-home:focus {
  color: #000;
  border-color: #000;
  background: #fff;
}


.breadcrumb > li a {
  color: #302ce1;
  padding: 2px 4px;
}
.breadcrumb > li a:hover {
  color: #302ce1;
}


/*  Pagination */

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}


.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none;
}


.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none;
}


.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent;
}


.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px;
}

#main .solr-pagination .next, #main .solr-pagination .previous, .pagination .next, .pagination .previous {
  position: relative;
  margin: 0 0.5rem;
}

.logo-container {
  height: 71px;
  width: 200px;
  margin-left: 9px;
}


.fixed-top {
  border-width: 0;
}


.static-top {
  border-width: 0;
  margin-bottom: 0;
}


.navbar-default {
  border-color: transparent;
}


.homelink,
a.homelink:hover,
a.homelink:focus {
  color: #fff;
  text-decoration: none;
}


.register-bar {
  clear: both;
}


.fixed-top.navbar {
  min-height: 67px;
}

.fixed-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
  padding-top: 8px;
}

.fixed-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.fixed-top.navbar .form-inline .form-control {
  font-size: 1em;
}

.static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
}

.static-top.navbar .form-inline {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.static-top.navbar .form-inline .form-control {
  font-size: 1em;
}

@media (min-width: 992px) {
  
  .fix-navbar .register-bar {
    display: none;
  }
}

.fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}

.static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom;
}

.divider-vertical {
	visibility: hidden;
}


@media (max-width: 1200px) {
  
  .static-top .navbar-brand {
    position: initial;
  }
}


.fixed-top.navbar-dark {
  background-color: #232222;
  border-color: transparent;
}

.fixed-top.navbar-dark .navbar-brand {
  color: #fff;
}

.fixed-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.static-top.navbar-dark {
  background-color: #ffffff;
  border-color: transparent;
  /*-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);*/
}

.static-top.navbar-dark .navbar-brand {
  color: #fff;
}

.static-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}


.navbar-dark .navbar-nav > li > a {
  color: #000;
}

.navbar-dark .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #302ce1;
  /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 10px;*/
}

.navbar-dark .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #302ce1;
  border: 1px dashed black !important;
  outline: 1px dashed #ffffff;
}

@media (max-width: 1199px) {
  
  .navbar-dark .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #302ce1;
    /*border-bottom: 4px solid #2F5FEF;
    padding-bottom: 6px;*/
  }
}


.menu-bar .shopping_link {
  position: relative;
}

.menu-bar .shopping_link .cart_amount {
  border-radius: 100%;
  height: 17px;
  width: 17px;
  position: absolute;
  bottom: 6px;
  right: -6px;
  background-color: #2f5fef;
  text-align: -webkit-center;
  line-height: 17px;
  font-size: 9px;
  padding-left: 1.9px;
  color: #fff;
}

.menu-bar .shopping_link .cart_amount:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  
  .fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 1199px) {
  
  .static-top .navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}

@media (max-width: 767px) {
  
  .fixed-top.navbar > .container > .row > div {
    display: block;
  }
  
  .navbar-header {
    position: relative;
  }
}

@media (max-width: 767px) {
  
  .static-top.navbar > .container > .row > div {
    display: block;
  }
  
  .navbar-header {
    position: relative;
  }
}
/*//////////////////////////style mobile///////////////////*/


@media (max-width: 450px) {
  
  .FormulaireSelections {
    width: 95%;
  }
  
}

@media (max-width: 450px) {
  
  .input-container {
    width: 67%;
    display: flex;
  }
  
}

@media (min-width: 900px) {
  
  .input-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  
}
/*/////////////////////////////////////////////////////////*/


.layer_down {
  height: 50px;
  background: url('layer_down.png') no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%;
}


.layer_up {
  height: 40px;
  background: url('layer_up.png') no-repeat bottom center;
  position: relative;
  z-index: 20;
}


.section-margin {
  margin: 21px 0;
}


.section-inline-search {
  background-size: cover;
}

.section-inline-search .row > div {
  margin-top: 100px;
}

.section-inline-search .row > div h1 {
  color: #fff;
}

@media screen and (max-width: 600px) {
  
  .section-inline-search .row > div h1 {
    font-size: 16vw;
  }
}

.section-inline-search .row > div .form-inline .row .input-group {
  margin-right: 21px;
}

.section-inline-search .row > div .form-inline .row .input-group .input-group-text {
  background-color: #fff;
  border-right: none;
}

.section-inline-search .row > div .form-inline .row .input-group .form-control {
  height: 60px;
  border-left: none;
  box-shadow: none;
}

.section-inline-search .row > div .form-inline .row .input-group .form-control:focus {
  box-shadow: none;
  border-right: none;
  border-color: #ccc;
}


.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}


.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%;
}


.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block;
}


.contained .row {
  margin-top: 80px;
}



.list-social-links {
  list-style-type: none;
  padding-left: 0;
}

.list-social-links li {
  display: inline-block;
  margin: 0 10px;
}

.list-social-links li a,
.list-social-links li a:hover,
.list-social-links li a:focus,
.list-social-links li a:active,
.list-social-links li a.active {
  color: #fff;
}

@media screen and (max-width: 993px) {
  
  .section-landing h1 {
    font-size: 65px;
  }
  
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px;
  }
}


.user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}


.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
}


.article-title {
  margin-left: -35px;
}

.article-title > span {
  margin-left: 3px;
}

.article-title > span .article-author {
  font-weight: bold;
  color: #2f5fef;
}


.article-content {
  margin-top: 15px;
}

.article-content > p {
  text-align: justify;
}

@media screen and (max-width: 993px) {
  
  .article-title {
    margin-left: 0;
    text-align: center;
  }
  
  .article-author {
    text-align: center;
  }
}


.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee;
}

.section-search .header-search img {
  max-width: 350px;
}

@media screen and (max-width: 600px) {
  
  .section-search .header-search h1 {
    font-size: 13vw;
  }
}


.section-search .title-search {
  font-size: 26px;
  font-weight: bold;
}


.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px;
}


.section-search .media .media-left > img {
  max-width: 240px;
}


.section-search .media .media-body {
  padding-left: 20px;
}

.section-search .media .media-body > a {
  text-decoration: none;
  font-weight: bold;
}

.section-search .media .media-body .media-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}


.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  
  .cards-container {
    flex-direction: column;
  }
}


.carousel-custom .carousel-inner > .carousel-item {
  margin-right: auto;
  margin-left: auto;
}

.carousel-custom .carousel-inner > .carousel-item .carousel-caption {
  display: flex;
  align-items: center;
  top: 5%;
  left: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  
  .carousel-custom .carousel-inner > .carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}


.carousel-custom .carousel-indicators li {
  border-color: #232222;
}


.table.table-forms td {
  padding: 15px 8px;
}


.table.table-forms tbody tr:first-child td {
  border-top: none;
}

.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-sidebar .nav > li > a {
  padding: 4px 20px;
  color: #2f5fef;
  border-right: 2px solid #eeeeee;
}

.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
}

.nav-sidebar .nav > li > a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e250';
  margin-right: 7px;
}

.nav-sidebar .nav > .active > a {
  color: #232222;
  text-decoration: none;
  background-color: transparent;
  border-right: 2px solid #555555;
  font-weight: bold;
}

.nav-sidebar .nav > .active > a:before {
  content: '\e252';
}

.nav-sidebar .nav > .active:hover > a,
.nav-sidebar .nav > .activefocus > a {
  font-weight: bold;
}

.nav-sidebar .nav > .active > ul.nav {
  display: block;
}

.nav-sidebar .nav ul.nav {
  display: none;
}

.nav-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
}

.nav-sidebar .nav .nav > .active,
.nav-sidebar .nav .nav > .active:hover,
.nav-sidebar .nav .nav > .active:focus {
  font-weight: bold;
}

.nav-sidebar .nav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 60px;
}

.nav-sidebar .nav .nav .nav > li > a:before {
  content: '';
}

.nav-sidebar .nav .nav .nav > .active,
.nav-sidebar .nav .nav .nav > .active:hover,
.nav-sidebar .nav .nav .nav > .active:focus {
  font-weight: bold;
}


#navbar .dropdown-menu {
  margin-top: 8px;
}


#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px;
}

#navbar .dropdown-search #q {
  min-width: 200px;
}

@media (max-width: 1199px) {
  
  #navbar .dropdown-search .input-group-btn {
    vertical-align: top;
  }
  
  #navbar .dropdown-search #search-filter {
    width: 100%;
    text-align: left;
    padding-left: 25px;
  }
  
  #navbar .dropdown-search.dropdown-menu > li:hover,
  #navbar .dropdown-search .dropdown-menu > li:hover {
    color: white;
    background-color: transparent;
  }
}


.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
}


.help-block.error,
label.col-form-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442;
}

@media screen and (-ms-high-contrast: active) {
  
  .navbar-default .navbar-toggler .navbar-toggler-icon {
    background-color: #888;
  }
  
  .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }
}


.pr-color {
  color: #2f5fef;
}


.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0;
}


.page_section {
  position: relative;
  background-size: cover;
  color: #000;
}

.page_section .row {
  padding-top: 40px;
  padding-bottom: 100px;
}

.page_section .row.sidebar-home {
  padding-bottom: 0;
}

.page_section h1 {
  font-size: 32px;
}

.page_section h2 {
  color: #666666;
  font-size: 40px;
}

.page_section h3 {
  font-size: 66px;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.page_section p {
  padding-top: 5px;
}

.page_section .btn {
  margin-top: 50px;
}

.page_section .form-search .btn {
  padding: 4px 12px;
  margin-top: 1px;
}

.page_section .section-landing-heading p,
.page_section .section-landing-sub-heading p {
  border-top: 0;
}


.form-search .btn {
  border: 1px solid #ccc;
}


.form-search .btn-default:hover,
.form-search .btn-secondary:hover {
  border-color: #ccc;
}


.form-search .dropdown-submenu {
  right: -2px;
}


.form-search .dropdown-menu {
  margin-top: 0px;
}


.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent;
}


#navbar .form-search .dropdown-menu {
  margin-top: 0px;
}


.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px;
}

.section-diagonal-left .section-diagonal-left-content {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-left .section-diagonal-left-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
  background-color: #fff;
}


.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px;
}

.section-diagonal-right.home-section {
  margin-top: -60px;
}

.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  background-size: cover;
  margin-top: -70px;
}

.section-diagonal-right .section-diagonal-right-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #2f5fef;
}


.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px;
}


.section-diagonal-left .col-lg-5,
.section-diagonal-right .col-lg-5 {
  float: none;
  margin: 0 auto;
}


.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none;
}


.section-landing {
  background: linear-gradient(transparent, transparent);
  background-size: cover;
}

.section-landing .row > div {
  margin-top: 80px;
}

.section-landing .row > div .section-landing-heading {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 600px) {
  
  .section-landing .row > div .section-landing-heading {
    font-size: 16vw;
  }
}

.section-landing .row > div .section-landing-sub-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: Semibold;
}

@media screen and (max-width: 600px) {
  
  .section-landing .row > div .section-landing-sub-heading {
    font-size: 4vw;
  }
}


.section-sub-landing {
  background-size: cover;
}


.section-default {
  background-size: cover;
}

@media screen and (max-width: 767px) {
  
  .section-default:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.59) 41%,
      rgba(0, 0, 0, 0.62) 43%,
      black 100%
    );
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    
  }
}

.section-default .row {
  padding-bottom: 150px;
}


.section-knowledge {
  margin-bottom: 40px;
}


.content-home .btn {
  margin-top: 0;
}


.content-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.content-home .card p {
  border: 0;
}


.content-home .card-header {
  display: none;
}


.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd;
}

.content-home .list-group-item img {
  margin-right: 25px;
}


.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222;
}

.content-home a.list-group-item:hover,
.content-home a.list-group-item:focus,
.content-home .list-group-item a.title:hover,
.content-home .list-group-item a.title:focus {
  color: #232222;
  text-decoration: underline;
  background-color: transparent;
}


.content-home .title,
.content-home .description {
  display: block;
}


.content-home .title {
  font-size: 24px;
  font-family: 'Segoe UI Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.content-home .description {
  display: block;
  font-size: 14px;
}


.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative;
}

.sidebar-home h3 {
  font-size: 18px;
}

.sidebar-home .card {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.sidebar-home .card-header {
  padding-left: 0;
  background-color: transparent;
  border: 0;
}

.sidebar-home .card-title {
  font-size: 14px;
  color: #2f5fef;
  font-family: 'Segoe UI Semibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sidebar-home .list-group-item {
  padding-left: 0;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}

.sidebar-home .list-group-item:hover,
.sidebar-home .list-group-item:focus {
  text-decoration: underline;
  background-color: transparent;
}

.sidebar-home .list-group-item .date {
  visibility: hidden;
}


.section-landing-search {
  min-height: 250px;
  background: url(homehero.jpg) no-repeat 0 25%;
  background-size: cover;
}


.section-landing-forums {
  min-height: 250px;
  background-size: cover;
}


.section-knowledge .list-group a.list-group-item {
  color: #2f5fef;
}


.section-knowledge .card-title {
  color: #000;
}


.page_section.section-landing .row {
  padding-bottom: 60px;
}


.page_section.section-landing .row > div {
  margin-top: 0px;
}


ul.tree,
ol.tree {
  color: #2f5fef;
}


.tree ul,
.tree ol,
.tree ul ul,
.tree ol ul,
.tree ol ol ul,
.tree ol ul ul,
.tree ul ol ul,
.tree ul ul ul {
  list-style-type: disc;
  color: #2f5fef;
}



.adx_forms_font_calibri {
  font-family: Calibri;
}


.adx_forms_font_new_roman {
  font-family: Times New Roman;
}


.adx_forms_font_helvetica {
  font-family: 'Helvetica', sans-serif;
}


.wrapper-body {
  min-height: calc(100% - 132px);
  margin-bottom: 0px;
}


.page-copy {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  color: #302ce1;
}

.btn-default,
.btn-secondary {
  color: #302ce1;
  background-color: white;
  border-color: #302ce1;
}

.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #302ce1;
  background-color: #f2f2f2;
  border-color: #302ce1;
}

.btn-primary {
  color: white;
  background-color: #302ce1;
  border-color: #302ce1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #5c59e7;
  border-color: #5c59e7;
}

.navbar-dark .navbar-toggler {
  border: 1px solid #302ce1;
}

.navbar-dark .navbar-toggler:hover {
  background-color: #4642e4;
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid black;
  background-color: #4642e4;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #302ce1;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
  color: #fff;
}

.navbar-dark .navbar-nav > .dropdown > a.show .navbar-dark .navbar-nav > .dropdown > a.show:hover,
.navbar-dark .navbar-nav > .dropdown > a.show:focus {
  background-color: #302ce1;
  color: #fff;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus
.navbar-dark .navbar-nav .show.dropdown-menu > .active > a,
.navbar-dark .navbar-nav .show.dropdown-menu > .active > a:hover,
.navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus {
  background-color: #ffffff;
  color: #302ce1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu {
  background-color: #ffffff;
}

.nav .show.dropdown-menu > li > a {
  color: black;
}

.nav > .dropdown > a .nav > .dropdown > a:hover,
.nav > .dropdown > a:focus {
  background-color: #f2f2f2;
}

.nav .show.dropdown-menu > .active > a,
.nav .show.dropdown-menu > .active > a:hover,
.nav .show.dropdown-menu > .active > a:focus,
.nav .show.dropdown-menu > li > a:hover,
.nav .show.dropdown-menu > li > a:focus {
  background-color: #f2f2f2;
  color: black;
}

#filterDropdownId > .dropdown-menu > li > a:focus {
  border: 1px solid;
}

#filterDropdownId > a:focus {
  border: 1px solid;
}

.crmEntityFormView,
.entitylist {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f2f2f2;
}

.sectionPrimaryColor {
  background-color: #302ce1;
  color: #ffffff;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6 {
  color: #ffffff;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6 {
  color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6 {
  color: #000000;
}

.sectionFixedStyle {
  color: #000000;
}

[role='navigation'] a,
[role='contentinfo'] a,
.toolbar a,
a.list-group-item {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #302ce1;
  text-decoration: underline;
}

.breadcrumb > .active {
  color: var(--main-bg-primary);
  font-weight: bold;
}

.page-header {
  border-bottom: 0px;
}

.help-block {
  color: black;
}

.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Segoe UI;
  font-size: 14px;
}

.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

@media screen and (-ms-high-contrast: active) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: 0px;
  }

  .nav-tabs > li > a {
    border: 0px;
  }

  .navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover,
  .navbar-dark
    .navbar-nav
    .show.dropdown-menu
    > li
    > a:focus
    .navbar-dark
    .navbar-nav
    .show.dropdown-menu
    > .active
    > a,
  .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:hover,
  .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus {
    border: 1px solid;
  }

  .facet-list-group-item {
    margin: 1px;
    border: 0px;
  }
}

.frenchAccessibilityLink {
  float: right;
  width: 297px;
  height: 24px;
  font-family: Segoe UI;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #2c33d8;
  display: none;
}


.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}


.visible-lg-block {
  display: flex !important;
  align-items: center;
}

/* Form control focus highlight */ 

.form-control:focus {
  border-color: #fff !important;
  outline: 0 !important;
  /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px rgb(255, 255, 255) !important;*/
}

.loader{
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid var(--main-bg-primary);
left: 50%;
right: 50%;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}


/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.nav-item .dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.custom-container {
  flex-wrap: wrap !important;
}

.custom-sitetitle {
  text-wrap: wrap;
}

.custom-navbar-toggler {
  margin-left: auto;
}


/* Print */

.print-body a {
  pointer-events: none;
}

#pivImagePrint {
  display: none;
}
@media print {

  .no-flex {
    display: block !important;
  }
  

  .pagination,
  .search-tools,
  .spanImprimer,
  .grecaptcha-badge,
  .siteTitle,
  .h1:after,
  .container-fluid.piv {
    display: none !important;
  }

  .private-mode-banner,
  .filAriane,
  .rangee-footer,
  .piv_bas ul,
  .menuSousPagesAncres,
  .rangee-1,
  h1:after,
  .accordion-toggle,
  .zoneBeta,
  .frame-type-menu_section,
  .menuGeneral,
  .formBasPage,
  .btn-primary,
  .lienBouton,
  .listePiv,
  #recherchePiv,
  #recherchePiv:target,
  #flecheHaut,
  .piv
   {
    display: none !important;
  }

  p, h1, h2, h3, h4, h5, h6 {
    max-inline-size: 100%;
  }

  @page {
    size: auto;
    margin: 10mm 10mm 10mm 10mm;
  }

  body {
    margin: 1cm !important;
  }

  html,
  body {
    overflow-x: visible;
    overflow-y: visible;
    height: 100%;
  }

  body {
    background-color: #ffffff;
    color: var(--main-color);
    font-family: 'Open Sans', sans-serif;
  }

  body p,
  body ol,
  body ul,
  body dl {
    font-size: 1.3rem;
  }

  .piv {
    display: block;
    min-height: 72px;
  }

  .footer .piv_bas {
    padding-top: 0px;
  }

  .container {
    max-width: 100% !important;
  }

  div.container-fluid, #mainContent div[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  #mainContent .columnBlockLayout {
    margin-bottom: 0;
  }

  #mainContent h1,
  #mainContent h2,
  #mainContent h3,
  #mainContent h4,
  #mainContenth5,
  #mainContent h6 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Libre Franklin', sans-serif;
    page-break-inside: avoid;
  }

  #mainContent h1 {
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: bold;
  }

  #mainContent h2 {
    font-size: 2.25rem;
    font-weight: 500;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
  }

  #mainContent h3 {
    font-size: 1.35rem;
  }

  #mainContent h4 {
    font-size: 1.25rem;
  }

  #mainContent h5 {
    font-size: 1.15rem;
  }

  #mainContent h6 {
    font-size: 1rem;
  }

  #mainContent ol,
  #mainContent ul {
    padding: 0 0 1rem 2rem;
  }

  #mainContent a {
    color: #4d7af0;
    text-decoration: underline;
  }

  #mainContent p,
  #mainContent h2,
  #mainContent h3 {
    orphans: 3;
    widows: 3;
  }

  #mainContent p {
    margin-bottom: 1rem;
  }

  #mainContent figure {
    margin: 0 0 0.5rem;
  }

  #mainContent table th {
    font-weight: bold;
    padding: 0.5rem;
  }

  #mainContent table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #232323;
  }

  #mainContent table td {
    border-top: 1px solid #6e6e6e;
    padding: 0.5rem;
    vertical-align: top;
  }

  #mainContent form {
    padding: 1.5rem;
    background-color: #f2f1f1;
  }

  #mainContent form label,
  #mainContent form fieldset,
  #mainContentform {
    color: var(--main-color);
    font-size: 1rem;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  #mainContent h1 {
    margin-top: 1rem;
  }

  #pivImagePrint {
    display: block;
  }

  #mainContent div[class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }


  #mainContent .nav-link .classWithPad {
    margin: 0;
    padding: 0;
  }

  #mainContent .navbar {
    padding: 0;
  }

  #mainContent .zoneContenuBasPage {
    margin: 0;
  }

  #mainContent .piv_bas {
    text-align: center;
  }

  .ctn_annonce,
  #main.accueil {
    border: none;
  }

  #mainContent .piv_bas a,
  #mainContent .piv_bas a:visited {
    color: var(--main-color);
    text-decoration: none;
  }

  #main .frame-type-menu_pages li {
    background-color: #fff;
    border-left: none;
    margin: 0;
  }

  #main .frame-type-menu_pages li a {
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  #main .frame-type-menu_pages header {
    background-color: #ffffff;
  }

  .frame-alert {
    color: var(--main-color);
    background-color: #ffffff;
    border-color: var(--main-color);
  }

  .zoneClick {
    color: var(--main-color);
    background-color: #fff;
  }

  #mainContent .titre_accueil p {
    color: var(--main-color);
  }

  #mainContent .row,
  #mainContent .contenuFlex {
    display: block;
  }

  #mainContent a[href]:after {
    content: " (" attr(href) ")";
  }

  #mainContent abbr[title]:after {
    content: " (" attr(title) ")";
  }

  #mainContent a[href^="#"]:after,
  a[href^="javascript:"]:after,
  #mainContent a[href^="/"]:after {
    content: "";
  }

  #mainContent .piv_bas a[href]:after,
  #mainContent .piv a[href]:after {
    content: "";
  }
}
.radio [type=radio]:not(:checked), .radio [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio input {
  height: 1.8rem !important;
  margin: 0.2rem 0.7rem 0 0.1rem;
  z-index: 5;
}
.radio label {
  font-size: 1rem;
  font-weight: 500;
}
.radio [type=radio]:not(:checked) + label, .radio [type=radio]:checked + label {
  position: relative;
  padding-left: 1.3rem;
  cursor: pointer;
}
.radio [type=radio]:not(:checked) + label:before, .radio [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 0.8rem;
  border: 1px solid #808A9D;
  background: #fff;
}
.radio [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio [type=radio]:not(:checked) + label:after, .radio [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0.25rem;
  font-size: 1em;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.8rem;
  line-height: 0.8;
  background-color: #1472BF;
}
.radio [type=radio]:checked + label:before {
  border: 1px solid #1472BF;
}

.radio:focus [type=radio] + label:before {
  border: 2px solid #223654;
  outline: 2px solid #4a98d9;
}

/* Fil Arinane */

@media (max-width: 767px) {
  .filAriane {
      font-size:0.8rem;
  }
}
.filAriane {
  padding-bottom: 0;
  margin-bottom: 0;
  visibility: hidden;
  background-color: transparent;
  display: inline-flex;
  list-style: none;
  font-size: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.filAriane a {
  color: var(--main-color);
  font-weight: 300;
  text-decoration: none;
  font-size: 0.75rem;
}

.filAriane a::after {
  position: relative;
  display: inline-block;
}

.filAriane a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.filAriane a:focus {
  color: var(--main-color);
  text-decoration: underline;
}

.filAriane a:visited {
  color: var(--main-color);
}

.filAriane li {
  padding: 0;
  display: inline;
  margin-right: 0.5rem;
}

.filAriane li.curitem {
  color: var(--main-color);
  font-weight: 600;
}

.filAriane li.curitem:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url("/chevron-fil.png");
  width: 4px;
  height: 7px;
  background-size: cover;
  top: -1px;
  left: 7px;
  position: relative;
  border: 0;
  transform: none;
  margin-right: 0.375rem;
}

@media (max-width: 767px) {
  .filAriane li.curitem:not(:last-child):after {
      background-image:url("/chevron-fil.png");
  }
}

.filAriane li.curitem a {
  font-weight: 600;
}

.filAriane li.curitem a::after {
  display: none;
}

.filAriane .displayNone {
  display: none;
}

@media (max-width: 767px) {
  .filAriane.ellipse li,.filAriane.ellipse li.ellipse-item,.filAriane.ellipse li.ellipse-item::after {
      display:none;
  }

  .filAriane.ellipse li.last,.filAriane.ellipse li.first-parent,.filAriane.ellipse li.mobileCurItem {
      display: inline-block;
  }

  .filAriane.ellipse li.last a,.filAriane.ellipse li.first-parent a,.filAriane.ellipse li.mobileCurItem a {
      color: var(--generic-link-color);
      padding-left: 12px;
      position: relative;
  }

  .filAriane.ellipse li.last a::before,.filAriane.ellipse li.first-parent a::before,.filAriane.ellipse li.mobileCurItem a::before {
      content: "";
      display: inline-block;
      background-image: url("/chevron-fil.png");
      width: 4px;
      height: 7px;
      background-size: cover;
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
  }
}

@media (max-width: 767px) and (max-width:767px) {
  .filAriane.ellipse li.last a::before,.filAriane.ellipse li.first-parent a::before,.filAriane.ellipse li.mobileCurItem a::before {
      background-image:url("/chevron-fil.png");
  }
}

@media (max-width: 767px) {
  .filAriane.ellipse li.last a::after,.filAriane.ellipse li.first-parent a::after,.filAriane.ellipse li.mobileCurItem a::after {
      display:none;
  }
}

.filAriane.ellipse .ellipse-item {
  position: relative;
  align-items: center;
  display: flex;
}

.filAriane.ellipse .ellipse-item::after {
  content: "";
  display: inline-block;
  background-image: url("/chevron-fil.png");
  width: 4px;
  height: 7px;
  background-size: cover;
  top: 0;
  left: 0;
  border: 0;
  transform: none;
  margin-left: 6px;
  align-self: center;
}

@media (max-width: 767px) {
  .filAriane.ellipse .ellipse-item::after {
      background-image:url("/chevron-fil.png");
  }
}

.filAriane.ellipse .ellipse-button {
  width: 24px;
  height: 16px;
  background-color: #dae6f0;
  position: relative;
  top: 0;
  /* background-image: url("/_assets/8b5470729627060287ec80151aeaf598/Images/Templates/dots.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ffffff;
}

.filAriane.ellipse .ellipse-button:hover {
  border: 1px solid var(--main-bg-secondary);
}

.filAriane.ellipse .ellipse-button:focus {
  border: 1px solid var(--main-bg-secondary);
}

.filAriane.ellipse .ellipse-options {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 300px;
  background-color: #dae6f0;
  z-index: 10;
  padding: 8px;
  border-left: 1px solid #ffffff;
}

.filAriane.ellipse .ellipse-options.actif {
  display: block;
}

.filAriane.ellipse .ellipse-options li {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 12px;
}

.filAriane.ellipse .ellipse-options li:last-child {
  margin-bottom: 0;
}

.filAriane.ellipse .ellipse-options li a {
  color: var(--generic-link-color);
}

.filAriane.ellipse .ellipse-options li a::after {
  display: none;
}


/* Poll */

.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.poll .poll-header {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 5px;
}

.poll .poll-header h4 {
  font-weight: bold;
  display: inline-block;
}

.poll .poll-content {
  padding-top: 25px;
}

.poll .poll-content p {
  font-size: 14px;
}

.poll .poll-content form {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-content .poll-buttons {
  padding-top: 20px;
  padding-left: 11px;
}

.poll .poll-content .poll-buttons .btn {
  padding: 4px 14px;
  font-size: 14px;
}

.poll .poll-content .poll-buttons .btn-default,
.poll .poll-content .poll-buttons .btn-secondary {
  color: #000;
  border-color: #000;
}

.poll .poll-content .poll-buttons .btn-default:hover,
.poll .poll-content .poll-buttons .btn-secondary:hover {
  color: #000;
  border-color: #000;
}

.poll .poll-tags {
  padding-top: 10px;
}

.poll .poll-tags h4 {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 10px;
}

.poll .poll-tags .tag {
  display: inline-block;
  background-color: #e1e1e1;
  color: #232222;
  padding: 5px 14px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-size: 13px;
}

/* Boostrap missing stuff */
div.row>* {
  padding-right: 15px;
  padding-left: 15px;
}
.m-0 {
  margin: 0 !important;
}

.mt-0,.my-0 {
  margin-top: 0 !important;
}

.mr-0,.mx-0 {
  margin-right: 0 !important;
}

.mb-0,.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,.my-3 {
  margin-top: 1rem !important;
}

.mr-3,.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,.my-5 {
  margin-top: 3rem !important;
}

.mr-5,.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,.py-0 {
  padding-top: 0 !important;
}

.pr-0,.px-0 {
  padding-right: 0 !important;
}

.pb-0,.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,.py-3 {
  padding-top: 1rem !important;
}

.pr-3,.px-3 {
  padding-right: 1rem !important;
}

.pb-3,.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,.py-5 {
  padding-top: 3rem !important;
}

.pr-5,.px-5 {
  padding-right: 3rem !important;
}

.pb-5,.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,.my-auto {
  margin-top: auto !important;
}

.mr-auto,.mx-auto {
  margin-right: auto !important;
}

.mb-auto,.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
      margin:0 !important;
  }

  .mt-sm-0,.my-sm-0 {
      margin-top: 0 !important;
  }

  .mr-sm-0,.mx-sm-0 {
      margin-right: 0 !important;
  }

  .mb-sm-0,.my-sm-0 {
      margin-bottom: 0 !important;
  }

  .ml-sm-0,.mx-sm-0 {
      margin-left: 0 !important;
  }

  .m-sm-1 {
      margin: 0.25rem !important;
  }

  .mt-sm-1,.my-sm-1 {
      margin-top: 0.25rem !important;
  }

  .mr-sm-1,.mx-sm-1 {
      margin-right: 0.25rem !important;
  }

  .mb-sm-1,.my-sm-1 {
      margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,.mx-sm-1 {
      margin-left: 0.25rem !important;
  }

  .m-sm-2 {
      margin: 0.5rem !important;
  }

  .mt-sm-2,.my-sm-2 {
      margin-top: 0.5rem !important;
  }

  .mr-sm-2,.mx-sm-2 {
      margin-right: 0.5rem !important;
  }

  .mb-sm-2,.my-sm-2 {
      margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,.mx-sm-2 {
      margin-left: 0.5rem !important;
  }

  .m-sm-3 {
      margin: 1rem !important;
  }

  .mt-sm-3,.my-sm-3 {
      margin-top: 1rem !important;
  }

  .mr-sm-3,.mx-sm-3 {
      margin-right: 1rem !important;
  }

  .mb-sm-3,.my-sm-3 {
      margin-bottom: 1rem !important;
  }

  .ml-sm-3,.mx-sm-3 {
      margin-left: 1rem !important;
  }

  .m-sm-4 {
      margin: 1.5rem !important;
  }

  .mt-sm-4,.my-sm-4 {
      margin-top: 1.5rem !important;
  }

  .mr-sm-4,.mx-sm-4 {
      margin-right: 1.5rem !important;
  }

  .mb-sm-4,.my-sm-4 {
      margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,.mx-sm-4 {
      margin-left: 1.5rem !important;
  }

  .m-sm-5 {
      margin: 3rem !important;
  }

  .mt-sm-5,.my-sm-5 {
      margin-top: 3rem !important;
  }

  .mr-sm-5,.mx-sm-5 {
      margin-right: 3rem !important;
  }

  .mb-sm-5,.my-sm-5 {
      margin-bottom: 3rem !important;
  }

  .ml-sm-5,.mx-sm-5 {
      margin-left: 3rem !important;
  }

  .p-sm-0 {
      padding: 0 !important;
  }

  .pt-sm-0,.py-sm-0 {
      padding-top: 0 !important;
  }

  .pr-sm-0,.px-sm-0 {
      padding-right: 0 !important;
  }

  .pb-sm-0,.py-sm-0 {
      padding-bottom: 0 !important;
  }

  .pl-sm-0,.px-sm-0 {
      padding-left: 0 !important;
  }

  .p-sm-1 {
      padding: 0.25rem !important;
  }

  .pt-sm-1,.py-sm-1 {
      padding-top: 0.25rem !important;
  }

  .pr-sm-1,.px-sm-1 {
      padding-right: 0.25rem !important;
  }

  .pb-sm-1,.py-sm-1 {
      padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,.px-sm-1 {
      padding-left: 0.25rem !important;
  }

  .p-sm-2 {
      padding: 0.5rem !important;
  }

  .pt-sm-2,.py-sm-2 {
      padding-top: 0.5rem !important;
  }

  .pr-sm-2,.px-sm-2 {
      padding-right: 0.5rem !important;
  }

  .pb-sm-2,.py-sm-2 {
      padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,.px-sm-2 {
      padding-left: 0.5rem !important;
  }

  .p-sm-3 {
      padding: 1rem !important;
  }

  .pt-sm-3,.py-sm-3 {
      padding-top: 1rem !important;
  }

  .pr-sm-3,.px-sm-3 {
      padding-right: 1rem !important;
  }

  .pb-sm-3,.py-sm-3 {
      padding-bottom: 1rem !important;
  }

  .pl-sm-3,.px-sm-3 {
      padding-left: 1rem !important;
  }

  .p-sm-4 {
      padding: 1.5rem !important;
  }

  .pt-sm-4,.py-sm-4 {
      padding-top: 1.5rem !important;
  }

  .pr-sm-4,.px-sm-4 {
      padding-right: 1.5rem !important;
  }

  .pb-sm-4,.py-sm-4 {
      padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,.px-sm-4 {
      padding-left: 1.5rem !important;
  }

  .p-sm-5 {
      padding: 3rem !important;
  }

  .pt-sm-5,.py-sm-5 {
      padding-top: 3rem !important;
  }

  .pr-sm-5,.px-sm-5 {
      padding-right: 3rem !important;
  }

  .pb-sm-5,.py-sm-5 {
      padding-bottom: 3rem !important;
  }

  .pl-sm-5,.px-sm-5 {
      padding-left: 3rem !important;
  }

  .m-sm-n1 {
      margin: -0.25rem !important;
  }

  .mt-sm-n1,.my-sm-n1 {
      margin-top: -0.25rem !important;
  }

  .mr-sm-n1,.mx-sm-n1 {
      margin-right: -0.25rem !important;
  }

  .mb-sm-n1,.my-sm-n1 {
      margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,.mx-sm-n1 {
      margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
      margin: -0.5rem !important;
  }

  .mt-sm-n2,.my-sm-n2 {
      margin-top: -0.5rem !important;
  }

  .mr-sm-n2,.mx-sm-n2 {
      margin-right: -0.5rem !important;
  }

  .mb-sm-n2,.my-sm-n2 {
      margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,.mx-sm-n2 {
      margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
      margin: -1rem !important;
  }

  .mt-sm-n3,.my-sm-n3 {
      margin-top: -1rem !important;
  }

  .mr-sm-n3,.mx-sm-n3 {
      margin-right: -1rem !important;
  }

  .mb-sm-n3,.my-sm-n3 {
      margin-bottom: -1rem !important;
  }

  .ml-sm-n3,.mx-sm-n3 {
      margin-left: -1rem !important;
  }

  .m-sm-n4 {
      margin: -1.5rem !important;
  }

  .mt-sm-n4,.my-sm-n4 {
      margin-top: -1.5rem !important;
  }

  .mr-sm-n4,.mx-sm-n4 {
      margin-right: -1.5rem !important;
  }

  .mb-sm-n4,.my-sm-n4 {
      margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,.mx-sm-n4 {
      margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
      margin: -3rem !important;
  }

  .mt-sm-n5,.my-sm-n5 {
      margin-top: -3rem !important;
  }

  .mr-sm-n5,.mx-sm-n5 {
      margin-right: -3rem !important;
  }

  .mb-sm-n5,.my-sm-n5 {
      margin-bottom: -3rem !important;
  }

  .ml-sm-n5,.mx-sm-n5 {
      margin-left: -3rem !important;
  }

  .m-sm-auto {
      margin: auto !important;
  }

  .mt-sm-auto,.my-sm-auto {
      margin-top: auto !important;
  }

  .mr-sm-auto,.mx-sm-auto {
      margin-right: auto !important;
  }

  .mb-sm-auto,.my-sm-auto {
      margin-bottom: auto !important;
  }

  .ml-sm-auto,.mx-sm-auto {
      margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
      margin:0 !important;
  }

  .mt-md-0,.my-md-0 {
      margin-top: 0 !important;
  }

  .mr-md-0,.mx-md-0 {
      margin-right: 0 !important;
  }

  .mb-md-0,.my-md-0 {
      margin-bottom: 0 !important;
  }

  .ml-md-0,.mx-md-0 {
      margin-left: 0 !important;
  }

  .m-md-1 {
      margin: 0.25rem !important;
  }

  .mt-md-1,.my-md-1 {
      margin-top: 0.25rem !important;
  }

  .mr-md-1,.mx-md-1 {
      margin-right: 0.25rem !important;
  }

  .mb-md-1,.my-md-1 {
      margin-bottom: 0.25rem !important;
  }

  .ml-md-1,.mx-md-1 {
      margin-left: 0.25rem !important;
  }

  .m-md-2 {
      margin: 0.5rem !important;
  }

  .mt-md-2,.my-md-2 {
      margin-top: 0.5rem !important;
  }

  .mr-md-2,.mx-md-2 {
      margin-right: 0.5rem !important;
  }

  .mb-md-2,.my-md-2 {
      margin-bottom: 0.5rem !important;
  }

  .ml-md-2,.mx-md-2 {
      margin-left: 0.5rem !important;
  }

  .m-md-3 {
      margin: 1rem !important;
  }

  .mt-md-3,.my-md-3 {
      margin-top: 1rem !important;
  }

  .mr-md-3,.mx-md-3 {
      margin-right: 1rem !important;
  }

  .mb-md-3,.my-md-3 {
      margin-bottom: 1rem !important;
  }

  .ml-md-3,.mx-md-3 {
      margin-left: 1rem !important;
  }

  .m-md-4 {
      margin: 1.5rem !important;
  }

  .mt-md-4,.my-md-4 {
      margin-top: 1.5rem !important;
  }

  .mr-md-4,.mx-md-4 {
      margin-right: 1.5rem !important;
  }

  .mb-md-4,.my-md-4 {
      margin-bottom: 1.5rem !important;
  }

  .ml-md-4,.mx-md-4 {
      margin-left: 1.5rem !important;
  }

  .m-md-5 {
      margin: 3rem !important;
  }

  .mt-md-5,.my-md-5 {
      margin-top: 3rem !important;
  }

  .mr-md-5,.mx-md-5 {
      margin-right: 3rem !important;
  }

  .mb-md-5,.my-md-5 {
      margin-bottom: 3rem !important;
  }

  .ml-md-5,.mx-md-5 {
      margin-left: 3rem !important;
  }

  .p-md-0 {
      padding: 0 !important;
  }

  .pt-md-0,.py-md-0 {
      padding-top: 0 !important;
  }

  .pr-md-0,.px-md-0 {
      padding-right: 0 !important;
  }

  .pb-md-0,.py-md-0 {
      padding-bottom: 0 !important;
  }

  .pl-md-0,.px-md-0 {
      padding-left: 0 !important;
  }

  .p-md-1 {
      padding: 0.25rem !important;
  }

  .pt-md-1,.py-md-1 {
      padding-top: 0.25rem !important;
  }

  .pr-md-1,.px-md-1 {
      padding-right: 0.25rem !important;
  }

  .pb-md-1,.py-md-1 {
      padding-bottom: 0.25rem !important;
  }

  .pl-md-1,.px-md-1 {
      padding-left: 0.25rem !important;
  }

  .p-md-2 {
      padding: 0.5rem !important;
  }

  .pt-md-2,.py-md-2 {
      padding-top: 0.5rem !important;
  }

  .pr-md-2,.px-md-2 {
      padding-right: 0.5rem !important;
  }

  .pb-md-2,.py-md-2 {
      padding-bottom: 0.5rem !important;
  }

  .pl-md-2,.px-md-2 {
      padding-left: 0.5rem !important;
  }

  .p-md-3 {
      padding: 1rem !important;
  }

  .pt-md-3,.py-md-3 {
      padding-top: 1rem !important;
  }

  .pr-md-3,.px-md-3 {
      padding-right: 1rem !important;
  }

  .pb-md-3,.py-md-3 {
      padding-bottom: 1rem !important;
  }

  .pl-md-3,.px-md-3 {
      padding-left: 1rem !important;
  }

  .p-md-4 {
      padding: 1.5rem !important;
  }

  .pt-md-4,.py-md-4 {
      padding-top: 1.5rem !important;
  }

  .pr-md-4,.px-md-4 {
      padding-right: 1.5rem !important;
  }

  .pb-md-4,.py-md-4 {
      padding-bottom: 1.5rem !important;
  }

  .pl-md-4,.px-md-4 {
      padding-left: 1.5rem !important;
  }

  .p-md-5 {
      padding: 3rem !important;
  }

  .pt-md-5,.py-md-5 {
      padding-top: 3rem !important;
  }

  .pr-md-5,.px-md-5 {
      padding-right: 3rem !important;
  }

  .pb-md-5,.py-md-5 {
      padding-bottom: 3rem !important;
  }

  .pl-md-5,.px-md-5 {
      padding-left: 3rem !important;
  }

  .m-md-n1 {
      margin: -0.25rem !important;
  }

  .mt-md-n1,.my-md-n1 {
      margin-top: -0.25rem !important;
  }

  .mr-md-n1,.mx-md-n1 {
      margin-right: -0.25rem !important;
  }

  .mb-md-n1,.my-md-n1 {
      margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,.mx-md-n1 {
      margin-left: -0.25rem !important;
  }

  .m-md-n2 {
      margin: -0.5rem !important;
  }

  .mt-md-n2,.my-md-n2 {
      margin-top: -0.5rem !important;
  }

  .mr-md-n2,.mx-md-n2 {
      margin-right: -0.5rem !important;
  }

  .mb-md-n2,.my-md-n2 {
      margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,.mx-md-n2 {
      margin-left: -0.5rem !important;
  }

  .m-md-n3 {
      margin: -1rem !important;
  }

  .mt-md-n3,.my-md-n3 {
      margin-top: -1rem !important;
  }

  .mr-md-n3,.mx-md-n3 {
      margin-right: -1rem !important;
  }

  .mb-md-n3,.my-md-n3 {
      margin-bottom: -1rem !important;
  }

  .ml-md-n3,.mx-md-n3 {
      margin-left: -1rem !important;
  }

  .m-md-n4 {
      margin: -1.5rem !important;
  }

  .mt-md-n4,.my-md-n4 {
      margin-top: -1.5rem !important;
  }

  .mr-md-n4,.mx-md-n4 {
      margin-right: -1.5rem !important;
  }

  .mb-md-n4,.my-md-n4 {
      margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,.mx-md-n4 {
      margin-left: -1.5rem !important;
  }

  .m-md-n5 {
      margin: -3rem !important;
  }

  .mt-md-n5,.my-md-n5 {
      margin-top: -3rem !important;
  }

  .mr-md-n5,.mx-md-n5 {
      margin-right: -3rem !important;
  }

  .mb-md-n5,.my-md-n5 {
      margin-bottom: -3rem !important;
  }

  .ml-md-n5,.mx-md-n5 {
      margin-left: -3rem !important;
  }

  .m-md-auto {
      margin: auto !important;
  }

  .mt-md-auto,.my-md-auto {
      margin-top: auto !important;
  }

  .mr-md-auto,.mx-md-auto {
      margin-right: auto !important;
  }

  .mb-md-auto,.my-md-auto {
      margin-bottom: auto !important;
  }

  .ml-md-auto,.mx-md-auto {
      margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
      margin:0 !important;
  }

  .mt-lg-0,.my-lg-0 {
      margin-top: 0 !important;
  }

  .mr-lg-0,.mx-lg-0 {
      margin-right: 0 !important;
  }

  .mb-lg-0,.my-lg-0 {
      margin-bottom: 0 !important;
  }

  .ml-lg-0,.mx-lg-0 {
      margin-left: 0 !important;
  }

  .m-lg-1 {
      margin: 0.25rem !important;
  }

  .mt-lg-1,.my-lg-1 {
      margin-top: 0.25rem !important;
  }

  .mr-lg-1,.mx-lg-1 {
      margin-right: 0.25rem !important;
  }

  .mb-lg-1,.my-lg-1 {
      margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,.mx-lg-1 {
      margin-left: 0.25rem !important;
  }

  .m-lg-2 {
      margin: 0.5rem !important;
  }

  .mt-lg-2,.my-lg-2 {
      margin-top: 0.5rem !important;
  }

  .mr-lg-2,.mx-lg-2 {
      margin-right: 0.5rem !important;
  }

  .mb-lg-2,.my-lg-2 {
      margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,.mx-lg-2 {
      margin-left: 0.5rem !important;
  }

  .m-lg-3 {
      margin: 1rem !important;
  }

  .mt-lg-3,.my-lg-3 {
      margin-top: 1rem !important;
  }

  .mr-lg-3,.mx-lg-3 {
      margin-right: 1rem !important;
  }

  .mb-lg-3,.my-lg-3 {
      margin-bottom: 1rem !important;
  }

  .ml-lg-3,.mx-lg-3 {
      margin-left: 1rem !important;
  }

  .m-lg-4 {
      margin: 1.5rem !important;
  }

  .mt-lg-4,.my-lg-4 {
      margin-top: 1.5rem !important;
  }

  .mr-lg-4,.mx-lg-4 {
      margin-right: 1.5rem !important;
  }

  .mb-lg-4,.my-lg-4 {
      margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,.mx-lg-4 {
      margin-left: 1.5rem !important;
  }

  .m-lg-5 {
      margin: 3rem !important;
  }

  .mt-lg-5,.my-lg-5 {
      margin-top: 3rem !important;
  }

  .mr-lg-5,.mx-lg-5 {
      margin-right: 3rem !important;
  }

  .mb-lg-5,.my-lg-5 {
      margin-bottom: 3rem !important;
  }

  .ml-lg-5,.mx-lg-5 {
      margin-left: 3rem !important;
  }

  .p-lg-0 {
      padding: 0 !important;
  }

  .pt-lg-0,.py-lg-0 {
      padding-top: 0 !important;
  }

  .pr-lg-0,.px-lg-0 {
      padding-right: 0 !important;
  }

  .pb-lg-0,.py-lg-0 {
      padding-bottom: 0 !important;
  }

  .pl-lg-0,.px-lg-0 {
      padding-left: 0 !important;
  }

  .p-lg-1 {
      padding: 0.25rem !important;
  }

  .pt-lg-1,.py-lg-1 {
      padding-top: 0.25rem !important;
  }

  .pr-lg-1,.px-lg-1 {
      padding-right: 0.25rem !important;
  }

  .pb-lg-1,.py-lg-1 {
      padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,.px-lg-1 {
      padding-left: 0.25rem !important;
  }

  .p-lg-2 {
      padding: 0.5rem !important;
  }

  .pt-lg-2,.py-lg-2 {
      padding-top: 0.5rem !important;
  }

  .pr-lg-2,.px-lg-2 {
      padding-right: 0.5rem !important;
  }

  .pb-lg-2,.py-lg-2 {
      padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,.px-lg-2 {
      padding-left: 0.5rem !important;
  }

  .p-lg-3 {
      padding: 1rem !important;
  }

  .pt-lg-3,.py-lg-3 {
      padding-top: 1rem !important;
  }

  .pr-lg-3,.px-lg-3 {
      padding-right: 1rem !important;
  }

  .pb-lg-3,.py-lg-3 {
      padding-bottom: 1rem !important;
  }

  .pl-lg-3,.px-lg-3 {
      padding-left: 1rem !important;
  }

  .p-lg-4 {
      padding: 1.5rem !important;
  }

  .pt-lg-4,.py-lg-4 {
      padding-top: 1.5rem !important;
  }

  .pr-lg-4,.px-lg-4 {
      padding-right: 1.5rem !important;
  }

  .pb-lg-4,.py-lg-4 {
      padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,.px-lg-4 {
      padding-left: 1.5rem !important;
  }

  .p-lg-5 {
      padding: 3rem !important;
  }

  .pt-lg-5,.py-lg-5 {
      padding-top: 3rem !important;
  }

  .pr-lg-5,.px-lg-5 {
      padding-right: 3rem !important;
  }

  .pb-lg-5,.py-lg-5 {
      padding-bottom: 3rem !important;
  }

  .pl-lg-5,.px-lg-5 {
      padding-left: 3rem !important;
  }

  .m-lg-n1 {
      margin: -0.25rem !important;
  }

  .mt-lg-n1,.my-lg-n1 {
      margin-top: -0.25rem !important;
  }

  .mr-lg-n1,.mx-lg-n1 {
      margin-right: -0.25rem !important;
  }

  .mb-lg-n1,.my-lg-n1 {
      margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,.mx-lg-n1 {
      margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
      margin: -0.5rem !important;
  }

  .mt-lg-n2,.my-lg-n2 {
      margin-top: -0.5rem !important;
  }

  .mr-lg-n2,.mx-lg-n2 {
      margin-right: -0.5rem !important;
  }

  .mb-lg-n2,.my-lg-n2 {
      margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,.mx-lg-n2 {
      margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
      margin: -1rem !important;
  }

  .mt-lg-n3,.my-lg-n3 {
      margin-top: -1rem !important;
  }

  .mr-lg-n3,.mx-lg-n3 {
      margin-right: -1rem !important;
  }

  .mb-lg-n3,.my-lg-n3 {
      margin-bottom: -1rem !important;
  }

  .ml-lg-n3,.mx-lg-n3 {
      margin-left: -1rem !important;
  }

  .m-lg-n4 {
      margin: -1.5rem !important;
  }

  .mt-lg-n4,.my-lg-n4 {
      margin-top: -1.5rem !important;
  }

  .mr-lg-n4,.mx-lg-n4 {
      margin-right: -1.5rem !important;
  }

  .mb-lg-n4,.my-lg-n4 {
      margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,.mx-lg-n4 {
      margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
      margin: -3rem !important;
  }

  .mt-lg-n5,.my-lg-n5 {
      margin-top: -3rem !important;
  }

  .mr-lg-n5,.mx-lg-n5 {
      margin-right: -3rem !important;
  }

  .mb-lg-n5,.my-lg-n5 {
      margin-bottom: -3rem !important;
  }

  .ml-lg-n5,.mx-lg-n5 {
      margin-left: -3rem !important;
  }

  .m-lg-auto {
      margin: auto !important;
  }

  .mt-lg-auto,.my-lg-auto {
      margin-top: auto !important;
  }

  .mr-lg-auto,.mx-lg-auto {
      margin-right: auto !important;
  }

  .mb-lg-auto,.my-lg-auto {
      margin-bottom: auto !important;
  }

  .ml-lg-auto,.mx-lg-auto {
      margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
      margin:0 !important;
  }

  .mt-xl-0,.my-xl-0 {
      margin-top: 0 !important;
  }

  .mr-xl-0,.mx-xl-0 {
      margin-right: 0 !important;
  }

  .mb-xl-0,.my-xl-0 {
      margin-bottom: 0 !important;
  }

  .ml-xl-0,.mx-xl-0 {
      margin-left: 0 !important;
  }

  .m-xl-1 {
      margin: 0.25rem !important;
  }

  .mt-xl-1,.my-xl-1 {
      margin-top: 0.25rem !important;
  }

  .mr-xl-1,.mx-xl-1 {
      margin-right: 0.25rem !important;
  }

  .mb-xl-1,.my-xl-1 {
      margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,.mx-xl-1 {
      margin-left: 0.25rem !important;
  }

  .m-xl-2 {
      margin: 0.5rem !important;
  }

  .mt-xl-2,.my-xl-2 {
      margin-top: 0.5rem !important;
  }

  .mr-xl-2,.mx-xl-2 {
      margin-right: 0.5rem !important;
  }

  .mb-xl-2,.my-xl-2 {
      margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,.mx-xl-2 {
      margin-left: 0.5rem !important;
  }

  .m-xl-3 {
      margin: 1rem !important;
  }

  .mt-xl-3,.my-xl-3 {
      margin-top: 1rem !important;
  }

  .mr-xl-3,.mx-xl-3 {
      margin-right: 1rem !important;
  }

  .mb-xl-3,.my-xl-3 {
      margin-bottom: 1rem !important;
  }

  .ml-xl-3,.mx-xl-3 {
      margin-left: 1rem !important;
  }

  .m-xl-4 {
      margin: 1.5rem !important;
  }

  .mt-xl-4,.my-xl-4 {
      margin-top: 1.5rem !important;
  }

  .mr-xl-4,.mx-xl-4 {
      margin-right: 1.5rem !important;
  }

  .mb-xl-4,.my-xl-4 {
      margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,.mx-xl-4 {
      margin-left: 1.5rem !important;
  }

  .m-xl-5 {
      margin: 3rem !important;
  }

  .mt-xl-5,.my-xl-5 {
      margin-top: 3rem !important;
  }

  .mr-xl-5,.mx-xl-5 {
      margin-right: 3rem !important;
  }

  .mb-xl-5,.my-xl-5 {
      margin-bottom: 3rem !important;
  }

  .ml-xl-5,.mx-xl-5 {
      margin-left: 3rem !important;
  }

  .p-xl-0 {
      padding: 0 !important;
  }

  .pt-xl-0,.py-xl-0 {
      padding-top: 0 !important;
  }

  .pr-xl-0,.px-xl-0 {
      padding-right: 0 !important;
  }

  .pb-xl-0,.py-xl-0 {
      padding-bottom: 0 !important;
  }

  .pl-xl-0,.px-xl-0 {
      padding-left: 0 !important;
  }

  .p-xl-1 {
      padding: 0.25rem !important;
  }

  .pt-xl-1,.py-xl-1 {
      padding-top: 0.25rem !important;
  }

  .pr-xl-1,.px-xl-1 {
      padding-right: 0.25rem !important;
  }

  .pb-xl-1,.py-xl-1 {
      padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,.px-xl-1 {
      padding-left: 0.25rem !important;
  }

  .p-xl-2 {
      padding: 0.5rem !important;
  }

  .pt-xl-2,.py-xl-2 {
      padding-top: 0.5rem !important;
  }

  .pr-xl-2,.px-xl-2 {
      padding-right: 0.5rem !important;
  }

  .pb-xl-2,.py-xl-2 {
      padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,.px-xl-2 {
      padding-left: 0.5rem !important;
  }

  .p-xl-3 {
      padding: 1rem !important;
  }

  .pt-xl-3,.py-xl-3 {
      padding-top: 1rem !important;
  }

  .pr-xl-3,.px-xl-3 {
      padding-right: 1rem !important;
  }

  .pb-xl-3,.py-xl-3 {
      padding-bottom: 1rem !important;
  }

  .pl-xl-3,.px-xl-3 {
      padding-left: 1rem !important;
  }

  .p-xl-4 {
      padding: 1.5rem !important;
  }

  .pt-xl-4,.py-xl-4 {
      padding-top: 1.5rem !important;
  }

  .pr-xl-4,.px-xl-4 {
      padding-right: 1.5rem !important;
  }

  .pb-xl-4,.py-xl-4 {
      padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,.px-xl-4 {
      padding-left: 1.5rem !important;
  }

  .p-xl-5 {
      padding: 3rem !important;
  }

  .pt-xl-5,.py-xl-5 {
      padding-top: 3rem !important;
  }

  .pr-xl-5,.px-xl-5 {
      padding-right: 3rem !important;
  }

  .pb-xl-5,.py-xl-5 {
      padding-bottom: 3rem !important;
  }

  .pl-xl-5,.px-xl-5 {
      padding-left: 3rem !important;
  }

  .m-xl-n1 {
      margin: -0.25rem !important;
  }

  .mt-xl-n1,.my-xl-n1 {
      margin-top: -0.25rem !important;
  }

  .mr-xl-n1,.mx-xl-n1 {
      margin-right: -0.25rem !important;
  }

  .mb-xl-n1,.my-xl-n1 {
      margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,.mx-xl-n1 {
      margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
      margin: -0.5rem !important;
  }

  .mt-xl-n2,.my-xl-n2 {
      margin-top: -0.5rem !important;
  }

  .mr-xl-n2,.mx-xl-n2 {
      margin-right: -0.5rem !important;
  }

  .mb-xl-n2,.my-xl-n2 {
      margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,.mx-xl-n2 {
      margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
      margin: -1rem !important;
  }

  .mt-xl-n3,.my-xl-n3 {
      margin-top: -1rem !important;
  }

  .mr-xl-n3,.mx-xl-n3 {
      margin-right: -1rem !important;
  }

  .mb-xl-n3,.my-xl-n3 {
      margin-bottom: -1rem !important;
  }

  .ml-xl-n3,.mx-xl-n3 {
      margin-left: -1rem !important;
  }

  .m-xl-n4 {
      margin: -1.5rem !important;
  }

  .mt-xl-n4,.my-xl-n4 {
      margin-top: -1.5rem !important;
  }

  .mr-xl-n4,.mx-xl-n4 {
      margin-right: -1.5rem !important;
  }

  .mb-xl-n4,.my-xl-n4 {
      margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,.mx-xl-n4 {
      margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
      margin: -3rem !important;
  }

  .mt-xl-n5,.my-xl-n5 {
      margin-top: -3rem !important;
  }

  .mr-xl-n5,.mx-xl-n5 {
      margin-right: -3rem !important;
  }

  .mb-xl-n5,.my-xl-n5 {
      margin-bottom: -3rem !important;
  }

  .ml-xl-n5,.mx-xl-n5 {
      margin-left: -3rem !important;
  }

  .m-xl-auto {
      margin: auto !important;
  }

  .mt-xl-auto,.my-xl-auto {
      margin-top: auto !important;
  }

  .mr-xl-auto,.mx-xl-auto {
      margin-right: auto !important;
  }

  .mb-xl-auto,.my-xl-auto {
      margin-bottom: auto !important;
  }

  .ml-xl-auto,.mx-xl-auto {
      margin-left: auto !important;
  }
}
