html,body{ height: 100%;background-color: #FFFFFD;}
body{ font-size: 1.5rem;min-height: 100vh; position: relative;}

h1 {
    font-size: 1.8rem;
}

a {color : rgb(173, 173, 173);text-decoration: none;}
a:hover {color : rgb(255, 255, 255);text-decoration: underline;}

/* FORM INVITATION */
.form-invitation {margin: 0 auto;}
.form-invitation .row {align-items: center;padding: 0.5rem 0;}
.form-invitation .bg-yellow {background-color: rgba(255, 234, 0, 0.219);}
.form-invitation .bg-blue {background-color:#EDEFF1;}
.red {color: red;}
.red-orange{color: #CA3B2B;}

/* FORM INSCRIPTION */
.form-inscription {margin: 0 auto;}
.form-inscription .row {align-items: center;padding: 0.5rem 0;}
.form-inscription .bg-yellow {background-color: rgba(255, 234, 0, 0.219);}
.form-inscription .bg-blue {background-color:#EDEFF1;}

.rs .form-check {width : auto!important;display: inline-block;}

.webinaires p {
    line-height: 1.5rem;
    font-weight: bold;
}
.facebook_style {
    color : #2980c0;
}

.instagram_style {
    color : #d13282;
}
.tiktok_style {
    color : black;
}

footer {position:relative;margin-bottom:0;width:100%;height:100px;}

@media screen and (max-width: 680px) {
    body{font-size: 1rem;}
    img{width: 100%;max-width: 400px;}
    .container{width: 100vw!important;}
}