/*
Theme Name: Divi Clicher
Theme URI: 
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 4.9.4
*/

/* 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;
}


/* Inverser l’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;
  }
}

@media only screen and (min-width : 981px) {
  #wpmem_profile_form fieldset {
    column-count: 2;
    column-gap: 3rem;
  }
  .column-1 {
    column-count: 1;
  }
  .column-2 {
    column-count: 2;
    gap: 2rem;
  }
  .column-3 {
    column-count: 3;
    gap: 2rem;
  }
  .column-4 {
    column-count: 4;
    gap: 2rem;
  }
  .column-5 {
    column-count: 5;
    gap: 2rem;
  }
  .column-6 {
    column-count: 6;
    gap: 2rem;
  }
}
#wpmem_reg, #wpmem_login {
  width: 100%;
}
#wpmem_login_form {
  max-width: 500px;
  margin: 0 auto !important;
}
#wpmem_profile_form fieldset {
  position: relative;
}
#wpmem_profile_form legend, #wpmem_login_form legend, #wpmem_pwdchange_form legend, #wpmem_pwdreset_form legend {
  font-size: 26px;
  line-height: 1.3em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #af8e67;
  margin-bottom: 2rem;
  position: relative;
  text-align: left;
}
#wpmem_profile_form legend::before, #wpmem_login_form legend::before, #wpmem_pwdchange_form legend::before, #wpmem_pwdreset_form legend::before {
  content: "";
  width: 100px;
  height: 1px;
  border-top: 1px solid rgba(0,0,0,1);
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 10;
}
#wpmem_profile_form .div_text input, #wpmem_login_form .div_text input, #wpmem_pwdchange_form .div_text input, #wpmem_pwdreset_form .div_text input {
  background-color: #eee;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
}
#wpmem_profile_form label.text, #wpmem_login_form label, #wpmem_pwdchange_form label, #wpmem_pwdreset_form label, #wpmem_pwdreset_form label.text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#wpmem_login_form fieldset .link-text-register {
  display: none;
}
#wpmem_profile_form label.text .req {
  font-size: 16px;
}
#wpmem_profile_form input[type="submit"], #wpmem_pwdchange_form input[type="submit"], #wpmem_pwdreset_form input[type="submit"] {
  position: relative !important;
  padding: .3em 1em !important;
  color: #ffffff;
  transition: background-color 300ms ease 0ms;
  font-size: 14px;
  background-color: #af8e67;
  border-width: 3px !important;
  border-color: #af8e67;
  border-radius: 0px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  max-width: initial;
  width: auto;
  cursor: pointer;
  line-height: 24px;
  position: absolute;
  right: 0;
  border: none !important;
}
#wpmem_login_form input[type="submit"] {
  padding: .3em 1em !important;
  color: #ffffff;
  transition: background-color 300ms ease 0ms;
  font-size: 14px;
  background-color: #af8e67;
  border-width: 3px !important;
  border-color: #af8e67;
  border-radius: 0px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  max-width: initial;
  width: auto;
  cursor: pointer;
  line-height: 24px;
  border: none !important;
}
#wpmem_login_form .button_div {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.5);
  padding-bottom: 1rem;
}
#wpmem_profile_form .req-text {
  display: none;
}
#wpmem_login_form .link-text {
  text-align: center;
  padding: 0;
}
#wpmem_login_form .link-text span {
  font-size: 10px;
}
#wpmem_login_form .link-text, #wpmem_pwdreset_form .link-text {
  display: none !important;
}
.ressource_title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.ressource_title.parent-type-ressource {
  font-size: 24px;
  color: #AF8E66;
}
.ressource-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.ressource-container:not(:last-child) {
  margin-bottom: 2rem;
}
.ressource-container.et_pb_toggle_item {
  padding: 5px;
}
.ressource-container.et_pb_toggle_item:hover  > .ressource_title {
  color: #AF8E66;
  cursor: pointer;
}
.ressource-container.et_pb_toggle_item > .ressource_title::before {
  content: '';
  position: relative;
  top: 0px;
  width: 9px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  transition: all .15s ease-in-out;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.443' height='34.786' viewBox='0 0 22.443 34.786'%3E%3Cg id='caret-right' transform='translate(-15 -6.604)'%3E%3Cg id='Groupe_19099' data-name='Groupe 19099'%3E%3Cpath id='Tracé_2684' data-name='Tracé 2684' d='M19.977,40.647l16.44-14.388a3,3,0,0,0,0-4.518L19.98,7.353A3,3,0,0,0,15,9.612V38.388a3,3,0,0,0,4.977,2.259Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center / contain;
}
.ressource-container.et_pb_toggle_item.et_pb_toggle_open > .ressource_title::before {
  transform: rotate(90deg);
}
.ressource-container.et_pb_toggle_item .et_pb_toggle_content {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.25);
  margin-bottom: .5rem;
}
.ressource-container:not(.sub-type-ressource) {
  background-color: #F5F5F5;
  padding: 2rem;
}
.ressource-container .sub-sub-type-ressource {
  padding: 0;
}
.ressource-container .sub-type-ressource .ressources_list {
  border-left: 1px solid rgba(0,0,0,.5);
  padding-left: 1rem;
  margin-left: 1rem;
}
.ressource-container .ressources_list {
  width: 100%;
  padding: 0;
}
.ressource-post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .75rem;
  break-inside: avoid-column;
}
.ressource-post svg {
  max-height: 19px;
  max-width: 18px;
  min-width: 19px;
  fill: #AF8E67;
}
.ressource-post a {
  color: #2A3846;
  transition: all .15s ease-in-out;
  word-break: break-all;
  line-height: 1;
}
.ressource-post a:hover {
  color: #AF8E67;
  text-decoration: underline;
}
.menu-connexion.menu-cta a {
  padding: 0 !important;
  background: none !important;
  line-height: 34px;
}
.menu-connexion svg {
  fill: #AF8E66;
  width: 20px;
  vertical-align: -5px;
}
body .btn {
  padding: .3em 1em !important;
  font-size: 14px;
  background-color: #af8e67;
  border-width: 3px !important;
  border-color: #af8e67;
  border-radius: 0px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 3px solid #af8e67 !important;
  transition: all 300ms ease 0ms;
}
body .btn:hover {
  color: #ffffff !important;
  background-color: #2a3846;
  border-color: #2a3846 !important;
}
.dipl_tabs .dipl_tab_wrapper .dipl_tabs_controls {
  background: none !important;
}
.dipl_tabs .dipl_tab_wrapper .dipl_tabs_controls .dipl_tabs_item_title {
  padding: 0 2px;
  clip-path: polygon(2px 0, calc(100% - 2px) 0, calc(100% - 2px) 100%, 2px 100%);
}