/*
Theme Name: Curios Production
Theme URI: https://athome-studio.fr
Author: Athome Studio
Author URI:https://athome-studio.fr
Description: Curios Production
Version: 1.0
License: None
License URI: https://athome-studio.fr
Tags: JDF
Text Domain: Curios Production
*/


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: 'PaloCompressedMedium';
	line-height:1.2;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed{
	width:100%;
	height:100%;
	overflow:hidden;	
	transition: all 0.3s 1s ease-out;
}
body.fixed:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.41);
	width: 100%;
	height: 100%;
	z-index: 900;
	transition: all 0.3s 1s ease-out;
}
*:focus {
    outline: none;
}
p, a, h1, h2, h3, h4, h5, h6 {
	margin:0 auto;
	padding:0;
	width:auto;	
	line-height:1.2;
	font-family: 'PaloRegular';
}
a:hover {
	text-decoration: none;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    bottom: 50px;
	z-index: 50;
}



/* ------------------------------------
--------------------------------------- GLOBAL CLASS
------------------------------------ */


/* ------------------------------------
--------------------------------------- MENU RESPONSIVE
------------------------------------ */






#menu-fixed {
    position: absolute;
    right: 20px;
	top: 65px;
	z-index: 999999999999;
	visibility:hidden;
	transition:all 0.4s ease-out;
	opacity:0;
}
#menu-fixed.visible {
	visibility:visible;
	opacity:1;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	/*background: #FFFFFF;*/
	padding: 5px;
	width: 45px;
	height: 45px;
}
.menu-trigger span {
	position: absolute;
	left: 7px;
	width: 30px;
	height: 5px;
	background-color: #00b1b6;
	border-radius: 0;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}

.menu-trigger span:nth-of-type(2) {
	top: 20px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
}
.menu-trigger.type7.active-7 span:nth-of-type(1) {
	-webkit-animation : actionOne .75s forwards;
	animation : actionOne .75s forwards;
	background-color: #00b1b6;
}
.menu-trigger.type7.active-7 span:nth-of-type(3) {
	-webkit-animation : actionTwo .75s forwards;
	animation : actionTwo .75s forwards;
	background-color: #00b1b6;
}
.menu-trigger.type7.active-7 span:nth-of-type(2) {
	-webkit-animation : actionThree .75s forwards;
	animation : actionThree .75s forwards;
	background-color: #00b1b6;
}
@keyframes actionOne {
	0% {
		top:10px;
	}
	50% {
		top:20px;
	}
	100% {
		top:20px;
		transform: rotate(45deg);
	}
}
@keyframes actionTwo {
	0% {
		bottom:10px;
	}
	50% {
		bottom:20px;
	}
	100% {
		bottom:20px;
		transform: rotate(-45deg);
	}
}
@keyframes actionThree {
	0% {
		width:30px;
	}
	50% {
		width:0;
	}
	100% {
		width:0;
	}
}

#full-menu {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #2907bb;
	z-index: 99999999;
	visibility:hidden;
	transition:all 0.25s ease-out;
	opacity:0;
	overflow: scroll;
}
#full-menu .backTopFull {
	width: 100%;
	height: 110px;
	background-size: cover;
	background-position: center center;
}
#full-menu .menu {
	width: 100%;
	text-align: center;
	padding: 0;
}
#full-menu .logo-menu {
	display:none;
}
#full-menu.active {
	visibility:visible;	
	opacity:1;
	z-index: 99999999;
}
#full-menu .logo {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 350px;
	border: 0;
	height: auto;
	width: 90%;
}
#full-menu .logo img {
    max-width: 100%;
}
#full-menu > ul {
	position: relative;
	top: initial;
	left: 0;
	transform: initial;
	padding-bottom: 5em;
	margin-top: 3em;
}
#full-menu > ul li {
	text-align: center;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	line-height: 1;
	list-style: none;
	font-size: 2.4em;
	margin-bottom: 10px;
}
#full-menu > ul li a {
	color: #3c3c3b;
	transition:all 0.3s;
	font-size: 1.2em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	line-height: 1;
}
#masthead #full-menu .menu li a {
	color: #FFFFFF;
	transition: all 0.3s;
	font-size: 0.55em;
}
#full-menu > ul li a:after {
	content: none;
}
#masthead #full-menu > ul li a:hover {
	color:#00b1b6;
}
#full-menu > ul li .sub-menu li a {
	font-size: 0.5em;
	display: block;
}
#full-menu .site-title {
	width: initial;
	max-width: 200px;
	margin-bottom: 2em;
	margin-top: 30px;
}


/* ------------------------------------
--------------------------------------- HEADER
------------------------------------ */
.containerHeadFull {
	background: #2907bb;
	padding: 10px 0;
	position: relative;
	/*background-image: url(images/svg/head_texture_white.svg);
	background-size: 11%;
	background-position: left 0% center;
	background-repeat: no-repeat;*/
}
/*.containerHeadFull:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(images/long_band_blue_texture3.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
}*/

