/*/// colors ///*/
/*
  grey: #E0E0E0; Grey300
  grey-dark: #BDBDBD; grey400
  red: #D50000; RedA700
  yellow: #FFAB00; AmberA700
  blue: #2962FF; BlueA700
  green: #64DD17; lightGreenA700
  AB: #17b04E;
*/

/*/// main css & utilities ///*/
.center{
  text-align: center !important;
}
.full-height{
  min-height: 100vh;
}
.text-around{
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.text-around > img{
  display: block;
  margin: auto;
}
@media (max-width: 768px){
  .text-around{
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
}
.shadow{
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.shadow-hover{
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.content > .container, .content > .container-fluid, .content.container, .content.container-fluid{
  /*margin-block-start: 20px;*/
}

img.text-img{
  vertical-align: middle;
  margin-top: -1px;
}

h3{
  margin: 10px 0 10px 0;
  font-size: 1.1rem;
}

footer{
  position: relative;
  clear: both;
  margin-top: -1rem;
  padding: 3rem 1rem 1rem;
  text-align: center;
}
a{
  text-decoration: none;
  color: #D50000;
}
*:not(li) > a:hover{
  color: #D50000;
  text-decoration: underline;
}
a:visited{
  /*color: inherit;*/
}
a.icon, span.icon{
  border-radius: 50%;
  text-align: center;
  height: 38px;
  line-height: 28px;
  width: 38px;
  padding: 4px;
  margin: 6px;
  font-size: 24px;
  cursor: pointer;
}
ul{
  padding-inline-start: 1rem;
}
li a{
  display: block;
}
li a:hover{
  display: block;
  color: inherit;
}

a.mailto{
  text-decoration: underline;
}

.italic{
  font-style: italic;
}
.bold{
  font-weight: bold;
}
.ident{
  text-indent: 50px;
}
.flex{
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: left;
}
.line{
  display: inline-block;
}

[class^="col"]{
  padding-top: 15px;
  padding-right: 15px;
}

@media (max-width: 768px){
  .flex{
    justify-content: center;
  }
}

/*/// colors ///*/
.primary{
  background-color: #E0E0E0 !important;
  color: black !important;
}
.primary-hover{
  background-color: #E0E0E0 !important;
  color: black !important;
}
.primary-hover:hover{
  background-color: #BDBDBD !important;
}
.secondary{

}
.secondary-hover{

}
.secondary-hover:hover{

}
a.active, .active > a, a.active > div{
  color: #D50000 !important;
}

/*/// navigation ///*/
nav{
  position: fixed;
  background-color: #E0E0E0;
  height: 50px;
  margin-top: 0;
  top: 0;
  display: flex;
  width: 100vw;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

nav > .logo > img{
  padding: 4px;
  margin: 0;
  height: 42px;
  width: 42px;
  box-sizing: content-box;
}
nav > .logo > div{
  display: none;
}

nav > h1{
  margin-top: 0.7rem;
}

nav > ul{
  margin: 0;
  padding-inline-start: 0;
}
nav > ul > li{
  display: inline-block;
  border-radius: 2px;
  margin: 7px 4px;
  height: 36px;
  font-weight: bold;
}
nav > ul > li > a{
  display: block;
  padding: 0 16px;
  line-height: 36px;
  color: black;
}
nav > ul > li:hover{
  background-color: #BDBDBD;
}

.mobile-menu{
  position: absolute;
  right: 2px;
  visibility: hidden;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .img-shadow:hover, .logo:hover > .img-shadow{
      -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
      filter: url(#drop-shadow);
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  }
}

.header-img{
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
}
.header-img > img{
  width: 25%;
  height: 50px;
  object-fit: cover;
  margin-top: 50px;
}
.header-img > img:not(:first-of-type){
  border-left: 4px solid black;
}
.header-img > img{
  width: 100%;
  height: 150px;
}

h1{
    height: 50px;
    padding: 7px 0;
    position: relative;
    margin-top: -125px;
    margin-bottom: 80px;
    background-color: #e0e0e0bb;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 2px;
}

h2.underline{
  border-bottom: 4px solid #d50000;
  margin-bottom: 5px;
}
h2.underline + img{
  width: 100%;
  height: 50px;
  object-fit: cover;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px){
  nav > .logo{
    display: inline-flex;
    margin-right: 20px;
  }
  nav > .logo:hover{
    text-decoration: none !important;
    background-color: #BDBDBD;
    border-radius: 0 25px 25px 0;
  }
  nav > .logo > div{
    display: block;
    color: black;
    margin: 7px 4px;
    height: 36px;
    font-weight: bold;
    padding: 0 0 0 16px;
    line-height: 36px;
    color: black;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  nav > ul > li{
    margin: 7px 0;
  }
  h1{
    background-color: #e0e0e0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  nav > .logo > img{
    margin: 0 4px 0 10px;
  }
  nav > ul > li > a{
    padding: 0 10px;
  }
}

@media (max-width: 1200px){
  .header-img > img{
    width: 100%;
    height: 150px;
    margin-top: -50px;
  }

  h1{
      margin-top: -50px;
      margin-bottom: 30px;
  }
}

@media (max-width: 768px){
  nav > ul{
    position: absolute;
    margin: 0;
    padding-inline-start: 0;
    top: 54px;
    right: 4px;
    width: 208px;
    background-color: #E0E0E0;
    visibility: hidden;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  nav > ul > li{
    display: block;
    margin: 0;
    padding: 0 10px;
  }

  nav > ul > li:hover{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .mobile-menu{
    visibility: visible;
  }

  nav > .logo > img{
    margin: 0 4px;
  }

  h1:not(.no-nav){
    position: fixed;
    top: 0;
    left: 60px;
    text-align: left;
    font-size: 1.3rem;
    width: calc(100vw - 60px - 50px);
    text-align: center;
    z-index: 2100;
    padding: 12px 0;
    margin: 0;
    text-shadow: 0 0 4px white;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .index-header h1{
    margin-top: 0 !important;
    height: 50px !important;
    z-index: 2100 !important;
    position: fixed;
  }
}

/*/// animations ///*/
@keyframes menu-fade-in {
  from {
    transform: translate(25px, -25px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes expand-lg {
  from {
    max-height: 0;
  }

  to {
    max-height: 500px;
  }
}
@keyframes shrink-lg {
  from {
    max-height: 500px;
  }

  to {
    max-height: 0;
  }
}
@keyframes expand-sm {
  from {
    max-height: 0;
  }

  to {
    max-height: 200px;
  }
}
@keyframes shrink-sm {
  from {
    max-height: 200px;
  }

  to {
    max-height: 0;
  }
}

/*/// components classes ///*/
/* image slider */
.img-slider{
  width: 100%;
}
.img-slider> img{
  position: absolute;
  width: 100%;
  height: calc(100vh - 275px);
  min-height: 250px;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.img-slider> img.active{
  opacity: 1;
  z-index: 1;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.img-slider > .caption{
  position: absolute;
  width: 100%;
  height: 50px;
  margin-top: calc(100vh - 275px);
  text-align: center;
  padding: 10px 4px;
  font-size: 1.4rem;
}
.img-slider > .left-btn, .img-slider > .right-btn{
  position: absolute;
  width: 50%;
  height: calc(100vh - 275px);
  min-height: 250px;
  padding: 30px;
  padding-top: calc(50vh - 145px - 7px);
  z-index: 2;
  cursor: pointer;
}
.img-slider > .left-btn:hover > .arrow, .img-slider > .right-btn:hover .arrow{
  border-color: #D50000;
}
.img-slider > .right-btn{
  position: absolute;
  text-align: right;
  left: 50%;
  width: 50%;
  min-height: 250px;
}
@media (min-width: 768px) and (max-width: 1200px){
  .img-slider > img{
    height: calc(100vh - 200px);
  }
  .img-slider > .left-btn, .img-slider > .right-btn{
    height: calc(100vh - 200px);
    padding-top: calc(50vh - 105px - 7px);
  }
  .img-slider > .caption{
    margin-top: calc(100vh - 200px);
  }
}
@media (max-width: 768px){
  .img-slider > img{
    height: calc(100vh - 200px);
  }
  .img-slider > .left-btn, .img-slider > .right-btn{
    height: calc(100vh - 200px);
    padding-top: calc(50vh - 105px - 7px);
  }
  .img-slider > .caption{
    margin-top: calc(100vh - 200px);
  }
}

/* button */
.btn{
  background-color: #D50000;
  color: white;
  border-radius: 2px;
  padding: 4px 16px;
  margin: 7px 4px;
  height: 36px;
  line-height: 36px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn:hover{
  text-decoration: none;
  background-color: #B50000;
  color: white;
}

/* card */
.card{
  margin: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: left;
}
.card > *:not(img){
  padding: 16px;
}
.card > img{
  max-width: 100%;
  height: auto;
}
.card > img{
  max-width: 100%;
  height: auto;
}
.card img.left-img{
  width: 150px;
  height: 150px;
}
.card img.left-img + div{
  max-width: calc(100% - 170px);
  float: right;
}
.card > div:first-of-type{
  font-weight: bold;
  background-color: #E0E0E0;
  border-radius: 2px 2px 0 0;
}
.card > ul.material{
  padding: 16px;
  margin: 0;
}
.card > .is-expander > div:first-of-type{
  width: calc(100% - 26px);
  display: inline-flex;
}
.card > .is-expander{
  cursor: pointer;
}
.card .expander{
  padding: 4px;
  margin-right: -4px;
  margin-top: -8px;
  font-size: 20px;
  float: right;
  display: inline-block;
}
.card .icon:hover{
  background-color: #BDBDBD;
}
.card .expandable{
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0;
}
.card .margin{
  margin: 10px;
}
@media (max-width: 992px){
  .card{
    margin: 8px;
  }
  .card > div:nth-child(2){
    display: block;
  }
  .card img.left-img{
    margin-top: 10px;
    margin-left: calc(50% - 75px);
    margin-right: calc(50% - 75px);
    border-radius: 2px;
  }
  .card img.left-img + div{
    max-width: 100%;
  }
}

/* column separator */
.col-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align:center;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.col-divider:before,
.col-divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 9;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid transparent;
  width: 0;
  height: calc(100% - 2rem - 1em);
}
.col-divider.no-text:before,
.col-divider.no-text:after {
  height: 100%;
}
.col-divider:before {
  top: calc(-100% + 2rem);
}
.col-divider:after {
  top: auto;
  bottom: 2rem;
}
.row-divided {
  position:relative;
}
.row-divided > [class^="col-"],
.row-divided > [class*=" col-"] {
  padding-left: 30px;  /* gutter width (give a little extra room) 2x default */
  padding-right: 30px; /* gutter width (give a little extra room) 2x default */
}
@media (max-width: 992px){
  .col-divider{
    display: none;
  }
}

/* list */
ul.material{
  list-style-type: none;
  list-style-position: inside;
  padding-inline-start: 0;
}
ul.points{
  list-style-type: disc;
}
ul.tirets > li:before{
  list-style-type: none;
  content: counter(item) ".";
  font-weight: bold;
  margin: 0 1em 0 0;
}
ul.material > li{
  padding: 16px;
  border-radius: 2px;
  counter-increment:item;
}
ul.material > li:hover{
  background-color: #E0E0E0;
}

.pointer{
  cursor: pointer;
}

/* table */
table.material{
  width: 100%;
  border-collapse: collapse;
}
table.material > thead > tr > th{
  border-bottom: 1px solid black;
  padding: 10px;²
  padding-top: 0;
}
table.material > tbody > tr > td{
  padding: 10px;
}
table.material > tbody > tr:not(:first-child) > td{
  border-top: 1px solid #BDBDBD;
  padding: 10px;
}
table.material > tbody > tr:hover{
  background-color: #BDBDBD;
}
table.material > tbody > tr:hover > td:first-of-type{
  border-radius: 2px 0 0 2px;
}
table.material > tbody > tr:hover > td:last-of-type{
  border-radius: 0 2px 2px 0;
}
table.material > tbody > tr:hover > td{
  border-top-color: transparent;
}
table.material > tbody > tr:hover + tr > td{
  border-top-color: transparent;
}

/* toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  height: 14px;
  margin: 0 6px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E0E0E0;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-radius: 34px;
  height: 14px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: #BDBDBD;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-radius: 50%;
}
.slider.dual-side:before {
  background-color: #D50000;
}
.slider.dual-side {
  background-color: #EA8A89;
}

input:checked + .slider {
  background-color: #EA8A89;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(16px);
  background-color: #D50000;
}

/* select */
.material-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
  width: 250px;
}
.material-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  border: 1px solid transparent !important;
  border-color: transparent transparent black transparent !important;
  background-color: transparent;
  border-radius: 2px;
  text-align: left;
}
.select-selected:hover{
  background-color: #BDBDBD;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 7px;
}
.select-items div,.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  /*border-color: transparent transparent white transparent;*/
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  text-align: left;
  background-color: #E0E0E0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #BDBDBD;
}

/* arrows */
.arrow{
  border: solid black;
  border-width: 0 3.5px 3.5px 0;
  display: inline-block;
  padding: 3.5px;
}
.arrow.big{
  border-width: 0 10px 10px 0;
  padding: 10px;
}
.arrow.right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*/// page specific css ///*/
/* index */
.index-header{
  height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
  margin-top: -325px;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  border-radius: 2px;
  background-color: #e0e0e0bb;
}
.index-header > .container-fluid > h1{
  height: 4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.index-header > .index-header-logo > img{
  height: 196px;
  object-fit: contain;
}
.index-header > .index-header-logo{
  z-index: 500;
  margin: 0px 20px;
  padding: 20px 0;
}
.index-header > .index-header-logo:nth-child(2){
  position: absolute;
  right: 0;
  margin-top: -230px;
}
.index-header > div:not(.index-header-logo){
  margin-top: -196px;
  margin-left: 220px;
  padding: 16px;
  font-size: 1.4rem;
}
.index-header > .container-fluid > h2{
  font-size: 1.45rem;
  font-weight:normal;
  margin: 0;
  line-height: 2.4rem;
}
.index-header > .container-fluid > h2 > .line{
  margin: 0;
}
.index-header + .container-fluid{
  padding: 0 50px;
}
.signature{
  float: right;
  margin-right: 50px;
}
.header-img.index > img{
  height: 350px;
}
.header-img + * {
  position: relative;
  margin-top: 25px;
}
.index-footer{
  width: 100%;
  height: 100px;
  object-fit: cover;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.text-around.index > img{
  width: 250px;
  height: 306px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.flex.index > div{
  width: calc(100% - 500px);
  margin-left: 50px;
  flex-basis: 300px;
  flex-grow: 1;
}
@media (min-width: 769px){
  .index-header > .container-fluid > h1{
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px){
  .index-header{
    margin-top: -253px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .index-header > .index-header-logo > img{
    /*display: none;*/
    width: 150px;
    height: 150px;
    margin-left: calc(50% - 75px);
    margin-right: calc(50% - 75px);
    margin-top: 20px;
  }
  .index-header > .index-header-logo{
    margin: 0;
    padding: 0;
    width: 50%;
  }
  .index-header > .index-header-logo:nth-child(2){
    margin-top: -170px;
  }
  .index-header > div:not(.index-header-logo){
    font-size: 1.2rem;
    margin-left: 8px;
    margin-right: 8px;
      margin-left: 0;
      margin-top: 0;
  }
  .index-header *:not(h1){
    font-size: 1.2rem;
  }
  .index-header > .container-fluid > h2{
    font-weight: bold;
  }
  .index-header + .container-fluid{
    padding: 0 8px;
  }
}
@media (max-width: 375px){
  .index-header > .index-header-logo > img{
    margin-left: calc(50% - 62px);
    margin-right: calc(50% - 62px);
    width: 125px;
    height: 125px;
  }
  .index-header > .index-header-logo{
    max-width: 50%;
  }
  .index-header > .index-header-logo:nth-child(2){
    margin-top: -150px;
  }
}
@media (min-width: 769px) and (max-width: 1200px){
  .index-header{
    margin-top: -225px;
    margin-bottom: 20px;
  }
  .index-header > .index-header-logo > img{
    margin-top: -55px;
    width: 150px;
    height: 150px;
  }
  .index-header > .index-header-logo:nth-child(2){
    margin-top: -135px;
  }
  .index-header > .container-fluid{
    margin-top: -100px !important;
  }
  .index-header > .container-fluid > h1{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .index-header > div:not(.index-header-logo){
    margin-left: 0;
  }
}

@media (min-width: 1199px){
  .index-header{
      height: 250px;
  }
  .index-header > div:not(.index-header-logo){
    margin-top: -230px;
    width: calc(100% - 196px - 163px - 45px);
  }
}

/* en savoir plus */
.card.savoir{
  max-width: 90vw;
  width: 330px;
}
.card.savoir > div:first-of-type{
  font-size: 1.2rem;
}
@media (max-width: 992px){
  .card.savoir.double{
    width: 616px;
  }
}

/* recettes */
.card.recette{
  max-width: 600px;
  width: auto;
}
.card.recette > div:first-of-type{
  font-size: 1rem;
}
.card.recette .expandable > .col-md-6{
  padding: 10px;
  box-sizing: border-box;
}
.flex.recette{
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px){
  .card.recette, .card.faq{
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px){
  /*.card.recette .expandable > .col-md-6{
    border-right: 1px solid #BDBDBD;
  }
  .card.recette .expandable > .col-md-6 + .col-md-6{
    border: none;
  }*/
}

/* tarifs */
.flex.tarifs{
  margin-top: 10px;
}
/*.produit{
    border: 4px solid #17b04e;
    max-width: 90vw;
    width:400px;
    margin: 20;
    text-align: left;
}
.produit > div{
    border: 4px solid #17b04e;
    border-radius:  10px;
    margin: -4px !important;
}*/
.card.produit{
  width: 412px;
  max-width: 90vw;
}
.card.produit > div:nth-of-type(2){
  font-style: italic;
}
.card.produit > .container-fluid{
  padding-top: 6px;
}
.card > img.icone{
  max-height: 48px;
  margin-top: -58px;
  float: right;
  margin-right: 10px;
}
.card > div > .subtitle{
  font-weight: normal;
}
[class^="col"] > .card{
  margin: 0;
}
.produit.selects{
  display: inline-block;
  margin-top: 1em;
}
/*.produit.selects > .line:first-child{
   display: inline-block;
   border-bottom: 1px solid black;
   padding: 8px;
   width: 250px;
}*/

/* foire aux questions */
@media (max-width: 768px){
  .container.faq{
    margin: 0;
    padding: 0;
  }
  .container.faq > h2, .container.faq > h2.underline + img{
    margin-left: 16px;
    margin-right: 16px;
  }
  .container.faq > h2.underline + img{
    width: calc(100% - 32px);
  }
}

/* contact */
.marker-red{
  filter: hue-rotate(-215deg) saturate(5);
}
.marker-green{
  filter: hue-rotate(230deg) saturate(5);
}
.marker-blue{
  filter: hue-rotate(25deg) saturate(5);
}
.marker-yellow{
  filter: hue-rotate(205deg) saturate(5);
}
#map-container{
  height: calc(100vh - 430px);
  min-height: 250px;
  background-color: #BDBDBD;
}
@media (max-width: 1200px){
  .contact.logo{
    margin-left: calc(50% - 98px);
    margin-right: calc(50% - 98px);
  }
}
@media (min-width: 1200px){
  .contact.logo{
    float: right;
  }
}
