/*----------------------------------*/
/* Global */
/*----------------------------------*/
.column-val {
  padding: 15px;
}

#main-container .wp-block-getwid-accordion__icon i {
  color: #fff;
}

#main-container .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  display: flex;
  justify-content: center;
}

#main-container #main .crm-container .header-dark {
  background-color: #096180;
}

:root {
  --container-oudinot-padding: 20px;
  --container-oudinot-width: calc(100% - var(--container-oudinot-padding) * 2);
}

@media only screen and (min-width: 1330px) {
  :root {
    --container-oudinot-width: 1290px;
  }
}

.site-footer .site-info a:hover,
header .main-navigation ul li a:hover,
.site-footer .widget ul li a:hover {
  color: #ea860a;
}

#main p {
  text-align: justify;
}

#main-container #main .has-text-align-center {
  text-align: center;
}

#primary .post .entry-header .entry-title,
#primary .page .entry-header .entry-title {
  font-size: 48px;
  color: #b1b2b3;
  margin: 0 0 30px;
}

#content #primary article h2,
#content #primary article h3,
#content #primary article h4,
#content #primary article h5,
#content #primary article h6 {
  color: #b1b2b3;
}

#crm-container .breadcrumb {
  display: none;
}

.civicrm #wrapper-civicrm-content,
#main .ct-container-full {
  padding-left: calc(50% - var(--container-oudinot-width) / 2);
  padding-right: calc(50% - var(--container-oudinot-width) / 2);
}

#main .ct-container-full .hero-section,
#main article > .entry-content > :not(.alignfull) {
  width: initial;
  max-width: initial;
}

#crm-container #civicrm-footer {
  display: none;
}

#crm-container .button .crm-i {
  margin-right: 5px;
}

[data-footer*='type-1'] footer.ct-footer {
  background-color: #203d88;
}

footer.ct-footer [data-row] > div {
  border: none;
}

[data-footer*='type-1'] footer.ct-footer [data-row*='middle'] .ct-container {
  padding-bottom: 0;
}

[data-footer*='type-1'] footer.ct-footer [data-row*='bottom'] {
  margin-top: -30px;
  padding-bottom: 20px;
}

/*----------------------------------*/
/* Buddypress */
/*----------------------------------*/
.buddypress #main .ct-container {
  max-width: inherit;
}

.buddypress #main .ct-container-full > article {
  width: inherit;
  max-width: inherit;
}

.buddypress .rtm-gallery-list .rtmedia-gallery-item-actions a:first-child {
  display: none;
}

#buddypress div#item-header-cover-image #item-header-content h2 {
  margin-bottom: 50px;
  font-size: 0;
}

#buddypress ul.rtmedia-album-list{
  display: flex;
  flex-wrap: wrap;
}

#buddypress ul.rtmedia-album-list li.rtmedia-list-item{
  max-width: 160px;
}

/**
* surcharge sur le style de la liste SK sur une page WordPress
 */
#main #bootstrap-theme .crm-search-display-list ul {
  padding: 1em;
}

#main #bootstrap-theme .crm-search-display-list ul li {
  list-style-type: none;
  border: solid 2px #000000;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 1px 0px 18px -8px #000000;
  margin: 25px 0;
}

/**
* surcharge sur le style de la grid sur une page WordPress
 */
#main .crm-search-display-grid-container {
  justify-items: inherit;
  align-items: inherit;
  gap: 40px;
}

#main .crm-search-display-grid-container div[ng-repeat="(rowIndex, row) in $ctrl.results"] {
  border: solid 2px #70716b;
  border-radius: 4px;
  padding: 5px;
  background-color: #f2f2f2;
  /*aspect-ratio: 1;*/
}

#main .crm-search-display-grid-container div[ng-repeat="(rowIndex, row) in $ctrl.results"] a {
  word-break: break-word;
}

/**
* arrondir bouton SK
 */
#main #bootstrap-theme .btn {
  border-radius: 16px;
  text-transform: capitalize;
}

/**
* bibliothèque SK pour les types d'évènements
 */
