@font-face {
  
  font-family: 'Ampersand';
  src: URL('/inc/ampersand.ttf') format('truetype');
}

html {
    margin:0;
    padding:0;
}

body {
	
	background-color:#F9F9F9;
	/*font-family: 'Open Sans', sans-serif;*/
  margin:0;
  padding:0;
  -webkit-font-smoothing: antialiased !important;
  font-family: "Nunito";
}


.titre_blanc {
    
  font-size:35px;
  text-align:center;
  font-weight:600;
  color: #07074d;
  /*font-family: 'Ampersand';*/
  font-family: 'Genos';
  padding-bottom:25px;
  padding-top:25px;
  
}

div.longwhite {
  
  width:100%;
  background-color: white;
  box-sizing:border-box;
}

.containbqs, .containbqs2  {
    
  display: flex;
  /*border:1px solid red;*/
  flex-direction: column;
  flex-wrap: wrap;
  height:250px;
  background-color:white;
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

.containbqs2  {
  
  width:700px;
  align-items: center;
  justify-content: center;
}

.bank_container {
    
    display:flex;
    cursor:pointer;
    line-height:30px;
    padding:8px 15px;
    border-radius:5px;
    width:150px;
    font-family: "Nunito";
	/*flex: 25%;*/
}

.bank_container:hover {
    
    background-color:lavender;
}

.bank_container img {
    
    width:25px;
    height:25px;
    border-radius:5px;
}

.bank_container div {
    
    font-size:15px;
    margin-left:5px;
    color:#555555;
}
    
.subbank {
    display:none;
    width:300px;
}

.subbank .bank_container { 
  
  width:300px;
}



#subbanks {
    display:none;
    padding-top:20px;
}





div.longgray {

  width:100%;
  background-color: #FAFAFA;
  padding:25px;
  box-sizing:border-box;
}


#topbanner {
  
  height:80px;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom:1px solid #D3D3D3;
  align-items: center;
}

#mainlogo {
  
  width:140px;
  height:80px;
  background-image:url('/imgs/mainlogo.jpg');
  background-size:100% 100%;
  box-shadow:inset 0px 0px 10px 10px #FAFAFA;
  cursor:pointer;
}

#nom_boite {
  
  font-size:30px;
  text-align:center;
  font-weight:600;
  color: #07074d;
  /*font-family: 'Roboto';*/
  /*font-family: 'Ampersand';*/
  font-family: 'Genos';
  cursor:pointer;
  margin-left:20px;
  
}


#gotoProduit {
  
  margin-left:5%;
}


#topbanner .btns {
  
  color:black;
  padding:0px 2%;
  cursor:pointer;
  font-size:18px;
  /*font-family: 'Ampersand';*/
  font-family: "Nunito";
  /*text-decoration:underline;*/
  
}


#topbanner .btns:hover {
  
  color:gray
}



#intro2, #div_faq {
  
  width:950px ;
  margin-left:auto;
  margin-right:auto;
  color:#333333;
}


.boutons_simulateur {
  background-color: #07074d;
  color: white;
  padding: 2px 15px;
  min-width:130px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  text-align:center;
  box-sizing:border-box;
  height:33px;
}

.boutons_simulateur:hover {
  
  background-color: #37377d;
}

button.boutons_simulateur {
  
  padding-bottom:15px;
}

button.boutons_neg {

  background-color:gray !important;
  color:white !important;
}

#connexion_form .boutons_simulateur {
  
  margin:0px 20px;
}


input[type='radio'] {
  
  display:none;
}


/*
#faaq {
  display:none;
}


#faaq p {
  color:#333333;
  font-family:Arial;
  text-align:justify;
}

#faq h3 {

  font: 1.2rem "Fira Sans", sans-serif;
  font-size:20px;
}

#faq h3::before {

  content:"?";
  display: inline-block;
  transform:rotate(200deg);
  margin-right:5px;
  font-family: serif;
  font-size:25px;
}


#faq h3::after {

  content:"?";
  display: inline-block;
  transform:rotate(20deg);
  margin-left:5px;
  font-family: serif;
  font-size:25px;
}*/

li {
  padding:5px 0px;
}

#logo_notre_produit {
  
  /*box-shadow:0px 10px 10px 0px #D3D3D3;*/
  
  width:230px;
  height:110px;
  background-image:url('/imgs/notre_produit.jpg');
  background-size:100% 100%;
  /*box-shadow:inset 0px 0px 5px 5px white;*/
  border-radius:5px;
  cursor:pointer;
  float:left;
}

#contain_img_txt {

  position:relative;
  /*overflow:hidden;*/
  margin-bottom:3%;
}


#contain_img_txt span {

  line-height:150px;
  margin-left:50px;
  color: #07074d;
  font-size:20px;
  font-family: "Nunito";
  display:inline-block;
}


