.wpmCard {
    margin: 12px ;
    width: 12rem ;
    display: inline-block ;
    vertical-align: text-top;
    background-color: #ffffff ;
    height: 250px;
    /*overflow: auto;*/
}

.home .wpmCard {
    background-color:#ffffff;
    height:250px;
    width: 22%;
    margin: 1%;
}

.liproduitCard {
    display: inline-block;
}

.divCatalogCard {
    display: inline-block;
    padding-left: 0 !important;
    margin-left: unset !important;
}

#wp-admin-bar-editGescofProfile a, #wpadminbar .editGescofProfile {
    color: orange !important;
}

.loadingDiv, .loadingDivCatalog, .loadingDivConnexion {
    text-align: center;
    display: none;
}

.loadingDiv img {
    width: 8rem;
}

/* classes used for sessions collapse */
*, ::after, ::before {
    box-sizing: border-box;
}
.collapse {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
.show {
    max-height: 99em;
    transition: max-height .5s ease-in-out;
}
/* End collapse */

/* Button that triggers product sessions display */
.btnSessions {
    background:url('/wp-content/plugins/wpmigal/assets/img/hamburger.png') no-repeat scroll right center transparent;
    background-size: 20px 20px;
    background-origin: content-box;
    display: inline-block;
    width: 35px;
    height: auto;
}

.btnSessions:hover {
    cursor: pointer;
}

/* Utilisé pour les tabs des tuiles session */
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade.show {
    opacity: 1;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.rang{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.alert{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

/* Carrefull!!! Those classes should not be modified !!
 There used in catalog filtering. Do not change them unless you are very sure of what you're doing !! */
.HiddenByStartDate, .HiddenByEndDate, .HiddenByKeywords, .HiddenByNv1, .HiddenByNv2, .HiddenByNv3 {
    display: none !important;
}



/*Panier indispensable*/
.wpm-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.defi-wpm-stg-tools {
    display: table-cell;
}

.defi-wpm-stg-tools:hover {
    cursor: pointer;
}

.wpmTrash, .wpmTrashStgSupp {
    /*display: block;*/
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    margin-top: 3px;
    background-image: url("/wp-content/plugins/wpmigal/assets/img/trash_Can.svg");

}

.wpm-tag {
    min-width: 120px;
    text-align: center;
    color: white;
    border-radius: 4px;
    padding: 5px 0;
    font-weight: 700;
    font-size: .7rem;
    display: inline-block;
}
.wpm-tag-codeProduit, .wpm-tag-numSession {
    background-color: #7D7D7D;
    color: white;
    min-width: 100px;
    font-weight: 700;
    font-size: .75rem;
}
.editStg {
    /*display: block;*/
    width: 20px;
    height: 20px;
    font-size: 1.5rem;
    margin-top: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/plugins/wpmigal/assets/img/pen-solid.svg");
}

/* TAGS PRE-INSCRIPTION - DEVIS */
.wpm-tag-preinscription, .wpm-tag-devis {
    background-color: #EB5F14;
    min-width: 120px;
    text-align: center;
    color: white;
    border-radius: 4px;
    padding: 5px 0;
    font-weight: 700;
    font-size: .7rem;
    display: inline-block;
}
.wpm-tag-devis {
    background-color: #107597;
}
.wpm-calendar {
    background-image: url(/wp-content/plugins/wpmigal/assets/img/calendar.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.datesSession {
    display: inline-block;
    vertical-align: middle;
}
.wpm-map-pointer {
    background-image: url("/wp-content/plugins/wpmigal/assets/img/location-dot-solid.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.wpm-libelleLieuSession {
    display: inline-block;
    vertical-align: middle;
}
.wpm-arrow-down {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url("/wp-content/plugins/wpmigal/assets/img/chevron-down-solid.svg");
}
#showDetails.up {
    transform: rotateX(180deg);
}
.sessionDetails {
    display: none;
}

.wpmOpenDetails {
    display: inline-block;
    margin: 0;
    width: 16px;
}

.wpmTrash:hover, .wpmOpenDetails:hover, .wpmTrashStgSupp:hover {
    cursor: pointer;
}

.defi-wpm-user {
    background-image: url("/wp-content/plugins/wpmigal/assets/img/user-group-solid.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

#paymentContainer {
    text-align: center;
    display: block;
    width: 100%;
    /*background-color: rgba(169, 169, 169, 0.2);*/
}

.tvaTaux, .tvaApply, .wpm-paiement-success, .wpm-paiement-failure{
    display:none;
}

iframe {
    border: 1px solid gainsboro;
    border-radius: 6px;
}
.wpm-cgv {
    text-align: center;
    padding: 1rem;
}

#cgvCheck {
    /*margin-left: 1rem;*/
}

.wpm-cgv-check {
    background: url(https://cdn0.iconfinder.com/data/icons/fugue/icon/asterisk-small.png) no-repeat left 20rem top !important;
    padding-right: 1rem;
}

.wpm-cgv-error {
    display: none;
}

#wpm-panier-stagiaires label {
    margin-top: 15px;
}

#wpm-panier-stagiaires .panier-ajout-stagiaire-txt-ou {
    text-align: center;
    font-weight: 700;
}
/* Modal ajout stagiaire étape2 */
#modal-panier-ajout-stagiaire {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    box-shadow: 0 7px 10px -5px rgb(79,79,79);
    background-color: #FAFAFA;
    min-width: 780px;
}
#modal-panier-ajout-stagiaire.hidden {
    display: none !important;
}
#modal-panier-ajout-stagiaire .modal-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}

#modal-panier-ajout-stagiaire .modal-title span {
    float: right;
    margin-right: 5px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}
#modal-panier-ajout-stagiaire .modal-content {
    border: none;
    background-color: transparent;
}
#modal-panier-ajout-stagiaire .modal-footer {
    border-top: none;
    padding:0
}
/* FIN Modal ajout stagiaire étape2 */


