/* HOME */

/* Banane */

#hero-fr-banane {
  background: url(images/bg-banane.png) #fff no-repeat center top;
  min-height: 550px;
  min-height: 580px;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
}

#hero-fr-banane .txt {
  color: #005187;
  position: absolute;
  top: 150px;
  left: 20px;
  width: 40%;
}

#hero-fr-banane .txt h1 {
  padding: 0px;
}

#hero-fr-banane .txt p {
  font-size: 1.8em;
}

#hero-fr-banane #download {
  background: url(images/demo-fr.png) no-repeat center bottom;
  background-size: auto;
  height: 160px;
  width: 160px;
  display: block;
  background-size: 160px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  transition: ease;
}

/* PRINTEMPS 2020 TOP */

#hero-printemps2020 {
  background: url(images/hero-printemps2020.png) no-repeat center top;
  background-size: contain;
  height: 500px;
  color: #fff;
  padding: 220px 0px 0px 30px;
  margin-bottom: 10px;
}

#hero-printemps2020 h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 45px;
  padding: 0px 0px 5px 0px;
}

#hero-printemps2020 p {
  font-size: 1.3em;
  margin-top: 0px;
}

#hero-printemps2020 a.button {
  margin-top: 16px;
}

#hero-printemps2020 a.button,
#hero-printemps2020 a.button:visited {
  background: #e5312b;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

#hero-printemps2020 a.button:hover {
  background: #ad0f15;
}

#hero-printemps2020 a.button:active {
  background: #ff615c;
}

/* CLOUD TOP */

#hero-cloud {
  background: url(images/hero-cloud2.png) no-repeat center top;
  background-size: contain;
  height: 550px;
  color: #fff;
  padding: 410px 0px 0px 30px;
  margin-bottom: 10px;
}

#hero-cloud h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 45px;
  padding: 0px 0px 5px 0px;
}

#hero-cloud a.button,
#hero-cloud a.button:visited {
  background: #59b1e1;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

#hero-cloud a.button:hover {
  background: #2d80ae;
}

#hero-cloud a.button:active {
  background: #4ba4d4;
}

/* HORIZON 2 TOP */

#hero-horizon2 {
  background: url(images/bg_horizon_2.jpg) no-repeat center top;
  background-size: contain;
  height: 550px;
  color: #fff;
  padding: 410px 0px 0px 30px;
  margin-bottom: 10px;
}

#hero-horizon2 h1 {
  color: #fff;
  font-weight: lighter;
  font-size: 45px;
  padding: 0px 0px 5px 0px;
}

#hero-horizon2 a.button,
#hero-horizon2 a.button:visited {
  background: #0fc7ff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

#hero-horizon2 a.button:hover {
  background: #0f708d;
}

#hero-horizon2 a.button:active {
  background: #8ee3fd;
}

/* BANKING TOP */

#hero-banking {
  background: url(images/bg_banking.png) no-repeat center top;
  background-size: contain;
  height: 550px;
  text-align: center;
  color: #fff;
  padding-top: 320px;
  margin-bottom: 10px;
}

#hero-banking h1 {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  padding: 0px;
}

#hero-banking p {
  font-size: 18px;
  margin: 5px 0px 20px 0px;
}

#hero-banking a.button,
#hero-banking a.button:visited {
  background: #a29370;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

#hero-banking a.button:hover {
  background: #817047;
}

#hero-banking a.button:active {
  background: #cbbc97;
}

#greve-femmes {
  background: url(images/greve-femmes_hero.png) no-repeat center top;
  min-height: 550px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

#greve-femmes .wrap {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 60%;
  color: #fff;
  font-size: 1.5em;
}

#greve-femmes .wrap h2 {
  color: #faa84a;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#greve-femmes .wrap h1 {
  font-weight: lighter;
  font-size: 2em;
  margin: 0px 0px 10px 0px;
}

#greve-femmes .wrap p {
  margin-bottom: 20px;
}

#greve-femmes .wrap p a {
  color: #fff;
  padding: 5px;
}

#greve-femmes .wrap p a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#greve-femmes .wrap a#download {
  display: inline-block;
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
}

#greve-femmes .wrap a#download:hover {
  background: rgba(255, 255, 255, 0.3);
}

section#square .accroche-evaluation {
  background: url(images/accroche_evaluation.png) no-repeat #eee center center;
  background-size: contain;
  color: #005187;
  margin-right: 10px;
}

section#square .accroche-evaluation h3 {
  border-bottom: 1px solid #005187;
}

section#square .accroche-evaluation a#download {
  display: inline-block;
  width: 290px;
  position: absolute;
  bottom: 40px;
  left: 80px;
  background: #ed1c24;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

section#square .accroche-evaluation a#download:hover {
  background: #ad0f15;
}

#evenement {
  background: url(images/accroche_evenement-connecte.png) #fff no-repeat center
    top;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

