
/*  GLOBAL  */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 11px;
  	color: #404040;
}

* {
  box-sizing: border-box;
  outline: none;
}

*:focus {
    outline: none;
}


h1, .h1 {font-size: 12px; margin:0;}
h2, .h2 {font-size: 12px;}

ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

ul li {
	display: inline-block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

img {
  border: none:
  margin:0px
  padding:0px;
  display: block;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.absolute {
  position:absolute;
  z-index: 2;
}

.v-bottom {
  bottom: 0;
}

.h-center {
  left: 50%
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearboth {
  clear: both;
}

.block {
  display: block;
}

.fullwidth {
  width: 100%;
}

.centered {
  margin:0 auto 0 auto;
}

/* COLORS */

.bg-green {
	background-color: #96bd8b;
}
.bg-white {
	background-color: #ffffff;
}

.red {
  color: #ff0000;
}

.white {
  color: white;
}

.dark-grey {
  color: #303337;
}

/* TYPOS */

.section-title {
  padding-top:0.55em;
}

b,
strong, .strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

.typo1 {
  font-family: 'aldosemibold';
}

a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover.white-o {
  color: white;
}

a:hover.nodeco {
  text-decoration: none;
}

.nodeco {
  text-decoration: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

/* Theme */

.page-container {
  min-width: 1000px;
  max-width: 1920px;
  height: 100%;
  padding: 0px 220px 0px 220px;
  margin: 0 auto;
  display: block;
}

.top {
  height: 140px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.logo-top {
  display: inline-block;
  width: 280px;
  height: auto;
  padding-top: 42px;
}

.visuel-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 240px);
  min-height: 450px;
}

.swiper-container {
  height: 100%;
  width: 100%;
}

footer {
  padding: 24px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

footer a {
  color: #404040;
  text-decoration: none;
}