.topMenu {
	align-content: center;
	align-items: center;
}
.logoStable img {
	max-width: 125px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.editoHeader {
	padding-left: 0;
}
.editoHeader p {
	color: #FFF;
	font-size: 13px;
	opacity: 0.7;
	font-family: 'PaloBold';
}
.menuheader ul {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	padding: 0;
	list-style: none;
  }
  .menuheader ul li {
	margin: 0 10px;
  }
  .menuheader ul li a {
	position: relative;
	transition: all 0.3s ease-out;
	color: #FFFFFF;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
  }
  .menuheader ul li.current_page_item a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background: #FFFFFF;
	transition: all 0.3s cubic-bezier(0.2, 0.8, 0.67, 0.65) 0s;
	transform: skew(-30deg);
  }
  .menuheader ul li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 0%;
	height: 3px;
	background: #00b1b6;
	transition: all 0.3s cubic-bezier(0.2, 0.8, 0.67, 0.65) 0s;
	transform: skew(-30deg);
  }
  .menuheader ul li a:hover::after {
	width: 100%;
	left: 0;
	right: initial;
  }

/* ------------------------------------
--------------------------------------- HOME
------------------------------------ */
.spectacles {
	margin-top: 4em;
}
.listCompagnie.owl-carousel .owl-stage-outer {
	overflow: initial;
	overflow-x: hidden;
	height: 100%;
	padding-bottom: 10%;
}
.listCompagnie .owl-item {
	top: 50px;
	transition: all 0.3s ease-out;
}
.listCompagnie .owl-item.center {
	top: 0px;
	left: 9px;
}
.itemSlideCompagnie {
	background: #fff;
	background-color: transparent;
	font-size: 18px;
	position: relative;
	text-align: center;
	transform: translate3d(0,40px,0);
	transition: all .5s ease;
	width: 100%;
	z-index: 12;
}
.itemCompSlide {
	height: 485px;
	transform: skew(-10deg);
	position: relative;
	width: 100%;
	overflow: hidden;
}
.itemCompSlide:before {
	/*background: linear-gradient(90deg, rgb(5, 33, 221) 0%, rgb(99, 120, 255) 100%);*/
	background: linear-gradient(90deg, rgb(5, 33, 221) 0%, #2907bb 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.7;
	transition: all .5s ease;
}
/*.itemCompSlide:after {
	background: url(images/svg/texture_rayure.svg);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	transition: all .5s ease;
}
*/
.owl-item.center .itemCompSlide:before, .owl-item.center .itemCompSlide:after {
	opacity: 0;
}
.swiper_pic {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	left: -15%;
	position: absolute;
	top: 0;
	transform: skew(10deg);
	transition: all .6s ease;
	width: 125%;
}
.descSpec {
	position: absolute;
	bottom: 10%;
	background: #00b1b6;
	z-index: 100;
	left: -100%;
	text-align: right;
	width: 40%;
	padding: 10px 20px 10px 0;
	transition: all .6s ease;
}
.owl-item.center .descSpec {
	left: 0;
}
.titleSpecSlide {
	color: #FFFFFF;
	font-size: 1.5em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	transition: all 0.3s ease-out;
}
.titleSpecSlide:hover {
	color: #170174;
}
.titleCompSlide h3 {
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'PaloCondensedMediumItalic';
}

.listCompagnie .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 100%;
	height: auto;
	display: flex;
	align-content: center;
	align-items: center;
	left: 0%;
	transform: translateY(-50%);
}
.listCompagnie .owl-nav > div {
	height: 55px;
	width: 55px;
	align-self: center;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	text-indent: -9999px;
	transition: all 0.3s ease-out;
	background: #170174;
}
.listCompagnie .owl-nav .owl-next {
	right: 0;
	position: absolute;
}
.listCompagnie .owl-nav > div::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 100px;
}

.listCompagnie .owl-nav > div.owl-prev::after {
	background: url(images/svg/arrow_left.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center center;
}
.listCompagnie .owl-nav > div.owl-next::after {
	background: url(images/svg/arrow_right.svg);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center center;
}

.btStyleLong.slideBt {
	position: absolute;
	right: 10px;
	top: calc(100% - 50px);
	overflow: initial;
	z-index: 100;
}
.btStyleLong.slideBt:before {
	width: 140%;
}
.noPad {
	padding: 0;
	position: relative;
}

.compagnies {
	padding: 4em 0;
}
.compagnies .listCompagnie {
	margin-top: 2em;
}
.itemCompagnie {
	margin-bottom: 2em;
}
.containItemCompagnie {
	min-height: 350px;
	background-size: cover;
	background-position: center center;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	cursor: pointer;
}
.containItemCompagnie:hover {
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	transform: skew(-2deg);
}
.containItemCompagnie:hover:before {
	opacity: 0;
}
.containItemCompagnie:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001ab6;
	opacity: 0.5;
	transition: all 0.3s ease-out;
}
.containItemCompagnie a {
	position: absolute;
	bottom: 0;
	background: #00b1b6;
	padding: 5px 5px 8px 8px;
	width: 100%;
	color: #FFF;
	font-family: 'PaloCondensedBoldItalic';
	z-index: 10;
	cursor: pointer;
}

