@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap");
.custom-color {
  color: rgb(51, 162, 222);
}

.u-header__section--light .navbar-nav:not([class*=u-main-nav-v]) .open > .nav-link,
.u-header__section--light .navbar-nav:not([class*=u-main-nav-v]) .active > .nav-link,
.u-header__section--light .navbar-nav:not([class*=u-main-nav-v]) .nav-link.open,
.u-header__section--light .navbar-nav:not([class*=u-main-nav-v]) .nav-link.active,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*=u-main-nav-v]) .open > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*=u-main-nav-v]) .active > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*=u-main-nav-v]) .nav-link.open,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*=u-main-nav-v]) .nav-link.active,
.u-secondary-navigation .active a {
  border-bottom: solid 4px #F0A143;
}

.u-block-hover:hover .g-color-primary--hover,
.g-color-primary--hover:hover {
  color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Custom BG
------------------------------------*/
[class*=g-bgi-v] {
  background-position: center;
  background-attachment: fixed;
}

.g-bgi-v1,
.g-bgi-v1 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v2,
.g-bgi-v2 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v3,
.g-bgi-v3 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v4,
.g-bgi-v4 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v5,
.g-bgi-v5 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v6,
.g-bgi-v6 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.g-bgi-v7,
.g-bgi-v7 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img-temp/1920x1080/img7.jpg);
}

.g-bgi-v8,
.g-bgi-v8 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/bricks-white.png);
}

.g-bgi-v9,
.g-bgi-v9 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/math-dark.png);
}

.g-bgi-v10,
.g-bgi-v10 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/figures-light.png);
}

.g-bgi-v11,
.g-bgi-v11 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/footer-lodyas.png);
}

.g-bgi-v12,
.g-bgi-v12 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/doodles.png);
}

.g-bgi-v13,
.g-bgi-v13 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/darkness.png);
}

.g-bgi-v14,
.g-bgi-v14 .u-outer-spaces-helper::after {
  background-image: url(https://htmlstream.com/preview/unify-v2.6.3/assets/img/bg/pattern/memphis-colorful.png);
}

/*------------------------------------
  Boxed layout
------------------------------------*/
.g-layout-boxed,
.g-layout-semiboxed {
  background-color: rgb(248, 248, 248);
}

.u-outer-space-v1 .g-layout-boxed::after,
.u-outer-space-v2 .g-layout-boxed::after,
.u-outer-space-v1 .g-layout-semiboxed::after,
.u-outer-space-v2 .g-layout-semiboxed::after {
  border-bottom-color: rgb(248, 248, 248);
}

.g-layout-boxed main,
.g-layout-semiboxed main {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .g-layout-boxed main {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .g-layout-semiboxed main {
    width: 1340px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v1 {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v1 body {
    height: calc(100% - 40px);
    min-height: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .u-outer-space-v2 {
    margin: 40px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v2 body {
    height: calc(100% - 80px);
    min-height: calc(100% - 80px);
  }
}
/*------------------------------------
  Dark Theme
------------------------------------*/
.g-dark-theme {
  background-color: black;
  color: white;
}

.g-dark-theme main {
  background-color: #222;
}

.g-dark-theme .u-header__section {
  background-color: #222;
}

.g-dark-theme .u-btn-inset::before {
  border-color: #222;
}

/*------------------------------------
  Fonts
------------------------------------*/
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

a {
  color: rgb(51, 162, 222);
  outline: none;
}

a:focus,
a:hover {
  color: rgb(35, 123, 171);
}

/*------------------------------------
  Bootstrap
------------------------------------*/
.page-link,
.page-link:hover,
.page-link:focus,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: rgb(51, 162, 222);
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  border-color: rgb(51, 162, 222);
  background-color: rgb(51, 162, 222);
}

.btn-outline-primary {
  color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: rgb(45, 149, 204);
  border-color: rgb(45, 149, 204);
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.progress-bar {
  background-color: rgb(51, 162, 222);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(45, 149, 204);
  border-color: rgb(45, 149, 204);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(51, 162, 222, 0.5);
}

/*------------------------------------
  Background colors
------------------------------------*/
.g-bg-primary,
.g-bg-primary--hover:hover,
.g-parent:hover .g-bg-primary--parent-hover,
.g-bg-primary--active.active,
.active .g-bg-primary--active,
.g-parent.active .g-bg-primary--parent-active {
  background-color: rgb(51, 162, 222) !important;
}

.g-bg-primary--before::before,
.g-bg-primary--after::after {
  background-color: rgb(51, 162, 222) !important;
}

.g-bg-primary-opacity-0_1 {
  background-color: rgba(51, 162, 222, 0.1) !important;
}

.g-bg-primary-opacity-0_2,
.g-bg-primary-opacity-0_2--hover:hover,
.g-bg-primary-opacity-0_2--hover--after:hover::after,
.g-bg-primary-opacity-0_2--before::before,
.g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(51, 162, 222, 0.2) !important;
}

.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(51, 162, 222, 0.2) !important;
}

.g-bg-primary-opacity-0_4,
.g-bg-primary-opacity-0_4--hover:hover,
.g-bg-primary-opacity-0_4--hover--after:hover::after,
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(51, 162, 222, 0.4) !important;
}

.g-bg-primary-opacity-0_6,
.g-bg-primary-opacity-0_6--hover:hover,
.g-bg-primary-opacity-0_6--hover--after:hover::after,
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(51, 162, 222, 0.6) !important;
}

.g-bg-primary-opacity-0_8,
.g-bg-primary-opacity-0_8--hover:hover,
.g-bg-primary-opacity-0_8--hover--after:hover::after,
.g-bg-primary-opacity-0_8--before::after,
.g-bg-primary-opacity-0_8--after::after,
.g-bg-primary-opacity-0_8--before--hover:hover::after,
.g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(51, 162, 222, 0.8) !important;
}

.g-bg-primary-opacity-0_9,
.g-bg-primary-opacity-0_9--hover:hover,
.g-bg-primary-opacity-0_9--hover--after:hover::after,
.g-bg-primary-opacity-0_9--before::after,
.g-bg-primary-opacity-0_9--after::after,
.g-bg-primary-opacity-0_9--before--hover:hover::after,
.g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(51, 162, 222, 0.9) !important;
}

.g-bg-primary-dark-v1 {
  background-color: rgb(45, 149, 204) !important;
}

.g-bg-primary-dark-v2 {
  background-color: rgb(40, 137, 189) !important;
}

.g-bg-primary-dark-v3 {
  background-color: rgb(35, 123, 171) !important;
}

/*.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background: linear-gradient(to bottom, rgba(red(@customColor), green(@customColor), blue(@customColor), .5), rgba(red(@customColor), green(@customColor), blue(@customColor), 1));
}*/
/*------------------------------------
  Border colors
------------------------------------*/
.g-brd-primary,
.g-brd-primary--before::before,
.g-brd-primary--before--active.active::before,
.slick-active .g-brd-primary--before--active::before,
.g-brd-primary--hover:hover,
.g-brd-primary--active.active,
.g-brd-primary--active.cbp-filter-item-active,
.slick-active .g-brd-primary--active,
*:hover > .g-brd-primary--hover-parent {
  border-color: rgb(51, 162, 222) !important;
}

.g-brd-primary-opacity-0_3,
.g-brd-primary-opacity-0_3--hover:hover,
.g-brd-primary-opacity-0_3--active.active,
.g-brd-primary-opacity-0_3--active.cbp-filter-item-active,
*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(51, 162, 222, 0.3) !important;
}

.g-brd-primary-top,
.g-brd-primary-top--before::before,
.g-brd-primary-top--hover:hover,
.g-brd-primary-top--hover:hover::after,
.g-brd-primary-top--active.active,
.g-brd-primary-top--active.active::after {
  border-top-color: rgb(51, 162, 222) !important;
}

.g-brd-primary-bottom,
.g-brd-primary-bottom--before::before,
.g-brd-primary-bottom--hover:hover,
.g-brd-primary-bottom--hover:hover::after,
.g-brd-primary-bottom--active.active,
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: rgb(51, 162, 222) !important;
}

.g-brd-primary-left,
.g-brd-primary-left--before::before {
  border-left-color: rgb(51, 162, 222) !important;
}

.g-brd-primary-right,
.g-brd-primary-right--before::before {
  border-right-color: rgb(51, 162, 222) !important;
}

.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(51, 162, 222, 0.3) !important;
}

.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(51, 162, 222, 0.3) !important;
}

.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(51, 162, 222, 0.3) !important;
}

.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(51, 162, 222, 0.3) !important;
}

.g-brd-primary-dark-dark-v1,
.g-brd-primary-dark-dark-v1--hover:hover,
.g-brd-primary-dark-dark-v1--active.active,
.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: rgb(45, 149, 204) !important;
}

.g-brd-primary-dark-dark-v2,
.g-brd-primary-dark-dark-v2--hover:hover,
.g-brd-primary-dark-dark-v2--active.active,
.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: rgb(40, 137, 189) !important;
}

.g-brd-primary-dark-dark-v3,
.g-brd-primary-dark-dark-v3--hover:hover,
.g-brd-primary-dark-dark-v3--active.active,
.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: rgb(35, 123, 171) !important;
}

