.fa-sort-up {
  padding-top: 9px;
}

.test3 {
  display: inline-block;
  float: right;
}

h1 {
  font-weight: 600;
}

b {
  color: #BD9A00;
  font-weight: 500;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.titre_page {
  margin-left: 15px;
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
  .main-card {
    width: 100%;
    max-width: 100%;
    flex: 0 0 79%;
    text-align: center;
    margin: auto;
  }

  .description {
    width: 100%;
    max-width: 100%;
    flex: 0 0 79%;
    text-align: center;
    margin: auto;
  }

  .btn-liste-inscrit {
    width: 100%;
    text-align: center;
  }
}

.btn-retour {
  background-color: #BD9A00;
  padding: 20px 10px 20px 10px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}

.btn-panier {
  background-color: #BD9A00;
  padding: 20px 10px 20px 10px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;

}

.btn-panier:hover,
.btn-retour:hover {
  animation: animpanier 0.7s forwards;
}

@keyframes animpanier {
  from {
    background-color: #bd9a00;
    color: #fff;
  }

  to {
    background-color: #fff;
    color: #bd9a00;
  }
}

.btn-inscrit:hover {
  animation: animpanieraj 0.7s forwards;
}

@keyframes animpanieraj {
  from {
    background-color: #001659;
    color: #fff;
  }

  to {
    background-color: #fff;
    color: #001659;
  }
}

.btn-liste-inscrit {
  background-color: #BD9A00;
  padding: 20px 40px 20px 40px;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5%;
}

.retour-liste {
  margin-left: 15px;
  margin-top: 30px;
  display: block;
  margin-bottom: 2%;
}

.titre-matiere {
  margin-top: 6%;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 2%;
}

.titre-libelle {
  color: #BD9A00;
  text-transform: uppercase;
  font-size: 30px;
}

.intervenants {
  margin-top: 3%;
}

.intervenants h2 {
  margin-bottom: 1%;
  display: flex;
  align-items: end;
}

.btn-inscrit {
  width: 100%;
  color: #fff;
  padding: 1.2rem 1.8rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-left: 15px;
}

.gif-pass {
  text-align: center;
  margin: auto;
  display: flex;
  margin-top: 2%;
  margin-bottom: 5%;
}

.description {
  color: #000;
  font-weight: 400;
}

.votre-panier {
  margin-left: 12px;
}

.description-texte {
  margin-left: 15px;
}

.inscrit {
  padding-right: 15px;
}

.reservé {
  margin-top: 5%;
  text-align: center;
}

ul {
  list-style-type: none;
}

h3 {
  margin: 0;
  font-size: 15px;
  text-transform: none;
}

.contact {
  text-align: left;
  margin-top: 20px;
}

a:hover {
  color: #000;
}

.filter {
  margin: auto;
  text-align: left;
}

.btn.active {
  background-color: #666;
  color: white;
}

.btn:hover {
  background-color: #ddd;
}

.btn {
  border: none;
  outline: none;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.filter2 {
  margin: auto;
  text-align: left;
}

.filter h2 {
  margin-top: 20px
}

.filter2 h2 {
  margin-top: 20px
}

.filter3 h2 {
  margin-top: 20px
}

.filter3 {
  margin: auto;
  text-align: left;
}

.btn2.active2 {
  background-color: #666;
  color: white;
}

.btn2:hover {
  background-color: #ddd;
}

.btn2 {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.container {
  overflow: hidden;
  max-width: 100% !important;
}

.titre_filtre {
  text-transform: uppercase;
  margin-bottom: 5%;
}

.duree>i {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/horlogehover.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: top;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

.duree>i:hover {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/horloge.png');
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  background-position: top;
  color: #000;
  animation-name: transition-duree;
  animation-duration: 200ms;
}

@keyframes transition-duree {
  from {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/horlogehover.png");
  }

  to {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/horloge.png");
  }
}

.card .niveau>i {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/nvx.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: top;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

.card .niveau>i:hover {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/nvx-hover.png');
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  background-position: top;
  color: #000;
  animation-name: transition-niveau;
  animation-duration: 200ms;
}

@keyframes transition-niveau {
  from {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/nvx.png");
  }

  to {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/nvx-hover.png");
  }
}





.card .btninscription>i {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/cart.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: top;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}

.card .btninscription>i:hover {
  background-image: url('https://www.edago.fr/wp-content/uploads/2023/06/carthover.png');
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  background-position: top;
  color: #000;
  animation-name: transition-btninscription;
  animation-duration: 200ms;
}

@keyframes transition-btninscription {
  from {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/cart.png");
  }

  to {
    background-image: url("https://www.edago.fr/wp-content/uploads/2023/06/carthover.png");
  }
}




.filtres {
  margin-top: 30px;
}

.main {
  margin-top: 3%;
  max-width: 90%;
}

select {
  padding: 10px;
  border-radius: 5px;
  background-color: #F1F1F1;
  border-color: #888;
}

.prix {
  text-align: center;
}

.distanciel {
  margin-top: 20px;
}

@media only screen and (max-width: 1300px) and (min-width: 901px) {
  .filtre-formation {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .filtre-formation2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .filtre-formation8 {
    padding: 10px 0 0 0px !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .text_matiere {
    margin-left: 20% !important;
  }

  .text_matiere2 {
    margin-left: 20% !important;
  }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
  .filtre-formation {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .filtre-formation2 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .filtre-formation8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 0 0 0px !important;
  }

  .text_matiere {
    margin-left: 25% !important;
  }

  .text_matiere2 {
    margin-left: 25% !important;
  }
}

@media only screen and (max-width: 699px) and (min-width: 500px) {
  .filtre-formation8 {
    padding: 10px 0 0 0px !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .text_matiere {
    margin-left: 15% !important;
  }

  .text_matiere2 {
    margin-left: 15% !important;
  }
}

@media only screen and (max-width: 499px) and (min-width: 400px) {
  .filtre-formation8 {
    padding: 10px 0 0 0px !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .text_matiere {
    margin-left: 15% !important;
  }

  .text_matiere2 {
    margin-left: 15% !important;
  }
}

@media only screen and (max-width: 399px) and (min-width: 300px) {
  .filtre-formation8 {
    padding: 10px 0 0 0px !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .text_matiere {
    margin-left: 15% !important;
  }

  .text_matiere2 {
    margin-left: 15% !important;
  }
}

@media only screen and (max-width: 299px) and (min-width: 200px) {
  .filtre-formation8 {
    padding: 10px 0 0 0px !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .text_matiere {
    margin-left: 15% !important;
  }

  .text_matiere2 {
    margin-left: 15% !important;
  }
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border: 2px solid #BD9A00;
  border-radius: 3px;
  background-color: white;
}

.filtre-formation8 input[type=checkbox]:checked:after {
  border: none;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  margin-right: 6%;
}

.filtre-formation2 label {
  width: 100%;
  margin-bottom: 7%;
  display: inline-grid;
}

.text_matiere {
  font-size: 15px;
  color: #000;
  position: absolute;
  margin-left: 11%;
  margin-top: 24px;
  line-height: 13px;

}

.text_matiere2 {
  color: #000;
  position: absolute;
  margin-left: 11%;
  line-height: 20px;
}

.text_matiere3 {
  color: #000;
}

.voir_plus {
  border: none;
  background-color: #fff;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}

.display {
  display: none;
}

article {
  position: relative;
  width: 93%;
  height: 60px;
  margin: 5px;
  float: left;
  border: 2px solid #BD9A00;
  box-sizing: border-box;
}

article div {
  width: 100%;
  height: 101%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
}

article input {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100px;
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox]:checked~div {
  background-color: #BD9A00;
}

input[type=checkbox]:checked span {
  color: #fff;
}

.live {
  position: absolute !important;
}

.claj {
  position: absolute !important;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch_box {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Switch 1 Specific Styles Start */

input[type="checkbox"].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.5em;
  height: 1em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:before {
  border: 0px solid #BD9A00;
  border-radius: 0px;
  background-color: transparent;
}

input[type="checkbox"].switch_1:checked {
  background: #BD9A00;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1em);
}

.filtre-formation label {
  margin-bottom: 1%;
  width: 100%;
  display: inline-grid;
}

.filtre-formation8 {
  padding: 10px 0 0 30px;
}

.visio {
  margin-right: 10px !important;
}

input[type=checkbox] {
  -moz-appearance: initial;
}

.reset:hover {
  color: #BD9A00 !important;
}

.reset {
  color: #000;
}

.accfiltre {
  padding: 20px 30px;
}

#firstcache2 {
  float: right;
  background: none;
  border: none;
}

.test2 {
  display: none;
}



.mention {
  font-size: 11px;
  color: #BD9A00;
  min-height: 60px;
  line-height: 20px;
}








.card:hover {
  box-shadow: 4px 4px 30px rgb(203 203 203 / 44%);
}

.card {
  background-color: white;
  width: 31%;
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
  border: 2px solid #BD9A00;
  border-radius: 0px;
}

.headercard {
  min-height: 70px;
}

.logo .col {
  text-align: center;
}

.card .headercard .matiere {
  text-align: left;
}

.matiere {
  text-transform: uppercase;
  margin-top: 15px;
}

.libelle {
  color: #BD9A00;
  font-weight: 400;
  min-height: 45px;
}

.etablissement_ville {
  color: #BD9A00;
}

.page-id-10678 .infos {
  text-align: left;
  min-height: 75px;
  font-size: 15px;
  line-height: 30px;
  padding: 0 25px;
  font-weight: 400;
}

.page-id-10678 .logo p {
  font-size: 15px;
  text-align: center;

}

.page-id-10678 .logo .duree,
.page-id-10678 .logo .niveau {
  line-height: 20px !important;
}

.page-id-10678 .logo .intitule {
  font-weight: 500;
}

.page-id-10678 .logo {
  margin-top: 15px;
}

.btn-grad {
  background-image: linear-gradient(to right,
      #B08F0E 0%,
      #BD9A00 51%,
      #A2841B 100%);
}

.btn-grad {
  margin: 10px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 30px;
  display: block;
  width: 97%;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

h2 {
  font-size: 15px;
  font-weight: 500;
}

.etat {
  position: absolute;
  margin-top: -1px;
  padding: 11px 45px 11px 45px;
  background-color: #BD9A00;
  border: none;
  text-transform: uppercase;
  color: #fff;
  min-width: 165px;
  max-width: 165px;
  right: 0px;
  top: 0px;
  margin: 0;
}

.page-id-10678 .etat {
  position: absolute;
  padding: 10px 30px 10px 30px;
  background-color: #BD9A00;
  border: none;
  text-transform: uppercase;
  color: #fff;
  min-width: 130px;
  max-width: 140px;
  right: 0px;
  top: 0px;
  margin: 0;
}

.page-id-10678 .rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  padding: 20px 16px;
  margin: 0px 0;

  cursor: pointer;
  transition: .3s;
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 20px;
  height: 20px;
  border-radius: 100px;

  background: #BD9A00;
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: #000;
  font-weight: 400;
  transition: .3s;
}

.rad-input:checked~.rad-text {
  font-weight: 600;
}

.matierelabel {
  margin: 10px 0px !important;
}

.text {
  padding: 0 25px;
}

.logo {
  padding: 0 25px 15px 25px;
}

.home .logo {
  padding: 30px 25px 15px 25px;
}

@media only screen and (max-width: 1300px) and (min-width: 901px) {
  .filtre-formation {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .card {
    width: 47%;
  }

  .page-id-10678 .etat {
    padding: 12px 20px 12px 20px;
  }

  .etat {
    padding: 12px 20px 12px 20px;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
  .filtre-formation {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .card {
    width: 46%;

  }

  .page-id-10678 .etat {
    padding: 6px 20px 6px 20px;
    min-width: 110px;
  }

  .etat {
    padding: 6px 20px 6px 20px;
    min-width: 110px;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }

  .page-id-10678 .divmatiere .rad-label {
    padding: 25px 16px;
  }

  .page-id-10678 .headercard h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 699px) and (min-width: 500px) {
  .card {
    width: 46%;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }

  .page-id-10678 .etat {
    padding: 4px 21px 4px 21px;
    min-width: 110px;
  }

  .etat {
    padding: 4px 21px 4px 21px;
    min-width: 110px;
  }

  .page-id-10678 .divmatiere .rad-label {
    padding: 25px 16px;
  }

  .page-id-10678 .headercard h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 499px) and (min-width: 400px) {
  .card {
    width: 91%;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }

  .page-id-10678 .etat {
    padding: 12px 27px 13px 27px;
    min-width: 110px;
  }

  .etat {
    padding: 12px 27px 13px 27px;
    min-width: 110px;
  }

  .page-id-10678 .divmatiere .rad-label {
    padding: 25px 16px;
  }

  .page-id-10678 .headercard h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 399px) and (min-width: 300px) {
  .card {
    width: 91%;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }

  .page-id-10678 .etat {
    padding: 9px 27px 9px 27px;
    min-width: 110px;
  }

  .etat {
    padding: 9px 27px 9px 27px;
    min-width: 110px;
  }

  .page-id-10678 .divmatiere .rad-label {
    padding: 25px 16px;
  }

  .page-id-10678 .headercard h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 299px) and (min-width: 200px) {
  .card {
    width: 91%;
  }

  .matiere {
    min-height: 35px;
  }

  .libelle {
    min-height: 55px;
  }

  .page-id-10678 .etat {
    padding: 4px 20px 4px 20px;
    min-width: 110px;
  }

  .etat {
    padding: 4px 20px 4px 20px;
    min-width: 110px;
  }

  .page-id-10678 .divmatiere .rad-label {
    padding: 25px 16px;
  }

  .page-id-10678 .headercard h3 {
    font-size: 15px;
  }
}