/*font-family: 'Nunito'; 300, 400, 700*/

:root {
  --color-default: #1E1E1E;
  --color-dark: #1E1E1E;
  --color-yellow: #F7EB50;
  --bs-navbar-active-color: #00ADEE;
}

html, body {
	color: var(--color-default);
	font-family: 'Nunito', serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	background-color: #F8F8FB;
	background-color: rgb(248,248,251);
	position: relative; /* <-- FOR SCROLL SPY */
	/*background-image:
    linear-gradient(
      rgba(244,246,252,1),
	  rgba(252,254,255,1)
    );
	background-size: 100% 400px;
	background-repeat: no-repeat;*/
}

@media (max-width: 1280px) {
	html, body {
		font-size: 16px;
	}
}
.sr-only {
  display: none;
}
.alert svg {
  max-width: 2rem;
  max-height: 2rem;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 75vw!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
@media (max-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 73vw!important;
	}
}
@media screen and (max-width:768px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 90vw !important;
	}
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  font-family: 'Nunito', serif;
  margin: 0 0 20px;
  /*color: #353A5B;*/
  font-weight: 700;
}
h1, .h1 {
	/*text-align: center;*/
}
h1, .h1, h2, .h2 {
	text-transform: none;
}
/*.block h3:first-child {
	font-size: 1.25rem;
}*/

p {
	/*color: #626E9C;*/
}
strong {
	font-weight: 700;
}

.tag {
	font-family: 'Nunito';
	font-size: 0.7rem;
	color: #0092D1;
	letter-spacing: 1px;
}

#main {
	padding-top: 50px;
}
.node--type-article #main {
	padding-top: 0px;
}

/* @group COLORS */

a {
	color: #0092D1;
}
a:hover {
	text-decoration: none;
}
.text-color-blue, .blue {
	color: #0092D1!important;
}
.text-color-bluedark, .bluedark {
	color: #0081B1!important;
}
.text-color-brown, .brown {
	color: #F1AA49!important;
}
.text-color-browndark, .browndark {
	color: #EA8B2E !important;
}
.bg-color-blue {
	background-color: #0092D1!important;
	color: #FFFFFF!important;
}
.bg-color-bluedark {
	background-color: #0081B1!important;
	color: #FFFFFF!important;
}
.bg-color-brown {
	background-color: #F1AA49!important;
}
.bg-color-browndark {
	background-color: #EA8B2E!important;
}
.bg-color-gray.outline {
	background-color: transparent!important;
	color: #F4F6FC!important;
	border: 1px solid #F4F6FC;
}
.bg-color-yellow {
	background-color: var(--color-yellow)!important;
	color: #000;
}
.bg-color-black {
	background-color: #000!important;
	color: var(--color-yellow);
}

.bolder {
	font-family: 'AvenirHeavy', serif;
}

/* @end */

/* @group BUTTONS */

.button, .ui-dialog .button {
	margin: 0;
	padding: 0 45px;
	opacity: 1;
	font-size: 0.85rem;
	letter-spacing: 1.3px;
	font-family: 'Nunito', serif;
	font-weight: 300;
	line-height: 2.55rem;
	color: #FFFFFF;
	border: none;
	border-radius: 40px;
	text-transform: uppercase;

	/*background-image:
    linear-gradient(
      #00E1C3,
	  #00ADEE
    );
	background-size: 100%;
	background-repeat: no-repeat;*/

	background: #0092D1;

	transition: all .5s ease;


}
.button.bluedark {
	background: #0081B1;
	color: #ffffff!important;
}
.button.black {
	background: #000;
	color: var(--color-yellow)!important;
}
.button.black:hover {
	background: var(--color-yellow);
	color: #000!important;
}
.button.yellow {
	background: var(--color-yellow);
	color: #000!important;
}
.button.yellow:hover {
	background: #000;
	color: var(--color-yellow)!important;
}

