/* COOKIE POPUP STYLES */

.cookie-popup {
  
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
  z-index:50;
}
.cookie-popup--short {
  right: none;
  width: 21.875rem; 
}
.cookie-popup--dark {
  background: #fff;
  color: #000;
}
html.theme-dark .cookie-popup--dark {
  background: #000;
  color: #fff;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: skyblue;
}
.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
}
.cookie-popup-actions button {
  color: #2ECC71;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 	0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

.cookie-popup-actions span {
  color: black;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 	0.75rem;
  padding: 0;
  cursor: pointer;
}
html.theme-dark .cookie-popup-actions span {
  color: white;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 	0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions span:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}

/* CURSOR POINTER */
.cursorpointer {
  cursor:pointer;
}
.cursorno {
  cursor:not-allowed;
}
.displayno{
  display:none;
}

/*LOADING FORM*/

.stripe-1 {
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.stripe-2 {
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.floatingright{
  float:right;
}

.bluesoassocolor{
  color:#0610FD;
}

.bluesoassobgcolor{
  background-color:#0610FD;
}

.orangesoassocolor{
  color:#FFB90D;
}

.orangesoassobgcolor{
  background-color:#FFB90D;
}

.greened{
  color: #2ECC71!important;
}

.reded{
  color:red!important;
}

.questiontime{
  display: none;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
      
.progress-barz {
        width: 100%;
        background-color: #e0e0e0; /*en dark : dark:bg-gray-700*/
        color:white;
        font-size:10px;
        /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);*/
      }
      
.progress-bar-fillz {
        display: block;
        height: 10px;
        /*background-color: #659cef;*/
        /*Celle-ci avant changement pour logo soasso : #7e3af2;*/
        /*Celle-ci pour logo soasso : #0610fd;*/
        background-color: #0610fd;
        transition: width 500ms ease-in-out;
      }

/*Changement couleurs pour logo soasso */
.bg-purple-600{
  background-color:#0610fd!important;
}
.bg-purple-600:hover{
  background-color:#353bde!important;
}
.text-purple-600{
  color:#353bde!important;
}
.bg-orange-form{
  background-color:#ffb90d;
}
.bg-orange-form:hover{
  background-color:#f0b31c;
}
/*Fin changement couleurs pour logo soasso */

/*Debut formulaire de modification de mot de passe*/
.form-control-pass {
  background-color: #fff;
  color: black;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  line-height: 1.25;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: box-shadow 200ms, border-color 200ms;
  box-sizing: content-box;
}
.form-control-pass:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.form-control-pass:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.8);
}
.form-control-pass::placeholder, .form-control-pass::-moz-placeholder {
  color: grey;
  opacity: 1;
}

html.theme-dark .form-control-pass {
  background-color: #30354a;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  line-height: 1.25;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: box-shadow 200ms, border-color 200ms;
  box-sizing: content-box;
}
html.theme-dark .form-control-pass:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
html.theme-dark .form-control-pass:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.8);
}
html.theme-dark .form-control-pass::placeholder, body.dark .form-control-pass::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.halfwidthdash{
  width: 95%;
}
.btn {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background 200ms, color 200ms;
}
.btn.primary {
  color: #2196f3;
  border: 1px solid #2196f3;
  background:white;
}
.btn.primary:hover {
  background: #2196f3;
  color: #fff;
}

html.theme-dark .btn.primary {
  color: #2196f3;
  border: 1px solid #2196f3;
  background:transparent;
}
html.theme-dark .btn.primary:hover {
  background: #2196f3;
  color: #fff;
}

.cursornotallowed{
  cursor:not-allowed!important;
}

.btn.primaryfalse {
  color: #7a7e80;
  border: 1px solid #7a7e80;
  box-shadow: none!important;
  background: white;
}
.btn.primaryfalse:hover {
  color: #7a7e80;
  box-shadow: none!important;
}

html.theme-dark .btn.primaryfalse {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #30354a;
  box-shadow: none!important;
  background: transparent;
}
html.theme-dark .btn.primaryfalse:hover {
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none!important;
}
.mdpmsg{
display: inline-block;
padding: .25em .4em;
font-size: 75%;
font-weight: 700;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25rem;
display:none;
}

.iframe-container {
  overflow: hidden;
  padding-top: 150%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   /*height: 10000px;*/
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
  border-radius: 10px;
  transform: translateZ(0px);
}

.myiframe{
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.myiframe::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.cardbg{
  background-color:white;
}

/* En fonction de la taille d'écran*/

/* Card index grand ecran */
/*1300 avant descente*/
@media (min-width: 1300px) {

.cardimage {
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.cardparentdiv{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardtextdiv{
  overflow-wrap: break-word;
  height:160px;
}

.cardtabletmode{
  display:none;
}

}

@media (920px <= width <= 1299px) {

.cardparentwrapper {
  display:none;
}

.cardtabletmode{
  display: block;
  height:380px;
}

}

@media (768px <= width <= 919px) {

.cardparentwrapper {
  display:none;
}

.cardtabletmode{
  display: block;
  height:400px;
}

}

/* Card index mobile */
@media (max-width: 767px) {

.cardimage {
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.cardparentdiv{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardtextdiv{
  overflow-wrap: break-word;
}

.cardtabletmode{
  display:none;
}

}

.independanttext{
display:inline-block;
height:50px;  
}

  .colored-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(
      var(--color1) 0% 33%,
      var(--color2) 33% 66%,
      var(--color3) 66% 100%
    );
    display: inline-block;
    margin: 5px;
  }