
h6 {
  padding-bottom: 0 !important;
}

.p-content a {
  text-decoration: underline !important;
  font-weight: 700;
}

/************************************/
/*********GLOBAL RESPONSIVE**********/
/************************************/

@media screen and (max-width: 980px) {
  h1 {
    font-size: 41px !important;
  }
  h2 {
    font-size: 31px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 980px) {
  .row-cards{
    flex-direction: column;
    gap: 3rem;
  }

  .et_pb_divider_0{
    padding-top: 100px;
  }
}


/*************************/
/*********MENU**********/
/*************************/

.et_pb_section {
  background-color: transparent;
}

.et_pb_section.et_pb_section_0_tb_header.menu_disposition.et_pb_with_background.et_section_regular.et_pb_section--absolute.et_pb_section--with-menu {
  width: fit-content;
  padding: 15px;
  :hover > #menu-menu-principal a {
    display: flex;
  }
}

#menu-menu-principal {
  flex-direction: column;
  margin-top: 10px;
  cursor: pointer;

  ul {
    align-items: center;
  }

  li {
    display: flex;
    align-items: center;
    transition: 35s;

    a {
      display: flex;
      width: 0%;
      opacity: 0;
      transition: all 0.2s ease-out;
    }
  }
}

/* li {
        display: flex;
        align-items: center;
        transition: 35s;
    
        a {
          display: none;
          width: 0;
          opacity: 0;
          transition: all 0.2s ease-out;
    
          :hover {
            display: block;
            width: 100%;
            opacity: 1;
          }
        }
      }
      } */

#bloc_menu {
  transition: all 0.2s ease-out;
  width: 130px;
  border-radius: 0 28px 28px 0;
  z-index: 500;
  position: absolute !important;
  bottom: -500px;
  top: auto;
  left: 0px;
  right: auto;
  padding: 1rem;
}
#bloc_menu:hover {
  width: 340px;
}
#bloc_menu .et_pb_row {
  padding: 0;
  margin: 0;
}
#bloc_menu:hover #menu-menu-principal > li > a {
  width: 100%;
  opacity: 1;
}
#bloc_menu #menu-menu-principal > li {
  transform: translateX(0%);
  transition: all 0.2s ease-out;
}

#bloc_menu #menu-menu-principal > li:hover {
  transform: translateX(5%);
}

.menu_disposition {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.et_pb_menu__menu {
  gap: 3rem;
}
.et_pb_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.5s ease-out;
}

.picto-menu {
  flex-direction: row;
  gap: 2rem;
}

#menu-menu-principal a,
.picto-menu::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

.picto-menu::before {
  font-family: "icomoon";
  font-size: 33px;
  width: 30px;
}

.picto-groupe::before {
  content: "\e907";
}

.picto-actions::before {
  content: "\e900";
}

.picto-services::before {
  content: "\e905";
}

.picto-constat::before {
  content: "\e902";
}

.picto-dossier::before {
  content: "\e90f";
}

.picto-office::before {
  content: "\e90c";
}

.picto-jeux::before {
  content: "\e908";
}

.picto-depot-horodate::before {
  content: "\e904";
}


/* @media screen and (max-width: 980px) {
  .menu-mobile {
    position: fixed;
    display: grid;
    width: 100vw;
    bottom: 0;
    box-shadow: 0px 3px 19.5px 0px rgba(0, 0, 0, 0.25);
  }
}  */

/*******************************/
/*********MENU INTERNE**********/
/*******************************/

#menu-interne {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .et_pb_column.et_pb_column_empty {
    display: flex !important;
    justify-content: flex-end;
  }
}

.urgence-constat {
  text-align: center;
}

/*Bouton contact*/

body #page-container .et_pb_section .et_pb_button_0_tb_header {
  width: 100%;
  text-align: center;
}

/*************************/
/*********FOOTER**********/
/*************************/

/*2e colonne : Menu footer*/

.et_pb_menu__wrap {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}

/*3e colonne : Ensemble adresse office + picto*/

/*ajout picto localisation*/

.adresse-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.adresse-footer::before {
  font-family: "icomoon";
  font-size: 34px;
  content: "\e90c";
  padding: 16px;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 979px) {
  .adresse-footer::before {
    font-size: 20px;
    padding: 12px;
  }
}

/*4e colonne: Liens autres offices + picto*/

/*ajout du picto office*/

.picto-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.picto-footer::before {
  font-family: "icomoon";
  font-size: 23px;
}

.picto-offices::before {
  content: "\e90b";
}

