@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: matrixScript;
  src: url("../fonts/MatrixScriptRegular.ttf");
}
@font-face {
  font-family: pillGothic;
  src: url("../fonts/pillGothic/pillgothic300mg-regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: pillGothic;
  src: url("../fonts/pillGothic/pillgothic300mg-bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: pillGothic;
  src: url("../fonts/pillGothic/pillgothic300mg-light.ttf");
  font-weight: lighter;
}
/* line 24, ../sass/_font.scss */
p, li {
  font-family: pillGothic;
  font-weight: lighter;
  font-size: 16px;
}

/* line 30, ../sass/_font.scss */
h1, h2, h3 {
  font-family: matrixScript;
  font-weight: bold;
}

/* line 35, ../sass/_font.scss */
h1 {
  font-size: 55px;
}

/* line 39, ../sass/_font.scss */
h2, h3 {
  font-size: 20px;
}

/* line 1, ../sass/_header.scss */
header {
  z-index: 900;
  width: 100%;
  position: fixed;
  padding-top: 10px;
  background-color: #f1f1f1;
}
/* line 8, ../sass/_header.scss */
header img {
  height: 60px;
  width: auto;
}
/* line 13, ../sass/_header.scss */
header ul {
  display: none;
}
/* line 17, ../sass/_header.scss */
header li {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 22, ../sass/_header.scss */
header li a {
  text-decoration: none;
  color: #0a487c;
  font-size: 25px;
}
/* line 27, ../sass/_header.scss */
header li a:hover {
  color: #8dc15d;
}
/* line 33, ../sass/_header.scss */
header li:last-child {
  margin: 10px 0;
}
/* line 37, ../sass/_header.scss */
header #essaiGratuit {
  font-weight: bold;
}
/* line 40, ../sass/_header.scss */
header #essaiGratuit a {
  color: #8dc15d;
}
/* line 43, ../sass/_header.scss */
header #essaiGratuit a:hover {
  color: #0a487c;
}
/* line 49, ../sass/_header.scss */
header #btnConnexion, header #btnInscription {
  width: 100px;
  border: none;
  padding: 0 10px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-radius: 0;
  color: white;
  font-family: pillGothic;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: all 0.5s ease-out;
}
/* line 67, ../sass/_header.scss */
header #btnConnexion {
  background-color: #8dc15d;
}
/* line 70, ../sass/_header.scss */
header #btnConnexion:hover {
  color: #0a487c;
}
/* line 75, ../sass/_header.scss */
header #btnInscription {
  background-color: #0a487c;
}
/* line 78, ../sass/_header.scss */
header #btnInscription:hover {
  color: #8dc15d;
}

@media screen and (min-width: 64em) {
  /* line 85, ../sass/_header.scss */
  .c-hamburger {
    display: none;
  }

  /* line 89, ../sass/_header.scss */
  header {
    height: 100px;
  }
  /* line 92, ../sass/_header.scss */
  header img {
    margin-top: 10px;
  }

  /* line 97, ../sass/_header.scss */
  #nav {
    display: block;
    margin-left: auto;
    position: absolute;
    top: 15px;
    right: 0;
  }
  /* line 104, ../sass/_header.scss */
  #nav li {
    display: inline-block;
    margin-right: 15px;
  }
  /* line 109, ../sass/_header.scss */
  #nav li:last-child {
    margin-left: 50px;
  }
}
/* line 116, ../sass/_header.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 120, ../sass/_header.scss */
.c-hamburger span {
  font-size: 0;
  display: block;
  position: absolute;
  top: 38px;
  right: 20px;
  height: 5px;
  background: #0a487c;
  width: 40px;
}

/* line 131, ../sass/_header.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0a487c;
  content: "";
}

/* line 142, ../sass/_header.scss */
.c-hamburger span::before {
  top: -13px;
}

/* line 146, ../sass/_header.scss */
.c-hamburger span::after {
  bottom: -13px;
}

/* line 150, ../sass/_header.scss */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

/* line 154, ../sass/_header.scss */
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

