

.title-form{
    font-size: 25px !important;
    font-weight: bold;
}
.img-procses{
    margin-top: 5rem !important;
    margin-bottom: 6rem;
}

.bg-checkbox{
  background-color: #FFF2F1;

}

.box {
  width: 100%;
  height: 8em;
  padding: 0.5em;
  border: 1px solid #000;
  overflow-y: scroll;
}

.linear-bg{
  background: linear-gradient(1deg, #6e1919, #fe0000);
}


.sub-form{
  
    position: absolute;
    top: -43px !important;
    left: 0;
    right: 0;
    font-size: 25px !important;
    font-weight: bold;
    padding: 5px;

}
.red-title{font-size: 14px !important;}
.title-input{font-size: 20px;}

.w-15{
    width: 15%;
}

.w-20{
    width: 20%;
}


.fs-10{font-size: 10px !important;}

.buttons {
    text-align: center;
}

.p-lamp{
    padding: 0px 7px !important;
}

p{font-weight: bold !important;}

/* styles de base si JS est activé */
.js .input-file-container {
    position: relative;
    width: 565px;
    text-align: center;
  }
  .js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #e60013;
    color: white;
    font-size: 10px;
    transition: all .4s;
    cursor: pointer;
    border-radius: 10px;
  }
  .js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
  }
   
  /* quelques styles d'interactions */
  .js .input-file:hover + .input-file-trigger,
  .js .input-file:focus + .input-file-trigger,
  .js .input-file-trigger:hover,
  .js .input-file-trigger:focus {
    background: black;
    text-decoration:none !important;
  }
   
  /* styles du retour visuel */
  .file-return {
    margin: 0;
  }
  .file-return:not(:empty) {
    margin: 1em 0;
  }
  .js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
  }
  
  .credit
  {
    border: 1px solid #ddd;
    padding : 2px;
    width: 410px;
    background: #eee;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
  }

.btn-hover {
    width: 80%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 75px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.form-check-input:checked {
   background-color: red !important;
}


@media screen and (min-width:320px) and (max-width:480px) {
.title-form{
    font-size: 13px !important;
}
.img-procses img{width: 75% !important;}
.img-procses{
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
}
.sub-form{
    top: -27px !important;
    font-size: 19px !important;
}
.red-title{font-size: 10px !important;}
.title-input{font-size: 16px;}
.title-email{ font-size: 8px;}
.btn-hover {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 60px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
}