.styleTitleBlue {
	display: block;
	margin-bottom: 1em;
	text-align: center;
}
.styleTitleBlue h3 {
	color: #5c6ddb;
	text-transform: uppercase;
	font-family: 'PaloCondensedBold';
	font-size: 1.2em;
	line-height: 0.3;
}
.styleTitleBlue h2 {
	color: #2907bb;
	text-transform: uppercase;
	font-family: 'PaloCondensedBoldItalic';
	font-size: 2.2em;
}
.backDownOr {
	position: relative;
}
/*.backDownOr:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 100%;
	height: 20px;
	background: url(images/svg/backdown_title_or.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	z-index: -1;
}
*/


.styleTitleOr {
	display: block;
	margin-bottom: 3em;
	text-align: center;
}
.styleTitleOr h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'PaloCondensedBold';
	font-size: 1.2em;
	line-height: 0.3;
}
.styleTitleOr h2 {
	color: #00b1b6;
	text-transform: uppercase;
	font-family: 'PaloCondensedBoldItalic';
	font-size: 2.5em;
	z-index: 3;
	position: relative;
}
.backDownBlueDark {
	position: relative;
}
/*.backDownBlueDark:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 100%;
	height: 20px;
	background: url(images/backdown_title_bluedark2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	z-index: -1;
}*/

.backDownBlue {
	position: relative;
}
/*.backDownBlue:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 100%;
	height: 20px;
	background: url(images/svg/backdown_title_blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	z-index: -1;
}*/



