/* imports */
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoBlack';
  src: url('../fonts/lato-black-webfont.eot');
  src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoBold';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neutonBold';
  src: url('../fonts/neuton-bold-webfont.eot');
  src: url('../fonts/neuton-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neuton-bold-webfont.woff2') format('woff2'), url('../fonts/neuton-bold-webfont.woff') format('woff'), url('../fonts/neuton-bold-webfont.ttf') format('truetype'), url('../fonts/neuton-bold-webfont.svg#neutonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'picto';
  src: url('../fonts/pictos-webfont.eot');
  src: url('../fonts/pictos-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pictos-webfont.woff2') format('woff2'), url('../fonts/pictos-webfont.woff') format('woff'), url('../fonts/pictos-webfont.ttf') format('truetype'), url('../fonts/pictos-webfont.svg#pictosregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: middle;
}
audio:not([controls]),
[hidden],
template {
  display: none;
}
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after,
*:before {
  box-sizing: inherit;
}
::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}
:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
iframe,
img,
svg {
  vertical-align: middle;
}
iframe,
embed,
object {
  max-width: 100%;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
code,
pre {
  font-family: 'courier new', monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}
nav ul,
nav ol {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset,
legend {
  border: 0;
}
legend {
  white-space: normal;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
select {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  background: none;
  border-radius: 0;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=number] {
  width: auto;
}
button,
input:not([type=checkbox]):not([type=radio]) {
  line-height: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input:not([type=checkbox]):not([type=radio])::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
progress {
  display: inline-block;
}
menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
/*end*/
/* @group Mes styles */
/* selection */
::-moz-selection {
  background: #ffb400;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ffb400;
  color: #fff;
  text-shadow: none;
}
/* @group General */
html,
button,
input,
select,
textarea {
  color: #3e3c43;
}
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  position: relative;
  font-family: "lato";
  line-height: 1.6;
  overflow-x: hidden;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
h1 {
  margin: 4px 0 0;
  padding: 0;
}
h2,
h3,
h4 {
  font-family: "neutonBold";
  color: #232126;
}
h3 {
  font-size: 4.4em;
  line-height: 1em;
  line-height: 0.85;
  margin: 0;
}
h4 {
  font-size: 2.8em;
  line-height: 1em;
  margin: 23px 0 0 0;
}
p {
  font-size: 1.6em;
  line-height: 1.2;
  margin: 20px 0;
  color: #232126;
}
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #027a87;
}
.bouton {
  display: inline-block;
  font-family: "latoBlack";
  font-size: 1.2em;
  background: #ffb400;
  padding: 12px 30px;
  border-radius: 50px;
  color: #FFF;
  letter-spacing: 2px;
  border: 2px solid #ffb400;
  text-transform: uppercase;
  text-align: center;
}
.bouton:hover,
.bouton:focus {
  background: #FFF;
  color: #ffb400;
  border-color: #ffb400;
}
.msp .container {
  max-width: 1300px;
}
.container {
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.container-small {
  max-width: 1015px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.hg {
  float: left;
  margin: 25px 25px 0 0;
}
.hg#hibou3 {
  margin-top: 15px;
}
.hd {
  float: right;
  margin: 25px 0;
}
.underline {
  text-decoration: underline;
  color: #027a87;
}
.chapeau {
  font-family: "latoBold";
  letter-spacing: 2.5px;
  font-size: 1.2em;
  color: #ffb400;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.left,
.right {
  background-color: #dee8ed;
  height: 140px;
  width: 50%;
}
.left p,
.right p {
  margin-top: 10px;
  line-height: 20px;
}
.left {
  float: left;
  padding-right: 33px;
  border-right: 1px solid #FFF;
}
.right {
  float: right;
  padding-left: 33px;
  border-left: 1px solid #FFF;
}
.wrapper-alignment {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.content-align-top {
  display: table-cell;
  vertical-align: top;
}
.padTopBot {
  padding-top: 121px;
  padding-bottom: 160px;
}
.infos {
  color: #404040;
  background-color: #dee8ed;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.bg-yellow {
  background-color: #ffb400;
}
.bg-grey {
  background-color: #3e3c43;
}
.gris {
  background-color: #f6f9fa;
}
#logo {
  background: url("../layoutImg/logo.png") no-repeat 0 0;
  width: 288px;
  height: 56px;
  float: left;
  text-indent: -99em;
  max-width: 100%;
  background-size: 100%;
}
#logo a {
  display: block;
  height: 100%;
}
.hibou-bg {
  display: none;
}
.isMobile .hibou-bg {
  display: block;
  margin: 0 auto;
}
.isMobile #hibou {
  display: none;
}
#scrollDown {
  display: block;
  margin: -30px auto 6vh;
  width: 47px;
  position: relative;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background: #feb506;
  backface-visibility: hidden;
}
header ul {
  float: right;
  margin: 11px 0 0;
  font-family: "latoBlack";
  font-size: 1.2em;
  letter-spacing: 1.5px;
  padding: 0;
}
header li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  text-align: center;
}
.msp li {
  min-width: 0;
  margin: 0 13px;
}
.msp li:nth-child(-n+3) {
/*  max-width: 100px;
  word-spacing: 100vw;  force space break */
}
header li.active a {
  color: #fff;
}
header a {
  color: #3e3c43;
  text-transform: uppercase;
}
header a:hover,
header a:focus {
  color: #fff;
}
header .btn {
  margin-left: 30px;
  background-color: #FFF;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
header .btn-inverted {
  background-color: #3e3c43;
  margin-left: 13px;
}
header .btn-inverted a {
  color: #fff;
}
header .btn-out {
  background-color: #fff;
  margin-right: 0;
  margin-left: 13px;
}
header .btn-out svg {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
header .btn:hover {
  background: #3e3c43;
}
header .btn:hover a {
  color: #fff;
}
header .btn:hover a:focus {
  color: #fff;
}
header .btn a:focus {
  color: #3e3c43;
}
header .btn.active {
  background: #3e3c43;
}
header .btn.active a {
  color: #fff;
}
header .btn-out a {
  color: #408d98;
}
header .btn-out:hover a {
  color: #408d98;
}
header .btn-out:hover a:focus {
  color: #408d98;
}
header .btn-out:hover {
  background: #fff;
}
header .btn-out.active {
  background: #fff;
}
header .btn-out.active a {
  color: #408d98;
}
#flag {
  background: url("../layoutImg/english.png") no-repeat 0 50%;
  width: 19px;
  height: 28px;
  position: relative;
  margin-right: 0;
}
#flag.en {
  background: url("../layoutImg/french.png") no-repeat 0 50%;
}
#connect {
  background: url("../layoutImg/connect.png") no-repeat 0 50%;
  width: 10px;
  height: 14px;
  margin-right: 0;
  position: relative;
  background-size: 10px 14px;
}
#flag a,
#connect a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#part1 {
  position: relative;
  padding: 60px 0 0;
  margin: 8vh 0 0;
  height: 100vh;
  min-height: 650px;
  max-height: 800px;
}
#part1 h2 {
  max-width: 550px;
  text-align: center;
  font-size: 6.4em;
  color: #3e3c43;
  line-height: 0.9em;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
}
#part1 #chouette {
  display: block;
  margin: 10px auto 0;
  line-height: .8;
  padding: 0 0 10px;
}
#part1 + p {
  text-align: center;
  font-size: 1.8em;
}
#hibou {
  width: 99%;
  padding: 10vh 0 0;
  margin: -300px 0 0;
  border: 3px solid #fff;
}
/*.seeThru-display{
    width: 1860px;
    padding: 10vh 0 0;
    margin: -300px 0 0 -325px;
}*/
#chouette {
  text-align: center;
  background-color: #fcb611;
  color: #FFF;
  border-radius: 6px;
  width: 84%;
  line-height: 1em;
}
.english #chouette {
  width: auto;
}
.bg-grey .text {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  padding: 0 0 0 20px;
}
.bg-grey .img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: right;
  width: 60%;
  margin: 0 0 0 5%;
}
.bg-grey .chapeau {
  margin-top: 0;
}
.bg-grey h3 {
  color: #FFF;
}
.bg-grey p {
  color: #FFF;
  margin: 30px 0;
}
#img-tel {
  position: absolute;
  left: -25px;
  bottom: -25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