/* line 160, ../sass/_header.scss */
.c-hamburger--htx span::before {
  transition-property: top, transform;
}

/* line 164, ../sass/_header.scss */
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/* line 170, ../sass/_header.scss */
.c-hamburger--htx.expanded span {
  background: none;
}

/* line 174, ../sass/_header.scss */
.c-hamburger--htx.expanded span::before {
  top: 0;
  transform: rotate(45deg);
}

/* line 179, ../sass/_header.scss */
.c-hamburger--htx.expanded span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* line 184, ../sass/_header.scss */
.c-hamburger--htx.expanded span::before,
.c-hamburger--htx.expanded span::after {
  transition-delay: 0s, 0.3s;
}

/************************* STYLES POUR T├ëL├ëPHONE ******************************/
/* line 2, ../sass/_accueil.scss */
#accueil {
  padding-top: 60px;
}

/* line 6, ../sass/_accueil.scss */
.row .row {
  margin: 0;
}

/* line 10, ../sass/_accueil.scss */
#rendezVous {
  background-image: url("../images/accueil/arrierePlanPresentation.jpg");
  min-height: 500px;
  margin-bottom: 20px;
  padding: 50px 10px;
  background-color: #0a487c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* line 20, ../sass/_accueil.scss */
#rendezVous p:first-child {
  text-align: right;
}
/* line 24, ../sass/_accueil.scss */
#rendezVous p:nth-child(3) {
  text-align: center;
  color: white;
  margin-top: 5px;
  font-size: 20px;
}
/* line 31, ../sass/_accueil.scss */
#rendezVous button {
  text-align: center;
  border: none;
  background-color: #8dc15d;
  padding: 10px;
  border-radius: 0;
  font-family: pillGothic;
  font-weight: bold;
  color: white;
  font-size: 25px;
  margin-bottom: 50px;
  transition: all 0.5s ease-out;
}
/* line 44, ../sass/_accueil.scss */
#rendezVous button:hover {
  background-color: #0a487c;
}
/* line 49, ../sass/_accueil.scss */
#rendezVous h1 {
  border: 2px solid white;
  color: white;
  text-align: center;
}
/* line 55, ../sass/_accueil.scss */
#rendezVous li {
  margin-top: 40px;
  text-align: center;
}
/* line 59, ../sass/_accueil.scss */
#rendezVous li a {
  position: relative;
  color: white;
  font-weight: bold;
  font-family: pillGothic;
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: none;
}
/* line 68, ../sass/_accueil.scss */
#rendezVous li a span {
  color: #8dc15d;
}
/* line 72, ../sass/_accueil.scss */
#rendezVous li a:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: -7px;
  right: -60px;
  background-image: url("../images/sprite/flecheDroiteHover.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
/* line 84, ../sass/_accueil.scss */
#rendezVous li a:hover:after {
  background-image: url("../images/sprite/flecheDroite.png");
}

/* line 91, ../sass/_accueil.scss */
#fonctionnalites {
  margin-top: 30px;
  padding: 0 10px;
}
/* line 95, ../sass/_accueil.scss */
#fonctionnalites h2 {
  font-size: 35px;
  color: #0a487c;
  border: 2px solid #8dc15d;
  text-align: center;
  margin-bottom: 20px;
}
/* line 103, ../sass/_accueil.scss */
#fonctionnalites li {
  margin-bottom: 30px;
}
/* line 107, ../sass/_accueil.scss */
#fonctionnalites p {
  text-align: justify;
}
/* line 111, ../sass/_accueil.scss */
#fonctionnalites p:last-child {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
/* line 117, ../sass/_accueil.scss */
#fonctionnalites a {
  font-size: 0;
  position: relative;
}
/* line 121, ../sass/_accueil.scss */
#fonctionnalites a:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: -10px;
  right: -20px;
  background-image: url("../images/sprite/flecheDroiteHover.png");
}
/* line 131, ../sass/_accueil.scss */
#fonctionnalites a:hover:after {
  background-image: url("../images/sprite/flecheDroite.png");
}

