@charset "UTF-8";
/* mixin définition POLICE */
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy-medium-webfont.woff") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy-bold-webfont.woff") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy-extrabold-webfont.woff") format("woff2"), url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "linotte";
  src: url("../fonts/linotte-semibold-webfont.woff") format("woff2"), url("../fonts/linotte-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* @group FONTS */
/* mixin responsive */
/* line 58, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* @end */
/* @group RESET MEYER */
/* line 68, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 88, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both;
}

/* line 93, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
article {
  margin-bottom: 40px;
}

/* line 96, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body {
  line-height: 1;
}

/* line 99, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
ol, ul {
  list-style: none;
}

/* line 102, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
blockquote, q {
  quotes: none;
}

/* line 105, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 110, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 114, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
}

/* line 119, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 124, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
::-webkit-input-placeholder {
  font-style: italic;
}

/* line 128, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

/* line 132, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

/* line 136, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
:-ms-input-placeholder {
  font-style: italic;
}

/* line 139, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 142, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

/* line 145, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* @end */
/* line 155, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.wrapper {
  position: relative;
  width: 1170px;
  margin: auto;
}

@media screen and (max-width: 1180px) {
  /* line 155, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  .wrapper {
    width: 780px;
  }
}

@media screen and (max-width: 780px) {
  /* line 155, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  .wrapper {
    width: 100%;
  }
}

/* line 165, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.clear {
  clear: both;
  height: 1px;
}

/* line 169, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
b {
  font-weight: 700;
}

/* line 177, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
* {
  font-family: "gilroy";
}

/* line 180, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
ul {
  list-style-type: none;
}

/* line 183, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#bcontact {
  background-image: url("../pic/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  min-width: 1200px;
  min-height: 600px;
  max-width: 1200px;
  max-height: 600px;
}

/* line 193, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#d0 {
  height: 150px;
  width: 100%;
  text-align: center;
}

/* line 198, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#d1 {
  height: 70px;
  width: 100%;
  margin-bottom: 10px;
}

/* line 203, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#img_logo {
  float: left;
  max-width: 17%;
  height: auto;
}

/* line 208, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  font-family: "gilroy";
  font-weight: 800;
  color: #232C32;
}

/* line 213, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
h2 {
  font-size: 65px;
}

/* line 216, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
h3 {
  font-size: 20px;
}

/* line 220, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#d2 {
  height: 170px;
  width: 350px;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  text-align: left;
  background-color: #f2f2f2;
  margin-left: 520px;
}

/* line 230, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#d3 {
  margin-left: 20px;
  margin-top: -40px;
}

/* line 234, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#pwdDiv {
  text-align: left;
  margin-left: 3px;
}

/* line 238, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#btn {
  margin-bottom: 5px;
  text-align: center;
}

/* line 242, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#bempty {
  min-width: 1200px;
  min-height: 600px;
  max-width: 1200px;
  max-height: 600px;
}

/* line 249, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.vertical-menu a:hover {
  background-color: #ccc;
}

/* line 253, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.vertical-menu a.active {
  background-color: #DF7401;
  color: black;
}

/* line 257, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#projet_select {
  width: 185px;
  height: 100px;
  float: left;
  margin-top: 430px;
  margin-left: -187px;
  background-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  font-size: 13px;
}

/* line 269, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#proj_select {
  margin-left: 2px;
  margin-top: 2px;
  width: 181px;
}

/* line 274, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_proj {
  height: 50px;
  width: 160px;
  margin-top: 5px;
  margin-left: 13px;
}

/* line 280, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_contact_main {
  float: left;
  margin-top: 345px;
  margin-left: -187px;
  height: 60px;
  width: 185px;
}

/* line 287, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#btn_contact {
  height: 70px;
  width: 185px;
}

/* line 291, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#p_date_debut, #p_date_fin {
  width: 170px;
}

/* line 294, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_01 {
  height: 50px;
}

/* line 297, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_02 {
  height: 50px;
}

/* line 300, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#myEmail {
  width: 250px;
}

/* line 303, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_debut_main {
  height: 50px;
  width: 300px;
  float: left;
}

/* line 308, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_fin_main {
  height: 50px;
  float: left;
  width: 300px;
}

/* line 313, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_03 {
  height: 50px;
  float: left;
  width: 200px;
}

/* line 318, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_05 {
  height: 50px;
  float: left;
  width: 800px;
}

/* line 323, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#sub_04 {
  height: 30px;
  float: left;
  width: 800px;
  margin-top: 50px;
}

/* line 329, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#nbr_lamp_sous {
  height: 200px;
  width: 230px;
  float: left;
  text-align: center;
  font-size: 14px;
}

/* line 336, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#etat_lamps_sous, #prod_energie_sous, #eco_co2_sous, #bat_level_sous, #meteo_sous {
  height: 200px;
  width: 230px;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

/* line 344, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#comm_state {
  height: 50px;
  width: 230px;
  float: left;
  text-align: center;
}

/* line 350, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#prog_bar {
  height: 200px;
  width: 230px;
  float: left;
}

/* line 355, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.gauge {
  width: 230px;
  height: 200px;
  margin-top: -35px;
}

/* line 360, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#img_etat_lamps {
  margin-top: 20px;
  height: 30%;
  width: 25%;
}

/* line 365, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#img_eco_co2 {
  margin-top: 17px;
  height: 30%;
  width: 35%;
}

/* line 370, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#info_heure_allumage, #info_heure_extinction {
  float: left;
  height: 60px;
  width: 205px;
  margin-left: 10px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 13px;
}

/* line 383, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#img_etat_light {
  height: 35px;
  width: 30px;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}

/* line 390, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#p_24 {
  font-size: 24px;
}

/* line 393, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#main_graph {
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  float: left;
  margin-top: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

/* line 402, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#my_table {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  height: 590px;
  width: 930px;
  overflow-y: auto;
  text-align: center;
  display: none;
  font-size: 13px;
}

/* line 413, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#data {
  border-collapse: collapse;
  width: 100%;
}

/* line 417, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
th, td {
  text-align: left;
  padding: 8px;
}

/* line 422, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 424, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
th {
  background-color: orange;
}



@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 451, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#toolbar {
  height: 64px;
  width: 920px;
  float: left;
  margin-left: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  background-color: #eee;
  padding: 2px;
  border-radius: 5px;
  font-size: 13px;
}

/* line 464, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#tension, #charge_pwm, #soc, #temperature {
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  float: left;
  margin-top: 10px;
  border-radius: 5px;
}

/* line 472, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#courbe {
  margin-left: 20px;
  float: left;
  height: 1255px;
  width: 900px;
}

/* line 478, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#select_lampadaire {
  height: 50px;
  width: 200px;
  float: left;
  padding: 5px;
  margin-left: 80px;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
}

/* line 489, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#deveui {
  margin-top: 5px;
  height: 25px;
  width: 180px;
}



/* line 533, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#submit {
  height: 60px;
  width: 200px;
  margin-left: 75px;
}

/* line 539, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#datetime1, #datetime2 {
  width: 170px;
}

/* line 542, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_debut {
  float: left;
  height: 60px;
  width: 200px;
}

/* line 547, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_fin {
  float: left;
  height: 60px;
  width: 200px;
}

/* line 552, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_contact {
  height: 400px;
  width: 900px;
  margin-left: 210px;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  text-align: center;
  font-size: 20px;
  background-color: rgba(254, 254, 254, 0.3);
  border-radius: 10px;
}

/* line 564, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#p_contact {
  font-size: 18px;
}

/* line 567, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_pilote {
  height: 600px;
  width: 980px;
  margin-left: 210px;
  font-size: 13px;
}

/* line 573, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#selection {
  height: 400px;
  width: 280px;
  float: left;
  border-radius: 5px;
  background-color: #F2F2F2;
}

/* line 580, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sector {
  position: absolute;
  height: 500px;
  width: 350px;
  border-radius: 5px;
  background-color: #FAFAFA;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  padding: 5px;
  text-align: center;
}

/* line 592, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_sector {
  height: 400px;
  width: 250px;
  overflow-y: auto;
  background-color: #F0F0F0;
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 601, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_one {
  position: absolute;
  height: 500px;
  width: 350px;
  border-radius: 5px;
  background-color: #FAFAFA;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  padding: 5px;
  text-align: center;
}

/* line 613, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_one {
  height: 400px;
  width: 250px;
  overflow-y: auto;
  background-color: #F0F0F0;
  margin-left: 50px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 622, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#action {
  height: 400px;
  width: 280px;
  float: left;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #F2F2F2;
}

/* line 630, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date {
  height: 400px;
  width: 300px;
  float: left;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
}

/* line 639, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_debut_pilote {
  float: left;
  height: 80px;
  width: 300px;
}

/* line 644, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#date_fin_pilote {
  float: left;
  height: 80px;
  width: 300px;
}

/* line 649, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#input_number {
  width: 60px;
}

/* line 652, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#param {
  height: 400px;
  width: 300px;
  float: left;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
}

/* line 661, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#resume {
  height: 100px;
  width: 930px;
  border-radius: 5px;
  background-color: #F2F2F2;
}

/* line 667, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#p_submit {
  float: right;
  height: 80px;
  width: 105px;
}

/* line 672, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#myTextarea {
  resize: none;
}

/* line 675, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#mini_div {
  margin-top: 10px;
}

/* line 678, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_btn_sector {
  width: 171px;
  height: 175px;
  float: left;
  margin-top: 150px;
  margin-left: -185px;
  background-color: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
  padding: 6px;
  font-size: 13px;
}

/* line 691, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#btn_sector_21, #btn_sector_22, #btn_sector_23 {
  height: 50px;
  width: 170px;
  margin-bottom: 10px;
  font-size: 17px;
}

/* line 697, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_lamps {
  float: left;
  margin-left: 10px;
  height: 500px;
  width: 340px;
  border-radius: 5px;
  background-color: #FAFAFA;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  text-align: center;
}

/* line 709, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_action_sector {
  height: 500px;
  width: 60px;
  float: left;
  margin-left: 10px;
  background-color: #FAFAFA;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  text-align: center;
}

/* line 721, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#btn_sector_action_1, #btn_sector_action_2 {
  margin-top: 130px;
  height: 50px;
  font-size: 20px;
}

/* line 726, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_newSector, #div_renameSector, #div_deleteSector {
  position: absolute;
  height: 230px;
  width: 230px;
  margin-left: 220px;
  margin-top: 140px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  background-color: #FAFAFA;
  padding: 5px;
  text-align: center;
  font-size: 13px;
}

/* line 741, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_renameSector, #div_sub_deleteSector {
  width: 180px;
  margin-top: -10px;
  margin-left: 10px;
}

/* line 746, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_tab {
  height: 500px;
  width: 560px;
  float: left;
  margin-left: 20px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
}

/* Style the tab */
/* line 757, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
div.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
/* line 764, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
div.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
/* line 776, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
div.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
/* line 781, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
div.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
/* line 786, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.tabcontent {
  display: none;
  padding: 6px 12px;
  overflow-y: auto;
  height: 440px;
}

/* line 792, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_tab {
  float: bottom;
}

/* line 795, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_btn_tab {
  float: top;
}

/* line 798, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_pilotage {
  float: left;
  height: 50px;
  width: 210px;
}

/* line 803, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#div_sub_param {
  float: left;
  height: 50px;
  width: 210px;
}

/* line 808, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#input00, #input02, #input03, #input04, #input05, #input19, #input20, #input21, #input17 {
  width: 60px;
}

/* line 819, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input, textarea {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  border: none;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.1);
  font-weight: 500;
  font-size: 14px;
}

/* line 825, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input[type="submit"], textarea[type="submit"] {
  background: #232C32;
  color: white;
  font-weight: 700;
}

/* line 829, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
input[type=number], textarea[type=number] {
  padding: 0 5px 0 20px;
}

/* line 835, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body {
  width: 100%;
  background-color: #E4ECF1;
}

/* line 838, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage {
  text-align: center;
  background-image: url(../pic/BG-login-page.jpg);
  background-size: cover;
}

/* line 841, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .logo {
  width: 232px;
  height: 166px;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 844, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .lang {
  margin-bottom: 30px;
  color: white;
}

/* line 848, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog {
  float: left;
  width: 50%;
  height: 438px;
  margin-bottom: 300px;
}

@media screen and (max-width: 780px) {
  /* line 848, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocLog {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}

/* line 854, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil {
  padding: 0 62px;
  color: white;
  background-color: #232C32;
}

@media screen and (max-width: 780px) {
  /* line 854, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocLog.accueil {
    padding: 0 20px 40px 20px;
  }
}

/* line 861, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil h1 {
  margin-bottom: 0;
  color: #EE7F18;
  font-weight: 700;
  font-size: 24px;
}

/* line 865, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil p {
  margin-top: 25px;
  line-height: 22px;
}

/* line 869, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil h2 {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 873, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil h2:before {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 1px;
  background: #7E8E98;
  content: " ";
}

/* line 879, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil h2 span {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  background: #232C32;
}

/* line 885, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.accueil a {
  display: inline-block;
  width: 250px;
  height: 45px;
  margin-top: 30px;
  background: #3D4A51;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.2);
  border-radius: 3px;
  font-weight: 700;
  line-height: 45px;
}

/* line 892, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.login {
  background-image: url(../pic/BG-login.png);
  background-size: cover;
}

@media screen and (max-width: 780px) {
  /* line 892, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocLog.login {
    margin-bottom: 40px;
    padding: 0 20px 40px 20px;
  }
}

/* line 897, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.login img {
  margin-top: 65px;
  margin-bottom: 40px;
}

/* line 900, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.login input {
  width: 370px;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: none;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

/* line 906, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.login input[type="submit"] {
  margin-bottom: 31px;
  background: #232C32;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  /* line 900, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocLog.login input {
    width: 100%;
  }
}

/* line 915, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocLog.login a {
  color: #0885C7;
  font-size: 14px;
  text-decoration: underline;
}

/* line 921, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header {
  position: relative;
  width: 100%;
  height: 100px;
  padding-top: 19px;
  background-color: #232C32;
}

/* line 925, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .projet {
  position: absolute;
  left: 44px;
  top: 42px;
  color: #EE7F18;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 925, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .departement {
  position: absolute;
  left: 460px;
  top: 42px;
  color: #EE7F18;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  /* line 925, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body header .projet {
    position: relative;
    left: 0;
    top: 20px;
    text-align: center;
  }
  body header .departement {
    position: relative;
    left: 0;
    top: 20px;
    text-align: center;
  }
}

/**
  TEST SELECT
*/
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #EE7F18;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #333C42;
  border: none;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}



