.slideshow {
	width: 50%;
	padding: 0;
	margin: 0;
    margin-left:  2% !important
}
 
/* cycle slide */
.slideshow .cycle-slide {
	position: relative;
	width: 100%;
	max-height: 380px;
	overflow: hidden;
	background: #FDFCFC;
}
.slideshow .cycle-slide img {
	display: block;
	width: 50%;
}
/* slide body */
.slideshow .cycle-slide .slide-body {
	position: absolute;
	width: 100%;
	top: 0%;
	z-index: 100;
	opacity: 0;
    font-size: 0.9vw;
	margin-left: -25px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.slideshow .cycle-slide.cycle-slide-active .slide-body {
	opacity: 1.0;
	margin: 0;
}
/* slide content */
.slideshow .cycle-slide .slide-content {
	width: 50%;
	margin: 0 auto;
    float: right;
}
.slideshow .cycle-slide .slide-content .content-label {
	position: relative;
    width: 100%;
	display: inline-block;
	padding: 15px 30px;
	margin: 0;
	/*background: #fff;*/
	color: #333;
	font-size: 1em;
	font-weight: 700;
}
.slideshow .cycle-slide .slide-content .content-title {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2;
	padding: 20px;
	margin: 0;
	background: rgba(253, 252, 252, 0.94);
    text-align: justify

}
.slideshow .cycle-slide .slide-content .content-btn {
	display: inline-block;
	background: #FDFCFC;
	font-weight: 700;
	text-decoration: none;
}
.slideshow .cycle-slide .slide-content .content-btn:hover {
	background: inherit;
	color: #000;
}
 
/* cycle pager */
.slideshow .cycle-pager {
	padding: 10px 0;
	background: #ddf7d4;
	text-align: center;
	z-index: 100;
    
}
.slideshow .cycle-pager span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #ccc;
	border-radius: 20px;
	text-indent: -9999px;
	cursor: pointer;
}
.slideshow .cycle-pager span:hover {
	background: #666;
}
.slideshow .cycle-pager span.cycle-pager-active {
	background: #000;
}
 
/* TABLET */
@media screen and (max-width: 1024px) {
 
	.slideshow .cycle-slide .slide-content {
		width: 90%;
	}
    .slideshow{
        width : 100%
    }
 .slideshow .cycle-slide .slide-content .content-title {
		font-size: 3vh;
	}
    .right{
    width: 100%;
}
}
 
/* MOBILE */
@media screen and (max-width: 768px) {
 
	.slideshow .cycle-slide .slide-body {
		top: 10%;
	}
	.slideshow .cycle-slide .slide-content {
		width: 90%;
	}
	.slideshow .cycle-slide .slide-content .content-title {
		font-size: 2vw;
	}
    .slideshow .cycle-slide .slide-content .content-btn {
		font-size: 2vw;
	}
     .slideshow{
        width : 100%
    }
   .right{
    float: none;
    width: 100%;
}

 
}
 
/* SUPER MOBILE */
@media screen and (max-width: 600px) {
 
	.slideshow .cycle-slide .slide-body {
		position: static;
		padding: 10px;
	}
	.slideshow .cycle-slide .slide-content {
		width: 100%;
		min-height: 300px;
	}
	.slideshow .cycle-slide .slide-content .content-title {
		background: #333;
		font-size: 2vw;
	}
    .slideshow .cycle-slide .slide-content .content-btn {
		font-size: 2vw;
	}
 .right{
    float: none;
    width: 100%;
}

}

.vert{background: #ddf7d4;}
.bleu{background: #b3f0fc;}
.rouge{background: #ffcbcb;}
.jaune{ background-color: #fff39d; }

/*changement classes existantes*/
.logo{padding: 30px 20px 0px !important;}
.logo img {width: 18% !important}

.right{width: 50%}

.titre h2{padding: 10px !important}
.contenu{padding: 10px !important}
.contenu section ul{list-style: decimal; text-align:justify}
.contenu section{max-width: none !important}

.partenaires {background: #DDD; width: 50%; height: auto}

.row{
    display: inline-flex;
    text-align: center;
    padding-left: 10px;
    
}
.row span{font-weight: bold; font-size: 1.2em; padding-right: 10px}

/*.column{flex: 50%; max-width: 50%; background: inherit;}*/
.row a img{
    vertical-align: middle;
    height: 2vw;
    margin-left: 2px;
    margin-top: 2px;
    width: auto;
    background: white;
}

.evenements{ padding: 0px !important}
.evenements h2{float: left; font-size: 1.4em; padding: 40px !important;}
.activites {max-height: 20vh; overflow-y: auto; margin-top: 10px; padding: 10px; overflow: hidden}
.activites article{padding-left: 15%; height: 18vh; max-width: none !important; margin-top: 2px}
.encart-jour{left: 5% !important}
.buttons{transform: rotate(-90deg);
    float: left;
    text-align: center;
    margin-top: 2%;
    font-size: 2em;
    font-weight: bold;
        color: #AAA;
cursor: pointer}
        .buttons span {padding: 10px}

.pied-page div{height: 2vh}
.pied-page{padding: 5px !important; background: #FDFCFC !important; font-size: 1em; border-top: solid 2px #ddf7d4; border-bottom: solid 2px #ddf7d4}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
span.fa-at{
    font-size : 2em;
        color: #2A2B2F;
    margin-right: 10px;
    margin-left: 10px;
    
    
}


.projet{display: inline-flex;  background: #FDFCFC !important; font-size: 1em !important; border-top: solid 2px #ddf7d4; border-bottom: solid 2px #ddf7d4}

 strong.vert:hover{border-bottom: solid 2px #ddf7d4;}
         strong.vert{background: inherit }
        strong.bleu:hover{border-bottom: solid 2px #b3f0fc;}
         strong.bleu{background: inherit }
        strong.rouge:hover{border-bottom: solid 2px #ffcbcb;}
         strong.rouge{background: inherit }
        strong a{color: inherit}

.contenu section p span{font-weight: bold; font-size: 1.2em}
body{background: white !important}
aside{background: #FDFCFC !important}