

#main-big-img {
    position: relative;
    width: 100%;
    background: url("../img/couv.jpg") top center no-repeat;
    background-size: auto auto;
    background-size: cover;
    padding-top: 55%;
}

.main-big-img-title {
    width: 100%;
    position: absolute;
    top: 5%;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-big-img-title img {
    height: 10vw;
}

.main-next-date-main {
    width: 100%;

    position: relative;
}

.main-next-date {

    box-sizing: border-box;
    background-color: #ffff00;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 30px 0;
}

.main-next-date p {

    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.main-next-date-title {
    margin-bottom: 10px !important;
    text-decoration: underline;
    font-size: 1em;
}

.main-next-date-date {
    font-size: 1.2em;
}

.separator-block {
    width: 100%;
    background: url('../img/R.svg');
    background-repeat: repeat-x;
    padding: 15px;
    margin: 20px 0;
}

.separator-block p {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #2f6afe;
    font-weight: bold;

    font-size: 2em;
}

.grid {
    margin: auto;
    width: 100%;
}

.grid>div {
}

.grid-line {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.grid-line >div {
    padding: 10px;
    display: flex;
    flex-direction: column;

}

.img-front {
    width: 100%;
}

.padding-grid {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: black 5px solid;
}

.padding-grid-actu {
    height: 100%;
    display: flex;
    flex-direction: column !important;
    border: black 2px solid;
    width: 100%;
}

.grid-line >div:first-child {
    margin: 0
}

.grid-pics {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.grid-pics >div {
    padding: 10px;
}

.grid-content {
    width: 100%;

    overflow: hidden;

    height: 500px;
}

.grid-14 {
    width: 100%;
}
.grid-24 {
    width: 100%;
}
.grid-34 {
    width: 100%;
}
.grid-44 {
    width: 100%;
}

.grid-13 {
    width: 100%;
}
.grid-23 {
    width: 100%;
}
.grid-33 {
    width: 100%;
}

.pics-front {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#photo-band {
    background: url('../img/grp/band.jpg') center center no-repeat;
    background-size: cover;

    height: 50vw;
}

#drummer {
    background: url('../img/grp/drum.png') top center no-repeat;
    background-size: cover;
}

#gratteux1 {
    background: url('../img/grp/gui1.png') top center no-repeat;
    background-size: cover;
}

#gratteux2 {
    background: url('../img/grp/gui2.png') top center no-repeat;
    background-size: cover;
}

#gratteux3 {
    background: url('../img/grp/gui3.png') top center no-repeat;
    background-size: cover;
}

#singer{
    background: url('../img/grp/sing.png') top center no-repeat;
    background-size: cover;
}

#bassist{
    background: url('../img/grp/bass.png') top center no-repeat;
    background-size: cover;
}

.backcolor-black {
    background-color: #1d1d1b;
}

.main-sur-scene {
    padding: 90px 0;
    width: 100%;
    background-color: #1d1d1b;
}

.main-sur-scene-content {
    margin: auto;
    width: 100%;

    display: flex;
    flex-direction: column-reverse;
}

.main-sur-scene >.grid {
    width: 100%;
}

.actu-affiche {
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;

    margin: auto;
    width: 35%;

    min-height: 200px;
}

.actu-poster {
    width: 100% !important;
}

.actu-text {
    text-align: center;
    color: white;
    font-size: 1.3em;
}

.actu-text h1 {
    color: #2f6afe;
    font-size: 2em;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.actu-text p {

    line-height: 1;
    padding: 0;
    margin: 0;
}

.concerts-list-item {
    padding: 10px;
    border-left: black 4px solid;

    margin-bottom: 20px;
}


.concerts-list-item p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1em;
}

.concerts-list-item p:first-child {
    font-size: 1.7em;
    line-height: 1.8;
    color: #2f6afe;
}