/**
  END TEST
*/

/* line 933, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .logo {
  display: block;
  margin: auto;
  width: 190px;
  height: 55px;
}

/* line 935, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .logo img {
  width: 190px;
  height: 55px;
}

@media screen and (max-width: 780px) {
  /* line 933, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body header .logo {
    display: none;
  }
}

/* line 942, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .logout {
  position: absolute;
  right: 44px;
  top: 42px;
  padding-left: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  font-size: 14px;
}

/* line 946, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body header .logout:before {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 20px;
  height: 17px;
  content: " ";
  background-image: url(../pic/logout.svg);
  background-size: 20px 17px;
}

@media screen and (max-width: 780px) {
  /* line 942, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body header .logout {
    display: none;
  }
}

/* line 958, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav {
  width: 100%;
  height: 61px;
}

/* line 960, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul {
  position: relative;
  display: block;
  width: 100%;
  height: 61px;
}

/* line 963, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li {
  float: left;
  position: relative;
  display: block;
  width: 25%;
  height: 61px;
  background-color: #3D4A51;
  color: white;
  transition: background-color 1s;
}

/* line 969, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.last) {
  border-right: solid 1px #232C32;
}

@media screen and (max-width: 780px) {
  /* line 963, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li {
    display: none;
    width: 100%;
  }
  /* line 974, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li:not(.last) {
    border-right: none;
  }
}

/* line 978, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.active {
  background-color: #E4ECF1;
  color: #232C32;
}

@media screen and (max-width: 780px) {
  /* line 978, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active {
    position: absolute;
    top: 0;
    display: block;
    background-color: #3D4A51;
    color: white;
  }
  /* line 986, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active:before {
    position: absolute;
    right: 34px;
    top: 24px;
    display: block;
    width: 20px;
    height: 11px;
    content: " ";
    background-image: url(../pic/menu-arrow.svg);
    background-size: 20px 11px;
  }
}

/* line 996, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.active a span.menu:before {
  background-image: url(../pic/menu-on.svg);
  background-size: 15px 15px;
}

@media screen and (max-width: 780px) {
  /* line 996, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active a span.menu:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

/* line 1000, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.active a span.pin:before {
  background-image: url(../pic/pin-on.svg);
  background-size: 16px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1000, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active a span.pin:before {
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
}

/* line 1004, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.active a span.nav:before {
  background-image: url(../pic/nav-on.svg);
  background-size: 17px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1004, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active a span.nav:before {
    width: 21px;
    height: 18px;
    background-size: 21px 18px;
  }
}

/* line 1008, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.active a span.io:before {
  background-image: url(../pic/io-on.svg);
  background-size: 14px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1008, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li.active a span.io:before {
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
  }
}

/* line 1015, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.active):hover {
  background-color: #485760;
  transition: background-color 1s;
}

/* line 1020, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.active):hover a span.menu:before {
  background-image: url(../pic/menu-on.svg);
  background-size: 15px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1020, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li:not(.active):hover a span.menu:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

/* line 1024, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.active):hover a span.pin:before {
  background-image: url(../pic/pin-on.svg);
  background-size: 16px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1024, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li:not(.active):hover a span.pin:before {
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
}

/* line 1028, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.active):hover a span.nav:before {
  background-image: url(../pic/nav-on.svg);
  background-size: 17px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1028, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li:not(.active):hover a span.nav:before {
    width: 21px;
    height: 18px;
    background-size: 21px 18px;
  }
}

/* line 1032, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li:not(.active):hover a span.io:before {
  background-image: url(../pic/io-on.svg);
  background-size: 14px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1032, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li:not(.active):hover a span.io:before {
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
  }
}

/* line 1039, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li.small {
  display: none;
}

/* line 1042, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a {
  display: block;
  width: 100%;
  height: 61px;
  text-align: center;
  font-family: "gilroy";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 61px;
}

@media screen and (max-width: 780px) {
  /* line 1042, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li a {
    font-size: 16px;
  }
}

/* line 1048, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span {
  position: relative;
  padding-left: 30px;
}

/* line 1051, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  content: " ";
}

/* line 1056, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span.menu:before {
  width: 15px;
  height: 15px;
  background-image: url(../pic/menu-off.svg);
  background-size: 15px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1056, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li a span.menu:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

/* line 1061, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span.pin:before {
  width: 16px;
  height: 15px;
  background-image: url(../pic/pin-off.svg);
  background-size: 16px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1061, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li a span.pin:before {
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
}

/* line 1066, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span.nav:before {
  width: 17px;
  height: 15px;
  background-image: url(../pic/nav-off.svg);
  background-size: 17px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1066, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li a span.nav:before {
    width: 21px;
    height: 18px;
    background-size: 21px 18px;
  }
}

/* line 1071, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span.io:before {
  width: 14px;
  height: 15px;
  background-image: url(../pic/io-off.svg);
  background-size: 14px 15px;
}

@media screen and (max-width: 780px) {
  /* line 1071, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body nav ul li a span.io:before {
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
  }
}

/* line 1076, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul li a span.logout:before {
  width: 24px;
  height: 20px;
  background-image: url(../pic/logout-off.svg);
  background-size: 24px 20px;
}

/* line 1083, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul.opened {
  position: absolute;
  z-index: 110;
  height: 100%;
  padding-top: 61px;
  background: rgba(35, 44, 50, 0.56);
}

/* line 1087, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body nav ul.opened li {
  display: block;
}

/* line 1094, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper {
  text-align: center;
}

/* line 1096, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo {
  float: left;
  position: relative;
  z-index: 10;
  width: 380px;
  height: 250px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  background: white;
  text-align: center;
  visibility: hidden;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.1);
}

/* line 1104, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo:nth-child(3n+1) {
  margin: 0 0 5px 0;
}

@media screen and (max-width: 1180px) {
  /* line 1104, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .blocInfo:nth-child(3n+1) {
    margin: 0 5px 5px 0;
  }
}

@media screen and (max-width: 780px) {
  /* line 1104, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .blocInfo:nth-child(3n+1) {
    margin: 0 auto 5px;
  }
}

@media screen and (max-width: 1180px) {
  /* line 1113, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .blocInfo:nth-child(2n+1) {
    margin: 0 0 5px 0;
  }
}

@media screen and (max-width: 780px) {
  /* line 1113, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .blocInfo:nth-child(2n+1) {
    margin: 0 auto 5px;
  }
}

@media screen and (max-width: 780px) {
  /* line 1096, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .blocInfo {
    float: none;
    display: block;
    margin: 0 auto 5px;
  }
}

/* line 1126, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo .label {
  font-weight: 700;
}

/* line 1129, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#nbr_lamp {
  padding: 49px 20px;
}

/* line 1131, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#nbr_lamp .result {
  margin-bottom: 21px;
  color: #0B93DB;
  font-size: 5.25em;
  font-weight: 600;
  font-family: "linotte";
  line-height: 101px;
}

/* line 1142, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#bat_level {
  padding: 30px 20px;
}

/* line 1144, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#bat_level .result {
  margin-bottom: 28px;
}

/* line 1147, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#bat_level .resultText {
  margin-top: 11px;
  font-weight: 700;
  font-size: 32px;
}

/* line 1152, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light {
  padding: 40px 20px;
}

/* line 1154, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light .result {
  float: left;
  position: relative;
  height: 75px;
  width: 50%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
}
body .wrapper .blocInfo#info_light .result1 {
  float: left;
  position: relative;
  height: 75px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
}
/* line 1154, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light .result2 {
  float: left;
  position: relative;
  height: 75px;
  width: 33%;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 700;
}
.title_result {
  position: absolute;
  text-align:center; /* centrage horizontal */ 
  height: 40px;
  width: 100%;
  display: table; 
}
.result_p{
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}
.my_p {
  position: absolute;
  margin:0;
  bottom:0;
  width: 100%;
  font-size: 28px;
}