.agendaHome {
	background: rgb(21,29,84);
	background: -moz-linear-gradient(90deg, rgba(21,29,84,1) 0%, rgba(57,82,239,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(21,29,84,1) 0%, rgba(57,82,239,1) 100%);
	background: linear-gradient(90deg, rgba(21,29,84,1) 0%, rgba(57,82,239,1) 100%);
	background: #2907bb;
	padding: 6em 0;
	position: relative;
}
/*.agendaHome:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(images/long_band_white_texture2.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
}*/

.containItemAgenda {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.infoDate {
	display: block;
}
.infoDate > * {
	display: block;
}

.itemAgenda {
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
}
.region {
	color: #00b1b6;
	font-family: 'PaloCondensedMedium';
	text-transform: uppercase;
	font-size: 0.9em;
}
.agendaHome .compName {
	color: #FFFFFF;
}
.agendaHome .villeName {
	color: #00b1b6;
}
.compName {
	color: #070025;
	font-family: 'PaloCondensedBold';
	font-size: 1.4em;
	transition: all 0.3s ease-out;
}
.compName:hover {
	color: #00b1b6;
}
.specName {
	color: #ffffff;
	font-family: 'PaloCondensedBold';
	font-size: 1.4em;
	margin-bottom: 8px;
	transition: all 0.3s ease-out;
}
.specName:hover {
	color: #ffb042;
}
.lieu {
	color: #FFFFFF;
	font-family: 'PaloCondensedMedium';
}
.villeName {
	color: #070025;
	font-family: 'PaloCondensedBold';
	text-transform: uppercase;
	font-size: 0.9em;
}
.dateAg {
	background: #00b1b6;
	text-align: center;
	position: relative;
	width: 110px;
	height: 110px;
	margin-right: 2em;
}
.containDateAg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.dateAg span {
	color: #0f1542;
	font-family: 'PaloCondensedBold';
	font-size: 1.8em;
}
.dateAg p {
	color: #0f1542;
	font-family: 'PaloCondensedMedium';
}
/* ------------------------------------
--------------------------------------- PAGE COMPAGNIE
------------------------------------ */


.pageCompagnie {
	padding: 8em 0;
}
.sectionCTA {
	margin-top: 8em;
}
.btStyleLong {
	color: #FFFFFF;
	font-family: 'PaloCondensedSemiBoldItalic';
	position: relative;
	font-size: 1.5em;
	top: 15px;
	transition: all 0.3s ease-out;
	overflow: hidden;
}
.btStyleLong:before {
	content: '';
	position: absolute;
	top: 55%;
	left: 42%;
	transform: translate(-50%, -50%);
	clip-path: polygon(10% 0%, 100% 0%, 100% 99%, 0% 100%);
	width: 120%;
	height: 125%;
	background: #170174;
	z-index: -1;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.sectionCTA .btStyleLong:before {
	transform: translate(-50%, -50%) skew(-17deg);
	left: 50%;
	clip-path: initial;
}
.btStyleLong:hover {
	color: #FFFFFF;
}
.btStyleLong:hover:before {
	background: #00b1b6;
	transform: translate(-50%, -50%) skew(0deg);
}


.backgroundTexture {
	background: url(images/svg/background_texture.svg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: contain;
	z-index: -10;
}




/* ------------------------------------
--------------------------------------- FICHE COMPAGNIE
------------------------------------ */

.ficheComp {
	padding: 6em 0;
}
.infoCompFiche {
	margin-bottom: 3em;
}
.leftDescComp {
	padding-right: 3em;
}
.leftDescComp h1 {
	color: #2907bb;
	font-size: 2em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	margin-bottom: 1em;
}
.leftDescComp p {
	color: #2907bb;
	font-size: 1.3em;
	font-family: 'PaloCondensedMediumItalic';
	margin-bottom: 2em;
}
.linkComp p {
	color: #00b1b6;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: initial;
}
.linkComp a {
	color: #2907bb;
	font-family: 'PaloCondensedBold';
}

.rightImgComp figure {
	height: 350px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 3px;
}
.rightImgComp span {
	float: right;
	font-family: 'PaloCondensedLight';
}

.relationComp .styleTitleOr {
	margin-bottom: 2em;
	text-align: left;
	display: inline-block;
}
.relationComp .specName {
	color: #2907bb;
}
.relationComp .lieu {
	color: #070025;
}
.photoComp {
	margin-top: 4em;
}
.photoComp .styleTitleOr {
	margin-bottom: 2em;
	text-align: left;
	display: inline-block;
}
.galerieComp .slides figure {
	height: 150px;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	cursor: pointer;
	position: relative;
}
.galerieComp .slides figure span {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	height: 22px;
	display: block;
	padding: 2px;
	z-index: 100;
	color: #FFFFFF;
	font-size: 11px;
}

.galerieComp .slides figure:hover {
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	transform: skew(-2deg);
}
.nada {
	text-align: left;
	margin: initial;
}
.socialComp {
	margin-top: 10px;
}
.socialComp a {
	width: 20px;
	margin: initial;
	margin-right: 5px;
}
.socialComp a img {
	width: 20px;
}
.single-compagnies {
	background: url(images/svg/background_texture.svg);
	background-position: top center;
	background-repeat: repeat;
	background-size: 650px;
	z-index: -10;
  }

/* ------------------------------------
--------------------------------------- SPECTACLES
------------------------------------ */
.listSpectacle {
	margin-top: 2em;
}
.itemSpectacle {
	margin-bottom: 2em;
}
.containItemSpectacle {
	min-height: 235px;
	background-size: cover;
	background-position: center center;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	overflow: hidden;

}
.itemSpectacle:nth-child(odd) .containItemSpectacle:hover {
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	transform: skew(2deg);
}
.itemSpectacle:nth-child(even) .containItemSpectacle:hover {
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	transform: skew(-2deg);
}
.containItemSpectacle:hover:before {
	opacity: 0;
}
.containItemSpectacle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001ab6;
	opacity: 0.5;
	transition: all 0.3s ease-out;
}
.containItemSpectacle .infoCompSpect {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	width: 100%;
	z-index: 10;
	cursor: pointer;
}
.infoCompSpect:before {
	content: '';
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: -1;
	transition: all 0.3s 0.1s ease-out;
}
.itemSpectacle:hover .infoCompSpect:before {
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.infoCompSpect .titleSpect {
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
}
.infoCompSpect .titleComp h3 {
	color: #FFFFFF;
	font-size: 1em;
	font-family: 'PaloCondensedMediumItalic';
}
.containItemSpectacle .statutSpectacle {
	position: absolute;
	top: 0;
	background: #00b1b6;
	padding: 5px 8px 8px 8px;
	width: auto;
	color: #FFF;
	font-family: 'PaloCondensedBoldItalic';
	z-index: 10;
	cursor: pointer;
	text-transform: uppercase;
}


/* ------------------------------------
--------------------------------------- FICHE SPECTACLE
------------------------------------ */

.bandTopSpec {
	aspect-ratio: 3/0.9;
	object-fit: cover;
}
.bandTopSpec figure {
	height: 380px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: -1;
}
.bandTopSpec figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001ab6;
	opacity: 0.5;
	transition: all 0.3s ease-out;
  }

.ficheSpec {
	padding: 3em 0;
} 

.profilSpectacle {
	background: #2907bb;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-family: 'PaloCondensedBoldItalic';
	top: -4em;
	position: relative;
	z-index: 100;
	font-size: 1.2em;
}

.leftDescSpec h1 {
	color: #2907bb;
	font-size: 2em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
  }
.leftDescSpec a {
	color: #2907bb;
	text-transform: uppercase;
	font-family: 'PaloCondensedMediumItalic';
	font-size: 1.2em;
	display: block;
}
.leftDescSpec .statutSpectacle {
	background: #00b1b6;
	padding: 5px 8px 8px 8px;
	width: auto;
	color: #FFF;
	font-family: 'PaloCondensedBoldItalic';
	z-index: 10;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 1em;
}

.itemBlocFiche {
	margin-bottom: 2em;
}
.blocSpecFiche {
	margin-top: 3em;
}
.blocSpecFiche h3 {
	color: #00b1b6;
	margin-bottom: 1em;
	margin-top: 1.4em;
	font-family: 'PaloCondensedBoldItalic';
	position: relative;
	padding-right: 50px;
}
.blocSpecFiche > h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 95%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url(images/svg/more_text.svg);
	background-repeat: no-repeat;
	background-size:20px;
	background-position: center center;
	cursor: pointer;
}
.blocSpecFiche.activeMore > h3:before {
	content: none;
}
.blocSpecFiche.activeMore > h3:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 95%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url(images/svg/less_text.svg);
	background-repeat: no-repeat;
	background-size:20px;
	background-position: center center;
	cursor: pointer;
}
.blocSpecFiche > h3:after {
	content: none;
}
.blocSpecFiche p {
	color: #2907bb;
	font-family: 'PaloCondensedMedium';
}
.blocSpecFiche h4 {
	color: #2907bb;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1.4em;
	font-family: 'PaloCondensedBoldItalic';
}
.blocSpecFiche.firstActive .contentBlocSpec {
	display: block;
}
/*.blocSpecFiche.firstActive {
	height: 200px;
	overflow: hidden;
}*/
/*.blocSpecFiche.activeMore.firstActive {
	height: initial;
	overflow: initial;
}*/
.blocSpecFiche.firstActive .loadText {
	display: none;
}
.blocSpecFiche .loadText {
	display: none;
}
.blocSpecFiche.firstActive .extraitBloc {
	display: block;
}
.blocSpecFiche .extraitBloc {
	display: none;
}
/*.contentBlocSpec {
	display: none;
}*/
.contentBlocSpec h3:before, .contentBlocSpec h3:after {
	content: none;
}

.titleGold {
	color: #00b1b6;
	margin-bottom: 1em;
	margin-top: 1.4em;
	font-family: 'PaloCondensedBoldItalic';
  }


 .infoBlocSpec {
	position: relative;
	top: -7em;
	max-width: 80%;
	margin: 0 auto;
 } 
 .globalInfo {
	background: #2907bb;
	padding: 2em;
 }
 .teleSpec {
	background: #c49b4d;
	padding: 2em;
 }
 .containInfo > div {
	margin-bottom: 1em;
 }
 .containInfo h5 {
	color: #ffb042;
	font-family: 'PaloCondensedBoldItalic';
 }
 .containInfo p {
	color: #FFFFFF;
	font-family: 'PaloCondensedBoldItalic';
 }
 .containInfo a {
	color: #FFFFFF;
	font-family: 'PaloCondensedBoldItalic';
	transition: all 0.3s ease-out;
 }
 .containInfo a:hover {
	color: #c49b4d;
	
 }

 .styleTitleWhite {
	display: inline-block;
	margin-bottom: 3em;
	text-align: center;
  }
  .styleTitleWhite h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'PaloCondensedBoldItalic';
	font-size: 2.2em;
	z-index: 2;
  }
  .styleTitleWhite .backDownOr {
	position: relative;
	z-index: 4;
  }
  /*.styleTitleWhite .backDownOr::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -14px;
	width: 130%;
	height: 27px;
	background: url(images/svg/backdown_title_or.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	z-index: -1;
  }*/
  .teleSpec {
	text-align: center;
  }
  .teleSpec .btStyleLong {
	color: #FFFFFF;
	font-family: 'PaloCondensedSemiBoldItalic';
	position: relative;
	font-size: 1.5em;
	transition: all 0.3s ease-out;
	overflow: hidden;
	z-index: 3;
	margin: 0 auto;
	top: initial;
  }
  .teleSpec .styleTitleOr h2 {
	color: #FFFFFF;
  }