.sk-inoede-type-event-1 {
  background-color: #203d88;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

.sk-inoede-type-event-2 {
  background-color: #b90276;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

.sk-inoede-type-event-3 {
  background-color: #008082;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

.sk-inoede-type-event-4 {
  background-color: #745B77;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

.sk-inoede-type-event-5 {
  background-color: #4874A3;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
}

/*----------------------------------------------------*/
/* Menu primary et mobile menu */
/*--------------------------------------------------*/
#header #header-menu-1 .connect-membre a {
  display: block;
  background-color: #33a370;
  height: 30px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  padding: 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.ct-panel-content .mobile-menu #menu-mobile-menu-1 li a {
  font-size: 0.9rem;
}

.mobile-menu #menu-mobile-menu .acces-menu-mobile,
.mobile-menu #menu-mobile-menu-1 .acces-menu-mobile {
  display: none;
}

.crm-search-display.crm-search-display-table {
  overflow-x: auto;
}

/*----------------------------------------------------*/
/* Annuaire */
/*--------------------------------------------------*/
.civicrm-annuaire-membres #crm-main-content-wrapper #bootstrap-theme input {
  height: inherit;
}

.civicrm-annuaire-membres #crm-main-content-wrapper #bootstrap-theme textarea {
  height: inherit;
  padding: 0 0 0 20px;
}

.text-center .pagination .active a {
  color: #fff;
}

/*----------------------------------*/
/* Profil */
/*----------------------------------*/
.crm-container .crm-section .label {
  float: initial;
  width: 17%;
  text-align: initial;
}

.crm-container .crm-section .edit-value {
  margin-left: 0;
}

#site-content .crm-container #crm-main-content-wrapper .crm-multi-record-custom-field-listing .action-link {
  display: block;
}

#site-content .crm-container #civicrm-footer {
  display: none;
}

.civicrm-profile-view #wrapper-civicrm-content #crm-main-content-wrapper .action-link {
  display: none;
}

@media screen and (max-width: 575px) {
  .crm-container .crm-section .label {
    float: initial;
    width: 100%;
    text-align: initial;
  }

  #crm-container.crm-public input[type='text'],
  #crm-container.crm-public input[type='password'],
  #crm-container.crm-public input[type='email'],
  #crm-container.crm-public select {
    width: 100%;
  }

  /**
    * Checkbox
    */
  #crm-container .editrow_custom_163-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  #crm-container .editrow_custom_163-section .edit-value {
    display: flex;
    align-items: center;
    padding-right: 10px;
    order: -1;
  }
}

#main #bootstrap-theme .af-container button {
  color: inherit;
}

/*---------------- Profil global membre : mode view ------------------*/
.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 .crm-section {
  background-color: #ffffff;
  box-shadow: 0px 5px 8px -3px #88888a;
  -moz-box-shadow: 0px 5px 8px -3px #88888a;
  border-radius: 5px;
}

.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
  justify-content: stretch;
  align-content: stretch;
}

.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_126 {
  grid-column: 1 / span 2;
}

.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-image_URL {
  grid-row-start: 1;
  grid-row-end: 4;
  text-align: center;
}

.crm-profile-view #crm-container .crm-profile-name-Profil_global_du_membre_21 div .label {
  float: none;
  display: block;
  width: auto;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
}

.crm-profile-view #crm-container .crm-profile-name-Profil_global_du_membre_21 .crm-section:hover .label {
  background-color: #096180;
  color: #ffffff;
}

.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_6 {
  grid-column: 3 / span 2;
}

.crm-profile-view .crm-profile-name-Profil_global_du_membre_21 .crm-section .content {
  margin: 0;
  padding: 0.8rem;
  text-align: center;
}

#crm-container #profilewrap21 .crm-profile-name-Profil_global_du_membre_21 #row-custom_6 .content,
#crm-container #profilewrap21 .crm-profile-name-Profil_global_du_membre_21 #row-custom_126 .content
{
  text-align: left;
}

#crm-container .crm-profile-view #row-image_URL .label {
  display: none;
}

.crm-profile-view #row-image_URL .content a img {
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 5px;
}

