
.opendays{
    max-width: 330px;
    margin:4em auto;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.opendays:before,.opendays:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.opendays:after {
    top:-12px;
    left:-12px;
}
.opendays:before {
    bottom:-12px;
    right:-12px;
}
.opendays p {
    margin: 0; 
    padding: 0;
}

.opendays h4{
    margin:0 0 0.5em 0;
}

.check{
    max-width: 330px;
    margin:2em auto;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.check:before,.check:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.check:after {
    top:-12px;
    left:-12px;
}
.check:before {
    bottom:-12px;
    right:-12px;
}
.check p {
    margin: 0; 
    padding: 0;
}
.check h4{
    margin:0 0 0.5em 0;
}

#number-of-use{
    width:200px;
}

#charge{
    width: 200px;
}

#night{
    width:100px;
}

#without-meals{
    width:100px;
}

.stay-message a{
    text-decoration: underline;
    color:blue;
    display: block;
    width: 90%;
    margin: 20px auto;
}

@media screen and (min-width:1001px){

    .alternating-list{
        display:flex;
        flex-direction:column;
        margin-top: 50px ;
        width:100%;
    }
    
    .photo-sentence{
        display:flex;
        width:100%;
    }
    
    .small-title{
        display: none;
    }
    
    .photo{
        width:50%;
        height: 100%;
        margin:auto;
    }

    .photo img{
        width:90%;
        height:auto;
        max-height: 100%;
        margin:auto;
    }
    
    .sentence{
        width:50%;
    }
    
    .sentence h1, .sentence p{
        display: block;
        width: 90%;
        margin: 20px auto;
    }


}

@media screen and (max-width:1000px){
    
    .photo-sentence{
        display: flex;
        flex-direction:column;
        margin-bottom:10px;
        width:100%;   
    }

    .sentence{
        width: 100%;
    }
    .small-title{
        text-align: center;
    }

    .big-title{
        display: none;
    }

    .order-sentence{
        order:2;
    }

    .order-photo{
        order:1;
    }

    .photo{
        width:100%;
        height: 100%;
        margin:auto;
    }

    .photo img{
        width:100%;
        height:auto;
        max-height: 100%;
        margin:auto;
    }
    
}

