/*
======================
RESET
======================
*/
@import url('simple-grid.min.css');

html,body,span{
	 padding: 0px 0px;
	 margin: 0px;
	 font-size: 14px;
	 font-family: "Raleway";
	 font-style: normal;
	 font-weight: 400;
}
h4{
	padding:0;
	margin:0;
}
span{
	color:#7fc556;
	font-size:25px;
}
button{
    -webkit-appearance: button;
	border: none;
	margin:0px;
	padding:0px;
}
h3{
	color: rgba(44, 44, 44, 0.9);
	font-size:20px;
}
h2 {
	font-size:20px;
	font-weight:500;
}

p{
	/* color:#1F4350; */
	margin: 0;
	padding: 0;
}
a{
	color:#92278f;
	text-decoration:none;	
}
a:hover{
	color:#39382e;	
}

/* BLOG */

.blog_wrp{
	padding: 15px;
}



/*
======================
ACTIVITE
======================
*/
.home_activity_global{
	position: relative;
}

.home_activity_wrapper{
	text-align: center;
}

.home_activity_wrapper p{
	text-align: center!important;
	margin-bottom: 25px!important;
}
.home_activity_wrapper a{
	position: absolute;
	top:15px;
	left:0;
	right: 0;
	bottom:0;
}
.home_activity_block{
	height: 150px;
	transition: all .3s ease;
}
.home_activity_block:after{
	content:"";
	width:100%;
	height:10px;
	background: #7ebd54;
	display: block;
	position: absolute;
	bottom: 0;
}

.home_activity_block:hover p{
	/* transform: translateX(-20px); */
}

.home_logo_main{
	width: 170px;
    display: block;
    margin: 0 auto;
}

.activity_cat_wrp{
	position: relative;
	height:175px;
	overflow: hidden;
}

.activity_image{
	z-index: -1;
	width: 100%;
	filter: brightness(0.5);
}

.home_activity_block p{
	transition: all .3s ease;
	color:white;
	display: flex;
	justify-content: center;
	padding-top:50px;
	font-size: 28px!important;
}
.activity_selected{
	transform: scale(1.15);
	transition: all .3s ease;
}
.activity_selected div p{
	position: relative;
}
.activity_selected div p:after{
	content:'';
	border-bottom: 1px solid white;
	width:70px;
	position: absolute;
	bottom:0;
}

.home_activity_text_wrp{
	position: absolute;
	width: 100%;
}

.gallery-one-image{
    float: left;
    margin: 5px;
	height: 100px;
	overflow: hidden;
	width:30%;
}
.montableauDate{
	float: left;
    width: 1200px;
    text-align: center;
    margin: 50px 0px 0px 120px;
}
.description-element-right{
	margin: 10px 0px;
}
.Activite-description-right{
	width: 300px;
    float: right;
}
.img-gal{
	height:100%;
	/* width: 100%; */
}
.gallerieTitle{
	padding:0;
	margin:0;
	text-align: center;
}
.one-activite-left{
    margin-left: 0px;
    width: 50%;
    text-align: left;
}
.one-activite-right{
	float: left;
    margin: 0px 50px;
	width: 500px;
	margin-left: 0;
	text-align: justify;
}
.one-activite-right *{
	max-width: 700px;
	text-align: justify;
}
.block-right{
	float:left;
	width: 100%;
	/* margin-right: 350px; */
	margin-bottom: 20px !important;
}
.one-activite-img{
	width: 300px;
    height: 300px;
}
.only-activite{
	width: 100%;
    height: auto;
	float: left;
	margin-top: 20px;
}

#activite-thumbs .mix{
	display: none;
}

#noactivity div{
	padding-top:50px;
	padding-bottom:50px;
}



