.roboto {
  font-family: Roboto !important;
}
.ajax_update {
  display: inline;
}
main div.ajax_update.highlight-edit,
main div.ajax_update.highlight-edit p {
  color: white !important;
  background-color: #23282D !important;
}
.edit-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
}
.edit-textarea > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 450px;
  color: white;
  background-color: #23282D;
}
.edit-textarea h2 {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
  font-family: inherit;
}
.edit-textarea h2 i {
  margin-left: 20px;
  font-size: 2rem;
}
.edit-textarea textarea.clickedit {
  color: black;
  background-color: white;
  padding: 10px;
  width: 70%;
  height: 200px;
  font-family: inherit;
}
.edit-textarea .character-counter {
  margin-top: 20px;
}
.edit-textarea .submit-edit {
  margin-top: 20px;
  color: white;
  background-color: #039be5;
}
.edit-textarea .submit-edit:hover {
  margin-top: 20px;
  color: white;
  background-color: #19B4FF;
  opacity: 1;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.striped-admin th,
.striped-admin td,
.striped-public th,
.striped-public td {
  display: block;
}
.striped-admin th,
.striped-public th {
  padding-bottom: 0;
  font-weight: 700;
}
.striped-results tr:first-child {
  background-color: #F5F5F5;
}
main ::placeholder {
  color: black;
  opacity: 0.9;
}
main input.select-dropdown {
  color: black !important;
}
.input-field .material-icons.icon-form-help {
  cursor: help;
  margin-right: 0;
}
.g-recaptcha {
  z-index: 2;
}
.form-sticky {
  position: sticky;
  bottom: 25px;
}
.picker__date-display,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #039be5;
}
.picker__close,
.picker__today,
.picker__day.picker__day--today {
  color: #039be5;
}
.picker__box {
  border: none;
}
.autoComplete_wrapper > ul {
  position: absolute;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 10px;
  padding: 0;
  background-color: #F5F5F5;
  z-index: 2;
}
.autoComplete_wrapper > ul > li {
  margin: 5px;
  padding: 5px 10px;
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: black;
  font-weight: 400;
}
.autoComplete_wrapper > ul > li:hover,
.autoComplete_wrapper > ul > li:hover mark {
  cursor: pointer;
  font-weight: 700;
}
.input-field > .input-field {
  margin-top: 0;
}
.material-placeholder .initialized.active {
  z-index: 1005 !important;
}
#materialbox-overlay {
  z-index: 1005 !important;
}
.materialboxed.active {
  z-index: 1005 !important;
}
#lightbox-image {
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.modal-image {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  padding: 0;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 0 0 0 0;
  top: 0;
}
.modal-image h4 {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}
.modal-image .modal-content {
  padding: 0;
}
.modal-image .modal-content img {
  max-width: 100vw !important;
  max-height: 85vh !important;
}
.modal-image .modal-content h4 {
  position: absolute;
  bottom: 20vh;
  left: 0;
  right: 0;
}
.modal-image .modal-footer {
  background-color: transparent;
}
.modal-image .modal-footer a {
  color: white;
}
.modal-image .lightbox-menu {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
}
.clic-modal {
  opacity: 0.5;
  width: 150px;
  height: 100px;
  margin: 5px;
}
.lightbox-menu + div a {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 1rem;
  padding: 5px 5px 4px 5px;
  margin: 0;
  border: 1px solid white;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.lightbox-menu + div a:hover {
  background-color: #000000;
}
.lightbox-menu + div a i {
  font-size: 1rem;
}
.col-logo img {
  max-height: 150px;
}
.diapo-logo img {
  max-height: 80px;
}
.row .apercu-img {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.msg-other,
.msg-me {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #f5f5f5;
  border-radius: 5px 0px 5px 5px;
}
.msg-other {
  background-color: white;
}
.msg-me {
  color: white;
  background-color: #607891;
}
.row .lgd {
  font-size: 0.8rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
#com {
  background-color: #f5f5f5;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #f5f5f5;
  overflow-y: overlay;
}
.comment-evt > .row {
  margin-bottom: 10px;
}
#com .me-identite {
  justify-content: flex-end;
}
#com .msg-me {
  margin-right: 60px;
}
#com .msg-other {
  margin-left: 60px;
}
#com .msg-me,
#com .msg-other {
  line-height: 1.5rem;
}
#commentaire div.row:nth-child(2) {
  margin-top: 0;
}
#sendcom {
  width: calc(100% - 20px);
  margin-top: 30px;
}
.comment-delete,
.comment-approve {
  cursor: pointer;
}
.msg-me .comment-delete,
.msg-me .comment-approve {
  color: white;
}
.msg-other .comment-delete,
.msg-other .comment-approve {
  color: #607891;
}
.cible-couleur-element {
  background-color: #f5f5f5;
}
.couleur-list {
  display: flex;
}
.couleur {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}
[data-couleur-fond="262"],
[data-couleur-fond="1"],
[data-couleur-texte="262"],
[data-couleur-texte="1"],
[data-couleur-element="262"],
[data-couleur-element="1"] {
  color: black;
  border: 1px solid grey;
}
[data-couleur-fond="262"],
[data-couleur-texte="262"],
[data-couleur-element="262"] {
  background: url("damier.png") no-repeat;
  background-size: 75px;
  background-position: center;
  opacity: 0.3;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sticky {
  position: sticky;
}
.no-top {
  top: 0;
}
.no-bottom {
  bottom: 0;
}
.no-left {
  left: 0;
}
.no-right {
  right: 0;
}
.inline-block {
  display: inline-block;
}
i.inline-block {
  position: relative;
  top: -1px;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-s-c {
  justify-content: flex-start;
  align-items: center;
}
.flex-c-c {
  justify-content: center;
  align-items: center;
}
.flex-b-c {
  justify-content: space-between;
  align-items: center;
}
.flex-a-c {
  justify-content: space-around;
  align-items: center;
}
.flex-e-c {
  justify-content: flex-end;
  align-items: center;
}
.flex-j-c {
  justify-content: center;
}
.flex-align {
  align-items: center;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-11 {
  flex: 11;
}
.flex-12 {
  flex: 12;
}
.opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 997;
}
.opacite-centre .opacity {
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  height: 80%;
}
.opacity.left-50 {
  left: 50%;
  width: 50%;
}
.opacity.right-50 {
  right: 50%;
  width: 50%;
}
.opacity-2 {
  background-color: rgba(0,0,0,0.2);
}
.opacity-4 {
  background-color: rgba(0,0,0,0.4);
}
.opacity-6 {
  background-color: rgba(0,0,0,0.6);
}
.opacity-8 {
  background-color: rgba(0,0,0,0.8);
}
.opacity-white-2 {
  background-color: rgba(255,255,255,0.2);
}
.opacity-white-4 {
  background-color: rgba(255,255,255,0.4);
}
.opacity-white-6 {
  background-color: rgba(255,255,255,0.6);
}
.opacity-white-8 {
  background-color: rgba(255,255,255,0.8);
}
.btn {
  height: initial;
  min-height: 36px;
  padding: 9px 2rem 7px 2rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.center-align .btn,
.btn.center-align {
  margin: auto !important;
}
.btn[class*="width-"] {
  max-width: initial;
}
.caption,
.slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 998;
  word-wrap: break-word;
  color: inherit;
}
.section:not([class*="-text couleur-texte"]) .caption,
.section:not([class*="-text couleur-texte"]) .slider .slides li .caption {
  color: white;
}
.caption.center-align {
  align-items: center;
}
.caption.left-align {
  align-items: flex-start;
}
.caption.right-align {
  align-items: flex-end;
}
.caption.left-50 {
  left: 50%;
  width: 50%;
}
.caption.right-50 {
  right: 50%;
  width: 50%;
}
.section .slider {
  min-height: 400px;
  height: 100% !important;
}
.slider .slides {
  min-height: 400px;
  height: 100% !important;
  background-color: transparent;
}
.slider .slides li img {
  position: absolute;
  bottom: 0;
}
.slider .indicators {
  display: none;
}
.slider .indicators .indicator-item {
  background-color: white;
}
.slider.indicators-visible .indicators {
  display: block;
  bottom: 10px;
  z-index: 998;
}
.slider .indicators .indicator-item.active {
  background-color: #607891;
}
.slider-titre {
  font-size: 2.5rem;
}
.slider-baseline {
  font-size: 1.8rem;
}
.card {
  margin: 0;
}
.card .card-content p {
  margin-top: 20px;
}
.card .card-content.change-pad {
  padding-top: 20px;
  padding-bottom: 0;
}
.card .card-content ul {
  margin: 20px 0;
  padding-left: 40px;
}
.card .card-content li {
  list-style-type: disc;
}
.card .card-action {
  padding: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #607891;
  text-transform: none;
  margin-right: 0;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #BDD9F2;
}
.card .card-action a.btn,
.card .card-action a.btn:hover {
  color: white !important;
}
.apercu-famille .card-texte-couleur .caption {
  height: 60%;
}
.flat-card {
  position: relative;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  align-items: stretch;
  background-color: white;
  padding: 20px;
}
.card .card-profil {
  padding-top: 20px;
}
.card .card-action a.btn {
  margin: 0;
  color: #FFF;
}
.card .card-action a.btn {
  padding: 0 1.2rem;
}
.data-card div {
  margin: 20px 10px;
  margin-bottom: 0;
  border: 1px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  background-color: white;
}
.data-card div:first-child {
  border-right: none;
  padding: 10px;
  margin-right: 0;
  border-radius: 2px 0 0 2px;
}
.data-card div:last-child {
  padding: 11px;
  margin-left: 0;
}
.width100 {
  border-right: 0;
  width: 100%;
}
.chip {
  margin-top: 10px;
}
.chip + .chip {
  margin-left: 10px;
}
.card-image-bg {
  height: 200px;
  overflow: hidden;
}
.image-carree {
  overflow: hidden;
}
.border-radius-50 .card-image-bg,
.border-radius-50 {
  border-radius: 50%;
}
.border-white {
  border: 1px solid white;
}
.border-black {
  border: 1px solid black;
}
.border-bot-black {
  border-bottom: 1px solid black;
}
.border-lightgrey {
  border: 1px solid lightgrey;
}
.border-1 {
  height: 1px;
}
.border-2 {
  height: 2px;
}
.border-3 {
  height: 3px;
}
.border-5 {
  height: 5px;
}
.box-shadow-3 {
  box-shadow: 3px 3px 16px 0px #4d4d4d;
}
.carousel {
  min-height: 240px;
  height: initial;
  perspective: 700px;
}
.carousel.carousel-plat {
  perspective: 30000px;
}
.carousel.carousel-grand {
  min-height: 480px;
}
.carousel.carousel-texte {
  min-height: 290px;
}
.carousel.carousel-grand.carousel-texte {
  min-height: 530px;
}
.carousel .carousel-item .center-align {
  font-size: 1.2rem;
  font-weight: normal;
  color: black;
}
.carousel .carousel-item {
  animation-duration: 2.5s;
}
.carousel.carousel-grand .carousel-item {
  width: 400px;
  height: 400px;
}
.carousel.carousel-texte .carousel-item {
  margin-top: -20px;
}
.carousel.carousel-grand.carousel-texte .carousel-item {
  margin-top: -30px;
}
.carousel .carousel-item > div:first-of-type {
  width: 200px;
  height: 200px;
}
.carousel.carousel-grand .carousel-item > div:first-of-type {
  width: 400px;
  height: 400px;
}
.carousel .carousel-item:hover .card-image-bg {
  transform: scale(1.10,1.10);
}
.carousel .carousel-rond .card-image-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition-duration: 0.6s;
}
.carousel .carousel-carre .card-image-bg {
  width: 100%;
  height: 100%;
  transition-duration: 0.6s;
}
.breadcrumb,
.breadcrumb:last-child {
  font-size: 1rem;
  color: #607891;
  display: flex;
  align-items: center;
}
.breadcrumb:last-child {
  color: black;
}
.breadcrumb:hover {
  color: #607891;
}
.breadcrumb:before {
  color: #607891;
  font-size: initial;
  margin: 0 5px;
}
.compteur {
  font-size: 2.5em;
}
.anim-bouge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 5%;
  left: calc(50% - 30px);
  z-index: 100;
  color: white;
  cursor: pointer;
}
.anim-bouge .material-icons {
  font-size: 3.5rem;
}
.losange {
  -webkit-clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
  clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}
