@font-face {
    font-family: 'RioGrande';
    src: url("../fonts/RioGrande-YV3GUhs.ttf");
}

body {
    background: #DAB078;
    font-family: 'RioGrande';
}

@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

@keyframes fade-in {
    0% { opacity: 0; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

.loader-dots::after {
    animation: dots 1.2s steps(4, end) infinite;
    content: '';
}

.animate-fade-in {
    animation: fade-in 0.4s ease-out forwards;
}

.site-logo {
    animation: blink .8s linear infinite, fadeIn .5s 1s backwards;
}

/*.animate-spin-slow {
    animation: spin 3s linear infinite;
}

.block {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    cursor: grab;
    margin-bottom: 1rem;
    padding: 1rem;
    transition: box-shadow 0.2s ease;
}

.block:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.dragging {
    opacity: 0.7;
    transform: scale(1.02);
}

.sortable-ghost {
    background-color: #f9fafb;
    opacity: 0.4;
}

.sortable-chosen {
    outline: 2px dashed #6366f1;
}
@font-face {
    font-family: "Algerian";
    src: url('fonts/Algerian Regular.ttf');
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body, html {
    margin: 0;
    padding: 0;
}
body {
    flex-wrap: wrap;
    font-family: 'Algerian', Helvetica, sans-serif;
}
#App {
    display: none;
}
img {
    max-width: 100%;
}
.card {
    flex-basis: 40%;
}
.card-wrapper {
    display: flex;
    flex-direction: row;
}
.card-footer {
    font-size: 20px;
    width: 100%;
}
.choice-about {
    font-family: Arial, serif;
    font-size: 1.2rem;
    font-style: italic;
    height: 170px;
    line-height: 1.4rem;
    text-align: center;
}
.background-r {
    background: #FF0000;
}
.background-y {
    background: #E3CA67;
}
.color-r {
    color: #FF0000;
}
.color-y {
    color: #E3CA67;
}
.choice-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.loading {
    align-items: center;
    animation: a1 2s linear infinite;
    border-radius: 50%;
    border-top: 10px solid #E74C3C;
    display: flex;
    height: 200px;
    justify-content: center;
    position: relative;
    width: 200px;
}
.loading::before, .loading::after {
    border-radius: 50%;
    content: '';
    height: 200px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 200px;
}
.loading::before {
    border-top: 10px solid #E67E22;
    transform: rotate(120deg);
}
.loading::after {
    border-top: 10px solid #3498DB;
    transform: rotate(240deg);
}
.loading span {
    animation: a2 2s linear infinite;
}
.loading_wrapper {
    align-items: center;
    background: #E3CA67;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}
.site-widget {
    box-shadow: .5rem .5rem 3rem rgba(0, 0, 0, 0.2);
    transition: opacity .5s;
}
.site-widget:hover {
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.05);
}
.site-widget .btn {
    background: #445AE3;
    border-radius: 2rem;
    color: #EEE;
    font-size: 1.4rem;
    padding: 1rem 2.5rem;
    transition: all .5s;
}
.site-widget .btn:hover {
    box-shadow: .5rem .5rem 2rem rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}
.site-widget_wrapper {
    display: flex;
    justify-content: space-evenly;
}
.site-widget_wrapper:nth-child(1) .card-img {
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
    height: 10rem;
    object-fit: cover;
    width: 100%;
}
.site-widget_wrapper:nth-child(2) .card-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 78%);
    height: 10rem;
    object-fit: cover;
    width: 100%;
}
.site-widget_wrapper:nth-child(2) {
    justify-content: flex-end;
}
.site-wrapper
{
    display: none;
    flex-direction: column;
    min-height: 100vh;
    min-width: 100vw;
}
.main-center {
    display: flex;
    flex: 1 1 60%;
    flex-direction: column;
}
.main-center-bottom {
    display: flex;
    justify-content: center;
}
.main-center-middle {
    flex: 1;
}
.main-center-top {
    display: flex;
    justify-content: center;
}
.main-center-top h1 {
    align-items: center;
    display: flex;
    font-size: 47px;
    text-decoration: underline;
}
.main-center-top img.Logo1 {
    animation: blink .8s linear infinite, fadeIn .5s .5s backwards;
    height: 150px;
    margin-bottom: 30px;
    transform: rotate(-20deg);
    width: 150px;
}
.main-center-top img.Logo2 {
    animation: blink .8s linear infinite, fadeIn .5s 1s backwards;
    height: 150px;
    margin-bottom: 30px;
    transform: rotate(20deg) scaleX(-1);
    width: 150px;
}
.main-left {
    align-items: center;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: center;
}
.main-left img.Classement {
    height: 250px;
    margin-top: 150px;
    width: 250px;
}
.main-right {
    align-items: center;
    display: flex;
    flex: 1 1 20%;
    flex-direction: column;
    justify-content: center;
}
.main-right img.Classement {
    height: 250px;
    margin-top: 150px;
    width: 250px;
}
.main-wrapper
{
    display: flex;
}

.main-wrapper aside
{
    flex: 1 1 30%;
}

.main-wrapper section
{
    flex: 1 1 70%;
}

header
{
    background: #FF0000;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    order: 1;
    padding: 20px;
    width: 100%;
}

main
{
    background: #DAB078;
    display: flex;
    flex: 1;
    order: 2;
}

footer
{
    background: #FF0000;
    color: #FFF;
    order: 3;
    padding: 10px;
    width: 100%;
}

@keyframes a1 {
    to { transform: rotate(360deg); }
}
@keyframes a2 {
    to { transform: rotate(-360deg); }
}
@-webkit-keyframes blink {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.site-widget:nth-child(1)
{
    animation: fadeIn .5s .5s backwards;
}
.site-widget:nth-child(2)
{
    animation: fadeIn .5s 1s backwards;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .choice-about {
        font-family: Arial, serif;
        font-size: 1.5rem;
        height: 162px;
        line-height: 1.5rem;
    }
    .main-center-middle {
        flex-direction: row;
    }
    .main-left, .main-right {
        display: none;
    }
    .main-wrapper {
        flex-direction: row;
    }
    .site-widget_wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .choice-about {
        font-size: 1.5rem;
        height: 162px;
        line-height: 1.5rem;
    }
    .main-center-middle {
        flex-direction: row;
    }
    .main-left, .main-right {
        display: none;
    }
    .main-wrapper {
        flex-direction: row;
    }
    .site-widget_wrapper {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .choice-about {
        font-family: Arial, serif;
        font-size: 1.5rem;
        height: 162px;
        line-height: 1.5rem;
    }
    .main-center-middle {
        flex-direction: column;
    }
    .main-center-top h1 {
        font-size: 30px;
    }
    .main-center-top img.Logo1 {
        height: 130px;
        width: 130px;
    }
    .main-center-top img.Logo2 {
        height: 130px;
        width: 130px;
    }
    .main-left, .main-right {
        display: none;
    }
    .main-wrapper {
        flex-direction: column;
    }
    .site-widget_wrapper {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .choice-about {
        font-family: Arial, serif;
        font-size: 16px;
        line-height: 16px;
    }
    .main-center-bottom h2 {
        font-size: 100%;
    }
    .main-center-middle {
        flex-direction: column;
    }
    .main-center-top h1 {
        align-items: center;
        display: flex;
        font-size: 100%;
        text-decoration: underline;
    }
    .main-center-top img.Logo1, .main-center-top img.Logo2 {
        height: 70px;
        width: 70px;
    }
    .main-left, .main-right {
        display: none;
    }
    .main-wrapper {
        flex-direction: column;
    }
    .site-widget {
        margin-bottom: 10px;
    }
    .site-widget .card-body {
    	height: 180px;
    }
    .site-widget .card-footer {
	font-size: 16px;
	line-height: 16px;
    }
    .site-widget_wrapper {
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
    }
}*/