/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* 

    STYLE GUIDE
    Mise en forme de l'article texte en bloc de wordpress

*/

.templatePageTextBloc > div:not(:last-child) {
    margin-bottom:30px;
}

/* Bloc introduction */

.bloc-introduction {

}
	.bloc-introduction {
		font-style: italic;
		font-weight: bold;
		font-family: 'poppins bold', sans-serif;
	}

/* Bloc texte et image */

.bloc-texte-image-inte img{
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	        clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.bloc-texte-image-inte iframe{
	width: 100%;
}

/* Bloc vidéo */
.video-responsive { 
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
	}
	
	.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
	}
/* Galerie image */



.galerie-image-container {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
	.galerie-image .item {
	}
	.galerie-image .item a{
		position: relative;
		overflow: hidden;
		display: block;
		background-color: #fff;
	}
	.galerie-image .item a::before{
		content: "";
		display: block;
		width: 100%;
		padding-top: 70%;
		background: var(--color-primary-red);
	}
		.galerie-image .item img {
			position: absolute;
			top: 0;
			left: 0;
			-webkit-transition: opacity .3s, -webkit-transform .3s;
			transition: opacity .3s, -webkit-transform .3s;
			-o-transition: transform .3s, opacity .3s;
			transition: transform .3s, opacity .3s;
			transition: transform .3s, opacity .3s, -webkit-transform .3s;
		}
		.galerie-image .item:hover img {
			opacity: 0.5;
			-webkit-transform: scale(1.05);
			    -ms-transform: scale(1.05);
			        transform: scale(1.05);
		}

/* Diaporama */

/* .slider-page .image-diapo {
    height: 500px;
} */

/* Glissière */

.glissiere{
	position: relative;
	z-index: 1;
}
.glissiere .ico-arrow{
	margin-left: auto;
	width: 20px;
	min-width: 20px;
	background-position: -142px -172px;
}
.glissiere-item.active .ico-arrow{
	background-position: -142px -172px;
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.glissiere-item {
    margin: 0 0 2rem 0;
	border-radius: 15px;
    position: relative;
	background-color: var(--white);
	border: 1px solid var(--color-secondary-light-grey);
}
.glissiere-item.active{
	margin-bottom: 5rem;
}
.glissiere-item .icon-arrow {
	margin-left: auto;
}
.glissiere-item.active .icon-arrow {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
	.glissiere-item .contenu {
		display: none;
		padding: 2rem 3rem;
		background-color: var(--color-secondary-very-light-grey);
		border-radius: 0 0 20px 20px;
	}

	
	.glissiere-item .contenu .text{
		padding: 0 3rem 3rem;
	}
	.templatePageTextBloc{
		background-color: var(--white)

	}
	.content-formation--container .glissiere-item .ico-arrow{
		background-color: var(--white);
		border-radius: 50%;
		-webkit-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	.content-formation--container .glissiere-item .ico-arrow:hover{
		
	}
	.content-formation--container .glissiere-item.active .ico-arrow{
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
		background-position: -262px -90px;
	}
	.templatePageTextBloc .glissiere-item .titre{
		
	}
	.templatePageTextBloc .glissiere-item.active .titre{
		-webkit-filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.078));
		        filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.078));
		background-color: var(--white);
    border-radius: 15px;
		
	}