.event {
  box-shadow: 15px 15px 20px -11px #8a8a8a;
}
.section.texte-1-2,
section .texte-1-2 {
  font-size: 1.2rem;
}
.texte-08,
.section .texte-08 {
  font-size: 0.8rem;
}
.texte-09,
.section .texte-09 {
  font-size: 0.9rem;
}
.texte-1,
.section .texte-1 {
  font-size: 1rem;
}
.texte-2,
.section .texte-2 {
  font-size: 2rem;
}
.texte-3,
.section .texte-3 {
  font-size: 3rem;
}
.texte-small,
.section .texte-small {
  font-size: 85%;
}
.texte-smaller,
.section .texte-smaller {
  font-size: 70%;
}
.texte-big,
.section .texte-big {
  font-size: 115%;
}
.texte-bigger,
.section .texte-bigger {
  font-size: 130%;
}
.word-wrap {
  word-wrap: break-word;
}
.uppercase {
  text-transform: uppercase;
}
.section .puce ul {
  margin: 1rem 0;
  padding-left: 40px;
}
.section .puce li {
  list-style-type: disc;
}
.section i.small {
  font-size: 1rem;
}
.section i.medium {
  font-size: 3rem;
}
.section i.large {
  font-size: 5rem;
}
.btn-social a {
  color: white;
}
.btn-social a:hover {
  color: white;
}
.btn-social:hover,
.social-text:hover {
  animation-name: swing;
  animation-duration: 1s;
}
.icone-ronde.btn a {
  color: white;
  text-transform: initial;
}
.fb-like > span {
  height: 20px !important;
}
div.contact-simple .card-image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section div.contact-simple {
  justify-content: inherit;
}
div.contact-simple form.contact-simple {
  width: 500px;
  max-width: 500px;
}
.no-pad form.contact-simple {
  padding-top: 20px;
}
form.contact-simple h3 {
  z-index: 2;
}
form.contact-simple input[type],
form.contact-simple input.select-dropdown,
form.contact-simple textarea {
  background-color: white;
  border: 1px solid #f5f5f5;
  max-width: 500px;
  z-index: 2;
}
form.contact-simple button {
  max-width: 500px;
  z-index: 2;
}
.no-pad form.contact-simple button {
  margin-bottom: 20px;
}
form.contact-simple input[type],
form.contact-simple textarea {
  padding: 0 10px;
  margin: 5px 0;
  box-sizing: border-box;
}
form.contact-simple textarea {
  padding: 10px;
}
form.contact-simple .select-wrapper {
  margin-top: 0;
  width: 100%;
  max-width: 500px;
}
form.contact-simple .select-wrapper span.caret {
  color: black;
  z-index: 3;
  right: 10px;
}
form.contact-simple #renseignement_societe {
  margin-top: 10px;
}
form.contact-simple .select-dropdown {
  color: #d2d2d2;
}
.card[class*="card-"] {
  width: calc(100%);
  margin: 0;
  padding-bottom: 20px;
}
.card[class*="card-"] .col-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card[class*="card-"] .col-photo img:not(.active) {
  max-height: 200px;
}
.card[class*="card-"] .card-content .card-title {
  margin-bottom: 5px;
}
.widget-card .card[class*="card-"] {
  padding-bottom: 0;
}
.widget-card .col {
  margin: 10px 0;
}
[id*="_detail"] .photos .row {
  margin-bottom: 0;
}
[id*="_detail"] .photos .col {
  margin: 10px 0;
}
.widget-newsletter .btn {
  border: 2px solid #607891;
}
.widget-newsletter .btn:hover,
.widget-newsletter .btn:active,
.widget-newsletter .btn:focus {
  border: 2px solid #BDD9F2;
}
.dropzone {
  padding: 0;
  min-height: 500px;
  border: 0;
  background: #f5f5f5;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #039be5;
}
.dropzone .dz-preview:hover .dz-progress {
  display: none;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: initial !important;
}
.dropzone .dz-preview.dz-complete .dz-success-mark {
  opacity: 1;
}
.dropzone .dz-preview.dz-complete:hover .dz-success-mark {
  display: none;
}
.dropzone .add_image_multiple_secteur {
  margin-top: -10px;
  padding-left: 40px;
  background-color: white;
}
#add_image_multiple .dropzone .btn-floating {
  margin-top: -65px;
}
#google-calendar-share {
  border: none;
  border-radius: 2px;
}
.share-calendar i[class*="fa-"] {
  font-size: inherit;
}
#openstreetmap {
  width: 100%;
  height: 450px;
}
.leaflet-popup-content-wrapper {
  width: 450px !important;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.leaflet-popup-content {
  width: 450px !important;
  margin: 0 !important;
}
.openstreetmap-cadre {
  margin: 0 !important;
}
.openstreetmap-cadre img {
  max-width: 100%;
  max-height: 100px;
}
.pagination {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.public .pagination {
  margin-bottom: 0;
}
.pagination .section {
  margin: 0;
  padding: 0;
}
.pagination .req-navigation {
  margin: 0;
  padding: 0;
}
.pagination .material-icons {
  font-size: 1.2rem;
}
.strong-seo {
  font-weight: 700;
}
.deepl_translate,
.deepl_translate_menu,
.deepl_translate_seo {
  position: absolute;
  cursor: pointer;
}
.deepl_translate,
.deepl_translate_menu {
  top: 40px;
  right: 10px;
}
.deepl_translate_seo {
  top: 0;
  right: -15px;
}
.mceEditor + span + .deepl_translate {
  right: 20px;
}
#apercu-envoi {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .height-accueil,
  .height-accueil .card-image-bg {
    height: calc(100vh - 84px) !important;
    overflow: hidden;
  }
  [class*="menu-transparent"] .height-accueil,
  [class*="menu-transparent"] .height-accueil .card-image-bg {
    height: 100vh !important;
  }
  .card[class*="card-"] .card-content .type,
  [id*="_detail"] .type {
    text-align: right;
  }
  .card[class*="card-"] .col-photo {
    min-height: 150px;
  }
  .card[class*="card-"] .description {
    padding-left: 60px;
  }
  [id*="_detail"] .detail {
    margin-top: 30px;
  }
  .image-carree .card-image-bg {
    flex: 1;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    width: fit-content;
  }
  .height-accueil-mobile,
  .height-accueil-mobile .card-image-bg {
    height: calc(100vh - 63px - 100px) !important;
    overflow: hidden;
  }
  #com {
    margin-bottom: 0;
  }
  #com .me-identite {
    flex-direction: column-reverse;
  }
  #com .msg-me {
    margin-right: 0;
  }
  #com .msg-other {
    margin-left: 0;
  }
  #textcom {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  #sendcom {
    margin-top: 0;
  }
  .backlink .col {
    text-align: center;
  }
  .tabs {
    height: auto;
  }
  .tab + .tab {
    margin-top: 0;
  }
  .indicator {
    display: none;
  }
  .section[class*="section-vide"] {
    display: none;
  }
  .flex {
    flex-direction: column;
  }
  .flex-row-mobile {
    flex-direction: row;
  }
  .opacity,
  .opacity[class="opacity-"],
  .opacity[class*="left-"],
  .opacity[class*="right-"] {
    width: 100%;
    left: 0;
    right: 0;
  }
  .caption,
  .caption[class*="align"] {
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .caption .btn,
  .caption .btn:hover {
    line-height: 1.5rem;
  }
  .carousel {
    min-height: 240px;
  }
  .carousel.carousel-grand {
    min-height: 240px;
  }
  .carousel.carousel-texte {
    min-height: 290px;
  }
  .carousel.carousel-grand.carousel-texte {
    min-height: 290px;
  }
  .carousel.carousel-grand .carousel-item {
    width: 200px;
    height: 200px;
  }
  .carousel.carousel-grand.carousel-texte .carousel-item {
    margin-top: -20px;
  }
  .carousel.carousel-grand .carousel-item > div:first-of-type {
    width: 200px;
    height: 200px;
  }
  .card[class*="card-"] {
    padding-bottom: 0;
  }
  .card[class*="card-"] .col-photo {
    min-height: initial;
  }
  .widget-card .card .flex {
    flex-direction: row;
  }
  .flat-card {
    border: 0;
  }
  .flex-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.no-marg {
  margin: 0;
}
.no-marg-top,
.section.no-marg-top {
  margin-top: 0;
}
.no-marg-bot,
.section.no-marg-bot {
  margin-bottom: 0;
}
.no-marg-left,
.section.no-marg-left {
  margin-left: 0;
}
.no-marg-right,
.section.no-marg-right {
  margin-right: 0;
}
.marg-5,
.section.marg-5 {
  margin: 5px;
}
.marg-top-5,
.section.marg-top-5 {
  margin-top: 5px;
}
.marg-bot-5,
.section.marg-bot-5 {
  margin-bottom: 5px;
}
.marg-left-5,
.section.marg-left-5 {
  margin-left: 5px;
}
.marg-right-5,
.section.marg-right-5 {
  margin-right: 5px;
}
.marg-10,
.section.marg-10 {
  margin: 10px;
}
.marg-top-10,
.section.marg-top-10 {
  margin-top: 10px;
}
.marg-bot-10,
.section.marg-bot-10 {
  margin-bottom: 10px;
}
.marg-left-10,
.section.marg-left-10 {
  margin-left: 10px;
}
.marg-right-10,
.section.marg-right-10 {
  margin-right: 10px;
}
.marg-20,
.section.marg-20 {
  margin: 20px;
}
.marg-top-20,
.section.marg-top-20 {
  margin-top: 20px;
}
.marg-bot-20,
.section.marg-bot-20 {
  margin-bottom: 20px;
}
.marg-left-20,
.section.marg-left-20 {
  margin-left: 20px;
}
.marg-right-20,
.section.marg-right-20 {
  margin-right: 20px;
}
.marg-30,
.section.marg-30 {
  margin: 30px;
}
.marg-top-30,
.section.marg-top-30 {
  margin-top: 30px;
}
.marg-bot-30,
.section.marg-bot-30 {
  margin-bottom: 30px;
}
.marg-left-30,
.section.marg-left-30 {
  margin-left: 30px;
}
.marg-right-30,
.section.marg-right-30 {
  margin-right: 30px;
}
.marg-40,
.section.marg-40 {
  margin: 40px;
}
.marg-top-40,
.section.marg-top-40 {
  margin-top: 40px;
}
.marg-bot-40,
.section.marg-bot-40 {
  margin-bottom: 40px;
}
.marg-left-40,
.section.marg-left-40 {
  margin-left: 40px;
}
.marg-right-40,
.section.marg-right-40 {
  margin-right: 40px;
}
.marg-50,
.section.marg-50 {
  margin: 50px;
}
.marg-top-50,
.section.marg-top-50 {
  margin-top: 50px;
}
.marg-bot-50 .section.marg-bot-50 {
  margin-bottom: 50px;
}
.marg-left-50,
.section.marg-left-50 {
  margin-left: 50px;
}
.marg-right-50,
.section.marg-right-50 {
  margin-right: 50px;
}
.marg-60,
.section.marg-60 {
  margin: 60px;
}
.marg-top-60,
.section.marg-top-60 {
  margin-top: 60px;
}
.marg-bot-60,
.section.marg-bot-60 {
  margin-bottom: 60px;
}
.marg-left-60,
.section.marg-left-60 {
  margin-left: 60px;
}
.marg-right-60,
.section.marg-right-60 {
  margin-right: 60px;
}
.marg-70,
.section.marg-70 {
  margin: 70px;
}
.marg-top-70,
.section.marg-top-70 {
  margin-top: 70px;
}
.marg-bot-70,
.section.marg-bot-70 {
  margin-bottom: 70px;
}
.marg-left-70,
.section.marg-left-70 {
  margin-left: 70px;
}
.marg-right-70,
.section.marg-right-70 {
  margin-right: 70px;
}
.marg-80,
.section.marg-80 {
  margin: 80px;
}
.marg-top-80,
.section.marg-top-80 {
  margin-top: 80px;
}
.marg-bot-80,
.section.marg-bot-80 {
  margin-bottom: 80px;
}
.marg-left-80,
.section.marg-left-80 {
  margin-left: 80px;
}
.marg-right-80,
.section.marg-right-80 {
  margin-right: 80px;
}
.marg-90,
.section.marg-90 {
  margin: 90px;
}
.marg-top-90,
.section.marg-top-90 {
  margin-top: 90px;
}
.marg-bot-90,
.section.marg-bot-90 {
  margin-bottom: 90px;
}
.marg-left-90,
.section.marg-left-90 {
  margin-left: 90px;
}
.marg-right-90,
.section.marg-right-90 {
  margin-right: 90px;
}
.marg-100,
.section.marg-100 {
  margin: 100px;
}
.marg-top-100,
.section.marg-top-100 {
  margin-top: 100px;
}
.marg-bot-100,
.section.marg-bot-100 {
  margin-bottom: 100px;
}
.marg-left-100,
.section.marg-left-100 {
  margin-left: 100px;
}
.marg-right-100,
.section.marg-right-100 {
  margin-right: 100px;
}
@media screen and (min-width: 1025px) {
  .margin-l-0,
  .section.margin-l-0 {
    margin-top: 0px;
  }
  .margin-top-l-0,
  .section.margin-top-l-0 {
    margin-top: 0px;
  }
  .margin-right-l-0,
  .section.margin-right-l-0 {
    margin-right: 0px;
  }
  .margin-bottom-l-0,
  .section.margin-bottom-l-0 {
    margin-bottom: 0px;
  }
  .margin-left-l-0,
  .section.margin-left-l-0 {
    margin-left: 0px;
  }
  .margin-l-5,
  .section.margin-l-5 {
    margin: 5px;
  }
  .margin-top-l-5,
  .section.margin-top-l-5 {
    margin-top: 5px;
  }
  .margin-right-l-5,
  .section.margin-right-l-5 {
    margin-right: 5px;
  }
  .margin-bottom-l-5,
  .section.margin-bottom-l-5 {
    margin-bottom: 5px;
  }
  .margin-left-l-5,
  .section.margin-left-l-5 {
    margin-left: 5px;
  }
  .margin-l-10,
  .section.margin-l-10 {
    margin: 10px;
  }
  .margin-top-l-10,
  .section.margin-top-l-10 {
    margin-top: 10px;
  }
  .margin-right-l-10,
  .section.margin-right-l-10 {
    margin-right: 10px;
  }
  .margin-bottom-l-10,
  .section.margin-bottom-l-10 {
    margin-bottom: 10px;
  }
  .margin-left-l-10,
  .section.margin-left-l-10 {
    margin-left: 10px;
  }
  .margin-l-15,
  .section.margin-l-15 {
    margin: 15px;
  }
  .margin-top-l-15,
  .section.margin-top-l-15 {
    margin-top: 15px;
  }
  .margin-right-l-15,
  .section.margin-right-l-15 {
    margin-right: 15px;
  }
  .margin-bottom-l-15,
  .section.margin-bottom-l-15 {
    margin-bottom: 15px;
  }
  .margin-left-l-15,
  .section.margin-left-l-15 {
    margin-left: 15px;
  }
  .margin-l-20,
  .section.margin-l-20 {
    margin: 20px;
  }
  .margin-top-l-20,
  .section.margin-top-l-20 {
    margin-top: 20px;
  }
  .margin-right-l-20,
  .section.margin-right-l-20 {
    margin-right: 20px;
  }
  .margin-bottom-l-20,
  .section.margin-bottom-l-20 {
    margin-bottom: 20px;
  }
  .margin-left-l-20,
  .section.margin-left-l-20 {
    margin-left: 20px;
  }
  .margin-l-25,
  .section.margin-l-25 {
    margin: 25px;
  }
  .margin-top-l-25,
  .section.margin-top-l-25 {
    margin-top: 25px;
  }
  .margin-right-l-25,
  .section.margin-right-l-25 {
    margin-right: 25px;
  }
  .margin-bottom-l-25,
  .section.margin-bottom-l-25 {
    margin-bottom: 25px;
  }
  .margin-left-l-25,
  .section.margin-left-l-25 {
    margin-left: 25px;
  }
  .margin-l-30,
  .section.margin-l-30 {
    margin: 30px;
  }
  .margin-top-l-30,
  .section.margin-top-l-30 {
    margin-top: 30px;
  }
  .margin-right-l-30,
  .section.margin-right-l-30 {
    margin-right: 30px;
  }
  .margin-bottom-l-30,
  .section.margin-bottom-l-30 {
    margin-bottom: 30px;
  }
  .margin-left-l-30,
  .section.margin-left-l-30 {
    margin-left: 30px;
  }
  .margin-l-35,
  .section.margin-l-35 {
    margin: 35px;
  }
  .margin-top-l-35,
  .section.margin-top-l-35 {
    margin-top: 35px;
  }
  .margin-right-l-35,
  .section.margin-right-l-35 {
    margin-right: 35px;
  }
  .margin-bottom-l-35,
  .section.margin-bottom-l-35 {
    margin-bottom: 35px;
  }
  .margin-left-l-35,
  .section.margin-left-l-35 {
    margin-left: 35px;
  }
  .margin-l-40,
  .section.margin-l-40 {
    margin: 40px;
  }
  .margin-top-l-40,
  .section.margin-top-l-40 {
    margin-top: 40px;
  }
  .margin-right-l-40,
  .section.margin-right-l-40 {
    margin-right: 40px;
  }
  .margin-bottom-l-40,
  .section.margin-bottom-l-40 {
    margin-bottom: 40px;
  }
  .margin-left-l-40,
  .section.margin-left-l-40 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .margin-m-0,
  .section.margin-m-0 {
    margin-top: 0px;
  }
  .margin-top-m-0,
  .section.margin-top-m-0 {
    margin-top: 0px;
  }
  .margin-right-m-0,
  .section.margin-right-m-0 {
    margin-right: 0px;
  }
  .margin-bottom-m-0,
  .section.margin-bottom-m-0 {
    margin-bottom: 0px;
  }
  .margin-left-m-0,
  .section.margin-left-m-0 {
    margin-left: 0px;
  }
  .margin-m-5,
  .section.margin-m-5 {
    margin: 5px;
  }
  .margin-top-m-5,
  .section.margin-top-m-5 {
    margin-top: 5px;
  }
  .margin-right-m-5,
  .section.margin-right-m-5 {
    margin-right: 5px;
  }
  .margin-bottom-m-5,
  .section.margin-bottom-m-5 {
    margin-bottom: 5px;
  }
  .margin-left-m-5,
  .section.margin-left-m-5 {
    margin-left: 5px;
  }
  .margin-m-10,
  .section.margin-m-10 {
    margin: 10px;
  }
  .margin-top-m-10,
  .section.margin-top-m-10 {
    margin-top: 10px;
  }
  .margin-right-m-10,
  .section.margin-right-m-10 {
    margin-right: 10px;
  }
  .margin-bottom-m-10,
  .section.margin-bottom-m-10 {
    margin-bottom: 10px;
  }
  .margin-left-m-10,
  .section.margin-left-m-10 {
    margin-left: 10px;
  }
  .margin-m-15,
  .section.margin-m-15 {
    margin: 15px;
  }
  .margin-top-m-15,
  .section.margin-top-m-15 {
    margin-top: 15px;
  }
  .margin-right-m-15,
  .section.margin-right-m-15 {
    margin-right: 15px;
  }
  .margin-bottom-m-15,
  .section.margin-bottom-m-15 {
    margin-bottom: 15px;
  }
  .margin-left-m-15,
  .section.margin-left-m-15 {
    margin-left: 15px;
  }
  .margin-m-20,
  .section.margin-m-20 {
    margin: 20px;
  }
  .margin-top-m-20,
  .section.margin-top-m-20 {
    margin-top: 20px;
  }
  .margin-right-m-20,
  .section.margin-right-m-20 {
    margin-right: 20px;
  }
  .margin-bottom-m-20,
  .section.margin-bottom-m-20 {
    margin-bottom: 20px;
  }
  .margin-left-m-20,
  .section.margin-left-m-20 {
    margin-left: 20px;
  }
  .margin-m-25,
  .section.margin-m-25 {
    margin: 25px;
  }
  .margin-top-m-25,
  .section.margin-top-m-25 {
    margin-top: 25px;
  }
  .margin-right-m-25,
  .section.margin-right-m-25 {
    margin-right: 25px;
  }
  .margin-bottom-m-25,
  .section.margin-bottom-m-25 {
    margin-bottom: 25px;
  }
  .margin-left-m-25,
  .section.margin-left-m-25 {
    margin-left: 25px;
  }
  .margin-m-30,
  .section.margin-m-30 {
    margin: 30px;
  }
  .margin-top-m-30,
  .section.margin-top-m-30 {
    margin-top: 30px;
  }
  .margin-right-m-30,
  .section.margin-right-m-30 {
    margin-right: 30px;
  }
  .margin-bottom-m-30,
  .section.margin-bottom-m-30 {
    margin-bottom: 30px;
  }
  .margin-left-m-30,
  .section.margin-left-m-30 {
    margin-left: 30px;
  }
  .margin-m-35,
  .section.margin-m-35 {
    margin: 35px;
  }
  .margin-top-m-35,
  .section.margin-top-m-35 {
    margin-top: 35px;
  }
  .margin-right-m-35,
  .section.margin-right-m-35 {
    margin-right: 35px;
  }
  .margin-bottom-m-35,
  .section.margin-bottom-m-35 {
    margin-bottom: 35px;
  }
  .margin-left-m-35,
  .section.margin-left-m-35 {
    margin-left: 35px;
  }
  .margin-m-40,
  .section.margin-m-40 {
    margin: 40px;
  }
  .margin-top-m-40,
  .section.margin-top-m-40 {
    margin-top: 40px;
  }
  .margin-right-m-40,
  .section.margin-right-m-40 {
    margin-right: 40px;
  }
  .margin-bottom-m-40,
  .section.margin-bottom-m-40 {
    margin-bottom: 40px;
  }
  .margin-left-m-40,
  .section.margin-left-m-40 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .margin-s-0,
  .section.margin-s-0 {
    margin-top: 0px;
  }
  .margin-top-s-0,
  .section.margin-top-s-0 {
    margin-top: 0px;
  }
  .margin-right-s-0,
  .section.margin-right-s-0 {
    margin-right: 0px;
  }
  .margin-bottom-s-0,
  .section.margin-bottom-s-0 {
    margin-bottom: 0px;
  }
  .margin-left-s-0,
  .section.margin-left-s-0 {
    margin-left: 0px;
  }
  .margin-s-5,
  .section.margin-s-5 {
    margin: 5px;
  }
  .margin-top-s-5,
  .section.margin-top-s-5 {
    margin-top: 5px;
  }
  .margin-right-s-5,
  .section.margin-right-s-5 {
    margin-right: 5px;
  }
  .margin-bottom-s-5,
  .section.margin-bottom-s-5 {
    margin-bottom: 5px;
  }
  .margin-left-s-5,
  .section.margin-left-s-5 {
    margin-left: 5px;
  }
  .margin-s-10,
  .section.margin-s-10 {
    margin: 10px;
  }
  .margin-top-s-10,
  .section.margin-top-s-10 {
    margin-top: 10px;
  }
  .margin-right-s-10,
  .section.margin-right-s-10 {
    margin-right: 10px;
  }
  .margin-bottom-s-10,
  .section.margin-bottom-s-10 {
    margin-bottom: 10px;
  }
  .margin-left-s-10,
  .section.margin-left-s-10 {
    margin-left: 10px;
  }
  .margin-s-15,
  .section.margin-s-15 {
    margin: 15px;
  }
  .margin-top-s-15,
  .section.margin-top-s-15 {
    margin-top: 15px;
  }
  .margin-right-s-15,
  .section.margin-right-s-15 {
    margin-right: 15px;
  }
  .margin-bottom-s-15,
  .section.margin-bottom-s-15 {
    margin-bottom: 15px;
  }
  .margin-left-s-15,
  .section.margin-left-s-15 {
    margin-left: 15px;
  }
  .margin-s-20,
  .section.margin-s-20 {
    margin: 20px;
  }
  .margin-top-s-20,
  .section.margin-top-s-20 {
    margin-top: 20px;
  }
  .margin-right-s-20,
  .section.margin-right-s-20 {
    margin-right: 20px;
  }
  .margin-bottom-s-20,
  .section.margin-bottom-s-20 {
    margin-bottom: 20px;
  }
  .margin-left-s-20,
  .section.margin-left-s-20 {
    margin-left: 20px;
  }
  .margin-s-25,
  .section.margin-s-25 {
    margin: 25px;
  }
  .margin-top-s-25,
  .section.margin-top-s-25 {
    margin-top: 25px;
  }
  .margin-right-s-25,
  .section.margin-right-s-25 {
    margin-right: 25px;
  }
  .margin-bottom-s-25,
  .section.margin-bottom-s-25 {
    margin-bottom: 25px;
  }
  .margin-left-s-25,
  .section.margin-left-s-25 {
    margin-left: 25px;
  }
  .margin-s-30,
  .section.margin-s-30 {
    margin: 30px;
  }
  .margin-top-s-30,
  .section.margin-top-s-30 {
    margin-top: 30px;
  }
  .margin-right-s-30,
  .section.margin-right-s-30 {
    margin-right: 30px;
  }
  .margin-bottom-s-30,
  .section.margin-bottom-s-30 {
    margin-bottom: 30px;
  }
  .margin-left-s-30,
  .section.margin-left-s-30 {
    margin-left: 30px;
  }
  .margin-s-35,
  .section.margin-s-35 {
    margin: 35px;
  }
  .margin-top-s-35,
  .section.margin-top-s-35 {
    margin-top: 35px;
  }
  .margin-right-s-35,
  .section.margin-right-s-35 {
    margin-right: 35px;
  }
  .margin-bottom-s-35,
  .section.margin-bottom-s-35 {
    margin-bottom: 35px;
  }
  .margin-left-s-35,
  .section.margin-left-s-35 {
    margin-left: 35px;
  }
  .margin-s-40,
  .section.margin-s-40 {
    margin: 40px;
  }
  .margin-top-s-40,
  .section.margin-top-s-40 {
    margin-top: 40px;
  }
  .margin-right-s-40,
  .section.margin-right-s-40 {
    margin-right: 40px;
  }
  .margin-bottom-s-40,
  .section.margin-bottom-s-40 {
    margin-bottom: 40px;
  }
  .margin-left-s-40,
  .section.margin-left-s-40 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .no-marg-mobile,
  .section.no-marg-mobile {
    margin: 0 !important;
  }
  .no-marg-top-mobile,
  .section.no-marg-top-mobile {
    margin-top: 0 !important;
  }
  .no-marg-bot-mobile,
  .section.no-marg-bot-mobile {
    margin-bottom: 0 !important;
  }
  .no-marg-left-mobile,
  .section.no-marg-left-mobile {
    margin-left: 0 !important;
  }
  .no-marg-right-mobile,
  .section.no-marg-right-mobile {
    margin-right: 0 !important;
  }
  .marg-mobile-5,
  .section.marg-mobile-5 {
    margin: 20px !important;
  }
  .marg-top-mobile-5,
  .section.marg-top-mobile-5 {
    margin-top: 5px !important;
  }
  .marg-bot-mobile-5,
  .section.marg-bot-mobile-5 {
    margin-bottom: 5px !important;
  }
  .marg-left-mobile-5,
  .section.marg-left-mobile-5 {
    margin-left: 5px !important;
  }
  .marg-right-mobile-5,
  .section.marg-right-mobile-5 {
    margin-right: 5px !important;
  }
  .marg-mobile-10,
  .section.marg-mobile-10 {
    margin: 20px !important;
  }
  .marg-top-mobile-10,
  .section.marg-top-mobile-10 {
    margin-top: 10px !important;
  }
  .marg-bot-mobile-10,
  .section.marg-bot-mobile-10 {
    margin-bottom: 10px !important;
  }
  .marg-left-mobile-10,
  .section.marg-left-mobile-10 {
    margin-left: 10px !important;
  }
  .marg-right-mobile-10,
  .section.marg-right-mobile-10 {
    margin-right: 10px !important;
  }
  .marg-mobile-20,
  .section.marg-mobile-20 {
    margin: 20px !important;
  }
  .marg-top-mobile-20,
  .section.marg-top-mobile-20 {
    margin-top: 20px !important;
  }
  .marg-bot-mobile-20,
  .section.marg-bot-mobile-20 {
    margin-bottom: 20px !important;
  }
  .marg-left-mobile-20,
  .section.marg-left-mobile-20 {
    margin-left: 20px !important;
  }
  .marg-right-mobile-20,
  .section.marg-right-mobile-20 {
    margin-right: 20px !important;
  }
  .marg-mobile-30,
  .section.marg-mobile-30 {
    margin: 30px !important;
  }
  .marg-top-mobile-30,
  .section.marg-top-mobile-30 {
    margin-top: 30px !important;
  }
  .marg-bot-mobile-30,
  .section.marg-bot-mobile-30 {
    margin-bottom: 30px !important;
  }
  .marg-left-mobile-30,
  .section.marg-left-mobile-30 {
    margin-left: 30px !important;
  }
  .marg-right-mobile-30,
  .section.marg-right-mobile-30 {
    margin-right: 30px !important;
  }
  .marg-mobile-40,
  .section.marg-mobile-40 {
    margin: 20px !important;
  }
  .marg-top-mobile-40,
  .section.marg-top-mobile-40 {
    margin-top: 40px !important;
  }
  .marg-bot-mobile-40,
  .section.marg-bot-mobile-40 {
    margin-bottom: 40px !important;
  }
  .marg-left-mobile-40,
  .section.marg-left-mobile-40 {
    margin-left: 40px !important;
  }
  .marg-right-mobile-40,
  .section.marg-right-mobile-40 {
    margin-right: 40px !important;
  }
  .marg-mobile-50,
  .section.marg-mobile-50 {
    margin: 50px !important;
  }
  .marg-top-mobile-50,
  .section.marg-top-mobile-50 {
    margin-top: 50px !important;
  }
  .marg-bot-mobile-50,
  .section.marg-bot-mobile-50 {
    margin-bottom: 50px !important;
  }
  .marg-left-mobile-50,
  .section.marg-left-mobile-50 {
    margin-left: 50px !important;
  }
  .marg-right-mobile-50,
  .section.marg-right-mobile-50 {
    margin-right: 50px !important;
  }
  .marg-mobile-60,
  .section.marg-mobile-60 {
    margin: 20px !important;
  }
  .marg-top-mobile-60,
  .section.marg-top-mobile-60 {
    margin-top: 60px !important;
  }
  .marg-bot-mobile-60,
  .section.marg-bot-mobile-60 {
    margin-bottom: 60px !important;
  }
  .marg-left-mobile-60,
  .section.marg-left-mobile-60 {
    margin-left: 60px !important;
  }
  .marg-right-mobile-60,
  .section.marg-right-mobile-60 {
    margin-right: 60px !important;
  }
  .marg-mobile-70,
  .section.marg-mobile-70 {
    margin: 20px !important;
  }
  .marg-top-mobile-70,
  .section.marg-top-mobile-70 {
    margin-top: 70px !important;
  }
  .marg-bot-mobile-70,
  .section.marg-bot-mobile-70 {
    margin-bottom: 70px !important;
  }
  .marg-left-mobile-70,
  .section.marg-left-mobile-70 {
    margin-left: 70px !important;
  }
  .marg-right-mobile-70,
  .section.marg-right-mobile-70 {
    margin-right: 70px !important;
  }
  .marg-mobile-80,
  .section.marg-mobile-80 {
    margin: 20px !important;
  }
  .marg-top-mobile-80,
  .section.marg-top-mobile-80 {
    margin-top: 80px !important;
  }
  .marg-bot-mobile-80,
  .section.marg-bot-mobile-80 {
    margin-bottom: 80px !important;
  }
  .marg-left-mobile-80,
  .section.marg-left-mobile-80 {
    margin-left: 80px !important;
  }
  .marg-right-mobile-80,
  .section.marg-right-mobile-80 {
    margin-right: 80px !important;
  }
  .marg-mobile-90,
  .section.marg-mobile-90 {
    margin: 20px !important;
  }
  .marg-top-mobile-90,
  .section.marg-top-mobile-90 {
    margin-top: 90px !important;
  }
  .marg-bot-mobile-90,
  .section.marg-bot-mobile-90 {
    margin-bottom: 90px !important;
  }
  .marg-left-mobile-90,
  .section.marg-left-mobile-90 {
    margin-left: 90px !important;
  }
  .marg-right-mobile-90,
  .section.marg-right-mobile-90 {
    margin-right: 90px !important;
  }
  .marg-mobile-100,
  .section.marg-mobile-100 {
    margin: 20px !important;
  }
  .marg-top-mobile-100,
  .section.marg-top-mobile-100 {
    margin-top: 100px !important;
  }
  .marg-bot-mobile-100,
  .section.marg-bot-mobile-100 {
    margin-bottom: 100px !important;
  }
  .marg-left-mobile-100,
  .section.marg-left-mobile-100 {
    margin-left: 100px !important;
  }
  .marg-right-mobile-100,
  .section.marg-right-mobile-100 {
    margin-right: 100px !important;
  }
}
.no-pad,
.row .no-pad {
  padding: 0;
}
.no-pad-top,
.section.no-pad-top,
.no-pad-top .col {
  padding-top: 0;
}
.no-pad-bot,
.section.no-pad-bot,
.no-pad-bot .col {
  padding-bottom: 0;
}
.no-pad-left,
.section.no-pad-left,
.no-pad-left .col {
  padding-left: 0;
}
.no-pad-right,
.section.no-pad-right,
.no-pad-right .col {
  padding-right: 0;
}
.pad-5,
.section.pad-5 {
  padding: 5px;
}
.pad-top-5,
.section.pad-top-5 {
  padding-top: 5px;
}
.pad-bot-5,
.section.pad-bot-5 {
  padding-bottom: 5px;
}
.pad-left-5,
.section.pad-left-5 {
  padding-left: 5px;
}
.pad-right-5,
.section.pad-right-5 {
  padding-right: 5px;
}
.pad-10,
.section.pad-10 {
  padding: 10px;
}
.pad-top-10,
.section.pad-top-10 {
  padding-top: 10px;
}
.pad-bot-10,
.section.pad-bot-10 {
  padding-bottom: 10px;
}
.pad-left-10,
.section.pad-left-10 {
  padding-left: 10px;
}
.pad-right-10,
.section.pad-right-10 {
  padding-right: 10px;
}
.pad-20,
.section.pad-20 {
  padding: 20px;
}
.pad-top-20,
.section.pad-top-20 {
  padding-top: 20px;
}
.pad-bot-20,
.section.pad-bot-20 {
  padding-bottom: 20px;
}
.pad-left-20,
.section.pad-left-20 {
  padding-left: 20px;
}
.pad-right-20,
.section.pad-right-20 {
  padding-right: 20px;
}
.pad-30,
.section.pad-30 {
  padding: 30px;
}
.pad-top-30,
.section.pad-top-30 {
  padding-top: 30px;
}
.pad-bot-30,
.section.pad-bot-30 {
  padding-bottom: 30px;
}
.pad-left-30,
.section.pad-left-30 {
  padding-left: 30px;
}
.pad-right-30,
.section.pad-right-30 {
  padding-right: 30px;
}
.pad-40,
.section.pad-40 {
  padding: 40px;
}
.pad-top-40,
.section.pad-top-40 {
  padding-top: 40px;
}
.pad-bot-40,
.section.pad-bot-40 {
  padding-bottom: 40px;
}
.pad-left-40,
.section.pad-left-40 {
  padding-left: 40px;
}
.pad-right-40,
.section.pad-right-40 {
  padding-right: 40px;
}
.pad-50,
.section.pad-50 {
  padding: 50px;
}
.pad-top-50,
.section.pad-top-50 {
  padding-top: 50px;
}
.pad-bot-50,
.section.pad-bot-50 {
  padding-bottom: 50px;
}
.pad-left-50,
.section.pad-left-50 {
  padding-left: 50px;
}
.pad-right-50,
.section.pad-right-50 {
  padding-right: 50px;
}
.pad-60,
.section.pad-60 {
  padding: 60px;
}
.pad-top-60,
.section.pad-top-60 {
  padding-top: 60px;
}
.pad-bot-60,
.section.pad-bot-60 {
  padding-bottom: 60px;
}
.pad-left-60,
.section.pad-left-60 {
  padding-left: 60px;
}
.pad-right-60,
.section.pad-right-60 {
  padding-right: 60px;
}
.pad-70,
.section.pad-70 {
  padding: 70px;
}
.pad-top-70,
.section.pad-top-70 {
  padding-top: 70px;
}
.pad-bot-70,
.section.pad-bot-70 {
  padding-bottom: 70px;
}
.pad-left-70,
.section.pad-left-70 {
  padding-left: 70px;
}
.pad-right-70,
.section.pad-right-70 {
  padding-right: 70px;
}
.pad-80,
.section.pad-80 {
  padding: 80px;
}
.pad-top-80,
.section.pad-top-80 {
  padding-top: 80px;
}
.pad-bot-80,
.section.pad-bot-80 {
  padding-bottom: 80px;
}
.pad-left-80,
.section.pad-left-80 {
  padding-left: 80px;
}
.pad-right-80,
.section.pad-right-80 {
  padding-right: 80px;
}
.pad-90,
.section.pad-90 {
  padding: 90px;
}
.pad-top-90,
.section.pad-top-90 {
  padding-top: 90px;
}
.pad-bot-90,
.section.pad-bot-90 {
  padding-bottom: 90px;
}
.pad-left-90,
.section.pad-left-90 {
  padding-left: 90px;
}
.pad-right-90,
.section.pad-right-90 {
  padding-right: 90px;
}
.pad-100,
.section.pad-100 {
  padding: 100px;
}
.pad-top-100,
.section.pad-top-100 {
  padding-top: 100px;
}
.pad-bot-100,
.section.pad-bot-100 {
  padding-bottom: 100px;
}
.pad-left-100,
.section.pad-left-100 {
  padding-left: 100px;
}
.pad-right-100,
.section.pad-right-100 {
  padding-right: 100px;
}
@media screen and (min-width: 1025px) {
  .padding-l-0,
  .section.padding-l-0 {
    padding: 0px;
  }
  .padding-top-l-0,
  .section.padding-top-l-0 {
    padding-top: 0px;
  }
  .padding-right-l-0,
  .section.padding-right-l-0 {
    padding-right: 0px;
  }
  .padding-bottom-l-0,
  .section.padding-bottom-l-0 {
    padding-bottom: 0px;
  }
  .padding-left-l-0,
  .section.padding-left-l-0 {
    padding-left: 0px;
  }
  .padding-l-5,
  .section.padding-l-5 {
    padding: 5px;
  }
  .padding-top-l-5,
  .section.padding-top-l-5 {
    padding-top: 5px;
  }
  .padding-right-l-5,
  .section.padding-right-l-5 {
    padding-right: 5px;
  }
  .padding-bottom-l-5,
  .section.padding-bottom-l-5 {
    padding-bottom: 5px;
  }
  .padding-left-l-5,
  .section.padding-left-l-5 {
    padding-left: 5px;
  }
  .padding-l-10,
  .section.padding-l-10 {
    padding: 10px;
  }
  .padding-top-l-10,
  .section.padding-top-l-10 {
    padding-top: 10px;
  }
  .padding-right-l-10,
  .section.padding-right-l-10 {
    padding-right: 10px;
  }
  .padding-bottom-l-10,
  .section.padding-bottom-l-10 {
    padding-bottom: 10px;
  }
  .padding-left-l-10,
  .section.padding-left-l-10 {
    padding-left: 10px;
  }
  .padding-l-15,
  .section.padding-l-15 {
    padding: 15px;
  }
  .padding-top-l-15,
  .section.padding-top-l-15 {
    padding-top: 15px;
  }
  .padding-right-l-15,
  .section.padding-right-l-15 {
    padding-right: 15px;
  }
  .padding-bottom-l-15,
  .section.padding-bottom-l-15 {
    padding-bottom: 15px;
  }
  .padding-left-l-15,
  .section.padding-left-l-15 {
    padding-left: 15px;
  }
  .padding-l-20,
  .section.padding-l-20 {
    padding: 20px;
  }
  .padding-top-l-20,
  .section.padding-top-l-20 {
    padding-top: 20px;
  }
  .padding-right-l-20,
  .section.padding-right-l-20 {
    padding-right: 20px;
  }
  .padding-bottom-l-20,
  .section.padding-bottom-l-20 {
    padding-bottom: 20px;
  }
  .padding-left-l-20,
  .section.padding-left-l-20 {
    padding-left: 20px;
  }
  .padding-l-25,
  .section.padding-l-25 {
    padding: 25px;
  }
  .padding-top-l-25,
  .section.padding-top-l-25 {
    padding-top: 25px;
  }
  .padding-right-l-25,
  .section.padding-right-l-25 {
    padding-right: 25px;
  }
  .padding-bottom-l-25,
  .section.padding-bottom-l-25 {
    padding-bottom: 25px;
  }
  .padding-left-l-25,
  .section.padding-left-l-25 {
    padding-left: 25px;
  }
  .padding-l-30,
  .section.padding-l-30 {
    padding: 30px;
  }
  .padding-top-l-30,
  .section.padding-top-l-30 {
    padding-top: 30px;
  }
  .padding-right-l-30,
  .section.padding-right-l-30 {
    padding-right: 30px;
  }
  .padding-bottom-l-30,
  .section.padding-bottom-l-30 {
    padding-bottom: 30px;
  }
  .padding-left-l-30,
  .section.padding-left-l-30 {
    padding-left: 30px;
  }
  .padding-l-35,
  .section.padding-l-35 {
    padding: 35px;
  }
  .padding-top-l-35,
  .section.padding-top-l-35 {
    padding-top: 35px;
  }
  .padding-right-l-35,
  .section.padding-right-l-35 {
    padding-right: 35px;
  }
  .padding-bottom-l-35,
  .section.padding-bottom-l-35 {
    padding-bottom: 35px;
  }
  .padding-left-l-35,
  .section.padding-left-l-35 {
    padding-left: 35px;
  }
  .padding-l-40,
  .section.padding-l-40 {
    padding: 40px;
  }
  .padding-top-l-40,
  .section.padding-top-l-40 {
    padding-top: 40px;
  }
  .padding-right-l-40,
  .section.padding-right-l-40 {
    padding-right: 40px;
  }
  .padding-bottom-l-40,
  .section.padding-bottom-l-40 {
    padding-bottom: 40px;
  }
  .padding-left-l-40,
  .section.padding-left-l-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .padding-m-0,
  .section.padding-m-0 {
    padding: 0px;
  }
  .padding-top-m-0,
  .section.padding-top-m-0 {
    padding-top: 0px;
  }
  .padding-right-m-0,
  .section.padding-right-m-0 {
    padding-right: 0px;
  }
  .padding-bottom-m-0,
  .section.padding-bottom-m-0 {
    padding-bottom: 0px;
  }
  .padding-left-m-0,
  .section.padding-left-m-0 {
    padding-left: 0px;
  }
  .padding-m-5,
  .section.padding-m-5 {
    padding: 5px;
  }
  .padding-top-m-5,
  .section.padding-top-m-5 {
    padding-top: 5px;
  }
  .padding-right-m-5,
  .section.padding-right-m-5 {
    padding-right: 5px;
  }
  .padding-bottom-m-5,
  .section.padding-bottom-m-5 {
    padding-bottom: 5px;
  }
  .padding-left-m-5,
  .section.padding-left-m-5 {
    padding-left: 5px;
  }
  .padding-m-10,
  .section.padding-m-10 {
    padding: 10px;
  }
  .padding-top-m-10,
  .section.padding-top-m-10 {
    padding-top: 10px;
  }
  .padding-right-m-10,
  .section.padding-right-m-10 {
    padding-right: 10px;
  }
  .padding-bottom-m-10,
  .section.padding-bottom-m-10 {
    padding-bottom: 10px;
  }
  .padding-left-m-10,
  .section.padding-left-m-10 {
    padding-left: 10px;
  }
  .padding-m-15,
  .section.padding-m-15 {
    padding: 15px;
  }
  .padding-top-m-15,
  .section.padding-top-m-15 {
    padding-top: 15px;
  }
  .padding-right-m-15,
  .section.padding-right-m-15 {
    padding-right: 15px;
  }
  .padding-bottom-m-15,
  .section.padding-bottom-m-15 {
    padding-bottom: 15px;
  }
  .padding-left-m-15,
  .section.padding-left-m-15 {
    padding-left: 15px;
  }
  .padding-m-20,
  .section.padding-m-20 {
    padding: 20px;
  }
  .padding-top-m-20,
  .section.padding-top-m-20 {
    padding-top: 20px;
  }
  .padding-right-m-20,
  .section.padding-right-m-20 {
    padding-right: 20px;
  }
  .padding-bottom-m-20,
  .section.padding-bottom-m-20 {
    padding-bottom: 20px;
  }
  .padding-left-m-20,
  .section.padding-left-m-20 {
    padding-left: 20px;
  }
  .padding-m-25,
  .section.padding-m-25 {
    padding: 25px;
  }
  .padding-top-m-25,
  .section.padding-top-m-25 {
    padding-top: 25px;
  }
  .padding-right-m-25,
  .section.padding-right-m-25 {
    padding-right: 25px;
  }
  .padding-bottom-m-25,
  .section.padding-bottom-m-25 {
    padding-bottom: 25px;
  }
  .padding-left-m-25,
  .section.padding-left-m-25 {
    padding-left: 25px;
  }
  .padding-m-30,
  .section.padding-m-30 {
    padding: 30px;
  }
  .padding-top-m-30,
  .section.padding-top-m-30 {
    padding-top: 30px;
  }
  .padding-right-m-30,
  .section.padding-right-m-30 {
    padding-right: 30px;
  }
  .padding-bottom-m-30,
  .section.padding-bottom-m-30 {
    padding-bottom: 30px;
  }
  .padding-left-m-30,
  .section.padding-left-m-30 {
    padding-left: 30px;
  }
  .padding-m-35,
  .section.padding-m-35 {
    padding: 35px;
  }
  .padding-top-m-35,
  .section.padding-top-m-35 {
    padding-top: 35px;
  }
  .padding-right-m-35,
  .section.padding-right-m-35 {
    padding-right: 35px;
  }
  .padding-bottom-m-35,
  .section.padding-bottom-m-35 {
    padding-bottom: 35px;
  }
  .padding-left-m-35,
  .section.padding-left-m-35 {
    padding-left: 35px;
  }
  .padding-m-40,
  .section.padding-m-40 {
    padding: 40px;
  }
  .padding-top-m-40,
  .section.padding-top-m-40 {
    padding-top: 40px;
  }
  .padding-right-m-40,
  .section.padding-right-m-40 {
    padding-right: 40px;
  }
  .padding-bottom-m-40,
  .section.padding-bottom-m-40 {
    padding-bottom: 40px;
  }
  .padding-left-m-40,
  .section.padding-left-m-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .padding-s-0,
  .section.padding-s-0 {
    padding: 0px;
  }
  .padding-top-s-0,
  .section.padding-top-s-0 {
    padding-top: 0px;
  }
  .padding-right-s-0,
  .section.padding-right-s-0 {
    padding-right: 0px;
  }
  .padding-bottom-s-0,
  .section.padding-bottom-s-0 {
    padding-bottom: 0px;
  }
  .padding-left-s-0,
  .section.padding-left-s-0 {
    padding-left: 0px;
  }
  .padding-s-5,
  .section.padding-s-5 {
    padding: 5px;
  }
  .padding-top-s-5,
  .section.padding-top-s-5 {
    padding-top: 5px;
  }
  .padding-right-s-5,
  .section.padding-right-s-5 {
    padding-right: 5px;
  }
  .padding-bottom-s-5,
  .section.padding-bottom-s-5 {
    padding-bottom: 5px;
  }
  .padding-left-s-5,
  .section.padding-left-s-5 {
    padding-left: 5px;
  }
  .padding-s-10,
  .section.padding-s-10 {
    padding: 10px;
  }
  .padding-top-s-10,
  .section.padding-top-s-10 {
    padding-top: 10px;
  }
  .padding-right-s-10,
  .section.padding-right-s-10 {
    padding-right: 10px;
  }
  .padding-bottom-s-10,
  .section.padding-bottom-s-10 {
    padding-bottom: 10px;
  }
  .padding-left-s-10,
  .section.padding-left-s-10 {
    padding-left: 10px;
  }
  .padding-s-15,
  .section.padding-s-15 {
    padding: 15px;
  }
  .padding-top-s-15,
  .section.padding-top-s-15 {
    padding-top: 15px;
  }
  .padding-right-s-15,
  .section.padding-right-s-15 {
    padding-right: 15px;
  }
  .padding-bottom-s-15,
  .section.padding-bottom-s-15 {
    padding-bottom: 15px;
  }
  .padding-left-s-15,
  .section.padding-left-s-15 {
    padding-left: 15px;
  }
  .padding-s-20,
  .section.padding-s-20 {
    padding: 20px;
  }
  .padding-top-s-20,
  .section.padding-top-s-20 {
    padding-top: 20px;
  }
  .padding-right-s-20,
  .section.padding-right-s-20 {
    padding-right: 20px;
  }
  .padding-bottom-s-20,
  .section.padding-bottom-s-20 {
    padding-bottom: 20px;
  }
  .padding-left-s-20,
  .section.padding-left-s-20 {
    padding-left: 20px;
  }
  .padding-s-25,
  .section.padding-s-25 {
    padding: 25px;
  }
  .padding-top-s-25,
  .section.padding-top-s-25 {
    padding-top: 25px;
  }
  .padding-right-s-25,
  .section.padding-right-s-25 {
    padding-right: 25px;
  }
  .padding-bottom-s-25,
  .section.padding-bottom-s-25 {
    padding-bottom: 25px;
  }
  .padding-left-s-25,
  .section.padding-left-s-25 {
    padding-left: 25px;
  }
  .padding-s-30,
  .section.padding-s-30 {
    padding: 30px;
  }
  .padding-top-s-30,
  .section.padding-top-s-30 {
    padding-top: 30px;
  }
  .padding-right-s-30,
  .section.padding-right-s-30 {
    padding-right: 30px;
  }
  .padding-bottom-s-30,
  .section.padding-bottom-s-30 {
    padding-bottom: 30px;
  }
  .padding-left-s-30,
  .section.padding-left-s-30 {
    padding-left: 30px;
  }
  .padding-s-35,
  .section.padding-s-35 {
    padding: 35px;
  }
  .padding-top-s-35,
  .section.padding-top-s-35 {
    padding-top: 35px;
  }
  .padding-right-s-35,
  .section.padding-right-s-35 {
    padding-right: 35px;
  }
  .padding-bottom-s-35,
  .section.padding-bottom-s-35 {
    padding-bottom: 35px;
  }
  .padding-left-s-35,
  .section.padding-left-s-35 {
    padding-left: 35px;
  }
  .padding-s-40,
  .section.padding-s-40 {
    padding: 40px;
  }
  .padding-top-s-40,
  .section.padding-top-s-40 {
    padding-top: 40px;
  }
  .padding-right-s-40,
  .section.padding-right-s-40 {
    padding-right: 40px;
  }
  .padding-bottom-s-40,
  .section.padding-bottom-s-40 {
    padding-bottom: 40px;
  }
  .padding-left-s-40,
  .section.padding-left-s-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .no-pad-mobile,
  .section.no-pad-mobile {
    padding: 0 !important;
  }
  .no-pad-top-mobile,
  .section.no-pad-top-mobile {
    padding-top: 0 !important;
  }
  .no-pad-bot-mobile,
  .section.no-pad-bot-mobile {
    padding-bottom: 0 !important;
  }
  .no-pad-left-mobile,
  .section.no-pad-left-mobile {
    padding-left: 0 !important;
  }
  .no-pad-right-mobile,
  .section.no-pad-right-mobile {
    padding-right: 0 !important;
  }
  .pad-mobile-5,
  .section.pad-mobile-5 {
    padding: 20px !important;
  }
  .pad-top-mobile-5,
  .section.pad-top-mobile-5 {
    padding-top: 5px !important;
  }
  .pad-bot-mobile-5,
  .section.pad-bot-mobile-5 {
    padding-bottom: 5px !important;
  }
  .pad-left-mobile-5,
  .section.pad-left-mobile-5 {
    padding-left: 5px !important;
  }
  .pad-right-mobile-5,
  .section.pad-right-mobile-5 {
    padding-right: 5px !important;
  }
  .pad-mobile-10,
  .section.pad-mobile-10 {
    padding: 20px !important;
  }
  .pad-top-mobile-10,
  .section.pad-top-mobile-10 {
    padding-top: 10px !important;
  }
  .pad-bot-mobile-10,
  .section.pad-bot-mobile-10 {
    padding-bottom: 10px !important;
  }
  .pad-left-mobile-10,
  .section.pad-left-mobile-10 {
    padding-left: 10px !important;
  }
  .pad-right-mobile-10,
  .section.pad-right-mobile-10 {
    padding-right: 10px !important;
  }
  .pad-mobile-20,
  .section.pad-mobile-20 {
    padding: 20px !important;
  }
  .pad-top-mobile-20,
  .section.pad-top-mobile-20 {
    padding-top: 20px !important;
  }
  .pad-bot-mobile-20,
  .section.pad-bot-mobile-20 {
    padding-bottom: 20px !important;
  }
  .pad-left-mobile-20,
  .section.pad-left-mobile-20 {
    padding-left: 20px !important;
  }
  .pad-right-mobile-20,
  .section.pad-right-mobile-20 {
    padding-right: 20px !important;
  }
  .pad-mobile-30,
  .section.pad-mobile-30 {
    padding: 30px !important;
  }
  .pad-top-mobile-30,
  .section.pad-top-mobile-30 {
    padding-top: 30px !important;
  }
  .pad-bot-mobile-30,
  .section.pad-bot-mobile-30 {
    padding-bottom: 30px !important;
  }
  .pad-left-mobile-30,
  .section.pad-left-mobile-30 {
    padding-left: 30px !important;
  }
  .pad-right-mobile-30,
  .section.pad-right-mobile-30 {
    padding-right: 30px !important;
  }
  .pad-mobile-40,
  .section.pad-mobile-40 {
    padding: 20px !important;
  }
  .pad-top-mobile-40,
  .section.pad-top-mobile-40 {
    padding-top: 40px !important;
  }
  .pad-bot-mobile-40,
  .section.pad-bot-mobile-40 {
    padding-bottom: 40px !important;
  }
  .pad-left-mobile-40,
  .section.pad-left-mobile-40 {
    padding-left: 40px !important;
  }
  .pad-right-mobile-40,
  .section.pad-right-mobile-40 {
    padding-right: 40px !important;
  }
  .pad-mobile-50,
  .section.pad-mobile-50 {
    padding: 50px !important;
  }
  .pad-top-mobile-50,
  .section.pad-top-mobile-50 {
    padding-top: 50px !important;
  }
  .pad-bot-mobile-50,
  .section.pad-bot-mobile-50 {
    padding-bottom: 50px !important;
  }
  .pad-left-mobile-50,
  .section.pad-left-mobile-50 {
    padding-left: 50px !important;
  }
  .pad-right-mobile-50,
  .section.pad-right-mobile-50 {
    padding-right: 50px !important;
  }
  .pad-mobile-60,
  .section.pad-mobile-60 {
    padding: 20px !important;
  }
  .pad-top-mobile-60,
  .section.pad-top-mobile-60 {
    padding-top: 60px !important;
  }
  .pad-bot-mobile-60,
  .section.pad-bot-mobile-60 {
    padding-bottom: 60px !important;
  }
  .pad-left-mobile-60,
  .section.pad-left-mobile-60 {
    padding-left: 60px !important;
  }
  .pad-right-mobile-60,
  .section.pad-right-mobile-60 {
    padding-right: 60px !important;
  }
  .pad-mobile-70,
  .section.pad-mobile-70 {
    padding: 20px !important;
  }
  .pad-top-mobile-70,
  .section.pad-top-mobile-70 {
    padding-top: 70px !important;
  }
  .pad-bot-mobile-70,
  .section.pad-bot-mobile-70 {
    padding-bottom: 70px !important;
  }
  .pad-left-mobile-70,
  .section.pad-left-mobile-70 {
    padding-left: 70px !important;
  }
  .pad-right-mobile-70,
  .section.pad-right-mobile-70 {
    padding-right: 70px !important;
  }
  .pad-mobile-80,
  .section.pad-mobile-80 {
    padding: 20px !important;
  }
  .pad-top-mobile-80,
  .section.pad-top-mobile-80 {
    padding-top: 80px !important;
  }
  .pad-bot-mobile-80,
  .section.pad-bot-mobile-80 {
    padding-bottom: 80px !important;
  }
  .pad-left-mobile-80,
  .section.pad-left-mobile-80 {
    padding-left: 80px !important;
  }
  .pad-right-mobile-80,
  .section.pad-right-mobile-80 {
    padding-right: 80px !important;
  }
  .pad-mobile-90,
  .section.pad-mobile-90 {
    padding: 20px !important;
  }
  .pad-top-mobile-90,
  .section.pad-top-mobile-90 {
    padding-top: 90px !important;
  }
  .pad-bot-mobile-90,
  .section.pad-bot-mobile-90 {
    padding-bottom: 90px !important;
  }
  .pad-left-mobile-90,
  .section.pad-left-mobile-90 {
    padding-left: 90px !important;
  }
  .pad-right-mobile-90,
  .section.pad-right-mobile-90 {
    padding-right: 90px !important;
  }
  .pad-mobile-100,
  .section.pad-mobile-100 {
    padding: 20px !important;
  }
  .pad-top-mobile-100,
  .section.pad-top-mobile-100 {
    padding-top: 100px !important;
  }
  .pad-bot-mobile-100,
  .section.pad-bot-mobile-100 {
    padding-bottom: 100px !important;
  }
  .pad-left-mobile-100,
  .section.pad-left-mobile-100 {
    padding-left: 100px !important;
  }
  .pad-right-mobile-100,
  .section.pad-right-mobile-100 {
    padding-right: 100px !important;
  }
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
.width-30px,
.width-30px .card-image-bg {
  width: 30px;
}
.width-40px,
.width-40px .card-image-bg {
  width: 40px;
}
.width-50px,
.width-50px .card-image-bg {
  width: 50px;
}
.width-100px,
.width-100px .card-image-bg {
  width: 100px;
}
.width-150px,
.width-150px .card-image-bg {
  width: 150px;
}
.width-200px,
.width-200px .card-image-bg {
  width: 200px;
}
.width-300px,
.width-300px .card-image-bg {
  width: 300px;
}
.width-400px,
.width-400px .card-image-bg {
  width: 400px;
}
.width-500px,
.width-500px .card-image-bg {
  width: 500px;
}
.width-600px,
.width-600px .card-image-bg {
  width: 600px;
}
.width-700px,
.width-700px .card-image-bg {
  width: 700px;
}
.width-800px,
.width-800px .card-image-bg {
  width: 800px;
}
@media screen and (min-width: 1025px) {
  .width-l-50,
  .width-l-50 .card-image-bg {
    width: 50% !important;
  }
  .width-l-100,
  .width-l-100 .card-image-bg {
    width: 100% !important;
  }
  .width-l-30px,
  .width-l-30px .card-image-bg {
    width: 30px !important;
  }
  .width-l-40px,
  .width-l-40px .card-image-bg {
    width: 40px !important;
  }
  .width-l-50px,
  .width-l-50px .card-image-bg {
    width: 50px !important;
  }
  .width-l-100px,
  .width-l-100px .card-image-bg {
    width: 100px !important;
  }
  .width-l-150px,
  .width-l-150px .card-image-bg {
    width: 150px !important;
  }
  .width-l-200px,
  .width-l-200px .card-image-bg {
    width: 200px !important;
  }
  .width-l-300px,
  .width-l-300px .card-image-bg {
    width: 300px !important;
  }
  .width-l-400px,
  .width-l-400px .card-image-bg {
    width: 400px !important;
  }
  .width-l-500px,
  .width-l-500px .card-image-bg {
    width: 500px !important;
  }
  .width-l-600px,
  .width-l-600px .card-image-bg {
    width: 600px !important;
  }
  .width-l-700px,
  .width-l-700px .card-image-bg {
    width: 700px !important;
  }
  .width-l-800px,
  .width-l-800px .card-image-bg {
    width: 800px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .width-m-50,
  .width-m-50 .card-image-bg {
    width: 50% !important;
  }
  .width-m-100,
  .width-m-100 .card-image-bg {
    width: 100% !important;
  }
  .width-m-30px,
  .width-m-30px .card-image-bg {
    width: 30px !important;
  }
  .width-m-40px,
  .width-m-40px .card-image-bg {
    width: 40px !important;
  }
  .width-m-50px,
  .width-m-50px .card-image-bg {
    width: 50px !important;
  }
  .width-m-100px,
  .width-m-100px .card-image-bg {
    width: 100px !important;
  }
  .width-m-150px,
  .width-m-150px .card-image-bg {
    width: 150px !important;
  }
  .width-m-200px,
  .width-m-200px .card-image-bg {
    width: 200px !important;
  }
  .width-m-300px,
  .width-m-300px .card-image-bg {
    width: 300px !important;
  }
  .width-m-400px,
  .width-m-400px .card-image-bg {
    width: 400px !important;
  }
  .width-m-500px,
  .width-m-500px .card-image-bg {
    width: 500px !important;
  }
  .width-m-600px,
  .width-m-600px .card-image-bg {
    width: 600px !important;
  }
  .width-m-700px,
  .width-m-700px .card-image-bg {
    width: 700px !important;
  }
  .width-m-800px,
  .width-m-800px .card-image-bg {
    width: 800px !important;
  }
}
@media screen and (max-width: 600px) {
  .width-s-50,
  .width-s-50 .card-image-bg {
    width: 50% !important;
  }
  .width-s-100,
  .width-s-100 .card-image-bg {
    width: 100% !important;
  }
  .width-s-30px,
  .width-s-30px .card-image-bg {
    width: 30px !important;
  }
  .width-s-40px,
  .width-s-40px .card-image-bg {
    width: 40px !important;
  }
  .width-s-50px,
  .width-s-50px .card-image-bg {
    width: 50px !important;
  }
  .width-s-100px,
  .width-s-100px .card-image-bg {
    width: 100px !important;
  }
  .width-s-150px,
  .width-s-150px .card-image-bg {
    width: 150px !important;
  }
  .width-s-200px,
  .width-s-200px .card-image-bg {
    width: 200px !important;
  }
  .width-s-300px,
  .width-s-300px .card-image-bg {
    width: 300px !important;
  }
  .width-s-400px,
  .width-s-400px .card-image-bg {
    width: 400px !important;
  }
  .width-s-500px,
  .width-s-500px .card-image-bg {
    width: 500px !important;
  }
  .width-s-600px,
  .width-s-600px .card-image-bg {
    width: 600px !important;
  }
  .width-s-700px,
  .width-s-700px .card-image-bg {
    width: 700px !important;
  }
  .width-s-800px,
  .width-s-800px .card-image-bg {
    width: 800px !important;
  }
}
@media screen and (max-width: 1024px) {
  .width-mobile-50,
  .width-mobile-50 .card-image-bg {
    width: 50% !important;
  }
  .width-mobile-100,
  .width-mobile-100 .card-image-bg {
    width: 100% !important;
  }
  .width-mobile-30px,
  .width-mobile-30px .card-image-bg {
    width: 30px !important;
  }
  .width-mobile-40px,
  .width-mobile-40px .card-image-bg {
    width: 40px !important;
  }
  .width-mobile-50px,
  .width-mobile-50px .card-image-bg {
    width: 50px !important;
  }
  .width-mobile-100px,
  .width-mobile-100px .card-image-bg {
    width: 100px !important;
  }
  .width-mobile-150px,
  .width-mobile-150px .card-image-bg {
    width: 150px !important;
  }
  .width-mobile-200px,
  .width-mobile-200px .card-image-bg {
    width: 200px !important;
  }
  .width-mobile-300px,
  .width-mobile-300px .card-image-bg {
    width: 300px !important;
  }
  .width-mobile-400px,
  .width-mobile-400px .card-image-bg {
    width: 400px !important;
  }
  .width-mobile-500px,
  .width-mobile-500px .card-image-bg {
    width: 500px !important;
  }
  .width-mobile-600px,
  .width-mobile-600px .card-image-bg {
    width: 600px !important;
  }
  .width-mobile-700px,
  .width-mobile-700px .card-image-bg {
    width: 700px !important;
  }
  .width-mobile-800px,
  .width-mobile-800px .card-image-bg {
    width: 800px !important;
  }
}
.height-10,
.height-10 .card-image-bg {
  height: 10vh;
}
.height-20,
.height-20 .card-image-bg {
  height: 20vh;
}
.height-30,
.height-30 .card-image-bg {
  height: 30vh;
}
.height-40,
.height-40 .card-image-bg {
  height: 40vh;
}
.height-50,
.height-50 .card-image-bg {
  height: 50vh;
}
.height-60,
.height-60 .card-image-bg {
  height: 60vh;
}
.height-70,
.height-70 .card-image-bg {
  height: 70vh;
}
.height-80,
.height-80 .card-image-bg {
  height: 80vh;
}
.height-90,
.height-90 .card-image-bg {
  height: 90vh;
}
.height-100,
.height-100 .card-image-bg {
  height: 100vh;
}
.height-100p {
  height: 100%;
}
.height-10px,
.height-10px .card-image-bg {
  height: 10px;
}
.height-20px,
.height-20px .card-image-bg {
  height: 20px;
}
.height-50px,
.height-50px .card-image-bg {
  height: 50px;
}
.height-100px,
.height-100px .card-image-bg {
  height: 100px;
}
.height-150px,
.height-150px .card-image-bg {
  height: 150px;
}
.height-200px,
.height-200px .card-image-bg {
  height: 200px;
}
.height-300px,
.height-300px .card-image-bg {
  height: 300px;
}
.height-400px,
.height-400px .card-image-bg {
  height: 400px;
}
.height-500px,
.height-500px .card-image-bg {
  height: 500px;
}
.height-600px,
.height-600px .card-image-bg {
  height: 600px;
}
.height-700px,
.height-700px .card-image-bg {
  height: 700px;
}
.height-800px,
.height-800px .card-image-bg {
  height: 800px;
}
@media screen and (min-width: 1025px) {
  .height-l-10,
  .height-l-10 .card-image-bg {
    height: 10vh !important;
  }
  .height-l-20,
  .height-l-20 .card-image-bg {
    height: 20vh !important;
  }
  .height-l-30,
  .height-l-30 .card-image-bg {
    height: 30vh !important;
  }
  .height-l-40,
  .height-l-40 .card-image-bg {
    height: 40vh !important;
  }
  .height-l-50,
  .height-l-50 .card-image-bg {
    height: 50vh !important;
  }
  .height-l-60,
  .height-l-60 .card-image-bg {
    height: 60vh !important;
  }
  .height-l-70,
  .height-l-70 .card-image-bg {
    height: 70vh !important;
  }
  .height-l-80,
  .height-l-80 .card-image-bg {
    height: 80vh !important;
  }
  .height-l-90,
  .height-l-90 .card-image-bg {
    height: 90vh !important;
  }
  .height-l-100,
  .height-l-100 .card-image-bg {
    height: 100vh !important;
  }
  .height-l-100p {
    height: 100% !important;
  }
  .height-l-10px,
  .height-l-10px .card-image-bg {
    height: 10px !important;
  }
  .height-l-20px,
  .height-l-20px .card-image-bg {
    height: 20px !important;
  }
  .height-l-50px,
  .height-l-50px .card-image-bg {
    height: 50px !important;
  }
  .height-l-100px,
  .height-l-100px .card-image-bg {
    height: 100px !important;
  }
  .height-l-150px,
  .height-l-150px .card-image-bg {
    height: 150px !important;
  }
  .height-l-200px,
  .height-l-200px .card-image-bg {
    height: 200px !important;
  }
  .height-l-300px,
  .height-l-300px .card-image-bg {
    height: 300px !important;
  }
  .height-l-400px,
  .height-l-400px .card-image-bg {
    height: 400px !important;
  }
  .height-l-500px,
  .height-l-500px .card-image-bg {
    height: 500px !important;
  }
  .height-l-600px,
  .height-l-600px .card-image-bg {
    height: 600px !important;
  }
  .height-l-700px,
  .height-l-700px .card-image-bg {
    height: 700px !important;
  }
  .height-l-800px,
  .height-l-800px .card-image-bg {
    height: 800px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .height-m-10,
  .height-m-10 .card-image-bg {
    height: 10vh !important;
  }
  .height-m-20,
  .height-m-20 .card-image-bg {
    height: 20vh !important;
  }
  .height-m-30,
  .height-m-30 .card-image-bg {
    height: 30vh !important;
  }
  .height-m-40,
  .height-m-40 .card-image-bg {
    height: 40vh !important;
  }
  .height-m-50,
  .height-m-50 .card-image-bg {
    height: 50vh !important;
  }
  .height-m-60,
  .height-m-60 .card-image-bg {
    height: 60vh !important;
  }
  .height-m-70,
  .height-m-70 .card-image-bg {
    height: 70vh !important;
  }
  .height-m-80,
  .height-m-80 .card-image-bg {
    height: 80vh !important;
  }
  .height-m-90,
  .height-m-90 .card-image-bg {
    height: 90vh !important;
  }
  .height-m-100,
  .height-m-100 .card-image-bg {
    height: 100vh !important;
  }
  .height-m-100p {
    height: 100% !important;
  }
  .height-m-10px,
  .height-m-10px .card-image-bg {
    height: 10px !important;
  }
  .height-m-20px,
  .height-m-20px .card-image-bg {
    height: 20px !important;
  }
  .height-m-50px,
  .height-m-50px .card-image-bg {
    height: 50px !important;
  }
  .height-m-100px,
  .height-m-100px .card-image-bg {
    height: 100px !important;
  }
  .height-m-150px,
  .height-m-150px .card-image-bg {
    height: 150px !important;
  }
  .height-m-200px,
  .height-m-200px .card-image-bg {
    height: 200px !important;
  }
  .height-m-300px,
  .height-m-300px .card-image-bg {
    height: 300px !important;
  }
  .height-m-400px,
  .height-m-400px .card-image-bg {
    height: 400px !important;
  }
  .height-m-500px,
  .height-m-500px .card-image-bg {
    height: 500px !important;
  }
  .height-m-600px,
  .height-m-600px .card-image-bg {
    height: 600px !important;
  }
  .height-m-700px,
  .height-m-700px .card-image-bg {
    height: 700px !important;
  }
  .height-m-800px,
  .height-m-800px .card-image-bg {
    height: 800px !important;
  }
}
@media screen and (max-width: 600px) {
  .height-s-10,
  .height-s-10 .card-image-bg {
    height: 10vh !important;
  }
  .height-s-20,
  .height-s-20 .card-image-bg {
    height: 20vh !important;
  }
  .height-s-30,
  .height-s-30 .card-image-bg {
    height: 30vh !important;
  }
  .height-s-40,
  .height-s-40 .card-image-bg {
    height: 40vh !important;
  }
  .height-s-50,
  .height-s-50 .card-image-bg {
    height: 50vh !important;
  }
  .height-s-60,
  .height-s-60 .card-image-bg {
    height: 60vh !important;
  }
  .height-s-70,
  .height-s-70 .card-image-bg {
    height: 70vh !important;
  }
  .height-s-80,
  .height-s-80 .card-image-bg {
    height: 80vh !important;
  }
  .height-s-90,
  .height-s-90 .card-image-bg {
    height: 90vh !important;
  }
  .height-s-100,
  .height-s-100 .card-image-bg {
    height: 100vh !important;
  }
  .height-s-100p {
    height: 100% !important;
  }
  .height-s-10px,
  .height-s-10px .card-image-bg {
    height: 10px !important;
  }
  .height-s-20px,
  .height-s-20px .card-image-bg {
    height: 20px !important;
  }
  .height-s-50px,
  .height-s-50px .card-image-bg {
    height: 50px !important;
  }
  .height-s-100px,
  .height-s-100px .card-image-bg {
    height: 100px !important;
  }
  .height-s-150px,
  .height-s-150px .card-image-bg {
    height: 150px !important;
  }
  .height-s-200px,
  .height-s-200px .card-image-bg {
    height: 200px !important;
  }
  .height-s-300px,
  .height-s-300px .card-image-bg {
    height: 300px !important;
  }
  .height-s-400px,
  .height-s-400px .card-image-bg {
    height: 400px !important;
  }
  .height-s-500px,
  .height-s-500px .card-image-bg {
    height: 500px !important;
  }
  .height-s-600px,
  .height-s-600px .card-image-bg {
    height: 600px !important;
  }
  .height-s-700px,
  .height-s-700px .card-image-bg {
    height: 700px !important;
  }
  .height-s-800px,
  .height-s-800px .card-image-bg {
    height: 800px !important;
  }
}
@media screen and (max-width: 1024px) {
  .height-mobile-10,
  .height-mobile-10 .card-image-bg {
    height: 30vh !important;
  }
  .height-mobile-20,
  .height-mobile-20 .card-image-bg {
    height: 20vh !important;
  }
  .height-mobile-30,
  .height-mobile-30 .card-image-bg {
    height: 30vh !important;
  }
  .height-mobile-40,
  .height-mobile-40 .card-image-bg {
    height: 40vh !important;
  }
  .height-mobile-50,
  .height-mobile-50 .card-image-bg {
    height: 50vh !important;
  }
  .height-mobile-60,
  .height-mobile-60 .card-image-bg {
    height: 60vh !important;
  }
  .height-mobile-70,
  .height-mobile-70 .card-image-bg {
    height: 70vh !important;
  }
  .height-mobile-80,
  .height-mobile-80 .card-image-bg {
    height: 80vh !important;
  }
  .height-mobile-90,
  .height-mobile-90 .card-image-bg {
    height: 90vh !important;
  }
  .height-mobile-100,
  .height-mobile-100 .card-image-bg {
    height: 100vh !important;
  }
  .height-mobile-100p {
    height: 100% !important;
  }
  .height-mobile-10px,
  .height-mobile-10px .card-image-bg {
    height: 10px !important;
  }
  .height-mobile-20px,
  .height-mobile-20px .card-image-bg {
    height: 20px !important;
  }
  .height-mobile-50px,
  .height-mobile-50px .card-image-bg {
    height: 50px !important;
  }
  .height-mobile-100px,
  .height-mobile-100px .card-image-bg {
    height: 100px !important;
  }
  .height-mobile-150px,
  .height-mobile-150px .card-image-bg {
    height: 150px !important;
  }
  .height-mobile-200px,
  .height-mobile-200px .card-image-bg {
    height: 200px !important;
  }
  .height-mobile-300px,
  .height-mobile-300px .card-image-bg {
    height: 300px !important;
  }
  .height-mobile-400px,
  .height-mobile-400px .card-image-bg {
    height: 400px !important;
  }
  .height-mobile-500px,
  .height-mobile-500px .card-image-bg {
    height: 500px !important;
  }
  .height-mobile-600px,
  .height-mobile-600px .card-image-bg {
    height: 600px !important;
  }
  .height-mobile-700px,
  .height-mobile-700px .card-image-bg {
    height: 700px !important;
  }
  .height-mobile-800px,
  .height-mobile-800px .card-image-bg {
    height: 800px !important;
  }
}
