@font-face {
 font-family: "Daytona";
 src: url("../fonts/Daytona.ttf") format("ttf"),
      url("../fonts/Daytona.woff") format("woff"); 
}
/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);


#wpbody-content {
    padding-bottom: 0px;
  }
.contenuPageAdmin{
   /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 99%;
    height: 98%;
    margin: 10px 0px 10px 0px;*/
    height: 100%;
    padding: 10px; 
    width: 99%; 
}

.contenuPageAdmin > .row{
  height: 100%;
}
.contenuPageAdmin  #hello-container{
    height: 100%;
    /*overflow: auto;*/
    position: relative;
}
.contenuPageAdmin #hello-left-side{
   position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  margin: 0;
  padding: 0;
  width: 20%;
  background-color: #f1f1f1;
  /*position: fixed;*/
    height: 100%;
    overflow: auto;
    z-index: -1;
     
}
 
.contenuPageAdmin #hello-right-side{
    min-height: 100vh;
    height: 100%;
   /* position: absolute;
    top: 0;
    left: 21%;
    bottom: 0;
    width: 78%;
    float: left;*/
     margin-left: 21%;
  padding: 1px 16px;
    width: 78%;
  
}



#almarsetoplognav{
    /*background-color: #02248f;*/
}
#almarsetoplognav ul > li{
    margin-right: 5px;
}

#almarsetoplognav ul > li:first-child{
    border-right: 1px solid white;
 
} 
#almarsetoplognav .btn-connect{
    border-color: #e9b94a;
}
#almarsetoplognav .btn-outline-secondary.active{
   background-color: #d5d7d9;
}

/* TITLE */
 #hello-container{
    padding-left: 0;
 }
#hello-left-side #title-container {
    height: 100%;
    min-height: 100%;
    width: auto;
    color: #fff;
    background-color: #02248f;
    text-align: center;
    padding: 105px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
  /* box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);*/
}
 
#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    padding: 0;
    margin-bottom: 0px;
}
 
#title-container h3 {
    font-size: 16px;
    font-weight: 600;
    color:#e9b949;
    padding: 0;
}
 
#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}
 
.almacertif-left-logo {
    width: 100%;
    margin-bottom: 15px;
}
h1,p{
    /*font-family: "Daytona";*/
}
#hello-right-side .collapse .card-body{
    width: 100%;
    min-width: fit-content;
    border: 0;
}


.login-left-part{
    background-color: #02248f !important;
}
.login-left-part .title{
    color: rgb(243 206 105) !important;
    font-size: 25px;
}
.login-left-part p{
    font-size: 16px;
}

#hello-right-side .payment{
      height: auto;
    border: 2px solid #eee;
    margin-left: 5%;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}




/*form styles*/
#almarse_msform {
    text-align: center;
    position: relative;
   /* margin-top: 30px;*/
}

#almarse_msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
  /*  width: 80%;
    margin: 0 10%;*/
     width: 100%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#almarse_msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#almarse_msform .intfrm, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#almarse_msform .intfrm:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2098ce;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#almarse_msform .action-button {
    width: 100px;
    background: #02248f;
    font-weight: bold;
    color: white;
    border: 0 none;
    /*border-radius: 25px;*/
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#almarse_msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #02248f;
}

#almarse_msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    /*border-radius: 25px;*/
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#almarse_msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#almarse_progressbar {
    margin-bottom: 30px;
    overflow: hidden; 
    counter-reset: step;
}

#almarse_progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    /*width: 33.33%;*/
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#almarse_progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#almarse_progressbar li::after {
    content: '';
    width: 85%;
    height: 2px;
    background: white;
    position: absolute;
    left: -45%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#almarse_progressbar li:first-child::after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#almarse_progressbar li.active::before, #almarse_progressbar li.active::after {
    background: #02248f;
    color: white;
    z-index: 0;
}


.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}


.messages{
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border-radius: 3px;
  list-style: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: none;
}
   .gender-class {
      float: left;
      clear: none;
    }
    
     .gender-class label {
      float: left;
      clear: none;
      display: inline-flex;
      padding: 0px 1em 0px 8px;
    }
    
      .gender-class input[type=radio],
      .gender-class input.radio {
      float: left;
      clear: none;
      margin: 2px 2px 0 2px;
    }
