/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-display: swap;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2em;
}

p,
li,
label {
    font-size: 1em;
    font-weight: 600;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* links */
a {
    color: #F73939;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #FE4912 !important;
}







/*Form*/
.oranger-form{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.oranger-form h2{
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
}

.oranger-form p{
    font-weight: 600;
    font-size: 1rem;
    color: #454545;
    font-weight: 300;
}


.oranger-form .form-control{
    border-radius: 1em;
}

.oranger-form .form-check-input:checked{
    background-color: #00817e;
    border-color: #00817e;
}

.oranger-form  span{
    color: #ff0000;
}

.oranger-form p b{
    font-size: .9em;
    font-weight: 700;
}

.oranger-form  a{
    color: #00817e;
}
.oranger-form .btn_form{
    background-color: #e80024;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    padding: 1rem 1.5rem;
    border-radius: 2em;
    border: 0;
    transition: .3s ease;
}

.oranger-form .btn_form:hover{
    background-color: #000;
}

.oranger-form .oranger_alert_msj{
    color: #f2545b;
    padding-left: 1rem;
}




