.animgespr {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.animgespr.visible {
  opacity: 1;
  transform: scale(1);
}
#animated-title {
  transition-delay: 0.3s; /* Délai pour le titre */
}
#animated-rs {
  transition-delay: 0.6s; /* Délai pour les réseaux sociaux */
}
/* ===================
=====  SECTION 1 ====
====================*/
.intro h1 {
    font-weight: 400;
    text-align: left;
    color: #004163;
}
.intro h1 strong{ 
	font-weight: 700;
	color: #004163;	
	height:100%;
} 
.intro .menu-rs {
    margin-top: 2em;
}
@media only screen and (min-width: 1200px) {
.intro .edsp {
    position: relative;
    background: url(/wp-content/themes/GESPR/images/intro-gespr.png) no-repeat bottom;
    display: flex;
    flex-direction: column;
}			
.intro h1 {
    font-size: 100px;
    line-height: 105px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
	margin-top: 2.5em;
}	
.intro {
    height: 850px;
	margin-top:10px;	
}	
}
@media only screen and (max-width: 1199px) {
.intro {
	margin-top:80px;
}		
}
@media only screen and (min-width:481px) and (max-width: 1199px) {
.intro .container{
    width:100%;
}	
.intro .row{
    background: url(/wp-content/themes/GESPR/images/intro-gespr-desk.png) no-repeat bottom;
}	
.intro .edsp{
    align-self: center;
    height: auto;
}	
.intro h1 {
	height:auto;
	margin-left:5%;
    line-height: 1.05;	
}
.intro h1 strong{ 
	font-weight: 700; 
	color: #004163;	
	height:100%;
} 
.intro .menu-rs {
    margin-top: 2em;
	height:auto;
	margin-left:5%;	
}	
.intro .sprites {
    height: 40px;
}
}
@media only screen and (min-width:1025px) and (max-width: 1199px) {
/*.intro .row{
    background: url(/wp-content/themes/GESPR/images/intro-gespr-desk.png) no-repeat bottom;
}	*/
.intro h1 {
    font-size: 80px;
}	
.intro {
    height: 700px;
}			
}
@media only screen and (min-width:481px) and (max-width: 1024px) {
.intro .row{
    background: url(/wp-content/themes/GESPR/images/intro-gespr-tab.png) no-repeat center bottom;
}	
.intro h1 {
    font-size: 50px;
}	
.intro {
    height: 450px;
}
}
@media only screen and (min-width: 481px) {
.intro {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #004163 50%, #004163 100%);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.intro *{
	height:100%;
}	
.edsp-mob{
	display: none;
}
}
@media only screen and (max-width: 480px) {
.intro {
	margin-top:70px;
}	
.intro .container{
	width:100%;
}
.edsp-mob {
	padding:0;
}
.edsp-mob img{
	width:100%;
}
.intro h1 {
    font-size: 40px;
    text-align: center;
    margin: 0.5em auto 0;
    max-width: 95%;
}	
.intro h1 br{
    display: none;
}	
.intro .menu-rs {
    margin: 1em auto 0;
    width: max-content;
}
}
/* ===================
=====  SECTION 2 ====
====================*/
.entrees{
	padding:3em 0;
}
.entrees .img-wrapper {
    position: relative;
    margin: 3em 0 1em;
}
.entrees .img-wrapper img{
	width:100%;
}
.entrees .img-wrapper h2{
	font-weight: bold;
	font-size: 35px;
	letter-spacing: -0.02em;
	line-height: 105px;
	padding-left:2.1em;
	position: relative;
	text-transform: uppercase;
}
.entrees .img-wrapper h2:before{
	left: 0;
	top:7px;
    position: absolute;
}
.entrees .img-wrapper-1 h2:before{
	content:url(/wp-content/themes/GESPR/images/entre-blue.svg);
}
.entrees .img-wrapper-2 h2:before{
	content:url(/wp-content/themes/GESPR/images/entre-green.svg);
}
.entrees .img-wrapper-3 h2:before{
	content:url(/wp-content/themes/GESPR/images/entre-red.svg);
}
.entrees .img-wrapper-3 .imgwrap{
	border-radius: 180px 180px 0 180px;
	background: #fa3032;
}
.entrees .img-wrapper-2 .imgwrap{
	border-radius: 180px 180px 0 180px;
	background:  #b8e22d;
}
.entrees .img-wrapper-1 .imgwrap{
	border-radius: 0px 180px 180px 180px;
	background: #51d5ed;
}
.entrees .imgwrap .entrewrap{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.entrees .imgwrap p{
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin: 1em 0 0;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1200px)  and (max-width: 1300px) {
.entrees .container{
    min-width: 1170px;
}
}
@media only screen and (min-width: 1200px) {
.entrees .imgwrap {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 0;
    left: 0;
	opacity: 0.5;	
}
.entrees a * {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.entrees a .imgwrap .entrewrap{
	opacity: 0;	
}
.entrees a:hover .imgwrap {
	opacity: 0.9;	
}
.entrees a:hover .imgwrap .entrewrap{
	opacity: 1;	
}
}

@media only screen and (max-width: 1199px) {
.entrees .imgwrap  {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.entrees .img-wrapper {
    margin: 1em 0 4em;
}
.entrees .img-wrapper h2{
    position: absolute
}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.entrees .imgwrap p {
    font-size: 20px;
    line-height: 1.2;
}
.entrees .img-wrapper {
    margin: 2em 0 5em;
}
.entrees .img-wrapper h2{
    position: absolute;
	font-size: 28px;
}
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
.entrees .imgwrap p {
    font-size: 20px;
    line-height: 1.2;
}
.entrees .img-wrapper {
    margin: 1em 0 4em;
}
.entrees .img-wrapper h2{
    position: absolute;
	font-size: 24px;
    padding-left: 2.5em;	
}
.entrees h2:before {
    zoom: 0.8;
}	
.img-wrapper-1 div > p:nth-child(2){
	display: none;
}
}
@media only screen and (min-width: 690px) and (max-width: 800px) {
.entrees .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.entrees .bloc-3:nth-child(1) {
    margin-bottom: 2em;
}
.entrees .bloc-3:nth-child(3) {
    margin: auto;
}
}

@media only screen and (max-width: 689px) {
.entrees .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.entrees .bloc-3:nth-child(1), .entrees .bloc-3:nth-child(2) {
    margin-bottom: 2em;
}
.entrees .img-wrapper {
	width:max-content;
    margin: 1em auto 4em;
	max-width: 100%;
}
}
@media only screen and (max-width: 480px) {
.entrees  {
    padding-top:1em;
}
.entrees .img-wrapper h2 {
    font-size: 28px;
    line-height: 58px;
    padding-left: 2.1em;
}
.entrees .img-wrapper h2:before {
    zoom: 0.8;
}
.entrees .bloc-3:nth-child(1), .entrees .bloc-3:nth-child(2) {
    margin-bottom: 1em;
}
.entrees .img-wrapper h2:before {
    top: -4px;	
}
.entrees .img-wrapper {
    margin: 1em auto 3em;
}
}
@media only screen and (max-width: 360px) {
.entrees .imgwrap p {
    font-size: 20px;
    line-height: 22px;
}
}


/* ===================
=====  SECTION 3 ====
====================*/
.video{
	padding:3em 0;
	background: #004163;
	position: relative;
}
.video:before {
    content: url(/wp-content/themes/GESPR/images/filigrane.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.video h2{
    font-weight: 700;
    font-size: 35px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
	color:#fff;
}
.video video {
    display: block;
    width: 100%;
    max-width: 760px;
    margin:2em auto 2.5em;
	position: relative;
}
.video .btn {
    padding: 16px 25px;
    border-radius: 45px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
	background: #fa3032;
    text-transform: uppercase;
    display: block;
    margin: 1em auto;
    width: max-content;
}

@media only screen and (max-width: 600px) {
.video{
	padding:2em 0;
}

.video video {
    margin-bottom: 1.5em;
}
.video .btn {
    padding: 12px 20px;
    font-size: 18px;
    margin: 1em auto 0;
    position: relative;
}
}
@media only screen and (max-width: 480px) {
.video{
	padding:3em 0;
    border-radius: 75px 0px 75px 0px;
}
.video  h2 {
    line-height: 1.2;
    font-size: 28px;
}
.video video {
    margin-top:1.5em;
}
}
@media only screen and (max-width: 432px) {
.video{
    border-radius: 50px 0px 50px 0px;
}	
}

.chiffres{
	padding:3em 0 0;
}
.chiffres p {
	text-align: center;
}
.chiffres p strong{
	font-weight: 300;
	font-size: 90px;
}
.chiffres p span{
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -0.02em;
}
.chiffres .chi-1 p strong{
	color: #51d5ed;
}
.chiffres .chi-2 p strong{
	color: #b8e22d;
}
.chiffres .chi-3 p strong{
	color: #539de7;
}
.chiffres .chi-4 p strong{
	color: #fa3032;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
.chiffres p strong {
    font-size: 70px;
}	
}	
@media only screen and (max-width: 1023px) {
.chiffres p span {
    font-size: 24px;
    max-width: 200px;
    display: block;
    margin: auto;
}	
}
@media only screen and (min-width: 481px)  and (max-width: 1023px) {
.chiffres .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.chiffres .bloc-4:nth-child(1), .chiffres .bloc-4:nth-child(2) {
    margin: 0 0 1.5em;
}	
}	
@media only screen and (min-width: 481px)  and (max-width: 890px) {
.chiffres p strong {
    font-size: 70px;
}
}
	
@media only screen and (max-width: 480px) {
.chiffres {
    padding: 2em 0 0;
}
.chiffres .bloc-4 {
    margin: 0 0 1.5em;
}
}