.payment-container .input-group-text{
    padding: .75em;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.payment-container  .nav-link{

    color:  #e7ab49;
}
.payment-container  .nav-link.active{
    background-color: #e7ab49;
    color: white;
}


.outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

.success,
.error {
  display: none;
  font-size: 13px;
}

.success.visible,
.error.visible {
  display: inline;
}

.error {
  color: #E4584C;
}

.success {
  color: #666EE8;
}

.success .token {
  font-weight: 500;
  font-size: 13px;
}




/* old*/
.hidden{
    display: none;
    -webkit-transition: display .5s ease;
    -moz-transition: display .5s ease;
    -o-transition: display .5s ease;
}
#messages-carte{
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  border-radius: 3px;
  list-style: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  display: none;
}

.price{
  background: #203864;
  padding: 10px 15px;
  color: #FFF;
  margin: auto;
  border-radius: 3px;
  font-size: 20px;
  width: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
}
#myProgress, #myProgressVirement {
  width: 100%;
  background-color: grey;
  margin-bottom: 20px;
}
#myBar, #myBarVirement {
  width: 1%;
  height: 30px;
  background-color: #03248f;
}

/*xouji */
.iti{
  
    width: 100% !important;
}
#info-contact,
#info-societe{
 background-color: #03248f; 
} 

 .vertical-tabs nav{
    border-bottom:0;
    border-right:3px solid #000;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}

#nav-tab-questions .nav-link{
  background-color: transparent !important;
  color: #6e707e !important;
  border: 1px solid #6e707e;
  padding: 15px;
  border-radius: 0;
  height: 100px;  
}
#nav-tab-questions .nav-link:first-child{
border-top-left-radius: 5px;
border-top-right-radius: 5px; 
}
#nav-tab-questions .nav-link:last-child{
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; 
}
#nav-tab-questions .nav-link.active{
  background-color:  #02248f !important;
  color: #fff !important;
}
.btn-blue-rse{
    background-color:  #02248f;
}

#collapseAddDetails select,
#accordionQuestions select{
      border: 1px solid #ced4da;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#collapseAddDetails .input-group-text,
#accordionQuestions .input-group-text{
    
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.delete-question:hover{
  color: red;
}
.questions-section-div label{
  font-size: 9px;

}


.questions-section-div.form-check-inline .form-check-input{
    width: 20px;
    height: 20px;
    padding: 10px;
    }

.questions-section-div.form-check-inline .form-check-input.currentQ {
  
    background-color: aquamarine;
    
}

.questions-section-div.form-check-inline .form-check-input.previousQ {
   background-color: green;

}    
/*profile */
.padding {
    padding: 3rem !important
}

.user-card-full {
    overflow: hidden;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
        background: -webkit-gradient(linear, left top, right top, from #e7b645), to(#0a2e9b));
        background: linear-gradient(to right, #0a2e9b, #e7b645);
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
}


 
h6 {
    font-size: 14px;
}

.card .card-block p {
    line-height: 25px;
}

@media only screen and (min-width: 1400px){
p {
    font-size: 14px;
}
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.text-muted {
    color: #919aa3 !important;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-40 {
    margin-top: 20px;
}

.user-card-full .social-link li {
    display: inline-block;
}

/*end profile */


#btn-abonnement {
     width: 150px;
    /* height: 50px; */
    color: white;
    text-align: center;
    position: relative;
    /* padding-left: 30px; */
    transition: .5s all;
    /* margin-bottom: 50px; */
    padding: 10px;
}
#btn-abonnement:hover {
  font-size: 12px;  
}
#btn-abonnement:hover i {
  color: white;
  animation: circle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
#btn-abonnement:active {
  color: white;
}
#btn-abonnement i {
  position: absolute;
  line-height: 50px;
  font-size: 30px;
  left: 90px;
}

.questions-section .list-group {
 height: 230px;
    overflow: auto;
}

.StripeElement{
  width: 100%;
}



#demarrer-questionaire {
  background: linear-gradient(135deg, #07267d, #6d28d9); /* joli dégradé violet/bleu */
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  /*border-radius: 50px;*/
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(109, 40, 217, 0.7);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(109, 40, 217, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(109, 40, 217, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(109, 40, 217, 0);
  }
}

#demarrer-questionaire:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #6d28d9, #07267d); /* inverser le dégradé au hover */
}
