.header--mini {
	background-image: linear-gradient(180deg, #565853 0%, #2a2f31 100%);
}

.header--mini--wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column-reverse;

	padding: 10px 0;
    justify-content: space-between;
    align-items: flex-end;
}

.header--mini--left  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	margin-left: 65px;
	margin-right: auto;
    margin-top: -30px;

    justify-content: space-around;
    align-items: center;
}
.link-rs--ig {
	display: inline-block;
	position: relative;
    font-size: 0;
    text-align: center;
    padding: 2px;
    margin-right: 15px;
    text-decoration: none;
	width: 30px;
    height: 22px;
	background: url(../img/svg/instagram-white.svg) no-repeat center;
	background-size: contain;

}
.header--mini--right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	margin-right: 40px;
	margin-left: auto;

    justify-content: space-around;
    align-items: flex-end;
}

@media screen and (min-width: 1240px) {
	.header--mini--wrapper {
		flex-direction: row;
	    align-items: center;
	}

	.header--mini--left  {
	    margin-top: 0px;
	}
}

#block-headerminisite ul:not(.contextual-links) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	list-style: none;
}

#block-headerminisite ul:not(.contextual-links) li {
  display: flex;
  align-items: center;

	color: #f9bb1f;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;

	border: 1px solid #f9bb1f;
	border-radius: 14px;

	/*padding: 10px 20px 5px;*/
	margin: 0 10px;
}

#block-headerminisite ul:not(.contextual-links) li:hover {
	background-color: #f9bb1f;
}

#block-headerminisite ul:not(.contextual-links) li:hover a {
	color: #2a2f31;
}

#block-headerminisite ul:not(.contextual-links) li a {
	color: #f9bb1f;
	text-decoration: none;
	display: block;
    padding: 10px 20px 5px;
}

#block-headerminisite .burger {
	display: none;
	position: absolute;

	cursor: pointer;

	top: -80px;
	right: 50px;
    width: 55px;
    height: 45px;
	padding: 10px;

	z-index: 1;

	-webkit-user-select: none;
	user-select: none;
}

#block-headerminisite .burger span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #fff;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#block-headerminisite .burger span:first-child {
  transform-origin: 0% 0%;
}

#block-headerminisite .burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#block-headerminisite.active .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(-50%, -3px);
  background: #fff;
  margin-left: 15px;
}

/*
 * But let's hide the middle one.
 */
#block-headerminisite.active .burger span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#block-headerminisite.active .burger span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-50%, 100%);
}

@media screen and (max-width: 955px) {
	#block-headerminisite {
	    position: absolute;
    	top: 150px;
    	left: 0;
    	right: 0;
    	z-index: 1;
    	background-image: linear-gradient(180deg, #565853 0%, #2a2f31 100%);
    }

	#block-headerminisite ul:not(.contextual-links) {
		display: none;
    	justify-content: center;
    	padding: 20px;
	}
	#block-headerminisite.active ul:not(.contextual-links) {
		/*display: block;*/
		flex-direction: column;
	}

	#block-headerminisite ul:not(.contextual-links) li {
		display: block;
		margin-bottom: 20px;
	}

	#block-headerminisite .burger {
		display: block;
	}
}

/*// PATCH JS*/
@media screen and (min-width: 956px) {
	#block-headerminisite ul:not(.contextual-links) {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
}

.logo-minisite {
	display: flex;
    /*justify-content: center;*/
    align-items: flex-start;
    padding: 80px 0 0 120px;
	margin-left: 30px;

	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;

	min-width: 230px;
	max-width: 320px;
	height: 120px;
	background-image: url(../img/logo/logo-minisite.svg);
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	.header--mini--left {
		margin-left: 30px;
	}

	.logo-minisite {
		padding: 60px 0 0 85px;
	    min-width: auto;
	    max-width: none;
	    height: auto;
	    margin-top: 30px;
	    margin-left: 0;
		background-size: contain;
	}

	#block-headerminisite {
		top: 135px;
	}

	#block-headerminisite .burger {
		top: -50px;
		right: 20px;
	}

	.header--mini--right {
		margin-right: 10px;
	}
}