/* Ajout relatif à la div loader qui la fait passer au dessus du panier pdt les ajax */
.loadingDivPanier {
    background-color: rgba(78, 78, 78, 0.8);
    z-index: 100000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 7rem;
}

.loadingDivPanier p {
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

/*Tuiles sessions*/
/********************************************************************/
/* Basic CSS needed by the Pagiantion plugin that displays sessions */
/* Do not modify them                                               */
/********************************************************************/
.holder {
    /*margin: 15px 0;*/
}
.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
}
.holder a:hover {
    background-color: #222;
    color: #fff;
}
.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }
.holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}
.holder span { margin: 0 5px; }

.itemContainer {
    min-height: 0 !important;
}

.tab-content {
    display: inline-block;
    width: 100%;
    /*border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;*/
}

/*******/
/* END */
/*******/

/***********************************************/
/*********  Sessions calendarPopin  ************/
/***********************************************/
.defi_wpm_smart-popin, .defi_wpm_smart_popin_Itv, .defi_wpm_smart_popin_connexion {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    overflow: auto;

    opacity: 0;
    visibility: hidden;
}

.defi_wpm_smart-popin-visible {
    opacity: 1;
    visibility: visible;
}

.defi_wpm_smart-popin .defi_wpm_sp-body, .defi_wpm_smart_popin_Itv .defi_wpm_sp-body, .defi_wpm_smart_popin_connexion .defi_wpm_sp-body {
    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);

    width: 66.66%;
    min-width: 300px;

    margin: 0 auto;
}

.defi_wpm_smart-popin .defi_wpm_sp-table, .defi_wpm_smart_popin_Itv .defi_wpm_sp-table, .defi_wpm_smart_popin_connexion .defi_wpm_sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.defi_wpm_smart-popin .defi_wpm_sp-cell, .defi_wpm_smart_popin_Itv .defi_wpm_sp-cell, .defi_wpm_smart_popin_connexion .defi_wpm_sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.defi_wpm_smart-popin .defi_wpm_sp-close, .defi_wpm_smart_popin_Itv .defi_wpm_sp-close, .defi_wpm_smart_popin_connexion .defi_wpm_sp-close {
    position: relative;
    /*top: -22px;*/
    /*right: -1000px;*/
    float: right;

    width: 36px;
    height: 36px;

    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}

#defi_wpm_calendar {
    display: flex;
}

#defi_wpm_calendar .fc-unthemed {
    margin-right: 1rem;
}

#defi_wpm_calendar_Legend {
    text-align: right;
    margin-top: 1rem;
}

#defi_wpm_calendar_Legend div {
    display: inline-block;
    padding: 0.4rem;
    color: white;
}

.defi-wpm-journee {
    background-color: green;
}

.defi-wpm-matin {
    background-color: orange;
}

.defi-wpm-am {
    background-color: blue;
}

.lieusession {
    font-size: 14px;
}

/***********************************************/
/*******  Sessions addToCartButton  ************/
/***********************************************/
#finaliserButton, #finaliserButtonDevis {
    display: none;
}