.templatePageTextBloc .glissiere-item.active .ico-arrow{
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);

	}
	.templatePageTextBloc .glissiere .ico-arrow{
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.glissiere-item .titre {
		font-size: 2.4rem;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 2rem 3rem;
		font-family: 'lato bold', sans-serif;
	}

	.glissiere-item thead{
		padding: 2rem;
		background-color: var(--color-secondary-very-light-grey);
	}
	.glissiere-item tbody tr{
		padding: 3rem 2.5rem;
	}
	
	.glissiere-item tbody > tr:not(:last-of-type){
		border-bottom: 1px solid var(--color-secondary-very-light-grey);
	}

	.glissiere-item tbody > tr > td:not(:first-of-type){
		font-family: 'poppins semibold', sans-serif;
	}


/* Téléchargement fichier */
.fileDownload-itemContent{
	background-color: var(--white);
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
	        filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
	padding: 1rem 2rem;
	border-radius: 25px;
}
.fileDownload .row > .fileDownload-item:not(:last-of-type){
	margin-bottom: 2rem;
}
.fileDownload-item .title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
	
    margin: 0;
}
.fileDownload-item .like-h4{
	padding-left: 2rem;
}
.fileDownload-item .published{
	font-family: 'poppins regular', sans-serif;
	font-size: 1.4rem;
	display: block;
}
.fileDownload-item .vignette {
    width: 180px;
    margin: 0 10px 0 0;
}
.fileDownload-item .link a {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

}
.fileDownload-item .link a i{
	color: var(--color-primary);
}
/* Vignette page */

.blocVignettesCarrefours-itemContent {
	overflow: hidden;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    background-color: var(--white);
	height: 100%;
}


/* .blocVignettesCarrefours-item:nth-child(3n+2) {
    margin: 0 40px 30px 40px;
} */
	.blocVignettesCarrefours-item .image {
	
	}
		.blocVignettesCarrefours-item .image img {

		}
		.blocVignettesCarrefours-item .image:hover img {
			
		}

/* 14 - SLICK */
button.slick-arrow {
    border: transparent;
    position: absolute;
    text-indent: -5000px;
    overflow: hidden;
    width: 70px;
    height: 50px;
    background-image: url(/wp-content/themes/mediapilote/img/charte/arrow-white-slider.svg);
    background-repeat: no-repeat;
    background-size: 35px auto;
    background-color: var(--color-primary);
	background-position: center;
    outline: transparent;
    cursor: pointer;
    z-index: 2;
    padding: 10px 15px;
    border-radius: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
button.slick-arrow.slick-prev {
    left: 50%;
    top: 105%;
    -webkit-transform: translateX(calc(50% - 140px)) rotate(-180deg);
        -ms-transform: translateX(calc(50% - 140px)) rotate(-180deg);
            transform: translateX(calc(50% - 140px)) rotate(-180deg);
}

button.slick-arrow.slick-next{
	right: 50%;
    top: 105%;
    -webkit-transform: translateX(calc(50% + 70px));
        -ms-transform: translateX(calc(50% + 70px));
            transform: translateX(calc(50% + 70px));
}

button.slick-arrow:hover{
	background-image: url(/wp-content/themes/mediapilote/img/charte/arrow-red-slider.svg);
	background-color: #ed1c243d;
}
	
/*RESPONSIVE
01 - DESKTOP */



/* Accroche section */
.accrocheSection{
	-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
	        clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}

@media screen and (max-width: 1400px), (max-device-width: 1400px){
	.accrocheSection{
		-webkit-clip-path: none;
				clip-path: none;
	}
	.accrocheSection .contentSection{
		width: 100% !important;
		position: relative;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	#activities_home::before, #more_home::before{
		background-size: 240px auto;
	}
}
.accrocheSection .image {
    width: 100%;
    position: relative;
    z-index: 1;
	opacity: 0.1;
}

.accrocheSection .contentSection {
    position: absolute;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    width: 75%;
}

.accrocheSection .contentSection h2{
	color: var(--white);
}

@media screen and (max-width: 1100px), (max-device-width: 1100px){

	.accrocheSection .contentSection{
		position: relative;
		top: 0;
		z-index: 3;
		-webkit-transform: initial;
		    -ms-transform: initial;
		        transform: initial;
		margin: 0 auto;
		width: 100%;
		padding: 75px 0;
	}
	.accrocheSection .image{
		opacity: 1;
	}

	.accrocheSection{
		-webkit-clip-path:none;
		        clip-path:none;
	}

	.bloc-texte-image-inte > div{
		margin-bottom: 2rem;
	}
	.fileDownload-item .vignette{
		display: none;
	}
}