/* 
 Theme Name:     kd-com
 Author:         kd-com
 Author URI:     https://www.kd-com.fr
 Template:       Divi
 Version:        1.0
 Description:   Theme enfant par kd-com
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
footer {
  position: relative;
  z-index: 0;
}

@media (min-width: 480px) and (max-width: 980px) {
  footer {
    margin-top: 50px;
  }
}
.et_pb_section {
  background: transparent;
}

sup {
  font-size: 60%;
}

.has-couleur-theme-1-color {
  color: #e84448;
}

.has-couleur-theme-2-color {
  color: #2db47a;
}

.has-couleur-theme-3-color {
  color: #46505a;
}

.has-couleur-theme-4-color {
  color: #e84448;
}

.has-couleur-theme-5-color {
  color: #d2d7dc;
}

.has-shadow {
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
}

.has-background {
  margin: 1.25em 0 1.25em !important;
  padding: 1.25em 2.25em !important;
  border-radius: 50px 0;
}

.has-couleur-theme-1-background-color {
  background-color: #e84448;
}

.has-couleur-theme-2-background-color {
  background-color: #2db47a;
}

.has-couleur-theme-3-background-color {
  background-color: #46505a;
}

.has-couleur-theme-4-background-color {
  background-color: #e84448;
}

.has-couleur-theme-5-background-color {
  background-color: #d2d7dc;
}

#presentation.disabled {
  display: none;
}

.breadcrumb {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

#wp-admin-bar-appearance {
  display: none;
}

.hide-if-no-customize {
  display: none !important;
}

body, #main-content {
  color: #46505a !important;
}

.endinfinite {
  display: none !important;
}

.wp-block-heading {
  margin: 10px 0;
}

@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
#main-header {
  padding: 1em 0;
}

/* Overlapping logo for desktop*/
@media (min-width: 981px) {
  #logo {
    position: absolute;
    max-height: 150%;
    margin-top: 5px;
    padding: 10px;
    background: white;
    border-radius: 0 50px;
  }
  .et-fixed-header #logo {
    max-height: 100%;
    padding: 0;
  }
}
/* Overlapping logo for tablet & mobile*/
@media (max-width: 980px) {
  #logo {
    position: absolute;
    max-height: 150%;
    margin-top: 15px;
    padding: 10px;
    background: white;
    border-radius: 0 50px;
  }
  .et-fixed-header #logo {
    max-height: 100%;
    padding: 0;
  }
}
.hometitle {
  margin-bottom: 3em;
}
.hometitle.gutenberg {
  margin-left: 0;
  margin-top: 5em;
}
.hometitle:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #e84448;
  /* top: 15px; */
}
.hometitle.title_chiffre h2 {
  color: #e84448;
}
.hometitle.title_chiffre:after {
  width: 24%;
}

@media (max-width: 769px) {
  .hometitle {
    margin-left: 1em;
  }
  .hometitle:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hometitle {
    margin-top: 3em;
    margin-bottom: 0;
  }
}
figure {
  border-radius: 0 50px;
}

@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  #page-container {
    padding-top: 215px !important;
  }
  .home #page-container {
    padding-top: 0px !important;
  }
}
/*replace Twitter icon with X in Divi Social Follow module*/
.et_social_twitter a i.et_social_icon:before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands" !important;
}
.et_social_twitter a i.et_social_icon:after {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands" !important;
}

.wp-block-file a:first-child {
  font-weight: 600;
}

footer p {
  font-weight: 400 !important;
}

/*Traduction du "Share This" de Monarch par "Partager" */
.et_social_heading {
  font-size: 0 !important;
}
.et_social_heading:before {
  content: "Partager";
  font-size: 15px !important;
}

.justification_texte {
  text-align: justify;
}

/*# sourceMappingURL=style.css.map */