/* line 137, ../sass/_accueil.scss */
#informationsLogiciel {
  width: 100%;
}
/* line 139, ../sass/_accueil.scss */
#informationsLogiciel .row {
  padding: 0;
}
/* line 143, ../sass/_accueil.scss */
#informationsLogiciel .image {
  padding: 20px 0;
}
/* line 146, ../sass/_accueil.scss */
#informationsLogiciel .image p {
  text-align: center;
}
/* line 149, ../sass/_accueil.scss */
#informationsLogiciel .image p img {
  height: 150px;
}
/* line 155, ../sass/_accueil.scss */
#informationsLogiciel .informations {
  padding: 20px 10px;
  background-color: #f1f1f1;
}
/* line 159, ../sass/_accueil.scss */
#informationsLogiciel .informations h2 {
  color: #8dc15d;
  font-size: 30px;
  margin-bottom: 10px;
}
/* line 165, ../sass/_accueil.scss */
#informationsLogiciel .informations li, #informationsLogiciel .informations p {
  margin-top: 20px;
}

/************************* STYLES POUR TABLETTE ******************************/
@media screen and (min-width: 40em) {
  /* line 173, ../sass/_accueil.scss */
  h1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 75px;
  }

  /* line 181, ../sass/_accueil.scss */
  #informationsLogiciel article {
    margin: 10px 0;
  }
  /* line 184, ../sass/_accueil.scss */
  #informationsLogiciel article .informations {
    padding-top: 35px;
    padding-left: 75px;
  }
  /* line 191, ../sass/_accueil.scss */
  #informationsLogiciel article:nth-child(2) .informations {
    text-align: right;
    padding-left: 0;
    padding-right: 75px;
    padding-top: 50px;
  }
}
/************************* STYLES POUR DESKTOP ******************************/
@media screen and (min-width: 64em) {
  /* line 205, ../sass/_accueil.scss */
  #accueil h1 {
    width: 55%;
    font-size: 80px;
  }

  /* line 214, ../sass/_accueil.scss */
  #rendezVous button {
    font-size: 30px;
    padding-top: 12px;
    margin-top: 50px;
    margin-right: 50px;
  }
  /* line 221, ../sass/_accueil.scss */
  #rendezVous p:nth-child(3) {
    font-size: 25px;
  }
  /* line 226, ../sass/_accueil.scss */
  #rendezVous li a {
    font-size: 45px;
  }
  /* line 229, ../sass/_accueil.scss */
  #rendezVous li a:after {
    background-size: 45px 45px;
  }

  /* line 237, ../sass/_accueil.scss */
  #fonctionnalites h2 {
    font-size: 40px;
  }
  /* line 241, ../sass/_accueil.scss */
  #fonctionnalites p {
    font-size: 20px;
  }
}
/************************* STYLES POUR GRANDS ├ëCRANS ******************************/
@media screen and (min-width: 1450px) {
  /* line 250, ../sass/_accueil.scss */
  #accueil h1 {
    width: 50%;
    font-size: 90px;
  }
  /* line 255, ../sass/_accueil.scss */
  #accueil p:nth-child(3) {
    font-size: 35px;
    margin-top: 10px;
  }

  /* line 262, ../sass/_accueil.scss */
  #fonctionnalites h2 {
    font-size: 40px;
  }
}
/* line 1, ../sass/_tarifs.scss */
#tarifs {
  padding-top: 20px;
}
/* line 4, ../sass/_tarifs.scss */
#tarifs h1 {
  visibility: hidden;
}

