/*
TODO: add body styling
Padding top right bottom left
Margin
*/

body, html {height: 100%;}

body {
  position: relative;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  padding-top: 0px; /* Required 70px padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/*
#about     {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #673ab7;}
#values    {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #FAC23A;}
#services  {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #ff9800;}
#portfolio {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #00bcd4;}
#price     {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #009688;}
#contact   {padding-top:50px;padding-bottom:50px;height:auto;color: #fff; background-color: #1E88E5;}
*/

#about      {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#values     {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#services   {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#portfolio  {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#promotion  {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#price      {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }
#contact    {padding-top:20px;padding-bottom:20px;height:auto;color: #000; }

.transbox {
  margin: 30px 30px 30px 30px;
  background-color: rgba(192,192,192,0.6);
  border: 1px solid black;
}

.transboxSm {
  margin: 30px 30px 30px 30px;
  padding: 5px 5px 5px 5px;
  background-color: rgba(192,192,192,0.6);
  border: 1px solid black;
}

.bg {
  background: #333;
  background: url(../images/bg_paper3.jpg);
  background-repeat: repeat;
}

.bg-grey {
    background-color: #808080;
}

.bg-red {
  background-color: red;
}

.bg-orange1 {
    background-color: #D0893F;
}

.bg-orange2 {
    background-color: #CF503F;
}

.bg-yellow {
    background-color: #FAC23A;
}

.bg-green {
    background-color: #368C6D;
}

.bg-bronze {
  background-color: #CD7F32 !important;
}

.bg-silver {
    background-color: #C0C0C0 !important;
}

.bg-gold {
    background-color: #D4AF37 !important;
}

.jumbotron {
    background-color: darkblue;
    background: url("../images/bg_masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 450px;
    padding: 100px 25px 100px 25px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
}

/* Modal Content */
.modal-content {
    background-color: #333;
    color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
}

.divHeight50px {
  height: 50px !important;
  clear: both;
}

.divHeight60px {
  height: 60px !important;
  clear: both;
}

.divHeight70px {
  height: 70px !important;
  clear: both;
}

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

/*  Removable CSS  */
.header-section,
.body-section,
.footer-section
{padding: 20px;}
.header-section {background-color: #cd7f32;}
.body-section {background-color: #c0c0c0;}
.footer-section {background-color: #333;}
.placefiller {
	text-align: center;
	font-size: 20px;
  color: #fff;
}
.header-section .placefiller {line-height: 300px;}
.body-section .placefiller {line-height: 900px;}
.footer-section .placefiller {line-height: 400px;}

/* The company logo */
.companyLogo {
  padding: 0;
  margin: 0;
  /* line-height: 70px; */
	color:  #ffffff;
  font-family: Arial, cursive;
  font-weight: normal;
  font-size: 20px !important;
}

.companyLogo img{
  height: 32px;
  width: 32px;
  vertical-align: middle;
}

.companyLogo span{
	color:  #5383d3;
}

/* The company logo */
.companyHeader{
  text-align: center;
	color:  white !important;
  font-family: Arial, cursive;
  font-weight: normal;
  /* font-size: 112px !important; */
	margin: 0;
}

.companyHeader span {
	color: red; /* #5383d3; */
}

.companyHeader img {
  width: 56px;
  height: 56px;
	vertical-align: middle;
}

.companyHeader p {
    color:#fff;
    line-height: 56px;
    font-size:36px;
    margin: 0;
    padding: 0;
}

.companyHeader .p2 {
    color:#fff;
    line-height: 40px;
    font-size:22px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) { /* 768px */
  .companyHeader p {
    font-size:24px;
  }
  .companyHeader .p2 {
      font-size:18px;
  }
}

.copyright
{
	font-size: 1.2em;
	font-weight: 600;
	color: #FFFFFF;
}

/********************************/
/*         Bootstrap Row        */
/********************************/
.row .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row .no-gutters > [class^="col-"],
.row .no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


.showcase-panel {
  min-height: 40em;
}

.showcase .showcase-text {
  padding: 3em;
}

.showcase .showcase-img {
  min-height: 40em;
  background-size: cover;
}

.showcase img {
  display: flex;
  padding: 0;
  margin: 0;
  border: 0;
  max-height: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1025px) { /* 769px */
  .showcase .showcase-text {
    padding: 7em;
  }
}

/********************************/
/*         Panel Styles         */
/********************************/
.panel {
  border: 2px solid #000;
  background-color: transparent !important;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius:15px !important;
}

.panelWidth {
  width: 350px;
}

.panelCentered{
    float: none;
    margin: 0 auto;
}

.panel-heading {
  color: #fff !important;
  padding: 25px;
  border-bottom: 2px solid #000 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.panel-body {
  color: #000 !important;
  background-color: white !important;
  font-size: 1.5em;
  border-bottom: 2px solid #000 !important;
}

.panel-footer {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonials .testimonial-item {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: black;
  width: 350px; /* width of each table */
  margin-right: 20px; /* spacing between tables */
  margin-bottom: 1em;
}

.testimonials .testimonial-item img {
    max-width: 50%;
    box-shadow: 0 5px 5px 0 #adb5bd;
}

/********************************/
/*         Table Styles         */
/********************************/
.tableWrapper {
  width: 80%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.divScroll {
  width: 80%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.table-bordered, .table-bordered td, .table-bordered th{
    border-color: black !important;
}

.btn-xl {
    padding: 10px 25px 10px 25px;
    font-size: 20px;
    border-radius: 10px;
}

.close {
  color: red;
  opacity: 1;
}

/********************************/
/*        Navbar Styles         */
/********************************/
.navbar-brand {
  padding: 0 !important;
  outline: none !important;
  border: 0 !important;
  margin-left: 10px !important;
  margin-right: 30px !important;
  transform: translateY(20%) !important;
}

.navbar-brand>img {
  height: 48px;
  width: 48px;
  vertical-align: middle;
}

.navbar-default {
position: absolute;
}

.navbar {
  border-radius: 0;
  z-index: 9999;
  color: #fff !important;
  background: #333 !important;
}

/* Prevent word-wrap  */
.navbar .nav li {
  white-space: nowrap;
}

.navbar .navbar-nav,
.navbar .navbar-nav li,
.navbar .navbar-nav li a,
.navbar .dropdown-toggle,
.navbar .dropdown {
  color: white !important;
  font-size: 1.1em !important;
}

.navbar .dropdown .dropdown-menu li a {
  font-size: 1.1em !important;
  color: black !important;
}

.btnSavoirPlus {
  /* enables window scrolling to page link */
}

.icon-up:before {
    content: "\25B2";
}

.icon-down:before {
    content: "\25BC";
}

/* Navbar Hamburger Animated Icon */
/*
.navbar-toggle .icon-bar:nth-of-type(3) {top: 1px;}
.navbar-toggle .icon-bar:nth-of-type(4) {top: 2px;}
.navbar-toggle .icon-bar {position: relative; transition: all 500ms ease-in-out;}
.navbar-toggle.active .icon-bar:nth-of-type(2) {top: 6px; transform: rotate(45deg);}
.navbar-toggle.active .icon-bar:nth-of-type(3) {background-color: transparent;}
.navbar-toggle.active .icon-bar:nth-of-type(4) {top: -6px; transform: rotate(-45deg);}
*/

/* ===================================================== */

/********************************/
/*        @Media Styles         */
/********************************/
@media screen and (min-width: 1025px) { /* 769px */
	.divider {
		background-color: transparent !important;
	}
}

/* Change bootstrap 3.3.6 navbar collapse breakpoint from 768px to 992px */
/* https://stackoverflow.com/questions/34479198/change-bootstrap-3-3-6-navbar-collapse-breakpoint */
@media screen and (max-width: 1024px) { /* 768px */
  .divider {
		background-color: gray !important;
	}
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .jumbotron h1 {
    font-size: 66px !important;
  }
  .companyLogo {
    font-size: 18px !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  /* Avoid bootstrap 3 navbar collapsing into two rows */
  /* http://stackoverflow.com/questions/24467190/how-to-avoid-bootstrap-3-nav-bar-collapsing-into-two-rows */
  .nav > li > a {
		padding-left: 5px;
		padding-right: 5px
	}
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand {
    margin-left: 6px !important;
    margin-right: 0px !important;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar .navbar-nav,
  .navbar .navbar-nav li,
  .navbar .navbar-nav li a,
  .navbar .dropdown-toggle,
  .navbar .dropdown {
    font-size: 1.0em !important;
  }
}

/********************************/
/*          Text Styles         */
/********************************/
.asterisk
{
	color: red;
	font-size: 1.1em;
}

.asteriskBig
{
	color: red;
	font-size: 3em;
}

.asterisk12
{
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 14px;
}

.asterisk10
{
	height: 10px;
	width: 10px;
}

.textBold
{
	font-weight: bold;
}

.textWhite {
	color: #ffffff !important;
}

.textBlack {
	color: #000 !important;
}

.textRed {
	color: red !important;
}

.textBlue {
  color: blue !important;
}

.textYellow {
  color: yellow !important;
}

.textCenter
{
	text-align: center;
}

.textLeft
{
	text-align: left;
}

.textRight {
  text-align: right;
}

.textJustify
{
	text-align: justify;
}

.textUnderline3
{
	text-decoration: none;
    border-bottom: 3px solid black;
}

.textUnderline2
{
	text-decoration: none;
    border-bottom: 2px solid black;
}

.textUnderline1
{
	text-decoration: none;
    border-bottom: 1px solid black;
}

.textSmall
{
	font-size: 0.6em;
	font-weight:600;
}

.textSmall2
{
	font-size: 0.7em;
	font-weight:600;
}

.textNormal
{
	font-size: 1.0em;
	font-weight:600;
}

.textNormalBlue
{
	font-size: 1.0em;
	font-weight:600;
	color: blue;
}

.textNormalBlack
{
	font-size: 1.2em;
	font-weight:bold;
	color: black;
}

.textNormal2
{
	font-size: 1.1em;
	font-weight:600;
}

.textMedium
{
	font-size: 1.3em;
	font-weight:600;
}

.textMediumNormal
{
	font-size: 1.3em;
	font-weight:normal;
}

.textLarge
{
	font-size: 1.5em;
	font-weight:600;
}

.textLarge2
{
	font-size: 2.0em;
	font-weight:600;
}

.textLarge2Normal
{
	font-size: 2.0em;
	font-weight: normal;
}

.textLarge3
{
	font-size: 3.0em;
	font-weight:600;
}

.textLarge5
{
	font-size: 5.0em;
	font-weight:600;
}

.textJumbo
{
	font-size: 9em;
	font-weight:600;
}

.textPadding20 {
  padding: 0px 20px 0px 0px;
}

.wrapNone
{
	white-space: nowrap;
}

.wordBreak
{
	/* Warning: Needed for old IE support, but words are broken up letter-by-letter */
	-ms-word-break: break-all;
	word-break: break-all;

	/* Non standard for webkit */
	word-break: break-word;

	word-wrap: break-word; /* legacy name */
	overflow-wrap: break-word; /* new name as per the CSS3 spec */

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
