/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Cairo", sans-serif;
  color: #666;
  text-align: right;
  background-color: #eeeeee;
}



@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}

a {
  color: #24b7a4;
  text-decoration: none;
}

a:hover {
  color: #36d8c3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif;
}

#main {
  position: relative;
  position: relative;
    background: white;
    max-width: 375px;
    margin: auto;
    border-radius: 10px;
}
#main.main-user{
  height: 100vh;
  width: 100%;
  max-width: 100%;
  position:fixed;
  top:0;
  left:0;
  border-radius: 0px !important;
  overflow: auto;
  padding-bottom: 100px;
}



.container {
  padding-left: 20px;
    padding-right: 20px;
}

.logos{
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo1{
  width:40px;
}

.logo2{
  width: 111px;
}

/*--- paddings - margins---- */
.pt-35{
  padding-top: 35px !important;
}

.pb-35{
  padding-bottom: 35px !important;
}

.pt-70{
  padding-top: 70px;
}

.pt-75{
  padding-top: 75px;
}

.mt-50{
  margin-top: 50px !important;
}

.mb-50{
  margin-bottom: 50px !important;
}
.mt-120{
  margin-top: 120px !important;
}

.mt-150{
  margin-top: 150px !important;
}

.mr-10{
  margin-right: 10px;
}

.mr-15{
  margin-right: 15px;
}
.mt-20{
  margin-top: 20px !important;
}

.mt-30{
  margin-top: 30px !important;
}

/* ---- bouton */

.btn-pmi{
margin: auto;
border-radius: 10px;
background: #000;
color: white;
display: flex;
width: 231px;
height: 42px;
padding: 15px 0px 14px 0px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
}

.btn-pmi:hover{
  border: 1px solid black !important;
}

.all-codes {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.50);
  padding: 6px 7px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #F30000;
  align-items: center;
font-family: Cairo;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.all-codes i {
  font-weight: 900 !important;
  font-size: 20px;
}

/*----- Formulaire ----- */

.form-control:focus {
  box-shadow: none !important;
}

.pmi-form {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.50);
  padding: 6px 7px 6px 20px;
}

.pmi-form.error {
  
border: 1px solid #D93829;
} 

.form-control{
  border: none;
    text-align: right;
    font-size: 14px;
    
  padding: 8px !important;
}

::placeholder {
  color: #66666663 !important;
}

.pmi-form label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 8px;
}

.text-muted {
  color: #D93829 !important;
  font-family: Cairo;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 3;
  margin-right: 10px;
}

.icon-form {
  display: flex;
  align-items: center;
  margin-top: -40px;
  position: absolute;
}
.icon-form i {
  color: #808080;
}

.icon-form.icon-v2 i {
  color: #000;
}

.label-v2{
  color: #333;

font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.form-group p{

  font-family: Cairo;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

.form-check .form-check-input {
  float: right;
  margin-right: 0px !important;
}

label.form-check-label {
  margin-right: 23px;
  color: #000;
font-family: Cairo;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.form-check-inline {
  margin-right: 0px !important;
}

.form-check-input:checked {
  filter: invert(1);
  background-color: transparent !important;
  border-color: white !important;
  box-shadow: none !important;
}

.form-check{
  padding: 0px !important;
}

.inlinecheck-pmi{
  gap: 100px;
  justify-content: flex-end;
}

.inlinecheck-pmi-v2{
 
  justify-content: space-evenly;
}

.form-check-bloc label{
  color: #333;

font-family: Cairo;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;

}

hr{
  border: 1px solid rgba(0, 0, 0, 0.10);
}

label a {
  color: #104DE8 !important;
  text-decoration-line: underline !important;
}

.form-group h3{

color: #666;
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.form-group h3 span{

  color: #000;
  font-family: Cairo;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }



.checkbox-v3{
  border-radius: 20px;
    border: 1px solid #E8E8E8;
    padding: 5px 15px 5px 30px;
    cursor: pointer;
    color: #000;
    display: inline-flex;
text-align: right;
font-family: Cairo;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

  /* Hide checkbox (we use the label the trigger the checkbox) */
.rep {
  display: none;
}

/* Styling when checkbox is checked */
.rep:checked + label {
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  padding: 5px 15px 5px 10px;
    cursor: pointer;
}

/* Styling when checkbox is checked green */
#foo:checked + label {
  background: #00A785;
}

/* Styling when checkbox is checked red */
#noo:checked + label {
  background: #D93829;
}

.rep:checked + label i {
  display: block !important;
  margin-right: 5px;
  color: white !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #d8f7f3;
}

.section-title {
  text-align: center;
  padding-bottom: 23px;
}

.section-title h2 {
  font-size: 26px;
font-style: normal;
font-weight: 400;
}


.section-title p {
  margin-bottom: 0;
}


.section-title.title-small h2{
  color: rgba(51, 51, 51, 0.70);

text-align: center;
font-family: Cairo;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.section-title.title-small.v2 h2{
color: rgba(51, 51, 51, 0.70);

text-align: center;
font-family: Cairo;
font-size: 18px;
font-style: normal;
font-weight: 400;
}

.section-title.title-small{
padding-bottom: 10px;
}

.copy-code{
  border-radius: 10px;
  color: white;
    padding: 30px;
    width: 90%;
    margin: auto;
    background: #00A785;
    box-shadow: 0px 4px 10px 0px rgba(37, 73, 150, 0.10);
    text-align: center;
}

.copy-code i {
  font-family: Cairo;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  
}
.copy-code i::before{
margin-right: 15px;
font-weight: 900 !important;
font-size: 28px;

}

.copy-code.white{
border-radius: 10px;
border: 1px solid #FFF;
background: rgba(255, 255, 255, 0.50);
box-shadow: 0px 4px 10px 0px rgba(37, 73, 150, 0.10);
color: #666666;
text-align: center;
font-family: Cairo;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 21px */
text-transform: capitalize;

display: flex;
align-items: center;
}

.copy-code.white i{
font-size: 14px;
font-style: normal;
font-weight: 600;
}



.inline-codes {
  color: #333;
  font-family: Cairo;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
}

.inline-codes i{
  color: #D4D4D4;
  margin-right: 40px;
}

.vl {
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  height: 36px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: white;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.title-footer {
  color: #000;
  font-family: Cairo;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

#footer .copyright {
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  background: #F30000;
  font-size: 12px;
font-style: normal;
font-weight: 400;
padding: 5px 0;
}

#main.main-user #footer .copyright{
  border-radius: 0px;
}


#main.main-user #footer{
position: fixed !important;
width: 100%;
bottom: 0;
}