#contain {
  width: 40%;
  text-align: center;
  margin-left: 60%;
  padding: 4em 2em;
  font-size: 1.3em;
  color: #fff;
}

#contain span {
  display: block;
  padding: 1em;
  width: 50%;
  margin: 0px auto;
}

#personal-swiss {
  background: url(images/accroche_personal-swiss.png) #fff no-repeat center top;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

#personal-swiss .wrap {
  width: 50%;
  text-align: center;
  margin-left: 50%;
  padding: 3em 2em;
  font-size: 1.3em;
}

#personal-swiss .wrap p {
  color: #fff;
}

#personal-swiss .wrap a.button {
  width: 50%;
  display: block;
  margin: 0px auto;
  background: #fff;
  color: #2482b3;
  text-align: center;
  text-transform: uppercase;
}

#personal-swiss .wrap a.button:hover {
  opacity: 0.8;
}

#alert {
  min-height: 320px;
  color: #005089;
  font-size: 1.3em;
  padding: 0px 0px 0px 10px;
}

#alert .wrap {
  padding-bottom: 2em;
}

#alert h1 {
  color: #ed1c24;
  font-size: 3em;
  font-weight: normal;
}

#alert p.chapeau {
  font-size: 1.7em;
}

#alert a.button {
  display: inline-block;
}

#hero-fr-gout {
  background: url(images/bg-gout-fr.png) #005187 no-repeat center top;
  min-height: 580px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

#hero-de-gout {
  background: url(images/bg-gout-de.png) #005187 no-repeat center top;
  min-height: 580px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

#hero-fr-gout .txt {
  color: #005187;
  font-size: 1.8em;
  position: absolute;
  bottom: 42px;
  right: 220px;
  text-align: right;
  width: 60%;
}

#hero-de-gout .txt {
  color: #fff;
  font-size: 1.8em;
  position: absolute;
  bottom: 30px;
  right: 220px;
  text-align: right;
  width: 60%;
}

#hero-fr-brush {
  background: url(images/bg-brush.png) #fff no-repeat center top;
  min-height: 550px;
  min-height: 580px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

#hero-de-office {
  background: url(images/bg-green-office.png) #fff no-repeat center top;
  min-height: 550px;
  background-size: contain;
  position: relative;
  margin-bottom: 10px;
}

.hero-fr h1,
.hero-fr h1 {
  color: #005187;
  font-size: 3em;
  font-weight: normal;
  padding: 20px 0px 0px 20px;
  margin: 0px;
}

.hero-fr #download {
  background: url(images/demo-fr.png) no-repeat center bottom;
  height: 160px;
  width: 160px;
  display: block;
  background-size: 160px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: ease;
}

.hero-de #download {
  background: url(images/demo-de.png) no-repeat center bottom;
  height: 160px;
  width: 160px;
  display: block;
  background-size: 160px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  transition: ease;
}

.hero-fr #download:hover,
.hero-de #download:hover {
  opacity: 0.8;
}
#hero-fr-brush .txt {
  color: #005187;
  font-size: 1.8em;
  position: absolute;
  bottom: 42px;
  right: 220px;
  text-align: right;
  width: 60%;
}

#hero-de-office .txt {
  color: #fff;
  font-size: 2.2em;
  position: absolute;
  top: 100px;
  right: 40px;
  text-align: right;
  width: 45%;
}

@media screen and (max-width: 480px) {
  .txt {
    font-size: 1.3em;
  }
}

img.logo-gout {
  position: absolute;
  right: 20px;
  top: 220px;
  width: 220px;
}

section#square {
  margin-bottom: 10px;
  display: flex;
  font-size: 1.3em;
}

section#square .tuile {
  width: 50%;
  height: 465px;
  padding: 5px 20px;
  position: relative;
  background-size: cover;
}

/*
.accroche-banking {
  color: #005187;
  background: url(banking/images/img_3.png) #f0f0f0 no-repeat center top;
  background-size: contain ;
  margin-right: 10px;
}
*/

section#square .accroche-5min {
  color: #fff;
  background: #005187;
  background-size: contain;
  margin-right: 10px;
}

section#square .accroche-5min h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  cursor: pointer;
}

.accroche-5min a.button,
.accroche-5min a.button:link,
.accroche-5min a.button:visited {
  background: #3588cc;
  text-transform: uppercase;
}

.accroche-5min a.button:hover {
  background: #042c4f;
}

.accroche-5min a.button:active {
  background: #064e89;
}

.accroche-banking {
  color: #fff;
  background: url(images/square_banking.png) no-repeat;
  background-size: contain;
}

.accroche-banking a.button,
.accroche-banking a.button:link,
.accroche-banking a.button:visited {
  background: #064e89;
  text-transform: uppercase;
}

.accroche-banking a.button:hover {
  background: #042c4f;
}

.accroche-banking a.button:active {
  background: #3588cc;
}

/*
section#square .accroche-banking h3 {
  border-bottom: 1px solid #005187;
  padding-bottom: 5px;
}
*/