.button:hover, .ui-dialog .button:hover {
	color: #FFFFFF;
	background: #000000;

	/*background-image:
    linear-gradient(
      #02166E,
	  #0C0449
    );

	-webkit-box-shadow: 0px 8px 24px 0px rgba(2,22,110,0.32);
	box-shadow: 0px 8px 24px 0px rgba(2,22,110,0.32);*/
}
.button.outline, .button.outline.blue {
	background-color: transparent;
	background-image: none;
	color: #0092D1;
	border: 1px solid #0092D1;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.outline.bluedark {
	color: #0081B1!important;
	border: 1px solid #0081B1;
}
.button.outline:hover, .button.outline.blue:hover {
	border-color: #000000;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #000000;
	color: #FFFFFF!important;
}
.button.outline.gray {
	border: solid 2px #e9e9e9;
	color: #000000!important;
}

.button.small {
	padding: 3px 25px!important;
	opacity: 1!important;
	font-size: 11px!important;
	line-height: 28px!important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.extra-small {
    padding: 0 11px;
    opacity: 1;
    font-size: 11px;
    line-height: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.full-width {
	width: 100%!important;
	text-align: center;
}

/* @end */

/* @group NAV */
.navbar-toggler-icon {

}
.navbar-toggler-icon icon {
	font-size: 21px;
}
#CollapsingNavbar {

}
#CollapsingNavbar > nav, #CollapsingNavbar > div {
	width: auto!important;
	max-width: none !important;
	margin: 0;
}
#navbar-main {
	transition: all .25s ease;
	background: #FFFFFF;
	/*box-shadow: inset 0 -1px 0 0 #ECEEF0;*/
}
.scrolled #navbar-main {
	background: #FFFFFF;
	box-shadow: 0 8px 32px 0 rgba(2,22,110,0.08);
}
.hamburger-float {
	position: absolute;
	width: 100%;
	line-height: 45px;
	z-index: -1;
}
a.navbar-brand {
	display: inline-block;
	/*padding: 0 0 0 30px;*/
	margin-left: 30px;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	width: auto;
	overflow: hidden;
	position: relative;
}
a.navbar-brand img {
	height: auto;
	width: 150px;
	max-width: 100%;
	/*position: absolute;
	top: .3125rem;
	left: 0;*/
	transition: all .25s ease;
	display: inline-block;
	position: relative;
}
.scrolled #navbar-main a.navbar-brand img {
	width: 100px;
}
.custom-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 10px;
	vertical-align: 0px;
	content:"";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

	font-family:"Ionicons";
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-rendering:auto;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	border: none;
	border-radius: 5px;
}
.dropdown-menu.menu-lvl-1 {
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F4F6FC 100%);
	box-shadow: 0 8px 32px 0 rgba(2,22,110,0.16);
}
.dropdown-menu.menu-lvl-1:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	left: 25px;
	top: -8px;
}
.dropdown-item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0;
	clear: both;
	font-weight: 400;
	color: #02166E;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item a {
	color: #353A5B!important;
	font-size: 14px;
	padding: 10px 20px 10px 30px;
	width: 100%;
	display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #00ADEE!important;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-item:focus > a, .dropdown-item:hover > a {
	color: #00ADEE!important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #00ADEE!important;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-item.active > a, .dropdown-item.is-active > a, .dropdown-item:active > a {
	color: #00ADEE!important;
}
.dropdown-item.active > .lvl-up .dropdown-item {
	color: #00ADEE!important;
	background-color: transparent;
}
.lvl-up {
	padding-left: 0;
}
.lvl-up .dropdown-item a {
	padding-left: 50px;
}
.navbar-nav > li > a, .navbar-nav > li > span, .language-switcher-language-url li.nav-item > a {
	padding: 0px 15px!important;
	font-size: .75rem;
	line-height: 55px;
	font-family: 'Nunito', serif;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	color: #000000;
}
.navbar-nav > li > span:hover {
	cursor: pointer;
}
.nav-link.active {
	color: #00ADEE;
}
.nav-link:hover {
	color: #00ADEE;
}
footer .navbar-nav {
	display: block;
}
footer .navbar-nav > li > a {
	padding: 0px 30px 0 0!important;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	font-weight: 300;
	display: inline-block;
	border-right: none;
}

