/*
Theme Name:     Pixel Online Création
Description:    Thème enfant de DIVI
Author:         Anthony PARIS
Author URI:     https://www.www.pixel-online.fr
Template:       Divi                       
Version:        1.0.0
*/

:root {
  --black: #383838;
  --orange: #ff9800;
  --vert: #80af2d;
}
/* ANIMATION */
@keyframes pulsing {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.95);
  }
}

.pulse {
  animation: pulsing 3s infinite;
}

/* SCROLL */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

/**TEXT**/
.et_pb_column .et_pb_module h1,
.et_pb_column .et_pb_module h2 {
  font-size: 38px;
}
.et_pb_column .et_pb_module:not(.footer-big) p:not(.slide-texte) {
  font-size: 17px !important;
  line-height: 1.7em;
}
footer .et_pb_column .et_pb_module:not(.footer-big) p:not(.slide-texte) {
  font-size: 15px !important;
}
@media only screen and (max-width: 980px) {
  div#tel-sep {
    position: absolute;
    top: 0px;
    z-index: 100;
    justify-content: right;
  }
  div#header-annonce-bat-item-0 {
    border-radius: 0px 0px 6px 6px !important;
  }
  a#first-btn-header-index-2 {
    top: -10px;
  }
  .et_pb_column .et_pb_module h1,
  .et_pb_column .et_pb_module h2 {
    font-size: 31px;
  }
  .et_pb_column .et_pb_module:not(.footer-big) p:not(.slide-texte) {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .et_pb_column .et_pb_module h1,
  .et_pb_column .et_pb_module h2 {
    font-size: 27px;
  }
}

body {
  font-weight: 400;
}
.et_pb_column #footer-end p:not(.slide-texte) {
  font-size: 12px !important;
}
/**THEME**/
/* MENU */
.et_pb_menu .et-menu > li {
  padding-left: 14px;
  padding-right: 14px;
}

.dle-hd-215 .et_mobile_menu li:not(:last-child) a,
.dle-hd-215 .nav li li:not(:last-child),
.dle-hd-215 .et-menu-nav li.mega-menu > ul > li > a:first-child,
.dle-hd-215 .et-menu-nav li.mega-menu ul li ul li:not(:last-child) a {
  border-bottom: 1px solid #e6e6e6 !important;
}

.dle-hd-215 .et_mobile_menu .menu-item-has-children > a:after {
  content: "+";
  display: inline-block !important;
  font-weight: normal;
  position: absolute;
  right: 10px;
}

.dle-hd-215
  .et_mobile_menu
  .menu-item-has-children
  > .dle-menu-switched-icon:after {
  content: "-";
}

.dle-hd-215 .et_mobile_menu .menu-item-has-children .sub-menu li {
  display: none;
}

.dle-hd-215
  .et_mobile_menu
  .menu-item-has-children
  .sub-menu
  .dle-show-menu-items {
  display: block;
}

.dle-hd-215 .nav li li ul {
  top: -2px !important;
  left: 200px;
}

.dle-hd-215 .nav li.mega-menu li ul {
  top: auto !important;
  left: auto;
}

.dle-hd-215 .nav li {
  margin-top: 0 !important;
}

.dle-hd-215 .nav li li {
  padding: 0 !important;
}

.dle-hd-215 .et_pb_menu .et_mobile_menu,
.dle-hd-215 .et_mobile_menu {
  padding: 0 !important;
  border-width: 2px;
  border-color: var(--vert) !important;
}

.dle-hd-215 .et_pb_menu .et_mobile_menu a,
.dle-hd-215 .et_mobile_menu a {
  padding: 12px 20px !important;
  font-weight: 500;
  background-color: transparent;
}

.dle-hd-215 .et-menu .menu-item-has-children > a:first-child:after {
  top: 30px !important;
}

.dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu {
  border-width: 2px !important;
  padding: 10px 20px !important;
  width: 100% !important;
}

.dle-hd-215 .nav li.mega-menu li {
  border-bottom: none !important;
}

.dle-hd-215 .et-menu-nav li.mega-menu li > a {
  width: 140px !important;
}

.dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu a {
  padding: 12px 0 !important;
}

@media screen and (min-width: 981px) {
  .dle-hd-215 .et-menu .sub-menu .menu-item-has-children > a:first-child:after {
    top: 10px !important;
  }

  .dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu li ul.sub-menu {
    padding: 0 !important;
  }
}

