html, body {
  font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  height: 100%;
  /* background: #E6EAE9; */
}

label {
  margin-right: 100px;
  font-size: 16px;
}

label input {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #c75f3e;
}

.debit {
  color: red;
}

.credit {
  color: green;
}

.circle{
    width: 28px;
    background: #000000;
    height: 28px;
    text-align: center;
    border-radius: 100px;
    color: white;
    line-height: 28px;
}

#mytable {
  width: 700px;
  padding: 0;
  margin: 0;
}

caption {
  padding: 0 0 5px 0;
  width: 700px;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}
#Trouble{
  color: crimson
}
#MessageRecherche {
  color: #c75f3e; 
  font-weight: bold;
  position: absolute;
  bottom: 1em;  
}
#legende{
  
  opacity: 0.99;
  border: thin dashed rgb(4, 177, 18);
  z-index: 500;
  position: absolute;
  bottom: 2em;
  left: 2em

}

.ui-wi dget-content {
  background: white;
}

.ui-widget-header {
  background: #cccccc;
  height: 20px;
}

div#Liens {
  font-size: 12px;
  text-align: left;
  margin-left: 4.5%;
  padding: 1em;
  color: #333;
}

div#Liens a,a:hover {
  color: #333;
  vertical-align: middle;
}


/* Attente pour recherche dossiers */

@-webkit-keyframes up {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
  }
}
@-moz-keyframes up {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
  }
}
@-o-keyframes up {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
  }
}
@keyframes up {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes down {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(30deg);
  }
}
@-moz-keyframes down {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(30deg);
  }
}
@-o-keyframes down {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(30deg);
  }
}
@keyframes down {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(30deg);
  }
}
@-webkit-keyframes r-to-l {
  100% {
    margin-left: -1px;
  }
}
@-moz-keyframes r-to-l {
  100% {
    margin-left: -1px;
  }
}
@-o-keyframes r-to-l {
  100% {
    margin-left: -1px;
  }
}
@keyframes r-to-l {
  100% {
    margin-left: -1px;
  }
}

/* Fantômes */
.hair {
  position: absolute;
  z-index: 50;
}
.hair div {
  position: absolute;
  top: 100px;
  left: 0px;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
}

.vert .hair div {
  border-top: 12.5px solid #96C691;
}

.bleu .hair div {
  border-top: 12.5px solid rgb(96, 137, 184);
}

.rouge .hair div {
  border-top: 12.5px solid rgb(219, 124, 107);
}

.jaune .hair div {
  border-top: 12.5px solid rgb(236, 227, 98);
}

.hair div:nth-child(2) {
  left: 25px;
}
.hair div:nth-child(3) {
  left: 50px;
}
.hair div:nth-child(4) {
  left: 75px;
}

.head {
  width: 100px;
  height: 100px;
  border-radius: 100% 100% 0px 0px;
}

.vert .head {
  background: #96C691;
}
.bleu .head{
  background: rgb(96, 137, 184);
}
.rouge .head {
  background: rgb(219, 124, 107);
}
.jaune .head {
  background: rgb(236, 227, 98);
}


@keyframes boucle_vert {
  0% {
    bottom: 10%;
    right: 10%;
  }
  30% {
    bottom: 10%;
    right: 80%;
  }
  50% {
    bottom: 80%;
    right: 80%;
  }
  80% {
    bottom: 80%;
    right: 10%;
  }
  100% {
    bottom: 10%;
    right: 10%;
  }
}

@keyframes boucle_bleu {
  0% {
    bottom: 80%;
    right: 80%;
  }
  30% {
    bottom: 80%;
    right: 10%;
  }
  50% {
    bottom: 10%;
    right: 10%;
  }
  80% {
    bottom: 10%;
    right: 80%;
  }
  100% {
    bottom: 80%;
    right: 80%;
  }
}