.btnFiltre{
	width:200px;
}
.thumb-difi{
	text-align:center;
	margin: 5px;
}
.thumb-title{
	margin:0px !important;
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
	padding-bottom: 6px;
    text-align: left;
	word-wrap: break-word;
    height: 45px;
	text-overflow: ellipsis;
    overflow: hidden;
}
.thumb-acti-parent{
	width: 100%;
	display: block;
	margin-right: auto;
	position: relative;
}
.thumb-acti:hover .thumb-photo{
	opacity:0.7;
}
.thumb-acti:hover span{
	color:white;
}
.thumb-acti:hover .thumb-button{
	background:#7fc556;
}
.thumb-acti{
	position: relative;
	float:left;
	background: #EEF0F3;
	padding: 32px 40px;
	margin:16px;
	width: 200px;
	height: 200px;
	border-top:3px solid #EEF0F3;
	transition: all 0.3s ease;
	border-radius: 50%;
	/* cursor:pointer; */
}
.thumb-acti:hover{
	border-top:3px solid #7fc556;
	filter: hue-rotate(33deg);
}

.thumb-acti:hover *{
	opacity: 1;
}
.thumb-acti:hover .desc .thumb-desc{
	opacity: 1;
    max-height: 78px;
    overflow: hidden;
}
.thumb-acti *{
	/* opacity: 0; */
	/* transition: all .3s ease; */
}
.thumb-desc-wrapper{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.desc{
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
	font-style: italic;
	color: #8b909d;
	text-align: right;
	/* height: 130px; */
    margin: 0 0;
    overflow: hidden;
    padding: 6px;
}
.thumb-photo{
	padding-top:10px;
	width:200px;
	height:200px;
	border-radius: 100px;
	opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.thumb-button{
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s;
	width:200px;
	height: 50px;
	border-width: 0px;
	background: rgba(25,25,25,0.5);
	margin-top: 5px;
	cursor:pointer;

}
.activite-thumbs{
	float:left;
	width: 950px;
    margin-left: 150px;
}

.thumb-button:hover{
	background:#7fc556;
}
.thumb-desc{
	font-style: italic;
	color: #8b909d;
	text-align: center;
}
.thumb-desc2{
	font-weight: bold;
	color: #8b909d;
	font-size:18px;
	margin: 7px;
}

.container_act{
	margin: 0 auto;
	min-height: 225px;
}
.container-menu-activite{
	width:auto !important;
}
/*
======================
CONTENT
======================
*/
.left-menu{
	width:100%;
	float:left;
	margin-left: 0px;
}
.title-menu{
	font-size: 25px !important;
}
.left-act li {
	text-decoration:none;
	list-style-type:none;
	margin-left:0px;
}




.left-act a li{
	margin: 5px 0px;
}

.grow {
	width: 212px;
}

.grow img { 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.grow img:hover {
  width: 200px;
  height: 200px;
}

.title_main{
	text-align:left;
}

.container
{
	font-family: 'Raleway', serif;
}

.newsletter_mobile{
	display:none;
}
/*
======================
MENU - NAV
======================
*/

/* Submenu */
#menu_activity{
	position: relative;
}

#menu_activity ul{
	display: none;
}

#menu_activity:hover ul{
	display: inline-block;
	color: white;
	background: rgb(71, 71, 71);
	width: 200px;
	z-index: 99;
	position: absolute;
	top: 40px;
	left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

#menu_activity ul li{
	text-align: left;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0!important;
	cursor: pointer;
}

#menu_activity ul a li{
	color: white!important;
	transition: all .3s ease!important;
}

#menu_activity ul a:hover li{
	color: #e4bce2!important;
}



.slicknav_nav{
	color:#1E1E1E!important;
}
#menu1{
	line-height: 2!important;
}
.menu_logo
{
	width: 200px;
	display:block;
	margin-top:10px;
	margin-bottom:40px;
	float:left;
}

