a, p, li, label, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
	color: #494949;
}

a, p {
  font-size: 1.1rem;
}

a {
  font-weight: 600;
}

h1, h2, .title-font {
  /*font-family: 'Neucha', cursive;*/
  font-family: 'Raleway', sans-serif;
  color: #494949;
}

h2 {
  padding-top: 2rem;
}

a: hover {
   text-decoration: none;
   color: white;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
/*  Customisation*/
  background-color: #ecebeb;
  background-image: url("../../../static/images/background.gif");
  background-size: 500px;
  background-attachment: fixed;
}

.article-box {
  width: 100vw;
  max-width: 65rem;
  background-color: #fcf9f8;
  border-radius: 5px;
  padding-top: 2rem;
}

.index_block {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

#index_img {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10rem;
}

/*Change img in mobile version*/
@media screen and (max-width: 600px) {
  #index_img {
    background-image: url("/static/images/couple_echo.webp");
    min-height: 14rem;
  }
    #index_text{
    text-align: center;
  }
  .index-title{
  font-size: 2.5rem;
  text-align: center;
  }
  .experts-box{
    width: 96%;
    margin: 2%;
  }
}

/*Hide elements in mobile version*/
@media screen and (min-width: 600px) {
  #index_img {
    background-image: url("/static/images/couple_echo-cropped.webp");
    opacity: 0.95;
  }
  #index_text{
    padding-top: 5rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    text-align: center;
    height: 63vh;
  }
    .index-title{
   font-size: 3rem;
   padding-top: 2rem;
   padding-bottom: 1rem;
   font-weight: 500; 
  }
}

/*Hoverable Dropdown Menu*/
/* Dropdown Button */
.dropbtn {
  /*background-color: #4CAF50;*/
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fcf9f8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: 	#ecebeb;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #fcf9f8;}

/*Hoverable Dropup Menu*/
/* Dropup Button */
.dropupbtn {
  color: #fcf9f8;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-size: 1.2rem;
  border-radius: 5px;
  border-color: #fcf9f8;
  border-width: 1px;
  background-color: transparent; 
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 50px;
  background-color: #fcf9f8;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #ecebeb}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

/*Customize mobile version*/
@media screen and (max-width: 800px) {
  #web_topbar, #web_menu, .web_foot_menu, #web_foot_blank {
    visibility: hidden;
    clear: both;
    display: none;
  }
      .form_title{
    text-align: center;
  }
}

/*Hide elements in mobile version*/
@media screen and (max-width: 1000px) {
  #questionmark_svg, #about_svg {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

/*Hide elements in mobile version*/
@media screen and (max-width: 600px) {
  #web_image, .web-image, .no-mobile {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

/*Hide elements in browser version*/
@media screen and (min-width: 600px) {
  #mobile_image, .mobile-image {
    visibility: hidden;
    clear: both;
    display: none;
  }
    #coupon_notif{
    font-size: 1.2rem;
  }
}

/*Hide elements in web version*/
@media screen and (min-width: 1001px) {
  #mobile_topbar, #mobile_slogan{
    visibility: hidden;
    clear: both;
    display: none;
  }
}

/*Font size in web and mobile versions*/
/* If the screen size is 801px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 801px) {
  h1 {
    font-size: 3rem;
    font-weight: 
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
    h4 {
    font-size: 1.2rem;
  }
      h5 {
    font-size: 1.1rem;
  }
}

/* If the screen size is 800px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2.5rem;
  }
   h2 {
    font-size: 1.8rem;
  }
   h3 {
    font-size: 1.15rem;
  }
      h4 {
    font-size: 0.9rem;
  }
}


/*Responsive images display*/
  .resp_column {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
  }

  .resp_column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .resp_column {
    flex: 100%;
    max-width: 100%;
  }
}


/*dropdown styling*/

.select-dropdown {
  position: relative;
  background-color: #e6e6e6;
  width: auto;
  float: left;
  max-width: 100%;
  border-radius: 2px;
  select {
/*    font-family: "helvetica neue", helvetica;*/
    font-size: 1rem;
    font-weight: 200;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    &:active,
    &:focus {
      outline: none;
      box-shadow: none;
    }
  }
  &:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
  }
}

.fb_button{
  border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 0 12px;
    background: #1877f2;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}


.order-box {
  color: white;
  text-decoration:none;
  text-align:center;
  background-color:#494949;
  padding:15px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size:1.7rem;
  letter-spacing: 2px;
  border-radius: 3px;
}
.order-box:hover {
  text-decoration: none;
  color: #212529;
}
.menu-link:hover {
  text-decoration: none;
  color: white;
}


.img-feat {
  width: 100%;
  margin: auto 0;
}

/*Hide elements in mobile version*/
@media screen and (max-width: 600px) {
  .img-feat {
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
  }
  .feat-box {
    max-width:96%;
    margin: 2%;
  }
}

/*Hide elements in mobile version*/
@media screen and (min-width: 600px) {
  .img-feat {
    /*padding: 0.8rem;*/
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
    .feat-box {
    max-width:65rem;
  }
}


/*Mobile sidebar*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





.footer-menu{
  width:100%;
}
@media screen and (max-width: 600px) {
  .footer-menu {padding-bottom:1.1rem;}
}


p#biblio-link:hover{
  color: grey;
}


.video-responsive { 
text-align: center;
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
/*height:0;*/
max-width: 50rem;
max-height: 15rem;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:95%;
position:absolute;
}


.numberCircle {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1px;

  background: #1778F2;
  border: 3px solid #1778F2;
  color: #fff;
  text-align: center;

  font-size: 1.4rem;
  padding-bottom: 1rem;

}