@charset "UTF-8";
/* POSTIONNEMENT GLOBAL */
@font-face {
  font-family: 'Work Sans';
  src: url('fonts/WorkSans-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Work Sans';
  src: url('fonts/WorkSans-Regular.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Work Sans EL';
  src: url('fonts/WorkSans-ExtraLight.ttf');
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}

body {
  width: 100%;
  height: 100%;
  /* font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; */
  font-size: 16px;
  line-height: 20px;
  color: #444;
  /* background: #F1F1F1; */
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
}

html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

header {
  background-repeat: no-repeat;
  z-index: 100;
  vertical-align: middle;
  min-height: 45px;
}

#menu_header {
  background: #FFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.24);
  padding: 0px 20px;
  border-bottom: solid 1px rgba(0, 0, 0,0.18);
  width: 100%;
  height: 45px;
  color: #3995CD;
  z-index: 100;
}
#menu_header a:hover{
  color:#3995CD;
  text-decoration: none;
}
#menu_header a.selected{
  color:#3995CD;
}
ul#menu_connexion{
  padding-top: 8px !important;
}
#centre {
  margin: 0 auto;
  min-height: 400px;
}

#footer {
  margin-top: 50px;
  padding:15px;
  color: grey;
}

img#icon_site {
  margin-top: 0px;
	margin-right: 22px;
  float: left;
  width: 110px;
}

/* HEADER */

/* FOOTER */
#centre_footer{
  width: 860px;
  margin: 0 auto;
}

/* MENU */

nav {
  margin-top: 0 em;
}

ul {
  margin: 0px !important;
  padding: 0px !important;
}

li {
  padding: 0px;
  list-style: none
}

nav ul li:last-child {
  margin-right: 0px;
  margin-left: 0px
}

nav.general ul li a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  color: #585858 !important;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase
}

nav.general ul li a.selected {
  color: #3995CD !important;
  transition: all 0.2s ease-in-out;
}

nav.general ul li a:hover {
  color: #3995CD !important;
  animation: all 0.2 ease-in-out;
}
/* PAGE DOCUMENTATION */
#doc img {
  margin-top: 65px;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 8px #999;
  -webkit-box-shadow: 1px 0px 6px #cccccc
}
@media screen and (max-width: 420px)
{
  #doc img {
    margin-top: 10px;
  }
}
#doc h3{
  margin: 1.2em 0em;
}
/* FIN:: PAGE DOCUMENTATION */
/* PAGE INSCRIPTION*/

#section_inscription {
  border: solid 1px #B7B7B7;
    background: #FFF;
    /* box-shadow: 0 0 5px #999; */
  padding: 15px 15px;
  padding-bottom: 0px;
  display: block;
  margin-right: 0px;
  width: auto;
  margin-top: 88px;
  /* border-left: solid 1px #3995CD */
}
.message_inscription{
  color: #d41c60;
}
/* PAGE ACCUEIL*/
#icon{
  float: left;
  margin-right: 5px;
  width:85px;
}
#illustration{
  margin-left: -15px;
  margin-right: -15px;
  height:700px;
  background: #F9F9F9;
  z-index: 0;
  padding-top: 50px;
}
#infos{
  color: #574c4f;
  max-width: 860px;
  text-align: justify;
  z-index: 10;
  margin: 0 auto;
}
#slogan{
  width: 100%;
  text-transform: none;
}
h1#titre_site {
  display: inline-block;
  font-size: 40px !important;
  font-weight: bold;
  margin-top: 8px !important;
  color: black;
  margin-bottom: 0px;
  text-transform: none !important;
  color: #3995CD;
}
#sous_titre{
  letter-spacing: 1.07px;
  margin-top: 3px;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 10px;
}
#details{
  margin-top: 50px;
  text-align: center;

}
#prix{
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
#compatible {
  font-size: 16px;
  padding-top: 5px;
}
#boutons button{
  border: none;
  width: 210px;
  padding: 13px 15px;
  text-transform: uppercase;
  color: white;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