@media screen and (max-width: 980px) {
  .dle-hd-215 .et_pb_menu_inner_container {
    align-items: center;
    display: flex;
  }

  .dle-hd-215 .et_pb_menu__logo-wrap {
    margin-bottom: 0 !important;
  }

  .dle-hd-215 .et_pb_menu__wrap {
    justify-content: flex-end !important;
    margin-top: -8px;
  }
}
/* MENU MEGA */
.dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu {
  border-width: 0px !important;
  padding: 10px 20px !important;
  min-width: 150%;
  left: -25% !important;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (max-width: 1210px) {
  .dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu {
    min-width: 190%;
    left: -45% !important;
  }
}

.dle-hd-215 .nav li.mega-menu li {
  border-bottom: none !important;
}

/* .dle-hd-174 .et-menu-nav li.mega-menu li>a {
	width: 180px !important;
  } */

.dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu a {
  padding: 12px 0 !important;
}

.dle-hd-215 .et_pb_menu__search-button {
  margin-top: 5px;
}

@media screen and (min-width: 981px) {
  ul#menu-header {
    align-items: center;
  }
  ul#menu-header ul.sub-menu {
    border-top: 3px solid var(--orange);
    border-top-width: 3px !important;
  }
  .dle-hd-215 .et-menu .sub-menu .menu-item-has-children > a:first-child:after {
    top: 10px !important;
  }

  .dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu li ul.sub-menu {
    padding: 0 !important;
  }
  .dle-hd-215 li.mega-menu ul.sub-menu li {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

/* MEGAMENU */
@media only screen and (min-width: 981px) {
  .et-menu-nav li.mega-menu > ul > li {
    width: 31%;
    margin: 2% 1%;
    border-radius: 0 20px;
  }
  div.dle-hd-215.et_pb_menu .et-menu-nav li.mega-menu ul.sub-menu a {
    padding: 0px !important;
    width: 100% !important;
  }
  .et-menu-nav li.mega-menu li > a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    font-size: 15px !important;
  }

  body.et-db
    div#et-boc
    .et_pb_menu_0_tb_header.et_pb_menu
    .nav
    li
    ul.sub-menu
    li
    a {
    font-weight: 600;
    opacity: 1;
    background: white;
    padding: 12px !important;
    border-radius: 5px;
  }
  body .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #f1f1f1 !important;
  }

  /* BOUTON SOUS MENU */

  li.m-btn-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(0.015);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    border-radius: 5px;
    background-color: var(--vert);
  }
  li.m-btn-menu a:hover::before {
    z-index: -1;
    transform: scaleX(1);
  }

  body.et-db
    div#et-boc
    .et_pb_menu_0_tb_header.et_pb_menu
    .nav
    li
    ul.sub-menu
    li.m-btn-menu
    a:hover {
    color: white !important;
  }
}
@media (max-width: 980px) {
  .dle-hd-215 .et_mobile_menu a {
    font-size: 16px !important;
  }
}
/**LOGO**/
div.header-annonce-bat-item div.et_pb_blurb_content {
  display: flex;
  align-items: center;
}
div.header-annonce-bat-item div.et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0px;
}
@media (min-width: 100px) {
  div#header-annonce-bat-item-0 {
    padding: 4px 8px;
    border-radius: 6px;
  }
  div#header-annonce-bat-item-0
    div.et_pb_blurb_content
    span.et_pb_image_wrap
    .et-pb-icon,
  div#header-annonce-bat-item-0 div.et_pb_blurb_container a {
    font-weight: 500;
  }
}
.et_pb_menu_0_tb_header .mobile_nav span.mobile_menu_bar:before {
  color: var(--vert);
  font-weight: 900;
  font-size: 40px;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
  transition: all 0.4s ease;
  transform: rotate(0deg);
  display: block;
}
/*rotate the Divi Menu icon on click*/

.mobile_nav.opened .mobile_menu_bar::before {
  transition: all 0.4s ease;
  transform: rotate(90deg);
  display: block;
}

@media (max-width: 980px) {
  .et_pb_menu_0_tb_header
    .et_pb_menu_inner_container
    > div.et_pb_menu__logo-wrap {
    max-width: 280px;
  }
  div#menu-site-1 .et_pb_menu__logo-wrap a img {
    min-width: 280px;
  }
}
@media (max-width: 650px) {
  .et_pb_menu_0_tb_header
    .et_pb_menu_inner_container
    > div.et_pb_menu__logo-wrap {
    max-width: 220px;
  }
  div#menu-site-1 .et_pb_menu__logo-wrap a img {
    min-width: 220px;
  }
}
@media (max-width: 370px) {
  .et_pb_menu_0_tb_header
    .et_pb_menu_inner_container
    > div.et_pb_menu__logo-wrap {
    max-width: 180px;
  }
  div#menu-site-1 .et_pb_menu__logo-wrap a img {
    min-width: 180px;
  }
}
/* RS en haut */
.et_duplicate_social_icons {
  display: inline-block;
}