/* line 1162, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light .result.allumage:after {
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(35, 44, 50, 0.3);
  content: " ";
}
/* line 1162, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light .result2.allumage:after {
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  width: 1px;
  height: 80px;
  background: rgba(35, 44, 50, 0.3);
  content: " ";
}

/* line 1169, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#info_light .label img {
  margin-right: 23px;
}
/* line 1174, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_lumen {
  padding: 40px 20px;
}

/* line 1176, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_lumen .result {
  font-size: 32px;
  font-weight: 700;
  margin-top: 11px;
}

/* line 1180, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_lumen .label p {
  margin-top: 24px;
}

/* line 1174, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_energie {
  padding: 40px 20px;
}

/* line 1176, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_energie .result {
  font-size: 32px;
  font-weight: 700;
  margin-top: 11px;
}

/* line 1180, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#prod_energie .label p {
  margin-top: 24px;
}

/* line 1185, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#eco_co2 {
  padding: 27px 20px;
}

/* line 1187, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#eco_co2 .result {
  font-size: 32px;
  font-weight: 700;
  margin-top: 11px;
}

/* line 1191, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#eco_co2 .label img {
  width: 95px;
  height: 70px;
}

/* line 1192, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo#eco_co2 .label p {
  margin-top: 37px;
}

/* line 1197, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .blocInfo .infos {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
}

/* line 1204, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .contact {
  margin-bottom: 100px;
  text-align: center;
}

/* line 1207, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .contact p {
  margin-bottom: 40px;
}

/* line 1211, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown {
  text-align: left;
}

/* line 1213, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .infos {
  float: left;
  width: 370px;
  padding: 40px;
  margin-right: 30px;
  background-color: #D8E3EA;
}

@media screen and (max-width: 1180px) {
  /* line 1213, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .shutdown .infos {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 1221, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .infos h2 {
  padding-left: 26px;
  height: 16px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url(../pic/info.svg);
  background-position: 0 0;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

/* line 1226, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .infos p {
  margin-bottom: 20px;
}

/* line 1230, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire {
  float: left;
  width: 770px;
  margin-bottom: 90px;
  padding: 40px;
  background-color: #D8E3EA;
}

@media screen and (max-width: 1180px) {
  /* line 1230, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .shutdown .formulaire {
    float: none;
    width: 100%;
  }
}

/* line 1238, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .date_debut, body .wrapper .shutdown .formulaire .date_fin {
  float: left;
  width: 265px;
  height: 75px;
  margin-right: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 780px) {
  /* line 1238, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper .shutdown .formulaire .date_debut, body .wrapper .shutdown .formulaire .date_fin {
    float: none;
  }
}

/* line 1244, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .date_debut input[type="date"], body .wrapper .shutdown .formulaire .date_fin input[type="date"] {
  width: 180px;
}

/* line 1246, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .date_debut input[type="date"]::-webkit-clear-button, body .wrapper .shutdown .formulaire .date_debut input[type="date"]::-webkit-inner-spin-button, body .wrapper .shutdown .formulaire .date_fin input[type="date"]::-webkit-clear-button, body .wrapper .shutdown .formulaire .date_fin input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* line 1252, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .date_debut input[type="time"], body .wrapper .shutdown .formulaire .date_fin input[type="time"] {
  width: 75px;
  padding: 0 5px 0 10px;
}

/* line 1254, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .date_debut input[type="time"]::-webkit-clear-button, body .wrapper .shutdown .formulaire .date_debut input[type="time"]::-webkit-inner-spin-button, body .wrapper .shutdown .formulaire .date_fin input[type="time"]::-webkit-clear-button, body .wrapper .shutdown .formulaire .date_fin input[type="time"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* line 1262, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .repetition {
  margin-bottom: 40px;
}

/* line 1265, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .commentaire {
  clear: both;
  margin-bottom: 40px;
}

/* line 1268, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire .commentaire textarea {
  width: 100%;
  height: 145px;
  resize: none;
}

/* line 1273, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper .shutdown .formulaire p {
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  /* line 1279, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap {
    padding: 0 35px;
  }
}

/* line 1283, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .gm-style-iw {
  text-align: left;
}

/* line 1286, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left {
  float: left;
  width: 370px;
  margin-right: 30px;
  margin-bottom: 90px;
}

@media screen and (max-width: 1180px) {
  /* line 1286, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap .left {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* line 1293, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .recenter {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  background: #0885C7;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.2);
  border-radius: 3px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1180px) {
  /* line 1293, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap .left .recenter {
    float: left;
    width: 48%;
  }
}

/* line 1303, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .recenter span {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 780px) {
  /* line 1303, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap .left .recenter span {
    display: none;
  }
}

/* line 1309, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .recenter span:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(../pic/viseur.svg);
  background-size: 16px 16px;
}

/* line 1315, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .recenter span.small {
  display: none;
}

@media screen and (max-width: 780px) {
  /* line 1315, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap .left .recenter span.small {
    display: inline;
  }
}

/* line 1323, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .legendBtn-small {
  display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    background: #49B129;
    box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.2);
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
/* line 1333, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .legendBtn-small span {
  position: relative;
  padding-left: 30px;
  /*float: right;*/
  /*margin-right: 10px;*/
}
/* line 1336, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left .legendBtn-small span:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(../pic/legend-btn.svg);
  background-size: 16px 16px;
}

@media screen and (max-width: 1180px) {
  /* line 1323, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap .left .legendBtn-small {
    float: right;
    width: 48%;
  }

}

/* line 1345, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left #legend {
  width: 100%;
  /*padding: 20px 30px;*/
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.1);
  border-radius: 3px;
  text-align: left;
  z-index: 1000;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: normal;
  /*transition: 0.1s ease;*/
  overflow: hidden;
}

