
  html {
    overflow-x: hidden;
  }
  body {
    --green-color: #A7C818;
    --black-color: #2A2626;
    --grey-color: #F0F2F0;
    max-width: 100vw;
    overflow: hidden;
    margin: 0;
  }
  .row{
    display: flex;
    flex-wrap: wrap;
  }
  .border {
    border: 1px solid red;
  }
  .white {
    color: white;
  }
  .big{
    font-size: 18px;
  }
  .green {
    color: var(--green-color);
  }
  .black {
    color: var(--black-color);
  }
  .grey {
    color: var(--grey-div);
  }
  .white {
    color: white;
  }
  .white-div {
    background-color: white;
  }
  .green-div {
    background-color: var(--green-color);
  }
  .black-div {
    background-color: var(--black-color);
  }
  .grey-div {
    background-color: var(--grey-color);
  }
  @media screen and (max-width: 1400px) {
    .huge {
      font-size: 60px;
    }
  }
  @media screen and (max-width: 600px) {
    .huge {
      font-size: 40px;
    }
  }
  .smaller {
    font-size: 16px;
  }
  @media screen and (max-width: 600px) {
    .smaller {
      font-size: 14px;
      margin: 10px 0;
      line-height: unset;
    }
  }
  @media screen and (min-width: 1401px) {
    .margin-right10px-1401px {
      margin-right: 10px;
    }
    .margin-top100px-1401px {
      margin-top: 100px;
    }
    .margin-top50px-1401px {
      margin-top: 50px;
    }
    .margin-top10-1401px {
      margin-top: 10%;
    }
    .margin-top5-1401px {
      margin-top: 5%;
    }
    .margin-top3-1401px {
      margin-top: 3%;
    }
    .margin-top2-1401px {
      margin-top: 2%;
    }
    .margin-top1-1401px {
      margin-top: 1%;
    }
    .margin-top0-1401px {
      margin-top: 0;
    }
    .margin-0-1401px {
      margin: 0;
    }
    .margin-bottom0-1401px {
      margin-bottom: 0;
    }
    .margin-bottom1-1401px {
      margin-bottom: 1%;
    }
    .margin-bottom2-1401px {
      margin-bottom: 2%;
    }
    .margin-bottom3-1401px {
      margin-bottom: 3%;
    }
    .margin-bottom5-1401px {
      margin-bottom: 5%;
    }
    .margin-bottom50px-1401px {
      margin-bottom: 50px;
    }
    .margin-bottom100px-1401px {
      margin-bottom: 100px;
    }
    .pl-25px-1401px {
      padding-left: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .pr-25px-1401px {
      padding-right: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .pl-50px-1401px {
      padding-left: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .pr-50px-1401px {
      padding-right: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
  }
  @media screen and (max-width: 1400px) {
    .margin-right10px-1400px {
      margin-right: 10px;
    }
    .margin-top100px-1400px {
      margin-top: 100px;
    }
    .margin-top50px-1400px {
      margin-top: 50px !important;
    }
    .margin-top10-1400px {
      margin-top: 10%;
    }
    .margin-top5-1400px {
      margin-top: 5% !important;
    }
    .margin-top3-1400px {
      margin-top: 3%;
    }
    .margin-top2-1400px {
      margin-top: 2%;
    }
    .margin-top1-1400px {
      margin-top: 1%;
    }
    .margin-top0-1400px {
      margin-top: 0;
    }
    .margin-0-1400px {
      margin: 0;
    }
    .margin-bottom0-1400px {
      margin-bottom: 0;
    }
    .margin-bottom1-1400px {
      margin-bottom: 1%;
    }
    .margin-bottom2-1400px {
      margin-bottom: 2%;
    }
    .margin-bottom3-1400px {
      margin-bottom: 3%;
    }
    .margin-bottom5-1400px {
      margin-bottom: 5% !important;
    }
    .margin-bottom50px-1400px {
      margin-bottom: 50px !important;
    }
    .margin-bottom100px-1400px {
      margin-bottom: 100px;
    }
  }
  .margin-right10px {
    margin-right: 10px;
  }
  .margin-top100px {
    margin-top: 100px;
  }
  .margin-top50px {
    margin-top: 50px;
  }
  .margin-top10 {
    margin-top: 10%;
  }
  .margin-top5 {
    margin-top: 5%;
  }
  .margin-top3 {
    margin-top: 3%;
  }
  .margin-top2 {
    margin-top: 2%;
  }
  .margin-top1 {
    margin-top: 1%;
  }
  .margin-top0 {
    margin-top: 0;
  }
  .margin-0 {
    margin: 0;
  }
  .margin-bottom0 {
    margin-bottom: 0;
  }
  .margin-bottom1 {
    margin-bottom: 1%;
  }
  .margin-bottom2 {
    margin-bottom: 2%;
  }
  .margin-bottom3 {
    margin-bottom: 3%;
  }
  .margin-bottom5 {
    margin-bottom: 5%;
  }
  .margin-bottom50px {
    margin-bottom: 50px;
  }
  .margin-bottom100px {
    margin-bottom: 100px;
  }
  .pl-25px {
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pr-25px {
    padding-right: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pl-50px {
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pr-50px {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-top5 {
    padding-top: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-top3 {
    padding-top: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-top2 {
    padding-top: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-top1 {
    padding-top: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-top0 {
    padding-top: 0;
  }
  .padding-0 {
    padding: 0;
  }
  .padding-bottom0 {
    padding-bottom: 0;
  }
  .padding-bottom1 {
    padding-bottom: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-bottom2 {
    padding-bottom: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-bottom3 {
    padding-bottom: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .padding-bottom5 {
    padding-bottom: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vertical-middle {
    vertical-align: middle;
  }
  .object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .button-go-up {
    background-color: var(--black-color);
    border-radius: 20%;
    border: 1px solid white;
    padding: 5px;
    text-align: center;
    right: 1%;
    bottom: 1%;
    z-index: 2;
    -webkit-box-shadow: 1px 1px 3px #333;
            box-shadow: 1px 1px 3px #333;
  }
  @media screen and (max-width: 768px) {
    .button-go-up {
      bottom: calc(70.5px + 5%);
    }
  }
  .button-go-up i {
    font-size: 2rem;
  }
  .button-go-up:hover {
    cursor: pointer;
  }
  .button-hidden {
    display: none;
  }
  .position-fixed {
    position: fixed;
  }
  .text-decoration-none {
    text-decoration: none;
  }
  .cursor-pointer:hover {
    cursor: pointer;
  }
  #tarteaucitronIcon {
    right: auto;
    left: 0 ;
  }
  @media screen and (max-width: 768px) {
    #tarteaucitronIcon {
      bottom: calc(70.5px + 3%);
    }
  }
  .vertical-mirror {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .img-responsive {
    min-height: 350px ;
  }
  .position-absolute.top,
  .position-fixed.top {
    top: 0;
  }
  .position-absolute.bottom,
  .position-fixed.bottom {
    bottom: 0;
  }
  .position-absolute.left,
  .position-fixed.left {
    left: 0;
  }
  .position-absolute.right,
  .position-fixed.right {
    right: 0;
  }
  footer .footer *:not(.nocustom) {
    font-size: 18px;
  }
  @media screen and (min-width: 1401px) {
    footer .footer > div .top-div > div > img {
      margin-right: 15vw;
    }
  }
  footer .footer > div .top-div > a {
    padding: 15px;
  }
  footer .footer > div .top-div .reseaux-sociaux :first-child {
    margin-right: 10px;
  }
  footer .footer > div .main-div > div > div > *:not(:last-of-type) {
    margin-bottom: 20px;
  }
  footer .footer > div .main-div > div > div > div *:first-child:not(.nocustom) {
    margin-right: 10px;
    width: 32px;
    height: 32px;
  }
  @media screen and (max-width: 768px) {
    footer .footer > div .main-div > div > div > div .reseaux-sociaux a {
      height: 60px !important;
      width: 60px !important;
    }
  }
  footer .footer > div .main-div > div > div > p:not(.nocustom) {
    padding-left: 42px;
  }
  footer .footer > div .links-footer {
    margin: 75px 0;
  }
  footer .footer > div .links-footer a {
    text-decoration: underline;
    margin: 10px 0;
  }
  footer .footer > div .links-footer a:not(:last-of-type) {
    margin-right: 50px;
  }
  @media screen and (max-width: 768px) {
    footer #footer-copy {
      padding-bottom: calc(3% + 70px);
      padding-top: 3%;
    }
    footer #footer-copy * {
      font-size: 16px;
    }
  }
  footer #linkW3C {
    margin: 0 10px;
  }
  @media screen and (max-width: 1400px) {
    footer #linkW3C {
      margin: 10px 0;
    }
  }
  .footer__xs {
    background-color: black;
    z-index: 4;
  }
  .footer__xs div {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__xs div i {
    color: white;
    font-size: 30px;
  }
  .footer-links a{
    text-decoration: none;
    color: white;
    margin: 1% 0;
  }
  #rgpds-main h2 {
    color: var(--green-color);
  }
  .wrap-small {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrap {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrap2 {
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*FLEX XXL*/
  @media screen and (max-width: 1400px) {
    .hidden-1400px {
      display: none !important;
    }
    .wrap-1400px {
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .wrap2-1400px {
      padding: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .order1-1400px {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    .order2-1400px {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .order3-1400px {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
  }
  /*FLEX XL*/
  @media screen and (max-width: 1200px) {
    .hidden-1200px {
      display: none;
    }
  }
  @media screen and (min-width: 1081px) {
    .hidden-1081px {
      display: none;
    }
  }
  @media screen and (max-width: 1080px) {
    .hidden-1080px {
      display: none;
    }
  }
  /*FLEX LG*/
  @media screen and (max-width: 992px) {
    .hidden-990px {
      display: none;
    }
  }
  @media screen and (max-width: 800px) {
    .hidden-800px {
      display: none;
    }
  }
  @media screen and (min-width: 601px) {
    .hidden-601px {
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    .hidden-600px {
      display: none;
    }
    body h1,
    .title-not-h1 {
      font-size: 14px;
      font-display: swap;
      font-family: "Arial";
    }
    body h2,
    .title-not-h2 {
      font-size: 20px;
    }
    body :not(footer) p,
    footer a {
      font-size: 14px;
      line-height: 1.2rem;
    }
  }
  body .loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(1, 1, 1, 0.85);
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body .loading-screen.loaded {
    display: none;
  }
  body .loading-screen .loader {
    width: 60px;
  }
  body .loading-screen .loader .loader-wheel {
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid var(--green-color);
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
  }
  body .loading-screen .loader .loader-text {
    color: var(--green-color);
  }
  body .loading-screen .loader .loader-text::after {
    content: 'Loading';
    -webkit-animation: load 2s linear infinite;
            animation: load 2s linear infinite;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes load {
    0% {
      content: 'Loading';
    }
    33% {
      content: 'Loading.';
    }
    67% {
      content: 'Loading..';
    }
    100% {
      content: 'Loading...';
    }
  }
  @keyframes load {
    0% {
      content: 'Loading';
    }
    33% {
      content: 'Loading.';
    }
    67% {
      content: 'Loading..';
    }
    100% {
      content: 'Loading...';
    }
  }
  .bold,
b {
  font-weight: bold;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}
.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	display: flex;
	flex-direction: row !important;
}

.flex-column {
	display: flex;
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	display: flex;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify{
	text-align: justify !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	.hidden-xxl{
		display: none !important;
	}
	.visible-xxl{
		display: flex;
	}
  .d-xxl-flex {
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: inline-flex !important;
	}

	.d-xxl-none {
		display: none !important;
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		flex-direction: row !important;
	}

	.flex-xxl-column {
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}


	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		align-content: center !important;
	}

	.align-content-xxl-between {
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		align-self: auto !important;
	}

	.align-self-xxl-start {
		align-self: flex-start !important;
	}

	.align-self-xxl-end {
		align-self: flex-end !important;
	}

	.align-self-xxl-center {
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		align-self: stretch !important;
	}

	.order-xxl-first {
		order: -1 !important;
	}

	.order-xxl-0 {
		order: 0 !important;
	}

	.order-xxl-1 {
		order: 1 !important;
	}

	.order-xxl-2 {
		order: 2 !important;
	}

	.order-xxl-3 {
		order: 3 !important;
	}

	.order-xxl-4 {
		order: 4 !important;
	}

	.order-xxl-5 {
		order: 5 !important;
	}

	.order-xxl-last {
		order: 6 !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}

	.text-xxl-end {
		text-align: right !important;
	}

	.text-xxl-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	.hidden-lg{
		display: none;
	}
	.visible-lg{
		display: flex;
	}

  .d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.d-lg-none {
		display: none !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	.order-lg-first {
		order: -1 !important;
	}

	.order-lg-0 {
		order: 0 !important;
	}

	.order-lg-1 {
		order: 1 !important;
	}

	.order-lg-2 {
		order: 2 !important;
	}

	.order-lg-3 {
		order: 3 !important;
	}

	.order-lg-4 {
		order: 4 !important;
	}

	.order-lg-5 {
		order: 5 !important;
	}

	.order-lg-last {
		order: 6 !important;
	}
	.text-lg-start {
		text-align: left !important;
	}

	.text-lg-end {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}