@media (max-width: 767px) {
  .et_secondary_nav_two_panels #et-secondary-menu {
    margin-top: 0px;
  }
}

@media (max-width: 650px) {
  #inv-mobile {
    display: none;
  }
  #top-header #et-info #reservation-info {
    font-size: 25px !important;
  }
}

@media (max-width: 990px) {
  #et-secondary-menu,
  #et-secondary-nav {
    display: none !important;
    text-align: center;
  }
  #top-header .container {
    padding-top: 10px;
  }
  #top-header #et-info,
  #et-secondary-menu {
    display: inline-block;
    width: 100%;
  }
  .et_duplicate_social_icons {
    float: none;
  }
}

@media (max-width: 1170px) {
  #top-header #et-info #reservation-info {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

/**BREADCRUMB**/
#page-title {
  position: relative;
  padding: 10px 0;
  display:none;
}
.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  padding: 0 !important;
  overflow: auto;
  white-space: nowrap;
}

.breadcrumb > span {
  background: #e9e9e9;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 13px;
}

/**BARRE HAUTE && MENU**/

#top-menu li {
  border-right: 1px solid rgb(88, 88, 88);
  font-weight: bold;
  /*MENU DEGRADE*/
  /*border-image: linear-gradient(to bottom, #4a4a4a 0%,#ffffff 50%);
    border-image-slice: 1;
    border-width: 1px;*/
}

#top-menu li:last-child {
  border-right: none;
}

/* SOUS MENU */
#top-menu li ul.sub-menu {
  background: #fbfbfbed;
  width: 360px;
}

#top-menu li ul.sub-menu li {
  border-right: none;
}

#top-menu li ul.sub-menu li > a {
  width: 320px;
}

.menu-devis > a {
  padding: 7px 10px !important;
  background: var(--orange) !important;

  border-radius: 5px;
  color: white !important;
}
.et-fixed-header.et-fixed-header #top-menu li.current-menu-item.menu-devis > a,
.et-fixed-header.et-fixed-header #top-menu li.current_page_item.menu-devis > a,
.et-fixed-header.et-fixed-header #top-menu li.menu-devis a {
  color: white !important;
}

/**FOOTER**/
.et-social-icons {
  float: none !important;
}

footer#main-footer div.footer-widget span.block.title {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0.8em;
  display: block;
  color: white;
}

footer#main-footer div.footer-widget adresse span#adresse_societe {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin: 0.1rem;
}
footer#main-footer div.footer-widget adresse span#tel_societe {
  display: none;
}
footer#main-footer div.footer-widget adresse div.content-adresse > span {
  display: block;
  margin: 0.4rem;
}
footer#main-footer div.footer-widget adresse a#link-contact {
  display: block;
  font-weight: bold;
}
footer#main-footer div.footer-widget ul {
  list-style-type: none;
}
footer#main-footer div.footer-widget ul > li:before {
  display: none;
}
footer#main-footer div.footer-widget ul > li {
  font-size: 0.98rem;
  margin: 0.2rem 0;
  padding: 0.4rem;
  border-bottom: 0.1rem #999;
}
footer#main-footer div.footer-widget ul > li > i {
  font-size: 1.14rem;
  margin-right: 0.4rem;
  display: inline-block;
}
/**FOOTER SIDEBAR**/
div#footer-bottom {
  text-align: center;

  font-size: 12px;
  /* background-color: #263238!important; */
  /* background-image: linear-gradient(135deg,rgba(87, 124, 45, 0.66) 25%,rgba(88, 138, 31, 0.91)),url(../../uploads/2020/08/diagmonds.png)!important; */
  border-top: 2px solid #efefef;
}
div#footer-bottom div.container {
  text-align: center;
  color: #333;
}
div#footer-bottom div.container div#footer-info {
  display: inline;
  float: none;
  font-size: 12px;
}
div#footer-bottom a.bottom-button {
  font-size: 12px;
  color: white;
  font-weight: normal;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  display: inline-block;
}
div#footer-bottom a.bottom-button:after {
  font-size: 25px;
}
div#footer-bottom a#pixelonline {
  color: #444;
}
div#footer-bottom span.hr-footer {
  display: block;
  background: #b1b1b1;
  height: 1px;
  margin: 6px auto;
  width: 200px;
}