@media screen and (max-width: 979px) {
  .liste-office {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (max-width: 981px) {
  .et_pb_menu .et_mobile_nav_menu {
    display: none !important;
  }

  .menu_footer_mobile {
    display: block;
  }
}

/**************************/
/*********ACCUEIL**********/
/**************************/

/*Section 1 : Hero*/

/*CARD ADRESSE Hero page d'accueil - valable uniquement pour les sites offices (pas pour le groupe)*/

.container-adresse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5rem;
  margin-right: 10rem;
  position: relative;
  top: -145px;
}

.card-adresse {
  margin: 0 !important;
}

.adresse-icone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adresse-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100% !important;
  margin-right: 5% !important;
}

.adresse-telephone .et_pb_text_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

/*Section 2*/

.ligne-emplacement {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 979px) {
  .ligne-emplacement {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
  }
}

@media screen and (max-width: 979px) {
  .et_pb_column_5 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 979px) {
  .et_pb_image_1 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 979px) {
  .et_pb_module
    .et_pb_text
    .et_pb_text_2
    .et_pb_text_align_left
    .et_pb_bg_layout_light {
    padding-right: 0 !important;
  }
}

.colonne-espacement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}


.btn-secondary {
  text-align: center;
}

/*Section 03 : carousel des actions */

#colonne-carrousel {
  display: flex;
  height: 100%;
  gap: 30px;
}

.encart-missions {
  flex: 1;
  position: relative;
  transition: flex 600ms;
  gap: 4rem;
}

.encart-missions:hover {
  flex: 5;
}

.et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.et_pb_blurb_content {
  position: absolute;
  width: auto;
  padding: 10px;
  margin: 25px;
}

.encart-missions .blurb-button,
.encart-missions .et_pb_module_header,
.encart-missions .et_pb_blurb_description {
  opacity: 0;
  transition: flex 200ms;
  transition-delay: 400ms;
}

.encart-missions:hover .blurb-button,
.encart-missions:hover .et_pb_module_header,
.encart-missions:hover .et_pb_blurb_description {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}

.blurb-button {
  opacity: 0;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 3rem;
}

/*Section 04 : Nos e-services (dépôt horodaté, jeux-concours, paiement)*/

@media screen and (max-width: 979px) {
  .nos_e_services {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
  }
}

/*Divi blog pagination buttons*/

.pagination .alignleft {
  padding: 0.7em 1.3em;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.pagination .alignleft:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

/*Divi blog "lire plus"*/

.more-link {
  display: block;
  text-align: right;
  margin-top: 1rem;
}

.more-link:hover {
  text-decoration: underline;
}

.et_pb_image_container {
  margin: -20px -20px -8px;
}

.entry-title {
  margin-bottom: 1rem;
}

/*Boutons pictogrammes : sur l'intégralité du site */

.bouton-pictogramme {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bouton-pictogramme::after {
  font-family: "icomoon";
  font-size: 23px;
  padding: 1rem;
  border-radius: 10px;
  margin: 0 0 0 -9px !important;
  z-index: 2;
}

.paiement::after {
  content: "\e90d";
}

.depot::after {
  content: "\e904";
}

.jeux::after {
  content: "\e908";
}
.tel::after {
  content: "\e910";
}

.mail::after {
  content: url("../icones/mail.svg");
}

@media screen and (max-width: 979px) {
  .paiement::after {
    font-size: 18px;
    padding: 12px;
  }
}

/*************************/
/*********CONTACT**********/
/*************************/

#top-espacement {
  padding: 0;
}

/*****************************************************************/
/*********FORMULAIRE DE CONTACT (x2 : contact + constat)**********/
/*****************************************************************/

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.wpcf7-form,
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.input {
  padding: 10px !important;
  border-radius: 10px !important;
  border: 1px solid #d9dbdd !important;
  background: white;
  font-size: 17px !important;
  color: var(--primary) !important;
}

.wpcf7-submit {
  padding: 15px;
  font-family: "Ruluko";
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: 0;
  transition: 0.3s ease-in-out;
  float: right;
}

.wpcf7-submit:hover {
  cursor: pointer;
  font-family: "icomoon" !important;
  content: "\e90d" !important;
}

.wpcf7-list-item {
  margin: 0;
}

.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
  margin: 0 !important;
}

/*****************************/
/*********E-services**********/
/*****************************/

/* Largeurs des colonnes en version desktop */

@media all and (min-width: 981px) {
  .ligne-card {
    display: flex;
    gap: 3rem;
  }
}

/* Largeur des colonnes pour tablettes et mobiles */

@media all and (max-width: 980px) {
  #ma_ligne .et_pb_row {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}

/********************************************/
/*********Pages internes - missions**********/
/*******************************************/

.row-cards {
  display: flex !important;
  justify-content: space-around !important;
}

.service-picto-depot,
.service-picto-jeux {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/*Présentation - Notre office*/

.et_pb_image_3,
.et_pb_image_4,
.et_pb_image_5 {
  border-radius: 100px;
} 

.associes-card{
  display: flex;
}



