/*//////////////////////////////////////////////////////////////////
 *  * [ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Raleway-Regular;
  src: url('../fonts/raleway/Raleway-Regular.ttf');
}

@font-face {
  font-family: Raleway-Black;
  src: url('../fonts/raleway/Raleway-Black.ttf');
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf');
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
 * [ RESTYLE TAG ]*/

* {
*         margin: 0px;
*                 padding: 0px;
*                         box-sizing: border-box;
*                         }
*
*                         body, html {
*                                 height: 100%;
*                                         font-family: Poppins-Regular, sans-serif;
*                                         	font-size:15px;
*                                         	}
*
*
*/*---------------------------------------------*/

h1{
font-size:24px;
text-align:center;
font-family: Poppins-Medium;
color:#567374;
}

h4{ 
font-size:17px;
}

h5{ 
font-size:15px;
margin-bottom:0.5rem !important;
}

p {
        font-family: Poppins-Regular;
        font-size: 11px;
        line-height: 1.7;
        color: #666666;
        margin: 0px;
}

ul, li {
        margin: 0px;
        list-style-type: none;
}




/*------------------------------------------------------------------
 *  * [ Button ]*/
.login100-form-btn-prosanteconnect {
font-family: Poppins-Regular;
color:#337ab7;
background: #fff;
width:100%;
height:62px;
border-radius: 4px;
border: 1px solid #ced4da;
font-weight:bold;
font-size:18px;
letter-spacing:3px;
}

.login100-form-btn-prosanteconnect:hover{
 border: 1px solid #aaa;
}


.prosanteconnect-red{
color:red;
font-family: Poppins-Medium;
font-size:19px;
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.login100-form-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 62px;
  border-radius: 3px;
  background: #f7ae1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}

.bg-secondary {
    background-color: #239da0 !important;
}

.btn-success {
    color: #fff;
    background-color: #00b0a5;
    border-color: #00b0a5;
}

.btn-success:hover{
background-color: #239da0;
border-color: #239da0;
}

.div-ssl-cps{
width:50%;
border:0px solid #000;
float:left;
height: 350px;
}

.div-prosanteconnect{
width:50%;
border:1px solid #000;
float:left;
height: 350px;

}

.telechargement.promo {
    margin: 0;
        margin-top: 0px;
    width: 100%;
    float: none;
    margin-top: 1em;
    padding: 0 0 0.5em 0;
    border-radius: 0;
}


.header-promo {
    background-color: #CAE4FF;
}


.appicon {
    float: left;
    width: 40%;
    padding: 0.7em 0.5em .2em .5em;
}

.appicon {
    padding: .5em;
        padding-bottom: 0.5em;
    padding-bottom: 0.1em;
    width: 35%;
}

.telechargement.promo h3 {
    padding: 1.4em .5em 0 .5em;
font-size:14px;
}

.telechargement.promo p {
    font-size: 0.8em;
    padding: 0 0.5em;
}

.promo .ulStore {
    padding: 0;
    margin-top: 0.5em;
}

.promo .ulStore li {
    width: 48%;
    display: inline-block;
}

 .totp-block{
 margin-right:15px;
 }
 
 .img-fluid {
    max-width: 130%;
}


.BtnProSanteConnect {
width: 200px;
height: 85px;;
cursor: pointer;
background: url("../images/visuel_ProSanteConnect.PNG") no-repeat center;
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
margin-bottom:15px;
}

.BtnProSanteConnect:hover {
background-color: #fff;
border: 1px solid #dee2e6;
}

.BtnProSanteConnect:active {
background-color: #fff;
border: 1px solid #dee2e6;
}

.sslclick{
cursor: pointer;
	
}

.logo_carte_pro img, .logo_pro_sante img {
  width: auto;
  height: 60px;
  /*border: 2px solid #ececec;*/
  margin-top: 12px;
 /* padding: 20px;*/
}

button.logo_pro_sante {
  border: 0px;
  background-color: #fff;
}