.g-brd-primary-dark-dark-v1-top {
  border-top-color: rgb(45, 149, 204) !important;
}

.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: rgb(45, 149, 204) !important;
}

.g-brd-primary-dark-dark-v1-left {
  border-left-color: rgb(45, 149, 204) !important;
}

.g-brd-primary-dark-dark-v1-right {
  border-right-color: rgb(45, 149, 204) !important;
}

.g-brd-primary-dark-dark-v2-top {
  border-top-color: rgb(40, 137, 189) !important;
}

.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: rgb(40, 137, 189) !important;
}

.g-brd-primary-dark-dark-v2-left {
  border-left-color: rgb(40, 137, 189) !important;
}

.g-brd-primary-dark-dark-v2-right {
  border-right-color: rgb(40, 137, 189) !important;
}

.g-brd-primary-dark-dark-v3-top {
  border-top-color: rgb(35, 123, 171) !important;
}

.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: rgb(35, 123, 171) !important;
}

.g-brd-primary-dark-dark-v3-left {
  border-left-color: rgb(35, 123, 171) !important;
}

.g-brd-primary-dark-dark-v3-right {
  border-right-color: rgb(35, 123, 171) !important;
}

/*------------------------------------
  Colors
------------------------------------*/
.g-color-primary,
.g-color-primary--hover:hover,
.g-color-primary--active.cbp-filter-item-active {
  color: rgb(51, 162, 222) !important;
}

.g-color-primary-opacity-0_3 {
  color: rgba(51, 162, 222, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
  color: rgba(51, 162, 222, 0.4) !important;
}

.g-color-primary--before::before,
.g-color-primary--after::after {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
.u-shadow-v13 {
  box-shadow: inset 2px 2px 2px 0 rgb(51, 162, 222);
}

/*------------------------------------
  Fill colors
------------------------------------*/
.g-fill-primary,
.g-fill-primary path,
.g-fill-primary polygon,
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon,
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  background-color: rgb(51, 162, 222);
}

::selection {
  background-color: rgb(51, 162, 222);
}

.g-bg-primary ::-moz-selection {
  color: rgb(51, 162, 222);
}

.g-bg-primary ::selection {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Buttons
------------------------------------*/
.u-btn-primary {
  background-color: rgb(51, 162, 222);
}

.u-btn-primary:hover,
.u-btn-primary.active,
.u-btn-primary.cbp-filter-item-active {
  border-color: rgb(97, 177, 220);
  background-color: rgb(97, 177, 220);
}

.u-btn-primary.u-btn-hover-v1-1::after,
.u-btn-primary.u-btn-hover-v1-1:hover::after,
.u-btn-primary.u-btn-hover-v1-2::after,
.u-btn-primary.u-btn-hover-v1-2:hover::after,
.u-btn-primary.u-btn-hover-v1-3::after,
.u-btn-primary.u-btn-hover-v1-3:hover::after,
.u-btn-primary.u-btn-hover-v1-4::after,
.u-btn-primary.u-btn-hover-v1-4:hover::after,
.u-btn-primary.u-btn-hover-v2-1::after,
.u-btn-primary.u-btn-hover-v2-1:hover::after,
.u-btn-primary.u-btn-hover-v2-2::after,
.u-btn-primary.u-btn-hover-v2-2:hover::after {
  background-color: rgb(91, 174, 218);
}

.u-btn-primary.u-btn-hover-v1-1:hover,
.u-btn-primary.u-btn-hover-v1-2:hover,
.u-btn-primary.u-btn-hover-v1-3:hover,
.u-btn-primary.u-btn-hover-v1-4:hover,
.u-btn-primary.u-btn-hover-v2-1:hover,
.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: rgb(51, 162, 222);
}

.u-btn-outline-primary {
  color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-btn-outline-primary:hover {
  background-color: rgb(51, 162, 222);
}

.u-btn-outline-primary.u-btn-hover-v1-1::after,
.u-btn-outline-primary.u-btn-hover-v1-1:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-2::after,
.u-btn-outline-primary.u-btn-hover-v1-2:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-3::after,
.u-btn-outline-primary.u-btn-hover-v1-3:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-4::after,
.u-btn-outline-primary.u-btn-hover-v1-4:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-1::after,
.u-btn-outline-primary.u-btn-hover-v2-1:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-2::after,
.u-btn-outline-primary.u-btn-hover-v2-2:hover::after,
.u-btn-outline-primary.u-btn-hover-v3-1::after,
.u-btn-outline-primary.u-btn-hover-v3-1:hover::after {
  background-color: rgba(51, 162, 222, 0.95);
}

/*------------------------------------
  Checkboxes & Radio Buttons
------------------------------------*/
.u-check input[type=checkbox]:checked + .u-check-icon-font i,
.u-check input[type=radio]:checked + .u-check-icon-font i,
.u-check input[type=checkbox]:checked + * .u-check-icon-font i,
.u-check input[type=radio]:checked + * .u-check-icon-font i {
  color: rgb(51, 162, 222);
}

.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v1,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v1,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v1,
.u-check input[type=radio]:checked + .u-check-icon-radio-v1,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v1,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v1,
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v7,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v7,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v7,
.u-check input[type=radio]:checked + .u-check-icon-radio-v7,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v7,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v7 {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-check-icon-checkbox-v2,
.u-check-icon-radio-v2,
.u-check-icon-checkbox-v3,
.u-check-icon-radio-v3 {
  border-color: rgb(51, 162, 222);
}

.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v4,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v4,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v4,
.u-check input[type=radio]:checked + .u-check-icon-radio-v4,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v4,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v4,
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v8,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v8,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v8,
.u-check input[type=radio]:checked + .u-check-icon-radio-v8,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v8,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v8 {
  color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v5 i,
.u-check input[type=radio]:checked + .u-check-icon-radio-v5 i,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v5 i,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v5 i {
  border-color: rgb(51, 162, 222);
}

.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v6 i,
.u-check input[type=radio]:checked + .u-check-icon-radio-v6 i,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v6 i {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type=radio]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type=radio]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type=checkbox]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type=radio]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type=checkbox]:checked + * .u-check-icon-radio-v8 i::after,
.u-check input[type=radio]:checked + * .u-check-icon-radio-v8 i::after {
  background-color: rgb(51, 162, 222);
}

.u-checkbox-v1--checked-color-primary:checked + label {
  color: rgb(51, 162, 222) !important;
}

.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Selects
------------------------------------*/
.u-select-v1 .chosen-results > li.highlighted,
.u-select-v1 .chosen-results > li.result-selected {
  background-color: rgba(51, 162, 222, 0.2);
  border-bottom-color: rgba(51, 162, 222, 0.2);
}

/*------------------------------------
  Arrows
------------------------------------*/
.u-arrow-v3:hover .u-arrow-icon-before,
.u-arrow-v3:hover .u-arrow-icon-after {
  background-color: rgb(51, 162, 222);
}

.u-arrow-v4:hover .u-arrow-icon,
.u-arrow-v7:hover .u-arrow-icon,
.u-arrow-v8:hover .u-arrow-icon {
  color: rgb(51, 162, 222);
}

.u-arrow-v14 .u-arrow-icon::before,
.u-arrow-v14 .u-arrow-icon::after {
  background: rgb(51, 162, 222);
}

/*------------------------------------
  Badges
------------------------------------*/
.u-badge-bg-primary::after {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  Badges v2
------------------------------------*/
[class*=u-badge-v2] {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  Triangles
------------------------------------*/
.u-triangle-v1.u-triangle-top.g-bg-primary::before,
.u-triangle-v1.u-triangle-left.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-top.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before,
.u-triangle-v2.u-triangle-top.g-bg-primary::before,
.u-triangle-v2.u-triangle-left.g-bg-primary::before,
.u-triangle-v5.u-triangle-top.g-bg-primary::before,
.u-triangle-v5.u-triangle-left.g-bg-primary::before,
.u-triangle-v6.u-triangle-top.g-bg-primary::before,
.u-triangle-v6.u-triangle-left.g-bg-primary::before {
  border-bottom-color: rgb(51, 162, 222);
}

.u-triangle-v1.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v1.u-triangle-right.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before,
.u-triangle-v2.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v2.u-triangle-right.g-bg-primary::before,
.u-triangle-v5.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v5.u-triangle-right.g-bg-primary::before,
.u-triangle-v6.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v6.u-triangle-right.g-bg-primary::before {
  border-top-color: rgb(51, 162, 222);
}

.u-triangle-v1-2.u-triangle-left.g-bg-primary::before {
  border-right-color: rgb(51, 162, 222);
}

.u-triangle-v1-2.u-triangle-right.g-bg-primary::before {
  border-left-color: rgb(51, 162, 222);
}

.u-triangle-v3.u-triangle-top.g-bg-primary::before,
.u-triangle-v3.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, rgb(51, 162, 222) 50%);
}

.u-triangle-v3.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v3.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, rgb(51, 162, 222) 50%);
}

.u-triangle-v4.u-triangle-top.g-bg-primary::before,
.u-triangle-v4.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to bottom left, transparent 49.6%, rgb(51, 162, 222) 50%);
}

