/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur,
.conteneur_large {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  max-width: 1200px;
}
.conteneur_large {
  max-width: 1920px;
}
.paddingcontent {
  padding: 20px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-weight: 300;
  line-height: 1.3;
}
p a {
  color: #39646B;
}
a {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
blockquote {
  position: relative;
  font-style: italic;
  border: 1px solid #ededed;
  padding: 20px 20px 0 20px;
  margin-top: 30px;
}
blockquote:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/blockquote-vert.png) center center no-repeat;
  background-size: 32px 32px;
  position: absolute;
  left: -8px;
  top: -21px;
}
/** HEADER **/
/* MENU */
/*MENU MOBILE*/
header#masthead.mobile {
  height: 60px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
}
header#masthead.mobile #logo img {
  width: 94.5px;
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  display: inline-block;
  width: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
header#masthead.mobile .btn_toggle span {
  width: 20px;
  height: 1px;
  background-color: #8BC540;
  margin: 4px auto;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -320px;
  z-index: 100;
  width: 320px;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .top {
  position: relative;
}
header#masthead.mobile .sidebar .top .close {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 40px;
  width: 40px;
  z-index: 10;
  background-color: #e6e6e6;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .top .close span {
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 19px;
  left: 11px;
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
header#masthead.mobile .sidebar .top .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
  padding-top: 60px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition-delay: 0.2s;
}
header#masthead.mobile .sidebar .menu-menu-principal-container {
  height: 100%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu {
  overflow: auto;
  padding-bottom: 62px;
  box-sizing: border-box;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item {
  position: relative;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item span {
  color: #000;
  padding: 15px 50px;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children > a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children span {
  padding-right: 80px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu {
  background: #e6e6e6;
  display: none;
  padding: 10px 0;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu a,
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .sub-menu span {
  font-weight: 300;
  font-size: 16px;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .next {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e6e6e6;
  top: 9px;
  right: 50px;
  border-radius: 50%;
}
header#masthead.mobile .sidebar .menu-menu-principal-container #primary-menu .menu-item.menu-item-has-children .next:after {
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 10px;
  left: 11px;
}
header#masthead.mobile .sidebar.open {
  right: 0;
}
header#masthead.mobile .sidebar.open nav {
  opacity: 1;
  transform: translateX(0);
}
/* */
/** END HEADER **/
/** CONSTRUCTEUR DE PAGE **/
.fl-rich-text p,
.fl-accordion-content p,
.fl-tabs p,
.fl-rich-text li,
.fl-accordion-content li,
.fl-tabs li,
.fl-rich-text h1,
.fl-accordion-content h1,
.fl-tabs h1,
.fl-rich-text h2,
.fl-accordion-content h2,
.fl-tabs h2,
.fl-rich-text h3,
.fl-accordion-content h3,
.fl-tabs h3,
.fl-rich-text h4,
.fl-accordion-content h4,
.fl-tabs h4,
.fl-rich-text h5,
.fl-accordion-content h5,
.fl-tabs h5,
.fl-rich-text h6,
.fl-accordion-content h6,
.fl-tabs h6 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fl-rich-text p strong,
.fl-accordion-content p strong,
.fl-tabs p strong,
.fl-rich-text li strong,
.fl-accordion-content li strong,
.fl-tabs li strong,
.fl-rich-text h1 strong,
.fl-accordion-content h1 strong,
.fl-tabs h1 strong,
.fl-rich-text h2 strong,
.fl-accordion-content h2 strong,
.fl-tabs h2 strong,
.fl-rich-text h3 strong,
.fl-accordion-content h3 strong,
.fl-tabs h3 strong,
.fl-rich-text h4 strong,
.fl-accordion-content h4 strong,
.fl-tabs h4 strong,
.fl-rich-text h5 strong,
.fl-accordion-content h5 strong,
.fl-tabs h5 strong,
.fl-rich-text h6 strong,
.fl-accordion-content h6 strong,
.fl-tabs h6 strong {
  font-weight: bold;
}
.fl-rich-text p a,
.fl-accordion-content p a,
.fl-tabs p a,
.fl-rich-text li a,
.fl-accordion-content li a,
.fl-tabs li a,
.fl-rich-text h1 a,
.fl-accordion-content h1 a,
.fl-tabs h1 a,
.fl-rich-text h2 a,
.fl-accordion-content h2 a,
.fl-tabs h2 a,
.fl-rich-text h3 a,
.fl-accordion-content h3 a,
.fl-tabs h3 a,
.fl-rich-text h4 a,
.fl-accordion-content h4 a,
.fl-tabs h4 a,
.fl-rich-text h5 a,
.fl-accordion-content h5 a,
.fl-tabs h5 a,
.fl-rich-text h6 a,
.fl-accordion-content h6 a,
.fl-tabs h6 a {
  font-weight: 700;
  border-bottom: 1px solid #39646B;
  color: #39646B;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text p a:hover,
.fl-accordion-content p a:hover,
.fl-tabs p a:hover,
.fl-rich-text li a:hover,
.fl-accordion-content li a:hover,
.fl-tabs li a:hover,
.fl-rich-text h1 a:hover,
.fl-accordion-content h1 a:hover,
.fl-tabs h1 a:hover,
.fl-rich-text h2 a:hover,
.fl-accordion-content h2 a:hover,
.fl-tabs h2 a:hover,
.fl-rich-text h3 a:hover,
.fl-accordion-content h3 a:hover,
.fl-tabs h3 a:hover,
.fl-rich-text h4 a:hover,
.fl-accordion-content h4 a:hover,
.fl-tabs h4 a:hover,
.fl-rich-text h5 a:hover,
.fl-accordion-content h5 a:hover,
.fl-tabs h5 a:hover,
.fl-rich-text h6 a:hover,
.fl-accordion-content h6 a:hover,
.fl-tabs h6 a:hover {
  color: #8BC540;
  border-color: #8BC540;
}
.fl-rich-text ul,
.fl-accordion-content ul,
.fl-tabs ul {
  margin-bottom: 20px;
}
.fl-rich-text ul li,
.fl-accordion-content ul li,
.fl-tabs ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  color: #5B5B5B;
}
.fl-rich-text ul li:last-of-type,
.fl-accordion-content ul li:last-of-type,
.fl-tabs ul li:last-of-type {
  margin-bottom: 0;
}
.fl-rich-text ul li:before,
.fl-accordion-content ul li:before,
.fl-tabs ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #8BC540;
  border-radius: 50%;
}
.fl-rich-text ul li a,
.fl-accordion-content ul li a,
.fl-tabs ul li a {
  color: #39646B;
}
.fl-rich-text ol,
.fl-accordion-content ol,
.fl-tabs ol {
  counter-reset: item;
}
.fl-rich-text ol li,
.fl-accordion-content ol li,
.fl-tabs ol li {
  counter-increment: item;
  padding: 0 0 0 45px;
  position: relative;
}
.fl-rich-text ol li:before,
.fl-accordion-content ol li:before,
.fl-tabs ol li:before {
  content: counter(item) ".";
  color: #8BC540;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -13px;
}
.fl-rich-text table thead td,
.fl-accordion-content table thead td,
.fl-tabs table thead td {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.fl-rich-text table tr td,
.fl-accordion-content table tr td,
.fl-tabs table tr td {
  padding: 15px;
}
.fl-rich-text table tr td:not(:last-of-type),
.fl-accordion-content table tr td:not(:last-of-type),
.fl-tabs table tr td:not(:last-of-type) {
  border-right: 2px solid #fff;
}
.fl-rich-text table tbody tr:nth-of-type(2n),
.fl-accordion-content table tbody tr:nth-of-type(2n),
.fl-tabs table tbody tr:nth-of-type(2n) {
  background-color: #e6e6e6;
}
.fl-rich-text table p,
.fl-accordion-content table p,
.fl-tabs table p {
  margin-bottom: 0;
}
.fl-accordion .fl-accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 20px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button {
  color: #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 23px;
  padding: 15px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button a {
  outline: none !important;
  color: #39646B;
}
.fl-accordion .fl-accordion-item .fl-accordion-button .fl-accordion-button-icon {
  padding: 4px 0;
  width: 28px;
  background: #39646B;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a {
  color: #39646B;
}
.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-icon {
  background: #8BC540;
}
.fl-accordion .fl-accordion-item .fl-accordion-content {
  background-color: #ffffff;
  padding: 50px;
}
.fl-accordion .fl-accordion-item .fl-accordion-button-icon-right {
  opacity: 1;
}
.fl-tabs-panels {
  background-color: #000;
  border: none;
}
.fl-tabs-panels .fl-tabs-label {
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  outline: none !important;
}
.fl-tabs-panels .fl-tabs-label.fl-tab-active {
  background-color: #000000;
  color: #fff;
  border: 0;
  padding: 15px;
  outline: none;
}
.fl-tabs-panels .fl-tabs-panel {
  border: none;
}
.fl-tabs-panels .fl-tabs-panel-content {
  background-color: #e6e6e6;
  padding: 30px 20px;
}
.fl-tabs-labels {
  background-color: #000;
}
.fl-tabs-labels .fl-tabs-label {
  color: #ffffff;
  padding: 30px;
  font-weight: bold;
  text-transform: uppercase;
  outline: none !important;
}
.fl-tabs-labels .fl-tabs-label.fl-tab-active {
  background-color: #000000;
  color: #fff;
  border: 0;
}
.transparence {
  opacity: 0.5;
}
.bouton-primalia {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 33px;
  padding: 6px 40px 6px 6px;
  overflow: hidden;
  max-width: 320px;
  margin: 0 auto;
}
.bouton-primalia:before,
.bouton-primalia:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.bouton-primalia:before {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  transition: all 0.25s;
}
.bouton-primalia:after {
  width: 45px;
  height: 30px;
  left: 11px;
}
.bouton-primalia .fl-module-content {
  flex: 1;
  margin: 0;
  padding: 0 0 0 0;
}
.bouton-primalia a {
  border: none !important;
  padding: 9px 5px 9px 59px !important;
}
.bouton-primalia a .fl-button-text {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #39646B;
  margin: 0 0 0 7px;
  display: block;
  transition: all 0.2s;
  min-height: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.bouton-primalia a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 25px !important;
  transition: all 0.25s;
}
.bouton-primalia:hover:before {
  width: calc(100% - 13px);
}
.bouton-primalia:hover a .fl-button-text,
.bouton-primalia:hover a i {
  color: #fff !important;
}
.bouton-primalia.maison:before {
  background: #a0c6cc;
}
.bouton-primalia.maison:after {
  background: url(../images/picto-isolation-maison-blanc-2x.png) center center no-repeat;
  background-size: 45px 30px;
}
.bouton-primalia.chauffage:before {
  background: #ffdfcf;
}
.bouton-primalia.chauffage:after {
  background: url(../images/picto-changement-chauffage-2x.png) center center no-repeat;
  background-size: 45px 30px;
}
.bouton-primalia.electrique:before {
  background: #d6ebbb;
}
.bouton-primalia.electrique:after {
  background: url(../images/picto-rouler-electrique-2x.png) center center no-repeat;
  background-size: 45px 30px;
}
/** END CONSTRUCTEUR DE PAGE **/
#bandeau {
  padding: 20px;
  background-color: #e6e6e6;
}
#bandeau h1 {
  font-size: 30px;
  line-height: 1.2;
}
#breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
/** HAUT **/
#visuel_haut_page {
  position: relative;
}
#visuel_haut_page:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
#titre_haut_h {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 43px;
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  min-height: 96px;
}
#lien_certif_cee {
  padding: 0 20px;
}
#lien_certif_cee span {
  opacity: 0;
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: block;
  color: #39646B;
  transition: all 0.25s;
}
#lien_certif_cee #certificat_cee {
  margin: 0 auto 20px auto;
  transition: all 0.25s;
}
#lien_certif_cee:hover #certificat_cee {
  box-shadow: 0px 20px 10px -15px #b7b7b7;
  transform: translate(0px, -5px);
}
#lien_certif_cee:hover span {
  opacity: 1;
}
#haut_page.contenu {
  background: #39646B;
  padding-bottom: 20px;
}
#haut_page.contenu #breadcrumbs a,
#haut_page.contenu #breadcrumbs span {
  color: #fff;
}
#haut_page.contenu #titre_haut_h {
  position: relative;
  top: 0;
  min-height: auto;
}
/** END HAUT **/
/** FIL ARIANE **/
#breadcrumbs {
  padding: 20px;
}
#breadcrumbs span,
#breadcrumbs a {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #39646B;
  text-transform: uppercase;
  font-size: 10px;
}
/** END FIL ARIANE **/
/** ELIGIBLE **/
.travaux2 {
  padding: 0 20px;
}
.tabvert .tabs-nav {
  margin-top: 10px;
}
.tabvert .tabs-nav li {
  margin: 0 0 10px 0;
}
.tabvert .tabs-nav li a {
  display: block;
  background: #39646B;
  padding: 10px 30px 10px 18px;
  border-radius: 40px;
  position: relative;
  transition: all 0.25s;
}
.tabvert .tabs-nav li a .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
}
.tabvert .tabs-nav li a .titre i {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 18px;
  top: 12px;
  transition: all 0.25s;
}
.tabvert .tabs-nav li a:hover {
  text-decoration: none;
}
.tabvert .tabs-nav li.tab-active a {
  background: #8BC540;
}
.tabvert .tabs-nav li.tab-active a .titre i {
  transform: rotate(90deg);
}
.tabvert .tabs-stage {
  padding: 10px;
}
.liste_visuel_d {
  margin-top: 15px;
  opacity: 0.5;
  border-radius: 30px;
  overflow: hidden;
}
.liste_visuel_d img {
  border-radius: 30px;
}
.mt15 {
  margin-top: 15px;
}
/** ELIGIBLE **/
/** PRIMES **/
.primes {
  padding: 20px;
}
/** END PRIMES **/
/** DEMANDE / CTA **/
#demande_calcul_bandeau {
  padding: 0 20px;
}
#demande_calcul_bandeau .savoir_provenance {
  background: url(../images/forme-demande-2x.png) center top no-repeat #fff;
  background-size: 100%;
  max-width: 350px;
}
#demande_calcul_bandeau .savoir_provenance #titre_sstitre_s {
  color: #fff;
  padding: 0 30px 0 0;
  min-height: 200px;
}
#demande_calcul_bandeau .savoir_provenance #titre_sstitre_s #titre_s {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px;
}
#demande_calcul_bandeau .savoir_provenance #titre_sstitre_s #sstitre_s {
  font-size: 12px;
  line-height: 15px;
}
#bouton_cta_h {
  padding: 20px;
}
#bouton_cta_h .button {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 33px;
  padding: 6px 40px 6px 6px;
  overflow: hidden;
}
#bouton_cta_h .button .picto {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bouton_cta_h .button .picto img {
  width: 45px;
  height: 30px;
}
#bouton_cta_h .button .title {
  flex: 1;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #39646B;
  margin: 0 0 0 7px;
  transition: all 0.2s;
}
#bouton_cta_h .button .bg {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: -1;
  border-radius: 27px;
  transition: all 0.25s;
}
#bouton_cta_h .button i {
  color: #39646B;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.2s;
}
#bouton_cta_h .button:hover .bg {
  width: calc(100% - 13px);
}
/** DEMANDE / CTA **/
/** ETAPES **/
#etapes {
  background: #F3F9EB;
  padding: 20px;
  text-align: center;
  margin: 20px auto 0 auto;
}
#etapes #titre_etapes {
  margin-bottom: 20px;
}
#etapes #liste_etapes {
  margin: 0 auto;
}
#etapes #liste_etapes .une_etape {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 2px 24px 0px rgba(194, 202, 183, 0.6);
  margin-top: 20px;
  padding: 30px 20px 30px 20px;
  position: relative;
}
#etapes #liste_etapes .une_etape .num {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 14px 0;
  width: 46px;
  background: url(../images/picto-numetape-2x.png) center center no-repeat;
  background-size: 46px 46px;
}
#etapes #liste_etapes .une_etape .picto_titre {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 10px 0;
}
#etapes #liste_etapes .une_etape .picto_titre .picto img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
#etapes #liste_etapes .une_etape .picto_titre .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #39646B;
  font-size: 22px;
  line-height: 23px;
  width: 135px;
  text-align: left;
  margin: 0 0 0 10px;
}
#etapes #liste_etapes .une_etape .txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #39646B;
  margin-bottom: 15px;
}
#etapes #liste_etapes .une_etape .lien {
  background: #39646B;
  color: #fff;
  padding: 8px 0;
  width: 28px;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.25s;
}
#etapes #liste_etapes .une_etape .lien:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/** END ETAPES **/
/** REASSURANCE **/
#reassurance_primalia {
  background: #F4AB10;
  border-radius: 16px;
  margin: 20px;
}
#reassurance_primalia #conteneur_reasssurance {
  padding: 30px;
}
#reassurance_primalia #conteneur_reasssurance .une_rea {
  text-align: center;
}
#reassurance_primalia #conteneur_reasssurance .une_rea .picto img {
  width: 75px;
  height: 50px;
  margin: 0 auto;
}
#reassurance_primalia #conteneur_reasssurance .une_rea .titre_txt {
  margin-top: 5px;
}
#reassurance_primalia #conteneur_reasssurance .une_rea .titre_txt .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
#reassurance_primalia #conteneur_reasssurance .une_rea .titre_txt .txt {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1;
}
#reassurance_primalia #conteneur_reasssurance .une_rea:not(:last-child) {
  margin-bottom: 20px;
}
/** END REASSURANCE **/
/** CTA **/
.cta_primalia {
  background: #39646B;
  padding: 20px;
}
.cta_primalia #contenu_cta .button {
  display: flex;
  align-items: center;
  background: #fff;
  color: #39646B;
  border: 1px solid #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 25px 16px 25px;
  border-radius: 30px;
  transition: all 0.25s;
  width: 260px;
  margin-top: 20px;
}
.cta_primalia #contenu_cta .button i {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.cta_primalia #contenu_cta .button:hover {
  background: #8BC540;
  color: #fff;
}
/** END CTA **/
/** GUIDE RENOVATION **/
#guide_renovation #conteneur_renovation #titre_guide {
  padding: 20px 20px 20px 85px;
  background: url(../images/picto-guide-2x.png) left 20px top 37px no-repeat;
  background-size: 47px 57px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #titre_dossier {
  padding: 0 0 10px 20px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .visuel {
  margin-bottom: 15px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .titre_extrait {
  padding: 20px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .titre_extrait .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 18px;
  line-height: 20px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .titre_extrait .titre a {
  color: #39646B;
  transition: all 0.25s;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .titre_extrait .titre a:hover {
  color: #8BC540;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant .titre_extrait .extrait {
  color: #5B5B5B;
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
}
#guide_renovation #conteneur_renovation #article_avant_liste #article_avant #lien_avant {
  margin: 0 0 20px 20px;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article {
  border-bottom: 1px solid rgba(57, 100, 107, 0.1);
  padding: 20px;
  position: relative;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #39646B;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .extrait {
  margin: 15px 0;
  color: #5B5B5B;
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .button {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #39646B;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.25s;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .button i {
  color: #39646B;
  margin: 0 0 0 5px;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .button:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .button:hover {
  color: #8BC540;
}
#guide_renovation #conteneur_renovation #liste_actus .un_article .button:hover i {
  color: #8BC540;
}
/** END GUIDE RENOVATION **/
/** THEMATIQUES **/
#thematiques_primalia #conteneur_thematiques {
  background: #DFEDEF;
  text-align: center;
  padding: 20px 10px;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique {
  margin: 0 10px 20px 10px;
  background: #fff;
  width: 150px;
  height: 120px;
  border-radius: 18px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique .rond {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -30px);
  z-index: 0;
  transition: all 0.25s;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique .picto {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique .picto img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique .titre {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 17px;
  padding: 0 10px;
  line-height: 18px;
  position: relative;
  z-index: 2;
  transition: all 0.25s;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique .lien {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique:hover .rond {
  width: 218px;
  height: 218px;
}
#thematiques_primalia #conteneur_thematiques #toutes_thematiques {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 10px 10px 10px 10px;
  transition: all 0.25s;
}
#thematiques_primalia #conteneur_thematiques #toutes_thematiques i {
  color: #39646B;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#thematiques_primalia #conteneur_thematiques #toutes_thematiques:hover {
  color: #8BC540;
}
#thematiques_primalia #conteneur_thematiques #toutes_thematiques:hover i {
  color: #8BC540;
}
/** END THEMATIQUES **/
/** SAVOIR **/
.savoir_provenance {
  background: url(../images/forme-savoir-2x.png) center top no-repeat #fff;
  background-size: contain;
  padding: 40px 20px 40px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
.savoir_provenance #titre_savoir_provenance {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.savoir_provenance #titre_savoir_provenance:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/picto-information-2x.png) center center no-repeat;
  background-size: 21px 21px;
  margin: -2px 10px 0 0;
}
.savoir_provenance .un_savoir {
  margin-bottom: 15px;
  color: #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 2px 0 2px 30px;
  background: url(../images/picto-check-2x.png) left 0px top 2px no-repeat;
  background-size: 24px 19px;
}
/** END SAVOIR **/
/** ACCORDEON **/
#accordeon {
  background: #DFEDEF;
}
#accordeon .accordion {
  padding: 20px;
}
.accordion__item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 15px 65px 15px 25px;
  color: #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
  transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
  margin-bottom: 0;
}
.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 19px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  background-color: #39646B;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion__item .accordion__title .accordion__arrow:before,
.accordion__item .accordion__title .accordion__arrow:after {
  content: "";
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  position: absolute;
}
.accordion__item .accordion__title .accordion__arrow:before {
  width: 10px;
  height: 2px;
  top: 13px;
  left: 9px;
}
.accordion__item .accordion__title .accordion__arrow:after {
  width: 2px;
  height: 10px;
  top: 9px;
  left: 13px;
}
.accordion__item .accordion__rotate {
  transform: rotate(225deg);
}
.accordion__item .accordion__content {
  padding: 10px 30px 30px 30px;
  font-size: 14px;
  display: none;
  background-color: #ffffff;
}
.accordion__item .accordion__arrow-item {
  font-weight: 700;
}
/** ACCORDEON **/
/** ARTICLES **/
#intro_articles {
  margin-bottom: 20px;
}
#liste_articles {
  max-width: 300px;
  margin: 30px auto;
}
#liste_articles .un_article {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#liste_articles .un_article .visuel {
  position: relative;
}
#liste_articles .un_article .visuel .lien_categ {
  color: #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 23px;
  max-width: 80%;
  border-radius: 0px 0px 10px 0px;
}
#liste_articles .un_article .extrait_lien {
  padding: 30px 25px;
  background: #DFEDEF;
}
#liste_articles .un_article .extrait_lien .title_extrait .title {
  font-size: 15px;
  line-height: 18px;
  color: #39646B;
  margin-bottom: 15px;
}
#liste_articles .un_article .extrait_lien a:hover {
  text-decoration: none;
}
#liste_articles .un_article:not(:last-child) {
  margin-bottom: 20px;
}
#liste_articles .navigation .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#liste_articles .navigation .nav-links .page-numbers {
  border: 1px solid #39646B;
  color: #39646B;
  transition: all 0.25s;
  padding: 0 5px 0 5px;
  line-height: 21px;
  display: block;
  margin: 0 3px 6px 3px;
}
#liste_articles .navigation .nav-links .page-numbers.current {
  background: #39646B;
  color: #fff;
}
#liste_articles .navigation .nav-links .page-numbers.next,
#liste_articles .navigation .nav-links .page-numbers.prev {
  border: none;
  text-decoration: underline;
  font-size: 12px;
}
#liste_categories {
  max-width: 300px;
  margin: 0px auto 30px auto;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(57, 100, 107, 0.2);
}
#liste_categories ul li a {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 15px;
}
#liste_categories ul li a .color {
  background-color: #DFEDEF;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