/*ul.nav ul.dropdown-menu li.menu-item--expanded:hover ul.dropdown-menu {
	display: block;
	position: absolute;
	left: 175px !important;
	top: 0 !important;
	border-left: 2px solid white;
}*/

/* @end */

/* @group LANGUAGE SWITCHER */

.language-switcher-language-url {
	display: inline-block;
}
.user-logged-in .language-switcher-language-url .contextual {
	display: none!important;
}
.language-switcher-language-url ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-switcher-language-url ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
/*.language-switcher-language-url ul li:first-child::after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	color: #7a7a7a;
}*/
.language-switcher-language-url .language-link.fr {
    padding-right: 5px;
    margin-right: 5px;
}
.language-switcher-language-url a {
	/*display: inline-block;
	height: 40px;
	width: 35px;*/
	/*line-height: 60px;
	text-align: center;*/
	/*font-size: 14px;*/
	/*color: #7a7a7a;*/
}
.language-switcher-language-url a.is-active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#block-languageswitcher .container {
	width: auto!important;
	padding: 0!important;
	margin: 0!important;
}

/* @end */

.max-width {
	max-width: 100%;
}

/* GRPD */
.eu-cookie-compliance-banner, .eu-cookie-compliance-banner p, .eu-cookie-compliance-banner h2, .eu-cookie-compliance-banner h3, .eu-cookie-compliance-banner h4 {
	color: #ffffff;
	font-size: 13px;
}
.eu-cookie-compliance-more-button, .eu-cookie-compliance-buttons {
	font-size: 13px;
}
.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button {
	cursor: pointer;
	margin-right: 15px;
	margin-top: 1em;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none!important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	color: #ffffff;
	font-family: Arial,sans-serif;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}
.disagree-button.eu-cookie-compliance-more-button:hover, .eu-cookie-compliance-agree-button:hover, .eu-cookie-compliance-default-button:hover, .eu-cookie-compliance-hide-button:hover, .eu-cookie-compliance-more-button-thank-you:hover, .eu-cookie-withdraw-button:hover {
	background-color: transparent;
	background-image: none!important;
}
/* GRPD */

#drupal-modal--content {
	max-height: 5000px!important;
}
#drupal-modal {
	z-index: 5000!important;
	background-color: #F8F8FB;
	background-color: rgb(248,248,251);
}

/* JQUERY MODAL */
.ui-widget.ui-widget-content {
	border: none;
}
.ui-dialog {
	font-family: inherit;
	border-radius: 0;
	z-index: 5000;
	max-width: 90%!important;
}
.ui-widget-content {
	border: none;
	/* background: #F9B000; */
	color: inherit;
}
.ui-widget-header {
	border: none;
	background: none;
	color: inherit;
	font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 20px 0 10px 30px;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 21px;
	text-transform: uppercase;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 30px;
	/* background: none; */
	overflow: auto;
}
.ui-widget-content {
	border: none;
	/* background: none; */
	color: inherit;
}
.ui-dialog .ui-dialog-title-close {
	top: 10px;
	right: 10px;
}
.ui-dialog .ui-dialog-title-close .ui-icon {
	/*background: none;
	border-radius: 0;*/
}


.ui-widget-overlay {
	opacity: 0.9!important;
	background-color: rgba(0, 0, 0, 0.9);
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .ui-widget-overlay {
        /*-webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);*/
    }
}

.block-header {
	padding: 100px 0;
	transition: all .25s ease;
}
.not-front .block-header {
	padding: 40px 0;
}

img.circle, .img-to-circle img {
	border-radius: 50%;
}
p.circle {
	vertical-align: bottom;
}
p.circle img {
	border-radius: 50%;
	vertical-align: baseline;
	width: 200px;
	height: auto;
}
.img-rounded-small, .img-rounded-small img {
	border-radius: 50%;
	width: 64px;
	height: auto;
}