@keyframes boucle_rouge {
  0% {
    bottom: 0%;
    right: 70%;
  }
  15% {
    bottom: 60%;
    right: 70%;
  }
  40% {
    bottom: 60%;
    right: 20%;
  }
  60% {
    bottom: 100%;
    right: 20%;
  }
  80% {
    bottom: 100%;
    right: 0%;
  }
  90% {
    bottom: 0%;
    right: 0%;
  }
  100% {
    bottom: 0%;
    right: 70%;
  }
}

@keyframes boucle_jaune {
  0% {
    bottom: 100%;
    right: 50%;
  }
  30% {
    bottom: 30%;
    right: 50%;
  }
  50% {
    bottom: 30%;
    right: 100%;
  }
  80% {
    bottom: 100%;
    right: 100%;
  }
  100% {
    bottom: 100%;
    right: 50%;
  }
}

@keyframes cyclehorizontal {
    0% {
      left: 0%;
    } 
    50% {
      left: 100%;
    }
    100% {
      left: 0%;
    }
}

.bebehair {
  position: absolute;
  z-index: 50;
}
.bebehair div {
  position: absolute;
  top: 20px;
  left: 0px;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
}

.vert .bebehair div {
  border-top: 2.5px solid #96C691;
}

.bleu .bebehair div {
  border-top: 2.5px solid rgb(96, 137, 184);
}

.rouge .bebehair div {
  border-top: 2.5px solid rgb(219, 124, 107);
}

.jaune .bebehair div {
  border-top: 2.5px solid rgb(236, 227, 98);
}

.bebehair div:nth-child(2) {
  left: 5px;
}
.bebehair div:nth-child(3) {
  left: 10px;
}
.bebehair div:nth-child(4) {
  left: 15px;
}

.bebehead {
  width: 20px;
  height: 20px;
  border-radius: 100% 100% 0px 0px;
}

.vert .bebehead {
  background: #96C691;
}
.bleu .bebehead{
  background: rgb(96, 137, 184);
}
.rouge .bebehead {
  background: rgb(219, 124, 107);
}
.jaune .bebehead {
  background: rgb(236, 227, 98);
}

.visible {
  display: none;
}

.phantom {
  position: absolute;
}

.bebephantom {
  position: relative;
  animation: cyclehorizontal 3s infinite;  
  left: 0%;
}

.maisonbebephantom {
  width: 100%;
  height: 100%;
}

.phantom.vert {
  animation: boucle_vert 3s infinite;
  bottom: 10%;
  right: 10%;
}
.phantom.bleu {
  animation: boucle_bleu 3s infinite;
  bottom: 80%;
  right: 80%;
}
.phantom.rouge {
  animation: boucle_rouge 3s infinite;
  bottom: 0%;
  right: 70%;
}
.phantom.jaune {
  animation: boucle_jaune 3s infinite;
  bottom: 100%;
  right: 50%;
}

@media only screen and (max-width: 800px) {
  .phantom {
    transform: scale(0.5);
  }
}
/* Fin fantômes */


#loading {
  background: #333;
  opacity: 0.9;
  position:fixed;
  padding:0;
  margin:0;

  top:0;
  left:0;

  width: 100%;
  height: 100%;
  display: none;
}

#loading .pacman:before, #loading .pacman:after {
  content: '';
  position: absolute;
  background: #FFC107;
  width: 100px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 50px 50px 0 0;
  -webkit-animation: up 0.4s infinite;
  -moz-animation: up 0.4s infinite;
  -o-animation: up 0.4s infinite;
  animation: up 0.4s infinite;
}
#loading .pacman:after {
  margin-top: -1px;
  border-radius: 0 0 50px 50px;
  -webkit-animation: down 0.4s infinite;
  -moz-animation: down 0.4s infinite;
  -o-animation: down 0.4s infinite;
  animation: down 0.4s infinite;
}
#loading .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: 30px;
  border-radius: 50%;
  background: #ccc;
  z-index: -1;
  box-shadow: 30px 0 0 #ccc, 60px 0 0 #ccc, 90px 0 0 #ccc, 120px 0 0 #ccc, 150px 0 0 #ccc;
  -webkit-animation: r-to-l 0.4s infinite;
  -moz-animation: r-to-l 0.4s infinite;
  -o-animation: r-to-l 0.4s infinite;
  animation: r-to-l 0.4s infinite;
}


