
body {
  margin: 0px;
  padding-top: 120px;
  font-family: "nunito_sansregular";
}

div {
  box-sizing: border-box;

}

.clearer{
  clear: both;
}
/* //////////// MENU PRINCIPAL //////////// */

.nav-conteneur {
  transition: all 0.3s ease;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(89, 37, 97, 1) 0%,
    rgba(0, 43, 87, 1) 100%
  );
  height: 120px;
  position: fixed;
  z-index: 3000;
  width: 100%;
  top: 0px;
  left: 0px;
}

.nav-conteneur.hide{
  top:-120px;
}


.nav-conteneur ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 100%;
}

.nav-conteneur ul li {
  margin: 0px;
  padding: 0px;
}

.nav-haut {
  height: 50px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "nunito_sanssemibold", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
}

.nav-haut a {
  color: #fff;
  text-decoration: none;
  height: 50px;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.nav-haut .btn-close-menu {
  display: none;
}

.nav-haut .gauche {
  width: 100%;
  position: relative;
}

.nav-haut .gauche a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-haut .gauche li.active{
  font-family: 'nunito_sansextrabold';
  font-weight: normal;
  font-style: normal;
}


.nav-haut .gauche li.active a {
  background-color: #fff;
  color: #592561;
}

.nav-haut .gauche li ul {
  position: absolute;
  top: 50px;
  left: 0px;
  padding-left: 240px;
  background-color: transparent;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  z-index: 2200;
}

.nav-haut .gauche li ul li {
  margin-right: 33px;
}

.nav-haut .gauche li.active ul li a {
  color: #002b57;
  background-color: transparent;
}

.nav-haut .gauche li ul li a {
  text-decoration: none;
  color: #002b57;
  text-transform: uppercase;
  padding-top: 28.5px;
  padding-bottom: 28.5px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}

.nav-haut .droite {
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.nav-haut .droite ul {
  justify-content: flex-end;
}

.nav-haut .droite a {
  background-repeat: no-repeat;
  background-position: left center;
}

.nav-haut .droite a.contact {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-contact.svg);
}
.nav-haut .droite a.depannage {
  background-image: url(/bundles/sicaeoisecoretheme/images/nacelle-elevatrice.svg);
}
.nav-haut .droite a.recrutement {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-recrutement.svg);
}
.nav-haut .droite a.espace-client {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-espace-client.svg);
}

.nav-haut .droite p.adresse-menu-smartphone {
  display: none;
}

.nav-bas {
  height: 70px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.nav-bas .sous-menu {
  height: 70px;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.nav-bas .sous-menu .btn-burger {
  width: 0px;
  height: 0px;
  display: none;
}

.nav-bas .sous-menu a.logo {
  margin-right: 60px;
  position: relative;
  z-index: 2500;
}

.nav-bas .sous-menu a.logo img {
  width: 166px;
  height: auto;
  margin-top: 15px;
}

.nav-bas .sous-menu .pictos-smartphone {
}

.hide-on-desktop {
  display: none;
}

.display-flex {
  display: flex;
  align-items: center;
}

.nav-bas .sous-menu .pictos-smartphone a.espace-client {
  width: 20px;
  height: 20px;
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-espace-client-vert.svg);
  background-position: center center;
  background-size: cover;
  margin-left: 15px;
}

.nav-bas .sous-menu .pictos-smartphone a.contact {
  width: 22px;
  height: 17px;
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-contact-vert.svg);
  background-position: center center;
  background-size: cover;
  margin-left: 15px;
}

.nav-bas .sous-menu .pictos-smartphone a.recrutement {
  width: 24px;
  height: 21.5px;
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-recrutement-vert.svg);
  background-position: center center;
  background-size: cover;
  margin-left: 15px;
}

.ombre-menu {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
}

/* //////////// FIN MENU PRINCIPAL //////////// */

/* //////////// SLIDER //////////// */
.slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 900;
  margin: 0px;
  padding: 0px;
}

.slider .conteneur-slides {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}

.puces {
  width: 100%;
  display: block;
  z-index: 1400;
  bottom: 220px;
  left: 0px;
  position: absolute;
}

.puces ul.puces-slides {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.puces ul.puces-slides li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 7px;
  margin-left: 0px;
  margin-right: 14px;
  padding: 0px;
  cursor: pointer;
}

.puces ul.puces-slides li.active {
  background-color: #88b220;
}

.slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slide-degrade-opaque {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.slide-contenu {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
  padding-bottom: 155px;
}
.slide-contenu h1,
.slide-contenu h2 {
  font-size: 39px;
  line-height: 1.2em;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-weight: normal;
  width: 100%;
}

.slide-contenu p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: "nunito_sanssemibold";
  font-weight: normal;
  font-style: normal;
  width: 100%;
}