.u-triangle-v4.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v4.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top left, transparent 49.6%, rgb(51, 162, 222) 50%);
}

.u-semicircle-v1.g-bg-primary::before {
  background: rgb(51, 162, 222);
}

.u-zigzag-top-primary::before {
  background: -webkit-linear-gradient(-225deg, rgb(51, 162, 222) 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, rgb(51, 162, 222) 10px, transparent 0) 0 10px;
}

@media (min-width: 768px) {
  .u-triangle-v1.u-triangle-left.g-bg-primary::before {
    border-right-color: rgb(51, 162, 222);
  }
  .u-triangle-v1.u-triangle-right.g-bg-primary::before {
    border-left-color: rgb(51, 162, 222);
  }
  .u-triangle-v3.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
  .u-triangle-v3.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
  .u-triangle-v4.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top right, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
  .u-triangle-v4.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top left, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
}
/*------------------------------------
  Block Hovers
------------------------------------*/
.u-block-hover:hover .u-block-hover__prop-bg-primary {
  background-color: rgb(51, 162, 222);
}

.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(51, 162, 222, 0.9);
}

/*------------------------------------
  Blockquotes
------------------------------------*/
.u-blockquote-v3::before {
  color: rgb(51, 162, 222);
}

.u-blockquote-v7::before {
  background: rgb(51, 162, 222);
}