.menu-gauche{
	display:none;
}
/* .menu ul{
	margin-left: 150px;
} */
.menu
{
	background: #fff;
	color:#1E1E1E;
	width:100%;
	height:75px;
}
.menu .nav ul li:first-of-type{
	margin-left: 20px;
}
.menu .nav ul li{
	list-style-type:none;
	float:left;
	margin-right:20px;
	text-align:center;
	padding:10px;
	margin-top:17px;
	
}
.menu .nav ul li a {
	font-size:15px!important;
	text-decoration:none;
	color: #585858;
    font-weight: 600;
}
.menu .nav ul li .selected{
		/* border-bottom:10px solid white; */
		/* padding-bottom:19px; */
		color:#92278f;
}
.menu .nav ul li a:hover{
	color:#92278f;
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;	
}
.retourbtn_wrapper{
	display:none;
}
.retourbtn:hover span{
	color:white;
}
.retourbtn{
	width:150px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.flechegch{
	height:20px;
	float:left;
}
/* .menu .nav ul li ul{
	color:white;
	display:none;
	position:absolute;
	padding-top:29px;
	margin-left: -35px;
}
.menu .nav ul li ul li{
	padding:5px;
	margin:0px -10px;
}
.menu .nav ul li:hover ul{
	display:block;
	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;


}
.menu .nav ul li ul li a{
	color:white;
	background:#7fc556;
	padding:5px 40px;

}
.menu .nav ul li ul li a:hover{
	background:white;
	color:grey;
	border-bottom:0px;
	 -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;		
} */

/*
======================
HOMEPAGE
======================
*/
.right{

	width:755px;
	margin-left:20px;
	float:right;
}
.left
{

	float:left;
	padding:20px;
	text-align: center;
}
.content
{
	background:white;
	/* margin:29px 0px; */
	padding:50px;
}
.lang a 
{
	color: white;
	text-decoration:none;
	margin-left:15px;
	margin-right:15px;
}
.lang a:hover
{
	color:#7ebc54;
}
.lang
{
	color: white;
}
.content strong
{
	color:#7ebc54;
}

.menu-gauche
{
	width:200px;
	float:left;
	padding:20px;
	background:#39382e;
	text-align:center;
	
}

.copyright
{
	/* float:right; */
	/* margin:20px 0px; */
	color:#00678B;
}
.photo
{
	border-radius:230px;
	width:330px;
}
.content h1
{
	color:#7ebd54;
	font-size:30px;
	font-weight:300;
	margin: 15px 0px 10px 0px;
}
.content h2
{
	color:#568636;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
.content ul
{
	font-size:16px;
}
.content p{
	font-size: 16px;
	/* text-align:center; */
}
.footer
{
	/* background:rgba(24,24,24,0.8); */
	background-color:rgba(14, 2, 13, 0.5);
	padding-top:40px;
}

.footer .parteners img
{
	width:170px;
	margin-left:40px;
	margin-right:40px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
}

.footer .parteners
{
	padding-bottom:50px;
}
.footer .block
{
	float:left;
	padding-bottom:30px;
	color:white;
	font-size:16px;
	font-weight:500;
	/* margin-left:40px;
	margin-right:30px; */
	
}
.img_activite{
	border-radius:230px;
	width:180px;
	height:180px;
}
.footer .block p{
		color:white;	
}
.footer .copyright {
	color:white;
	padding-top:53px;
	margin-left:5px;	
}

.footer .block h1
{
	color:white;
	font-size:30px;
	font-weight:300;
	margin-bottom:20px;
}

.slicknav_menu {
	display:none;
}

.home_insta_wrapper{
	width:100%;
	/* height: 320px; */
	padding-top:50px;
	padding-bottom:80px;
}
.home_insta_wrapper h3{
	color:#92278f;
}

.home_main_pic{
	box-shadow: 0 19px 29px rgba(0,0,0,0.30), 0 4px 8px rgba(0,0,0,0.22);
	/* transition: all .3s ease; */
}

.newsletter_wrapper{
	position: relative;
}

.newsletter_next{
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 22.5px;
	width: 30px;
	cursor: pointer;
}

.newsletter_input{
    height: 30px;
    /* margin-right: 15px; */
    border-radius: 4px;
    border: 1px solid gray;
    padding-left: 10px;
	padding-right: 10px;
	transition:all .3s ease;
	z-index: 99;
}

.home__custom_text ul{
	/* list-style: none; */
}

/*
======================
@Media
======================
*/

/*au dessus de 1200px*/
@media all and (min-width: 1200px){
	.home_main_pic{
		display: block;
		/* position: absolute!important;  */
		margin: 15px auto;
		width: 160px;
		left: 0;
		right: 0;
		margin-bottom: 35px;
		margin-top: 65px;
		margin-left: 65px;
	}
	
}

@media all and (max-width: 390px){
	.home_main_pic{
		width: 80%;
	}
}
@media all and (max-width: 650px){
	.home_main_pic{
		top:150px!important
	}
}
@media all and (max-width: 1000px){

}


@media all and (max-width: 1300px){
	.right{
		float:left;
		width:100%;
		margin:0px;
		display: block;
		margin:0 auto;
	}

	h1{
		font-size:25px !important;
	}
	h2{
		font-size:16px !important;
	}
	
	.left{
		/* padding:0px !important; */
		text-align: center;
		width: 100%;
	}

	.content{
		padding: 20px;
	}
	.thumb-acti {
		margin: 20px 20px 20px 0px;
	}
	.container2{
		width: 100% !important;
	}
	.only-activite{
		width:auto;
	}
	.home_main_pic{
		display: block;
		top: 105px;
		/* position: absolute!important; */
		margin: 15px auto;
		width: 130px;
		left: 0;
		right: 0;
		margin-top: 65px;
	}
	.bigTitle{
		background-size: auto!important;
	}
	.bigTitle:not(.home__bigTitle){
		height: 200px;
	}
	.bigTitle h1{
		text-align: center;
		line-height: 57px!important;
		padding-top:55px;
		text-align: center;
		float: none!important;
		font-size:30px !important;
	}
	.left{
		padding:0!important;
	}
}
.slicknav_nav li{
	outline:none!important;
}
.slicknav_nav a{
	outline:none!important;
}
.js .slicknav_nav a:hover{
	border-radius:0!important;
	background-color:rgba(195, 176, 195, 0.8) !important
}
.slicknav_nav .slicknav_arrow{
	color: rgba(0,0,0,0.6);
}
.slicknav_menu {
	display:none;
	color:rgb(51, 46, 46);
	background-color:rgba(232, 255, 219, 0.8)!important;
	
	background-image: url(/images/logo.png)!important;
	background-repeat: no-repeat!important;
	background-size: 155px!important;
	background-position-x: 10px!important;
	background-position-y: 11px!important;
}
.slicknav_nav{
    font-size: 20px !important;
    width: 110%;
	margin-left: -10px !important;
	background-color:rgba(255, 255, 255)!important;
}
.slicknav_nav a {
    color: inherit !important;
}
.slicknav_btn{
	background-color: rgba(146, 39, 143, 0.8) !important;
}
.slicknav_nav a:hover {
    border-color:black !important;
	background-color:none !important;
}
@media all and (max-width: 800px) {
	.newsletter_mobile{
		display:block;
	}
	.home_activity_block p{
		font-size: 24px!important;
	}
	.newsletter_wrapper{
		width: 100%;
	}
	.newsletter_wrapper input{
		width:100%;
		margin-right: 0;
	}
	.retourbtn_wrapper{
		display:block!important;
	}
	/* #menu is the original menu */
	.one-activite-right{
		width: auto;
	}
	.js #menu1 {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
	}
	.thumb-acti {
		width: 50px;
		height: 60px;
	}
	.thumb-desc-wrapper{
		height: 135px;
		padding-top:10px;
	}
	.thumb-acti{
		border-top:3px solid #7fc556;
		margin-right: 10px;
		/* background-blend-mode: overlay; */
	}
	.thumb-title{
		font-size: 1em;
		overflow: visible;
	}
	.retourbtn{
		width: 100%;
	}
	.thumb-acti > *{
		opacity: 1;
	}
	.thumb-acti > .thumb-title{
		margin-top:25px!important;
		text-align: center;
	}
	.thumb-acti > .desc .thumb-desc{
		opacity: 1;
		max-height: 78px;
		overflow: hidden;
	}
	.container2{
		width:auto;
	}
	.only-activite{
		width:100%;
	}
	.menu{
		display:none;
	}
	.header_container{
		margin-top: 70px;
		width:100%;
	}
	.logo{
		width: 150px;
		position: fixed;
		margin: 12px 0px 0px 25px;
		top: 0;
	}
	.footer .parteners img{
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.footer{
		text-align:center;
	}
	.block{
		width:initial !important;
	}
	.footer .parteners{
		padding-bottom: initial !important;
	}
	.footer .copyright{
		padding:initial !important;
	}
	.left-menu {
		width: 100% !important;
		float: left;
		margin-left: initial !important;
	}
	#ratio label{
		padding: 10px 0px 10px 0px !important;
		margin:5px 0px !important;
	}
	.one-activite div{
		margin:0px;
	}
	.one-activite-left{
		width:100%;
	}
	.one-activite-img{
		/* width:100%; */
	}
	.gallery-one-image{
		width: 31%;
		margin: 0.2em !important;
	}
	.one-activite .Activite-description-right{
		text-align:center;
		margin:0px;
		width: 100%;
	}
	.detail_btn p{
		text-align:center;
		margin-bottom: 15px;
	}
	.p_img{
		text-align: center;
	}
	.home__bigTitle h1 {
		line-height: 45px!important;
	}
	.bigTitle h1{
		padding-top: 10px!important;
	}
}

#social_large{
	display: block;
}
@media only screen and (max-width: 1120px){
	#social_large{
		display: none;
	}
	.js .slicknav_menu {
        display:block;
	}
	.menu{
		display:none;
	}
	.activity_image{
		width: auto;
	}
	.home_activity_block p{
		font-size: 24px!important;
	}
	.one-activite-right{
		width: 60%;
		margin:0 auto;
		float:none!important;
		text-align: center;
	}
	.one-activite-right p{
		text-align: center;
	}
	.Activite-description-right{
		width: 60%;
		margin:0 auto;
		float:none!important;
		text-align: center;
	}
	.one-activite-left{
		/* width: 60%; */
		text-align: center;
		margin:0 auto;
		float:none!important;
		text-align:left!important;
	}
	.one-activite-left img{
		display: block;
		margin: 0 auto;
	}

}
@media only screen and (max-width: 750px){
	.activity_image{
		width: 100%;
	}
	.home_activity_wrapper a{
		top:0;
	}
}






.footer span{
	color:#8F4785 !important;
	font-weight: bold;
}

/*
======================
Controleur
======================
*/
.controls{
  color: #eee;
}


.container2{
  text-align: justify;
  width:100%;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container2 .mix,
.container2 .gap{
	float:left;
}

.container2 .mix{	
  display: none;
  
}
#ratio label{
	float:left;
	font-size:1.3em;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
	color:black;
	padding:10px;
	box-sizing: border-box;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
.container2 .mix.category-2{
  border-top: 2px solid yellow;
}

.container2 .mix:after{
  color: white;
  font-size: 16px;
  vertical-align: top;
  font-weight: 700;
}

.container2 .mix:before{
  content: '';
  display:inline-block;
}

.bigTitle{
	height: 250px;
	background: #fff;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -150px;
}

.home__bigTitle{
	height: 300px;
}

.bigTitle h1{
	margin:inherit;
    padding-top: 60px;
    text-align: center;
    float: none!important;
    font-size: 27px !important;
}
.home__bigTitle h1{
	line-height: 80px;
}
::-moz-selection { background: rgba(71, 138, 143, 0.719); }
::selection { background: rgba(71, 138, 143, 0.719) }