button img{
  height: 20px;
  width: 20px;
  margin-right: 8px;
  margin-top: -2px;
}
#acheter{
  background: #d41c60;
  border: solid 1px #d41c60;
}
#essayer {
  color: #d41c60 !important;
  border: solid 1px #d41c60 !important;
  background: #F9F9F9;
}
#capture{
  display: block;
  margin-top: -150px;
}
#captures_plus {
  max-width:960px; 
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 900px)
{
  #capture{
    display: block;
    margin-top: 20px;
  }
  #illustration{
    margin-left: -15px;
    margin-right: -15px;
    height:auto;
    background: #F9F9F9;
    z-index: 0;
    padding-top: 50px;
  }
  #fonctionnalites{
    margin-top: 20px !important;
    background: #faf6ec;
    padding-bottom: 25px;
  }
  #captures_plus {
    max-width:960px; 
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
}
#capture img{
  display: block;
  max-width: 960px;
  border: solid 1px #CCC;
  box-shadow: 0 0 5px #999;
  margin: 0 auto;
  border-radius: 7px;
}
#texte_accroche{
  max-width: 860px;
  margin: 50px auto;
  font-size: 25px;
  line-height: 1.4;
  text-align: justify;
  font-weight: 200;
  font-family: "Work Sans EL";
  padding: 0px 10px;
}
#fonctionnalites{
  margin-top: 50px;
  background: #faf6ec;
  padding-bottom: 25px;
}
#fonctionnalites h1{
  margin-top: 10px;
  margin-bottom: 15px;
}
#fonctionnalites img{
  width: 40px;
  padding-right:8px;
  margin: 0 auto;
}
#fonctionnalites ul{
  margin-top: 3px !important;
}
#fonctionnalites ul li{
  padding: 0px !important;
  padding-top: 3px !important;
}
#fonctionnalites ul li:before{
  content:'-\20';
  font-weight: bold;
}
#fonctionnalites .row{
  margin-top: 40px;
}
#contact-fb{
  margin-top: 8px;
  display: block;
}
/* PAGE TARIF */

.tarif {
  margin: 0 auto;
  width: 280px;
}

.tarif h1 {
  margin-top: 0em
}

/* PAGE UTILISATEUR */
.centre_page,
#form_connexion,
#centre_utilisateur{
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 10px;
}
#menu_lat_utilisateur {
  margin-left: 10px;
  font-size: 12px;
}

#utilisateur {
  display: block;
  min-height: 500px;
}
#menu_utilisateur {
  padding:15px;
  margin-top: 0px;
  background: #F1F1F1;
  padding-top: 1.1em;
  font-size: 1..2em;

}

section#menu_utilisateur nav {
  margin-top: 0px;
}

section#menu_utilisateur nav ul li:first-child {
  padding-top: 0px;
}

section#contenu_utilisateur_centre {
  /* border: solid 1px #B7B7B7; */
  background: #FFF;
  /* box-shadow: 0 0 5px #999; */
  padding: 0px 15px;
  display: block;
  margin-right: 0px;
}
#centre_accueil{
  margin-top: 18px;
}
#lien_achat_scapula {
  color: #d41c60 !important;
}

button.telechargement{
  border: none;
  padding: 5px 8px;
  text-transform: uppercase;
  color: white;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  background: #d41c60;
  border: solid 1px #d41c60;
}

/* PAGE PAIEMENT */
#bouton-payement{
  width: 400px;
}
/* ICONS */