/*---------------- Profil global membre : mode edit ------------------*/
.CRM_Profile_Form_Edit .crm-profile-name-Profil_global_du_membre_21 #crm-profile-block div.crm-submit-buttons:first-of-type {
  display: none;
}

/* CiviCRM FullCalendar Event */
#civicrm_fullcalendar {
  margin-bottom: 50px;
}

#civicrm_fullcalendar .fc-h-event .fc-event-main-frame {
  flex-direction: column;
  white-space: normal;
}

#civicrm_fullcalendar .fc-h-event .fc-event-title {
  line-height: 1.3;
}

/* Buddypress event */
.oudinot-event {
  display: flex;
  flex-direction: row;
  text-align: center;
}

.oudinot-event--date {
  flex-basis: 150px;
  flex-shrink: 0;
}

.oudinot-event--month {
  background-color: #e74c3c;
  color: #fff;
  padding: 4px;
}

.oudinot-event--day {
  font-size: 28px;
  padding: 8px;
  background-color: #fff;
}

.oudinot-event--hours {
  font-size: 14px;
  padding: 4px;
  background-color: #ecf0f1;
}

.oudinot-event--content {
  text-align: left;
  margin-left: 20px;
}

.oudinot-event--content a {
  font-weight: 700;
  font-size: 22px;
}

.activity-list .activity-item .activity-meta.action .button:before,
.activity-list .activity-item .activity-meta.action .icons:before {
  filter: none;
  opacity: 1;
  display: flex;
  top: 50%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.activity-list .activity-item .activity-meta.action {
  display: flex;
  align-items: center;
}

.activity-list .activity-item .activity-meta.action a {
  padding: 12px;
}

.activity-list .activity-item .activity-meta.action .button.acomment-reply {
  padding-left: 30px;
}

.activity-list .activity-item .activity-meta.action .button.acomment-reply::before {
  left: 3px;
}
/*----------------------------------*/
/* Tableau de bord */
/*----------------------------------*/
.page-id-228 #crm-container .crm-title .title {
  display: none;
}

/*----------------------------------*/
/* Calendrier des évènements */
/*----------------------------------*/
.page-id-13042 #crm-container .crm-title .title {
  display: none;
}

/*----------------------------------*/
/* Formulaire de Don */
/*----------------------------------*/
.civicrm-contribute #crm-main-content-wrapper h3 {
  text-transform: uppercase;
  margin: 2em 0 1em;
  font-family: var(--fontFamily);
  font-size: 25px;
  font-weight: var(--fontWeight);
  font-style: var(--fontStyle, inherit);
  line-height: var(--lineHeight);
  letter-spacing: var(--letterSpacing);
  text-transform: var(--textTransform);
  -webkit-text-decoration: var(--textDecoration);
  text-decoration: var(--textDecoration);
  color: var(--heading-color, var(--heading-4-color, var(--headings-color)));
  background: none;
}

/*----------------------------------*/
/* Post */
/*----------------------------------*/

#main-container #main article .entry-meta {
  display: none;
}

/*----------------------------------*/
/* Edit event / Add event */
/*----------------------------------*/
#crm-main-content-wrapper .custom-submitro-buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 25px;
}

#crm-main-content-wrapper .custom-submitro-buttons .crm-form-cancel {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  display: block;
  min-width: 118px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background: #4d4d69;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 16px 12px;
  font-size: 14px;
  line-height: 1.5384615385;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

/*----------------------------------*/
/* Event info : page civicrm */
/*----------------------------------*/
.civicrm-event-info #crm-main-content-wrapper .alert {
  display: none;
}

/*----------------------------------*/
/* Formulaire devenez membre */
/*----------------------------------*/
.page-id-9 #crm-main-content-wrapper .crm-submit-buttons .crm-button {
  float: none;
}

/*cancel button*/
.page-id-9 #crm-main-content-wrapper .crm-submit-buttons .button {
  float: none;
  display: flex;
}

.page-id-9 #crm-main-content-wrapper .crm-submit-buttons {
  display: flex;
}

