@charset "utf-8";
/* CSS Document */

#nav_c a {
    color: #9ebdc8;
}

#nav_c .separator {
	left: 0px;
	width: 80px;
    background-color: #9ebdc8;
}

#nav_c .backg {
    background-color: #9ebdc8;
}

/**********************************************************************************/

#cadeaux {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../svg/cadeaux_sigle.svg) center no-repeat;
}
/*
#collections {
    width: 700px;
    margin: auto;
}
*/

.horizontalFlex {
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 40px;
}

.body img {
    height: 480px;
    margin: 10px 2px;
}