@font-face {
  font-family: 'font';
  src: url('fonts/font.eot');
  src: url('fonts/font.eot?#iefix') format('embedded-opentype'), url('fonts/font.woff') format('woff'), url('fonts/font.ttf') format('truetype'), url('fonts/font.svg#font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[id^="menu_"]:before, [id*=" menu_"]:before, [class*="icon-"]:before {
  font-family: font, sans-serif !important;
  margin-right: 0.5em;
}

.icon-b {
  color: black;
  font-weight: bold;
  margin: 0px 5px !important;
  font-size: 14px
}

.icon-b:before {
  margin: 0px !important
}

.icon-download:before {
  content: '\e828'
}

.icon-roue:before {
  content: '\e817\20\20';
}

.icon-red:before {
  color: red
}

.icon-green:before {
  color: green
}

.icon-flr:before {
  content: '\e801'
}

.icon-croix:before {
  content: '\2716'
}

.icon-poubelle:before {
  content: '\e729';
}

.icon-tel:before {
  content: "\e829";
}

.icon-info:before {
  content: "\e821";
}

.icon-maison:before {
  content: "\e820\20\20";
}

.icon-list-plus:before {
  content: "\e037";
}

.icon-plus-circle:before {
  content: "\e721";
}

.icon-compta:before {
  content: "\e00e";
}

.icon-fleche-droite:before {
  content: "\e801";
  margin-left: 0.5em
}

.icon-fleche-gauche:before {
  content: "\e800";
}

.icon-stats:before {
  content: "\e00f";
}

.icon-user:before {
  content: "\e324";
}

.icon-users:before {
  content: "\e789";
}

.icon-search:before {
  content: "\e730"
}

.icon-cal:before {
  content: "\e825"
}

.icon-cancel-circle:before {
  content: "\e722"
}

.icon-etiquette:before {
  content: "\e02f";
}

.icon-print:before {
  content: "\e716";
}

.icon-plus:before {
  content: "\e721";
}

.icon-save:before {
  content: "\e555";
}

.icon-enveloppe:before {
  content: "\e813";
}

.icon-stack:before {
  content: "\e010";
}

.icon-users:before {
  content: "\e789";
}

.icon-vcard:before {
  font-family: font;
  content: '\e034';
  display: inline-block;
}

.icon-doc:before {
  font-family: font;
  content: '\e02b';
  display: inline-block
}

.icon-fiche:before {
  content: '\e034'
}

.icon-entree:before {
  content: '\e01d'
}

.icon-sortie:before {
  content: '\e01e';
}

.icon-valide:before {
  content: "\e724";
}

.icon-ecran:before {
  content: '\e823'
}

.icon-pouce:before {
  content: '\e802'
}

.icon-pile:before {
  content: '\e819'
}

.icon-lock:before {
  content: '\e00c'
}

.icon-mac:before {
  content: '\e024'
}

.icon-windows:before {
  content: '\e025'
}

.icon-linux:before {
  content: '\e026'
}

.icon-np:before {
  content: '\e700';
}
[class*=icon-list-plus]:before {
  content:"\e037"
}
.icon-home:before {
  content: "\e820"
}
.icon-tp:before {
  content: "\e789"
}
.icon-compta:before {
  content:"\e00e"
}

.icon-stats:before {
  content:"\e00f"
}
/*ANIMATIONs*/

.translateX {
  transition: all ease-in-out 0.4s;
}

.translateX:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px)
}

/*TITRES*/


h1 {
  font-size: 1.5em !important;
  color: #7b7b7b;
  margin: 1.1em 0em;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  color: #3995CD;
  font-size: 1.2em !important;
  margin: 1em 0em;
  font-weight: 200;
  text-transform: uppercase;
}


h3 {
  font-size: 1.0em !important;
  color: #3995CD;
  margin: 0.6em 0em;
  font-weight: 200;
}

h3#sous_titre {
  font-size: 1.0em !important;
  color: #3995CD;
  margin-top: 10px;
  font-weight: 200;
  margin-bottom: 25px;
}

h4 {
  font-weight: 300;
  font-size: 1em;
  color: grey;
  display: inline;
  text-transform: none;
  margin: 0.2em 0em;
}

h5 {
  font-weight: 300;
  color: #CCC;
  margin: 0.2em 0em;
}

h6 {
  font-weight: 100;
  color: #CCC;
  margin: 0.2em 0em;
}

/*FORMULAIRE */

fieldset {
  border: solid 1px #CCC;
  padding: 2em;
}

legend {
  padding: 0 5px;
}

label {
  display: inline-block;
  color: rgb(107, 107, 107);
  min-width: 140px;
  padding-right: 10px
}
select[disabled]{
  border: solid 0px black;
  color: rgba(44, 44, 44, 0.932) !important;
  box-shadow: none !important;
  text-shadow: none;
  background: transparent !important;
  -webkit-appearance: none;
  padding-left: 5px;
}

input {
  padding: 0.3em;
  width: 200px;
  font-size: 1em
}

input[type=submit] {
  font-family: font, sans-serif !important;
  padding: 0.4em;
  width: auto;
  border: solid 1px #CCC;
  background: #F1F1F1;
  color: #494949 !important;
  font-size: 1em;
  cursor: pointer
}

input[type=checkbox], input[type=radio] {
  width: 1em;
  margin-right: 1em;
  cursor: pointer
}

