#menu {
    /*background-color: white;*/
    position: relative;
    height: 100%;
}
#menu img {
    width: 50%;
    border:5px solid #ead9bf;
    border-radius: 10px;
    box-shadow: 2px 2px 10px black;
}
.btnperso {
    position: absolute;
    top:0px;
    left:20%;
    box-shadow: 2px 2px 15px #000;
}
.btnphotos {
    position: absolute;
    top:0px;
    left:44%;
    box-shadow: 2px 2px 15px #000;
}
.btnvideos {
    position: absolute;
    top:0px;
    left:65%;
    box-shadow: 2px 2px 15px #000;
}
#carouselPageCollectionControls {
    padding: 10px 80px 10px 80px;
    background-color: transparent;
    /*height: 400px;*/
    border-radius: 10px;
}
#carouselCollectionControls {
    padding: 10px 0 10px 0;
    background-color: white;
    /*height: 400px;*/
    border-radius: 10px;
}
#carouselCollectionControls .carousel-item {
    padding: 0 40px 0 40px;
}
#carouselActualitesControls {
    padding: 10px 0 10px 0;
    background-color: white;
    /*height: 400px;*/
    border-radius: 10px;
}
#carouselActualitesControls .carousel-item {
    padding: 0 40px 0 40px;
}
.imgSlider {
    border:4px solid white; 
    border-radius: 5px;
    width: 100%;
}
.logoRec {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    text-shadow: 2px 2px 15px #000;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: 9% !important;
}
@media (min-width: 768px) {

}
