@import url("https://use.typekit.net/dul8qrq.css");
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body{
  text-align: center;
  background-image: url('assets/img/paph-communication-body-bg.png');
  background-color: #001983;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Muli', sans-serif ;
  font-size: 14px;
  padding:45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
a,
a:hover,
.link_transition,
.link_transition:hover,
.copyrights,
.copyrights:hover{
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function:ease-in-out infinite;
  transition-delay: 0s; 
  -webkit-transition-property:all;
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function:ease-in-out infinite;
  -webkit-transition-delay: 0s;
}
@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}
.throb{
  -webkit-animation: throb 1s ease-in-out infinite;
  animation: throb 1s ease-in-out infinite;
}
.blink_once:hover{
  -webkit-animation: throb 1s ease-in-out 1;
  animation: throb 1s ease-in-out 1;
}
.blink_twice:hover{
  -webkit-animation: throb 0.8s ease-in-out 2;
  animation: throb 0.8s ease-in-out 2;
}
.wrapper{
  width:768px;
  display: inline-block;
  position: relative;
}
.container{
  padding:30px 30px 200px 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px #001983;
  text-align: left;
  background-image: url('assets/img/paph-communication-mask-bg.png');
  background-position: center bottom;
  background-size: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
}
.container_bottom{
  text-align: left;
}
.opacity_50{opacity: 0.5;}
.logo{
  float: left;
}
.logo img{
  width:200px;
  margin-left: 15px;
}
.titre,
.primary_pic{
	position: fixed;
	left:-1000vw;
}
.punchline{
  width: 100%;
  display: inline-block;
  margin:45px 0;
}
.punchline_img{
  width: 75%;
}
.textes{
	padding:45px;
	background: #001950;
	border:15px solid #FFF;
	text-align: left;
	color:#CCC;
	font-size: 1rem;
	line-height: 1.3rem;
	box-shadow: 0 0 1px #ccc;
	margin-top: 45px;
}
.textes h2{
	color:#FFF;
	font-size: 1.3rem;
	line-height: 1.4rem;	
   margin-bottom: 30px;
}
.textes p{
	margin-bottom: 0;
  font-size: 110%;
}
.contact{
	position: absolute;
	bottom:50px;
	left: 0;
	width: 100%;
	background-color: #001983;
	padding:45px 0;
	text-align: center;
}
.contact a{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 280%;
  font-weight: lighter;
}
.contact a:hover{
  letter-spacing: 2px;
}
ul{
	list-style-type: none;
	margin:90px 0;
}
li{
	margin:30px 0;
}
.txt_bleu_regular{color:#001983;}
.txt_bleu_light{color:#001950;}
h2{
	font-size: 3rem;
	font-weight: 800;
	line-height: 2.8rem;
	color:#001983;
	margin:0;
}
footer{margin-top:5px;}
.copyrights{
	font-size: 1rem;
	color:#777777;
	text-align: right;
}
.copyrights span{
  font-size: 0.8rem;
}
.copyrights:hover{color:#CCC;}
.hidden{position: fixed;left:-1000vw;}
@media screen and (min-width: 768px) and (max-width: 1180px){
  .wrapper{
    width: 100%;
  }
  .container{
    background-size: cover;
  }
  .popup button{
    font-size: 110% !important;
  }
  .textes h2{
    font-size: 250%;
    line-height: 90% !important;
  }
  .textes p{
    font-size: 160%;
    line-height: 120%;
  }
}