.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-o-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes hello {
  0% {
    bottom: -60px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes hello {
  0% {
    bottom: -60px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  color: #494a4d;
  font-weight: 500;
}
body a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
  outline: none;
}
body .grand-container {
  max-width: 1420px;
}
body #grdp_barre_maxi,
body #grdp_barre_mini {
  background-color: rgba(252,180,60,0.9) !important;
}
body #btn_contact {
  position: fixed;
  right: 6%;
  z-index: 9000000009;
  background-color: #fcb43c;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  animation: hello 1s;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  -webkit-animation: hello 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  body #btn_contact {
    width: 100%;
    right: 0;
  }
}
body .formulaire-fixe {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  z-index: 9000000009;
}
body .formulaire-fixe .fermer-formulaire {
  font-size: 24px;
  z-index: 9000000009;
  color: #fcb43c;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body .formulaire-fixe .fermer-formulaire:hover {
  color: #494a4d;
}
body .formulaire-fixe #nf-form-1-cont {
  z-index: 9000000009;
}
body .formulaire-fixe #nf-form-1-cont .nf-form-fields-required,
body .formulaire-fixe #nf-form-1-cont .ninja-forms-req-symbol,
body .formulaire-fixe #nf-form-1-cont label {
  display: none;
}
body .formulaire-fixe #nf-form-1-cont .nf-form-title h3 {
  z-index: 9000000009;
  background-color: #fcb43c;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .formulaire-fixe #nf-form-1-cont .nf-field-container {
  margin-bottom: 10px;
}
body .formulaire-fixe #nf-form-1-cont .nf-error-msg {
  font-size: 12px;
}
body .formulaire-fixe #nf-form-1-cont .submit-container {
  margin-bottom: 0;
  text-align: center;
}
body .formulaire-fixe #nf-form-1-cont .submit-container input {
  display: inline-block;
  background-color: #fcb43c;
  color: #ffffff;
  border: 1px solid #fcb43c;
  width: 260px;
  text-transform: uppercase;
  border-radius: 20px;
}
body .formulaire-fixe #nf-form-1-cont .html-container {
  font-size: 18px;
}
body .formulaire-fixe #nf-form-1-cont .html-container p {
  margin-bottom: 0;
}
body .formulaire-fixe #nf-form-1-cont .hidden-container {
  margin-bottom: 0;
}
body .formulaire-fixe #nf-form-1-cont .listradio-wrap,
body .formulaire-fixe #nf-form-1-cont .html-container {
  display: none;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  position: relative;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap li {
  margin: 0 !important;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap li > input {
  display: none;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:checked,
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:not(:checked) {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  margin: 0;
  width: auto;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:checked + label,
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  padding-top: 0px;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:checked + label:before,
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #dadada;
  background: #f7f7f7;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:checked + label:after,
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #fcb43c;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
body .formulaire-fixe #nf-form-1-cont .listcheckbox-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body .formulaire-fixe #nf-form-1-cont input,
body .formulaire-fixe #nf-form-1-cont textarea,
body .formulaire-fixe #nf-form-1-cont select {
  outline: none;
  resize: none;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #dadada;
}
body .formulaire-fixe #nf-form-1-cont textarea {
  height: 120px;
}
body .formulaire-fixe #nf-form-1-cont #nf-field-11-container [type="checkbox"]:checked + label,
body .formulaire-fixe #nf-form-1-cont #nf-field-11-container [type="checkbox"]:not(:checked) + label {
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
}
body header {
  padding-bottom: 11px;
  background-color: #ffffff;
  border-bottom: 1px solid #fcb43c;
}
body header #menu-mobile,
body header #menu-tel {
  display: none;
}
body header .logo {
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  padding-top: 26px;
}
body header .logo .phrase {
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #fcb43c;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
body header .menu-principal {
  -ms-flex: 0 0 82%;
  padding-top: 12px;
  flex: 0 0 82%;
  max-width: 82%;
  text-align: right;
}
body header .menu-principal .entete {
  font-size: 0;
  margin-bottom: 12px;
}
body header .menu-principal .entete .notation {
  display: inline-block;
  vertical-align: middle;
}
body header .menu-principal .entete .notation span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
body header .menu-principal .entete .notation .etoiles {
  color: #fcb43c;
  margin-right: 15px;
  display: inline-block;
  font-size: 0;
}
body header .menu-principal .entete .notation .etoiles i {
  font-size: 14px;
  margin-left: 2px;
}
body header .menu-principal .entete .lien-fb {
  color: #ffffff;
  background-color: #dadada;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 27px;
  text-align: center;
  border-radius: 27px;
  font-size: 14px;
  padding-top: 4px;
}
body header .menu-principal .entete .lien-fb:hover {
  background-color: #fcb43c;
}
body header .menu-principal .corps ul {
  font-size: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
body header .menu-principal .corps ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  position: relative;
}
body header .menu-principal .corps ul li:after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #fcb43c;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
body header .menu-principal .corps ul li:first-child {
  padding-left: 0;
}
body header .menu-principal .corps ul li:nth-last-child(2):after {
  display: none;
}
body header .menu-principal .corps ul li:last-child {
  padding-right: 0;
}
body header .menu-principal .corps ul li:last-child:after {
  display: none;
}
body header .menu-principal .corps ul li:last-child a {
  background-color: #fcb43c;
  color: #ffffff;
  border: 1px solid #fcb43c;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
}
body header .menu-principal .corps ul li:last-child a:after {
  display: none;
}
body header .menu-principal .corps ul li:last-child a:hover {
  color: #fcb43c;
  background-color: #ffffff;
}
body header .menu-principal .corps ul li.current-menu-item a:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
body header .menu-principal .corps ul li a {
  position: relative;
  font-size: 16px;
  outline: none;
  color: #6d6e71;
  text-decoration: none;
}
body header .menu-principal .corps ul li a:after {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fcb43c;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
body header .menu-principal .corps ul li a:hover:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
body main .grand-visuel {
  height: 861px;
  background-size: cover;
  background-position: center;
  position: relative;
}
body main .grand-visuel .container {
  position: relative;
  height: 100%;
}
body main .grand-visuel .container .texte-section {
  font-size: 18px;
}
body main .grand-visuel .descendre-vers-contenu-page {
  position: absolute;
  font-size: 30px;
  border: 3px solid #fcb43c;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 10px;
  right: 30px;
  bottom: 120px;
  z-index: 4;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #ffffff;
  -webkit-animation: mover .9s infinite alternate ease-in-out;
  -moz-animation: mover .9s infinite alternate ease-in-out;
  -o-animation: mover .9s infinite alternate ease-in-out;
  animation: mover .9s infinite alternate ease-in-out;
  box-shadow: 0 0 2rem #fcb43c;
  -webkit-box-shadow: 0 0 2rem #fcb43c;
  -moz-box-shadow: 0 0 2rem #fcb43c;
  -o-box-shadow: 0 0 2rem #fcb43c;
  cursor: pointer;
  color: #fcb43c;
}
body main .grand-visuel .descendre-vers-contenu-page:hover {
  box-shadow: 0 0 2rem #fccf31;
  -webkit-box-shadow: 0 0 2rem #fccf31;
  -moz-box-shadow: 0 0 2rem #fccf31;
  -o-box-shadow: 0 0 2rem #fccf31;
  color: #fccf31;
  border-color: #fccf31;
}
body main .contenus-page {
  background-image: url(../img/bg-contenus-page.png);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
body main .titre-section {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #fcb43c;
}
body main .texte-section {
  text-align: justify;
}
body main .texte-section em {
  font-style: normal;
  color: #fcb43c;
  font-weight: 600;
}
body main .texte-section p {
  margin-bottom: 20px;
}
body main .texte-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
body main .texte-section table {
  margin-bottom: 20px;
  width: 100% !important;
  text-align: left;
}
body main .texte-section table thead {
  color: #ffffff;
}
body main .texte-section table tbody tr td:first-child {
  border-left: 0;
}
body main .texte-section table tbody tr td:last-child {
  border-right: 0;
}
body main .texte-section table tbody tr:first-child td {
  border-top: 0;
}
body main .texte-section table tbody tr:last-child td {
  border-bottom: 0;
}
body main .texte-section table td {
  padding: 7.5px 15px !important;
  border-width: 1px;
}
body footer .corps {
  background-color: #ffffff;
  color: #6d6e71;
}
body footer .corps a {
  color: #6d6e71;
}
body footer .corps a:hover {
  color: #fcb43c;
}
body footer .corps .keros-banner {
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  color: #ffffff;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
}
body footer .corps .keros-banner a {
  color: #ffffff;
}
body footer .corps .keros-banner a:hover {
  color: #6d6e71;
}
body footer .corps .acces-liens {
  padding-top: 35px;
  padding-bottom: 35px;
}
body footer .corps .acces-liens .menu-navigation {
  border-right: 1px solid #fcb43c;
  padding-right: 30px;
  padding-top: 15px;
}
body footer .corps .acces-liens .menu-navigation ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
body footer .corps .acces-liens .menu-navigation ul li {
  margin-bottom: 15px;
}
body footer .corps .acces-liens .coordonnees {
  padding-left: 30px;
  padding-top: 15px;
}
body footer .corps .acces-liens .coordonnees .titre {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
body footer .corps .acces-liens .coordonnees .info i {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 3px solid #fcb43c;
  text-align: center;
  color: #fcb43c;
  padding-top: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
body footer .corps .acces-liens .coordonnees .info a {
  vertical-align: middle;
  font-size: 15px;
}
body footer .corps .acces-liens .coordonnees .keros {
  margin-top: 1.5rem;
  font-size: .9rem;
  color: #85888a;
}
body footer .corps .acces-liens .coordonnees .keros img {
  max-width: 70px;
  margin-left: .5rem;
}
body footer .corps .phrase {
  border-top: 1px solid #fcb43c;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
body footer .infos-legales {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
body footer .infos-legales .logo-idcom {
  margin-right: 15px;
}
body footer .infos-legales a {
  color: #494a4d;
}
body footer .infos-legales a:hover {
  color: #fcb43c;
}
.home main .grand-visuel .container .bloc-de-texte {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 600px;
  left: 15px;
}
.home main .grand-visuel .container .bloc-de-texte .titre-principal {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #6d6e71;
  font-weight: 400;
  padding: 0 25px 40px;
}
.home main .grand-visuel .container .bloc-de-texte .titre-section {
  color: #ffffff;
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  padding: 25px;
}
.home main .grand-visuel .container .bloc-de-texte .titre-tertiaire {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  padding: 50px 25px 0;
}
.home main .grand-visuel .container .bloc-de-texte .texte-section {
  padding: 35px 25px 0;
}
.home main .grand-visuel .container .bloc-de-texte .texte-section ul {
  list-style-type: none;
  padding-left: 40px;
}
.home main .grand-visuel .container .bloc-de-texte .texte-section ul li {
  position: relative;
  margin-bottom: 20px;
}
.home main .grand-visuel .container .bloc-de-texte .texte-section ul li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -40px;
  height: 31px;
  width: 27px;
  background-image: url(../img/ok-hexagone.png);
}
.home main .presentation {
  padding-top: 100px;
}
.home main .presentation .titre-section {
  margin-bottom: 20px;
}
.home main .presentation .textuel {
  padding-right: 30px;
}
.home main .presentation .visuel {
  padding-left: 30px;
}
.home main .informations-complementaires {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}
.home main .informations-complementaires .row {
  margin-left: -30px;
  margin-right: -30px;
}
.home main .informations-complementaires .info-comp {
  border-right: 1px solid #fcb43c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.home main .informations-complementaires .info-comp:nth-child(3n) {
  border-right: 0;
}
.home main .informations-complementaires .info-comp .intitule {
  text-transform: uppercase;
  font-weight: bold;
}
.home main .informations-complementaires .info-comp .intitule i {
  color: #fcb43c;
  font-size: 18px;
  margin-right: 5px;
}
.home main .tableau {
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  padding-top: 90px;
  padding-bottom: 70px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
.home main .tableau .texte-section table td {
  padding: 35px 20px !important;
}
.home main .video .titre-section {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  font-weight: 500;
}
.home main .video iframe {
  width: 100%;
  z-index: -1;
}
.page-id-9 main .grand-visuel .container .bloc-de-texte {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 600px;
  left: 15px;
}
.page-id-9 main .grand-visuel .container .bloc-de-texte .titre-section {
  color: #ffffff;
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  padding: 25px;
}
.page-id-9 main .grand-visuel .container .bloc-de-texte .texte-section {
  padding: 20px 30px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .titre-section {
  margin-bottom: 20px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .texte-section {
  margin-bottom: 30px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape {
  margin-bottom: 50px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .col-sm-6:first-child {
  padding-right: 30px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .col-sm-6:last-child {
  padding-left: 30px;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .fond {
  height: 310px;
  background-size: cover;
  background-position: center;
}
.page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .intitule {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fcb43c;
}
.page-id-9 main .resultat {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 30px;
}
.page-id-9 main .informations-complementaires {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-id-9 main .informations-complementaires .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-9 main .informations-complementaires .info-comp {
  border-right: 1px solid #fcb43c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.page-id-9 main .informations-complementaires .info-comp:nth-child(3n) {
  border-right: 0;
}
.page-id-9 main .informations-complementaires .info-comp .intitule {
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-9 main .informations-complementaires .info-comp .intitule i {
  color: #fcb43c;
  font-size: 18px;
  margin-right: 5px;
}
.page-id-10 main .titre-section {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-id-10 main .grand-visuel .container .texte-section {
  position: absolute;
  top: 40%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 530px;
  border-top: 1px solid #fcb43c;
  border-bottom: 1px solid #fcb43c;
  right: 15px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #6d6e71;
  padding: 20px 10px 0;
}
.page-id-10 main .efficacite {
  position: relative;
}
.page-id-10 main .efficacite .fond {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 0;
  background-size: cover;
  background-position: center;
}
.page-id-10 main .efficacite .textuel {
  padding-left: 30px;
  padding-top: 100px;
  padding-bottom: 80px;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee {
  position: relative;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .fond {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .fond2 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 50%;
  background-color: #ffffff;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .textuel {
  padding-right: 30px;
  color: #ffffff;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .textuel .titre-section {
  color: #ffffff;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .visuel {
  padding-left: 30px;
  text-align: center;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .row {
  padding-top: 100px;
}
.page-id-10 main .confort-et-securite-et-utilisation-simplifiee .row:last-child {
  padding-bottom: 80px;
}
.page-id-10 main .rentabilite-et-economie-denergie .visuel {
  padding-right: 30px;
  padding-top: 100px;
}
.page-id-10 main .rentabilite-et-economie-denergie .visuel .corps {
  position: relative;
  height: 100%;
}
.page-id-10 main .rentabilite-et-economie-denergie .visuel .corps img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-id-10 main .rentabilite-et-economie-denergie .textuel {
  padding-left: 30px;
}
.page-id-10 main .rentabilite-et-economie-denergie .textuel .row {
  padding-top: 100px;
}
.page-id-10 main .rentabilite-et-economie-denergie .textuel .row:last-child {
  padding-bottom: 80px;
}
.page-id-10 main .tableau {
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-id-10 main .tableau .titre-section {
  color: #ffffff;
  text-align: center;
  margin-bottom: 70px;
}
.page-id-10 main .tableau .texte-section table td {
  padding: 30px !important;
}
.page-id-11 main .grand-visuel .container .texte-section {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 600px;
  border-right: 8px solid #fcb43c;
  background-color: rgba(255,255,255,0.75);
  right: 15px;
  padding: 30px 30px 10px;
}
.page-id-11 main .tableau-comparatif {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-id-11 main .temoignages {
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  padding-top: 110px;
  padding-bottom: 80px;
}
.page-id-11 main .temoignages .temoignage {
  margin-bottom: 30px;
}
.page-id-11 main .temoignages .temoignage .corps {
  background-color: #ffffff;
  border-radius: 10px;
  height: 100%;
}
.page-id-11 main .temoignages .temoignage .corps .photo {
  height: 360px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-id-11 main .temoignages .temoignage .corps .identite {
  padding: 25px 0 10px;
  border-bottom: 1px solid #dadada;
  margin: 0 20px;
}
.page-id-11 main .temoignages .temoignage .corps .identite .prenom {
  font-weight: bold;
  color: #fcb43c;
}
.page-id-11 main .temoignages .temoignage .corps .contenu {
  padding: 20px 0 50px;
  margin: 0 20px;
  text-align: justify;
}
.page-id-12 main .grand-visuel .container .texte-section {
  position: absolute;
  top: 60%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 575px;
  border-right: 8px solid #fcb43c;
  right: 15px;
  color: #ffffff;
  padding: 20px 30px 0 0;
  text-shadow: 0px 0px 10px #6d6e71;
}
.page-id-12 main .produits {
  padding-top: 100px;
  padding-bottom: 65px;
}
.page-id-12 main .produits .container >.row {
  margin-top: 150px;
}
.page-id-12 main .produits .container >.row:first-child {
  margin-top: 0;
}
.page-id-12 main .produits .produit .corps {
  background-color: #f7f7f7;
  padding: 40px 30px 20px 30px;
  height: 100%;
}
.page-id-12 main .produits .produit .corps .textuel .titre-section {
  margin-bottom: 30px;
}
.page-id-12 main .produits .produit .corps .visuel img {
  position: absolute;
  right: 0;
  bottom: -50px;
  max-height: 400px;
}
.page-id-12 main .produits .produit.col-sm-6:first-child {
  padding-right: 30px;
}
.page-id-12 main .produits .produit.col-sm-6:last-child {
  padding-left: 30px;
}
.page-id-12 main .produits .produit.col-sm-6 .corps .visuel img {
  bottom: auto;
  top: 0;
}
.page-id-12 main .evo-iso .titre-en-bandeau {
  background-image: linear-gradient(to right,#fcb43c,#fccf31);
  background-color: #fcb43c;
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
}
.page-id-12 main .evo-iso .titre-en-bandeau .titre-section {
  color: #ffffff;
}
.page-id-12 main .evo-iso .contenu {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-id-12 main .evo-iso .contenu .textuel {
  padding-right: 30px;
}
.page-id-12 main .evo-iso .contenu .visuel {
  padding-left: 30px;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  width: 600px;
  left: 15px;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte .titre-section {
  color: #ffffff;
  background-color: #fcb43c;
  padding: 25px;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte .texte-section {
  background-color: #ffffff;
  padding: 25px 25px 5px;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte .action {
  padding: 0 20px 25px;
  background-color: #ffffff;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte .action .lien {
  background-color: #ffffff;
  color: #fcb43c;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding: 7.5px 15px;
  border: 2px solid #fcb43c;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: pointer;
}
.page-id-13 main .grand-visuel .container .bloc-de-texte .action .lien:hover {
  color: #ffffff;
  background-color: #fcb43c;
}
.page-id-13 main .marche-et-temoignage {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page-id-13 main .marche-et-temoignage .marche {
  padding-right: 35px;
}
.page-id-13 main .marche-et-temoignage .marche .titre-section {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}
.page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre {
  margin-bottom: 30px;
}
.page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre .valeur {
  font-size: 50px;
  line-height: 50px;
  color: #fcb43c;
  font-weight: bold;
}
.page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre .intitule {
  font-size: 18px;
  line-height: 22px;
}
.page-id-13 main .marche-et-temoignage .temoignage-client {
  padding-left: 35px;
}
.page-id-13 main .marche-et-temoignage .temoignage-client .corps {
  border: 1px solid #fcb43c;
  border-radius: 10px;
  background-color: #ffffff;
}
.page-id-13 main .marche-et-temoignage .temoignage-client .corps .titre {
  background-color: #fcb43c;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7.5px 25px;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18px;
}
.page-id-13 main .marche-et-temoignage .temoignage-client .corps .texte-section {
  padding: 50px 25px 20px;
  font-style: italic;
}
.page-id-13 main .avantages-complementaires {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-id-13 main .avantages-complementaires .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-13 main .avantages-complementaires .avantage {
  border-right: 1px solid #fcb43c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.page-id-13 main .avantages-complementaires .avantage:nth-child(3n) {
  border-right: 0;
}
.page-id-13 main .avantages-complementaires .avantage .pictogramme {
  height: 150px;
  line-height: 150px;
  text-align: center;
  margin-bottom: 30px;
}
.page-id-13 main .avantages-complementaires .avantage .pictogramme img {
  max-height: 100%;
}
.page-id-13 main .avantages-complementaires .avantage .intitule {
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-13 main .avantages-complementaires .avantage .intitule i {
  color: #fcb43c;
  font-size: 18px;
  margin-right: 5px;
}
.page-id-3 main .contenus-page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-id-3 main .contenus-page #texte-confidentialite h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-id-3 main .contenus-page #texte-confidentialite h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-id-3 main .contenus-page #texte-confidentialite h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-id-3 main .contenus-page #texte-confidentialite a {
  color: #494a4d;
}
.page-id-3 main .contenus-page #texte-confidentialite a:hover {
  color: #fccf31;
}
.page-id-6 main .contenus-page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-id-6 main .contenus-page h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-id-6 main .contenus-page h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-id-6 main .contenus-page a {
  color: #494a4d;
}
.page-id-6 main .contenus-page a:hover {
  color: #fcb43c;
}
@media screen and (max-width: 1380px) {
  body header {
    padding-bottom: 35px;
  }
  body header .logo {
    padding-top: 36px;
  }
  body header .logo img {
    max-width: 100%;
  }
  body header .logo .phrase {
    display: none;
  }
  body header .menu-principal .corps ul li {
    padding: 0 12.5px;
  }
  body header .menu-principal .corps ul li:last-child a {
    padding: 5px 12.5px;
  }
  body main .grand-visuel {
    height: 750px;
  }
}
#intent_info h4 {
  font-size: 1.25em;
  font-weight: bold;
  text-align: justify;
}
#intent_info h4 strong {
  text-transform: uppercase;
}
#intent_info h4 small {
  font-size: 0.9em;
}
#intent_info .nf-form-errors {
  display: none;
}
#intent_info .nf-form-fields-required {
  display: none;
}
#intent_info input[type=text] {
  padding: 5px;
  margin-top: 10px;
}
#intent_info #nf-field-18-container label {
  font-size: 0.65em;
}
#intent_info #nf-field-18-container input[type=checkbox] {
  display: block;
}
#intent_info input[type=button] {
  background-color: #fccf31;
  color: #494a4d;
  font-weight: bold;
  padding: 8px 25px;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  border: none;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  cursor: pointer;
}
#intent_info input[type=button]:hover {
  background-color: #f6c104;
}
@media screen and (max-width: 1200px) {
  body .container {
    max-width: 100%;
  }
  body .formulaire-fixe {
    right: 0px !important;
    top: auto;
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
    padding: 0px;
    border-width: 0;
  }
  body .formulaire-fixe #nf-form-1-cont .nf-form-title h3 {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    left: auto;
    top: -36px;
    right: 0;
    border-top-right-radius: 0;
    position: absolute;
    bottom: auto;
  }
  body .formulaire-fixe #nf-form-1-cont input[type="checkbox"] {
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -1;
    opacity: 0.1;
  }
  body .formulaire-fixe.active {
    padding: 30px 55px 15px;
    border-width: 1px;
  }
  body .formulaire-fixe.active #nf-form-1-cont .nf-form-wrap {
    height: 100%;
  }
  body header {
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    padding: 0;
    z-index: 800000000;
    position: fixed;
  }
  body header #menu-mobile {
    width: 42px;
    height: 42px;
    border: 1px solid #fcb43c;
    background-color: #fcb43c;
    color: #ffffff;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body header #menu-mobile:hover {
    background-color: #ffffff;
    color: #fcb43c;
  }
  body header #menu-tel {
    width: 42px;
    height: 42px;
    border: 1px solid #fcb43c;
    background-color: #fcb43c;
    color: #ffffff;
    position: absolute;
    top: 9px;
    right: 72px;
    display: block;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
    transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
  }
  body header #menu-tel:hover {
    background-color: #ffffff;
    color: #fcb43c;
  }
  body header .logo {
    padding-top: 7px;
  }
  body header .logo img {
    max-width: none;
    height: 46px;
  }
  body header .menu-principal {
    position: fixed;
    top: 60px;
    left: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    background-color: #ffffff;
    height: 100%;
    border-right: 1px solid #fcb43c;
    text-align: left;
    padding: 0;
    display: none;
  }
  body header .menu-principal .entete {
    display: none;
  }
  body header .menu-principal .corps ul li {
    display: block;
    padding: 0;
  }
  body header .menu-principal .corps ul li:after {
    display: none;
  }
  body header .menu-principal .corps ul li:last-child a {
    background-color: transparent;
    border: 0;
    display: block;
    border-radius: 0;
    color: #6d6e71;
  }
  body header .menu-principal .corps ul li.current-menu-item a {
    background-color: #fcb43c;
    color: #ffffff;
  }
  body header .menu-principal .corps ul li a {
    padding: 7.5px 15px !important;
    display: block;
  }
  body header .menu-principal .corps ul li a:after {
    display: none;
  }
  body header .menu-principal .corps ul li a:hover {
    background-color: #fcb43c;
    color: #ffffff;
  }
  body main {
    padding-top: 60px;
  }
  body main .grand-visuel {
    height: 620px;
  }
  body main .grand-visuel .descendre-vers-contenu-page {
    bottom: 30px;
  }
  body footer .corps .acces-liens {
    padding-bottom: 1rem;
  }
  body footer .corps .acces-liens .menu-navigation {
    display: none;
  }
  body footer .corps .acces-liens .coordonnees {
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1rem;
  }
  body footer .corps .acces-liens .coordonnees .titre {
    display: none;
  }
  body footer .corps .acces-liens .coordonnees .info {
    display: none;
    text-align: left;
    margin-bottom: .2rem;
  }
  body footer .corps .acces-liens .coordonnees .keros {
    margin-top: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  body footer .corps .phrase {
    font-size: 13px;
    border-top: 0;
  }
  body footer .infos-legales {
    padding-top: 15px;
    padding-bottom: 45px;
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .home main .tableau {
    font-size: 24px;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .page-id-12 main .produits .produit.col-sm-6 .corps .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-12 main .produits .produit.col-sm-6 .corps .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-12 main .produits .produit.col-sm-6 .corps .visuel img {
    position: static;
  }
  .page-id-12 main .produits .produit.col-sm-6:first-child .corps .visuel {
    margin-bottom: 20px;
  }
  .page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre .valeur {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  body #grdp_barre_maxi,
  body #grdp_barre_mini {
    display: none !important;
  }
  body .formulaire-fixe {
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-bottom: 0;
  }
  body .formulaire-fixe .fermer-formulaire {
    display: none;
  }
  body .formulaire-fixe #nf-form-1-cont {
    font-size: 12px;
  }
  body .formulaire-fixe #nf-form-1-cont .nf-error-msg {
    font-size: 10px;
  }
  body .formulaire-fixe #nf-form-1-cont .nf-form-title h3 {
    border-radius: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  body .formulaire-fixe #nf-form-1-cont .nf-field-container {
    margin-bottom: 5px;
  }
  body .formulaire-fixe #nf-form-1-cont input,
  body .formulaire-fixe #nf-form-1-cont textarea,
  body .formulaire-fixe #nf-form-1-cont select {
    padding: 2.5px 15px;
  }
  body .formulaire-fixe #nf-form-1-cont .list-checkbox-wrap [type="checkbox"]:checked + label,
  body .formulaire-fixe #nf-form-1-cont .list-checkbox-wrap [type="checkbox"]:not(:checked) + label {
    font-size: 12px;
  }
  body .formulaire-fixe #nf-form-1-cont .list-checkbox-wrap [type="checkbox"]:checked,
  body .formulaire-fixe #nf-form-1-cont .list-checkbox-wrap [type="checkbox"]:not(:checked) {
    top: 2px;
  }
  body .formulaire-fixe #nf-form-1-cont #nf-field-11-container [type="checkbox"]:checked + label,
  body .formulaire-fixe #nf-form-1-cont #nf-field-11-container [type="checkbox"]:not(:checked) + label {
    font-size: 8px;
    line-height: 12px;
  }
  body .formulaire-fixe #nf-form-1-cont textarea {
    height: 60px;
  }
  body .formulaire-fixe.active {
    padding: 15px 15px 5px;
  }
  body header .logo {
    padding-top: 12px;
  }
  body header .logo img {
    height: 36px;
  }
  body main .grand-visuel {
    height: auto;
    background-image: none !important;
    background-color: #f7f7f7;
  }
  body main .grand-visuel .descendre-vers-contenu-page {
    display: none;
  }
  body main .titre-section {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
  body main .texte-section {
    font-size: 14px;
    line-height: 18px;
  }
  body footer .corps .phrase {
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body footer .infos-legales {
    font-size: 11px;
    padding-bottom: 50px;
  }
  body footer .infos-legales .logo-idcom {
    display: none;
  }
  .home main .grand-visuel .container .bloc-de-texte {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  .home main .grand-visuel .container .bloc-de-texte .titre-principal {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0;
  }
  .home main .grand-visuel .container .bloc-de-texte .titre-section {
    padding: 10px 15px;
  }
  .home main .grand-visuel .container .bloc-de-texte .titre-tertiaire {
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .home main .grand-visuel .container .bloc-de-texte .texte-section {
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .home main .grand-visuel .container .bloc-de-texte .texte-section ul {
    padding-left: 30px;
  }
  .home main .grand-visuel .container .bloc-de-texte .texte-section ul li {
    margin-bottom: 15px;
  }
  .home main .grand-visuel .container .bloc-de-texte .texte-section ul li:before {
    top: 0px;
    left: -30px;
    height: 24px;
    width: 21px;
    background-size: contain;
  }
  .home main .presentation {
    padding-top: 30px;
  }
  .home main .presentation .textuel {
    padding-right: 15px;
  }
  .home main .presentation .visuel {
    padding-left: 15px;
  }
  .home main .informations-complementaires {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home main .informations-complementaires .info-comp {
    border-right: 0;
  }
  .home main .tableau {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .home main .tableau .texte-section table td {
    padding: 10px 5px !important;
    font-size: 13px;
    line-height: 16px;
  }
  .home main .video .titre-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-9 main .grand-visuel .container .bloc-de-texte {
    padding-top: 20px;
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  .page-id-9 main .grand-visuel .container .bloc-de-texte .titre-section {
    padding: 10px 15px;
  }
  .page-id-9 main .grand-visuel .container .bloc-de-texte .texte-section {
    padding: 10px 0 0;
    font-size: 14px;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape {
    margin-bottom: 30px;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .fond {
    height: 150px;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .col-sm-6:first-child {
    padding-right: 7.5px;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .visuels .col-sm-6:last-child {
    padding-left: 7.5px;
  }
  .page-id-9 main .maitrise-des-frequences-vectorielles .etapes .etape .intitule {
    margin-top: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 18px;
  }
  .page-id-9 main .resultat {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-id-9 main .informations-complementaires {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-10 main .grand-visuel .container .texte-section {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 0;
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
    color: #494a4d;
    text-shadow: none;
  }
  .page-id-10 main .efficacite .fond {
    display: none;
  }
  .page-id-10 main .efficacite .textuel {
    padding: 30px 0 10px;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .fond {
    width: 100%;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .fond2 {
    display: none;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .textuel {
    padding-right: 15px;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .visuel {
    padding-left: 15px;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .row {
    padding-top: 30px;
  }
  .page-id-10 main .confort-et-securite-et-utilisation-simplifiee .row:last-child {
    padding-bottom: 30px;
  }
  .page-id-10 main .rentabilite-et-economie-denergie .visuel {
    display: none;
  }
  .page-id-10 main .rentabilite-et-economie-denergie .textuel {
    padding-left: 15px;
  }
  .page-id-10 main .rentabilite-et-economie-denergie .textuel .row {
    padding-top: 30px;
  }
  .page-id-10 main .rentabilite-et-economie-denergie .textuel .row:last-child {
    padding-bottom: 10px;
  }
  .page-id-10 main .tableau {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-id-10 main .tableau .titre-section {
    margin-bottom: 30px;
  }
  .page-id-10 main .tableau .texte-section table td {
    padding: 10px 5px !important;
    font-size: 13px;
  }
  .page-id-11 main .grand-visuel .container .texte-section {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 0;
    background-color: transparent;
    border-right: 0;
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
    color: #494a4d;
    text-shadow: none;
  }
  .page-id-11 main .tableau-comparatif {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-11 main .tableau-comparatif .texte-section {
    font-size: 12px;
    line-height: 14px;
  }
  .page-id-11 main .tableau-comparatif .texte-section table td {
    padding: 5px 4px !important;
  }
  .page-id-11 main .temoignages {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-id-11 main .temoignages .temoignage .corps .photo {
    height: 150px;
  }
  .page-id-11 main .temoignages .temoignage .corps .identite {
    padding: 10px 0 10px;
    margin: 0 15px;
  }
  .page-id-11 main .temoignages .temoignage .corps .identite .age-et-ville {
    font-size: 14px;
    line-height: 18px;
  }
  .page-id-11 main .temoignages .temoignage .corps .contenu {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 20px;
    margin: 0 15px;
  }
  .page-id-12 main .grand-visuel .container .texte-section {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 0;
    background-color: transparent;
    border-right: 0;
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
    color: #494a4d;
    text-shadow: none;
  }
  .page-id-12 main .produits {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-12 main .produits .container >.row {
    margin-top: 30px;
  }
  .page-id-12 main .produits .produit .corps {
    padding: 20px 15px;
  }
  .page-id-12 main .produits .produit .corps .visuel {
    text-align: center;
  }
  .page-id-12 main .produits .produit .corps .visuel img {
    max-height: 200px;
    position: static;
  }
  .page-id-12 main .produits .produit .corps .textuel .titre-section {
    margin-bottom: 20px;
  }
  .page-id-12 main .produits .produit.col-sm-6:first-child {
    padding-right: 15px;
  }
  .page-id-12 main .produits .produit.col-sm-6:last-child {
    padding-left: 15px;
    margin-top: 30px;
  }
  .page-id-12 main .evo-iso .contenu {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-id-12 main .evo-iso .contenu .textuel {
    padding-right: 15px;
  }
  .page-id-12 main .evo-iso .contenu .visuel {
    padding-left: 15px;
  }
  .page-id-13 main .grand-visuel {
    padding-bottom: 15px;
  }
  .page-id-13 main .grand-visuel .container .bloc-de-texte {
    padding-top: 20px;
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    width: 100%;
  }
  .page-id-13 main .grand-visuel .container .bloc-de-texte .titre-section {
    padding: 10px 15px;
  }
  .page-id-13 main .grand-visuel .container .bloc-de-texte .texte-section {
    font-size: 14px;
    padding: 15px 15px 1px;
  }
  .page-id-13 main .grand-visuel .container .bloc-de-texte .action .lien {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-13 main .marche-et-temoignage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-id-13 main .marche-et-temoignage .marche {
    padding-right: 15px;
  }
  .page-id-13 main .marche-et-temoignage .marche .titre-section {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre {
    margin-bottom: 15px;
  }
  .page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre .valeur {
    font-size: 24px;
    line-height: 28px;
  }
  .page-id-13 main .marche-et-temoignage .marche .chiffres .chiffre .intitule {
    font-size: 14px;
    line-height: 18px;
  }
  .page-id-13 main .marche-et-temoignage .temoignage-client {
    padding-left: 15px;
  }
  .page-id-13 main .marche-et-temoignage .temoignage-client .corps .titre {
    font-size: 16px;
    padding: 5px 15px;
  }
  .page-id-13 main .marche-et-temoignage .temoignage-client .corps .texte-section {
    padding: 20px 15px 0;
  }
  .page-id-13 main .avantages-complementaires {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page-id-13 main .avantages-complementaires .avantage .pictogramme {
    height: 120px;
    line-height: 120px;
  }
  .page-id-6 main .contenus-page {
    padding-bottom: 10px;
  }
  .page-id-6 main .texte-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-id-6 main .texte-section h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .page-id-3 main .contenus-page {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .page-id-3 main .texte-section #texte-confidentialite h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .page-id-3 main .texte-section #texte-confidentialite h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .page-id-3 main .texte-section #texte-confidentialite h4 {
    font-size: 14px;
    line-height: 18px;
  }
}
