/*--- Google font ---*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Open_Sans/OpenSans-Semibold.ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

/* index.html */
body {
  font-family: 'Open Sans', sans-serif !important;
  background-color: #ececec;
  margin: 0;
  padding: 0;
  font-size:12px;
}

.m-b-0 {
  margin-bottom: 0px!important;
}

h1 {
  font-size: 2em;
  /*blue*/
  background-color: #009dcc;
  /*red*/
  /*background-color: #C4271E;*/
  color: #fff;
  padding: 10px 20px 10px 25px;
  margin-top: 0;
}

h1 a {
  color: #fff;
}

a {
  text-decoration: none!important;
}

p {
  font-weight: lighter;;
  color: #333333;
  /*font-size: 30px;*/
  /* line-height: 40px;*/
  /* padding-top: 10px; */
  padding-left: 20px;
  padding-right: 25px;
}

hr {
  margin: 10px 0 0 0;
}

#first {
  /*font-size: x-large; */
  font-weight: bold;
  font-size: 1.6em;
  padding-top: 10px;
  margin-bottom: 0;
}

#second {
  font-weight: lighter;
  font-size: 1.5em;
  /*font-size: xx-large; */
  /* padding-top: 5px; */
  /* line-height: 35px; */
}

#lighter {
  /*font-weight: 600;*/
  font-size: 12px;
  /*padding-bottom: 10px;*/
  /* margin-bottom: 40px; */
}

.title {
  /*blue*/
  background-color: #009dcc;
  border: 1px solid #009dcc;
  /*red*/
  /*background-color: #C4271E;
  border: 1px solid #C4271E;*/
  color: #fff;
  margin-top: 30px;
}

.content {
  background-color: #fff;
  /* height: 600px; */
  margin: 0 4px 0 4px;
}

.content2 {
  padding:0 25px 0 25px;
}

.img-lamp {
  width: 70px;
}

.ml {
  margin-left: 15px;
}

.img-lamp-big {
  height: 130px;
}

.youTube {
  padding: 0 19px 0 19px;
  position: relative;
}

#logo-youtube {
  position: absolute;
  height: 40px;
  top: 60px;
  left: 150px;
}

#red {
  background-color: #da2723;
  /*font-size: 35px;*/
  margin: 0 40px 0 40px;
  padding: 10px 25px 10px 25px;
  position: relative;
  top: -30px;
}

#red a {
  color: #fff;
  /*font-size: 35px;*/
  font-weight: 400;
  font-size: 1.6em;
}

#red:hover {
  background-color: rgba(218, 39, 35, 0.8);
}

/* Pages caractéristique */
.content2 {
  padding: 0 25px 0 25px;
}

h3 {
  margin-top: 0;
  color: #666666;
  /*font-size: 30px;*/
  padding: 15px 30px 20px 0;
}

th {
  vertical-align: center !important;
}

.tdTitle {
  width: 30%;
}

.tdContent {
  width: 70%;
}

.bg-color {
  /*blue*/
  background-color: #009dcc;
  /*red*/
  /*background-color: #C4271E;*/
  /*font-size: 35px;*/
  padding: 10px 40px 10px 40px;
  position: relative;
  top: 15px;
}

.bg-color a {
  color: #fff;
  font-weight: 400;
  font-size: 1.6em;
}

.bg-color:hover {
  background-color: rgba(196, 39, 30, 0.8);
}

/* swipe */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