section#square .accroche-banking h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

section#square .accroche-salon-rh {
  color: #59b1e1;
  background: url(images/accroche-salon_rh.png) #eee no-repeat center top;
  background-size: contain;
  margin-right: 10px;
}

section#square .accroche-salon-rh h3 {
  border-bottom: 1px solid #3da6d9;
  padding-bottom: 5px;
}

section#square .accroche-40ans {
  color: #59b1e1;
  background: url(images/40ans.png) #f15a24 no-repeat center top;
  background-size: contain;
}

section#square .accroche-40ans {
  border-bottom: 1px solid #8d6242;
  color: #fff;
  padding-bottom: 5px;
  cursor: pointer;
}

section#square .accroche-pay {
  color: #005187;
  background: #eee;
  background-size: contain;
  margin-right: 10px;
}

section#square .accroche-pay h3 {
  border-bottom: 1px solid #005187;
  padding-bottom: 5px;
  cursor: pointer;
}

section#square .accroche-horizon {
  color: #fff;
  background: url(images/accroche-horizon.png) #13161f no-repeat center top;
  background-size: cover;
}

section#square .accroche-horizon.de {
  background: url(images/accroche-horizon-de.png) #13161f no-repeat center top;
}

section#square .accroche-horizon h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

section#square .accroche-cloud {
  margin-left: 10px;
  color: #fff;
  background: url(images/accroche-cloud.png) #005089 no-repeat center top;
  background-size: contain;
}

section#square .tuile a.button {
  display: block;
  width: 200px;
  position: absolute;
  bottom: 40px;
  left: 132px;
}

section#square .tuile a.button. {
  background: #ed1c24;
}

section#square .accroche-cloud h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

section#square .accroche-salon-rh a.button {
  background: #3da6d9;
}

section#square .accroche-salon-rh a.button:hover {
  background: #7cc8ef;
}

section#square .accroche-cloud a.button {
  background: #ed1c24;
}

section#square .accroche-cloud a.button:hover {
  background: #ff4d55;
}

.accroche-pay a.button {
  width: 230px;
  left: 115px;
}

.accroche-pay a.button,
.accroche-pay a.button:link,
.accroche-pay a.button:visited {
  background: #064e89;
}

.accroche-pay a.button:hover {
  background: #042c4f;
}

.accroche-pay a.button:active {
  background: #3588cc;
}

/*
section#square .accroche-banking a.button {
  background: #ED1C24;
}

section#square .accroche-banking a.button:hover {
  background: #ad0f15;
  opacity: 1;
}
*/

section#products {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 40px 0px;
}

section#products a.wrap {
  text-align: center;
  text-decoration: none;
  padding: 20px;
  width: 30%;
}

section#products a.wrap:hover {
}

section#products .wrap h3 {
  margin-bottom: 0px;
  font-size: 1.5em;
}

section#products .wrap p {
  margin: 0px 0px 20px 0px;
}

section#products .wrap img {
  width: 120px;
}

section#products span.button {
  display: block;
  padding: 1em;
  margin: 10px auto;
  width: 200px;
  color: #fff;
}

section#products a.comptabilite {
  color: #005089;
}

section#products a.salaires {
  color: #846d39;
}

section#products a.facturation {
  color: #47693e;
}

/*
section#products a.wrap:hover span.button {
  opacity: .5;
}
*/

section#products a.comptabilite:hover {
  background: rgba(119, 171, 212, 0.25);
}

section#products a.comptabilite span.button {
  background: rgba(119, 171, 212, 1);
  transition-duration: 0.3s;
  transition-property: all;
}

section#products a.comptabilite:hover span.button {
  background: #005187;
  transition-duration: 0.3s;
  transition-property: all;
}

section#products a.salaires:hover {
  background: rgba(253, 203, 102, 0.25);
}

section#products a.salaires span.button {
  background: rgba(253, 203, 102, 1);
  transition-duration: 0.3s;
  transition-property: all;
}

section#products a.salaires:hover span.button {
  background: #846d39;
  transition-duration: 0.3s;
  transition-property: all;
}

section#products a.facturation:hover {
  background: rgba(141, 194, 115, 0.25);
}

section#products a.facturation span.button {
  background: rgba(141, 194, 115, 1);
  transition-duration: 0.3s;
  transition-property: all;
}

section#products a.facturation:hover span.button {
  background: #47693e;
  transition-duration: 0.3s;
  transition-property: all;
}

/*

.txt a.comptabilite {
  background: #77aad4;
}

.txt a.salaires {
  background: #fccb66;
}

.txt a.facturation {
  background: #8cc172;
}

.txt a.gestion-pe {
  background: #b06ea7;
}
*/

/* HOME ACCROCHES PRINTEMPS */

#trois-accroches {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#trois-accroches .wrap {
  float: left;
  width: 460px;
  height: 160px;
  padding: 0.5em 1em;
}

#trois-accroches .wrap a.button {
  display: inline-block;
  padding: 0.7em;
}