strong {
  color: #07074d;
  font-family: "Nunito";
  font-size:21px;
  /*font: 1.2rem "Fira Sans", sans-serif;*/
}

/*
.question h3 {

  color: #07074d;
}

.question p {

  color: #333333;
}
*/



.question {
  
  overflow:hidden;
  border-radius: 5px;
}



.question h3 {
    
    background-color: #07074d;
    color: white;
    padding: 15px;
    margin:0;
    border-radius: 5px;
    cursor: pointer;
    /*font-size: 13px;*/
    /*font: 1.2rem "Fira Sans", sans-serif;*/
    font-family: "Nunito";
    font-size:18px;
}

.question h3:hover {
  
  transition: background-color 0.3s ease;
}


.question h3 .fa-plus-circle {
  
  float:right;
}

.question div {
    
    display: none; /* Cache le texte par défaut */
    color: black;
    background-color: #F5F5F5;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: "Nunito";
}










.maindivs, #mainform {
  min-height:90%;
}

#mainform {
  background-color:white;
  display:block;
}

#maintab {

  max-width:900px;
  width:80%;
  border-collapse:collapse;
  margin-right:auto;
  margin-left:auto;
  border:1px solid #D3D3D3;
  box-shadow:0px 0px 5px 5px #D3D3D3;
  font-family:Arial;
}

#maintab td {

  font-size:13px;
  border:1px solid #D3D3D3;
}

#maintab .lib {

  max-width:600px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#floatinglogos  {

  width:900px;
  margin-right:auto;
  margin-left:auto;
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
}

#floatinglogos img  {
  height:30px;
  float:right;
  cursor:pointer;
  margin-left:10px;
}


#signal_bug {
  
  float:left;
  cursor:pointer;
  margin-left:0px;
  color:red;
  font-size:20px;
  margin-top:5px;
}

#maintab th {

  background-color:#F5F5F5;
  color:gray;
  font-weight:normal;
  font-size:13px;
}

#maintab:focus {
  outline: none;
}


.crosses {
  color:red;
  cursor:pointer;
  width:10px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border:1px solid #c3e6cb;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border:1px solid #b8daff;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border:1px solid #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border:1px solid #ffeeba;
}

.alert-basic {
  color: #333333;
  background-color: white;
  border:1px solid #D3D3D3;
}

.alert {
  display:inline-block;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-size:13px;

}

.dev {
	display:none;
}

#topRight {
  margin-left:auto;
  margin-right:50px;
  order: 2;
  cursor:pointer;
  /*display:flex;*/
}

#topRight div {
  
  cursor:pointer;
  display:flex;
  margin:0px 10px;
  justify-content: center;
  align-items: center;
}

#credits_restants b {
  
  font-size:21px;
}




#white_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: none;
  z-index:6;
}


#connexion_form {
  
  position:fixed;
  left:calc(50% - 200px);
  top:20%;
  background-color:white;
  box-shadow:0px 0px 5px 5px #D3D3D3;
  padding:25px;
  margin-left:auto;
  margin-right:auto;
  width:400px;
  box-sizing:border-box;
  z-index:3;
}


#connexion_form .titre {
  
  color:#07074d;
  text-align:center;
  font-size:22px;
  margin-bottom:30px;
  letter-spacing:2px;
}



#contact_form {
  
  background-color:white;
  /*box-shadow:0px 0px 5px 5px #D3D3D3;*/
  padding:25px;
  margin-left:auto;
  margin-right:auto;
  width:400px;
  box-sizing:border-box;
  z-index:3;
  
}

.input_container {
  
  width:90%;
  height:30px;
  line-height:30px;
  padding:10px;
  padding-left:20px;
  color:gray;
  border-bottom:1px solid gray;
  position:relative;
  margin-bottom:30px;
}


.textarea_container {
  
  width:90%;
  height:150px;
  line-height:150px;
  padding:10px;
  padding-left:20px;
  color:gray;
  border:1px solid gray;
  position:relative;
  margin-bottom:30px;
}

input:focus, textarea:focus {
  
  outline: none;
}


input[type='password'], input[type='email'], input[type='text'], textarea {
  
  background:transparent;
  border:none;
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  padding:0px 15px;
}

textarea {
  padding:15px 15px;
}

#error_login {
  
  color:red;
  font-size:13px;
  text-align:center;
}


a {
  color: #07074d;
  text-decoration:none;
}

a:active {
  color: #07074d;
}

a.mail {
  border-bottom:1px solid #07074d;
}

a.mail:before {
  
  font-family: "Font Awesome 5 Free"; /* Assurez-vous que Font Awesome est correctement chargé */
  font-weight: 900; /* Nécessaire pour les icônes en style "solid" */
  content: "\f0e0"; /* Code Unicode de l'icône */
  margin-right:5px;
  
}


#mentions_legales h2 {
	
	color:#07074d;
}

#mentions_legales strong{
	
	font-size:16px;
}

