/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1.1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

*/

/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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;
}

/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@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;
  }
}

/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/*
** MENU PADDING ENTRE LES LI
*/
.et_pb_menu .et-menu > li {
  padding-left: 8px;
  padding-right: 8px;
}
/*MENU RESPONSIVE*/
@media only screen and (max-width: 1280px) {
  .et_pb_menu .et_pb_menu__menu {
    display: none;
  }
  .et_mobile_nav_menu {
    display: block;
  }
}
.et-l--header ul {
  list-style-type: none;
  padding: 15px 0 23px 1em;
}
.et_mobile_menu {
  border-top: 3px solid #009d3d;
}

/* 

** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
  max-width: 50px;
}

/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup,
sub {
  font-size: 70%;
}
.home .mec-load-more-wrap {
  display: none;
}
/*SEARCH & FILTER*/
.listeResult {
  display: flex;
  flex-wrap: wrap;
}
.listeResult.headlines {
  background-color: #00aebe;
}
.listeResult.headlines .bloc_result h2,
.listeResult.headlines .bloc_result h2 a {
  color: #ffffff;
}
.listeResult.headlines .bloc_result div.data,
.listeResult.headlines .bloc_result a {
  color: #ffffff8f;
}
.listeResult.headlines .bloc_result a.bouton {
  color: #ffffff;
}

.bloc_result {
  width: calc(32% - 10px);
  margin: 20px 10px;
  box-shadow: 1px 1px 5px 2px #00000030;
  padding: 10px 10px 53px 10px;
  position: relative;
}

.bloc_result ul.post-categories {
  list-style-type: none;
  padding: 0;
  line-height: 1;
}
.bloc_result p,
.bloc_result a {
  padding-bottom: 0;
  font-family: "Nunito Sans";
  font-size: 18px;
}
.bloc_result a,
div.data {
  font-weight: 900;
  text-transform: uppercase;
  color: #8b96a1;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
}
.bloc_result h2 a,
.bloc_result h2 {
  font-size: 25px;
  color: #00aebe;
  font-family: "Bebas Neue", display;
}
.bloc_result a.bouton {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.data ul li {
  float: left;
  line-height: 14px;
}
.data small {
  display: none;
}

.excerpt {
  clear: both;
  display: none;
}
a.bouton {
  color: #00aebe;
}
.bloc_result a.bouton {
  clear: both;
}

#search-bloc .sf-field-search label,
#search-bloc .sf-field-search input {
  width: 100%;
}
#search-bloc ul li label {
  font-family: "Nunito Sans";
  font-size: 14px;
  color: #606060;
}
#search-bloc ul li li {
  padding: 0;
}
#search-bloc ul {
  padding: 0 0 23px 5px;
}
#search-bloc ul.children li label {
  font-size: 12px;
}
.searchandfilter ul li {
  padding: 10px;
}
/*Page d'articles*/
article .et_post_meta_wrapper h1.entry-title {
  color: #009d3d;
}
h4.widgettitle {
  color: #606060;
}
.osmap-filter {
  background-color: #00aebe;
}
.osmap-values {
  display: flex;
  flex-flow: row;
  color: #ffffff;
}
.osmap-values a,
.osmap-values select {
  color: #ffffff;
  padding: 5px 15px;
}
.osmap-values a,
select.osmap-category-value,
select.osmap-types-value {
  height: 30px;
  background-color: transparent;
  border: none;
  line-height: 30px;
  font-size: 15px;
}
/**************CreatAccount****************/
#CreatAccount input,
#CreatAccount textarea,
#CreatAccount select {
  background-color: rgba(187, 173, 128, 0.29);
  border: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .CheckFinal label.ur-label {
  display: none;
}
.CheckFinal ul {
  padding: 0 0 5px 1em;
}
.ur-form-row.CheckFinal {
  margin-top: 10px;
}
#CreatAccount .ur-button-container .btn.button.ur-submit-button {
  color: #f49900;
  border: 2px solid #f49900;
  border-radius: 30px;
  font-size: 15px;
  box-shadow: none;
  background-color: #fff;
  padding: 5px 10px;
}
/*********Liste à puce **********/
.pupuce .dsm_icon_list_wrapper span.dsm_icon_list_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  padding: 8px;
  color: #00aebe;
  margin-left: -30px;
}
.pupuce p {
  padding-left: 30px;
}

.data ul li {
  padding: 0 5px;
}
.data ul li:nth-child(1) {
  padding-left: 0;
}
.sf-label-checkbox {
  display: contents !important;
}
.searchandfilter label {
  display: contents !important;
}

.bloggrid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloggrid article {
  margin-bottom: 20px !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bloggrid .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloggrid .column {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .et_pb_slider_0.et_pb_slider::before {
    display: none !important;
  }
  .et_pb_slide_description,
  .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_pb_slider .et_pb_slide_3 .et_pb_slide_description,
  body .et_pb_slider_fullwidth_off .et_pb_slide_3 .et_pb_slide_description {
    padding: 0% 8% !important;
    padding-top: 0 !important;
  }
  body.home
    #page-container
    .et_pb_section
    .et_pb_slider_0.et_pb_slider
    .et_pb_more_button.et_pb_button {
    font-size: 16px;
    margin-top: 10px !important;
  }
  .et_pb_slide_content p {
    font-size: 16px !important;
  }
  body .et_pb_slide_title {
    font-size: 50px !important;
  }
}

/*Test animation modules
.et_pb_module {
    -webkit-animation-timing-function: steps(1) !important;
    animation-timing-function:steps(1) !important;
    -webkit-animation-duration:0s !important;
	animation-duration: 0s !important;}
*/

.et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before {
  display:none;
}

.all-legend {
  margin-bottom: 20px;
}

.all-legend .legend {
  display: flex;
  align-items: center;
}

.all-legend .rectangle-color {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
.nav li:last-child ul {
	width: 100px;
}
/*Menu overflow*/
.et_mobile_menu {
    overflow: auto;
    height: calc(100vh - 200px);
}