/*	
*	############################################################################################
*	
*	ApiDoc  
*	---------------------------------------------------------------------
*
*	Version: 	1.0
*	Author: 	YO
*	Copyright: 	Copyright 2020 YO
*	
*	############################################################################################
*/
/* General Styles */

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0% 45% ;
    visibility: hidden;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.DivRequete{
    visibility: hidden;
}
.DivAnswer{
    visibility: hidden;
}
.DivAnswerTrue{
    visibility: hidden;
}
.DivAnswerFalse{
    visibility: hidden;
}

#ChampsObligatoire{
    visibility: hidden;
}
#ChampsObligatoireV2{
  visibility: hidden;
}

#invalidEmail {
    visibility: hidden;
}

.AddPlus{
  color: #0F52BA;
  font-size: 30px;
}

.modal-login {		
  color: #636363;
  width: 350px;
  margin: 80px auto 0;
}
.modal-login .modal-content {
	padding: 20px;
		border-radius: 5px;
		border: none;
}
.modal-login .modal-header {
  border-bottom: none;   
      position: relative;
      justify-content: center;
}
.modal-login h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}
.modal-login .form-control:focus {
  border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
  min-height: 40px;
  border-radius: 3px; 
}
.modal-login .close {
      position: absolute;
  top: -5px;
  right: -5px;
}	
.modal-login .modal-footer {
   border-color: #dee4e7;
  text-align: center;
      justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
}
.modal-login .modal-footer a {
  color: #999;
}		
.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -10px;
  width: 95px;
  height: 95px;
   /*border-radius: 50%;*/
  z-index: 9;
 /* background: #0C89B8; 
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); */
}
.modal-login .avatar img {
  width: 100%;
}
  .modal-login .btn {
      color: #fff;
      background: #0C89B8;
      border-radius: 4px;
      text-decoration: none;
      transition: all 0.4s;
      line-height: normal;
      border: none;
  }
.modal-login .btn:hover, .modal-login .btn:focus {
  background: #45aba6;
  outline: none;
}
 
.lnr-users{
  font-size: 200%;
  margin-bottom: 12%;
  color: #f8f9fa;

}

#ApiIsRequired{
  visibility: hidden;
}

#ShouldConnect{
  visibility: hidden;
}

#logoImage{
  margin-right: 69%;
  position: relative;
}


@media (max-width: 950px){
  #logoImage{
    margin-right: 5%;
    position: relative;
  }
}

#result .card-body > pre {
    max-height: 1000px;
    overflow: auto;
}