@charset "UTF-8";
/* CSS Document */
html, body {
	width: 100%;
}
body {
	background: #333;
	font: 16px DIN, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
sup{
	font-size: .625em;
	line-height: .25em;
    bottom: .325em;
    position: relative;
}
.ctnr a, .ctnr a img, .ctnr h3, .ctnr p, .ctnr div, .ctnr section {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ctnr .map-ctn a, .ctnr p, .ctnr .map-ctn div {
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.ctnr .btn {
	display: inline-block;
	border: 1px solid #FFF;
	padding: .75em 1.5em;
	color: #FFF;
	-o-border-radius: .5em;
	-ms-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-transform: uppercase;
}
.ctnr .btn-yellow {
	color: #fbb900;
	border-color: #fbb900;
}
.ctnr .btn:hover {
	background: #FFF;
	color: #222626;
}
.ctnr .btn-yellow:hover {
	background: #fbb900;
	color: #FFF;
}
.ctnr {
	width: 100%;
	max-width: 90em;
	margin: 0 auto;
}
.img-resp {
	width: 100%;
	height: auto;
	position: relative;
}
/* Header */
#header {
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
	margin-top: -6em;
	background: #222626;
	-ms-transform: skew(0deg, -3.5deg); /* IE 9 */
	-webkit-transform: skew(0deg, -3.5deg); /* Safari and Chrome */
	transform: skew(0deg, -3.5deg);
}
#header.editable {
	margin-top: -4em;
}
.header-wrapper {
	display: block;
	width: 100%;
	margin: 6em auto 3em;
	padding: 3em 0 4em;
	-ms-transform: skew(0deg, 3.5deg);
	-webkit-transform: skew(0deg, 3.5deg);
	transform: skew(0deg, 3.5deg);
}
#header .logo {
	float: left;
	margin: 0 0 0 6em;
}
#header .logo a, #header .logo img {
	float: left;
	width: 10.6875em;
	height: auto;
}
/* Main Menu */
.menu-main ul {
	float: right;
	margin: .5em 6em 0 0;
}
.menu-main li {
	list-style: none;
	display: inline;
	margin: 0 0 0 1em;
	text-transform: uppercase;
}
.menu-main a {
	font-size: 1.25em;
	font-weight: bold;
	color: #AAA;
}
.menu-main a:hover {
	color: #FFF;
}
.menu-main a.nav-selected, .menu-main a.nav-path-selected {
	color: #fbb900;
}
/* Main Slider */
.main-slider {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: -5% 0 0;
}
.main-slider li {
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
	display: none;
}
.main-slider li:first-child {
	display: block;
}
.main-slider img {
	float: left;
	width: 100%;
	height: auto;
}
/* Intro block */
.intro-block {
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
	margin-top: -3%;
	background: #fbb900;
	-ms-transform: skew(0deg, -3.5deg); /* IE 9 */
	-webkit-transform: skew(0deg, -3.5deg); /* Safari and Chrome */
	transform: skew(0deg, -3.5deg);
}
.intro-block-ctnr {
	display: block;
	width: 100%;
	margin: 5% auto 2%;
	-ms-transform: skew(0deg, 3.5deg);
	-webkit-transform: skew(0deg, 3.5deg);
	transform: skew(0deg, 3.5deg);
	padding: 0 6em 1em;
	text-align: center;
	overflow: hidden;
}
.content.intro-block-ctnr {
	margin: 3% auto 2%;
}
.intro-block h1, .intro-block h2 {
	color: #FFF;
	font-size: 2.25em;
	line-height: 1.125em;
	text-transform: uppercase;
	margin: 0 0 .75em;
}
.content.intro-block-ctnr h1, .content.intro-block-ctnr h2 {
	margin: 0;
}
.intro-block h1 strong, .intro-block h2 strong, .intro-block a {
	color: #222626;
}
.intro-block a:hover {
	color: #fff;
}
/* Main */
#main {
	float: left;
	width: 100%;
	position: relative;
	background: #FFF;
	margin: -5% 0 0;
	padding: 12% 6em 6%;
	box-sizing: border-box;
}
#main .error{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#main a {
	color: #FBB900;
	font-weight: bold;
}
#main a:hover {
	text-decoration: underline;
}
/* Breadcrumb */
.breadcrumb {
	float: left;
	width: 100%;
	margin-bottom: 4em;
	color: #aaa;
}
.breadcrumb li {
	list-style: none;
	display: inline;
	font-size: .9125em;
}
.breadcrumb li:after {
	content: " \2192 ";
	padding: 0 .5em;
}
.breadcrumb li:last-child:after {
	content: "";
}
.breadcrumb a {
	color: #2d2d2d;
}
.breadcrumb a:hover {
	color: #FBB900;
}
/* References */
.references {
	float: left;
	width: 100%;
	padding: 12% 6em 6%;
	background: #222 url(../images/gravillons.jpg);
	margin: -5% 0 0;
	color: #FFF;
	text-align: center;
}
.references h2 {
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.ref-intro p, .main-intro p {
	font-size: 1.25em;
	text-transform: uppercase;
	color: #FBB900;
	text-align: justify;
	font-weight: bold;
}
.ref-intro p{
	text-align: center;
}
.main-intro p {
	color: inherit;
	margin-bottom: 2em;
}
.page-template-reference .main-intro p {
	font-size: 1em;
	text-transform: none;
	color: inherit;
	font-weight: normal;
	line-height: 1.5em;
}
.page-template-reference .main-intro p:first-child, .page-template-news .ctn-article-body p:first-child {
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.page-template-reference article h2{
	font-size: 1.25em;
	text-transform: uppercase;
	color: #FBB900;
	text-align: left;
	font-weight: bold;
}
.page-template-reference h3{
	font-weight: bold;
	margin-bottom: 2em;
}
#main p {
	text-align: justify;
	margin-bottom: 1em;
}
.page-template-reference .main-intro {
	margin-bottom: 4em;
}
.ref-list {
	float: left;
	width: 100%;
	margin: 3em 0;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.ref-list article {
	float: left;
	width: 32.666%;
	margin: 0 1% 1% 0;
	margin-bottom: 1vw;
	overflow: hidden;
}
.ref-list article:nth-child(3n) {
	margin-right: 0;
}
.ref-list a {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ref-list img {
	float: left;
	width: 100%;
	height: auto;
}
.ref-list a:hover img {
	-webkit-transform: scale(1.125); /* Safari and Chrome */
	-moz-transform: scale(1.125); /* Firefox */
	-ms-transform: scale(1.125); /* IE 9 */
	-o-transform: scale(1.125); /* Opera */
	transform: scale(1.125);
}
.ref-title {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: .5em;
	background: #FFF;
	background: rgba(255,255,255,.8);
	text-transform: uppercase;
	font-weight: bold;
	color: #222626;
	font-size: .875em;
}
.page-template-reference table{
	width: 100%;
	margin-top: 2em;
}
.page-template-reference th{
	font-weight: bold;
}
.page-template-reference thead{
	background: #FBB900;
	color: #fff;
}
.page-template-reference tr:nth-child(even){
	background: #EEE;
}
.page-template-reference th:nth-child(3n), .page-template-reference td:nth-child(3n), .page-template-reference th:last-of-type, .page-template-reference td:last-of-type{
	font-weight: bold;
	text-align: right;
}
.page-template-reference th, .page-template-reference td{
	padding: .125em .5em;
	line-height: 1.5em;
}
/* Etats */
.loader-box {
	float: left;
	background: url(../images/loading.gif) no-repeat left top;
	background-size: 1.125em 1.125em;
	width: 100%;
	height: 1.125em;
	left: 0;
	top: 0;
}
.etats {
	float: left;
	width: 100%;
	background: #FFF;
	padding: 2em 6em;
	text-align: center;
}
.etats h2, .ctn-article h2, .main-contact h2, .main-intro h2 {
	font-size: 2em;
	color: #FBB900;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.main-contact h2, .main-intro h2 {
	float: left;
	width: 100%;
	margin: 1em 0 .5em;
	padding: 0 0 .25em;
	border-bottom: 1px solid #CCC;
}
.page-template-news .ctn-article-body h3{
	color: #FBB900;
	font-weight:bold;
	margin: 2em 0 1em;
	padding-bottom: .5em;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.page-template-news .ctn-article-body img{
	width: 100%;
	height: auto;
}
.page-template-news .main-intro h2{
	margin: .25em 0 2em;
}

.main-intro h3{
	color: #FBB900;
	font-weight: bold;
}
.main-contact{
	display: flex;
	flex-wrap: wrap;
}
.main-contact p {
	float: left;
	width: 33.333%;
	margin-bottom: 2em;
}
.main-contact .main-intro p {
	width: 100%;
}
.etats-list {
	float: left;
	width: 100%;
	margin: 1em 0;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row;
}
.etats-list li {
	float: left;
	width: 19%;
	display: inline;
	list-style: none;
	margin-left: 1.25%;
	border: 1px solid #CCC;
	-o-border-radius: .5em;
	-ms-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	transition: all .3s ease-in-out;
}
.etats-list li:hover {
	background: #EEE;
}
.etats-list li:first-child {
	margin-left: 0;
}
.etats-list a {
	float: left;
	width: 100%;
	padding: 1em;
	overflow: hidden;
	color: #000;
}
.etats-list li.cur-state {
	background: #FBB900;
	border-color: #FBB900;
}
.etats-list a.cur-state h3 {
	color: #FFF;
}
.etats-list h3 {
	float: left;
	width: 100%;
	font-size: .875em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.etats-img {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 1em;
}
.etats-img img {
	float: left;
	width: 100%;
	height: auto;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.activity-list{
	float:left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	position: relative;
}
.activity-list .section-title{
	float:left;
	width: 100%;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	background: #68686e;
	padding: .5em 1em;
	margin: 1em 0;
}
.activity-list article{
	float:left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 1vw;
	display: box;
	background: #eee;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
	opacity: .1;
}
.activity-list article.on{
	opacity: 1;
}
.activity-list article.on:hover{
	background: #FBB900;	
}
.activity-list article:after{
	content: "";
	float: left;
	position: absolute;
	right: -3em;
	bottom: -3em;
	width: 5em;
	height: 5em;
	background: #FBB900;
	z-index: 2;
	transform: rotate(45deg);
}
.activity-list .item3, .activity-list .item6{
	margin-right: 0;
}
.activity-list article a{
	float: left;
}

.activity-list .activity-txt{
	float:left;
	width: 100%;
	padding:2em 1em;
	color: #333;
	overflow: hidden;
}
#main .activity-list h3{
	font-weight: bold;
	color: #FBB900;
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: .5em; 
}
#main .activity-list a:hover h3{
	color: #fff;	
}
#main .activity-list .activity-desc{
	font-weight: normal;
	text-align: justify;
}
.activity-list article img{
	display: block;
	width: 100%;
	height: auto;
}
/* Collaborateurs */
.collaborators{
	float: left;
	width: 100%;
/*
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
*/
	margin: 2em 0 0;
}
.collaborator{
	float: left;
	position: relative;
	overflow: hidden;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 2em;
}
.collaborator .img{
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: .25em;
	position: relative;
}
.collaborator .img:after{
	content: "";
	float: left;
	position: absolute;
	right: -30%;
	bottom: -20%;
	width: 60%;
	height: 40%;
	background: #FBB900;
	z-index: 2;
	transform: rotate(45deg);
	
}
.collaborator img{
	float: left;
}
/*.collaborator:nth-child(4n){
	margin-right: 0;
}*/
/* Appliquer flexbox sur les articles des collaborateurs */
article.collaborator {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	width: 23%; /* 4 articles par ligne avec des marges */
	margin: 1%; /* Espacement uniforme entre les articles */
	box-sizing: border-box;
}

/* Responsive - 3 articles par ligne */
@media screen and (max-width: 992px) {
	article.collaborator {
		width: 30%; /* Réduit à 3 articles par ligne */
	}
	article.collaborator:nth-child(3n) {
		margin-right: 0;
	}
}

/* Responsive - 2 articles par ligne */
@media screen and (max-width: 768px) {
	article.collaborator {
		width: 45%; /* Réduit à 2 articles par ligne */
	}
	article.collaborator:nth-child(2n) {
		margin-right: 0;
	}
}

/* Responsive - 1 article par ligne */
@media screen and (max-width: 480px) {
	article.collaborator {
		width: 100%; /* 1 article par ligne */
		margin-right: 0;
	}
}

/* Gérer les images des collaborateurs */
article.collaborator .img img {
	width: 100%;
	height: auto;
}

/* Alignement des textes sous les images */
article.collaborator h3,
article.collaborator h4 {
	margin: 0.5em 0;
	font-size: 1em;
	color: #333; /* Couleur du texte */
}

/* Content Article */
.ctn-article {
	float: left;
	width: 100%;
	padding: 2em 0;
}
.ctn-article p, .ctn-article ul {
	margin-bottom: 1em;
	line-height: 1.5em;
}
.ctn-article ul ul {
	margin-bottom: 0;
}
.ctn-article li {
	padding-left: 1em;
	position: relative;
	margin-bottom: .25em;
}
.ctn-article li:before {
	content: "›";
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.125em;
	position: absolute;
	left: 0;
	color: #FBB900;
}
.ctn-article li li:before {
	color: #CCC;
}
.ctn-article.ctn-activity {
	border: none;
	margin-bottom: 3em;
	padding: 1em;
	background: #F6F6F6;
}
/* Actus */
.actus {
	float: left;
	width: 100%;
	padding: 3em 6em;
	background: #222626;
}
.actus h2 {
	text-align: center;
	font-size: 2em;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.actus article {
	float: left;
	width: 33.333%;
	display: inline;
	padding: 0 .5em;
}
.actus article:first-child {
	padding: 0 1em 0 0;
}
.actus article:last-child {
	padding: 0 0 0 1em;
}
.actus .actu-img {
	float: left;
	width: 100%;
	position: relative;
	border-top: .3125em solid #FBB900;
}
.actus img {
	float: left;
	width: 100%;
	height: auto;
}
.actu-txt {
	float: left;
	width: 100%;
	text-align: center;
	margin: 1em 0 0;
	color: #848285;
	text-transform: uppercase;
	overflow: hidden;
}
.actu-date {
	font-size: .875em;
}
.actu-txt p {
	margin: 0 0 .5em;
}
.actu-txt h3 a {
	font-weight: bold;
	color: #FBB900;
}
.actu-txt h3 a:hover {
	color: #FFF;
}
.news-more{
	float: left;
	width: 100%;
	margin: 2em 0 0;
	text-align: center;
}
.news-list-all{
	float:left;
	width: 100;
	margin: 2em 0;
}
.news-list-all article{
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 1em 0;
}
.actu-list-img{
	float: left;
	width: 20%;
	position: relative;
}
.actu-list-txt{
	float: left;
	width: 80%;
	padding-left: 2em;
	position: relative;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #FBB900;
    border-color: #FBB900;
}
.ccm-pagination-wrapper{
	text-align: center;
}
/* Icônes */
.icons {
	float: left;
	width: 100%;
	padding: 2em 6em;
	background: #68686e;
	text-align: center;
}
.icons h2 {
	font-size: 2em;
	color: #FBB900;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.ico-item {
	float: left;
	width: 19%;
	display: inline;
	list-style: none;
	margin-left: 1.25%;
	overflow: hidden;
}
.icons .ccm-block-edit {
	float: left;
	width: 19%;
	margin: 0 .5%;
}
.ico-item:first-child {
	margin-left: 0;
}
.ico-item p {
	font-size: .875em;
	color: #FFF;
	text-transform: uppercase;
}
.ico-item p strong {
	color: #FBB900;
}
.ico-ctn {
	float: left;
	width: 80%;
	margin: 0 10% 1em;
	background: #848285;
	padding: 0 0 80%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.ico-item.sel .ico-ctn, .ico-ctn:hover {
	background: #aaa;
}
.ico-ctn img {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	margin: 20%;
	width: 60%;
	height: auto;
}
.icons .ccm-block-edit .ico-item {
	width: 100%;
	margin: 0;
}
/* Footer */
.footer {
	float: left;
	width: 100%;
	padding: 2em 6em;
	background: #222626;
}
.colas img{
	float: left;
	width: 100%;
	height: auto;
	margin: 0 .5em 0 0;
}
.swissmovie img {
	float: right;
	width: 100%;
	max-width: 5.375em;
	height: auto;
}
.colas, .swissmovie{
	float: left;
	width: 15%;
}
.swissmovie {
	float: right;
}
.address-footer{
	float: left;
	width: 70%;
	color: #fff;
	text-align: center;
	padding: 0 1em;
	line-height: 1.5em;
}
.address-footer span{
	padding: 0 .5em;
	color: #FBB900;
}
.address-footer a{
	color: #fff;
}
/*******************************************************
Responsive
*******************************************************/

@media screen and (max-width: 70em) { /* 1120px */
.intro-block-ctnr, .references, .etats, .actus, .icons, .footer, #main {
	padding-left: 4em;
	padding-right: 4em;
}
#header .logo {
	margin-left: 4em;
}
.menu-main ul {
	margin-right: 4em;
}
}

@media screen and (max-width: 60em) { /* 960px */
.intro-block-ctnr, .references, .etats, .actus, .icons, .footer, #main {
	padding-left: 2em;
	padding-right: 2em;
}
#header .logo {
	margin-left: 2em;
}
.menu-main ul {
	margin-right: 2em;
	margin-top: 2.625em;
}
.menu-main a {
	font-size: 1.125em;
}
.intro-block h2 {
	color: #FFF;
	font-size: 2.25em;
}
.etats-list h3, .ref-title, .icons p, .actu-date {
	font-size: .75em;
}
}

@media screen and (max-width: 45em) {
.header-wrapper, .intro-block-ctnr, .references, .etats, .actus, .icons, .footer, #main {
	padding-left: 1em;
	padding-right: 1em;
}
.header-wrapper {
	margin-top: 5em;
}
#header .logo {
	width: 100%;
	margin: 0;
	text-align: center;
}
#header .logo a {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.menu-main ul {
	width: 100%;
	margin: 1.5em 0 1em;
	padding: .5em 0 .25em;
	border-top: 1px solid #333;
}
.menu-main li {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: .25em;
}
.content.intro-block-ctnr {
	margin: 3% auto 0;
}
.intro-block h1 {
	font-size: 2em;
	padding: .5em 0;
}
.ref-intro h2, .intro-block h2, .etats h2, .ctn-article h2, .actus h2, .main-intro h2, .main-contact h2 {
	font-size: 1.5em;
}
.ref-intro p, .main-intro p {
	font-size: 1em;
}
.references, #main {
	padding-top: 4em;
	padding-bottom: 2em;
}
.ref-list {
	margin: 1em 0;
}
.ref-list article {
	width: 100%;
	padding: 0;
	margin: 0 0 .5em;
}
.ref-list article:first-child {
	width: 100%;
	padding: 0;
	margin: 0 0 .5em;
}
.ref-list article:last-child {
	width: 100%;
	padding: 0;
	margin: 0 0 .5em;
}
.collaborator{
	width: 49%;
	margin-right: 2%;
}
.collaborator:nth-child(2n){
	margin-right: 0;
}
.etats-list{
flex-flow:column;
}
.etats-list li {
	width: 100%;
	margin-left: 0;
	margin-bottom: .5em;
}
.etats-list a {
	float: left;
	padding: 1em 1em 1em 4em;
	overflow: hidden;
	position: relative;
}
.etats-img {
	position: absolute;
	margin: 0;
	padding: 0;
	left: .5em;
	top: .5em;
	width: 2em;
}
.etats-list h3 {
	height: auto;
	text-align: left;
}
.actus {
	padding-top: 2em;
	padding-bottom: 2em;
}
.actus article {
	width: 100%;
	display: inline;
	padding: 0 0 1em;
	margin: 0;
	border-bottom: 1px solid #333;
}
.actus article:first-child {
	width: 100%;
	display: inline;
	padding: 0 0 1em;
	margin: 0;
	border-bottom: 1px solid #333;
}
.actus article:last-child {
	width: 100%;
	display: inline;
	padding: 0 0 1em;
	margin: 0;
	border-bottom: none;
}
.actu-img {
	display: none;
}
.actu-list-img{
	display: none;
}
.actu-list-txt{
	width: 100%;
	padding-left: 0;
}
.main-contact p {
	width: 50%;
}
.ico-item, .icons .ccm-block-edit {
	margin: 0 0 2em;
	width: 100%;
}
.ico-item:first-child, .icons .ccm-block-edit:first-child {
	margin: 0 0 2em;
	width: 100%;
}
.icons .ccm-block-edit .ico-item {
	width: 100%;
	margin: 0;
}
.ico-ctn {
	width: 30%;
	margin: 0 35% .75em;
	padding: 0 0 30%;
}
.colas {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 2em;
}
.address-footer{
	width: 100%;
	padding:0 1em 2em;
	border-bottom: 1px solid #333;
}
.address-footer span{
	display: block;
	padding:0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.colas img {
	float: none;
	display: inline-block;
	margin: 0 auto;
}
.colas-txt {
	width: 100%;
	text-align: center;
}
.colas-txt p {
	font-size: .825em;
}
.swissmovie {
	width: 100%;
	text-align: center;
	margin: 2em 0 0;
}
.swissmovie img {
	float: none;
}
.activity-list article{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2vw;
}
.activity-list article:hover{
	background: #FBB900;	
}
.activity-list .item1, .activity-list .item3, .activity-list .item5{
	margin-right: 2%;
}
.activity-list .item2, .activity-list .item4, .activity-list .item6{
	margin-right: 0;
}
}

@media screen and (max-width: 25em) {
.main-contact p {
	width: 100%;
}
.activity-list article{
	width: 100%;
	margin-right: 0 !important;
	margin-bottom: .5em;
}
}