/* FORM */

.text-full, .form-textarea, .form-text, .form-email, .form-tel, .form-url, .form-number {
	padding: 8px!important;
	font-size: 1rem!important;
	background-image: none;
	background-color: #F6F8FA;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.text-full, .form-text, .form-email, .form-tel, .form-url, .form-number {
	height: 48px;
}
.webform-submission-form label, .fieldgroup > legend span {
	font-size: 0.87rem!important;
}
.webform-submission-form .form-type-textfield label,
.webform-submission-form .js-form-item > label,
.fieldgroup > legend span {
	font-weight: 400;
}
label.form-check {
	font-weight: 300;
}

.webform-submission-form .description {
	font-size: 16px;
	margin-bottom: 20px;
}
.webform-submission-form small.description {
	font-size: 13px;
}

.form-type-tel > label {
	display: block;
	font-size: 16px!important;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
	padding-left: 52px!important;
}

.form-actions .form-submit {
	min-width: 150px;
}

/* @group CAROUSEL */

.carousel {
    position: relative;
    overflow: hidden;
}
.carousel-control-next, .carousel-control-prev {
	bottom: calc(50% - 30px);
	width: 60px;
	height: 60px;
	color: #ffffff;
	opacity: 1;
	/*background-color: #ffffff;*/
	line-height: 67px;
	border-radius: 60px;
}
.carousel icon {
    color: #FFFFFF;
    font-size: 22px;
}
.carousel-control-prev {
    /*left: -30px;*/
}
.carousel-control-prev icon {
    /*margin-left: 23px;*/
}
.carousel-control-next {
    /*right: -30px;*/
}
.carousel-control-next icon {
    /*margin-right: 23px;*/
}

.carousel-indicators {
	bottom: -15px;
}
.carousel-indicators .dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #6581fb;
}
.carousel-indicators .active .dot {
	background-color: #0092D1;
	border: 1px solid #0092D1;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: opacity .6s ease;
}

.slick-dots li button::before{
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	background-color: transparent;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #C8C8C8;
	content: '';
}
.slick-dots li.slick-active button::before {
    background-color: #000000;
	border: 1px solid #000000;
}

/* TEXT SLIDER */
.pgslidertext .carousel-inner {
	background-color: #0092D1;
	border-radius: 5px;
	color: #FFFFFF;
}
.pgslidertext .carousel-item {
	padding: 40px 70px;
}
.pgslidertext .carousel-control-next, .pgslidertext .carousel-control-prev {
	bottom: calc(50% - 20px);
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	opacity: 1;
	/*background-color: #ffffff;*/
	line-height: 40px;
	border-radius: 30px;
}
.pgslidertext .carousel icon {
	color: #FFFFFF;
    font-size: 14px;
}
.pgslidertext .carousel-control-prev {
    /*left: -20px;*/
}
.pgslidertext .carousel-control-prev icon {
    margin-left: 10px;
}
.pgslidertext .carousel-control-next {
    /*right: -20px;*/
}
.pgslidertext .carousel-control-next icon {
    margin-right: 10px;
}
.pgslidertext .carousel-indicators .dot {
	background-color: transparent;
	border: 1px solid #ffffff;
}
.pgslidertext .carousel-indicators .active .dot {
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.pgslidertext .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: opacity .6s ease;
}

/* RESPONSIVE */
/* medium - display 2  */
@media (min-width: 768px) {

  .make-responsive .carousel-inner .carousel-item-right.active,
  .make-responsive .carousel-inner .carousel-item-next {
      transform: translateX(50%);
  }

  .make-responsive .carousel-inner .carousel-item-left.active,
  .make-responsive .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
  }
}

/* large - display 3 */
@media (min-width: 992px) {

  .make-responsive .carousel-inner .carousel-item-right.active,
  .make-responsive .carousel-inner .carousel-item-next {
      transform: translateX(33%);
  }

  .make-responsive .carousel-inner .carousel-item-left.active,
  .make-responsive .carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
  }
}