.add-to-cart .panier a {
    color: white;
}
.add-to-cart .devis a {
    color: black;
}

/********************************/
/*******  Connexion  ************/
/********************************/
.wpm-user-choice:hover, .wpm-compte:hover {
    background-color: gainsboro;
    cursor: pointer;
}
.wpm-compte {
    padding-left: 2rem;
}
.wpm-popin-sous-titre {
    margin-bottom: 1rem;
}
.wpm-connexion-success {
    font-size: 2rem;
    font-weight: bold;
    color: green;
    text-align: center;
}
.wpm-connexion-button a:hover {
    text-decoration: none;
}
.wpm-connexion-error {
    text-align: center;
    font-size: 1.5rem;
    color: red;
}

.wpm-choix-compte {
    font-size: 1.3rem;
    text-decoration: underline;
    margin-bottom: 10px;
}

/********************************/
/*******  Deconnexion  **********/
/********************************/
.wpm-deconnexion div {
    font-size: 2rem;
    font-weight: bold;
    color: green;
    text-align: center;
}

/*********************  NOUVEAU CSS INDISPENSABLE *****************************/

/* MODAL SELECTION & CREATION CONTACT */
#modal-panier-selection-contact, #modal-panier-creation-contact, #modal-panier-selection-client{
    position: fixed;
    top:50%;
    left:50%;
    min-width:50%;
    transform: translate3D(-50%, -50%, 0);
    z-index: 100;
    background-color: #F4F5F7;
    box-shadow: 0 1px 20px -15px black;
}
#modal-panier-selection-contact .modal-title, #modal-panier-creation-contact .modal-title, #modal-panier-selection-client .modal-title {
    position: relative;
    padding: 15px 20px;
}
#modal-panier-selection-contact .modal-title .close-modal-btn, #modal-panier-creation-contact .modal-title .close-modal-btn,
#modal-panier-selection-client .modal-title .close-modal-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
#modal-panier-selection-contact .modal-content, #modal-panier-creation-contact .modal-content, #modal-panier-selection-client .modal-content {
    display: block;
    padding: 25px 40px;
    border-radius: 0;
    border: 0;
}
#defi-wpm-text-modal-select-contact, #defi-wpm-text-modal-select-client {
    font-weight: 700;
}
#defi-wpm-contact-table, #defi-wpm-client-table {
    margin-top: 20px;
}
#defi-wpm-contact-table th, #defi-wpm-client-table th {
    border: 0;
    background-color: black;
    color: white;
    font-size: 0.9rem;
}
#defi-wpm-th-raison-sociale-modale {
    min-width: 10rem;
}
#defi-wpm-contact-table th:nth-child(1), #defi-wpm-contact-table tbody tr td:nth-child(1) {
    width: 5em;
}
#defi-wpm-contact-table th:nth-child(4), #defi-wpm-contact-table tbody tr td:nth-child(4) {
    width: 20em;
}
#defi-wpm-contact-table tr {
    cursor: pointer;
    transition: all .3s ease;
}
.entry-content #modal-panier-selection-client .table-wrapper {
    max-height: 40vh;
}
.defi-wpm-client-table-tr {
    cursor: pointer;
    transition: all .3s ease;
}
.defi-wpm-client-table-tr:hover {
    background-color: #cbcbcb !important;
}
#defi-wpm-contact-table tr:hover {
    background-color: #cbcbcb;
}
#defi-wpm-client-table td {
    background-color: transparent;
}
#defi-wpm-contact-table td, #defi-wpm-client-table td {
    border-bottom: 0;
    padding: 7px 15px;
    font-weight: 600;
}
#modal-panier-selection-contact .modal-footer, #modal-panier-creation-contact .modal-footer {
    background-color: #FFFFFF;
    border-top: 0;
}
#modal-panier-selection-contact .modal-footer button, #modal-panier-creation-contact .modal-footer button {
    width: auto;
}
#defi-wpm-body-to-fill {
    max-height: 40vh;
    overflow: auto;
    display: block;
}
#defi-wpm-body-client-table-to-fill {
    max-height: 40vh;
    overflow: auto;
}

#defi-wpm-body-to-fill tr {
    display: table;
}
#defi-wpm-body-to-fill {
    display: block;
    min-height: 150px;
    overflow: auto;
}
#defi-wpm-contact-table thead, #defi-wpm-body-to-fill tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#defi-wpm-contact-table thead {
    width: calc(100% - 1em)
}
#defi-wpm-contact-table table {
    width: 400px;
}
#defi-wpm-contact-table th, #defi-wpm-contact-table td {
    white-space: nowrap;
    overflow: hidden
}