#screen {
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
}
#efficace .text {
  float: right;
  width: 32%;
}
#efficace .text p {
  margin: 20px 0;
}
#efficace .text p:nth-child(4) {
  margin-bottom: 30px;
}
#efficace .img {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 20px;
}
#efficace .img #screen2 {
  border-radius: 8px;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
}
#efficace .chapeau {
  margin-top: 44px;
}
#efficace #hibou4 {
  position: relative;
  left: 15px;
}
#specifications h3 {
  color: #3e3c43;
}
.bg-yellow {
  padding: 110px 0;
}
.bg-yellow .col {
  display: inline-block;
  vertical-align: top;
}
.bg-yellow h3 {
  margin-bottom: 30px;
}
.bg-yellow .chapeau {
  font-family: "latoBold";
  color: #FFF;
  margin-top: 0;
}
.bg-yellow p {
  margin-bottom: 25px;
}
.bg-yellow ul {
  width: 29.5%;
  list-style-type: none;
  margin-top: 0;
  font-size: 1.4em;
  padding: 0;
  margin: 0 0 0 4%;
}
.bg-yellow ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin: 26px 0;
  line-height: 1.4em;
}
.bg-yellow ul li:first-child {
  margin-top: 0;
}
.bg-yellow ul li:before {
  content: "•";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-yellow #gauche {
  line-height: 2;
  width: 33%;
  padding: 0 0 0 20px;
}
.bg-yellow #droite li:last-child {
  font-family: "latoBold";
}
.bg-yellow #droite li:last-child:before {
  display: none;
}
.bg-yellow #droite a {
  color: #FFF;
  text-decoration: underline;
}
.bg-yellow .bouton {
  background-color: #FFF;
  color: #232126;
  padding: 10px 24px;
}
.bg-yellow .bouton:hover {
  background-color: #000;
  color: #ffb400;
}
#formules .left p {
  margin-right: 50px;
}
#formules h3 {
  text-align: center;
}
#formules .chapeau {
  text-align: center;
  margin: 80px 0 5px 0;
}
#formules #btn {
  text-align: center;
  margin-bottom: 100px;
}
#formules #btn .bouton {
  padding: 12px 50px;
}
#offre {
  margin: 130px auto 50px;
  padding: 0;
}
#offre li {
  list-style-type: none;
  display: inline-block;
}
#offre li ul {
  margin: 0;
  padding: 0;
}
#offre li ul li {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.6em;
  width: auto;
  text-align: center;
}
#offre .container-img {
  overflow: hidden;
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  position: absolute;
  top: -85px;
  left: 50%;
  margin: 0 0 0 -72px;
  z-index: -1;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease-in-out;
}
#offre .container-img img {
  position: relative;
}
#pricer {
  margin: 150px auto 50px;
}
.categorie {
  display: block;
  width: 100%;
  position: relative;
}
.categorie button {
  display: block;
  width: 100%;
  font-size: 25px;
  text-align: left;
  color: #fff;
}
.categorie button .btn-categorie {
  position: absolute;
  display: block;
  top: 20px;
  right: 17px;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #3e3c43;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 25px;
}
.categorie button .btn-categorie:before {
  content: '+';
  color: #fff;
}
.categorie button p {
  font-family: NeutonBold;
  font-size: 22px;
  line-height: 60px;
  padding-left: 30px;
  width: 100%;
  height: 60px;
  margin: 2px auto 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.categorie.active .table-pricing {
  display: block;
}
.categorie.active .btn-categorie:before {
  content: '-';
  color: #fff;
}
.categorie .table-pricing {
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
  width: 95%;
  table-layout: fixed;
  color: #232126;
  border-spacing: 4px 0;
  background-color: #ededed;
  border-collapse: separate;
  margin: 2px auto;
  display: none;
}
.categorie .table-pricing tr td {
  text-align: center;
  width: 21%;
  font-size: 16px;
}
.categorie .table-pricing tr td.title-line {
  width: 200px;
  padding: 10px;
  text-align: left;
  line-height: 20px;
  background: rgba(222, 232, 237, 0.6);
}
.categorie .table-pricing tr td.scops-td {
  background: rgba(255, 180, 0, 0.7);
}
.categorie .table-pricing tr td.asio-td {
  background: rgba(206, 77, 37, 0.7);
}
.categorie .table-pricing tr td.bubo-td {
  background: rgba(2, 122, 135, 0.7);
}
.categorie .table-pricing tr td.mighty-td {
  background: rgba(62, 60, 67, 0.9);
  color: #fff;
}
.categorie .table-pricing tr:nth-child(even) td.scops-td {
  background: rgba(255, 180, 0, 0.5);
}
.categorie .table-pricing tr:nth-child(even) td.asio-td {
  background: rgba(206, 77, 37, 0.55);
}
.categorie .table-pricing tr:nth-child(even) td.bubo-td {
  background: rgba(2, 122, 135, 0.5);
}
.categorie .table-pricing tr:nth-child(even) td.mighty-td {
  background: rgba(62, 60, 67, 0.6);
}
.categorie .table-pricing tr:nth-child(even) td.title-line {
  background-color: #fff;
}
.title-table-pricing {
  margin: auto;
  text-align: center;
  width: 95%;
  border-spacing: 4px 0;
  border-collapse: separate;
}
.title-table-pricing.hiddden {
  opacity: 0;
}
.title-table-pricing tr td {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 21%;
  position: relative;
}
.title-table-pricing tr td.title-line {
  width: 16%;
}
.title-table-pricing tr td p {
  color: #fff;
}
.title-table-pricing tr td .title-offre {
  font-family: NeutonBold;
  font-size: 28px;
  line-height: 0px;
}
.title-table-pricing tr td .title-price {
  font-family: LatoBold;
  font-size: 12px;
}
.title-table-pricing tr td .surmesure {
  color: #ffb400;
  text-transform: uppercase;
  font-family: latoBold;
  font-size: 12px;
  height: 10px;
  margin: 10px auto -5px;
}
.title-table-pricing tr .masquotte-scops {
  border-radius: 50%;
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  border: 6px solid #ffb400;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -40%;
  z-index: -10;
  overflow: hidden;
  background: url('../layoutImg/scop.jpg') no-repeat 30% 10%;
  background-size: 100% auto;
  background-size: cover;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.title-table-pricing tr .masquotte-scops:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.title-table-pricing tr .masquotte-scops img {
  position: absolute;
  top: -50%;
}
.title-table-pricing tr .masquotte-asio {
  border-radius: 50%;
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  border: 6px solid #ce4d25;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -40%;
  z-index: -10;
  overflow: hidden;
  background: url('../layoutImg/asio.jpg') no-repeat 40% 10%;
  background-size: 100% auto;
  background-size: cover;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.title-table-pricing tr .masquotte-asio:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.title-table-pricing tr .masquotte-asio img {
  position: absolute;
  top: -50%;
}
.title-table-pricing tr .masquotte-bubo {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  border: 6px solid #027a87;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -40%;
  z-index: -10;
  overflow: hidden;
  background: url('../layoutImg/bubo.jpg') no-repeat 40% 10%;
  background-size: 100% auto;
  background-size: cover;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.title-table-pricing tr .masquotte-bubo:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.title-table-pricing tr .masquotte-bubo img {
  position: absolute;
  top: -50%;
}
.title-table-pricing tr .masquotte-mighty {
  border-radius: 50%;
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -40%;
  z-index: -10;
  overflow: hidden;
  background: url('../layoutImg/mighty.png') no-repeat 40% 10%;
  background-color: #3e3c43;
  background-size: 100% auto;
  background-size: cover;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.title-table-pricing tr .masquotte-mighty:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.title-table-pricing tr .masquotte-mighty img {
  position: absolute;
  top: -50%;
}
.title-table-pricing tr .title-empty {
  width: 200px;
}
.title-table-pricing tr .title-scops {
  background-color: #ffb400;
}
.title-table-pricing tr .title-scops:hover .masquotte-scops {
  top: -115%;
}
.title-table-pricing tr .title-asio {
  background-color: #ce4d25;
}
.title-table-pricing tr .title-asio:hover .masquotte-asio {
  top: -115%;
}
.title-table-pricing tr .title-bubo {
  background-color: #027a87;
}
.title-table-pricing tr .title-bubo:hover .masquotte-bubo {
  top: -115%;
}
.title-table-pricing tr .title-mighty {
  background-color: #3e3c43;
  position: relative;
}
.title-table-pricing tr .title-mighty:hover .masquotte-mighty {
  top: -115%;
}
#clone-container {
  z-index: 1000;
  display: none;
  width: 100%;
  top: 170px;
  position: fixed;
  pointer-events: none;
}
#clone-container.active {
  display: block;
  top: 170px;
}
#clone-container.disable {
  top: 70px;
}
#clone-container.disable .container-small .title-table-pricing tr .masquotte-scops,
#clone-container.disable .container-small .title-table-pricing tr .masquotte-asio,
#clone-container.disable .container-small .title-table-pricing tr .masquotte-bubo,
#clone-container.disable .container-small .title-table-pricing tr .masquotte-mighty {
  display: none;
}
#clone-container .container-small {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  text-align: center;
}
#clone-container .container-small .title-table-pricing tr .masquotte-scops,
#clone-container .container-small .title-table-pricing tr .masquotte-asio,
#clone-container .container-small .title-table-pricing tr .masquotte-bubo,
#clone-container .container-small .title-table-pricing tr .masquotte-mighty {
  display: block;
}
#clone-container .container-small .title-table-pricing tr td {
  border-radius: 10px;
}
#pricer-mobile {
  display: none;
  width: 100%;
  margin: auto;
  position: relative;
}
#pricer-mobile .offre .mobile-toggle {
  display: none;
}
#pricer-mobile .offre .mobile-toggle .categorie .title-categorie {
  line-height: 60px;
  font-family: NeutonBold;
  font-size: 22px;
  position: relative;
}
#pricer-mobile .offre .mobile-toggle .categorie .title-categorie:after {
  content: "+";
  position: absolute;
  right: 20px;
  background-color: #3e3c43;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  line-height: 30px;
  font-size: 25px;
  font-family: Lato;
  padding-left: 8px;
  top: 16px;
  pointer-events: none;
}
#pricer-mobile .offre .mobile-toggle .categorie.active-cate table {
  display: block;
}
#pricer-mobile .offre .mobile-toggle .categorie.active-cate:after {
  content: "-";
  position: absolute;
  right: 20px;
  background-color: #3e3c43;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  line-height: 30px;
  font-size: 25px;
  font-family: Lato;
  padding-left: 11px;
  top: 16px;
  pointer-events: none;
}
#pricer-mobile .offre.active .mobile-toggle {
  display: block;
}
#pricer-mobile .offre.active .arrow-offre {
  transform: rotate(90deg);
}
#pricer-mobile .offre-btn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#pricer-mobile .offre-btn .offre-scops {
  background: #ffb400;
}
#pricer-mobile .offre-btn .offre-asio {
  background: #ce4d25;
}
#pricer-mobile .offre-btn .offre-bubo {
  background: #027a87;
}
#pricer-mobile .offre-btn .offre-mighty {
  background: #3e3c43;
}
#pricer-mobile .offre-mobile {
  display: block;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  padding-top: 10px;
}
#pricer-mobile .offre-mobile ul {
  width: 100%;
  display: table;
}
#pricer-mobile .offre-mobile ul li {
  list-style: none;
  vertical-align: top;
  display: table-cell;
}
#pricer-mobile .offre-mobile ul li .arrow-offre {
  font-size: 40px;
  color: #fff;
  font-family: latoBold;
  line-height: 22px;
  transition: 0.3s ease-in-out;
}
#pricer-mobile .offre-mobile ul li:last-child {
  width: 40px;
}
#pricer-mobile .offre-mobile ul .masquotte-scops {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  background: url('../layoutImg/scop.jpg') no-repeat 30% 100%;
  background-size: cover;
  border-radius: 50%;
}
#pricer-mobile .offre-mobile ul .masquotte-asio {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  background: url('../layoutImg/asio.jpg') no-repeat 30% 100%;
  background-size: cover;
  border-radius: 50%;
}
#pricer-mobile .offre-mobile ul .masquotte-bubo {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  background: url('../layoutImg/bubo.jpg') no-repeat 30% 100%;
  background-size: cover;
  border-radius: 50%;
}
#pricer-mobile .offre-mobile ul .masquotte-mighty {
  width: 100px;
  height: 100px;
  margin-left: 20px;
  background: url('../layoutImg/mighty.png') no-repeat 30% 100%;
  background-color: #fff;
  background-size: cover;
  border-radius: 50%;
}
#pricer-mobile .offre-mobile ul .title-offre {
  padding-left: 10px;
  text-align: center;
}
#pricer-mobile .offre-mobile ul .title-offre p {
  font-family: NeutonBold;
  font-size: 28px;
  line-height: 0px;
  color: #fff;
}
#pricer-mobile .offre-mobile ul .title-offre .title-price {
  font-family: latoBold;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