.relationDateSpec {
	max-width: 80%;
	margin: 0 auto;
	top: -3em;
}
.relationDateSpec .btStyleLong.slideBt {
	position: relative;
	font-size: 15px;
	right: initial;
	margin-left: 20px;
	top: -10px;
}
.ficheSpec .relationDateSpec .btStyleLong.slideBt {
	position: relative;
	font-size: 15px;
	right: initial;
	top: 2px;
}
.ficheComp .relationDate .btStyleLong.slideBt {
	position: relative;
	font-size: 15px;
	right: initial;
	top: 2px;
	margin-left: 20px;
  }
.relationDateSpec > div.styleTitleOr {
	display: inline-block;
	margin-bottom: 1em;
}
.relationDateSpec .specName {
	color: #2907bb;
}
.relationDateSpec .lieu {
	color: #070025;
}

.specPhotoComp {
	margin-bottom: 3em;
	margin-top: initial;
}

.blocVid iframe {
	max-width: 100%;
	margin-bottom: 1em;
}

.single-spectacles {
	background: url(images/svg/background_texture.svg);
	background-position: top center;
	background-repeat: repeat;
	background-size: 650px;
}

.accordion {
	margin-top: 40px;
  }
  .accordion .card {
	border: none;
	margin-bottom: 20px;
  }
  .accordion .card h2 {
	background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
	background-size: 20px;
	cursor: pointer;
	font-size: 18px;
  }
  .accordion .card h2.collapsed {
	background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
  }
  .accordion .card-body {
	padding-left: 0;
	padding-right: 0;
  }


 /* ------------------------------------
--------------------------------------- PAGE GLOBAL
------------------------------------ */

.globalPost {
	padding: 4em 0;
}
.globalPost h2 {
	color: #2907bb;
	font-size: 2em;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
}
.globalPost p {
	color: #2907bb;
	font-family: 'PaloCondensedMediumItalic';
	margin-bottom: 1em;
}
.globalPost p strong {
	color: #0023f5;
	font-family: 'PaloCondensedBoldItalic';
}
.globalPost a {
	color: #0023f5;
	font-family: 'PaloCondensedBoldItalic';
}
.globalPost h3 {
	color: #00b1b6;
	margin-bottom: 1em;
	margin-top: 1.4em;
	font-family: 'PaloCondensedBoldItalic';
	position: relative;
}
.globalPost ul li {
	color: #2907bb;
	font-family: 'PaloCondensedMediumItalic';
	margin-bottom: 10px;
}



