@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Montserrat', sans-serif;
}


.col-sm-6 h3 {
    font-weight: 700;
    font-size: 36px;
    text-transform: none;
    color: #222a59;
}


li {
    color: #222a59;
    font-size: 18px;
    font-weight: 500;
}

ul { 
    margin-left: 0px !important ;
    list-style: none;
    margin-bottom: 0px;  
    padding: 0; 
}

.text-list{
    margin-top: 10px;
    margin-bottom: 5px;
    
}
.text-list i{
    color: #01ad79;
    font-size: 24px;
    width: 24px;
    margin-right: 5px;
}

u, strong{
    color: #222a59 ;
}

.news{
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: white;
}



form .form{
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #222a59;
}
form h4{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #222a59;
    margin-bottom: 20px;
}
form .warning{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #e01414;
    text-align: center;
}
u .warning{
    color: #e01414;
}


#sheetdb-form {
    position: relative;
}

#sheetdb-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 40px 40px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    border-radius: 10px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#sheetdb-form fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#sheetdb-form input, #sheetdb-form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#sheetdb-form input:focus, #sheetdb-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ff5816;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#sheetdb-form .action-button {
    width: 100px;
    background: #ff5816;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#sheetdb-form .action-button:hover, #sheetdb-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff5816;
}

#sheetdb-form .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#sheetdb-form .action-button-previous:hover, #sheetdb-form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #ff5816;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    width: 50%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #ff5816;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ff5816;
    color: white;
    padding: 0px;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ff5816;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
 label{
     text-align: left;
 }

 .form-check-input{
    margin-left: 0px;
 }

 .content{
     background-color: #F9F9F9;
 }

 .col-sm-6 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 10px;
 }
.col-sm-5 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 10px;    
}
 .partenariat{
    margin-top: 50px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    color: #222a59;
}

.gouv{
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #222a59;
    text-align: left;
    margin-bottom: 20px;
}

.eligible{
    width: 100px;
    background: #ff5816;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 20px 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.eligible:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ff5816;
    background: #ff5816;
    text-decoration: none;
    text-transform: none;
    color: #F9F9F9;
}

.icon{
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 40px 40px;
    box-sizing: border-box;
    width: 90%;
    margin: 5% 10%;
    border-radius: 10px;
    position: relative;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
}
.icon h3{
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #ff5816;
}

.icon p{
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    color: #222a59;
}