#page-container,
#main-content,
.arx_has_sticky_div,
.arx_has_sticky_div div {
  overflow-x: unset !important;
  overflow-y: unset !important;
}
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

@media (max-width: 950px) {
  #page-container {
    overflow-x: hidden !important;
  }
}
.grecaptcha-badge {
  right: -500px !important;
}

#mobile_menu_spacer {
  height: 0;
  background-color: transparent !important;
}

/* RESPONSIVE FORM */

#responsive-form {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.form-row {
  width: 100%;
}

#responsive-form input,
#responsive-form select,
#responsive-form textarea {
  width: 100%;
}

.column-full {
  float: left;
  position: relative;
  padding: 0.65rem 0.65rem 0.65rem 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column-half {
  float: left;
  position: relative;
  padding: 0.65rem 0.65rem 0.65rem 0px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#responsive-form textarea {
  height: 200px;
}
#responsive-form input,
#responsive-form textarea,
#responsive-form select {
  border: solid 1px rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#responsive-form input:focus,
#responsive-form textarea:focus,
#responsive-form select:focus {
  color: #000;
  font-weight: 500;
  border: solid 1px rgba(0, 0, 0, 1) !important;
}

#responsive-form input[type="checkbox"] {
  width: auto !important;
}

#responsive-form .wpcf7-list-item-label {
  font-size: 11px !important;
  line-height: 11px !important;
}
#responsive-form .wpcf7-list-item {
  margin-left: 0px !important;
  line-height: 11px !important;
}

#responsive-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}

#responsive-form input[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
}
#responsive-form span {
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .column-half {
    width: 100% !important;
  }
}

/* DÉBUT - CLASS UTILITAIRE RGAA */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hide_for_nice_select {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: auto !important;
  width: auto !important;
}
/* FIN - CLASS UTILITAIRE RGAA */

/* AJOUTER CETTE CLASSE A UNE ROW DIVI POUR QUE LES COLONNES S'INVERSENT SUR MOBILE */
@media (max-width: 980px) {
  .mobile_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* .et_pb_button_module_wrapper{
  width: fit-content;
  display: inline;
}

@media only screen and (max-width: 500px){
  .et_pb_button_module_wrapper{
    display: block;
    width: auto;
    margin-left: 0 !important
  }
} */


/* CF7 */

#formulaire #responsive-form .wpcf7-submit{
  padding: 20px 50px;
  color: white;
  border-radius: 0;
  background-color: black !important;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
}

#formulaire #responsive-form .wpcf7-submit:hover{
  color: white !important;
}


/* PLUGIN AVIS */

.arx-avis-items-slick .slick-slide{
  background-color: rgba(255,255,255,0.3) !important;
  margin-inline: 20px;
  padding: 20px;
}

.arx-avis-item.arx-avis-item-featured{
  display: flex !important;
  flex-direction: column-reverse;
  align-items: center;
}

.arx-avis-item-meta-right-auteur, .arx-avis-item-comment-content{
  color: white !important;
}

.arx-avis-item-meta-right{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arx-avis-item-meta-right-auteur{
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}


/* PLUGIN ACTUALITES */

#arx_blog_actus{
  display: flex;
  justify-content: center;
}

.arx_blog_actu_item_inner{
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2)
}

.arx_blog_actu_item_inner .image{
  height: auto !important;
  background-image: none;
}

.arx_blog_actu_item_inner .image .image_inner{
  width: 100%;
}

.arx_blog_actu_item_inner .image .image_inner, .arx_blog_actu_item_inner .image img{
  background-color: white;
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}

.arx_blog_actu_item_inner .taxonomie{
  margin-top: 0;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
}

.arx_blog_actu_item_inner .taxonomie li{
  background-color: transparent;
  border-radius: 0;
  color: black;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}

.arx_blog_actu_item_inner .content{
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.arx_blog_actu_item_inner .titre{
  order: 1;
  padding-bottom: 20px !important;
  font-family: "Lalezar";
}

.arx_blog_actu_item_inner .titre a{
  color: black;
  font-size: 25px;
  font-weight: 400;
}

.arx_blog_actu_item_inner .extrait{
  order: 2;
  font-size: 18px;
  font-weight: 400;
}

.arx_blog_actu_item_inner .meta_info{
  order: 3;
}

/* Correction Styles par défaut divi */
.et_pb_column{
  min-height: 0 !important;
}

/* CUSTOM PLUGIN FORMATIONS */
.single_formation .container_prochaine_date__date, .single_formation .container_prochaine_date__date span {
  font-size: 35px !important;
}
.single_formation .arx-formation-card-actions a
{
    background-color: var(--gcid-9x8xkkvif9);
    color: #ffffff !important;
    
}
.single_formation .arx-formation-card-actions a:hover
{
    text-decoration: underline !important;
}
.single_formation{
  /* padding: 0px; 
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background: transparent;
  border: none;*/
}
.arx_cat_title {
  padding-bottom: 30px;
}
.container-block-informations .title_block-icon img{
  filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(2335%) hue-rotate(352deg) brightness(92%) contrast(94%);
}
.arx_single_formation_thumbnail {
  width: 379px;
  height: 467px;
  aspect-ratio: unset;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#arx_formations_ajax_content .arx_cat_title , .arx_meta_filter_group .meta_label {
	color: var(--gcid-ivb6qasd27);
}

.single_formation .arx_meta_etiquette {
  background: var(--gcid-ivb6qasd27);
}

.single_formation .title_formation {
  color: #000000;
  font-weight: 900;
  padding-bottom: 10px;
}

.single_formation p {
  color: #000000;
}

.single_formation button {
  background-color: var(--gcid-ivb6qasd27);
}

.single_formation .container_prochaine_date__header, .single_formation .container_prochaine_date__presenter {
  color: #000000;
}

.single_formation .container_prochaine_date__date {
    color: var(--gcid-ivb6qasd27);
    line-height: 1.2;
    height: auto;
}
.single_formation .container_prochaine_date__duration {
    color: #000000;
}
.single_formation .container_prochaine_date__presenter {
    font-weight: 800;
}

.arx_meta_filter_group .arx_slider:before, .arx_meta_filter_group .arx_switch input:checked + .arx_slider {
  background-color: var(--gcid-ivb6qasd27);
}

.arx-formation-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 5, 0.10);
}

.single_formation .arx-content-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single_formation .container_prochaine_date__header {
  color: var(--gcid-ivb6qasd27);
}
.single_formation .container_prochaine_date__header::after {
  display: none;
}
.single_formation .container_prochaine_date__date,
.single_formation .container_prochaine_date__date span {
    font-size: 40px;
    font-weight: 900;
}

.meta-thumbnail .arx_before_color {
  background-color: #ffffff !important;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
}