.slide-contenu a {
  color: #fff;
  background-color: #88b220;
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  font-family: "league_spartanbold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

/* //////////// FIN SLIDER //////////// */

/* //////////// HOME //////////// */

/* Encart blanc qui chevauche le bas du slider */
.encart-blanc-home {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: -162px;
  border-radius: 5px;
  padding-top: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 1500;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
  margin-bottom: 90px;
}

.encart-blanc-home .col {
  width: 33.333%;
  padding-bottom: 34px;
}

.encart-blanc-home .col .texte {
  padding-right: 34px;
  padding-left: 34px;
}

.encart-blanc-home .col:nth-child(2n + 0) .texte {
  border-right: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

.encart-blanc-home .col h3 {
  margin-top: 0px;
  color: #88b220;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 10px;
  font-style: normal;
}

.encart-blanc-home .col p {
  margin-top: 0px;
  color: #002b57;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.encart-blanc-home .col .image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}
.encart-blanc-home .col .image img {
  width: 100%;
  height: auto;
}

.encart-blanc-home .col a {
  display: block;
  margin-top: 15px;
  color: #592561;
  text-decoration: none;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}

.encart-blanc-home .col a span {
  display: inline-block;
  background-image: url(/bundles/sicaeoisecoretheme/images/fleche-verte-droite.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 25px;
}

/* Fin Encart blanc qui chevauche le bas du slider */

/* Message alerte fond violet */
.alerte-violet {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  background-color: #592561;
  padding-top: 34px;
  padding-bottom: 34px;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 90px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.alerte-violet .col {
  width: 33.333%;
  border-right: 1px solid #c1c1c1;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
  align-items: center;
}

.alerte-violet .col:last-child {
  border-right: 1px solid #592561;
}

.alerte-violet .col h4 {
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  background-image: url(/bundles/sicaeoisecoretheme/images/image-alerte.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 85px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.alerte-violet .col p {
  font-size: 18px;
  line-height: 23px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.alerte-violet .col a {
  color: #fff;
  background-color: #88b220;
  display: block;
  height: 50px;
  border-radius: 25px;
  font-family: "league_spartanbold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
}
/* Fin Message alerte fond violet */

/* encart deux colonnes */
.deux-colonnes {
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.deux-colonnes .col {
  width: 50%;
  margin-bottom: 10px;
  position: relative;
  padding: 20px;
}

/* .deux-colonnes .col:nth-child(even) {
 padding-right: 10px;
}
.deux-colonnes .col:nth-child(odd) {
  padding-left: 10px;
}

.deux-colonnes .col:nth-child(even) {
  right: 10px;
}
*/
.deux-colonnes .col .image {
  width: 73%;
}

.deux-colonnes .col .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.deux-colonnes .col .texte {
  background-color: #fff;
  padding: 48px;
  width: 50%;
  position: absolute;
  right: 0px;
  top: 50px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.06);
}

.deux-colonnes .col .texte h5 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  color: #592561;
  text-transform: uppercase;
}

.deux-colonnes .col .texte p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 23px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
}
.deux-colonnes .col .texte a {
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #592561;
  text-decoration: none;
  background-image: url(/bundles/sicaeoisecoretheme/images/fleche-verte-droite.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 25px;
}

/* Fin encart deux colonnes */

/* degradé violet bleu plein largeur */

.full-degrade {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
  background: linear-gradient(
    45deg,
    rgba(89, 37, 97, 1) 0%,
    rgba(0, 43, 87, 1) 100%
  );
  margin-top: 0px;
  margin-bottom: 90px;
}

.full-degrade .conteneur {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.full-degrade .conteneur .col-33 {
  width: 36%;
  color: #fff;
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
}

.full-degrade .conteneur .col-33 h6 {
  font-family: "league_spartanbold";
  font-size: 41px;
  line-height: 54px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: normal;
}
.full-degrade .conteneur .col-33 h6 span {
  color: #88b220;
}

.full-degrade .conteneur .col-33 p {
  margin-top: 0px;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 23px;
}

.full-degrade .conteneur .col-33 a {
  color: #fff;
  background-color: #88b220;
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  font-family: "league_spartanbold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
}

.full-degrade .conteneur .col-66 {
  width: 64%;
  color: #fff;
  text-align: center;
  padding-left: 30px;
  padding-right: 55px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.full-degrade .conteneur .col-66 .bloc {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}

.full-degrade .conteneur .col-66 .bloc .contenu {
  background-color: #fff;
  color: #002b57;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
}

.full-degrade .conteneur .col-66 .bloc .contenu .image {
  width: 32%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  width: 68%;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte p {
  font-family: "league_spartanbold";
  font-size: 18px;
  line-height: 23px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-weight: normal;
}

.full-degrade .conteneur .col-66 .bloc .contenu .texte a {
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #592561;
  text-decoration: none;
  background-image: url(/bundles/sicaeoisecoretheme/images/fleche-verte-droite.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 25px;
}
/* Fin degradé violet bleu plein largeur */

/* 2 Blocs newsletter */
.newsletter {
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 67px;
  margin-left: 42em;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.newsletter .col {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.newsletter .col:first-child {
  padding-right: 10px;
}
.newsletter .col:last-child {
  padding-left: 10px;
}

.newsletter .col .contenu {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: 5px;
}

.newsletter .col .image {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.newsletter .col .texte {
  width: 50%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.newsletter .col .texte h4 {
  font-family: "league_spartanbold";
  font-size: 25px;
  line-height: 32px;
  color: #002b57;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 30px;
}

.newsletter .col .texte p {
  font-size: 18px;
  line-height: 23px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
}

.newsletter .col .texte a {
  color: #fff;
  background-color: #88b220;
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  font-family: "league_spartanbold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
}
/* Fin 2 Blocs newsletter */

/* Carte implantation */
.carte {
  width: 100%;
}

.carte .top-carte {
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.carte .top-carte .col {
  width: 50%;
  text-align: center;
}

.carte .top-carte .col h5 {
  color: #002b57;
  font-family: "league_spartanbold";
  font-size: 25px;
  font-weight: normal;
  line-height: 32px;
  text-transform: uppercase;
  margin-left: 130px;
  margin-right: 130px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.carte .map {
  height: 430px;
  width: 100%;
  overflow: hidden;
}

/* Fin Carte implantation */

/* Liens de partage */
.partage {
  width: 100%;
  text-align: center;
}

.page-bas .partage{
  margin-bottom: 60px;
}

.partage p {
  color: #002b57;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
}

.partage a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-left: 7px;
  margin-right: 7px;
}

.partage a.facebook {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-facebook.svg);
}

.partage a.twitter {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-twitter.svg);
}

.partage a.instagram {
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-instagram.svg);
}
/* Liens de partage */

/* //////////// FIN HOME //////////// */

/* Incidents réseau */
a.incidents-reseau {
  display: inline-block;
  background-color: red;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  right: -110px;
  top: 50%;
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-incident.svg);
  background-repeat: no-repeat;
  background-position: 28px center;
  padding-left: 75px;
  padding-right: 28px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 3000;
  transform: rotate(-90deg);
}

/* Fin incidents réseau */

/* Alertes Infos */
.alertes-infos {
  width: 100%;
  background-color: #bf3232;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 4000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.alertes-infos .contenu-alerte {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.alertes-infos .contenu-alerte .col-33 {
  width: 33.333%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.alertes-infos .contenu-alerte .col-33 h6 {
  margin: 0px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-weight: normal;
  background-image: url(/bundles/sicaeoisecoretheme/images/picto-incident.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.alertes-infos .contenu-alerte .col-33 p {
  display: block;
  background-color: #d14040;
  font-size: 18px;
  line-height: 23px;
  font-family: 'nunito_sansbold';
font-weight: normal;
font-style: normal;
  text-align: left;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0px;
}

.alertes-infos .contenu-alerte .col-33 a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "league_spartanbold";
  font-weight: normal;
  border: 2px solid #fff;
  border-radius: 25px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}

.alertes-infos .contenu-alerte span.masquer {
  background-color: #fff;
  border-radius: 25px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  color: #bf3232;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "league_spartanbold";
  font-weight: normal;
  cursor: pointer;
}

/* Fin Alertes Infos */

/* //////////// FOOTER //////////// */
.footer {
  width: 100%;
  background: #002b57;
  background: linear-gradient(
    45deg,
    rgba(89, 37, 97, 1) 0%,
    rgba(0, 43, 87, 1) 100%
  );
  color: #fff;
  margin-bottom: 0px;
}

.footer a {
  color: #fff;
}

.footer .conteneur {
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer .conteneur .col-25 {
  width: 25%;
  border-left: #fff 1px solid;
  padding-left: 50px;
  padding-right: 50px;
}
.footer .conteneur .col-25:first-child {
  border-left-style: none;
  border-left: transparent 0px none;
}

.footer .conteneur .col-25 a.logo-footer {
  display: block;
  width: 100%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.footer .conteneur .col-25 a.logo-footer img {
  width: 100%;
  height: auto;
}

.footer .conteneur .col-25 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.footer .conteneur .col-25 ul li a {
  text-decoration: none;
}

.footer .conteneur .col-25 p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
}

.footer .conteneur .col-100 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .conteneur .col-50 {
  width: 50%;
  text-align: center;
  margin-top: 50px;
}

footer .conteneur .col-50 p {
  margin: 0px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.hr-hide-on-desktop {
  display: none;
}

.footer .conteneur .col-50 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer .conteneur .col-50 ul li {
  border-right: #fff 1px solid;
  padding-left: 5px;
  padding-right: 5px;
}

.footer .conteneur .col-50 ul li:last-child {
  border-right: #fff 0px none;
}
/* //////////// FIN FOOTER //////////// */

/* //////////// PAGE DE CONTENU //////////// */

/* Entête + titre h1 */
.top-page {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-page .fond-opaque {
  width: 100%;
  height: 300px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  display: flex;
  align-items: stretch;
  align-content: center;
}

.top-page .fond-opaque .contenu {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  align-content: center;
  align-items: center;
  display: flex;
}

.top-page .fond-opaque .contenu h1 {
  margin: 0px;
  font-size: 50px;
  line-height: 52px;
  text-transform: uppercase;
  font-family: "league_spartanbold";
  font-weight: normal;
  text-align: center;
}
/* Fin Entête + titre h1 */

/* Fil d'Arianne */
.fil-arianne {
  width: 100%;
  height: 50px;
  background-color: #f1f1f1;
  align-content: center;
  align-items: center;
  display: flex;
}

.fil-arianne .fil {
  width: 1030px;
  margin-left: auto;
  margin-right: auto;
  color: #002b57;
  font-size: 16px;
  line-height: 16px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
}

.fil-arianne .fil a {
  color: #002b57;
  text-decoration: none;
}
/* Fin Fil d'Arianne */


/* Bloc sous titre centrÃ© pour H2 */

.bloc-sous-titre {
    width: 100%;
}

.page .bloc-sous-titre h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    font-family: "league_spartanbold";
    margin-bottom: 60px;
}

/* Fin Bloc sous titre centrÃ© pour H2 */


/* NOMBRE Ã  Gauche + Paragraphge */

.nombre {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    align-items: center;
}

.nombre.last_element {
    border-bottom: 0px none #E1E1E1;
}

.nombre span {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    color: #fff;
    background-color: #592561;
    font-size: 25px;
    line-height: 25px;
    font-family: 'nunito_sansextrabold';
    text-align: center;
    box-sizing: border-box;
    padding-top: 22.5px;
    margin-right: 30px;
}

.nombre.last_element span {
    background-color: #88B220;
}

.nombre p {
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    width: calc(100% - 100px);
}

.nombre.last_element p {
    color: #88B220;
    font-size: 25px;
    line-height: 25px;
    font-family: 'nunito_sansbold';
}


/* FIN NOMBRE Ã  Gauche + Paragraphge */

/* Bloc equipements Ã©lectriques */

.bloc-elec {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    align-items: flex-start;
}
/*
.bloc-elec:last-child {
    border-bottom: 0px none #E1E1E1;
}
*/
.bloc-elec .image {
    width: 120px;
    height: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
    margin-top: 50px;
}

.bloc-elec .texte {
    width: calc(100% - 120px);
    padding-left: 30px;
}


/* FIN Bloc equipements Ã©lectriques */






/* Page + Ã©lÃ©ments html */

.page-fond-gris {
    background-color: #f8f8f8;
 /*   padding-top: 30px;
    padding-bottom: 30px;*/
}

.page-fond-gris  a.bouton {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #88b220;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: "league_spartanbold";
    font-weight: normal;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

body .page {
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

body main .page:nth-child(3) {
    margin-top: 90px;
}

body .page-fond-gris .page {
    margin-top: 0px;
}

body .page.marge-mini {
    margin-top: 30px;
}

.page .bloc-2-cols ,
.page-fond-gris .bloc-2-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page .bloc-2-cols .bloc-seprarateur ,
.page-fond-gris .bloc-2-cols .bloc-seprarateur {
    width: 100%;
    height: 40px;
}

.page .bloc-2-cols .col-g ,
.page-fond-gris .bloc-2-cols .col-g {
    width: 50%;
    padding-right: 15px;
}

.page .bloc-2-cols .col-g.bordure-grise,
.page-fond-gris .bloc-2-cols .col-g.bordure-grise {
    border-right: #D6D6D6 1px solid;
}

.page .bloc-2-cols .col-d ,
.page-fond-gris .bloc-2-cols .col-d {
    width: 50%;
    padding-left: 15px;
}

.page .col-full {
    width: 100%;
    padding: 0px;
}

.page .fond-degrade ,
.page-fond-gris .fond-degrade {
    background: linear-gradient( 0deg, rgba(89, 37, 97, 1) 0%, rgba(0, 43, 87, 1) 100%);
    border-radius: 5px;
    color: #fff;
}

.page .fond-degrade p, 
.page-fond-gris .fond-degrade p {
    color: #fff;
}

.page .bloc-2-cols .col-g.fond-degrade,
.page-fond-gris .bloc-2-cols .col-g.fond-degrade {
    width: 48%;
    margin-right: 2%;
    padding: 30px;
}

.page .bloc-2-cols .col-d.fond-degrade ,
.page-fond-gris .bloc-2-cols .col-d.fond-degrade {
    width: 48%;
    margin-left: 2%;
    padding: 30px;
}

.decalage {
    margin-top: -250px;
    padding-top: 250px;
}

.page h2,
.page-fond-gris h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
    font-family: "league_spartanbold";
    font-weight: normal;
    font-size: 30px;
    line-height: 32px;
    color: #592561;
    
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}


.page > .TEXT100:first-child > div > h2{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    font-family: "league_spartanbold";
    margin-bottom: 60px;
}

.page h2.petit > p {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: "league_spartanbold";
    font-weight: normal;
    max-width: 100%;
    color: #592561;
    width: 100%;
}

/*.page-fond-gris h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: none;
    font-family: "league_spartanbold";
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #592561;
}
*/
.page-fond-gris h2 span {
    color: #002b57;
}

.page h3 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 28px;
    color: #002b57;
    font-family: 'nunito_sansextrabold_italic';
    font-weight: normal;
    font-style: normal;
}

.page h3.violet {
    color: #592561;
    font-family: "league_spartanbold";
}

.page-fond-gris h3 {
    font-family: "league_spartanbold";
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #592561;
}

.page h4 {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #592561;
    font-size: 20px;
    line-height: 23px;
    font-family: 'nunito_sansextrabold_italic';
    font-weight: normal;
    font-style: normal;
    border-left: #592561 3px solid;
    padding-left: 16px;
    position: relative;
}


.page h5 {
    margin-top: 15px;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 23px;
    font-family: 'nunito_sansextrabold_italic';
    font-weight: normal;
    font-style: normal;
    color: #002b57;
}

.page a {
    color: #000;
}

.page a.bouton,
.page span.bouton {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #88b220;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: "league_spartanbold";
    font-weight: normal;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.page p,
.page-fond-gris p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

.page p.infos,
.page-fond-gris p.infos {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #7B7B7B;
}

/*.page-fond-gris  img,*/
.page img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.page img.bulle {
    width: 83px;
    height: auto;
}

.page-fond-gris  hr,
.page hr {
    width: 100%;
    color: #d6d6d6;
    background-color: #d6d6d6;
    height: 1px;
    border-top: 1px solid #d6d6d6;
    border-left: 0px none #fff;
    border-right: 0px none #fff;
    border-bottom: 0px none #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.page-fond-gris  ul,
.page ul {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #592561;
    font-size: 18px;
    line-height: 25px;
    padding-left: 0px;
    list-style: none;
    position: relative;
}

.page-fond-gris  ul li,
.page ul li {
    margin-top: 0px;
    margin-bottom: 15px;
    background-image: url(/bundles/sicaeoisecoretheme/images/puce-violette.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 16px;
}

.page .list-download ul {
    display: block;
    margin-bottom: 50px;
    margin-top: 25px;
}

.page .list-download ul li {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-download.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    border-bottom: #E1E1E1 solid 1px;
}

.page .list-download ul li:last-child {
    border-bottom: #fff none 0px;
}

a.donwload {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-download.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    border-bottom: #E1E1E1 solid 1px;
    border-top: #E1E1E1 solid 1px;
}

span.phone,
a.phone {
    font-size: 18px;
    line-height: 18px;
    color: #592561;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    border-radius: 25px;
    border: #E1E1E1 solid 1px;
    box-sizing: border-box;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-telephone.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
    padding-right: 30px;
    font-family: 'nunito_sansextrabold';
    font-weight: normal;
    font-style: normal;
}

a.mailbox {
    font-size: 18px;
    line-height: 18px;
    color: #592561;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    border-radius: 25px;
    border: #E1E1E1 solid 1px;
    box-sizing: border-box;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-contact-violet.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
    padding-right: 30px;
    font-family: 'nunito_sansextrabold';
    font-weight: normal;
    font-style: normal;
}

.page .citation {
    text-transform: uppercase;
    text-align: center;
    color: #592561;
    background-color: #ebebeb;
    font-size: 25px;
    line-height: 35px;
    font-family: "league_spartanbold";
    font-weight: normal;
    border-radius: 5px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
}

.page .cadre {
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: #592561 1px solid;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.page > .TEXT100:first-child > div > h2{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    font-family: "league_spartanbold";
    margin-bottom: 60px;
}





/* FIN Bloc equipements Ã©lectriques */

.page-fond-gris .bloc-4-cols .col-g {
    width: 50%;
    padding-right: 15px;
    padding-top: 30px;
}

.titre {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.titre h5 {
    color: #592561;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
    font-family: "league_spartanbold";
    width: calc(100% - 34px);
    padding-left: 15px;
}

.titre span {
    background-color: #592561;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    font-family: 'nunito_sansextrabold';
    box-sizing: border-box;
    padding-top: 7.5px;
}

.page-fond-gris .bloc-4-cols .col-g hr,
.page-fond-gris .bloc-4-cols .col-d hr {
    width: 100%;
    color: #E1E1E1;
    background-color: #E1E1E1;
    height: 1px;
    border-top: 1px solid #E1E1E1;
    border-left: 0px none #fff;
    border-right: 0px none #fff;
    border-bottom: 0px none #fff;
    margin-bottom: 35px;
    margin-top: 35px;
    display: block;
}

.page-fond-gris .bloc-4-cols .col-g ul {
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}

.page-fond-gris .bloc-4-cols .col-d {
    width: 50%;
    padding-left: 15px;
    padding-top: 30px;
}

.page-fond-gris .bloc-4-cols .col-d .bloc-ombre {
    background-color: #fff;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
}

.page-fond-gris .bloc-4-cols .col-d .bloc-ombre h4 {
    color: #592561;
    font-size: 25px;
    margin-top: 0px;
    font-family: "league_spartanbold";
}

.faq h6 {
    font-size: 18px;
    text-decoration: underline;
    line-height: 25px;
    color: #592561;
    cursor: pointer;
    background-image: url(/bundles/sicaeoisecoretheme/images/picto-faq.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    padding-left: 55px;
    display: block;
    min-height: 34px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.page h2.bulle-maison {
    background-image: url(/bundles/sicaeoisecoretheme/images/bulle-maisons.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 69px 69px;
    display: block;
    min-height: 69px;
    padding-left: 100px;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 30px;
}



/* Ombre sur un bloc */

.bloc-ombre {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
}

.bloc-ombre {
    margin: 0px;
}

.page .bloc-2-cols .col-g.bloc-ombre,
.page-fond-gris .bloc-2-cols .col-g.bloc-ombre {
    background-color: #fff;
    width: 48%;
    margin-right: 2%;
    padding: 30px;
}

.page .bloc-2-cols .col-d.bloc-ombre,
.page-fond-gris .bloc-2-cols .col-d.bloc-ombre {
    background-color: #fff;
    width: 48%;
    margin-left: 2%;
    padding: 30px;
}


/* Fin Page + éléments html */

/* Options tarifaires */

.options-tarifs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.options-tarifs .tarif {
  width: 25%;
  color: #fff;
  padding-left: 11px;
  padding-right: 11px;
}

.options-tarifs .tarif .contenu {
  background: linear-gradient(
    0deg,
    rgba(89, 37, 97, 1) 0%,
    rgba(0, 43, 87, 1) 100%
  );
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.options-tarifs .tarif .contenu h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 23px;
  font-family: "league_spartanbold";
  font-weight: normal;
}

.page .options-tarifs .tarif .contenu p {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
}
.options-tarifs .tarif .contenu a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "league_spartanbold";
  font-weight: normal;
  background-image: url(/bundles/sicaeoisecoretheme/images/fleche-verte-droite.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 25px;
}
/* Fin Options tarifaires */

/* formulaire */

.page label {
  margin-top: 0px;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  font-family: 'nunito_sanssemibold';
font-weight: normal;
font-style: normal;
  color: #002b57;
}

.page select {
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: #592561 1px solid;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  display: block;
  color: #592561;
  font-family: "league_spartanbold";
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
  height: 60px;
}

.page input[type="text"],
.page input[type="email"],
.page input[type="date"],
.page input[type="number"] {
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: #592561 1px solid;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #592561;
  font-size: 16px;
  height: 60px;
}

.page input.superficie {
    background-image: url(/bundles/sicaeoisecoretheme/images/superficie.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.page input.kwh {
    background-image: url(/bundles/sicaeoisecoretheme/images/kwh.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

.page textarea {
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 5px;
  border: #592561 1px solid;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #592561;
  font-size: 16px;
  height: 120px;
}

.page input[type="submit"] {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #592561;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "league_spartanbold";
  font-weight: normal;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 50px;
  border-radius: 25px;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
}

.page button[type="submit"]:hover {
  background-color: #002b57;
}


.page button[type="button"] {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #592561;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: "league_spartanbold";
  font-weight: normal;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px;
  padding-bottom: 18px;
  height: 50px;
  border-radius: 25px;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
}

.page input[type="button"]:hover {
  background-color: #002b57;
}

.page input[type="submit"]:hover,
.page button[type="submit"]:hover {
    background-color: #592561;
}
.page input[type="submit"],
.page button[type="submit"] {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #88B220;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    font-family: "league_spartanbold";
    font-weight: normal;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
}

/* Boutons radio */

.page .radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bordure-radio {
    display: inline-block;
    border: #592561 solid 1px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    margin-right: 35px;
}

.page .radio.en-ligne {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}

.page .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.page .radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #b2b2b2;
}

.page .radio:hover input[type="radio"] ~ .checkmark {
  background-color: #88b220;
}

.page .radio input[type="radio"]:checked ~ .checkmark {
  background-color: #592561;
  border: 2px solid #592561;
}

.page .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.page .radio input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}

.page .radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* Fin Boutons radio */

/* CheckBox */
.page .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*.page label.checkbox{
  padding-left: 5px !important;
}*/

.page .checkbox.en-ligne {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}

/* Hide the browser's default checkbox */
.page .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form div.btn_yes_no > input[type="checkbox"] {
    display: none;
}

.page .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #b2b2b2;
}

.page .checkbox:hover input[type="checkbox"] ~ .checkmark {
  background-color: #88b220;
}

.page .checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #592561;
}

.page .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.page .checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

.page .checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Fin CheckBox */

/* Fin formulaire */

/* //////////// FIN PAGE DE CONTENU //////////// */

/* //////////// PAGE LINKY //////////// */

.linky .nav-conteneur {
    background: #88b220;
    background-color: #88b220;
}

.top-linky {
    background-color: #88b220;
}

.top-linky-image {
    background-image: url(/bundles/sicaeoisecoretheme/images/fond-linky.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-linky-contenu {
    padding-top: 50px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.top-linky-contenu .deux-colonnes .col .texte h1,
.top-linky-contenu .deux-colonnes .col .texte h2,
.top-linky-contenu .deux-colonnes .col .texte h3,
.top-linky-contenu .deux-colonnes .col .texte h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "league_spartanbold";
    font-weight: normal;
    font-size: 23px;
    line-height: 32px;
    color: #592561;
    text-transform: uppercase;
}

.top-linky-contenu .deux-colonnes:first-child {
    margin-bottom: 30px;
}




/* //////////// FIN PAGE LINKY //////////// */


.bloc-seprarateur {
    /*height: 60px;*/
    height: 40px;
}

.filet-3-points {
    width: 100%;
    text-align: center;
    height: 6px;
    background-image: url(/bundles/sicaeoisecoretheme/images/puces-3-separateur.svg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ligne-violette {
    width: 100%;
    text-align: center;
    height: 6px;
    background-image: url(/bundles/sicaeoisecoretheme/images/ligne-violet.svg);
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 35px;
}


/* CENTRE LES ELEMENTS VERTICALEMENT */

.bloc-vertical-center {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.page .col-g.bloc-vertical-center *:last-child,
.page .col-d.bloc-vertical-center *:last-child {
    margin-bottom: 0px;
}

.page .col-g.bloc-vertical-center *:first-child,
.page .col-d.bloc-vertical-center *:first-child {
    margin-top: 0px;
}

.page .bloc-vertical-center h2,
.page .bloc-vertical-center h3,
.page .bloc-vertical-center p {
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
}


/* FIN CENTRE LES ELEMENTS VERTICALEMENT */

.bloc-text-center {
    text-align: center;
    justify-content: center;
}

/* Bloc text 100% */

main > div.page:nth-child(3) > div.text-100:first-child > div:first-child > h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    padding-left: 110px;
    padding-right: 110px;
    font-family: "league_spartanbold";
    margin-bottom: 60px;
} 

.page-fond-gris > .text-100 {

    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

/* Ombre sur un bloc */

.bloc-ombre {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
}

.page .bloc-2-cols .col-g.bloc-ombre ,
.page-fond-gris .bloc-2-cols .col-g.bloc-ombre {
    background-color: #fff;
    width: 48%;
    margin-right: 2%;
    padding: 30px;
}

.page .bloc-2-cols .col-d.bloc-ombre ,
.page-fond-gris .bloc-2-cols .col-d.bloc-ombre {
    background-color: #fff;
    width: 48%;
    margin-left: 2%;
    padding: 30px;
}

.bloc-ombre h2{
    font-size: 25px;
    line-height: 35px;
}

.bloc-2-cols > .col-g.bloc-ombre img,
.bloc-2-cols > .col-d.bloc-ombre img{
    width: 83px;
    height: auto;
}


/* FIN Ombre sur un bloc */


/* Bloc 4 colonnes */

.bloc-4-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.bloc-4-cols .col {
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 60px;
    padding-top: 30px;
}

.bloc-4-cols .col a.bouton {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.bloc-4-cols .col-100 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

/* FIN Bloc 4 colonnes */


/* Bloc 3 colonnes */

.bloc-3-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
}

.bloc-3-cols .col {
    width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: #D6D6D6 solid 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.bloc-3-cols .contour{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;

}
.bloc-3-cols .contour > .col{
    padding: 0;
    margin: 1%;
    border-radius: 5px;
    width: 31%;
    background-color: white;
    border: 0px;

}
.bloc-3-cols .contour > .col > img{

    height: auto;
    max-height: 190px;
    margin: 0px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;

}
.bloc-3-cols .contour > .col > .text{

    margin: 10px;

}


/*    width: 31%;
    margin: 1%;
    */
.bloc-3-cols .col:last-child {
    border-right: #D6D6D6 none 0px;
}
/*

.bloc-3-cols .col span {
    font-size: 50px;
    line-height: 60px;
    font-family: "league_spartanbold";
    font-weight: normal;
    color: #592561;
}
*/

.bloc-3-cols .col h5 {
    color: #592561;
    font-family: 'nunito_sansextrabold';
    font-size: 22px;
}

.bloc-3-cols .col p {
    color: #878787;
}


/* FIN Bloc 3 colonnes */


/* PAGE Modele autre colone gauche fixe */

.page-modele-autre {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.page-modele-autre .col-g {
    width: 50%;
    max-width: 50%;
}

.page-modele-autre .col-g img {
    width: 100%;
    height: auto;
}

.page-modele-autre .col-d {
    width: 50%;
    max-width: 750px;
    padding-left: 100px;
    padding-right: 30px;
}

.page-modele-autre .page .titre-et-rond {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
    align-items: center;
}

.page-modele-autre .page .titre-et-rond h2 {
    margin: 0px;
}

.page-modele-autre .page h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: none;
    width: calc(100% - 90px);
}

.page-modele-autre .page .rond {
    background-color: #592561;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 35px;
    font-size: 25px;
    line-height: 70px;
    color: #fff;
    margin-right: 20px;
    font-family: 'nunito_sansextrabold';
    font-weight: normal;
    font-style: normal;
}

.page-modele-autre .page .rond img {
    width: 40px;
    height: auto;
}

.les-appareils {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.appareil {
    border: #592561 solid 1px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    cursor: pointer;
}

.appareil.off {
    border: #E1E1E1 solid 1px;
}

.appareil .contenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.appareil .contenu .image {
    width: 40%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 60px;
}

.appareil .contenu .image.lave-linge {
    background-image: url(/bundles/sicaeoisecoretheme/images/lave-linge.svg);
}

.appareil .contenu .image.refrigerateur {
    background-image: url(/bundles/sicaeoisecoretheme/images/refrigerateur.svg);
}

.appareil .contenu .image.seche-linge {
    background-image: url(/bundles/sicaeoisecoretheme/images/seche-linge.svg);
}

.appareil .contenu .image.congelateur {
    background-image: url(/bundles/sicaeoisecoretheme/images/congelateur.svg);
}

.appareil .contenu .image.cuisson-4 {
    background-image: url(/bundles/sicaeoisecoretheme/images/cuisson-4-plaques.svg);
}

.appareil .contenu .image.four {
    background-image: url(/bundles/sicaeoisecoretheme/images/four.svg);
}

.appareil .contenu .image.lave-vaisselle {
    background-image: url(/bundles/sicaeoisecoretheme/images/lave-vaisselle.svg);
}

.appareil .contenu .image.cuisson-2 {
    background-image: url(/bundles/sicaeoisecoretheme/images/cuisson-2-plaques.svg);
}

.appareil.off .contenu .image.lave-linge {
    background-image: url(/bundles/sicaeoisecoretheme/images/lave-linge-off.svg);
}

.appareil.off .contenu .image.refrigerateur {
    background-image: url(/bundles/sicaeoisecoretheme/images/refrigerateur-off.svg);
}

.appareil.off .contenu .image.seche-linge {
    background-image: url(/bundles/sicaeoisecoretheme/images/seche-linge-off.svg);
}

.appareil.off .contenu .image.congelateur {
    background-image: url(/bundles/sicaeoisecoretheme/images/congelateur-off.svg);
}

.appareil.off .contenu .image.lave-vaisselle {
    background-image: url(/bundles/sicaeoisecoretheme/images/lave-vaisselle-off.svg);
}

.appareil.off .contenu .image.cuisson-4 {
    background-image: url(/bundles/sicaeoisecoretheme/images/cuisson-4-plaques-off.svg);
}

.appareil.off .contenu .image.four {
    background-image: url(/bundles/sicaeoisecoretheme/images/four-off.svg);
}

.appareil.off .contenu .image.cuisson-2 {
    background-image: url(/bundles/sicaeoisecoretheme/images/cuisson-2-plaques-off.svg);
}

.appareil .contenu .texte {
    width: 60%;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.appareil .contenu .texte label {
    width: 100%;
    box-sizing: border-box;
}

.page .appareil .contenu .texte .radio.en-ligne {
    width: 50%;
    margin-right: 0px;
    box-sizing: border-box;
}

.resultat {
    color: #fff;
    background-color: #88b220;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 60px;
    font-family: 'nunito_sansregular';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}
.resultat.error {
    background-color: #d14040;
}


.resultat span {
    display: block;
}

.resultat span.chiffres {
    font-size: 45px;
    line-height: 45px;
    font-weight: normal;
    font-style: normal;
    font-family: 'nunito_sansextrabold';
    margin-top: 25px;
    margin-bottom: 25px;
}

.resultat span.periode {
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    font-family: 'nunito_sanssemibold';
    margin-top: 0px;
    margin-bottom: 25px;
}

.page .resultat hr {
    width: 100%;
    color: #fff;
    background-color: #fff;
    height: 1px;
    border-top: 1px solid #d6d6d6;
    border-left: 0px none #fff;
    border-right: 0px none #fff;
    border-bottom: 0px none #fff;
    margin-bottom: 25px;
    margin-top: 0px;
}

.page .resultat p {
    color: #fff;
    margin-bottom: 0px;
}


/* FIN PAGE Modele autre colone gauche fixe */
.hidden{
  display:  none !important;
}
