/*TEXTO*/
.texto .content {
	position:relative;
	width:100%;
	padding:100px 80px 50px 100px;
	height:100%;
	max-width:1000px;
}
.heb .texto .content {
	text-align:right;
}
/*GENERIQUE*/


/*GENERIQUE*/
.generique-wrapper {
	position:relative;
	margin:0;
	padding:100px 0;
	height:100%;
	width:100%;
	z-index:601;
}
.agent-generique {
	position:absolute;
	margin:100px auto;
	top:0;
	bottom:0;
	background-color:transparent;
	padding:20px;
	overflow:hidden;
	display:block;
	z-index:602;
	opacity:1;
	left:0;
	width:100%;
	transform:rotate3d(0,0,0,0deg);
}

.agent-generique .generique-content { 
	position:absolute;
	top:100%;
	left:0;
	padding:200px 47px 200px;
	width:100%;
	max-width:800px;
	overflow:hidden;
	-webkit-transition: top 90s linear 0s;
    transition: top 90s linear 0s;
    opacity:1;
    z-index:605;
}
.agent-generique .generique-content.centered { 
	left:50%;
	transform:translateX(-50%);
	margin:auto;
	padding:200px 47px 200px;
	width:100%;
	max-width:800px;
}
.agent-generique .generique-content .header  { 
	margin:0 0 20px;
	padding:0;
}


/*FORMATTER*/
.animation-container .content.paragraphe 
.agent-generique .generique-content .paragraphe {
	width:100%;
	padding:0px 0px 20px 0px;
}


.animation-container .texto .content p, 
.animation-container .generique-content p { 
	font-family: 'Amatic SC', cursive;
	color:rgba(163,153,141,0.8);
	font-size:calc(16px + (24 - 16) * (100vw - 400px) / (1440 - 400));
	line-height: 1.6;
}
.animation-container .generique-content p,
.animation-container .texto .content p {
    padding: 10px 0 10px 0;
    
}
.animation-container .generique-content h2,
.animation-container .texto .content h2 {
	font-family: 'Unica One', cursive;
	color:rgba(163,153,141,0.9);
	font-size:calc(20px + (26 - 20) * (100vw - 400px) / (1440 - 400));
}

.tslp .animation-container .generique-content h2,
.tslp .animation-container .texto .content h2 {
	font-family: 'Dosis', cursive;
	text-transform:uppercase;

}


.agent-generique .generique-content h4 span {position: relative; padding-left:40px;}
.agent-generique .generique-content h4 span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-animation: triangle-rotating 1.64s linear both infinitie;
    animation: triangle-rotating 1.64s linear both infinite;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 15px 26.0px 15px;
    border-color: transparent transparent rgb(74,68,63) transparent;
    transform-origin: 50% 15px;
    /*transform-origin: center;*/
}
.play .agent-generique .generique-content   {
	top:-250%;
	}

.animation-container .dep-agt-sign {
	margin:0 0 -50px;
	font-weight:700;
	line-height:1.2;
    color:rgba(163,153,141,0.9);
    font-family: 'Over the Rainbow', cursive!important;
    font-size:calc(14px + (22 - 14) * (100vw - 400px) / (1440 - 400))!important;
}
.dep-slp .animation-container .dep-agt-sign {
	margin:0;
}

.heb .animation-container .dep-agt-sign {
    font-family: 'Unica One', cursive!important;
    font-size:calc(20px + (26 - 20) * (100vw - 400px) / (1440 - 400))!important;
    font-weight: 400;

}
.animation-container .dep-agt-logo {
	position:relative;
    margin:0 0 30px;
 	padding:0;
	background-repeat:no-repeat;
	background-size:cover;
    height: 110px;
    width: 135px;
   	color:#fff;
 	text-indent: -9999px;
 	opacity:1.0;
 	display:inline-block;
	background-image:url('/media/logo/agt/icon-crevettes-cut.png');
	background-position:left bottom;
}
.animation-container .dep-slp-logo {
	position:relative;
    margin:10px 0 30px;
 	padding:0;
	background-repeat:no-repeat;
	background-size:cover;
    height: 90px;
    width: 100px;
   	color:#fff;
 	text-indent: -9999px;
 	opacity:0.9;
 	display:inline-block;
	background-image:url('/media/logo/slp/icon-saint-lapin.png'); /*358 354*/
}

.agent-blur {
    background-image: url('/media/images/index/agt/index-agt-blur.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(38,32,23,.3);
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1023px) {
	.agent-generique .generique-content { 
		padding:200px 27px;
	}
}
@media screen and (max-width: 800px) {
	.animation-container .texto .content {padding:150px 100px 50px 27px; }
	.heb .animation-container .texto .content {padding:150px 27px 50px 100px; }

}
@media screen and (max-width: 600px) {
	.animation-container .texto .content {padding:100px 80px 50px 27px; }
	.heb .animation-container .texto .content {padding:100px 27px 50px 80px; }
}