@media (max-width: 768px) {
  .make-responsive .carousel-inner .carousel-item > div {
      display: none;
  }

  .make-responsive .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.make-responsive .carousel-inner .carousel-item.active,
.make-responsive .carousel-inner .carousel-item-next,
.make-responsive .carousel-inner .carousel-item-prev {
  display: flex;
}

.make-responsive .carousel-inner .carousel-item-right,
.make-responsive .carousel-inner .carousel-item-left {
  transform: translateX(0);
}


/* @end */

/* @group KRYS */

.btn-small {
	font-size: 13px;
	color: #000000;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #F4F4F4;
}
.btn-small:hover {
	color: #ffffff;
	background-color: #000000;
}

article.node figure {
	margin: 0;
}

.img-sq-200 {
	width: 200px;
	height: auto;
}

.img-max-width {
	max-width: 100%;
	height: auto;
}

.no-container > .container {
	max-width: 100%!important;
}

.no-container-cascade {
	max-width: 100%!important;
}
.no-container-cascade .container {
	max-width: 100%!important;
}

/*.dropdown:hover > .dropdown-menu {
   display: block;
}*/

.ajax-progress, .ajax-progress-throbber {
	position: absolute;
}
.ajax-progress .throbber, .ajax-progress-throbber .throbber {
	width: 13px!important;
	height: 13px!important;
	border: 2px solid #0092D1!important;
	border-right-color: transparent!important;
	border-radius: 50%!important;
}

footer {
	box-shadow: inset 0 1px 0 0 #ECEEF0;
}

/*CARDS*/

.card-item {

}
.card-item .inner-container .card {
	margin-bottom: 30px;
}
.card {
	border: none;
	background-color: transparent;
}
.card-image-top, .card-image-top img {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	/*margin-bottom: -10px;*/
	position: relative;
}
.card-content {
	border-radius: 24px;
	background: #FFFFFF;
	padding: 32px;
	box-shadow: 0 24px 40px 0 rgba(0,0,0,0.08);
	position: relative;
	margin-top: -20px;
}
.with-video {
	min-height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.with-video .ajax-progress {
	position: absolute;
	padding: 10px;
	border-radius: 50%;
	background: #0092D1;
}
.button-video {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    border-radius: 50%;
    padding-left: 5px;
	background: #0092D1;
}


.bootstrap-slider {

}
.bootstrap-slider figure {
	margin: 0;
}


.icon-circle {
	display: inline-block;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	background-color: #0092D1;
	margin-left: 10px;
	transition: all .2s ease;
}
.icon-circle:hover {
	background-color: #000000;
}
.icon-circle icon {
	font-size: 18px;
	line-height: 48px;
	color: #0092D1;
	transition: all .25s ease;
}
.icon-circle:hover icon {
	color: #FFFFFF;
}

/* SOCIAL ICONS */
ul.social-icon-list li {
	margin: 0 15px 0 0;
	padding: 0;
	display: inline-block;
}
ul.social-icon-list li:last-child {
	margin: 0;
}
ul.social-icon-list a .socicon {
    color: #0092D1;
}
ul.social-icon-list a.circle.outline .socicon {
    display: inline-block;
    font-size: 1.2em;
    width: 2.8em;
    height: 2.8em;
    border: 1px solid #ECEEF0;
    line-height: 2.6em;
    border-radius: 2em;
	transition: all .5s ease;
}
ul.social-icon-list a.circle.outline .socicon:hover {
    border: 1px solid #0092D1;
	background-color: #0092D1;
	color: #FFFFFF!important;
}
/* SOCIAL ICONS */

.modal.taxonomy {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 970;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: #0092D1;
}

.page-view-taxonomy-term #main {
	padding: 0;
}
.view-id-taxonomy_term .view-header .taxonomy-term .field--name-description {
	padding: 0 40px 40px;
	color: #0092D1;
}
.view-id-taxonomy_term .card.hide {
	display: flex!important;
}


.frame-shadow-individual-yellow .inner-col, p.frame-shadow-individual-yellow {
	position: relative;
	background: var(--color-yellow);
	border: 1px solid #FFF;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.07);
	border-radius: 9px;
	padding: 50px 35px;
}
.frame-shadow-individual .inner-col, p.frame-shadow-individual {
	background: rgba(248,248,251,0.75);
	border: 1px solid #CBCBCB;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.07);
	border-radius: 9px;
	padding: 50px 35px;
}
.frame-individual .inner-col, p.frame-individual {
	background: rgba(248,248,251,0.75);
	border: 1px solid #CBCBCB;
	border-radius: 9px;
	padding: 50px 35px;
}
.shadow-individual .inner-col, p.shadow-individual {
	background: rgba(248,248,251,0.75);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.07);
	border-radius: 9px;
	padding: 50px 35px;
}
p.bg-blue {
	background: #0092D1;
	border-radius: 9px;
	padding: 50px 35px;
	color: #ffffff;
}
p.frame-shadow-individual, p.frame-individual, p.shadow-individual, p.bg-blue {
	margin-bottom: 30px;
}