#trois-accroches .regions {
  background: url("images/regions-2.png") no-repeat center center;
  margin-right: 20px;
  background-size: cover;
}

#trois-accroches .regions a.button {
  background: #e00006;
}

#trois-accroches .regions a.button:hover {
  opacity: 0.7;
}

#trois-accroches .it-business {
  background: url("images/it-business.png") no-repeat center center;
  margin-right: 20px;
  text-align: center;
  color: #fff;
}

#trois-accroches .it-business h2 {
  font-weight: normal;
  font-size: 1.2em;
}

#trois-accroches .it-business a.button {
  margin-top: 55px;
  background: #fff;
  color: #004f88;
}

#trois-accroches .it-business a.button:hover {
  opacity: 0.7;
}

#trois-accroches .printemps {
  background: url("images/printemps-2.png") no-repeat center center;
  color: #fff;
  background-size: cover;
}

#trois-accroches .printemps a.button {
  background: #8ac26e;
}

#trois-accroches .printemps a.button:hover {
  opacity: 0.8;
}

/* HOME CLOUD */

div#hero {
  margin: 20px 0px;
  padding: 2em 1em;
  height: 350px;
  background: url("images/cloud1.png") no-repeat bottom right;
  background-size: contain;
}

div#hero h1 {
  color: #005187;
  font-size: 30px;
  margin: 0px;
  font-weight: normal;
}

div#hero p {
  font-size: 15px;
  color: #005187;
  margin: 0px 0px 20px 0px;
}

a.button,
a.button:link,
a.button:focus,
a.button:visited {
  padding: 1em 2em;
  text-decoration: none;
  background: #004f88;
  color: #fff;
  text-align: center;
  border-radius: 1px;
  cursor: pointer;
}

a.button:hover {
  background: #59b1e1;
  color: #fff;
}

a.button:active {
  background: #0085b8;
}

div#products {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

div#products div.software {
  flex-grow: 1;
  margin-right: 10px;
  width: 25%;
  font-size: 13px;
}

div#products div.software:last-child {
  margin-right: 0px;
}

div#products div.software a {
  color: inherit;
  display: block;
  text-decoration: none;
}

div#products div.software:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

div#products div.software.blue header {
  background: #7bb1db;
}

div#products div.software.yellow header {
  background: #fccb66;
}

div#products div.software.green header {
  background: #8cc172;
}

div#products div.software.purple header {
  background: #b06ea7;
}

div#products div.software header {
  color: #fff;
  padding: 1.2em 2em;
}

div#products div.software header h2 {
  font-weight: lighter;
  font-size: 20px;
  margin: 0px;
}

div#products div.software header h2 span {
  font-size: 10px;
  display: block;
}

div#products div.software.blue div.content {
  color: #005187;
}

div#products div.software.yellow div.content {
  color: #846d39;
}

div#products div.software.green div.content {
  color: #47693e;
}

div#products div.software.purple div.content {
  color: #5f375a;
}

div#products div.software div.content {
  padding: 1em 2em;
  text-align: center;
}

div#products div.software div.content p {
  text-align: left;
}

div#products div.software div.content img {
  width: 65%;
  margin: 2em 0px;
}

div#products div.software div.content span.button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #666;
  margin-bottom: 2em;
}

div#products div.software.blue div.content span.button {
  border: 1px solid #005187;
}

div#products div.software.yellow div.content span.button {
  border: 1px solid #846d39;
}

div#products div.software.green div.content span.button {
  border: 1px solid #47693e;
}

div#products div.software.purple div.content span.button {
  border: 1px solid #5f375a;
}

div#products div.software.blue:hover div.content span.button {
  background: #005187;
  color: #fff;
}

div#products div.software.yellow:hover div.content span.button {
  background: #846d39;
  color: #fff;
}

div#products div.software.green:hover div.content span.button {
  background: #47693e;
  color: #fff;
}

div#products div.software.purple:hover div.content span.button {
  background: #5f375a;
  color: #fff;
}

div#system {
  background: url("images/os-icons.png") no-repeat #f0f0f0;
  background-position-x: 810px;
  background-position-y: 40px;
  padding: 1em 2em;
  background-size: 100px;
  margin-bottom: 10px;
  font-size: 13px;
}

div#sub-footer {
  display: flex;
  flex-direction: row;
}

