



.containerdiv {

    position: relative;
    padding: 20px;
    width: 100%;




}

.containerfooter {

    position: relative;
    padding: 20px;
    width: 100%;




}

.footer {

    background: #1c231f;
    color: rgb(255, 255, 255);
    margin: auto;
    text-align: center;
    padding: 20px;
}

.footer a {
    color: rgb(255, 255, 255);
    font-size: 50px;
}





.contacteznous {

    background: #1c231f;
    width: 100%;
    height: 100px;
    margin: auto;
    text-align: center;
    padding: 30px;
    color: white;
    font-size: 50px;

}

.fava {
    background-color: #be9a78;
    font-size: 50px;
    height: 25px;
    width: 25px;
}



#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}


.galerietitle {


    background-color: #be9a78;
    font-size: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 10px;
    

}