/*
#@squelettes/css/styles.less
*/
/*@primary: rgb(191,96,139);*/
/*Blau @primary_bg: rgba(198, 48, 80, 1);*/
/*@primary_bg: rgba(105,59,59,.8);*/
/*@primary_bg: rgba(198,48,80,.8);*/
/*Imports*/
/*Base*/
body,
p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #063b55;
  hyphens: auto;
  overflow-wrap: break-word;
}
.text-normal {
  font-family: 'Raleway', sans-serif;
}
.text-fancy {
  font-family: 'Roboto Condensed', sans-serif;
}
.text-italics,
.text-italic {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.subheading,
.subheading b {
  font-weight: 600 !important;
}
.rubrique-not-active {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.rubrique-active {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.text-condensed,
.text-condensed p {
  font-family: 'Roboto Condensed', sans-serif;
}
.text-sans,
.text-sans p {
  font-family: 'Raleway', sans-serif;
}
.texts {
  font-family: 'Raleway', sans-serif;
}
.btn {
  font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 992px) {
  h1 {
    font-size: 1.8em;
  }
  p,
  li {
    font-size: 1.2em;
  }
}
a:hover {
  color: #063b55;
  text-decoration: underline;
}
/*helpers*/
.hidden {
  display: none;
}
/*Responsiove START*/
.home_product_text p {
  font-size: 96%;
  padding-bottom: 0.6em;
}
/*Responsive EnD*/
.border-top-orange {
  border-top: 3px solid #f2a633;
}
.border-top-teal {
  border-top: 3px solid #bf608b;
}
.border-top-red {
  border-top: 3px solid #bd4b3d;
}
.border-top-blue {
  border-top: 3px solid #4e879d;
}
.border-top-purple {
  border-top: 3px solid #8d406a;
}
.border-top-teal-dark {
  border-top: 3px solid #b95180;
}
.border-bottom-teal-dark {
  border-top: 3px solid #b95180;
}
.border-bottom-teal-dark {
  border-bottom: 3px solid #b95180;
}
.border-bottom-teal {
  border-bottom: 3px solid #bf608b;
}
.border-bottom-orange {
  border-bottom: 3px solid #f2a633;
}
.border-bottom-red {
  border-bottom: 3px solid #bd4b3d;
}
.border-bottom-blue {
  border-bottom: 3px solid #4e879d;
}
.border-bottom-purple {
  border-bottom: 3px solid #8d406a;
}
.border-top-gray {
  border-top: 3px solid #808080;
}
.nav-link-white,
.nav-link-black {
  font-size: 0.9em;
  font-family: 'Grenze', serif;
  margin-left: 1em;
}
.nav-link-white:hover,
.nav-link-black:hover {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
}
.nav-link-white.active,
.nav-link-black.active {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box.active {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .nav-link-box {
    color: black;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .nav-link-box.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .nav-link-white {
    color: white !important;
  }
  .nav-link-black {
    color: white !important;
  }
  .topnav-white {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0);
  }
  .topnav-black {
    background-color: #00b1ad;
  }
}
.bg-primary {
  background-color: #123a54 !important;
}
.bg-primary-dark {
  background-color: #0e2c3f !important;
}
.bg-secondary {
  background-color: #e3edef !important;
}
.bg-extra {
  background-color: #f2f8fc !important;
}
.bg-custom {
  background-color: #fce5b7;
}
/*.topnav{*/
/*	background-color: #0075ad!important;*/
/*}*/
/*.topnav img {*/
/*	filter: invert(100);*/
/*}*/
.bg-1 {
  background: url('//transition-news.org/squelettes/img/mirrors.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.options-box > div > div {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.3em 0.5em;
  color: white;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  box-shadow: 0px 0px 0px rgba(22, 22, 100, 0.8);
}
.options-box > div > div:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.6);
}
.options-box > div > div > h5 {
  font-size: 2em;
}
.bg-2 {
  background-color: #007f4c !important;
}
.bg-3 {
  background-color: #004e7f !important;
}
.bg-4 {
  background-color: #00397f !important;
}
.bg-orange {
  background-color: #f2a633 !important;
}
.bg-red {
  background-color: #bd4b3d !important;
}
.bg-blue {
  background-color: #4e879d !important;
}
.bg-teal {
  background-color: #bf608b !important;
}
.bg-slight-teal {
  background-color: rgba(0, 127, 127, 0.05);
}
.bg-slight-orange {
  background-color: #ffffff;
}
.bg-slight-red {
  background-color: #f8eae8;
}
.bg-slighter-red {
  background-color: #ffffff;
}
.bg-slight-bg {
  background-color: #e3edef;
}
.bg-slighter-bg {
  background-color: #eaf4fb;
}
.bg-medium-teal {
  background-color: rgba(0, 127, 127, 0.2);
}
.bg-purple {
  background-color: #8d406a !important;
}
.text-orange {
  color: #f2a633 !important;
}
.text-red {
  color: #bd4b3d !important;
}
.text-blue {
  color: #4e879d !important;
}
.text-teal {
  color: #bf608b !important;
}
.text-purple {
  color: #8d406a !important;
}
.text-white {
  color: white !important;
}
.opacity {
  opacity: 0.6;
}
a {
  color: #063b55;
}
blockquote {
  border-left: 5px solid #063b55;
  padding-left: .75em;
  padding: .75em;
  background-color: rgba(0, 0, 0, 0.05);
}
dis_blockquote::before,
.dis_blockquote-quote::before {
  color: #063b55;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -.4em;
  font-family: Times New Roman, serif;
}
.gosol-button {
  overflow: hidden;
  padding: 12px 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  box-shadow: 2px 5px 10px rgba(22, 22, 22, 0.1);
  position: relative;
}
.gosol-button-primary,
.gosol-button-teal {
  color: #FFFFFF !important;
  background: #063b55;
  font-weight: normal !important;
}
.gosol-button-primary .button-separator {
  border-right: 1px solid white;
}
.gosol-button-primary .button-separator {
  border-right: 1px solid white;
}
.gosol-button-orange {
  color: #FFFFFF !important;
  background: #f2a633;
  font-weight: normal !important;
}
.gosol-button-orange:hover {
  background: #f1a229;
}
.gosol-button-red {
  color: #FFFFFF !important;
  background: #bd4b3d;
  font-weight: normal !important;
}
.gosol-button-red:hover {
  background: #aa4337;
}
.gosol-button-blue {
  color: #FFFFFF !important;
  background: #4e879d;
  font-weight: normal !important;
}
.gosol-button-blue:hover {
  background: #46788c;
}
.gosol-button-purple {
  color: #FFFFFF !important;
  background: #8d406a;
  font-weight: normal !important;
}
.gosol-button-purple:hover {
  background: #7b385d;
}
.gosol-button-active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gosol-button-white {
  color: black !important;
  background: white;
  font-weight: normal !important;
}
.gosol-button-white:hover {
  background: #f2f2f2;
}
.gosol-button-sm {
  margin: 0 !important;
  padding: 7px 13px !important;
  font-size: 13px !important;
}
.gosol-button-large {
  margin: 0 !important;
  padding: 14px 20px !important;
  font-size: 22px !important;
}
.gosol-button:hover {
  color: #fff;
  box-shadow: 2px 5px 20px rgba(22, 22, 22, 0.3);
}
.gosol-button-primary:hover {
  background: #042a3d;
}
.gosol-button-arrow {
  padding-right: 50px;
}
.gosol-button-arrow:after {
  -webkit-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/squelettes/img/arrow-link.png");
  background-size: cover;
  width: 36px;
  height: 30px;
  margin: 10px;
  filter: invert(100%);
}
.gosol-button-white.gosol-button-arrow:after {
  filter: invert(0%);
}
.gosol-button-arrow:hover:after {
  margin-right: 13px;
}
.gosol-button-arrow-rotate-down:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 28px;
  height: 22px;
  margin-right: 7px;
}
.gosol-button-primary-line {
  color: #063b55;
  background-color: white;
  border: 1px solid #063b55;
}
.gosol-button-light {
  color: black;
  background-color: white;
  border: 1px solid rgba(22, 22, 22, 0.2);
  font-weight: normal;
}
.gosol-button-light.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.gosol-button-light:hover {
  color: black;
}
.gosol-button-light.gosol-button-arrow:after {
  filter: invert(0%) !important;
  opacity: 0.6;
}
.gosol-button-expand {
  width: 100% !important;
  margin: 0px !important;
  display: block;
}
.button-separator {
  height: 20px;
  border-right: 1px solid black;
  margin: 0 14px 0 10px;
  opacity: 0.2;
}
/*	*/
/*	.btn-green{*/
/*	background-color: #27963c;*/
/*	border: 1px solid #1a6629;*/
/*	color: white;*/
/*	}*/
/*	*/
/*		.btn-orange{*/
/*	background-color: #f7a62b;*/
/*	border: 1px solid darken(#f7a62b, 10%);*/
/*	color: white;*/
/*	}*/
/*	*/
/*			.btn-brown{*/
/*	background-color: #4d0014;*/
/*	border: 1px solid #4d0014;*/
/*	color: white;*/
/*	}*/
/*	*/
/*	.neoloco-bg { */
/*	 background: url('/squelettes/img/1.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  }*/
/*  */
/*  */
/*  */
/*  */
/*	.sust-bg-2 { */
/*	 background: url('/squelettes/img/Tampere5.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;}*/
/*  */
/*  */
/*.top-image-bg { */
/*	background: url('/squelettes/img/top_image.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.top-image-bg-2 { */
/*	background: url('/squelettes/img/top_image_2.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*  */
/*  */
/*  .bg-blue{*/
/*  */
/*  background-color: rgb(46, 49, 90);*/
/*  }*/
/*.bg-1{*/
/*	background-color: rgb(232, 233, 243);*/
/*}*/
/*.btn-1{*/
/*	background-color: rgb(232, 233, 243);*/
/*}*/
/*.btn-1.active{*/
/*background-color: white;*/
/*}*/
.progressbar {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.progressbar_progress {
  background-color: #095c85;
  height: 1px;
  position: absolute;
  box-shadow: 0px 0px 12px 0.2px #36b3f1;
}
.progressbar_progress_neoloco {
  background-color: #804fa8;
  height: 1px;
  position: absolute;
  box-shadow: 0px 0px 12px 0.2px #007f7f;
}
.share_icon {
  opacity: 0.5;
  text-decoration: none !important;
}
.link-noline,
.link-noline a {
  text-decoration: none !important;
}
.share_icon:hover {
  opacity: 1;
}
.highlight-links a {
  dis_font-weight: bold;
  text-decoration: underline;
}
.img-logo {
  width: 13em;
}
.logo-slogan {
  font-size: 2.4em;
  font-weight: 100;
  color: black;
  padding-left: 1em;
}
.hover-rotate-90deg:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hover-rotate-90deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn-teal {
  background-color: #063b55;
  border: 1px solid #042a3d;
}
.carousel-indicators {
  bottom: -40px !important;
}
.carousel-caption-custom {
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #063b55 !important;
  position: relative !important;
}
.carousel-caption h5 {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.carousel-caption p {
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.product-list {
  padding-left: 30px !important;
  font-weight: 600 !important;
}
.product-list li {
  list-style: none;
  padding-bottom: 5px;
}
.product-list li:before {
  content: "";
  display: inline-block;
  background-image: url("/squelettes/img/arrow-link.png");
  background-size: cover;
  width: 26px;
  height: 21px;
  margin: 0px 10px 0px -34px;
  vertical-align: text-bottom;
}
.li-tick:before {
  background-image: url("/squelettes/img/tick-link.png") !important;
}
.li-sun:before {
  background-image: url("/squelettes/img/sun-link.png") !important;
}
/*//Slider*/
.bond_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.bond_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #bf608b;
  cursor: pointer;
}
.bond_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #bf608b;
  cursor: pointer;
}
.sponsorship_slider::-moz-range-thumb,
.sponsorship_slider::-webkit-slider-thumb {
  background: #bf608b;
}
.bond_slider_orange::-webkit-slider-thumb,
.bond_slider_orange::-moz-range-thumb {
  background: #f2a633;
}
.bond_slider_teal::-webkit-slider-thumb,
.bond_slider_teal::-moz-range-thumb {
  background: #bf608b !important;
}
.price-slider {
  margin-bottom: 10px;
}
.modal-fullwidth {
  max-width: 98% !important;
}
.cart_action_quantity {
  border-radius: 2em;
  border: 0px solid white;
  color: white;
  line-height: 1.4em;
  font-family: "Lucida Console", Monaco, monospace;
  opacity: 0.6;
  cursor: pointer;
}
.timeline {
  background-image: url("/squelettes/img/circle.svg");
  background-size: contain;
  height: auto !important;
  background-repeat: no-repeat;
  z-index: 40;
}
.timeline::before {
  display: block;
  content: "";
  border-left: 1px solid #bf608b;
  height: 100%;
  margin: 0 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.carousel-control-spacer {
  width: 7% !important;
}
.text-fit {
  font-size: 25.5vw !important;
}
.card-tag {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: small;
  padding: 0.3em 0.6em;
}
.card-gosol {
  border-color: black !important;
  border-radius: 0px !important;
}
.card-gosol .card-body {
  border-top: 1px solid black !important;
}
/*HELPERS*/
.hover-cursor-magnify {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoomify-shadow {
  z-index: 1049 !important;
}
.zoomify.zoomed {
  box-shadow: 0em 0.3em 1em rgba(0, 0, 0, 0.5) !important;
}
.invert {
  filter: invert(100%);
}
.hover-cursor {
  cursor: pointer;
}
.noline {
  text-decoration: none !important;
}
.noline-hover:hover {
  text-decoration: none !important;
}
.text-shadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.text-underline {
  text-decoration: underline !important;
}
.crayon-html,
.spip-admin-float {
  z-index: 9999999999999 !important;
}
.text-light {
  font-weight: 100;
  color: inherit !important;
}
.text-fine {
  font-weight: 100;
}
.text-white {
  color: white;
}
.links-white a,
.link-white a {
  color: white;
}
.text-bold {
  font-weight: bold;
}
/*END HELPERS*/
.mobile_menu {
  background-color: white;
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
}
.mobile_menu .container {
  height: 20%;
}
.mobile_menu .close_button {
  font-size: 2.5em;
  margin-top: -0.5em;
  font-weight: 300;
  opacity: 0.8;
}
/*MICHIS OVERRRRRRIDES  */
/*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/*Navigation */
.topnavigation a {
  font-weight: 400;
  font-size: 15px;
  color: white !important;
  opacity: 1;
  white-space: nowrap;
}
.navbar-brand {
  font-weight: 800;
  font-size: 25px !important;
}
@media (min-width: 1400px) {
  .navbar-brand {
    font-size: 1.8em !important;
  }
}
@media (min-width: 1700px) {
  .navbar-brand {
    font-size: 2.4em !important;
  }
}
.navbar-brand small {
  display: block;
  font-size: 0.6em;
}
@media (max-width: 1298px) and (min-width: 1000px) {
  .topnavigation .nav-item a {
    font-size: 0.9em !important;
  }
  .topnavigation ul,
  .topnavigation li {
    display: inline-block;
  }
  .ct_mobilebutton {
    display: none;
  }
  .menubreak {
    display: block !important;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .topnavigation .nav-item a {
    font-size: 1em !important;
  }
}
@media (min-width: 1800px) {
  .topnavigation .nav-item a {
    font-size: 1.3em !important;
  }
}
.card {
  border-radius: 0px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.card-text {
  font-weight: 300;
}
.co_search {
  width: 100%;
}
.btn-cosearch {
  margin-left: 6px;
  border-radius: 0px;
  color: #123a54;
  font-weight: 800;
  background-color: #fff;
  border-color: #fff;
}
.btn-cosearch:hover {
  /*
	color: #fff;
	background-color: #123a54;
	border-color: #fff;
*/
  /*
	-webkit-box-shadow:inset 1px 1px 3px 1px rgba(0,0,0,0.5);
-moz-box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.5);
box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.5);
*/
}
#recherche {
  border-radius: 15px;
  margin-top: 15px;
  color: #123a54;
  border: none;
}
#recherche:focus,
#recherche:focus-within {
  -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
/* TAG NAvigation */
.tagsnav .btn-tag {
  opacity: .7;
}
.taglead,
.btn-tags {
  display: inline-block;
  padding: .25rem .5rem;
  font-size: .9rem;
  line-height: 1.5;
  border-radius: .2rem;
  font-weight: 300;
}
a.btn-tags {
  text-decoration: underline;
  text-decoration-color: #063b55;
}
a.btn-tags:hover {
  color: #063b55;
  text-decoration: underline;
}
.btn-tags.active {
  font-weight: 500;
}
/*WALL*/
.wall_wrapper .card-title {
  font-weight: 700;
  font-size: 28px;
}
.btn-article {
  text-decoration: none !important;
  color: #fff;
  background-color: #063b55;
  border: none;
  border-radius: 0px;
  font-weight: 600;
  opacity: .7;
  transition: all 0.25s ease-in-out;
}
.btn-article:hover {
  opacity: 1;
  color: #fff;
}
.noselectiontext {
  font-size: 25px;
  color: #063b55;
}
.someshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.alotofshadow {
  -webkit-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
}
.someandalotofshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.someandalotofshadow :hover {
  -webkit-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
}
.someandsomemoreshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.someandsomemoreshadow :hover {
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
}
.themennav .navbar-nav {
  width: 100%;
  font-weight: 600;
}
.themennav .text-bold {
  font-weight: 800;
}
.themennav .sub-item {
  background-color: #fbfdfe;
}
.nav-item-subrub {
  opacity: 0.4;
  font-weight: normal;
  text-decoration: none;
  padding: 4.8px;
}
.nav-link {
  display: block;
  padding: .3rem 1rem;
}
.sub-item .nav-link {
  padding: .2rem 1rem;
}
.reverserman {
  background-color: #123a54 !important;
}
.reverserman a {
  color: #fff;
}
.reverserman .subul a {
  color: #123a54;
}
.themennav .nav-link {
  transition: all 0.25s ease-in-out;
}
.themennav .nav-link:hover {
  background-color: #123a54 !important;
  color: #fff;
}
.bg-slighter-bg .hidden {
  display: block;
}
/*Resposive quickfix */
.corona_lists {
  padding-left: 15px;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0px !important;
}
.card-shadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.scroll-in-scroll {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .scroll-in-scroll {
    max-height: 50vh;
  }
}
.bg-ct {
  background: #263c5b;
  background: -moz-linear-gradient(180deg, #263c5b 0%, #75d1de 100%);
  background: -webkit-linear-gradient(180deg, #263c5b 0%, #75d1de 100%);
  background: linear-gradient(180deg, #263c5b 0%, #75d1de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263c5b", endColorstr="#75d1de", GradientType=1);
}
.wall_wrapper {
  /*  */
  background-color: white;
  border-radius: 15px;
  margin-top: 30px;
}
.button-ct {
  background-color: #e3edef;
  border-radius: 15px;
  padding: 7px 14px;
}
.button-ct-dropdown {
  padding-right: 18px !important;
}
.caret-ct {
  font-size: 9px;
  margin-top: -5px;
  vertical-align: baseline;
  margin-bottom: 6px;
  padding-bottom: 3px;
  transform: translate(2px, 13px);
  position: absolute;
}
.ct-radius {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
.ct-themen-mobile {
  overflow: hidden;
  border: 1px solid #e3edef;
}
.btn-ct {
  background-color: #e3edef;
  border-radius: 15px;
  padding: 7px 14px;
  color: #123a54;
}
.btn-ct-dark {
  background-color: #063b55;
  border-radius: 15px;
  padding: 7px 14px;
  color: white;
}
.btn-orange-dark {
  background-color: #f2a633;
  border-radius: 15px;
  padding: 7px 14px;
  color: white;
  min-width: 133px;
}
.btn-orange {
  background-color: #ffe5be;
  border-radius: 15px;
  padding: 7px 14px;
  color: #f2a633;
}
.btn-white {
  background-color: white;
  border-radius: 15px;
  padding: 7px 14px;
  color: #f2a633;
}
.dropdown-toggle-split-ct {
  padding-left: 0px;
}
.bg-ct-dark {
  background-color: #4e879d;
}
.text-blue-dark {
  color: #4e879d;
}
.text-blue-darker {
  color: #063b55;
}
.border-bottom-ct {
  border-bottom: 2px solid #063b55;
}
.position-weiterlesen {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.filter-bw {
  filter: grayscale(100%);
}
.filter-color-blue {
  filter: grayscale(99.90000000000001%) sepia(100%) hue-rotate(140deg) saturate(300%) brightness(70%);
}
.bg-blue-2 {
  background-color: #afd5dc;
}
.bg-blue-3 {
  background-color: #b6d9e8;
}
.bg-black {
  background-color: black;
}
.responsive-spacer {
  max-width: 1800px;
}
/* Michaels edits */
/*Logo */
@media (max-width: 992px) {
  .navbar-brand img {
    max-width: 100%;
  }
}
/*conti*/
@media (max-width: 992px) {
  .responsive-spacer {
    margin-top: 20px;
  }
}
/* Dropdown */
.btn-group.show > .btn-group:not(:first-child) > .btn,
.btn-group.show > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.show > .btn-group:first-child > .btn,
.btn-group.show > .btn:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-menu {
  background-color: #f2f7f8;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  border-top-right-radius: 0;
  border: none;
}
.dropdown-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
}
.dropdown-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn-group.show btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.show .btn-ct {
  background-color: #f2f7f8;
}
.dropdown-item {
  padding: .3rem .9rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #063b55;
}
/*
.dropdown-item:focus, .dropdown-item:hover , .btn-group .btn-ct:hover, .btn-group .btn-ct:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #063b55;
}
*/
/* Suchfeld */
#recherche {
  border-radius: 10px;
  margin-top: 8px;
  color: #4e879d;
  border: 2px solid #4e879d;
  font-family: 'Roboto Condensed', sans-serif;
}
#recherche::placeholder {
  color: #4e879d;
}
.list-group-item-action.bg-ct-dark:focus,
.list-group-item-action.bg-ct-dark:hover {
  background-color: #4e879d;
}
/* sidebar right */
.btn-ct-dark:hover {
  background-color: #e3edef;
  color: #063b55;
}
/* Navbar */
@media (min-width: 1480px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
/* TYPO */
/* Article */
.articlecontainer {
  padding-bottom: 45px;
}
.breadcrumbs {
  font-family: 'Roboto Condensed', sans-serif;
}
h1.articletitle {
  color: #063b55;
  margin-bottom: 20px;
}
h3.subtitle {
  font-weight: 400;
  font-size: 25px;
}
.metasubdate {
  font-size: .9rem;
  margin-top: 12px;
  margin-bottom: 12px;
}
.seperatorline {
  border-width: 3px;
  margin-bottom: 40px;
  border-color: #e3edef;
}
.article-main-content p {
  font-family: 'Noto Serif', serif;
  margin-bottom: 25px;
}
.article-main-content li {
  font-family: 'Noto Serif', serif;
  margin-bottom: 10px;
}
.article-main-content blockquote p {
  font-style: italic;
  margin-bottom: 0px;
}
* {
  word-break: break-word;
}
.article-main-content p a {
  text-decoration: none;
  border-bottom: 4px solid #f7c271;
  word-break: break-word;
}
.article-main-content p a :hover {
  border-bottom: 4px solid #ffe5be;
  /*		color: #ffe5be;*/
  background-color: #ffe5be;
}
.article-main-content {
  margin-bottom: 40px;
}
blockquote p {
  font-size: 20px;
  margin-bottom: 0px;
}
blockquote {
  padding: 1.5em;
  line-height: 1.7;
  margin: 1.5em 0 1.5em .5em;
}
.metatitel {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0px;
}
.article-secondary #recherche {
  margin-top: 0px;
}
.bottomseperatorline {
  border-width: 3px;
  border-color: #e3edef;
  margin: 5px 0;
}
.main-content-nl-sub {
  border-radius: 15px;
  background-color: #063b55;
  color: #ffffff;
}
.main-content-nl-sub p {
  color: #ffffff;
}
/*WALL*/
.relatedwall {
  background-color: #c1e0ec;
  padding-bottom: 30px;
}
h1.relatedtitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.relatedwall .card {
  border: none;
  border-radius: 15px;
}
.relatedwall .card-body {
  padding: 1.8rem;
}
.btn-related-article {
  background-color: #ffe5be;
  color: #f2a633;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  font-size: 21px;
  margin: 15px 0 0px;
}
/* NAV botttom*/
nav.bg-black {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
/*SOcial media icons*/
#share-buttons img:hover {
  opacity: 0.8;
}
.shared .share_icon img {
  width: 35px;
  margin-top: 3px;
}
/* WALL typo*/
.card-title {
  margin-top: 25px;
  font-size: 26px;
}
.card-text {
  font-size: 19px;
}
@media (max-width: 768px) {
  p.card-text {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .subheading {
    margin-top: 3em;
  }
}
.cp-ut {
  color: #FFFFFF;
}
.cockpit-item-title {
  /*	 margin-top: 10px;*/
  color: #063b55;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.cockpit-item-date {
  font-size: 16px;
  margin: 10px 0;
}
.ct-item {
  padding-bottom: 0px;
  border: none;
  background-color: #4e879d;
}
hr.boderbelow-ct-item {
  margin-top: 25px;
  margin-bottom: 22px;
  border-bottom: 2px solid #063b55;
  /* border-radius: 2px !important; */
}
@media (max-width: 992px) {
  .navbar-collapse {
    padding-bottom: 10px;
  }
  .navbar-collapse a.nav-link {
    font-size: 30px;
  }
}
.ct_mobilebutton {
  width: 100%;
  text-align: right;
}
.navbar-dark .navbar-toggler {
  border-radius: 15px;
  border-color: #ffffff;
  background-color: #ffffff;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238,144,1,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  color: #e3edef;
}
@media (max-width: 992px) {
  .topnavigation {
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .articlecontainer .responsive-spacer,
  .articlecontainer.mx-2 {
    margin-left: 0rem !important;
  }
}
.formulaire_formidable label {
  display: block;
  margin-top: 12px;
}
.formulaire_formidable .choix label {
  display: inline-block;
}
.newsletter_etc_sidebar {
  margin-top: 34px !important;
}
.formulaire_formidable input.text,
.formulaire_formidable textarea,
.formulaire_formidable input.email {
  width: 100%;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 4.5vw;
  }
  h1,
  h5,
  .wall_wrapper .card-title,
  .card-title {
    font-size: 5vw;
  }
  h3.subtitle {
    font-weight: 400;
    font-size: 4.4vw;
  }
  p,
  .card-text,
  .btn-related-article,
  .blockqote-comment p,
  blockquote p {
    font-size: 4.5vw;
  }
  .metasubdate {
    font-size: 3vw;
  }
}
.spip_url {
  word-break: break-all;
}
.blockqote-comment,
.blockqote-comment .comment {
  padding: 0.5em;
  word-break: break-word;
}
iframe {
  max-width: 100% !important;
}
.jwplayer {
  max-width: 100% !important;
}
.noborder,
.noborder:hover {
  border-bottom: 0px !important;
  background-color: transparent !important;
}
.img-border {
  border: 1px solid #477488;
}
.pagination {
  display: block;
}
@media only screen and (max-width: 768px) {
  .mobile-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0px solid transparent;
  }
  .mobile-no-card {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0px solid transparent;
    box-shadow: none !important;
  }
  .mobile-no-blockquote {
    margin-left: 0 !important;
    padding: 0.2em !important;
  }
}
.formulaire_formidable .choix {
  margin-bottom: 15px;
}
.formulaire_formidable .choix label {
  display: inline;
  padding-left: 6px;
}
.formulaire_formidable .submit {
  margin-top: 20px;
  background-color: #f2a633;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1.25px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 1.25px;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 1.25px;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-style: solid;
  border-top-width: 1.25px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  hyphens: auto;
  line-height: 24px;
  min-width: 133px;
  overflow-wrap: break-word;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  text-align: center;
}
@media print {
  /* All your print styles go here */
  .print-none,
  header,
  footer,
  nav,
  #spip-admin,
  .relatedwall,
  .breadcrumbs,
  .article-secondary {
    display: none !important;
  }
  body,
  p,
  h3.subtitle,
  blockquote,
  blockquote p,
  .metasubdate {
    font-size: 22px;
  }
}
