body {
    background-color: #f7f7f7;
}

.card-body {
    background-color: #009fe3;
    border-radius: 15px;
    padding-top: 10px;
}

/* If the screen size is 601px or more, set the font-size of <div> to 80px */
@media only screen and (min-width: 601px) {
    form{
        background-color: #ffffff;
        border-radius: 15px;
        border:2PX solid #009fe3;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 5%;
        margin-bottom: -20%;

    }
  }

  /* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 600px) {
    form{
        background-color: #ffffff;
        border-radius: 15px;
        border:2PX solid #009fe3;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 3%;
        margin-bottom: -20%;

    }
  }
button#submit-id {
    float: right;
    padding: 20px;
}

.cercle {
    display: flex;
    background: #009fe3;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid rgb(255, 255, 255);
    padding: 10px;
}

label {
    font-weight: bolder;
    font-style: italic;
    /* border-bottom: 2px solid;
    border-color: white;*/
    color: #ffffff;
}

span.requered {
    font-size: 15;
    color: red;
}

button[type=submit] {
    border-radius: 50px;
    color: #009fe3;
    border-color: #fff;
    background-color: #fff;
    /* background-image: -moz-linear-gradient(black, #009fe3);
    background-image: -o-repeating-linear-gradient(black, #009fe3);
    background-image: -webkit-linear-gradient(black, #009fe3); */
    font-style: italic;
    font-weight: bolder;
}

#submit-id:hover{
    color:#fff;
    background-color: #000;
}

button[type=button] {
    font-style: italic;
    color: rgb(255, 255, 255);
    border-color: grey;
    border: none;
    font-size: 20px;
}

input.form-control,
select.form-select,
#fn,
option {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    border-color: #009fe3;
    color: #009fe3;
    /* background-image: linear-gradient(black, #009fe3); */
}

.opt-bg {
    text-transform: uppercase;
    background-color: #009fe3;
    text-align: center;
    color: black;
}

option {
    font-size: 20px;
}

.txte {
    color: rgb(0, 0, 0);
}

span.pp-ci {
    text-transform: uppercase;
    color: #009fe3;
    font-size: 20px;
}