form#Rechercher {
/*
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  */
  background: #333;
  color: whitesmoke;
  padding: 1em;
  padding-bottom: 3em;
  position: relative;
}

form#Rechercher>fieldset {
  border: none;
}

form#Rechercher input[type='submit'] {
  background-color: #a2c154;
  border: none;
  padding: 1em;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

form#Rechercher p {
  margin: 0;
  font-style: italic;
}

section {
  clear: both;
}

/* --- */


/*-------------------------*/


/* SOCIAM FONT ICON */


/*-------------------------*/

@font-face {
  font-family: 'socialicoregular';
  src: url('font/socialico-webfont.eot');
  src: url('font/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('font/socialico-webfont.woff2') format('woff2'), url('font/socialico-webfont.woff') format('woff'), url('font/socialico-webfont.ttf') format('truetype'), url('font/socialico-webfont.svg#socialicoregular') format('svg');
}

@font-face {
  font-family: 'socialico_plusregular';
  src: url('font/socialico_plus-webfont.eot');
  src: url('font/socialico_plus-webfont.eot?#iefix') format('embedded-opentype'), url('font/socialico_plus-webfont.woff2') format('woff2'), url('font/socialico_plus-webfont.woff') format('woff'), url('font/socialico_plus-webfont.ttf') format('truetype'), url('font/socialico_plus-webfont.svg#socialico_plusregular') format('svg');
}


/*-------------------------*/


/* DON'T TOUCH  */


/*-------------------------*/

.disable-hover {
  pointer-events: none;
}

img {
  vertical-align: bottom;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/*-------------------------*/


/* MAIN CLASS TRANSITION FOR EFFECT HOVER*/


/*-------------------------*/

.object {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 0.25s ease-in-out;
  /** Firefox **/
  -o-transition: all 0.25s ease-in-out;
  /** Opera **/
}


/*----------------------------*/


/* BODY SETTINGS */


/*----------------------------*/

body,
html {
  padding: 0;
  margin: 0;
  /*background-color:#F4F4F4;*/
  /* background-image: url("/img/fond1.jpg"); */
}

.cache {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-color: #FFF; */
  z-index: 1000;
}


/*----------------------------*/


/* CUSTOM SCROLLBAR  */


/*----------------------------*/

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
}


/*----------------------------*/


/* HEADER BLACK TOP WITH LOGO */


/*----------------------------*/

#wrapper-header {
  /* float: left; */
  width: 105%;
  height: 65px;
  background-color: #2E2D30;
  opacity: 0;
}

#main-header {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: auto;
}

.logo {
  position: absolute;
  margin-top: 7px;
  left: 15px;
}

#stripes {
  background: url(../img/stripes.svg) no-repeat;
  position: absolute;
  width: 27px;
  height: 20px;
  right: 15px;
  top: 22.5px;
  cursor: pointer;
  display: none;
}

.logo img {
  height: 100%;
  width: 100%;
}


/*----------------------------*/


/* SUB WHITE NAV BAR */


/*----------------------------*/

#wrapper-navbar {
  float: left;
  width: 100%;
  height: 0px;
  background-color: #FFF;
  border-bottom: solid #EDEDED 1px;
  opacity: 0;
}

.navbar {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  top: 0;
}

.top-rated,
.recent,
.oldies {
  float: left;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.top-rated {
  color: #666;
  margin-left: 15px;
  font-weight: 500;
}

.recent,
.oldies {
  color: #CCC;
  margin-left: 80px;
  font-weight: 500;
  margin-left: 40px;
}

.top-rated:hover,
.recent:hover,
.oldies:hover {
  color: #666;
  opacity: 1;
}

#fleche-nav-1,
#fleche-nav-2,
#fleche-nav-3 {
  float: left;
  margin-top: 26px;
  background: url(../../../img/fleche-nav.svg) no-repeat;
  width: 5px;
  height: 10px;
  margin-left: 5px;
}

