@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

.tabs-buttons {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}
ul.nochange.tabs-buttons li {
	margin: 3px auto;
}

ul.nochange.stories-index li, ul.nochange.grids-inside li, ul.nochange.grids-inside li.small, ul.nochange.grids-inside li.large {
	width: 98%;
}
ul.nochange.stories-index li {
	width: 45%;
}
	
.partners-view-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	width: 98%;
	margin: 15px auto;
}
	.partners-view {
		width: 100%;
	}
	.partners-medias {
		width: 100%;
		margin: 10px 0;
	}

.grids-col.column {
	width: 94%;
}
.pictures-item {
	width: 98%;
}

.grids-title {
	margin-left: 10px;
}
.story-view .logo, .story-view.race .logo {
	width: 105px;
	height: 105px;
}
	.story-view .logo img, .story-view.race .logo img {
		height: 105px;
		width: auto;
	}


.pictures-item .picture-wrapper {
	width: 100%;
}

.partners-view .subtitle {
	display: block;
}

.fancybox-slide--iframe .fancybox-content {
	max-width: calc(100% - 10px) !important;
}

footer .footer-partners a img {
	width: 100%;
	height: auto;
}
footer .baseline {
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
}

/* a la une*/
.news-item.xlarge .infos {
	height: auto;
	left: 18px;
}
.news-item.xlarge .infos .title {
	margin-top: 0;
}
.news-item.xlarge .infos .date {
	position: relative;
	bottom: auto;
	left: auto;
	padding-top: 4px;
}
/* team presentation */
.col-presentation {
	width: 98%;
	margin: 0 auto 15px;
}
.col-video {
	width: 98%;
	margin: 0 auto 0;
}
.stories-index .stories-item .picture {
	height: auto;
}
.last-item .logo {
	margin: auto;
}

/* articles */
.article-picture img {
	border-radius: 7px;
	overflow: hidden;
}
.picture-h1 {
	position: relative;
	width: 100%;
	height: auto;
	left: auto;
	bottom: auto;
	top: auto;
	max-width: unset;
}
	.picture-h1 h1 {
		color: #333;
		font-size: 60px;
		text-align: center;
	}
	.picture-h1.blanc h1,
	.picture-h1.noir h1,
	.picture-h1.jaune h1,
	.picture-h1.rouge h1 {
		color: #333;
	}
.article-content {
	padding: 0;
}
article .intro {
	padding: 10px;
}
/* teams */
ul.nochange.players-index li {
	width: 48%;
}

/* partenaires */
.partners-view {
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
	justify-content: center; -webkit-justify-content: center;
}
.partners-view .logo {
	margin: 0 auto 10px;
}
.partners-view .subtitle {
	margin: 0;
	padding: 0 15px;
}
}