/*----------------------------------*/
/* Block shortcode change avatar */
/*----------------------------------*/
.wrapper-change-avatar .goto-change-avatar {
  text-shadow: 0 1px 0 black;
  background: #696969;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin: 0 6px 0 0;
  padding: 2px 6px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #3e3e3e;
  border-radius: 3px;
  min-height: 40px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.wrapper-change-avatar .goto-change-avatar:hover
{
  background: #3e3e3e;
}

/*masquage de la description helprow du profil 60 : bug !!*/
.crm-profile-name-Profil_global_du_membre_Copie_id_60__60 .helprow-pre .description {
  display: none;
}

/*----------------------------------*/
/* Page entretien candidat */
/*----------------------------------*/
div#profilewrap34 + .action-link,
div#profilewrap60 + .action-link {
  display: none;
}

/*----------------------------------*/
/* Page de contribution */
/*----------------------------------*/
#crm-container .crm-contribution-page-id-1 .crm-not-you-message,
#crm-container .crm-contribution-page-id-3 .crm-not-you-message,
#crm-container .crm-contribution-page-id-6 .crm-not-you-message,
#crm-container .crm-contribution-page-id-5 .crm-not-you-message {
  display: none;
}

.civicrm-contribute-transact #crm-container .crm-button {
  background-color: #0071bd;
}

/*----------------------------------*/
/* Event listing */
/*----------------------------------*/
.eo-fullcalendar {
  margin-bottom: 50px;
}

.ro-events-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .ro-events-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .ro-events-listing .more {
    grid-column: span 3 !important;
  }
}

@media screen and (max-width: 600px) {
  .ro-events-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .ro-events-listing .more {
    grid-column: span 2 !important;
  }
}

@media screen and (max-width: 425px) {
  .ro-events-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .ro-events-listing .more {
    grid-column: span 1 !important;
  }
}

.ro-event {
  position: relative;
  padding: 0 15px;
  border: 1px solid rgba(189, 195, 199, 0.3);
}
.ro-event a {
  text-decoration: none;
}
.ro-event .placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* height: 120px; */
  background-color: #bdc3c7;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px 10px;
}
.ro-event .tag {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #95a5a6;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 9px;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.ro-event h5 {
  margin-top: auto;
  color: #d0e2e3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.ro-event h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #fff;
}
.ro-events-listing + h3 {
  margin-top: 40px;
}
.ro-events-listing .more {
  grid-column: span 4;
  text-align: right;
  margin-top: -20px;
}

.buddypress.notifications.my-account #item-body #subnav {
  display: none !important;
}

.oudinot-posts {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

.oudinot-posts .oudinot-post {
  position: relative;
  width: 33.33%;
  margin: 0;
}

.oudinot-posts .oudinot-post .thumbnail {
  position: relative;
  height: 230px;
  width: 100%;
  z-index: 1;
}

.oudinot-posts .oudinot-post .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.oudinot-posts .oudinot-post .thumbnail::after,
.oudinot-posts .oudinot-post .thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(252, 252, 252);
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%,rgba(252, 252, 252, 0) 30%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 1) 100%);
  transition: background 0.3s ease;
}

.oudinot-posts .oudinot-post .thumbnail::before {
  opacity: 0;
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 1) 100%);
  transition: opacity 0.3s ease;
}

.oudinot-posts .oudinot-post:hover .content {
  bottom: 25px;
}

.oudinot-posts .oudinot-post:hover .thumbnail::before {
  opacity: 0.5;
}

.oudinot-posts .oudinot-post .content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  color: #fff;
  transition: bottom 0.3s ease;
  z-index: 2;
}

.oudinot-posts .oudinot-post h1 {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  margin: 0;
}

.oudinot-posts .oudinot-post h2 {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .oudinot-posts {
    flex-direction: column;
  }

  .oudinot-posts .oudinot-post {
    width: 100%;
  }

  .oudinot-posts .oudinot-post h1 {
    line-height: 22px;
    font-size: 18px;
  }
}

.oudinot-slider .swiper-slide {
  position: relative;
  height: 500px;
}