/* BUG AVIS MOBILE */
div.avis-google {
  overflow: hidden;
}

/**ARCHIVE**/
.archive div#sidebar {
  display: none !important;
}
.archive.et_right_sidebar #main-content .container:before {
  display: none !important;
}
.archive #left-area {
  width: 100% !important;
}

/**blog**/
article > div.et_post_meta_wrapper {
  padding: 20px !important;
}
article > div.et_post_meta_wrapper > h1 {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
article > div.et_post_meta_wrapper > p.post-meta {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1140px) {
  article > div.et_post_meta_wrapper > h1 {
    font-size: 34px;
  }
}

@media (max-width: 900px) {
  article > div.et_post_meta_wrapper > h1 {
    font-size: 28px;
  }
}
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body)
  .et_post_meta_wrapper {
  widows: 90%;
  max-width: none;
}

/**CUSTOM THEME**/
.et_pb_button {
  color: white !important;
}
.et_pb_button:hover,
.form-submit .et_pb_button:hover {
  background-color: rgba(109, 109, 109, 1);
}

/**recaptcha**/
.grecaptcha-badge {
  display: none;
  visibility: visible;
  z-index: 100;
}

/**centrer verticalement**/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}

/* INDEX */
.btn-header-index {
  display: block;
  width: 100%;
}
#first-btn-header-index {
  border-bottom-left-radius: 8px !important;
}

/* INVERSION BLOC */
@media only screen and (max-width: 980px) {
  .dc_inverser_colonnes-section .dc_inverser_colonnes-ligne {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* BAS BLOG */
h2.jp-relatedposts-headline {
  font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

div#jp-relatedposts {
  padding: 0 16px;
}
h3.jp-relatedposts-post-title {
  font-size: 18px !important;
  color: #1e1e1e;
  text-align: center;
  margin: 10px 0 0 0;
}
a.jp-relatedposts-post-a {
  font-weight: bold !important;
}
p.jp-relatedposts-post-date {
  padding-bottom: 0 !important;
}
div#jp-relatedposts div.jp-relatedposts-items {
  text-align: center !important;
}
img.jp-relatedposts-post-img {
  text-align: center;
  border-radius: 5px;
  display: inline-block !important;
}

@media (max-width: 480px) {
    div#jp-relatedposts .jp-relatedposts-items-visual {
        margin-right: 0px;
    }
    div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
}

#commentform input[type="email"],
#commentform input[type="text"],
#commentform input[type="url"] {
  width: 100% !important;
}

p#reply-title {
  font-size: 20px;
}

#comment-wrap {
  padding-top: 25px;
}

/* RGPD  bandeau */
.cli-style-v2 .cli-bar-message {
  width: 80%;
}
@media (max-width: 1460px) {
  .cli-style-v2 .cli-bar-message {
    width: 73%;
  }
}
@media (max-width: 1150px) {
  .cli-style-v2 .cli-bar-message {
    width: 60%;
  }
}

.cli-bar-container {
  justify-content: flex-start;
}

/* HACK */
div#rs-bloc {
  max-width: 100% !important;
}
div.et_pb_row {
  max-width: 100%;
}

/* VIDEO */

/* HACK DIVI */
.et_hover_enabled:hover {
  z-index: 0 !important;
}

/* PARTENAIRE */

div#widsolo-energie {
  display: flex;
  position: fixed;
  bottom: 50%;
  left: 0px;
  flex-wrap: wrap;
  width: 115px;
  text-align: center;
  padding: 10px;
  background: #efefef;
  border-radius: 0 5px 5px 0px;
  font-size: 13px;
  z-index: 1000001 !important;
}
div#widsolo-energie > div > p {
  font-size: 12px !important;
  line-height: 15px;
}

@media (max-width: 1050px) {
  div#widsolo-energie {
    width: 90px;
  }
}
@media (max-width: 820px) {
  div#widsolo-energie {
    width: 80px;
  }
}

@media (max-width: 640px) {
  div#widsolo-energie {
    display: none;
  }
}
/* DEVIS */
#bloc_devis_frame iframe{
  height:1200px;
}
@media all and (max-width:1420px){
  #bloc_devis_frame iframe{
    height:1400px;
  }
}
@media all and (max-width:1140px){
  #bloc_devis_frame iframe{
    height:1600px;
  }
}
@media all and (max-width:500px){
  #bloc_devis_frame iframe{
    height:1700px;
  }
}
@media all and (max-width:370px){
  #bloc_devis_frame iframe{
    height:1800px;
  }
}