
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playwrite+FR+Trad:wght@100..400&family=Playwrite+RO:wght@100..400&family=Satisfy&family=Slabo+27px&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,400..700&family=Playwrite+FR+Trad:wght@100..400&family=Playwrite+RO:wght@100..400&family=Satisfy&family=Slabo+27px&display=swap');

*{
   box-sizing: border-box  !important;
   
}
/*modale d'inscription*/

.formDesign{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif  !important;
    font-optical-sizing: auto !important;
    color:white !important;
    font-size:1.1rem !important;

}
.api{
    background-color: #003369  !important;
    border: none  !important;
    color: white   !important;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    font-size: 1.1rem !important;
}

.doc{
    background-color: #ED7F10  !important;
    border: none  !important;
    color: white   !important;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    font-size: 1.1rem !important;

}

.formDesign2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif  !important;
    font-optical-sizing: auto !important;
    color:black !important;
    font-size:1.2rem !important;
}

.profilInput{
    color: black !important;
    font-size: 1.2rem !important;
    height: 50px !important;
}

.profilInput2{
    color: black !important;
    font-size: 1.1rem !important;
    height: 45px !important;
}
.liens{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.titreRegister{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif  !important;
    font-weight: bold !important;
    font-size: 1.3rem !important;
}

.modale{
    background-color: #003369!important;

}

/* fin modale d'inscription*/



.btn1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important ;
    font-size:1.3rem !important;
   background-color:#ED7F10  !important;
   border-radius: 10px !important;
}
.btn2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important ;
    font-size:1.3rem !important;

   border-radius: 10px !important;
    background-color:#00A8E1  !important;
}

body{
    background-color: #003369!important;
    height: 100% !important;
}

.sidebar-dark{
    background-color: #003369!important;
}

.navbar{
    background-color: #003369!important;
}
.arrowSix {
    background-image: url('https://soleaspay.com/images/Banner/arrowSix.svg');
   
    position: absolute;
    top: 57% !important;
    width: 11% !important;
    height: 100px !important;
    background-repeat: no-repeat;
    z-index: -1;
}

/*- partie pour l'image central*/

/*- partie pour l'image central*/

.arrowEight {
    background-image: url('https://soleaspay.com/images/Banner/arrowSix.svg');
    position: absolute;
   
    top: 39% !important;
    left: 80% !important;
    width: 11% !important; 
    height: 100px !important;
    background-repeat: no-repeat;

    z-index: -1;
}

h1 {
    font-family: "Slabo ", serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 100px !important;
}

h3 , .nameUser{
    font-family: "Lora", serif !important;
    font-optical-sizing: auto !important;
  
  font-style: italic !important;
}
.nameUser{
    font-family: "Lora", serif !important;
    font-style: normal !important;
    font-weight: bold !important;
}

.outils{
    font-size:1.01rem !important ; 
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}
.cleApi{
    font-family: "Lora", serif !important;
    color: #ED7F10 !important;

}
.historique{
    font-family: "Lora", serif !important;

}
.btn3{
    font-family: "Lora", sans-serif !important;
    background:linear-gradient(to right , #0077B6 ,#ED7F10  ) !important;
    transition: ease 0.4s !important;
    transform: translate(2) !important;
    font-weight: bold !important;
}
.btn3:hover {
    transition: ease 0.4s !important;
    transform: scale(1.1) !important;
    background-color: none !important;
}
.btn4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: solid 2px #ED7F10 !important;
    border-radius: 10px !important;
    transition: ease 0.4s !important;
}

.btn4:hover{
    transition: ease 0.4s !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border: none !important;
    background-color: #ED7F10 !important;
}
.textFirstRegister{
    font-family: "Lora", serif  !important;
    font-style: italic !important;
}
/*footer*/

.footerlink{
    font-family: "Lora", serif !important;
    color: #fff !important;
    margin: 1.2rem !important;
    font-size: 20px !important;
}
.footer{

    justify-content: space-between !important;
    align-items: center !important;
}


/* modal footer*/

.modal-lg{
    max-width:90% !important ;
}
.firstModale{
    border: solid #0077B6 2px !important;
    z-index: 10 !important;
}
.dejaCompte{
    font-family: "Lora", serif  !important;
    font-style: italic !important;
    font-size: 1rem !important;
    color:#fff !important;
}
.dejaCompte strong{
    color:#ED7F10 !important ;
}
/*media query */
@media(max-width:992px){
    .btn1{
        margin-bottom: 0.5rem !important;
        margin-top: 0.5rem !important;  
    }
    
}