#fleche-nav-2,
#fleche-nav-3 {
  opacity: 0.5;
}

#wrapper-bouton-icon {
  display: block;
}

#bouton-ai,
#bouton-psd,
#bouton-photo,
#bouton-font,
#bouton-theme,
#bouton-premium {
  float: right;
  width: 28px;
  height: 28px;
  margin-top: 16px;
  margin-right: 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

#bouton-ai:hover,
#bouton-psd:hover,
#bouton-photo:hover,
#bouton-font:hover,
#bouton-theme:hover,
#bouton-premium:hover {
  opacity: 0.5;
  transform: scale(1.2);
}

#bouton-ai img,
#bouton-psd img,
#bouton-photo img,
#bouton-font img,
#bouton-theme img,
#bouton-premium img {
  width: 100%;
  height: 100%;
}


/*----------------------------*/


/* MAIN DIV */


/*----------------------------*/

#wrapper-container {
  float: left;
  width: 100%;
  height: auto;
}

.container,
.container-footer {
  position: relative;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
}


/*----------------------------*/


/* RESPONSIVE MENU */


/*----------------------------*/

#main-container-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.95);
  left: -100%;
  z-index: 10000;
}

.container-menu {
  position: relative;
  height: 100%;
  width: 100%;
}


/*----------------------------*/


/* CROSS/CLOSE FOR THE RESPONSIVE MENU */


/*----------------------------*/

#main-cross {
  float: left;
  min-height: 53px;
  width: 100%;
  margin-bottom: 50px;
}

#cross-menu {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 25px;
  margin-top: 25px;
  background: url(../img/cross-menu.svg) no-repeat;
  cursor: pointer;
}


/*----------------------------*/


/* SMALL LOGO RESPONSIVE MENU */


/*----------------------------*/

#main-small-logo {
  float: left;
  min-height: 53px;
  width: 100%;
  margin-bottom: 25px;
}

.small-logo {
  position: absolute;
  width: 131px;
  height: 53px;
  left: 50%;
  margin-left: -65.5px;
  background: url(../img/small-logo-01.png) no-repeat;
}


/*----------------------------*/


/* MAIN DIV WITH IMAGE */


/*----------------------------*/

#main-container-image {
  float: left;
  width: 100%;
  height: auto;
  /*background-color:#F4F4F4;*/
  margin-top: 0px;
  opacity: 0;
  min-height: 700px;
}

.work figure {
  float: left;
  width: calc(100% / 4 - 30px);
  height: auto;
  line-height: auto;
  position: relative;
  padding: 0 !important;
  margin: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}

.work figure.white dl {
  background: #FFF;
}

.work figure a img {
  height: 90%;
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
}

.work figure dl {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 10px;
  margin: 0;
  line-height: 2.5;
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.work figure:hover dl {
  opacity: 1;
}

.work figure dl dt {
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  width: 80%;
  margin-left: 10%;
  color: #666;
  text-align: left;
  height: 20px;
  line-height: 100%;
  margin-top: 40px;
}

.work figure dl dd {
  margin-left: 0;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 150%;
  color: #999;
  width: 80%;
  margin-left: 10%;
  text-align: left;
}

#wrapper-part-info {
  position: relative;
  width: 100%;
  height: 44px;
  background-color: #FFFFFF;
}

#part-info {
  float: left;
  width: calc(100% - 53px);
  text-align: left;
  line-height: 44px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
  height: 44px;
  overflow: hidden;
}

#part-info2 {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 44px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
  height: 44px;
  overflow: hidden;
}

.part-info-image {
  float: left;
  margin-left: 15px;
  margin-top: 8px;
}

.part-info-nombre {
  float: left;
  margin-left: 15px;
  margin-top: 8px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
}