.oudinot-slider .swiper-slide .thumbnail,
.oudinot-slider .swiper-slide .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.oudinot-slider .swiper-slide .thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgb(252, 252, 252);
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%,rgba(252, 252, 252, 0) 30%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 1) 100%);
  transition: background 0.3s ease;
}

.oudinot-slider .swiper-slide h1 {
  position: absolute;
  bottom: 60px;
  left: 80px;
  right: 80px;
  font-size: 50px;
  color: #fff;
  z-index: 3;
  text-decoration: none;
}

.oudinot-slider .swiper-pagination-bullet {
  background-color: #fff;
}

.oudinot-slider .swiper-button-next,
.oudinot-slider .swiper-button-prev {
  color: #fff;
}

.oudinot-slider .swiper-button-next:after,
.oudinot-slider .swiper-button-prev:after {
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .oudinot-slider .swiper-slide h1 {
    left: 20px;
    right: 20px;
    font-size: 20px;
    line-height: 34px;
    bottom: 20px;
  }

  .oudinot-slider .swiper-slide {
    height: 300px;
  }
}

p + ul {
  margin-top: calc(-0.8 * var(--content-spacing));
}

.oudinot-links-all {
  text-align: right !important;
}

.oudinot-links-all a {
  text-decoration: none;
  font-size: 18px;
}

/**
 * BuddyPress Style Activity form
 */
#whats-new-options {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#whats-new-options #whats-new-submit {
  margin-left: 10px;
}

.bp-nouveau .activity-update-form #whats-new-options .rtmedia-plupload-container {
  width: auto;
  float: none;
}

@media screen and (min-width: 46.8em) {
  .activity-update-form #whats-new-content,
  .activity-update-form #whats-new-post-in-box {
    margin-left: 60px;
  }
}

.activity-content .activity-inner ul li,
.activity-content .activity-inner ol li {
  list-style: auto;
  margin: 0;
  padding: 0;
}

.activity-content .activity-inner ul,
.activity-content .activity-inner ol {
  margin-bottom: 10px;
}

.activity-content .activity-inner ul li {
  list-style: disc;
}

.activity-content .activity-inner blockquote {
  border-left: 5px solid gray;
}

.activity-content .activity-inner ul li::before,
.activity-content .activity-inner ol li::before {
  display: none;
}

.ro-events-page {
  margin-left: auto;
  margin-right: auto;
  width: var(--block-width, var(--container-width));
  max-width: var(--block-max-width, var(--container-max-width));
}

.eo-fullcalendar .fc-left h2 {
  margin: 0;
  width: 200px;
  text-align: left;
}

.eo-fullcalendar {
  margin-top: 1.5rem;
}

.activity-list .activity-item .activity-meta.action .button:before,
.activity-list .activity-item .activity-meta.action .icons:before {
  z-index: 1;
}

.activity-list .activity-item .activity-meta.action div.generic-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-list .activity-item .activity-meta.action .bpas-show-share-options {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}

#buddypress #activity-stream .bpas-share-options-wrapper.show {
  display: flex;
  align-items: center;
}

#buddypress #activity-stream .bpas-share-options-wrapper .button {
  display: inline-flex;
  align-items: center;
}

#buddypress #activity-filter-select {
  display: none;
}

#buddypress .rtmedia-download {
  display: flex !important;
}

.activity-list .activity-item .activity-meta.action .button.acomment-reply .comment-count {
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}

.activity-list .activity-item .activity-meta.action .button.acomment-reply::before {
  top: 22px;
}

.fc-day-grid-event .fc-content {
  white-space: initial !important;
}

.rtmedia-list-item .rtmedia-item-title.hide {
  display: block !important;
}

.pt-cv-wrapper .btn {
  font-size: var(--fontSize);
}

#main article > .entry-content h4 {
  text-transform: uppercase;
  margin: 2em 0 1em;
}