.page.bg-image {
	background-repeat: no-repeat;
	background-size: auto 155px;
	background-position: left bottom;
	padding-bottom: 50px;
	/*margin-bottom: 40px;*/
}
article.page.teaser {
	padding-top: 65px;
}

.path-frontpage {

}
.path-frontpage #block-krystdf-content, .page-view-tdf-femmes #block-krystdf-content {
	max-width: 100%!important;
}
.path-frontpage .view-content > .row, .page-view-tdf-femmes-DISABLE .view-content .row {
	display: block;
}

.path-frontpage article.page .pg_col3 .col-left, .path-frontpage article.page .pg_col2 .col-left,
.page-view-tdf-femmes article.page .pg_col3 .col-left, .page-view-tdf-femmes-DISABLE article.page .pg_col2 .col-left {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/*z-index: 990;*/
}
article.page .pg_col3 .col-left .inner-col, article.page .pg_col2 .col-left .inner-col {
	margin-top: 85px;
	padding-bottom: 90px;
}
.path-frontpage article.page > .container, .page-view-tdf-femmes article.page > .container {
	background-image: url(../images/ShapeBlackYellow.png);
	background-repeat: no-repeat;
	background-size: auto 75px;
	background-position: left top;
}

.top-banner .left {
	border-top-left-radius: 90px;
	padding: 160px 0 140px 90px;
	background-color: #0092D1;
	color: #ffffff;
}
.top-banner h1 {
	font-size: 40px;
	line-height: 45px;
}
.top-banner h3 {
	font-size: 26px;
	margin-top: 0;
	color: #ffffff;
}
.top-banner p {
	font-size: 25px;
	color: #7FDCFF;
	margin-bottom: 0;
}
#block-header {
	background-image: url(../images/BGwhiteBlue.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
#block-header > div {
	background-image: url(../images/SHAPESalt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.special-black-button {
	background-color: var(--color-dark);
	border-radius: 0 80px 0 0;
	font-size: 21px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	padding: 8px 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.special-black-button:hover {
	background-color: var(--color-yellow);
	color: var(--color-dark)!important;
}

.view-home {

}
.view-home .key-1 {
	background-image: url(../images/GlassesArrow.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-size: auto 200px;
}
.view-home .key-2 {
	background-image: url(../images/GlassesCircle.png);
	background-repeat: no-repeat;
	background-position: 80% top;
	background-size: auto 290px;
}
.view-home .key-3 {
	background-image: url(../images/GlassesArrowAlt.png);
	background-repeat: no-repeat;
	background-position: 40% top;
	background-size: auto 200px;
}
.view-home .key-4 {
	background-image: url(../images/GlassesArrow.png);
	background-repeat: no-repeat;
	background-position: 50% top;
	background-size: auto 200px;
}

#validationbuttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.ui-dialog-titlebar {
	position: relative;
}
.ui-dialog .ui-dialog-titlebar-close {
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.node-etape-edit-form {

}
.node-etape-edit-form small, .node-etape-edit-form select, .node-etape-form small, .node-etape-form select {
	display: block;
}
.node-etape-edit-form fieldset, .node-etape-form fieldset {
	margin-top: 30;
}
.node-etape-edit-form fieldset legend, .node-etape-form fieldset legend {
	font-size: 1rem;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.alert .list-group-item {
    background-color: transparent;
    border: none;
}
.alert.alert-danger a {
	color: #ffffff!important;
}
.alert hr {
    margin: 15px auto;
}

#node-associe-form .field--name-field-adh-num {

}
#node-associe-form .field--name-field-adh-num label:first-child {
	display: block;
}
#node-associe-form .field--name-field-adh-num .form-type-textfield.form-group {
    display: inline-block;
    width: 19.5%;
}
@media (max-width: 768px) {
	#node-associe-form .field--name-field-adh-num .form-type-textfield.form-group { width: 49.5%; }
}

.container-header {
	position: relative;
	/*padding-left: calc((100% - 75vw) / 2);*/
	/*padding-right: calc((100% - 75vw) / 2);*/
	padding-left: calc(25% / 2);
	/*padding-right: calc(25% / 2);*/
	background-color: #ffffff;
}
.container-header-bg {
	background-image: linear-gradient(180deg, rgba(0,146,209,0.00) 0%, rgba(0,0,0,0.71) 100%), url(/sites/tdf/themes/custom/krystdf/images/Header2025.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 90px 0 0 0;
	height: min(75vh, 550px);
	padding-left: 50px;
	padding-bottom: 80px;
	position: relative;
}
.container-header-bg.women {
  background-image: linear-gradient(180deg, rgba(0,146,209,0.00) 0%, rgba(0,0,0,0.71) 100%), url(/sites/tdf/themes/custom/krystdf/images/HeaderFemmes2025.jpg);
}
.container-header-bg .row {
	height: 100%;
}
@media (max-width: 1440px) {
    .container-header {
		padding-left: calc(27% / 2);
		/*padding-right: calc(27% / 2);*/
	}
}
@media screen and (max-width:768px){
	.container-header {
		padding-left: calc(10% / 2);
		/*padding-right: calc(10% / 2);*/
		padding-top: 56px;
	}
}

#sticky-register {
  position: fixed;
  top: 30px;
  right: 10%;
  z-index: 1000;
	display: none;
}
.special-black-button {
	display: none;
}
.path-frontpage #sticky-register, .path-frontpage .special-black-button, .page-view-tdf-femmes .special-black-button, .page-view-tdf-femmes #sticky-register {
	display: block;
}

.more-important {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 25px;
    background-color: var(--color-dark);
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: var(--color-yellow);
}

.stage-list .badge {
    background-color: var(--color-yellow);
	color:  var(--color-dark);
}

/* @end */



@media (max-width: 1280px) {
	.navbar-nav > li > a {
		/*padding: 0px 20px!important;
		font-size: 14px;
		line-height: 52px;*/
	}
	.hamburger-float {
		/*line-height: 52px;*/
	}
	.language-switcher-language-url a {
		line-height: 50px;
		font-size: 12px;
	}
	.ajax-link {
		bottom: 0;
		right: 10px;
	}
	.view-content a.ion-ios-arrow-dropright, .ajax-link a {
		width: 55px;
		height: 32px;
		font-size: 26px;
	}
	/*.button {
		padding: 0 15px;
		font-size: 0.7rem;
		line-height: 2;
		border-width: 2px!important;
	}
	.button:hover {
		border-width: 2px!important;
	}*/
	.btn-small {
		font-size: 12px;
	}
}

@media screen and (min-width:990px) and (max-width:1440px) {

.menu-container {
    padding-left: 130px;
}

}
@media screen and (min-width:768px) and (max-width:1200px) {
	.navbar-nav > li > a, .navbar-nav > li > span, .language-switcher-language-url li.nav-item > a {
	    line-height: 35px;
	}
}

@media screen and (max-width:990px) {

#CollapsingNavbar {
	padding: 0 0 20px 20px;
}
#CollapsingNavbar.show {
	background-color: #ffffff;
}