.part-info-nombre p {
  padding-top: 5px;
  vertical-align: middle;
  display: inline;
}

.part-info-nombre.aucune_annonce {
  background-color: darkgray;
  color: white;
}

.aucune_annonce {
  opacity: 0.5;
}

.part-info-nombre.annonces {
  background-color: palegreen;
  color: black;
}


/*.part-info-image img{width:100%;height:100%;}*/


/*----------------------------*/


/* RESPONSIVE MENU LIST  */


/*----------------------------*/

#main-premium-ressource,
#main-themes,
#main-psd,
#main-ai,
#main-font,
#main-photo {
  float: left;
  width: 100%;
  min-height: 36px;
}

.premium-ressource,
.themes,
.psd,
.ai,
.font,
.photo {
  position: relative;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.premium-ressource a,
.themes a,
.psd a,
.ai a,
.font a,
.photo a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.premium-ressource a,
.themes a,
.psd a,
.photo a,
.font a,
.ai a {
  color: #999;
}

.premium-ressource a:hover {
  color: #CCC;
}

.themes a:hover {
  color: #66CC7A;
}

.psd a:hover {
  color: #2B9ED8;
}

.photo a:hover {
  color: #56514C;
}

.font a:hover {
  color: #B88DFF;
}

.ai a:hover {
  color: #FF9000;
}


/*----------------------------*/


/* UNDERNEATH THE MAIN IMAGE PART    */


/*----------------------------*/

#wrapper-thank {
  float: left;
  width: 100%;
  height: 190px;
  background-color: #F2F2F2;
  margin-top: 40px;
}

#wrapper-oldnew {
  float: left;
  width: 100%;
  height: 80px;
  background-color: #F4F4F4;
  margin-top: 50px;
}

.thank,
.oldnew {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  top: 0;
}

.thank-text {
  float: left;
  text-align: center;
  font-family: 'Pacifico', cursive;
  font-size: 70px;
  height: 190px;
  line-height: 190px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
  font-weight: 400;
  width: 100%;
}

.wrapper-oldnew-prev,
.wrapper-oldnew-next {
  float: left;
  width: 50%;
}

#oldnew-prev,
#oldnew-next {
  width: 43px;
  height: 43px;
  opacity: 0.5;
  cursor: pointer;
}

#oldnew-next {
  background: url(../img/next.svg) no-repeat;
  margin-left: 25px;
  float: left;
}

#oldnew-prev {
  background: url(../img/prev.svg) no-repeat;
  margin-right: 25px;
  float: right;
}


/*----------------------------*/


/* FOOTER */


/*----------------------------*/

#main-container-footer {
  float: left;
  width: 100%;
  height: auto;
  background-color: #F9F9F9;
  border-top: solid #F1F1F1 1px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

#row-1f,
#row-2f,
#row-3f,
#row-4f {
  float: left;
  width: calc(100% / 4);
  height: auto;
}

.text-row-1f,
.text-row-2f,
.text-row-3f,
.text-row-4f {
  float: left;
  text-align: left;
  height: 140%;
  line-height: 140%;
  margin-left: 20px;
  width: 80%;
  text-align: left;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A1A1A1;
  margin-top: 80px;
}

.text-row-1f,
.text-row-2f,
.text-row-3f {
  margin-bottom: 100px;
}


/*----------------------------*/


/* NEWSLETTER BOX */


/*----------------------------*/

#main_tip_newsletter {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#tip_newsletter_input {
  font: 15px/1.6 Helvetica, sans-serif;
  color: #CCC;
  padding: 5px 5px 5px 46px;
  width: 170px;
  border: solid 2px #CCC;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: 0;
  background: url(../img/icon-newsletter.svg) no-repeat 10px 9px;
  margin-left: 20px;
  vertical-align: center;
  font-weight: 400;
}


/*----------------------------*/


/* SEARCH BOX */


/*----------------------------*/