#div_mentions_legales {
	
	width:950px ;
  margin-left:auto;
  margin-right:auto;
  color:#333333;
}

#mentionsleg {
	
	position:fixed;
	right:20px;
	bottom:20px;
	font-size:25px;
	padding:10px;
	text-align:center;
	border-radius:30px;
	box-shadow:0px 2px 5px 5px #D3D3D3;
	background-color:white;
	cursor:pointer;
}

#coordonnees {
	
	display:flex; 
	justify-content:center;
}

#coordonnees div {
	
	padding:5%;
}

#burgermenu {
  display:none;
}

#mobilemenu {
    
  display:none; 
}


.nb {
  
  filter:grayscale(100%);
  opacity:0.5;
}

.colorful {
  
  filter:grayscale(0%);
  opacity:1;
}

#supprimer_select {
	
	display:none;
	margin-left:auto;
	margin-right:auto;
	width:120px;
	text-align:center;
	background-color:#E58D7A;
	padding:5px 15px 3px;
	border-radius:5px;
	color:white;
	cursor:pointer;
}

#supprimer_select:hover {
	
	background-color:#E58D7A;
	opacity:0.8;
}

input[type='checkbox'] {
	
	border:1px solid #D3D3D3;
}


@media only screen and (max-width: 430px) {
  
  #topbanner {
    
    height:60px;
  }
  
  #mainlogo {
    
    width:90px;
    height:55px;
  }
  
  #nom_boite {
    
    font-size:20px; 
  }
  
  #burgermenu {
    display:block;
    color: #07074d;
    position:absolute;
    top:15px;
    right:15px;
    font-size:20px;
    border:1px solid #D3D3D3;
    padding:5px;
    border-radius:5px;
    cursor:pointer;
  }
  
  #gotoProduit, #gotoFaq , #gotoContact, #topRight {
    
    display:none;
  }
  
  #intro2 {
    
    width:95%;
  }
  
  #logo_notre_produit {
    
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
  
  #contain_img_txt span {
    
    margin-top:25px;
    line-height:inherit;
    margin-bottom:25px;
    text-align:center;
    margin-left: 0px;
  }
  
  
  #intro2 ul {
    
    padding-left:20px;
  }
  
  #mentions_legales {
    
    width:100%;
  }
    
  #div_mentions_legales{
    
    width:95%;
  }

  #coordonnees {
    
    display:block;
    
  }
  
  
  
  #contact, #div_contact {
    
    width:100%;
  }
  
  #contact_form {
    
    width:90%;
    padding:0px;
  }
  
  .input_container, .textarea_container {
    
    width:90%;
  }
  
  
  
  
  #faq {
    
    width:100%;
  }
    
  #div_faq {
    
    width:95%;
  }

  
  
  #mobilemenu {
    
    display:none;
    position:fixed;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    background-color: #F9F9F9;
    /*box-shadow:0px 5px 2px 2px #D3D3D3;*/
    border-bottom:1px solid #D3D3D3;
    z-index:5;
    padding: 10px 0px;
  }
  
  #mobilemenu span {
    
    display:block;
    padding:5px 0px;
    text-decoration:underline;
    cursor:pointer;
  }
  
  #mobile_credits_restants {
    text-decoration:none !important;
  }
  
  
  
  
  
  .containbqs, .containbqs2 {
    
    width:90%;
    display:block;
    height:auto;
  }
  
  .containbqs2 {
    padding-bottom:25px;
  }
  
  /*#subbanks {
    display:block;
  }*/
  
  .bank_container  {
    width:90%;
  }
  
  
  .formbold-mb-5 {
    
    margin-top:25px;
  }
  
  
  .nb {
    
    display:none;
  }
  
  .colorful {
    
    display:flex;
  }
  
  
  
  #connexion_form {
    
    width:95%;
    left:2.5%;
  }
  
  
  #connexion_form .boutons_simulateur {
    
    margin-bottom:15px;
  }
  
  #connexion_form center {
    
    display:flex;
    position:relative;
    overflow:hidden;
    height:80px;
   /* border:1px solid red;*/
    align-items: center;
    justify-content: center;
  }
  
  #valid_connexion {
    
    position:absolute;
    top:0px;
  }
  
  .boutons_neg {
    
    position:absolute;
    top:40px;
  }
  
  .date2 {
    
    display:none;
  }
  
  
  #resultat {
    
    
  }
  
  #maintab {
    table-layout: fixed;
  }
  
  #maintab, #floatinglogos {
    
    width:95%;
  }
  
  #maintab .cbs {
    
    width:20px;
  }
  
  
  #maintab .lib {
    
    width:auto;
  }
  
  #maintab .libelle {
    
    width: auto;
  }
  
  #maintab .date {
    
    width:70px;
  }
  
  #maintab .mnt {
    
    width:60px;
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .crosses {
    width:10px;
  }
}