div#sub-footer .teaser {
  flex-grow: 1;
  width: 50%;
  margin-right: 10px;
  background: rgba(126, 190, 224, 1);
  background: -moz-linear-gradient(
    left,
    rgba(126, 190, 224, 1) 0%,
    rgba(84, 175, 226, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(126, 190, 224, 1)),
    color-stop(100%, rgba(84, 175, 226, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(126, 190, 224, 1) 0%,
    rgba(84, 175, 226, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(126, 190, 224, 1) 0%,
    rgba(84, 175, 226, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(126, 190, 224, 1) 0%,
    rgba(84, 175, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(126, 190, 224, 1) 0%,
    rgba(84, 175, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebee0', endColorstr='#54afe2', GradientType=1 );
  color: #fff;
  padding: 0.5em 2em;
  font-size: 13px;
}

div#sub-footer .teaser:last-child {
  margin-right: 0px;
}

div#sub-footer .teaser h2 {
  font-weight: normal;
  font-size: 1.5em;
}

div#sub-footer .teaser.support a {
  padding: 0.5em 1em;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

div#sub-footer .teaser.support a:hover {
  background: rgba(255, 255, 255, 0.3);
}

div#sub-footer .teaser.support {
  position: relative;
}

div#sub-footer .teaser.support img {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 180px;
}

div#sub-footer .contact {
  background: url(images/epsitec-team.png) no-repeat center bottom #54afe2;
  background-size: contain;
  height: 240px;
}

.phones {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}

.phones a.number {
  flex-grow: 1;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.phones .number strong {
  letter-spacing: 1px;
}

.phones a.number:hover {
  cursor: pointer;
  text-decoration: underline;
}

.phones .number .info {
  display: none;
  padding: 1.5em 1em;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 2px;
  width: 250px;
  letter-spacing: normal;
}

.phones .number:hover .info {
  display: block;
  position: absolute;
  left: -70px;
  top: -140px;
}

/*HOMEPAGE SUPPORT*/

#support {
  background: url(images/home-support.png) no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 205px;
  position: relative;
  margin-bottom: 10px;
}

#support .wrap {
  font-size: 1.2em;
  width: 45%;
  padding: 1em;
  color: #005187;
}

#support .wrap a.button-support {
  background: #005187;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
}

#support .wrap a.button-support:hover {
  opacity: 0.8;
}

/*FAQ ET TELECHARGEMENT*/

a.download-docs {
  display: block;
  text-align: right;
  padding: 2em;
  background: #e5f1f7;
  color: #222;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

a.download-docs:hover {
  background: #cae4f2;
}

a.download-docs i {
  display: block;
  color: #fff;
  font-size: 9em;
  transform: rotate(-30deg);
  position: absolute;
  left: 40px;
  top: -10px;
  transition-duration: 0.3s;
  transition-property: all;
}

a.download-docs:hover i {
  font-size: 10em;
  transform: rotate(-20deg);
}

/*CONTENT*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  border: none;
}

.clearfix,
.clearfloats {
  clear: both;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-size: 0.625em; /* 10px / 16px */
  height: 100%;
}

.center-img {
  width: 100%;
  text-align: center;
}

.required {
  color: #e42c2a;
}

.warning {
  background: #f7c24c;
}

a {
  color: #0085b8;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: all;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #e42c2a;
}

/* HOME */

div#accroche {
  background: #58b0e0;
  color: #fff;
}

div#accroche div.boite {
  float: left;
  font-size: 1.2em;
  padding: 1em;
}

#box-1,
#box-2,
#box-3 {
  width: 33.3333%;
}

div#home-works-with,
div#home-pe {
  height: 120px;
}

div#home-works-with,
div#home-pe {
  position: relative;
  background: url("images/bg-accroche.png") no-repeat center bottom #fff;
}

div#home-pe img {
  margin: 5px 104px;
}

a.logo-works-with {
  float: left;
  margin: 20px 0px 0px 28px;
}

div#accroche div.boite h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

/* PAGES INTERIEURS */

div#main {
  width: 960px;
  margin: 0px auto;
  padding: 0px 10px;
  box-shadow: 0px 0px 10px #f0f0f0;
  position: relative;
}

div#header {
  background: #005187;
  position: relative;
  height: 120px;
}

div#navigator {
  font-size: 1em;
  background: #005187;
  position: relative;
}

div#logoclick {
  background: url("images/logo.png") no-repeat;
  width: 224px;
  height: 94px;
  background-size: contain;
  position: absolute;
  top: -10.5em;
  left: 2em;
  cursor: pointer;
}

body.page-de div#logoclick {
  background: url("images/logo-de.png") no-repeat;
  width: 224px;
  height: 94px;
  background-size: contain;
  position: absolute;
  top: -10.5em;
  left: 2em;
  cursor: pointer;
}

/*
div#home-fr-image {
	background: url('images/home-fr.png') no-repeat;
	background-size: contain;
	width: 940px;
	height: 564px;
}
*/
.banner-home {
  position: relative;
}
.banner-home h1 {
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 4em;
  color: #005187;
}
.banner-home h1 span {
  font-weight: bold;
}
.banner-home a.bouton,
.banner-home a.bouton2 {
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 1.5em;
  color: #fff;
  background: #0085b8;
  padding: 17px 50px;
  border-radius: 2px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 280px;
  text-align: center;
}
.banner-home a.bouton2 {
  left: 480px;
}
.banner-home a.bouton:hover,
.banner-home a.bouton2:hover {
  background: #35abd8;
}