#main_tip_search {
  float: right;
  width: 170px;
  margin-top: 13px;
  height: auto;
  margin-right: 25px;
  display: block;
}

#tip_search_input {
  font: 16px/1.6 Helvetica, sans-serif;
  color: #686868;
  padding: 4px 4px 4px 46px;
  width: 170px;
  border: solid 1px #FFF;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: 0;
  margin: 0;
  background: url(../img/icon-search.svg) no-repeat 12px 7px;
  vertical-align: center;
  margin-left: -40px;
  background-color: #FFF;
}

#loupe {
  position: absolute;
  background: url(../img/loupe.svg) no-repeat;
  width: 28px;
  height: 30px;
  right: 20px;
  top: 94px;
  cursor: pointer;
  opacity: 1;
}


/*----------------------------*/


/* COPYRIGHT PART */


/*----------------------------*/

#wrapper-copyright {
  float: left;
  width: 100%;
  height: 70px;
  background-color: #2E2D30;
}

.copyright {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  top: 0;
}

.copy-text {
  float: left;
  text-align: left;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  margin-left: 15px;
  font-weight: 500;
}

.wrapper-navbouton {
  position: absolute;
  height: 100%;
  right: 0;
}

.google,
.facebook,
.dribbble,
.linkin {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  font-family: 'socialicoregular';
  font-size: 44px;
  height: 70px;
  line-height: 70px;
  float: right;
  opacity: 0.5;
  cursor: pointer;
  float: right;
  color: #666;
  opacity: 1;
}

.dribbble,
.facebook,
.linkin,
.google {
  padding-right: 20px;
}

.dribbble,
.facebook,
.linkin {
  padding-right: 12px;
}

.linkin:hover,
.google:hover,
.facebook:hover,
.dribbble:hover {
  color: #CCC;
  transform: scale(1.2);
}


/*----------------------------*/


/* RWD !important */


/*----------------------------*/


/* Others wide screen -2 */

@media only screen and (max-width: 2000px) {
  #main-container-menu {
    display: none;
  }
}


/* Others wide screen */

@media only screen and (max-width: 1200px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 940px;
    margin-left: -465px;
  }
  #main-container-menu {
    display: none;
  }
  .work figure {
    width: calc(100% / 3 - 30px) !important;
  }
}


/* Small viewports — Old monitors, netbooks, tablets (landscape), etc. */

@media only screen and (max-width: 965px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 835px;
    margin-left: -417.5px;
  }
  #main-container-menu {
    display: none;
  }
  #row-1f,
  #row-2f,
  #row-3f,
  #row-4f {
    width: 100%;
  }
  .text-row-1f,
  .text-row-2f,
  .text-row-3f,
  .text-row-4f {
    text-align: center;
    width: 70%;
    margin-left: 15%;
  }
  .text-row-1f {
    margin-top: 75px;
    margin-bottom: 35px;
  }
  .text-row-4f {
    margin-top: 0;
    margin-bottom: 0;
  }
  .text-row-2f,
  .text-row-3f {
    margin-bottom: 35px;
    margin-top: 0;
  }
  #tip_newsletter_input {
    position: relative;
    left: 50%;
    margin-left: -112.5px;
    margin-bottom: 75px;
  }
}


/* Smaller viewports — more tablets, old monitors */

@media only screen and (max-width: 860px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 715px;
    margin-left: -357.5px;
  }
  #main-container-menu {
    display: none;
  }
}


/* Even smaller viewports — more tablets, etc. */

@media only screen and (max-width: 740px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 585px;
    margin-left: -292.5px;
  }
  #wrapper-bouton-icon,
  #main_tip_search {
    display: block;
  }
  #stripes {
    display: block;
  }
  #main-container-menu {
    display: none;
  }
  .work figure {
    width: calc(100% / 2 - 30px) !important;
  }
}


/* Mobile phones (Landscape) and Tablets (Portrait) */

