.etc-orga-contact {
    margin: 20px;
    color: #e91212;
    text-decoration: underline;
}

.entry-content{
    max-width: 1100px;
    margin: 0 auto;
}

i {
    font-size: 12px;
    color: #130f0f63;
}

ul, ol {
    padding-left: 0px !important;
    margin-left: 20px !important;
}

.news-item {
    font-size: 12px;
    line-height: 1.4 !important;
}

.news-item hr {
    width: 50%;
    margin: 20px auto 20px auto;
    border-bottom: 1px solid red;
}

.news-item h5{
    font-weight: 600;
}

#reservation {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    background-color: #fd5a4f;
    border-style: solid;
    border-color: #fd5a4f;
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    padding: 20px 30px;
    margin: auto;
    display: block;
    color: #fff;
}

#schoolLink{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    border-style: solid;
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    padding: 5px;
    color: #fd5a4f;
    border-color: #fd5a4f;
    margin-top: 24px;
}
.etc-contact h4 {
    margin-top: 20px;
}

.etc-orga-presentation{
    margin-top: 2px;
    font-size: 16px;
}

.container {
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 21%);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 4px;
    box-sizing: inherit;
}

.column {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.etc-place{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.etc-place li{
    margin-bottom:3px;
}

.etc-place li span{
    font-weight: 500 !important;
}

.etc-level, .etc-age, .etc-payment-type{
    margin-top: 20px;
}

/* CARD TITLE */
#etc-frequencies {
    width: 100%;
    display:block;
    overflow: auto;
}

.frequency {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DADADA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 12px 12px 12px 12px;
    background-color: #f4f4f4;
    padding: 10px;
    align-content: center;
    float: left;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.description {
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 21%);
    padding: 20px;
    overflow: auto;
    width: 100%;
    margin-top: 20px;
    display: block;
}

.etc-presentation button{
    background-color:white;
}

h1{
    font-size: 3.0rem!important;
    line-height: 3.6rem!important;
}

#workshop-planning .v-application--wrap {
    min-height: 10vh !important;
}

.etc-workshop-header-wrapper{
    overflow: auto;
}

/* Responsive layout */
@media screen and (max-width: 800px) {

    .column {
        width: 100%;
        padding-left: 0%;
    }

    .title h1{
        font-size: 2.4rem!important;
        line-height: 2.5rem!important;
    }

    .title-workshop h1{
        font-size: 1.9rem!important;
        line-height: 2.5rem!important;
        text-align: center !important;
    }

    .etc-workshop-header-wrapper {
        text-align: center !important;
    }

    .title {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .title-organizer{
        border-radius: 5px 5px 5px 5px !important;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 21%);
        padding: 15px;
    }

    .title > div {
        flex: 0 0 100%;
    }

    #reservation {
        text-align: center !important;
        padding: 5px 30px;
        z-index: 10;
        position: sticky;
        margin:auto;
    }

    .etc-orga-header-wrapper{
        text-align: center !important;
    }

    .etc-orga-header-img{
        max-height: 250px;
        margin: auto;
        display: block;
    }

    #schoolLink{
        margin: auto !important;
    }
}

@media screen and (min-width: 500px) {

    #etc-orga-header, #etc-presentation{
        width: 50%;
        float: left;
        display: block;
        padding: 10px !important;
        margin-top: 0px;
    }

    #etc-workshop-image {
        float:right;
    }

    .container-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .container{
        margin-right:10px
    }
}


/* LOADER */
.loader {
    margin: auto;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }

}