/* LISTES */

li {
  padding: 5px 0px;
}

/* LIENS */

a {
  text-decoration: none;
  color: inherit
}

.a-important {
  text-decoration: underline
}

a:hover {
  animation: all 0.2 ease-in-out;
}

a:visited {
  text-decoration: none;
}

/* ELEMENTS HTML */

hr {
  width: 100%;
  margin: 15px auto;
  border: none;
  border-bottom: solid 1px #CCC;
  height: 2px;
}

p {
  margin: 1.2em 0px;
}

figure {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: bold
}

td {
  padding: 5px 10px
}

span.verif {
  margin-left: 0.8em;
  margin-top: 0.4em;
  position: absolute
}

/*BOUTONS*/

.bt {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 0.4em 0.5em;
  /* border: solid 1px #969696; */
  background: #3995CD;
  color: white !important;
  /* -webkit-box-shadow: 1px 1px 5px #999; */
  transition: all 0.2 ease-in-out;
  text-decoration: none;
  width: 100%;
  max-width: 190px;
  box-shadow: none !important;
  border: none !important;
}

.bt-large {
  max-width: 500px;
}

.bt-red {
  background: #F6989D;
  color: #FFF !important
}

.bt-green {
  color: #3e5706;
  background: #a5cd4e;
  /* Old browsers */
}

.bt-green:hover {
  color: #2D3815 !important;
  background: #AFDA53 !important;
}

.bt-gr {
  font-size: 1.1em;
  transition: all 0.2 ease-in-out;
  text-decoration: none;
}

.bt:hover {
  color: #FFF !important;
  transition: all 0.2 ease-in-out;
  text-decoration: none !important;
}

/* POSITIONNEMENT */

.FlR {
  float: right
}

.FlL {
  float: left;
}

.inline {
  display: inline-block !important
}

.FW {
  width: 100%;
  box-sizing: border-box
}

.TW {
  width: 25%;
  box-sizing: border-box
}

.w-75 {
  width: 75%;
  box-sizing: border-box
}

.HW {
  width: 50% !important;
  box-sizing: border-box
}

.margin {
  margin: 0.7em
}

.padding {
  padding: 0.7em
}

.center {
  margin: 0 auto
}

.hidden {
  display: none;
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

/* Aspect */

.padding {
  padding: 0em 1em
}

.box {
  /* border: solid 1px #B7B7B7; */
  background: #FFF;
  /* box-shadow: 0 0 5px #999; */
  padding: 0px 15px;
  /* border-left: solid 1px #3995CD; */
  margin-bottom: 5px;
  margin-top: 18px;
  padding-bottom: 15px;
}

.border-left {
  border-left: solid 1px #ccc;
  padding-left: 1em
}

.superstrong {
  font-size: 2em;
  color: #3995CD;
}

.erreur, .error {
  color: red
}

.success {
  color: rgb(96, 202, 57)
}

.discret {
  color: #999 !important;
}

.underline {
  text-decoration: underline
}

.info-discrete {
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 200;
  font-size: 0.9em
}

.label {
  color: #888
}

.lowercase {
  text-transform: lowercase !important
}

.justify {
  text-align: justify
}

.box-importante {
  border-left: solid 1px #9f0000;
  color: #9f0000
}

/*Balises*/

strong {
  font-weight: bold;
}

/* Edition */

textarea[disabled], input[disabled] {
  color: black;
  background: transparent;
  box-shadow: transparent;
  background: transparent;
  border: solid 1px transparent;
  resize: none;
  padding: 2px;
  width: 200px;
  display: inline-block
}

textarea, input {
  resize: none;
  border: solid 1px #CCC;
  padding: 2px;
}

input.cp {
  width: 50px;
}

input.ville {
  width: 151px
}

td {
  padding: 2px 5px
}

/* PAGE CAPTURE */
.shadow-sm {
  box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
}
/* COOKIE_EU */
div.cookie_policy_msg{background:#111;}
div.cookie_policy_msg>div{width:100%; text-align: center; color:#999; padding-top: 6px;}
div.cookie_policy_msg>div>a:first-child{color:#fff;display:inline-block;margin-left:10px}
div.cookie_policy_msg>div>a:last-child{display:inline-block;margin-left:20px;height:28px;width:32px;color:#fff}