@media only screen and (max-width: 610px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 455px;
    margin-left: -227.5px;
  }
  #wrapper-sorting {
    position: relative;
    width: 300px;
    left: 50%;
    margin-left: -165px;
  }
  .top-rated,
  .recent,
  .oldies {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
  }
}


/* Mobile phones (Landscape) and Tablets (Portrait) */

@media only screen and (max-width: 480px) {
  #main-header,
  .navbar,
  .container,
  .container-footer,
  .thank,
  .oldnew,
  .copyright {
    width: 295px;
    margin-left: -147.5px;
  }
  .work figure {
    width: calc(100% - 30px) !important;
  }
  .wrapper-navbouton {
    display: none;
  }
  .copy-text {
    text-align: center;
    width: 100%;
  }
  .thank-text {
    font-size: 50px;
  }
}


/* Mobile phones (iphone4/5)*/

@media only screen and (max-width: 320px) {}


#PanneauSMS
{
  display: none;
}

.scroll-left {
  height: 40px;
  width: 100%;
  overflow: hidden;
  float: left;
  margin-left: 6%;
  margin-right: 6%;
  color: #2cb65a;
  font-size: x-large;

  }
  .scroll-left p {
  position: absolute;
  width: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);
  transform:translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 25s linear infinite;
  -webkit-animation: scroll-left 25s linear infinite;
  animation: scroll-left 25s linear infinite;
  }
  /* Move it (define the animation) */
  @-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(0%); }
  }
  @-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(0%); }
  }
  @keyframes scroll-left {
  0% {
  -moz-transform: translateX(100%); /* Browser bug fix */
  -webkit-transform: translateX(100%); /* Browser bug fix */
  transform: translateX(100%);
  }
  100% {
  -moz-transform: translateX(-100%); /* Browser bug fix */
  -webkit-transform: translateX(-100%); /* Browser bug fix */
  transform: translateX(-100%);
  }
}

svg rect { 
  fill: #a2c154;
  stroke: none;
}

svg text {
  font-size: 16px;
  fill: #333; 
  text-anchor: middle;
}

svg text.vertical {
  writing-mode: tb;
}

svg text.echelle {
  font-size: 8px;
  text-anchor: start;
}

svg text.legende{
  writing-mode: tb;
  font-size: 10px;
  font-variant-caps: all-petite-caps;
}

svg line {
  stroke: #333;
}

#conteneur {
  width: 100%;
  display: block;
  height: 100%;
  /* grid-template-columns: 75% 2% 23%; */
}

.logosMonitoring {
  max-width: 128px;
  max-height: 128px;
}

.EtatReseau {

  margin: 3em;
  width: 1000px;
  display: block;
  border: 4px solid rgba(33, 39, 41, 0.288);
  border-radius: 15px;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  position: absolute;
  left: 100px;
  height: 700px;
  align-content: center;
  background-color: rgba(240,240,240,0.3)
  /* float: left; */
}

.outils {
  margin: 3em;
  width: 400px;
  display: block;
  border: 4px solid rgba(33, 39, 41, 0.288);
  border-radius: 15px;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  position: relative;
  top: 31px;
  left:1200px;
  height: 700px;
  align-content: center;
  background-color: rgba(240,240,240,0.3)
  /* float: left; */
}

.module {
  margin: 3em;
  width: 170px;
  display: inline-block;
  border-style: solid;
  border-width: 4px;
  border-radius: 15px;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 3em;
  position: relative;
  height: 200px;
  align-content: center;
  background-color: white;
  /* float: left; */
}

.monitoring {
  border-color:  rgba(36, 179, 124, 0.288);
}

.modOutils {
  border-color: rgba(172, 85, 69, 0.288);
}



.bordErreur {
  border: 4px solid #FF6347;
  background-color: #ff634722;
}



.etats {
  width: 40px;
  position: absolute;
    top: -10px;
    right: -10px;
}

#map-canvas {
  height: 100%;
  margin: 0;
  padding: 0;
}

#conteneur.map {
  position: absolute;
}