/*
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
	div#logoclick {
		background: url('images/logo@2x.png') no-repeat;
		background-size: 100%;
	}
	body.page-de div#logoclick {
		background: url('images/logo-de@2x.png') no-repeat;
		background-size: 100%;
	}
	div#home-fr-image {
		background: url('images/home-fr@2x.png') no-repeat;
		background-size: 100%;
	}
	div#home-de-image {
		background: url('images/home-de@2x.png') no-repeat;
		background-size: 100%;
	}
}*/

div#navigator p {
  display: none;
}

div#langmenu {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #f0f0f0;
}

div#langmenu a {
  color: #f0f0f0;
  padding: 0.5em;
  text-decoration: none;
}

div#langmenu a.select {
  font-weight: bold;
}

div#search {
  position: absolute;
  top: 5.5em;
  right: 1em;
}

form#searchForm {
  height: 4em;
  padding: 1em;
  border-radius: 2px;
  border: 1px solid #f0f0f0;
}

div#searchtext input {
  border: none;
  border-bottom: 1px dotted #f0f0f0;
  background: none;
  color: #f0f0f0;
  font-style: italic;
}

div#searchtext input:hover {
}

div#searchtext,
div#searchbutton {
  float: left;
}

div#searchbutton input {
  float: left;
  height: 20px;
  margin-left: 0.5em;
}

div#navigator p {
  margin: 0px;
}

div#menubox {
  height: 50px;
  background: #005187;
  text-align: right;
}

/* NAVIGATION PRINCIPALE*/

div#menubox ul.menu {
  margin: 0px;
  padding: 0px;
}

div#menubox ul.menu li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 99;
}

div#menubox ul.menu li a {
  padding: 1em;
  color: #fff;
  display: block;
  font-size: 1.5em;
  text-decoration: none;
}

div#menubox ul.menu li a:hover {
  color: #005187;
  background: #fff;
  text-decoration: none;
}

div#menubox ul.menu li ul {
  display: none;
  text-align: left;
}

body.page-fr div#menubox ul.menu li:hover ul#menu-4 {
  display: block;
  position: absolute;
  top: 5em;
  margin: 0px;
  padding: 0px;
  left: -110px;
}

body.page-de div#menubox ul.menu li:hover ul#menu-3 {
  display: block;
  position: absolute;
  top: 5em;
  margin: 0px;
  padding: 0px;
  left: -101px;
}

div#menubox ul.menu li:hover ul {
  display: block;
  position: absolute;
  top: 5em;
  margin: 0px;
  padding: 0px;
  left: 0px;
}

div#menubox ul.menu li:hover ul li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div#menubox ul.menu li:hover ul li a {
  display: block;
  width: 15em;
  padding: 0.5em 1em;
  background: #005187;
  font-size: 1.3em;
}

div#menubox ul.menu li:hover ul li a:hover {
  color: #005187;
  background: #fff;
}

/*SIDEBAR*/

div#margin {
  float: left;
  width: 26.3%;
  min-height: 500px;
  padding: 300px 0px 0px 0px;
  background: url("images/page-path-products") left top no-repeat;
}

body.page-path-products div#margin {
  background: url("images/page-path-products") left top no-repeat;
}

body.page-path-buy div#margin {
  background: url("images/page-path-buy.png") left top no-repeat;
}

body.page-path-products-choice div#margin {
  background: url("images/page-path-products-choice.png") left top no-repeat;
}

body.page-path-support div#margin {
  background: url("images/page-path-support.png") left top no-repeat;
}

body.page-name-contact div#margin,
body.page-path-support-offre div#margin,
body.page-name-contact-d div#margin,
body.page-path-support-offre-d div#margin {
  background: url("images/page-name-contact.png") left top no-repeat;
}

body.page-path-support-faq div#margin {
  background: url("images/page-path-products-choice.png") left top no-repeat;
}

body.page-name-bulletin div#margin {
  background: url("images/page-name-bulletin.png") left top no-repeat;
}

body.page-path-support-bulletins div#margin {
  background: url("images/page-name-bulletin.png") left top no-repeat;
}

body.page-path-products div#margin {
  background: url("images/page-path-products") left top no-repeat;
}

body.page-path-products-graphe div#margin,
body.page-path-products-doc div#margin,
body.page-path-products-av div#margin {
  background: url("images/boxes/sidebar/200-x.png") left top no-repeat;
}

body.page-fr.page-path-products-compta div#margin {
  background: url("images/boxes/sidebar/200-compta.png") left top no-repeat;
}

body.page-de.page-path-products-compta div#margin {
  background: url("images/boxes/sidebar/200-compta-d.png") left top no-repeat;
}

body.page-fr.page-path-products-fact div#margin {
  background: url("images/boxes/sidebar/200-fact.png") left top no-repeat;
}

body.page-de.page-path-products-fact div#margin {
  background: url("images/boxes/sidebar/200-fact-d.png") left top no-repeat;
}