/* line 1367, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left #legend.opened {
  /*height: 498px;*/
  height: max-content;
  margin-bottom: 16px;
  padding: 20px 30px;
  /*transition: 0.1s ease;*/
}

/* line 1350, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left #legend h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(35, 44, 50, 0.3);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

/* line 1355, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left #legend div {
  height: 35px;
  margin-bottom: 16px;
  font-size: 14px;
  /* line-height: 35px; */
}

/* line 1358, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap .left #legend div img {
  display: inline-block;
  margin-bottom: -12px;
  margin-right: 20px;
}

/*@media screen and (max-width: 1180px) {
  /* line 1345, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
 /* body .wrapper.showMap .left #legend {
    height: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
    transition: 1s ease;
    overflow: hidden;
  }
  /* line 1367, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  /*body .wrapper.showMap .left #legend.opened {
    height: 498px;
    margin-bottom: 16px;
    padding: 20px 30px;
    transition: 1s ease;
  }
}*/

/* line 1374, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .wrapper.showMap #map {
  height: 570px;
  width: 770px;
}
/* Center the loader */
/* line 428, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
.loader {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#loader-content {
  position: absolute;
  top:300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1;
  width: 300px;
  height: 300px;
  border: 30px solid #f3f3f3;
  border-radius: 50%;
  border-top: 30px solid #FF8000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media screen and (max-width: 1180px) {
  /* line 1374, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .wrapper.showMap #map {
    height: 430px;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 1383, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .footer {
  clear: both;
  width: 100%;
  height: 60px;
  margin-top: 100px;
  background-color: #232C32;
  bottom: 0; 
  left: 0; 
  right: 0
}

@media screen and (max-width: 780px) {
  /* line 1383, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .footer {
    height: auto;
    padding: 20px 0 40px;
    text-align: center;
    bottom: 0; 
    left: 0; 
    right: 0
  }
}

/* line 1393, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .footer .update {
  float: left;
  margin-top: 21px;
  padding-left: 30px;
  background-image: url(../pic/update.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  color: white;
  font-weight: 700;
}

@media screen and (max-width: 780px) {
  /* line 1393, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .footer .update {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

/* line 1404, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .footer .right {
  float: right;
  margin-top: 24px;
}

@media screen and (max-width: 780px) {
  /* line 1404, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body .footer .right {
    float: none;
    text-align: center;
  }
}

/* line 1411, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .footer .right .mention {
  display: inline-block;
  margin-right: 10px;
  color: #B1BBC1;
  font-weight: 700;
}

/* line 1415, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body .footer .right a {
  display: inline-block;
  color: #B1BBC1;
  font-weight: 700;
  text-decoration: underline;
}

/* @group TOOLTIP */
/* line 1425, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#tooltip {
  position: fixed;
  z-index: 120;
  display: none;
  margin: 0;
  width: 237px;
  padding: 20px 30px;
  background: #232C32;
  border-radius: 3px;
  color: #fff;
  text-transform: none;
  font-size: 12px;
  line-height: 11px;
  text-align: left;
  box-shadow: 0 4px 20px 0 rgba(42, 47, 51, 0.4);
}

/* line 1432, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#tooltip.bas:before {
  content: " ";
  background: #232C32;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
}

/* line 1444, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#tooltip.haut:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-bottom: -7px;
  content: " ";
  background: #232C32;
  transform: rotate(45deg);
}

/* line 1450, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
#tooltip.gauche:before {
  content: " ";
  background: #232C32;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  margin-right: -5px;
  margin-top: -5px;
  position: absolute;
}

/* @end */