/*----------------------------------*/
/* Commissions Grid */
/*----------------------------------*/
.pt-cv-wrapper .pt-cv-content-item .pt-cv-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pt-cv-wrapper .pt-cv-content-item .pt-cv-ifield .pt-cv-hover-wrapper .pt-cv-mask .pt-cv-specialp {
  width: fit-content;
  width: -moz-fit-content;
  order: 2;
  margin-top: 10px;
}

.pt-cv-wrapper .pt-cv-content-item .pt-cv-ifield .pt-cv-hover-wrapper .pt-cv-mask .pt-cv-specialp .terms {
  padding: 5px;
  background-color: darkred;
  border-radius: 5px;
}

.pt-cv-wrapper .cvp-term-groupes-commissions-internationales .pt-cv-ifield .pt-cv-hover-wrapper .pt-cv-mask .pt-cv-specialp .terms {
  background-color: #63d6ff;
}

.pt-cv-wrapper .cvp-term-groupes-commission-emploi .pt-cv-ifield .pt-cv-hover-wrapper .pt-cv-mask .pt-cv-specialp .terms {
  background-color: #096180;
}

.pt-cv-wrapper .cvp-term-groupes-commissions-operationnelles .pt-cv-ifield .pt-cv-hover-wrapper .pt-cv-mask .pt-cv-specialp .terms {
  background-color: #ed9c45;
}

.pt-cv-wrapper .pt-cv-content-item .pt-cv-mask .pt-cv-title {
  order: 1;
}

/*----------------------------------*/
/* Type de contenu Commissions */
/*----------------------------------*/
.commissions-template-default #main .entry-header .entry-meta {
  display: none;
}

.single-commissions .wp-block-media-text {
  margin-bottom: 30px;
}

/*----------------------------------*/
/* Responsive */
/*----------------------------------*/

@media (max-width: 1100px) {
  #bootstrap-theme .crm-search-display-grid .crm-search-display-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  /**
* bibliothèque SK pour les types d'évènements
 */
  .sk-inoede-type-event-1 {
    background-color: #203d88;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-2 {
    background-color: #b90276;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-3 {
    background-color: #008082;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-4 {
    background-color: #745B77;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-5 {
    background-color: #4874A3;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }
}

@media (max-width: 900px) {
  /**
* bibliothèque SK pour les types d'évènements
 */
  .sk-inoede-type-event-1 {
    background-color: #203d88;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-2 {
    background-color: #b90276;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-3 {
    background-color: #008082;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-4 {
    background-color: #745B77;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-5 {
    background-color: #4874A3;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .content-wrapper .is-vertical {
    display: none;
  }

  .content-wrapper #crm-container .title {
    display: none;
  }

  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 {
    display: flex;
    flex-direction: column;
  }

  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 .crm-section {
    margin: 15px 0;
  }

  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_126,
  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_6 {
    grid-column: inherit;
  }

  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_126 .content,
  .crm-profile-view .crm-profile-name-Profil_global_du_membre_21 #row-custom_6 .content {
    text-align: justify;
  }

  .mobile-menu #menu-mobile-menu .acces-menu-mobile,
  .mobile-menu #menu-mobile-menu-1 .acces-menu-mobile {
    display: block;
  }
}

.button.crm-form-cancel {
  display: block;
}

@media (max-width: 800px) {
  /**
* bibliothèque SK pour les types d'évènements
 */
  .sk-inoede-type-event-1 {
    background-color: #203d88;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-2 {
    background-color: #b90276;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-3 {
    background-color: #008082;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-4 {
    background-color: #745B77;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-5 {
    background-color: #4874A3;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  #bootstrap-theme .crm-search-display-grid .crm-search-display-grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  /**
* bibliothèque SK pour les types d'évènements
 */
  .sk-inoede-type-event-1 {
    background-color: #203d88;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-2 {
    background-color: #b90276;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-3 {
    background-color: #008082;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-4 {
    background-color: #745B77;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  .sk-inoede-type-event-5 {
    background-color: #4874A3;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
  }

  #crm-main-content-wrapper table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  #bootstrap-theme .crm-search-display-grid-layout-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/**
 * FIX #403
 */
#whats-new-options .rtmedia-comment-media-main.rtmedia-container {
  display: none;
}