#pricer-mobile .table-slide-toggle {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#pricer-mobile .table-slide-toggle tbody {
  width: 100%;
  display: table;
}
#pricer-mobile .table-slide-toggle table {
  width: 100%;
  display: none;
}
#pricer-mobile .table-slide-toggle table tr {
  width: 100%;
  display: table;
}
#pricer-mobile .table-slide-toggle table tr td {
  width: 50%;
  display: table-cell;
  padding: 15px;
  font-size: 14px;
}
#pricer-mobile .table-slide-toggle table tr td.scops-td {
  background: rgba(255, 180, 0, 0.5);
}
#pricer-mobile .table-slide-toggle table tr td.asio-td {
  background: rgba(206, 77, 37, 0.6);
}
#pricer-mobile .table-slide-toggle table tr td.bubo-td {
  background: rgba(2, 122, 135, 0.5);
}
#pricer-mobile .table-slide-toggle table tr td.mighty-td {
  background: rgba(62, 60, 67, 0.9);
  color: #ffffff;
}
#pricer-mobile .table-slide-toggle table tr td:nth-child(2) {
  text-align: center;
}
#pricer-mobile .table-slide-toggle table tr:nth-child(even) td.scops-td {
  background: rgba(246, 201, 93, 0.5);
}
#pricer-mobile .table-slide-toggle table tr:nth-child(even) td.asio-td {
  background: rgba(206, 77, 37, 0.5);
}
#pricer-mobile .table-slide-toggle table tr:nth-child(even) td.bubo-td {
  background: rgba(2, 122, 135, 0.4);
}
#pricer-mobile .table-slide-toggle table tr:nth-child(even) td.mighty-td {
  background: rgba(62, 60, 67, 0.4);
}
#pricer-mobile .table-slide-toggle table tr:nth-child(even) td.title-line {
  background-color: #fff;
}
#option h4 {
  text-align: center;
}
#option-2 {
  font-family: "lato";
  font-size: 1.6em;
  list-style-type: none;
  text-align: center;
  border-radius: 8px;
  max-width: 495px;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 20px auto 60px;
}
#option-2 li {
  padding-top: 10px;
  padding-bottom: 10px;
}
#scop,
#asio,
#bubo {
  border-radius: 8px;
  width: 30%;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.15);
  position: relative;
}
#scop:hover .container-img,
#asio:hover .container-img,
#bubo:hover .container-img {
  transform: translateY(-20px);
}
#scop h4,
#asio h4,
#bubo h4 {
  text-align: center;
  letter-spacing: 1px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #FFF;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}