/* line 9, ../sass/_tarifs.scss */
#conversionTarif {
  text-align: right;
  padding-right: 70px;
  margin-top: 40px;
}
/* line 13, ../sass/_tarifs.scss */
#conversionTarif p, #conversionTarif form {
  display: inline-block;
}
/* line 17, ../sass/_tarifs.scss */
#conversionTarif p {
  color: #0a487c;
  font-size: 20px;
}
/* line 22, ../sass/_tarifs.scss */
#conversionTarif select {
  width: 150px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 0;
  height: 40px;
  font-size: 20px;
  color: #0a487c;
  text-transform: uppercase;
  font-family: pillGothic;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 10px;
}
/* line 36, ../sass/_tarifs.scss */
#conversionTarif select option {
  font-size: 20px;
  color: #0a487c;
  text-transform: uppercase;
  font-family: pillGothic;
  font-weight: bold;
}
/* line 45, ../sass/_tarifs.scss */
#conversionTarif button {
  position: relative;
  font-size: 0;
}
/* line 49, ../sass/_tarifs.scss */
#conversionTarif button:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: -23px;
  right: -60px;
  background-image: url("../images/sprite/flecheDroiteHover.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
/* line 61, ../sass/_tarifs.scss */
#conversionTarif button:hover:after {
  background-image: url("../images/sprite/flecheDroite.png");
}

/* line 67, ../sass/_tarifs.scss */
#listeTarifs {
  width: 100%;
}
/* line 70, ../sass/_tarifs.scss */
#listeTarifs h2 {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 40px;
  font-family: pillGothic;
  font-weight: bold;
  color: #8dc15d;
}

/* line 82, ../sass/_tarifs.scss */
.forfait li {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #8dc15d;
  margin-bottom: 3px;
  height: 60px;
  padding-top: 20px;
}
/* line 92, ../sass/_tarifs.scss */
.forfait li:first-child {
  height: 75px;
  color: white;
  padding-top: 15px;
}
/* line 97, ../sass/_tarifs.scss */
.forfait li:first-child span {
  color: #0a487c;
  display: block;
  font-weight: bold;
  font-size: 25px;
}

/* line 109, ../sass/_tarifs.scss */
.presentationTarif {
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #8dc15d;
}
/* line 114, ../sass/_tarifs.scss */
.presentationTarif h3 {
  text-align: center;
  color: #0a487c;
  font-size: 25px;
  font-family: pillGothic;
  font-weight: normal;
}
/* line 121, ../sass/_tarifs.scss */
.presentationTarif h3 span {
  font-weight: bold;
  font-size: 40px;
}
/* line 127, ../sass/_tarifs.scss */
.presentationTarif p {
  text-align: center;
}
/* line 130, ../sass/_tarifs.scss */
.presentationTarif p:nth-child(2) {
  font-size: 25px;
  font-weight: bold;
  color: #8dc15d;
}
/* line 136, ../sass/_tarifs.scss */
.presentationTarif p:last-child {
  color: #aaaaaa;
}

/* line 142, ../sass/_tarifs.scss */
.lienEssaiGratuit {
  margin-top: 15px;
  text-align: center;
}
/* line 145, ../sass/_tarifs.scss */
.lienEssaiGratuit a {
  position: relative;
  color: #0a487c;
  font-weight: bold;
  font-family: pillGothic;
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: none;
}
/* line 154, ../sass/_tarifs.scss */
.lienEssaiGratuit a:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: -7px;
  right: -60px;
  background-image: url("../images/sprite/flecheDroiteHover.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
/* line 166, ../sass/_tarifs.scss */
.lienEssaiGratuit a:hover:after {
  background-image: url("../images/sprite/flecheDroite.png");
}

@media screen and (min-width: 64em) {
  /* line 175, ../sass/_tarifs.scss */
  #listeTarifs h3 {
    font-size: 35px;
  }
  /* line 177, ../sass/_tarifs.scss */
  #listeTarifs h3 span {
    font-size: 60px;
  }
  /* line 182, ../sass/_tarifs.scss */
  #listeTarifs li:first-child {
    height: 100px;
    padding-top: 25px;
  }
  /* line 187, ../sass/_tarifs.scss */
  #listeTarifs li {
    height: 75px;
    padding-top: 30px;
  }

  /* line 193, ../sass/_tarifs.scss */
  .presentationTarif {
    min-height: 250px;
  }
  /* line 195, ../sass/_tarifs.scss */
  .presentationTarif p:nth-child(2) {
    font-size: 35px;
  }
  /* line 199, ../sass/_tarifs.scss */
  .presentationTarif p:last-child {
    font-size: 20px;
    margin-top: 5px;
  }
}