.hamburger-float {
	line-height: 60px;
	background-color: transparent;
}
.language-switcher-language-url a {
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 50px;
	margin-right: 15px;
}
.navbar-brand img, .navbar-brand svg {
	width: 110px !important;
	height: auto !important;
}
a.navbar-brand {
	display: block;
	/* padding: 0 0 0 30px; */
	margin-left: 10px;
	margin-right: 0;
	width: 35%;
	/*margin: 0;*/
	padding: 0;
	line-height: 40px;
}
.language-switcher-language-url {
	height: 40px;
	width: auto;
	top: 0;
	right: 60px;
}
.menu-container {
	margin-top: 60px;
}
.navbar-nav > li > a {
    padding: 0 !important;
    font-size: 14px;
    line-height: 45px;
	color: #000000;
	font-weight: 400;
	display: inline-block;
	border-right: none;
	width: 100%;
}
.navbar-nav > li > span, .language-switcher-language-url li.nav-item > a {
    padding: 0px !important;
    font-size: inherit;
    line-height: inherit;
    font-family: 'Nunito', serif;
    color: #02166E;
    font-weight: 400;
    display: inline-block;
    padding: 0 !important;
    font-size: 14px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    border-right: none;
    width: 100%;
	text-align: left;
}
.menu-lvl-1 {
	position: relative!important;
	transform: none!important;
}
.external-link.link-lvl-0 {
    padding-left: 0px !important;
    background-image: none;
}
.show .dropdown-item a {
	padding: 10px 10px 10px 20px;
}

}