.form-main {
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.form-inputs {
    display: flex;
    flex-direction: column;
}

.form-label {
    padding: 5px;
    border: 1px solid #D1D1D1;
    background-color: #D1D1D1;


    display: none;
}

.form-input-text {

    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;

    width: 100%;
}

.form-ldat {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.form-textarea {
    display: flex;
    flex-direction: row;

    width: 100%;
}

.form-textarea label {
    width: 100px;
    margin: 0;

    flex: 0 0 auto;

    height: 188px;
}

.form-textarea textarea {
    margin: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;

    flex-grow: 1;

    min-height: 200px;
    max-height: 100%;
}

.form-right-item {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.form-submit.form-submit {
    background-color: #2f6afe;
    color: white;
    border-color: #2f6afe;

    width: 100%;
    height: 60px;
    font-size: 1.3em;
}

.form-submit:hover {
    background-color: white !important;
    color: #2f6afe !important;
}

.text-descr-member {
    background-color: black;

    flex-grow: 1;
    padding: 10px;
}

.text-descr-member p {
    margin: 0;
    line-height: 1;
    color: white;

    padding: 10px 0;
    overflow: hidden;

    font-weight: bold;
    font-size: 1.3em;
}

.text-descr-member-readmore {
    margin: 0;
    line-height: 1;

    font-weight: inherit !important;
    color: white;

    height: 40px;
    transition: height ease 0.5s, padding ease 0.5s;
    display: none;
    overflow: hidden;
    font-size: 1em;
}

.text-descr-member pre {
    padding: 0;
    margin: 0;
    font-size: 0.9em;

    white-space: pre-wrap;

    color: white;
    transition: max-height ease 1s;

    overflow: hidden;
}

.contact-text {
    margin: 20px 0;
}

.next-date-full {
	background-color: #ffff00;
}

.next-date-full p {
	color: black;
	margin-top: 10px;
}

@media only screen and (min-width: 450px) and (max-width: 910px) {

    .grid-14 {
        flex-direction: row !important;
    }
    .grid-14 >div>div {
        width: 50%;
    }
    .grid-24 {
        display: flex;
        flex-direction: row;
    }
    .grid-34 {
    }
    .grid-44 {
        display: flex;
        flex-direction: row;
    }

    .grid-13 {
        width: 100%;
    }
    .grid-23 {
        width: 100%;
    }
    .grid-33 {
        width: 100%;
    }

    .grid-14>.padding-grid {
        flex-direction: row;
        width: 100%;
    }
    .grid-34>.padding-grid {
        flex-direction: column;
        width: 100%;
    }
}

@media only screen and (min-width: 910px) { /* DESKTOP */
    .main-next-date-main {
        bottom: 5%;
        position: absolute;

        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .main-next-date {
        height: 209px;
        width: 910px;
        background: url('../img/logo_detour.svg');
        background-size: 100%;
        background-repeat: no-repeat;

        padding: 0;
    }

    .main-next-date-title {
        font-size: 1.8em;
    }

    .main-next-date-date {
        font-size: 2.3em;
    }

    #photo-band {
        height: 500px;
    }

    .separator-block {

        padding: 20px 20px 20px 13%;
    	margin: 90px 0;
    }

    .separator-block p {

        text-align: initial;
        font-size: 3em;
    }

    .grid-line {
        flex-direction: row;
    }

    .grid-pics {
        flex-direction: row;
    }

    .grid {
        width: 75%;
    }

    .grid-14 {
        width: 25%;
    }
    .grid-24 {
        width: 50%;
    }
    .grid-34 {
        width: 75%;
    }
    .grid-44 {
        width: 100%;
    }

    .grid-13 {
        width: 33.3333%;
    }
    .grid-23 {
        /*width: 66.6666%;*/
    }
    .grid-33 {
        width: 100%;
    }

    .main-sur-scene-content {
        width: 75%;
        flex-direction: row;
    }

    .main-sur-scene-content >.grid {
        width: 100%;
    }

    .padding-grid-actu {
        flex-direction: row !important;
        margin: 0 10px !important;
    }

    .form-label {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 100px;

        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-input-text {

        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;

        width: auto;

    }

    .form-main {
        width: 75%;
    }

    .form-main input::placeholder,.form-main textarea::placeholder {
        color: transparent;
    }

    .form-submit.form-submit {
        width: auto;
        height: auto;
        font-size: 1em;
    }

    .form-inputs {

        flex-direction: row;
    }

    .form-textarea {
        width: 60%;
    }

    .form-ldat {
        width: 40%;
        height: 200px;
    }

    .form-textarea textarea {
        min-height: 188px;
        max-height: 188px;
    }

    .text-descr-member pre {

        max-height: 0;
    }

    .read-more:hover .text-descr-member >pre {
        max-height: 400px;
    }

    .read-more:hover .text-descr-member-readmore {
        height: 0;
        padding: 0;
    }

    .padding-grid {

        position: relative;
    }

    .text-descr-member {
        background-color: #000c;

        position: absolute;
        bottom: 0;

        width: 100%;
    }

    .text-descr-member-readmore {
        display: block;
        font-size: 1em !important;
    }

    #main-big-img {
    padding-top: 0;
    height: 100vh;
}
}