/* ------------------------------------
--------------------------------------- PAGE NOUS
------------------------------------ */

.editoCurios {
	background: url(images/svg/background_texture.svg);
	background-position: top center;
	background-repeat: repeat;
	background-size: 650px;
}
.paddingBlocTop {
	padding-top: 6em;
}
.descEditoCurios h1 {
	color: #2907bb;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
}
.descEditoCurios h2 {
	color: #2907bb;
	font-family: 'PaloCondensedMediumItalic';
	text-transform: uppercase;
	margin-bottom: 1em;
}
.descEditoCurios p {
	color: #2907bb;
	font-size: 1.1em;
	font-family: 'PaloCondensedMediumItalic';
	margin-bottom: 1em;
  }
 .imgEditoCurios figure img {
	max-width: 400px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
 } 

 .roleCurios {
	background: #2907bb;
	padding: 2em;
	position: relative;
	margin: 4em 0;
 }
 /*.roleCurios::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(images/long_blue_band_texture.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
  }
  .roleCurios::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(images/long_blue_band_texture_reverse.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
  }*/

 .containRole p {
	color: #FFFFFF;
	font-family: 'PaloCondensedBoldItalic';
 }
 .textRole {
	-webkit-column-count: 2;
	-webkit-column-gap: 5%;
	-moz-column-count: 2;
	-moz-column-gap: 5%;
	column-count: 2;
	column-gap: 5%;
 }

 .containContact {
	background: #00b1b6;
	padding: 1em;
	text-align: left;
 }
 .containContact .styleTitleOr h2 {
	color: #FFFFFF;
 }
 .containContact .styleTitleOr {
	display: inline-block;
 }
 .missionCurios .styleTitleOr, .contactCurios .styleTitleOr {
	display: inline-block;
 }
 .colItemMission {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 }
 .itemMission {
	max-width: 50%;
	width: 100%;
	margin-bottom: 3em;
 }
 .itemMission h3 {
	color: #2907bb;
	font-family: 'PaloCondensedBold';
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 10px;
 }
 .itemMission li {
	color: #2907bb;
	font-family: 'PaloCondensedMedium';
	font-size: 1em;
	position: relative;
	list-style: none;
	margin-bottom: 5px;
 }
 .itemMission li:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(images/svg/puce_gold.svg);
	background-size: 15px;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
 }

.itemContact {
	margin-bottom: 2em;
}
 .itemContact h4 {
	color: #0f1542;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 10px;
 }
 .itemContact p {
	color:#FFFFFF;
	font-family: 'PaloCondensedBold';
 }
 .itemContact span.tel {
	color:#FFFFFF;
	font-family: 'PaloCondensedMedium';
 }
 .itemContact span.mail {
	color:#FFFFFF;
	font-family: 'PaloCondensedMedium';
	display: block;
 }
 .itemContact .addContact p {
	font-family: 'PaloCondensedMedium';
 }
 .containEditoCurios .descEditoCurios {
	padding-right: 5em;
 }

 .missionCurios .styleTitleBlue {
	margin-bottom: 2em;
	display: inline-block;
}

.collab {
	/*background: #0023f5;*/
	padding: 1em 0 4em 0;
	margin-top: 1em;
}
.containCollab p {
	color: #2907bb;
	font-family: 'PaloCondensedMedium';
	margin-bottom: 3em;
}
.containCollab span {
	color: #2907bb;
	font-family: 'PaloCondensedBoldItalic';
	position: relative;
}
.containCollab span a {
	color: #2907bb;
	font-family: 'PaloCondensedBoldItalic';
	position: relative;
	transition: all 0.3s ease-out;
}
.containCollab span a:after {
	content: '';
	position: absolute;
	left: 105%;
	width: 30px;
	background: url(images/svg/arrow_link_gold.svg);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	transition: all 0.3s ease-out;
}
.containCollab span a:hover {
	color: #ffb042;
}
.containCollab span a:hover:after {
	left: 110%;
}
.containCollab .styleTitleBlue {
	margin-bottom: 0;
	display: inline-block;
}
.containListColl {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.containListColl > div {
	margin-bottom: 10px;
}



/* ------------------------------------
--------------------------------------- PAGE CONSEILS
------------------------------------ */

.containerItemChild {
	margin-top: 3em;
}
.containChildPage {
	margin-bottom: 1em;
}
.containChildPage figure {
	background-size: cover;
	background-position: center center;
	text-align: center;
	min-height: 200px;
	height: initial;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	box-shadow: 0px 8px 30px 0px rgba(7,14,52,0.3);
	cursor: pointer;
}
.containChildPage figure:hover {
	-webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none ;
	transform: skew(-2deg);
}
.containChildPage figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001ab6;
	opacity: 0.5;
	transition: all 0.3s ease-out;
  }
  .containChildPage figure:hover::before {
	opacity: 0;
  }
  .containChildPage figure h2 a {
	position: absolute;
	bottom: 0;
	background: #00b1b6;
	padding: 5px 8px 8px 8px;
	width: auto;
	color: #FFF;
	font-family: 'PaloCondensedBoldItalic';
	z-index: 10;
	cursor: pointer;
	text-transform: uppercase;
	left: 0;
	font-size: 0.6em;
}