#scop li:first-child,
#asio li:first-child,
#bubo li:first-child {
  padding: 0;
  font-size: inherit;
}
#scop li:nth-child(2),
#asio li:nth-child(2),
#bubo li:nth-child(2),
#scop li:nth-child(3),
#asio li:nth-child(3),
#bubo li:nth-child(3) {
  font-family: "latoBold";
}
#scop img,
#asio img,
#bubo img {
  max-width: none;
}
#scop .container-img {
  border: 6px solid #ffb400;
  top: -80px;
  left: 50%;
}
#scop .container-img img {
  bottom: 20px;
  right: 124px;
}
#scop h4 {
  background-color: #ffb400;
}
#asio {
  margin-left: 5%;
  margin-right: 5%;
}
#asio .container-img {
  border: 6px solid #027a87;
}
#asio .container-img img {
  height: 309px;
  width: 284px;
  right: 118px;
}
#asio h4 {
  background-color: #027a87;
}
#bubo .container-img {
  border: 6px solid #3e3c43;
}
#bubo .container-img img {
  right: 38px;
  bottom: 20px;
  height: 332px;
  width: 221px;
}
#bubo h4 {
  background: #3e3c43;
}
#contact .bg-grey {
  padding: 100px 0;
}
#contact .chapeau {
  margin: 0;
}
#contact .text {
  width: 36%;
  float: left;
}
#contact .text h3,
#contact .text p {
  color: #FFF;
}
#contact .text a {
  color: #ffb400;
  text-decoration: underline;
}
#formulaire {
  color: #FFF;
  width: 58%;
  float: right;
  text-align: left;
}
#formulaire button {
  margin-left: 16%;
}
#formulaire p.error {
  margin: 0 0 20px 16%;
}
#formulaire p.error b {
  color: #ce4d25;
}
#formulaire p.succes {
  margin: 0 0 20px 16%;
  font-family: "latoBold";
}
#formulaire a {
  color: #ffb400;
  text-decoration: underline;
}
footer {
  height: 55px;
  background-color: #1f1e22;
  color: #dee8ed;
  border-top: 2px solid rgba(255, 255, 255, 0.43);
}
footer ul {
  display: inline;
  opacity: 0.43;
  padding: 0;
}
footer li {
  display: inline-block;
  font-size: 1.4em;
  padding: 15px 0;
  margin: 0 10px;
}
footer a {
  color: #dee8ed;
}
footer a:hover,
footer a:focus {
  color: #ffb400;
}
.tooltip {
  font-family: "picto";
  color: #027a87;
  cursor: help;
}
#sensor {
  float: right;
  opacity: 1;
}
#sensor li:nth-child(1) {
  opacity: 0.43;
}
.sf {
  margin: 0 4px;
}
label,
legend {
  display: inline-block;
  text-align: right;
  font-family: "latoBold";
  font-size: 1.6em;
  width: 16%;
  padding: 0 12px 0 0;
  letter-spacing: 1px;
  position: relative;
  bottom: 7px;
}
label.usage,
legend.usage {
  float: left;
  bottom: 0;
}
label.optionnal,
legend.optionnal {
  font-family: "lato";
}
label[for="message"] {
  bottom: 77px;
}
input,
textarea {
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  margin: 0 0 20px;
  max-width: 255px;
  border: 2px solid #fff;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.3s ease-in-out;
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #ffb400;
}
textarea {
  margin-bottom: 17px;
  height: 176px;
  width: 84%;
  max-width: 100%;
  resize: none;
}
input[type=radio] {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 15px 0 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 5px solid #fff;
  transition: none;
}
input[type=radio]:checked {
  background: #3e3c43;
}
input[type=radio]:focus {
  border-color: #fff;
}
input[type=email] {
  max-width: 331px;
}
input[type=tel] {
  max-width: 160px;
}
button {
  border: 0;
  transition: 0.3s ease-in-out;
}
button:focus {
  outline: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.error input,
fieldset.error textarea {
  border-color: #ce4d25;
}
fieldset.error label {
  color: #ce4d25;
}
fieldset fieldset {
  display: inline-block;
  width: 84%;
}
fieldset.big-margin {
  margin: 5px 0 25px;
  bottom: 0;
}
.captcha {
  margin-left: 16%;
  margin-top: 30px;
}
.captcha label {
  display: block;
  width: auto;
  text-align: left;
}
.label-radio {
  text-align: left;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
  font-family: "lato";
  bottom: 0;
}
.label-radio + input {
  margin-left: 50px;
}
/* @end */
/* @end */
/* @end */
/* PAGE 404 */
#main-404 {
  text-align: center;
}
#main-404 h2 {
  padding-top: 20vh;
  color: #3e3c43;
  font-family: 'neutonBold';
  font-size: 7.4em;
  line-height: 1em;
  letter-spacing: -1px;
}
#main-404 p {
  font-family: 'lato';
  font-size: 1.8em;
  line-height: 24px;
  margin: 0;
}
#main-404 .lien {
  font-family: 'latoBold';
  color: #027a87;
}
#main-404 .gif {
  padding-top: 50px;
  margin-bottom: 130px;
}
.disclaimer .container {
  padding-bottom: 100px;
}
.home-404 footer,
.disclaimer footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* MENTIONS-LEGALES */
#main #mentions-legales {
  padding-top: 120px;
  padding-bottom: 50px;
}
#main #mentions-legales h4 {
  margin-top: 40px;
}
#main .wrapper-nav-left {
  width: 240px;
  padding: 0 20px 0 0;
}
#main #nav-left-fixed {
  width: 200px;
  position: fixed;
  transition-duration: 0.3s;
}
#main #nav-left-fixed ul {
  list-style: none;
  padding-left: 20px;
  line-height: 18px;
}
#main #nav-left-fixed ul li {
  padding-bottom: 15px;
}
#main #nav-left-fixed ul li:before {
  color: #027a87;
}
#main #nav-left-fixed ul li:hover:before {
  margin-left: -10px;
}
#main #nav-left-fixed ul li a:hover {
  text-decoration: underline;
}
#main .bloc-content {
  padding-top: 120px;
  padding-bottom: 50px;
}
#main .bloc-content ul {
  margin-bottom: 50px;
  padding-left: 70px;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}