body.page-fr.page-path-products-sal div#margin {
  background: url("images/boxes/sidebar/200-sal.png") left top no-repeat;
}

body.page-de.page-path-products-sal div#margin {
  background: url("images/boxes/sidebar/200-sal-d.png") left top no-repeat;
}

body.page-fr.page-path-products-pe div#margin {
  background: url("images/boxes/sidebar/200-pe.png") left top no-repeat;
}

body.page-de.page-path-products-pe div#margin {
  background: url("images/boxes/sidebar/200-pe-d.png") left top no-repeat;
}

body.page-fr.page-path-products-mch div#margin {
  background: url("images/boxes/sidebar/200-mch.png") left top no-repeat;
}

body.page-de.page-path-products-mch div#margin {
  background: url("images/boxes/sidebar/200-mch-d.png") left top no-repeat;
}

body.page-path-linux div#margin {
  background: url("images/page-path-linux.png") left top no-repeat;
}

div#margin img {
  display: none;
}

div#margin ul.menu {
  margin: 0px 0px 4em 0px;
  padding: 0px;
}

div#margin ul.menu li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

div#margin ul.menu li a {
  display: block;
  line-height: 3em;
  font-size: 1.3em;
  text-decoration: none;
  padding: 0px 1em;
}

div#margin ul.menu li a:hover {
  background: #fff;
  padding: 0px 0px 0px 2em;
}

div#margin ul.menu li.vhilite a {
  background: #fff;
  padding: 0px 0px 0px 2em;
  font-weight: bold;
}

/* CONTENT */

.home div#area {
  background: none;
}

div#area {
  margin: 1em 0px;
  background: url(images/bg-area.png) center top repeat-y;
}

div#content {
  float: left;
  width: 73.7%;
  font-size: 1.3em;
  padding: 0px 0px 1em 2em;
}

div#content a {
  color: #0085b8;
  text-decoration: none;
}

div#content a:hover {
  text-decoration: underline;
  color: #e42c2a;
}

div#content h1 {
  font-weight: 300;
  color: #005187;
  font-size: 4em;
  margin-top: 0.5em;
}

div#content h2 {
  font-weight: 300;
  font-size: 2em;
  border-bottom: 1px solid #666;
}

div#content ul.h2 {
  padding: 0px;
  margin: 0px;
}

div#content h6 {
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 1em;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0px 0px 1em 0px;
}

body.page-name-bulletin ul li {
  line-height: 2em;
}

ul.h2 li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div#content p.chapeau {
  font-size: 1.5em;
}

div#content ul.h2 li a {
  font-weight: normal;
  font-size: 2em;
  border-bottom: 1px solid #0085b8;
  display: block;
  padding: 0.2em 0px 0.2em 0.7em;
  margin-top: 1em;
  text-decoration: none;
  background: url("images/title_off.png") no-repeat left center;
}

div#content ul.h2 li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #e42c2a;
  background: url("images/title_on.png") no-repeat left center;
}

div#content ul.h2 li a:hover::after {
  color: #e42c2a;
  content: "";
  font-size: 0.5em;
}

table.manyrows,
p.near {
}

table.manyrows tr td.top {
  vertical-align: top;
}

table.manyrows img {
  width: 140px;
  padding: 1em;
}

.box {
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 1em;
}
.box .floatLeft {
  float: left;
  padding: 0px 10px 0px 0px;
}

.box .floatRight {
  float: right;
  padding: 0px 0px 0px 10px;
}

.box .rightAlign {
  text-align: right;
}

.box .w50 {
  width: 50%;
}

div#content ul.gt {
  margin: 0px;
  padding: 0px;
}

div#content ul.gt li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div#content ul.gt li a {
  width: 60%;
  background-color: #0085b8;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  margin: 3em auto;
  display: block;
  color: #fff;
  transition-duration: 0.6s;
  transition-property: all;
}

div#content ul.gt li a:hover {
  text-decoration: none;
  background-color: #35abd8;
}

/* COURS */

tr.cours-full {
  color: #bbb;
}

span.cours-titre {
  font-weight: 600;
}

span.cours-detail {
  color: #777;
}

span.cours-rem {
  color: #222;
  background: #f0f0f0;
  padding: 10px;
  display: block;
  margin: 5px 0px;
}

span.cours-full {
  color: #e42c2a;
}

/* ACHATS */

table.table,
table.progress {
  width: 100%;
  border: 1px solid #f0f0f0;
}

table.table tr td {
  border-top: 1px solid #f0f0f0;
}

table.progress tr td img {
  display: none;
}

table.progress tr td {
  text-align: center;
  background: #2682b3;
  padding: 1em;
  color: #f0f0f0;
}

table.progress tr td.futur {
  background: #f0f0f0;
  color: #222;
}

table.table tr:hover,
table.table tr:hover td.lgray {
  background-color: #f0f0f0;
}

table.table th {
  padding: 1em 1em;
  background-color: #f0f0f0;
}

