/*
Theme Name: Core V2
Description: Stylesheet 03/09
Author: Medi Chabrol
Template: Core
Version: 6.6.2
*/

/* diminuer la taille des disclaimers */
.mentions {
  font-size: 0.9em!important;
}

/* diminuer la taille de l'iframe video sur desktop */
@media screen and (min-width: 800px) {
  .video-iframe {
    max-width: 70%;
  }
}

/* style des listes : patch temporaire, listes numerotees à fixer*/
.text li {
  list-style: disc;
  margin: 0% 0% 0% 4%;
}
.article-content ul {
  margin-left: 2%;
}
/* fix logo*/
#logo img {
  max-height: 70px;
}

@media only screen and (max-width: 800px) {
  #logo img {
    max-height: 40px;
  }
}

/* image en avant premium content */
img.cover {
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  aspect-ratio: 2/1;
  object-fit: cover;
  max-width: 500px;
}

/*forminator*/
.forminator-button-next {
  background-color: unset;
  color: var(--title-color);
  border: none;
  padding: 0;
  font-size: 18px;
  text-decoration: underline;
  text-align: left;
  margin-top: 2%;
}

.forminator-button-next:hover {
  border: none;
}

button.forminator-button.forminator-button-back {
  display: none;
}

select {
  border: solid 2px grey;
  padding: 5px;
  margin: 10px;
  cursor: pointer;
}

select:hover {
  background: #f2f2f2;
}

label.forminator-label {
  font-size: 18px;
  font-weight: 500;
}

.forminator-custom-form {
  margin-top: 20px;
}

.forminator-response-message {
  font-size: 18px;
  color: var(--button-color);
}

.forminator-field.forminator-merge-tags {
  padding: 5%;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.forminator-email--field {
  display: block;
  border: 1px solid var(--button-color);
  border-radius: 5px;
  padding: 1%;
  min-width: 100%;
  margin: 2% 0;
}

.forminator-row textarea {
  display: block;
  border: 1px solid var(--button-color);
  border-radius: 5px;
  padding: 1%;
  min-width: 100%;
  margin: 2% 0;
}
.forminator-response-message.forminator-show.forminator-success {
  padding: 2%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 1%;
  margin-top: 1%;
}

.forminator-error-message {
  color: #bf0000;
  display: block;
}

.premium-content img.w-full.h-full {
  object-fit: contain;
}

.thumbnail {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

h3 {
  padding-bottom: 2%;
}

nav ul li a:visited{
  color:inherit;
}
nav ul li a:active{
  color:var(--button-color);
}

.grise{
  background: #ECECEC;
  padding: 3%!important;
  font-size: 40px;
  line-height: 1em;
  border-radius: 15px;
}

.premium-small.premium-content .premium-title{
  font-size: 18px!important;
  line-height: 22px!important;
  color: #3e3e3e!important;
  font-weight: 700;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*faq*/
#ui-datepicker-div {
  background: white!important;
}


/*fix list*/
ul li {
  list-style-type: initial;
  margin-left:25px;
  padding-bottom:10px
}

ol li{
  list-style-type:decimal;
  margin-left:25px;
  padding-bottom:10px
}

ol a {
  font-size: inherit;
}

/*menu*/

nav ul li {
  list-style: none;
  margin: revert;
  padding: revert;
}

li.current-menu-item > a,
li.current-menu-item > a:link,
li.current-menu-item > a:visited {
  color:var(--button-color);
}

@media only screen and (max-width: 600px) {
  .popup-content{
    padding:0;
  }
  .item-content.px-2\.5.mb-5 {
    padding: 0;
  }
}

@media only screen and (min-width: 450px) {
    iframe#Proform-links{
        min-width: 450px;
      min-height: 600px;
    }
}

@media only screen and (max-width: 450px) {
    iframe#Proform-links{
        min-height:740px;
    }
}

.wp-block-separator {
  color: rgb(var(--secondary-color-tw));
  border: 1px solid;
  margin-bottom: 20px;
  max-width: 40%;
}


/*tailwind add*/
.text-center{
  text-align: center;
}

/*Classe pour bouton en avant header*/
@media screen and (min-width: 800px) {
  .CTA-link {
    background: white;
    padding: 13px;
    border-radius: 10px;
    color: black !important;
  }
}

.title-icon{
  width: 50px;
  fill: var(--title-color);
}
.error-content{
  max-width:900px;
  margin:auto;
}

a.custom.button:hover {
  color: var(--button-color);
}

.bulle {
  margin-bottom:20px;
}

iframe#Proform-subscription {
  min-height: 550px;
}
@media (max-width:600px)  {
  iframe#Proform-subscription {
    min-height: 800px;
  }
}

.ombre {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 3%;
  border-radius: 10px;
  margin: 5%;
}

.parent .premium-list.grid.mt-5 {
  padding-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .border-t.flex-grow {
    border-top: 1px solid #d1d1d1;
    margin-right: 20px;
  }
}

.thumbnail.premium-card {
  position: relative !important;
}

.espace-perso a, .espace-perso a:hover {
  margin-left: 15px;
  color: white!important;
  background: var(--button-color);
  padding: 10px;
  border-radius:10px;
}