#main .bloc-content ul li:before {
  content: "›";
  position: absolute;
  margin-left: -15px;
  transition-duration: 0.3s;
}
#main .bloc-content ul .mention-speciale {
  margin-top: 20px;
  font-size: 14px;
}
#main .bloc-content ul .mention-speciale:before {
  content: "";
}
#main .bloc-content .bold {
  font-weight: bold;
}
#main .bloc-content img {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main .bloc-content .img-full-width {
  width: 100%;
  height: auto;
}
#main .bloc-content .img-3quarter-width {
  width: 75%;
  height: auto;
}
#main .bloc-content .img-half-width {
  width: 50%;
  height: auto;
}
#main .bloc-content .align-center {
  display: block;
  margin: 30px auto;
  text-align: center;
}
#main .bloc-content .align-right {
  float: right;
  display: block;
  margin-left: 30px;
}
#main .bloc-content .align-left {
  float: left;
  display: block;
  margin-right: 30px;
}
#main .bloc-content .img-txt {
  margin: 60px auto;
  table-layout: fixed;
  width: 100%;
}
#main .bloc-content .img-txt img {
  display: table-cell;
  display: block;
  float: left;
  padding: 0;
  margin-right: 40px;
}
#main .bloc-content .img-txt p {
  display: table-cell;
}
/* @group Non semantic Boilerplate */
/* remplacement image */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
}
.ir:before {
  display: block;
  width: 0;
  height: 100%;
  content: "";
}
/* masquage de texte, alternative (buggé?) */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* masqué */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.clearfix:after {
  clear: both;
}
.msp-bloc-1,
.msp-bloc-2,
.msp-bloc-3 {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.msp-bloc-2 .text {
  width: 45%;
  padding-left: 10%;
}
.msp-bloc-3 .text {
  width: 45%;
  padding-right: 10%;
}
.msp-bloc-1 h3 {
  color: #3e3c43;
  font-size: 5em;
  line-height: 1.1;
}
.msp-bloc-1 div:nth-child(1) {
  text-align: center;
  width: 45%;
}
.msp-bloc-1 div svg {
  width: 100%;
}
/* @end */
/* ==|== media queries ======================================================
========================================================================== */
/******* BACKGROUND RETINA *******/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .masquotte-scops {
    background-image: url(../layoutImg/scop@2x.jpg);
    background-position: 30% 10%;
  }
  .masquotte-asio {
    background-image: url(../layoutImg/asio@2x.jpg);
    background-position: 40% 10%;
  }
  .masquotte-bubo {
    background-image: url(../layoutImg/bubo@2x.jpg);
    background-position: 40% 10%;
  }
  .masquotte-mighty {
    background-image: url(../layoutImg/mighty@2x.png);
    background-position: 40% 10%;
  }
}
/******* RESPONSIVE HORIZONTAL *******/
@media (max-height: 700px) {
  #scrollDown {
    margin-top: -60px;
  }
}
@media (min-height: 800px) {
  #hibou {
    padding: 18vh 0 0;
  }
}
@media (max-width: 1150px) {
  header ul {
    letter-spacing: 1px;
  }
  header li {
    margin: 0 10px;
  }
  header .btn {
    margin-left: 10px;
  }
  footer .container ul li {
    margin: 0 5px;
  }
}
@media (max-width: 1250px) {
  .msp .container ul li:nth-child(-n+4) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .padTopBot {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hibou-bg {
    display: block;
    margin: 50px auto;
  }
  header {
    position: relative;
  }
  .nav li:not(#flag) {
    display: none;
  }
  .nav li#flag {
    margin-top: 5px;
  }
  .msp-bloc-1,
  .msp-bloc-2,
  .msp-bloc-3 {
    flex-direction: column;
  }
  .msp-bloc-1 div:nth-child(1) {
    width: 100%;
  }
  .msp-bloc-1 .text,
  .msp-bloc-2 .text,
  .msp-bloc-3 .text {
    padding: 5% 0;
    width: 100%;
    text-align: center;
  }
  .msp-bloc-1 h3,
  .msp-bloc-2 h3,
  .msp-bloc-3 h3 {
    font-size: 3.5em;
  }
  #part1 {
    padding-top: 0;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  #part1 h2 {
    margin: 0 auto;
  }
  #scrollDown {
    display: none;
  }
  video,
  canvas {
    display: none;
  }
  .infos .left,
  .infos .right {
    float: none;
    border: 0;
    margin: 0 auto;
    padding: 0;
    min-width: 400px;
    text-align: left;
  }
  .infos .left {
    border-bottom: 1px solid #fff;
  }
  .infos .hg,
  .infos .hd {
    margin-top: 0;
  }
  .infos .hg#hibou3,
  .infos .hd#hibou3 {
    margin-top: 0;
  }
  .bg-grey,
  #efficace,
  #contact {
    text-align: center;
  }
  .bg-grey .text,
  #efficace .text,
  #contact .text {
    max-width: 700px;
    margin: 0 auto;
  }
  .bg-grey .text,
  #efficace .text,
  #contact .text,
  .bg-grey .img,
  #efficace .img,
  #contact .img {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  .bg-grey .img,
  #efficace .img,
  #contact .img {
    margin: 50px 0 0;
    text-align: center;
  }
  #formulaire {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
  }
  #formulaire p.succes {
    text-align: center;
    margin-left: 0;
  }
  #img-tel {
    left: 10%;
  }
  #efficace .chapeau {
    margin-top: 0;
  }
  .bg-yellow {
    padding: 80px 0;
  }
  .bg-yellow .col {
    display: block;
    width: 100%;
  }
  .bg-yellow #gauche {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 700px;
  }
  .bg-yellow ul {
    max-width: 700px;
    margin: 0 auto;
  }
  .bg-yellow ul li {
    margin: 0 0 10px;
  }
  #formulaire {
    margin: 50px 0 0;
  }
  #contact .bg-grey {
    padding: 80px 0;
  }
  footer {
    height: auto;
    text-align: center;
  }
  footer ul {
    display: block;
  }
  footer li {
    padding: 10px 0;
    margin: 0 10px;
  }
  #sensor {
    float: none;
  }
  #main-404 h2 {
    padding-top: 10vh;
  }
  #main .bloc-content {
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  #pricer .title-offre {
    font-size: 24px;
  }
  #pricer .title-price {
    font-size: 12px;
  }
  #pricer tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #pricer-mobile {
    display: block;
    margin: 60px auto 60px;
  }
  #pricer {
    display: none;
  }
  #part1 h2 {
    font-size: 5em;
  }
  #offre li {
    display: block;
    max-width: 400px;
  }
  #scop,
  #asio,
  #bubo {
    width: 100%;
    margin: 0 auto 130px;
  }
  label,
  legend {
    width: auto;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
  }
  label.usage,
  legend.usage {
    float: none;
    bottom: 0;
  }
  label[for="message"] {
    bottom: 0;
  }
  textarea {
    width: 100%;
  }
  .label-radio {
    display: inline-block;
    margin: 0;
  }
  #formulaire button {
    margin-left: 0;
  }
  #formulaire p.error {
    margin-left: 0;
  }
  fieldset fieldset {
    width: 100%;
  }
  .captcha {
    margin-left: 0;
  }
  #main-404 h2 {
    font-size: 5em;
  }
  .content-align-top {
    display: block;
  }
  #main .bloc-content {
    position: relative;
  }
  #main .bloc-content .img-half-width {
    width: 100%;
  }
  #main .wrapper-nav-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #main #nav-left-fixed {
    display: block;
    position: relative;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #feb506;
  }
  #main #nav-left-fixed ul {
    text-align: center;
  }
  #main #nav-left-fixed ul li {
    display: inline-block;
    margin-right: 60px;
  }
  #clone-container {
    display: none;
  }
  #clone-container.active {
    display: none;
  }
}
@media (max-width: 460px) {
  #part1 h2 {
    font-size: 4.5em;
  }
  .infos .left,
  .infos .right {
    height: auto;
    min-width: 0;
    width: 100%;
    text-align: center;
  }
  .infos .hd,
  .infos .hg {
    float: none;
    margin: 20px 0 0;
  }
  header {
    height: 52px;
  }
  #logo {
    background-size: 220px auto !important;
    background-position: 0 100%;
    width: 220px;
    height: 48px;
  }
  #container {
    padding-left: 18px;
    padding-right: 18px;
  }
  #main .bloc-content ul {
    padding-left: 40px;
  }
}
@media (max-width: 370px) {
  #pricer-mobile .offre-mobile {
    padding-left: 10px;
  }
  #pricer-mobile .offre-mobile ul .title-offre p {
    font-size: 20px;
    margin: 15px 0;
  }
  #pricer-mobile .title-price {
    font-size: 12px;
  }
}
/******* RESPONSIVE VERTICAL *******/
/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #logo {
    background-image: url("../layoutImg/logo@2x.png");
    background-size: 288px 56px;
  }
}