/*------------------------------------
  Carousel indicators
------------------------------------*/
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span,
.u-carousel-indicators-v4 li.slick-active span,
.u-carousel-indicators-v8 li.slick-active span {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v6 li.slick-active {
  color: rgb(51, 162, 222);
}

.u-carousel-indicators-v6 li.slick-active span {
  border-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v9 li.slick-active,
.u-carousel-indicators-v10 li.slick-active {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v18--white li span {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v20 li span:hover,
.u-carousel-indicators-v20 li span:focus,
.u-carousel-indicators-v20--white li span:hover,
.u-carousel-indicators-v20--white li span:focus,
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span {
  border-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v20--white li span::before {
  background: rgb(51, 162, 222);
  box-shadow: 0 0 1px rgb(51, 162, 222);
}

.u-carousel-indicators-v21--white li span::after {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v22--white li span {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v22--white li span::before {
  border-top-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v22--white li.slick-active {
  border-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v23--white .u-dots-helper::before {
  background: rgb(51, 162, 222);
}

.u-carousel-indicators-v24--white li span {
  border-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v25--white li::before {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v25--white li span:focus {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v25--white li span::before {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v25--white li.slick-active span {
  background-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical--white li::before,
.u-carousel-indicators-v26--vertical--white li::after {
  border-color: rgb(51, 162, 222);
}

.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  background: rgb(51, 162, 222);
}

.u-carousel-indicators-v28 li.slick-active span {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  Paginations
------------------------------------*/
.u-pagination-v1-1--active,
.u-pagination-v1-1:hover,
.u-pagination-v1-1:focus {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-pagination-v1-2:hover,
.u-pagination-v1-2:focus {
  color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-pagination-v1-2--active,
.u-pagination-v1-2--nav {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-pagination-v1-2--nav:hover {
  background-color: rgba(51, 162, 222, 0.8);
}

.u-pagination-v1-4:hover,
.u-pagination-v1-4:focus {
  color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

.u-pagination-v1-4--active {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Ribbons
------------------------------------*/
.u-ribbon-bookmark.g-bg-primary::after {
  border-color: rgb(51, 162, 222);
}

.u-ribbon-clip-v4__inner.g-bg-primary {
  box-shadow: 0 0 0 3px rgb(51, 162, 222), 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/*------------------------------------
  Accordions
------------------------------------*/
.u-accordion-color-primary__header [aria-expanded=true] {
  color: rgb(51, 162, 222) !important;
}

.u-accordion-bg-primary__header [aria-expanded=true] {
  background-color: rgb(51, 162, 222) !important;
  border-color: rgb(51, 162, 222) !important;
}

.u-accordion-brd-primary__header [aria-expanded=true] {
  border-color: rgb(51, 162, 222) !important;
}

.u-accordion-v2:nth-child(odd) {
  background-color: rgb(35, 123, 171);
}

/*------------------------------------
  Datepickers
------------------------------------*/
.u-datepicker-v1 .ui-datepicker-calendar td span.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar th span.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar td a.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar th a.ui-state-active {
  background: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Sliders
------------------------------------*/
.u-slider-v1.ui-slider .ui-slider-range {
  background: rgb(51, 162, 222);
}

.u-slider-v1.ui-slider .ui-slider-handle {
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Headers
------------------------------------*/
.js-header-change-moment.g-bg-primary--shift {
  background-color: rgb(51, 162, 222);
}

.js-header-change-moment.g-bg-primary-semi-transparent--shift {
  background-color: rgba(51, 162, 222, 0.9);
}

/*------------------------------------
  Heading
------------------------------------*/
.u-heading-v5-color-primary .u-heading-v5__title::before {
  background: rgb(51, 162, 222);
}

.u-heading-massive-underline::before {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  Effects
------------------------------------*/
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after {
  box-shadow: 0 0 0 1px rgb(51, 162, 222);
}

.u-icon-effect-v1-1--hover:hover,
.u-icon-effect-v1-2--hover:hover,
.u-icon-v4.u-icon-effect-v1-1--hover:hover .u-icon-v4-inner,
.u-icon-v4.u-icon-effect-v1-2--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover .u-icon-v4-inner {
  border-color: rgb(51, 162, 222);
  background: rgb(51, 162, 222) !important;
}

.u-icon-effect-v2--hover:hover,
.u-icon-effect-v2--hover:hover::after {
  background: rgb(51, 162, 222);
}

.u-icon-effect-v5--hover.g-bg-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-bg-primary,
.u-icon-effect-v5--hover.g-color-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-color-primary {
  box-shadow: 0 0 10px 10px rgb(51, 162, 222);
}

.u-icon-v4-bg-primary {
  border-color: rgb(51, 162, 222);
}

.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: rgb(51, 162, 222);
}

.u-icon-v4-bg-primary--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover {
  border-color: rgb(51, 162, 222);
}

.u-icon-v4-bg-primary--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover .u-icon-v4-inner {
  background: rgb(51, 162, 222);
}

.u-icon-v5.g-bg-primary::after {
  background-color: rgb(51, 162, 222);
}

.u-icon-block--hover:hover .g-color-primary--hover {
  color: rgb(51, 162, 222);
}

.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: rgb(51, 162, 222);
}

.u-icon-block--hover:hover .g-bg-primary--hover {
  background: rgb(51, 162, 222);
}

/*------------------------------------
  Navigation Dropdown
------------------------------------*/
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu,
.navbar .u-sub-menu-v1 .dropdown-menu {
  border-color: rgb(51, 162, 222);
}

.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu,
.navbar .u-sub-menu-v2 .dropdown-menu,
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu,
.navbar .u-sub-menu-v3 .dropdown-menu {
  border-top-color: rgb(51, 162, 222);
}

.navbar .u-main-nav-v1 .nav-item.active > .nav-link,
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v1 .nav-item.show > .nav-link,
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v1 .nav-item .nav-link:focus,
.navbar .u-main-nav-v8 .nav-item.active > .nav-link,
.navbar .u-main-nav-v8 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v8 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v8 .nav-item.show > .nav-link,
.navbar .u-main-nav-v8 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v8 .nav-item .nav-link:focus {
  background-color: rgb(51, 162, 222);
}

.navbar .u-main-nav-v2 .nav-item.active > .nav-link,
.navbar .u-main-nav-v2 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v2 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v2 .nav-item.show > .nav-link,
.navbar .u-main-nav-v2 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v2 .nav-item .nav-link:focus,
.navbar .u-main-nav-v3 .nav-item.active > .nav-link,
.navbar .u-main-nav-v3 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v3 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v3 .nav-item.show > .nav-link,
.navbar .u-main-nav-v3 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v3 .nav-item .nav-link:focus,
.navbar .u-main-nav-v4 .nav-item.active > .nav-link,
.navbar .u-main-nav-v4 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v4 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v4 .nav-item.show > .nav-link,
.navbar .u-main-nav-v4 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v4 .nav-item .nav-link:focus,
.navbar .u-main-nav-v5 .nav-item.active > .nav-link,
.navbar .u-main-nav-v5 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v5 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v5 .nav-item.show > .nav-link,
.navbar .u-main-nav-v5 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v5 .nav-item .nav-link:focus,
.navbar .u-main-nav-v6 .nav-item.active > .nav-link,
.navbar .u-main-nav-v6 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v6 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v6 .nav-item.show > .nav-link,
.navbar .u-main-nav-v6 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v6 .nav-item .nav-link:focus,
.navbar .u-main-nav-v7 .nav-item.active > .nav-link,
.navbar .u-main-nav-v7 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v7 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v7 .nav-item.show > .nav-link,
.navbar .u-main-nav-v7 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v7 .nav-item .nav-link:focus {
  border-color: rgb(51, 162, 222);
}

.navbar .u-main-nav-v9 .nav-item.active > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus::after {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Nonstandard Background
------------------------------------*/
.u-ns-bg-v1-top.g-bg-primary::before,
.u-ns-bg-v2-top.g-bg-primary::before,
.u-ns-bg-v2-2-top.g-bg-primary::before,
.u-ns-bg-v6-top.g-bg-primary .u-ns-bg-before::before {
  border-bottom-color: rgb(51, 162, 222);
}

.u-ns-bg-v1-bottom.g-bg-primary::before,
.u-ns-bg-v2-bottom.g-bg-primary::before,
.u-ns-bg-v2-2-bottom.g-bg-primary::before,
.u-ns-bg-v6-bottom.g-bg-primary .u-ns-bg-before::before {
  border-top-color: rgb(51, 162, 222);
}

.u-ns-bg-v1-left.g-bg-primary::before,
.u-ns-bg-v2-left.g-bg-primary::before,
.u-ns-bg-v2-2-left.g-bg-primary::before,
.u-ns-bg-v6-left.g-bg-primary .u-ns-bg-before::before {
  border-right-color: rgb(51, 162, 222);
}

.u-ns-bg-v1-right.g-bg-primary::before,
.u-ns-bg-v2-right.g-bg-primary::before,
.u-ns-bg-v2-2-right.g-bg-primary::before,
.u-ns-bg-v6-right.g-bg-primary .u-ns-bg-before::before {
  border-left-color: rgb(51, 162, 222);
}

.u-ns-bg-v3-top.g-bg-primary::before,
.u-ns-bg-v3-left.g-bg-primary::before,
.u-ns-bg-v4-top.g-bg-primary::before,
.u-ns-bg-v4-left.g-bg-primary::before {
  border-bottom-color: rgb(51, 162, 222);
}

.u-ns-bg-v3-bottom.g-bg-primary::before,
.u-ns-bg-v3-right.g-bg-primary::before,
.u-ns-bg-v4-bottom.g-bg-primary::before,
.u-ns-bg-v4-right.g-bg-primary::before {
  border-top-color: rgb(51, 162, 222);
}

[class*=u-ns-bg-v5].g-bg-primary svg path,
[class*=u-ns-bg-v5].g-bg-primary svg polygon {
  fill: rgb(51, 162, 222);
}

@media (min-width: 768px) {
  .u-ns-bg-v1-top--md.g-bg-primary::before,
  .u-ns-bg-v2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before,
  .u-ns-bg-v6-top.g-bg-primary .u-ns-bg-before::before {
    border-bottom-color: rgb(51, 162, 222);
  }
  .u-ns-bg-v1-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v6-bottom.g-bg-primary .u-ns-bg-before::before {
    border-top-color: rgb(51, 162, 222);
  }
  .u-ns-bg-v1-left--md.g-bg-primary::before,
  .u-ns-bg-v2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before,
  .u-ns-bg-v6-left.g-bg-primary .u-ns-bg-before::before {
    border-right-color: rgb(51, 162, 222);
  }
  .u-ns-bg-v1-right--md.g-bg-primary::before,
  .u-ns-bg-v2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before,
  .u-ns-bg-v6-right.g-bg-primary .u-ns-bg-before::before {
    border-left-color: rgb(51, 162, 222);
  }
}
/*------------------------------------
  Progress Bars
------------------------------------*/
.u-progress::-ms-fill,
.u-progress::-webkit-progress-value,
.u-progress::-moz-progress-bar {
  background-color: rgb(51, 162, 222);
}

.u-progress__pointer-v2::after,
.u-progress__pointer-v3::after {
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Steps
------------------------------------*/
@media (min-width: 768px) {
  .u-steps-v1__item a,
  .u-steps-v1__item a::before,
  .u-steps-v1__item.active a,
  .u-steps-v1__item.active span {
    background-color: rgb(51, 162, 222);
  }
  .u-steps-v2__indicator,
  .u-steps-v2__item a::before,
  .u-steps-v2__item a .u-steps-v2__indicator,
  .u-steps-v3__indicator,
  .u-steps-v3__item a::before,
  .u-steps-v3__item a .u-steps-v3__indicator {
    background-color: rgb(51, 162, 222);
  }
  .u-steps-v2__item:hover a,
  .u-steps-v3__item:hover a {
    color: rgb(51, 162, 222);
  }
  .u-steps-v2__item:hover a .u-steps-v2__indicator,
  .u-steps-v3__item:hover a .u-steps-v3__indicator {
    box-shadow: 0 0 0 3px rgba(51, 162, 222, 0.3);
  }
  .u-steps-v2__item:hover a .u-steps-v2__indicator,
  .u-steps-v2__item:hover span .u-steps-v2__indicator,
  .u-steps-v3__item:hover a .u-steps-v3__indicator,
  .u-steps-v3__item:hover span .u-steps-v3__indicator {
    background-color: rgb(51, 162, 222);
  }
}
/*------------------------------------
  Tabs
------------------------------------*/
.g-color-primary--active.active {
  color: rgb(51, 162, 222);
}

[class*=u-nav-v8] .nav-link.active,
[class*=u-nav-v8] .nav-link.active .u-nav-v8__icon,
[class*=u-nav-v8].u-nav-light .nav-link.active .u-nav-v8__icon {
  background-color: rgb(51, 162, 222);
}

@media (min-width: 768px) {
  .u-nav-v1-1.u-nav-primary .nav-link.active,
  .u-nav-v2-1.u-nav-primary .nav-link.active,
  [class*=u-nav-v8].u-nav-light .nav-link.active {
    background-color: rgb(51, 162, 222);
  }
  .u-nav-v1-2.u-nav-primary .nav-link.active,
  [class*=u-nav-v2].u-nav-primary .nav-link,
  [class*=u-nav-v2].u-nav-primary .nav-link.active,
  .u-nav-v3-2 .nav-link.active,
  [class*=u-nav-v5].u-nav-primary .nav-link.active,
  [class*=u-nav-v6] .nav-link.active,
  [class*=u-nav-v6].flex-column .nav-link.active {
    border-color: rgb(51, 162, 222);
  }
  .u-nav-v2-2 .nav-link.active,
  [class*=u-nav-v3] .nav-link.active,
  [class*=u-nav-v3].u-nav-light .nav-link.active,
  [class*=u-nav-v5].u-nav-primary .nav-link.active,
  [class*=u-nav-v7] .nav-link.active {
    color: rgb(51, 162, 222);
  }
  .u-nav-v4-1.u-nav-primary .nav-link.active,
  [class*=u-nav-v6] .nav-link.active::before {
    border-top-color: rgb(51, 162, 222);
  }
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-primary .nav-link.active,
  [class*=u-nav-v6].flex-column .nav-link.active::before {
    border-left-color: rgb(51, 162, 222);
  }
  [class*=u-nav-v8].u-nav-light .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top left, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
  [class*=u-nav-v8].justify-content-end .nav-link.active::before,
  [class*=u-nav-v8].text-right .nav-link.active::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top right, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
  .u-nav-v8-2 .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, rgb(51, 162, 222) 50%), linear-gradient(to top left, transparent 49.6%, rgb(51, 162, 222) 50%);
  }
}
@media (max-width: 767px) {
  [role=tablist]:not([data-tabs-mobile-type=slide-up-down],
  [data-tabs-mobile-type=accordion]) {
    border-color: rgb(51, 162, 222);
  }
  [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-link,
  [data-tabs-mobile-type=slide-up-down].nav-pills .nav-link,
  [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-link.active,
  [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-item.show .nav-link,
  [data-tabs-mobile-type=slide-up-down].nav-pills .nav-link.active,
  [data-tabs-mobile-type=slide-up-down].nav-pills .nav-item.show .nav-link {
    border-color: rgb(51, 162, 222) !important;
  }
}
/*--------------------------------------------------
  Info Blocks
----------------------------------------------------*/
.u-info-v1-2:hover .u-info-v1-2__item::after,
.u-info-v7-1:hover .u-info-v7-1__item-child-v2 {
  background: rgb(51, 162, 222);
}

.u-info-v1-5__item::after {
  border-bottom-color: rgb(51, 162, 222);
}

.info-v4-3:hover::after {
  border-color: rgb(51, 162, 222);
}

.info-v5-3:hover .info-v5-3__info {
  background-color: rgba(51, 162, 222, 0.9);
}

.u-info-v6-1__item::after,
.u-info-v6-1:hover .u-info-v6-1__item::after {
  background-image: linear-gradient(to right, rgb(51, 162, 222) 0, transparent 100%);
}

/*------------------------------------
  Checked state background
------------------------------------*/
input[type=checkbox]:checked + .g-bg-primary--checked,
input[type=radio]:checked + .g-bg-primary--checked,
input[type=checkbox]:checked + * .g-bg-primary--checked,
input[type=radio]:checked + * .g-bg-primary--checked,
.g-checked .g-bg-primary--checked,
.g-bg-primary--checked.g-checked {
  background-color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Checked state border
------------------------------------*/
input[type=checkbox]:checked + .g-brd-primary--checked,
input[type=radio]:checked + .g-brd-primary--checked,
input[type=checkbox]:checked + * .g-brd-primary--checked,
input[type=radio]:checked + * .g-brd-primary--checked,
.g-checked .g-brd-primary--checked,
.g-brd-primary--checked.g-checked {
  border-color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Focus state border
------------------------------------*/
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Focus state color
------------------------------------*/
.g-color-primary:focus {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Checked state overlay
------------------------------------*/
input[type=checkbox]:checked + .g-overlay-primary-0_5--checked::after,
input[type=radio]:checked + .g-overlay-primary-0_5--checked::after,
input[type=checkbox]:checked + * .g-overlay-primary-0_5--checked::after,
input[type=radio]:checked + * .g-overlay-primary-0_5--checked::after,
.g-overlay-primary-0_5--checked.g-checked::after,
.g-checked .g-overlay-primary-0_5--checked::after {
  background-color: rgba(51, 162, 222, 0.5);
}

input[type=checkbox]:checked + .g-overlay-primary-0_9--checked::after,
input[type=radio]:checked + .g-overlay-primary-0_9--checked::after,
input[type=checkbox]:checked + * .g-overlay-primary-0_9--checked::after,
input[type=radio]:checked + * .g-overlay-primary-0_9--checked::after,
.g-overlay-primary-0_9--checked.g-checked::after,
.g-checked .g-overlay-primary-0_9--checked::after {
  background-color: rgba(51, 162, 222, 0.9);
}

/*------------------------------------
  Success state
------------------------------------*/
.u-has-success-v1 .form-control-feedback,
.u-has-success-v1-2 .form-control-feedback,
.u-has-success-v1-3 .form-control-feedback {
  color: rgb(51, 162, 222);
}

.u-has-success-v1-2 .form-control,
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 [class*=u-select],
.u-has-success-v1-3 .form-control,
.u-has-success-v1-3 .input-group-addon,
.u-has-success-v1-3 [class*=u-select] {
  border-color: rgb(51, 162, 222);
}

.u-has-success-v1-2 .input-group-addon:last-child,
.u-has-success-v1-2 .chosen-single div b,
.u-has-success-v1-3 .input-group-addon:last-child,
.u-has-success-v1-3 .chosen-single div b {
  color: rgb(51, 162, 222);
}

.u-has-success-v1-3 .input-group-addon,
.u-has-success-v1-3 .input-group-addon:last-child {
  background-color: rgb(51, 162, 222);
}

.u-has-success-v1-3 .form-control-feedback::before {
  border-color: rgb(51, 162, 222) transparent transparent transparent;
}

.u-has-success-v2::after {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  jQuery UI
------------------------------------*/
.ui-autocomplete .ui-menu-item:hover {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  Pin Map
------------------------------------*/
.point::before {
  background: rgb(51, 162, 222);
}

/*------------------------------------
  Go To
------------------------------------*/
.u-go-to-v1:hover,
.u-go-to-v1:focus:hover {
  background-color: rgb(51, 162, 222);
}

/*------------------------------------
  List Group
------------------------------------*/
.list-group-item.active {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Accordions
------------------------------------*/
.u-accordion-color-primary .u-accordion__header [aria-expanded=true] {
  color: rgb(51, 162, 222) !important;
}

/*------------------------------------
  Blockquotes
------------------------------------*/
.u-blockquote-v1::before {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Form Controls
------------------------------------*/
.form-control:focus,
.custom-select:focus {
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Cubeportfolio
------------------------------------*/
.u-filter-v1 > li:hover,
.u-filter-v1 [class*=active] {
  color: rgb(51, 162, 222);
}

/*------------------------------------
  Pagination
------------------------------------*/
.u-pagination-v1-5--active,
.u-pagination-v1-5:hover,
.u-pagination-v1-5:focus {
  background-color: rgb(51, 162, 222);
  border-color: rgb(51, 162, 222);
}

/*------------------------------------
  Keyframes
------------------------------------*/
@keyframes sonarEffect-primary {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(51, 162, 222), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgb(51, 162, 222), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* ------------------ */
/*  FlexBox           */
/* ------------------ */
/* %flexbox { @include flexbox; } */
/* %inline-flex { @include inline-flex; } */
/* ------------------ 
	Flexbox Direction 
---------------------
Values: row |             (distribution horizontale)
    		row-reverse |     (distribution horizontale inversée)
    		column |          (distribution verticale)
    		column-reverse |  (distribution verticale inversée) */
/*	// Shorter version:
	@mixin flex-dir($args...) { @include flex-direction($args...); } */
/* --------------- 
	Flexbox Wrap 
------------------
Values: nowrap | 		(les éléments ne passent pas à la ligne)
		wrap | 			(les éléments passent à la ligne dans le sens de lecture)
		wrap-reverse |  (les éléments passent à la ligne dans le sens inverse) */
/* --------------- 
	Flexbox Flow 
------------------
Values: row nowrap | 		
		<flex-direction> | 			
		<flex-wrap> |   */
/* --------------- 
	Flexbox Order
------------------
Contrôle l'ordre dans lequel les éléments apparaissent. S’applique aux "flex-items"
Les éléments dont la valeur est la plus forte se trouveront en bas de la pile.  */
/* --------------- 
	Flexbox Grow
------------------
Capacité pour un élément à s’étirer dans l’espace restant. 
Les nombres négatifs sont invalides. */
/* --------------- 
	Flexbox Shrink
------------------
Capacité pour un élément à se contracter si nécessaire. 
Les nombres négatifs sont invalides. */
/* --------------- 
	Flexbox Basis
------------------
Width d'un élément.
Taille initiale de l’élément avant que l’espace restant ne soit distribué. 
Les valeurs négatives sont invalides. */
/* --------------- 
	Flexbox Flex
------------------
Values: none | 		
		<flex-grow> <flex-shrink>  | 			
		<flex-basis> |
Default: See individual properties (1 1 0) |  */
/* ------------------------ 
	Flexbox Justify Content
---------------------------
Values: flex-start | 		
		flex-end  | 			
		center |
		space-between |
		space-around |
 Note: 'space-*' values not supported in older syntaxes. */
/* -------------------- 
	Flexbox Align Items
-----------------------
Values: flex-start | 	(au début)
		flex-end  | 	(à la fin)		
		center |		(au centre)
		baseline |		(généralement identique à flex-start)
		stretch | 		(étirés dans l’espace disponible, valeur par défaut) */
/* -------------------- 
	Flexbox Align Self
-----------------------
Permet de distinguer l’alignement d’un "flex-item" de ses frères.
Values: auto | 
		flex-start | 		
		flex-end  | 			
		center |
		baseline |
		stretch |  */
/* ---------------------- 
	Flexbox Align Content
-------------------------
Values: stretch |		
		flex-start | 	(éléments positionnés au début du sens de lecture, valeur par défaut)	
		flex-end  | 	(éléments positionnés à la fin)		
		center |		(position centrale)	
		space-between |	(répartition “justifiée”)
		space-around |  (variante de répartition “justifiée”) */
* {
  font-family: "Quicksand", sans-serif;
}

a {
  color: rgb(51, 162, 222);
}
a:hover {
  color: rgb(45, 149, 204);
}

.titre > h1 {
  border-bottom: 1px solid rgb(45, 149, 204);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

::-moz-selection {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
}

::selection {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
}

.color-bleu {
  color: rgb(51, 162, 222) !important;
}

.bg-bleu {
  background-color: rgb(51, 162, 222);
}

.bg-bleu-opacity-0_5 {
  background-color: rgba(51, 162, 222, 0.5);
}

.color-bleu-fonce {
  color: rgb(45, 149, 204) !important;
}

.bg-bleu-fonce {
  background-color: rgb(45, 149, 204);
}

.bg-bleu-fonce-opacity-0_5 {
  background-color: rgba(45, 149, 204, 0.5);
}

.brd-orange {
  border-color: #F0A143 !important;
}

.font-Brandon {
  font-family: "Quicksand", sans-serif;
}

.offres hr {
  border-top: 1px solid rgb(51, 162, 222);
  padding-top: 20px;
  padding-bottom: 10px;
}

body {
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  color: #37302e;
  font-size: 1.14286rem;
}

.btn.btn-bleu {
  background-color: rgb(51, 162, 222);
  color: white;
  border: 1px solid rgb(51, 162, 222);
}
.btn.btn-bleu:hover {
  background-color: white;
  color: rgb(51, 162, 222);
}
.btn.btn-bleu-fonce {
  background-color: rgb(45, 149, 204);
  color: white;
  border: 1px solid rgb(45, 149, 204);
}
.btn.btn-bleu-fonce:hover {
  background-color: white;
  color: rgb(45, 149, 204);
}

.form-control:focus {
  border-color: #ccc;
}

/*------------------------------------
  Selects v1
------------------------------------*/
.u-icon-v1 > i, .u-icon-v2 > i, .u-icon-v3 > i, .u-icon-v4 > span > i {
  font-size: 1.5em;
}

.u-select-v1 {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(33, 33, 33, 0.3);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 0.4rem 1rem;
}

.js-custom-select {
  background-color: white;
}

.chosen-container {
  height: auto !important;
}

.u-select-v1 .chosen-single {
  position: static;
  height: auto;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  line-height: inherit;
}

.u-select-v1 .chosen-single span {
  margin-right: 0;
}

.u-select-v1 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.u-select-v1 .chosen-single div {
  width: 40px;
}

.u-select-v1 .chosen-single div b {
  background: none !important;
}

.u-select-v1 .chosen-single div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-select-v1 .chosen-single div b i:first-child {
  display: inline-block;
}

.u-select-v1 .chosen-single div b i:last-child {
  display: none;
}

.u-select-v1 .chosen-single:focus {
  outline: 0 none;
}

.u-select-v1 .chosen-drop {
  width: calc(100% + 2px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  border-top-width: 1px;
  margin-left: -1px;
  left: 0;
}

.u-select-v1 .chosen-results {
  padding: 0;
  margin: 0;
}

.u-select-v1 .chosen-results > li {
  position: relative;
  font-size: inherit;
  color: #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 12px 16px;
}

.u-select-v1 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.u-select-v1 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

.u-select-v1 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

.u-select-v1 .chosen-results > li div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-select-v1 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

.u-select-v1 .chosen-results > li.highlighted {
  color: #999;
  background-image: none;
  background-color: rgb(51, 162, 222);
  border-bottom-color: rgb(51, 162, 222);
}

.u-select-v1 .chosen-results > li.highlighted.g-color-white--active {
  color: #fff !important;
}

.u-select-v1 .chosen-results > li.highlighted.g-bg-primary--active {
  background-color: rgb(51, 162, 222) !important;
}

.u-select-v1 .chosen-results > li.result-selected {
  color: #999;
  background-color: rgb(51, 162, 222);
  border-bottom-color: rgb(51, 162, 222);
}

.u-select-v1 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

.u-select-v1.chosen-container-active .chosen-single {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.u-select-v1.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
  font-size: 12px;
  color: #999;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type=text] {
  height: 22px;
  margin: 0;
}

.u-select-v1.u-select-multiple-custom .chosen-choices {
  display: none;
}

.u-select-v1.u-select-multiple-custom .chosen-drop {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
}

.u-select-v1.u-dropdown-sm {
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
}

.u-select-v1.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

.u-select-v1.u-dropdown-lg {
  padding: 0.55rem 1.5rem;
  font-size: 1.25rem;
}

.u-select-v1.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

.bootbox.modal {
  z-index: 10000;
}

.bootbox.modal .modal-dialog {
  border-radius: 0;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.32);
}

.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice, .u-select-v1 .chosen-single span {
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
}

@media (max-width: 1199px) {
  html {
    font-size: 85%;
  }
  .to-fluid-lg {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 75%;
  }
  .to-fluid-md {
    width: 95% !important;
    max-width: 95% !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
}
.icon-big {
  width: 7rem !important;
  height: 7rem !important;
  padding-top: 2rem;
  background-color: white;
}

#connexion .commentaire, #inscrire .commentaire, #oubli .commentaire {
  margin: 10px;
}

.copyright a .logo-noma-footer {
  display: inline-block;
  font-size: 1.5rem;
  outline: none;
  border: 0;
  color: transparent !important;
  text-decoration: none;
  background: url(https://www.noma.fr/images/logo2017-sm-white.png) no-repeat center center;
  opacity: 0.4;
  background-size: contain;
  width: 26px;
  height: 26px;
  bottom: -8px;
  left: 0;
  text-indent: -10000px;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.marginauto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.aftercontent {
  position: relative;
}

.aftercontent::after {
  content: "";
  display: block;
  position: absolute;
}

.titre-page {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 48px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nav-link {
  font-family: "Fredoka", sans-serif;
  padding-bottom: 16px;
  font-size: 13px;
  color: #555555;
}

.nav-item.active a {
  color: #555555 !important;
}

.header_fix {
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  background-size: cover;
  background-position: center center;
}

.header_fix2 {
  width: 100%;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center center;
}
.header_fix2 > .container {
  top: 65% !important;
}

.telephone-header {
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin-right: 50px;
}
.telephone-header a {
  color: white;
}

.rdv-header a {
  border-radius: 15px;
  display: inline-block;
  background-color: #F0A143;
  padding: 15px;
  border: solid 1px #F0A143;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.docs-header a {
  border-radius: 15px;
  display: inline-block;
  background-color: white;
  border: solid 1px #F0A143;
  padding: 14px 15px;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.rdv-footer {
  margin-top: 20px;
}
.rdv-footer a {
  border-radius: 15px;
  display: block;
  text-align: center;
  background-color: #F0A143;
  border: solid 1px #F0A143;
  padding: 15px;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.docs-footer {
  margin-top: 15px;
}
.docs-footer a {
  border-radius: 15px;
  text-align: center;
  display: block;
  background-color: white;
  border: solid 1px #F0A143;
  padding: 15px;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}

.nav1::after {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  width: 100%;
  right: 0px;
  bottom: 0px;
}

.logoanim-phase1 {
  stroke-dasharray: 139;
  stroke-dashoffset: 139;
}

.logoanim-phase2 {
  stroke-dasharray: 31;
  stroke-dashoffset: 31;
}

.logoanim-phase3 {
  stroke-dasharray: 37;
  stroke-dashoffset: 37;
}

.logoanim-phase4 {
  stroke-dasharray: 55;
  stroke-dashoffset: 55;
}

.logoanim-phaseon {
  animation: dash 0.7s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.nav-link {
  transition: 0.5s all;
  border-bottom: solid 4px transparent;
}

.nav-item > a, .nav-item > .nav-link, [class*=u-tab-link]:not([class*=-icon]) {
  transition-property: none !important;
}

.nav-link:hover {
  border-bottom: solid 4px #F0A143;
}

.haut-accueil1 {
  font-size: 48px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: white;
}

.haut-accueil2 {
  color: white;
  font-family: "Fredoka", sans-serif;
  font-size: 48px;
}

.haut-accueil3 {
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

.haut-accueil-rdv {
  border-radius: 15px;
  background-color: white;
  padding: 15px;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s all;
}

.haut-accueil-rdv:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  color: #F0A143;
  text-decoration: none;
}

.cls-haut-accueil {
  stroke: #F0A143;
}

.ophtalmo {
  position: absolute;
  width: 75px;
  height: auto;
  top: 170px;
  left: -8px;
}

.viscerale {
  position: absolute;
  width: 75px;
  height: auto;
  top: 338px;
  left: -33px;
}

.rachi {
  position: absolute;
  width: 75px;
  height: auto;
  top: 495px;
  left: -34px;
}

.ortho {
  position: absolute;
  width: 75px;
  height: auto;
  top: 643px;
  left: -11px;
}

.maxillo {
  position: absolute;
  width: 75px;
  height: auto;
  top: 170px;
  right: -8px;
}

.orl {
  position: absolute;
  width: 75px;
  height: auto;
  top: 338px;
  right: -33px;
}

.esthetique {
  position: absolute;
  width: 75px;
  height: auto;
  top: 495px;
  right: -34px;
}

.endoscopie {
  position: absolute;
  width: 75px;
  height: auto;
  top: 643px;
  right: -11px;
}

.boutons-corps {
  transition: width 1s;
}

.boutons-corps:hover {
  cursor: pointer;
}

.bouton-corps-active {
  width: 100px;
}

.bouton-corps-active circle {
  fill: #FAAF3B;
}

.bouton-corps-active path, .bouton-corps-active polygon, .bouton-corps-active rect {
  fill: white;
}

.bouton-corps-active image {
  display: none;
}

.path-orthoclsanimation {
  stroke-dasharray: 445;
  stroke-dashoffset: 445;
  animation: dashpath 1s linear forwards;
}

.path-rachiclsanimation {
  stroke-dasharray: 344;
  stroke-dashoffset: 344;
  animation: dashpath 1s linear forwards;
}

.path-ophtalmoclsanimation {
  stroke-dasharray: 237;
  stroke-dashoffset: 237;
  animation: dashpath 1s linear forwards;
}

.path-visceraleclsanimation {
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  animation: dashpath 1s linear forwards;
}

.path-maxilloclsanimation {
  stroke-dasharray: 179;
  stroke-dashoffset: 179;
  animation: dashpath 1s linear forwards;
}

.path-orlclsanimation {
  stroke-dasharray: 335;
  stroke-dashoffset: 335;
  animation: dashpath 1s linear forwards;
}

.path-esthetiqueclsanimation {
  stroke-dasharray: 455;
  stroke-dashoffset: 455;
  animation: dashpath 1s linear forwards;
}

.path-endoscopieclsanimation {
  stroke-dasharray: 407;
  stroke-dashoffset: 407;
  animation: dashpath 1s linear forwards;
}

.rondactive {
  position: absolute;
  width: 89px;
  height: auto;
  animation: spin 2s linear infinite;
}

.rondactiveophtalmo {
  top: 175px;
  left: -3px;
}

.rondactiveviscerale {
  top: 344px;
  left: -27px;
}

.rondactiverachi {
  top: 501px;
  left: -29px;
}

.rondactiveortho {
  top: 648px;
  left: -5px;
}

.rondactivemaxillo {
  top: 175px;
  right: -3px;
}

.rondactiveorl {
  top: 344px;
  right: -27px;
}

.rondactiveesthetique {
  top: 501px;
  right: -29px;
}

.rondactiveendoscopie {
  top: 648px;
  right: -5px;
}

@keyframes dashpath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pointcorps {
  position: absolute;
  z-index: 99;
  width: 30px;
}

.pointcorps:hover {
  cursor: pointer !important;
  animation: spin 2s linear infinite;
}

.point-ortho {
  top: 268px;
  left: 171px;
}

.point-rachi {
  top: 288px;
  left: 266px;
}

.point-ophtalmo {
  top: 103px;
  left: 263px;
}

.point-viscerale {
  top: 407px;
  left: 263px;
}

.point-maxillo {
  top: 156px;
  left: 263px;
}

.point-orl-1 {
  top: 99px;
  left: 218px;
}

.point-orl-2 {
  top: 99px;
  left: 308px;
}

.point-esthetique {
  top: 143px;
  left: 265px;
}

.point-endoscopie {
  top: 320px;
  left: 294px;
}

.texte-corps {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #6599CC;
  position: absolute;
  transition: all 2s ease 0s;
}

.texte-corps-left {
  text-align: right;
}

.texte-corps-right {
  text-align: left;
}

.texte-corps-2 {
  color: #16347B;
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.bouton-corps {
  font-size: 13px;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
  border: solid 1px #F0A143;
  padding: 8px 20px;
  border-radius: 13px;
  position: absolute;
  transition: all 0.5s ease 0s;
  opacity: 0;
  width: 120px;
}

.bouton-etapes {
  font-size: 19px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border: solid 1px #F0A143;
  padding: 7px 25px 5px 25px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  background-color: #F0A143;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.bouton-etapes:hover {
  background-color: white;
  color: #F0A143;
  text-decoration: none;
}

.bouton2-etapes {
  font-size: 13px;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
  border: solid 1px #F0A143;
  padding: 8px 20px;
  border-radius: 13px;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  z-index: 9999;
  background-color: white;
  outline: white 12px solid;
}

.bouton2-etapes:hover {
  text-decoration: none;
  color: white;
  background-color: #F0A143;
}

.bouton-corps-ophtalmo {
  top: 209px;
  left: -143px;
}

.bouton-corps-viscerale {
  top: 372px;
  left: -163px;
}

.bouton-corps-rachi {
  top: 529px;
  left: -166px;
}

.bouton-corps-ortho {
  top: 680px;
  left: -145px;
}

.bouton-corps-maxillo {
  top: 219px;
  right: -142px;
}

.bouton-corps-orl {
  top: 371px;
  right: -164px;
}

.bouton-corps-esthetique {
  top: 534px;
  right: -168px;
}

.bouton-corps-endoscopie {
  top: 679px;
  right: -141px;
}

.bouton-corps:hover {
  text-decoration: none;
  color: white;
  background-color: #F0A143;
}

.couleur-orangedyn {
  color: #F0A143;
}

.corpsinter-subtitle {
  font-family: "Quicksand", sans-serif;
  font-size: 23px;
  color: #7EACD3;
  font-weight: 500;
  margin-bottom: 0;
}

.corpsinter-title {
  font-family: "Fredoka", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  color: #16347B;
}

.corpsinter-p {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #6D707B;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 30px;
}

.corpsinter-p b {
  color: #F0A143;
}

.corpsinter-haut * {
  text-align: center;
}

.trait-orange-down-left:after {
  border-bottom: #F0A143 4px solid;
  bottom: -9px;
  left: 0;
  width: 10%;
}

.trait-orange-down:after {
  border-bottom: #F0A143 3px solid;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 5%;
}

.trait-blanc-down:after {
  border-bottom: white 3px solid;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 5%;
}

.header-change .nav-item > a {
  color: #6D707B !important;
}

.header-change .telephone-header a {
  color: #7EACD3 !important;
}

.header-change .cls-tel {
  stroke: #7EACD3 !important;
}

.header-change .rdv-header {
  color: white !important;
}

footer h4 {
  font-family: "Fredoka", sans-serif;
  color: #16347B;
  font-size: 19px;
}

.sub-footer {
  display: flex;
  flex-direction: column;
}

.sub-footer > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.bloccms {
  margin-top: 40px;
}

.sub-footer img {
  margin-right: 15px;
}

.sub-footer {
  margin-top: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #6D707B;
}

.sub-footer:after {
  top: -15px;
  border-top: rgba(15, 44, 52, 0.5) solid 1px;
  left: 0;
  width: 85%;
}

.sub-footer ul {
  list-style: none;
  padding-left: 0;
}

.sub-footer ul > li > span {
  color: #7EACD3;
}

.nouscontacter-title {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: white;
  text-align: center;
  margin-top: 45px;
}

.nouscontacter-subtitle {
  font-family: "Fredoka", sans-serif;
  font-size: 38px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}

.subtitle-etapes {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  color: #7EACD3;
  text-transform: uppercase;
  text-align: center;
  padding-top: 25px;
}

.bleu-etapes {
  font-family: "Fredoka", sans-serif;
  color: #16347B !important;
}

@media (min-width: 768px) {
  .bloccms {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .marginbottommobile {
    margin-bottom: 45px;
  }
  .mbm-1 {
    margin-bottom: 20px;
  }
  .mbm-2 {
    margin-bottom: 40px;
  }
  .mbm-3 {
    margin-bottom: 60px;
  }
  .mbm-4 {
    margin-bottom: 80px;
  }
  .mtm-1 {
    margin-top: 20px;
  }
  .mtm-2 {
    margin-top: 40px;
  }
  .mtm-3 {
    margin-top: 60px;
  }
  .mtm-4 {
    margin-top: 80px;
  }
  .pbm-1 {
    padding-bottom: 20px;
  }
  .pbm-2 {
    padding-bottom: 40px;
  }
  .pbm-3 {
    padding-bottom: 60px;
  }
  .pbm-4 {
    padding-bottom: 80px;
  }
  .ptm-1 {
    padding-top: 20px;
  }
  .ptm-2 {
    padding-top: 40px;
  }
  .ptm-3 {
    padding-top: 60px;
  }
  .ptm-4 {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .mbd-1 {
    margin-bottom: 20px;
  }
  .mbd-2 {
    margin-bottom: 40px;
  }
  .mbd-3 {
    margin-bottom: 60px;
  }
  .mbd-4 {
    margin-bottom: 80px;
  }
  .mtd-1 {
    margin-top: 20px;
  }
  .mtd-2 {
    margin-top: 40px;
  }
  .mtd-3 {
    margin-top: 60px;
  }
  .mtd-4 {
    margin-top: 80px;
  }
  .pbd-1 {
    padding-bottom: 20px;
  }
  .pbd-2 {
    padding-bottom: 40px;
  }
  .pbd-3 {
    padding-bottom: 60px;
  }
  .pbd-4 {
    padding-bottom: 80px;
  }
  .ptd-1 {
    padding-top: 20px;
  }
  .ptd-2 {
    padding-top: 40px;
  }
  .ptd-3 {
    padding-top: 60px;
  }
  .ptd-4 {
    padding-top: 80px;
  }
}
.lisere-noir:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.documents-single {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: white;
  width: 100%;
  height: 110px;
  position: relative;
  border-radius: 5px;
}

.documents-single > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: white;
  color: #7EACD3;
  font-size: 22px;
  font-family: "Fredoka", sans-serif;
  height: 39px;
  width: 39px;
  text-align: center;
  padding-top: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.documents-single > p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 19px;
  color: #222;
  padding-left: 31px;
  padding-top: 27px;
}

.documents-single > a {
  border-radius: 50px;
  padding: 15px 25px;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F0A143;
  color: white;
}

.navbar-brand svg {
  height: 60px;
}

.js-header-change-moment .navbar-brand > svg * {
  fill: #7EACD3;
}

.js-header-change-moment .navbar-brand > svg .logoanim-cls2 {
  stroke: white;
}

ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
  overflow-y: hidden;
}

ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
}

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}

ul.leaders .noir {
  color: #6D707B !important;
}

.etape-cls {
  stroke-dasharray: 1836;
  stroke-dashoffset: 1836;
}

.etape-clsanim {
  animation: dash 5s linear forwards;
}

.icone-contact {
  height: 40px;
  margin-right: 20px;
}

.p-contact {
  font-family: "Quicksand", sans-serif;
  color: #22272D;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-bleu {
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  color: #7EACD3;
  font-size: 20px;
}

.row-contact {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 35px;
}

.img-contact {
  width: 100%;
  height: 100%;
}

.horaires-contact {
  margin-top: 100px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #7EACD3;
  border-radius: 8px;
}

.horaires-contact > h4 {
  padding: 10px;
  color: #16347B;
  font-family: "Fredoka", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  position: absolute;
  background-color: white;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.horaires-contact > img {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}

.img100 {
  height: 100%;
  width: 100%;
}

.preparation p {
  padding: 0;
}

.font-orange {
  color: #F0A143;
  font-weight: 900;
}

.deroulement-rows {
  border: #7EACD3 2px solid;
  border-radius: 15px;
  padding: 10px 30px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #0F2C34;
  font-size: 19px;
}

.deroulement-span {
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  color: #16347B;
}

.deroulement-rows > .num-deroulement {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: white;
  color: #7EACD3;
  font-size: 22px;
  font-family: "Fredoka", sans-serif;
  height: 39px;
  width: 39px;
  text-align: center;
  padding-top: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.title-operations-1 {
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  color: #16347B;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.subtitle-operations-1 {
  margin-top: 20px;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7EACD3;
}

.partie-operations {
  display: list-item;
  list-style: disc;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  margin-left: 35px;
  font-weight: 300;
  color: #6D707B;
}

.partie-operations > a {
  text-decoration: underline;
  color: #6D707B;
}

.p-operations {
  margin-top: 50px;
}

.p-operations a {
  text-decoration: none;
  font-weight: bold;
}

.p-operations a:hover {
  color: #F0A143;
}

.questions-faq {
  transition: 0.5s all;
}

.plus-faq-anim {
  transition: 0.5s all;
  transform-origin: center;
  transform: rotate(180deg) !important;
}

.questions-faq > div:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.questions-faq > div {
  cursor: pointer;
  padding: 20px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.8s max-height;
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  max-height: 62px;
  color: #6D707B;
}

.plus-faq {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 25px;
  top: 18px;
}

.suite-faq {
  padding-top: 50px;
  font-family: "Quicksand", sans-serif;
}

.anim-faq {
  max-height: 5000px !important;
}

.suite-faq {
  font-weight: 500;
}

.logos-partenaire {
  height: auto;
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-contact {
  border-radius: 15px;
  background-color: #F0A143;
  padding: 15px;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.types-anes {
  font-family: "Quicksand", sans-serif;
  color: #7EACD3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: max-content;
  font-size: 24px;
  border: 3px solid #7EACD3;
  border-radius: 15px;
  transition: 0.6s ease all;
}

.types-anes:hover {
  background-color: #7EACD3;
  color: white;
  text-decoration: none;
}

.sub-anesgene-orange {
  position: relative;
  margin-top: 20px;
  text-align: center;
  color: #F0A143;
  font-family: "Quicksand", sans-serif;
}

.sub-anesgene-orange:after {
  border-bottom: #F0A143 1px solid;
  opacity: 0.5;
  display: block;
  content: "";
  left: 50%;
  top: -20px;
  position: absolute;
  width: 55%;
  transform: translateX(-50%);
}

.symptomes-anesgene > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 83px;
  width: 83px;
  margin-bottom: 40px;
}

.symptomes-anesgene > h4 {
  font-family: "Fredoka", sans-serif;
  font-size: 19px;
  color: #16347B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.symptomes-anesgene > h4:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 4px solid #F0A143;
  width: 15%;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.symptomes-anesgene > p {
  font-size: 17px;
  color: #222;
}

.titreUCA {
  color: orange;
  font-family: "Fredoka", sans-serif;
  text-decoration: underline;
  font-size: 20px;
  text-align: center;
}

.preparation2 > .row {
  margin-top: 40px;
  margin-bottom: 80px;
}

.blocs-equipe {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.blocs-equipe img {
  height: 80px;
  width: auto;
}

.chiffre-equipe {
  color: #16347B;
  font-size: 52px;
  font-family: "Fredoka", sans-serif;
  line-height: 44px;
  margin-left: 10px;
}

.indic-equipe {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #7EACD3;
  font-size: 18px;
  margin-left: 6px;
  white-space: nowrap;
}

.titretrombi img {
  height: 80px;
  width: auto;
}

.titretrombi1 {
  font-family: "Quicksand", sans-serif;
  color: #7EACD3;
  font-size: 23px;
  font-weight: 400;
}

.titretrombi2 {
  font-family: "Fredoka", sans-serif;
  color: #16347B;
  font-size: 33px;
  text-transform: uppercase;
}

.wrappertrombi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
}

.img-trombi {
  width: 100%;
  padding-bottom: 100%;
  background-position: center 15%;
  background-size: cover;
}

.nom-trombi {
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: 17px;
  color: #16347B;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.spe-trombi {
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
  color: #6D707B;
}

.row-trombi {
  margin-bottom: 80px;
}

.photos-cabinet {
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  height: 400px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .photos-cabinet {
    width: 100%;
    padding-bottom: 45%;
    height: auto;
  }
  .photos-cabinet span {
    display: none;
  }
}

.photos-cabinet span {
  position: absolute;
  left: 0;
  background-color: #7EACD3;
  bottom: 60px;
  color: white;
  font-family: "Fredoka", sans-serif;
  padding: 20px 30px;
  font-size: 29px;
  border-top-right-radius: 54px;
}

.suite-faq > p, .suite-faq > ul, .suite-faq > ul > li, .suite-faq > p > span {
  margin-bottom: 0 !important;
  font-family: "Futura";
}

.suite-faq > .Corps > span {
  font-weight: 500 !important;
  padding-top: 50px !important;
  font-family: "Brandon" !important;
}

.accueil-iconos {
  position: relative;
  background-color: white;
}

.accueil-iconos .fix-blanc {
  position: absolute;
  top: 0;
  left: -9999px;
  background-color: white;
  height: 100%;
  width: 9999px;
  display: block;
}

.icone-contact-arobase {
  font-size: 40px;
  color: #56a4ef;
  font-family: "Quicksand", sans-serif;
  margin-right: 20px;
}

.bloc-activite {
  height: 260px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.bloc-activite:hover > svg {
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
}

.icone-activite {
  height: 50px;
  width: auto;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}

.rondactive-activite {
  height: auto;
  width: 108px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: calc(50% - 54px);
}

.titre-activite {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  font-size: 19px;
  font-family: "Fredoka", sans-serif;
  color: #16347B;
  text-align: center;
}

.activite-detail {
  padding: 20px 15px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #78CAD1;
  background-color: white;
  border-radius: 14px;
}
.activite-detail .triangle {
  content: "";
  position: absolute;
  left: 50px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #78CAD1;
}
.activite-detail ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.activite-detail ul li {
  position: relative;
  padding-left: 20px;
}
.activite-detail li::before {
  content: "";
  background-color: #78CAD1;
  position: absolute;
  left: 8px;
  top: calc(50% - 2px);
  display: inline-block;
  width: 6px;
  padding-right: 5px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .activite-detail ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .activite-detail ul {
    column-count: 3;
  }
}

.carousel-locaux .image {
  width: 100%;
  padding-bottom: 45%;
  background-position: center 65% !important;
}

.libelle-locaux {
  background-color: #7EACD3;
  bottom: 60px;
  color: white;
  font-family: "Fredoka", sans-serif;
  border-top-right-radius: 3rem;
}

.slide-aqs139516 .libelle-locaux {
  left: auto !important;
  right: 2.14286rem !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 3rem;
}

@media (min-width: 576px) {
  .bloc-activite + .container {
    width: 510px;
  }
}
@media (min-width: 768px) {
  .bloc-activite + .container {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .bloc-activite + .container {
    width: 930px;
  }
  .u-header {
    position: fixed;
  }
  .u-header .nav-link, .u-header .nav-item.active .nav-link {
    color: white !important;
  }
  .u-header .header-change .nav-item.active .nav-link {
    color: #6D707B !important;
  }
  .u-header .navbar-brand svg {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .bloc-activite + .container {
    width: 1110px;
  }
}
@media (max-width: 992px) {
  .telephone-header, .rdv-header a, .docs-header a {
    font-size: 1rem;
    padding: 5px;
  }
  .nav-link {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .telephone-header {
    display: block;
    color: #555;
    margin-right: 0px;
  }
  .telephone-header svg .cls-tel {
    stroke: #555;
  }
  .header_fix {
    padding-bottom: 60%;
  }
  .haut-accueil1, .haut-accueil2 {
    font-size: 26px;
  }
  .haut-accueil3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .titre-page {
    font-size: 28px;
  }
  .header_fix2 > .container {
    top: 55% !important;
  }
  .blocs-equipe img {
    height: auto;
    width: 50px;
  }
  .titretrombi2 {
    font-size: 22px;
  }
  .logoanim-cls1 {
    fill: #7EACD3 !important;
  }
  .logoanim-cls2 {
    stroke: white !important;
  }
  .types-anes {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .bloc-parties {
    display: block !important;
  }
}
.bloc-etape {
  margin-left: auto;
  margin-right: auto;
  height: 190px;
  width: 190px;
}

.etape-image {
  height: 100%;
  width: 100%;
  border: solid 5px #7EACD3;
  border-radius: 100px;
  overflow: hidden;
}

.etape-nbr {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 42px;
  position: absolute;
  text-align: center;
  font-family: "Fredoka", sans-serif;
  color: #16347B;
  padding-top: 5px;
}

.etapes-container .etape-1 {
  top: 40px;
  left: 50px;
}

.etapes-container .etape-2 {
  padding-left: 5px;
  top: 77px;
  left: 50px;
}

.etapes-container .etape-3 {
  padding-left: 3px;
  top: 130px;
  left: 50px;
}

.etapes-container .etape-4 {
  top: 154px;
  left: 50px;
}

/*# sourceMappingURL=anesthesiesaintjean.css.map */
