@media only screen and (max-width: 36em) {
  @font-face {
    font-family: "Titillium Light";
    src: url('../fonts/TitilliumWeb-Light.ttf'), url('../fonts/TitilliumWeb-Light.eot');
  }
  @font-face {
    font-family: "Titillium Regular";
    src: url('../fonts/TitilliumWeb-Regular.ttf'), url('../fonts/TitilliumWeb-Regular.eot');
  }
  @font-face {
    font-family: "Titillium Bold";
    src: url('../fonts/TitilliumWeb-Bold.ttf'), url('../fonts/TitilliumWeb-Bold.eot');
  }
  body {
    padding: 0;
    margin: 0;
  }
  body #header {
    background: url(../img/bg-header.png);
    padding: 20px 0px 20px 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  body #header img {
    padding: 15px 0px 0px 15px;
  }
  body #header #menu {
    font: 700 12px Titillium Regular;
    list-style-type: none;
    text-align: right;
    margin-top: 47px;
    margin-bottom: 16px;
  }
  body #header #menu li {
    display: inline-block;
  }
  body #header #menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 5px 8px 5px;
  }
  body #header #menu li a:hover {
    border-bottom: 8px #b20837 solid;
  }
  body #header #menu li ul {
    display: none;
  }
  body #header #menu li:hover a {
    border-bottom: 8px #b20837 solid;
  }
  body #header #menu li:hover ul {
    position: absolute;
    display: block;
    text-align: left;
    background: #b20837;
    padding: 5px 50px 20px 15px;
    margin-left: -15px;
    margin-top: 16px;
  }
  body #header #menu li:hover ul li {
    display: block;
    white-space: nowrap;
    min-width: 100%;
  }
  body #header #menu li:hover ul li a {
    font: 400 18px Titillium Light;
  }
  body #header .icon-menu {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
  }
  body #header #menu-mobile {
    list-style-type: none;
    position: absolute;
    text-align: center;
    margin: 58px 0px 0px;
    padding: 0;
    display: none;
  }
  body #header #menu-mobile li a {
    text-decoration: none;
    color: white;
    font: 700 22px Titillium Regular;
    background: #b20837;
    padding: 8px 0px;
    border-bottom: 1px #282828 solid;
  }
  body #header #menu-mobile li ul {
    list-style-type: none;
    margin: 5px 0px 0px 0px;
    padding: 0;
    border-top: 1px #282828 solid;
  }
  body #header #menu-mobile li ul li a {
    font-weight: 400;
    background: #adadad;
    padding: 8px 0px;
    border-bottom: 1px #282828 solid;
  }
  body .img-fond {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-position: center;
  }
  body .img-fond img {
    height: 100%;
  }
  body .slogan {
    background: url(../img/bg-slogan.png);
    margin-top: 0px;
    padding: 10px 15px;
    color: black;
    font: 300 48px Titillium Light;
    float: right;
    margin-right: 0px;
  }
  body .slogan h1 {
    font: 300 40px Titillium Light;
    margin: 10px 0px;
  }
  body .slogan p {
    font: 600 12px Titillium Regular;
  }
  body .slogan iframe {
    width: 100%;
  }
  body .img-fond-mobile .slogan-mobile {
    background: url(../img/bg-header.png);
    color: white;
	padding: 10px 15px;
    font: 300 20px Titillium Light;
	line-height: 20px;
  }
  body #first-content {
    padding: 40px 15px 50px 15px;
    text-align: center;
  }
  body #first-content h1 {
    font: 300 42px Titillium Light;
    margin: 0;
  }
  body #first-content p {
    font: 300 18px Titillium Regular;
  }
  body #second-content {
    background: url(/img/middle.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #b20837;
  }
  body #second-content .content-right {
    float: right;
    background: #b20837;
    margin-top: 400px;
  }
  body #second-content .content-right h1 {
    font: 300 46px Titillium Light;
    line-height: 48px;
    color: white;
  }
  body #second-content .content-right p {
    font: 18px Titillium Light;
    color: white;
  }
  body #third-content {
    padding: 20px 15px 100px 15px;
    text-align: left;
  }
  body #third-content #carte {
    background: none;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
  }
  body #third-content #carte h1 {
    margin: 0px 0px 40px 0px;
    color: #000000;
    font: 300 52px Titillium Light;
  }
  body #third-content #carte {
    color: #000000;
    font: 600 20px Titillium Regular;
  }
  body #content-type {
    padding: 0px 15px 80px 15px;
  }
  body #content-type h1 {
    font: 300 50px Titillium Light;
  }
  body #content-type p {
    font: 300 14px Titillium Regular;
  }
  body #content-type .summary {
    color: #b20837;
    font-weight: 700;
  }
  body #content-type h2 {
    font: 300 26px Titillium Light;
    margin-bottom: 20px;
  }
  body #footer {
    background: #680006;
    padding: 70px 15px;
    color: white;
  }
  body #footer .infos {
    padding: 0;
    font: 300 18px Titillium Light;
    line-height: 26px;
    border-right: none;
    text-align: center;
  }
  body #footer .infos a {
	color: white;
	text-decoration:none;
  }
  body #footer .infos img {
    margin-top: 0px;
    padding: 0px 50px;
  }
  body #footer .footer-menu ul {
    list-style-type: none;
    margin-top: 25px;
  }
  body #footer .footer-menu ul li a {
    font: 300 14px Titillium Light;
    color: white;
    text-decoration: none;
  }
}
