/* dans le header, le titre à cote du logo artips noel */


.pousse-titre{
	padding-left:1vw;
}

.codrops-icon{
	margin:0px;
	padding:0px;
}

.flex-container{
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
}

.js .calendar {
    position: relative;  
}


/* .calendar {
	overflow:scroll;

} */

.cubes {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.footer {
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	text-decoration: none;
	-webkit-text-size-adjust: none;	
	text-align: center; 
	mso-border-alt: none;
	background-color: white;
	padding-top: 6px;
    padding-bottom: 6px;
}

.lien-footer a {
	background-color:#c65550;
	color:white;
	padding: 0.5em;
	margin:0.5em;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12);
    font-weight: bold;
}

@media screen and (max-width: 50.75em){

body{
	display:flex;
	flex-direction:column;
}

.calendar-wrap{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 0 2px 0 rgba(0,0,0,.12); */
}
.flex-container{
	display:flex;
	flex-direction:row;
	flex-wrap: nowrap;
}

.js .calendar {
    position: relative;
    padding-top:6vw;
	padding-bottom:12vw;
    }

/* .calendar{
	overflow:scroll;
} */

/* .cubes{

} */

.footer {
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	text-align: center; 
	mso-border-alt: none;
	background-color: white;
	padding-top: 0px;
    padding-bottom: 0px;

	}

.lien-footer a {
	background-color:#c65550;
	color:white;
}
}