.resaChild .styleTitleOr h2 {
	text-align: left;
	font-size: 1.2em;
}
.leftDescComp .resaChild p {
	margin-bottom: 10px;
	font-size: 1em;
}
.calameo {
	margin-top: 3em;
}
.calameo a {
	color: #2907bb;
	font-size: 1em;
	font-family: 'PaloCondensedBold';
	margin-bottom: 2em;
	text-transform: uppercase;
}
/* ------------------------------------
--------------------------------------- AGENDA
------------------------------------ */

.futurDate, .pastDate {
	margin-bottom: 4em;
	display: block;
	position: relative;
}

.pageListAgenda .dateAg {
	margin-right: 0;
}
.littleCover figure {
	width: 110px;
	height: 110px;
	margin-bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.nameInfo {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin-left: 20px;
	max-width: 390px;
	width: 100%;
}
.nameInfo > a {
	width: 100%;
}
.nameInfo .specName {
	color: #2907bb;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
}
.nameInfo .specName:hover {
	color: #00b1b6;
}
.regionAgenda {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
}
.regionAgenda > span {
	width: 100%;
	font-size: 1.1em;
}
.lieuAgenda {
	max-width: 230px;
	width: 100%;
	padding-right: 10px;
}
.lieuAgenda span {
	color: #00b1b6;
	font-family: 'PaloCondensedMedium';
	text-transform: uppercase;
	font-size: 1.1em;
}
.lieuAgenda .lieu {
	color: #070025;
}
.linkAgenda {
	width: 50px;
	height: 100%;
	background: #170174;
	display: block;
	min-height: 110px;
	position: relative;
	transition: all 0.3s ease-out;
}
.linkAgenda:hover {
	background: #00b1b6;
}
.linkAgenda .linkItemAgenda {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.linkItemAgenda img {
	width: 25px;
	display: block;
}
.pageListAgenda {
	background: #FFF;
	-webkit-box-shadow: 0px 4px 34px -11px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 4px 34px -11px rgba(0,0,0,0.45);
	box-shadow: 0px 4px 34px -11px rgba(0,0,0,0.45);
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.pageAgendaGlobal .itemAgenda {
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 10px;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.listAllAgenda .styleTitleOr {
	display: inline-block;
	margin-top: 3em;
}

.triprice p {
	color: #2907bb;
	font-family: 'PaloCondensedBold';
	margin-bottom: 8px;
}
.triprice .form-control {
	color: #2907bb;
	font-family: 'PaloCondensedMedium';
	border: 1px solid #2907bb;
}
.titleTRI {
	color: #2907bb;
	font-family: 'PaloCondensedBold';
	text-transform: uppercase;
}
.headTri .row {
	align-items: center;
}
#contain-filter-list {
	margin-top: 3em;
}

/* ------------------------------------
--------------------------------------- FOOTER
------------------------------------ */

#colophon {
	background-color: #2907bb;
	padding: 1em 0;
	position: relative;
	border-top: 4px solid #00b1b6;
}
/*
#colophon:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(images/long_band_blue_texture2_reverse.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: center center;
}
*/

.logoFoot img {
	max-width: 100px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.editoFooter {
	padding-left: 0;
}
.editoFooter p {
	color: #FFF;
	font-size: 12px;
	opacity: 0.7;
	font-family: 'PaloMedium';
  }

  .blocCoordFoot {
	text-align: center;
  }
  .footTitle {
	color: #00b1b6;
	font-family: 'PaloCondensedBoldItalic';
	text-transform: uppercase;
	font-size: 0.8em;
  }
  .blocCoordFoot span,   .blocCoordFoot tel,  .blocCoordFoot mail {
	color: #fffefe;
	font-size: 11px;
	font-family: 'MontserratMedium';
	line-height: initial
  }

  .containerGlobalFoot {
	align-items: center;
  }

  .site-info {
	text-align: center;
	padding: 1em 0;
  }
  .mentionFoot {
	position: relative;
  }
  .mentionFoot:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.2;
	position: absolute;
  }
  .linkFoot, .linkFoot a {
	color: #FFFFFF;
	font-family: 'PaloCondensedBoldItalic';
	opacity: 0.7;
	font-size: 13px;
	padding-top: 1em;
  }
  .creditFoot, .creditFoot a {
	color: #FFF;
	font-size: 12px;
	font-family: 'MontserratMedium';
	margin-top: 1em;
  }


/* ------------------------------------
--------------------------------------- RESPONSIVE
------------------------------------ */


@media only screen and (max-width: 1200px) {
	.itemCompSlide {
		height: 345px;
	}
	.containItemCompagnie {
		min-height: 290px;
	}
	.pageAgendaGlobal .dateAg {
		width: 410px;
	}
	.pageAgendaGlobal .compName {
		font-size: 1em;
	}
	.pageAgendaGlobal .nameInfo .specName {
		font-size: 1em;
	}
	.pageAgendaGlobal .linkAgenda {
		width: 210px;
	}
}
@media only screen and (max-width: 1080px) {
	.agendaHome::before { 
		top: -7px;
	}
}
@media only screen and (max-width: 992px) {
	.agendaRow {
		flex-wrap: wrap-reverse;
	}
	.fluxFB {
		margin-top: 3em;
	}
	.fluxFB iframe {
		width: 100% !important;
	}
	._2p3a {
		width: 100%;
		margin: 0 auto !important;
	}
	.footGlobal {
		margin: 2em 0;
	}
	.footGlobal .container .row {
		justify-content: center !important;
	}
	.listAgenda .styleTitleOr {
		text-align: left;
	}
	.single-compagnies .infoCompFiche {
		flex-wrap: wrap-reverse;
	}
	.relationDate .itemAgenda {
		max-width: 50%;
		width: 100%;
	}
	.bandTopSpec figure {
		height: 260px;
	}
	.infoBlocSpec {
		top: initial;
		max-width: 100%;
	}
	.infoBlocSpec .containInfo {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.relationDateSpec {
		top: initial;
		margin-top: 3em;
		max-width: 100%;
	}
	.rightImgComp {
		margin-top: 3em;
	}
	.containContact {
		padding: 2em;
	}
	.imgEditoCurios .itemContact {
		max-width: 48%;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.containContact .styleTitleOr {
		width: 100%;
	}
	.roleCurios::after {
		bottom: -30px;
	}

	#menu-fixed {
		visibility: visible;
		opacity: 1;
	}
	#masthead .site-branding .menu {
		display: none;
	}
	.logoHead {
		max-width: 125px;
	}
	#full-menu h1 img {
		max-width: 130px;
		margin: 0 auto;
		display: block;
	}
	.containerHeadFull::after {
		bottom: -30px;
	}
}
@media only screen and (max-width: 768px) {
	.btStyleLong.slideBt {
		top: calc(100% - 0px);
	}
	.agendaHome::before {
		top: -14px;
	}
	.blocCoordFoot {
		margin-bottom: 2em;
	}
	.relationDate .itemAgenda {
		max-width: 100%;
	}
	.roleCurios::before { 
		top: -30px;
	}
	.pageListAgenda {
		flex-wrap: wrap;
	}
	.pageListAgenda .dateAg {
		width: 50%;
	}
	.pageListAgenda .littleCover {
		width: 50%;
	}
	.pageListAgenda .littleCover figure {
		width: 100%;
	}
	.pageAgendaGlobal .compName {
		font-size: 1.4em;
		margin-top: 1em;
	}
	.pageAgendaGlobal .nameInfo .specName {
		font-size: 1.4em;
	}
	.pageAgendaGlobal .linkAgenda {
		width: 100%;
		height: 100%;
		min-height: 50px;
		margin-top: 1em;
	}
	.pageAgendaGlobal .nameInfo {
		max-width: 100%;
	}
	.listCompagnie.owl-carousel .owl-stage-outer {
		overflow-x: initial;
		overflow: hidden;
		padding-bottom: initial;
	}
	.listCompagnie .owl-item.center {
		left: 0;
	}
	.listCompagnie .descSpec {
		width: 70%;
	}
	.itemCompSlide {
		transform: initial;
	}
	.swiper_pic {
		transform: initial;
		width: 100%;
		left: initial;
	}
	.itemSlideCompagnie {
		transform: initial;
	}
	.ficheComp {
		padding: 6em 2em;
	}
	.ficheSpec {
		padding: 3em 2em;
	}
	.blocVid iframe {
		max-height: 200px;
	}
	.infoBlocSpec .containInfo {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
	}
	.itemMission {
		max-width: 100%;
	}
	.containListColl {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
	}
	.imgEditoCurios .itemContact {
		max-width: 100%;
	}
	.textRole {
		-webkit-column-count: initial;
		-webkit-column-gap: 5%;
		-moz-column-count: initial;
		-moz-column-gap: 5%;
		column-count: initial;
		column-gap: 5%;
	  }
	  .globalPost {
		padding: 4em 2em;
	  }


	
}
@media only screen and (max-width: 576px) {
	.pageListAgenda .littleCover {
		width: 50%;
		display: none;
	}
	.pageListAgenda .dateAg {
		width: 20%;
	}
	.pageAgendaGlobal .nameInfo {
		max-width: 43%;
		width: 100%;
	}
	.pageAgendaGlobal .compName {
		font-size: 1em;
	}
	.pageAgendaGlobal .nameInfo .specName {
		font-size: 1em;
	}
	.pageAgendaGlobal .regionAgenda {
		max-width: 20%;
		width: 100%;
	}
	.pageAgendaGlobal .lieuAgenda {
		display: none;
	}
	.pageAgendaGlobal .linkAgenda {
		margin-top: 0em;
	}
	.pageAgendaGlobal .linkAgenda {
		width: 10%;
		height: 110px;
	}
	.pageAgendaGlobal .regionAgenda > span {
		font-size: 12px;
	}
	#colophon::before { 
		top: -30px;
	}
	.agendaHome::before {
		top: -19px;
	  }
	  .containCollab .styleTitleWhite {
		text-align: left;
	  }
	
}
@media only screen and (max-width: 320px) {
}