.minisite-group {
	border-radius: 14px;
	border: 1px solid #a5a5a5;
	background-color: #ffffff;
	color: #f9bb1f;
	font-family: Biryani;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;

	margin-left: 20px;

	padding: 13px 15px 10px 40px;

	background-image: url(../img/svg/grappe-group.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.link-rs {

}

.link-rs--fb {
	display: inline-block;
	position: relative;
    font-size: 0;
    text-align: center;
    padding: 2px;
    margin-right: 15px;
    text-decoration: none;
	width: 12px;
    height: 24px;
    background: url(../img/svg/facebook-footer-white.svg) no-repeat center;
}

.link-rs--yt {
	display: inline-block;
	position: relative;
    font-size: 0;
    text-align: center;
    padding: 2px;
    margin-right: 15px;
    text-decoration: none;
	width: 30px;
    height: 22px;
    background: url(../img/svg/youtube-footer-white.svg) no-repeat center;
}

.link-rs--lk {
	display: inline-block;
	position: relative;
    font-size: 0;
    text-align: center;
    padding: 2px;
    margin-right: 15px;
    text-decoration: none;
	width: 25px;
    height: 24px;
    background: url(../img/svg/linkedin-footer-white.svg) no-repeat center;
}

.main--minisite #block-titredepage {
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 265px 0 100px 0;
    background-image: url(../img/minisite/header-minisite.jpg);
    background-size: cover;
}

.main--minisite #block-titredepage h1 {
    display: inline-block;
	margin: 0;
	background-color: #f9bb1f;
	/*float: left;*/
	padding: 20px 5% 20px 10%;
	color: #fff;
	font-family: Biryani;
	font-size: 40px;
	font-weight: 900;
	/* Text style for "Nos évènem" */
	text-transform: uppercase;
	line-height: 70px;
}

.main--minisite #block-titredepage h1 span {
	line-height: 70px;
}

.main--minisite .node--type-actualites .contenu-actu {
	max-width: 750px;
}

.main--minisite .node--type-actualites .right-part-home {
	width: 100%;
    max-width: 450px;
    margin-top: 0px;
}
@media screen and (max-width: 1250px) {
	.main--minisite .node--type-actualites .right-part-home {
		margin-top: 40px;
		max-width: 100%;
	}

	.main--minisite .node--type-actualites .right-part-home .cadre-jaune {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	.main--minisite .node--type-actualites .right-part-home .cadre-jaune > div {
		width: 45%;
	}
}

@media screen and (max-width: 640px) {
	.main--minisite .node--type-actualites .right-part-home .cadre-jaune {
		flex-direction: column;
	}

	.main--minisite .node--type-actualites .right-part-home .cadre-jaune > div {
		width: auto;
	}
}

/*DERNIERES ACTUS*/
.main--minisite .dernieres-actus {
    width: 100%;
    /*max-width: 350px;*/
    -o-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    margin: 100px auto 50px;
    padding: 1px 80px;
    max-width: 1230px;
}

.main--minisite .dernieres-actus .titre-last-actus {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #F9BB1F;
    font-family: 'Biryani', sans-serif;
    position: relative;
    margin-top: 35px;
    margin-bottom: 10px;
}

.main--minisite .dernieres-actus .picto-rosace {
    margin-bottom: 10px;
}

.main--minisite .dernieres-actus a.actu-link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 25px;
    padding: 20px 20px 0 20px;
}

.main--minisite .dernieres-actus a.actu-link:hover {
    box-shadow: none;
}

.main--minisite .dernieres-actus a.actu-link:last-of-type {
    margin-bottom: 0;
}

.main--minisite .dernieres-actus--wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}


@media screen and (max-width: 1250px) {
	.main--minisite .dernieres-actus {
    	width: 90%;
    	padding: 1px 20px;
	}
}

@media screen and (max-width: 840px) {
	.main--minisite .dernieres-actus--wrapper {
		flex-wrap: wrap;
	}
}

.mini-site .scene-home-mobile {
	position: relative;
	background-size: cover;
	background-position-x: center;
	min-height: 460px;
}
@media screen and (min-width: 841px) {
.mini-site .scene-home-mobile {
	background: none !important;
}
}
@media screen and (max-width: 840px) {
.mini-site .scene-home-desktop {
	background: none !important;
}
}


.lien-minisite {
	position: absolute;
    height: 100%;
    width: 100%;
	}


	@media screen and (max-width: 1400px) {

		body.mini-site .left-part-bottom .img-right.hasBackground {
			min-height: 400px;
			background-size:100% auto;
			width: 100%;
			background-size: auto auto;
			background-position: center;
		}
	}

	@media screen and (max-width: 500px) {
		body.mini-site .left-part-bottom .img-right.hasBackground {
			width: 100%;
			min-height: 300px;
			background-size: 100% auto;

		}
	}

	@media screen and (max-width: 370px) {
		body.mini-site .left-part-bottom .img-right.hasBackground {
			min-height: 200px;
		}
	}
