/**
 * Base CSS - GroupeLDLC Theme
 * General rules, wrapper, layout utilities
 */

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Lato", sans-serif;
  color: #4c4c4c;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  background: none;
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  width: 1296px;
  margin: auto;
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

#article iframe {
  vertical-align: middle;
  width: 100%;
  border: none !important;
}

#content {
  position: relative;
  padding-bottom: 140px;
}

.single-post #content,
.single-portfolio #content {
  padding-bottom: 0px;
}

#content > div > *:first-child {
  margin-top: 0;
}