.hidden {
    display: none;
}

/* FIN MODAL SELECTION & CREATION CONTACT */

/* SWITCH INTER/INTRA */
/* The switch - the box around the slider */
div.wpm-switch-btn-label.px-md-5 {
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.wpm-switch-btn-container > *  {
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    font-weight: 500;
}
.wpm-switch-btn-container > div  {
    vertical-align: middle;
    transform: translateY(-2px);
}
.wpm-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 10px;
    margin-left: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.wpm-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.wpm-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E990A8;
    -webkit-transition: .2s;
    transition: .2s;
}

.wpm-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -9px;
    bottom: 5px;
    background-color: #E62D5F;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translate3D(0,50%,0);
    -ms-transform: translate3D(0,50%,0);
    transform: translate3D(0,50%,0);
}

input:checked + .wpm-slider {
    background-color: #FFBCA7;
}

input:focus + .wpm-slider {
    box-shadow: 0 0 1px rgba(230, 45, 95, 0.5);
}

input:checked + .wpm-slider:before {
    -webkit-transform: translate3D(42px,50%,0);
    -ms-transform: translate3D(42px,50%,0);
    transform: translate3D(42px,50%,0);
    background-color: #FFB54F;
}
.defi-wpm-intra {
    color:#FFB54F;
}
.defi-wpm-inter {
    color: #7D7D7D;
}

/* Rounded sliders */
.wpm-slider.wpm-round {
    border-radius: 34px;
}

.wpm-slider.wpm-round:before {
    border-radius: 50%;
    background-color: #E62D5F;
    box-shadow: 0 0 8px -2px black;
}
/*FIN SWITCH BTN INTRA*/

/* Modal ajout stagiaire étape2 */
.defi-wpm-formfields-stg {
    display: flex;
    flex-wrap: wrap;
}

#wpm-panier-numTitre {
    min-width: 33%;
    margin-right: 100px;
}

#wpm-panier-client-nomStg, #wpm-panier-client-prenomStg, #wpm-panier-client-emailStg, #wpm-panier-client-telStagiaire {
    min-width: 50%;
}

#wpm-panier-client-fonctionStg {
    min-width: 100%;
}

.modal-title {
    background-color: black;
    color: white;
    font-weight: 700;
    padding: 15px 0 15px 20px;
}

#wpm-panier-add-stagiaire-button, #wpm-panier-edit-stagiaire-button {
    margin-right: 20px;
}
/* Fin Modal ajout stagiaire étape2 */
/*MODAL SELECTION STAGIAIRE CONNECTE*/
#modal-panier-selection-stagiaire {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%,-50%,0);
    z-index: 100;
    background-color: #fff;
}
.modal-title {
    position: relative;
}
.close-modal-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
#defi-wpm-text-modal-select-stagiaire {
    margin: 15px
}
#defi-wpm-stagiaire-table {
    width: 80vw;
    max-width: 900px;
}
#defi-wpm-stagiaire-table-body-to-fill {
    display: block;
    width: 100%;
    max-height: 500px !important;
    overflow-y: scroll;
}
#modal-panier-selection-stagiaire tbody {
    display: block;
    max-height: 450px;
    overflow: auto;
}
#modal-panier-selection-stagiaire .modal-content {
    border-radius: 0;
}
#modal-panier-selection-stagiaire thead {
    position: relative;
}
#modal-panier-selection-stagiaire thead:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    transform: translateX(100%);
}
#modal-panier-selection-stagiaire thead, #modal-panier-selection-stagiaire tbody tr {
    display: table;
    width: 100%;
    /* even columns width , fix width of table too*/
    table-layout: fixed;
}
#modal-panier-selection-stagiaire thead {
    /* scrollbar is average 1em/16px width, remove it from thead width */
    width: calc( 100% - 1em )
}
#modal-panier-selection-stagiaire tbody tr {
    cursor: pointer;
    transition: all .3s ease;
}
#modal-panier-selection-stagiaire tbody tr:hover,#modal-panier-selection-stagiaire  .table-striped tbody tr:nth-of-type(odd):hover {
    background-color: rgb(192,192,192);
}
#modal-panier-selection-stagiaire .modal-content {
    border-bottom: none;
}
#modal-panier-selection-stagiaire .modal-footer {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
    padding: 0 15px 15px 0;
    background-color: white;
}
/*FIN MODAL SELECTION STAGIAIRE CONNECTE*/