table.table tr td.watchme {
  font-size: 1.8em;
  padding: 0px 1em;
}

table.table tr td {
  padding: 0.5em 1em;
  text-align: center;
}

table.table tr td.center,
table tr td.center,
table tr th.center {
  text-align: center;
}

table.table tr td.left,
table tr td.left,
table tr th.left,
table.table tr td.left table.borderless tr td {
  text-align: left;
}

table.table tr td.right,
table tr td.right,
table tr th.right {
  text-align: right;
}

table.table tr td.stabilo {
  background: #f7c24c;
}

table.table tr td.lgray {
  background: #f8f8f8;
}

table.table tr td div.center {
  text-align: center;
}

table.table tr td i {
  color: #0085b8;
  font-size: 1.5em;
}

form table.table,
form table.table tr td {
  border: none;
}

form table tr:hover,
form table.table tr:hover {
  background: none;
}

table.manyrows tr td.top:first-child {
  padding-right: 1em;
  width: 50%;
}

table.manyrows tr td.top:last-child {
  width: 50%;
  padding-left: 1em;
}

td.center input {
  background-color: #0085b8;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.6s;
  transition-property: all;
  margin: 0px auto;
  border: none;
  cursor: pointer;
}

td.center input:hover {
  background-color: #35abd8;
}

div.encartbox table {
  width: 100%;
}

div.encartbox table tr td {
  width: 50%;
  vertical-align: top;
  background-color: #fafafa;
  padding: 0em 1em;
}

div.encartbox table tr td:first-child {
  padding-right: 1em;
}

div.encartbox table tr td:last-child {
  padding-left: 1em;
}

div.encartbox table tr td div h4 {
  background: #f0f0f0;
  padding: 1em;
  margin: 0px -1em;
}

/* FOOTER */

div#footer {
  width: 940px;
  background: #005187;
  color: #f0f0f0;
  padding: 2em 10px;
  text-align: right;
}

div#footer ul {
  margin: 0px;
  padding: 0px;
}

div#footer ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

div#footer ul li a {
  color: #f0f0f0;
  text-decoration: none;
  margin-left: 2em;
}

div#footer ul li a:hover {
  text-decoration: underline;
}

div#tools {
  position: absolute;
  top: 0.5em;
  right: 200px;
}

div#account {
  float: left;
  color: #fff;
}

div#contact {
  float: left;
  margin-left: 2em;
}

div#account a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0px 0.5em;
}

div#account a.select {
  float: left;
}
div#account a.deselect {
  float: right;
}

div#contact a {
  color: #fff;
  display: block;
  text-decoration: none;
}

div#account a:hover,
div#contact a:hover {
  text-decoration: underline;
}

kbd {
  padding: 0.1em 0.6em;
  border: 1px solid #ccc;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0.1em;
  text-shadow: 0px 1px 0px #fff;
  line-height: 1.4;
  white-space: nowrap;
}

.event {
  position: absolute;
  float: right;
  margin-top: 175px;
  margin-left: 680px;
  padding: 15px;
  width: 260px;
  height: 265px;
  background-color: #005187;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-weight: normal;
  padding-top: 75px;
}

.trapeze {
  border-bottom: 54px solid #e42c2a;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
  height: 0;
  width: 246px;
  display: block;
  position: absolute;
  margin-left: 625px;
  margin-top: 216px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.event:hover {
  /*background-color:#2682b3;*/
}
.event_rh {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 15px;
  width: 290px;
  font-size: 15px;
  text-align: center;
  background: #fff;
}

a.rh-2017:hover {
  color: #005187;
}

.event_rh p span.big {
  font-weight: bolder;
  font-size: 30px;
  display: block;
}

.event_rh p span.medium {
  font-weight: bold;
  font-size: 15px;
  display: block;
}

.event_rh a:link,
.event_rh a:focus,
.event_rh a:visited {
  background: #0085b8;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0px auto;
  text-decoration: none;
  padding: 40px;
  border-radius: 2px;
}

.event_rh a:hover {
  background: #35abd8;
  color: #fff;
}

.swiss_it {
  position: absolute;
  float: right;
  margin-top: 40px;
  margin-left: 580px;
  padding: 10px;
  width: 325px;
  height: 190px;
  background-color: #005187;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-size: 1.7em;
  font-weight: lighter;
}
.swiss_it:hover {
  background-color: #2682b3;
  color: #fff;
}

#inscription-rh {
}
#inscription-rh div {
  margin: 20px;
}

#inscription-rh div label span {
  width: 150px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
}

#inscription-rh div input {
  padding: 5px;
  width: 60%;
  text-align: left;
}
#inscription-rh div select {
  padding: 5px;
  text-align: left;
}

inscription-rh div label input {
  padding: 5px;
  width: 100px;
  text-align: left;
}

.submitButton {
  width: 60%;
  background-color: #0085b8;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  margin: 3em auto;
  display: block;
  color: #fff;
  transition-duration: 0.6s;
  transition-property: all;
}
