#venue{
    
    background-color: #fff;
    width: 90%;
    min-height: 500px;
    margin: auto;
    /*margin-top: -10vh;*/
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    padding: 10px 20px;
}
.item{


	text-align:justify;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 450px;
	
}
.carte{
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width:70%; 
    height:500px;
    margin-bottom: 50px;
	
}
.section p {
    font-size: 1.5em;
    margin: 20px;
    text-align: justify;
}

.item img{
    border-radius: 10px;
    text-align: center;
    height: 100%;
    width: 60%;
}
#monSwiper{
    height: 500px;
}



@media (max-width: 900px) {
    .section{
        width: 90%;
        margin-top: -40px;
    }
    .item{
        margin: 40px 0;
        flex-direction: column;
    }

}