#liste_categories ul li a .picto img {
  width: 50px;
  height: 50px;
}
#liste_categories ul li a .nom {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 16px;
  margin-left: 15px;
}
#liste_categories ul li a .nb {
  background: #8BC540;
  color: #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  top: -13px;
  left: 4px;
}
#liste_categories ul li a .picto,
#liste_categories ul li a .nom,
#liste_categories ul li a .nb {
  position: relative;
  z-index: 2;
}
#liste_categories ul li:not(:last-child) {
  border-bottom: 3px solid #efefef;
}
.description_categ {
  padding: 20px 20px 0 20px;
}
/** END ARTICLES **/
/** LANDING PAGE **/
#primary .fl-module.blanc .gform_wrapper .gfield_required {
  color: #fff;
}
#primary .fl-module.blanc .gform_wrapper input[type="submit"] {
  transition: all 0.25s;
  background: #F4AB10;
  border: none;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
}
#primary .fl-module.blanc .gform_wrapper input[type="submit"]:hover {
  background: #fff;
  color: #F4AB10;
}
#logo_footer {
  width: 189px;
  margin: 0 auto 20px auto;
}
@media (max-width: 769px) {
  .fl-row.inverse-mobile {
    margin: 0;
  }
  .fl-row.inverse-mobile .fl-col-group-nested {
    display: flex;
    flex-direction: column-reverse;
  }
  .fl-row.inverse-mobile .fl-col-group-nested .fl-col-content {
    border-radius: 0;
  }
}
/** END LANDING PAGE **/
#footer_primalia {
  padding: 20px;
}
#footer_primalia #joindre_rs {
  text-align: center;
}
#footer_primalia #joindre_rs #tel_footer {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 14px;
}
#footer_primalia #joindre_rs #tel_footer a {
  color: #39646B;
  background: url(../images/picto-telephone-footer-2x.png) left 0px top 3px no-repeat;
  background-size: 13px 12px;
  padding: 0 0 0 18px;
  margin-left: 5px;
}
#footer_primalia #joindre_rs #tel_footer #horaire_f {
  font-weight: 400;
}
#footer_primalia #joindre_rs #reseaux_sociaux {
  margin: 15px 0 15px 0;
}
#footer_primalia #joindre_rs #reseaux_sociaux #libelle_rs {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 14px;
  margin-bottom: 10px;
}
#footer_primalia #joindre_rs #reseaux_sociaux #liste_rs {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer_primalia #joindre_rs #reseaux_sociaux #liste_rs a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #39646B;
  border-radius: 5px;
  color: #fff;
  margin: 0 7px;
  height: 27px;
  width: 27px;
  font-size: 15px;
  transition: all 0.25s;
}
#footer_primalia #joindre_rs #reseaux_sociaux #liste_rs a:hover {
  color: #8BC540;
}
#footer_primalia #menu_footer_primalia #menu_footer {
  text-align: center;
}
#footer_primalia #menu_footer_primalia #menu_footer > li > a,
#footer_primalia #menu_footer_primalia #menu_footer > li > span {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #39646B;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 10px;
}
#footer_primalia #menu_footer_primalia #menu_footer > li > a {
  transition: all 0.25s;
}
#footer_primalia #menu_footer_primalia #menu_footer > li > a:hover {
  color: #8BC540;
}
#footer_primalia #rea_footer {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #5B5B5B;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
#footer_primalia #rea_footer a {
  color: #5B5B5B;
  transition: all 0.25s;
}
#footer_primalia #rea_footer a:hover {
  color: #8BC540;
}
#footer_primalia #footer_haut {
  text-align: center;
  background-color: #eee;
  padding: 20px;
}
#footer_primalia #footer_haut #reseaux_sociaux {
  margin-top: 20px;
}
#footer_primalia #footer_bas {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
}
/**** END FOOTER ****/
/**** STICKY **/
#simulateur_sticky {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11;
}
#simulateur_sticky #titre_calcul {
  margin: 0;
}
#simulateur_sticky #titre_calcul a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(../images/picto-calculette-2x.png) center center no-repeat #F4AB10;
  background-size: 26px 28px;
}
#simulateur_sticky #titre_calcul b {
  font-weight: 800;
}
/**** END STICKY **/
#main {
  overflow: hidden;
}
.pp-offcanvas-body .pp-gf-content .gform_wrapper .gform_required_legend {
  font-size: 1em;
}
.pp-offcanvas-body .pp-gf-content .gform_wrapper form {
  margin-top: 20px;
}
/* Version 768 */
@media (min-width: 768px) {
  /** HAUT **/
  #titre_haut_h {
    left: 30px;
    top: 88px;
    font-size: 40px;
  }
  #certificat_cee {
    width: 286px;
    padding: 0;
    margin-top: 20px;
  }
  #haut_page.contenu #titre_haut_h {
    left: 20px;
  }
  /** HAUT **/
  /** ETAPES **/
  #etapes {
    padding: 50px 20px 10px 20px;
  }
  #etapes #titre_etapes {
    margin-bottom: 50px;
  }
  #etapes #liste_etapes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #etapes #liste_etapes .une_etape {
    margin: 0 20px 40px 20px;
    width: 250px;
  }
  /** END ETAPES **/
  /** REASSURANCE **/
  #reassurance_primalia #conteneur_reasssurance {
    max-width: 1380px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #reassurance_primalia #conteneur_reasssurance .une_rea {
    width: 240px;
  }
  /** END REASSURANCE **/
  /** RENOVATION **/
  #guide_renovation #article_avant_liste .visuel {
    margin-left: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  /** END RENOVATION **/
  /** ARTICLES **/
  #intro_articles {
    margin: 0 10px 20px 10px;
  }
  #liste_articles {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
  }
  #liste_articles .un_article {
    width: 300px;
    margin: 0 10px 20px 10px;
  }
  #liste_articles .un_article:not(:last-child) {
    margin: 0 10px 20px 10px;
  }
  #liste_articles .navigation {
    width: 100%;
  }
  /** END ARTICLES **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  .fl-tabs-panels .fl-tabs-panel-content {
    padding: 50px;
  }
  .fl-accordion .fl-accordion-item {
    border-radius: 20px;
  }
  .fl-accordion .fl-accordion-item .fl-accordion-button {
    padding: 38px 60px 38px 90px;
  }
  .fl-accordion .fl-accordion-item .fl-accordion-content {
    background-color: #ffffff;
    padding: 10px 180px 35px 90px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  p {
    font-size: 18px;
  }
  blockquote {
    padding: 30px 30px 10px 30px;
    margin-top: 50px;
  }
  blockquote:before {
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
    left: -22px;
    top: -44px;
    z-index: 1;
  }
  blockquote:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/blockquote-vert.png) center center no-repeat;
    background-size: 32px 32px;
    right: 14px;
    bottom: 9px;
    z-index: 1;
    transform: rotate(180deg);
  }
  /**MENU PC**/
  header#masthead {
    background-color: #fff;
    position: fixed;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header#masthead #header #logo {
    width: 189px;
    position: relative;
    top: 8px;
  }
  header#masthead #header .sidebar ul#primary-menu {
    text-align: center;
  }
  header#masthead #header .sidebar ul#primary-menu > li {
    display: inline-block;
    vertical-align: top;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a,
  header#masthead #header .sidebar ul#primary-menu > li > span {
    display: block;
    padding: 5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #39646B;
    font-size: 16px;
    padding: 37px 20px;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a {
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li > a:hover {
    color: #8BC540;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > span {
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > a:after,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    margin: 0 0 0 7px;
    font-size: 12px;
    color: #39646B;
    position: relative;
    top: -1px;
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > a:hover:after,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > span:hover:after {
    color: #8BC540;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul {
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 80px;
    min-width: 220px;
    width: 100%;
    left: 0;
    background-color: #f6f6f6;
    z-index: 10;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > span {
    display: block;
    color: #39646B;
    padding: 5px 5px 5px 12px;
    font-size: 14px;
    position: relative;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a:before,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > span:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a {
    transition: all 0.25s;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li > a:hover {
    color: #8BC540;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children > ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > a,
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > span {
    color: #8BC540;
  }
  header#masthead #header .sidebar ul#primary-menu > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 80px;
  }
  #main {
    padding-top: 0;
  }
  /** FIL ARIANE **/
  #breadcrumbs {
    padding: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
  }
  #breadcrumbs span,
  #breadcrumbs a {
    color: #fff;
  }
  /** END FIL ARIANE **/
  /** HAUT **/
  #titre_haut_h {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
    font-size: 58px;
  }
  #haut_page {
    height: 835px;
    display: flex;
    align-items: flex-start;
    padding-top: 190px;
    overflow: hidden;
  }
  #haut_page #titre_blocs_h {
    width: 1200px;
    margin: 0 auto;
  }
  #haut_page #titre_haut_h {
    position: relative;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 1;
  }
  body.home #haut_page #titre_haut_h {
    font-size: 58px;
  }
  #haut_page:after {
    content: "";
    display: inline-block;
    width: 2027px;
    height: 232px;
    background: url(../images/vague-vert-fond-blanc.png) center center no-repeat;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  .blog #haut_page:after,
  .single #haut_page:after {
    height: 147px;
    background: url(../images/vague-vert-fond-blanc2.png) center center no-repeat;
  }
  #haut_page:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
  }
  body:not(.home) #haut_page {
    height: 760px;
    flex-direction: column;
    padding-top: 125px;
    overflow: visible;
  }
  #lien_certif_cee {
    position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 2;
    padding: 0;
  }
  #lien_certif_cee span {
    opacity: 0;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    color: #39646B;
    transition: all 0.25s;
  }
  #lien_certif_cee #certificat_cee {
    transition: all 0.25s;
  }
  #lien_certif_cee:hover #certificat_cee {
    box-shadow: 0px 20px 10px -15px #b7b7b7;
    transform: translate(0px, -5px);
  }
  #lien_certif_cee:hover span {
    opacity: 1;
  }
  #main #haut_page.contenu {
    height: 480px;
  }
  .blog #main #haut_page.contenu,
  .single #main #haut_page.contenu {
    height: 380px;
  }
  #main #haut_page.contenu #titre_haut_h {
    left: 0px;
  }
  #main #haut_page.simulateur {
    height: auto;
    padding-bottom: 40px;
  }
  #main #haut_page.simulateur:after {
    content: none;
  }
  /** END HAUT **/
  /** DEMANDE / CTA **/
  #demande_calcul_bandeau {
    width: 1200px;
    margin: 70px auto 0 auto;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  #demande_calcul_bandeau .savoir_provenance {
    padding: 35px 20px 20px 30px;
  }
  #demande_calcul_bandeau .savoir_provenance #titre_sstitre_s {
    min-height: 215px;
  }
  #demande_calcul_bandeau .savoir_provenance #titre_sstitre_s #titre_s {
    font-size: 30px;
  }
  #demande_calcul_bandeau #bouton_cta_h {
    padding: 0;
    margin: 0 0 0 30px;
    max-width: 450px;
  }
  #demande_calcul_bandeau #bouton_cta_h .button {
    background: #fff;
    border-radius: 50px;
    padding: 15px 65px 15px 15px;
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.35);
  }
  #demande_calcul_bandeau #bouton_cta_h .button .picto {
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
  }
  #demande_calcul_bandeau #bouton_cta_h .button .picto img {
    width: 75px;
    height: 50px;
  }
  #demande_calcul_bandeau #bouton_cta_h .button .title {
    font-size: 20px;
    margin: 0 0 0 15px;
    position: relative;
  }
  #demande_calcul_bandeau #bouton_cta_h .button .bg {
    z-index: 0;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    left: 15px;
    top: 15px;
  }
  #demande_calcul_bandeau #bouton_cta_h .button i {
    font-size: 23px;
    right: 30px;
  }
  #demande_calcul_bandeau #bouton_cta_h .button:hover .bg {
    width: calc(100% - 30px);
  }
  #demande_calcul_bandeau #bouton_cta_h .button:hover .title {
    color: #fff;
  }
  #demande_calcul_bandeau #bouton_cta_h .button:hover i {
    color: #fff;
  }
  /** END DEMANDE / CTA **/
  /** ELIGIBLE **/
  .travaux_eligibles .conteneur_travaux {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 0 50px 0;
  }
  .travaux_eligibles #titre_eli {
    margin-left: 280px;
  }
  .travaux_eligibles #conteneur_elig {
    display: flex;
    margin-top: 25px;
  }
  .travaux_eligibles #conteneur_elig .liste_visuel_g {
    width: 230px;
  }
  .travaux_eligibles #conteneur_elig .liste_travaux_e {
    flex: 1;
    padding: 0 200px 0 50px;
  }
  .travaux_eligibles #conteneur_elig .liste_travaux_e .tabs-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .travaux_eligibles #conteneur_elig .liste_travaux_e .tabs-nav li {
    margin: 0 10px 10px 0;
  }
  .travaux_eligibles #conteneur_elig .liste_travaux_e .tabs-stage {
    padding: 40px 200px 40px 5px;
  }
  .travaux_eligibles #conteneur_elig .liste_visuel_d {
    position: absolute;
    margin: 0;
    z-index: -1;
    right: -130px;
    top: 0;
  }
  /** ELIGIBLE **/
  /** PRIMES **/
  .primes {
    padding: 0;
    margin: 140px auto 300px auto;
  }
  .primes #titre_primes {
    margin-left: 70px;
  }
  .primes .conteneur_travaux {
    padding: 100px 0 50px 70px;
  }
  .primes #conteneur_primes {
    display: flex;
    margin-top: 25px;
    position: relative;
  }
  .primes #conteneur_primes .liste_visuel_g {
    opacity: 0.4;
    position: absolute;
    margin: 0;
    z-index: -1;
    left: -210px;
    top: -160px;
  }
  .primes #conteneur_primes .liste_visuel_g img {
    border-radius: 30px;
    overflow: hidden;
  }
  .primes #conteneur_primes .liste_travaux_e {
    flex: 1;
    padding: 0 0 0 70px;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-nav li {
    margin: 0 10px 10px 0;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-stage {
    padding: 40px 0px 40px 180px;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-stage .contenu_eli {
    display: flex;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-stage .contenu_eli .content_bloc {
    flex: 1;
  }
  .primes #conteneur_primes .liste_travaux_e .tabs-stage .contenu_eli .logo_d {
    width: 370px;
    margin-left: 10px;
  }
  /** END PRIMES **/
  /** ACCORDEON **/
  #accordeon .accordion {
    max-width: 1080px;
    margin: 0 auto;
    padding: 140px 20px 150px 20px;
  }
  #accordeon .accordion__item {
    margin-bottom: 20px;
  }
  #accordeon .accordion__item .accordion__title {
    padding: 38px 180px 39px 80px;
    font-size: 23px;
    transition: all 0.25s;
  }
  #accordeon .accordion__item .accordion__title .accordion__arrow {
    right: 60px;
  }
  #accordeon .accordion__item .accordion__title:not(.accordion-active):hover {
    background: #39646B;
    color: #fff;
  }
  #accordeon .accordion__item .accordion__title:not(.accordion-active):hover .accordion__arrow {
    background: #fff;
  }
  #accordeon .accordion__item .accordion__title:not(.accordion-active):hover .accordion__arrow:before,
  #accordeon .accordion__item .accordion__title:not(.accordion-active):hover .accordion__arrow:after {
    background: #39646B;
  }
  #accordeon .accordion__item .accordion__content {
    padding: 0px 180px 45px 80px;
    font-size: 16px;
  }
  /** END ACCORDEON **/
  /** ETAPES **/
  #etapes {
    padding: 180px 20px 200px 20px;
    background: url(../images/forme-vertclair-large.png) center center no-repeat;
    background-size: 1922px 886px;
  }
  #etapes #titre_etapes {
    margin-bottom: 70px;
  }
  #etapes #liste_etapes {
    position: relative;
  }
  #etapes #liste_etapes:before {
    content: "";
    display: inline-block;
    width: 105%;
    height: 6px;
    background: url(../images/pointilles-vert.png) 0px 0px;
    position: absolute;
    top: 48px;
    z-index: 2;
  }
  #etapes #liste_etapes .une_etape {
    overflow: hidden;
    transition: all 0.25s;
  }
  #etapes #liste_etapes .une_etape .num {
    position: relative;
    z-index: 2;
  }
  #etapes #liste_etapes .une_etape .picto_titre {
    margin-bottom: 25px;
  }
  #etapes #liste_etapes .une_etape:hover {
    background: #DFEDEF;
    box-shadow: none;
  }
  /** END ETAPES **/
  /** REASSURANCE **/
  #reassurance_primalia {
    margin: -120px auto -40px auto;
    background: none;
    position: relative;
    z-index: 2;
    padding: 0 20px;
  }
  #reassurance_primalia #conteneur_reasssurance {
    background: url(../images/fond-reassurance.png) center top no-repeat #F4AB10;
    border-radius: 26px;
    overflow: hidden;
    padding: 39px 30px;
  }
  #reassurance_primalia #conteneur_reasssurance .une_rea {
    width: 250px;
    margin: 0 25px;
  }
  #reassurance_primalia #conteneur_reasssurance .une_rea:not(:last-child) {
    margin: 0 25px;
  }
  /** END REASSURANCE **/
  /** CTA **/
  .cta_primalia {
    padding: 0;
  }
  .cta_primalia #conteneur_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .cta_primalia #conteneur_cta .image {
    width: 54%;
    height: 460px;
  }
  .cta_primalia #conteneur_cta #contenu_cta {
    height: 460px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 14% 0px 3%;
    position: relative;
  }
  .cta_primalia #conteneur_cta #contenu_cta:before {
    content: "";
    display: inline-block;
    width: 1009px;
    height: 460px;
    background: url(../images/bleu-cta-2x.png) center center no-repeat;
    background-size: 1009px 460px;
    position: absolute;
    left: -130px;
    top: 0;
  }
  .cta_primalia #conteneur_cta #contenu_cta #texte_cta,
  .cta_primalia #conteneur_cta #contenu_cta .button {
    position: relative;
    z-index: 2;
  }
  .cta_primalia #conteneur_cta #contenu_cta #texte_cta {
    max-width: 450px;
  }
  .cta_primalia.inverse #conteneur_cta {
    flex-direction: row-reverse;
  }
  .cta_primalia.inverse #conteneur_cta #contenu_cta {
    padding: 0px 0% 0px 18%;
  }
  .cta_primalia.inverse #conteneur_cta #contenu_cta:before {
    width: 1107px;
    height: 460px;
    background: url(../images/bleu-cta2-2x.png) center center no-repeat;
    background-size: 1107px 460px;
    left: 0;
  }
  /** END CTA **/
  /** THEMATIQUES **/
  #thematiques_primalia #conteneur_thematiques {
    border-radius: 40px;
    padding: 45px 0 30px 0;
  }
  #thematiques_primalia #conteneur_thematiques #liste_toutes_t {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  #thematiques_primalia #conteneur_thematiques #liste_thematiques {
    margin: 0 25px 0 0;
  }
  #thematiques_primalia #conteneur_thematiques #liste_thematiques .une_thematique {
    margin: 0 5px;
  }
  /** END THEMATIQUES **/
  /** GUIDE **/
  #guide_renovation {
    padding: 100px 0 80px 0;
  }
  #guide_renovation #conteneur_renovation {
    position: relative;
  }
  #guide_renovation #conteneur_renovation #renov_vert {
    display: inline-block;
    width: 996px;
    height: 623px;
    position: absolute;
    z-index: -1;
    left: -755px;
    top: 70px;
  }
  #guide_renovation #conteneur_renovation #titre_guide {
    line-height: 36px;
    background-position: left 0px center;
    padding-left: 60px;
    margin-left: 20px;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus {
    display: flex;
    margin-top: 30px;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #article_avant_liste {
    width: 480px;
    margin-right: 45px;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #article_avant_liste #titre_dossier {
    padding-bottom: 15px;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #liste_actus {
    flex: 1;
    padding-right: 50px;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #liste_actus .un_article .button {
    justify-content: flex-end;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #liste_actus .un_article .titre {
    transition: all 0.25s;
  }
  #guide_renovation #conteneur_renovation #conteneur_actus #liste_actus .un_article:hover .titre {
    color: #8BC540;
  }
  /** END GUIDE **/
  /** CONSTRUCTEUR **/
  .vague-gauche .fl-col-content {
    position: relative;
  }
  .vague-gauche .fl-col-content:before {
    content: "";
    display: inline-block;
    width: 123px;
    height: 460px;
    background: url(../images/vague-cta-constructeur.png) center center no-repeat;
    background-size: 123px 460px;
    position: absolute;
    max-height: 100%;
    left: -123px;
  }
  .tableau .fl-module-content {
    border-radius: 30px;
    overflow: hidden;
  }
  .tableau .fl-module-content thead {
    border-bottom: 8px solid #DFEDEF;
  }
  .tableau .fl-module-content thead tr th {
    border-left: 8px solid #DFEDEF !important;
  }
  .tableau .fl-module-content tbody tr {
    border-bottom-width: 8px;
  }
  .tableau .fl-module-content tbody tr td {
    border-left-width: 8px;
  }
  /** END CONSTRUCTEUR **/
  /** ARTICLES **/
  #intro_articles {
    margin-bottom: 40px;
  }
  #primary.blog {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    max-width: 1270px;
  }
  #primary.blog #liste_articles {
    max-width: 100%;
    margin-top: 0;
    flex: 1;
  }
  #primary.blog #liste_articles .un_article .visuel .lien_categ {
    transition: all 0.25s;
  }
  #primary.blog #liste_articles .un_article .visuel .lien_categ:hover {
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.35);
    left: 10px;
    top: 10px;
    border-radius: 10px;
  }
  #primary.blog #liste_articles .un_article .extrait_lien {
    position: relative;
  }
  #primary.blog #liste_articles .un_article .title_extrait {
    position: static;
  }
  #primary.blog #liste_articles .un_article .title_extrait .title {
    min-height: 54px;
  }
  #primary.blog #liste_articles .un_article .title_extrait .extrait {
    background: #fff;
    color: #39646B;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: -300px;
    border: 0;
    padding: 30px 30px 90px 30px;
    transition: all 0.45s;
  }
  #primary.blog #liste_articles .un_article .btn_article {
    position: relative;
    z-index: 2;
  }
  #primary.blog #liste_articles .un_article:hover .title_extrait .extrait {
    bottom: 0;
  }
  #primary.blog #liste_articles .navigation .nav-links .page-numbers {
    padding: 0 10px 0 10px;
    line-height: 29px;
    border-radius: 25px;
    margin: 0 5px 10px 5px;
  }
  #primary.blog #liste_articles .navigation .nav-links .page-numbers.next,
  #primary.blog #liste_articles .navigation .nav-links .page-numbers.prev {
    padding: 0 5px;
  }
  #primary.blog #liste_categories {
    width: 300px;
    margin: 0 0 30px 0;
    border-radius: 10px;
  }
  #primary.blog #liste_categories ul li {
    overflow: hidden;
  }
  #primary.blog #liste_categories ul li a {
    transition: all 0.25s;
  }
  #primary.blog #liste_categories ul li a .color {
    box-shadow: none;
    left: -20px;
    transition: all 0.4s;
  }
  #primary.blog #liste_categories ul li:hover a,
  #primary.blog #liste_categories ul li.active a {
    background: #efefef;
  }
  #primary.blog #liste_categories ul li:hover a .color,
  #primary.blog #liste_categories ul li.active a .color {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
  }
  .description_categ {
    padding: 50px 20px 20px 20px;
    max-width: 1290px;
  }
  /** END ARTICLES **/
  /** FOOTER **/
  #footer_primalia {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px 45px 20px;
  }
  #footer_primalia #joindre_rs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer_primalia #joindre_rs #tel_footer .picto_tel {
    background: url(../images/picto-telephone-footer-2x.png) left 0px center no-repeat;
    background-size: 13px 12px;
    display: inline-block;
    padding: 0 6px 0 20px;
  }
  #footer_primalia #joindre_rs #reseaux_sociaux {
    margin: 0;
    display: flex;
    align-items: center;
  }
  #footer_primalia #joindre_rs #reseaux_sociaux #libelle_rs {
    margin: 0 0px 0 0;
  }
  #footer_primalia #joindre_rs #reseaux_sociaux #liste_rs a {
    margin: 0 0 0 15px;
  }
  #footer_primalia #menu_footer_primalia {
    margin-top: 30px;
  }
  #footer_primalia #menu_footer_primalia #menu_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
  }
  #footer_primalia #menu_footer_primalia #menu_footer > li > a,
  #footer_primalia #menu_footer_primalia #menu_footer > li > span {
    padding: 10px 10px;
    font-size: 12px;
  }
  /** END FOOTER **/
  /** LANDING PAGE **/
  #footer_primalia.footer_landing {
    display: flex;
  }
  #footer_primalia.footer_landing #logo_footer {
    margin: 0 30px 0 0;
  }
  .fl-module#isolation {
    transform: scale(2);
  }
  .fl-module#isolation .fl-rich-text p {
    text-shadow: 3px 3px 0px #8BC540;
  }
  .fl-module#isolation .fl-rich-text p .editor-orange {
    font-size: 70px;
  }
  .fl-module.superposition {
    position: relative;
    z-index: -1;
  }
  #primary .fl-col.start .fl-col-content {
    justify-content: flex-start;
  }
  /** END LANDING PAGE **/
  /** STICKY **/
  #simulateur_sticky {
    right: -220px;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    background: #F4AB10;
    width: 200px;
    border-radius: 27px 0px 0px 27px;
    padding: 17px 17px 17px 17px;
    transition: all 0.6s;
  }
  #simulateur_sticky #titre_calcul {
    display: flex;
    align-items: center;
  }
  #simulateur_sticky #titre_calcul a {
    background: none;
    width: auto;
    height: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    padding: 0 0 0 55px;
  }
  #simulateur_sticky #titre_calcul a b {
    display: block;
  }
  #simulateur_sticky #titre_calcul a:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  #simulateur_sticky #titre_calcul:before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../images/picto-calculette-2x.png) center center no-repeat #39646B;
    background-size: 26px 28px;
    position: absolute;
    left: 15px;
    top: 11px;
  }
  #simulateur_sticky #btn_simu {
    margin-top: 17px;
  }
  #simulateur_sticky #btn_simu a span {
    border: none;
    font-size: 18px;
    padding: 13px 30px 13px 30px;
  }
  #simulateur_sticky #txt_simu {
    font-size: 12px;
    margin-top: 15px;
  }
  #simulateur_sticky #txt_simu .simu_orange {
    color: #fff;
    font-weight: 700;
  }
  #simulateur_sticky.scroll {
    top: 95%;
  }
  #simulateur_sticky.scroll:hover {
    background: #39646B;
  }
  #simulateur_sticky.scroll:hover #titre_calcul:before {
    background-color: #F4AB10;
  }
  #simulateur_sticky:hover #btn_simu a span {
    color: #fff;
    background: #39646B;
  }
  #simulateur_sticky.effet {
    right: 0;
  }
  /** END STICKY **/
}
