.lg img{
  width:250px;
}
.left_log ul li{
  font-size: 13px;
}
.container{
  max-width: 984px;
}
header .logo img{
  width:70px;
  height:70px;
}
section h1{
  color: #133c7f;
  font-weight: 400;
  font-size: 33px;
  margin-top:40px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.frm{
  border: 1px solid #c2c2c2;
  margin-bottom: 30px;
  background: #fff;
  padding:15px;
}
.frm label{
  color:#3f3f3f;
  font-size: 14px;
  line-height: 18px;
}
.frm input , .frm select{
  background-color: #eceae7;
  box-shadow: inset 0 1px 2px #00000033;
  outline: 0;
  border-radius: 0;
  border:none;
  padding:6px  5px;
  font-size: 13px;
  margin-top: 8px;
}
.frm select{
  width:295px
}
.frm input:focus , .frm select:focus{
  background-color: #eceae7;
  box-shadow: inset 0 1px 2px #00000033;
  outline: 0;
  border-radius: 0;
  border:none;
}
.bttn button{
  background-color:#2282C1;
  color: #fff;
  border: transparent;
  border-radius: 3px;
  box-shadow: 0 1px 2px #00000059;
  font-size: 13px;
  padding:5px 8px;
}
section h6{
  color: #133c7f;
  font-size: 17px;
  font-weight: 400;
}
.frm p{
  font-size: 13px;
  color:#525252;
}




.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0018a8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.ch .doleur {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 2px dashed #00005E;
    border-radius: 6px;
    transition: 0.2s;
    cursor: pointer;
    position: relative;
    transition: 0,3s;
    position: relative;
}
.ch .doleur #face {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 99999999999999999999999;
    font-size: 40px;
    height: 100%;
  }
.ch .doleur:hover{
    background: #e7e7e7;
    width: 100%;
    height:100%;
  }
.cl{

  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0px;
  justify-content: center;
  align-items: center;
  display: none;
  background: #fcfcfc;
}
.active{
  display: block;
}
.tit{
  position: relative;
    background: #fff;
    width: 95px;
    padding: 7px 10px;
    left: -15.1px;
    top: -53px;
    border: 1px solid #c2c2c2;
    border-bottom: 0;
    color: #0098db;
}
.frm h2{
  color: #133c7f;
  font-weight: 500;
  font-size: 25px;
}

.loader{
        display: block;
        position: relative;
        height: 12px;
        width: 40%;
        margin: 0 auto;
        border: 1px solid #133c7f;
        border-radius: 10px;
        overflow: hidden;
      }
      .loader:after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: #0098db;
        animation: 6s prog ease-in infinite;
      }
      
      @keyframes prog {
        to  {   width: 100%;}
      }

.pp , .p{
  position: absolute;
  top: 18px;
  right: 57px;
}
.p{
  right: 7px;
}


@media(max-width:760px){
  .left_log ul li{
    display: none;
  }
  .frm label{
    font-size: 13px;
  }
  .frm select{
    width:100%;
  }
}