@media screen and (max-width:767px){

.hamburger-float {
    background-color: #fff;
}
h2, .h2 {
    text-transform: none;
    padding-top: 65px;
}
#tourdefrance {
	padding-top: 0;
}
#node-associe-form .field--name-field-adh-num .form-type-textfield.form-group {
    width: 100%;
}
.not-front .container-header-bg {
    height: min(65vh, 350px);
    padding-left: 30px;
    padding-bottom: 30px;
}

body {
	padding: 0;
}
.menu-container {
	margin-top: 0;
}
.top-banner .left {
	border-top-left-radius: 90px;
	padding: 160px 0 140px 90px;
	background-color: #0092D1;
	color: #ffffff;
}

footer .navbar-nav > li > a {
    font-size: 13px;
}

.button {
    padding: 0 40px;
    font-size: 0.8rem;
}

.menusiblings .navbar-nav .nav-link.active, .menusiblings .navbar-nav .nav-link.active:hover {
    min-width: auto;
}
.menusiblings .navbar-nav a.nav-link {
    padding: 0 30px !important;
}

.webform-flexbox .webform-flex .webform-flex--container,
.webform-flexbox .webform-flex:first-child .webform-flex--container,
.webform-flexbox .webform-flex:last-child .webform-flex--container {
    margin: 0;
}
.form-group.col-auto {
    padding: 0;
}

.top-banner .left {
	border-top-left-radius: 90px;
	padding: 60px 0 80px 60px;
	margin-top: 40px;
}

.path-frontpage article.page .pg_col3 .col-left, .path-frontpage article.page .pg_col2 .col-left,
.page-view-tdf-femmes article.page .pg_col3 .col-left, .page-view-tdf-femmes article.page .pg_col2 .col-left {
    position: relative;
}
article.page .pg_col3 .col-left .inner-col, article.page .pg_col2 .col-left .inner-col {
    margin-top: 15px;
    padding-bottom: 50px;
}
.page.bg-image {
    padding-bottom: 140px;
}
.view-home .key-2 {
    background-position: 80% 30px;
    background-size: 60% auto;
}
.view-home .key-3 {
    background-position: 40% 30px;
    background-size: 90% auto;
}
.view-home .key-4 {
    background-position: 50% 30px;
    background-size: 90% auto;
}

}


